@media screen and (max-width:767px) {
    .offer-box {
        padding: 4rem 15px;
    }

    .offer h4 {
        font-size: 18px;
    }

    .offer img {
        width: 30px;
    }

    .offer .box{
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .offer-box .glider{
        top: 250px;
        right: -623px;
      }
      .footer p{
        text-align: center;
      }
      .footer .logo{text-align: center;}
      .footer .foot-share{
          margin: 20px auto;
      }
      .author .sony-iamge{
          width: 100%;
          height: 400px;

      }
      .author{
          padding: 4rem 20px;
      }
      .author h4{
          font-size: 22px;
      }
      .author h5{
          font-size: 16px;
      }
      p{
        font-size: 14px;
      }
      .author .share{
          margin-bottom: 30px;
      }
      .author .share a{
          font-size: 18px;
          height: 40px;
          width: 40px;
      }
      .navbar-collapse{
        z-index: 1;
        background-color: #fff;
        padding: 2rem;
        transition: all 250ms ease-out 0s;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
      }
      .navigation-bar{
          height: 80px;
      }
      .navbar{
        padding: 1.3rem 1rem;
      }
      .plan-details{
        padding: 2rem 15px;
      }
      .plan-details .box .price{
        display: block;
        justify-content: left;
        align-items: center;
      }
      .plan-details .box{
        padding: 2rem 2rem;
        }
        .plan-details .box .price button{
            width: 100%;
        }
        .subscribe-sec .subscribe input{
          width: 100%;
        }
        .subscribe-sec .subscribe button{
          width: 100%;
        }






}








@media screen and (max-width:990px){
    .navbar{
        padding: 2rem 1rem;
      }
      .navbar-collapse{
          padding: 2rem;
          border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
      }
}