.raleway-body {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin: 0;
}

.pricingpage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  overflow-x: hidden;
}

.pricingbody {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: relative;
}

.highlight {
  position: absolute;
  height: 5px;
  width: 90%;
  background: #094DAC;
  bottom: 0;
  left: 5%;
  margin-right: 18px;
}

.active {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  color: #094DAC;
  font-weight: 600;
}

.topbar {
  display: flex;
  background-color: #FFFFFF;
  width: 100%;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 2;
}

.topbar:hover {
  opacity: 1;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo-image {
  width: 260px;
  height: 60px;
}

.logo span {
  width: 270px;
  font-size: 14px;
  padding-left: 30px;
}

.sections {
  margin-right: 100px;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sections a {
  margin-right: 20px;
}

.sections .head {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  color: black;
  cursor: pointer;
}

.sections .head::before {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: black;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.sections .head::after {
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: black;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.sections .head:hover::before, .head:hover::after {
  width: 100%;
}

.footbar {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 180px;
  background-color: #000000ca;
  font-size: 14px;
  bottom: 0;
}

.bizsafe {
  position: absolute;
  color: white;
  bottom: 0;
  right: 0;
  margin: 20px 60px 60px 20px;
}

.bizsafe-size {
  width: 140px;
  height: 70px;
}

.copyright {
  position: absolute;
  color: white;
  bottom: 0;
  right: 0;
  margin: 20px;
}

.address {
  display: flex;
  padding: 5px;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 10px 10px 20px 20px;
  color: white;
}

.email {
  color: gold;
  text-decoration: underline;
  cursor: pointer;
}

.email:hover {
  color: rgba(255, 217, 0, 0.847);
}

.email-special {
  color: rgb(167, 143, 5);
  text-decoration: underline;
  cursor: pointer;
}

.email-special:hover {
  color: rgba(202, 173, 5, 0.782);
}

/** screen responsiveness **/
@media only screen and (min-width: 300px) and (max-width: 360px) {

  .sections {
    margin-right: 20px;
  }

  .sections .head {
    font-size: 8px;
  }

  .sections a {
    margin-right: 2px;
  }

  .active {
    font-size: 8px;
  }

  .logo img {
    width: 110px;
    height: 30px;
  }

  .logo span {
    width: 110px;
    font-size: 8px;
    padding-left: 8px;
  }

  .pricingbody {
    font-size: 11px;
    align-items: flex-start;
    width: 80%;
    max-width: 80%;
  }
}

@media only screen and (min-width: 361px) and (max-width: 400px) {
  
  .sections {
    margin-right: 20px;
  }

  .sections .head {
    font-size: 8px;
  }

  .sections a {
    margin-right: 2px;
  }

  .active {
    font-size: 8px;
  }

  .logo img {
    width: 110px;
    height: 30px;
  }

  .logo span {
    width: 110px;
    font-size: 8px;
    padding-left: 8px;
  }

  .pricingbody {
    font-size: 13px;
    align-items: flex-start;
    width: 88%;
    max-width: 88%;
  }
}

@media only screen and (min-width: 401px) and (max-width: 500px) {

  .sections {
    margin-right: 20px;
  }

  .sections .head {
    font-size: 10px;
  }

  .sections a {
    margin-right: 2px;
  }

  .active {
    font-size: 10px;
  }

  .logo img {
    width: 110px;
    height: 30px;
  }

  .logo span {
    width: 110px;
    font-size: 8px;
    padding-left: 8px;
  }

  .pricingbody {
    font-size: 13px;
    align-items: flex-start;
    width: 88%;
    max-width: 88%;
  }
}

@media only screen and (min-width: 501px) and (max-width: 600px) {

  .sections {
    margin-right: 20px;
  }

  .sections .head {
    font-size: 10px;
  }

  .sections a {
    margin-right: 2px;
  }

  .active {
    font-size: 10px;
  }

  .logo img {
    width: 150px;
    height: 40px;
  }

  .logo span {
    width: 140px;
    font-size: 10px;
    padding-left: 8px;
  }

  .pricingbody {
    font-size: 9px;
    align-items: center;
    margin-top: 80px;
    width: 88%;
    max-width: 88%;
  }

}

@media only screen and (min-width: 601px) and (max-width: 700px) {

  .sections {
    margin-right: 20px;
  }

  .sections .head {
    font-size: 10px;
  }

  .sections a {
    margin-right: 2px;
  }

  .active {
    font-size: 10px;
  }

  .logo img {
    width: 150px;
    height: 40px;
  }

  .logo span {
    width: 160px;
    font-size: 11px;
    padding-left: 20px;
  }

  .pricingbody {
    font-size: 11px;
    align-items: center;
    margin-top: 80px;
    width: 88%;
    max-width: 88%;
  }

}

@media only screen and (min-width: 701px) and (max-width: 760px) {

  .sections {
    margin-right: 20px;
  }

  .sections .head {
    font-size: 10px;
  }

  .sections a {
    margin-right: 2px;
  }

  .active {
    font-size: 10px;
  }

  .logo img {
    width: 240px;
    height: 50px;
  }

  .logo span {
    width: 240px;
    font-size: 12px;
    padding-left: 25px;
  }

  .pricingbody {
    font-size: 11px;
    align-items: center;
    margin-top: 80px;
    width: 88%;
    max-width: 88%;
  }
}

@media only screen and (min-width: 761px) and (max-width: 900px) {

  .sections {
    margin-right: 20px;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sections .head {
    font-size: 12px;
  }

  .active {
    font-size: 12px;
    padding: 10px 20px;
  }

  .logo img {
    width: 240px;
    height: 50px;
  }

  .logo span {
    width: 240px;
    font-size: 12px;
    padding-left: 25px;
  }

  .pricingbody {
    font-size: 16px;
    align-items: center;
    margin-top: 80px;
    width: 88%;
    max-width: 88%;
  }
}


@media only screen and (min-width: 901px) and (max-width: 979px) {

  .sections {
    margin-right: 20px;
  }

  .sections .head {
    font-size: 15px;
  }

  .sections a {
    margin-right: 12px;
  }

  .active {
    font-size: 15px;
  }

  .logo img {
    width: 180px;
    height: 50px;
  }

  .logo span {
    width: 180px;
    font-size: 13px;
    padding-left: 15px;
  }

  .pricingbody {
    font-size: 13px;
    align-items: center;
    width: 80%;
    max-width: 80%;
  }
}

@media only screen and (min-width: 980px) and (max-width: 999px) {

  .sections {
    margin-right: 20px;
  }

  .sections .head {
    font-size: 15px;
  }

  .sections a {
    margin-right: 12px;
  }

  .active {
    font-size: 15px;
  }

  .logo img {
    width: 180px;
    height: 50px;
  }

  .logo span {
    width: 180px;
    font-size: 13px;
    padding-left: 15px;
  }

  .pricingbody {
    font-size: 18px;
    align-items: center;
    height: 100%;
    width: 88%;
    max-width: 88%;
  }
}

@media only screen and (min-width: 300px) and (max-width: 360px) {

  .pricingbody {
    font-size: 16px;
    align-items: center;
    margin-top: 80px;
    width: 88%;
    max-width: 88%;
    display: flex;
    min-height: 90vh;
    overflow: hidden;
  } 

  .footbar {
    display: flex;
    flex-direction: column;
    position: sticky;
    bottom: 0;
  }

  .address {
    padding: 0;
    margin: 5px;
    width: 100%;
    font-size: 9px;
    top: 0;
    left: 0;
  }

  .copyright {
    font-size: 9px;
    bottom: 0;
    left: 0;
    margin: 5px;
    padding: 0;
  }

  .bizsafe {
    position: absolute;
    color: white;
    bottom: 0;
    right: 0;
    margin: 20px 10px 40px 20px;
  }
  
  .bizsafe-size {
    width: 100px;
    height: 50px;
  }
}

@media only screen and (min-width: 361px) and (max-width: 400px) {

  .pricingbody {
    font-size: 16px;
    align-items: center;
    margin-top: 80px;
    width: 88%;
    max-width: 88%;
    display: flex;
    min-height: 90vh;
    overflow: hidden;
  } 

  .footbar {
    display: flex;
    flex-direction: column;
    position: sticky;
    bottom: 0;
  }


  .address {
    padding: 0;
    margin: 5px;
    width: 100%;
    font-size: 10px;
    top: 0;
    left: 0;
  }

  .copyright {
    font-size: 10px;
    bottom: 0;
    left: 0;
    margin: 5px;
    padding: 0;
  }

  .bizsafe {
    position: absolute;
    color: white;
    bottom: 0;
    right: 0;
    margin: 20px 10px 40px 20px;
  }
  
  .bizsafe-size {
    width: 100px;
    height: 50px;
  }
}

@media only screen and (min-width: 401px) and (max-width: 500px) {

  .pricingbody {
    font-size: 16px;
    align-items: center;
    margin-top: 80px;
    width: 88%;
    max-width: 88%;
    display: flex;
    min-height: 90vh;
    overflow: hidden;
  } 

  .footbar {
    display: flex;
    flex-direction: column;
    position: sticky;
    bottom: 0;
  }

  .address {
    padding: 0;
    margin: 5px;
    width: 100%;
    font-size: 11px;
    top: 0;
    left: 0;
  }

  .copyright {
    font-size: 11px;
    bottom: 0;
    left: 0;
    margin: 5px;
    padding: 0;
  }

  .bizsafe {
    position: absolute;
    color: white;
    bottom: 0;
    right: 0;
    margin: 20px 10px 40px 20px;
  }
  
  .bizsafe-size {
    width: 100px;
    height: 50px;
  }
}


@media only screen and (min-width: 501px) and (max-width: 600px) {

  .pricingbody {
    font-size: 16px;
    align-items: center;
    margin-top: 80px;
    width: 88%;
    max-width: 88%;
    display: flex;
    min-height: 90vh;
    overflow: hidden;
  } 

  .footbar {
    display: flex;
    flex-direction: column;
    position: sticky;
    bottom: 0;
  }

  .address {
    padding: 0;
    margin: 5px;
    width: 100%;
    font-size: 11px;
    top: 0;
    left: 0;
  }

  .copyright {
    font-size: 11px;
    bottom: 0;
    left: 0;
    margin: 5px;
    padding: 0;
  }

  .bizsafe {
    position: absolute;
    color: white;
    bottom: 0;
    right: 0;
    margin: 20px 10px 40px 20px;
  }
  
  .bizsafe-size {
    width: 100px;
    height: 50px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 700px) {

  .pricingbody {
    font-size: 16px;
    align-items: center;
    margin-top: 80px;
    width: 88%;
    max-width: 88%;
    display: flex;
    min-height: 90vh;
    overflow: hidden;
  } 

  .footbar {
    display: flex;
    flex-direction: column;
    position: sticky;
    bottom: 0;
  }

  .address {
    padding: 0;
    margin: 5px;
    width: 100%;
    font-size: 11px;
    top: 0;
    left: 0;
  }

  .copyright {
    font-size: 11px;
    bottom: 0;
    left: 0;
    margin: 5px;
    padding: 0;
  }

  .bizsafe {
    position: absolute;
    color: white;
    bottom: 0;
    right: 0;
    margin: 20px 10px 40px 20px;
  }
  
  .bizsafe-size {
    width: 100px;
    height: 50px;
  }
}

@media only screen and (min-width: 701px) and (max-width: 900px) {

  .pricingbody {
    font-size: 16px;
    align-items: center;
    margin-top: 80px;
    width: 88%;
    max-width: 88%;
    display: flex;
    min-height: 90vh;
    overflow: hidden;
  } 

  .footbar {
    height: 130px;
    position: sticky;
    bottom: 0;
  }

  .address {
    padding: 0;
    margin: 5px;
    width: 100%;
    font-size: 11px;
    bottom: 0;
    left: 0;
  }

  .copyright {
    font-size: 11px;
    bottom: 0;
    right: 0;
    margin: 5px;
    padding: 0;
  }

  .bizsafe {
    position: absolute;
    color: white;
    bottom: 0;
    right: 0;
    margin: 20px 10px 40px 20px;
  }
  
  .bizsafe-size {
    width: 100px;
    height: 50px;
  }
}

@media only screen and (min-width: 901px) and (max-width: 999px) {

  .pricingbody {
    font-size: 16px;
    align-items: center;
    margin-top: 80px;
    width: 88%;
    max-width: 88%;
    display: flex;
    min-height: 90vh;
    overflow: hidden;
  } 

  .footbar {
    height: 130px;
    position: sticky;
    bottom: 0;
  }

  .address {
    padding: 0;
    margin: 5px;
    width: 100%;
    font-size: 12px;
    bottom: 0;
    left: 0;
  }

  .copyright {
    font-size: 12px;
    bottom: 0;
    right: 0;
    margin: 5px;
    padding: 0;
  }

  .bizsafe {
    position: absolute;
    color: white;
    bottom: 0;
    right: 0;
    margin: 20px 10px 40px 20px;
  }
  
  .bizsafe-size {
    width: 140px;
    height: 60px;
  }

}