footer {
  background-color: #fff;
}

footer .footer_sec_1 p {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  padding-right: 60px;
}

footer .footer_sec_2 p {
  margin-bottom: 10px;
}

footer .footer_sec_2 p a {
  font-size: 14px;
}

footer #footer {
  position        : fixed;
  bottom          : 60px;
  left            : 0;
  width           : 100%;
  background-color: #fff;
  padding         : 50px 50px 10px 50px;
  display         : none;
  z-index         : 1;
}

footer #footer a {
  text-decoration: none;
  color          : #000;
  font-weight: 500;
}

footer #footer .social_media {
  display: flex;
  gap    : 26px;
}

footer #footer h4 {
  font-size  : 17px;
  font-weight: 700;
  line-height: 28.77px;
}

footer #footer .total_visit p {
  font-weight: 700;
  font-size  : 22px;
}

.copy_right {
  display         : flex;
  justify-content : space-between;
  position        : fixed;
  align-items     : center;
  bottom          : 0;
  left            : 0;
  width           : 100%;
  padding         : 0px 50px;
  border-top      : 1px solid #ccc;
  background-color: #fff;
  z-index         : 2;
}

.copy_right p {
  font-size  : 14.3px;
  font-weight: 400;
  line-height: 31.9px;
  margin     : 0;
}

.copy_right button {
  width           : 60px;
  height          : 60px;
  border          : none;
  background-color: transparent;
}

.copy_right img#toggleIcon {
  width: 46px;
}

.iframe_footer {
  position: fixed;
  width   : 100%;
  z-index: 4;
  bottom: 0;
}

@media screen and (max-width: 480px) {
  .copy_right {
    padding: 0px 10px;
  }
}