

.blue {
	font-size: 34rem;
	font-family: Hind-SemiBold,Hind;
	font-weight: 600;
	color: #fff;
	padding: 12rem 82rem;
	box-sizing: border-box;
	background-color: #3e65ff;
	text-align: left;
}

.title {
	font-size: 48rem;
	font-family: Hind-SemiBold,Hind;
	font-weight: 600;
	color: #222;
	line-height: 66rem;
	margin: 0 70rem;
}

.card-container {
	position: relative;
	perspective: 1000rem;
	overflow: hidden;
	width: 710rem;
	height: 900rem;
	margin: 245rem 14rem;
}

.card {

	width: 710rem;
	height: 790rem;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	transition: transform 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}



.bottom {
	margin-top: 0rem;
	width: 750rem;
	height: 240rem;


}

.number {
	width: 130rem;
	height: 108rem;
	background: #000;
	border-radius: 0px 0px 20px 20px;
	position: absolute;
	left: 130rem;
	top: 60rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.text {
	font-size: 36rem;
	font-family: Roboto-Bold,Roboto;
	font-weight: bold;
	color: #222;
	line-height: 42rem;
}

.small-text {
	font-size: 24rem;
	font-family: Hind-SemiBold,Hind;
	font-weight: 600;
	color: #fff;
	line-height: 40rem;
	text-align: center;
}

.question {
	font-size: 36rem;
	font-family: Roboto-Bold,Roboto;
	font-weight: bold;
	color: #222;
	line-height: 42rem;
	position: absolute;
	left: 150rem;
	top: 280rem;
	margin-right: 130rem;
}

.btn {
	width: 400rem;
	height: 90rem;
	background: #f0f3ff;
	box-shadow: 0px 4px 12px 0px #c6d4ec;
	border-radius: 46rem;
	color: #222;
	position: absolute;
	left: 154rem;
	line-height: 90rem;
	text-align: center;
	font-size: 34rem;
	font-family: Roboto-Bold,Roboto;
	font-weight: bold;
	transition: all .2s ease;
}

.btn.yes {
	top: 500rem;
}

.btn.no {
	top: 630rem;
}

.btn.one {
	top: 420rem;
}

.btn.two {
	top: 550rem;
}

.btn.three {
	top: 680rem;
}

.btn.que3yes {
	top: 420rem;
}

.btn.que3no {
	top: 550rem;
}

.btn:active {
	background-color: #4079ff;
	transform: translateY(2rem);
	color: #fff;
}

.card_no {
	transform: rotateY(90deg) translateX(100%);
}




.modal {
	display: none;
	background-color: rgba(0,0,0,0);
	width: 100%;
	
	left: 0;
	top: 0;
}

.modal .item {
    background-color: #fff;
    border-radius: 30rem;
    /* height: 1800rem; */
    width: 95%;
    margin-top: 2rem;
    position: absolute;
    /* left: 50%; */
    top: 2rem;
    /* transform: translateX(-50%); */
    padding: 25rem 55rem 188rem;
}
.modal .item .item-title {
	font-size: 32rem;
	font-family: Roboto-Bold,Roboto;
	font-weight: light;
	color: #222;
	text-align: center;
}

.modal .item .call {
	text-align: center;
	font-size: 34rem;
	font-family: Roboto-Bold,Roboto;
	font-weight: bold;
	transition: all .2s ease;
	background: linear-gradient(90deg, #32cb56 0%, #6be14d 100%);
	box-shadow: 0 4rem 14rem 0 rgba(133,205,189,.72);
	border-radius: 50rem;
	color: #fff;
	align-items: center;
/*display:flex;*/
	line-height: 100rem;
	width: 480rem;
	height: 100rem;
	margin: 0 auto;
	margin-top: 30rem;
}

.modal .item .call span {
	display: inline-block;
	background-image: url(https://myt.bu101.in/image/whatsapp.png);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 68rem;
	width: 68rem;
	margin-left: 58rem;
	margin-right: 16rem;
}/*# sourceMappingURL=index.min.css.map */