.swiper {
      width: 100%;
      height: 100%;
    }

    /*.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }*/

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

   

    .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .mySwiper2 {
      height: 300px;
      width: 100%;
    }

    .mySwiper {
      height: 70%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .allfilter{
      display: none;
    }

@media (min-width:200px) and (max-width:950px){
  .allfilter{
    float: right;
    font-weight: 800;
    display: block;
  }
  .job_page_fl{
    display: none;
  }
  .sidebar{
    display: none;
  }
}
    .fixed-action-btn {
      position: sticky;
      right: 23px;
      bottom: 20px;
      margin-bottom: 0;
      z-index: 998;
    }
    .fixed-action-btn.fixedFilterBtn {
    left: 20px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    padding-top: 0;
    background-color: #dc2626;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05), 0 1px 2px 0 rgba(0, 0, 0, .1), 0 2px 1px -2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05), 0 1px 2px 0 rgba(0, 0, 0, .1), 0 2px 1px -2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05), 0 1px 2px 0 rgba(0, 0, 0, .1), 0 2px 1px -2px rgba(0, 0, 0, .2);
    color: #fff;
}
.filter-iic {
    display: block;
    text-align: center;
    padding: 15px 10px 3px 10px;
    font-size: 20px;
    color: #fff;
}
.fixed-action-btn.fixedFilterBtn .extraText {
    color: #fff;
    padding-left: 12px;
}

#searchFiltersModal {
  position: fixed;
    z-index: auto;
    top: 93.2px;
    left: 75px;
    display: none;
    left: 0px !important;
    height: 100%;
    max-height: 80vh;
    width: 65%;
    overflow-y: auto;
    box-shadow: -7px -7px 5px 3px rgba(0, 0, 0, .3);
}
#filtersModalControlBar {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
    background: #fff;
}
#filtersModalReset {
    visibility: hidden;
    float: left;
    font-size: 14px;
    color: #fff;
    background: #dc2626;
    margin: 0;
    padding: 3px 6px;
}
.enable-reset {
    visibility: visible !important;
    color: #0000EE;
}
#filtersModalCancel {
    font-size: 14px;
    float: right;
    color: #fff;
    background: #072739;
    margin: 0;
    padding: 3px 6px;
}




#filtersModalTitle {
  font-weight: bold;
    font-size: 18px;
  }


#filtersModalCancel:focus,  #filtersModalReset:focus {
  outline: 1px dotted #212121;
  outline: 1px auto -webkit-focus-ring-color;
  }


.enable-reset {
  visibility: visible !important;
  color: #0000EE;
  }
.rgs {
    background: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0;
}
.rg {
    border-bottom: 1px solid #ccc;
    margin: 0;
}
.filter-t {
    background: #dc2626;
}
.rgi {
    display: block;
    font-size: 13px;
    padding: 6px 30px;
    position: relative;
    min-height: 22px;
}
.rgit {
    color: #fff;
    font-size: 15px;
}
@media (min-width:750px){
.searchBox{
display: none;
}
}
/*.searchBox{
display: none;
}*/

.sfilters {
            display: none;
        }

        @media only screen and (max-width: 768px) {

            .sfilters {
                display: block;
                background-color: #dc2626;
                padding-top: 10px;
                padding-bottom: 18px;
            }

            .filter-bar {
                display: flex;
                justify-content: space-around;
                padding: 2px 15px;
                gap: 20px;
                position: sticky;
                top: 0;
                z-index: 1000;
                margin-top: 8px;
            }

            .filter-bar button {
                background: none;
                font-size: 14px;
                cursor: pointer;
                width: 100%;
                padding: 10px;
                background: #fff;
                border: 1px solid #bfbfbf;
                box-sizing: border-box;
                border-radius: 6px;
            }

            .filter-bar button.activef {
                color: #dc2626;
                font-weight: bold;
            }

            .filter-modal {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #fff;
                z-index: 1001;
                display: none;
                flex-direction: column;
            }

            .filter-modal.activef {
                display: flex;
            }

            .filter-modal-header {
                padding: 15px;
                background: #f8f8f8;
                display: flex;
                justify-content: space-between;
                align-items: center;
                border-bottom: 1px solid #ddd;
            }

            .filter-modal-header h2 {
                margin: 0;
                font-size: 18px;
            }

            .filter-modal-header button {
                border: none;
                background: none;
                font-size: 16px;
                cursor: pointer;
            }

            .filter-modal-tabs {
                display: flex;
                justify-content: space-around;
                background: #f8f8f8;
                border-bottom: 1px solid #ddd;
            }

            .filter-modal-tabs button {
                flex: 1;
                padding: 10px;
                border: none;
                background: none;
                cursor: pointer;
                font-size: 14px;
            }

            .filter-modal-tabs button.activef {
                color: #dc2626;
                border-bottom: 2px solid #dc2626;
                font-weight: bold;
            }

            .filter-modal-content {
                flex: 1;
                overflow-y: auto;
                padding: 15px;
            }

            .filter-modal-footer {
                padding: 10px;
                background: #f8f8f8;
                border-top: 1px solid #ddd;
                display: flex;
                justify-content: space-between;
            }

            .filter-modal-footer button {
                padding: 10px 20px;
                border: none;
                cursor: pointer;
            }

            .apply-button {
                background: #dc2626;
                color: #fff;
                border-radius: 5px;
            }

            .clear-button {
                background: #f5f5f5;
                color: #333;
                border-radius: 5px;
            }

            .filter-option {
                margin-bottom: 10px;
            }

            .filter-option label {
                display: flex;
                align-items: center;
            }

            .filter-option input {
                margin-right: 10px;
            }

            .filter-select {
                width: 100%;
                padding: 10px;
                padding: 12px;
                border-radius: 6px;
                border: 1px solid #a5a5a571;
            }

            .date-field {
                width: 100%;
                border-radius: 6px;
                border: 1px solid #a5a5a571;
                padding: 12px;
            }

            .filtericon {
                color: #676666;
            }
        }

        @media only screen and (max-width:991px){
    

     #scroll-top {
  display: none;
    position: fixed;
    bottom: 200px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #af4646;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    z-index: 999999;
}
.whatsApp-float{
    position:fixed;
    width:60px;
    height:60px;
    bottom: 130px;
  right: 30px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:999999;
}
}
    
            .show-few-lines{
              display: -webkit-box;
              overflow : hidden;
              text-overflow: ellipsis;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;  
            }