.filter-tab .nav {
    border: 0;
    border-bottom: 1px solid #D2D5DA;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    white-space: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto
}

@media (max-width: 1199.98px) {
	.filter-tab .nav{
		margin-bottom:30px;
	}
}

@media (max-width:991.98px) {
    .filter-tab .nav {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
		margin-top:30px;
		margin-bottom:0;
    }
}

@media (max-width:575.98px) {
    .filter-tab .nav {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
}

.filter-tab .nav-link {
    font-size: 18px;
    font-weight: 500;
    line-height: 22.68px;
    color: #717A89;
    border: none;
    padding: 0;
    padding-bottom: 24px;
    position: relative
}

@media (max-width:575.98px) {
    .filter-tab .nav-link {
        font-size: 16px
    }
}

.filter-tab .nav-link.active {
    color: #16479D;
    font-weight: 600;
    background-color: transparent !important
}

.filter-tab .nav-link.active:after {
    content: "";
    background-color: #16479D;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    border-radius: 5px 5px 0px 0px;
    width: 100%
}

.filter-tab .nav-link:hover {
    background-color: transparent;
    color: #717A89
}

.filter-tab .location-filter {
    border: 1px solid #D2D5DA;
    background: none;
    border-radius: 8px;
    height: 56px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
	appearance:none;
	background-repeat:no-repeat;
	background-position: 97%;
	background-image:url(https://www.hotpackglobal.com/wp-content/uploads/2024/07/Arrow-Down.svg);
}

.filter-tab .location-filter:focus-visible {
    outline: none
}

.filter-tab .filter-cat {
    max-width: 387px;
    width: 100%;
    position: relative
}

.filter-tab .filter-cat label {
    font-size: 12px;
    font-weight: 600;
    color: #121826;
    position: absolute;
    top: -6px;
    left: 13px;
    z-index: 1;
    background-color: #F2F9FF;
    padding: 0 5px;	
}

.filter-tab .filter-cat label::after{
	content:"*";
	color:red;
}

.filter-tab .filter-cat .nice-select {
    width: 100%;
    border: 1px solid #D2D5DA;
    border-radius: 8px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filter-tab .filter-cat .nice-select:after {
    background-image: url(../images/Arrow-Down.png);
    width: 20px;
    height: 20px;
    border: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -8px
}

.filter-tab .filter-cat .nice-select .list {
    width: 100%
}

.filter-tab .tab-content .cards-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    row-gap: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.filter-tab .tab-content .cards-container .cards {
    border: 1px solid #CDDBE9;
    border-radius: 15px;
    width: calc(50% - 12px)
}

@media (max-width:575.98px) {
    .filter-tab .tab-content .cards-container .cards {
        width: 100%
    }
}

.filter-tab .tab-content .cards-container .cards.f-cat {
    opacity: 0;
    display: none
}

.filter-tab .tab-content .cards-container .cards.f-cat.active {
    opacity: 1;
    display: block;
    -webkit-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards
}

.filter-tab .tab-content .cards-container .cards_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	height:100%;
}

@media (max-width: 1199.98px) {
    .filter-tab .tab-content .cards-container .cards_body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.filter-tab .tab-content .cards-container .cards_body img {
    border-radius: 15px 0px 0px 15px;
    width: auto;
	max-width: 240px;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
	.filter-tab .tab-content .cards-container .cards_body img {
		border-radius: 15px 15px 0px 0px;
		max-width: 100%;
	}
}

@media (max-width:575.98px) {
    .filter-tab .tab-content .cards-container .cards_body img {
        height: 116px
    }
}

.filter-tab .tab-content .cards-container .cards_content {
    padding: 20px 34px 20px 30px;
		
	a{
		&:hover{
			text-decoration:underline;
		}
	}
		
}

@media (max-width:991.98px) {
    .filter-tab .tab-content .cards-container .cards_content {
        padding: 15px
    }
}

.filter-tab .tab-content .cards-container .cards_content h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25.2px;
    color: #16479D
}

@media (max-width:575.98px) {
    .filter-tab .tab-content .cards-container .cards_content h5 {
        font-size: 18px
    }
}

.filter-tab .tab-content .cards-container .cards_content p {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    max-width: 257px;
    width: 100%
}

@media (max-width:575.98px) {
	.filter-tab .tab-content .cards-container .cards_content p{
		max-width:315px;
	}
}

.filter-tab .tab-content .cards-container .cards_content a {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.64px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    margin-bottom: 9px
}

.filter-tab .tab-content .cards-container .cards_content a img {
    border-radius: 0;
    width: 20px;
    height: 20px
}

.filter-tab .tab-content .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 40px
}

.filter-tab .tab-content .pagination .page-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #F1F1F1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    color: #333333
}

.filter-tab .tab-content .pagination .page-link.active {
    background-color: #16479D;
    color: #ffffff
}

.filter-tab .tab-content .pagination .page-link:hover {
    background-color: #16479D;
    color: #fff
}

.filter-tab .tab-content .pagination .page-link img {
    width: 5px;
    height: 8px
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}