.messagesearch {
    background:#000;
}
.populer_artical{
background-color: #000;
}
.first_section h1 {
    font-size: 45px;
    color: #fff;
    font-weight: bold;
}
.first_section h1 span {
    color: #eeb300;
}
.left_ad {
    height: auto !important;
    position: fixed;
    left: 0;
    z-index: 99;
}
.right_ad {
    height: auto !important;
    position: fixed;
    right: 0;
    z-index: 99;
}
.btn-rev {
    padding: 20px 40px;
    border-radius: 50px;
    border: none;
    color: #fff;
    background-color: #eeb300;
}
.btn-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #d39e00;
}
.majorsection {
    display: flex;
    grid-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
}
.majorimage {
    width: 11.67%;
    margin: 8px 0;
}
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.flip-box-front, .flip-box-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-container img {
    width: 166px;
    height: 284px;
    object-fit: cover;
    margin: 10px 0;
}
.flip-box-back {
    top: 0;
    left: 0;
    position: absolute;
    transform: rotateY(180deg);
    width: 100%;
    height: 100%;
}
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}
.article_img {
    overflow: hidden;
    /*border-radius: 20px;*/
}
.article_img img {
    height: 250px;
    object-fit: cover;
    /*border-radius: 20px;*/
    width: 100%;
}
.article_content h4 {
    color: #000;
}
.article_content p {
    color: #000;
}
/*.article_box:hover .article_img img {
    transform: scale(1.1);
    transition: 0.8s;
}*/
.article_content strong {
    color: #000;
    font-size: 30px;
}
@media (max-width:1200px){
	.btn-rev {
    width: 68% !important;
}

}

@media (max-width:991px){
.btn-rev {
    width: 80% !important;
}
.first_section h1 {
    font-size: 34px;
    }
    .article_section .col-lg-4.col-md-6 {
    margin-bottom: 30px;
}
}

@media (max-width:767px){
	.first_section {
    margin-bottom: 33px;
}
.wish_fisrt h2 {
    font-size: 20px;
}
.wish_fisrt h3 {
    font-size: 18px;
}
}
@media (max-width:575px){
.first_section h1 {
    font-size: 20px;
}
.btn-rev {
    width: 90% !important;
    padding: 12px 30px;
    font-size: 12px;
}
.wish_fisrt h2 {
    font-size: 17px;
}
.wish_fisrt h3 {
    font-size: 15px;
}
.flip-container img {
    width: 100%;
    height: 100%;
}
.article_content h4 {
    font-size: 18px;
}
.article_content strong {
    font-size: 22px;
}

}