@media screen and (min-width:1200px) and (max-width:1399px){
    .testimonial-img img{
            height: 115px;
    }
}
@media screen and (max-width:1199px) {
    .wh-content-body{
        width: 300px;
    }
    .testimonial-img img{
        height: 95px;
    }
    .section--bg{
        background: url(../images/download-app-bg-md.png) no-repeat;
        background-size: 100%;
    }
    .download-right-block img{
        top: 13px;
    }
}
@media screen and (max-width:991px){
    .section--bg {
        background: rgba(197, 27, 36, 0.15)!important;border-radius: 30px;
    }
    
    .header.inner.header-inner ul li a{
        color: #fff;
    }
    .header-inner.header.inner ul li a.active {
        color: #fff !important;
    }
    .about-banner{
        padding-top: 4px;
    }
    .about-banner .section-heading p{
        margin-top: 1rem !important;
    }
    .header.inner ul li a.active:before{
        right: auto;top: 32px;
    }
    #order-2 {
        order: 2;
        margin-top: 50px;
    }
    .support-content br{
        display: none;
    }
    .support-content p{
        word-break: break-all;
    }
        .download-right-block img{
            position: relative !important;
            top: auto !important;
            right: auto !important;margin-bottom: -46px;
                transform: rotate(2.5deg);
        }
        .phone-no input{
            width: 100%;
        }
        .hero-banner{
            padding-top: 60px;
        }
        .phone-no {
            padding-right: 25px;
        }
        .section-heading.mb-5.pb-5{
            margin-bottom: 0 !important;
            padding-bottom: 1rem !important;
        }
        .leaderboard{
            padding-bottom: 0px;padding-top: 0;
        }
       
        .apk-download-btn{
            padding-bottom: 3rem;
        }
        .wh-content-body{
            width: 100%;
            margin-bottom: 80px;
        }
        .wh-center{
            margin-top: 0;
        }
        .header.inner{
            position: relative;
            background: #C51B24 ;
        border-bottom: 1px solid #b6b1b063;
        }
        .navbar-toggler i{
            color: #fff;
        }
        .header.inner ul li:last-child a{
            text-align: center;
        }
        .header.inner ul li{
            border-top: 1px solid rgb(173 151 152 / 36%);;padding: 10px 0px;
        }
        .header.inner ul li:first-child{
            border-top: 0;
        }
        .download-button::before,.download-button:after,.wh-choose::after{
            width: 100%;
        }
        .testimonial-img img {
            height: 143px;
        }
        .footer .footer-link .nav li a{
                word-break: break-word;
        }
       
}
@media screen and (max-width:767px) {
    .testimonial-img img {
        height: 100px;
    }
    .leader-board-banner-img,.content-body-main{
        z-index: 100;
            position: relative;
    }
    .banner-content h1{
        font-size: 45px;
        line-height: 56px;
    }
    .hero-banner {
        padding-top: 16px;
        padding-bottom: 0;
    }
    .social-links ul:before{
        display: none;
    }
    .social-links ul{
        padding-left: 0;
    }
    .social-links ul li{
        background: transparent;padding: 0px 5px;
    }
    .download-button{
        padding-top: 80px;
    }
    .download-button::before,.download-button:after{
        top: -196px;
    }
    .wh-choose:before{
        width: 100%;
        left: 0;
    }  
    .leaderboard-card-body{
        flex-basis: 47%;
    }
    .leaderboard-card-main{
            justify-content: space-between;
    }
    .about-banner{
        padding-top: 0;
    }
    .about-banner .section-heading p{
        margin-top: 1rem !important;
    }
}
@media screen and (max-width:575px) {
    .support-details li{
        display: block;
        margin-bottom: 12px;
    }
    .support-details .support-content{
        left: 0;
    }
}
@media screen and (max-width:500px){
    .leaderboard-card-body {
            flex-basis: 100%;
        }
    
    .leaderboard-card-main {
        justify-content: space-between;
    }
    .leaderboard-card-main .leaderboard-card-body:nth-child(even){
        top: 0;
    }
}
@media screen and (max-width:450px) {
    .social-links ul li:nth-child(5) a{
        padding-right:0 !important ;
    }
    .social-links ul li:nth-child(1) a{
        padding-left: 0 !important;
    }
    .testimonial-img img {
        height: 80px;
    }
    .point_table .table thead th{
            padding: 15px 20px;
    }
    .points_title span{
        padding: 12px 68px;
    }

}
@media screen and (max-width:412px) {
    .social-links ul{
        flex-wrap: wrap;
    }
    .social-links ul li:nth-child(5) a{
        padding-right: 0 !important;
    }
    .social-links ul li:nth-child(1) a{
        padding-left: 0 !important;
    }
    .testimonial-img img {
        height: 72px;
    }
}