body {
  background-color: #005695;
  font-family: Galano-Grotesque-Bold, "Helvetic Neue", Helvetica, Arial, sans-serif;
  color: white;
  font-size: 0.9rem;
}

#wrapper {
  width: 1100px;
  margin: 0 auto;
  background: #fff;
  color: #000;
}

#language,
#currency,
select#currency,
select#language {
  width: auto;
  font-size: 0.9rem !important;
  height: 25px !important;
}

h2 {
  font-size: 18px;
  padding: 10px 0 10px 25px;
  background-color: #fff;
}

.left-div {
  display: inline-block;
  width: 50%;
  padding-right: 15px;
  padding-left: 5px;
}

.right-div {
  display: inline-block;
  width: 44%;
  text-align: left;
  vertical-align: top;
  padding-right: 15px;
  padding-left: 15px;
}

.block {
  display: block !important;
}

#paypal-information,
#mailin-information,
#bank-account-information {
  display: none;
}

.font {
  font-size: 0.9rem;
  color: #909090;
}

#existing-domain {
  display: none;
}

#domain-price {
  display: inline;
}

#langcur-wrapper {
  background: #F5F5F5;
  padding: 5px 0px 5px 5px;
}

#domain-wrapper,
#hosting-wrapper,
#signin-wrapper,
#billing-wrapper,
#additinal-addons-wrapper,
#couponcode-wrapper,
#summary-wrapper,
#text-wrapper {
  background: #F5F5F5;
  padding: 10px 50px 10px 50px;
}

#domain-name-existing {
  width: 80%;
}

#domain-name-new {
  width: 70%;
}

#domain-tlds {
  width: auto;
}

.myclass {
  border: 1px solid black;
  margin-top: 15px;
  padding: 15px;
  width: 78%;
}

.myclass[type="true"] {
  background: #90EE90;
}

.myclass[type="false"] {
  background: #FFCCCB;
}

input {
  color: #696969;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  width: 98%;
  border: .1rem solid rgba(24, 31, 49, .25);
  height: 34px !important;
  font-size: 1rem !important;
  padding-left: 10px;
}

select {
  width: 100%;
  border: .1rem solid rgba(24, 31, 49, .25);
  height: 37px !important;
  font-size: 1rem !important;
  padding-left: 10px;
  color: #696969;
}

input.security-pin {
  width: 2rem;
  height: 2rem;
  margin-right: 10px;
  border: .1rem solid rgba(24, 31, 49, .25);
  text-align: center;
  padding: 0px;
}

label {
  font-size: 0.9rem;
  color: #909090;
  margin-top: 10px;

}

#coupon-code {
  width: 25%;
}

span#domain-price,
#package-price,
#addon-price,
#setup-price,
#sub-total,
#sub-total,
#discount,
#total-due,
#tax,
#divider,
#domain-price-secondary,
.domain-price-individual {
  float: right;
  padding-right: 20px;
}

.load-domain-name-individual,
.load-domain-name-individual1 {
  float: right;
}

#domain-price {
  padding-right: 1px !important;
}

#discount {
  color: green;
}

#card-expiration-date-day,
#card-expiration-date-year {
  width: 20%;
}

button {
  background-color: #04AA6D;
  /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

button:disabled {
  background-color: #909090;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

#validate-coupon-code-button {
  padding: 10px 20px;
}

#check-out-button {
  width: 50%;
}

.button-row {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.showmore {
  margin-top: 15px;
  padding: 10px 35px;
}

.summary-row {
  background: #fff;
  margin-right: 15px;
  padding: 10px;
  font-size: 1rem;
}

hr {
  width: 50%;
  margin-inline-end: 0;
}

#totdue {
  float: right;
}

@media only screen and (max-width:412px) {

  /* For mobile phones: */
  .menu,
  .main,
  .right {
    width: 100%;
  }

  body {
    font-size: 3vw;
  }

  #wrapper {
    width: auto;
    margin: 0 auto;
    background: #fff;
    color: #000;
  }

  .left-div,
  .right-div {
    max-width: 100%;
    width: 100%;
    display: block;
    padding: 0px 0px 0px 0px;
  }

  h2 {
    font-size: 4vw;
    padding: 5px 0 5px 5px;
  }

  #domain-wrapper,
  #hosting-wrapper,
  #signin-wrapper,
  #billing-wrapper,
  #additinal-addons-wrapper,
  #couponcode-wrapper,
  #summary-wrapper,
  #text-wrapper {
    background: #F5F5F5;
    padding: 5px 1px 5px 1px
  }

  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="tel"] {
    width: 98%;
    border: .1rem solid rgba(24, 31, 49, .25);
    height: 34px !important;
    font-size: 1rem !important;
    padding-left: 2px;
  }

  input.security-pin {
    width: 2rem;
    height: 2rem;
    margin-right: 10px;
    border: .1rem solid rgba(24, 31, 49, .25);
    text-align: center;
    padding: 0px;
  }

  #coupon-code {
    width: 50%;
  }

  .summary-row {
    background: #fff;
    margin-right: 0px;
    padding: 10px;
    font-size: 1rem;
  }


  .dropdown-additional-services-prices {
    margin-bottom: 20px;
  }

  #no-domain-availability {
    display: none;
  }

  #no-domain-availability p {
    margin-left: 54px;
    font-size: 14px;
  }

  .myclass {
    border: 1px solid black;
    margin-top: 15px;
    padding: 15px;
    width: auto;
  }

  .myclass[type="true"] {
    background: #90EE90;
  }

  .myclass[type="false"] {
    background: #FFCCCB;
  }

  select {
    width: 100%;
    border: 0.1rem solid rgba(24, 31, 49, .25);
    height: 37px !important;
    font-size: 1rem !important;
    padding-left: 1px;
    color: #696969;
  }
}

#cvv-code {
  margin: 0;
}

.error-field {
  color: red;
  margin: 6px;
}

#bank-account-number {
  padding: 5px;
  text-transform: uppercase;
}

button:hover {
  background-color: rgb(21 177 119);
}

button:disabled {
  background-color: rgb(87, 94, 98);
}

#thankyou-div {
  display: none;
  flex-direction: column;
  text-align: center;
  height: 100vh;
  margin-top: 30px;
}

#thankyou-div h2 {
  margin: 0;
  padding: 0;
}
