 @media screen and (max-width: 767px) {
      .mobile-video-banner {
        display: block !important;
        text-align: center;
        padding-top: 20px;
        width: 95%;
        margin: auto;
      }
    }
    
    @media only screen and (min-width: 991px) {
      img.img-responsive.center-block {
        border-radius: 20px;
      }

      .content-area.disorder-one.newnav {
        margin-top: 0 !important
      }

      .content-area p:first-child {
        margin: 0 0 55px 0 !important;
      }

      .mobile-medialogo {
        display: block !important;
      }

      img.img-responsive.imgLeft {
        border-radius: 35px;
      }

      img.img-responsive.imgRight {
        border-radius: 35px;
      }

      .content-area p,
      h2,
      h1 {
        font-family: 'Mukta Vaani', sans-serif !important;
      }

      .content-area p {
        font-size: 16px !important;
        letter-spacing: normal !important;
        line-height: 3.5rem !important;
      }

      .container.wrapper {
        max-width: 65% !important;
      }

      #carousel {
        margin: -45px 0 0 0 !important;
      }

      .img-caption.pull-left {
        margin: 0 30px 0 0 !important;
      }

      .firstfld {
        margin-bottom: 70px;
      }

    }

    @media only screen and (max-width: 990px) {
      .container.wrapper {
        max-width: 100% !important;
      }

      .container.wrapper {
        margin: 0 !important;
      }

      .content-area.disorder-one.newnav {
        margin: 0 !important;
      }

      .img-caption.pull-left {
        float: none !important;
      }

      .input-container {
        margin: 0 auto;
      }

      .img-caption.pull-right {
        float: none !important;
      }

      .container.wrapper {
        margin: 0 !important;
        top: -50px !important;
        position: relative !important;
      }

      .banner-bg {
        margin-top: 23rem;
      }

    }