.scrol {
  width: 1100px;
  height: 400px;
  overflow: auto;
}

.scrol::-webkit-scrollbar {
  width: 5px !important;
}

/* Track */
.scrol::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #f6f6f6 !important;
  border-radius: 5px !important;
}

/* Handle */
.scrol::-webkit-scrollbar-thumb {
  background: #45494c !important;
  border-radius: 4px !important;
}

/* Handle on hover */
.scrol::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
.scroll {
  /* width: 1100px; */
  height: 150px;
  overflow: auto;
}

.scroll::-webkit-scrollbar {
  width: 5px !important;
}

/* Track */
.scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #f6f6f6 !important;
  border-radius: 5px !important;
}

/* Handle */
.scroll::-webkit-scrollbar-thumb {
  background: #45494c !important;
  border-radius: 4px !important;
}

/* Handle on hover */
.scroll::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
.btn-read {
  background: #283369 0% 0% no-repeat padding-box;
  border-radius: 20px 0px 20px 20px;
  opacity: 1;
  text-align: center;
  color: #fff;
  display: inline-block;
  width: 50%;
  padding: 10px;
}
@media (min-width: 200px) and (max-width: 992px) {
  .navbar-custom {
    background:#fff !important;
  }
}
.bg-home2 {
  position: relative;
  background-image: url(../images/mb.png);
  background-repeat: no-repeat;
  background-size: 85% 80%;
  height: 610px;
  z-index: 10;
  padding: 130px 0px 70px 0px;
}
.side-mobile {
  margin-top: 3rem;
}
.heev-m {
  text-align: center;
  font-family: "Montserrat-Bold";
  font-size: 28px;
  letter-spacing: 0px;
  color: #283369;
  opacity: 1;
}
.side-mobile {
  position: relative;
  left: 50px;
  top: 80px;
}
@media only screen and (max-width: 720px) and (min-width: 540px)
{
.side-mobile{ position:relative;left:0px!important;top:0px !important;margin-top:0rem !important;}}
