.modal-body {
	min-height: 342px !important;
}
.modal-body-alert {
	min-height: 200px !important;
	border: solid #2973b8 5px;
}
.dotted {
	border: dotted #000000 1px;
}
table {
	border-collapse: separate;
	/*border-spacing: 3px;*/
	border-spacing: 0px;
}
.text_feaild {
	height: 37px;
}
.heading {
	font-weight: bold;
}
.text_blue  {color:#2973b8;}
.text_blck  {color:#1f2223;}
.text_white  {color:#FFF;}

.bg_blue{background-color:#2973b8;}
.bg_gray{background-color:#7f7f7f;}

#error_popup
{
	z-index:99999;
}

#coupon
{
	z-index:999999999;
}



	
	/* Add media queries for smaller screens */
@media screen and (max-width:1000px) {
.col-md-3 {
	width: 25% !important;
	float: left;
}
.col-md-12 {
	width: 100%
}
}
 @media screen and (max-width: 550px) {
.col-md-3 {
	width: 50% !important;
	float: left;
}
.col-md-12 {
	width: 100%
}
}
 @media screen and (max-width: 420px) {
.col-md-3 {
	width: 50% !important;
	float: left;
}
.col-md-12 {
	width: 100%
}
}
 @media screen and (max-width: 290px) {
.col-md-3 {
	width: 50%
}
.col-md-12 {
	width: 100%
}
}
