@font-face {
  font-family: 'VAG-Rounded-Std-Black_47296';
  src: url('VAG-Rounded-Std-Black_47296.eot');
  src: url('VAG-Rounded-Std-Black_47296.eot?#iefix') format('embedded-opentype'),
       url('VAG-Rounded-Std-Black_47296.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

 @font-face {
  font-family: 'VAGRoundedStd-Black';
  src: url('VAGRoundedStd-Black.svg#VAGRoundedStd-Black') format('svg'),
       url('VAGRoundedStd-Black.ttf') format('truetype'),
       url('VAGRoundedStd-Black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
    overflow-x: hidden;
    font-family:"VAG Rounded Std Light", "VAG Rounded Std Thin"/* 'VAG-Rounded-Std-Black_47296', sans-serif*/ !important;
}
#divMPG .main_image {
    padding-bottom: 0px;
}

#divMPG .main_image img {
    width: 100%;
    padding: 11px 0px;
}

#divMPG .row .col-md-5 {
	width:45%;
	}

#divMPG .row .col-md-7 {
	width:55%;
	}

#divMPG .card {
	display: block !important;
	position: relative !important;
	width: 88% !important;
	margin: 1rem auto;
	border: none !important;
	text-align: center !important;
}

#divMPG #heading{
	font-size:24px;
	margin: 30px 0px;
    font-weight: bold;
	}

#divMPG .box-size{
	width:250px;
	border:2px solid #999;
	/*display:inline-block !important;*/
    float: left;
	text-align:center;
	padding:10px;
	border-radius:20px;
	margin:10px 20px;
	}

#divMPG .box-size:hover{
	border:2px solid var(--indus-blue);
	box-shadow: 0px 0px 8px 2px #888888;
	}	

#divMPG .body_text {
	font-size:16px;
	font-weight:bold;
	margin:5px 0px 10px 0px;
	}

#divMPG .btn {
	background-color:var(--indus-blue) !important;
	color:#fff !important;
	padding:10px !important;
	width:150px !important;
	border-radius:5px !important;
	vertical-align:middle !important;
	font-size:16px !important;
	font-weight:bold !important;
	margin:20px auto !important;
	}

#divMPG .btn:hover {
	background-color:#adadad !important;
	color:#fff !important;
	cursor:pointer;
	}

#divMPG a {
	text-decoration:none;
	}

#PayPreLoader.fade {
    opacity: 0.6 !important;
}
#PayPreLoader.fade� {
    opacity: 0.6 !important;
    background-color: unset;
}
#PayPreLoader {
    background-color: white !important;
}			
#PayPreLoaderModel {
    top: 200px !important;
    width: 225px !important;
    margin: 20px auto !important;
    text-align: center !important;
}			
@media only screen and (min-width: 300px) and (max-width: 700px)
{
#divMPG.main .card {width: 100% !important}
#divMPG .box-size {margin:20px auto !important;float: inherit !important;}

}		
@media (min-width: 1200px)
{
#divMPG .container {width:1000px}
}