@media (max-width: 575.98px) {
  #filter-tab-content .nav-pills .nav-link {
    border-radius: 24px;
    text-align: center;
    padding: 5px 10px;
    color: #ffffff;
    background-color: #54B49D;
    border: 2px solid #ffffff;
  }
  #filter-tab-content .nav-pills .nav-link.hover {
    color: #ffffff;
  }
  #filter-tab-content .nav-pills .nav-link.active {
    color: #ffffff;
    font-weight: bold;
    background-color: #00878e;
    border: 2px solid #ffffff;
  }
  #filter-tab-content .nav-pills .nav-link span {
    font-family: 'Prompt';
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }
  .btn-filters-use {
    padding: 10px 16px 10px;
    color: #54B49D;
    border-radius: 30px;
    border: solid 1px #54B49D;
    background-color: #fff;
    font-family: 'Prompt';
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
  }
  .filters-header-title-text {
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }
  

  .filters-item-root-title-text {
    font-family: 'Prompt';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
  }
  .filters-item-title-text {
    font-family: 'Prompt';
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #686868;
  }
  .filters-item-title-text small {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
  }
  .filters-form-label {
      font-family: 'Prompt';
      font-size: 12px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: normal;
      text-align: left;
      color: #707070;                                  
  }
  .filters-item-subtitle-text {
    font-family: 'Prompt';
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #686868;
  }
  .filters-item-value-text {
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
  }
  .filters-item-caption-text {
    font-family: 'Prompt';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: rgba(69, 69, 69, 0.5);
  }

  #filtersModal .modal-dialog {
    border-radius: 0;                  
    width: 100%; position: absolute; top: 0; left: 0; right:0; height: 100%; z-index: 99;
    
  }

  .animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
  }

  @keyframes animatebottom {
    from {
      bottom: -300px;
      opacity: 0;
    }

    to {
      bottom: 0;
      opacity: 1;
    }
  }
  #filtersModal .modal-content {
    border-radius: 0px;
    
  }
  #filtersModal .modal-header {
    border-top-left-radius: 0px; 
    border-top-right-radius: 0px;
    background-color: #54B49D;
  }
  #filtersModal .close-top-icon {
    position:absolute; 
    right: -12px; 
    top: -12px;
  }
 
  .filters-show-value-box { 
    max-width: 100px;
    display: inline-block;     
    position:relative;                                   
    padding: 2px 4px 2px 18px;
    border-radius: 5px;
    border: solid 1px #54B49D;
    background-color: rgba(84, 180, 157, 0.1);

    font-family: 'Prompt';
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    
    letter-spacing: normal;
    text-align: right;
    color: #686868;
  }
  .filters-show-value-box input {
    max-width: 80px;
    display:inline-block;
    text-align: right;
    border: none;
    background: transparent;
  }
  .filters-show-value-box input:focus {
    outline: none;
  }
  .filters-show-value-box-unit {
    display: inline-block;
    font-family: 'Prompt';
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: rgba(104, 104, 104, 0.5);
  }
  .price_icon_symbol {
    display: inline-block; 
    position: absolute; 
    top: 3px;
   
    right: 80px;
  }

  .roomtype-ul .cboxtags label {
    display: inline-block;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #707070;
    font-family: 'Prompt';
    font-size: 12px;
    text-transform: capitalize;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
    border-radius: 43px;
    white-space: nowrap;
    margin: 3px 0px;
    margin-right: 3px;
    margin-bottom: 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
  }
  
  .roomtype-ul .cboxtags label {  
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 5px;
    cursor: pointer;
    border: solid 1px #707070;
  }
  
  .roomtype-ul .cboxtags label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;                  
    padding-left: 10px;
    padding-right: 6px;
    content: "\f067";
    color: #54B49D;
    transition: transform .3s ease-in-out;
    float: right;
  }
  
  .roomtype-ul .cboxtags input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    color: #ffffff;
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
  }
  
  .roomtype-ul .cboxtags input[type="checkbox"]:checked + label {
    border: 1px solid #54B49D;
    background-color: #54B49D;
    color: #ffffff;
    transition: all .2s;
  }
  
  .roomtype-ul .cboxtags input[type="checkbox"] {
  display: absolute;
  }
  .roomtype-ul .cboxtags input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  }
  .roomtype-ul .cboxtags input[type="checkbox"]:focus + label {
  border: 1px solid #c9c9c9;
  }

  .form-check-room {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
  }
  
  .form-check-room input[type='radio'] {
    display: none;
  }
  
  .form-check-room label {
    font-family: 'Prompt';
    color: #707070;
    font-size: 10px; 
    font-weight: normal;
  }

  .mobile-radio-label {
    font-family: 'Prompt';
    color: #707070;
    font-size: 13px; 
    font-weight: normal;
  }
  
  .form-check-room label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 1px solid #707070;
    background-color: transparent;
  }
  
  .form-check-room input[type=radio]:checked + label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 10px;
    content: " ";
    display: block;
    background: #54B49D;
  }
  .container-ul ul.ks-cboxtags {
    list-style: none;
    padding: 0px 0px 0px 0px;
    
  }
  .container-ul ul.ks-cboxtags li{
    display: inline-block; 
  }
  .container-ul ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #707070;
    font-family: 'Prompt';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
    border-radius: 43px;
    white-space: nowrap;
    margin: 3px 0px;
    margin-right: 3px;
    margin-bottom: 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
  }
  
  .container-ul ul.ks-cboxtags li label {
    
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12.7px;
    padding-right: 5px;
    cursor: pointer;
    border: solid 1px #707070;
  }
  
  .container-ul ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;                  
    padding-left: 6px;
    padding-right: 6px;
    content: "\f067";
    color: #54B49D;
    transition: transform .3s ease-in-out;
    float: right;
  }
  
  .container-ul ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    color: #ffffff;
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
  }
  
  .container-ul ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 1px solid #54B49D;
    background-color: #54B49D;
    color: #ffffff;
    transition: all .2s;
  }
  
  .container-ul ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
  }
  .container-ul ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  }
  .container-ul ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 1px solid #707070;
  }
  .container-ul {
  width: 100%;
  border: dashed 0px red;
    
  }
  .filters-checkbox-label {                                
    font-family: 'Prompt';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 14px;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
  }
}

@media (min-width: 576px) {
  #filter-tab-content .nav-pills .nav-link {
    border-radius: 24px;
    text-align: center;
    padding: 5px 10px;
    color: #ffffff;
    background-color: #54B49D;
    border: 2px solid #ffffff;
  }
  #filter-tab-content .nav-pills .nav-link.hover {
    color: #ffffff;
  }
  #filter-tab-content .nav-pills .nav-link.active {
    color: #ffffff;
    font-weight: bold;
    background-color: #00878e;
    border: 2px solid #ffffff;
  }
  #filter-tab-content .nav-pills .nav-link span {
    font-family: 'Prompt';
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }
  .btn-filters-use {
    padding: 10px 16px 10px;
    color: #54B49D;
    border-radius: 30px;
    border: solid 1px #54B49D;
    background-color: #fff;
    font-family: 'Prompt';
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
  }
  .filters-header-title-text {
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }
  .filters-item-title-text {
    font-family: 'Prompt';
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #686868;
  }
  .filters-item-title-text small {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
  }
  .filters-form-label {
      font-family: 'Prompt';
      font-size: 15px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: normal;
      text-align: left;
      color: #707070;                                  
  }
  .filters-item-subtitle-text {
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #686868;
  }
  .filters-item-value-text {
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
  }
  .filters-item-caption-text {
    font-family: 'Prompt';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: rgba(69, 69, 69, 0.5);
  }
  #filtersModal .modal-dialog {
    border-radius: 20px;
    width: 100%;
    max-width: 536px; 
    position: absolute; 
    top: 20px; 
    left: 50%;
    transform: translateX(-268px);                  
    height: 80svh; 
    z-index: 99;                  
  }
  #filtersModal .modal-content {
    border-radius: 20px;
    
  }
  #filtersModal .modal-header {
    padding-top: 26px;
    padding-bottom: 20px;
    padding-left: 32px;
    padding-right: 32px;
    border-top-left-radius: 20px; 
    border-top-right-radius: 20px;
    background-color: #54B49D;
  }
  #filtersModal .close-top-icon {
    position:absolute; 
    right: -20px; 
    top: -20px;
  }
  .filters-show-value-box { 
    max-width: 120px;
    display: inline-block;     
    position:relative;                                   
    padding: 5px 8px 5px 42px;
    border-radius: 5px;
    border: solid 1px #54B49D;
    background-color: rgba(84, 180, 157, 0.1);

    font-family: 'Prompt';
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #686868;
  }
  .filters-show-value-box input {
    max-width: 70px;
    display:inline-block;
    border: none;
    background: transparent;
  }
  .filters-show-value-box input:focus {
    outline: none;
  }
  .filters-show-value-box-unit {
    display: inline-block;
    font-family: 'Prompt';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: rgba(104, 104, 104, 0.5);
  }

  .roomtype-ul .cboxtags label {
    display: inline-block;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #707070;
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
    border-radius: 43px;
    white-space: nowrap;
    margin: 3px 0px;
    margin-right: 3px;
    margin-bottom: 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
  }

  .roomtype-ul .cboxtags label {  
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 18.7px;
    padding-right: 8px;
    cursor: pointer;
    border: solid 1px #707070;
  }

  .roomtype-ul .cboxtags label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;                  
    padding-left: 10px;
    padding-right: 10px;
    content: "\f067";
    color: #54B49D;
    transition: transform .3s ease-in-out;
    float: right;
  }

  .roomtype-ul .cboxtags input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    color: #ffffff;
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
  }

  .roomtype-ul .cboxtags input[type="checkbox"]:checked + label {
    border: 1px solid #54B49D;
    background-color: #54B49D;
    color: #ffffff;
    transition: all .2s;
  }

  .roomtype-ul .cboxtags input[type="checkbox"] {
  display: absolute;
  }
  .roomtype-ul .cboxtags input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  }
  .roomtype-ul .cboxtags input[type="checkbox"]:focus + label {
  border: 1px solid #c9c9c9;
  }

  .form-check-room {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
  }
  
  .form-check-room input[type='radio'] {
    display: none;
  }
  
  .form-check-room label {
    font-family: 'Prompt';
    color: #707070;
    font-size: 16px; 
    font-weight: normal;
  }
  
  .form-check-room label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 1px solid #707070;
    background-color: transparent;
  }
  
  .form-check-room input[type=radio]:checked + label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 10px;
    content: " ";
    display: block;
    background: #54B49D;
  }
  .container-ul ul.ks-cboxtags {
    list-style: none;
    padding: 0px 20px 0px 20px;
    
  }
  .container-ul ul.ks-cboxtags li{
  display: inline;
  
  
  }
  .container-ul ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #707070;
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
    border-radius: 43px;
    white-space: nowrap;
    margin: 3px 0px;
    margin-right: 3px;
    margin-bottom: 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
  }
  
  .container-ul ul.ks-cboxtags li label {
    
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 18.7px;
    padding-right: 8px;
    cursor: pointer;
    border: solid 1px #707070;
  }
  
  .container-ul ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;                  
    padding-left: 10px;
    padding-right: 10px;
    content: "\f067";
    color: #54B49D;
    transition: transform .3s ease-in-out;
    float: right;
  }
  
  .container-ul ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    color: #ffffff;
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
  }
  
  .container-ul ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 1px solid #54B49D;
    background-color: #54B49D;
    color: #ffffff;
    transition: all .2s;
  }
  
  .container-ul ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
  }
  .container-ul ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  }
  .container-ul ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 1px solid #707070;
  }
  .container-ul {
  width: 100%;
  border: dashed 0px red;
    
  }
  .filters-checkbox-label {                                
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
  }
  .filters-item-root-title-text {
    font-family: 'Prompt';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
  }
}

@media (min-width: 768px) {
  #filter-tab-content .nav-pills .nav-link {
    border-radius: 24px;
    text-align: center;
    padding: 5px 10px;
    color: #ffffff;
    background-color: #54B49D;
    border: 2px solid #ffffff;
  }
  #filter-tab-content .nav-pills .nav-link.hover {
    color: #ffffff;
  }
  #filter-tab-content .nav-pills .nav-link.active {
    color: #ffffff;
    font-weight: bold;
    background-color: #00878e;
    border: 2px solid #ffffff;
  }
  #filter-tab-content .nav-pills .nav-link span {
    font-family: 'Prompt';
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }
  .btn-filters-use {
    padding: 10px 16px 10px;
    color: #54B49D;
    border-radius: 30px;
    border: solid 1px #54B49D;
    background-color: #fff;
    font-family: 'Prompt';
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
  }
  .filters-header-title-text {
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }
  .filters-item-title-text {
    font-family: 'Prompt';
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #686868;
  }
  .filters-item-title-text small {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
  }
  .filters-form-label {
      font-family: 'Prompt';
      font-size: 15px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: normal;
      text-align: left;
      color: #707070;                                  
  }
  .filters-item-subtitle-text {
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #686868;
  }
  .filters-item-value-text {
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
  }
  .filters-item-caption-text {
    font-family: 'Prompt';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: rgba(69, 69, 69, 0.5);
  }
  .filters-show-value-box { 
    max-width: 120px;
    display: inline-block;     
    position:relative;                                   
    padding: 5px 8px 5px 42px;
    border-radius: 5px;
    border: solid 1px #54B49D;
    background-color: rgba(84, 180, 157, 0.1);

    font-family: 'Prompt';
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #686868;
  }
  .filters-show-value-box input {
    max-width: 70px;
    display:inline-block;
    border: none;
    background: transparent;
  }
  .filters-show-value-box input:focus {
    outline: none;
  }
  .price_icon_symbol {
    display: inline-block; 
    position: absolute; 
    top: 6px;
   
    right: 80px;
  }

  .filters-show-value-box-unit {
    display: inline-block;
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: rgba(104, 104, 104, 0.5);
  }

  .roomtype-ul .cboxtags label {
    display: inline-block;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #707070;
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
    border-radius: 43px;
    white-space: nowrap;
    margin: 3px 0px;
    margin-right: 3px;
    margin-bottom: 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
  }

  .roomtype-ul .cboxtags label {  
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 18.7px;
    padding-right: 8px;
    cursor: pointer;
    border: solid 1px #707070;
  }

  .roomtype-ul .cboxtags label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;                  
    padding-left: 10px;
    padding-right: 10px;
    content: "\f067";
    color: #54B49D;
    transition: transform .3s ease-in-out;
    float: right;
  }

  .roomtype-ul .cboxtags input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    color: #ffffff;
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
  }

  .roomtype-ul .cboxtags input[type="checkbox"]:checked + label {
    border: 1px solid #54B49D;
    background-color: #54B49D;
    color: #ffffff;
    transition: all .2s;
  }

  .roomtype-ul .cboxtags input[type="checkbox"] {
  display: absolute;
  }
  .roomtype-ul .cboxtags input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  }
  .roomtype-ul .cboxtags input[type="checkbox"]:focus + label {
  border: 1px solid #c9c9c9;
  }


  .form-check-room {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
  }
  
  .form-check-room input[type='radio'] {
    display: none;
  }
  
  .form-check-room label {
    font-family: 'Prompt';
    color: #707070;
    font-size: 16px; 
    font-weight: normal;
  }
  
  .form-check-room label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 1px solid #707070;
    background-color: transparent;
  }
  
  .form-check-room input[type=radio]:checked + label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 10px;
    content: " ";
    display: block;
    background: #54B49D;
  }
  .container-ul ul.ks-cboxtags {
    list-style: none;
    padding: 0px 20px 0px 20px;
    
  }
  .container-ul ul.ks-cboxtags li{
  display: inline;
  
  
  }
  .container-ul ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #707070;
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
    border-radius: 43px;
    white-space: nowrap;
    margin: 3px 0px;
    margin-right: 3px;
    margin-bottom: 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
  }
  
  .container-ul ul.ks-cboxtags li label {
    
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 18.7px;
    padding-right: 8px;
    cursor: pointer;
    border: solid 1px #707070;
  }
  
  .container-ul ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;                  
    padding-left: 10px;
    padding-right: 10px;
    content: "\f067";
    color: #54B49D;
    transition: transform .3s ease-in-out;
    float: right;
  }
  
  .container-ul ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    color: #ffffff;
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
  }
  
  .container-ul ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 1px solid #54B49D;
    background-color: #54B49D;
    color: #ffffff;
    transition: all .2s;
  }
  
  .container-ul ul.ks-cboxtags li input[type="checkbox"] {
    display: absolute;
  }
  .container-ul ul.ks-cboxtags li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  .container-ul ul.ks-cboxtags li input[type="checkbox"]:focus + label {
    border: 1px solid #707070;
  }
  .container-ul {
    width: 100%;
    border: dashed 0px red;
    
  }
  .filters-checkbox-label {                                
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
  }
  #filtersModal .close-top-icon {
    position:absolute; 
    right: -20px; 
    top: -20px;
  }
  .filters-item-root-title-text {
    font-family: 'Prompt';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
  }
}

@media (min-width: 992px) {
  #filter-tab-content .nav-pills .nav-link {
    border-radius: 24px;
    text-align: center;
    padding: 5px 10px;
    color: #ffffff;
    background-color: #54B49D;
    border: 2px solid #ffffff;
  }
  #filter-tab-content .nav-pills .nav-link.hover {
    color: #ffffff;
  }
  #filter-tab-content .nav-pills .nav-link.active {
    color: #ffffff;
    font-weight: bold;
    background-color: #00878e;
    border: 2px solid #ffffff;
  }
  #filter-tab-content .nav-pills .nav-link span {
    font-family: 'Prompt';
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }
  .btn-filters-use {
    padding: 10px 16px 10px;
    color: #54B49D;
    border-radius: 30px;
    border: solid 1px #54B49D;
    background-color: #fff;
    font-family: 'Prompt';
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
  }
  .filters-header-title-text {
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }
  .filters-item-title-text {
    font-family: 'Prompt';
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #686868;
  }
  .filters-item-title-text small {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
  }
  .filters-form-label {
      font-family: 'Prompt';
      font-size: 15px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: normal;
      text-align: left;
      color: #707070;                                  
  }
  .filters-item-subtitle-text {
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #686868;
  }
  .filters-item-value-text {
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
  }
  .filters-item-caption-text {
    font-family: 'Prompt';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: rgba(69, 69, 69, 0.5);
  }
  .filters-show-value-box { 
    max-width: 120px;
    display: inline-block;     
    position:relative;                                   
    padding: 5px 8px 5px 42px;
    border-radius: 5px;
    border: solid 1px #54B49D;
    background-color: rgba(84, 180, 157, 0.1);

    font-family: 'Prompt';
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #686868;
  }
  .filters-show-value-box input {
    max-width: 70px;
    display:inline-block;
    border: none;
    background: transparent;
  }
  .filters-show-value-box input:focus {
    outline: none;
  }
  .filters-show-value-box-unit {
    display: inline-block;
    font-family: 'Prompt';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: rgba(104, 104, 104, 0.5);
  }

  .roomtype-ul .cboxtags label {
    display: inline-block;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #707070;
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
    border-radius: 43px;
    white-space: nowrap;
    margin: 3px 0px;
    margin-right: 3px;
    margin-bottom: 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
  }

  .roomtype-ul .cboxtags label {  
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 18.7px;
    padding-right: 8px;
    cursor: pointer;
    border: solid 1px #707070;
  }

  .roomtype-ul .cboxtags label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;                  
    padding-left: 10px;
    padding-right: 10px;
    content: "\f067";
    color: #54B49D;
    transition: transform .3s ease-in-out;
    float: right;
  }

  .roomtype-ul .cboxtags input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    color: #ffffff;
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
  }

  .roomtype-ul .cboxtags input[type="checkbox"]:checked + label {
    border: 1px solid #54B49D;
    background-color: #54B49D;
    color: #ffffff;
    transition: all .2s;
  }

  .roomtype-ul .cboxtags input[type="checkbox"] {
  display: absolute;
  }
  .roomtype-ul .cboxtags input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  }
  .roomtype-ul .cboxtags input[type="checkbox"]:focus + label {
  border: 1px solid #c9c9c9;
  }

  .form-check-room {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
  }
  
  .form-check-room input[type='radio'] {
    display: none;
  }
  
  .form-check-room label {
    font-family: 'Prompt';
    color: #707070;
    font-size: 16px; 
    font-weight: normal;
  }
  
  .form-check-room label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 1px solid #707070;
    background-color: transparent;
  }
  
  .form-check-room input[type=radio]:checked + label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 10px;
    content: " ";
    display: block;
    background: #54B49D;
  }
  .container-ul ul.ks-cboxtags {
    list-style: none;
    padding: 0px 20px 0px 20px;
    
  }
  .container-ul ul.ks-cboxtags li{
  display: inline;
  
  
  }
  .container-ul ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #707070;
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
    border-radius: 43px;
    white-space: nowrap;
    margin: 3px 0px;
    margin-right: 3px;
    margin-bottom: 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
  }
  
  .container-ul ul.ks-cboxtags li label {
    
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 18.7px;
    padding-right: 8px;
    cursor: pointer;
    border: solid 1px #707070;
  }
  
  .container-ul ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;                  
    padding-left: 10px;
    padding-right: 10px;
    content: "\f067";
    color: #54B49D;
    transition: transform .3s ease-in-out;
    float: right;
  }
  
  .container-ul ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    color: #ffffff;
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
  }
  
  .container-ul ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 1px solid #54B49D;
    background-color: #54B49D;
    color: #ffffff;
    transition: all .2s;
  }
  
  .container-ul ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
  }
  .container-ul ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  }
  .container-ul ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 1px solid #707070;
  }
  .container-ul {
  width: 100%;
  border: dashed 0px red;
    
  }
  .filters-checkbox-label {                                
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
  }
  #filtersModal .close-top-icon {
    position:absolute; 
    right: -20px; 
    top: -20px;
  }
  .filters-item-root-title-text {
    font-family: 'Prompt';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
  }
}

@media (min-width: 1200px) {
  #filter-tab-content .nav-pills .nav-link {
    border-radius: 24px;
    text-align: center;
    padding: 5px 10px;
    color: #ffffff;
    background-color: #54B49D;
    border: 2px solid #ffffff;
  }
  #filter-tab-content .nav-pills .nav-link.hover {
    color: #ffffff;
  }
  #filter-tab-content .nav-pills .nav-link.active {
    color: #ffffff;
    font-weight: bold;
    background-color: #00878e;
    border: 2px solid #ffffff;
  }
  #filter-tab-content .nav-pills .nav-link span {
    font-family: 'Prompt';
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }
  .btn-filters-use {
    padding: 10px 16px 10px;
    color: #54B49D;
    border-radius: 30px;
    border: solid 1px #54B49D;
    background-color: #fff;
    font-family: 'Prompt';
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
  }
  .filters-header-title-text {
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }
  .filters-item-title-text {
    font-family: 'Prompt';
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #686868;
  }
  .filters-item-title-text small {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
  }
  .filters-form-label {
      font-family: 'Prompt';
      font-size: 15px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: normal;
      text-align: left;
      color: #707070;                                  
  }
  .filters-item-subtitle-text {
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #686868;
  }
  .filters-item-value-text {
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
  }
  .filters-item-caption-text {
    font-family: 'Prompt';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: rgba(69, 69, 69, 0.5);
  }
  .filters-show-value-box { 
    max-width: 120px;
    display: inline-block;     
    position:relative;                                   
    padding: 5px 8px 5px 30px;
    border-radius: 5px;
    border: solid 1px #54B49D;
    background-color: rgba(84, 180, 157, 0.1);

    font-family: 'Prompt';
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #686868;
  }
  .filters-show-value-box input {
    display:inline-block;
    border: none;
    background: transparent;
  }
  .filters-show-value-box input:focus {
    outline: none;
  }
  .filters-show-value-box-unit {
    display: inline-block;
    font-family: 'Prompt';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: rgba(104, 104, 104, 0.5);
  }
  .price_icon_symbol {
    display: inline-block; 
    position: absolute; 
    top: 6px;   
    right: 80px;
  }

  .roomtype-ul .cboxtags label {
    display: inline-block;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #707070;
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
    border-radius: 43px;
    white-space: nowrap;
    margin: 3px 0px;
    margin-right: 3px;
    margin-bottom: 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
  }

  .roomtype-ul .cboxtags label {  
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 18.7px;
    padding-right: 8px;
    cursor: pointer;
    border: solid 1px #707070;
  }

  .roomtype-ul .cboxtags label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;                  
    padding-left: 10px;
    padding-right: 10px;
    content: "\f067";
    color: #54B49D;
    transition: transform .3s ease-in-out;
    float: right;
  }

  .roomtype-ul .cboxtags input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    color: #ffffff;
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
  }

  .roomtype-ul .cboxtags input[type="checkbox"]:checked + label {
    border: 1px solid #54B49D;
    background-color: #54B49D;
    color: #ffffff;
    transition: all .2s;
  }

  .roomtype-ul .cboxtags input[type="checkbox"] {
  display: absolute;
  }
  .roomtype-ul .cboxtags input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  }
  .roomtype-ul .cboxtags input[type="checkbox"]:focus + label {
  border: 1px solid #c9c9c9;
  }

  .form-check-room {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
  }
  
  .form-check-room input[type='radio'] {
    display: none;
  }
  
  .form-check-room label {
    font-family: 'Prompt';
    color: #707070;
    font-size: 16px; 
    font-weight: normal;
  }
  
  .form-check-room label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 1px solid #707070;
    background-color: transparent;
  }
  
  .form-check-room input[type=radio]:checked + label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 10px;
    content: " ";
    display: block;
    background: #54B49D;
  }
  .container-ul ul.ks-cboxtags {
    list-style: none;
    padding: 0px 20px 0px 20px;
    
  }
  .container-ul ul.ks-cboxtags li{
  display: inline;
  
  
  }
  .container-ul ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #707070;
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
    border-radius: 43px;
    white-space: nowrap;
    margin: 3px 0px;
    margin-right: 3px;
    margin-bottom: 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
  }
  
  .container-ul ul.ks-cboxtags li label {
    
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 18.7px;
    padding-right: 8px;
    cursor: pointer;
    border: solid 1px #707070;
  }
  
  .container-ul ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;                  
    padding-left: 10px;
    padding-right: 10px;
    content: "\f067";
    color: #54B49D;
    transition: transform .3s ease-in-out;
    float: right;
  }
  
  .container-ul ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    color: #ffffff;
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
  }
  
  .container-ul ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 1px solid #54B49D;
    background-color: #54B49D;
    color: #ffffff;
    transition: all .2s;
  }
  
  .container-ul ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
  }
  .container-ul ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  }
  .container-ul ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 1px solid #707070;
  }
  .container-ul {
  width: 100%;
  border: dashed 0px red;
    
  }
  .filters-checkbox-label {                                
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
  }
  #filtersModal .close-top-icon {
    position:absolute; 
    right: -20px; 
    top: -20px;
  }
  .filters-item-root-title-text {
    font-family: 'Prompt';
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
  }

}

@media (min-width: 1920px) {
  #filter-tab-content .nav-pills .nav-link {
    border-radius: 24px;
    text-align: center;
    padding: 10px 20px;
    color: #ffffff;
    background-color: #54B49D;
    border: 2px solid #ffffff;
  }
  #filter-tab-content .nav-pills .nav-link.hover {
    color: #ffffff;
  }
  #filter-tab-content .nav-pills .nav-link.active {
    color: #ffffff;
    font-weight: bold;
    background-color: #00878e;
    border: 2px solid #ffffff;
  }
  #filter-tab-content .nav-pills .nav-link span {
    font-family: 'Prompt';
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }
  .btn-filters-use {
    padding: 17.5px 24.5px 14.5px;
    color: #54B49D;
    border-radius: 30px;
    border: solid 1px #54B49D;
    background-color: #fff;
    font-family: 'Prompt';
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
  }
  .filters-header-title-text {
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }
  .filters-item-title-text {
    font-family: 'Prompt';
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #686868;
  }
  .filters-item-title-text small {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
  }
  .filters-form-label {
      font-family: 'Prompt';
      font-size: 15px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: normal;
      text-align: left;
      color: #707070;                                  
  }
  .filters-item-subtitle-text {
    font-family: 'Prompt';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #686868;
  }
  .filters-item-value-text {
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
  }
  .filters-item-caption-text {
    font-family: 'Prompt';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: rgba(69, 69, 69, 0.5);
  }
  .filters-show-value-box { 
    max-width: 120px;
    display: inline-block;     
    position:relative;                                   
    padding: 5px 8px 5px 42px;
    border-radius: 5px;
    border: solid 1px #54B49D;
    background-color: rgba(84, 180, 157, 0.1);

    font-family: 'Prompt';
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #686868;
  }
  .filters-show-value-box input {
    max-width: 70px;
    display:inline-block;
    border: none;
    background: transparent;
  }
  .filters-show-value-box input:focus {
    outline: none;
  }
  .price_icon_symbol {
    display: inline-block; 
    position: absolute; 
    top: 6px;   
    right: 80px;
  }
  .filters-show-value-box-unit {
    display: inline-block;
    font-family: 'Prompt';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: rgba(104, 104, 104, 0.5);
  }
  .roomtype-ul .cboxtags label {
    display: inline-block;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #707070;
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
    border-radius: 43px;
    white-space: nowrap;
    margin: 3px 0px;
    margin-right: 3px;
    margin-bottom: 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
  }

  .roomtype-ul .cboxtags label {  
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 18.7px;
    padding-right: 8px;
    cursor: pointer;
    border: solid 1px #707070;
  }

  .roomtype-ul .cboxtags label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;                  
    padding-left: 10px;
    padding-right: 10px;
    content: "\f067";
    color: #54B49D;
    transition: transform .3s ease-in-out;
    float: right;
  }

  .roomtype-ul .cboxtags input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    color: #ffffff;
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
  }

  .roomtype-ul .cboxtags input[type="checkbox"]:checked + label {
    border: 1px solid #54B49D;
    background-color: #54B49D;
    color: #ffffff;
    transition: all .2s;
  }

  .roomtype-ul .cboxtags input[type="checkbox"] {
  display: absolute;
  }
  .roomtype-ul .cboxtags input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  }
  .roomtype-ul .cboxtags input[type="checkbox"]:focus + label {
  border: 1px solid #c9c9c9;
  }
  .form-check-room {
    display: inline-block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
  }
  
  .form-check-room input[type='radio'] {
    display: none;
  }
  
  .form-check-room label {
    font-family: 'Prompt';
    color: #707070;
    font-size: 16px; 
    font-weight: normal;
  }
  
  .form-check-room label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 1px solid #707070;
    background-color: transparent;
  }
  
  .form-check-room input[type=radio]:checked + label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 10px;
    content: " ";
    display: block;
    background: #54B49D;
  }
  .container-ul ul.ks-cboxtags {
    list-style: none;
    padding: 0px 20px 0px 20px;
    
  }
  .container-ul ul.ks-cboxtags li{
  display: inline;
  
  
  }
  .container-ul ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #707070;
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
    border-radius: 43px;
    white-space: nowrap;
    margin: 3px 0px;
    margin-right: 3px;
    margin-bottom: 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
  }
  
  .container-ul ul.ks-cboxtags li label {
    
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 18.7px;
    padding-right: 8px;
    cursor: pointer;
    border: solid 1px #707070;
  }
  
  .container-ul ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;                  
    padding-left: 10px;
    padding-right: 10px;
    content: "\f067";
    color: #54B49D;
    transition: transform .3s ease-in-out;
    float: right;
  }
  
  .container-ul ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    color: #ffffff;
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
  }
  
  .container-ul ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 1px solid #54B49D;
    background-color: #54B49D;
    color: #ffffff;
    transition: all .2s;
  }
  
  .container-ul ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
  }
  .container-ul ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  }
  .container-ul ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 1px solid #707070;
  }
  .container-ul {
  width: 100%;
  border: dashed 0px red;
    
  }
  .filters-checkbox-label {                                
    font-family: 'Prompt';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
  }
  #filtersModal .close-top-icon {
    position:absolute; 
    right: -20px; 
    top: -20px;
  }
  .filters-item-root-title-text {
    font-family: 'Prompt';
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
  }
}






.filters-district-list ul {
  list-style: none;
}
.filters-district-list li {
  margin: 0;
}
.filters-infra-list ul {
  list-style: none;
}
.filters-infra-list li {
  margin: 0;
}

.timeline-ul .cboxtags label {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);;
  border: 1px solid #c9c9c9;
  font-family: 'Prompt';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #707070;
  border-radius: 18px;
  white-space: nowrap;
 
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all .2s;
}

.timeline-ul .cboxtags label {
  
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
  border: solid 1px #c9c9c9;
}


.timeline-ul .cboxtags input[type="checkbox"]:checked + label::before {
  color: #ffffff;
}

.timeline-ul .cboxtags input[type="checkbox"]:checked + label {
  border: 1px solid #54B49D;
  background-color: #54B49D;
  color: #ffffff;
  transition: all .2s;
}

.timeline-ul .cboxtags input[type="checkbox"] {
display: absolute;
}
.timeline-ul .cboxtags input[type="checkbox"] {
position: absolute;
opacity: 0;
}
.timeline-ul .cboxtags input[type="checkbox"]:focus + label {
border: 1px solid #c9c9c9;
}

.form-check input[type='checkbox'] {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  accent-color: #54B49D;
}
.form-check label {
  margin-left: 8px;
  margin-bottom: 0;
}                         








.desktop-map-filter-button {
  padding: 0px 16px;
  border-radius: 43px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #54B49D;
  font-family: Prompt;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}


#pills-infra input[type="checkbox"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 7px;
}


#pills-infra input[type="checkbox"]:checked::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  display: block;
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}


#pills-infra input[type="checkbox"]:indeterminate {
  opacity: 0.65;
}

#pills-infra input[type="checkbox"]:indeterminate::before {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}


#pills-location input[type="checkbox"] {
  cursor: pointer;
  background-color: #54B49D;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  border: solid 1px #54B49D;
}

#pills-location input[type="checkbox"]:checked::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  display: block;
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}


#pills-location input[type="checkbox"]:indeterminate {
  opacity: 0.65;
}

#pills-location input[type="checkbox"]:indeterminate::before {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}

.filters-result-name {
  font-family: 'Prompt';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #707070;
}

#confirmModal .modal-dialog {
  border-radius: 20px;
  width: 100%;
  height: 157px !important;
  max-height: 157px;
  max-width: 335px; 
  position: absolute; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);                
  border: dashed 0px red;
  
  z-index: 119;                  
}
#confirmModal .modal-content {
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  
}


#filtersModal .modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}

#filtersModal .modal-body::-webkit-scrollbar {
  width: 7.1px;
  background-color: #ffffff;
}

#filtersModal .modal-body::-webkit-scrollbar-thumb {
  background-color: #b6b6b6;
}


.btn-filters-block {
  padding: 6px 20px 6px 21px;
  border-radius: 43px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  background-color: #54B49D;
  position: relative;
  cursor: pointer;
}
.btn-filters-text {
  font-family: 'Prompt';
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}