body {
  font-family: "Nunito", sans-serif;
  color: #333333;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}
.hero-3-bg .domain-form input {
    padding: 17px 20px;
        padding-right: 20px;
        padding-left: 20px;
    width: 100%;
    border: none;
    outline: none !important;
    padding-right: 160px;
    padding-left: 20px;
    background-color: #f0f2fa;
    border-radius: 4px;
}
.hero-3-bg .domain-form button {
    position: absolute;
    top: 5px;
    right: 5px;
}
.hero-3-bg .domain-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}

  
#f-result {
    padding-bottom: 0px;
    text-align: center;
    padding-top: 25px;
    font-family: "Work Sans", Arial, sans-serif;
    background: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #666666;
}

.wc-box:hover .wc-box-icon {
    background: rgba(255,255,255,0.52) !important;
}
.btn.btn-soft-primary {
    background-color: rgba(255, 152, 0,0.16) !important;
    color: #ff9800 !important;
}
.footer-alt {
    background: #323645;
}
.pricing-box{
    min-height: 390px;
}
.pricing-box:hover .pricing-icon-bg, .pricing-box.active .pricing-icon-bg {
    background-color: #4aa3ff;
}
.wc-box.wc-box-primary:hover {
    background: #4aa3ff;
}
.hero-3-bg {
    padding: 80px 0 0px;
    background-color: #323645;
    border-bottom: 1px solid #323645;
}
.navbar-custom .navbar-nav li a {
    color: rgba(255, 255, 255, 0.7);
}
.play-overlay i {
    position: absolute;
    color: #fff;
    font-size: 100px;
    background: rgba(0,0,0,0.32);
    border-radius: 0.25rem;
    padding: 37px 122px;
}
.select-domain{
    position: absolute;
    right: 24%;
    padding: 12px;
    top: 4px;
    border: 1px #f0f2fa solid;
    background: #f0f2fa;
}

/*
.step-icon {
    position: absolute;
    font-size: 64px;
    right: 10px;
    top: 40px;
}
*/