/**
* Theme Name: Divi child theme
* Theme URI: http://docmode.org/
* Description: This is a extended stylesheet for course detail page.
* Version: 3.0.106
* 
*/	

main.main-container.banner_bg {
    background: #455a64;
    padding: 30px 0;
    display: block;
    width: 100%;
    /*background-image: linear-gradient( 132.6deg,  rgba(71,139,214,1) 23.3%, rgba(37,216,211,1) 84.7% );*/
}
h3.banner-title {color: white}

.course-detail {
    padding: 30px 0;
    display: block;
}
h2 {
    color: #2f519a;
    font-weight: 700 !important;
    font-size: 20px !important;
}
.about.about-description {
    display: block;
    width: 100%;
}
.price {
    width: unset !important;
}

ul.information-box {
  list-style-type: none;
  color: white;
  font-family: "Segoe UI",Arial,sans-serif !important;
}

ul.information-box strong {font-weight: 600 !important; background: unset}
ul.information-box li {
  float: left;
  display: block;
}
ul.information-box li:after { content: " | "; padding: 0 5px; }
ul.information-box li:last-child:after { content: ""; }
.course-meta{
    display: inline-block;
    width: 100%;
}
div#heading_content_block {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}

.instructtext.instructtext-wrap p, .instructtext p {
    font-size: 14px;
    margin: 10px;
}
.instructtext.instructtext-wrap h2, .instructtext h2 {
    
    margin-bottom: 0px;
}
.instructtext.instructtext-wrap span, .instructtext span {
    font-weight: 600;
    font-size: 14px;
}

.instructtext.instructtext-wrap, .instructtext {
    text-align: left;
    display: table;
    padding: 0 0 0 20px;
}
.instructCont.instructCont-wrap img, .instructCont img {
    vertical-align: middle;
    border: 0;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    float: left;
    display: inline-block;
    margin: auto 0;
}
.instructCont.instructCont-wrap p, .instructCont p {
    margin: 0;
}

.instructCont {
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 20px;
    width: 48%;
    margin: 5px;
    border-left: 4px solid #bb3f94;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.instructtext h2 {
    font-size: 15px !important;
}
section{
    width: 100%;
}

#heading_content_block .enroll_btn {
    background-color: #ffffff  !important;
    border: 1px solid #ffffff  !important;
    border-radius: 0  !important;
    color: #1a9bcd !important;
    padding: 10px 16px  !important;
    text-transform: capitalize  !important;
    font-family: "Segoe UI",Arial,sans-serif !important;
}
.whatLearn.clearfix {
    display: block;
    width: 100%;
    clear: both;
    padding: 20px 0;
}
#heading_content_block .enroll_btn:hover{
    transform: translateY(-3px);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}

p{
    padding-bottom: 1em;
}

