.fl-col-group-equal-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.fl-col-group-equal-height .fl-col, .fl-col-group-equal-height .fl-col-content {
    display: flex;
    flex: 1 1 auto;
}
.fl-node-j8mfcxwl2ovq {
    width: 67%;
}
.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content, .fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {
    align-items: center;
    justify-content: center;
}
.fl-node-j8mfcxwl2ovq > .fl-col-content {
    margin-top: 40px;
    margin-right: 32px;
}
.fl-node-j8mfcxwl2ovq > .fl-col-content {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}
.fl-col-group-equal-height .fl-col-content {
    flex-direction: column;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    width: 100%;
}
.btndiv{
    position: relative;
}
.css_loader_new {
  border: 16px solid #ed234b; /* Light grey */
  border-top: 16px solid #57317f; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin_css_loader 1s linear infinite;
}

@keyframes spin_css_loader {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}