@font-face {
  font-family: "SutonnyMJ";
  src: url("/assets/fonts/SutonnyMJ.ttf") format("truetype");
}

@font-face {
  font-family: "SolaimanLipi";
  src: url("/assets/fonts/SolaimanLipi_29-05-06.ttf") format("truetype");
}
body {
    font-family: SolaimanLipi,Roboto,Helvetica,Arial,sans-serif;
    margin: 0;
    font-size: 16px;
    color: #333;
    background-color: #e3e6e3;
}
.h1, h1 {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}
.h2, h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}
.h3, h3{
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}
@media (max-width: 767px){
    .h1, h1{
     font-size: 18px;
    }
    .h2, h2{
     font-size: 18px;
    }
    .h3, h3{
     font-size: 18px;
    }
    .hide-mobile{
     display: none;
    }
}
.body-top {
    margin: 0;
    border-top: 5px solid #009688;
}
.logo{
    padding: 15px;
    background: #fff;
}
.navscroll {
    justify-content: center;
    border-bottom: 1px solid #e6e6e6;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
}
.navbar {
    padding: 0 1rem;
}
.navbar-brand {
    color: #fff;
    height: 40px;
    width: 40px;
    padding: 8px;
    margin-right: 0;
}
.fa-home{
    font-size: 26px;
}
.navbar-nav {
   font-weight: 600; 
}
.main-menu a:hover {
    background-color: #046FC6;
}
.header-pd{
    padding-right: 0px;
    padding-left: 0px;
}
.main-menu{
    position: relative;
    background-color: #0A8DFA;
    box-shadow: 0 2px 4px #bdddff;
    min-height: 35px;
}
@media (min-width: 992px){
    .main-content-body{
     margin: 15px;
    }
}
.card-header{
    margin-top: 7px;
    padding: 7px;
}
.card-body{
    padding: 10px 0 0 0;  
}
.bg{
    background: #fff;
}
.bg-main-content{
    background: #fff;
    padding: 10px;
}
.bd-bottom {
    margin-bottom: 15px;
}
.main-container{
	padding: 15px;
}
.top-header-ads{
    margin-top: 7px;
}
.right-sidebar{
    margin-top: 15px;
}
.sticky-top {
    top: 10px;
    margin-bottom: 10px;
}
.faq{
    line-height: 1.6;
    font-weight: 400;
    border: 1px solid #8a6d3b;
    padding: 5px;
    margin-bottom: 10px;
    background: #d9edf7;
}
/* footer */
.footer {
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    text-align: center;
    color: #CCC;
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
}