@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .myfive {
    margin-right: 150px !important;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1400px !important;
  }
}

@media only screen and (max-width: 425px) {
  .insl2 {
    height: 145px !important;
  }
}

.header-top-bar-new {
  padding: 0px 0 !important;
  background-color: #ffffff !important;
  border-bottom: 1px solid #ddd7d7a3;
}

.header-style-2 .header-top .header-info li i {
  color: #fff !important;
}

.header-style-2 .header-top .header-info li a {
  color: #000 !important;
  font-size: 16px;
  text-decoration: none;
}

.hli {
  background-color: #0c336c !important;
  color: #000 !important;
  padding: 5px;
  padding-right: 5px !important;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
}
