.enroll-input {
    border: 1px solid #333333;
    border-radius: 10px;
    color: white;
    padding: 10px;
    outline: none;
    background-color: #000000;
     min-height:36px;
    height:36px;
}


.section-course .course-img {
    position: relative;
}

.section-course .course-img::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.45),            rgba(0, 0, 0, 0.45));
    width: 100%;
    height: 100%;
    transition: all .8s ease;
}
.section-course .course-img:hover:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #9d00ff;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #f20070, #9d00ff);
}

.section-course .course-info {
    position: absolute;
    left: 0;
    bottom: 0;
}

.section-course .course-img img {
    width: 100%;
}

.section-course .course-info {
    padding: 30px;
}

.section-course .course-info img {
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
}

.section-course .course-info p {
    font-size: 14px;
}

.under-graduate-row,
.post-graduate-row,
.diplomo-row,
.learning-row {
    position: relative !important;
}


.section_coursel-content .nav a {
    color: gray !important;
    margin-bottom: 15px;
}
.section_coursel-content .nav a:hover {
    color: white !important;
}
.section_coursel-content .nav a::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(to right, #f20070, #9d00ff);
    height: 3px;
    width: 0;
    left: 0;
    bottom: -5px;
    transition: 0.3s;
}
.section_coursel-content .nav a:hover:after {
    width: 100%;
}
.section_coursel-content .nav-tab-head {
    border-radius: 15px;
}
.section_coursel-content .nav-link {
    font-weight: 600;
    padding: 0;
}
.section_coursel-content .divider img {
    height: 33px;
}
.section_coursel-content .nav-tab-head .active {
    position: relative;
    color: white !important;
}
.section_coursel-content .nav-tab-head .active::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(to right, #f20070, #9d00ff);
    height: 3px;
    width: 100%;
    left: 0;
}


.section-campus-tour .campus-tour img {
  margin-bottom: 18px;
  width: 100%;
}

	.section_coursel-content .ul-list li {
    font-size: 16px;
    position: relative;
    padding: 5px 0 5px 12px ;
}
.section_coursel-content .ul-list li::before {
    content: "";
    position: absolute;
    background: url(../img/.png) no-repeat;
    background-size: 20px;
    width: 25px;
    height: 20px;
    left: -20px;
    top: 5px;
}


.tab-content img {
    width: 18px;
}

.liststylenone li span {
    display: inline-block;
    vertical-align: top;
}