/*.modal-backdrop.fade.in,
div#st-ld-poup,
.applay-now-box {
    display: none !important;
}*/

/*  */
.neet_menu { 
/*    min-height: 450px;*/
}
 .neet_heading h3{
    padding: 25px 0;
    margin: 0;
}
/*
.neet_menu ul{ 
     margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}.neet_menu ul li{  
     margin: 5px;
    padding: 10px;
    width: 30%;
    background : #1d235d;
}.neet_menu ul li a{ 
    color: #fff;
    line-height: 1;
    font-weight: 700;
    display: block;
    text-align: center;
} */
/*  */

.neet_heading {
    text-align: center;
    /* padding: 50px 0 0; */
}
.neet_heading  a.btnOne{
	margin: 05px 0 30px;
}

/**/

.quiSerForm.showFilter{
    display: flex;
}
.quiSerForm{  
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.quiSerForm select{
    flex: 1;
    margin: 5px;
    height: 55px;
    border-radius: 10px;
    font-size: 15px;
}

/**/
/*
ul.custom_country_courses{
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.custom_country_courses li{
    margin: 5px;
    padding: 10px;
    background: #e9f0ff;
}
ul.custom_country_courses li a{
    color: #1d235d;
    font-weight: 700;
}
*/
/**/

.universitBox{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 8px;
	margin: 0 0 10px; 
	padding: 15px;
}
.universitBox .uniLeft{
	width: 150px; 
    text-align: center;
}
.universitBox .uniLeft a{}
.universitBox .uniLeft a img{
	max-height: 130px;
	object-fit: contain;
    /*	border-radius: 50%;*/
}
.universitBox .uniRight{
/*	width: calc(100% - 220px);  */ 
    margin-left: 0;
    margin-right: auto;
    padding: 0 20px;
}

.universitBox .uniRight h3 a{
    font-size: 24px;
    color: #1d235d;
    font-weight: 700;
    line-height: 1;
}
.universitBox .uniRight span.country{
    color: #707070;
    font-weight: 700;
    font-size: 14px;
}
.rating-box {
    /* border: 1px solid; */
/*    width: 100px;*/
    padding: 5px 0 0;
    display: flex;
    align-items: center;
}
.collegeContant span {
    color: #707070;
    font-weight: 700;
    font-size: 14px;
}
.star-ratin i.fa.fa-star.checked {
    font-size: 17px;
    color: #c9b900;
}

div#best-clg-select  .best-box {
     width: 100%;
}

@media(min-width:1170px){
	div#best-clg-select {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	div#best-clg-select  .best-box {
    /* width: 49%;*/
	}
}

/*   */
/*body{
     border: 2px solid red;
}*/
.relatedArtiOuter{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
}
.relatedArtiBox {
    width: 33.33%;
    padding: 10px; 
    overflow: hidden;
    display: flex;
    flex-wrap: wrap; 
    border-radius: 10px 10px 0 0;
    /*    box-shadow: #0000003d 0px 3px 8px;*/
}

.relatedArtiBox .relImg{
    min-height: 230px;
    background: #fff;
}
.relatedArtiBox .relImg img{ 
    
}
.relatedArtiBox .relCon {
    background: #ffff;
    padding: 12px 15px;
    width: 100%;
}
.relatedArtiBox .relCon h5{
    margin: 0;
    padding: 0;
}
.relatedArtiBox:hover .relCon h5{
    color: #7c8ce0;
}


@media(max-width: 767px){
    .quiSerForm select {
        flex: unset;
        height: 45px;
        width: 100%;
    }
    .neet_heading { 
        padding:  0px 0 0;
    } 
    .universitBox { 
        text-align: center;
    }
    .universitBox .uniLeft {
        width: 100%; 
    }
    .rating-box { 
        padding: 10px;
        justify-content: center;
    }
    .uniLast { 
        width: 100%;
    }
    .relatedArtiBox {
        width: 100%; 
    } 
    .relatedArticlesOuter .app_head {
        padding: 30px 0 0px;
        text-align: center;
    }
    .relatedArtiBox .relImg {
        min-height: auto; 
    }
    .universitBox .uniLeft a img {
        max-width: 80%;
        max-height: 90px; 
        margin: 0 0 15px;
    }

}

