/* --------------------------------Hero section----------------------------- */

.hero-section-ifp {
    margin-top: 100px;
}

.hero-section-ifp-heading {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.hero-section-ifp-heading>h1 {
    font-family: Poppins;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: #212121;
    margin: auto;
    width: 100%;
}

.hero-section-ifp-video {
    display: flex;
    width: 100%;
    height: 70vh;
    /* Set the desired height */
    margin: auto;
    overflow: hidden;
    /* Prevents any black padding */
    border-radius: 15px;
    /* Rounded corners */
}

.hero-section-ifp-video>iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    border: 1px solid white;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}


.hero-section-ifp-text {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.hero-section-ifp-text>p {
    color: #575756;
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    width: 80%;
}

.hero-section-ifp-button {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.hero-section-ifp-button>a>button {
    padding: 13px 45px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    border-radius: 8px;
    background: #14B1E7;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

/* <!-------------------------------------Why choose ifp for schools-------------------------------------------> */


.why-choose-ifp {
    margin-top: 80px;
}

.why-choose-ifp-carousel {
    display: none;
}

.why-choose-ifp-heading>h2 {
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    width: 70%;
    margin: auto;
    line-height: normal;
}


.why-choose-ifp-text>p {
    color: #575756;
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin: 2rem auto;
    width: 95%;
}


.why-choose-ifp-sub-heading>h3 {
    color: #212121;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    text-align: center;
    font-weight: 600;
    line-height: normal;
    margin-top: 45px;
}

.why-choose-ifp-row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 40px;
}


.why-choose-ifp-card {
    border-radius: 12px;
    border: 1px solid #EFEFEF;
    background: #FFFFFF;
    padding: 25px 30px;
    width: 619px;
    height: 652px;
}

.why-choose-ifp-row-list {
    margin-top: 20px;
}


.why-choose-ifp-row-list>ul>li {
    color: #212121;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
}


.blue-subhead-text {
    border-radius: 17px;
    background: #F4FDFF;
    width: 98%;
    margin: auto;
    margin-top: 45px;
}

.blue-subhead-text>p {
    color: #14B1E7;
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    padding: 30px 55px;
}


/* <!-- ------------------------------Choose best ifp for schools-------------------------------------- --> */

.choose-best-ifp-web {
    margin-top: 100px;
}

.choose-best-ifp-mobile {
    display: none;
}

.choose-best-ifp-heading>h2 {
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



.choose-best-ifp-web-carousel {
    margin: auto;
    margin-top: 48px;

}

.choose-best-ifp-row-card img {
    width: 100%;
}

.choose-best-ifp-row-card {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    width: 100%;
}

.choose-best-ifp-row-card>img {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    border-radius: 12px;
}

.icon-content-section {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
}

.content-section {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 14px;
}

.content-section>h3 {
    color: #212121;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    margin: 0;
}


.content-section>p {
    color: #575756;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.choose-best-ifp-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.choose-best-ifp-button>a>button {
    padding: 13px 45px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    border-radius: 8px;
    background: #14B1E7;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}



/* --------------------------------------Choose top container brands-------------------------------------- */


.choose-top-brands {
    margin-top: 100px;
}

.choose-top-brands-heading>h2 {
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
}

.choose-top-brands-text {
    margin-top: 20px;
}

.choose-top-brands-text>p {
    color: #575756;
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    width: 70%;
    margin: auto;
}

.brand-image-container {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin-top: 50px;
}

.brand-image-card {
    width: calc(100% / 3);
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-image-card>img {
    width: 50%;
    height: 100%;
}

.samsung-logo>img {
    width: 80%;
    height: 100%;
}


/*----------------------------WHY SHOULD YOU PURCHASE IFP FROM US?----------------------------------*/

.why-should-you-purchase {
    margin-top: 100px;
}

.why-should-you-purchase-heading>h2 {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 400;
    line-height: 72px;
    text-align: center;
    color: #212121;
    width: 90%;
    margin: auto
}

.why-should-you-purchase-text {
    margin-top: 25px;
}

.why-should-you-purchase-text>p {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: #575756;
    width: 95%;
    margin: auto;
}

.why-should-you-purchase-images {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: start;
    margin-top: 60px
}

.image-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 300px;
}

.image-text>img {
    width: 293px;
    height: 215px;
}

.image-text>p {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #575756;
}

.why-should-you-purchase-buttons {
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: 40px;
    margin-right: 15px;
}



/*----------------------------------------------Digital content and lms-------------------------------------------*/

.digital-content-and-lms {

    margin: 55px auto;
    background: linear-gradient(90deg, #F5FCFF 0%, #C2EBFA 100%);
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 0 25px;
}

.digital-content-and-lms-heading>h2 {
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 70%;
    margin: auto;
}


.digital-content-and-lms-button>a>button {
    padding: 13px 45px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    border-radius: 8px;
    background: #14B1E7;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}




/* --------------------------------RECENT LARGE GOVERMENT IMPLEMENTATION-------------------------------- */


.learn-more-about-ifp {

    margin-top: 100px;

}

.learn-more-about-ifp>h2 {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 400;
    line-height: 72px;
    text-align: center;
    color: #212121;
    width: 90%;
    margin: auto;
}

.learn-more-about-ifp-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}

.learn-more-about-ifp-card {
    width: 367px;
    height: 530px;
    border-radius: 20.39px;
    border: 0.68px solid #DEDEDE;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px;
}

.learn-more-about-ifp-card-heading {
    height: 100px;
}

.learn-more-about-ifp-card-heading>h3 {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    color: #334155;
    margin: 0;
}

.learn-more-about-ifp-card-text {
    height: 150px;
}

.learn-more-about-ifp-card-text>p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: #575756;
    margin: 0;
}

.read-more>a {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 1rem;
    text-decoration: none;
}

.read-more>a>p {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 22.43px;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0;
    color: #1BB1E7;
}

/*---------------------------Gain insights from our team-----------------*/


.gain-insights-container {
    margin-top: 110px;
    display: block;
}


.youtube-card-video-mobile {
    display: none;
}

.gain-insights-carousel {
    margin-top: 60px;
}


.youtube-card-video-slider img {
    width: 100%;
}

.gain-insights-carousel-dots {
    text-align: center;
    padding: 10px;
    margin-top: 14px;
}

.youtube-card-for-video {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.youtube-card-for-video>h3 {
    font-family: Inter;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    width: 90%;

}


.gain-insights-heading>h2 {
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 95%;
    margin: auto;
}


.gain-insights-button {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.gain-insights-button>a>button {
    padding: 13px 45px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    border-radius: 8px;
    background: #14B1E7;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}


.youtube-card-for-slider-mobile {
    height: 400px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.youtube-card-for-slider-mobile>h3 {
    font-size: 20px;
    font-family: Inter;
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
    margin: 0;
    height: 45px;
    margin-top: 14px;
}



/* ---------------------------------------How do IFP empower teacher------------------------------------------- */

.how-ifp-empower-teacher {
    margin-top: 100px;
}

.how-ifp-empower-teacher-heading>h2 {
    color: #212121;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.how-ifp-empower-teacher-web-carousel {
    margin-top: 40px;
}


.how-ifp-empower-teacher-web {
    margin-top: 100px;
    display: block;
}

.how-ifp-empower-teacher-row-card {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    width: 100%;
}

.how-ifp-empower-teacher-row-card>img {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    border-radius: 12px;
}


/* --------------------------------------Frequently Asked Questions-------------------------------------- */

.faq-heading {
    margin-top: 80.5px;
}

.faq-heading>h2 {

    color: #212121;

    text-align: center;

    font-family: Poppins;

    font-size: 48px;

    font-style: normal;

    font-weight: 400;

    line-height: 76px;

}

.faq-container {

    margin-top: 33px;

    margin-bottom: 55px;

    padding: 31px 80px;

    border-radius: 40px;

    border: 1px solid #DEDEDE;

    background: #FFF;

    box-shadow: 12px 12px 10px 0px #EFF9FF;

}

.accordion .accordion-item {

    border-bottom: 1px solid #e5e5e5;

}

.accordion-title {

    color: #212121;

    font-family: Inter;

    font-size: 24px;

    font-style: normal;

    font-weight: 400;

    line-height: 48px;

    width: 80%;

}

.accordion button {

    text-align: left;
    width: 100%;
    padding: 16px 0;
    border: none;
    background: none;
    outline: none;

}

.accordion button:hover,
.accordion button:focus {

    cursor: pointer;

}

.accordion button[aria-expanded='true']+.accordion-content {

    opacity: 1;

    max-height: 1000px;

    transition: max-height ease-out, opacity ease-out;

}

.accordion .accordion-content {

    opacity: 0;

    max-height: 0;

    overflow: hidden;

    transition: max-height ease, opacity ease;

}

.accordion .accordion-content p {

    font-size: 20px;

    color: #666666;

}

#accordion-button-3 {

    color: black;

    font-family: "Inter", sans-serif;

    display: flex;

    justify-content: space-between;

    width: 100%;

    align-items: center;

}

.accordion-content p {

    color: black;

    font-family: "Inter", sans-serif !important;

}

@media screen and (max-width: 1400px) {
    .youtube-card-for-video>h3 {
        width: 100%;
    }
}

@media screen and (max-width: 1350px) {

    .hero-section-ifp-heading>h1 {
        font-size: 56px;
        line-height: 1.4;
    }

    .image-text>img {

        width: 220px;

        height: 180px;

    }



    .image-text {

        width: 270px;

    }

    .how-ifp-empower-teacher-row-card>img,
    .choose-best-ifp-row-card>img {
        width: 100%;
        height: auto;
    }
}


@media screen and (max-width: 1290px) {

    .hero-section-ifp-text>p {
        width: 100%;
    }

    .learn-more-about-ifp-card-heading>h3 {
        font-size: 22px
    }


    .learn-more-about-ifp-card {
        height: 550px;
    }

    .learn-more-about-ifp-card-text {
        height: 170px;
    }


    .learn-more-about-ifp-card-text>p {
        font-size: 16px;
    }

    .why-choose-ifp-card {
        width: 100%;
        height: 100%;
    }

    .youtube-card-for-video>iframe {
        width: 100%;
    }

    .why-choose-ifp-heading>h2 {
        width: 100%;
    }

}

@media screen and (max-width: 1200px) {

    .choose-top-brands-text>p,
    .why-choose-ifp-text>p {
        width: 100%;
    }

    .blue-subhead-text>p {
        padding: 20px 30px;
    }

    .choose-top-brands {
        margin-top: 80px;
    }

    .learn-more-about-ifp-card {
        height: 520px;
    }
}

@media screen and (max-width: 1130px) {

    .learn-more-about-ifp-card {
        height: 500px;
    }

    .why-choose-ifp-row-list>ul>li {
        font-size: 20px;
        line-height: 1.4;
    }

    .why-choose-ifp-row {
        gap: 20px;
    }

    .why-choose-ifp-sub-heading>h3 {
        font-size: 24px;
    }

}


@media screen and (max-width: 1100px) {

    .hero-section-ifp-heading>h1 {
        font-size: 44px;
        line-height: 1.4;
    }


    .faq-heading>h2,
    .choose-top-brands-heading>h2,
    .why-choose-ifp-heading>h2,
    .choose-best-ifp-heading>h2,
    .gain-insights-heading>h2,
    .why-should-you-purchase-heading>h2,
    .how-ifp-empower-teacher-heading>h2,
    .digital-content-and-lms-heading>h2,
    .learn-more-about-ifp>h2 {
        font-size: 42px;
        line-height: 1.4;
        width: 100%;
    }

    .hero-section-ifp-text>p {
        font-size: 22px;
        line-height: 1.4;
    }

    .choose-top-brands {
        margin-top: 60px;
    }

    .gain-insights-container {
        margin-top: 60px;
    }

    .image-text>img {
        width: 181px;
        height: 140px;
    }

    .image-text {
        width: 250px;
    }


    .youtube-card-for-video>h3 {
        font-size: 20px;
    }

    .learn-more-about-ifp-container {
        gap: 15px;
    }
}


@media screen and (max-width: 1050px) {


    .learn-more-about-ifp-card-heading>h3 {
        font-size: 20px;
    }

    .why-choose-ifp-row-list>ul>li {
        font-size: 18px;
    }
}

@media screen and (max-width: 992px) {

    .faq-heading>h2,
    .choose-top-brands-heading>h2,
    .why-choose-ifp-heading>h2,
    .choose-best-ifp-heading>h2,
    .gain-insights-heading>h2,
    .why-should-you-purchase-heading>h2,
    .digital-content-and-lms-heading>h2,
    .how-ifp-empower-teacher-heading>h2,
    .learn-more-about-ifp>h2 {
        font-size: 32px;
        line-height: normal;
    }

    .choose-top-brands,
    .faq-heading,
    .learn-more-about-ifp,
    .gain-insights-container,
    .choose-best-ifp-web {
        margin-top: 50px;
    }

    .hero-section-ifp-heading>h1 {
        font-size: 36px;
    }


    .hero-section-ifp-text {
        margin-top: 20px;
    }

    .hero-section-ifp-text>p,
    .choose-top-brands-text>p,
    .why-choose-ifp-text>p,
    .blue-subhead-text>p,
    .why-should-you-purchase-text>p {
        font-size: 20px;
        line-height: 1.4;
    }

    .hero-section-ifp-button>a>button,
    .choose-top-brands-button>a>button,
    .digital-content-and-lms-button>a>button,
    .gain-insights-button>a>button,
    .choose-best-ifp-button>a>button {
        padding: 10px 30px;
        font-size: 16px;
    }


    .hero-section-ifp-video {
        height: 600px;
        border-radius: 8px;
    }

    .digital-content-and-lms {
        height: 300px;
    }

    .why-choose-ifp-sub-heading>h3 {
        font-size: 20px;
    }

    .digital-content-and-lms {
        height: 35px auto;
    }


    /* Choose best ifp for mobile---------> */

    .choose-best-ifp-mobile {
        margin-top: 40px;
        display: block;
    }

    .icon-content-section {
        margin-top: 35px;
    }

    .choose-best-ifp-card-for-slider>img {
        border-radius: 15px;
    }

    /* Why choose IFP for mobile-------------> */

    .why-choose-ifp {
        display: none;
    }

    .why-choose-ifp-carousel {
        margin-top: 40px;
        display: block;
    }


    /* ----------SLider code------> */

    .how-ifp-empower-teacher-row-card {
        width: 100%;
    }

    .how-ifp-empower-teacher-row-card>img {
        width: 100%;
        height: 100%;
    }

}

@media screen and (max-width: 880px) {

    .learn-more-about-ifp-container {
        flex-direction: column;
    }

    .learn-more-about-ifp-card {
        width: 100%;
        height: 100%;
    }

    .learn-more-about-ifp-card-heading,
    .learn-more-about-ifp-card-text {
        height: 100%;
    }

    .read-more {
        margin-top: 0;
    }

    .learn-more-about-ifp-card {
        gap: 30px;
        padding: 30px;
    }

    .learn-more-about-ifp-card-heading>h3 {
        font-size: 22px;
    }

    .learn-more-about-ifp-card-text>p {
        font-size: 18px;
    }

}

@media screen and (max-width: 850px) {

    .hero-section-ifp-heading>h1 {
        font-size: 32px;
    }


    .why-should-you-purchase-images {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {

    .hero-section-ifp-video {
        margin-top: 24px;
    }

    .learn-more-about-ifp {
        margin-top: 40px;
    }

    .hero-section-ifp-heading>h1 {
        font-size: 30px;
        font-weight: 500;

    }

    .hero-section-ifp-text>p,
    .why-should-you-purchase-text>p {
        font-size: 18px;
    }



    .faq-heading>h2,
    .choose-top-brands-heading>h2,
    .why-choose-ifp-heading>h2,
    .gain-insights-heading>h2,
    .choose-best-ifp-heading>h2,
    .digital-content-and-lms-heading>h2,
    .how-ifp-empower-teacher-heading>h2,
    .why-should-you-purchase-heading>h2,
    .learn-more-about-ifp>h2 {
        font-size: 28px;
        font-weight: 400;
    }

    .choose-top-brands-text>p,
    .why-choose-ifp-text>p,
    .blue-subhead-text>p,
    .why-should-you-purchase-text>p {
        font-size: 16px;
        line-height: 1.4;
    }

    .hero-section-ifp-button>a>button,
    .choose-top-brands-button>a>button,
    .digital-content-and-lms-button>a>button,
    .gain-insights-button>a>button,
    .choose-best-ifp-button>a>button {
        padding: 0;
        width: 160px;
        height: 40px;
        font-size: 14px;
        border-radius: 5px;
    }

    .hero-section-ifp-video {
        height: 100%;
    }

    .hero-section-ifp-text {
        margin-top: 15px;
    }


    .faq-container {
        border: none;
        padding: 0 24px;

    }

    .accordion-title {
        font-size: 20px;
        line-height: 1.4;
        width: 90%;
    }

    .accordion .accordion-content p {
        font-size: 16px;
        line-height: 1.2;
    }

    .faq-container {
        border-radius: 12px;
    }

    .brand-image-container,
    .why-should-you-purchase {
        margin-top: 48px;
    }

    .gain-insights-container {
        margin-top: 40px;
    }

    .digital-content-and-lms {

        height: 270px;

    }

    .digital-content-and-lms-heading>h2 {
        font-weight: 500;
    }

    .image-text>p {
        font-size: 16px;
        line-height: 1.4;
        font-weight: 700;
    }

    .image-text>img {
        width: 185px;
        height: 125px;
    }

    .learn-more-about-ifp-card {
        border-radius: 5px;
    }


    .learn-more-about-ifp-container {
        margin-top: 30px;
    }


    .content-section>h3 {
        font-size: 24px;
    }

    .content-section>p {
        font-size: 18px;
        line-height: 1.4;
    }

    .hero-section-ifp-video {
        height: 100%;
        width: 100%;
    }

    .hero-section-ifp-video>iframe {
        aspect-ratio: 16 / 9;
        width: 100% !important;

        overflow: hidden;
    }

    .youtube-card-for-slider-mobile {
        height: 350px;
    }

    .youtube-card-for-slider-mobile>h3 {
        font-size: 16px;
    }

    .icon-content-section {
        margin-top: 25px;
    }

    .how-ifp-empower-teacher-web {
        margin-top: 30px;
    }

    .why-choose-ifp-row-list>ul {
        padding-inline-start: 20px;
    }

    .why-choose-ifp-sub-heading>h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {


    .hero-section-ifp-heading>h1 {
        font-size: 28px;
        width: 100%;
    }

    .hero-section-ifp-video iframe {
        border-radius: 5px;
    }

    .hero-section-ifp-text>p {
        font-size: 16px;
    }

    .faq-heading>h2,
    .choose-top-brands-heading>h2,
    .why-choose-ifp-heading>h2,
    .digital-content-and-lms-heading>h2,
    .choose-best-ifp-heading>h2,
    .how-ifp-empower-teacher-heading>h2,
    .gain-insights-heading>h2,
    .why-should-you-purchase-heading>h2,
    .learn-more-about-ifp>h2 {
        font-size: 22px;
    }

    .digital-content-and-lms-heading>h2 {
        font-weight: 500;
    }

    .accordion-title {
        font-size: 16px;
        line-height: 1.4;
    }

    .accordion .accordion-content p {
        font-size: 14px;
        line-height: 1.2;
    }

    .faq-container {
        margin-top: 25px;
    }

    .gain-insights-container {
        margin-top: 30px;
    }

    #accordion-button-3 {
        padding-right: 15px;
    }

    .icon>svg {
        width: 16px;
        height: 16px;
    }

    .why-should-you-purchase-images {
        gap: 10px
    }


    .digital-content-and-lms {
        height: 210px;
        gap: 20px;
        margin: 25px auto;
    }

    .image-text {

        width: 200px;

    }

    .image-text>p {
        font-size: 14px;
        line-height: 1.4;
        width: 100%;
        margin-top: 10px;
        font-weight: 500;
    }

    .why-should-you-purchase-images {
        margin-top: 30px;
    }


    .learn-more-about-ifp-card-heading>h3 {
        font-size: 18px;
    }

    .learn-more-about-ifp-card-text>p {
        font-size: 16px;
    }

    .learn-more-about-ifp-card-text>p {
        font-size: 14px;
    }

    .read-more>a>p {
        font-size: 14px;
    }

    .learn-more-about-ifp-card {
        gap: 20px;
        padding: 20px;
    }

    .content-section>h3 {
        font-size: 18px;
    }

    .content-section>p {
        font-size: 16px;
        line-height: 1.4;
    }

    .icon-svg>svg {
        width: 15px;
    }

    .gain-insights-carousel {
        margin-top: 30px;
    }

    .blue-subhead-text {
        margin-top: 15px;
    }

    .why-choose-ifp-row-list>ul>li {
        font-size: 16px;
    }

    .icon-content-section {
        margin-top: 0px;
    }

    .hero-section-ifp {
        margin-top: 90px;
    }

    .how-ifp-empower-teacher-web-carousel {
        margin-top: 28px;
    }


    .brand-image-card>img {
        width: 70%;
        height: 100%;
    }

    .samsung-logo>img {
        width: 95%;
        height: 100%;
    }

    .blue-subhead-text>p {
        padding: 20px 14px;
    }

}


@media screen and (max-width: 470px) {

    .image-text>img {
        width: 100%;
        height: 100%;
    }

    .image-text {
        width: 47%;
    }
}




@media screen and (max-width: 430px) {

    .digital-content-and-lms {
        height: 260px;
    }
}




/* -----------------Swiper JS style------------------ */
.swiper-wrapper {
    margin-bottom: 28px !important;
}

.swiper-pagination {
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0px !important;
    padding-top: 24px !important;
}

.swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background-color: #c9c9c9 !important;
    opacity: 1 !important;

}

.swiper-pagination-bullet-active {
    background: #212121 !important;
    width: 12px !important;
    border-radius: 4px !important;
}


/* Form code style-----> */



.social-sector-form-main {
    z-index: 101;

    position: fixed;

    justify-content: center;

    align-items: center;

    background: white;

    padding: 12px 3px !important;

    margin: 0;

    transform: translate(-50%, -50%);

    top: 50%;

    left: 50%;
    display: none;
    border-radius: 12px;
}

.social-sector-form {

    max-width: 530px;
    width: 100%;
    padding: 15px 0px;
    min-width: 450px;
    background-color: white;
    border-radius: 12px;
    height: 540px;
    overflow-y: hidden;
    /* max-height: 560px;
    height: 100%; */
}

.h3-heading {
    font-family: 'Inter';

    font-size: 26px;

    font-weight: 700;

    margin: 0px 0px 10px 0px;

    text-align: center;
}



.social-sector-form>p {

    font-family: 'Inter';

    font-size: 16px;

    font-weight: 400;
    text-align: center;
    width: 80%;
    margin: auto;
    color: #9E9E9E;
    margin-bottom: 16px;
    line-height: 1.3;
}

.social-sector-talk-with-expert {
    width: 80%;
    overflow-y: scroll;
    margin: auto;
    overflow-x: hidden;
    height: 400px;
}

.social-sector-talk-with-expert::-webkit-scrollbar {
    width: 3px;
    margin-left: 5px;
    border: none;
}

.social-sector-talk-with-expert::-webkit-scrollbar-track {
    background-color: #F2F2F2;
}

.social-sector-talk-with-expert::-webkit-scrollbar-thumb {
    background-color: #0077FFB2;
    border-radius: 2px;
}

.social-sector-talk-with-expert::-webkit-scrollbar-thumb:hover {
    background-color: #0077FF;
}

.social-sector-talk-with-expert::-webkit-scrollbar-corner {
    background-color: transparent;
}

.social-sector-talk-with-expert::-webkit-scrollbar-thumb:vertical {
    height: 2px;
}

.social-sector-talk-with-expert::-webkit-scrollbar-thumb:horizontal {
    width: 2px;
    border-radius: 2px;
}

.social-sector-talk-with-expert::-webkit-scrollbar-thumb:vertical:hover,
.social-sector-talk-with-expert::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #0077FF;
}


.social-sector-container-talk-with-expert {

    width: 100%;
    margin-top: 12px;

}



.social-sector-container-talk-with-expert>.flex-column-social {

    display: flex;

    flex-direction: column;

    margin: 15px 50px;

}



.social-sector-container-talk-with-expert label {

    font-family: 'Inter';

    font-size: 14px;

    margin: 0px;

    font-weight: 400;

    color: #444;

    width: 100%;

    letter-spacing: 0.004em;
    margin-bottom: 6px;
    height: inherit;

}

.social-sector-container-talk-with-expert .flex-column-social {

    margin: 0px;

}


.error-talk-expert-social-sector {

    font-size: 10px !important;

    margin-left: 2px;

    font-weight: inherit !important;

    color: red;

    font-family: 'Open Sans' !important;

}


.talk-to-expert-input-box-social-sector {

    background: #FFFFFF;

    border: 0.686803px solid #DEDEDE;

    border-radius: 4px;

    height: 40px;
    color: #212121 !important;

    width: 100%;

    font-family: 'Inter';

    font-size: 14px;

    font-weight: 400;

    padding-left: 10px;

    padding-right: 5px;

}



input:-webkit-autofill {

    -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;

    -webkit-text-fill-color: black !important;

}


#your-query-talk-expert-social-sector {
    height: 100px;
    appearance: none;
    resize: none;
    padding: 10px;
}

.talk-with-expert-submit-btn-social-sector {

    max-width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 18px;

}

.talk-with-expert-submit-btn-social-sector>input {

    color: white !important;

    text-align: center;

    font-family: 'Inter';

    font-size: 16px;

    font-style: normal;

    background-color: #48C5EF;

    border-radius: 5px;

    border: none;

    height: 50px;

    font-weight: 600;
    cursor: pointer;
    padding: 11px 25px;

    width: 80%;

}

.overlay-header-social-sector {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, 0.20);
    backdrop-filter: blur(6px);
    z-index: 100;
    display: none;
}

.crossbtn-header-social-sector {
    position: absolute;
    top: 8px;
    cursor: pointer;
    right: 15px;
}

@media screen and (max-width: 767px) {
    .social-sector-form {
        height: 100%;
    }

}




@media screen and (max-width: 600px) {


    .social-sector-talk-with-expert {

        overflow-y: scroll;

        height: 38vh;

    }


    .social-sector-container-talk-with-expert .flex-column-social {

        margin: 0px !important;

    }


    .social-sector-container-talk-with-expert label {

        font-size: 12px;

    }


    .talk-to-expert-input-box-social-sector {

        height: 35px;

    }


    .talk-with-expert-submit-btn-social-sector {

        margin: 12px 15px;
        margin-top: 3px;
    }


    .talk-with-expert-submit-btn-social-sector a {

        font-size: 12px;

    }

    .social-sector-form>p {
        font-size: 14px;
        width: 90%;
    }

    .h3-heading {
        font-size: 20px;
        line-height: 1.4;
    }

    .talk-with-expert-submit-btn-social-sector>input {
        font-size: 14px;
        height: 40px;
    }

    #you-are-talk-expert-social-sector {
        font-size: 12px !important;
    }

    .choose-best-ifp-web-carousel {
        margin-top: 28px;
    }

    .choose-best-ifp-button {
        margin-top: 20px;
    }

    .content-section {
        gap: 5px;
    }
}


@media screen and (max-width: 500px) {
    .social-sector-form {
        max-width: 400px;
        min-width: 330px;
        width: 100%;
    }

    .social-sector-talk-with-expert {
        width: 85%;
    }
}