*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a, a:hover{
	text-decoration: none;
}

.headings{
	width: 100%;
	height: 100vh;
	background-image: url(../images/VRDRoom1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.first-col .form-control{
    border: none;
        border-bottom: 1px solid #B2B3B3;
        border-radius: 0px !important;
        outline: none;
}

.form-control:focus {
    box-shadow: none !important;
}

.pay-pal-a{
    margin-top: 50px !important;
}

.pay-pal-a a{
    background: #ffc439;
    padding: 10px 30px 10px 40px;
}

.nav-item a{
	color: #fff;
	font-weight: bold;
}

.nav-item a:hover{
	color: #00BEFF;
}

.navbar-brand{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}

.navbar-brand:hover{
	color: #00BEFF;
	font-size: 30px;
}

.buttoncenter{
	margin-top: 70px;
}

.buttontext{
	color: white;
	background: linear-gradient(to left,#00BE96,#00BEFF);
	padding: 10px 20px;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	border-radius: 50px;
}

.buttontext:hover{
	color: white;
	background: linear-gradient(to left,#00BEFF,#00BE96);
	padding: 10px 20px;
	font-weight: bold;
	font-size: 25px;
	border-radius: 50px;
	text-align: center;
}

::placeholder{
	color: grey;
}

.form-size{
	width: 100%;
	background-color: #eee;
	border: 1px solid #eee;
	padding: 5px;
}

.cardsize{
	width: 300px; 
	border: 7px solid #fff; 
	border-radius: 20px; 
	margin-bottom: 10px; 
	min-height: 500px;
	max-height: 700px;
	min-width: 100%;
	max-width: 100%;
}

.card-body h4{
	color: #00BEFF;
}

.frontcolor{
	color: #aaa;
	font-size: 14px;
}

.paynowbutton{
	background: linear-gradient(to right,#00BEFF, #00BE96);
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	display: block;
	padding: 10px 20px;
	border-radius: 30px;
}

.paynowbutton:hover{
	background: linear-gradient(to right,#00BEFF, #00BE96);
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	display: block;
	padding: 10px 20px;
	border-radius: 30px;
}

.footerlink{
	cursor: pointer;
}

.linkcolor, .linkcolor:hover{
	text-decoration: none;
	color: white;
}

.submitclick{
	padding: 3px 25px;
	margin: 10px 20px;
	background: linear-gradient(to left,#00BE96,#00BEFF);
	border: none;
	font-size: 25px;
	color: white;
	font-weight: bold;
  	letter-spacing: 2px;
}

/* ******************************** Header part for about page *********************  */

.aboutheader{
	width: 100%;
	height:50vh;
	background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/13.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

#circle1{		
	stroke-width: 10px;
	animation-name: circleone;
	animation-duration: 1s;
	animation-delay: 0s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	transform-origin: bottom;
}

@keyframes circleone{
	0%{ transform: rotate(0deg); }
	12%{ transform: rotate(45deg); }
	24%{ transform: rotate(90deg); }
	36%{ transform: rotate(135deg); }
	48%{ transform: rotate(180deg); }
	60%{ transform: rotate(225deg); }
	72%{ transform: rotate(270deg); }
	85%{ transform: rotate(315deg); }
	100%{ transform: rotate(360deg); }
}
		
#circle2{
	stroke-width: 10px;
	animation-name: circletwo;
	animation-duration: 1s;
	animation-delay: 0.3s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	transform-origin: bottom;

}

@keyframes circletwo{
	0%{ transform: rotate(0deg); }
	12%{ transform: rotate(45deg); }
	24%{ transform: rotate(90deg); }
	36%{ transform: rotate(135deg); }
	48%{ transform: rotate(180deg); }
	60%{ transform: rotate(225deg); }
	72%{ transform: rotate(270deg); }
	85%{ transform: rotate(315deg); }
	100%{ transform: rotate(360deg); }
}

#circle3{
	stroke-width: 10px;
	animation-name: circlethree;
	animation-duration: 1s;
	animation-delay: 0.6s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	transform-origin: bottom;

}

@keyframes circlethree{
	0%{stroke: #00bde2; transform: rotate(0deg); }
	12%{ transform: rotate(45deg); }
	24%{ transform: rotate(90deg); }
	36%{ transform: rotate(135deg); }
	48%{ transform: rotate(180deg); }
	60%{ transform: rotate(225deg); }
	72%{ transform: rotate(270deg); }
	85%{ transform: rotate(315deg); }
	100%{ transform: rotate(360deg); }
}

#outer{
	stroke-width: 10px;
	animation-name: outer;
	animation-duration: 1s;
	animation-delay: 0s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	transform-origin: bottom;

}

@keyframes outer{
	0%{ transform: rotate(0deg); }
	12%{ transform: rotate(5deg); }
	24%{ transform: rotate(-5deg); }
	36%{ transform: rotate(5deg); }
	48%{ transform: rotate(-5deg); }
	60%{ transform: rotate(5deg); }
	72%{ transform: rotate(-5deg); }
	85%{ transform: rotate(5deg); }
	100%{ transform: rotate(0deg); }
}

.contactusspan{
	margin-left:20px; 
	font-size: 15px; 
	padding-bottom: 10px;
}

.contactusicon{
	font-size: 28px;
	color: white;
}

.footerpart{
	background: linear-gradient(#00BE96,#00BEFF);
	color: white;
	padding:20px 0px;

}

.footerpart1{
	background: linear-gradient(#00BE96,#00BEFF);
	color: white;
}

.size{
	font-size: 15px;
	color: #fff;
	padding-left: 10px;
}

.footerpart1{
	display: none;
}

.size1{
	font-size: 15px;
}

.fontawesomecolor{
	color: #fff;
	padding-right: 10px;
}

@media only screen and (max-width: 576px){
	::placeholder{
		font-size: 12px;
	}
	
	.buttontext{
		color: white;
		background: linear-gradient(to left,#00BE96,#00BEFF);
		padding: 15px 30px;
		font-weight: bold;
		font-size: 11px;
		text-align: center;
		border-radius: 50px;
	}

	.buttontext:hover{
		color: white;
		background: linear-gradient(to left,#00BEFF,#00BE96);
		padding: 15px 30px;
		font-weight: bold;
		font-size: 11px;
		border-radius: 50px;
		text-align: center;
	}

	.footerpart{
		display: none;
	}
	.footerpart1{
		display: block;
	}

	.size{
		font-size: 12px;
	}

	.fontawesomecolor{
		margin-bottom: 10px;
		margin-top: 10px;
	}
}

@media only screen and (min-width: 576px){

	.buttontext{
		color: white;
		background: linear-gradient(to left,#00BE96,#00BEFF);
		padding: 12px 35px;
		font-weight: bold;
		font-size: 13px;
		text-align: center;
		border-radius: 50px;
	}

	.buttontext:hover{
		color: white;
		background: linear-gradient(to left,#00BEFF,#00BE96);
		padding: 12px 35px;
		font-weight: bold;
		font-size: 13px;
		border-radius: 50px;
		text-align: center;
	}

	.footerpart{
		display: block;
	}

	.footerpart1{
		display: none;
	}

	.size{
		font-size: 12px;
	}
}

@media only screen and (min-width: 768px){
	.buttontext{
		color: white;
		background: linear-gradient(to left,#00BE96,#00BEFF);
		padding: 10px 30px;
		font-weight: bold;
		font-size: 25px;
		text-align: center;
		border-radius: 50px;
	}

	.buttontext:hover{
		color: white;
		background: linear-gradient(to left,#00BEFF,#00BE96);
		padding: 10px 30px;
		font-weight: bold;
		font-size: 25px;
		border-radius: 50px;
		text-align: center;
	}
}

/*new-css*/

.first-col p{
    font-style: italic;
    color: #B2B3B3;
}

.my-call {
    margin-top: 50px;
    text-align: center;
}

.my-call a{
    background: linear-gradient(to left,#00BE96,#00BEFF);
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 24px;
    font-weight: 700;
    color: #fff !important;
    font-style: italic;
}


.line{
    height: 500px;
    border: 1px dashed #B2B3B3;
    /* text-align: center; */
    width: fit-content;
    margin: auto;
}

.center-col h3{
    font-weight: 600;
    font-size: 32px;
}

.first-col {
    width: auto;
    max-width: 480px;
}

.center-col {
    position: absolute;
    left: 48%;
}

@media only screen and (max-width: 791px) {
  .center-col {
    display: none;
  }
}



/*.first-col{*/
/*    width: auto;*/
/*    max-width: 450px;*/
/*}*/
