@media (min-width: 1360px) {
    .leftSideSection {
        max-width: 489px;
    }

    .rightSideSection {
        max-width: 675px;
    }

    .sectionInnerWrapper {
        justify-content: center;
        gap: 41px;
    }

    .productsContainer, .tab-content .tab-pane, .whyChooseHdfcContent, .choosePlanCard,
    .plansCardWrapper .cardItem, .fixedWidthSection, .learningInsuranceSection .row,
    .faqSection .row {
        width: 1180px;
    }

    .fixedWidthSection, .learningInsuranceSection .row, .faqSection .row {
        margin: 0 auto;
    }

    .topHeadingSection {
        justify-content: center;
    }

        .topHeadingSection .col-md-12 {
            width: 1208px;
        }
}

@media (min-width: 1400px) {
}

@media (min-width: 1700px) {
}

@media (max-width: 1500px) {
}

@media (max-width: 1199px) {
    .firstItem .carouselImage img, .secondItem img {
        height: 235px;
    }

    .thirdItem img, .fourthItem img, .fifthItem img {
        height: 157px;
    }
}

@media (min-width: 768px) {
    .blogDetailsSection .fixedWidthSection {
        width: 750px;
    }
}

@media (max-width: 991px) {
    .landingSection .title {
        font-size: 34px;
    }

    .landingSection .description {
        font-size: 17px;
    }

    .featureSection .featureItem p {
        font-size: 14px;
    }

    .featureSection .featureItem {
        width: 50%;
    }

    .firstItem .carouselImage img, .secondItem img {
        height: 180px;
    }

    .thirdItem img, .fourthItem img, .fifthItem img {
        height: 114px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 25px;
    }

    .landingSection .title span {
        color: rgba(29, 41, 57, 1);
    }

    .display-none-mobile {
        display: none !important;
    }

    .landingSection .carousel-control-prev.display-none-mobile, .landingSection .carousel-control-next.display-none-mobile {
        display: block !important;
    }

    .display-none-desktop {
        display: block !important;
    }

    .landingSection .carousel-control-prev {
        left: 12px;
    }

    .landingSection .carousel-control-next {
        right: 12px;
    }

    .firstItem {
        padding-right: 0;
    }

        .firstItem .carouselImage img, .secondItem img {
            height: auto;
        }

    .thirdItem img, .fourthItem img, .fifthItem img {
        height: 100%;
    }

    .firstItem .carouselImage, .thirdItem, .fourthItem {
        padding: 0 10px;
    }

    .fourthItem {
        padding-left: 0;
    }

    .planCardBottomSection .btn {
        margin: 9px 0 0;
    }

    .landingSection .title.blackColor-mb {
        color: #000000;
    }
    /* Mobile view full screen modal */
    .modal.mobileFullScreenModal {
        padding: 0 !important;
    }

    .mobileBottomModal.modal .modalClose {
        right: 13px;
        top: 16px
    }

    .modal.mobileFullScreenModal .modal-dialog {
        width: 100%;
        max-width: 100%;
        margin: 0 !important;
        min-height: 100%;
    }

    .modal.mobileFullScreenModal .modal-content {
        height: 100vh;
        border-radius: 0;
    }

    .modal.modalDefault .modal-content .modal-body {
        padding: 0;
    }
    /* Mobile view bottom modal */
    .modal.mobileBottomModal {
        padding: 0 !important;
    }

        .modal.mobileBottomModal .modal-dialog {
            margin: 0;
            justify-content: flex-end;
            max-height: 100vh;
        }

        .modal.mobileBottomModal .modal-content {
            position: fixed;
            bottom: 0;
            border-radius: 8px 8px 0 0;
            border: none;
        }
    /* Mobile view bottom modal */
    .modal.mobileFullScreenModal .modal-content {
        height: 100vh;
        border-radius: 0;
    }
    /* Cards */
    /* Ask Expert Card */
    .askExpertCard {
        border-radius: 20px;
        padding: 20px;
        gap: 8px;
        background-size: contain;
    }

        .askExpertCard .askExpertTitle {
            font-size: 18px;
        }

        .askExpertCard h6 {
            font-size: 12px;
            line-height: 135%;
            margin: 0;
        }

        .askExpertCard p {
            font-size: 12px;
        }

    /* Card text */
    .cardTextWrapper {
        gap: 12px;
    }

        .cardTextWrapper h4 {
            font-size: 14px;
        }

        .cardTextWrapper p {
            font-size: 12px;
            font-weight: 400;
            line-height: 120%;
        }

    /* Landing section */
    .landingSection .ctaContainer {
        justify-content: space-between;
    }

        .landingSection .ctaContainer .btn {
            width: 90px;
            margin: 0;
        }

        .landingSection .ctaContainer .myAccountDropdown .btn {
            width: auto;
        }

    .landingSection .contentWrapper {
        text-align: center;
        align-items: center;
    }

    .featureSection .featureItem {
        width: 43%;
    }

    .landingSection .title {
        color: var(--primary-color);
        font-size: 24px;
        margin: 0 24px 0;
        text-align: center;
    }

    .landingSection .blogSection .title {
        color: rgba(52, 64, 84, 1);
    }

    .blogSection .owl-dots {
        bottom: 9px;
    }

    .landingSection .description {
        margin: 8px 24px 0;
        font-size: 14px;
        font-weight: 500;
        color: var(--gray-500);
        text-align: center;
    }

    .featureSection {
        justify-content: center;
        margin: 24px 0 40px;
    }

    /* Our products section */
    .productSection {
        margin: 20px auto;
        padding: 0;
    }

    .productsContainer {
        gap: 17px 8px;
    }

    .productBlock {
        padding: 28px 5px 12px;
        width: 73px;
        border-radius: 12px;
    }

        .productBlock.productBlock-sm-padding {
            padding: 12px;
        }

        .productBlock .productTag {
            border-radius: 12px 12px 0 0;
        }

        .productBlock .productTitle {
            font-size: 11px;
            font-weight: 500;
        }

        .productBlock img {
            width: 32px;
            height: 32px;
        }

    .ourProductModal .modal-body {
        padding: 0 16px 16px;
    }

    .ourProductModal .productsContainer {
        gap: 16px 29px;
    }

    .productRow {
        margin-top: 16px;
    }

    /* Insurance Info section */
    .insuranceInfoSection {
        padding: 22px 0 52px;
    }

        .insuranceInfoSection h2 {
            font-size: 20px;
            line-height: 150%;
        }

            .insuranceInfoSection h2 .link {
                font-size: 12px;
                font-weight: 700;
                line-height: 150%;
                text-decoration-line: underline;
                margin: 0;
            }

        .insuranceInfoSection .planList {
            margin: 32px 0 0;
            gap: 16px;
        }

        .insuranceInfoSection .planContainer {
            margin: 50px auto 0;
        }

        .insuranceInfoSection .cardContentWrapper {
            max-width: 95%;
            margin: auto;
            padding: 32px 23px;
        }

    .gradientDiv {
        min-height: 230px;
        width: 300px;
        top: -3px;
        left: -11px;
        transform: rotate(13deg);
        background-image: linear-gradient(167.85deg, #2850E7 8.85%, rgba(40, 80, 231, 0) 115.6%);
        opacity: 7%;
    }

    .planItem {
        border-radius: 14px;
    }

        .planItem h5 {
            font-size: 12px;
        }

        .planItem .viewMoreArrow {
            width: 16px;
        }
    /* Life insurance Section, General Insurance Section  */
    .lifeInsuranceSection .row,
    .generalInsuranceSection .row {
        flex-direction: column-reverse;
    }

    /* HDFC Policies Section  */
    .hdfcPoliciesSection {
        padding: 50px 0 0;
    }

        .hdfcPoliciesSection .contentWrapper {
            align-items: center;
            height: auto;
        }

            .hdfcPoliciesSection .contentWrapper h2 {
                font-size: 20px;
                line-height: 130%;
            }

                .hdfcPoliciesSection .contentWrapper h2 span {
                    font-size: 24px;
                }

        .hdfcPoliciesSection .owl-item {
            transform: rotate(0deg) !important;
            height: auto;
        }

    .carouselImageWrapper {
        gap: 20px;
        margin: 0 10px;
    }

    .landingSection .ctaContainer.insurancePage {
        justify-content: space-between;
    }

    .overlayEffect {
        display: none;
    }

    .hdfcPoliciesSection .owl-carousel .owl-item img {
        height: 135px;
        transform: rotate(0deg);
        box-shadow: none;
    }

    .hdfcPoliciesSection .owl-carousel {
        transform: rotate(0deg);
        margin: 10px 0 40px;
    }

    .carouselImageWrapper .firstImage {
        transform: translateY(0px);
    }

    /* Why Choose Hdfc section */
    .whyChooseHdfcSection {
        padding: 20px 0;
    }

        .whyChooseHdfcSection .title {
            font-size: 20px;
            font-weight: 700;
            line-height: 150%;
            margin: 0;
        }

    .whyChooseHdfcContent {
        margin: 24px 0 0;
    }

    .whyChooseItem {
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 0 0 24px;
    }

        .whyChooseItem img {
            width: 40px;
            height: 40px;
        }

        .whyChooseItem .title {
            font-size: 14px;
            font-weight: 600;
            text-align: left;
            margin: 0 0 8px;
        }

        .whyChooseItem .description {
            font-size: 12px;
            text-align: left;
        }

    /* Help & Faqs section */
    .faqSection {
        padding: 30px 0;
    }

        .faqSection .title {
            font-size: 20px;
            font-weight: 700;
            line-height: 50px;
            text-align: center;
            margin-bottom: 30px;
        }

        .faqSection .accordionWrapper {
            padding: 44px 0 0;
        }

    /* Life Insurance page */
    /* Landing Section */
    .lifeInsurancePage .landingSection .contentWrapper,
    .healthInsurancePage .landingSection .contentWrapper {
        align-items: center;
    }

    .lifeInsurancePage .landingSection .title,
    .healthInsurancePage .landingSection .title {
        font-size: 24px;
        text-align: center;
    }

    .lifeInsurancePage .landingSection .title {
        margin: 0;
    }

    .lifeInsurancePage .landingSection .featureSection {
        gap: 12px;
        margin: 85px 0 20px;
    }

        .lifeInsurancePage .landingSection .featureSection .featureItem {
            width: calc(25% - 12px);
        }

            .lifeInsurancePage .landingSection .featureSection .featureItem h6,
            .lifeInsurancePage .landingSection .featureSection .featureItem p {
                font-size: 12px;
            }

    /* Learning Insurance Section */
    .learningInsuranceSection {
        padding: 24px 0;
    }

        .learningInsuranceSection .title {
            font-size: 20px;
            font-weight: 700;
            line-height: 150%;
            margin: 0 0 24px;
        }

        .learningInsuranceSection .contentWrapper .articalTitle {
            font-size: 14px;
            line-height: 18px;
            margin: 0 0 8px;
        }

    .autherDetails {
        color: #101828;
        font-size: 13px;
        line-height: 24px;
        margin: 0 0 4px;
    }

        .autherDetails span {
            color: #667085;
        }

    .articalCard .publishDate {
        font-size: 13px;
        margin: 0 0 24px
    }

    /* Discover what our customers have to say */
    .testimonialSection {
        display: none;
    }

    /* Insurance Details Section */
    .insuranceDetailsSection {
        padding: 0;
        background-color: transparent;
    }

        .insuranceDetailsSection .tabDataWrapper,
        .insuranceDetailsSection .tabDataWrapper .container {
            padding: 0;
            margin: 0;
        }

        .insuranceDetailsSection .title {
            font-size: 20px;
            font-weight: 700;
            line-height: 30px;
            text-align: center;
            margin-bottom: 20px;
        }

    .tabDataWrapper ul {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        background-color: transparent;
        border-radius: 0;
        justify-content: flex-start;
        gap: 12px;
        padding-top: 0;
    }

    .insuranceDetailsSection .planContainer {
        margin: 40px 0 0;
    }

    .tabDataWrapper .tab-content {
        padding: 0;
    }

    .tabDataWrapper ul .nav-item {
        white-space: nowrap;
    }

        .tabDataWrapper ul .nav-item .nav-link.active {
            border: 1px solid #dfe5fb;
        }

        .tabDataWrapper ul .nav-item .nav-link {
            border: 1px solid rgba(228, 231, 236, 1);
            padding: 9px 25px !important;
            border-radius: 12px;
        }

    .allArticles .tabDataWrapper ul {
        margin-left: 0;
        padding-left: 0;
        margin: 0 0 20px;
    }

    .tabTitle {
        font-size: 14px;
        font-weight: 500;
    }

    .tabDataWrapper ul::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    .tabDataWrapper ul::-webkit-scrollbar-thumb {
        background-color: #98A2B3;
        outline: 1px solid #98A2B3;
        border-radius: 50px;
    }

    .tabDataWrapper ul::-webkit-scrollbar-track {
        box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    }

    @-moz-document url-prefix() {
        .scroller {
            scrollbar-width: thin;
            scrollbar-color: #98A2B3;
        }
    }


    .choosePlanCard {
        background: linear-gradient(151.56deg, #FEF7E7 -3.76%, #FCE8DC 97.39%);
        padding: 14px 10px;
    }

    .rightImageCard {
        background-position: right 0px center;
        background-size: 30% 70%;
    }

        .rightImageCard.hourglassBg {
            background-position: right -6px center;
            background-size: 30% 90%;
        }
    /* Inpur Cover Section */
    .inputCoverSection {
        padding: 15px 0;
    }

        .inputCoverSection .didYouKnowCard {
            margin: 30px 0 0;
        }

        .inputCoverSection .cardSection {
            margin: 8px 0 0;
        }

    .successContentWrapper {
        margin: auto 0;
        height: 100%;
    }

    /* Schedule call modal */
    .scheduleCallModal .modal-content {
        border-radius: 20px 20px 0 0 !important;
        background-color: #FFFFFF;
    }

    .scheduleCallModal .modal-body {
        padding: 0 24px 36px;
    }


    .productSectionWrapper h4 {
        font-size: 20px;
        margin: 0 0 32px;
        line-height: 28px;
    }

    .productSectionWrapper .product img {
        width: 42px;
        height: 42px;
    }

    .productHeading {
        font-size: 12px;
        font-weight: 400;
        margin: 5px 0 0;
    }

    .product {
        width: 95px;
        height: 120px;
    }

    .productInnerSection {
        gap: 10px;
    }

    .allArticles {
        padding: 60px 0 0;
    }

        .allArticles .title-sm {
            margin: 0;
        }

        .allArticles .tabDataWrapper {
            margin: 17px 0 0;
        }
}

@media (min-width: 991px) {
    .container, .container-sm {
        max-width: 90%;
    }
}

@media (max-width: 600px) {
    .landingSection .searchBlogsSection .title, .landingSection .blogDetailsSection .title {
        text-align: left;
        font-size: 24px;
        line-height: 32px;
    }

    .blogDetailsSection p {
        font-size: 16px;
        text-align: left;
    }

    .blogDetails {
        margin: 33px 0 0;
    }

    .imgWrapper {
        margin: 20px 0 28px;
    }

    #blogCarousel .owl-stage-outer {
        padding: 30px 0 40px;
    }

    .blogSection {
        background-color: rgba(249, 251, 255, 1);
        padding: 28px 0;
    }

    .landingSection .contentWrapper {
        text-align: left;
        align-items: center;
    }

    .title-sm {
        font-size: 14px;
        font-weight: 600;
        text-align: left;
        line-height: 20px;
    }

    .searchWrapper {
        width: 100%;
        margin: 21px auto 36px;
    }

    .youtube-video-container {
        height: 110px;
    }
}

@media (max-width: 500px) {
    .col-xl-4.col-lg-6.col-md-6.col-12 {
        max-width: 100%;
    }
}
