.compare-hero{
    position: relative;
    background: url(../images/career-right-curve.svg) no-repeat;
    background-size: 35%, 0;
    background-position: right 0, bottom;
    height: 146px;
    display: flex;
    align-items: center;
}
.compare-hero h1{
    font-size: 49px;
    font-weight: 300;
    line-height: 52px;
}
.back-to-search{
    color: #1F1267;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-top: 20px;
    display: inline-block;
}
.back-to-search:hover{
    color: #1F1267;
}
.compare-container{
    background: #ffffff;
    padding: 20px 0;
}
.quoteCompare {
    display: grid;
    justify-content: center;
    grid-template-columns: minmax(auto, 150px) repeat(3, 1fr);
    grid-template-rows: 1fr [last-line];
    grid-gap: 0;
    grid-auto-flow: column;
    min-width: 40rem;
}
.quoteCompare .featureHeader {
    grid-column: 1;
    grid-row: 1/span 1;
    display: flex;
    justify-content: inherit;
    flex-direction: column;
    font-weight: 500;
    font-size: 16px;
    color: #110053;
    padding-left: 20px;
}
.quoteCompare-col {
    display: contents;
}
.quoteCompare .squareHead {
    grid-row: 1/span 1;
    padding: 0 0.5rem;
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 0;
}
.quoteCompare .squareBody {
    text-align: left;
    padding: 16px;
    margin: 0 10px;
    font-size: 16px;
}
.quoteCompare .squareBody:nth-child(2n+1),.quoteCompare .featureItem:nth-child(2n+1){
    background: var(--fill-1, #F5F4FF);
}
.quoteCompare .featureItem {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 300;
    justify-content: flex-start;
    padding: 16px 0 0 20px;
    min-width: 225px;
    font-size: 16px;
}
.providerImg {
    border-radius: 8px;
    border: 1px solid #E7E6EE;
    background: var(--white, #FFF);
    min-width: 120px!important;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.providerImg img{
    width: 100%;
    height: auto;
    display: block;
}
.providerName{
    display: flex;
    align-items: center;
}
.quoteCompare .squareHead {
    grid-row: 1/span 1;
    padding: 0 0.5rem;
    text-align: center;
}
.compare-search{
    padding-left: 20px;
}
.compare-search .ui.dropdown{
    background: transparent!important;
    color: #110053;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding-left: 0;
    width: 100%;
}
.compare-search .btn{
    border-radius: 25px!important;
    width: 110px;
}
.lang-req div{
    display: flex;
    padding: 0 0 5px 0;
    color: rgba(17, 0, 83, 0.60);
    font-weight: 300;
}
.lang-req div span:nth-child(2){
    font-weight: 400;
    color: #110053;
    width: calc(100% - 100px);
}
.lang-req div span:first-child{
    width: 70px;
    display: inline-block;
}
.square-ranking div span{
    font-size: 12px;
}
.squareBody figure{
    margin: 0;
    max-width: initial!important;
}
.squareBody figure a {
    border-radius: 4px;
    border: 1px solid rgba(157, 150, 184, 0.20);
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 10px;
    height: 60px;
    width: 120px!important;
}
.squareBody figure img{
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 50px;
}
.square-accrediation div{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.squareBody ul,.squareBody ol{
    padding-left: 17px;
    margin: 0;
}
.squareBody a{
    color: #110053;
}
.square-ranking{
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.square-ranking div{
    border-radius: 4px;
    border: 1px solid rgba(157, 150, 184, 0.20);
    background: var(--fill-white, #FFF);
    width: 31%;
    padding: 4px 2px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.campus-img{
    padding-right: 12px;
}
.campus-img img{
    border-radius: 8px;
    width: 80px;
    height: 60px;
}
.campus-deat .campus-name{
    color: #110053;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.campus-deat p{
    color: #6C6298;
    font-weight: 300;
    line-height: 18px;
    margin: 0;
}
.compare-search .ui.floating.dropdown .menu{
    left: auto;
    right: 0;
    border-radius: 12px!important;
    width: 290px!important;
}
.compare-search .ui.floating.dropdown .scrolling.menu{
    border-radius: 0!important;
}
.compare-search .ui.dropdown .menu .item span{
    width: calc(100% - 30px);
}
.compare-search .ui.dropdown .menu .item{
    white-space: initial;
}
.teasing svg{
    transform: rotate(180deg);
}
.teasing.collapsed svg{
    transform: rotate(0deg);
}
.compare-search i.dropdown.icon:before{
    background: url(../images/arrow-down-blue.svg) 0 0 no-repeat!important;
    content: ""!important;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: -12px 4px;
    border: 0;
}
.compare-search .ui.dropdown .text{
    display: inline-block;
    width: 118px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.teasing{
    color: #715AE6!important;
}
.compare-help-me{
    background: #FAFAFA;;
    box-shadow: none;
    justify-content: center;
    align-items: center;
    padding: 20px 16px;
    border-radius: 0;
}
.compare-help-me .btn{
    width: 200px!important;
    margin-left: 15px;
    border-radius: 25px!important;
}
.compare-help-me .btn:hover svg path{
    fill: #fff;
}
.squareHeadFixed{
    position: -webkit-sticky;
    position: sticky;
    z-index: 2!important;
    top: 0;
    border-bottom: 1px solid var(--midnight-01, #E5E5F0);
    background: #FDFDFD;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
    height: auto!important;
    padding-bottom: 6px!important;
}
.squareHeadFixed .bg-white{
    padding-top: 0!important;
}
.compare-search .ui.input input {
    border-radius: 12px;
    border: 1px solid var(--midnight-01, #E5E5F0);
    background: #FCF9FD;
    padding: 0.7em 1em;
}
.compare-search .ui.dropdown .menu .item:hover {
    background: #715AE6;
    color: #fff;
}
.compare-search .ui.dropdown .menu .item svg{
    margin-right: 5px;
}
.compare-search .ui.dropdown .menu .item:hover > svg path{
    fill: #fff;
}
.compare-mob-txt{
    display: none!important;
}
.compare-search .ui.dropdown .text svg{
    display: none;
}
.compare-search .ui.dropdown .menu .item.active.selected::after{
    display: none;
}
.square-accrediation div{
        align-items: flex-start;
        align-content: baseline;
}
.square-ranking-list{
    width: 100%!important;
    border: 0!important;
    border-radius: 0!important;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row;
    padding: 0!important;
    justify-content: flex-start!important;
    align-items: flex-start!important;
}
.square-ranking-list img{
    width: 25px;
    margin-right: 5px;
}
.quoteCompare-col-second .square-ranking-list {
    border: 0!important;
}
.quoteCompare-two-column{
    grid-template-columns: minmax(auto, 150px) repeat(2, 1fr);
}
.compare-search h3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    width: 100%;
}
.compare-campus-list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.compare-campus-list .pt-2{
    margin-top: auto;
    border: 0;
}
.compare-search .menu .message{
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    white-space: inherit;
}
.compare-search .menu .message svg{
    margin-top: -30px;
}
.compare-search .menu .message div{
    font-size: 18px;
    font-weight: 400;
    color: #584c86;
}
.teasing.collapsed .see-more-text{
    display: inline-block!important;
}
.teasing.collapsed .see-less-text{
    display: none!important;
}
.teasing .see-more-text{
    display: none!important;
}
.teasing .see-less-text{
    display: inline-block!important;
}
@media (max-width: 1023px) {
    .quoteCompare-col-mob-hide,.quoteCompare .featureHeader,.quoteCompare .featureItem{
        display: none!important;
    }
    .quoteCompare-col{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 50%!important;
    }
    .providerName{
        display: block;
        width: 100%;
    }
    .quoteCompare{
        min-width: auto;
        display: flex;
    }
    .compare-hero h1{
        font-size: 24px;
    }
    .providerImg{
        width: 50px!important;
        min-width: auto!important;
        height: 50px;
        padding: 6px;
    }
    .providerImg img {
        max-width: 50px;
    }
    .quoteCompare .squareBody{
        width: 100%;
        margin: 0;
        position: relative;
    }
    .lang-req div{
        display: block;
        padding: 0;
        border: 0!important;
    }
    .squareBody figure a{
        width: 60px!important;
    }
    .compare-search{
        padding: 0;
    }
    .campus-img {
        width: 50px;
        height: 40px;
    }
    .campus-img img {
        max-width: 40px;
        display: block;
        height: auto;
    }
    .compare-help-me{
        flex-direction: column;
        text-align: center;
        width: calc(100% - 28px);
        margin: 20px auto;
        border-radius: 4px;
    }
    .compare-help-me h3{
        padding-bottom: 16px;
    }
    .square-ranking{
        flex-wrap: wrap;
        gap: 10px;
        flex-direction: column;
    }
    .squareBody .square-ranking-list div{
        width: 44%!important;
        border-right: 1px solid rgba(157, 150, 184, 0.20)!important;
    }
    .square-ranking-list{
        border-right: 1px solid rgba(157, 150, 184, 0.20)!important;
    }
    .squareBody {
        padding-top: 50px!important;
    }
    .quoteCompare-col-second .compare-mob-txt,.compare-mob-txt{
        display: none!important;
    }
    .compare-mob-txt{
        display: block!important;
        position: absolute;
        top: 16px;
        left: 16px;
        font-size: 16px;
        font-weight: 500;
        width: max-content;
        overflow: visible;
        z-index: 1;
    }
    .compare-search .btn{
        height: 42px;
    }
    .compare-search .ui.dropdown .text{
        width: 79%;
    }
    .compare-search .ui.floating.dropdown .menu {
        left: 0;
        right: auto;
        width: 190px!important;
    }
    .quoteCompare .squareHead{
        z-index: 2;
        width: 100%!important;
    }
    .squareBody div,.squareBody ul{
        border-right: 1px solid #E5E5F0;
        width: calc(100% + 16px)!important;
    }
    .squareHead .bg-white{
        border-right: 1px solid #E5E5F0;
        width: calc(100% + 7px)!important;
    }
    .squareHeadFixed .bg-white{
        width: 100%!important;
    }
    .quoteCompare-col-second .squareHead .bg-white{
        border: 0!important;
        width: 100%!important;
    }
    .squareBody .compare-campus,.compare-campus div{
        width: 100%!important;
    }
    .compare-campus .campus-img{
        border-right: 0!important;
        width: 46%!important;
        padding-right: 0!important;
    }
    .compare-mob-txt{
        border: 0!important;
        height: auto!important;
        background: transparent!important;
    }
    .squareHeadFixed{
        padding: 0!important;
        height: auto!important;
    }
    .squareHeadFixed .providerImg{
        display: none;
    }
    .squareHeadFixed .compare-search .ui.dropdown{
        margin-top: -15px;
    }
    .quoteCompare-col-second .squareBody div,.quoteCompare-col-second .squareBody ul{
        border-right:0;
    }
    .compare-search h3{
        font-size: 16px;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: -10px;
    }
    .lang-req div {
        display: flex;
        min-height: 40px;
    }
    .lang-req div span{
        width: 103px;
        text-align: left;
    }
    .compare-mob-txt,.squareBody div{
        font-size: 14px;
    }
    .square-ranking div img{
        width: 16px;
    }
    .square-ranking div span {
        font-size: 10px;
    }
    .squareBody .campus-deat,.compare-campus {
        border: 0!important;
    }
    .compare-search .ui.dropdown,.compare-search .ui.floating.dropdown .menu{
        width: 100%!important;
    }
    .quoteCompare-col-second .squareBody .lang-req{
        width: 100%!important;
    }
    .compare-hero{
        background-size: 100%;
        background-position: 200px 30px;
        height: 146px;
    }
    .squareBody .compare-campus-list{
        width: 100%!important;
    }
    .quoteCompare-col .squareBody .compare-campus-list,.quoteCompare-col .squareBody.d-flex.flex-wrap{
        width: calc(100% + 16px)!important;
    }
    .quoteCompare-col-second .squareBody .compare-campus-list,.quoteCompare-col-second .squareBody.d-flex.flex-wrap{
        width: 100%!important;
    }
    .squareHeadFixed .compare-search{
        padding-top: 0!important;
    }
    .compare-search .ui.dropdown.dropdown .menu>.input{
        min-width: auto;
    }
    .compare-search .ui.input input{
        padding: 10px!important;
    }
    .faculitycls .collapse,.faculitycls .mt-2{
        border: 0!important;
        width: 100%!important;
    }
    .campus-deat{
        padding-right: 5px;
    }
    .campus-deat .campus-name{
        line-height: 20px;
    }
}
