/*decreasing the menu section height*/ 
.zpheader-style-01 .theme-header .zpcontainer {
    padding-block-start: 12px !important;
    padding-block-end: 12px !Important;
}
/*top-bar all content do right side*/ 
.theme-header-topbar .zpcontainer {
    justify-content: flex-end;
}

/*footer link*/

.zplink-type-vertical.zplink-iconstyle-04 .zplink-list-container>.zplink-list .zplink-text {
    padding-inline-start: 20px;
    color: #83888D;
}
div.zpslider-img.zpbackground-size-contain.zpbackground-position-left-top.zpbackground-repeat-no.zpbackground-attachment-scroll
{
    background:#fff;
}
/*
.zphero>ul li.zphero-slide .zpslider-img
{
    min-height:390px;
}
*/


@media only screen and (max-width: 600px) {
.zphero>ul li.zphero-slide .zpslider-img
{
    min-height:270px;
}
}