
  
  /* form css */
  .form-sec {
    position: fixed;
    top: 15%;
    right: 0px;
    width: 342px;
    background: transparent;
    padding:0;
    z-index: 9;
    transition: .3s all;
    z-index: 9999;
   
  }
  .form-sec .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
  }
  .slide-righta.form-sec {
    transform: translatex(120%);
    transition: .3s all;
   
  }
  
  .hides.form-sec {  transform: translatex(120%);
    transition: .3s all; }
  .adm-txt {
    font-size: 28px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 34px;
  }
  .form-group {
    margin-bottom: 1rem;
    width: 100%;
  }
  .form-sec .form-group {
      position: relative;
      padding-left: 43px;
      background: #fff;
      border-radius: 9px;
      margin-bottom: 18px;
  }
  .form-sec .form-group::before {
    position: absolute;
    content: "";
    background-image: url(form-icon.png);
    width: 30px;
    height: 40px;
    background-position: -3px -11px;
    top: 7px;
    left: 4px;
  }
  .form-sec .form-group.email::before {
    background-position: -3px -57px;
    width: 30px;
  }
  .form-sec .form-group.Mobile::before {
    background-position: -4px -103px;
  }
  .form-sec .form-group.State::before {
    background-position: 1px -161px;
    top: 5px;
    height: 25px;
    width: 33px;
    background-size: 30px;
  }
  .form-sec .form-group.City::before {
    background-position: -3px -242px;
    top: 5px;
    height: 21px;
  }
  .checkbox-label input:checked ~ .checkmark {
    background-color: #fff;
  }
  .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 19px;
    width: 19px;
    border: solid 1px #fff;
    background: transparent;
    background-color: transparent;
    border-radius: 3px;
  }
  .checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .checkbox-label .checkmark::after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #3b3d90;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .checkbox-label input:checked ~ .checkmark:after {
    display: block;
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .checkbox-label {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #fff;
    line-height: 19px;
  }
  .sbt {
    border: solid 1px var(--form-submit-button);
    border-radius: 11px;
    padding: 8px 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px auto 0;
    width: 140px;
    display: inherit;
    font-size: 16px;
    background-color: #548fa0;
  }
  .input {
    border: none;
    padding: 0;
    height: 33px;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    color: #000;
    background: transparent;
    outline: 0;
  }
  
  
  
  .form-sec.show.slide {
    right: 40px;
  }
  
  .form-sec.show {
    position: fixed;
    right: -940px;
    left: auto;
    transition: all 0.5s;
    z-index: 99;
    top: 48%;
    margin-top: -203px;
  }
  
  .topenq1.mobile {
    display: none;
  }
  .topenq {
    right: 0px;
    transform: rotate(90deg) translatey(-39px);
  }
  .topenq {
    position: fixed;
    top: 40%;
    right: -55px;
    transform: rotate(90deg);
    overflow: hidden;
    z-index: 300;
    background-color: var(--enquiry-button-background-color);
    color: #fff;
    outline: none;
    z-index: 999;
  }
  .topenq a:hover{
      outline: none;
      border: none;
  }
  .topenq a {
      border: none;
      color: #fff;
      font-size: 20px;
      padding: 13px 21px;
      z-index: 999999999;
      position: relative;
      display: inline-block;
      background-color: #0980a2;
      text-decoration: none;
  }
  
  .error {
      color: var(--error-color);
      font-size: 12px;
      margin-left: 13px;
      position: absolute;
      bottom: -13px;
      left: 0px;
      line-height: 11px;
    }
  
  
  @media (max-width: 576px) {
    .form-sec {
      width: 100%;
      padding: 20px;
      position: static;
      transform: none;
      transform: initial;
    }
    .form-sec .close { display:none;}
    .slide-righta .form-sec { right: 0; display: none; }
    .topenq {
      position: fixed;
      top: auto;
      top: initial;
      width: 100%;
      right: auto;
      right: initial;
      transform: none;
      transform: initial;
      overflow: hidden;
      z-index: 300;
      bottom: 0;
      text-decoration: none;
    }
  
  
  .topenq1.mobile { display: block; }
  .topenq.desktop { display: none; }
  
  .topenq1 {
    position: fixed;
    top: auto;
    top: initial;
    width: 100%;
    right: auto;
    right: initial;
    transform: none;
    transform: initial;
    overflow: hidden;
    z-index: 300;
    bottom: 0;
    z-index: 9999;
  }
  
  .topenq1.mobile a {
    display: block;
    text-align: center;
    background-color:  #0980a2;
    padding: 15px;
    transition: all 0.3s ease;
    color: white;
    font-size: 16px;
    text-decoration: none;
  }
  
    .slide-righta.active .side-slide-form-wrap { display: block; }
  .admission {
      margin-top: 0rem;
  }
}

.kalvium > img
{
  width: 75%;
}