/* General css rules */
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  font: normal normal normal 16px/24px Open Sans;
  opacity: 1;
  color: #333;
}
ul,
li {
  text-decoration: none;
}
.boi-lite .img-bg {
  background: url(../images/IllustrationServerDown.svg) no-repeat;
  background-size: contain;
  height: 100%;
}
.boi-lite-top {
  box-shadow: 0px 3px 10px #0000000f;
}
.boi-lite-top .boi-lite-logo img {
  width: 10%;
}
.boi-lite-header .heading {
  color: #0077c4;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
}
.boi-lite-internetLinks li,
.boi-lite-onlineLinks li {
  line-height: 2;
}
.boi-lite-internetLinks a,
.boi-lite-onlineLinks a {
  font-size: 14px;
}
.boi-lite-footer {
  background-color: #0077c4;
  color: #fff;
}
.boi-lite-footer .footer-heading {
  font: normal normal bold 24px/32px Montserrat;
}
.boi-lite-footer .address,
.boi-lite-footer .telephone a {
  font-size: 14px;
  line-height: 2;
}


.topheader {
  background: white;
  height: 104px;
  box-shadow: 0px 3px 10px #0000000F;
  position: relative;
}

a{
  cursor: pointer !important;
}

.headingcolor {
  font: normal normal bold 18px/32px Open Sans;
  letter-spacing: 0px;
  color: #737373;
  opacity: 1;
}

.bigheadingsection {
  font: normal normal bold 20px Open Sans;
  letter-spacing: 0.09px;
  color: #737373;
  opacity: 1;
}

a.footerSocialIcons {
  line-height: normal;
  margin-right: 0;
  border: 1px solid white;
  padding-bottom: 8px;
    padding-top: 5px;
    padding-left: 6px;
    padding-right: 6px;
  border-radius: 50%;
  /* height: 20px !important; */
  /* width: 103px; */
}
a.footerSocialIcons:hover {
  background: #f6821e;
  border: 1px solid #c95d00;
}