@media(max-width:980px) {
    p {
        font-size: var(--font-xs);
        font-weight: 400;
        line-height: 24px;
    }

    .heading-h2 {
        font-size: var(--font-Lg);
        line-height: 32px;

    }

    .headPadding {
        padding-top: 0;
    }

    .pTop {
        padding-top: 40px;
    }

    .pBottom {
        padding-bottom: 40px;
    }

    .pTopHigh {
        padding-top: 50px;
    }

    .pRightLeft {
        padding: 0 16px;
    }

    .flexGap {
        gap: 12px;
    }

    .destopHide {
        display: block;
    }

    .mobileHide {
        display: none;
    }

    header {
        padding-top: 0;
    }

    .header .btnDiv,
    .header .nav>div>ul {
        display: none;
    }

    .menuHamburger,
    .logoDiv {
        padding: 10px 0;
    }

    .menuHamburger {
        padding-right: 16px;
    }

    .logoDiv {
        padding-left: 16px;
    }

    .header .nav {
        border-radius: 0;
        padding: 10px 0px;
        position: relative;
    }

    .header .nav>div>ul {
        flex-direction: column;
        position: absolute;
        top: 65px;
        background: #fff;
        width: 100%;
        align-items: start;
        padding: 20px;
        left: 0;
        transition: all ease-in-out 0.3s;

    }

    .header .nav.showMenu>div>ul {
        display: flex;
    }

    .header .nav>div>ul li ul {
        bottom: -110px;
        left: 1px;
        z-index: 1;
    }

    .heroFlexMain>h1 {
        font-size: 32px;
        line-height: 38px;
        padding-top: 36px;
    }

    .heroFlexMain>h1::after {
        content: url(../images/mLine.svg);
        bottom: 14px;
        right: 16%;
    }

    .heroFlexMain>p {
        line-height: 28px;
        padding-bottom: 48px;
        font-size: var(--font-md);
    }

    .btnDivHero {
        margin-bottom: 48px;
    }

    .heroImg img {
        height: 340px;
        border-radius: 24px 24px 0px 0px;
    }

    .coreSectionMain {
        padding: 0 24px;
    }

    .txtImageMainDetails>h3 {
        margin-top: 12px;
    }

    .txtImageMainDetails>p {
        margin: 12px 0 24px 0;
    }

    .txtImageMainDetails,
    .smoothInteractionDetails {
        display: flex;
        flex-direction: column;
    }

    .txtImageMainDetails a,
    .smoothInteractionDetails a {
        align-self: center;
    }

    .dynamicMainFlex>h2 {
        margin-bottom: 36px;
    }

    .txtImageMainDetailsFlex {
        margin-top: 36px;
    }

    .smoothMobileImg {
        padding: 40px 0;
    }

    .smoothInteractionDetails ul li {
        margin-bottom: 24px;
    }

    .featuresComingFlexList {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 12px;
        margin-top: 24px;
    }

    .latestArticleListFlex {
        margin-top: 44px;
    }

    .latestArticleFlex>p {
        text-align: justify;
    }

    .latestArticleListCmn h3 {
        padding-bottom: 24px;
    }

    .trialFlex {
        padding: 48px 16px;
        gap: 16px;
        background-size: cover;
        border-radius: 0px;
    }

    .faqTxt p {
        margin: 16px 0 20px 0;
    }

    .faqListFlex {
        margin-top: 36px;
    }

    .faqListCmnDetails p {
        font-weight: 300;
    }

    .faqContact {
        background: var(--linear-color);
    }

    .faqContact p,
    .faqContact p span {
        color: #fff;
    }

    .faqContact p span {
        font-weight: 600;
    }

    .featuresComingFlexListCmn>p,
    .trialFlex>p,
    .txtImageMainDetails>p,
    .faqTxt p,
    .faqListCmnTitle h4,
    .whyChooseFlexTop>p,
    .whyChooseListCmn>p,
    .partnerListCmn>p {
        font-size: var(--font-xs);
        line-height: 24px;
    }

    .txtImageMainDetails>h3,
    .latestArticleFlex>p,
    .latestArticleListCmn h3,
    .trialFlex>h2,
    .whyChooseListCmn>h3,
    .partnerListCmn>h4 {
        font-size: var(--font-md);
        line-height: 28px;
    }

    .smartFeatureFlex,
    .dynamicMainFlex,
    .smoothInteractionFlex,
    .featuresComingFlex,
    .latestArticleFlex,
    .faqMainFlex {
        padding: 0 16px;
    }

    .smoothInteractionDetails h2,
    .dynamicMainFlex>h2,
    .smartFeatureFlex>h2,
    .featuresComingFlex>h2,
    .latestArticleFlex>h2,
    .faqTxt h2 {
        font-size: var(--font-Lg);
        line-height: 32px;
    }

    .footerLogo {
        max-width: 500px;
        margin-bottom: 32px;
        order: 0;
    }

    .footerLogo>p {
        margin-top: 12px;
    }

    .footerMain {
        padding: 48px 16px;
    }

    .footerMenu {
        order: 2;
    }

    .footerMenuInput {
        margin-top: 12px;
    }

    .newsLetterDiv svg {
        width: 150px;
    }

    .footerMenuList>ul {
        margin-top: 28px;
    }

    .contactUsFooter>ul {
        margin-top: 20px;
    }
    .contactFormFlexForm{
        flex-direction: column;
        gap: 40px;
    }
    .newsLetterDiv {
        order: 1;
        max-width: 400px;
        margin-bottom: 36px;
    }

    .footerSocialIcon {
        margin: 30px 0;
        gap: 15px;
    }

    .footerSocialIcon img {
        border-radius: 8px;
        width: 40px;
    }




    .otherPagesCmnHero .heroFlexMain>h1::after {
        bottom: 21px;
        right: 28%;
        width: 34%;
    }

    .whoWeAreTxtImg .txtImageMainImg img {
        border-radius: 32px;
    }


    .whyChooseFlexTop>p {
        margin: 16px 0 32px 0;
    }

    .whyChooseListFlex {
        margin-top: 60px;
    }

    .whyChooseListCmn .whyChooseListCmnImg img {
        max-width: 60px;
    }

    .whyChooseListCmn {
        gap: 12px;
    }

    .partnerMainFlex>h2 {
        margin-bottom: 32px;
    }

    .partnerListCmn>p {
        margin: 16px 0 20px 0;
    }

    .partnerListCmnImg>img {
        max-width: 60px;
    }

    .partnerListCmn {
        padding: 16px;
    }

    .partnerListFlex {
        row-gap: 16px;
        column-gap: 0;
    }

    .blogMain {
        background: #F5EFE6;
    }

    .blogList .latestArticleListCmn {
        flex-direction: column;
        border: none;
    }

    .blogList .latestArticleListCmn .latestArticleListCmnImg img {
        max-width: 360px;
        border-radius: 20px;
    }

    .latestArticleTextDiv {
        padding: 0px 5px;
    }

    .blogSingleDetailsImg img {
        max-width: 350px;
    }

    .blogSingleDetailsImg {
        margin-bottom: 24px;
    }

    .blogPagination {
        margin-top: 40px;
        background-color: #F5EFE6;
        padding-bottom: 30px;
    }

    .pagenavi {
        justify-content: center;
        gap: 50px;
    }

    .pageNumbers {
        display: none !important;
    }

    .pageNaviPrevBtnDiv a,
    .pageNaviNextBtnDiv a {
        font-size: 16px;
    }

    .pageNaviPrevBtnDiv a:hover,
    .pageNaviNextBtnDiv a:hover {
        background: var(--linear-color);
        color: #FFF !important;
    }
}