/*header*/

body > div.zpheader-style-01 > div.theme-header > div:nth-child(1){
    padding: 2px 15px;
}

/*custom class-home-page*/
.PREREQUISITE:hover {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 34%);
}

/*footer NEWS-LETTER*/

.zpform-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.zpnewsletter-name-input-field, .zpnewsletter-email-input-field{
    max-width: 100% !important;
    margin-bottom: 8px !important;
}

.zpnewsletter-container .zpnewsletter-input-container input {
    width: 100% !important;
}
.zpcol-md-7 .zpnewsletter-container.zpnewsletter-style-02 .zpnewsletter-input-container button, .zpcol-md-8 .zpnewsletter-container.zpnewsletter-style-02 .zpnewsletter-input-container button, .zpcol-md-9 .zpnewsletter-container.zpnewsletter-style-02 .zpnewsletter-input-container button {
    margin-right: 9px !important;
    margin-left: 0px !important;
}

.zplink-text{
color: white !important;
} 

/*custom class-aboutus-page*/
.METHODS{
transition: 0.5s;
}

.METHODS:hover{
    transform: scale(1.1);

}

