* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .container {
    max-width: 920px !important;
    margin: 0 auto !important;
  }
  .eng,
  .mar {
    display: none;
  }
  .english-tab .eng,
  .marathi-tab .mar {
    display: inline-block;
  }
  
  .eng-btn,
  .mar-btn {
    background: none;
    color: none;
  }
  .english-tab .eng-btn,
  .marathi-tab .mar-btn {
    background: #fff !important;
    color: #161515 !important;
  }
  .banner {
    background-image: url(./img/wide3.jpg);
    height: 100vh;
    background-position: center;
    background-size: cover;
  }
  .top {
    padding: 40px 0px;
    display: flex;
    justify-content: space-between;
  }
  .Welcome-container {
    /* width: 60%; */
      background: #48d2ff;
    border-radius: 10px;
    padding: 3%;
  }
  .title span {
    font-family: Montserrat, Helvetica Neue, sans-serif;
    font-weight: 500;
    line-height: 36.4px;
    color: #fff;
    font-size: 25px;
  }
  .text p {
    font-family: Montserrat, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 170%;
    color: #fff;
    padding: 40px 0px 20px 0px;
  }
  .button-tab {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 7px;
  }
  .button-tab button {
    margin: 0 2px;
    padding: 7px 11px;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 15px;
  }
  .marathi {
    line-height: 17px;
  }
  .login-form {
    /* width: 40%; */
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 10px;
  }
  .form-content {
    display: flex;
    align-items: center;
  }
  .wraper input {
    margin: 16px 0;
    border: 1px solid #ccc;
    background: rgba(132, 119, 98, 0.08);
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.075);
    font-weight: 600;
    color: #474141;
    padding: 10px 20px;
    width: 328px;
    height: 45px;
  }
  .wraper input:hover {
    outline: none;
  }
  .login button {
      background: #48d2ff;
    width: 100%;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
  }
  .login-title {
    text-align: center;
  }
  .login-title span {
    color: #48d2ff;
    font-family: Montserrat, Helvetica Neue, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 110%;
    padding-bottom: 5px;
  }
  .login-text {
    padding: 10px 0px 20px 0px;
  }
  .login-text span {
    color: #6a7276;
    font-family: Montserrat, Helvetica Neue, sans-serif;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
  }
  footer {
   background: #48d2ff;
    text-align: center;
    padding: 20px 0px;
  }
  footer p {
    color: #fff;
    font-size: 16px;
  }
  footer a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
  }
  .footer-css {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content-css {
    display: flex;
    justify-content: space-between;
  }
  .content-section {
    background-color: rgba(247, 245, 255, 0.95);
    padding: 45px 0;
  }
  .content-title span {
    color: #6a7276;
    font-family: Montserrat, Helvetica Neue, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 5px;
  }
  .content-img {
    padding: 5px;
  }
  .content-img img {
    width: 150px;
    height: auto;
    margin-bottom: 10px;
    text-align: center;
  }
  .sub-title span {
    color: #6a7276;
    font-family: Montserrat, Helvetica Neue, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    margin-bottom: 20px;
  }
  .swiper-slide {
    flex-direction: column;
    position: relative;
  }
  #form-position {
    position: absolute;
    top: 0;
  }
  .slide-img img {
    height: 700px;
  }
  .img-content {
    display: flex;
    text-align: center;
    justify-content: space-evenly;
  }
  .img-section {
    background-color: rgba(247, 245, 255, 0.95);
    padding: 45px 0;
  }
  .img-content img {
    height: 280px;
    width: 280px;
  }
  .text-css-images span {
    color: #6a7276;
    font-family: Montserrat, Helvetica Neue, sans-serif;
    font-size: 21px;
    font-weight: 600;
    margin: 9px 0px;
    text-align: center;
  }
  .sub-span span {
    color: #6a7276;
    font-family: Montserrat, Helvetica Neue, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    margin-bottom: 20px;
  }
  @media only screen and (max-width: 600px) {
    /* .container{padding: 16px;} */
    /* .form-content {
      display: grid;
      padding: 16px;
    } */
    /* .form-info {
      order: 2;
      padding-top: 20px;
    } */
    .logo-1 img {
      width: 80px;
    }
    .logo-2 img {
      width: 120px;
    }
    .top {
      padding: 24px;
    }
    .content-css {
      display: grid;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      align-items: center;
      height: auto;
      background-color: rgba(247, 245, 255, 0.9);
      border-radius: 10px;
      padding: 15px 0;
      justify-content: center;
      padding: 16px;
    }
    .banner {
      height: auto;
    }
    .second-bottom {
      padding-top: 40px;
    }
    .footer-css {
      display: grid;
      justify-content: center;
      align-items: center;
    }
    .slide-img-1 {
      height: 955px;
    }
    .slide-img-2 {
      height: 955px;
    }
    .slide-img-3 {
      height: 955px;
    }
    .container {
      padding: 16px;
    }
    .img-content {
      display: grid;
      justify-content: center;
    }
  }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* .form-content {
      display: grid;
      padding: 16px;
    } */
    .slide-img-1 {
      height: 955px;
    }
    .slide-img-2 {
      height: 955px;
    }
    .slide-img-3 {
      height: 955px;
    }
    .container {
      padding: 32px;
    }
    /* .form-info {
      order: 2;
      padding-top: 20px;
    } */
    .wraper input {
      width: 625px;
    }
    .img-content img {
      height: 210px;
      width: 210px;
    }
  }
  .skiptranslate iframe {
    visibility: collapse !important;
  }
  body {
    top: 0px !important;
  }
  #google_translate_element {
      position: fixed;
      bottom: 1rem;
      right: 1rem;
  }
  @media (max-width: 460px) {
      #google_translate_element {
      bottom: 4rem;
      }
  }
  @media only screen and (max-width: 1440px) {
    .slide-img-2{
      height: 700px;
    }
  }
  @media only screen and (max-width: 1250px) {
    .form-content {
      display: grid;
      padding: 16px;
    }
    .form-info {
      order: 2;
      padding-top: 20px;
    }
    #form-position {
      margin-top: 200px !important;
      padding-right: 100px;
      padding-left: 100px;
    }
    .slide-img-2{
      height: 1200px;
    }
    .inputdata span, .inputdata input{
      width: 100%;
    }
  }
  @media only screen and (max-width: 600px) {
    .slide-img-2{
      height: 1100px;
    }
  }
  @media only screen and (max-width: 400px) {
    .slide-img-2{
      height: 1200px;
    }
  }
  @media only screen and (max-width: 770px){
    .img-content {
      display: grid;
      justify-content: center;
    }
    .mobile-helpno {margin-left: 20px !important;margin-right: 20px !important;}
  }
  @media only screen and (max-width: 600px){
    #form-position {
      padding-right: 0px;
      padding-left: 0px;
    }
  }
  @media only screen and (max-width: 1600px){
    .helpno {
      display: none !important;
    }
    .mobile-helpno {
      display: block !important;
      margin-left: 10% !important;
      margin-right: 10% !important;
    }
  }