.rapClock{
	cursor:pointer;
	position:relative;
	border-radius:50%;
	text-align:center;
	-webkit-user-select:none;
	-moz-user-select:none;
	width: 60px;
	height: 60px !important;
	margin: auto;
}
.rapClockCaption{
	padding-top:25%;
}
.rapClockHours{
	top:50%;
	left:50%;
	width:2%;
	height:8%;
	position:absolute;
	background-color:#000;
	opacity: 0;
}
.rapClockNumbers{
	top:50%;
	left:50%;
	position:absolute;	
}	
.rapClockHands{
	top:50%;
	left:50%;	
	position:absolute;
	border-radius:50% 50% 50% 50% / 90% 90% 10% 10%;
}
.rapClockS{
	width:2%;
	height:46%;
	z-index:3;
	background-color:#0099FF;
}
.rapClockM{
	width:3%;
	height:34%;
	z-index: 2;
	background-color:#333;
}			

.rapClockH{
	width:5%;
	height:25%;
	z-index:1;
	background-color:#333;
}

.clock .indiaClock {
	background-color: #fff093;
}
.clock .usaClock {
	background-color: #c7efba;
}
.clock .rapClock {
	margin-bottom: 1rem;
}
@media(max-width:  767px){
	.rapClock{
		width:  50px;
		height: 50px !important;
	}
}