.btn.style1:hover,
.btn.style1:focus,
.btn.style1:active
{
    color: #fff;
}



.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year
{
    padding-top: 0;
    padding-bottom: 0;
}
.ui-widget-header
{
    background: #016296;
    border: 1px solid #016296;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next
{
        top: 6px;
}




/* upload page starts */
    .uploadcontents .mobslefter .blac_filed {
        background: #016296;
        height: 46px;
        font-size: 15px;
        color: #fff;
        padding: 12px;
        font-weight: 500;
    }
    
    
    .uploadcontents .btn.style1.btn-block.db
    {
        width: 100%;
        padding-top: 3%;
        padding-bottom: 3%;
    }
    
    .uploadcontents .padd0.selectbtns select
    {
        border: 1px solid;
        border-radius: 0;
        margin: 0;
        margin-left: -3px;
        color: #000;
        min-height: 46px;
    }
    
    .uploadcontents .padd0.selectbtns select:focus
    {
        border : 1px solid red;
    }
/* upload page ends */



/*course starts */
    .course-lesson {
        -webkit-box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.08);
        box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.08);
        padding: 40px 50px 50px;
        margin-bottom: 50px;
    }
    
    .course-lesson .content-feature-list li {
        position: relative;
        padding-left: 25px;
        margin: 0 0 18px;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        padding-top: 0px;
    }
    .course-item li
    {
        font-size: 15px;
        line-height: 1.8;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 500;
        color: #181818;
        border-bottom: 1px solid #e5e5e5;
        padding: 15px 0;
        margin: 0;
    }
    .course-item li .label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .course-item li i {
        font-size: 24px;
        padding-right: 15px;
        max-width: 35px;
        color: #016296;
    }
    .course-item li .price.strikes {
        color: #a34aee;
    }
     .course-item li.chngblock .itemalign {
        display: flex;
        width: 100%;
        margin-bottom: 0;
    }
    .course-item li.chngblock .itemalign span.label {
        width: 50%;
    }
    .course-item li.chngblock .itemalign span.price {
        width: 50%;
        text-align: right;
    }
    .course-item li .price {
        font-size: 20px;
        font-weight: 600;
        color: #ee4a62;
    }
    .course-item li .fasf {
        color: #2669c5;
        font-weight: 600;
    }
    .course-item li.finalclass .fasf {
        color: #ca7720;
        width: 100%;
        text-align: center;
    }
    .courseitems .btn.style1
    {
        font-size: 20px;
    }
    .courseitems .btn.style1:hover
    {
        color : #000;
    }
    .courseitems .btn.style1 i
    {
        margin-top: 13px;
        position: absolute;
    }
    .courseitems .sidebar-widget .share-area 
    {
        margin-top : 12%;
    }
    .courseitems .sidebar-widget .share-area h4.title
    {
        border : 0px;
        padding-bottom: 0;
        margin-bottom: 10px;
    }
    .courseitems .sidebar-widget .share-area h4.title:after
    {
        display : none;
    }
    .courseitems .sidebar-widget .sharetastic a {
        margin-left: 7px;
        margin-right: 7px;
    }
    .btn.style1:after, .btn.style1:before
    {
         background: #fff;
    }
    
    .btn.style1:hover
    {
         color: #016296;
                background: #fff;
                border: 1px solid #016296;
    }
/*course ends */




@media only screen and (max-width: 800px)
{
    .header-top .row .header-top-left ul.contact-info li {
        width: 45%;
        float: left;
    }
    .content-wrapper {
        margin-top: 35%;
    }
}