.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh !important;
}

main {
    flex-grow: 1;
   /* padding: 20px;*/
}

/* header css */
.prayas-header {
    width:100%;
    height: 130px;    
    margin-top: -1px;
    background-color: #FFF9F5;
    display: flex;
    justify-content: space-between;
    background-image: url('../img/header-bg_new.svg');
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 20px solid #005EA4;
}
.header-img {
    width: unset;
}

@media (min-width: 1201px) {
    .prayas-header {
        height: 130px;
    }

    .header-img.header-prayas-image {
        width: 180px;
    }
}

@media (min-width: 601px) and (max-width: 1200px) {
    .prayas-header {
        height: 90px;
    }

    .header-img.header-prayas-image {
        width: 115px;
    }
}

@media (max-width: 600px) {
    .prayas-header {
        height: 50px;        
    }

    .header-img.header-prayas-image {
        width: 50px;
    }

    .prayas__footer {
        padding: 3px 0;
    }
}

/* end header css */

/*start :footer*/

.footer {
    bottom: 0;
    width: 100%;
    background: unset !important;
    padding: 0px !important;
}

.prayas__footer {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #005EA4;
    color: #fff;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    padding: 3px 10%;
    align-items: center;
}

    .prayas__footer .center p {
        text-align: center;
        margin-bottom: 0;
        font-size: 13px !important;
        font-weight: initial !important;
    }

/* Media query for medium screens (e.g., tablets) */
@media (min-width: 601px) and (max-width: 1200px) {
  

    .prayas__footer {
        padding: 0 !important;
    }

        .prayas__footer .right img {
            width: 80px !important;
            margin: 0 !important;
        }

        .prayas__footer .center-text p {
            margin: 0 !important;
            padding: 0 !important;
            font-size: 9px !important;
        }

        .prayas__footer .left img {
            width: 100px !important;
            margin: 0 !important;
        }
}

@media (max-width: 600px) {
   
    .prayas__footer .right img {
        width: 30px !important;
    }

    .prayas__footer .center {
        margin: 0 !important;
    }

        .prayas__footer .center p {
            font-size: 8px;
            margin-bottom: 0;
        }

    .prayas__footer .left img {
        width: 50px !important;
    }
}



@media (max-width: 600px) {    

    .prayas__footer {
        padding: 3px 0;
    }
}


