.new-head-sec{position: relative;}
          .slider-form-bg{
            width: 100%;
            height: 350px;
            /*background-color: rgba(0,0,0,1);*/
            position: absolute;
            bottom: -300px;
            z-index: 999;
            margin: 0px auto;
            display: block;
          }
          .slider-form-box{
              max-width: 1000px;
              margin: 0px auto;
              width: 100%;
              background-color: #fff;
              overflow: hidden;
          }
          .slider-form-box::after{
            content: "";
            display: block;
            clear: both;
          }
          .slider-form-left{
            float: left;
            width: 30%;
            background-color: #4e0149;
            height: 350px;
            padding: 40px 20px;
            color: #fff;
          }
          .slider-form-left h2{
            font-size: 32px;
            color: #fff;
            text-align: center;
          }
          .slider-form-left p{
            font-size: 18px;
            color: #fff;
            text-align: center;
          }
          .slider-form-right{
            width: 70%;
            float: left;
            height: 350px;
            padding: 10px 20px;
            background-color: #fdb813;
          }
          .slider-form-right .heading-form{}
          .slider-form-right .heading-form h2{
            color: #fff;
            font-size: 32px;
            margin-bottom: 0px;
          }
          .slider-form-right .heading-form p{
            color: #fff;
          }
          .slider-form-right form{}
          .slider-form-right form span.wpcf7-form-control-wrap{
            max-width: 300px;
            width: 100%;
            display: inline-block;
            margin-left: 10px;
            line-height: 0px;
            position: relative;
          }
          .slider-form-right form input[type='text'],.slider-form-right form input[type='email']{
            width: 100%;
           
            border-radius: 7px;
            border: 0px;
          }
          .slider-form-right form .ajax-loader{
            display: none;
          }
          .slider-form-right form button{
            display: block;
          }
          .products-container{
            margin-top: 200px;
          }
          .request-btn{
            border-style: solid;
            border-width: 0px;
            cursor: pointer;
            font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
            font-weight: normal;
            line-height: normal;
            margin: 0 0 1.25rem 10px;
            position: relative;
            text-decoration: none;
            text-align: center;
            -webkit-appearance: none !important;
            -webkit-border-radius: 6px !important;
            border-radius: 6px !important;
            display: block !important;
            padding-top: 1rem!important;
            padding-right: 2rem!important;
            padding-bottom: 1.0625rem!important;
            padding-left: 2rem !important;
            font-size: 1rem !important;
            background-color: #008cba !important;
            border-color: #007095 !important;
            color: #fff !important;
            transition: background-color 300ms ease-out;
          }
          .request-btn:hover, .request-btn:focus {
              background-color: #007095 !important;
              outline: 0px;
          }
          .wpcf7-validation-errors{
            color: #ff3306;
            background-color: #fff;
            text-align: center;
            border: 0px;
            display: none !important;
          }
          div.wpcf7-mail-sent-ok{
            margin-top: -12px;
            text-align: center;
            border: 0px;
            color: #398f14;
          }
          span.wpcf7-not-valid-tip {
              position: absolute;
              z-index: 99;
              top: -8px;
              font-size: 12px;
          }
          @media only screen and (max-width: 900px) {
            
          }
          @media only screen and (max-width: 768px) {
            .slider-form-left{width: 100%;padding-top: 100px;}
            .slider-form-right{width: 100%;height: auto;}
            .wpcf7-validation-errors{
              position: absolute;
              margin-top: -50px;
              right: 0px;
            }
            div.wpcf7-mail-sent-ok{
              margin: -16px auto;
              text-align: center;
              position: absolute;
              font-size: 12px;
              left: 0px;
            }
            .slider-form-bg{}
            .products-container{margin-top: 600px;}
          }
          @media only screen and (max-width: 600px) {
            
            .slider-form-right form span.wpcf7-form-control-wrap {
              max-width: inherit;
              margin-left: 0px;
            }
            .request-btn{
              margin-left: 0px;
            }
          }
         