.linker_assist_header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
}

.linker_assist_header .right_section {
  display: none;
}

.ci_btn, .ofer_btn {
  background: #fb7820;
  border-color: #fb7820;
}

.btn-outline-primary.reg_btn {
  color: #fb7820 !important;
  border-color: #fb7820;
}

.btn-outline-primary.reg_btn:hover {
  color: #ffffff !important;
  background: #fb7820;
}

.boxBtnWp a, .footerList li a {
  color: #ffffff !important;
}

.btn-outline-primary.reg_btn:not(:disabled):not(.disabled):active {
  background: #ffffff;
  color: #fb7820 !important;
  border-color: #fb7820;
}

.btn-outline-primary.reg_btn:not(:disabled):not(.disabled).active:focus, .btn-outline-primary.reg_btn:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.reg_btn.dropdown-toggle:focus {
  box-shadow: none !important;
}

@media only screen and (max-width: 767px) {
  .linker_assist_header {
    position: fixed;
    width: 100%;
    z-index: 12;
    left: 0;
    top: 0;
    animation-name: fade;
    animation-duration: 1s;
  }
  .linker_assist_wrp {
    padding-top: 75px;
  }
  .border_box {
    margin: 5px 0;
    max-height: 190px;
  }
  .block_list_wrp .block_wrp {
    padding-left: 0;
    padding-right: 0;
  }
  .linker_block_inner {
    padding: 25px 10px 0;
  }
  .linker_block_inner .block_wrp {
    padding-left: 0;
    padding-right: 0;
  }
  .top_fix_band {
    width: 100%;
    left: 0;
  }
}

#contactModal .modal-footer .btn-primary {
  background-color: #f6821f;
  border-color: #f6821f;
}

.blk_heading_3 {
  min-height: 44px;
}

.blk_heading_3.v2 {
  min-height: inherit;
}

@media only screen and (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.box_text.v2 a.mt_for_all {
  margin-top: 12px;
}
