body , button{
	    text-decoration: none;
}
.text-white{
	color:#fff;
}
.modal{
	overflow: hidden !important;
	vertical-align: middle;
}
.modal-dialog{
		transform: translate(-55%,0%) !important;
		vertical-align: middle;
}
.logoImg{
	background-color: rgba(0,0,0,0.7)
}
.modal-content{
	width: 1250px;
    height: 600px;
}
#btn1 , #btn2{
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    position: absolute;
    top: 18vh;
    font-size: 22px;
}
#btn1{
	right: 7%;
}
#btn2{
	right: 57%;
}
.body{
		background: url('../images/bg_img.jpg') center no-repeat;
		background-size: cover;
		height: 92vh;
		position: relative;
}
body{
	background-size: 100%;
	height: auto;
	position: initial;
	z-index:99;
	overflow: hidden;
}
iframe{
	border:none;
	width:1200px;
	height:500px;
}
button{
	border: none;
    outline:none;
}
@media screen and (min-width: 1800px) and (max-width:1970px) {
	#btn1 , #btn2{
		height:350px;
		width: 350px;			
	}
	.modal-content{
		height:850px
	}
	iframe{
		height: 755px;
	}
}
@media screen and (max-width: 440px){
	iframe{
		width: 320px;
		height: 300px;
		overflow: visible;
	}
	.modal{
		overflow: visible;
	}
	.modal-dialog{
		transform: translate(1%,25%) !important;
		vertical-align: middle;
	}
	.modal-content{
		width: 350px;
	    height: 400px;
	}
	#btn1 , #btn2{
		right: 15%;
	    width: 130px;
	    height: 130px;
	    top: 20vh;
	}
	.body{
		background: url('../images/btn_bg_img.png') center no-repeat;
		background-size: 100%;
		background-color: rgba(84,37,183,0.7)
	}
}
@media screen and (max-width: 700px) and (orientation : landscape){
	iframe{
		width: 570px;
		height: 250px;
		overflow: visible;
	}
	#c{
		height: 450px;
		width: 700px;
	}
	.modal{
		overflow: visible;
	}
	.modal-dialog{
		transform: translate(5%,0%) !important;
		vertical-align: middle;
	}
	.modal-content{
	    width: 600px;
	    height: 330px;
	}
	#btn1 , #btn2{
    top: 20vh;
    width: 100px;
    height: 100px;
	}
	/*.body{
		background-image: url('../images/bg_img.png')
	}*/
}
@media screen and (min-width: 701px) and (max-width: 769px){
	iframe{
		width: 700px;
		height: 550px;
		overflow: visible;
	}
	.modal-content{
	    width: 740px;
	    height: 660px;
	}
	.modal-dialog{
		transform: translate(-10%,0%) !important;
		vertical-align: middle;
	}
	#btn1{
		right: 9%;
	}
	#btn2{
		right: 0%;
	}
	#btn1, #btn2{
    	height: 30vh;
    	width: 30vh;
    	top: 21vh;	
	}
}
@media screen and (min-width: 770px) and (max-width: 1024px){
	iframe{
		width: 840px;
		height: 590px;
		overflow: visible;
	}
	.modal-content{
	    width: 875px;
	    height: 680px;
	}
	.modal-dialog{
		transform: translate(-20%,0%) !important;
		vertical-align: middle;
	}
	#btn1{
		right: 20%;
		height: 30vh;
	}
	#btn2{
		right: 5%;
		height: 30vh;
	}
	#btn1,#btn2{
	    height: 30vh;
	    width: 25vh;
	    top: 25vh;
	}

}