/* responsive ******************************************************************************/
@media (max-width: 1599px) {
  
}

/* responsive ******************************************************************************/
@media (max-width: 1399px) {    
  
}

/* responsive ******************************************************************************/
@media (max-width: 1199px) {
  
}
/* responsive ******************************************************************************/
@media (max-width: 991px) {

    .container {
        max-width: 90%;
    }
    h1 {
        font-size: 27px;
        line-height: 35px;
    }
    h2 {
        font-size: 23px;
        line-height: 35px;
    }
    p {
        font-size: 18px;
        line-height: 27px;
    }
    .common-btn{
        font-size: 22px;
        max-width: 320px;
        padding: 15px 10px;
    }
    .grad-btn .btn{
        font-size: 18px;
        padding: 5px 20px;
    }

    /* banner-section css **************************************************/
    .banner-section .border-btn {
        padding: 10px 40px;
    }


    /* text-and-btn-section css **************************************************/
    .cricketers-img img {
        max-width: 500px;
    }
    .middle-text-box{
        max-width: 510px;
    }
}

/* responsive ******************************************************************************/
@media (max-width: 767px) {

    .mobile-hide{
        display: none;
    }
    .mobile-show{
        display: block;
    }
   
    h1 {
        font-size: 22px;
        line-height: 28px;
    }
    h2 {
        font-size: 20px;
        line-height: 30px;
    }
    p {
        font-size: 15px;
        line-height: 23px;
    }
    .common-btn {
        font-size: 18px;
        max-width: 270px;
        padding: 15px 10px;
        line-height: 20px;
    }

    /* header css */
    .logo img {
        max-width: 180px;
    }

    /* banner-section css */
    .banner-section .border-btn {
        padding: 10px 20px;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .banner-section .box1 .common-btn {
        max-width: 200px;
    }
    .banner-section .box1 p {
        margin-bottom: 20px;
    }

    /* text-and-btn-section css */
    .middle-text-box {
        padding: 20px 15px;
    }
}
/* responsive ******************************************************************************/
@media (max-width: 575px) {

    h6 {
        font-size: 15px;
        line-height: 25px;
    }

    /* banner-section css */
    .banner-section .box1 img {
        margin: 0 auto 20px;
        max-width: 250px;
    }

    /* text-and-btn-section css */
    .title-list-box ul li {
        font-size: 15px;
    }
    .title-list-box ul {
        padding-left: 1.5rem;
    }
    .grad-btn .btn {
        font-size: 15px;
        line-height: 25px;
    }

    /* footer css */
    .footer .text-box p {
        font-size: 13px;
        line-height: 20px;
    }
}
/* responsive ******************************************************************************/
@media (max-width: 479px) {

}
/* responsive ******************************************************************************/
@media (max-width: 375px) {

}

/* responsive ******************************************************************************/
@media (max-width: 320px) {

}