@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Philosopher:wght@400;700&display=swap');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

body {
  font-family: 'Lato',
    sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 22px;
  background: #FAFAFA;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0px;
  padding: 0px;
}

* {
  margin: 0px;
  padding: 0px;
}

img {
  max-width: 100%;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-15 {
  margin-left: 25px;
}

.w-25 {
  width: 25%;
}

.w-35 {
  width: 35%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-92 {
  width: 92%;
}

.w-100 {
  width: 100%;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.maincontent {
  background: #fff;
  padding: 40px 50px;
  border-radius: 5px;
  box-shadow: 0px 4px 5px #eee;
  overflow: hidden;
  margin-bottom: 40px;
}

.maincontent .payamt {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0px;
  font-weight: 600;
  color: #555;
}

.maincontent h2 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  margin: 10px 0px 40px 0px;

}

.maincontent h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0px 15px 0px;

}

.form-control {
  height: 40px;
}

.form-group {
  margin-bottom: 25px;
}

.btnPay {
  position: relative;
  width: 100%;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px 0 rgb(141 141 141 / 20%);
  line-height: 50px;
  border: 1px solid #00a300;
  background: #00a300;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 15px 0px;
  align-items: center;
}

.btnPay img {
  margin-right: 5px;
}

.btnPay:hover {
  color: #fff;
  background: #028502;
  border: 1px solid #00a300;
}

.btnPay:focus {
  color: #fff;
  background: #028502;
  border: 1px solid #00a300;
}

.masterCard {
  text-align: center;
}

.masterCard img {
  width: 120px;
  margin-top: 5px;
}

.masterCard p {
  padding-top: 20px;
  color: #666;
}



.contentright {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 4px 5px #eee;
  -webkit-box-shadow: 0px 4px 5px #eee;
  overflow: hidden;
  margin-bottom: 20px;


}

.logo h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;

}

.invoiceTable tr td {
  padding: 6px 0px !important;
  border: none !important;
}


.contentright h4 {
  border-top: 4px solid #eee;
  border-bottom: 4px solid #eee;
  padding: 20px 0px;
  font-weight: 600;
  font-size: 16px;

}

.contentright h4 span {
  float: right;

}


.merchant h5 {
  padding: 0px;
  font-weight: 600;
  font-size: 18px;
}

.merchant p {
  font-size: 15px;
}

.merchant p a {
  color: #333;
}

.viewBtn {
  border: 2px solid #333;
  padding: 4px 15px;
  display: inline-block;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 5px;

}

.fl {
  float: left;
}

.fr {
  float: right;
}

.download ul {
  float: right;

}

.download ul li {
  display: inline-block;
  margin: 7px;
  cursor: pointer;
}


.contentHeadtop h3 {
  margin: 0px 0px 20px 0px;
  font-weight: 600;
  font-size: 20px;
}

.contentInvoice {
  background: #fff;
  padding: 0px;
  border-radius: 5px;
  box-shadow: 0px 4px 5px #eee;
  -webkit-box-shadow: 0px 4px 5px #eee;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #eee;
}

.downloadInv {
  float: right;
  font-weight: 600;
  font-size: 17px;
}

.contentHead {
  background: #f5f7fa;
  padding: 30px;
}

.contentHead h4 {
  font-weight: 600;
}



.contentHead p {
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 24px;
}



.contactTxt {
  background: #f4f4f4;
  padding: 15px 30px 10px;
}

.contactTxt ul li {
  display: inline-block;
  margin-right: 30px;
}

.contactTxt ul li img {
  width: 18px;
  margin-right: 5px;
}

.contactTxt ul li a {
  color: #333;
  vertical-align: middle;
  display: flex;
}

.contentTxt {
  padding: 30px;
}

.contentTxt h4 {
  font-size: 18px;

}

.contentTxt h5 {
  font-size: 18px;
  font-weight: 600;
}

.contentTxt p {
  line-height: 28px;
}

.table {
  margin-top: 20px;
}

.table h5 {
  margin-top: 0px;
}

.font-w700 {
  font-weight: 700;
  font-size: 18px;
}

.overdue h3 {
  font-size: 28px;
  font-weight: 600;

}

.overdue h5 {
  color: #ff9600;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  float: right;
  display: flex;
  vertical-align: middle;


}

.overdue h5 img {
  margin-right: 5px;
}

.contentamt {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 4px 5px #eee;
  -webkit-box-shadow: 0px 4px 5px #eee;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #eee;


}

.contentamt h5 {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #eee;
  padding-bottom: 15px;
}

.contentamt h5 span {
  float: right;
  font-size: 20px;
}

.contentamt .amtbtn {
  position: relative;
  width: 100%;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px 0 rgb(141 141 141 / 20%);
  line-height: 45px;
  border: 1px solid #0070ba;
  background: #0070ba;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 20px 0px;
  align-items: center;
}

.contentamt .vistaCard {
  text-align: center;
  margin: 0px auto;
}

.table th{
	background:#eee;
	font-size:18px;
}
.helping p{
	text-align:center;
	font-size:13px;
	margin:0px;
	padding:0px;
	color:#555;
}

@media only screen and (max-width: 768px) {
  .maincontent {
    padding: 20px;
  }

  .maincontent h2 {
    font-size: 28px;
  }

}