.bannerSection {
    background-image: url("../images/courDetBg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% 75%;
    height: 300px;
}
.expBtn
{
    width: 100%;
    text-align: center;
    margin: 30px auto 20px;
}
.expBtn a
{
   border:1px solid #23915a;
   border-radius: 4px;
   padding:13px 25px;
   background: #fff;
   font-size: 14px;
   font-weight: 600;
   font-family: "Inter", sans-serif;
   line-height: 150%;
}
.expBtn a .ph
{
    margin: 0 0 0 5px;
    font-size: 18px;
}
.expBtn a span
{
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.expBtn a:hover
{
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    -webkit-text-fill-color: #fff;
}
.expBtn a:hover span 
{
    -webkit-text-fill-color: #fff;
}



.searchBox {
    position: absolute;
    bottom: -27px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #eee;
    border-radius: 30px;
    height: 60px;
    overflow: hidden;
    padding: 0rem 2rem;
    background-color: #000;
    width: 95%;
    max-width: 630px;
    z-index: 100;
}
.search-bar i {
    font-size: 24px;
    color: #ffffff;
}
.search-bar input {
    border: none;
    background: none;
    font-size: 16px;
    color: #fff;
}
.search-bar input:focus {
    outline: none;
    box-shadow: none;
    background: none;
}
.search-bar input::placeholder {
    color: #8a8a8a;
}

/* CampareUniversity CSS */
.campareUniversityContainer {
    width: 100%;
    padding: 40px 0;
}
.addCollageBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    backdrop-filter: blur(4px);
    box-shadow: 2px 2px 8px 0px #0000001a;
    padding:2rem 1rem;
    margin-bottom: 2rem;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 6px;

}
.addCollageBlock img {
    align-self: center;
    /* filter: brightness(0) saturate(100%) invert(41%) sepia(24%) saturate(729%) hue-rotate(93deg) brightness(92%) contrast(91%); */
}
.addCollageBlock span {
    display: block;
    /* background: linear-gradient(180deg, #23915A 0%, #054B28 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    background-clip: text;*/
    color: #000;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;
    margin-top: 2rem;
}

/* Dropdown Css */
.custom-dropdownBox {
    width: 240px;
    border-radius: 5px;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #23915A;
    font-size: 16px;
    height: 48px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    position: relative;
}
.custom-dropdownBox .filterDropdown {
    flex: 1;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 4px;
    height: 100%;
}
.custom-dropdownBox .dropmenu {
    position: absolute;
    top: 35% !important;
    right: 15px;
    pointer-events: none;
    font-size: 18px;
    color: #333;
}
.filterDropdown:hover,
.filterDropdown:focus {
    border-color: none;
    outline: none;
}
.custom-dropdownBox:hover {
    border-color: #021e48;
}

/* camparedCollageList CSS */
.camparedCollageList {
    margin-top: 4rem;
}
.campareUniversityBlock {
    border: 0.5px solid #555555;
    background: linear-gradient(
        149.32deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.08) 100%
    );
    backdrop-filter: blur(4px);
    box-shadow: 2px 2px 8px 0px #0000001a;
    border-image-slice: 1;
    padding: 0.8rem;
    border-radius: 12px;
}
.pointerCampareUniversity span {
    font-weight: 600;
    color: #000;
}
.pointerCampareUniversity p {
    color:#555555;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
}
.innerCampareDiv {
    position: relative;
}
.innerCampareDiv:before {
    content: "VS";
    color: #A41A1F;
    border: 0.5px solid #ccc;
    position: absolute;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: Body Large/Tracking;
    padding: 1.5rem;
    background-color: #ffffff;
    border-radius: 50%;
    left: 50%;
    top: 50px;
    z-index: 99;
    transform: translate(-50%, 0);
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.innerCampareDiv::after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: rgba(33, 37, 41, 0.25);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.campareUniversityBtn {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    border:1px solid #23915A;
    border-radius: 4px;
    background: linear-gradient(180deg, #23915A 0%, #054B28 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 1.2rem 5rem;
    display: flex;
    margin: 0 auto;
    gap: 0.5rem;
}
.campareUniversityBtn:hover
{
    background: linear-gradient(180deg, #23915A 0%, #054B28 100%);
    -webkit-text-fill-color: #fff;

}
.campareUniversityBtn:hover img 
{
  filter: brightness(0) invert(1);
}


.campareUniversityBtn img {
    height: auto;
    width: auto;
}
.innerCampareDiv img {
    display: block;
    width: 100%;
    object-fit: contain;
    object-position: left;
    max-height: 70px;
}

/* Slider Count */
.custom-owl-nav {
    display: flex;
    margin: 1.5rem auto;
    margin-top: 3rem;
    justify-content: center;
}
.custom-owl-nav .custom-prev,
.custom-owl-nav .custom-next {
    background-color: transparent;
    border: 0;
}
.custom-owl-nav .slide-counter {
    border: 1px solid #021b47;
    border-radius: 100px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    vertical-align: middle;
}

.flex-table {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-cell {
    flex: 1;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid #e2e2e2;
    box-sizing: border-box;
    margin: 0 0.4rem;
    background-color: #ffffff;
    box-sizing: border-box;
    /* Box shadow only on left and right */
    box-shadow: -4px 0px 6px -2px #00000015,
        /* Left shadow */ 4px 0px 6px -2px #00000015; /* Right shadow */
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color:#555555;
}
.flex-cell:first-of-type {
    text-align: left;
}
.flex-header {
}
.flex-header .flex-cell {
    border-bottom: 2px solid #23915A;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    padding: 1.5rem 1.2rem;
}
.flex-header .flex-cell span {
    /* background: linear-gradient(180deg, #9c7c29 0%, #bd913f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; */
    color: #000;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;
    display: block;
}
.full-row {
    display: flex;
    background-color: #eee;
    font-weight: bold;
}

.full-row .flex-cell {
    flex: 1 0 100%;
    text-align: center;
    border-left: none;
    border-right: none;
}
.addCollageCol {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}
.addCollageCol img {
    height: 50px;
}
.universityLogoHeader {
    justify-content: center;
    position: relative;
}
.cancleUniversity {
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}
.addClgButton {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 8px;
}
.addClgButton img {
    transition: 0.3s;
    height: 40px;
}
.addClgButton:hover img {
    transform: scale(1.05);
    transition: 0.3s;
}
.desktopCampareTable {
    display: none;
}
.mobileCampareTable {
    display: none;
}
.universityLogoHeader img {
    max-width: 60px;
    max-height: 60px;
}
.mbLogoBlockSelect {
    border: 0.31px solid #D8D8D8;
    background-color: #ffffff;
    padding: 1.5rem;
    position: relative;
}
.mbLogoBlockSelect img {
    max-height: 80px;
    max-width: 100%;
}
.universityAccordianBlock {
    border: 0.31px solid #D8D8D8;
    margin: 1.5rem 0;
    background-color: #ffffff;
}
.uniAccoHeader {
    padding: 1rem 1.5rem;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;
    position: relative;
}
.uniAccoHeader:after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 1.3rem;
    background: url(../images/campare-university/down-ch.svg) no-repeat;
    width: 20px;
    height: 20px;
}
.unAccordContent {
    position: relative;
    border-top: 0.5px solid #D8D8D8;
    padding: 1rem 0;
}
.unAccordContent ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.unAccordContent ul li {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 0.5rem 1.5rem;
}
.unAccordContent::before {
    content: "";
    position: absolute;
    left: 50%;
    background-color: #e2e2e2;
    height: 90%;
    top: 50%;
    width: 1px;
    transform: translate(-50%, -50%);
}
.mbFlexTable {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1rem 1.5rem;
}
.mbFlexRow {
    display: flex;
    flex-direction: row;
    padding: 0.5rem 0;
}
.mbFlexCell {
    font-size: 14px;
}
.mbFlexCell:first-child {
    width: 70%;
}

@media screen and (min-width: 3501px)
{
   .bannerSection
   {
    height: 400px;
   }
   .expBtn a
   {
    font-size: 30px;
   }
   .expBtn a .ph {
      margin: 0 0 0 5px;
      font-size: 33px;
    }
   .addCollageBlock
   {
    padding: 70px 30px;
   }
   .addCollageBlock span
   {
    font-size: 60px;
   }
   .camparedCollageList .titel24 {
        font-size: 60px;
    }
    .campareUniversityBlock
    {
        padding: 60px;
        min-height: 550px;
    }
    .innerCampareDiv h5
    {
        font-size: 40px;
        min-height: 100px;
    }
    .pointerCampareUniversity p
    {
        font-size: 38px;
        margin: 0 0 24px 0;
    }
    .innerCampareDiv::before
    {
        font-size: 48px;
        left: 48%;
    }
    .innerCampareDiv::after
    {
        left: 48%;
    }
    .campareUniversityBtn
    {
        font-size: 32px;
        padding: 20px 30px;
    }
    .camparedCollageList .campareUniversityBtn img
    {
       width: 30px;
       height: 30px;
    }
    .custom-owl-nav .slide-counter
    {
        width: 90px;
        height: 90px;
        font-size: 32px;
        line-height: 86px;
    }
    .bannerSection .titel48 {
      font-size: 100px;
    }
    .flex-header .flex-cell span
    {
        font-size: 38px;
    }
    .flex-cell
    {
        font-size: 30px;
        padding: 30px 20px;
    }
    .addComSecClg .list-item
    {
        font-size: 24px;
    }
    .modal-header input {
      height: 50px;
      font-size: 22px;
    }
    .addCollageBlock img
    {
        width: 100px;
    }
    .innerCampareDiv {
      position: relative;
      margin: 0 0 30px 0;
    }
    .firstSection {
        min-height: 445px;
    }
    .bannerSection .titel50
    {
       font-size: 100px;
    }
}

@media screen and (min-width: 2701px) and (max-width: 3500px)
{
  .bannerSection
   {
    height: 400px;
   }
   .expBtn a
   {
    font-size: 26px;
   }
   .addCollageBlock
   {
    padding: 50px 30px;
   }
   .addCollageBlock span
   {
    font-size: 44px;
   }
   .camparedCollageList .titel24 {
        font-size: 48px;
    }
    .campareUniversityBlock
    {
        padding: 40px;
        min-height: 457px;
    }
    .innerCampareDiv h5
    {
        font-size: 32px;
    }
    .pointerCampareUniversity p
    {
        font-size: 28px;
    }
    .innerCampareDiv::before
    {
        font-size: 48px;
        left: 49%;
    }
    .innerCampareDiv::after
    {
        left: 49%;
    }
    .campareUniversityBtn
    {
        font-size: 32px;
    }
    .camparedCollageList .campareUniversityBtn img
    {
       width: 30px;
       height: 30px;
    }
    .custom-owl-nav .slide-counter
    {
        width: 90px;
        height: 90px;
        font-size: 32px;
        line-height: 86px;
    }
    .titel50 {
      font-size: 90px;
    }
     .bannerSection .titel50 {
      font-size: 90px;
    }
    .flex-header .flex-cell span
    {
        font-size: 32px;
    }
    .flex-cell
    {
        font-size: 22px;
    }
    .addComSecClg .list-item
    {
        font-size: 22px;
    }
    .modal-header input {
      height: 50px;
      font-size: 20px;
    }
}
@media screen and (min-width: 2201px) and (max-width: 2700px)
{
   .bannerSection
   {
    height: 400px;
   }
   .expBtn a
   {
    font-size: 26px;
   }
   .addCollageBlock
   {
    padding: 50px 30px;
   }
   .addCollageBlock span
   {
    font-size: 44px;
   }
   .camparedCollageList .titel24 {
        font-size: 48px;
    }
    .campareUniversityBlock
    {
        padding: 40px;
        min-height: 457px;
    }
    .innerCampareDiv h5
    {
        font-size: 28px;
        min-height: 100px;
    }
    .pointerCampareUniversity p
    {
        font-size: 24px;
    }
    .innerCampareDiv::before
    {
        font-size: 40px;
        left: 48%;
    }
    .innerCampareDiv::after {
        left: 48%;
    }
    .campareUniversityBtn
    {
        font-size: 26px;
    }
    .camparedCollageList .campareUniversityBtn img
    {
       width: 30px;
       height: 30px;
    }
    .custom-owl-nav .slide-counter
    {
        width: 90px;
        height: 90px;
        font-size: 32px;
        line-height: 86px;
    }
     .bannerSection .titel50 {
      font-size: 80px;
    }
    .flex-header .flex-cell span
    {
        font-size: 32px;
    }
    .flex-cell
    {
        font-size: 22px;
    }
    .addComSecClg .list-item
    {
        font-size: 22px;
    }
    .modal-header input {
      height: 50px;
      font-size: 18px;
    }
}






@media screen and (min-width: 768px) {
    .desktopCampareTable {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .pointerCampareUniversity p {
        font-size: 14px;
        line-height: 140%;
        margin: 0 0 2px 0;
    }
    .innerCampareDiv:before {
        width: 40px;
        height: 40px;
    }
    .mobileCampareTable {
        display: block;
    }
    .firstSection.bannerSection
    {
        margin-top: 140px !important;
    }
    .bannerSection .titel48 {
      font-size: 32px;
   }
   .bannerSection h6 {
      font-size: 14px;
   }
   .expBtn a
   {
    display: block;
   }
   .campareUniversityContainer {
      padding: 0px 0;
   }
}
@media screen and (max-width: 600px) {
    .addCollageBlock span {
        margin-top: 1.5rem;
        font-size: 24px;
    }
    .addCollageBlock img {
        height: 50px;
    }
    .addCollageBlock{
        margin-bottom: 1.5rem;
    }
}
@media screen and (max-width: 560px) {
    .unAccordContent ul li,
    .mbFlexCell {
        font-size: 12px;
    }
    .hd-mb
    {
        overflow: hidden;
    }
}
@media screen and (max-width: 400px) {
    .camparedCollageList .filterBox{
        flex-direction: column !important;
    }
    .custom-dropdownBox{
        width: 100%;
    }
}
/* ---------------------- */
.addComSecClg .modal-header {
    background-color: #000;
}
.modal-header input {
    border: none;
    box-shadow: none;
    border-radius: 0;
    height: 45px;
}
.addComSecClg .list-item {
    padding: 0.7rem 1rem;
    color: #000;
    border-bottom: 1px solid #eee;
}
.addComSecClg .list-item:hover {
    background: linear-gradient(180deg, #23915A 0%, #054B28 100%);
    color: #ffffff;
}
.addComSecClg .list-group {
    border-radius: 0;
    max-height: 400px;
    overflow-y: auto;
}
.addComSecClg .list-group::-webkit-scrollbar {
    width: 6px;
}

.addComSecClg .list-group::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.addComSecClg .list-group::-webkit-scrollbar-thumb {
    background-color: #021e48;
    border-radius: 10px;
    border: 1px solid #021e48;
}
.addComSecClg .list-group {
    scrollbar-width: thin;
    scrollbar-color: #021e48 #ffffff;
}
