.j-service-text-box h3 {
    display: none;
}

.j-citi-link {
    display: none;
}

.j-navbar-brand span {
    display: none;
}


.btn-theme{
  color: #fff!important;
    background-color: #C75214;
    border-color: #C75214;
}
.btn-theme:hover, .btn-theme:focus, .btn-theme:not(:disabled):not(.disabled):active, .btn-theme:not(:disabled):not(.disabled).active, .show > .btn-theme.dropdown-toggle {
    color: #fff!important;
    background-color: #953E0F;
    border-color: #953E0F;
}
.btn-outline-theme{
  color: #333;
  background-color:#f8f9fa;
}
.btn-outline-theme:hover, .btn-outline-theme:focus, .btn-outline-theme:not(:disabled):not(.disabled):active, .btn-outline-theme:not(:disabled):not(.disabled).active, .show > .btn-outline-theme.dropdown-toggle {
    color: #fff;
    background-color: #C75214;
    border-color: #C75214;
}

.btn-outline-theme input[type="checkbox"] + span{
    display:inline-block;
    width:19px;
    height:19px;
    margin:0px 10px -4px 0;
    background-image: url(../img/circle-regular.svg);
    background-repeat: no-repeat;
    background-position: left top;
  }
  .btn-outline-theme input[type="checkbox"]:checked + span{
    background-image: url(../img/check-circle-solid.svg)
  }
  .btn-outline-theme input[type="radio"] + span{
    display:inline-block;
    width:19px;
    height:19px;
    margin:0px 10px -4px 0;
    background-image: url(../img/circle-regular.svg);
    background-repeat: no-repeat;
    background-position: left top;
  }
  .btn-outline-theme input[type="radio"]:checked + span{
    background-image: url(../img/dot-circle-regular.svg)
  }


@media (max-width: 575.98px) {
    .navbar-brand img {
        width: 250px;
        display: block;
    }
}

/* .page-header {
    height: auto;
}



@media (min-width: 992px){
    .bd-sidebar {
        height: calc(100vh - 145px);
        top: 145px;
    }
}
     */