div.geeks .scroll-vertical {
  overflow-y: auto;
}


div.geeks .back-button {
  border-radius: 10px;
  border: 1px solid #005eaa;
  background: rgba(0, 94, 170, 0.1);
  padding: 10px 15px;
  margin: 10px 0;
}

div.geeks .show_content {
  display: flex !important;
}

div.geeks .not_show_content {
  display: none !important;
}

div.geeks .left-scroll-image {
  object-fit: contain;
  padding: 0 15px;
  height: 300px;
  margin: auto;
}

div.geeks .col-styled {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  border: 1px solid #e5e7eb;
  background: #fff;
}

div.geeks .card-scroll {
  max-height: 350px;
  border-radius: 15px;
  position: relative;
}

div.geeks .container-styled {
  border-radius: 25px;
  background: #fff;
}

div.geeks .transparent-blue {
  border-radius: 25px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0px 2px 2px 0px rgba(229, 231, 235, 0.25);
}

div.geeks .transparent-blue:hover {
  border: 1px solid #005eaa;
  background: rgba(0, 94, 170, 0.1);
  cursor: pointer;
}

div.geeks .transparent-blue:hover .button-pill {
  border-radius: 25px;
  border: 0.5px solid #005eaa;
  background: #005eaa;
  backdrop-filter: blur(3px);
}

div.geeks .transparent-blue:hover .button-pill i.fas.fa-chevron-right {
  color: white;
}

div.geeks .button-pill {
  text-align: center;
  width: 35px;
  height: 25px;
  border-radius: 20px;
  background: rgba(0, 94, 170, 0.1);
  backdrop-filter: blur(3px);
}



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%);
  }


}
