/* scroll-css */
/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #878787;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #878787;
}

/* font-family */
body {
    font-family: 'DM Sans', sans-serif !important;
}

.container-fluid {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

/* common-font-size */
.font-70 {
    font-size: 70px !important;
}

.font-64 {
    font-size: 64px !important;
}

.font-60 {
    font-size: 60px !important;
}

.font-50 {
    font-size: 50px !important;
}

.font-45 {
    font-size: 45px !important;
}

.font-48 {
    font-size: 48px !important;
}

.font-40 {
    font-size: 40px !important;
}

.font-38 {
    font-size: 38px !important;
}

.font-34 {
    font-size: 34px !important;
}

.font-36 {
    font-size: 36px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

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

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-32 {
    font-size: 32px !important;
}

/* commom-line-height */
.line-height-70 {
    line-height: 70px !important;
}

.line-height-60 {
    line-height: 60px !important;
}

.line-height-44 {
    line-height: 44px !important;
}

.line-height-38 {
    line-height: 38px !important;
}

.line-height-36 {
    line-height: 36px !important;
}

.line-height-34 {
    line-height: 34px !important;
}

.line-height-32 {
    line-height: 32px !important;
}

.line-height-30 {
    line-height: 30px !important;
}

.line-height-28 {
    line-height: 28px !important;
}

.line-height-26 {
    line-height: 26px !important;
}

.line-height-24 {
    line-height: 24px !important;
}

/* common-font-weight */
.font-900 {
    font-weight: 900 !important;
}

.font-800 {
    font-weight: 800 !important;
}

.font-700 {
    font-weight: 700 !important;
}

.font-600 {
    font-weight: 600 !important;
}

.font-500 {
    font-weight: 500 !important;
}

.font-400 {
    font-weight: 400 !important;
}

.font-300 {
    font-weight: 300 !important;
}

.label-form {
    font-size: 16px;
    font-weight: 700;
    color: #966fd6;
}

.btn-outline-purple {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #070707 !important;
    background-color: transparent !important;
    background-image: none;
    border-radius: 10px !important;
    padding: .5rem 1.5rem !important;
    border: 2px solid #966FD6 !important;
}

.btn-outline-purple:hover {
    transition: all ease .2s;
    color: #fff !important;
    background-color: #966FD6 !important;
}

.btn-white {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #503493 !important;
    background-color: #fff;
    font-size: 22px;
    padding: 0.5rem 1rem;
    font-weight: 600;
    border: 2px solid #fff;
    border-radius: 10px;
    cursor: pointer;
}

.btn-white:hover {
    transition: all ease .3s;
    color: #fff !important;
    background-color: #503493 !important;
    border: 2px solid #503493;
}

.dp-icon-clr {
    color: #c3b1e1;
}

.text-light-purple {
    color: #966fd6;
}

.text-purple {
    color: #503493 !important;
}

.text-pl {
    color: #d7cced;
}

.text-black {
    color: #070707 !important;
}

.text-mute {
    color: #666666 !important;
}

.bg-purple-light {
    background-color: #e6e6fa;
}

.bg-dark-purple {
    background-color: #503493;
}

.bg-purple {
    background-color: #966fd6;
}

.bdr-right {
    position: relative;
}

.bdr-right::after {
    content: "";
    border-right: 1px solid #ebebeb;
    position: absolute;
    right: 10px;
    display: inline-block;
    height: 40px;
    top: 19px;
}

header {
    padding: 1rem 0;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 9;
    width: 100%;
}

.navbar-brand {
    position: relative;
    z-index: 1;
}

.navbar-brand .logo-img {
    width: 125px;
    height: 65px;
}

.dropdown-toggle::after {
    border: transparent !important;
}

.navbar-toggler-icon {
    width: 100% !important;
    height: 100% !important;
}

.navbar-toggler-icon svg {
    width: 2rem;
    height: 2rem;
}

.navbar .navbar-collapse .navbar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #070707 !important;
    font-size: 18px;
    font-weight: 600;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link .dp-icon-clr {
    color: #966FD6 !important;
    margin-left: 5px;
}

.banner-section {
    padding-top: 2rem;
    padding-bottom: 5rem;
}

.banner-section .banner-main {
    align-items: center;
}

.banner-section .banner-main .banner-img2 img {
    width: 280px;
}

.banner-section .banner-main .banner-content {
    text-align: center;
}

.banner-imgslide {
    animation: center-animate .5s ease;
    overflow: hidden;
}

@keyframes center-animate {
    0% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

.banner2-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.banner2-section .banner2-content {
    text-align: center;
}

.banner2-section .banner2-btn {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.banner2-section .banner2-btn .btn-start {
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: center;
    text-align: center;
    border-radius: 2px;
    margin: auto;
}

.banner2-section .banner2-btn .btn-start .btn-purple {
    color: #fff !important;
    padding: .7rem 1.5rem;
    font-weight: 500;
    border-radius: 3px;
    font-size: 20px;
    transition: all .3s ease;
    border: 1px solid #966FD6;
}

.banner2-section .banner2-btn .btn-start .btn-purple:hover {
    text-decoration: none;
}

.shadow-btn {
    background-color: #966fd6 !important;
    animation: pending 2s infinite;
}

@keyframes pending {
    0% {
        box-shadow: 0 0 0 0 #e5dbf4;
    }

    100% {
        box-shadow: 0 0 0 15px #e5dbf4;
    }
}

.slide-db-img {
    opacity: 1;
    transition: all 2ms ease;
    transform: translateX(50px);
    overflow: hidden;
}

.slide-db-img.slide-db-add {
    opacity: 1;
    transition: all 2.5s cubic-bezier(0, 0, 0, 0.56);
    transform: translateX(0);
    overflow: hidden;
}

.banner-imgslideone {
    animation: banner-imgslideone 1s ease 500ms backwards;
    overflow: hidden;
}

#bannerSlide {
    transform: scale(0);
}

#bannerSlide.expand {
    transform: scale(0.9);
    transition: all 1.5s cubic-bezier(0, 0, 0, 0.26);
}

@keyframes banner-imgslideone {
    from {
        opacity: 0;
        transform: translateY(100px);
        overflow: hidden;
    }

    to {
        opacity: 1;
        transform: translate(0px);
        overflow: hidden;
    }
}

.course-finder {
    border-radius: 5px;
    background: #966FD6;
    position: absolute;
    bottom: -40px;
    width: 100%;
    left: 0px;
}

.course-finder .course-finder-main {
    padding: 1.5rem 5.7rem 1.5rem 1.5rem;
    position: relative;
}

.course-finder .course-finder-main .banner-box-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-finder .course-finder-main .search-bar {
    border-radius: 7px;
    background: #503493;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 23px;
    right: 24px;
    padding-left: 0.8em;
    padding-right: 0.8em;
}

.course-finder .course-finder-main .search-bar a {
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.course-finder .course-finder-main .search-bar a img {
    width: 24px;
    height: 24px;
}

.course-finder .course-box {
    flex-direction: column;
}

.course-finder-new .select2-container--default .select2-selection--multiple {
    background-color: transparent !important;
}

.course-finder-new .course-finderinner {
    padding: 0rem 4rem 0rem 0rem;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    bottom: -40px;
    width: 100%;
    left: 0px;
    box-shadow: rgba(112, 100, 190, 0.25) 0px 4px 20px -6px, rgba(74, 62, 151, 0.1) 0px 18px 60px -4px;
    border-radius: 50px;
}

.course-finder-new .course-finderinner .course-box {
    padding: 1rem 1.2rem .5rem;
    flex-direction: column;
}

.course-finder-new .course-finderinner .course-box:hover {
    background-color: #ebebeb;
    border-radius: 50px;
}

.course-finder-new .course-finderinner .course-box:focus,
.course-finder-new .course-finderinner .course-box:visited {
    background-color: #ebebeb;
    border-radius: 50px;
}

.course-finder-new .search-bar {
    border-radius: 7px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 0px;
    padding-left: 0.8em;
    padding-right: 0.8em;
}

.course-finder-new .search-bar a {
    background: #503493;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    padding: .7rem;
    border-radius: 50px;
}

.course-finder-new .search-bar a img {
    width: 20px;
    height: 20px;
}

.select2-results {
    position: absolute;
    background: #fff;
    width: 100%;
    border-radius: 10px;
    top: 20px;
    box-shadow: rgba(112, 100, 190, 0.25) 0px 4px 20px -6px, rgba(74, 62, 151, 0.1) 0px 18px 60px -4px;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 170px !important;
}

.select2-dropdown--below,
.select2-dropdown--above {
    top: 0rem !important;
    /*your input height*/
    bottom: inherit !important;
}

.select2-dropdown {
    border: 0px solid #966fd6 !important;
    border-radius: 10px !important;
}

.selecticon1 {
    background: #fff;
    border-radius: 8px;
    padding: 10px 10px 0px 10px;
}

.selecticon1 .span {
    color: #966fd6 !important;
    padding-bottom: 0px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.selecticon1 .select2-container .select2-selection--single {
    height: 45px !important;
    border-radius: 5px !important;
    border: 1px solid #EFEFEF !important;
    background: #FFF !important;
}

.selecticon1 .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #966fd6 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    opacity: .7;
}

.selecticon1 .select2-container .select2-selection--single .select2-selection__arrow {
    height: 45px !important;
}

.selecticon1 .select2-container .select2-selection--single .select2-selection__arrow b {
    background-image: url("/assets/SVG/chevron-down.svg") !important;
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 17px !important;
    width: 17px !important;
    background-repeat: no-repeat;
    margin: auto !important;
    top: 18px !important;
    left: -11px !important;
}

.selecticon1 .select2-container .select2-selection--single .select2-selection__rendered {
    color: #503493;
    line-height: 45px !important;
    font-weight: 700;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid transparent !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: transparent !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: transparent !important;
    color: #966fd6 !important;
    font-weight: 600;
    transition: all ease .3s;
}

.select2-results__option--selectable {
    color: #000 !important;
    cursor: pointer;
    font-weight: 600;
}

.select2-results {
    padding: 0.5rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    color: #503493 !important;
    font-weight: 600;
}

.select2-container--default .select2-results__option--selected {
    background-color: #e6e6fa !important;
    color: #966fd6 !important;
}

.select2-dropdown {
    z-index: 1 !important;
}

.select2-dropdown.dropdown-auto {
    margin-top: 0 !important;
}

.select2-results__option {
    color: #966fd6;
    font-weight: 600;
    font-size: 14px;
}

textarea::-webkit-input-placeholder {
    color: #966fd6;
    font-weight: 600 !important;
    opacity: .7;
}

.form-group.togglecolor {
    background-color: #ebebeb;
    border-radius: 50px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: transparent !important;
}

.select2-container--default .select2-selection--multiple {
    height: 100%;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    width: 100%;
    height: 30px !important;
    line-height: 25px !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px;
    font-size: 14px !important;
}

.select2-container--default .select2-selection--multiple {
    height: 32px;
    min-height: 32px !important;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 7px !important;
    border: transparent !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    position: relative;
    top: 0%;
}

.select2-container--default .select2-selection__choice {
    vertical-align: baseline !important;
    background-color: #966fd6 !important;
    padding-right: 20px !important;
    padding-left: 5px !important;
    top: -2px;
    line-height: 16px;
    margin-left: 0px !important;
    margin-right: 5px;
}

.select2-container--default .select2-selection__choice .select2-selection__choice__remove {
    color: #fff !important;
    border-right: transparent !important;
    right: 0;
    left: inherit !important;
}

.select2-container--default .select2-selection__choice .select2-selection__choice__remove:hover {
    background-color: #966FD6 !important;
}

.destination-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.destination-section .destination-heading {
    text-align: center;
}

.destination-section .destination-content {
    padding-top: 2rem;
}

.destination-section .destination-content .destination-box {
    position: relative;
    height: 100%;
    border-radius: 8px;
    background-color: #fff;
    transition: all .3s ease;
}

.destination-section .destination-content .destination-box .destination-img {
    padding: 5px;
    background-color: #fff;
    border-radius: 8px;
    height: 100%;
    transition: all .3s ease-in-out;
}

.destination-section .destination-content .destination-box .destination-img img {
    border-radius: 8px;
    height: 100%;
    width: 100%;
    filter: grayscale(70%);
}

.destination-section .destination-content .destination-box .destination-btn {
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.destination-section .destination-content .destination-box .destination-btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff !important;
    background-color: #966fd6;
    font-size: 20px;
    padding: 0.5rem 1rem;
    margin: 0 20px;
    font-weight: 600;
    border-radius: 3px;
    transition: all .3s ease;
    box-shadow: rgba(112, 100, 190, 0.25) 0px 4px 20px -6px, rgba(74, 62, 151, 0.1) 0px 18px 60px -4px;
}

.destination-section .destination-content .destination-box .destination-btn a:hover {
    text-decoration: none;
}

.destination-section .destination-content .destination-box .destination-btn-more {
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.destination-section .destination-content .destination-box .destination-btn-more a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000 !important;
    background-color: #fff;
    font-size: 20px;
    padding: 0.5rem 1rem;
    margin: 0 20px;
    font-weight: 600;
    border-radius: 3px;
    transition: all .3s ease;
}

.destination-section .destination-content .destination-box .destination-btn-more a:hover {
    text-decoration: none;
}

.destination-section .destination-content .destination-box:hover .destination-btn a {
    color: #503493 !important;
    background-color: #fff;
    cursor: pointer;
}

.destination-section .destination-content .destination-box:hover .destination-img img {
    filter: grayscale(0%);
}

.destination-section .destination-content .destination-box2 {
    transition: all .5s ease-in;
}

.destination-section .destination-content .destination-box2:hover {
    background-color: #966FD6;
    transition: all .5s ease-in;
}

.destination-section .destination-content .destination-box2:hover p {
    color: #fff !important;
}

.pf-study-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.pf-study-section .pf-study-heading {
    text-align: center;
}

.pf-study-section .pf-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.pf-study-section .pf-content .pf-content-box {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    background: #FFF;
    width: 100%;
    height: 100%;
}

.pf-study-section .pf-content .pf-content-box .pf-img {
    margin-bottom: 15px;
}

.pf-study-section .pf-content .pf-content-box .pf-img img {
    width: 50px;
    height: 50px;
}

.pf-study-section .slick-initialized .slick-slide {
    margin: 10px;
}

.pf-study-section .slick-next {
    width: 30px !important;
    height: 30px !important;
    border: 2.5px solid #966FD6;
    border-radius: 50px;
    right: -35px !important;
    background-color: #fff !important;
}

.pf-study-section .slick-next::before {
    content: "";
    background-image: url("/assets/SVG/chevron-right.svg") !important;
    width: 16px !important;
    height: 16px !important;
    display: inline-block;
    background-repeat: no-repeat;
    opacity: 1 !important;
    position: relative;
    left: 4px;
}

.pf-study-section .slick-prev {
    width: 30px !important;
    height: 30px !important;
    border: 2.5px solid #966FD6;
    border-radius: 50px;
    left: -35px !important;
    background-color: #fff !important;
}

.pf-study-section .slick-prev::before {
    content: "";
    background-image: url("/assets/SVG/chevron-left.svg") !important;
    /* background-image: url("{{ asset('assets/SVG/chevron-left.svg') }}") !important; */
    width: 16px !important;
    height: 16px !important;
    display: inline-block;
    background-repeat: no-repeat;
    opacity: 1 !important;
    position: relative;
    left: 3px;
}

.per-course-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.per-course-section .per-course-main .per-all-content {
    margin-top: 1rem;
}

.per-course-section .per-course-main .per-all-content .per-course-details {
    padding: .6rem;
    background-color: #e6e6fa;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.per-course-section .per-course-main .per-all-content .per-course-details .per-course-img {
    width: 100%;
    height: 160px;
    padding: 1rem;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.per-course-section .per-course-main .per-all-content .per-course-details .per-course-img img {
    width: 90px;
    height: 90px;
}

.per-course-section .per-course-main .per-all-content .btn-purple {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff !important;
    background-color: #966fd6;
    font-size: 22px;
    padding: 0.5rem 1rem;
    font-weight: 600;
    border: 2px solid #966FD6;
    border-radius: 10px;
    transition: all .3s ease;
}

.per-course-section .per-course-main .per-all-content .btn-purple:hover {
    color: #fff !important;
    background-color: #503493;
    cursor: pointer;
    border: 2px solid #503493;
}

.per-course-section .per-course-main .db-img-main {
    padding: 2rem;
}

.per-course-section .per-course-main .db-img-main .db-img {
    padding: 1rem;
    transform: rotate(355deg);
    border: 4px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px 5px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(355deg);
    -o-transform: rotate(355deg);
    -ms-transform: rotate(355deg);
    transform: rotate(355deg);
    background-color: #000;
    border-radius: 30px;
}

.per-course-section .per-course-main .db-img-main .db-img img {
    border-radius: 10px;
}

.per-course-section .slick-initialized .slick-slide {
    margin: 10px;
}

.advantages-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.advantages-section .adv-heading {
    text-align: center;
}

.advantages-section .adv-heading span {
    color: #966fd6;
}

.advantages-section .adv-content-all {
    padding-top: 2rem;
}

.advantages-section .adv-content-all .adv-content-box {
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 5px;
    height: 100%;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    transition: all .3s ease-in;
}

.advantages-section .adv-content-all .adv-content-box:hover {
    box-shadow: 0px 50px 100px -20px rgba(0, 0, 0, 0.1);
}

.advantages-section .adv-content-all .adv-content-box .adv-img {
    width: 100%;
    max-width: 100px;
    height: 100px;
    background: #e6e6fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.advantages-section .adv-content-all .adv-content-box .adv-img img {
    height: 60px;
    width: 60px;
}

.advantages-section .adv-content-all .adv-content-box .adv-details {
    padding: 0 1.5rem;
}

.advantages-section .adv-content-all .adv-content-box .adv-details h5 {
    margin-bottom: 20px;
}

.advantages-section .adv-content-all .adv-content-box .adv-details p {
    color: #666;
    margin-bottom: 0;
}

.advantages-section .adv-content-all .adv-content2-box {
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all .3s ease-in;
}

.advantages-section .adv-content-all .adv-content2-box .w-60 {
    width: 60%;
}

.advantages-section .adv-content-all .adv-content2-box .adv-details2 h5 {
    margin-bottom: 20px;
}

.advantages-section .adv-content-all .adv-content2-box .btn-white {
    background-color: #966fd6;
    color: #fff !important;
    border-color: #966fd6 !important;
    text-decoration: none;
}

.advantages-section .adv-content-all .adv-content2-box:hover {
    background-color: #966FD6;
}

.advantages-section .adv-content-all .adv-content2-box:hover .adv-details2 h5 {
    color: #fff !important;
}

.advantages-section .adv-content-all .adv-content2-box:hover .btn-white {
    background-color: #fff !important;
    color: #503493 !important;
    border-color: #fff !important;
}

.top-program-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.top-program-section .top-heading {
    text-align: center;
}

.top-program-section .top-heading h3 span {
    color: #966FD6;
}

.top-program-section .top-program-content {
    padding-top: 2rem;
}

.top-program-section .top-program-content .row {
    display: grid !important;
    grid-template-columns: 20% 20% 20% 20% 20%;
}

.top-program-section .top-program-content .top-program-box {
    background-color: #e6e6fa;
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all .3s ease-in;
}

.top-program-section .top-program-content .top-program-box:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.top-program-section .top-program-content .top-program-box .top-img {
    max-width: 70px;
    height: 70px;
    background-color: #966FD6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 0px 25px 0px;
}

.top-program-section .top-program-content .top-program-box .top-img img {
    width: 45px;
    height: 45px;
}

.top-program-section .top-program-content .top-program-box .top-details {
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.top-program-section .top-program-content .top-program-box p {
    padding: 0 1rem 1rem 1rem;
    color: #966FD6;
    margin-top: auto;
}

.top-universitie-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.top-universitie-section .top-uni-heading {
    text-align: center;
}

.top-universitie-section .top-uni-heading h3 span {
    color: #966FD6;
}

.top-universitie-section .uni-content {
    padding-top: 2rem;
}

.top-universitie-section .uni-content .uni-box {
    padding: 1.5rem;
    border: 1px solid #c3b1e1;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    transition: all .3s ease-in;
}

.top-universitie-section .uni-content .uni-box img {
    height: 70px;
    width: 100%;
}

.top-universitie-section .uni-content .uni-box:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.top-universitie-section .slick-slider .slick-dots {
    bottom: 0px !important;
}

.top-universitie-section .slick-slider .slick-dots li button::before {
    font-size: 30px !important;
    color: #c3b1e1 !important;
}

.top-universitie-section .slick-slider .slick-dots li.slick-active button::before {
    opacity: 1 !important;
    color: #966FD6 !important;
}

.top-universitie-section .slick-slider .slick-dotted.slick-slider {
    margin-bottom: 15px !important;
}

.top-universitie-section .slick-initialized .slick-slide {
    margin: 10px;
}

.study-europe-section {
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.study-europe-section .study-europe-start {
    padding: 2rem 0rem 2rem 2rem;
    border-radius: 15px;
}

.study-europe-section .study-img {
    position: absolute;
    right: 0;
    top: -41%;
    bottom: 0;
    transform: translate(-11px, -3px);
}

.study-europe-section .study-img img {
    max-height: 384px;
    object-fit: cover;
}

.study-europe-section .btn-study {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.study-europe-section .btn-study .btn-white {
    color: #503493 !important;
    padding: 0.7rem 1rem !important;
    border-color: #fff !important;
    transition: all .3s ease-in;
}

.study-europe-section .btn-study .btn-white:hover {
    color: #fff !important;
    background-color: #503493 !important;
    border-color: #503493 !important;
}

.place-section .btn-study .btn-white {
    transition: all ease-in .3s;
}

.place-section .btn-study .btn-white:hover {
    color: #fff !important;
    background-color: #966FD6 !important;
    border-color: #966FD6 !important;
}

.study-img2 {
    position: absolute;
    right: 0;
    top: -25.7%;
    bottom: 0;
    transform: translate(-30px, -1.3px);
}

.study-img2 img {
    max-height: 310px;
    object-fit: cover;
}

.w-60 {
    width: 60%;
}

.w-40 {
    width: 40%;
}

.w-fit-content {
    width: fit-content;
}

.workat-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.workat-section .workat-heading {
    text-align: center;
}

.workat-section .workat-heading h3 span {
    color: #966FD6;
}

.workat-section .workat-content {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}

.workat-section .workat-content .workat-box {
    padding: .5rem;
    height: 140px;
}

.workat-section .workat-content .workat-box .workat-box-img {
    padding: .5rem;
    background-color: #fff;
    border-radius: 10px;
}

.workat-section .slick-initialized .slick-slide {
    margin: 10px;
}

.workat-section .slide {
    background-color: #ccc;
    padding: 10px;
    display: table-cell !important;
    float: none !important;
    height: 100% !important;
}

.workat-section .slick-slide img {
    height: 110px;
    margin: auto;
}

.workat-section .slick-next {
    width: 30px !important;
    height: 30px !important;
    border: 2.5px solid #966FD6;
    border-radius: 50px;
    right: -35px !important;
    background-color: #e6e6fa !important;
}

.workat-section .slick-next::before {
    content: "";
    background-image: url("/assets/SVG/chevron-right.svg") !important;
    width: 16px !important;
    height: 16px !important;
    display: inline-block;
    background-repeat: no-repeat;
    opacity: 1 !important;
    position: relative;
    left: 4px;
}

.workat-section .slick-prev {
    width: 30px !important;
    height: 30px !important;
    border: 2.5px solid #966FD6;
    border-radius: 50px;
    left: -35px !important;
    background-color: #e6e6fa !important;
}

.workat-section .slick-prev::before {
    content: "";
    background-image: url("/assets/SVG/chevron-left.svg") !important;
    width: 16px !important;
    height: 16px !important;
    display: inline-block;
    background-repeat: no-repeat;
    opacity: 1 !important;
    position: relative;
    left: 3px;
}

.whatnot-student-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #503493;
}

.whatnot-student-section .whatnot-student-heading {
    text-align: center;
}

.whatnot-student-section .whatnot-content {
    padding-top: 2rem;
}

.whatnot-student-section .whatnot-content .whatnot-box {
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.whatnot-student-section .whatnot-content .whatnot-box .whatnot-bottom-content {
    background-color: #e6e6fa;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    padding: 1rem;
}

.whatnot-student-section .whatnot-content .whatnot-box .whatnot-bottom-content .clipstarts {
    display: flex;
}

.whatnot-student-section .whatnot-content .whatnot-box .whatnot-bottom-content .clipstarts .clip-star {
    background: #ffce00;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    display: inline-block;
    height: 20px;
    width: 20px;
}

.whatnot-student-section .whatnot-content .whatnot-box .whatnot-bottom-content .bdr-3 {
    border-radius: 3px;
}

.refer-section {
    padding-top: 5rem;
    padding-bottom: 3rem;
}

.refer-section .refer-content-all {
    background-color: #e6e6fa;
    border-radius: 20px;
    padding: 2rem;
}

.refer-section .refer-content-all .refer-img {
    position: absolute;
    right: 0;
    top: -27%;
    bottom: 0;
    transform: translate(-11px, -2px);
}

.refer-section .refer-content-all .refer-study {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.refer-section .refer-content-all .refer-study .btn-white {
    color: #fff !important;
    padding: 0.7rem 1rem !important;
    border-color: #966FD6 !important;
    background-color: #966FD6 !important;
    transition: all .3s ease;
}

.refer-section .refer-content-all .refer-study .btn-white:hover {
    color: #fff !important;
    background-color: #503493 !important;
    border-color: #503493 !important;
}

.refer-section .refer-content-all .refer-study .btn-white:hover i {
    color: #fff !important;
}

.endorsed-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.endorsed-section .endorsed-heading {
    text-align: center;
}

.endorsed-section .endorsed-heading h3 span {
    color: #966FD6;
}

.endorsed-section .endorsed-content {
    padding-top: 3rem;
}

.endorsed-section .endorsed-content .endorsed-box {
    text-align: center;
    background-color: #fff;
    padding: 0rem;
    width: 100%;
}

.endorsed-section .endorsed-content .endorsed-box .endorsed-img {
    padding: 0rem;
}

.endorsed-section .endorsed-content .endorsed-box .endorsed-img img {
    width: 100%;
}

.endorsed-section .endorsed-content .row {
    display: grid !important;
    grid-template-columns: 20% 20% 20% 20% 20%;
    padding: 1rem;
    border: 2px solid #966FD6;
    border-radius: 15px;
}

.endorsed-section .endorsed-content .endorsedSlider {
    padding: .7rem;
    border: 0px solid #966FD6;
    border-radius: px;
}

.endorsed-section .endorsed-content .endorsedSlider .slick-next {
    width: 30px !important;
    height: 30px !important;
    border: 2.5px solid #966FD6;
    border-radius: 50px;
    right: -35px !important;
    background-color: #fff !important;
}

.endorsed-section .endorsed-content .endorsedSlider .slick-next::before {
    content: "";
    background-image: url("/assets/SVG/chevron-right.svg") !important;
    width: 16px !important;
    height: 16px !important;
    display: inline-block;
    background-repeat: no-repeat;
    opacity: 1 !important;
    position: relative;
    left: 4px;
}

.endorsed-section .endorsed-content .endorsedSlider .slick-prev {
    width: 30px !important;
    height: 30px !important;
    border: 2.5px solid #966FD6;
    border-radius: 50px;
    left: -35px !important;
    background-color: #fff !important;
}

.endorsed-section .endorsed-content .endorsedSlider .slick-prev::before {
    content: "";
    background-image: url("/assets/SVG/chevron-left.svg") !important;
    width: 16px !important;
    height: 16px !important;
    display: inline-block;
    background-repeat: no-repeat;
    opacity: 1 !important;
    position: relative;
    left: 3px;
}

.endorsed-section .endorsed-content .endorsedSlider .slick-initialized .slick-slide {
    margin: 5px !important;
}

.valuable-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.valuable-section .valuable-heading {
    text-align: center;
}

.valuable-section .valuable-heading h3 span {
    color: #966FD6;
}

.valuable-section .valuable-content {
    padding-top: 1rem;
    width: 100%;
    margin: 0 auto;
}

.valuable-section .valuable-content .valuable-box {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.05);
    transition: all .3s ease;
}

.valuable-section .valuable-content .valuable-box:hover {
    box-shadow: 2px 2px 24px 2px rgba(0, 0, 0, 0.26);
}

.valuable-section .valuable-content .valuable-box:hover .valuable-img {
    position: relative;
    background: #000;
}

.valuable-section .valuable-content .valuable-box:hover .valuable-img img {
    opacity: .7;
}

.valuable-section .valuable-content .valuable-box .valuable-img {
    border-radius: 10px 10px 0px 0px;
    transition: all .3s ease-in;
}

.valuable-section .valuable-content .valuable-box .valuable-img img {
    border-radius: 10px 10px 0px 0px;
    /* height: 250px; */
    width: 100%;
}

.valuable-section .valuable-content .valuable-box .valuable-bottom-content {
    display: flex;
    flex-direction: column;
    border-radius: 0px 0px 10px 10px;
    padding: 1.5rem;
    background-color: #FFF;
    height: 100% !important;
    min-height: 250px !important;
}

.valuable-section .valuable-content .valuable-box .valuable-bottom-content .bdr-3 {
    border-radius: 3px;
}

.valuable-section .valuable-content .valuable-box .valuable-bottom-content .btn-black {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #000 !important;
    background-color: #fff;
    font-size: 16px;
    padding: 0.5rem 1rem;
    font-weight: 600;
    border: 2px solid #000;
    border-radius: 5px;
    width: fit-content;
    cursor: pointer;
}

.valuable-section .valuable-content .valuable-box .valuable-bottom-content .btn-black:hover {
    transition: all ease .3s;
    color: #fff !important;
    background-color: #000 !important;
    border: 2px solid #000;
    text-decoration: none;
}

.valuable-section .valuable-content .valuableSlider {
    width: 100%;
    margin: 0 auto;
}

.valuable-section .valuable-content .valuableSlider .slick-next {
    width: 30px !important;
    height: 30px !important;
    border: 2.5px solid #966FD6;
    border-radius: 50px;
    right: -35px !important;
    background-color: #e6e6fa !important;
}

.valuable-section .valuable-content .valuableSlider .slick-next::before {
    content: "";
    background-image: url("/assets/SVG/chevron-right.svg") !important;
    width: 16px !important;
    height: 16px !important;
    display: inline-block;
    background-repeat: no-repeat;
    opacity: 1 !important;
    position: relative;
    left: 4px;
}

.valuable-section .valuable-content .valuableSlider .slick-prev {
    width: 30px !important;
    height: 30px !important;
    border: 2.5px solid #966FD6;
    border-radius: 50px;
    left: -35px !important;
    background-color: #e6e6fa !important;
}

.valuable-section .valuable-content .valuableSlider .slick-prev::before {
    content: "";
    background-image: url("/assets/SVG/chevron-left.svg") !important;
    width: 16px !important;
    height: 16px !important;
    display: inline-block;
    background-repeat: no-repeat;
    opacity: 1 !important;
    position: relative;
    left: 3px;
}

.valuable-section .valuable-content .valuableSlider .slick-track {
    margin-bottom: 20px;
}

.valuable-section .valuable-content .valuableSlider .slick-slide {
    height: auto;
}

.valuable-section .valuable-content .slick-initialized .slick-slide {
    margin: 20px 10px 5px 10px;
}

.turning-data-section {
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.turning-data-section .turning-heading {
    text-align: center;
}

.turning-data-section .turning-heading h3 span {
    color: #966FD6;
}

.turning-data-section .testimonial__inner {
    padding-top: 2rem;
}

.turning-data-section .testimonial__inner .testimonial-slider .slick-list {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
}

.turning-data-section .testimonial__inner .testimonial-slider .slick-slide {
    width: 600px;
    height: auto !important;
    transition: transform .4s;
    position: relative;
}

.turning-data-section .testimonial__inner .testimonial-slider .slick-slide {
    transform: scale(0.7) translate(1190px);
}

.turning-data-section .testimonial__inner .testimonial-slider .slick-slide.slick-center+.slick-slide {
    transform: scale(0.9) translate(-450px);
    z-index: 10;
}

.turning-data-section .testimonial__inner .testimonial-slider .slick-slide.slick-center+.slick-slide+.slick-slide {
    transform: scale(0.7) translate(-1190px);
    z-index: 5;
}

.turning-data-section .testimonial__inner .testimonial-slider .slick-slide.slick-active {
    transform: scale(0.9) translate(450px);
}

.turning-data-section .testimonial__inner .testimonial-slider .slick-slide.slick-center {
    /* margin: 0 -10%; */
    transform: scale(1.1) translate(0px);
    z-index: 30;
}

.turning-data-section .testimonial__inner .testimonial-slider .slick-center:after {
    opacity: 0;
}

.turning-data-section .testimonial__inner .testimonial-slider .slick-current.slick-active .testimonial-slide .testimonial_box {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    justify-content: center;
    background-color: #966FD6;
    align-items: center;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.turning-data-section .testimonial__inner .testimonial-slider .slick-current.slick-active .testimonial-slide .testimonial_box .test-icon {
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.turning-data-section .testimonial__inner .testimonial-slider .slick-current.slick-active .testimonial-slide .testimonial_box .test-icon img {
    width: 50px;
    height: 50px;
}

.turning-data-section .testimonial__inner .testimonial-slider .slick-current.slick-active .testimonial-slide .testimonial_box .headingslider {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.turning-data-section .testimonial__inner .testimonial-slider .slick-current.slick-active .testimonial-slide .testimonial_box .sliderdetails {
    width: 75%;
}

.turning-data-section .testimonial__inner .testimonial-slider .slick-current.slick-active .testimonial-slide .testimonial_box .sliderdetails p {
    color: #d7cced;
    text-align: center;
}

.turning-data-section .testimonial__inner .testimonial-slider .slick-slide .testimonial-slide .testimonial_box {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    justify-content: center;
    background-color: #e9e6f4;
    align-items: center;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.turning-data-section .testimonial__inner .testimonial-slider .slick-slide .testimonial-slide .testimonial_box .test-icon {
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.turning-data-section .testimonial__inner .testimonial-slider .slick-slide .testimonial-slide .testimonial_box .test-icon img {
    width: 50px;
    height: 50px;
}

.turning-data-section .testimonial__inner .testimonial-slider .slick-slide .testimonial-slide .testimonial_box .headingslider {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.turning-data-section .testimonial__inner .testimonial-slider .slick-slide .testimonial-slide .testimonial_box .sliderdetails {
    width: 75%;
}

.turning-data-section .testimonial__inner .testimonial-slider .slick-slide .testimonial-slide .testimonial_box .sliderdetails p {
    color: #966FD6;
    text-align: center;
}

.turning-data-section .testimonial__inner .testimonial-slider .slick-dots {
    bottom: -50px;
}

.turning-data-section .testimonial__inner .testimonial-slider .slick-dots li {
    margin-right: 5px;
    margin-left: 5px;
    width: 35px;
    height: 35px;
}

.turning-data-section .testimonial__inner .testimonial-slider .slick-dots li .slick-content {
    font-size: 16px;
    background-color: #e9e6f4;
    color: #966FD6;
    padding: .3rem;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in;
    font-weight: 500;
}

.turning-data-section .testimonial__inner .testimonial-slider .slick-dots li.slick-active .slick-content {
    background-color: #966FD6;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
}

.modal-content.bdr-btm-md {
    border-bottom: 7px solid #000;
    position: absolute;
    bottom: 0;
    left: 6px;
}

.newmodal .progress {
    display: flex;
    height: 10px !important;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #d4caea;
    border-radius: 0px 0px 50px 50px;
    bottom: 0px;
    position: absolute;
    width: 100%;
    left: 0;
}

.newmodal .modal-content {
    border-radius: 15px !important;
}

.newmodal .modal-content .right-footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.newmodal .modal-content .left-footer {
    display: flex;
    justify-content: end;
    width: 100%;
}

.newmodal .modal-content .btn-otp {
    position: absolute;
    top: 0;
    margin-top: 0 !important;
    right: 15px;
    height: 100%;
}

.newmodal .modal-content .modal-header {
    border-bottom: transparent !important;
}

.newmodal .modal-content .modal-header .close {
    padding: .5rem !important;
}

.newmodal .modal-content .modal-body {
    padding: 1rem 2.5rem 1rem !important;
}

.newmodal .modal-content .modal-body #sectiontohide {
    display: none;
}

.newmodal .modal-content .modal-body .code-inputs {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 15px;
}

.newmodal .modal-content .modal-body .code-inputs input::-webkit-outer-spin-button,
.newmodal .modal-content .modal-body .code-inputs input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.newmodal .modal-content .modal-body .code-inputs .otp-form-wrapper {
    max-width: 500px;
    margin: 0 auto;
}

.newmodal .modal-content .modal-body .code-inputs .form-control {
    width: 100%;
    max-width: 50px;
    height: 50px;
    border-radius: 0px;
    background: #ffffff;
    border-bottom: 2px solid #966FD6 !important;
    padding: 9px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #212121;
    transition: all 0.3s ease-in-out;
    outline: none !important;
    text-align: center;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
}

.newmodal .modal-content .modal-body .code-inputs .form-control:focus {
    border-color: #000;
}

.newmodal .modal-content .modal-body .code-inputs .code-inputs {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.newmodal .modal-content .modal-body .form-card select.one {
    background: url("/assets/SVG/chevron-down.svg") no-repeat;
    background-size: 14px 14px;
    background-position: 97% center;
    -webkit-appearance: none;
    background-color: #ececec;
}

.newmodal .modal-content .modal-body .fieldlabels {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.newmodal .modal-content .modal-body .btn-purple {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff !important;
    background-color: #503493;
    font-size: 18px;
    padding: 0.4rem 1rem;
    font-weight: 400;
    border: 2px solid #503493;
    border-radius: 5px;
    transition: all .3s ease;
    height: 50px;
}

.newmodal .modal-content .modal-body .btn-light {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #9b9b9b !important;
    background-color: #ececec;
    font-size: 18px;
    padding: 0.4rem 1rem;
    font-weight: 400;
    border: 2px solid #ececec;
    border-radius: 5px;
    transition: all .3s ease;
    height: 50px;
}

.newmodal .modal-content .modal-body .form-control {
    background-color: #ececec;
    border-color: #ececec !important;
    color: #9b9b9b;
    height: 50px;
}

.newmodal .modal-content .modal-body .form-control.form-purple {
    background-color: #e7e1f9 !important;
    border-color: #e7e1f9 !important;
}

.newmodal .modal-content .modal-body input[type=checkbox],
.newmodal .modal-content .modal-body input[type=radio] {
    width: 17px;
    height: 17px;
}

.newmodal .modal-content .modal-body .bdr-right-form {
    border-right: 1px solid #966fd6;
}

.newmodal .modal-content .modal-body .progress-bar {
    cursor: pointer;
    user-select: none;
}

.newmodal .modal-content .modal-body .progress-bar {
    background-color: #503493 !important;
    height: 10px !important;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    font-size: 0;
}

.newmodal .modal-content .modal-body .progress-bar--success {
    background-color: transparent !important;
}

.newmodal .modal-content .modal-body .progress-bar__bar {
    background-color: #e1e1e1;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 500ms ease-out;
    border-radius: 25px;
}

.newmodal .modal-content .modal-body .price-range-slider {
    width: 100%;
    float: left;
    padding: 10px 20px;
    background: #ececec;
    display: flex;
    align-items: center;
    border-radius: 0.25rem;
}

.newmodal .modal-content .modal-body .price-range-slider .range-value {
    margin: 0;
    padding: 0.5rem 0.2rem 0.5rem .2rem;
    background: #fff;
    margin-left: 25px;
    border-radius: 3px;
}

.newmodal .modal-content .modal-body .price-range-slider .range-value input {
    width: 100%;
    background: none;
    color: #000;
    font-size: 16px;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 0px;
    text-align: center;
    color: #503493;
    font-weight: 500;
}

.newmodal .modal-content .modal-body .price-range-slider .range-bar {
    border: none;
    background: #ddd;
    height: 2px;
    width: 96%;
    margin-left: 8px;
    top: 0px;
}

.newmodal .modal-content .modal-body .price-range-slider .range-bar .ui-slider-range {
    background: #966fd6;
    height: 3px;
}

.newmodal .modal-content .modal-body .price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #503493;
    height: 12px;
    width: 12px;
    top: -5px;
    cursor: pointer;
}

.newmodal .modal-content .modal-body .price-range-slider .range-bar .ui-slider-handle+span {
    background: #503493;
}

.newmodal .modal-content .modal-body .btn-light.focus,
.newmodal .modal-content .modal-body .btn-light:focus,
.newmodal .modal-content .modal-body .btn.focus,
.newmodal .modal-content .modal-body .btn:focus,
.newmodal .modal-content .modal-body .form-control:focus {
    box-shadow: 0 0 0 0em rgba(216, 217, 219, 0.5) !important;
}

.newmodal .modal-content .modal-body .custom-select-arrow {
    position: relative;
}

.newmodal .modal-content .modal-body .custom-select-arrow::before {
    content: "";
    background-image: url("/assets/SVG/dropdown-arrow.svg") !important;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.newmodal .modal-content .modal-body .accented {
    accent-color: #966FD6;
}

.newmodal .modal-content .modal-body input[id="cb1"]+.labelinput {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #c3b1e1;
    margin-bottom: 0;
    border-radius: 4px;
    cursor: pointer;
}

.newmodal .modal-content .modal-body input[id="cb1"]:checked+.labelinput:after {
    position: relative;
    top: -4px;
    left: 2px;
    content: '\2714';
    font-size: 14px;
}

.newmodal .modal-content .modal-body input[id="cb1"] {
    display: none;
}

.newmodal .modal-content .modal-body input[id="cb1"]+.labelinput {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #c3b1e1;
    margin-bottom: 0;
    border-radius: 4px;
    cursor: pointer;
}

.newmodal .modal-content .modal-body input[id="cb1"]:checked+.labelinput:after {
    position: relative;
    top: -4px;
    left: 2px;
    content: '\2714';
    font-size: 14px;
}

.newmodal .modal-content .modal-body input[id="cb1"] {
    display: none;
}

.newmodal .modal-content .modal-body input[id="cb1"]+.labelinput {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #c3b1e1;
    margin-bottom: 0;
    border-radius: 4px;
    cursor: pointer;
}

.newmodal .modal-content .modal-body input[id="cb1"]:checked+.labelinput:after {
    position: relative;
    top: -4px;
    left: 2px;
    content: '\2714';
    font-size: 14px;
}

.newmodal .modal-content .modal-body input[id="cb1"] {
    display: none;
}

.newmodal .modal-content .modal-body input[id="cb2"]+.labelinput {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #c3b1e1;
    margin-bottom: 0;
    border-radius: 4px;
    cursor: pointer;
}

.newmodal .modal-content .modal-body input[id="cb2"]:checked+.labelinput:after {
    position: relative;
    top: -4px;
    left: 2px;
    content: '\2714';
    font-size: 14px;
}

.newmodal .modal-content .modal-body input[id="cb3"]+.labelinput {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #c3b1e1;
    margin-bottom: 0;
    border-radius: 4px;
    cursor: pointer;
}

.newmodal .modal-content .modal-body input[id="cb3"]:checked+.labelinput:after {
    position: relative;
    top: -4px;
    left: 2px;
    content: '\2714';
    font-size: 14px;
}

.newmodal .modal-content .modal-body input[id="cb4"]+.labelinput {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #c3b1e1;
    margin-bottom: 0;
    border-radius: 4px;
    cursor: pointer;
}

.newmodal .modal-content .modal-body input[id="cb4"]:checked+.labelinput:after {
    position: relative;
    top: -4px;
    left: 2px;
    content: '\2714';
    font-size: 14px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0.25) !important;
}

.counter-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.counter-section .counter-heading {
    text-align: center;
    padding-bottom: 1rem;
}

.counter-section .counter-start {
    background-color: #503493;
    border-radius: 27px;
    padding: 2rem;
    border: 17px solid #ede9f3;
}

.counter-section .counter-start h5 {
    text-align: center;
}

.counter-section .counter-start .counter-box {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}

.counter-section .counter-start .counter-box .count-bdr-right {
    border-right: 1px solid #aa94c6;
}

.counter-section .counter-start .counter-box .count {
    text-align: center;
}

.counter-section .counter-start .counter-box .count h4 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.counter-section .counter-start .counter-box .count p {
    color: #aa94c6;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.counter-section .counter-bottom {
    padding-top: 1.5rem;
    text-align: center;
}

.counter-section .counter-bottom .btn-start {
    margin-top: 1.5rem;
}

.counter-section .counter-bottom .btn-start .btn-purple {
    color: #fff !important;
    background-color: #503493;
    font-size: 20px;
    padding: 0.4rem 1rem;
    font-weight: 600;
    border: 2px solid #503493;
    border-radius: 5px;
    transition: all .3s ease;
}

.coursefinder-page {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.coursefinder-page .coursefinder-heading {
    text-align: center;
    padding-bottom: 1rem;
}

.coursefinder-page .coursepage-new {
    border-radius: 10px;
    background: #e6e6fa;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.coursefinder-page .coursepage-new .course-finder-main {
    padding: 13px;
    display: flex;
    flex-wrap: wrap;
}

.coursefinder-page .coursepage-new .course-finder-main .expert-icon {
    border-radius: 40px;
    border: 1px solid #024776;
    padding: 0.2rem 0.7rem;
    font-size: 16px;
    font-weight: 700;
    color: #024776 !important;
}

.coursefinder-page .coursepage-new .course-finder-main .expert-icon:hover {
    text-decoration: none;
    background-color: #024776;
    color: #fff !important;
}

.coursefinder-page .coursepage-new .course-finder-main .form-box1 {
    width: 30%;
}

.coursefinder-page .coursepage-new .course-finder-main .form-box2 {
    width: 30%;
}

.coursefinder-page .coursepage-new .course-finder-main .form-box3 {
    width: 30%;
}

.coursefinder-page .coursepage-new .course-finder-main .search-bar {
    width: 10%;
}

.coursefinder-page .coursepage-new .course-finder-main .banner-box-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.coursefinder-page .coursepage-new .course-finder-main .search-bar {
    border-radius: 5px;
    background: #503493;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.coursefinder-page .coursepage-new .course-finder-main .search-bar a {
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.coursefinder-page .selecticonbox {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 13px;
    border-radius: 6px;
}

.coursefinder-page .selecticonbox img {
    position: absolute;
    z-index: 1;
    left: 5px;
}

.coursefinder-page .select2-container .select2-selection--single {
    height: 50px !important;
    border-radius: 5px !important;
    border: 2px solid #966fd6 !important;
    background: #FFF !important;
}

.coursefinder-page .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #9b9b9b !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.coursefinder-page .select2-container .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
}

.coursefinder-page .select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #9f86c0 transparent transparent transparent !important;
    left: 0px !important;
    border-width: 7px 7px 0 7px !important;
}

.coursefinder-page .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 50px !important;
    padding: 0px 15px !important;
    height: 50px !important;
}

.coursefinder-page .details-of-coursefindr .left-side-content {
    position: sticky !important;
    top: 7rem;
    align-self: start;
    height: max-content;
    width: 100%;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card {
    border: 1px solid #966fd6 !important;
    border-radius: 10px;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body {
    padding: 1rem;
    padding-right: .5rem;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details {
    max-height: 100vh;
    padding-right: 10px;
    overflow-y: hidden;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details:hover {
    overflow-y: auto;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .city-select .select2-selection--single {
    background-color: #e6e6fa !important;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .course-search {
    margin-bottom: 15px;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .course-search .form-label {
    font-weight: 600;
    color: #000;
    font-size: 18px;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .course-search input[type=checkbox],
.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .course-search input[type=radio] {
    width: 15px;
    height: 15px;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .course-search .sb-checkbox {
    display: block;
    font-size: 0;
    margin-right: 10px;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .course-search .sb-checkbox__input {
    display: none;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .course-search .sb-checkbox__input:checked+.sb-checkbox__label:after {
    opacity: 1;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .course-search .sb-checkbox__label {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
    cursor: pointer;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .course-search .sb-checkbox__label:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
    border-color: #966fd6;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .course-search .sb-checkbox__label:after {
    content: 'done';
    font-family: 'Material Icons';
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 2px;
    overflow: hidden;
    text-align: center;
    opacity: 0;
    transition: .2s opacity;
    background-color: #966FD6;
    color: #fff;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .course-search .course-all {
    max-height: 160px;
    overflow: auto;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .course-search .courseSearch {
    padding-left: 0;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .course-search .courseSearch .course {
    list-style: none;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: .5rem;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .course-search .courseSearch .course .checkbox,
.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .course-search .courseSearch .course .radio-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .course-search .courseSearch .course .checkbox label {
    display: inline;
    cursor: pointer;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .course-search .courseSearch .course .checkbox .input-assumpte {
    display: none;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .course-search .courseSearch .course .input-assumpte+label {
    background-color: #fff;
    border: 2px solid #966FD6;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 0;
    margin-right: 10px;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .course-search .courseSearch .course .input-assumpte:checked+label:after {
    width: 16px;
    height: 16px;
    content: "";
    background-color: #966FD6;
    position: absolute;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .course-search .courseSearch .course input[type=radio] {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details hr {
    border: 1px solid #9b9b9b !important;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .Range-search {
    height: 110px;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .Range-search .range2-slide {
    margin-top: 20px;
    position: relative;
    height: 4px;
    width: 100%;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .Range-search .range2-slide .slide {
    position: absolute;
    top: 0;
    height: 2px;
    background: #e6e6fa;
    left: 9px;
    right: 9px;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .Range-search .range2-slide .slide .line {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background-color: #503493;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .Range-search .range2-slide .thumb {
    position: absolute;
    z-index: 2;
    text-align: left;
    border: 1px solid #503493;
    background-color: #503493;
    border-radius: 50%;
    outline: none;
    top: -6px;
    height: 14px;
    width: 14px;
    margin-left: -9px;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .Range-search .range2-slide input {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    pointer-events: none;
    z-index: 3;
    height: 3px;
    top: 0;
    width: 100%;
    opacity: 0;
    margin: 0;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .Range-search .range2-slide input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    pointer-events: all;
    border-radius: 50%;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.coursefinder-page .details-of-coursefindr .left-side-content .card .card-body .find-all-details .Range-search .displayslide {
    width: fit-content;
    text-align: center;
    position: relative;
    top: 20px;
    margin: auto;
    background: #503493;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    padding: 0.2rem .5rem;
    font-weight: 600;
}

.coursefinder-page .details-of-coursefindr .right-side-content .college-content {
    margin-bottom: 15px;
}

.coursefinder-page .details-of-coursefindr .right-side-content .college-content .card {
    border: 1px solid #9b9b9b !important;
    border-radius: 10px;
    transition: all .3s ease-in;
}

.coursefinder-page .details-of-coursefindr .right-side-content .college-content .card .card-body {
    padding: .7rem;
}

.coursefinder-page .details-of-coursefindr .right-side-content .college-content .card .card-body .clg-logo {
    padding: .5rem;
    background-color: #ececec;
    border-radius: 5px;
    height: 100%;
}

.coursefinder-page .details-of-coursefindr .right-side-content .college-content .card .card-body .clg-logo img {
    height: 100%;
    object-fit: cover;
}

.coursefinder-page .details-of-coursefindr .right-side-content .college-content .card .card-body .bdr-bottomheading::after {
    content: "";
    border-bottom: 1px solid #bcbcbc;
    width: 93%;
    display: inline-block;
}

.coursefinder-page .details-of-coursefindr .right-side-content .college-content .card .card-body .right-bottom-conent {
    display: flex;
    justify-content: end;
    padding-top: 10px;
}

.coursefinder-page .details-of-coursefindr .right-side-content .college-content .card .card-body .right-bottom-conent .btn-wishlist .btn {
    background-color: #966FD6;
    color: #fff;
    padding: 0.2rem 0.5rem;
}

.coursefinder-page .details-of-coursefindr .right-side-content .college-content .card.slected {
    border: 2px solid #966FD6 !important;
}

.coursefinder-page .details-of-coursefindr .right-side-content .college-content .card .bg-yellow {
    color: #ffd400;
}

.coursefinder-page .details-of-coursefindr .right-side-content .college-content .card:hover {
    transform: translateY(-3px);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* .coursefinder-page .details-of-coursefindr .right-side-content .college-content a:hover {
    text-decoration: none;
} */

.coursefinder-page :focus-visible {
    outline: transparent !important;
}

.coursefindernew-page {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.coursefindernew-page .coursefinder-heading {
    text-align: center;
    padding-bottom: 1rem;
}

.coursefindernew-page .coursefind-search .topof-coursefinder {
    border-radius: 10px;
    background: #e6e6fa;
    width: 100%;
    padding: 15px;
}

.coursefindernew-page .coursefind-search .topof-coursefinder .select2-container .select2-selection--single {
    height: 50px !important;
    border-radius: 5px !important;
    border: 2px solid #966fd6 !important;
    background: #FFF !important;
}

.coursefindernew-page .coursefind-search .topof-coursefinder .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #9b9b9b !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.coursefindernew-page .coursefind-search .topof-coursefinder .select2-container .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
}

.coursefindernew-page .coursefind-search .topof-coursefinder .select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #9f86c0 transparent transparent transparent !important;
    left: 0px !important;
    border-width: 7px 7px 0 7px !important;
}

.coursefindernew-page .coursefind-search .topof-coursefinder .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 50px !important;
    padding: 0px 15px !important;
    height: 50px !important;
}

.coursefindernew-page .coursefind-search .topof-coursefinder .search-allfield .globalsearch .tagify {
    height: 50px;
    border-radius: 5px !important;
    border: 2px solid #966fd6 !important;
    background: #FFF !important;
    display: flex;
    align-items: center;
    overflow-y: auto;
}

.coursefindernew-page .coursefind-search .topof-coursefinder .search-allfield .globalsearch .tagify .tagify__input {
    height: 36px;
    display: flex;
    align-items: center;
}

.coursefindernew-page .coursefind-search .topof-coursefinder .search-allfield .globalsearch .tagify .tagify__input::before {
    color: #9b9b9b;
    font-weight: 500;
}

.coursefindernew-page .coursefind-search .topof-coursefinder .search-allfield .globalsearch .form-control {
    color: #966fd6;
    font-weight: 500;
}

.coursefindernew-page .coursefind-search .topof-coursefinder .search-bar {
    border-radius: 5px;
    background: #503493;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.coursefindernew-page .coursefind-search .topof-coursefinder .search-bar a {
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.coursefindernew-page .coursefind-search .details-of-coursefind {
    padding-top: 15px;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar {
    position: sticky;
    top: 8rem;
    align-self: start;
    height: max-content;
    width: 100%;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card {
    border: 1px solid #966fd6 !important;
    border-radius: 10px;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body {
    padding: .5rem;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details {
    max-height: 100vh;
    padding: .5rem;
    overflow-y: hidden;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details:hover {
    overflow-y: auto;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search {
    padding-top: 1rem;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .btn-search {
    border: transparent;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    top: 4px;
    right: 4px;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .form-label {
    margin-bottom: 0;
    width: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .3rem;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .form-label .accicon i {
    font-size: 16px;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .form-label:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .range-all {
    min-height: 120px;
    overflow: hidden;
    position: relative;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .range-all ul {
    padding-left: 0 !important;
    margin-top: 10px;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .range-all .range {
    list-style: none;
    margin-bottom: 10px;
    margin-right: 10px;
    display: flex;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .range-all input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 20px;
    background-color: transparent;
    pointer-events: none;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .range-all .slider-track {
    width: 100%;
    height: 5px;
    position: absolute;
    margin: auto;
    top: 0;
    top: 20px;
    border-radius: 5px;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .range-all input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .range-all input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .range-all input[type="range"]::-ms-track {
    appearance: none;
    height: 5px;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .range-all input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    background-color: #01274d;
    cursor: pointer;
    margin-top: -5px;
    pointer-events: auto;
    border-radius: 50%;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .range-all input[type="range"]::-moz-range-thumb {
    height: 1em;
    width: 1em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #01274d;
    pointer-events: auto;
    border: none;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .range-all input[type="range"]::-ms-thumb {
    appearance: none;
    height: 1em;
    width: 1em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #01274d;
    pointer-events: auto;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .range-all input[type="range"]:active::-webkit-slider-thumb {
    background-color: #ffffff;
    border: 1px solid #01274d;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .range-all .values {
    background-color: #01274d;
    width: 32%;
    position: relative;
    margin: auto;
    padding: 10px 0;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    color: #ffffff;
    top: 60px;
    font-size: 16px;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .max-height {
    max-height: 160px;
    overflow: auto;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .course-all ul {
    padding-left: 0 !important;
    margin-top: 10px;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .course-all .radio-item {
    display: inline-block;
    position: relative;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .course-all .radio-item input[type='radio'] {
    display: none;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .course-all .radio-item label {
    color: #966FD6;
    font-weight: 500;
    font-size: 18px;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .course-all .radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    border-radius: 20px;
    border: 2px solid #E8E8E8;
    background-color: #fff;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .course-all .radio-item input[type=radio]:checked+label:after {
    border-radius: 15px;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 10.5px;
    left: 5px;
    content: " ";
    display: block;
    background: #01274D;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .course-all .course {
    list-style: none;
    margin-bottom: 0.5rem;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .course-all .course .checkbox,
.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .course-all .course .radio-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .course-all .course .checkbox label {
    display: inline;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .course-all .course .checkbox .input-assumpte {
    display: none;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .course-all .course .input-assumpte+label {
    background-color: #fff;
    border: 2px solid #966FD6;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 0;
    margin-right: 10px;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .course-all .course .input-assumpte:checked+label:after {
    width: 16px;
    height: 16px;
    content: "";
    background-color: #966FD6;
    position: absolute;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .course-all .course input[type=radio] {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .sb-checkbox {
    display: block;
    font-size: 0;
    margin-right: 10px;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .sb-checkbox__input {
    display: none;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .sb-checkbox__input:checked+.sb-checkbox__label:after {
    opacity: 1;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .sb-checkbox__label {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
    cursor: pointer;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .sb-checkbox__label:before {
    content: '';
    width: 16px;
    height: 16px;
    border: 2px solid;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
    border-color: #966fd6;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .course-search .sb-checkbox__label:after {
    content: 'done';
    font-family: 'Material Icons';
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 2px;
    overflow: hidden;
    text-align: center;
    opacity: 0;
    transition: .2s opacity;
    background-color: #966FD6;
    color: #fff;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details hr {
    border: 1px solid #9b9b9b40 !important;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .Range-search {
    height: 140px;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .Range-search .range2-slide {
    margin-top: 20px;
    position: relative;
    height: 4px;
    width: 100%;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .Range-search .range2-slide .slide {
    position: absolute;
    top: 0;
    height: 2px;
    background: #e6e6fa;
    left: 9px;
    right: 9px;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .Range-search .range2-slide .slide .line {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background-color: #503493;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .Range-search .range2-slide .thumb {
    position: absolute;
    z-index: 2;
    text-align: left;
    border: 1px solid #503493;
    background-color: #503493;
    border-radius: 50%;
    outline: none;
    top: -6px;
    height: 14px;
    width: 14px;
    margin-left: -9px;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .Range-search .range2-slide input {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    pointer-events: none;
    z-index: 3;
    height: 3px;
    top: 0;
    width: 100%;
    opacity: 0;
    margin: 0;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .Range-search .range2-slide input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    pointer-events: all;
    border-radius: 50%;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .filter-sidebar .filter-leftcontent .card .card-body .find-all-details .Range-search .displayslide {
    width: fit-content;
    text-align: center;
    position: relative;
    top: 20px;
    margin: auto;
    background: #503493;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    padding: 0.2rem .5rem;
    font-weight: 600;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .right-side-content .college-content {
    margin-bottom: 15px;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .right-side-content .college-content .card {
    border: 1px solid #9b9b9b !important;
    border-radius: 10px;
    transition: all .3s ease-in;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .right-side-content .college-content .card .card-body {
    padding: .7rem;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .right-side-content .college-content .card .card-body .clg-logo {
    padding: .3rem;
    background-color: #e6e6fa;
    border-radius: 5px;
    /* height: 100%; */
}

/* .coursefindernew-page .coursefind-search .details-of-coursefind .right-side-content .college-content .card .card-body .clg-logo img {
    height: 100%;
    object-fit: cover;
} */

.coursefindernew-page .coursefind-search .details-of-coursefind .right-side-content .college-content .card .card-body .bdr-bottomheading::after {
    content: "";
    border-bottom: 1px solid #bcbcbc;
    width: 93%;
    display: inline-block;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .right-side-content .college-content .card .card-body .right-bottom-conent {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .right-side-content .college-content .card .card-body .right-bottom-conent .btn-wishlist .btn {
    background-color: #966FD6;
    color: #fff;
    padding: 0.3rem 0.4rem;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .right-side-content .college-content .card .card-body .right-bottom-conent .btn-wishlist .btn i {
    font-size: 12px;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .right-side-content .college-content .card.slected {
    border: 2px solid #966FD6 !important;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .right-side-content .college-content .card .bg-yellow {
    color: #ffd400;
}

.coursefindernew-page .coursefind-search .details-of-coursefind .right-side-content .college-content .card:hover {
    transform: translateY(-3px);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* .coursefindernew-page .coursefind-search .details-of-coursefind .right-side-content .college-content a:hover {
    text-decoration: none;
} */

.page-footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.page-footer .card-header {
    display: flex;
    align-items: center;
    background-color: #fff !important;
    border-bottom: transparent !important;
    padding: 0.5rem 0rem !important;
    cursor: pointer;
}

.page-footer .card-header::before {
    content: "";
    display: inline-block;
    background-image: url("/assets/SVG/chevron-down.svg");
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.page-footer .card-header.collapsed {
    display: flex;
    align-items: center;
    background-color: #fff !important;
    border-bottom: transparent !important;
    cursor: pointer;
}

.page-footer .card-header.collapsed::before {
    content: "";
    display: inline-block;
    background-image: url("/assets/SVG/chevron-right.svg");
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.page-footer .media {
    padding: 0 1rem 1rem 3rem;
}

.page-footer .text-ft-hd {
    color: #966FD6;
}

.page-footer .ft-hr {
    border-top: 2px solid #966FD6 !important;
}

.page-footer .logo-ft {
    width: 110px;
    height: 70px;
}

.page-footer .ft-social-icons .social-icons {
    list-style-type: none;
    margin-right: 5px;
}

.page-footer .ft-social-icons .social-icons a {
    padding: .7rem;
    background-color: #e6e6fa;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.page-footer .ft-social-icons .social-icons a svg {
    width: 18px;
    height: 18px;
    fill: #966FD6;
}

.page-footer .ft-social-icons .social-icons:hover a {
    background-color: #966FD6;
}

.page-footer .ft-social-icons .social-icons:hover a svg {
    fill: #fff;
}

.overflow-hidden {
    overflow: hidden;
}

.drop-in {
    animation: drop-in 1s ease 200ms backwards;
}

.drop-in-2 {
    animation: drop-in 1200ms ease 500ms backwards;
}

.drop-in-3 {
    animation: drop-in 1800ms ease 800ms backwards;
}

@keyframes drop-in {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translate(0px);
    }
}

.text-limit {
    width: 54ch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: auto;
    margin-right: auto;
}

.d-none-mobile {
    display: block;
}

.d-block-mobile {
    display: none;
}

.Whatnotai-take-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.Whatnotai-take-section p {
    padding-top: 1rem;
}

.Whatnotai-take-section .whatnotai-take-img {
    padding: 1rem;
}

.Whatnotai-take-section .whatnotai-take-img img {
    border-radius: 10px;
}

.filter-sidebar .filter-toggle {
    display: none;
}

.filter-sidebar .sidebar-left-top .left-content-all {
    border-radius: 5px;
    height: 50px;
    display: flex;
    align-items: center;
    width: 100%;
}

.right-side-content .sidebar-right-top .right-content-all {
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.right-side-content .sidebar-right-top .right-content-all .wishlist-content {
    background-color: transparent;
    color: #503493;
    font-size: 18px;
    font-weight: 700;
}

.right-side-content .sidebar-right-top .right-content-all .wishlist-content .wishlist-all {
    border-radius: 4px;
    background: #503493;
    color: #fff;
    padding: 0.2rem 0.5rem;
    margin-right: 0.4rem;
    font-size: 16px;
}

.border-10 {
    border-radius: 5px;
}


.range-searchfind {
    height: 150px;
}

.range-searchfind .price-range-slidermain {
    width: 100%;
    float: left;
    padding: 10px 20px;
}

.range-searchfind .price-range-slidermain .ui-widget.ui-widget-content {
    border: 0px solid #e6e6fa;
}

.range-searchfind .price-range-slidermain .displaysliderange {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.range-searchfind .price-range-slidermain .displaysliderange span {
    color: #503493;
    font-size: 12px;
    font-weight: 600;
}

.range-searchfind .price-range-slidermain .range-value {
    margin: 0;
}

.range-searchfind .price-range-slidermain .range-value input {
    width: fit-content;
    text-align: center;
    position: relative;
    top: 10px;
    margin: auto;
    background: #503493;
    border: 0px solid #503493;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    padding: 0.2rem 0.5rem;
    font-weight: 600;
}

.range-searchfind .price-range-slidermain .range-bar {
    border: none;
    background: #e6e6fa;
    height: 4px;
    width: 96%;
    margin-left: 8px;
}

.range-searchfind .price-range-slidermain .range-bar .ui-slider-range {
    background: #503493;
}

.range-searchfind .price-range-slidermain .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #503493;
    border: 2px solid #503493;
    height: 15px;
    width: 15px;
    top: -6px;
    cursor: pointer;
}

.range-searchfind .price-range-slidermain .range-bar .ui-slider-handle+span {
    background: #503493;
}

.range-searchfind .price-range-slidermain .range-bar .ui-state-active {
    border: 2px solid #503493 !important;
}

.range-searchfind .price-range-slidermain .range-bar .ui-state-focus {
    border: 2px solid #503493 !important;
}

.range-searchfind .price-range-slidermain .range-bar :focus-visible {
    outline: none !important;
}

.price-range-slidermainmb {
    width: 100%;
    float: left;
    padding: 10px 20px;
}

.price-range-slidermainmb .ui-widget.ui-widget-content {
    border: 0px solid #e6e6fa;
}

.price-range-slidermainmb .displaysliderangemb {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.price-range-slidermainmb .displaysliderangemb span {
    color: #503493;
    font-size: 12px;
    font-weight: 600;
}

.price-range-slidermainmb .range-valuemb {
    margin: 0;
}

.price-range-slidermainmb .range-valuemb input {
    width: fit-content;
    text-align: center;
    position: relative;
    top: 10px;
    margin: auto;
    background: #503493;
    border: 0px solid #503493;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    padding: 0.2rem 0.5rem;
    font-weight: 600;
}

.price-range-slidermainmb .range-barmb {
    border: none;
    background: #e6e6fa;
    height: 4px;
    width: 96%;
    margin-left: 8px;
}

.price-range-slidermainmb .range-barmb .ui-slider-range {
    background: #503493;
}

.price-range-slidermainmb .range-barmb .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #503493;
    border: 2px solid #503493;
    height: 15px;
    width: 15px;
    top: -6px;
    cursor: pointer;
}

.price-range-slidermainmb .range-barmb .ui-slider-handle+span {
    background: #503493;
}

.price-range-slidermainmb .range-barmb .ui-state-active {
    border: 2px solid #503493 !important;
}

.price-range-slidermainmb .range-barmb .ui-state-focus {
    border: 2px solid #503493 !important;
}

.price-range-slidermainmb .range-barmb :focus-visible {
    outline: none !important;
}

.coursetypesearch .select2-selection {
    height: 51px;
    border: 2px solid #966fd6 !important;
    border-radius: 5px !important;
}

.coursetypesearch .select2-selection .select2-search__field {
    height: 47px !important;
    line-height: 47px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.coursetypesearch .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 2px solid #966fd6 !important;
    border-radius: 5px !important;

    /* padding: .2rem; */
}

.coursetypesearch .select2-selection .select2-selection__rendered {
    display: inline-flex !important;
    list-style: none;
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
    height: 47px;
    align-items: center;
    margin-bottom: 0rem !important;
}

.coursetypesearch .select2-selection--multiple {
    display: flex !important;
}

a:hover {
    text-decoration: none !important;
}

/* -- add country page css --  */

.country-banner-section {
    position: relative;
}

.country-banner-section .country-main-start .country-left-main {
    padding: 5rem;
    background-color: #503493;
    height: 100%;
    display: flex;
    align-items: center;
}

.country-banner-section .country-main-start .country-left-main .country-left-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.country-banner-section .country-main-start .country-left-main .country-left-content h3 {
    padding-bottom: 2rem;
}

.country-banner-section .country-main-start .country-left-main .country-left-content p {
    padding-bottom: 2rem;
}

.country-banner-section .country-main-start .country-left-main .country-left-content .btn-purple {
    background-color: #fff;
    color: #503493;
    padding: .7rem 1.5rem;
    font-weight: 700;
    border-radius: 3px;
    font-size: 20px;
    transition: all .3s ease;
    border: 1px solid #fff;
    cursor: pointer;
}

.country-banner-section .country-main-start .country-left-main .country-left-content .btn-purple:hover {
    background-color: #966FD6;
    color: #fff;
    border: 1px solid #966FD6;
}

.country-banner-section .country-main-start .banner-flag {
    position: relative;
    bottom: 300px;
}

.country-banner-section .country-main-start .banner-flag .logo {
    position: absolute;
    top: 37px;
    right: 0;
    bottom: 0;
    z-index: 1;
    left: 43.5%;
    background-size: cover;
    border-radius: 100%;
    background-position: center;
}

.country-banner-section .country-main-start .banner-flag .logo img {
    width: 115px;
    height: 115px;
    position: relative;
    top: 36px;
    left: 60px;
}

.country-banner-section .country-main-start .banner-flag .logo .emblem {
    position: absolute;
    left: 20px;
    top: 0;
    width: 190px;
    height: 190px;
    border-radius: 100%;
    font-weight: bold;
    color: #fff;
    animation: spinZ 20s linear infinite;
    text-align: center;
    line-height: 30px;
    z-index: 0;
    background-color: #966FD6;
}

.country-banner-section .country-main-start .banner-flag .logo .emblem span {
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}

@keyframes spinZ {
    0% {
        transform: rotateZ(-360deg);
    }

    100% {
        transform: rotateZ(0deg);
    }
}

.country-banner-section .country-main-start .country-right-content {
    height: 100%;
}

.country-banner-section .country-main-start .country-right-content img {
    height: 100%;
}

.country-study-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.country-study-section .country-study-heading {
    text-align: center;
}

.country-study-section .country-study-heading h3 {
    margin-bottom: 1.5rem;
}

.country-study-section .country-study-box {
    background-color: #d6c9f4;
    padding: 1rem;
    border-radius: 10px;
    margin-top: 4rem;
    position: relative;
}

.country-study-section .country-study-box .bg-dark-purple {
    /* width: fit-content; */
    padding: 1rem 1rem;
    border-radius: 8px;
    top: -7%;
    width: 89%;
    left: 6%;
    position: absolute;
    text-align: center;
}

.country-study-section .country-study-box .adv-content-all {
    padding-top: 2rem;
}

.country-study-section .country-study-box .adv-content-all .adv-content-box {
    padding: .7rem;
    background-color: #fff;
    border-radius: 5px;
    height: 100%;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    transition: all .3s ease-in;
}

.country-study-section .country-study-box .adv-content-all .adv-content-box:hover {
    box-shadow: 0px 50px 100px -20px rgba(0, 0, 0, 0.1);
}

.country-study-section .country-study-box .adv-content-all .adv-content-box .adv-img {
    width: 100%;
    max-width: 100px;
    height: 100px;
    background: #e4dff4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.country-study-section .country-study-box .adv-content-all .adv-content-box .adv-img img {
    height: 60px;
    width: 60px;
}

.country-study-section .country-study-box .adv-content-all .adv-content-box .adv-details {
    padding: 0 1.5rem;
}

.country-study-section .country-study-box .adv-content-all .adv-content-box .adv-details h5 {
    margin-bottom: 20px;
}

.country-study-section .country-study-box .adv-content-all .adv-content-box .adv-details p {
    color: #666;
    margin-bottom: 0;
}

.country-study-section .country-study-box .adv-content-all .adv-content2-box {
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all .3s ease-in;
}

.country-study-section .country-study-box .adv-content-all .adv-content2-box .w-60 {
    width: 60%;
}

.country-study-section .country-study-box .adv-content-all .adv-content2-box .adv-details2 h5 {
    margin-bottom: 20px;
}

.country-study-section .country-study-box .adv-content-all .adv-content2-box .btn-white {
    background-color: #966fd6;
    color: #fff !important;
    border-color: #966fd6 !important;
    text-decoration: none;
}

.country-study-section .country-study-box .adv-content-all .adv-content2-box:hover {
    background-color: #966FD6;
}

.country-study-section .country-study-box .adv-content-all .adv-content2-box:hover .adv-details2 h5 {
    color: #fff !important;
}

.country-study-section .country-study-box .adv-content-all .adv-content2-box:hover .btn-white {
    background-color: #fff !important;
    color: #503493 !important;
    border-color: #fff !important;
}

.support-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
}

.support-section .support-content {
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.support-section .support-content h3 {
    margin-bottom: 2.5rem;
}

.support-section .support-content .btn-purple {
    background-color: #fff;
    color: #503493;
    padding: .7rem 1.5rem;
    font-weight: 700;
    border-radius: 3px;
    font-size: 20px;
    transition: all .3s ease;
    border: 1px solid #fff;
    cursor: pointer;
}

.support-section .support-content .btn-purple:hover {
    background-color: #966FD6;
    color: #fff;
    border: 1px solid #966FD6;
}

.support-section .support-img {
    position: absolute;
    right: 8%;
    bottom: 0;
    width: 100%;
    max-width: 420px;
}

.tab-view-section {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.tab-view-section .tab-view-start {
    position: relative;
}

.tab-view-section .tab-view-start .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    background-color: transparent;
    border-radius: 30px 30px 0px 0px;
    overflow: hidden;
}

.tab-view-section .tab-view-start .nav-tabs .nav-item {
    width: 20%;
    position: relative;
}

.tab-view-section .tab-view-start .nav-tabs .nav-item:first-child {
    left: 0;
}

.tab-view-section .tab-view-start .nav-tabs .nav-item:first-child .nav-link {
    border-radius: 20px 10px 0px 0px;
    width: 250px;
    left: -10px;
}

.tab-view-section .tab-view-start .nav-tabs .nav-item:last-child .nav-link {
    border-radius: 10px 20px 0px 0px;
}

.tab-view-section .tab-view-start .nav-tabs .nav-item .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: 0px solid transparent;
    display: inline-block;
    transform: skew(20deg, 0deg);
    padding: 0px;
    background-color: #503493;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0.8rem 1rem;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
    border-top-left-radius: 10px;
}

.tab-view-section .tab-view-start .nav-tabs .nav-item .nav-link.bg-purple1 {
    background-color: #47307e;
    width: 250px;
    left: -2px;
    border-bottom-left-radius: 15px;
}

.tab-view-section .tab-view-start .nav-tabs .nav-item .nav-link.bg-purple2 {
    background-color: #5c42ad;
    width: 250px;
    border-bottom-left-radius: 15px;
}

.tab-view-section .tab-view-start .nav-tabs .nav-item .nav-link.bg-purple3 {
    background-color: #634dbc;
    width: 250px;
    border-bottom-left-radius: 15px;
}

.tab-view-section .tab-view-start .nav-tabs .nav-item .nav-link.bg-purple4 {
    background-color: #6454c6;
    width: 250px;
    border-bottom-left-radius: 15px;
}

.tab-view-section .tab-view-start .nav-tabs .nav-item .nav-link p {
    transform: skew(-20deg, 0deg);
    margin-bottom: 0;
    font-weight: 400;
}

.tab-view-section .tab-view-start .nav-tabs .nav-item .nav-link.active {
    color: #000;
    font-weight: 500;
    background: #fff;
    border: transparent;
    border-radius: 15px 15px 0px 0px;
    transform: skew(20deg, 0deg);
}

.tab-view-section .tab-view-start .nav-tabs .nav-item .nav-link.active p {
    transform: skew(-20deg, 0deg);
    font-weight: 400;
}

.tab-view-section .tab-view-start .nav-tabs .nav-item .nav-link:hover {
    border: transparent !important;
}

.tab-view-section .tab-view-start .tab-content {
    background-color: #fff;
    border-radius: 0px 0px 15px 15px;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.tab-view-section .tab-view-start .tab-content .tab1-content .tab1-bottom {
    padding-top: 1rem;
    padding-left: 5rem;
    padding-right: 5rem;
}

.tab-view-section .tab-view-start .tab-content .tab1-content .tab1-bottom .tab1-bottom-content {
    background-color: #503493;
    padding: 2rem;
    border-radius: 15px;
    margin-top: 30px;
}

.tab-view-section .tab-view-start .tab-content .tab1-content .tab1-bottom .tab1-bottom-content .tab1-bottom-heading {
    text-align: center;
}

.tab-view-section .tab-view-start .tab-content .tab1-content .tab1-bottom .tab1-bottom-content .tab1-slider .tab1-bottom-box {
    padding: 1.5rem 1.5rem .5rem 1.5rem;
    border-radius: 7px;
    background-color: #fff;
    position: relative;
    height: 100%;
    min-height: 140px;
}

.tab-view-section .tab-view-start .tab-content .tab1-content .tab1-bottom .tab1-bottom-content .tab1-slider .tab1-bottom-box p {
    text-align: center;
    margin-bottom: 0;
    overflow-y: auto;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-view-section .tab-view-start .tab-content .tab1-content .tab1-bottom .tab1-bottom-content .tab1-slider .tab1-bottom-box .tab1-img {
    padding: .5rem;
    border-radius: 100%;
    background-color: #966FD6;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -13%;
    left: 35%;
}

.tab-view-section .tab-view-start .tab-content .tab1-content .tab1-bottom .tab1-bottom-content .tab1-slider .tab1-bottom-box .tab1-img img {
    width: 30px;
    height: 30px;
}

.tab-view-section .tab-view-start .tab-content .tab1-content .tab1-bottom .tab1-bottom-content .slick-initialized .slick-slide {
    margin: 35px 10px 10px 10px;
}

.tab-view-section .tab-view-start .tab-content .tab1-content .tab1-btn {
    position: absolute;
    left: 43%;
    bottom: -4%;
}

.tab-view-section .tab-view-start .tab-content .tab1-content .tab1-btn .btn-purple {
    background-color: #503493;
    color: #fff;
    padding: .7rem 2.5rem;
    font-weight: 400;
    border-radius: 50px;
    font-size: 18px;
    transition: all .3s ease;
    border: 1px solid #503493;
    cursor: pointer;
}

.tab-view-section .tab-view-start .tab-content .tab2-content {
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
    min-height: 500px;
}

.tab-view-section .tab-view-start .tab-content .tab2-content .tab2-top-content {
    padding-bottom: 1rem;
}

.tab-view-section .tab-view-start .tab-content .tab2-content .table-view {
    width: 60%;
    border-radius: 10px;
    padding-top: 1rem;
    position: relative;
    z-index: 2;
}

.tab-view-section .tab-view-start .tab-content .tab2-content .table-view table {
    width: 100%;
}

.tab-view-section .tab-view-start .tab-content .tab2-content .table-view table tr {
    background-color: #f0ebff;
}

.tab-view-section .tab-view-start .tab-content .tab2-content .table-view table tr:nth-child(odd) {
    background-color: #e5dcff;
}

.tab-view-section .tab-view-start .tab-content .tab2-content .table-view table tr:last-child td {
    border-radius: 0px 0px 0px 10px;
}

.tab-view-section .tab-view-start .tab-content .tab2-content .table-view table tr:last-child td:last-child {
    border-radius: 0px 0px 10px 0px;
}

.tab-view-section .tab-view-start .tab-content .tab2-content .table-view table tr th {
    background-color: #503493;
    color: #fff;
    font-size: 22px;
    padding: 15px 30px;
}

.tab-view-section .tab-view-start .tab-content .tab2-content .table-view table tr th:first-child {
    border-radius: 10px 0px 0px 0px;
}

.tab-view-section .tab-view-start .tab-content .tab2-content .table-view table tr th:last-child {
    border-radius: 0px 10px 0px 0px;
}

.tab-view-section .tab-view-start .tab-content .tab2-content .table-view table tr td {
    padding: 15px 30px;
    color: #666666;
    font-size: 16px;
    font-weight: 500;
}

.tab-view-section .tab-view-start .tab-content .tab2-content .tab2-btn {
    position: absolute;
    left: 43%;
    bottom: -12%;
}

.tab-view-section .tab-view-start .tab-content .tab2-content .tab2-btn .btn-purple {
    background-color: #503493;
    color: #fff;
    padding: .7rem 2.5rem;
    font-weight: 400;
    border-radius: 50px;
    font-size: 18px;
    transition: all .3s ease;
    border: 1px solid #503493;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.tab-view-section .tab-view-start .tab-content .tab2-content .tab2-img {
    position: absolute;
    bottom: -7.9%;
    right: 20px;
}

.tab-view-section .tab-view-start .tab-content .tab2-content .tab2-img img {
    width: 450px
}

.tab-view-section .tab-view-start .tab-content .tab3-content {
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
    min-height: 550px;
}

.tab-view-section .tab-view-start .tab-content .tab3-content .table-view {
    width: 60%;
    border-radius: 10px;
    padding-top: 1rem;
    position: relative;
    z-index: 2;
}

.tab-view-section .tab-view-start .tab-content .tab3-content .table-view table {
    width: 100%;
}

.tab-view-section .tab-view-start .tab-content .tab3-content .table-view table tr {
    background-color: #f0ebff;
}

.tab-view-section .tab-view-start .tab-content .tab3-content .table-view table tr:nth-child(odd) {
    background-color: #e5dcff;
}

.tab-view-section .tab-view-start .tab-content .tab3-content .table-view table tr:last-child td {
    border-radius: 0px 0px 0px 10px;
}

.tab-view-section .tab-view-start .tab-content .tab3-content .table-view table tr:last-child td:last-child {
    border-radius: 0px 0px 10px 0px;
}

.tab-view-section .tab-view-start .tab-content .tab3-content .table-view table tr th {
    background-color: #503493;
    color: #fff;
    font-size: 20px;
    padding: 10px 30px;
}

.tab-view-section .tab-view-start .tab-content .tab3-content .table-view table tr th:first-child {
    border-radius: 10px 0px 0px 0px;
}

.tab-view-section .tab-view-start .tab-content .tab3-content .table-view table tr th:last-child {
    border-radius: 0px 10px 0px 0px;
}

.tab-view-section .tab-view-start .tab-content .tab3-content .table-view table tr td {
    padding: 10px 30px;
    color: #666666;
    font-size: 16px;
    font-weight: 500;
}

.tab-view-section .tab-view-start .tab-content .tab3-content .tab3-btn {
    position: absolute;
    left: 43%;
    bottom: -13%;
}

.tab-view-section .tab-view-start .tab-content .tab3-content .tab3-btn .btn-purple {
    background-color: #503493;
    color: #fff;
    padding: .7rem 2.5rem;
    font-weight: 400;
    border-radius: 50px;
    font-size: 18px;
    transition: all .3s ease;
    border: 1px solid #503493;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.tab-view-section .tab-view-start .tab-content .tab3-content .tab3-img {
    position: absolute;
    bottom: -8.8%;
    right: 20px;
}

.tab-view-section .tab-view-start .tab-content .tab3-content .tab3-img img {
    width: 450px;
}

.tab-view-section .tab-view-start .tab-content .tab4-content {
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
}

.tab-view-section .tab-view-start .tab-content .tab4-content .tab4-bottom-content .tab4-box {
    background-color: #f0ebff;
    padding: 1.5rem;
    display: flex;
    border-radius: 15px;
    flex-direction: column;
    height: 100%;
}

.tab-view-section .tab-view-start .tab-content .tab4-content .tab4-bottom-content .tab4-box ul {
    padding-left: 25px;
    padding-top: 15px;
    margin-bottom: 0rem;
}

.tab-view-section .tab-view-start .tab-content .tab4-content .tab4-bottom-content .tab4-box ul li {
    font-size: 16px;
    font-weight: 400;
    color: #503493;
    margin-bottom: .5rem;
}

.tab-view-section .tab-view-start .tab-content .tab5-content {
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
}

.tab-view-section .tab-view-start .tab-content .tab5-content .tab5-box {
    background-color: #503493;
    padding: 1.5rem;
    display: flex;
    border-radius: 15px;
    flex-direction: column;
    height: 100%;
}

.tab-view-section .tab-view-start .tab-content .tab5-content .tab5-box ul {
    padding-left: 25px;
    padding-top: 15px;
    margin-bottom: 0rem;
    display: grid;
    grid-template-columns: 50% 50%;
}

.tab-view-section .tab-view-start .tab-content .tab5-content .tab5-box ul li {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: .5rem;
}

.job-sectors-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.job-sectors-section .job-sector-heading {
    text-align: center;
}

.job-sectors-section .job-sector-content {
    padding-top: 2rem;
}

.job-sectors-section .job-sector-content .job-sector-box {
    margin-bottom: 2.5rem;
}

.job-sectors-section .job-sector-content .job-sector-box .job-sector-icon {
    max-width: 100px;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #966FD6;
    border-radius: 50%;
    margin: auto;
}

.job-sectors-section .job-sector-content .job-sector-box .job-sector-icon img {
    max-width: 40px;
    width: 100%;
    height: 40px;
}

.job-sectors-section .job-sector-content .job-sector-box p {
    text-align: center;
    margin-bottom: 0;
}

.checklist-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.checklist-section .checklist-heading {
    text-align: center;
    padding-bottom: 2rem;
}

.checklist-section .checklist-content {
    padding: 2rem;
    background-color: #966FD6;
    border-radius: 15px;
}

.checklist-section .checklist-content ul {
    display: grid;
    grid-template-columns: 50% 50%;
}

.checklist-section .checklist-content ul li {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-right: 30px;
}

.checklist-section .checklist-content .checklist-btn {
    margin-top: 1rem;
    padding-inline-start: 20px;
}

.checklist-section .checklist-content .checklist-btn .btn-purple {
    background-color: #fff;
    color: #503493;
    padding: .7rem 1.5rem;
    font-weight: 700;
    border-radius: 3px;
    font-size: 20px;
    transition: all .3s ease;
    border: 1px solid #fff;
    cursor: pointer;
}

.checklist-section .checklist-content .checklist-btn .btn-purple:hover {
    background-color: #503493;
    color: #fff;
    border: 1px solid #503493;
}

.advisor-section {
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.advisor-section .advisor-content {
    background-color: #503493;
    padding: 3rem;
    border-radius: 15px;
    position: relative;
}

.advisor-section .advisor-content .btn-advisor {
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 60%;
}

.advisor-section .advisor-content .btn-advisor .btn-white {
    color: #503493 !important;
    padding: 0.7rem 1rem !important;
    border-color: #fff !important;
    transition: all .3s ease-in;
    background-color: #fff;
}

.advisor-section .advisor-content .btn-advisor .btn-white:hover {
    color: #fff !important;
    background-color: #966FD6 !important;
    border-color: #966FD6 !important;
}

.advisor-section .advisor-content .advisor-img {
    position: absolute;
    right: 4%;
    bottom: 0;
}

.advisor-section .advisor-content .advisor-img img {
    width: 500px;
}

.college-banner-section {
    position: relative;
    background-color: #503493;
    opacity: .9;
}

.college-banner-section .college-banner-main {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-image: url("/assets/PNG/banner-uni.png");
    background-color: #503493;
    opacity: .9;
    /* width: 100%;
    height: 100%; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    background-position: top;
}

.college-banner-section .college-banner-main .banner-college-name {
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: center;
    display: flex;
    align-items: center;
}

.college-banner-section .college-banner-main .banner-college-name h3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: left;
}

.college-banner-section .college-banner-main .banner-logo {
    padding-right: 3rem;
}

.college-banner-section .college-banner-main .banner-logo img {
    height: 180px;
    border-radius: 15px;
    width: 400px;
    background: #fff;
}

.tabview-college {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.tabview-college .tabview-start {
    position: relative;
}

.tabview-college .tabview-start .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    background-color: transparent;
    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
}

.tabview-college .tabview-start .nav-tabs .nav-item {
    width: 25%;
    position: relative;
}

.tabview-college .tabview-start .nav-tabs .nav-item:first-child {
    left: 0;
}

.tabview-college .tabview-start .nav-tabs .nav-item:first-child .nav-link {
    border-radius: 15px 10px 0px 0px;
    width: 310px;
    left: -10px;
}

.tabview-college .tabview-start .nav-tabs .nav-item:last-child .nav-link {
    border-radius: 10px 15x 0px 0px;
}

.tabview-college .tabview-start .nav-tabs .nav-item .nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 0px solid transparent;
    display: inline-block;
    transform: skew(20deg, 0deg);
    padding: 0px;
    background-color: #503493;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0.8rem 1rem;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 15px;
    border-top-left-radius: 10px;
}

.tabview-college .tabview-start .nav-tabs .nav-item .nav-link.bg-purple1 {
    background-color: #47307e;
    width: 310px;
    left: -2px;
    border-bottom-left-radius: 15px;
}

.tabview-college .tabview-start .nav-tabs .nav-item .nav-link.bg-purple2 {
    background-color: #5c42ad;
    width: 310px;
    border-bottom-left-radius: 15px;
}

.tabview-college .tabview-start .nav-tabs .nav-item .nav-link.bg-purple3 {
    background-color: #634dbc;
    width: 310px;
    border-bottom-left-radius: 15px;
}

.tabview-college .tabview-start .nav-tabs .nav-item .nav-link.bg-purple4 {
    background-color: #6454c6;
    width: 310px;
    border-bottom-left-radius: 15px;
}

.tabview-college .tabview-start .nav-tabs .nav-item .nav-link p {
    transform: skew(-20deg, 0deg);
    margin-bottom: 0;
    font-weight: 600;
}

.tabview-college .tabview-start .nav-tabs .nav-item .nav-link.active {
    color: #503493;
    font-weight: 600;
    background: #fff;
    border: transparent;
    border-radius: 15px 15px 0px 0px;
    transform: skew(20deg, 0deg);
}

.tabview-college .tabview-start .nav-tabs .nav-item .nav-link.active p {
    transform: skew(-20deg, 0deg);
    font-weight: 600;
}

.tabview-college .tabview-start .nav-tabs .nav-item .nav-link:hover {
    border: transparent !important;
}

.tabview-college .tabview-start .tab-content {
    background-color: #fff;
    border-radius: 0px 0px 15px 15px;
}

.tabview-college .tabview-start .tab-content .tab-pane {
    position: relative;
    overflow: hidden;
}

.tabview-college .tabview-start .tab-content .tab-pane .tab1-content {
    position: relative;
    padding: 3rem 2rem;
    min-height: 550px;
}

.tabview-college .tabview-start .tab-content .tab-pane .tab1-content .tab1-box {
    background-color: #f0ebff;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    flex-direction: column;
    height: 100%;
    text-align: center;
}

.tabview-college .tabview-start .tab-content .tab-pane .tab1-img {
    position: absolute;
    bottom: -26%;
    right: -0%;
}

.tabview-college .tabview-start .tab-content .tab-pane .tab1-img img {
    width: 525px;
}

.tabview-college .tabview-start .tab-content .tab-pane .tab2-content {
    padding: 3rem 3rem;
    min-height: 550px;
}

.tabview-college .tabview-start .tab-content .tab-pane .tab2-content .tab2-box {
    border-radius: 15px;
}

.tabview-college .tabview-start .tab-content .tab-pane .tab2-content .tab2-box .tab2-heading {
    text-align: center;
    background-color: #503493;
    padding: .9rem 1rem;
    border-radius: 15px 15px 0px 0px;
}

.tabview-college .tabview-start .tab-content .tab-pane .tab2-content .tab2-box .tab2-all-content ul {
    padding-left: 0;
    position: relative;
}

.tabview-college .tabview-start .tab-content .tab-pane .tab2-content .tab2-box .tab2-all-content ul li {
    list-style-type: none;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    padding: .9rem 1rem .9rem 130px;
    background-color: #e5dcff;
    position: relative;
}

.tabview-college .tabview-start .tab-content .tab-pane .tab2-content .tab2-box .tab2-all-content ul li:nth-child(odd) {
    background-color: #f0ebff;
}

.tabview-college .tabview-start .tab-content .tab-pane .tab2-content .tab2-box .tab2-all-content ul li:last-child {
    border-radius: 0px 0px 15px 15px;
}

.tabview-college .tabview-start .tab-content .tab-pane .tab2-content .tab2-box .tab2-all-content ul li:before {
    content: "";
    position: absolute;
    background-image: url("/assets/SVG/checkbox-icon.svg");
    width: 25px;
    height: 25px;
    display: inline-block;
    left: 30px;
    background-repeat: no-repeat;
}

.tabview-college .tabview-start .tab-content .tab-pane .tab2-content .tab2-box .tab2-all-content ul::before {
    content: "";
    position: absolute;
    border-left: 2px solid #503493;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 80px;
    z-index: 2;
}

.tabview-college .tabview-start .tab-content .tab-pane .tab2-img {
    position: absolute;
    bottom: -1%;
    right: 3%;
}

.tabview-college .tabview-start .tab-content .tab-pane .tab2-img img {
    width: 390px;
}

.tabview-college .tabview-start .tab-content .tab-pane .tab3-content {
    padding: 3rem 3rem;
}

.tabview-college .tabview-start .tab-content .tab-pane .tab3-content .tab3-content-bg {
    border-radius: 10px;
    background-color: #e6e6fa;
    padding: 1rem;
    height: 100%;
}

.tabview-college .tabview-start .tab-content .tab-pane .tab3-content ol li::marker {
    color: #503493;
}

.tabview-college .tabview-start .tab-content .tab-pane .tab3-content ol li a:hover {
    text-decoration: none;
}

.tabview-college .tabview-start .tab-content .tab-pane .tab3-content .ranking-img img {
    width: 150px;
}

.tabview-college .tabview-start .tab-content .tab-pane .tab4-content {
    padding: 3rem 3rem;
}

.tabview-college .tabview-start .tab-content .tab-pane .tab4-content .scholarship-box {
    background-color: #f0ebff;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    flex-direction: column;
    height: 100%;
    text-align: center;
}

.why-clg-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #503493;
    position: relative;
    min-height: 660px;
}

.why-clg-section .why-clg-right-content {
    padding-top: 2rem;
}

.why-clg-section .why-clg-right-content p {
    font-size: 17px;
}

.why-clg-section .why-clg-right-content .btn-purple {
    background-color: #fff;
    color: #503493;
    padding: 0.7rem 1.5rem;
    font-weight: 700;
    border-radius: 3px;
    font-size: 20px;
    transition: all .3s ease;
    border: 1px solid #fff;
    cursor: pointer;
}

.why-clg-section .why-clg-right-content .btn-purple:hover {
    background-color: #966FD6;
    color: #fff;
    border: 1px solid #966FD6;
}

.why-clg-section .why-clg-left-content {
    position: absolute;
    top: -80px;
    left: 0;
    right: -30px;
}

.collapse .navbar-nav .megamenushow {
    width: 570px;
    padding: 0rem 0;
    border-radius: 0px 0px 15px 15px;
    padding: 0.8rem 0 0 0;
    top: 100%;
}

.collapse .navbar-nav .megamenushow .rounded-18 {
    border-radius: 0px 0px 15px 15px;
}

.collapse .navbar-nav .megamenushow .btn-purple {
    background-color: #47307e;
    color: #fff;
    padding: 0.5rem 1.5rem;
    font-weight: 700;
    border-radius: 8px;
    font-size: 18px;
    transition: all .3s ease;
    border: 1px solid #fff;
    cursor: pointer;
}

.collapse .navbar-nav .megamenushow .btn-purple:hover {
    background-color: #966FD6;
    color: #fff;
    border: 1px solid #966FD6;
}

.collapse .navbar-nav .megamenushow .megamenulist {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.collapse .navbar-nav .megamenushow .megamenulist .nav-item {
    border: transparent !important;
    display: block !important;
}

.collapse .navbar-nav .megamenushow .megamenulist .nav-item.link-active .nav-link {
    color: #503493 !important;
}

.collapse .navbar-nav .megamenushow .megamenulist .nav-item.active .nav-link {
    color: #503493 !important;
    border: transparent !important;
    opacity: 1 !important;
    border: transparent !important;
    font-weight: 600 !important;
}

.collapse .navbar-nav .megamenushow .megamenulist .nav-item .nav-link {
    border: transparent !important;
    color: #000 !important;
    font-size: 16px !important;
    margin-bottom: 0.3rem !important;
    font-weight: 600 !important;
    padding: 0.5rem;
    display: flex;
    align-items: center;
}

.collapse .navbar-nav .megamenushow .megamenulist .nav-item .nav-link:hover {
    border: transparent !important;
    border-radius: 0px !important;
    transition: all ease .3s;
    width: fit-content;
    color: #966FD6 !important;
    font-weight: 700 !important;
}

.contact-us-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #503493;
}

.contact-us-section .contact-us-form {
    padding: 1.5rem;
    background-color: #f0ebff;
    border-radius: 15px;
}

.contact-us-section .contact-us-form .form-content .text-inverse {
    font-size: 16px;
    color: #503493;
    font-weight: 600;
}

.contact-us-section .contact-us-form .form-content .text-inverse span {
    color: #b90606;
}

.contact-us-section .contact-us-form .form-control {
    height: calc(2em + 0.75rem + 1px) !important;
    border: 1px solid #966fd6 !important;
    border-radius: 7px !important;
}

.contact-us-section .btn-purple {
    background-color: #503493;
    color: #fff;
    padding: 0.5rem 1.5rem;
    font-weight: 700;
    border-radius: 5px;
    font-size: 18px;
    transition: all .3s ease;
    border: 1px solid #fff;
    cursor: pointer;
}

.contact-us-section .btn-purple:hover {
    background-color: #966FD6;
    color: #fff;
}

.contact-us-section .contactus-right-content {
    padding: 2rem;
    background-color: #966FD6;
    border-radius: 15px;
    height: 100%;
}

.contact-us-section .contactus-right-content .info-wrap {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.contact-us-section .contactus-right-content h3 {
    padding-bottom: 1.5rem;
}

.under-process-section {
    background-color: #fff;
    position: relative;
}

.under-process-section .height-100vh {
    height: 100vh;
    display: flex;
    align-items: center;
}

.under-process-section .under-process-img-mb {
    display: none;
}

.under-process-section .under-process-content {
    padding-left: 7rem;
    padding-right: 1rem;
}

.under-process-section .under-process-content .up-logo {
    margin-bottom: 3rem;
}

.under-process-section .under-process-content .up-logo img {
    width: 150px;
}

.under-process-section .under-process-content h3 {
    margin-bottom: 1.5rem;
}

.under-process-section .under-process-content h5 {
    margin-bottom: 2rem;
}

.under-process-section .under-process-content .btn-purple {
    background-color: #503493;
    color: #fff;
    padding: 0.6rem 2rem;
    font-weight: 700;
    border-radius: 3px;
    font-size: 20px;
    transition: all .3s ease;
    border: 1px solid #503493;
    cursor: pointer;
    margin-top: 1rem;
}

.under-process-section .under-process-content .btn-purple:hover {
    background-color: #966FD6;
    color: #fff;
}

.under-process-section .under-process-img img {
    position: absolute;
    right: 7%;
    top: 15%;
    bottom: 0;
    width: 50%;
}

/* // --------------whatsapp-icon-section css add 6-11-2023-------------- */
.whatsapp-icon-section {
    position: fixed;
    z-index: 9999999;
    display: block;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.whatsapp-icon-section .whatsapp-icon-main {
    display: flex;
    flex-direction: column;
}

.whatsapp-icon-section .whatsapp-icon-main a {
    border-radius: 50px;
    height: 40px;
    white-space: nowrap;
    padding: 12px 24px;
    color: #fff;
    background-color: #25d366;
    margin-right: 20px;
    pointer-events: all;
    cursor: pointer;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);
    margin-top: 24px;
    margin-bottom: 24px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.whatsapp-icon-section .whatsapp-icon-main a:hover {
    text-decoration: none;
}

.whatsapp-icon-section .whatsapp-icon-main a .qlwapp-close {
    display: none;
    color: #fff;
}

.navbar-collapse .dropdown-menu {
    border: transparent !important;
    border-radius: 0px 0px 15px 15px !important;
}

.navbar-collapse .dropdown-menu .dropdown-item {
    color: #000 !important;
    font-size: 16px !important;
    margin-bottom: 0.3rem !important;
    font-weight: 600 !important;
    transition: .3s all ease;
}

.navbar-collapse .dropdown-menu .dropdown-item:hover {
    background-color: #fff;
    color: #966FD6 !important;
}

.navbar-collapse .dropdown-menu .dropdown-item.active {
    color: #966FD6 !important;
    background-color: #fff !important;
}

/* // ----------accordion-forPF-section-css-add-9-11-23---------- */
.accordion-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.accordion-section .turning-heading {
    text-align: center;
}

.accordion-section .accordion-all-content {
    padding-top: 2rem;
}

.accordion-section .accordion-all-content .accordion-img img {
    border-radius: 10px;
}

.accordion-section .accordion-all-content .accordion-content .accordion .bdr-right-accordian {
    width: 2px;
    background: #e2e2e2;
    height: 20px;
    margin-left: 1rem;
}

.accordion-section .accordion-all-content .accordion-content .accordion .btn-purple {
    background-color: #503493;
    color: #fff;
    padding: 0.5rem 2rem;
    font-weight: 700;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 50px;
    transition: all .3s ease;
    border: 1px solid #503493;
    cursor: pointer;
    margin-top: 1rem;
}

.accordion-section .accordion-all-content .accordion-content .accordion .btn-purple:hover {
    background-color: #966FD6;
    border: 1px solid #966FD6;
    color: #fff;
}

.accordion-section .accordion-all-content .accordion-content .accordion .card {
    padding: 0rem;
    border: transparent;
    border-radius: 0px;
    position: relative;
}

.accordion-section .accordion-all-content .accordion-content .accordion .card .step-conter {
    position: absolute;
    padding: 0.375rem 0.75rem;
    left: 0px;
    font-size: 18px;
    font-weight: 600;
    top: 0px;
    border-radius: 50px;
    width: 33.5px;
    height: 33.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #966fd6;
    color: #fff;
}

.accordion-section .accordion-all-content .accordion-content .accordion .card .step-border {
    width: 2px;
    background: #966fd6;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 16px;
}

.accordion-section .accordion-all-content .accordion-content .accordion .card .card-header {
    padding: 0;
    background-color: transparent !important;
    border: transparent;
    position: relative;
}

.accordion-section .accordion-all-content .accordion-content .accordion .card .card-header a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    display: block;
    text-align: left;
    margin-left: 50px;
}

.accordion-section .accordion-all-content .accordion-content .accordion .card .card-header a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
}

.accordion-section .accordion-all-content .accordion-content .accordion .card .card-header a.collapsed {
    background: #fff;
    color: #000;
}

.accordion-section .accordion-all-content .accordion-content .accordion .card .card-header a.collapsed::after {
    content: "\f106";
}

.accordion-section .accordion-all-content .accordion-content .accordion .card .card-body {
    padding: 0.375rem 0.75rem;
    font-size: 18px;
    font-weight: 500;
    margin-left: 50px;
}

.accordion-section .accordion-all-content .accordion-content .accordion .card .collapse {
    border: 0;
}

.accordion-section .accordion-all-content .accordion-content .accordion .card .collapse.show {
    background: #fff;
}

/* // -----------thankyou-page-css-22-11-23------------- */
.thankyou-page {
    background-color: #552b8f;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.thankyou-page .thankyou-page-start {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.thankyou-page .thankyou-page-start .ty-heading {
    text-align: center;
}

.thankyou-page .thankyou-page-start .ty-heading h2 {
    letter-spacing: 1px;
}

.thankyou-page .thankyou-page-start a {
    text-align: center;
}

.thankyou-page .thankyou-page-start a.btn-purple {
    background-color: #9d69ce !important;
    padding: 0.3rem 3rem !important;
    border-radius: 0px !important;
    font-size: 16px;
}

/* media-query */
@media (min-width: 1400px) {
    .container {
        max-width: 1200px !important;
    }
}

@media (min-width: 992px) {
    .details-of-coursefindr .col-lg-4 {
        -ms-flex: 0 0 31.3% !important;
        flex: 0 0 31.3% !important;
        max-width: 31.3% !important;
    }

    .details-of-coursefindr .col-lg-8 {
        -ms-flex: 0 0 68.4% !important;
        flex: 0 0 68.4% !important;
        max-width: 68.4% !important;
        padding-left: 0px !important;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 650px !important;
    }
}

@media only screen and (max-width: 768px) {
    header {
        padding: .5rem 0;
        z-index: 2;
    }

    .container,
    .container-fluid {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .right-side-content .sidebar-right-top .right-content-all {
        flex-direction: column;
        height: 60px;
        align-items: start !important;
    }

    .right-side-content .sidebar-right-top .right-content-all .wishlist-content {
        font-size: 16px;
    }

    .right-side-content .sidebar-right-top .right-content-all .wishlist-content .wishlist-all {
        font-size: 12px !important;
        ;
    }

    .navbar-brand .logo-img {
        width: 100px;
        height: 50px;
    }

    .navbar-toggler-icon svg {
        fill: #503493;
    }

    button:focus {
        outline: transparent !important;
    }

    .counter-section {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .counter-section .counter-start {
        border-radius: 20px;
        padding: 1.5rem;
        border: 12px solid #ede9f3;
    }

    .counter-section .counter-start .counter-box {
        padding-top: 1rem;
        padding-bottom: 0rem;
    }

    .counter-section .counter-start .counter-box .count-bdr-right {
        border-right: transparent;
    }

    .counter-section .counter-start .counter-box .count {
        margin-bottom: 1.5rem;
    }

    .counter-section .counter-start .counter-box .count h4 {
        font-size: 30px;
    }

    .counter-section .counter-start .counter-box .count p {
        font-size: 16px;
    }

    .counter-section .counter-bottom .font-24 {
        font-size: 16px !important;
    }

    .counter-section .counter-bottom .btn-start {
        margin-top: 0.5rem;
    }

    .counter-section .counter-bottom .btn-start .btn-purple {
        font-size: 16px;
    }

    .navbar .navbar-collapse .navbar-nav {
        display: block;
        width: 100%;
        margin-top: 10px !important;
    }

    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-size: 18px;
    }

    .btn-outline-purple {
        font-size: 18px;
    }

    .selecticon1 .select2-container {
        width: 100% !important;
        margin-bottom: 1rem;
    }

    .course-finder {
        position: relative;
        top: -15px;
    }

    .top-program-section .top-program-content .row {
        display: block !important;
    }

    .endorsed-section .endorsed-content .row {
        display: block !important;
    }

    .banner-section {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .banner-section .banner-main .banner-content {
        padding-top: 1rem;
    }

    .banner-section .banner-main .banner-img2 {
        text-align: center;
    }

    .banner-section .banner-main .banner-img2 img {
        width: 200px;
        margin: auto;
    }

    .banner-section .banner-imgmain {
        width: 80%;
    }

    .course-finder .course-finder-main {
        padding: 1rem;
    }

    .course-finder .course-finder-main .search-bar {
        position: static;
    }

    .course-finder-new {
        position: relative;
        top: -15px;
    }

    .course-finder-new .course-finderinner {
        padding: 0rem 0rem 1rem 0rem;
        position: static;
        border-radius: 15px;
    }

    .course-finder-new .course-finderinner .form-group {
        flex-direction: column;
    }

    .course-finder-new .course-finderinner .search-bar {
        position: static;
        text-align: center;
        width: 100%;
        padding-top: 1rem;
    }

    .bdr-right::after {
        display: none;
    }

    .font-24 {
        font-size: 18px !important;
    }

    .font-60 {
        font-size: 35px !important;
    }

    .font-50 {
        font-size: 30px !important;
    }

    .font-18 {
        font-size: 16px !important;
    }

    .font-28 {
        font-size: 22px !important;
    }

    .destination-section {
        padding-top: 1rem;
        padding-bottom: .5rem;
    }

    .destination-section .destination-content {
        padding-top: 1rem;
    }

    .destination-section .destination-content .destination-box {
        height: 195px;
    }

    .destination-section .destination-content .destination-box .destination-img img {
        height: 100%;
    }

    .destination-section .destination-content .destination-box .destination-btn a {
        font-size: 18px;
        padding: 0.4rem 1rem;
    }

    .destination-section .destination-content .destination-box .destination-btn-more a {
        font-size: 18px;
        padding: 0.4rem 1rem;
    }

    .pf-study-section {
        padding-top: 1rem;
        padding-bottom: .5rem;
    }

    .pf-study-section .pf-content {
        padding-top: 1rem;
        padding-bottom: 0rem;
    }

    .pf-study-section .pf-content .pf-content-box {
        text-align: center;
    }

    .pf-study-section .pf-content .pf-content-box .pf-img img {
        margin: auto;
    }

    .pf-study-section .slick-next {
        right: 0px !important;
        width: 28px !important;
        height: 28px !important;
    }

    .pf-study-section .slick-next:before {
        width: 15px !important;
        height: 15px !important;
    }

    .pf-study-section .slick-prev {
        left: 0px !important;
        width: 28px !important;
        height: 28px !important;
        z-index: 1;
    }

    .pf-study-section .slick-prev:before {
        width: 15px;
        height: 15px;
    }

    .per-course-section {
        padding-top: 0rem;
        padding-bottom: 1rem;
    }

    .per-course-section .per-course-main .per-heading {
        text-align: center;
    }

    .per-course-section .per-course-main .per-all-content .per-course-details .per-course-img {
        padding: 0.5rem;
        height: 100px;
    }

    .per-course-section .per-course-main .per-all-content .per-course-details .per-course-img img {
        width: 55px;
        height: 55px;
    }

    .per-course-section .per-course-main .per-all-content .slick-slider .slick-dots {
        bottom: 0;
    }

    .per-course-section .per-course-main .per-all-content .slick-slider .slick-dots li.slick-active button::before {
        opacity: 1 !important;
        color: #966FD6 !important;
    }

    .per-course-section .per-course-main .per-all-content .slick-slider .slick-dots li button::before {
        font-size: 12px !important;
        color: #c3b1e1 !important;
    }

    .per-course-section .per-course-main .btn-purple {
        font-size: 16px !important;
        padding: 0.4rem .7rem !important;
        margin-bottom: .7rem !important;
        border-radius: 5px !important;
    }

    .per-course-section .per-course-main .db-img-main {
        padding: 1rem .5rem;
    }

    .per-course-section .per-course-main .db-img-main .db-img {
        border-radius: 18px;
        padding: 0.5rem;
        box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 7px, rgba(0, 0, 0, 0.05) 0px 0px 0px !important;
    }

    .advantages-section {
        padding-top: 1rem;
        padding-bottom: .5rem;
    }

    .advantages-section .adv-content-all .adv-content-box {
        padding: 1rem;
    }

    .advantages-section .adv-content-all .adv-content-box .d-flex {
        display: block !important;
    }

    .advantages-section .adv-content-all .adv-content-box .d-flex .adv-img {
        margin: auto;
        max-width: 85px;
        height: 85px;
        margin-bottom: 1rem;
    }

    .advantages-section .adv-content-all .adv-content-box .d-flex .adv-img img {
        width: 45px;
        height: 45px;
    }

    .advantages-section .adv-content-all .adv-content-box .adv-details {
        padding: 0 0rem;
        text-align: center;
    }

    .advantages-section .adv-content-all .adv-content-box .adv-details h5 {
        margin-bottom: 10px;
    }

    .advantages-section .adv-content-all .adv-content2-box {
        padding: 1rem;
    }

    .advantages-section .adv-content-all .adv-content2-box .adv-content2-box {
        padding: 1rem;
    }

    .advantages-section .adv-content-all .adv-content2-box .adv-content2-box .w-60 {
        width: 100% !important;
    }

    .w-60 {
        width: 100% !important;
    }

    .font-22 {
        font-size: 18px !important;
    }

    .btn-white {
        font-size: 16px !important;
        padding: 0.4rem .7rem !important;
        border-radius: 5px !important;
    }

    .top-program-section {
        padding-top: 1rem;
        padding-bottom: .5rem;
    }

    .top-program-section .top-program-content {
        padding-top: 1rem;
    }

    .top-program-section .top-program-content .top-program-box {
        flex-direction: row;
    }

    .top-program-section .top-program-content .top-program-box .top-img {
        width: 70px;
        height: 60px;
        border-radius: 8px 0px 20px 0px;
    }

    .top-program-section .top-program-content .top-program-box .top-img img {
        width: 30px;
        height: 30px;
    }

    .top-universitie-section {
        padding-top: 1rem;
        padding-bottom: .5rem;
    }

    .top-universitie-section .uni-content .uni-box img {
        height: 50px;
        width: 100%;
    }

    .study-europe-section {
        padding-top: 1rem;
        padding-bottom: 1.5rem;
    }

    .study-europe-section .study-europe-start {
        padding: 1rem;
    }

    .study-europe-section .btn-study {
        padding-top: 0.5rem;
        padding-bottom: 0;
    }

    .study-europe-section .btn-study .btn-white {
        padding: .4rem .7rem !important;
        border-radius: 5px !important;
    }

    .workat-section {
        padding-top: 1rem;
        padding-bottom: 1.5rem;
    }

    .workat-section .workat-content {
        padding-top: 1rem;
    }

    .workat-section .workat-content .workat-box .workat-box-img {
        margin: 0px 20px;
    }

    .workat-section .slick-next {
        right: 0px !important;
        width: 28px !important;
        height: 28px !important;
    }

    .workat-section .slick-next:before {
        width: 15px !important;
        height: 15px !important;
    }

    .workat-section .slick-prev {
        left: 0px !important;
        width: 28px !important;
        height: 28px !important;
        z-index: 1;
    }

    .workat-section .slick-prev:before {
        width: 15px;
        height: 15px;
    }

    .whatnot-student-section {
        padding-top: 1rem;
        padding-bottom: .5rem;
    }

    .whatnot-student-section .whatnot-box p {
        margin-bottom: 0 !important;
    }

    .font-20 {
        font-size: 16px !important;
    }

    .refer-section {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }

    .refer-section .refer-content-all {
        padding: 1rem;
    }

    .refer-section .refer-content-all .refer-study {
        padding-top: 0rem;
        padding-bottom: 0.5rem;
    }

    .refer-section .refer-content-all .refer-study .btn-white {
        padding: .4rem .7rem !important;
        border-radius: 5px !important;
    }

    .refer-section .refer-content-all .refer-img-main {
        position: static;
    }

    .refer-section .refer-content-all .refer-img-main .refer-img {
        position: static;
    }

    .refer-section .refer-content-all .refer-img-main .refer-img img {
        position: relative;
        bottom: -6.5%;
    }

    .endorsed-section {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .endorsed-section .endorsed-content {
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin: 0px;
    }

    .endorsed-section .endorsed-content .endorsedSlider {
        padding: 0rem;
    }

    .endorsed-section .endorsed-content .endorsedSlider .slick-next {
        width: 28px !important;
        height: 28px !important;
    }

    .endorsed-section .endorsed-content .endorsedSlider .slick-next:before {
        width: 15px !important;
        height: 15px !important;
    }

    .endorsed-section .endorsed-content .endorsedSlider .slick-prev {
        width: 28px !important;
        height: 28px !important;
        z-index: 1;
    }

    .endorsed-section .endorsed-content .endorsedSlider .slick-prev:before {
        width: 15px;
        height: 15px;
    }

    .valuable-section {
        padding-top: 1rem;
        padding-bottom: 0.5rem;
    }

    .valuable-section .valuable-content {
        padding-top: 1rem;
    }

    .valuable-section .valuable-content .valuable-box {
        margin: 0px 10px;
    }

    .valuable-section .valuable-content .valuable-box .valuable-img img {
        height: 160px;
    }

    .valuable-section .valuable-content .valuable-box .valuable-bottom-content .btn-black {
        font-size: 14px !important;
        padding: 0.4rem .7rem;
    }

    .valuable-section .valuable-content .valuableSlider .slick-next {
        right: -12px !important;
        width: 28px !important;
        height: 28px !important;
    }

    .valuable-section .valuable-content .valuableSlider .slick-next:before {
        width: 15px !important;
        height: 15px !important;
    }

    .valuable-section .valuable-content .valuableSlider .slick-prev {
        left: -12px !important;
        width: 28px !important;
        height: 28px !important;
        z-index: 1;
    }

    .valuable-section .valuable-content .valuableSlider .slick-prev:before {
        width: 15px;
        height: 15px;
    }

    .page-footer {
        padding-top: 1rem;
        padding-bottom: 4rem;
        position: relative;
        z-index: -1;
    }

    .page-footer .text-md-left {
        text-align: left !important;
    }

    .page-footer .mt-md-0 {
        margin-top: 0 !important;
    }

    .slide-db-img {
        transform: translateX(0);
    }

    .d-none-mobile {
        display: none;
    }

    .d-block-mobile {
        display: block;
    }

    .destination-section .destination-content2 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .destination-section .destination-content2 .destination-box {
        position: relative;
        height: 195px;
        border-radius: 8px;
        background-color: #fff;
        transition: all .3s ease;
        margin: 0px 25px;
    }

    .destination-section .destination-content2 .destination-box .destination-img {
        padding: 5px;
        background-color: #fff;
        border-radius: 8px;
        height: 100%;
        transition: all .3s ease-in-out;
    }

    .destination-section .destination-content2 .destination-box .destination-img img {
        border-radius: 8px;
        height: 100%;
        width: 100%;
    }

    .destination-section .destination-content2 .destination-box .destination-btn {
        position: absolute;
        width: 100%;
        bottom: 20px;
    }

    .destination-section .destination-content2 .destination-box .destination-btn a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff !important;
        background-color: #966fd6;
        font-size: 18px;
        padding: 0.4rem 1rem;
        margin: 0 20px;
        font-weight: 600;
        border-radius: 3px;
        transition: all .3s ease;
    }

    .destination-section .destination-content2 .destination-box .destination-btn a:hover {
        text-decoration: none;
    }

    .destination-section .destination-content2 .destination-box .destination-btn-more {
        position: absolute;
        width: 100%;
        bottom: 20px;
    }

    .destination-section .destination-content2 .destination-box .destination-btn-more a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #000 !important;
        background-color: #fff;
        font-size: 18px;
        padding: 0.4rem 1rem;
        margin: 0 20px;
        font-weight: 600;
        border-radius: 3px;
        transition: all .3s ease;
    }

    .destination-section .destination-content2 .destination-box .destination-btn-more a:hover {
        text-decoration: none;
    }

    .destination-section .destination-content2 .destination-box:hover .destination-btn a {
        color: #503493 !important;
        background-color: #fff;
        cursor: pointer;
    }

    .destination-section .destination-content2 .destination-box:hover .destination-img img {
        filter: grayscale(70%);
    }

    .destination-section .destination-content2 .destination-box2 {
        transition: all .5s ease-in;
    }

    .destination-section .destination-content2 .destination-box2:hover {
        background-color: #966FD6;
        transition: all .5s ease-in;
    }

    .destination-section .destination-content2 .destination-box2:hover p {
        color: #fff !important;
    }

    .destination-section .slick-initialized .slick-slide {
        margin: 10px;
    }

    .destination-section .slick-next {
        right: 0px !important;
        width: 28px !important;
        height: 28px !important;
        border: 2.5px solid #966FD6;
        border-radius: 50px;
        background-color: #e6e6fa !important;
    }

    .destination-section .slick-next::before {
        content: "";
        background-image: url("/assets/SVG/chevron-right.svg") !important;
        /* background-image: url("{{ asset('assets/SVG/chevron-left.svg') }}") !important; */
        width: 15px !important;
        height: 15px !important;
        display: inline-block;
        background-repeat: no-repeat;
        opacity: 1 !important;
        position: relative;
        left: 4px;
    }

    .destination-section .slick-prev {
        left: 0px !important;
        width: 28px !important;
        height: 28px !important;
        border: 2.5px solid #966FD6;
        border-radius: 50px;
        background-color: #e6e6fa !important;
        z-index: 1;
    }

    .destination-section .slick-prev::before {
        content: "";
        background-image: url("/assets/SVG/chevron-left.svg") !important;
        width: 15px !important;
        height: 15px !important;
        display: inline-block;
        background-repeat: no-repeat;
        opacity: 1 !important;
        position: relative;
        left: 3px;
    }

    .font-26 {
        font-size: 18px !important;
    }

    .adv-mb-content {
        padding-top: 1rem;
    }

    .adv-mb-content .adv-content-box {
        padding: 1rem;
        background-color: #fff;
        border-radius: 5px;
        height: 100%;
        margin-bottom: 1.5rem;
        display: flex;
        flex-direction: column;
        transition: all .3s ease-in;
        margin: 0px 25px;
    }

    .adv-mb-content .adv-content-box:hover {
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    }

    .adv-mb-content .adv-content-box .d-flex {
        display: block !important;
    }

    .adv-mb-content .adv-content-box .adv-img {
        margin: auto;
        max-width: 85px;
        height: 85px;
        width: 100%;
        background: #e6e6fa;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .adv-mb-content .adv-content-box .adv-img img {
        width: 45px;
        height: 45px;
    }

    .adv-mb-content .adv-content-box .adv-details {
        padding: 0 0rem;
        text-align: center;
    }

    .adv-mb-content .adv-content-box .adv-details h5 {
        margin-bottom: 10px;
    }

    .adv-mb-content .adv-content-box .adv-details p {
        color: #666;
        margin-bottom: 0;
    }

    .adv-mb-content .adv-content2-box {
        padding: 1rem;
        background-color: #fff;
        border-radius: 5px;
        height: 100%;
        display: flex;
        flex-direction: column;
        transition: all .3s ease-in;
        margin: 0px 25px;
    }

    .adv-mb-content .adv-content2-box .w-60 {
        width: 100% !important;
    }

    .adv-mb-content .adv-content2-box .adv-details2 h5 {
        margin-bottom: 10px;
    }

    .adv-mb-content .adv-content2-box .btn-white {
        background-color: #966fd6;
        color: #fff !important;
        border-color: #966fd6 !important;
        text-decoration: none;
    }

    .adv-mb-content .adv-content2-box:hover {
        background-color: #966FD6;
    }

    .adv-mb-content .adv-content2-box:hover .adv-details2 h5 {
        color: #fff !important;
    }

    .adv-mb-content .adv-content2-box:hover .btn-white {
        background-color: #fff !important;
        color: #503493 !important;
        border-color: #fff !important;
    }

    .adv-mb-content .slick-initialized .slick-slide {
        margin: 10px;
    }

    .adv-mb-content .slide {
        background-color: #ccc;
        padding: 10px;
        height: 100% !important;
    }

    .adv-mb-content .slick-slide img {
        margin: auto;
    }

    .adv-mb-content .slick-next {
        right: 0px !important;
        width: 28px !important;
        height: 28px !important;
        border: 2.5px solid #966FD6;
        border-radius: 50px;
        background-color: #e6e6fa !important;
    }

    .adv-mb-content .slick-next::before {
        content: "";
        background-image: url("/assets/SVG/chevron-right.svg") !important;
        width: 15px !important;
        height: 15px !important;
        display: inline-block;
        background-repeat: no-repeat;
        opacity: 1 !important;
        position: relative;
        left: 4px;
    }

    .adv-mb-content .slick-prev {
        left: 0px !important;
        width: 28px !important;
        height: 28px !important;
        border: 2.5px solid #966FD6;
        border-radius: 50px;
        background-color: #e6e6fa !important;
        z-index: 1;
    }

    .adv-mb-content .slick-prev::before {
        content: "";
        background-image: url("/assets/SVG/chevron-left.svg") !important;
        width: 15px !important;
        height: 15px !important;
        display: inline-block;
        background-repeat: no-repeat;
        opacity: 1 !important;
        position: relative;
        left: 3px;
    }

    .topviewSlider {
        padding-top: 1rem;
    }

    .topviewSlider .top-program-box {
        background-color: #e6e6fa;
        border-radius: 8px;
        height: 100%;
        display: flex;
        flex-direction: column;
        transition: all .3s ease-in;
        padding: 1rem;
        margin: 0px 25px;
        text-align: center;
    }

    .topviewSlider .top-program-box:hover {
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    }

    .topviewSlider .top-program-box .top-img {
        max-width: 70px;
        height: 70px;
        width: 100%;
        margin: auto;
        background-color: #966FD6;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }

    .topviewSlider .top-program-box .top-img img {
        width: 45px;
        height: 45px;
    }

    .topviewSlider .top-program-box .top-details {
        padding: 1rem;
        display: flex;
        flex-direction: column;
    }

    .topviewSlider .top-program-box .mb-display {
        display: flex;
        align-items: end;
        justify-content: center;
    }

    .topviewSlider .top-program-box .mb-display p {
        color: #966FD6;
        margin-top: auto;
    }

    .topviewSlider .slide {
        background-color: #ccc;
        padding: 10px;
        height: 100% !important;
    }

    .topviewSlider .slick-slide img {
        margin: auto;
    }

    .topviewSlider .slick-next {
        right: 0px !important;
        width: 28px !important;
        height: 28px !important;
        border: 2.5px solid #966FD6;
        border-radius: 50px;
        background-color: #fff !important;
    }

    .topviewSlider .slick-next::before {
        content: "";
        background-image: url("/assets/SVG/chevron-right.svg") !important;
        width: 15px !important;
        height: 15px !important;
        display: inline-block;
        background-repeat: no-repeat;
        opacity: 1 !important;
        position: relative;
        left: 4px;
    }

    .topviewSlider .slick-prev {
        left: 0px !important;
        width: 28px !important;
        height: 28px !important;
        border: 2.5px solid #966FD6;
        border-radius: 50px;
        background-color: #fff !important;
        z-index: 1;
    }

    .topviewSlider .slick-prev::before {
        content: "";
        background-image: url("/assets/SVG/chevron-left.svg") !important;
        width: 15px !important;
        height: 15px !important;
        display: inline-block;
        background-repeat: no-repeat;
        opacity: 1 !important;
        position: relative;
        left: 3px;
    }

    .whatnot-mb-content {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .whatnot-mb-content .slick-slider .slick-dots {
        bottom: 0px !important;
    }

    .whatnot-mb-content .slick-slider .slick-dots li button::before {
        font-size: 12px !important;
        color: #c3b1e1 !important;
    }

    .whatnot-mb-content .slick-slider .slick-dots li.slick-active button::before {
        opacity: 1 !important;
        color: #966FD6 !important;
    }

    .whatnot-mb-content .slick-slider .slick-dotted.slick-slider {
        margin-bottom: 15px !important;
    }

    .whatnot-mb-content .whatnot-box {
        background-color: #fff;
        position: relative;
        border-radius: 10px;
        margin: 0px 25px;
    }

    .whatnot-mb-content .whatnot-box .whatnot-bottom-content {
        background-color: #e6e6fa;
        width: 100%;
        border-radius: 0px 0px 10px 10px;
        padding: 1rem;
    }

    .whatnot-mb-content .whatnot-box .whatnot-bottom-content .clipstarts {
        display: flex;
    }

    .whatnot-mb-content .whatnot-box .whatnot-bottom-content .clipstarts .clip-star {
        background: #ffce00;
        clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
        display: inline-block;
        height: 20px;
        width: 20px;
    }

    .whatnot-mb-content .whatnot-box .whatnot-bottom-content .bdr-3 {
        border-radius: 3px;
    }

    .whatnot-mb-content .slide {
        background-color: #ccc;
        padding: 10px;
        height: 100% !important;
    }

    .whatnot-mb-content .slick-slide img {
        margin: auto;
    }

    .whatnot-mb-content .slick-next {
        right: 0px !important;
        width: 28px !important;
        height: 28px !important;
        border: 2.5px solid #fff;
        border-radius: 50px;
        background-color: #503493 !important;
    }

    .whatnot-mb-content .slick-next::before {
        content: "";
        background-image: url("/assets/SVG/chevron-right1.svg") !important;
        width: 15px !important;
        height: 15px !important;
        display: inline-block;
        background-repeat: no-repeat;
        opacity: 1 !important;
        position: relative;
        left: 4px;
    }

    .whatnot-mb-content .slick-prev {
        left: 0px !important;
        width: 28px !important;
        height: 28px !important;
        border: 2.5px solid #fff;
        border-radius: 50px;
        background-color: #503493 !important;
        z-index: 1;
    }

    .whatnot-mb-content .slick-prev::before {
        content: "";
        background-image: url("/assets/SVG/chevron-left1.svg") !important;
        width: 15px !important;
        height: 15px !important;
        display: inline-block;
        background-repeat: no-repeat;
        opacity: 1 !important;
        position: relative;
        left: 3px;
    }

    .slick-initialized .slick-slide {
        margin: 5px !important;
    }

    .slick-track {
        display: flex !important;
        align-items: center;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 15px !important;
    }

    .per-all-content .w-75 {
        width: 100% !important;
    }

    .bdr-bottom {
        position: relative;
    }

    .bdr-bottom::before {
        content: "";
        border-bottom: 1px solid #ebebeb;
        position: absolute;
        left: 33px;
        display: inline-block;
        width: 80%;
        bottom: 0px;
    }

    .togglecolor {
        background-color: transparent;
    }

    .study-europe-section .study-img {
        position: relative;
        top: 17px;
    }

    .refer-section .refer-img {
        position: relative !important;
        top: 17px !important;
    }

    .banner2-section {
        padding-top: 1rem;
        padding-bottom: 0rem;
    }

    .banner2-section .banner2-btn {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .banner2-section .banner2-btn .btn-start .btn-purple {
        font-size: 16px !important;
        padding: 0.5rem 0.5rem !important;
    }

    @keyframes pending {
        0% {
            box-shadow: 0 0 0 0 #e5dbf4;
        }

        100% {
            box-shadow: 0 0 0 9px #e5dbf4;
        }
    }

    .Whatnotai-take-section {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .turning-data-section {
        padding-top: 1rem;
    }

    .turning-data-section .testimonial__inner {
        padding-top: 1rem;
    }

    .turning-data-section .testimonial__inner .testimonial-slider .slick-list {
        padding-top: 0px !important;
        padding-bottom: 22px !important;
    }

    .turning-data-section .testimonial__inner .testimonial-slider .slick-slide {
        width: 300px;
        height: auto !important;
        transition: transform .4s;
        position: relative;
    }

    .turning-data-section .testimonial__inner .testimonial-slider .slick-slide {
        transform: none;
    }

    .turning-data-section .testimonial__inner .testimonial-slider .slick-slide.slick-center+.slick-slide {
        transform: none;
        z-index: 10;
    }

    .turning-data-section .testimonial__inner .testimonial-slider .slick-slide.slick-center+.slick-slide+.slick-slide {
        transform: none;
    }

    .turning-data-section .testimonial__inner .testimonial-slider .slick-slide.slick-active {
        transform: none;
    }

    .turning-data-section .testimonial__inner .testimonial-slider .slick-slide.slick-center {
        /* margin: 0 -10%; */
        transform: none;
        z-index: 30;
    }

    .turning-data-section .testimonial__inner .testimonial-slider .slick-center:after {
        opacity: 0;
    }

    .turning-data-section .testimonial__inner .testimonial-slider .slick-current.slick-active .testimonial-slide .testimonial_box {
        padding: 1rem;
        border-radius: 10px;
        margin: 5px;
    }

    .turning-data-section .testimonial__inner .testimonial-slider .slick-current.slick-active .testimonial-slide .testimonial_box .test-icon {
        width: 60px;
        height: 60px;
        background-color: #fff;
        border-radius: 100px;
    }

    .turning-data-section .testimonial__inner .testimonial-slider .slick-current.slick-active .testimonial-slide .testimonial_box .test-icon img {
        width: 30px;
        height: 30px;
    }

    .turning-data-section .testimonial__inner .testimonial-slider .slick-current.slick-active .testimonial-slide .testimonial_box .headingslider {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .turning-data-section .testimonial__inner .testimonial-slider .slick-current.slick-active .testimonial-slide .testimonial_box .sliderdetails {
        width: 100%;
    }

    .turning-data-section .testimonial__inner .testimonial-slider .slick-slide .testimonial-slide .testimonial_box {
        padding: 1rem;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
        margin: 5px;
    }

    .turning-data-section .testimonial__inner .testimonial-slider .slick-slide .testimonial-slide .testimonial_box .test-icon {
        width: 60px;
        height: 60px;
    }

    .turning-data-section .testimonial__inner .testimonial-slider .slick-slide .testimonial-slide .testimonial_box .test-icon img {
        width: 30px;
        height: 30px;
    }

    .turning-data-section .testimonial__inner .testimonial-slider .slick-slide .testimonial-slide .testimonial_box .headingslider {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .turning-data-section .testimonial__inner .testimonial-slider .slick-slide .testimonial-slide .testimonial_box .sliderdetails {
        width: 100%;
    }

    .font-45 {
        font-size: 30px !important;
    }

    .study-img2 {
        position: relative !important;
        bottom: -18px !important;
        top: inherit !important;
        transform: none !important;
        right: inherit !important;
    }

    .form-card .row .bdr-right-form {
        border-right: 0px solid #966fd6 !important;
        margin-bottom: 1rem;
    }

    .form-card .row .bdr-right-form.pr-0 {
        padding-right: 15px !important;
    }

    .form-card .row .pl-0 {
        padding-left: 15px !important;
    }

    .newmodal .modal-content .modal-body {
        padding: 1rem 1.5rem 1rem !important;
    }

    .newmodal .modal-content .modal-body .price-range-slider .range-value {
        margin-left: 10px !important;
    }

    .newmodal .modal-content .modal-body .price-range-slider .range-value input {
        font-size: 12px !important;
    }

    .newmodal .modal-content .modal-body .form-control {
        height: 45px;
    }

    .newmodal .modal-content .modal-body .btn-light {
        font-size: 16px;
        padding: 0.4rem 0.7rem !important;
        height: 45px;
    }

    .newmodal .modal-content .modal-body .btn-purple {
        font-size: 16px;
        padding: 0.4rem 0.7rem !important;
        height: 45px;
    }

    .filter-sidebar .filter-toggle {
        display: block;
        margin-bottom: 15px;
        width: fit-content;
        color: #fff;
        background: #503493;
        padding: 0px 10px 2px;
        margin-left: auto;
        border-color: #503493;
    }

    .filter-sidebar .filter-toggle img {
        filter: invert(1) !important;
    }

    .filter-left-aside.open {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        transition: transform .4s;
    }

    .filter-left-aside {
        position: fixed;
        top: 0;
        left: 0;
        opacity: 1;
        visibility: hidden;
        z-index: 3;
        transform: translateX(100%);
        height: 100%;
        max-width: 100%;
        width: 100%;
        background-color: #fff;
        border: 1px solid #e6edef;
    }

    .height-100 {
        height: 100%;
    }

    .coursefinder-page .coursepage-new {
        margin-top: 0rem;
    }

    .coursefinder-page .coursepage-new .course-finder-main {
        justify-content: center;
    }

    .coursefinder-page .coursepage-new .course-finder-main .form-box1 {
        width: 100%;
        padding-bottom: 13px;
    }

    .coursefinder-page .coursepage-new .course-finder-main .form-box2 {
        width: 100%;
        padding-bottom: 13px;
    }

    .coursefinder-page .coursepage-new .course-finder-main .form-box3 {
        width: 100%;
        padding-bottom: 13px;
    }

    .coursefinder-page .coursepage-new .course-finder-main .search-bar {
        width: 40%;
        height: 40px;
    }

    .coursefinder-page .coursepage-new .course-finder-main .search-bar a {
        font-size: 14px;
    }

    .coursefinder-page .selecticonbox {
        padding-right: 0px;
    }

    .coursefinder-page .select2-container .select2-selection--single {
        height: 40px !important;
    }

    .coursefinder-page .select2-container .select2-selection--single .select2-selection__arrow {
        height: 40px !important;
    }

    .coursefinder-page .select2-container .select2-selection--single .select2-selection__arrow b {
        border-width: 5px 5px 0 5px !important;
    }

    .coursefinder-page .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 36px !important;
        height: 36px !important;
    }

    .coursefinder-page .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
        font-size: 14px !important;
    }

    .coursefinder-page .details-of-coursefindr .left-side-content {
        padding-bottom: 15px;
    }

    .coursefinder-page .details-of-coursefindr .col-lg-8.pl-0 {
        padding-left: 15px !important;
    }

    .coursefinder-page .details-of-coursefindr .right-side-content .college-content .card .card-body .clg-logo {
        height: 130px;
        width: 130px;
        margin: auto;
    }

    .coursefinder-page .details-of-coursefindr .right-side-content .college-content .card .card-body .bdr-bottomheading {
        margin-top: 15px;
        text-align: center;
    }

    .coursefinder-page .details-of-coursefindr .right-side-content .college-content .card .card-body .bdr-bottomheading::after {
        width: 100%;
    }

    .coursefinder-page .details-of-coursefindr .right-side-content .college-content .card .card-body .right-centercontent {
        text-align: center;
    }

    .coursefinder-page .details-of-coursefindr .right-side-content .college-content .card .card-body .right-centercontent p {
        margin-bottom: 7px !important;
    }

    .coursefinder-page .details-of-coursefindr .right-side-content .college-content .card .card-body .right-bottom-conent {
        justify-content: center;
    }

    .filter-sidebar {
        position: static !important;
    }

    .font-16 {
        font-size: 12px !important;
    }

    .coursefindernew-page {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .coursefindernew-page .coursefind-search .topof-coursefinder {
        position: relative;
        z-index: 0;
    }

    .coursefindernew-page .coursefind-search .topof-coursefinder .row .coursetypesearch {
        margin-bottom: 1rem;
    }

    .coursefindernew-page .coursefind-search .topof-coursefinder .row .col-lg-7.pl-0 {
        padding-left: 15px !important;
    }

    .coursefindernew-page .coursefind-search .topof-coursefinder .row .col-lg-7.pl-0 .search-allfield {
        margin-bottom: 1rem;
    }

    .coursefindernew-page .coursefind-search .topof-coursefinder .row .col-lg-7.pl-0 .search-allfield .globalsearch .tagify__input {
        z-index: 0;
    }

    .coursefindernew-page .coursefind-search .topof-coursefinder .row .col-md-1.pl-0 {
        padding-left: 15px !important;
    }

    .coursefindernew-page .coursefind-search .topof-coursefinder .row .col-md-1.pl-0 .search-bar {
        width: 40%;
        margin: auto;
        height: 40px;
    }

    .coursefindernew-page .coursefind-search .topof-coursefinder .row .col-md-1.pl-0 .search-bar a {
        font-size: 14px;
        font-weight: 600;
    }

    .coursefindernew-page .coursefind-search .topof-coursefinder .row .col-md-1.pl-0 .search-bar a i {
        font-size: 12px;
    }

    .coursefindernew-page .coursefind-search .topof-coursefinder .select2-container .select2-selection--single {
        height: 45px !important;
    }

    .coursefindernew-page .coursefind-search .topof-coursefinder .select2-container .select2-selection--single .select2-selection__rendered {
        height: 40px !important;
        line-height: 40px !important;
    }

    .coursefindernew-page .coursefind-search .topof-coursefinder .select2-container .select2-selection--single .select2-selection__arrow {
        height: 40px !important;
    }

    .coursefindernew-page .coursefind-search .topof-coursefinder .select2-container .select2-selection--single .select2-selection__arrow b {
        border-width: 5px 5px 0 5px !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
    }

    .coursefindernew-page .details-of-coursefind .col-lg-8.pl-0 {
        padding-left: 15px !important;
    }

    .coursefindernew-page .filter-left-aside .card-header {
        background-color: #e6e6fa !important;
    }

    .coursefindernew-page .filter-left-aside .left-top-content .left-top {
        height: 40px;
    }

    .coursefindernew-page .filter-left-aside .left-top-content .left-top .font-800 {
        font-weight: 600 !important;
    }

    .coursefindernew-page .filter-left-aside .card {
        margin-top: 0rem;
        border-radius: 0px 0px 20px 20px !important;
        background: transparent;
    }

    .coursefindernew-page .filter-left-aside .card .right-info {
        background: #e6e6fa;
        overflow-y: auto;
        width: 50%;
    }

    .coursefindernew-page .filter-left-aside .card .right-info .nav-pills .nav-link {
        border-radius: 0 !important;
        color: #503493 !important;
        font-weight: 700;
        padding: .5rem .7rem !important;
        border-bottom: 1px solid rgba(17, 0, 83, 0.11);
        font-size: 12px;
        text-align: center;
    }

    .coursefindernew-page .filter-left-aside .card .right-info .nav-pills .nav-link.active,
    .coursefindernew-page .filter-left-aside .card .right-info .nav-pills .show>.nav-link {
        color: #01274d;
        background-color: #ffffff;
        font-weight: 700;
    }

    .coursefindernew-page .filter-left-aside .card .left-info {
        padding: 1.2rem;
        width: 100%;
        height: 85vh;
        overflow-y: auto;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .course-all {
        max-height: 100%;
        overflow: auto;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .course-all ul {
        padding-left: 0 !important;
        margin-top: 10px;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .course-all .radio-item {
        display: inline-block;
        position: relative;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .course-all .radio-item input[type='radio'] {
        display: none;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .course-all .radio-item label {
        color: #503493;
        font-weight: 600;
        font-size: 14px;
        display: flex;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .course-all .radio-item label:before {
        content: " ";
        display: inline-block;
        position: relative;
        top: 0px;
        margin-right: 10px;
        width: 18px;
        height: 18px;
        border-radius: 20px;
        border: 2px solid #966FD6;
        background-color: #fff;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .course-all .radio-item input[type=radio]:checked+label:after {
        border-radius: 15px;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 0px;
        left: 0px;
        content: " ";
        display: block;
        background: #966FD6;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .course-all .course {
        list-style: none;
        margin-bottom: 1rem;
        color: #503493;
        font-weight: 600;
        font-size: 12px;
        margin-right: 5px;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .course-all .course .checkbox,
    .coursefindernew-page .filter-left-aside .card .left-info .course-all .course .radio-btn {
        display: flex;
        align-items: center;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .course-all .course .checkbox label {
        display: inline;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .course-all .course .checkbox .input-assumpte {
        display: none;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .course-all .course .input-assumpte+label {
        -webkit-appearance: none;
        background-color: #fff;
        border: 2px solid #966fd6;
        max-width: 15px;
        height: 15px;
        width: 100%;
        display: inline-block;
        position: relative;
        overflow: hidden;
        border-radius: 2px;
        margin-bottom: 0;
        margin-right: 10px;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .course-all .course .input-assumpte:checked+label:after {
        width: 15px;
        height: 15px;
        content: "";
        background-color: #966fd6;
        border-radius: 0px;
        left: 0px;
        position: absolute;
        top: 0px;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .course-all .course input[type=radio] {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .range-all {
        min-height: 120px;
        overflow: hidden;
        position: relative;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .range-all ul {
        padding-left: 0 !important;
        margin-top: 10px;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .range-all .range {
        list-style: none;
        margin-bottom: 10px;
        margin-right: 10px;
        display: flex;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .range-all input[type="range"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        outline: none;
        position: absolute;
        margin: auto;
        top: 20px;
        background-color: transparent;
        pointer-events: none;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .range-all .slider-track2 {
        width: 100%;
        height: 5px;
        position: absolute;
        margin: auto;
        top: 0;
        top: 20px;
        border-radius: 5px;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .range-all input[type="range"]::-webkit-slider-runnable-track {
        -webkit-appearance: none;
        height: 5px;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .range-all input[type="range"]::-moz-range-track {
        -moz-appearance: none;
        height: 5px;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .range-all input[type="range"]::-ms-track {
        appearance: none;
        height: 5px;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .range-all input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 1em;
        width: 1em;
        background-color: #01274d;
        cursor: pointer;
        margin-top: -5px;
        pointer-events: auto;
        border-radius: 50%;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .range-all input[type="range"]::-moz-range-thumb {
        height: 1em;
        width: 1em;
        cursor: pointer;
        border-radius: 50%;
        background-color: #01274d;
        pointer-events: auto;
        border: none;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .range-all input[type="range"]::-ms-thumb {
        appearance: none;
        height: 1em;
        width: 1em;
        cursor: pointer;
        border-radius: 50%;
        background-color: #01274d;
        pointer-events: auto;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .range-all input[type="range"]:active::-webkit-slider-thumb {
        background-color: #ffffff;
        border: 1px solid #01274d;
    }

    .coursefindernew-page .filter-left-aside .card .left-info .range-all .values {
        background-color: #01274d;
        width: 32%;
        position: relative;
        margin: auto;
        padding: 10px 0;
        border-radius: 5px;
        text-align: center;
        font-weight: 600;
        font-size: 12px;
        color: #ffffff;
        top: 60px;
        font-size: 16px;
    }

    .coursefindernew-page .filter-left-aside .card .card-body .find-all-details .course-search .form-label {
        font-size: 20px;
        font-weight: 700;
    }

    .coursefindernew-page .filter-left-aside .card .card-body .find-all-details .course-search .course-all .course {
        font-size: 14px;
    }

    .coursefindernew-page .filter-left-aside .card .card-body .find-all-details .course-search .course-all .course .input-assumpte+label {
        width: 21px;
        height: 21px;
    }

    .coursefindernew-page .filter-left-aside .card .card-body .find-all-details .course-search .course-all .course .input-assumpte+label::after {
        width: 12px !important;
        height: 12px !important;
    }

    .coursefindernew-page .filter-left-aside .card .card-body .find-all-details .course-search .course-all .radio-item label {
        font-size: 14px;
    }

    .coursefindernew-page .filter-left-aside .card .card-body .find-all-details .course-search .course-all .radio-item label::before {
        width: 21px;
        height: 21px;
    }

    .coursefindernew-page .filter-left-aside .card .card-body .find-all-details .course-search .course-all .radio-item label::after {
        width: 11px !important;
        height: 11px !important;
    }

    .coursefindernew-page .filter-left-aside .card .card-body .find-all-details .course-search .range-all {
        min-height: 90px;
    }

    .coursefindernew-page .filter-left-aside .card .card-body .find-all-details .course-search .range-all .values {
        padding: 5px 0;
        font-size: 14px;
        top: 50px;
    }

    .coursefindernew-page .right-side-content .college-content .card {
        z-index: -2;
    }

    .coursefindernew-page .right-side-content .college-content .card .card-body .clg-logo {
        /* height: 130px; */
        width: 170px;
        margin: auto;
    }

    .coursefindernew-page .right-side-content .college-content .card .card-body .bdr-bottomheading {
        margin-top: 15px;
        text-align: center;
    }

    .coursefindernew-page .right-side-content .college-content .card .card-body .bdr-bottomheading::after {
        width: 100%;
    }

    .coursefindernew-page .right-side-content .college-content .card .card-body .right-centercontent {
        text-align: center;
    }

    .coursefindernew-page .right-side-content .college-content .card .card-body .right-centercontent p {
        margin-bottom: 7px !important;
    }

    .coursefindernew-page .right-side-content .college-content .card .card-body .right-bottom-conent {
        justify-content: center !important;
    }

    .coursefindernew-page #v-pills-range .range2-slide {
        position: relative;
        height: 20px;
        width: 100%;
        top: 20px;
    }

    .coursefindernew-page #v-pills-range .range2-slide .slide {
        position: absolute;
        top: 0;
        height: 2px;
        background: #ccc;
        left: 9px;
        right: 9px;
    }

    .coursefindernew-page #v-pills-range .range2-slide .slide .line {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 3px;
        background-color: #503493;
    }

    .coursefindernew-page #v-pills-range .range2-slide .thumb {
        position: absolute;
        z-index: 2;
        text-align: left;
        border: 2px solid #503493;
        background-color: #503493;
        border-radius: 50%;
        outline: none;
        top: -6px;
        height: 14px;
        width: 14px;
        margin-left: -9px;
    }

    .coursefindernew-page #v-pills-range .range2-slide input {
        -webkit-appearance: none;
        appearance: none;
        position: absolute;
        pointer-events: none;
        z-index: 3;
        height: 3px;
        top: 0;
        width: 100%;
        opacity: 0;
        margin: 0;
    }

    .coursefindernew-page #v-pills-range .range2-slide input::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        pointer-events: all;
        border-radius: 50%;
        cursor: pointer;
        width: 18px;
        height: 18px;
    }

    .coursefindernew-page #v-pills-range .displayslide {
        width: 45%;
        text-align: center;
        position: relative;
        top: 25px;
        margin: auto;
        background: #503493;
        color: #fff;
        font-size: 12px;
        border-radius: 4px;
        padding: 0.5rem;
        font-weight: 600;
    }

    .font-32 {
        font-size: 20px !important;
    }

    .font-70 {
        font-size: 35px !important;
    }

    .font-30 {
        font-size: 20px !important;
    }

    /* //css addcountry-college media query */
    .country-banner-section .country-main-start .country-left-main {
        padding: 1.5rem;
        padding-bottom: 2rem;
    }

    .country-banner-section .country-main-start .country-left-main .country-left-content h3 {
        padding-bottom: 0rem;
    }

    .country-banner-section .country-main-start .country-left-main .country-left-content p {
        padding-bottom: 1rem;
        margin: 0;
    }

    .country-banner-section .country-main-start .country-left-main .country-left-content .btn-purple {
        padding: 0.4rem 1rem;
        font-size: 16px;
    }

    .country-banner-section .country-main-start .banner-flag {
        position: relative;
        bottom: 400px;
    }

    .country-banner-section .country-main-start .banner-flag .logo {
        left: 50%;
    }

    .country-banner-section .country-main-start .banner-flag .logo img {
        width: 70px;
        height: 70px;
        top: 23px;
        left: 46px;
    }

    .country-banner-section .country-main-start .banner-flag .logo .emblem {
        width: 120px;
        height: 120px;
        line-height: 20px;
    }

    .country-banner-section .country-main-start .banner-flag .logo .emblem span {
        font-size: 12px;
    }

    .country-study-section {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .country-study-section .country-study-heading h3 {
        margin-bottom: 1rem;
    }

    .country-study-section .country-study-box {
        margin-top: 3rem;
    }

    .country-study-section .country-study-box .bg-dark-purple {
        padding: 1rem 1rem;
        top: -4%;
        left: 5%;
        right: 5%;
    }

    .country-study-section .country-study-box .bg-dark-purple .font-30 {
        font-size: 16px !important;
    }

    .country-study-section .country-study-box .adv-content-all .row .pl-0 {
        padding-left: 15px !important;
    }

    .country-study-section .country-study-box .adv-content-all .adv-content-box .adv-img {
        max-width: 80px;
        height: 80px;
    }

    .country-study-section .country-study-box .adv-content-all .adv-content-box .adv-img img {
        height: 45px;
        width: 45px;
    }

    .country-study-section .country-study-box .adv-content-all .adv-content-box .adv-details {
        padding: 0rem 0rem 0rem 1rem;
    }

    .country-study-section .country-study-box .adv-content-all .adv-content-box .adv-details h5 {
        margin-bottom: 5px;
    }

    .country-study-section .country-study-box .adv-content-all .adv-content-box .adv-details .font-14 {
        font-size: 12px !important;
    }

    .support-section {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .support-section .support-content {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .support-section .support-content h3 {
        margin-bottom: 1rem;
    }

    .support-section .support-content .btn-purple {
        padding: 0.4rem 1rem;
        font-size: 16px;
    }

    .support-section .support-img {
        position: relative !important;
        right: 0;
        max-width: 300px;
        margin: auto;
        bottom: -16px;
    }

    .font-40 {
        font-size: 26px !important;
    }

    .tab-view-section {
        padding-top: 1.5rem;
        padding-bottom: 2rem;
    }

    .tab-view-section .tab-view-start .nav-tabs {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .tab-view-section .tab-view-start .nav-tabs .nav-item {
        width: 100%;
        margin-bottom: 0px;
    }

    .tab-view-section .tab-view-start .nav-tabs .nav-item:first-child .nav-link {
        border-radius: 0px 0px 0px 0px;
        width: 100%;
        left: 0;
        transform: skew(0deg, 0deg);
    }

    .tab-view-section .tab-view-start .nav-tabs .nav-item:last-child .nav-link {
        border-radius: 0px 0px 0px 0px;
    }

    .tab-view-section .tab-view-start .nav-tabs .nav-item .nav-link {
        padding: 0.6rem 0.5rem;
        font-size: 16px;
        width: 100% !important;
        transform: skew(0deg, 0deg);
        border-radius: 0px 0px 0px 0px !important;
    }

    .tab-view-section .tab-view-start .nav-tabs .nav-item .nav-link p {
        transform: skew(0deg, 0deg);
    }

    .tab-view-section .tab-view-start .nav-tabs .nav-item .nav-link.active {
        transform: skew(0deg, 0deg);
    }

    .tab-view-section .tab-view-start .nav-tabs .nav-item .nav-link.active p {
        transform: skew(0deg, 0deg);
        font-weight: 600;
    }

    .tab-view-section .tab-view-start .tab-content {
        padding: 1rem;
        padding-bottom: 2rem;
        min-height: 140px;
    }

    .tab-view-section .tab-view-start .tab-content .tab1-content {
        min-height: 140px;
    }

    .tab-view-section .tab-view-start .tab-content .tab1-content .tab1-bottom {
        padding-top: 0rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .tab-view-section .tab-view-start .tab-content .tab1-content .tab1-bottom .tab1-bottom-content {
        padding: 1rem 2rem;
        margin-top: 15px;
    }

    .tab-view-section .tab-view-start .tab-content .tab1-content .tab1-bottom .tab1-bottom-content .tab1-slider .tab1-bottom-box {
        min-height: 100px;
    }

    .tab-view-section .tab-view-start .tab-content .tab1-content .tab1-bottom .tab1-bottom-content .tab1-slider .tab1-bottom-box .tab1-img {
        left: 40%;
    }

    .tab-view-section .tab-view-start .tab-content .tab1-content .tab1-bottom .slick-initialized .slick-slide {
        margin: 35px 10px 10px 10px !important;
    }

    .tab-view-section .tab-view-start .tab-content .tab1-content .tab1-btn {
        left: 30%;
        bottom: -2.5%;
    }

    .tab-view-section .tab-view-start .tab-content .tab1-content .tab1-btn .btn-purple {
        padding: 0.4rem 1.5rem;
        font-size: 16px;
    }

    .tab-view-section .tab-view-start .tab-content .tab2-content {
        padding-left: 0rem;
        padding-right: 0rem;
        min-height: 140px;
    }

    .tab-view-section .tab-view-start .tab-content .tab2-content .tab2-top-content p {
        margin-bottom: 0;
    }

    .tab-view-section .tab-view-start .tab-content .tab2-content .tab2-img {
        display: none;
    }

    .tab-view-section .tab-view-start .tab-content .tab2-content .table-view {
        width: 100%;
    }

    .tab-view-section .tab-view-start .tab-content .tab2-content .table-view table tr th {
        font-size: 16px;
        padding: 10px 10px;
    }

    .tab-view-section .tab-view-start .tab-content .tab2-content .table-view table tr td {
        font-size: 12px;
        padding: 10px 10px;
    }

    .tab-view-section .tab-view-start .tab-content .tab2-content .tab2-btn {
        left: 30%;
        bottom: -10.5%;
    }

    .tab-view-section .tab-view-start .tab-content .tab2-content .tab2-btn .btn-purple {
        padding: 0.4rem 1.5rem;
        font-size: 16px;
    }

    .tab-view-section .tab-view-start .tab-content .tab3-content {
        padding-left: 0rem;
        padding-right: 0rem;
        min-height: 140px;
    }

    .tab-view-section .tab-view-start .tab-content .tab3-content .tab3-top-content p {
        margin-bottom: 0;
    }

    .tab-view-section .tab-view-start .tab-content .tab3-content .tab3-img {
        display: none;
    }

    .tab-view-section .tab-view-start .tab-content .tab3-content .table-view {
        width: 100%;
    }

    .tab-view-section .tab-view-start .tab-content .tab3-content .table-view table tr th {
        font-size: 16px;
        padding: 10px 10px;
    }

    .tab-view-section .tab-view-start .tab-content .tab3-content .table-view table tr td {
        font-size: 12px;
        padding: 10px 10px;
    }

    .tab-view-section .tab-view-start .tab-content .tab3-content .tab3-btn {
        left: 30%;
        bottom: -10.5%;
    }

    .tab-view-section .tab-view-start .tab-content .tab3-content .tab3-btn .btn-purple {
        padding: 0.4rem 1.5rem;
        font-size: 16px;
    }

    .tab-view-section .tab-view-start .tab-content .tab4-content {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .tab-view-section .tab-view-start .tab-content .tab5-content {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .tab-view-section .tab-view-start .tab-content .tab5-content .tab5-box ul {
        grid-template-columns: 100%;
    }

    .job-sectors-section {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .job-sectors-section .job-sector-content {
        padding-top: .5rem;
    }

    .job-sectors-section .job-sector-content .row .col-md-2 {
        width: 50%;
    }

    .job-sectors-section .job-sector-content .job-sector-box {
        margin-bottom: 1rem;
    }

    .job-sectors-section .job-sector-content .job-sector-box .job-sector-icon {
        max-width: 80px;
        height: 80px;
    }

    .job-sectors-section .job-sector-content .job-sector-box .job-sector-icon img {
        max-width: 35px;
        height: 35px;
    }

    .job-sectors-section .job-sector-content .job-sector-box .font-16 {
        font-size: 14px !important;
    }

    .checklist-section {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .checklist-section .checklist-heading {
        padding-bottom: 1rem;
    }

    .checklist-section .checklist-content {
        padding: 1rem;
    }

    .checklist-section .checklist-content ul {
        grid-template-columns: 100%;
        padding-left: 1.5rem;
    }

    .checklist-section .checklist-content ul li {
        font-size: 16px;
    }

    .checklist-section .checklist-content .checklist-btn {
        margin-top: 0rem;
        padding-inline-start: 15px;
    }

    .checklist-section .checklist-content .checklist-btn .btn-purple {
        padding: 0.4rem 1rem;
        font-size: 16px;
    }

    .advisor-section {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .advisor-section .advisor-content {
        padding: 1.5rem;
    }

    .advisor-section .advisor-content .btn-advisor {
        width: 80%;
        padding-top: 0rem;
    }

    .advisor-section .advisor-content .btn-advisor .btn-white {
        padding: 0.4rem 1rem !important;
        font-size: 16px !important;
    }

    .advisor-section .advisor-img {
        position: relative !important;
        right: 0 !important;
        bottom: -25px !important;
        text-align: center;
    }

    .advisor-section .advisor-img img {
        width: 250px;
        margin: auto;
    }

    .college-banner-section .college-banner-main {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .college-banner-section .college-banner-main .banner-logo {
        padding-right: 0rem;
        text-align: center;
    }

    .college-banner-section .college-banner-main .banner-logo img {
        height: 70px;
        border-radius: 10px;
        width: 130px;
    }

    .college-banner-section .college-banner-main .banner-college-name {
        padding-top: 0px;
        padding-bottom: 0px;
        flex-direction: column;
        justify-content: center;
    }

    .college-banner-section .college-banner-main .banner-college-name h3 {
        padding-top: 1rem;
        padding-bottom: 0rem;
        margin-bottom: 0;
        text-align: center;
    }

    .tabview-college {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .tabview-college .tabview-start .nav-tabs {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .tabview-college .tabview-start .nav-tabs .nav-item {
        width: 100%;
        margin-bottom: 0px;
    }

    .tabview-college .tabview-start .nav-tabs .nav-item:first-child .nav-link {
        border-radius: 0px 0px 0px 0px;
        width: 100%;
        left: 0;
        transform: skew(0deg, 0deg);
    }

    .tabview-college .tabview-start .nav-tabs .nav-item:last-child .nav-link {
        border-radius: 0px 0px 0px 0px;
    }

    .tabview-college .tabview-start .nav-tabs .nav-item .nav-link {
        padding: 0.6rem 0.5rem;
        font-size: 16px;
        width: 100% !important;
        transform: skew(0deg, 0deg);
        border-radius: 0px 0px 0px 0px !important;
    }

    .tabview-college .tabview-start .nav-tabs .nav-item .nav-link p {
        transform: skew(0deg, 0deg);
    }

    .tabview-college .tabview-start .nav-tabs .nav-item .nav-link.active {
        transform: skew(0deg, 0deg);
    }

    .tabview-college .tabview-start .nav-tabs .nav-item .nav-link.active p {
        transform: skew(0deg, 0deg);
        font-weight: 600;
    }

    .tabview-college .tabview-start .tab-content {
        min-height: 140px;
    }

    .tabview-college .tabview-start .tab-content .tab-pane .tab1-content {
        padding: 1rem 1rem;
        padding-bottom: 0;
        min-height: 140px;
    }

    .tabview-college .tabview-start .tab-content .tab-pane .tab1-content .col-lg-6.mb-4 {
        margin-bottom: 1rem !important;
    }

    .tabview-college .tabview-start .tab-content .tab-pane .tab1-content .tab1-box {
        padding: 0.5rem;
        border-radius: 5px;
    }

    .tabview-college .tabview-start .tab-content .tab-pane .tab1-img {
        position: static;
        text-align: center;
    }

    .tabview-college .tabview-start .tab-content .tab-pane .tab1-img img {
        width: 200px;
    }

    .tabview-college .tabview-start .tab-content .tab-pane .tab2-content {
        padding: 1rem 1rem;
        padding-bottom: 0;
        min-height: 140px;
    }

    .tabview-college .tabview-start .tab-content .tab-pane .tab2-content .tab2-box .tab2-heading {
        padding: 0.6rem 1rem;
    }

    .tabview-college .tabview-start .tab-content .tab-pane .tab2-content .tab2-box .tab2-all-content ul:before {
        left: 45px;
    }

    .tabview-college .tabview-start .tab-content .tab-pane .tab2-content .tab2-box .tab2-all-content ul li {
        padding: 0.6rem 1rem 0.6rem 60px;
        font-size: 12px;
    }

    .tabview-college .tabview-start .tab-content .tab-pane .tab2-content .tab2-box .tab2-all-content ul li::before {
        width: 17px;
        height: 17px;
        left: 15px;
    }

    .tabview-college .tabview-start .tab-content .tab-pane .tab2-img {
        position: static;
        text-align: center;
    }

    .tabview-college .tabview-start .tab-content .tab-pane .tab2-img img {
        width: 170px;
    }

    .tabview-college .tabview-start .tab-content .tab-pane .tab3-content {
        padding: 1rem 1rem;
    }

    .tabview-college .tabview-start .tab-content .tab-pane .tab3-content .text-right.ranking-img {
        margin-bottom: 0.5rem;
        text-align: center !important;
    }

    .tabview-college .tabview-start .tab-content .tab-pane .tab3-content .text-right.ranking-img img {
        width: 100px;
    }

    .tabview-college .tabview-start .tab-content .tab-pane .tab4-content {
        padding: 1rem 1rem;
        border-top: 1px solid #503493;
    }

    .tabview-college .tabview-start .tab-content .tab-pane .tab4-content .scholarship-box {
        padding: 1rem;
        border-radius: 7px;
    }

    .why-clg-section {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        min-height: 410px;
    }

    .why-clg-section .why-clg-right-content {
        padding-top: 0rem;
    }

    .why-clg-section .why-clg-right-content .py-3 {
        padding: 0 !important;
    }

    .why-clg-section .why-clg-right-content .btn-purple {
        padding: 0.4rem 1rem;
        font-size: 16px;
    }

    .why-clg-section .why-clg-left-content {
        position: static;
    }

    .collapse .megamenushow {
        width: 100% !important;
    }

    .collapse .megamenulist {
        display: block !important;
        overflow-y: auto !important;
        max-height: 200px !important;
    }

    .contact-us-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .contact-us-section .flex-warp-mb {
        flex-direction: column-reverse;
    }

    .contact-us-section .px-4 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .contact-us-section .contact-us-form {
        margin-bottom: 1.5rem;
    }

    .contact-us-section .contactus-right-content {
        padding: 0rem;
        background-color: #503493 !important;
    }

    .contact-us-section .contactus-right-content h3 {
        padding-bottom: .5rem;
        display: none;
    }

    .contact-us-section .contactus-right-content .info-wrap {
        margin-top: 0rem;
        margin-bottom: 1rem;
    }

    .under-process-section {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .under-process-section .height-100vh {
        height: 100%;
        text-align: center;
    }

    .under-process-section .under-process-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .under-process-section .under-process-content .up-logo img {
        width: 100px;
    }

    .under-process-section .under-process-img {
        display: none;
    }

    .under-process-section .under-process-img-mb {
        display: block;
        margin-bottom: 1.5rem;
    }

    .under-process-section .under-process-img-mb img {
        width: 70%;
    }

    .country-banner-section .country-main-start .country-right-content img {
        height: 300px;
    }

    .text-limit {
        width: 100%;
        overflow: visible;
        white-space: inherit;
        text-overflow: inherit;
    }

    /* // ----------accordion-forPF-section-css-add-9-11-23---------- */
    .accordion-section {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .accordion-section .accordion-all-content {
        padding-top: 1rem;
    }

    .accordion-section .accordion-all-content .accordion-img {
        display: none;
    }

    /* // -----------thankyou-page-css-22-11-23------------- */
    .thankyou-page {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .thankyou-page .thankyou-page-start {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }


    .thankyou-page .thankyou-page-start a.btn-purple {
        padding: 0.3rem 2rem !important;
    }
}
