.Related_category_sec .slidersec {
    margin-top: 20px;
}

.Related_category_sec .slidersec .swiper-wrapper {
    padding-bottom: 40px;
}

.Related_category_sec .slidersec .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    width: 20px;
    height: 5px;
    border-radius: 3px;
}



.Related_category_sec .slidersec .swiper-pagination-bullet-active {
    background: #2cc776 !important;
    width: 30px !important;
}

.Related_category_sec .slidersec .nav-pills {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
}

.Related_category_sec .slidersec .nav-pills .nav-link {
    color: #000;
    background-color: #50883f38;
    margin-right: 5px;
    font-size: 15px;
    text-wrap-mode: nowrap;
}

.Related_category_sec .slidersec .nav-pills .nav-link.active {
    color: #fff;
    background-color: #50883f;
}

.Related_category_sec .seemore {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    background: #508840;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 5px;
}
.form-control:focus,
.react-tel-input .form-control:focus,
.react-tel-input:focus-within {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.form-control:focus,
.react-tel-input .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}


@media (min-width: 0px) and (max-width: 767.98px) {
    .Related_category_sec .slidersec .nav-pills .nav-link {
        font-size: 14px;
    }

    .Related_category_sec .seemore {
        font-size: 14px;
        padding: 8px 23px;
    }
} 