html {
  overflow: hidden;
  height: 100%;
}

body {
  overflow: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.Godaddy_container {
  font-family: "Lato", sans-serif;
  cursor: default;
}

.nav__link a.active {
  position: relative;
}

.nav__link a.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(104, 104, 104);
}

.Godaddy_header {
  /* margin-top: 20px;
  padding: 15px; */
  background-color: white;
  /* margin-bottom: 50px; */
  height: 73px;
  font-family: "Work Sans", sans-serif;
}

.Godaddy_header_logo {
  padding-left: 50px;
}

.Godaddy_header_contact_us {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  padding-right: 50px;
}

.Godaddy_header_contact_us .text:hover {
  cursor: pointer;
  text-decoration: underline;
}

.chevron-down-custom-icon {
  padding-left: 10px;
  font-weight: 200;
}

.Godaddy_header_navbar {
  font-size: 16px;
  opacity: 0.6;
  display: flex;
  flex-direction: row;
  padding-right: 180px;
}

.Godaddy_header_navbar_item {
  padding-right: 20px;
  padding-top: 10px;
}

.Godaddy_header_navbar_item:hover {
  text-decoration: underline;
}

.terms_content {
  padding-top: 100px;
  margin: 0 auto;
  width: 920px;
  border: 1px solid #9f9c9c;
  border-radius: 5px;
  padding-right: 150px;
  padding-left: 150px;
  margin-bottom: 100px;
}


@media screen and (max-width:800px) {
  .terms_content {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.terms-sum-header {
  margin: 50px auto;
  padding-right: 180px;
  padding-left: 180px;
  line-height: 24px;
}

@media screen and (max-width: 800px) {
  .terms-sum-header {
    padding: 0 20px;
  }

  .terms_content {
    padding: 20px 20px;
    width: 95vw;
  }

  .terms-sum-header-h {
    line-height: 40px;
  }
}

.terms-sum-header-h {
  font-size: 36px;
  color: rgb(0, 164, 166);
  font-weight: bold;
  padding-bottom: 20px;
}

.terms-sum-header-description {
  font-size: 16px;
  font-weight: 300;
}

p {
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
}

.Godaddy_content-call-us-back {
  font-weight: 300;
  font-size: 23px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00a4a6;
  color: white;
}

.Godaddy_footer {
  padding: 30px 50px 30px 50px;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
}

.privacy-policy {
  color: rgb(9, 117, 122);
  text-decoration: underline;
}

@media (max-width: 768px) {

  .terms-sum-header,
  .terms-sum-header-h,
  .terms-sum-header-description,
  .terms_content,
  .terms_content * {
    text-align: center !important;
  }

  .terms_content {
    padding: 0 20px;
  }

  .terms_content strong {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}