.cogtek-footer .top-footer {
  padding: 103px 0px 49px;
}

.cogtek-footer .container {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 24px;
}

.cogtek-footer .top-footer .top-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.cogtek-footer .top-footer .top-footer-inner .col-1 {
  width: 26.79687%;
}

.cogtek-footer .footer-logo {
  max-width: 343px;
  max-height: 111px;
  margin-bottom: 23px;
}

.cogtek-footer .footer-logo img {
  display: block;
  width: 100%;
  max-width: 343px;
}

.cogtek-footer .footer-contents {
  margin-left: 6px;
}

.cogtek-footer .footer-contents .footer-address p {
  font-family: Montserrat;
  font-size: 14.41px;
  font-weight: 500;
  line-height: 23.41px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 14px;
}

.cogtek-footer .footer-contents .footer-address p {
  font-family: Montserrat;
  font-size: 14.41px;
  font-weight: 500;
  line-height: 23.41px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 14px;
}

.cogtek-footer .footer-contents .system-performance {
  background: rgba(107, 26, 128, 1);
  border-radius: 90px;
  padding: 7px 42px 7px 12px;
}

.cogtek-footer .footer-contents .system-performance {
  font-family: Montserrat;
  font-size: 12.61px;
  font-weight: 400;
  line-height: 19px;
  color: rgba(255, 255, 255, 1);
  position: relative;
  margin-bottom: 23px;
  display: inline-block;
}

.cogtek-footer .footer-contents .system-performance:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: rgba(113, 203, 49, 1);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 9px;
  vertical-align: middle;
}

.cogtek-footer .footer-contents .social-links {
  display: flex;
  gap: 9px;
}

.cogtek-footer .footer-contents .social-links .icon {
  width: 35px;
  height: 35px;
}

.cogtek-footer .footer-contents .social-links .icon:hover {
  opacity: 0.7;
}

.cogtek-footer .footer-contents .social-links .icon img {
  display: block;
  width: 100%;
}

.cogtek-footer .top-footer .top-footer-inner .col-2 {
  width: 100%;
  max-width: 522px;
}

.cogtek-footer .footer-menu {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 12px;
}

.cogtek-footer .footer-menu:before {
  content: '';
  width: 100%;
  height: 37px;
  background: rgba(242, 242, 242, 0.25);
  border-radius: 8px;
  position: absolute;
  top; 0;
  left: 0;
}

.cogtek-footer .footer-menu .hs-menu-wrapper ul {
  display: block;
}

.cogtek-footer .footer-menu .menu-title h3 {
  font-family: Montserrat;
  font-size: 14.41px;
  font-weight: 600;
  line-height: 22px;
  color: rgba(255, 255, 255, 1);
  margin: 0;
  padding: 7.5px 0;
}

.cogtek-footer .footer-menu .menu-list {
  margin-top: 32px;
}

.cogtek-footer .footer-menu .menu-list .hs-menu-item {
  display: flex;
}

.cogtek-footer .footer-menu .menu-list .hs-menu-item a {
  font-family: Montserrat;
  font-size: 12.61px;
  font-weight: 400;
  line-height: 18.91px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  display: flex;
  margin-bottom: 14px;
}

.cogtek-footer .footer-menu .menu-list .hs-menu-item a:hover {
  color: rgba(255, 255, 255, 1);
}

.cogtek-footer .bottom-footer {
  border-top: 0.9px solid rgba(249, 249, 249, 1);
  padding: 26px 0px 36px;
}

.cogtek-footer .bottom-footer .bottom-footer-inner {
  display: flex;
  justify-content: space-between;
}

.cogtek-footer .bottom-footer .copyright h6, .cogtek-footer .bottom-footer .powered-by h6 {
  font-family: Montserrat;
  font-size: 12.61px;
  font-weight: 700;
  line-height: 19px;
  color: rgba(255, 255, 255, 1);
  margin: 0;
}




/*  ************************************** Responsive Style **************************************/
@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1200px) {
  .cogtek-footer .container {
    padding: 0 15px;
  }

  .cogtek-footer .top-footer {
    padding: 80px 0px 40px;
  }

  .cogtek-footer .bottom-footer {
    padding: 20px 0px 30px;
  }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {
  .cogtek-footer .top-footer .top-footer-inner {
    flex-direction: column;
  }
  .cogtek-footer .top-footer .top-footer-inner .col-1 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cogtek-footer .bottom-footer .bottom-footer-inner {
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
  }

  .cogtek-footer .footer-logo img {
    max-width: 280px;
  }

  .cogtek-footer .bottom-footer .copyright h6, .cogtek-footer .bottom-footer .powered-by h6 {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 575px) {
  .cogtek-footer .footer-menu{
    flex-direction: column;
    gap: 30px;
    padding: 0;
  }

  .cogtek-footer .footer-menu:before {
    display: none;
  }

  .cogtek-footer .footer-menu .menu {
    position: relative;
    padding: 0 12px;
  }

  .cogtek-footer .footer-menu .menu:before {
    content: '';
    width: 100%;
    height: 37px;
    background: rgba(242, 242, 242, 0.25);
    border-radius: 8px;
    position: absolute;
    top; 0;
    left: 0;
  }

  .cogtek-footer .footer-menu .menu-list {
    margin-top: 24px;
  }

  .cogtek-footer .footer-logo img {
    max-width: 220px;
  }

}