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;
}

.Godaddy_header {
  background-color: #daf2e4;
  /* padding: 35px 15px 15px 15px; */
  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;
}

.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;
}

.Godaddy_content_navbar {
  padding: 30px 100px 20px 100px;
  background-color: #daf2e4;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.Godaddy_content_navbar-items {
  padding-top: 8px;
  display: flex;
  flex-direction: row;
}

.Godaddy_content_navbar-item {
  padding-right: 30px;
  font-weight: 300;
}

.Godaddy_content_navbar-item:hover {
  color: #09757a;
}

.Godaddy_content_navbar-item-1 {
  color: #09757a;
}

.Godaddy_content_navbar-button {
  background-color: black;
  color: white;
}

.Godaddy_content_navbar-button {
  border: 1px black;
  display: inline-block;
  border: none;
  padding: 10px 20px 10px 20px;
  margin: 0;
  text-decoration: none;
  background: black;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  transition: background 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.Godaddy_content_navbar-button:hover,
.Godaddy_content_navbar-button:focus {
  background: black;
}

.Godaddy_content_navbar-button:focus {
  outline: 1px solid #fff;
  outline-offset: -4px;
}

.Godaddy_content_navbar-button:active {
  transform: scale(0.99);
}

.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;
}

.nav__link a.active {
  position: relative;
}

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

/**/

.Godaddy_content-privacy {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  background-color: #daf2e4;
}

.Godaddy_content-privacy-description {
  width: 50%;
  max-width: 480px;
  height: 200px;
  padding: 150px 0px 40px 150px;
}


.Godaddy_content-privacy-description-sub-header {
  line-height: 32px;
  font-size: 26px;
  font-weight: 300;
}

.Godaddy_content-privacy-description-header {
  margin-top: 15px;
  line-height: 40px;
  font-size: 28px;
  font-weight: bold;
}
.Godaddy_content-privacy-photo {
  padding-top: 50px;
  padding-bottom: 50px;
}
.Godaddy_content-privacy-photo > img{
  width: 80%;
}

@media screen and (max-width: 800px) {
  .Godaddy_content-privacy-photo > img{
    width: 100%;
  }
  .Godaddy_content-privacy-description-sub-header {
    text-align: center;
  }
  .Godaddy_content-privacy-description-header{
    text-align: center;
  }
  .Godaddy_content-privacy-description {
    padding: 10px 20px;
    width: auto;
  }
  .Godaddy_content-privacy {
    flex-direction: column;
  }
  .Godaddy_content-privacy-description {
    height: auto;
  }
}



/**/

.Godaddy_content-collect {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  background-color: #fff;
}

.Godaddy_content-collect-description {
  max-width: 480px;
  height: 200px;
  padding: 160px 0px 100px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Godaddy_content-collect-description-header {
  font-size: 32px;
  font-weight: bold;
}

.Godaddy_content-collect-description-text {
  margin: 40px 0 40px 0;
  line-height: 24px;
  font-weight: 300;
  font-size: 16px;
}

.Godaddy_content-collect-photo {
  padding-top: 20px;
  padding-bottom: 90px;
  padding-left: 0px;
}

/*/

/**/

@media screen and (max-width: 800px) {
  .Godaddy_content-collect {
    flex-direction: column;
  }
  .Godaddy_content-collect-description {
    padding: 0 20px;
    height: auto;
  }
}
.Godaddy_content-control {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  background-color: #fff;
}

.Godaddy_content-control-description {
  max-width: 480px;
  height: 200px;
  padding: 70px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Godaddy_content-control-description-header {
  font-size: 32px;
  font-weight: bold;
}

.Godaddy_content-control-description-text {
  margin: 40px 0 40px 0;
  line-height: 24px;
  font-weight: 300;
  font-size: 16px;
}

.Godaddy_content-control-photo {
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
}

/**/

.Godaddy_content-gdpr {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  background-color: #fff;
}

.Godaddy_content-gdpr-description {
  max-width: 480px;
  height: 200px;
  padding: 160px 0px 100px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Godaddy_content-gdpr-description-header {
  font-size: 32px;
  font-weight: bold;
}

.Godaddy_content-gdpr-description-text {
  margin: 40px 0 40px 0;
  line-height: 24px;
  font-weight: 300;
  font-size: 16px;
}

.Godaddy_content-gdpr-photo {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0px;
}

/**/

.Godaddy_content-validate {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  background-color: #fff;
  margin-bottom: 50px;
}

.Godaddy_content-validate-description {
  max-width: 480px;
  height: 200px;
  padding: 10px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Godaddy_content-validate-description-header {
  font-size: 32px;
  font-weight: bold;
}

.Godaddy_content-validate-description-text {
  margin: 20px 0 40px 0;
  line-height: 24px;
  font-weight: 300;
  font-size: 16px;
}

.Godaddy_content-validate-photo {
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
}

/**/

.Godaddy_content-close {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 100px 0 100px 0;
  background: #fff url("../images/close.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}

.Godaddy_content-close-description {
  max-width: 480px;
  height: 200px;
  padding: 10px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Godaddy_content-close-description-header {
  font-size: 32px;
  font-weight: bold;
}

.Godaddy_content-close-description-text {
  margin: 20px 0 40px 0;
  line-height: 24px;
  font-weight: 300;
  font-size: 16px;
}

@media screen and (max-width: 800px) {
  .Godaddy_content_navbar-text {
    color: black;
  }
  .Godaddy_content-collect-photo > img {
    width: 300px;
    padding-left: 20px;
  }
  .Godaddy_content-control {
    flex-direction: column-reverse;
    padding: 0 20px;
    margin-top: 40px;
  }
  .Godaddy_content-control-photo > img {
    width: 300px;
  }
  .Godaddy_content-control-description {
    padding: 0 20px;
  }
  .Godaddy_content-gdpr {
    flex-direction: column;
    padding: 0 20px;
    margin-top: 40px;
  }
  .Godaddy_content-gdpr-photo {
    padding-bottom: 40px;
  }
  .Godaddy_content-gdpr-photo > img {
    width: 300px;
  }
  .Godaddy_content-gdpr-description {
    padding: 0 20px;
  }
  .Godaddy_content-validate {
    flex-direction: column-reverse;
    padding: 0 20px;
    margin-top: 40px;
  }
  .Godaddy_content-validate-photo > img {
    width: 300px;
  }
  .Godaddy_content-validate-description {
    padding: 0 20px;
    height: auto;
  }
  .Godaddy_content-close {
    flex-direction: column;
    padding: 140px 20px;
    height: 300px;
  }
  .Godaddy_content-validate-photo {
    padding-top: 160px;
  }
}
.Godaddy_content-close {
  padding-top: 20px;
  padding-bottom: 15px;
}
