@media only screen and (max-width: 1250px) {
    .newsletter {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin: 0;
    }
    body > section:last-of-type {
        padding-bottom: 100px;
    }
    footer {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 1200px) {
    h1, .h1 {
        font-size: 75px;
        line-height: 80px;
    }
    .heading-text p {
        font-size: 18px;
        line-height: 28px;
    }
    .cta {
        font-size: 18px;
        padding: 16px 32px;
    }
    nav ul {
        gap: calc(var(--spacing) / 2);
    }
    nav ul li a {
        font-size: 16px;
    }
    header .cta {
        font-size: 16px;
        line-height: 1;
        padding: 12px 18px;
    }
}

@media only screen and (min-width: 1050px) {
    .dropdown:hover .dropdown-content {
      display: flex;
    }
}

@media only screen and (max-width: 1050px) {
    .navbar-toggler {
        display: block;
    }
    nav, header .cta {
        display: none;
    }
    .hero {
        padding: 30px 0 75px 0;
    }
    .hero .container {
        flex-direction: column;
        max-width: 800px;
    }
    .hero .container .heading-text {
        text-align: center;
    }
    section, body > section:last-of-type {
        padding: 75px 0;
    }
    .section-title {
        margin-bottom: 50px;
    }
    .testimonials,
    .scams-container {
        width: calc(100% + 32px);
        margin: 0 -16px;
    }
    .types-of-scams .container {
        overflow: initial;
    }
    .types-of-scams .slick-next,
    .types-of-scams .slick-prev {
        background-color: unset;
        padding: 0;    
    }
    .types-of-scams .slick-next {
        background-image: url(../img/arrows/arrow-right.svg@v=1.003) !important;
    }
    .types-of-scams .slick-prev {
        background-image: url(../img/arrows/arrow-left.svg@v=1.003) !important;
    }
    .slick-prev,
    .slick-next {
        bottom: -50px!important;
        top: auto!important;
    }
    .slick-prev {
        left: 16px!important;
    }
    .slick-next {
        right: 16px!important;
    }
    .ts-rated {
        width: calc(100% - 48px);
        margin: calc(var(--spacing) / 2) auto 0 auto;
    }
    .newsletter .container {
        flex-direction: column;
        gap: var(--spacing);
        padding-left: var(--spacing);
        padding-right: var(--spacing);
    }
    .newsletter form {
        width: 513px;
    }
    .newsletter form div {
        flex-direction: column;
    }
    .footer-links {
        flex-direction: column;
        gap: var(--spacing);
    }
    .footer {
        padding-top: 75px;
    }
    .heading-img img {
        max-width: 100%;
    }
    nav {
        position: absolute;
        top: 100px;
        left: 0;
        background: #FFF;
        width: 100%;
        max-height: calc(100vh - 105px);
        border-top: 1px solid var(--color-snow-gray);
        overflow-y: scroll;
    }
    nav ul {
        gap: 0;
        flex-direction: column;
    }
    nav ul li {
        width: 100%;
        height: auto;
        flex-direction: column;
    }
    nav ul li a {
        display: block;
        width: 100%;
        padding: var(--spacing) 0;
        border-bottom: 1px solid var(--color-snow-gray);
        text-align: center;
    }
    .blog {
        margin-bottom: 24px;
    }
    footer .footer-links-left {
        flex-direction: column;
    }
    .heading-img.skeleton {
        width: 100%;
        min-width: 100%;
        height: 250px;
    }
    .dropdown-content {
        position: static;
        width: 100%;
        padding: 0;
        gap: 0;
    }
}

@media only screen and (max-width: 800px) {
    .hero {
        padding-bottom: 50px;
    }
    .logo img {
        height: 45px;
    }
    h1, .h1 {
        font-size: 65px;
        line-height: 70px;
    }
    .heading-text p {
        line-height: 24px;
    }
    section, body > section:last-of-type {
        padding: 50px 0;
    }
    .section-title {
        margin-bottom: 25px;
    }
    footer {
        padding-top: 50px;
    }
    h2, .h2 {
        font-size: 50px;
        line-height: 1.125;
    }
    .why-us-inner {
        flex-direction: column;
    }
    .why-us-point {
        width: 100%;
        min-height: 175px;
    }
    .why-us-point:nth-child(1):after {
        content: none;
    }
    .why-us-point:nth-child(3):before {
        content: '';
        width: 50px;
        height: 50px;
        position: absolute;
        top: -35px;
        right: calc(50% - 25px);
        background-color: var(--color-dark-sky-blue);
        border-radius: 50%;
    }
    .why-us-point:nth-child(3):after {
        top: auto;
        height: 50px;
        bottom: -30px;
        right: 50%;
        transform: none;
        border-radius: 50%;
    }
    .why-us-point:nth-child(2),
    .why-us-point:nth-child(4) {
        padding-left: var(--spacing);
    }
    footer .links ul {
        gap: calc(var(--spacing) / 2);
    }
    nav {
        max-height: calc(100vh - 100px);   
    }
}

@media only screen and (max-width: 600px) {
    h1, .h1 {
        font-size: 55px;
        line-height: 60px;
    }
    h2, .h2 {
        font-size: 45px;
    }
    .footer-text {
        text-align: center;
    }
    .footer-bottom {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    footer .links {
        width: 300px;
    }
    footer .links ul {
        width: 100%;
        flex-wrap: wrap;
    }
    footer .links ul li {
        width: calc(150px - var(--spacing) / 2);
    }
    footer .links ul li a {
        display: block;
        width: 100%;
        text-align: center;
    }
    .warning-popup {
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .warning-popup-confirm .cta,
    .section-title .subtitle {
        width: 100%;
        max-width: 100%;
    }
    .hero .container .heading-text,
    .section-title,
    .section-title .subtitle {
        text-align: left;
    }
    .scams h2,
    .why-us h2,
    .types-of-scams h2 {
        text-align: center;
    }
    .bp {
        margin: 0;
    }
    .blog .slick-next {
        right: 0px !important;
    }
    .blog .slick-prev {
        left: 0px !important;
    }
    .cta {
        width: 100%;
        text-align: center;
    }
    .newsletter #mc_embed_shell,
    .newsletter #mc_embed_signup,
    .newsletter form,
    .newsletter form div {
        width: 100%;
    }
}