#mobilebanner{
  display:none;
}
h1{
  font-family: Inter;
  font-weight: 500;
}
.bg-cc{
background: #0e3896;
}
.bg-footer{
	background: #dcdcff;
}
.bg-st{
background: #dcdcff;
}
#about-banner{
	height: 150px;
}
.bg-cmt{
background: #dfefed;

}
.blog-title{
  font-size: 17px;
  line-height: 24px;
  padding-top: 10px;
}
.card-panel{
	background-color: #fff;
  border: 1px solid #ddd;
  height: 87px;
  transition: all .3s;
  padding: 16px;
}
.ht{
  color: #464141;
  font-weight: 600;
}
.title-block{
  z-index: 5;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.page-title.max-820 {
  max-width: 820px;
}
.bt-green{
  background: #008570;
}
@media only screen and (max-width: 600px) {
  .blog-title{
    font-size: 17px;
    line-height: 20px;
    padding: 20px;
  }
  .testimonials .module-title h2 {
    font-size: 18px;
  }
  .banner .ld-fancy-heading h1 {
    font-size: 31px;
    padding-top: 30%;
  }
  #banner {
    background: #008570;
    display:block;
    background-image: none !important;
 
  }
  #mobilebanner{
    display:block;
    background: #abdbcd;
  }
}