div.geeks .wrap-collapse-icon {
  background-color: white !important;
  border-radius: 50%;
  border: 1px solid var(--mdc-color-primary);
  height: 30px;
  width: 30px;
}

div.geeks .background-triple-circles {
  z-index: 10000 !important;
  background: url("https://storage.googleapis.com/mdc-website/online_admission_form/online_form.svg") !important;
  background-size: 487px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}


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

  div.geeks .background-triple-circles {
    z-index: 10000 !important;
    background: url("https://storage.googleapis.com/mdc-website/online_admission_form/online_form.svg") !important;
    background-repeat: no-repeat !important;
  }

  div.geeks div.video {
    padding: 23px 37px 31px 84px !important;
    border-radius: 30px;
    background: linear-gradient(69deg, #005eaa 44.86%, #9acdfe 108.44%);
  }


}
