/*School listing Banner start */
/*.schoollist-content {
    padding: 70px 0;
}*/
.school-list-bannertext{ 
    color: #313131 !important;
    left: 3rem;
    bottom: 0rem;
}
.school-list-bannertext h1{
    font-weight: bold;
    font-size: 40px;
}
.school-list-bannertext p{
    font-size: 19px;
    color: #313131;
}
.school-listbanner{display: block;}
.mobile-banner{
    display: none;
}
/* banner end */

.school-list-heading h2{
    font-size: 30px;
    color: #043053;
    text-align: left;
    font-weight: bold;
}
.school-list-heading p{
    color: #7f7e7e;
}
.accepting-detail{
    padding-right: 3rem;
}
/* Countries dropdown */
.countries {
    background-color: #6c9f18;
    color: #ffffff;
    padding: 8px 25px 8px 25px;
    border-radius: unset;
    box-shadow: none;
    border: 0;
    border: 1px solid #6c9f18;
    min-width: 190px;
    text-align: left;
    position: relative;
}
.countries i {
    position: absolute;
    top: 8px;
    right: 15px;
    font-size: 22px;
}
.countries:focus {
    box-shadow: none;
}
.countries:hover {
    background: #ffffff;
    color: #000;
}
.load-more{display: block;}
.load-more>a{
    text-decoration: none;
    color: #ffffff;
}
.countries-load {
    background-color: #6c9f18;
    color: #ffffff;
    padding: 8px 25px 8px 25px;
    border-radius: unset;
    box-shadow: none;
    border: 0;
    border: 1px solid #6c9f18;
}

.countries-load:focus {
    box-shadow: none;
}
.countries-load:hover {
    background: #ffffff;
    color: #000;
}

 /*-- Course Section --*/
 /* Explore more for mobile banner button */
.explore-more>a{
    text-decoration: none;
    color: #6c9f19;
    background-color: #fff;
    padding: 8px 30px 8px 30px;
    font-weight: bold;
}
/* End Explore more for mobile banner button */

 
/*.course-list{
    padding: 15px 0;
}*/
/*.course-list#india {
    display: block;
}
.course-list#south-africa {
    display: none;
}
.course-list#philippines {
    display: none;
}
.course-list#nigeria {
    display: none;
}*/
.imp-date-box {
    min-height: 244px;
    transition: transform .2s;
    transition:.5s;
    box-shadow: -1px 1px 2px 2px #e6e6e6;
    border: none;
    display: flex;
    flex-direction: column;
    padding: 5px 15px 15px;
}
.imp-date-box img {
    max-width: 120px;
    width: 100%;
}
.imp-date-box:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
/*.imp-date-box img{
    width: 30%;
}*/

.imp-date-box .school-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
.imp-date-box .school-text {
    flex-grow: 1;
}
.imp-date-box a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #043053;
    text-decoration: none;
    display: none;
}
.imp-date-box:hover a{
    display: block;
}

.imp-date-box h4 {
    font-size: 21px;
    color: #313131;
    font-weight: bold;
    letter-spacing: 1px;
}

.imp-date-box h5, 
.imp-date-box p {
    font-size: 15px;
    line-height: 24px;
    color: #7f7f7f;
    font-family: "Graphik";
}

/* Right column css accepting-institute */
.edu-activity {
    padding: 30px 20px;
    border: 1px solid #fbf5f5;
    box-shadow: 0px 1px 2px 1px #fbf5f5;
    margin-bottom: 15px;
}
.edu-activity-second {
    margin-bottom: 15px;
}
.edu-activity-third {
    margin-bottom: 15px;
}
.edu-activity a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #7f7e7e;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 5px;
    margin-top: 20px;
}
.edu-activity a:first-child {
    margin-top: 0;
}
.edu-activity a:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.edu-activity a:hover, 
.edu-activity a.active {
    color: #033053;
}
.edu-activity-second, .edu-activity-third{
    border: 1px solid #fbf5f5;
    box-shadow: 0px 1px 2px 1px #fbf5f5;
    /*height: 300px;*/
}
/*SiteMap Page start*/
.sitemapheading{
    padding-bottom: 10px;
}
.sitemaplist{
    padding: 0 !important;
    /*line-height: 30px;*/
}
.sitemaplist ul{
    list-style-type: none;
    color: green;
    font-size: 16px;
}

.sitemaplist>ul>li>a{
    color: grey;
}
.sitemaplist>ul>li:before{
    content: "";
    display: inline-block;
    width: 18px;
    height: 8px;
    border-left: 8px solid #6c9f18;
}

.sitemap-innerlist li a{
    color:#6c9f18;
}

.sitemap-innerlist{
    padding-left: 20px;
}
.sitemap-innerlist>li:before{
    content: "";
    display: inline-block;
    width: 18px;
    height: 8px;
    border-left: 8px solid #6c9f18;
}
/*SiteMap Page end*/

/*Start coming soon*/
.coming-soon { 
    padding: 80px 0px 160px 0px;
}

.coming-soon>p {
    margin: 0;
    font-size: 45px;
    color: #033053;
    text-align: center;
    line-height: initial;
    position: relative;
}
.coming-soon>p::after{
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background: #6c9f18;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
/*end coming soon*/