﻿@media only screen and (min-width: 1200px) {
  .container {
    min-width: 80%;
  }
}
/******* RESPONSIVE ********/
#footer {
  background-color: #f6f7fc;
  opacity: 0.8;
}
#footer .footer-top {
  padding-top: 40px;
  padding-bottom: 10px;
  width: 100%;
  font-size: 14px;
}
#footer .footer-top h4 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #2155ce;
}
#footer .footer-top ul li a {
  position: relative;
  font-size: 14px;
}
#footer .footer-top p {
  margin-top: 5px;
}
#footer .footer-bottom .content {
  text-align: center;
  padding: 10px 0 15px 0;
  border-top: 1px solid rgba(8, 49, 125, 0.27);
  font-size: 14px;
  font-weight: 700;
}
#footer .footer-bottom .content a {
  color: #2155ce;
}
#footer #changeLinkLk {
  background: #F2F2F2;
  border: 1px solid #D7DAE2;
  border-radius: 10px;
  width: 100%;
  flex: auto;
  height: 45px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #212529;
}
