.second-video-item .media .play-button-icon{
    top: unset;
    left: 13px;
    right: unset;
    bottom: 0;
    width: 40px;
}
/* countries section */
.countries-section .carousel-control-next{
    right: 0;
}
.countries-section .carousel-control-prev, .countries-section .carousel-control-next{
    bottom: unset;
    width: 4%;
    top: -47px;
}
.countries-section .carousel-control-prev{
    right: 40px;
    left: unset
}
/* people section */
.people-section .carousel-control-next{
    right: 0;
}
.people-section .carousel-control-prev, .people-section .carousel-control-next{
    bottom: unset;
    width: 4%;
    top: -47px;
}
.people-section .carousel-control-prev{
    right: 40px;
    left: unset
}
*{
    font-family: "MadeMirageMedium";
}
.navbar-brand.section-title , .blog-details-page .content-container .blog-section .title{
    font-family: "MadeMirageMedium" !important;
}
.validate-form-message{
    text-align: left;
}
.news-checker-form-side input{
    float: left;
}
html .news-item:not(.video-item) .sub-title , .news-item .info .date, .news-item .cat .txt, .countries-item p span:nth-child(1), .files-text p
,.countries-item p span:nth-child(2),.where_is_the_truth .body-wrapper a,.people-text p,.info .cat,.files-text p span,.info-wrapper p
,footer .top-section .info-wrapper .txt, footer .top-section .info-wrapper .link , .wekek p , .conclusion-ddd * , .web-v.h2-n-s , .c-sub-title{
    font-family: "LatoRegular"  !important;
}
.videos-section .section-title , .countries-section .section-title , .where_is_the_truth .section-title , .people-section .section-title
, .home-files .section-title , .topics-section .section-title{
    text-transform: uppercase;
}
.news-checker-form input{
    display: inline-block;
    width: 45%;
    padding: 11px 10px 13.5px 10px;
    background: #fff;
    font-size: 16px;
    border-radius: 0;
    border: unset;
}
@media (min-width: 992px) {
    .language-col ul{
        inset: 0px auto auto 21% !important;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .language-col ul{
        inset: 0px auto auto 17% !important;
    }
}
@media (max-width: 767px) and (min-width: 577px) {
    .language-col ul{
        inset: 0px auto auto 9% !important;
    }
}
@media (max-width: 576px) {
    .language-col ul{
        inset: 0px auto auto 24% !important;
    }
    header .latest-news #carouselLatestNews .carousel-item{
        height: 17px;
    }
}