.have-question{

    width:100%;

    float:none;

    background-color: #f2ae2b;

    padding: 20px 40px;

}

.have-question h4 {

    font-size: 16px !important;

    font-weight: 600;

    text-align: left !important;

    text-transform: none !important;

}

.have-question h5 {

    font-size: 14px !important;

    font-weight: 400;

    text-transform: none !important;

}

.have-question p {

    font-size: 14px !important;

    font-weight: 400;

    text-transform: none !important;

    line-height: 20px !important;

    margin-bottom: 10px !important;

    margin-bottom: 10px !important;

}

.have-question a {

    font-size: 17px !important;

    font-weight: 400;

    text-transform: none !important;

    line-height: 25px !important;

    text-align: center !important;

}

.have-queston{

    width:100%;

    float:none;

}

.have-queston p {

    font-size: 17px !important;

    text-align: left !important;

    margin-top: 10px !important;

}

.tab_button .btn{

    padding: 10px;

    font-size: 16px;

    font-weight: 700;

    color: #fff;

    text-transform: uppercase;

    background-color: black;

}



.tab_button .active{

    color: #f2ae2b;

}



.my_account .side_bar a{

    text-decoration: none;

    color: white;

    display: block;

    font-size: 18px;

    padding: 12px 10px 12px 10px;

}
.my_account .active{
    background-color: #131313;
}



/* My Account */

.tab-pane h3{

    margin-top: 60px;

    margin-bottom: 10px !important;

    

}



.my_account_title{

    margin-top: 60px;

    margin-left: 5px;

}

.my_account_title .btn{

    background-color: #e09300;

    border-color: #e09300;

    float: right;

}

.my_account .my_account_table{

    width: 100% !important;

    height: 100%;

    overflow-x: scroll;

}



/* Regsiter */



.Register_form a{

    color: black;

    text-decoration:none;

    font-size: 16px !important;

    text-align: left !important;

}

.Register_form a span{

    color: #f2ae2b;

}



.custom-file-upload {

    border: 1px solid #ccc;

    display: inline-block;

    padding: 8px 12px;

    cursor: pointer;

    color:#939393;

    font-size:14px;

    font-weight:400;

}



/* home-webinar */



#webinar_carousel .owl-nav{

    display: none;

}

#webinar_carousel .owl-dots{

    margin-top: 40px;

}

#webinar_carousel .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {

    background: #f2ae2b;

}


/*  List Pages */

.job_avail{
    border: 1px solid grey;
    padding: 30px 15px;
}
.duration{
    border: 1px solid #f2ae2b;
    float: right;
    border-color: #26ae62 !important;
    background-color: #e9fff3;
    color: #26ae62;
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
    padding: 3px 8px;
    line-height: 18px;
    font-weight: 500;
}
.job_avail .name{
    margin-top: -23px;
}
.job_avail i{
    color: #f2ae2b;
    font-size: 16px;
    margin-right: 10px;
}
.job_avail .contact{
    margin-top: 20px;
}

.btn-row{
    margin-top:80px;
}

@media only screen and (max-width: 600px) {
    a.btn-2{
      background-color: #f3c05f !important;
      margin-left: 5% !important;
    }
    .btn-row{
        margin-top:50px;
    }
  }