#exampleModal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom:0;
  right:0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 0 0 0;
}
#exampleModal .modal_inn {
  width: 600px;
  height: 600px;
  /* background: #FFF; */
  background:url(spinBG.png?v2) bottom center no-repeat;
  background-size:cover;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#exampleModal .mainbox {
  position: relative;
  width: 400px;
  height: 400px;
}
#exampleModal .mainbox:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(./arrow-bottom.png?v3) no-repeat;
  background-size: 10%;
  left: 5%;
  top: 45%;
  transform: rotate(90deg);
}
#exampleModal .box {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
  border: 10px solid #dcd4b6;
  overflow: hidden;
  transition: all ease-in-out 5s;
  transform: rotate(90deg);
}
#exampleModal span {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
}
#exampleModal .span1 {
  clip-path: polygon(0 17%, 0 50%, 50% 50%);
  background-color: #f0cbc7;
}
#exampleModal .span2 {
  clip-path: polygon(0 17%, 30% 0, 50% 50%);
  background-color: #afd5d2;
}
#exampleModal .span3 {
  clip-path: polygon(30% 0, 71% 0, 50% 50%);
  background-color: #b28fcc;
}
#exampleModal .span4 {
  clip-path: polygon(71% 0, 100% 18%, 50% 50%);
  background-color: #d6deb7;
}
#exampleModal .span5 {
  clip-path: polygon(100% 18%, 100% 50%, 50% 50%);
  background: #c79e91;
}
#exampleModal .box2 .span3 {
  background-color: #b28fcc;
}
#exampleModal .box2 {
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}
#exampleModal .font {
  color: white;
  font-size: 20px;
}
#exampleModal .box1 .span1 b {
  position: absolute;
  top: 35%;
  right: 74%;
  transform: rotate(200deg);
  text-align: center;
}
#exampleModal .box1 .span2 b {
  position: absolute;
  top: 19%;
  right: 64%;
  transform: rotate(-130deg);
}
#exampleModal .box1 .span3 b {
  position: absolute;
  top: 10%;
  right: 38%;
  transform: rotate(-90deg);
}
#exampleModal .box1 .span4 b {
  position: absolute;
  top: 18%;
  right: 14%;
  transform: rotate(-45deg);
}
#exampleModal .box1 .span5 b {
  position: absolute;
  top: 36%;
  right: 3%;
  transform: rotate(-15deg);
  text-align: center;
}
#exampleModal .box2 .span1 b {
  position: absolute;
  top: 34%;
  right: 73%;
  transform: rotate(200deg);
}
#exampleModal .box2 .span2 b {
  position: absolute;
  top: 18%;
  right: 63%;
  transform: rotate(-130deg);
  text-align: center;
}
#exampleModal .box2 .span3 b {
  position: absolute;
  top: 10%;
  right: 40%;
  transform: rotate(270deg);
}
#exampleModal .box2 .span4 b {
  position: absolute;
  top: 20%;
  right: 15%;
  transform: rotate(310deg);
}
#exampleModal .box2 .span5 b {
  position: absolute;
  top: 35%;
  right: 4%;
  transform: rotate(-20deg);
  text-align: center;
}
#exampleModal .spin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 4px solid white;
  background-color:#000000;
  color: #fff;
  box-shadow: 0 5px 20px #000;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
#exampleModal .spin:active {
  width: 70px;
  height: 70px;
  font-size: 20px;
}
#exampleModal .mainbox.animate:after {
  animation: animateArrow 0.7s ease infinite;
}
#exampleModal audio {
  display: none;
}
#modal_1 .spin_logo{
  margin: 0px auto;
  display: block;
  padding: 0 0 15px 0;
}
#modal_1 h3{
  text-align: center;
  font-weight: 800;
  font-size: 2rem;
}
#modal_1 h4{
  text-align: center;
  font-size: 1.3rem;
  color: #000;
  font-weight: 400;
  padding: 2px 0;
}
#modal_2 {
  text-align: center;
  padding: 20px;
  position: relative;
}
#modal_2 h3 {
  text-align: center;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  margin: 15px 0 0 0;
}
#modal_2 h1 {
  font-weight: 800;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1;
}
#modal_2 h4 {
  font-weight: 600;
  padding: 0 0 10px;
  margin: 0 0 15px;
  font-size: 1.2rem;
  color: #000;
}
#modal_2 p {
  width: 100%;
  padding: 0;
  font-size: 13px;
  line-height: 22px;
  color: #000;
}
#modal_2 .frmDiv {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 15px;
}
#modal_2 .frmDiv .fName, #modal_2 .frmDiv .lName {
  width: 100%;
  height: 45px;
  margin: 0 10px;
  border: 1px solid #00000047;
  color: #000;
  /* box-shadow: 4px 6px 9px 1px rgb(0 0 0 / 29%); */
}
#modal_2 .mBtn {
  padding: 0;
  height: 60px !important;
  background: #027932;
  border: 1px solid #027932 !important;
}
#modal_2 .mBtn span {
  width: 100%;
  display: block;
  position: relative;
  height: auto;
  font-size: 16px;
  line-height: 20px;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
}
.btnDiv{
  justify-content:center !important;
}
.btnDiv p{
  width:auto !important;
  cursor: pointer;
}



@keyframes animateArrow {
  50% {
    right: -50px;
  }
}
@media (max-width: 576px) {
  .mainbox {
    width: 100%;
    height: 50%;
  }
}


@media(max-width:600px){
  #exampleModal .modal_inn {
    width: 90%;
    height: auto;
    padding: 20px;
  }
  #exampleModal .font {
    color: white;
    font-size: 16px;
  }
  #exampleModal .mainbox {
    width: 300px;
    height: 300px;
  }
  #modal_2 {
    padding: 0;
  }
  form{
    padding:0;
  }
  #modal_2 .frmDiv {
    margin-bottom: 0px;
    flex-direction: column;
  }
  #modal_2 .frmDiv .fName, #modal_2 .frmDiv .lName {
    margin: 0 0 10px 0;
  }
  #modal_1 h3 {
    text-align: center;
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 1;
    margin: 0;
  }
  #modal_1 h4 {
    font-size: 1.2rem;
  }
  #modal_2 h3 {
    font-size: 1.6rem;
  }
  #modal_2 h1 {
    font-weight: 600;
    font-size: 1.3rem;
  }
  #modal_2 h4 {
    padding: 0 0 5px;
    font-size: 1.1rem;
  }
  #modal_2 p {
    font-size: 12px;
    line-height: 20px;
  }

}