.tx-pxp-consultants .typo3-messages {
    display:none!important;
}


/* ############################################## */
/* ################# FE Manager ################# */
/* ############################################## */
.femanager_fieldset {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.femanager_fieldset .control-label,
.femanager_fieldset .col-sm-10 {
    flex:0 0 100% !important;
    max-width: 100% !important;
}

.custom-file-input {
    opacity: 1 !important;
}



/* ############################################## */
/* ################## FE Login ################## */
/* ############################################## */

.tx-felogin-pi1 label {
    width: 150px;
}

.tx-felogin-pi1 legend {
    padding-top: 20px;
}

.tx-felogin-pi1 input[type="text"],
.tx-felogin-pi1 input[type="password"] {
    width: 170px;
    padding: 5px;
    margin-bottom: 10px;
}

.tx-felogin-pi1 input[type="submit"] {
    border-radius: .8rem!important;
    border:none;
    background-color: #017858;
    margin-top: 15px;
    margin-left: 150px;
    padding: 10px 15px;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-transform: uppercase;
}

.tx-felogin-pi1 input[type="submit"]:hover {
    border-color: #69686A;
    background-color: #69686A;
    color: #fff;
    cursor:pointer;
}

.tx-felogin-pi1 form {
    margin-bottom: 20px;
}




/* ############################################## */
/* ############### PXP Consultant ############### */
/* ############################################## */

.tx-pxp-consultants .ms-container {
    width:auto !important;
}



.btn-country:hover {
    cursor: pointer;
}

.consultants-list-item {
    margin-top: 30px;
}

.consultants-img-dummy {
    font-size: 70px;
    height:100px;
    width:100px;
}

.consultants-img-dummy-container {
    width: 100%;
    padding-top: 115%; /* 1:1 Aspect Ratio */
    position: relative; /* If you want text inside of it */
    max-height: 400px
}

.consultants-img-dummy-container-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.consultants-img-dummy-container-inner .consultants-img-dummy {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
}

.consultant-profile-card {
    background-color: #f4f4f4;
    border-radius: 1.25rem;
}

.consultant-profile-title {
    color: #2f7d32;
    font-weight: 700;
}

.consultant-profile-subtitle {
    color: #202020;
}

.consultant-profile-quote {
    color: #8a2d78;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
}

.consultant-profile-image {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border: 4px solid #fff;
}

.consultant-profile .lead {
    line-height: 1.3;
}

.consultant-profile h2,
.consultant-profile h3 {
    color: #111;
}

@media (max-width: 767.98px) {
    .consultant-profile-quote {
        font-size: 1.7rem;
        text-align: center;
    }
}

/* ############################################## */
/* ############### Searchbar ############### */
/* ############################################## */
.consultants-searchform .row{
    padding: 0 15px;
}

.consultants-searchform .search-slt{
    width: 100%;
    display: block;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius:0;
    -webkit-appearance: none;
    appearance: none;
}
.consultants-searchform .wrn-btn{
    width: 100%;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}

@media screen and (min-width: 992px){
    .consultants-searchform .search-sec{
        position: relative;
        top: -114px;
        background: rgba(26, 70, 104, 0.51);
    }


}

@media screen and (max-width: 992px){
    .consultants-searchform .search-sec{
        background: #1A4668;
    }
}

/* ############################################## */
/* ############### Slide to unlock ############### */
/* ############################################## */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #017858;
}

input:focus + .slider {
  box-shadow: 0 0 1px #017858;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


/* ############################################## */
/* ############### Datepicker ############### */
/* ############################################## */

.datepicker.datepicker-dropdown {
    padding-left: 15px!important;
    padding-right: 15px!important;
}
