body {
  margin: 0;
  padding: 0;
  background-color: #F0F3F7;
  color: #040B17;
}
p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #040B17;
  font-weight: 400;
  font-style: normal;
  line-height: 21px;
  margin-bottom: 10px;
}
a{
  text-decoration: none!important;
  color: #040B17;
  transition: color 0.3s ease;
}
.logo {
  margin: 60px 0 20px 0;
}
h2{
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
h3{
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 20px;
  color: #ffffff;
}
h4{
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.padding-top-30{
  padding-top: 30px;
}
.box{
  padding: 20px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 1.638px 1.638px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}
.box img{
  width: 40px;
  border-radius: 2px;
  height: auto;
}
.box p {
  margin-bottom: 0;
}
.box ul{
  list-style: none;
  padding: 0;
}
.box ul li{
  margin: 15px 0;
  padding-top: 0;
}
.campus-image {
  text-align: center;
}
.campus-image img{
  width: 180px;
  margin: 20px 0;
}
.box ul li:hover{
  background: #f0f7fe;
  border-radius: 2.047px;
}
.box a:hover {
  background: #f0f7fe;
  border-radius: 2.047px;
}
.mt {
  margin-top: -189px;
}
.green-search {
  top: 400px;
  position: relative;
  margin-bottom: -115px;
  margin-left: 413px;
  left:0;
  right:0;
}
@media only screen and (max-width: 1399px) {
  .green-search {margin-left: 353px !important;}
}
@media only screen and (max-width: 1199px) {
  .green-search {margin-left: 293px !important;}
}
@media only screen and (max-width:991px) {
  .mt{margin-top:0px !important}
}
@media only screen and (max-width:430px) {
  .align-items-center {
    text-align: center;
  }
}
.gc-seek-footer {
  margin: 20px 0;
}
footer {
  color: #040B17;
  padding: 2em 0;
}
.right-svg{
  position: absolute;
  right: 0;
}
.left-svg{
  position: absolute;
  left: 0;
}