@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .domain-for-sale-content.style-2 {
        padding: 250px 35px;
    }
    .domain-for-sale-form.style-2 {
        margin: 120px 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .domain-for-sale-content h1 {
        margin-bottom: 30px;
    }
    .domain-for-sale-form {
        position: relative;
        padding: 40px 20px;
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
    .domain-for-sale-content h1 {
        font-size: 50px;
        margin-bottom: 30px;
    }
    .domain-for-sale-form {
        position: relative;
        padding: 40px 20px;
        margin-bottom: 50px;
    }
    .domain-for-sale-form:before {
        top: -5px;
        right: -5px;
    }
    .domain-for-sale-form:after {
        top: -10px;
        right: -10px;
    }
    .domain-for-sale-form.style-2 {
        margin: 120px 60px;
    }
    .domain-for-sale-content.style-2 {
        padding: 200px 35px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
    .mapmysite-top-logo {
        top: 18px;
    }

    .mapmysite-top-logo img {
        width: min(130px, 42vw);
    }

    .mapmysite-hero-row {
        padding-top: 120px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mapmysite-top-logo img {
        width: min(155px, 26vw);
    }

    .mapmysite-hero-row {
        padding-top: 130px;
    }
}


@media only screen and (min-width: 300px) and (max-width: 767px) {
    .mapmysite-top-login {
        top: 18px;
        right: 16px;
    }

    .mapmysite-login-btn {
        min-height: 38px;
        padding: 9px 14px;
        font-size: 11px;
    }

    .mapmysite-top-logo img {
        border-radius: 24px;
    }

    .mapmysite-copyright {
        bottom: 12px;
        font-size: 10px;
        padding: 0 12px;
    }

    .domain-for-sale-content h1 {
        margin-bottom: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mapmysite-top-login {
        top: 24px;
        right: 22px;
    }

    .mapmysite-login-btn {
        font-size: 12px;
        padding: 10px 16px;
    }

    .mapmysite-copyright {
        font-size: 11px;
    }
}
