.footer_main_hr{
  background: #0F0F14;
  padding:135px 0 0;
}
.hor-center{
  text-align:center;
}
.hor_menu{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 35px;
}
.hor_menu li {
  list-style:none;
}
.hor_menu li a {
  color:#fff;font-size: 15px;
  text-decoration:none;
}
.hor-center .scl_ftr {
  margin-top: 40px;
  justify-content: center;
}
.footer_main_hr .hor-center .left_ftr_details {
  padding: 0;
}
.left_ftr_details img {
  width:100%;
  max-width: 140px;
}
.footer_main_hr .left_ftr_details p {
  color:#fff;margin:25px 0;font-weight:500;
}
.footer_main_hr .left_ftr_details img {
  max-width: 120px;
}
.footer_main_hr .left_ftr_details a{
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  font-size: 18px;
  padding: 30px 0 0;
  display: block;1
}
.footer_main_hr h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 20px;
}
.footer_main_hr .mn_items li {
  list-style: none;
  padding: 5px 0;
}
.footer_main_hr .mn_items li a{
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.footer_main_hr .left_ftr_details{
  padding: 0 90px 0 0px;
}
.ftr_btm{
  background: #16161B;margin:110px 0 0;
  padding:20px 0;text-align: center;
}
.ftr_btm p {
  margin:0;color:#fff; font-size:16px;
}

.scl_ftr{
  display: flex;
  list-style: none;
  margin-top: 20px;
}

.scl_ftr li {
  margin-left:23px;
}

.scl_ftr li:first-child{
  margin-left:3px;
}

.scl_ftr li a svg {
  height:20px;
  fill: #ffffff;
}

.footer_main_hr .hs_cos_wrapper .hs-form-private {
  display:flex;
  align-items:start;
  line-height: 0;
}

.footer_main_hr .hs-form-private .hs-fieldtype-text.field.hs-form-field {
  position: relative;
}

.footer_main_hr .hs-input {
  background: #16161B;
  border-radius: 6px;
  height: 50px;
  width: 173px;
  padding: 18px 20px 18px 35px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;   
  margin-right: 12px;
  outline: 0;
  border: 0;
  color:#ffffff;

}

.footer_main_hr .hs-input::placeholder{
  color:#3B3B40;
}

.footer_main_hr input.hs-button {
  background: #712FFF;
  border-radius: 6px;
  color: #fff;
  font-size: 0px;
  font-weight: 900;
  padding: 25px 28px;
  width: max-content;
  border: none;
  margin-top: 6px;
  background-image: url(https://26839744.fs1.hubspotusercontent-eu1.net/hubfs/26839744/search-icon.png);
  background-position: center;
  background-repeat: no-repeat;
}

.footer_main_hr .hs-form-private .hs-fieldtype-text.field.hs-form-field .no-list.hs-error-msgs.inputs-list {

  list-style: none;
  padding-left: 0;
  font-size: 10px;
  color: #ff0000;
  left: 4px;
  margin: 25px 0px 0px;
}

.hs_error_rollup {
  display:none;
}



.footer_main_hr .submitted-message {
  color: #712fff;
  font-size: 20px;
  font-weight: 600;
}

@media (min-width:992px) and (max-width:1024px){
  .footer_main_hr .col-lg-5 {
    flex: 0 0 auto;
    width: 36.666667%;
  }
}

@media (max-width:991.98px) {
  .footer_main_hr .left_ftr_details {
    padding: 0 0px 40px 0px;
  }

}

@media (max-width:767.98px){
.hor_menu {
  display: block;
}
  .hor_menu li {
  padding: 5px 0 0;
  }
  .footer_main_hr .col-md-4 {
    padding-bottom:40px;
  }

  .footer_main_hr .hs-input {
    width:200px;
  }

  .footer_main_hr .hs-form-private .hs-fieldtype-text.field.hs-form-field .no-list.hs-error-msgs.inputs-list{
    font-size:12px;
  }

  .footer_main_hr {
    padding:80px 0px 0px;
  }

  .ftr_btm {
    margin: 80px 0px 0px;
  }
}

