.tx-mltherapist .container{
      position: relative;
}
/*QUICKSEARCH AND SEARCH*/
.tx-mltherapist .therapist-qsearch{
      max-width: 800px;
      margin: 0 auto;
      position: absolute;
      padding: 20px 30px;
      left: 0;
      right: 0;
      margin-top: -360px;
}
.tx-mltherapist .fstElement #placeholder{
      color: #6a6a6a;
}
.tx-mltherapist .search-bar .fstMultipleMode,
.tx-mltherapist .therapist-qsearch .fstMultipleMode{
      height: 60px;
      border-radius: 5px;
      font-size: 16px;
      color: #6a6a6a;
}
.tx-mltherapist .search-bar .fstMultipleMode .fstControls,
.tx-mltherapist .therapist-qsearch .fstMultipleMode .fstControls{
      cursor: col-resize;
      padding: 0px;
}
.tx-mltherapist .search-bar .btn.search-btn,
.tx-mltherapist .therapist-qsearch .btn.btn-yellow{
      line-height: 100%;
      font-size: 34px;
      padding: 12px;
      border-radius: 5px;
      height: 60px;
      width: 60px;
      -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}
.tx-mltherapist .search-bar form .fstElement,
.tx-mltherapist .search-bar form select.form-control,
.tx-mltherapist .therapist-qsearch form .fstElement,
.tx-mltherapist .therapist-qsearch form select.form-control{
      -webkit-appearance: none;
      padding: 16px 12px;
      border-radius: 8px;
}
.tx-mltherapist .search-bar form .fstElement,
.tx-mltherapist .therapist-qsearch form .fstElement{
      padding: 12px 15px;
}
.tx-mltherapist .fstMultipleMode.fstActive .fstResults {
      background-color: #f5f2ed;
}
.tx-mltherapist .search-bar select.form-control:not([size]):not([multiple]),
.tx-mltherapist .therapist-qsearch select.form-control:not([size]):not([multiple]){
      -webkit-appearance: none;
      height: 60px;
      padding: 17px;
      border-radius: 5px;
}
.tx-mltherapist .search-bar .fstControls,
.tx-mltherapist .therapist-qsearch .fstControls{
      background-position: right 0px top 14px;
}
.tx-mltherapist .search-bar select,
.tx-mltherapist .therapist-qsearch select{
      background-position: right 13px top 25px;
}
/*LIST*/
.tx-mltherapist .list-cont h1{
      margin-top: -80px;
      font-size: 33px;
      padding: 20px;
      margin-bottom: 0px;
}
.tx-mltherapist .list-cont{
      padding-top: 30px;
}
.tx-mltherapist .list-cont [class*='col-']{
      margin-bottom: 30px;
}
.tx-mltherapist .list-cont .card{
      height: 100%;
      background: #fff;
      position: relative;
      border-radius: 0px;
      border: 1px solid #e7e7dd;
}
.tx-mltherapist .therapist-single .btn-yellow,
.tx-mltherapist .list-content button.more-btn{
      margin: 30px 0px 50px;
}
.tx-mltherapist .list-cont .card .card-body{
      padding-bottom: 45px;
}
.tx-mltherapist .list-cont .card .card-image{
      height: 220px;
      margin-bottom: 15px;
}
.tx-mltherapist .list-cont .card img{
      max-height: 220px;
      width: auto;
}
.tx-mltherapist .card .card-title{
      font-size: 22px;
}
.tx-mltherapist .card .card-text .bi,
.tx-mltherapist .card .card-text .fa{
      width: 30px;
      font-size: 20px;
      color: #616320;
}
.tx-mltherapist .list-cont .card-text > div{
      margin-bottom: 4px;
}
.tx-mltherapist .card .more-btn{
      color: #6a6a6a;
      position: absolute;
      bottom: 20px;
      left: 20px;
}
/*search bar*/
.tx-mltherapist .search-bar .nav-pills .nav-link{
      font-family: "Zilla Slab Bold";
      padding: 13px;
      font-size: 18px;
      text-align: center;
      text-transform: uppercase;
      border-radius: 11px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
}
.tx-mltherapist .search-bar .nav-pills [class*='col']{
      padding: 0px 15px; 
}
.tx-mltherapist .search-bar .nav-pills .nav-link.active{
      background-color: #fcb73a;
}
.tx-mltherapist .search-bar form .form-row{
      font-family: "Open Sans SemiBold";
      color: #6a6a6a;
      margin: 8px -20px 20px;     
}
.tx-mltherapist .search-bar form [class*='col']{
      padding: 0px 20px;
      width: 30%;
}
.tx-mltherapist .search-bar form [class*='col']:last-of-type{
      width: 10%;
}
/*MAP*/
.tx-mltherapist .map-cont{
      padding: 30px 15px;
      margin-bottom: 50px;
}
.tx-mltherapist .list-content #map{
      background-color: #f5f2ed;
      height: 600px;
}
.tx-mltherapist .map-card{
      z-index: 1;
      left: 10px;
      top: 10px;
      width: 300px;
}
.tx-mltherapist .map-card .card-image{
      height: 220px;
      margin-bottom: 15px;
}
.tx-mltherapist .map-card img{
      max-height: 220px;
      width: auto;
}
.tx-mltherapist .map-card .profile-cont{
      width: 80%;
}
.tx-mltherapist .map-card .close-btn{
      right: 10px;
      top: 10px;
}
.tx-mltherapist .map-card .card-title{
      margin-bottom: 10px;
}
.tx-mltherapist .map-card .card-title a{
      font-family: "Zilla Slab Bold";
      text-decoration: none;
      color: #616320;
}
.tx-mltherapist .map-card .close-btn{
      font-size: 25px;
      padding: 10px;
}
.tx-mltherapist .map-card .btn{
      font-family: "Zilla Slab SemiBold";
}
/*SINGLE VIEW*/
.tx-mltherapist .therapist-single{
      padding-top: 45px;
}
.tx-mltherapist .therapist-single h4{
      font-size: 25px;
}
.tx-mltherapist .therapist-single .login-link{
      display: inline-block;
}
.tx-mltherapist .therapist-single .address-block > div,
.tx-mltherapist .therapist-single .institution-block > div,
.tx-mltherapist .therapist-single .icons > div{
      margin-bottom: 7px;
}
.tx-mltherapist .therapist-single .bi,
.tx-mltherapist .therapist-single .fa{
      display: inline-block;
      color: #616320;
      font-size: 21px;
      width: 30px;
}
.tx-mltherapist .cover-image{
      margin-top: -110px;
      height: 650px;
}
.tx-mltherapist #single-map{
      height: 400px;
}
.tx-mltherapist .profile-image{
      margin-top: -320px;
      height: 350px;
      margin-bottom: 15px;
}
.tx-mltherapist .profile-image img{
      height: 100%;
      width: auto;
      padding: 10px;
      background-color: #fff;
      -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
      box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
}
.tx-mltherapist .service-list > h5{
      margin: 20px 0px 15px;
      font-size: 22px;
}
.tx-mltherapist .service-list .description{
      margin-top: 12px;
      margin-bottom: 30px;
}
.tx-mltherapist .service-list .description:last-of-type{
      margin-bottom: 0px;
}
.tx-mltherapist .institution-cont{
      margin-top: 15px;
}
.tx-mltherapist .institution-cont > div{
      margin-bottom: 5px;
}
.tx-mltherapist .address-block,
.tx-mltherapist .institution-block{
      margin-bottom: 30px;
}
.tx-mltherapist .profile-links a:hover{
      text-decoration: none;
}
.tx-mltherapist .profile-links .login-link{
      display: inline-block;
      margin-left: 5px;
}
.tx-mltherapist .profile-links .login-link .bi{
      display: inline-block;
      font-size: 18px;
      width: 30px;
}
/*REGISTRATION AND EDITING*/
.tx-mltherapist #signup-form{
      margin-bottom: 50px;
}
.tx-mltherapist .therapy-section .group-items .form-row{
      border-top: 1px solid #e9ecef;
      padding-top: 10px;
}
.tx-mltherapist .therapy-section .group-items .form-row:first-of-type .btn{
      display: none;
}
.tx-mltherapist .form-group .img-preview img{
      height: 150px;
      width: auto;
}
.tx-mltherapist .group-items .cloned .img-preview{
      display: none;
}
.tx-mltherapist .therapy-section .group-items .cloned{
      border-top: 1px solid #e9ecef;
      margin-top: 10px;
      padding-top: 7px;
}
.tx-mltherapist .error{
      color: red;
}
.tx-mltherapist .section-title{
      font-family: "Open Sans Bold";
      font-size: 16px;
      padding-left: 17px;
}
.tx-mltherapist .section-description{
      margin: 10px 4px;
}
.tx-mltherapist .fa-stack {
      font-size: 25px;
}
.tx-mltherapist .fa-stack .fa-stack-2x{
      color: #fcb73a;
}
.tx-mltherapist .fa-stack .fa-stack-1x{
      font-family: "Zilla Slab";
      color: #fff;
}
.tx-mltherapist form .btn{
      font-family: "Zilla Slab SemiBold";
      padding: 6px;
      border-radius: 11px;
      font-size: 22px;
}
.tx-mltherapist form .del-btn{
      float: right;
      padding: 6px 18px;
      font-weight: bold;
      background-color: #ed1b24;
}
.tx-mltherapist form .add-btn{
      width: 38%;
}
.tx-mltherapist form .add-new-btn{
      width: 60%;
      float: right;
}
.tx-mltherapist form .btn.btn-red{
      line-height: 1.5;;
      width: 50%;
}
.tx-mltherapist form .fstElement{
      padding: 0px;
}
.tx-mltherapist form .fstMultipleMode .fstControls{
      padding: 5px;
}
.tx-mltherapist .fstMultipleMode{
      height: 45px;
}
.tx-mltherapist .fstMultipleMode .fstControls{
      height: 50px;
}
.tx-mltherapist .fstMultipleMode .fstControls{
      white-space: nowrap;
}
.tx-mltherapist .fstMultipleMode .fstQueryInput{
      float: none;
}
.tx-mltherapist .fstMultipleMode .fstChoiceItem{
      cursor: col-resize;
      float: none;
      background-color: #fcb73a;
      border: 1px solid #7c8142;
      margin: 0 5px 0px 0px;
}
.tx-mltherapist .fstResultItem.fstFocused,
.tx-mltherapist .fstResultItem.fstSelected{
      background-color: #fcb73a;
      border-color: #f5f2ed;
}
/*SERVICES - CATEGORY VIEW*/
.tx-mltherapist .cat-view.list{
      padding: 45px 0px 60px;
}
.tx-mltherapist .cat-view.featured {
      margin-top: -100px;
}
.tx-mltherapist .cat-view .th-cat{
      padding-bottom: 25px;
}
.tx-mltherapist .cat-view .card{
      background: #fff url("../Images/bg-logo.png") no-repeat right bottom;
      position: relative;
      height: 100%;
      padding: 25px 25px 45px;
      border: 0px;
}
.tx-mltherapist .cat-view .card .card-body{
      padding: 20px 0px 0px;
}
.tx-mltherapist .cat-view .card-more{
      position: absolute;
      bottom: 20px;
      left: 25px;
}
.tx-mltherapist .cat-view .row:last-of-type{
      padding: 20px 0px 40px;
}
/*SERVICES SINGLE*/
.tx-mltherapist .therapy-cat.single{
      padding-bottom: 40px;
}
.tx-mltherapist .therapy-cat.single h1{
      position: absolute;
      top: -83px;
      margin: 0px;
      line-height: 1;
      padding: 25px 35px;
      height: 83px;
}
.tx-mltherapist .therapy-cat.single .banner{
      max-height: 650px;
      margin-top: -110px;
      overflow: hidden;
}
.tx-mltherapist .therapy-cat.single .back-btn{
      padding: 16px 0px 24px;
      display: inline-block;
}
.tx-mltherapist #therapy-accordion .card-header{
      cursor: pointer;
      position: relative;
      border-bottom: 0px;
      border-radius: 0px;
      padding: 13px 20px 13px 35px;
      background-color: #616320;
}
.tx-mltherapist #therapy-accordion .card-header h3{
      font-size: 25px;
      color: #fff;
}
.tx-mltherapist #therapy-accordion .card-header .fa{
      position: absolute;
      left: 15px;
      top: 0;
      bottom: 0;
      height: 13px;
      margin: auto;
      color: #fff;
      font-size: 13px;
}
.tx-mltherapist #therapy-accordion .card{
      border: 0px;
      border-radius: 0px;
      border-top: 1px solid #616320;
}
.tx-mltherapist #therapy-accordion .card:last-of-type{
      border-bottom: 1px solid #616320;
}
.tx-mltherapist #therapy-accordion .card-header.collapsed{
      background-color: transparent;
}
.tx-mltherapist #therapy-accordion .card-header.collapsed .fa,
.tx-mltherapist #therapy-accordion .card-header.collapsed h3{
      color: #616320;
}
.tx-mltherapist #therapy-accordion .btn-yellow{
      line-height: 1.5;
      padding: 6px 20px;
      margin-top: 5px;
}


/*RESPONSIVE*/
/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) { 
      .tx-mltherapist .search-bar form .form-row{
            margin: 8px -10px 20px;
      }
      .tx-mltherapist .search-bar form [class*='col']{
            padding: 0px 10px;
      }
}

/*all devices up to desktop sizes*/
@media (max-width: 991px) {
      .tx-mltherapist .therapist-qsearch{
            margin-top: -200px;
      }
      .tx-mltherapist .cat-view.featured{
            margin-top: 30px;
      }
      .tx-mltherapist .therapist-single .login-cont{
            padding: 10px 0px;
      }
}
/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) { 
      .tx-mltherapist .therapist-qsearch{
            padding: 20px 15px;
      }
      .tx-mltherapist .therapist-qsearch .btn.btn-yellow {
            width: 100%;
      }
      .tx-mltherapist .search-bar form .form-row{
            margin: 8px -5px 20px;
      }
      .tx-mltherapist .search-bar form [class*='col']{
            padding: 0px 5px;
      }
      .tx-mltherapist .search-bar form .form-row [class*='col']:last-of-type{
            -webkit-box-flex: 0;
            -ms-flex: 0 0 10%;
            flex: 0 0 10%;
            max-width: 10%;
      }
      .tx-mltherapist .cover-image {
            margin-top: -110px;
            height: 500px;
      }
}

/*all devices up to tablet sizes*/
@media (max-width: 767px) { 
      /*quicksearch*/
      .tx-mltherapist .therapist-qsearch{
            padding: 20px 0px;     
            position: relative;
            margin-top: 0px;
      }
      .tx-mltherapist .therapist-qsearch .tag-cloud .fstResults{
            width: 100%!important;
            right: 0;
            left: 0;
      }
      /*category view*/
      .tx-mltherapist .cat-view.featured{
            margin-top: 25px;
      }
      .tx-mltherapist .cat-view .card{
            padding: 15px 20px 25px;
      }
      .tx-mltherapist .cat-view .card .card-body{
            padding: 15px 0px 0px;
      }
      .tx-mltherapist .cat-view.list{
            padding: 25px 0px 35px;
      }
      /*single view for categories*/
      .tx-mltherapist .therapy-cat.single{
            padding-bottom: 60px;
      }
      .tx-mltherapist .therapy-cat.single .banner img{
            display: none;
      }
      .tx-mltherapist .therapy-cat.single .banner{
            background-size: cover!important;
            height: 300px;
            margin: 0px;
      }
      .tx-mltherapist .therapy-cat.single h1{
            position: relative;
            margin: 0 -15px 20px;
            top: 0px;
            font-size: 26px;
            height: 65px;
            padding: 20px 15px;
            height: auto;
            text-align: center;
      }
      .tx-mltherapist .therapy-cat.single .back-btn{
            padding: 5px 0px 25px;
      }
      .tx-mltherapist #therapy-accordion .card-header{
            padding-left: 30px;
      }
      .tx-mltherapist #therapy-accordion .card-header .fa{
            bottom: auto;
            left: 9px;
            top: 22px;
      }
      /*therapist list view*/
      .tx-mltherapist .list-content #map{
            height: 400px;
      }
      .tx-mltherapist .search-bar form .form-row{
            margin: 8px -10px 20px;
      }
      .tx-mltherapist .search-bar form .form-row [class*='col']{
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            padding: 0px 10px;
      }
      .tx-mltherapist .search-bar form .form-row [class*='col']:nth-child(3){
            -webkit-box-flex: 0;
            -ms-flex: 0 0 70%;
            flex: 0 0 70%;
      }
      .tx-mltherapist .search-bar form .form-row [class*='col']:nth-child(4){
            -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
            flex: 0 0 30%;
      }
      .tx-mltherapist .list-cont [class*='col-']{
            margin-bottom: 25px;
      }
      .tx-mltherapist .list-content button.more-btn{
            margin: 45px 0px 35px;
      }
      /*therapist single view*/
      .tx-mltherapist .cover-image{
            height: 275px;
            margin-top: 0px;
      }
      .tx-mltherapist .profile-image {
            margin-top: -260px;
            height: 260px;
      }
      .tx-mltherapist .address-block{
            margin-top: 10px;
      }
      .tx-mltherapist .therapist-single .head-cont{
            background-color: #616320;
            padding: 0px 15px;
            min-height: 67px;
            margin: 30px 0px 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
      }
      .tx-mltherapist .therapist-single h4{
            color: #fff;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
            margin: 0px;
            border-bottom: 0px;
      }
      /*therapist map view*/
      .tx-mltherapist .map-card{
            left: 0;
            top: 0;
      }
      .tx-mltherapist .map-card .card-title{
            margin-bottom: 0px;
      }
      /*form elements*/
      .tx-mltherapist .fstMultipleMode.fstActive .fstResults{
            width: 100%!important;
      }
      .form-row>.col, .form-row>[class*=col-]{
            margin-bottom: 10px;
      }
      .tx-mltherapist form [class*='col'] > .align-self-center{
            margin-bottom: 10px;
      }
      .tx-mltherapist form .custom-control.custom-radio{
            padding: 12px 0px 0px 30px;
            margin-right: 10%;
            margin: 0px 0px 0px 30px;
      }
      .tx-mltherapist form .custom-control-label{
            padding-top: 3px;
      }
      .tx-mltherapist form .custom-control-label::before,
      .tx-mltherapist form .custom-control-label::after{
            width: 20px;
            height: 20px;
      }
      .tx-mltherapist form .therapy-section{
            padding-bottom: 10px;
            border-bottom: 1px solid #e9ecef;
      }
      .tx-mltherapist form .therapy-section .btn-sm{
            display: block;
            width: 100%;
            margin-bottom: 10px;
            float: none;
      }
      .tx-mltherapist form .btn.btn-red{
            width: 100%;
      }
}
/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) { 
}

/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) { 
      .tx-mltherapist .search-bar .btn.search-btn,
      .tx-mltherapist .therapist-qsearch .btn.btn-yellow{
            padding: 12px 0px;
            width: 100%;
      }
}