@media (max-width: 992px) {
  .footermenu-section .col {
    width: 50%;
    flex-basis: unset;
  }
  .footer-linksitems {
    text-align: left !important;
  }
}


footer {
  padding: 70px 0px 30px;
  background-color: #f3f4f4;
}
.footermenu-section .container {
  max-width: 1200px !important;
}
.footer-privacyrow {
  margin-top: 60px;
}

.footermenu-section ul.footer-menu1items li {
  list-style-type: none;
}

.footermenu-section ul.footer-menu1items {
  padding-inline-start: 0px !important;
}

.footermenu-section ul.footer-menu1items .footermenu-title {
  font-size: 18px;
 // font-family: "ObjectSans-Bold";
  font-weight: 700;
  color: #141928;
  text-decoration: none;
  display: block;
  line-height: 23px;
//  padding-bottom: 20px;
  word-break: break-word;
  font-weight:bold !important;
}

.footermenu-section ul.footer-menu1items .footermenu-title a {
  font-weight: 700;
}

.footermenu-section ul.footer-menu1items li a {
  font-size: 14px;
  line-height: 18px;
 // font-family: "ObjectSans-Regular";
  font-weight: 400;
  color: #141928;
  text-decoration: none;
  display: block;
  padding-bottom: 15px;
  word-break: break-word;
}

.footermenu-section ul.footer-menu1items .footermenu-title.li a {
   font-weight: 700;
   padding-bottom: 10px;
}

.footermenu-section ul.footer-menu1items li a:hover {
  text-decoration: underline;
}

.footer-privacy-policy {
  font-size: 10px;
  line-height: 14px;
//  font-family: "ObjectSans-Regular";
  font-weight: 400;
  color: #141928;
}

.footer-privacy-policy a {
//  font-family: "ObjectSans-Medium";
  font-weight: 500;
  color: #141928;
  text-decoration: underline;
}

.footer-privacy-policy a:hover {
  color: #ff0037;
}

.footer-privacy-policy-2 {
  font-size: 16px;
  line-height: 24px;
//  font-family: "ObjectSans-Regular";
  font-weight: 400;
  color: #141928;
  padding: 40px 0px 20px;
  margin-bottom: 0px;
}

.footermenu-section ul.footer-menu2items li {
  list-style-type: none;
  display: inline-block;
}

.footermenu-section ul.footer-menu2items {
  padding-inline-start: 0px !important;
}

.footermenu-section ul.footer-menu2items li a {
  font-size: 12px;
  line-height: 16px;
 // font-family: "ObjectSans-Medium";
  font-weight: 500;
  color: #141928;
  text-decoration: none;
  display: block;
  padding-bottom: 15px;
  padding-right: 15px;
}

.footermenu-section ul.footer-menu2items li a:hover {
  text-decoration: underline;
}

.footer-linksitems {
  padding-inline-start: 0px;
  text-align: right;
}

.footer-linksitems li {
  display: inline-block;
  list-style-type: none;
  padding-right: 10px;
  padding-bottom: 15px;
}

.footermenu-sociallinkswrap {
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .ft-toggle {
    border: none;
    background-color: transparent;
    padding: 0;
  }
  .footermenu-title .chevron {
    display: none;
  }
}
@media (max-width: 1023px) {
  footer {padding-top: 16px;}
  .footermenu-section ul.footer-menu1items .footermenu-title {
    display: flex;
    padding-bottom: 0;
  }

.footermenu-section .row {display: block !important;}
.footermenu-section .col-sm-4 {
  width: 100% !important;
  flex: 1 1 100%;
}

.footer-menu1items > span {display: none;}
  .ft-toggle {
    border: none;
    display: flex;
    background: none;
    width: 100%;
    padding: 0;
  }
  .ft-toggle .chevron {
    align-self: flex-start;
    transform-origin: center;
    transition: 0.3s all;
  }
  .ft-toggle.active .chevron {
    transform: rotate(180deg);
  }
  .footermenu-section ul.footer-menu1items li {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .footer-menu1items {
    border-bottom: 1px solid #c4c5c9;
  }
  .ftSubMenu {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-privacy-policy-2 {
    padding: 0 0 24px;
    font-size: .75rem;
    line-height: 1.3;
 }
}