@media (max-width: 1440px) {

    .about-section,
    .about-content,
    .reviews-section,
    .choose-section,
    .procedure-section,
    .expect-section,
    .faq-section,
    .consultation-section,
    .footer {
        padding-left: 40px;
        padding-right: 40px;
    }

    .hero-content {
        padding-left: 40px;
        padding-right: 9%;
    }

    .header {
        width: 95%;
    }

    .form-heading .common-heading {
        margin-bottom: 18px;
    }

    .consultation-section {
        gap: 40px;
    }
}

@media (max-width: 1240px) {
    .form-heading {
        max-width: 370px;
    }

    .header nav ul {
        gap: 16px;
    }

    .header ul a {
        font-size: 16px;
    }

    .header nav {
        gap: 30px;
    }

    .header img {
        width: 140px;
    }

    .header .btn a {
        padding: 14px 18px;
    }
}

@media (max-width:1025px) {
    .header nav ul {
        display: none;
    }

    .header .btn a {
        padding: 18px 24px;
    }

    .about-section,
    .choose-section {
        flex-direction: column;
        align-items: center;
    }

    .dr-img {
        width: 100%;
        max-width: 620px;
    }

    .choose-section>div:first-child {
        max-width: 620px;
    }

    .about-content {
        width: 100%;
    }

    .expect-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }

    .about-gyneco {
        padding-left: 40px;
        padding-right: 40px;
    }

    .consultation-section {
        flex-direction: column;
    }

    .footer-logo img {
        width: 220px;
    }

    .hero-content h1 {
        font-size: 40px;
        line-height: 46px;
    }

    .hero-content h3,
    .about-content h3,
    .expect-content h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .faq h3 {
        font-size: 18px;
    }

    .hero-content p {
        max-width: 435px;
    }

    .common-heading {
        font-size: 32px;
        line-height: 40px;
    }

    .about-content .common-heading {
        margin-bottom: 6px;
        line-height: 36px;
    }

    .about-content h3 {
        margin-bottom: 12px;
    }

    .choose-content .common-heading {
        margin-bottom: 24px;
        line-height: 40px;
    }

    .points-wrapper {
        margin-bottom: 40px;
    }

    .procedure-section h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .expect-section .common-heading {
        margin-bottom: 30px;
    }

    .form-heading {
        max-width: 320px;
    }

    .form-heading .common-heading {
        margin-bottom: 8px;
    }
}


@media (max-width: 768px) {

    .about-section,
    .choose-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .expect-section {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .hero-section {
        height: auto;
        max-height: unset;
    }

    .hero-content {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .hero-section {
        background-position: center;
    }

    .hero-overlay {
        right: 0;
        width: 200%;
    }

    .image-slider .splide__arrow--next {
        right: 2em;
    }

    .image-slider .splide__arrow--prev {
        left: 2em;
    }

    .image-slider .splide__arrow img {
        width: 16px;
        height: 16px;
    }

    .image-slider .splide__arrow {
        width: 30px;
        height: 30px;
    }

    .expect-content {
        grid-template-columns: 1fr;
    }

    .footer-content {
        flex-direction: column;
        gap: 40px;
    }

    .header {
        padding: 14px 24px;
    }

    .header .btn a {
        padding: 14px 18px;
    }

    .header img {
        width: 124px;
    }

    .hero-content h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .hero-content h3,
    .about-content h3 {
        line-height: 23px;
    }

    .hero-content p {
        margin-bottom: 24px;
    }

    .common-heading {
        font-size: 28px;
        line-height: 32px;
    }

    .about-content .common-heading {
        line-height: 32px;
    }

    .about-content,
    .about-gyneco-content,
    .form-wrapper form {
        padding-left: 30px;
        padding-right: 30px;
    }

    .reviews-section .common-heading,
    .expect-section .common-heading {
        margin-bottom: 22px;
    }

    .choose-section {
        gap: 40px;
    }

    .image-slider,
    .faq-section,
    .footer {
        padding-bottom: 50px;
    }

    .form-wrapper form div {
        flex-direction: column;
    }
}

@media (max-width: 480px) {

    .hero-content,
    .about-section,
    .about-content,
    .reviews-section,
    .choose-section,
    .procedure-section,
    .expect-section,
    .faq-section,
    .consultation-section,
    .footer,
    .about-gyneco,
    .about-gyneco-content,
    .form-wrapper form {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-content p,
    .about-content p,
    .user-details h6,
    .points-wrapper p,
    .procedure-section h6,
    .procedure-section p,
    .about-gyneco-content p,
    .faq p,
    .form-wrapper form input,
    .form-wrapper form select,
    .form-wrapper form textarea,
    .form-wrapper form input::placeholder,
    .form-wrapper form select::placeholder,
    .form-wrapper form textarea::placeholder,
    .fake-placeholder,
    .contact-info h6,
    .contact-info p,
    .form-heading p {
        font-size: 16px;
    }

    .contact-info h6 {
        line-height: 22px;
    }

    .procedure-section h6 {
        line-height: 24px;
    }

    .review-wrapper>p {
        font-size: 14px;
        line-height: 22px;
    }

    .hero-content h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .about-content h3,
    .about-content p {
        margin-bottom: 8px;
    }

    .about-content {
        border-radius: 20px;
        padding-top: 26px;
        padding-bottom: 26px;
    }

    .hero-content h3 {
        margin: 6px 0;
    }

    .common-heading {
        font-size: 22px;
        line-height: 26px;
    }

    .choose-content .common-heading {
        margin-bottom: 20px;
        line-height: 32px;
    }

    .points-wrapper>div {
        gap: 20px;
    }

    .points-wrapper {
        gap: 12px;
    }

    .procedure-divider {
        width: 80%;
        margin: 24px 0 14px;
    }

    .expect-content h4,
    .about-gyneco-content p {
        margin-bottom: 12px;
    }

    .about-gyneco-content .btn {
        margin-top: 12px;
    }

    .faq {
        padding: 20px 32px 20px 24px;
    }

    .about-gyneco-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .faq p {
        padding-top: 12px;
    }

    .form-heading .common-heading {
        margin-top: 10px;
    }

    .footer-logo img {
        width: 160px;
    }

    .social-links a {
        width: 40px;
        height: 40px;
    }

    .reviews-section .splide__arrow {
        display: block;
        top: unset;
        bottom: -4em;
    }

    .reviews-section {
        padding-bottom: 80px;
    }

    .btn a {
        padding: 14px 20px;
    }

    .header .btn a {
        padding: 12px 14px;
    }

    .header {
        padding: 12px 16px;
        width: 97%;
    }

    .header .btn a span {
        font-size: 12px;
    }

    .header img {
        width: 80px;
    }

    .hero-content .video-wrapper {
        width: 280px;
        height: 430px;
        margin-top: 10px;
    }


    .call-btn span {
        display: none;
    }

    .call-btn,
    .whatsapp-btn {
        width: 50px;
        height: 50px;
        bottom: 10px;
    }

    .call-btn {
        left: 10px;
    }

    .whatsapp-btn {
        right: 10px;
    }

    .call-btn {
        border-radius: 50%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .call-btn img,
    .whatsapp-btn img {
        width: 25px;
        height: auto;
        object-fit: cover;
    }

    .hero-overlay {
        background: rgba(246, 246, 246, 0.85);
        filter: blur(8px);
        width: 100%;
        right: 4px;
    }

    .hero-section {
        background-image: url('../images/mobile-bg.png');
        background-position: right;
    }

    .hero-content h3 {
        display: none;
    }

    .hero-content>div>p {
        display: none;
    }

    .hero-content h1 {
        font-size: 20px;
        line-height: 33px;
        margin-bottom: 4px;
    }

    .mobile-content>p {
        color: #868686;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        text-transform: uppercase;
        max-width: 295px;
    }

    .hero-content .btn a {
        padding: 14px 16px;
    }

    .hero-content .btn a span {
        color: #FFF;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
    }

    .hero-section {
        border-radius: 0;
    }

    .hero-overlay {
        width: 100%;
        height: 100%;
        background: linear-gradient(165deg, rgba(246, 246, 246, 0.86) 58.75%, rgba(0, 0, 0, 0.00) 89.54%);
        filter: blur(10px);
        top: unset;
        bottom: 0;
        right: 0;
    }

    .hero-content .video-wrapper {
        margin-top: 0px;
    }

    .hero-content>div {
        padding-top: 50px;
    }

    .hero-content video {
        width: 210px;
        height: 370px;
    }

    .hero-content .video-wrapper {
        height: 320px;
        width: 204px;
    }
}