@media screen and (-webkit-min-device-pixel-ratio: 1.25),
screen and (min-resolution: 120dpi) {}

@media (min-width: 1200px) and (max-width: 1399px) {
    .hero-content h2 span {
        font-size: 71px;
    }

    .hero-content p {
        font-size: 32px;
    }

    .section-2 .hero-content p {
        font-size: 17px;
    }


}

@media (max-width: 992px) {
    .section-2 .hero-content {
        margin-left: 8%;
    }

    img.expert-img {
        width: 129%;
    }

}

@media (min-width: 1024px) and (max-width: 1199px) {
    ul.navbar-nav {
        gap: 0px;
    }

    .hero-content h2 span {
        font-size: 60px !important;
    }

    .blog-content h4 {
        font-size: 19px;
    }

    .section-2 .hero-content {
        padding: 67px 0px;
    }

    .hero-content img {
        width: 37%;
    }

    .section-2 .my-2 {
        gap: 32px;
    }

    .section-1 h3,
    .center-heading h3{
        font-size: 50px;
    }

    .section-2 a.btn.btn-theme {
        width: 60%;
    }

    .blog-content p {
        font-size: 16px;
    }

    .hero-content h2 {
        font-size: 80px;
    }

    .hero-content p {
        font-size: 29px;
    }

    img.expert-img {
        width: 123%;
    }

    .section-2 .hero-content {
        margin-left: 0px;
    }

    .section-2 p {
        font-size: 17px;
        line-height: 31px;
    }

    .testi-div p {
        font-size: 18px;
    }

    .bolg h3 {
        font-size: 55px;
        line-height: 61px;
    }





}

@media (min-width: 768px) and (max-width: 1023px) {
    .top-socials-2 ul li a {
        font-size: 15px;
    }

    .top-socials-2 ul {
        gap: 0px;
    }

    ul.navbar-nav {
        gap: 0px;
    }

    .hero-content {
        padding: 110px 0px;
    }

    .other-sections h2 {
        text-align: center;
        font-size: 3.4rem;
        line-height: 63px;
    }

    .section-1 .row {
        height: auto;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .section-1 p {
        font-size: 17px;
    }

    .section-1 img {
        width: 56%;
    }

    .section-2 .hero-content {
        margin-left: -18%;
    }

    img.expert-img {
        width: 96%;
    }

    .section-2 .hero-content {
        margin-left: -18%;
        padding: 65px 0px;
    }

    .hero-content h2 span {
        font-size: 3.6rem;
    }

    .section-2 h2 {
        font-size: 3.6rem;
        line-height: 52px;
    }

    .section-2 p {
        font-size: 13px;
        line-height: 24px;
    }

    .hero-content img {
        width: 42%;
    }

    .section-2 .my-2 {
        gap: 20px;
    }

    .section-2 a.btn.btn-theme {
        width: 58%;
        font-size: 15px;
    }

    .section-3 h3 {
        font-size: 3.6rem;
    }

    .faqs h3 {
        font-size: 2.6rem;
        line-height: 41px;
    }

    .testi-div p {
        font-size: 16px;
    }

    .footer-first-content {
        padding: 50px 12px;
    }

    .footer-first-content h3 {
        font-size: 2rem;
    }


    .subscribe-box {
        width: fit-content;
    }

    .social-links ul li {
        width: 71px;
    }

    .social-links ul li a {
        font-size: 17px;
    }

    .thank_you h1 {
        font-size: 2rem;
    }

    .thank_you p {
        font-size: 1rem;
    }
}

@media (min-width: 320px) and (max-width: 767px) {

    /* top-header */
    .top-header {
        display: none;
    }

    /* header */
    ul.navbar-nav {
        gap: 2px;
    }

    /* hero section */
    .hero-content {
        text-align: center;
        padding: 48px 0px;
    }

    .hero-content h2 span {
        font-size: 3rem;
        line-height: 56px;
    }

    .hero-content h2 {
        font-size: 3rem;
        line-height: 56px;

    }

    .hero-content p {
        font-size: 1.2rem;
        line-height: 24px;
    }

    .section-1 {
        padding: 0;
    }

    .section-1 .row {
        height: auto;
        text-align: center;
        padding: 50px 0px;
        border-radius: unset;
    }

    section.section-1 h4 {
        margin-bottom: 0;
    }

    .section-1 h3,
    .center-heading h3{
        font-size: 2.4rem;
        margin-bottom: 10px;
    }

    .section-1 p {
        font-size: 0.9rem;
    }

    .section-1 img {
        width: 76%;
    }

    /* section-2 */
    .section-2 .hero-content {
        margin-left: auto;
        padding-top: 8px;
    }

    .section-2 img {
        width: 100%;
    }

    .section-2 h2 {
        font-size: 2.4rem;
        margin-bottom: 10px;
    }

    .section-2 p {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }

    .section-2 .my-2 {
        display: block !important;
    }

    .section-2 a.btn.btn-theme {
        width: fit-content;
    }

    .section-2 .hero-content img {
        width: 47%;
        margin: 20px;
    }

    .section-3 .container {
        padding: 34px 0;
        border-radius: 0;
    }

    .section-3 h3 {
        font-size: 2.4rem;
        line-height: 40px;
        margin-bottom: 44px;
    }

    .testi-div {
        /* width: 31%; */
        padding: 14px 20px;
    }

    .testi-div p {
        font-size: 0.9rem;
    }

    .testi-div img {
        width: 8%;
    }

    .testi-div strong {
        font-size: 1.2rem;
    }

    .testi-div h4 img {
        width: 6%;
    }

    .testi-div .testi-star {
        width: 30% !important;
    }

    /* faqs */
    .faqs h3 {
        font-size: 2rem;
        line-height: 36px;
    }

    .faq-question {
        font-size: 1rem;
        text-align: left;
    }

    .faqs {
        padding: 0px;
    }

    .faq-question i {
        height: fit-content;
        font-size: 12px;
        padding: 2px 4px;
        width: fit-content;
    }


    /* blog */
    section.bolg {
        padding: 27px 0px;
        text-align: center;
    }

    .bolg h3 {
        font-size: 35px;
        line-height: 50px;
    }

    /* footer */
    .footer-first-content h3 {
        font-size: 1.6rem;
        line-height: 30px;
        margin-bottom: 24px;
    }

    .footer-first-content {
        display: block;
        align-items: center;
        padding: 12px 0px;
        text-align: center;
    }

    .subscribe-box {
        width: fit-content;
        margin: auto;
    }

    .footer .row {
        text-align: center;
        padding: 0px;
    }

    .footer h4 {
        margin-top: 10px;
    }

    .footer p {
        font-size: 0.9rem;
        line-height: 20px;
    }

    .footer ul {
        flex-wrap: wrap;
        padding-left: 0;
        justify-content: center;
        gap: 0;
        text-align: center !important;
        margin-bottom: 20px;
    }

    .Copyright p {
        text-align: center;
    }

    .social-links ul li {
        width: 50%;
    }

    .form-box {
        padding: 38px 30px;
    }

    .contact-sec .container .row {
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 40px;
    }

    .contact-sec img {
        width: 74%;
    }

    .contact-hero {
        padding: 65px 0;
    }

    .contact-sec {
        padding: 60px 0px;
    }
    
    .thank_you h1 {
        font-size: 1.8rem;
    }

    .thank_you p {
        font-size: 0.9rem;
    }
}