	#booking-toast .modal-content {
		width: 929px;
		height: 379px;
	}

	#contact-toast .modal-content {
		width: 929px;
		height: 379px;
	}

	.modal {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background-color: rgba(0,0,0,0.4);
		z-index: 99999999;
		margin: auto!important;
	}

	.modal-content {
		background-color: #fefefe;
		margin: 15% auto;
		padding: 90px 124px;
		border-radius: 5px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
    box-shadow: 0 0 14.4px 0px #000000;
	}

	.modal-content h1 {
		font-family: Montserrat;
		font-weight: 600;
		font-size: 40px;
		line-height: 45.6px;
		letter-spacing: 0%;
		text-align: center;
		color: #101010;
		width: 402px;
	}

	.modal-content p {
		font-family: Montserrat;
		font-weight: 400;
		font-size: 18px;
		line-height: 25.74px;
		letter-spacing: 0%;
		text-align: center;
		color: #303030;
		margin: 16px 0px 25px 0px;
		width: 680px;
		height: 56px!important;
	}

	.modal-content .close {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #FFB400;
		width: 164px;
		height: 52px!important;
		border-radius: 30px;
		font-family: Montserrat;
		font-weight: 500;
		font-size: 18px;
		line-height: 28.6px;
		letter-spacing: 0%;
		cursor: pointer;
		color: #FFFFFF;
	}