.mh-whois-page {
    background: #fff;
}

.mh-whois-hero {
    align-items: center;
    background-position: center;
    background-size: cover;
    color: #fff;
    display: flex;
    min-height: 410px;
    position: relative;
    text-align: center;
}

.mh-whois-hero::before {
    background: rgba(0, 0, 0, 0.42);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.mh-whois-hero .container {
    position: relative;
    z-index: 1;
}

.mh-whois-hero .headline {
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.mh-whois-hero .summary {
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 720px;
}

.mh-whois-hero .line {
    border-top: 3px solid #db4040;
    margin: 26px auto;
    width: 72px;
}

.form-search-whois {
    margin: 0 auto;
    max-width: 760px;
}

.form-search-whois .form-group {
    align-items: stretch;
    display: flex;
    margin: 0;
}

.form-search-whois .input-search {
    border: 0;
    border-radius: 8px 0 0 8px;
    box-shadow: none;
    font-size: 16px;
    height: 58px;
    padding: 0 24px;
}

.form-search-whois .main-btn {
    background: #db4040;
    border: 0;
    border-radius: 0 8px 8px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    min-width: 170px;
    padding: 0 24px;
    text-transform: uppercase;
}

.form-search-whois .main-btn:hover,
.form-search-whois .main-btn:focus {
    background: #c93636;
    color: #fff;
}

.form-search-whois .icon-loader {
    display: none;
    margin-left: 8px;
}

.form-search-whois .loading .fa-search {
    display: none;
}

.form-search-whois .loading .icon-loader {
    display: inline-block;
}

.whois-result {
    background: #f2f5f6;
    display: none;
    padding: 36px 0;
}

.whois-result.open {
    display: block;
}

.whois-result .search-result {
    background: #fff;
    border: 1px solid #e5e8ea;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
    padding: 28px;
    position: relative;
}

.whois-result .btn-close-result {
    background: #222;
    border: 0;
    border-radius: 50%;
    color: #fff;
    height: 32px;
    line-height: 32px;
    padding: 0;
    position: absolute;
    right: 18px;
    text-align: center;
    top: 18px;
    width: 32px;
}

.mh-whois-card h3 {
    color: #222;
    font-size: 20px;
    font-weight: 800;
    margin: 0 42px 8px 0;
}

.mh-whois-server {
    color: #777;
    font-size: 13px;
    margin-bottom: 18px;
}

.mh-whois-pre {
    background: #121417;
    border-radius: 6px;
    color: #f5f5f5;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    max-height: 520px;
    overflow: auto;
    padding: 18px;
    white-space: pre-wrap;
    word-break: break-word;
}

.mh-whois-message {
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.6;
    padding: 18px 20px;
}

.mh-whois-error {
    background: #fff2f2;
    border: 1px solid #ffd0d0;
    color: #7b2323;
}

.about-info-whois {
    padding: 70px 0;
}

.about-info-whois h2 {
    color: #222;
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 16px;
}

.about-info-whois p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    max-width: 850px;
}

.about-info-whois .special-word {
    color: #db4040;
}

.about-info-whois .devider {
    border-top: 2px solid #db4040;
    margin: 28px 0;
    width: 64px;
}

.about-info-whois .big-devider {
    background: #edf1f2;
    height: 1px;
    margin: 46px 0;
}

.about-info-whois ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-info-whois li {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 12px;
    padding-left: 34px;
    position: relative;
}

.about-info-whois li i {
    color: #db4040;
    left: 0;
    position: absolute;
    top: 4px;
}

.get-intouch {
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 60px 0;
    text-align: center;
}

.get-intouch h2 {
    color: #fff;
    font-size: 27px;
    font-weight: 800;
    margin-bottom: 10px;
}

.get-intouch p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin-bottom: 24px;
}

.get-intouch .main-btn {
    background: #db4040;
    border: 0;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    padding: 13px 24px;
}

@media (max-width: 767px) {
    .mh-whois-hero {
        min-height: 460px;
    }

    .mh-whois-hero .headline {
        font-size: 30px;
    }

    .form-search-whois .form-group {
        display: block;
    }

    .form-search-whois .input-search,
    .form-search-whois .main-btn {
        border-radius: 8px;
        width: 100%;
    }

    .form-search-whois .main-btn {
        height: 54px;
        margin-top: 12px;
    }
}
