.fp-header-paragraph-bg {
    background-image: url(../img/finance/credicardlist1.jpg);
    background-size: cover;
}

.fp-header-paragraph {
    padding: 15px;
    max-width: 65%;
}
.fp-header-authour {
    padding: 10px;
    text-align: right;
}

.tab-area {
    position: relative;
    clear: both;
    padding: 10px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.tab .tablinks.active {
    background-color: #d39c14;
    color: #fff;
}

.tab .tablinks {
    background-color: inherit;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    border: 1px solid #6b6b6b;
    /* border-radius: 27px; */
    padding: 9px 15px 9px 15px;
    transition: 0.3s;
    margin: 5px;
}

.tab .tablinks.active {
    background-color: #d39c14;
    color: #fff;
}

.tab .tablinks:hover {
    background-color: #d39c14;
    color: #fff;
}

.fp-product-box {
    /*border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;*/
    position: relative;
    margin-bottom: 20px;
    border-right: 5px solid #000000;
    border-top: 1px solid #000000;
    background: #ffffff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.fp-product-box-img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.fp-product-box-header {
    padding: 20px;
}
.fp-product-box-footer {
    background-color: #ffffff;
   
}
.fp-product-box-section-1 {
    border-top: 1px solid #d4d4d4;
    text-align: center;
    padding: 10px;
}

.fp-product-box-section-2 {
    border-top: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    text-align: center;
    padding: 10px;
}

.fp-product-box-section-3 {
    border-top: 1px solid #d4d4d4;
    text-align: center;
    padding: 10px;
}

.applynow-bt {
    line-height: 32px;
    border: none;
    font-weight: 700;
    height: 32px;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    background: #166b8c;
    overflow: hidden;
}
.view-bt {
    line-height: 32px;
    border: none;
    font-weight: 700;
    height: 32px;
    width: 100%;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 5px;
    text-align: center;
    background: #ffffff;
    overflow: hidden;
}

.rating {
    font-size: 30px;
    color: #1f1f1f;
}
.rating-active {
    color: #f3f016;
}

.filer-inner-box::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.filer-inner-box::-webkit-scrollbar-track {
    background: #f1f1f1;
    width: 20px;
}

/* Handle */
.filer-inner-box::-webkit-scrollbar-thumb {
    background: #888;
}

.grid-columns-6 {
    grid-template-columns: 50% auto;
}

.grid-container-2 {
    display: grid;
    grid-gap: 10px;
}
/*filter box css*/
.filer-box {
    margin-right: 20px;
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    padding: 20px;
}
.search-filter-box {
    position: relative;
}
.filer-inner-box {
    list-style: none;
    max-height: 200px;
    padding: 10px;
    overflow-y: auto;
}
.filer-box:is(.open-filter-box) {
    display: block;
    position: fixed;
    top: 0;
    right: -280px;
    background: #fff;
    width: 280px;
    z-index: 200;
    padding: 0 12px;
    padding-top: 25px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s ease;
    transform: translateX(-280px);
    margin-top: 0;
    margin-right: 0;
}
.filter-box-wrap {
    height: calc(100% - 70px);
    overflow: auto;
    margin-right: -12px;
    padding-right: 12px;
}
.filer-inner-box ul {
    margin-top: 0;
}

.filer-box ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.close-button {
    position: relative;
    padding: 8px 21px 8px 21px;
    text-align: center;
    outline: none;
    background: transparent;
    border-radius: 50px;
    border: 1px solid rgb(251, 209, 4);
}
.apply-button {
    position: relative;
    padding: 8px 21px 8px 21px;
    text-align: center;
    outline: none;
    background: rgb(251, 209, 4);
    border-radius: 50px;
}

.gobtn{
    padding: 4px;
    border: 1px solid #166b8c;
    background: #166b8c;
    border-radius: 7px;
} 

/*filter box css end*/

.tabcontent {
    display: block;
    border-top: none;
}
/* tab area 2 */
#filter-bt {
    display: none;
}
.filter-bt {
    padding: 4px 17px;
    text-align: center;
    outline: none;
    float: left;
    border-radius: 50px;
    min-width: 66px;
    border: 1px solid #c2c2c5;
}
/*content tab accordian*/
.product-img {
    width: 100%;
    height: auto;
}
.close-apply-button-box {
    display: none;
}

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #166b8c;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #166b8c;
  cursor: pointer;
}
.field {
    padding: 4px;
    border-radius: 7px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}
.field .value {
   
    margin: 5px;
    font-size: 13px;
    color: #294459;
    font-weight: 600;;
}
.field .value .left {
    left: -22px;
}
.field .value .right {
    right: -43px;
}
.field input {
    flex: 1 1 auto;
}

.gobtn{
    padding: 4px;
    border: 1px solid #166b8c;
    background: #166b8c;
    border-radius: 7px;
} 

@media (min-width: 480px) and (max-width: 991px) {
    .filer-box {
        display: none;
        padding: 10px;
        margin: 0px;
    }
    #filter-bt {
        display: block;
    }

    .close-apply-button-box {
        display: block;
    }

    .fp-header-paragraph{
        max-width: 100%;
    }
    .fp-product-box-img {
        width: 45%;
        margin: 10px;
        height: auto;
    }
    .fp-product-box-header {
        padding: 12px;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    .filer-box {
        display: none;
    }
    #filter-bt {
        display: block;
    }
    .close-apply-button-box {
        display: block;
    }
    .fp-header-paragraph{
        max-width: 100%;
    }

    .fp-product-box-img {
        width: 45%;
        margin: 10px;
        height: auto;
    }
    .fp-product-box-header {
        padding: 12px;
    }
}
