.modal-body {

}
.modal-content {
  background: #ffffff;
}
.modal-h1 {
  width: 100%;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  font-family: Roboto;
  margin-top: 20px !important;
}
.modal-video {
  margin-top: 20px;
  border-radius: 5px;
}

.modal-para {
  padding: 30px 150px 0px 150px;
}

.modal-content .contact-details-card {
  margin-left: 120px;
  margin-bottom: 56px;
}
@media only screen and (min-width: 2000px) {
	.modal.show .modal-dialog{
		max-width: 1400px;
		top: 20vh;
	}
}
@media only screen and (min-width: 768px) and (max-width: 2000px) {
	.modal.show .modal-dialog{
		max-width: 70%;

	}
}
@media only screen and (max-width: 1024px) {
	.modal-para {
	  padding: 30px 30px 0px 30px;
	}
	.modal-content .contact-details-card {
		margin-left: 60px;
	}
}