/*!
Theme Name: QEF
Theme URI: https://applab.qa/
Author: Applab
Author URI: https://applab.qa/
Description: Description
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: qef
Tags: wordpress, responsive,multi-lingual
*/
.home-ul ul {
    padding-left: 0;
}
.float-none {
    float:none !important;
}
.gradient-separator .vc_sep_line{
    background-image: linear-gradient(90deg, #350075, #ffbe3c) !important;
    height: 2px !important;
    border: none !important
}
.home-partner-mobile img{
    width:200px !important;
    max-width:100% !important;
}
iframe {
    max-width:100%;
}
#underwriter-logos img {
    max-width: 75%;
    height: auto;
}
.error-404.not-found{
    min-height: 300px;
    text-align:center !important;
}
.bbg-row h4.page-title-404 {
    font-size:20px;
    margin-top:40px !important;
}
.hidden-md{
    display: none;
}
.direc-ltr{
    direction:ltr;
}
@media (min-width: 768px) {
    .hidden-md{
        display: block !important;
    }
}

@media (max-width: 767px) {
    .bbg-statistic-block .vc_custom_heading {
        text-align: center !important;
    }
    .editorial-pillor-col h4.vc_custom_heading{
        text-align: center !important;
    }
    .forum-video-highlights iframe {
        width: 100% !important;
        height: 340px;
    }
  
}