@media (max-width: 1440px) {


    .hero .carousel-caption {
        bottom: -12rem;
        padding-right: 48dvw;
    }

    .hero .carousel-caption h1 {
        font-size: 55px;
        line-height: 70px;
        margin: 0 0 1.2rem;
        color: #fff;
    }

    .hero .carousel-caption h3 {
        font-size: 30px;
        margin: 0 0 1rem;
        color: #fff;
    }

    .hero .carousel-caption p {
        font-weight: 500;
        font-size: 20px;
        line-height: 38px;
    }

    .howitworks .work-item h2 {
        font-size: 34px;

        margin-bottom: 1rem;
    }
  
    .sectionHeading.leftheading h2 {
        width: 100%;
        font-size: 50px;
        line-height: 59px;
        margin: 0 0 2rem;
    }
    .welcomArea .posterblock img{
        width: 100%;
    }
    .sectionHeading.rightheading h2{
        text-align: left;
    }
    .page-header h2 {
        width: 100%;
        font-size: 50px;
        line-height: 60px;
    }

}

@media (max-width: 1366px) {
    .hero {
        height: auto;

        padding-top: 6rem;
    }

    .hero .carousel-caption {
        bottom: -8rem;
    }

    .navbar-toggler {
        color: #fff;
    }

    .hero .carousel-caption h1 {
        font-size: 55px;
        line-height: 74px;
        margin: 0 0 1rem;
        color: #fff;
    }

    .howitworks .work-item h2 {
        font-size: 28px;
    }

}

@media (max-width: 768px) {
    .hero {
        height: auto;
    }

    .whatdoesarea {
        width: 100%;
        padding: 4rem 0;
    }

    .whatdoesarea .sectionHeading h2,
    .whoareArea .sectionHeading h2,
    .howitworks .sectionHeading h2,
    .smart-area h2 {
        width: 100%;
        font-size: 32px;
        line-height: 43px;
        margin-top: 0;
        padding: 2rem 0 0 0;
    }

    .whoareArea .list-style li {
        font-size: 20px;
    }

    .whoareArea {
        padding: 4rem 0;
    }

    .howitworks {
        padding: 0 0 2rem;
    }

    .hero .carousel-caption {
        bottom: 0;
    }

    .hero .carousel-caption p {
        font-weight: 500;
        font-size: 14px;
        line-height: normal;
    }

    .hero .carousel-caption h3 {
        font-size: 16px;
        margin: 0 0 0.3rem;
    }

    footer ul li a {
        font-size: 13px;
    }

    .readyarea .solid-btn,
    .readyarea .line-btn,
    .solid-btn,.line-btn{
        margin-bottom: 15px;
        width: 100%;
        white-space: wrap;
    }

    .readyarea {
        width: 100%;
        padding: 4rem 0;
    }

    .welcomArea {
        width: 100%;
        padding: 2rem 0 4rem 0;
    }

    .carousel-caption {
        right: 0;
        left: 0;
    }

    .hero .carousel-caption {

        text-align: center;
        padding:2rem 1.5rem;
    }

    .hero .carousel-caption h1 {
        text-align: center;
        font-size: 46px;
        line-height: 59px;
    }
    .welcomArea .wel-content h2 {
        width: 100%;
        font-size: 38px;
        line-height: 60px;
        text-align: center;
        margin: 0 0 2rem;
    }
    .welcomArea .wel-content {
        padding-top: 2rem;
    }
    .welcomArea p{
        text-align: center;
    }
    .welcomArea .posterblock .postercontact img{
        width: 100%;
        height: auto;
    }
    body{
        overflow-x: hidden;
    }
    footer ul{
        flex-direction: column;
    }
    footer ul li {
        padding: 0 15px;
    }
    .howitworks .work-item{
        height: auto;
    }
    .sectionHeading.leftheading h2 {
        width: 100%;
        font-size: 36px;
        line-height: 46px;
    }
    .whoareArea .list-style li {
        font-size: 18px;
    }
    .refundpolicy{
        padding-top: 4rem;
    }
    .hero .carousel-caption h1 {
        text-align: center;
        font-size: 35px;
        line-height: 47px;
    }
    footer .footerlogo{
        text-align: center;
    }
    footer p {
        width: 100%;
        text-align: center !important;
    }
    footer ul{
        align-items: center;
    }
    footer .copyrighttxt {
        margin-top: 0;
        padding: 0;
    }
    .patternbox{
        height: 85dvh;
    }
    /* .patternbox::before{
        
    } */

}

@media (max-width: 480px) and (min-width: 320px){
    .patternbox{
        height: 115dvh;
    }
}