.foot-wrap {
    background-color: #ffffff;
    color: #fff;
    text-align: center;
    background-color: #9fd7e9;
    margin: 0 auto;
    max-width: 1278px;
}

.foot-wrap .menu-left, .menu-left1, .menu-center, .menu-right, .menu-right1 , .menu-right2{
    display: inline-block;
    width: 16%;
    margin: 40px auto;
	vertical-align: top;
	font-size: 11px;
	text-align:left
}

.foot-wrap ul {
    list-style: none;
	padding-left:20px;
    padding-top: 10px;
    line-height:20px;
}

.foot-wrap h3 {
    border-bottom: 3px solid #2763ad;
    padding-bottom: 5px;
	text-align:center
}

.foot-wrap a {
    text-decoration: none;
    color: #000000;
}

.foot-wrap a:hover {
    color: deeppink;
}

.foot-wrap .cmark {
    display: block;
    padding: 10px;
    border-top: 1px solid gray;
    width: 80%;
    margin: 0 auto;
    color: gray;
}

.h8 {
    padding: 1rem 2rem;
    border-top: 10px solid #9fd7e9;
    border-bottom: 10px solid #9fd7e9;
    border-left: 10px solid #9fd7e9;
    border-right: 10px solid #9fd7e9;
    text-align: center;
    font-size: 18px;
    font-weight: bolder;
    max-width: 1218px;
    margin: 0 auto;
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
@media screen and (max-width: 900px) {
.foot-wrap .menu-left, .menu-left1, .menu-center, .menu-right, .menu-right1, .menu-right2 {
        display: flex;
        flex-direction: column;
        width: 50%;
    }
    .foot-wrap .cpr {
        display: inline;
    }
}