.website-grade-content {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.website-grade-content p {
    width: 100%;
    display: block;
    margin: 0;
}

.website-grade-content h2 {
    width: 100%;
    margin: 0;
}
.website-assessment ul.tick-list {
    margin: 0;
}
.hubspot-package-btn a.quote {
    padding: 0px 35px;
    border: 1px solid #20a0b1;
    border-radius: 50px;
    transition: all 0.4s ease-out;
    display: flex !important;
    margin: 0;
    color: #20a0b1;
    font-weight: 600;
}
ul.tick-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
}
ul.tick-list li {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-left: 30px;
}
ul.tick-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    height: 100%;
    background-image: url(/images/websitegraderimg/tick.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    z-index: -1;
    background-position: left;
}
.hubspot-package-btn a.quote, .quote-expert {
    height: 58px;
    border-radius: 100px;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    justify-content: center;
    padding: 0px 35px;
    border: 1px solid #20a0b1;
    color: #20a0b1;
    font-size: 18px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    transition: 0.3s ease-in-out 0s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.quote-expert:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 0.55s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
}
.quote-expert:hover:after {
    left: 120%;
}
.quote-expert-two:hover {
    background-color: #22c8db;
    /* box-shadow: 0 0 10px #22c8db; */
    cursor: pointer;
    border-color: transparent !important;
    color: #fff !important;
}
.location-request-cta .cta-btn a.request-link {
    padding: 0px 24px;
    background: #0f2b3f;
    border-radius: 50px;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: auto;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}
h2.heading-main-new span {
    color: #20A0B1;
} 
.location-request-cta .row.cta-row h2{
    text-transform: capitalize;
}
@media (min-width: 1199px) {
.website-assessment h2.heading-main-new, .website-assessment h2.heading-main-new span {
    font-size: 36px;
    margin: 0;
    line-height: 50px;
}
}

@media (max-width: 1199px) {
.location-request-cta .cta-btn a.request-link {
    font-size: 15px;
    padding: 0 20px;
}
    .hubspot-hero-section span.tagline {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
@media (min-width: 1024px) {
 .website-assessment .assement-img {
    padding-right: 60px;
}
}
@media (max-width: 991px) {
    .hubspot-package-btn a.quote {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .website-assessment .row {
    flex-direction: column-reverse;
}
.hubspot-package-btn a.quote {
    padding: 0px 21px;
}
    .hubspot-hero-section span.tagline:before {
        width: 35px;
    }
}
@media (max-width: 575px) {
    .hubspot-hero-section span.tagline {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .location-request-cta .row.cta-row .cta-content {
    padding: 0;
}
}
@media (max-width: 480px) {
    .hubspot-package-btn a.quote {
        width: 100%;
    }
        .hubspot-hero-section span.tagline {
        padding-left: 40px;
    }
}

