﻿body {
    background: white !important;
}
.why_choose {
    background: #f9f9f9;
    background-attachment: fixed;
    padding: 100px;
}

 
.course_page {
    background: white !important;
    position: relative !important;
}
.page_detail_header {
    background-image: url('../img/Home.jpg');
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 100px;
    min-height: 530px;
}
    .page_detail_header h1 {
        color: white;
        font-family: EvelethW01-CleanRegular !important;
        text-transform: none;
        letter-spacing: 0;
        font-size: 41px;
        line-height: 88px;
        font-weight: 900;
        margin-top: 0px !important;
    }
    .page_detail_header p   {
        color: white;
    }
.list_course ul {
    margin: 0px;
    padding: 0px    
}
.list_course ul li  {
    list-style: none;
        margin-bottom: 20px;
        width: 350px !important; 
}
    .list_course ul li a {
        color: black;
        padding: 10px 20px;
        background: aliceblue;
        border-left: 2px solid #171464;
    }
.page_content {
    padding-top: 80px;
    padding-bottom: 150px;
}
.page_topline a {
    margin: 0px 3px;
    border-right: 1px solid;
    padding-right: 9px;
}
.brightnone{
  border: none !important;
}