.dialog-content{
	background-image: url("images/feedback_bg.webp");
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	padding-top: 65px;
	padding-bottom: 65px;
	padding-left: 100px;
	padding-right: 100px;
	border-radius: 10px;
}

.dialog-content h1{
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 30px;
}

input[type=text] {
	color: #9A9A9A;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 5px;
	border: 1px solid #9A9A9A;
	padding: 14px;
	width: 100%;
	margin-bottom: 10px;
}

input[type=text]:focus-visible {
	color: #000;
	border: 1px solid #00BE00;
	outline: 0px solid #00BE00;
}

input[type=text]:focus {
	color: #000;
	border: 1px solid #00BE00;
	outline: 0px solid #00BE00;
}

.dialog-content .form_container{
	width: 100%;
	height: auto;
	margin: auto;
	min-width: 475px;
}

.dialog-content .form_row{
	width: 100%;
	height: auto;
	margin: auto;
}

.feedback_send{
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border: none;
	border-radius: 5px;
	background: #00BE00;
	padding: 14px;
	width: 49%;
	margin-right: 2px;
	cursor: pointer;
	vertical-align:middle
}

.feedback_whatsapp{
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border: none;
	border-radius: 5px;
	padding: 0px;
	background: #F0F0F0;
	width: 49%;
	cursor: pointer;
	padding: 8px;
	vertical-align:middle
}

.feedback_span{

}

.whatsapp_icon{
	height: 30px;
	width: 30px;
	vertical-align:middle;
	margin-right: 5px;
}

@media only screen and (max-width: 700px){
	.dialog-content{
		background-image: url("images/2feedback_bg_mob.webp");
		background-repeat: no-repeat;
		background-size: cover;
		margin: 0;
		padding-top: 44px;
		padding-bottom: 40px;
		padding-left: 20px;
		padding-right: 20px;
		border-radius: 10px;
		width: 90%;
		max-width: 400px;
	}
	.dialog-content h1{
		color: #000;
		text-align: center;
		font-family: Montserrat;
		font-size: 13px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		margin-top: 0;
		margin-bottom: 14px;
	}
	input[type=text] {
		color: #9A9A9A;
		font-family: Montserrat;
		font-size: 11px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		border-radius: 5px;
		border: 1px solid #9A9A9A;
		padding: 14px;
		width: 100%;
		margin-bottom: 10px;
	}
	.dialog-content .form_container{
		width: 100%;
		height: auto;
		margin: auto;
		min-width: 230px;
	}
	.dialog-content .form_row{
		width: 85%;
		height: auto;
		margin: auto;
	}
	.feedback_send{
		color: #FFF;
		text-align: center;
		font-family: Montserrat;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		border: none;
		border-radius: 5px;
		background: #00BE00;
		padding: 14px;
		width: 100%;
		margin-right: 0px;
		cursor: pointer;
		vertical-align:middle;
		margin-bottom: 10px;
	}
	.feedback_whatsapp{
		color: #000;
		text-align: center;
		font-family: Montserrat;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		border: none;
		border-radius: 5px;
		padding: 0px;
		background: #F0F0F0;
		width: 100%;
		cursor: pointer;
		padding: 8px;
		vertical-align:middle
	}
	.feedback_span{

	}
	.whatsapp_icon{
		height: 25px;
		width: 25px;
		vertical-align:middle;
		margin-right: 5px;
	}
}

@media only screen and (max-width: 284px){
	.dialog-content{
		display: none!important;
	}
}