

/* banner css start here  */

.banner{
    background-image: url(../images/about/about-banner.png);
}

.page-template-templatesabout-php .zig-zag-content{
    background-color: #fff;

}
.middle-relative-box {
    position: relative;
}

.absolute-txt {
    position: absolute;
    left: 45%;
    top: 8%;
}
.md-img {
    height: 650px;
}

.md-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.even-box {
    right: 45% !important;
    left: unset;
}

@media (max-width: 1500px){
    .zig-zag-content {
        padding: 30px;
    }
 }
@media (max-width: 1200px){
    .absolute-txt {
        position: relative;
        top: unset !important;
        left: unset !important;
        right: unset !important;
    }
    .zig-zag-content {
        padding: 30px;
    }
    .md-img {
        height: 100%;
    }
 }