@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
html body {
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	margin: 0 0 20px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.banner, .wrapper {
	width: 100%;
	float: left;
	overflow: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
.main-header {
	width: 100%;
	float: left;
	background: #ffffff;
}
.main-header .topbar {
	background: #229145;
}
.topbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.topbar ul li {
	color: #fff;
	margin-right: 20px;
	font-size: 16px;
	font-weight: 300;
	display: inline-block;
	line-height: 36px;
}
.topbar ul li a {
	color: #fff;
}
.navrow {
	padding: 5px 0;
}
.topbar ul li i {
	margin-right: 5px;
}
.navrow .navbar {
	padding: 28px 0 0;
}
.navrow a {
	font-size: 15px;
	color: #064591;
	text-transform: uppercase;
}
.navbar li a{
    font-size: 15px;
    color: #064591 !important;
    text-transform: uppercase;
}
.awami-payment-form {
	width: 100%;
	float: left;
	padding: 0;
	background-color: #1d2c55;
}
.select-city, .awami-payment-form ul {
	margin: 0 0 20px;
	padding: 30px;
	list-style: none;
	border: 1px solid #1c1c1c;
	border-radius: 5px;
	background-color: #fff;
}
.awami-payment-form label{
	padding: 0 10px;
}
.select-city ul {
	margin: 0 0 10px;
	padding: 0px;
	border: 0px;
	border-radius: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul li {
	font-family: 'Roboto', sans-serif;
}
em {
	font-size: 11px;
	color: red;
}
.plot-box {
	border: 1px solid #f1f1f1 !important;
	padding: 0;
	width: 100%;
	float: left;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.plot-box:hover {
    transform: scale(1.05, 1.05);
    border: 1px solid #229145 !important;
    box-shadow: 0 5px 5px rgba(0,0,0,.10);
}
ul.plot-box label {
	background: #229145;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 15px;
	margin: 0;
	min-height: 90px;
}
.plot-box.color-2 label {
	background: #229145;
}
.plot-box.color-3 label {
	background: #229145;
}
li.hl {
	background: #f1f1f1;
}
ul.plot-box li:first-child {
	padding: 0px;
}
ul.plot-box li {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 15px;
	line-height: 34px;
	padding: 0 12px;
}
ul.plot-box li strong {
	float: right;
}
.awami-payment-form .form-control {
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 30px;
	border: 1px solid #ccc;
	border-radius: 0;
    padding: 0 10px;
}
.awami-payment-form .form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: none;
}
.footer {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
    background: #1d2c55;
    border-top: 1px solid #fff;
}
.awami-payment-form h2 {
	font-size: 24px;
}
.sub-banner {
	color: #fff;
	width: 100%;
	float: left;
	padding: 10px 0 0;
	background-color: #1d2c55;
	text-align: center;
}
.sub-banner .main-title {
	text-align: center;
}
em {
	font-size: 11px;
	color: red;
	display: none;
}
.sub-banner .main-title {
	text-align: center;
	border-bottom: 2px solid #fff;
	display: inline-block;
	color: #fff;
	font-size: 44px;
}
.sub-banner strong {
	background: #064591;
	display: inline-block;
	padding: 7px 25px;
	color: #fff;
}
.pay-mcb h3{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    color: #706f6f;
    text-transform: capitalize;
}
.online-heading {
    float: right;
}
label#pull-right {
    padding-right: 20px;
}
.copyright p{
	color: #064591;
    font-size: 14px;
}
.logo img {
    width: 100px;
    margin: 0 auto;
    display: block;
}
.sub-banner img {
    width: 220px;
    height: 160px;
}
@media only screen and (max-width: 991px) {
  /* For mobile phones: */
  .navbar-toggler {
    color: #fff;
    background-color: #064591;
	}
}
@media only screen and (max-width: 768px) {
    nav#navbar {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
 }
 .sub-banner .main-title {
     font-size: 20px;
 }
 .awami-payment-form h2{
     font-size: 16px;
 }
 .online-heading{
     float: none;
 }
 .select-city, .awami-payment-form ul{
     padding: 0;
 }
 .awami-payment-form label{
   padding: 0;
   margin: 0;
 }
 .awami-payment-form .form-control{
     margin-bottom: 10px;
     height: 44px;
     line-height: 44px;
 }
}