* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
    font-family: 'Poppins', sans-serif;
}
body {
    font-family: 'Poppins', sans-serif;
}
.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: 36%;
    right: 70%;
    transform: rotate(200deg);
}
.box1 .span2 b {
    position: absolute;
    top: 27%;
    right: 60%;
    transform: rotate(-130deg);
}
.box1 .span3 b {
    position: absolute;
    top: 15%;
    right: 41%;
    transform: rotate(-90deg);
}
.box1 .span4 b {
    position: absolute;
    top: 20%;
    right: 21%;
    transform: rotate(309deg);
}
.box1 .span5 b {
    position: absolute;
    top: 36%;
    right: 4%;
    transform: rotate(340deg);
}
.box2 .span1 b {
    position: absolute;
    top: 36%;
    right: 73%;
    transform: rotate(192deg);
}
.box2 .span2 b {
    position: absolute;
    top: 21%;
    right: 62%;
    transform: rotate(-130deg);
}
.box2 .span3 b {
    position: absolute;
    top: 14%;
    right: 33%;
    transform: rotate(270deg);
}
.box2 .span4 b {
    position: absolute;
    top: 22%;
    right: 20%;
    transform: rotate(310deg);
}
.box2 .span5 b {
    position: absolute;
    top: 40%;
    right: 15%;
    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: #8ec4ff;
  padding:15px;
  padding: 20px;
    /*padding-top: 120px;*/
    height:100%;
    /*min-height: calc(100vh - 235px);*/
}
.footer-section {
    padding: 10px;
    background-color: #8ec4ff;
    color: #000;
    text-align: center;
    font-weight: 600;
}
.footer-section p {
    margin-bottom: 0;
}
#jquery-script-menu {
    display: none;
}
.main-section .form-group label {
    color: #fff;
    font-size: 20px;
}
.main-section .btn {
     width:100%;
  border:1px solid #fff;
  background-color: #007bff;
  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;
}
.main-header img {
     width:170px;
  z-index: 1;
    position: relative;
}
.terms-section {
    background-color: #e3010f;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 50px;
}
.terms-section h4 {
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.terms-section h6 {
    text-decoration: underline;
}
.terms-condition-section li {
    text-align: justify;
    word-spacing: -1px;
}
.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;
    }
    .terms-section {
        padding: 20px;
    }
}
@media (max-width: 450px) {
	.mainbox {
        width: 300px;
        height: 300px;
    }
	.font b {
    	font-size: 9px;
	}
}
body{
display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
background:#e3010f;
}

.main-header{
background:#8ec4ff !important;
}