  /*TEST*/

.course-search-details .course-search-tabs .applybutton2{
    display:inline-block;
    padding:15px 30px;
    margin-bottom:20px;
    font-size:15pt;
    font-weight:700;
    border-radius: 5px;
}

.humanities .course-search-details .applybutton2{
    background-color:#93328e;
    color:#fff
}
.humanities .course-search-details .applybutton2:hover{
    background-color:#fff;
    color:#93328e;
    box-shadow:0 0 0 1pt #93328e
}
.technology .course-search-details .applybutton2{
    background-color:#ed6c05;
    color:#fff
}
.technology .course-search-details .applybutton2:hover{
    background-color:#fff;
    color:#ed6c05;
    box-shadow:0 0 0 1pt #ed6c05
}
.social-science .course-search-details .applybutton2{
    background-color:#e94c5e;
    color:#fff
}
.social-science .course-search-details .applybutton2:hover{
    background-color:#fff;
    color:#e94c5e;
    box-shadow:0 0 0 1pt #e94c5e
}
.health .course-search-details .applybutton2{
    background-color:#009878;
    color:#fff
}
.health .course-search-details .applybutton2:hover{
    background-color:#fff;
    color:#009878;
    box-shadow:0 0 0 1pt #009878
}
.science-and-technology .course-search-details .applybutton2{
    background-color:#ed6c05;
    color:#fff
}
.science-and-technology .course-search-details .applybutton2:hover{
    background-color:#fff;
    color:#ed6c05;
    box-shadow:0 0 0 1pt #ed6c05
}
.social-sciences .course-search-details .applybutton2{
    background-color:#e94c5e;
    color:#fff
}
.social-sciences .course-search-details .applybutton2:hover{
    background-color:#fff;
    color:#e94c5e;
    box-shadow:0 0 0 1pt #e94c5e
}
.health-and-medicine .course-search-details .applybutton2{
    background-color:#009878;
    color:#fff
}
.health-and-medicine .course-search-details .applybutton2:hover{
    background-color:#fff;
    color:#009878;
    box-shadow:0 0 0 1pt #009878
}
.business .course-search-details .applybutton2{
    background-color:#0075be;
    color:#fff
}
.business .course-search-details .applybutton2:hover{
    background-color:#fff;
    color:#0075be;
    box-shadow:0 0 0 1pt #0075be
}

.course-search-details .course-search-tabs .tab-pane .CF-Icons{
    grid-template-columns:1fr 1fr 1fr !important;
}

.course-search-details .course-search-tabs .tab-pane .CF-Icons div i{
    font-size:50px !important;
}

@media (min-width:768px){
    .course-search-details .course-search-tabs .tab-pane .CF-Icons{
        grid-template-columns:repeat(3,1fr) !important;
    }
  
  	.course-search-details .course-search-tabs .tab-pane .CF-Icons div i{
    	font-size:60px !important;
	}	
}

.CF-Stream {
	text-align:center;  
}

.CF-NeedHelp a.applybutton2 {
    margin-top: 20px;
    margin-bottom: 0px !important;
}

@media (max-width:991px){
    .CF-Stream .applybutton2 {
        padding:15px 20px !important;
    }
}

@media (max-width:768px){
    .CF-Stream .applybutton2 {
        padding:15px 30px !important;
    }
	.CF-NeedHelp {
    	text-align: center;  
    }
}


    .autocomplete-results {
      background-color: white;
      margin-top: -40px;
      z-index: 1;
      position: relative;
      padding-top: 16px;
      padding-bottom: 16px;
      list-style: none;
      
    }
      
     .autocomplete-results:empty {
   			display: none !important; 
      }
      
      .search-info {
      padding: 8px!important;
      }
      
    .autocomplete-results li {
      padding: 8px 0;
    }
      
    .autocomplete-results a {
      font=size: 16px!important;
    } 
      
    .autocomplete-results a .term {
      font-size: 14px!important;
      text-transform: capitalize;
    }

.course-search-results .course-search-tabs .tab-pane .course-listing .compare-button .fa-heart.fav{
    font-weight:700!important;
}
.course-search{
    padding-top:30px;
    padding-bottom:40px;
    background-color:#333
}
.course-search .course-search-header{
    padding-bottom:20px
}
.course-search .course-search-header h2{
    font-size:30px;
    font-weight:400;
    padding-bottom:10px;
    color:#fff;
    text-align:center
}
.course-search .course-search-form input[type=text],.course-search .course-search-form select{
    width:100%;
    padding:10px 15px;
    margin-bottom:15px;
    border:none
}
.course-search .course-search-form input[type=text]{
    width:calc(100% - 85px)
}
.course-search .course-search-form button{
    width:85px;
    overflow:visible;
    position:relative;
    float:right;
    border:0;
    padding:0;
    cursor:pointer;
    height:42px;
    font-size:22px;
    color:#ba0c2f;
    background:#f1f1f1
}
.course-search .course-search-form button:hover{
    background:#ba0c2f;
    color:#f1f1f1
}
.course-search .course-search-form button:before{
    content:"";
    position:absolute;
    border-width:8px 8px 8px 0;
    border-style:solid solid solid none;
    border-color:transparent #f1f1f1;
    top:14px;
    left:-7px
}
.course-search .course-search-form button:hover:before{
    border-color:transparent #ba0c2f
}
.course-search .course-search-form select{
    margin:0;
    margin-bottom:16px;
    cursor:pointer;
    box-sizing:border-box;
    -webkit-appearance:none;
    -moz-appearance:none;
    background-color:#fff;
    background-image:linear-gradient(45deg,transparent 50%,#ba0c2f 0),linear-gradient(135deg,#ba0c2f 50%,transparent 0),linear-gradient(90deg,#f1f1f1,#f1f1f1);
    background-position:calc(100% - 21px) calc(1em + 5px),calc(100% - 16px) calc(1em + 5px),100% 0;
    background-size:5px 5px,5px 5px,42px 42px;
    background-repeat:no-repeat
}
.course-search .course-search-form select:hover{
    background-image:linear-gradient(45deg,transparent 50%,#f1f1f1 0),linear-gradient(135deg,#f1f1f1 50%,transparent 0),linear-gradient(90deg,#ba0c2f,#ba0c2f)
}
.course-search .course-search-form fieldset{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap
}
@media (min-width:992px){
    .course-search .course-search-form fieldset{
        flex-wrap:nowrap
    }
}
.course-search .course-search-form fieldset legend{
    color:#fff
}
.course-search .course-search-form fieldset input[type=radio]:after{
    -webkit-appearance:button;
    width:14px;
    height:14px;
    border-radius:14px;
    top:1px;
    left:0;
    position:relative;
    background-color:#f1f1f1;
    content:"";
    display:inline-block;
    visibility:visible;
    border:2px solid #fff
}
.course-search .course-search-form fieldset input[type=radio]:checked:after{
    background-color:#ba0c2f
}
.course-search .course-search-form fieldset label{
    color:#fff;
    font-weight:400;
    padding:0 8px 0 4px
}
.course-search-results{
    background-color:#fff
}
.course-search-results .all-filter-ul{
    display:inline-flex
}
.course-search-results .all-filter-ul .all-filter{
    background-color:#ededed;
    color:#4c4c4c;
}
.course-search-results .all-filter-ul .all-filter i.fa.fa-times{
    color:#000;
}
.course-search-results .course-search-tabs{
    padding-bottom:40px;
    overflow:hidden
}
.course-search-results .course-search-tabs .course-search-tabs-wrapper{
    padding-top:30px;
    background-color:#f1f1f1
}
.course-search-results .course-search-tabs .course-search-tabs-nav{
    position:relative;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    overflow:hidden
}
.course-search-results .course-search-tabs .course-search-tabs-nav .tabs-navigation{
    position:absolute;
    display:block;
    z-index:1;
    background-color:#fff;
    color:#ba0c2f;
    border:1px solid #333;
    height:100%;
    width:30px;
    cursor:pointer;
    box-shadow:0 0 2px 2px rgba(0,0,0,.25)
}
@media (min-width:992px){
    .course-search-results .course-search-tabs .course-search-tabs-nav .tabs-navigation{
        display:none
    }
}
.course-search-results .course-search-tabs .course-search-tabs-nav .hideBtn{
    display:none!important
}
.course-search-results .course-search-tabs .course-search-tabs-nav .tab-prev{
    left:0
}
.course-search-results .course-search-tabs .course-search-tabs-nav .tab-next{
    right:0
}
.course-search-results .course-search-tabs .course-search-tabs-nav .nav.nav-tabs{
    width:100%;
    display:inline-flex
}
@media (min-width:992px){
    .course-search-results .course-search-tabs .course-search-tabs-nav .nav.nav-tabs{
        padding-right:15px;
        padding-left:15px
    }
}
.course-search-results .course-search-tabs .course-search-tabs-nav .nav.nav-tabs .tab-item{
    min-width:200px;
    text-align:center;
    margin-right:2px;
    cursor:pointer
}
.course-search-results .course-search-tabs .course-search-tabs-nav .nav.nav-tabs .tab-item a:focus{
    outline:none;
    outline-offset:0
}
.course-search-results .course-search-tabs .course-search-tabs-nav .nav.nav-tabs .tab-item a:focus-visible{
    outline:1px auto -webkit-focus-ring-color
}
@media (min-width:992px){
    .course-search-results .course-search-tabs .course-search-tabs-nav .nav.nav-tabs .tab-item{
        width:25%
    }
}
.course-search-results .course-search-tabs .tab-pane h2{
    color:#666;
    font-weight:800
}
.course-search-results .course-search-tabs .tab-pane ul{
    list-style:none
}
.course-search-results .course-search-tabs .tab-pane ul li a{
    font-weight:400
}
.course-search-results .course-search-tabs .tab-pane .a-z-keywords{
    position:relative
}
.course-search-results .course-search-tabs .tab-pane .a-z-keywords-list{
    cursor:pointer
}
.course-search-results .course-search-tabs .tab-pane .a-z-keywords-list ul{
    display:none
}
.course-search-results .course-search-tabs .tab-pane .a-z-keywords-list.expand ul{
    display:block;
    padding-left:2rem
}
.course-search-results .course-search-tabs .tab-pane .a-z-keywords-list:before{
    position:absolute;
    content:"\f0fe";
    font-family:Font Awesome\ 5 Pro;
    left:2rem;
    cursor:pointer
}
.course-search-results .course-search-tabs .tab-pane .a-z-keywords-list.expand:before{
    content:"\f146"
}
.course-search-results .course-search-tabs .tab-pane .a-z-keywords-list:hover:before{
    color:#ba0c2f
}
.course-search-results .course-search-tabs .tab-pane .course-listing{
    position:relative;
    border-bottom:1px solid #e8e8e8
}
.course-search-results .course-search-tabs .tab-pane .course-listing.hide{
    display:none
}
.course-search-results .course-search-tabs .tab-pane .course-listing:last-of-type{
    border:none
}
.course-search-results .course-search-tabs .tab-pane .course-listing h2{
    color:#ba0c2f;
    width:calc(100% - 40px)
}
.course-search-results .course-search-tabs .tab-pane .course-listing button {
    position:absolute;
    top:0;
    right:3px;
    border:none;
    background:transparent
}
@media (min-width:768px){
    .course-search-results .course-search-tabs .tab-pane .course-listing button{
        right:0
    }
}
.course-search-results .course-search-tabs .tab-pane .course-listing button .fa-heart{
    font-size:25px;
    color:#ba0c2f
}
.course-search-results .course-search-tabs .tab-pane .course-listing button .fa-heart.fav{
    font-weight:700
}
.course-search-results .course-search-tabs .tab-pane .course-listing .course-listing-details{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    padding:15px 15px 0
}
.course-search-results .course-search-tabs .tab-pane .course-listing .course-listing-details .course-listing-detail h3,.course-search-results .course-search-tabs .tab-pane .course-listing .course-listing-details .course-listing-detail p{
    color:#333;
    margin:0
}
.course-search-results .course-search-tabs .tab-pane .course-listing .course-listing-details .course-listing-detail h3{
    font-weight:500
}
@media (min-width:425px){
    .course-search-results .course-search-tabs .tab-pane .course-listing .course-listing-details{
        grid-template-columns:repeat(2,1fr)
    }
}
@media (min-width:768px){
    .course-search-results .course-search-tabs .tab-pane .course-listing .course-listing-details{
        grid-template-columns:repeat(3,1fr)
    }
}
@media (min-width:992px){
    .course-search-results .course-search-tabs .tab-pane .course-listing .course-listing-details{
        grid-template-columns:repeat(5,1fr)
    }
}
.course-search-results .course-search-tabs .tab-pane .course-listing .course-listing-description{
    padding:15px 0
}
.course-search-results .course-search-tabs .tab-pane .course-listing .course-listing-description span{
    color:#ba0c2f;
    cursor:pointer
}
.course-search-results .course-search-tabs .tab-pane .course-listing.area-of-study.selection{
    display:block!important
}
.course-search-results .course-search-tabs .tab-pane .course-listing.area-of-study.selection .course-listing-general{
    display:none
}
.course-search-results .course-search-tabs .tab-pane .course-listing.area-of-study.selection .area-of-study-wrapper{
    display:grid
}
.course-search-results .course-search-tabs .tab-pane .course-listing.area-of-study.selection .back-to-course-listing{
    display:block
}
.course-search-results .course-search-tabs .tab-pane .course-listing.area-of-study h2{
    cursor:pointer
}
.course-search-results .course-search-tabs .tab-pane .course-listing.area-of-study h2:hover{
    color:#4a4a49
}
.course-search-results .course-search-tabs .tab-pane .course-listing.area-of-study .area-of-study-wrapper{
    padding-top:20px;
    display:none;
    grid-template-columns:1fr
}

.course-search-results .course-search-tabs .tab-pane .course-listing.area-of-study p.area-of-study-text{
    display:none;
}

.course-search-results .course-search-tabs .tab-pane .course-listing.area-of-study.selection p.area-of-study-text{
    display:inline;
}

@media (min-width:768px){
    .course-search-results .course-search-tabs .tab-pane .course-listing.area-of-study .area-of-study-wrapper{
        grid-template-columns:1fr 1fr
    }
}
.course-search-results .course-search-tabs .tab-pane .course-listing.area-of-study .area-of-study-wrapper .area-of-study-categories{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:15px;
    margin-bottom:20px
}
.course-search-results .course-search-tabs .tab-pane .course-listing.area-of-study .area-of-study-wrapper .area-of-study-categories div{
    display:flex;
    flex-direction:column;
    align-items:center
}
.course-search-results .course-search-tabs .tab-pane .course-listing.area-of-study .area-of-study-wrapper .area-of-study-categories div i{
    font-size:60px;
    padding-bottom:10px
}
.course-search-results .course-search-tabs .tab-pane .course-listing.area-of-study .area-of-study-wrapper .area-of-study-categories div p{
    font-size:12px;
    text-align:center;
    margin:0
}
.course-search-results .course-search-tabs .tab-pane .course-listing.area-of-study .area-of-study-wrapper .area-of-study-categories div .category-header{
    font-weight:700;
    font-size:14px
}
.course-search-results .course-search-tabs .tab-pane .course-listing.area-of-study .area-of-study-wrapper .area-of-study-selection select{
    width:100%;
    padding:10px 15px;
    border:none;
    margin:0;
    margin-bottom:16px;
    border:1px solid #333;
    cursor:pointer;
    box-sizing:border-box;
    -webkit-appearance:none;
    -moz-appearance:none;
    background-image:linear-gradient(45deg,transparent 50%,#ba0c2f 0),linear-gradient(135deg,#ba0c2f 50%,transparent 0),linear-gradient(90deg,#f1f1f1,#f1f1f1);
    background-position:calc(100% - 21px) calc(1em + 5px),calc(100% - 16px) calc(1em + 5px),100% 0;
    background-size:5px 5px,5px 5px,43px 43px;
    background-repeat:no-repeat
}
.course-search-results .course-search-tabs .tab-pane .course-listing.area-of-study .area-of-study-wrapper .area-of-study-selection select:hover{
    background-image:linear-gradient(45deg,transparent 50%,#f1f1f1 0),linear-gradient(135deg,#f1f1f1 50%,transparent 0),linear-gradient(90deg,#ba0c2f,#ba0c2f)
}
.course-search-results .course-search-tabs .tab-pane .course-listing.area-of-study .back-to-course-listing{
    display:none;
    color:#ba0c2f;
    margin-bottom:20px;
    cursor:pointer
}
.course-search-results .course-search-tabs .tab-pane #related-search{
    border-top:1px solid #e8e8e8
}
.course-search-results .course-search-tabs .tab-pane #related-search-listing{
    border:none
}
.course-search-results .course-search-tabs .tab-pane #related-search-listing h2{
    margin:10px 0
}
.course-search-results .course-search-tabs .tab-pane .streams{
    display:flex;
    justify-content:center;
    flex-wrap:wrap
}
.course-search-results .course-search-tabs .tab-pane .streams .stream{
    width:50%
}
@media (min-width:425px){
    .course-search-results .course-search-tabs .tab-pane .streams .stream{
        width:33%
    }
}
@media (min-width:768px){
    .course-search-results .course-search-tabs .tab-pane .streams .stream{
        width:20%
    }
}
.course-search-results .course-search-tabs .tab-pane .streams .stream p{
    text-align:center
}
@media (min-width:992px){
    .course-search-results .course-search-tabs .tab-pane{
        padding-right:15px;
        padding-left:15px
    }
}
.course-search-results #search-results .course-filters ul{
    padding:0;
    display:inline-flex
}
.course-search-results #search-results .course-filters ul li{
    padding:.35rem .6rem;
    margin-bottom:.35rem;
    margin-right:1rem;
    display:inline-block;
    text-transform:capitalize;
    color:#fff;
    border-radius:5px
}
.course-search-results #search-results .course-filters ul li i.fa.fa-times{
    font-size:12px;
    padding-left:.5rem;
    color:#fff;
    cursor:pointer
}
.course-search-results #search-results .course-filters ul li[data-t4-value=business][data-t4-filter=courseStream]{
    background-color:#0075be!important;
}
.course-search-results #search-results .course-filters ul li[data-t4-value=humanities][data-t4-filter=courseStream]{
    background-color:#93328e!important;
}
.course-search-results #search-results .course-filters ul li[data-t4-value="health"][data-t4-filter=courseStream]{
    background-color:#009878!important;
}
.course-search-results #search-results .course-filters ul li[data-t4-value="science-and-technology"][data-t4-filter=courseStream]{
    background-color:#ed6c05!important;
}
.course-search-results #search-results .course-filters ul li[data-t4-value="social-sciences"][data-t4-filter=courseStream]{
    background-color:#e94c5e!important;
}
.course-search-results .all-filters{
    background-color:#ededed;
    color:#4c4c4c
}
.course-search-results .all-filters{
    background-color:#ededed;
    color:#4c4c4c
}
.course-search-results .all-filters i.fa.fa-times{
    color:#000
}
.hero-courses{
    position:relative;
    height:350px;
    width:100%
}
.hero-courses:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    filter:brightness(.7)
}
.hero-courses img{
    width:100%;
    height:100%;
    object-fit:cover
}
.hero-courses h1{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    color:#fff;
    font-size:35px;
    font-weight:700
}
@media (min-width:425px){
    .hero-courses h1{
        font-size:40px
    }
}
@media (min-width:768px){
    .hero-courses h1{
        font-size:45px
    }
}
.humanities .hero-courses:before{
    background-color:rgba(147,50,142,.5)
}
.technology .hero-courses:before{
    background-color:rgba(255,108,5,.5)
}
.social-science .hero-courses:before{
    background-color:rgba(233,76,94,.5)
}
.health .hero-courses:before{
    background-color:rgba(0,152,120,.5)
}
.science-and-technology .hero-courses:before{
    background-color:rgba(255,108,5,.5)
}
.social-sciences .hero-courses:before{
    background-color:rgba(233,76,94,.5)
}
.health-and-medicine .hero-courses:before{
    background-color:rgba(0,152,120,.5)
}
.business .hero-courses:before{
    background-color:rgba(0,117,190,.5)
}
.course-search-details{
    background-color:#fff
}
.course-search-details .course-search-tabs{
    padding-bottom:40px;
    overflow:hidden
}
.course-search-details .course-search-tabs .course-search-tabs-wrapper{
    padding-top:30px;
    background-color:#f1f1f1
}
.course-search-details .course-search-tabs .course-search-tabs-nav{
    position:relative;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    overflow:hidden
}
.course-search-details .course-search-tabs .course-search-tabs-nav .tabs-navigation{
    position:absolute;
    display:block;
    z-index:1;
    background-color:#fff;
    color:#333;
    border:1px solid #333;
    height:100%;
    width:30px;
    cursor:pointer;
    box-shadow:0 0 2px 2px rgba(0,0,0,.25)
}
@media (min-width:992px){
    .course-search-details .course-search-tabs .course-search-tabs-nav .tabs-navigation{
        display:none
    }
}
.course-search-details .course-search-tabs .course-search-tabs-nav .tab-prev{
    left:0
}
.course-search-details .course-search-tabs .course-search-tabs-nav .tab-next{
    right:0
}
.course-search-details .course-search-tabs .course-search-tabs-nav .nav.nav-tabs{
    width:100%;
    display:inline-flex
}
@media (min-width:992px){
    .course-search-details .course-search-tabs .course-search-tabs-nav .nav.nav-tabs{
        padding-right:15px;
        padding-left:15px
    }
}
.course-search-details .course-search-tabs .course-search-tabs-nav .nav.nav-tabs .tab-item{
    min-width:158px;
    text-align:center;
    margin-right:2px;
    cursor:pointer
}
.course-search-details .course-search-tabs .course-search-tabs-nav .nav.nav-tabs .tab-item a{
    background-color:#333;
    color:#fff;
    padding:10px
}
.course-search-details .course-search-tabs .course-search-tabs-nav .nav.nav-tabs .tab-item a:hover{
    opacity:.8
}
.course-search-details .course-search-tabs .course-search-tabs-nav .nav.nav-tabs .tab-item a:focus{
    outline:none;
    outline-offset:0
}
.course-search-details .course-search-tabs .course-search-tabs-nav .nav.nav-tabs .tab-item a:focus-visible{
    outline:1px auto -webkit-focus-ring-color
}
@media (min-width:992px){
    .course-search-details .course-search-tabs .course-search-tabs-nav .nav.nav-tabs .tab-item{
        width:20%
    }
}
.course-search-details .course-search-tabs .course-search-tabs-nav .nav.nav-tabs .tab-item.active a{
    background-color:#fff;
    color:#333
}
.course-search-details .course-search-tabs .tab-pane h2{
    color:#666;
    font-weight:800;
    margin-bottom:20px
}
.course-search-details .course-search-tabs .tab-pane ul{
    list-style:none
}
.course-search-details .course-search-tabs .tab-pane ul li a{
    font-weight:400
}
.course-search-details .course-search-tabs .tab-pane .course-accordion{
    background-color:#f1f1f1;
    color:#ba0c2f;
    font-weight:700
}
.course-search-details .course-search-tabs .tab-pane .course-accordion:after{
    color:#ba0c2f
}
.course-search-details .course-search-tabs .tab-pane .course-overview-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
    margin:30px 0
}
@media (min-width:768px){
    .course-search-details .course-search-tabs .tab-pane .course-overview-wrapper{
        grid-template-columns:repeat(4,1fr)
    }
}
.course-search-details .course-search-tabs .tab-pane .course-overview-wrapper div{
    display:flex;
    flex-direction:column;
    align-items:center
}
.course-search-details .course-search-tabs .tab-pane .course-overview-wrapper div i{
    font-size:60px;
    padding-bottom:10px
}
.course-search-details .course-search-tabs .tab-pane .course-overview-wrapper div p{
    font-size:12px;
    text-align:center;
    line-height:16px;
    margin:0
}
.course-search-details .course-search-tabs .tab-pane .course-overview-wrapper div .category-header{
    font-weight:700;
    font-size:14px;
    padding-bottom:10px
}
.course-search-details .course-search-tabs .tab-pane .qualifications{
    margin-top:20px;
    font-weight:700
}
.course-search-details .course-search-tabs .tab-pane .qualifications span.fees-btn,.course-search-details .course-search-tabs .tab-pane .qualifications span.qualifications-btn{
    font-size:16px;
    color:#ba0c2f;
    border-bottom:1px solid #ba0c2f;
    cursor:pointer
}
.course-search-details .course-search-tabs .tab-pane .course-apply-wrapper .applybutton{
    display:inline-block;
    padding:15px 30px;
    margin-bottom:20px;
    font-size:15pt;
    font-weight:700
}
.course-search-details .course-search-tabs .tab-pane .course-fees-wrapper{
    display:grid;
    grid-template-columns:1fr
}
@media (min-width:768px){
    .course-search-details .course-search-tabs .tab-pane .course-fees-wrapper{
        grid-template-columns:1fr 1fr
    }
    .course-search-details .course-search-tabs .tab-pane .course-fees-wrapper .qualifications{
        grid-column:1/3
    }
}
.course-search-details .course-search-tabs .tab-pane .course-fees-wrapper .course-fees-qualified{
    text-align:center
}
@media (min-width:768px){
    .course-search-details .course-search-tabs .tab-pane .course-fees-wrapper .course-fees-qualified{
        text-align:end;
        padding-top:10px
    }
}
@media (min-width:991px){
    .course-search-details .course-search-tabs .tab-pane .course-fees-wrapper .course-fees-qualified{
        padding-top:0
    }
}
@media (min-width:1199px){
    .course-search-details .course-search-tabs .tab-pane .course-fees-wrapper .course-fees-qualified{
        padding-top:10px
    }
}
.course-search-details .course-search-tabs .tab-pane .course-fees-wrapper .course-fees-qualified a{
    display:block;
    width:100%
}
.course-search-details .course-search-tabs .tab-pane .course-fees-wrapper .course-fees-qualified a img{
    max-width:160px
}
@media (min-width:768px){
    .course-search-details .course-search-tabs .tab-pane .course-fees-wrapper .course-fees-qualified a img{
        max-width:80px
    }
}
@media (min-width:992px){
    .course-search-details .course-search-tabs .tab-pane .course-fees-wrapper .course-fees-qualified a img{
        max-width:140px
    }
}
@media (min-width:992px){
    .course-search-details .course-search-tabs .tab-pane{
        padding-right:15px;
        padding-left:15px
    }
}
@media (max-width:768px){
    .course-search-details .course-search-tabs .course-search-tabs-stream a{
        display:block;
        width:100%
    }
    .course-search-details .course-search-tabs .course-search-tabs-stream img{
        max-width:160px;
        margin:0 auto;
        display:block
    }
}
.humanities .course-search-details .course-apply-wrapper .applybutton{
    background-color:#93328e;
    color:#fff
}
.humanities .course-search-details .course-apply-wrapper .applybutton:hover{
    background-color:#fff;
    color:#93328e;
    box-shadow:0 0 0 1pt #93328e
}
.technology .course-search-details .course-apply-wrapper .applybutton{
    background-color:#ed6c05;
    color:#fff
}
.technology .course-search-details .course-apply-wrapper .applybutton:hover{
    background-color:#fff;
    color:#ed6c05;
    box-shadow:0 0 0 1pt #ed6c05
}
.social-science .course-search-details .course-apply-wrapper .applybutton{
    background-color:#e94c5e;
    color:#fff
}
.social-science .course-search-details .course-apply-wrapper .applybutton:hover{
    background-color:#fff;
    color:#e94c5e;
    box-shadow:0 0 0 1pt #e94c5e
}
.health .course-search-details .course-apply-wrapper .applybutton{
    background-color:#009878;
    color:#fff
}
.health .course-search-details .course-apply-wrapper .applybutton:hover{
    background-color:#fff;
    color:#009878;
    box-shadow:0 0 0 1pt #009878
}
.science-and-technology .course-search-details .course-apply-wrapper .applybutton{
    background-color:#ed6c05;
    color:#fff
}
.science-and-technology .course-search-details .course-apply-wrapper .applybutton:hover{
    background-color:#fff;
    color:#ed6c05;
    box-shadow:0 0 0 1pt #ed6c05
}
.social-sciences .course-search-details .course-apply-wrapper .applybutton{
    background-color:#e94c5e;
    color:#fff
}
.social-sciences .course-search-details .course-apply-wrapper .applybutton:hover{
    background-color:#fff;
    color:#e94c5e;
    box-shadow:0 0 0 1pt #e94c5e
}
.health-and-medicine .course-search-details .course-apply-wrapper .applybutton{
    background-color:#009878;
    color:#fff
}
.health-and-medicine .course-search-details .course-apply-wrapper .applybutton:hover{
    background-color:#fff;
    color:#009878;
    box-shadow:0 0 0 1pt #009878
}
.business .course-search-details .course-apply-wrapper .applybutton{
    background-color:#0075be;
    color:#fff
}
.business .course-search-details .course-apply-wrapper .applybutton:hover{
    background-color:#fff;
    color:#0075be;
    box-shadow:0 0 0 1pt #0075be
}
.location-modal{
    display:none;
    position:fixed;
    z-index:1;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:auto;
    background-color:#000;
    background-color:rgba(0,0,0,.4);
    border:none
}
.location-modal .location-modal-content{
    background-color:#fefefe;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    padding:20px;
    border:none;
    border-radius:10px;
    width:80%;
    max-width:400px
}
@media (min-width:425px){
    .location-modal .location-modal-content{
        width:60%
    }
}
@media (min-width:768px){
    .location-modal .location-modal-content{
        width:50%;
        height:auto
    }
}
@media (min-width:992px){
    .location-modal .location-modal-content{
        width:40%
    }
}
.location-modal .location-modal-content .fa-solid{
    display:block;
    text-align:center;
    color:#ba0c2f;
    font-size:24px;
    padding-bottom:20px
}
.location-modal .location-modal-content p{
    color:#ba0c2f;
    font-weight:700;
    text-align:center
}
.location-modal .location-modal-content .location-modal-buttons{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    width:100%;
    padding-top:10px
}
.location-modal .location-modal-content .location-modal-buttons .location-modal-buttons-approve{
    width:100%;
    font-size:14px;
    font-weight:700;
    border:none;
    height:40px;
    padding:8px;
    margin-bottom:10px
}
@media (min-width:768px){
    .location-modal .location-modal-content .location-modal-buttons .location-modal-buttons-approve{
        margin-bottom:0;
        margin-right:10px
    }
}
.location-modal .location-modal-content .location-modal-buttons .location-modal-buttons-select{
    width:100%;
    font-size:14px;
    font-weight:700;
    padding:8px;
    height:40px;
    background-color:#f1f1f1;
    color:#ba0c2f;
    border:none;
    border-radius:5px;
    -webkit-appearance:none;
    -moz-appearance:none;
    background-image:linear-gradient(45deg,#f1f1f1 50%,#ba0c2f 0),linear-gradient(135deg,#ba0c2f 50%,#f1f1f1 0),linear-gradient(90deg,#f1f1f1,#f1f1f1);
    background-position:calc(100% - 21px) calc(1em + 4px),calc(100% - 16px) calc(1em + 4px),100% 0;
    background-size:5px 5px,5px 5px,42px 42px;
    background-repeat:no-repeat
}
@media (min-width:768px){
    .location-modal .location-modal-content .location-modal-buttons{
        flex-direction:row
    }
}
/*# sourceMappingURL=maps/style.css.map */





















