.footersection {
  padding: 50px 0 20px 0;
  background: #01224d;
  position: relative;
}
.footersection .maincontainer {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.footersection .mainrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footersection .mainrow.firstrow {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.footersection .mainrow.firstrow .firstpart,
.footersection .mainrow.firstrow .secondpart,
.footersection .mainrow.firstrow .thirdpart {
  width: 33.33%;
}
.footersection .mainrow.firstrow .firstpart .logomaindiv {
  max-width: 248px;
  margin-bottom: 15px;
}
.footersection .mainrow.firstrow .firstpart .logomaindiv img {
  width: 100%;
}
.footersection .mainrow.firstrow .firstpart .aboutus {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  opacity: 0.9;
  max-width: 360px;
}
.footersection .mainrow.firstrow .firstpart .iconlist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footersection .mainrow.firstrow .firstpart .iconlist .singleicon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: 15px;
  border-radius: 100px;
  overflow: hidden;
}
.footersection .mainrow.firstrow .firstpart .iconlist .singleicon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.footersection .mainrow.firstrow .secondpart .maintitle {
  width: 100%;
  color: #fff;
  opacity: 0.9;
  font-size: var(--font4);
}
.footersection .mainrow.firstrow .secondpart .menulist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}
.footersection .mainrow.firstrow .secondpart .menulist .singlemenu {
  width: 50%;
  margin-bottom: 20px;
  list-style-type: none;
}
.footersection .mainrow.firstrow .secondpart .menulist .singlemenu a {
  color: #fff;
  font-size: var(--font6);
  text-decoration: none;
}
.footersection .mainrow.firstrow .thirdpart .maintitle {
  width: 100%;
  color: #fff;
  opacity: 0.9;
  font-size: var(--font4);
}
.footersection .mainrow.firstrow .thirdpart .singlelist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-bottom: 15px;
  text-decoration: none;
}
.footersection .mainrow.firstrow .thirdpart .singlelist .iconbox {
  width: 32px;
  height: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  background-color: #07336d;
  border-radius: 50%;
}
.footersection .mainrow.firstrow .thirdpart .singlelist .iconbox img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 5px;
}
.footersection .mainrow.firstrow .thirdpart .singlelist .detailpart {
  width: calc(100% - 47px);
}
.footersection .mainrow.firstrow .thirdpart .singlelist .detailpart p {
  font-size: var(--font6);
  color: #fff;
}
.footersection .mainrow.secondrow .firstpart {
  width: 50%;
}
.footersection .mainrow.secondrow .firstpart p {
  color: #fff;
  font-size: var(--font6);
  margin-bottom: 0;
  text-align: left;
}
.footersection .mainrow.secondrow .secondpart {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  margin: 0;
}
.footersection .mainrow.secondrow .secondpart .footermenulist {
  list-style-type: none;
  margin-left: 15px;
}
.footersection .mainrow.secondrow .secondpart .footermenulist a {
  color: #fff;
  font-size: var(--font6);
  text-decoration: none;
  position: relative;
}
.footersection .mainrow.secondrow .secondpart .footermenulist a::after {
  content: "|";
  position: absolute;
  right: -10px;
  top: 0;
}
.footersection .mainrow.secondrow .secondpart .footermenulist:last-child a::after {
  display: none;
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .footersection .maincontainer {
    max-width: 1140px;
  }
  .footersection .mainrow.firstrow .firstpart {
    padding-right: 30px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .footersection .maincontainer {
    max-width: 960px;
  }
  .footersection .mainrow.firstrow .firstpart {
    padding-right: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .footersection .maincontainer {
    max-width: 720px;
  }
  .footersection .mainrow.firstrow .firstpart {
    padding-right: 30px;
    width: 48%;
    order: 1;
  }
  .footersection .mainrow.firstrow .secondpart {
    width: 100%;
    order: 3;
    margin-top: 30px;
  }
  .footersection .mainrow.firstrow .thirdpart {
    width: 52%;
    display: flex;
    flex-wrap: wrap;
    order: 2;
  }
  .footersection .mainrow.firstrow .secondpart .menulist .singlemenu {
    width: auto;
    margin-right: 45px;
  }
  .footersection .mainrow.firstrow .secondpart .menulist .singlemenu:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .footersection .maincontainer {
    max-width: 540px;
  }
  .footersection .mainrow.firstrow .firstpart {
    padding-right: 30px;
    width: 55%;
    order: 1;
  }
  .footersection .mainrow.firstrow .secondpart {
    width: 100%;
    order: 3;
    margin-top: 10px;
  }
  .footersection .mainrow.firstrow .thirdpart {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    order: 2;
  }
  .footersection .mainrow.firstrow .thirdpart .singlelist .detailpart p {
    word-wrap: break-word;
  }
  .footersection .mainrow.firstrow .secondpart .menulist .singlemenu {
    width: auto;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .footersection .mainrow.firstrow .secondpart .menulist .singlemenu:last-child {
    margin-right: 0;
  }
  .footersection .mainrow.secondrow .firstpart,
  .footersection .mainrow.secondrow .secondpart {
    width: 100%;
  }
  .footersection .mainrow.secondrow .firstpart p {
    text-align: center;
    margin-bottom: 15px;
  }
  .footersection .mainrow.secondrow .secondpart {
    justify-content: center;
  }
  .footersection .mainrow.secondrow .secondpart .footermenulist:first-child {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .footersection .maincontainer {
    max-width: 100%;
    padding: 0 15px;
  }
  .footersection .mainrow.firstrow .firstpart {
    padding-right: 30px;
    width: 100%;
    order: 1;
  }
  .footersection .mainrow.firstrow .secondpart {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
  .footersection .mainrow.firstrow .thirdpart {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    order: 3;
    margin-top: 20px;
  }
  .footersection .mainrow.firstrow .firstpart .aboutus {
    max-width: 100%;
  }
  .footersection .mainrow.firstrow .thirdpart .singlelist .detailpart p {
    word-wrap: break-word;
  }
  .footersection .mainrow.firstrow .secondpart .menulist .singlemenu {
    width: 50%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .footersection .mainrow.firstrow .secondpart .menulist .singlemenu:last-child {
    margin-right: 0;
  }
  .footersection .mainrow.secondrow .firstpart,
  .footersection .mainrow.secondrow .secondpart {
    width: 100%;
  }
  .footersection .mainrow.secondrow .firstpart p {
    text-align: center;
    margin-bottom: 15px;
  }
  .footersection .mainrow.secondrow .secondpart {
    justify-content: center;
  }
  .footersection .mainrow.secondrow .secondpart .footermenulist:first-child {
    margin: 0;
  }
}
