 .banner-slider-sec {
            display: block !important;
        }
        
        .home-content-img {
          float: right;
        }

        @media only screen and (max-width: 1199px) {
          .content-area {
            margin-top: 0 !important;
          }

        }


        @media only screen and (max-width: 991px) {

          .mobile-inner-rotator {
            display: block !important;
            padding-bottom: 10px;
            padding-top: 17rem;
          }

        }

        @media only screen and (max-width: 768px) {

          .home-content-img {
            float: none;
            display: block;
            text-align: center;
            margin: 10px auto;
          }

          .home-content-img img {
            margin: 10px auto;
          }

        }
