/* Helpers Start */
/*.aiisa-container {*/
/*    width: 100%;*/
/*    padding-right: 8%;*/
/*    padding-left: 5%;  !*14*!*/
/*    margin-right: auto;*/
/*    margin-left: auto;*/
/*}*/
/* Helpers End */

/* Header Section Start */
/*.header-right-custom ul li {*/
/*    display: inline-block;*/
/*}*/




.search_btn {

    border-color:#203A72 ;

}
.search_btn:hover{
    background:#203A72 ;
    border-color:#203A72 ;
}

.header-lang ul li a {
    color: whitesmoke;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;

}

.header-lang ul li a:hover,
.header-lang ul li a.active {
    color: #F5B01F;
}

.header-right-custom .search {
    position: unset;
    top: unset;
    right: unset;
    height: 35px;
}

#search-form input {
    height: 35px;


}

.header-right-custom .search span {
    padding: unset;
}

.header-right-custom .search button {
    height: unset;
    line-height: unset;
}
/* Header Section End */

/* Expert Section Start */

.expert-picture {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.expert-info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #0069b5;
    background-image: linear-gradient(90deg,#a61780,#ed3a9b);
}

.expert_main::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #0069b5;
    background-image: linear-gradient(90deg,#a61780,#ed3a9b);
}

.expert-info {
    margin-top: 25px;
}

.expert-info ul li {
    margin-bottom: 10px;
}

.expert-info ul li i {
    font-size: 24px;
    line-height: 24px;
    width: 24px;
    text-align: center;
    margin-right: 10px;
    color: #222222;
}
/* Expert Section End */

/* Sidebar Section Start */
.sidebar-widget .post-avatar {
    width: 75px;
    height: 75px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* Sidebar Section End */



.library_title{

    font-size: 30px;
    text-align: center;
    font-weight: bold;

}

.library_subject{
    font-size: 16px;
    text-align: center;
    font-weight: 400;

}

.audio-info{
    font-size: 18px;
    font-style: italic;
    color: #06a66d;
}

.audio-title{
    font-size: 25px;
    font-style: italic;
    color:#0f6848;
}

.audio-container{
    background: rgba(171, 193, 241, 0.33);
    border: 0 solid #0f6848;
    border-radius: 30px;
    padding:20px;
    margin-bottom: 40px;
}


