* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
    font-family: 'Poppins', sans-serif;
}
body {
    font-family: 'Poppins', sans-serif;
    background-color: #e1cae1;
}
.mainbox {
    position: relative;
    width: 500px;
    height: 500px;
    background-color: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px #000;
}
.mainbox:after {
  position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(arrow_down.png) no-repeat;
    background-size: 10%;
    left: 0%;
    top: 43%;
    transform: rotate(90deg);
}
.box {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 50%;
    border: 10px solid #949090;
    overflow: hidden;
    transition: all ease-in-out 5s;
    transform: rotate(90deg);
}
span {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
}
.span1 {
    clip-path: polygon(0 17%, 0 50%, 50% 50%);
    background-color: green;
}
.span2 {
    clip-path: polygon(0 17%, 30% 0, 50% 50%);
    background-color: red;
}
.span3 {
    clip-path: polygon(30% 0, 71% 0, 50% 50%);
    background-color: blue;
}
.span4 {
    clip-path: polygon(71% 0, 100% 18%, 50% 50%);
    background-color: salmon;
}
.span5 {
    clip-path: polygon(100% 18%, 100% 50%, 50% 50%);
    background: #ff8300;
}
.box2 .span3 {
    background-color: #00ff04;
}
.box2 {
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
}
.font {
    color: white;
    font-size: 20px;
}
.box1 .font {
    font-size: 13px;
}
.box2 .font {
    font-size: 13px;
}
.box1 .span1 b {
    position: absolute;
    top: 38%;
    right: 67%;
    transform: rotate(200deg);
}
.box1 .span2 b {
    position: absolute;
    top: 23%;
    right: 58%;
    transform: rotate(-130deg);
}
.box1 .span3 b {
    position: absolute;
    top: 17%;
    right: 41%;
    transform: rotate(-90deg);
}
.box1 .span4 b {
    position: absolute;
    top: 24%;
    right: 16%;
    transform: rotate(309deg);
}
.box1 .span5 b {
    position: absolute;
    top: 39%;
    right: 4%;
    transform: rotate(340deg);
}
.box2 .span1 b {
    position: absolute;
    top: 32%;
    right: 74%;
    transform: rotate(192deg);
}
.box2 .span2 b {
    position: absolute;
    top: 21%;
    right: 60%;
    transform: rotate(-130deg);
}
.box2 .span3 b {
    position: absolute;
    top: 13%;
    right: 41%;
    transform: rotate(270deg);
}
.box2 .span4 b {
    position: absolute;
    top: 21%;
    right: 20%;
    transform: rotate(310deg);
}
.box2 .span5 b {
    position: absolute;
    top: 40%;
    right: 11%;
    transform: rotate(346deg);
    text-align: center;
}
.spin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 4px solid white;
    background-color: #ff5722;
    color: #fff;
    box-shadow: 0 5px 20px #000;
    font-weight: bold;
    font-size: 22px;
    cursor: pointer;
    z-index: 1000;
}
.spin:active {
    width: 70px;
    height: 70px;
    font-size: 20px;
}
.mainbox.animate:after {
    animation: animateArrow 0.7s ease infinite;
}
audio {
    display: none;
}
@keyframes animateArrow {
    50% {
        right: -50px;
    }
}
.main-section {
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #e1cae1;
    padding: 15px;
    padding: 20px;
    padding-top: 120px;
}
.footer-section {
    padding:10px;
  background-color: #665572;
  color:#fff;
  text-align: center;
  font-weight:600;
  position: fixed;
    width: 100%;
    bottom: 0;
}
.footer-section p {
    margin-bottom: 0;
}
#jquery-script-menu {
    display: none;
}
.main-section .form-group label {
    color: #665572;
    font-size: 20px;
}
.main-section .btn {
     width:100%;
  border:1px solid #fff;
  background-color: #380d57;
  color:#fff;
  font-size:20px;
}
.main-section .btn:hover {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
}
.notification-box {
    background-color: #fff;
    color: #000;
    padding: 20px;
    border-radius: 20px;
}
.notification-box p {
    text-align: justify;
    word-spacing: -1px;
}
.main-header {
    display: flex;
    justify-content: center;
    padding: 15px;
    height: 90px;
    background-color: #665572;
}
.main-header img {
     width:170px;
  z-index: 1;
    position: relative;
}
.terms-section{
    background-color:#e1cae1;
    color:#380d57;
    font-family: 'Poppins', sans-serif;
    padding:50px 0 100px 0;
  }
  .terms-section h4{
    text-align: center;
    color:#380d57;
    font-weight: 600;
  }
  .terms-section h6{
    text-decoration: underline;
  }
  .terms-condition-section li{
    text-align: justify;
    word-break: normal;
  }
.find-bill {
    border: 1px solid #fff;
    border-radius: 20px;
    margin-bottom: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: center;
}
.find-bill img {
    width: 100px;
    padding-left: 20px;
}
@media (max-width: 576px) {
    .mainbox {
        width: 400px;
        height: 400px;
		padding: 5px
    }
    .font b {
        font-size: 12px;
        top: 38%;
        right: 64%;
    }
	.spin {
		width: 55px;
		height: 55px;
		font-size: 16px;
	}
	.mainbox:after {
    	left: 5%;
	}
    .font {
        font-size: 15px;
    }
    .two-buttons {
        display: block !important;
    }
}
@media (max-width: 450px) {
	.mainbox {
        width: 300px;
        height: 300px;
    }
	.font b {
    	font-size: 9px;
	}
}