body{
    font-family: arial;
}

a:hover{
  color: #ff7d24 !important;
}

.tm-padding-section-40{
    padding-top: 40px;
    padding-bottom: 40px;
}

.header-logo img {
  height: 65px;
}

.header-logo {
  padding: 10px 0;
}

@media (max-width: 768px) {
  .header-logo img {
    height: 60px;
  }

  .header-logo {
    padding: 7px 0;
  }
}

.tm-breadcrumb-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 395px;
  position: relative;
}

@media (max-width: 768px) {
  .tm-breadcrumb-area {
    background-size: cover;
  }
}

@media (max-width: 576px) {
  body {
    font-size: 14px !important;
  }
}

.boxStyle {
    background-color: #ffffff;
    padding: 0px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.top-heading {
    background: #3f51b5;
    color: #FFF;
    padding: 15px;
    border-radius: 5px;
    font-size: 1.5rem
}

.font-16{
  font-size: 16px;
}