@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");
body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}
.main {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
.tophead {
  border-top: 9px solid #000000;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding-bottom: 10px;
}
.tophead::after {
  background: #87a350;
  content: "";
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  height: 35px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
.left-logo {
  width: 35%;
  position: relative;
  z-index: 2;
}
.left-logo img {
  width: 100%;
  margin-top: -9px;
}
.right-text {
  width: 65%;
}
.right-text h1 {
  font-size: 30px;
  text-align: center;
  max-width: 410px;
}
.centric-cent {
  padding: 5px 10px;
  padding-bottom: 38px;
  position: relative;
}
.centric-cent::after {
  background: #87a350;
  content: "";
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  height: 35px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
.centric-cent p {
  margin: 0px;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 28px;
}
.centric-cent p a {
  color: #0563c1;
}
.footer {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}

.footer-left {
  width: 40%;
}
.footer-left img {
  max-width: 320px;
}
.footer-right {
  width: 60%;
}
.tag-box {
  border: 1px solid #2f528f;
  background: #ffe699;
  width: 100%;
  padding: 10px 0px;
}
.tag-box a {
  font-size: 28px;
  font-weight: 600;
  color: #000000;
  display: block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 767px) {
  .tophead {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .left-logo {
    width: 100%;
    text-align: center;
  }
  .left-logo img {
    max-width: 200px;
  }
  .right-text {
    width: 100%;
    margin-bottom: 20px;
  }
  .right-text h1 {
    font-size: 20px;
    margin: 0 auto;
  }
  .centric-cent p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .footer {
    flex-wrap: wrap;
    padding: 10px 10px;
  }
  .footer-left {
    width: 100%;
  }
  .footer-left img {
    max-width: 226px;
  }
  .footer-right {
    width: 100%;
  }
  .tag-box a {
    font-size: 18px;
  }
  .footer-left {
   
    text-align: center;
}
html body{
	
	margin-top:0;
	
	
}
}


body{
	margin-top: 40px;
}