@media only screen and (max-width: 575px) {
.parent-content figure img {
    width: 100%;
}
.heading-1 {
    text-align: center;
}

p.para.black {
    text-align: center;
}

ul.parent-btns {
    justify-content: center;
}

header .container-fluid {
    justify-content: center!important;
    
}


.heading-2 {
    font-size: 2rem;
    text-align: center;
}

.step-process {
    text-align: center;!important;
    width: 100%;
}

.parent-form p {
    text-align: center;
}
.py {
    padding: 1rem 0;
}

.parent-process figure {
    display: none;
}

.parent-process {
    /* display: block; */
    height: auto;
}

.step-process {
    display: block;
    position: unset;
}

.yellow-cta .wrapper {
    margin-left: 0px;
}

.yellow-cta .section-content .heading-4 {
    text-align: center;
}

.parent-achievements {
    display: block;
}

.parent-achievements .child-achievements {
    margin: 10px 0px;
}
.cta-content .heading-2 {
    font-size: 24px;
    line-height: 35px;
}
.navbar-toggler {
    display: none;
}
.popup-bann {
    display: none;
}

.custom-pop1 {
    padding: 0px 10px;
    width: 367px;
}
}


@media only screen and (max-width: 768px) {
    /* .pointers1, .pointers2 {
                margin-bottom: 10px !important;
            } */
             .copyright {
                padding-bottom: 40px;
             }
            .pointers-container {
    flex-direction: column !important;
        gap: 0px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 0px !important;
}
.cstm-lis {
    display: flex; 
    align-items: center; 
    justify-content: center;
} 
.desktop-screen {
    display: none;
}
.mobile-screen {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.whatsapp-chat {
    display: block !important;
  }
  .blink {
                display: block !important;
                text-align: center;
                animation: blinkText 1s infinite;
            }
            @keyframes blinkText {
                0% {
                    opacity: 1;
                }

                50% {
                    opacity: 0;
                }

                100% {
                    opacity: 1;
                }
            }
}

@media only screen and (max-width: 575px) {
    .pointers-container {
        flex-direction: column !important;
        gap: 0px !important;
    }

    .pointers-container li {
        text-align: center !important;
    }

    .centeredText {
        text-align: center !important;
    }
        .formText {
            font-size: 20px !important;
        }
        .formPara {
            font-size: 12px !important;
        }
        .popup-content1 {
            padding-left: 5px !important;
            padding-right: 5px !important;
        }
}

@media only screen and (max-width: 1148px) {
    figure {
        display: none;
    }
    .step-process {
        position: relative;
        top: 0px !important;
        bottom: 0px !important;
        left: 0px !important;
        right: 0px !important;
    }
}