section.title h1{
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    color: #B71918;
    text-align: center;
    margin: 30px 0;
}

.sbb * {
    box-sizing: border-box;
}

.sbb-header{
    width: 100%;
    height: 220px;
    background-image: url(/images/banners/SBB-budget-header-bg.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}
.sbb-header .left, .sbb-header .right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.sbb-header .left .title{
    width: 60%;
    margin: auto;
    text-align: left;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
}

.sbb-header .right .desc{
    width: 90%;
    margin: auto;
    text-align: left;
    font-size: 35px;
    color: #fff;
    line-height: 45px;
}

@media (max-width: 850px) {
    .sbb-header .left .title{
    width: 60%;
    margin: auto;
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
}

.sbb-header .right .desc{
    width: 90%;
    margin: auto;
    text-align: left;
    font-size: 25px;
    color: #fff;
    line-height: 30px;
}
}
@media (max-width: 500px) {
    .sbb-header{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
    .sbb-header .left, .sbb-header .right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}
    .sbb-header .left .title{
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
}

.sbb-header .right .desc{
    width: 100%;
    margin: auto;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
}
.navlinks{
    width: 100%;
    /* height: 60px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.navlinks a.link{
    font-size: 17px;
    color: #000;
    background-color: #FBB902;
    text-decoration: none;
    padding: 5px 10px;
    position: relative;
    width: 16%;
    text-align: center;
    border-radius: 25px;
    border: 2px solid transparent;
    transition: all 0.4s ease-in-out;
}

.navlinks a.link.red{
    background-color: #B71B17;
    color: #FFF;
}

.navlinks a.link:hover{
    background-color: #FFF;
    color: #000;
    text-decoration: none;
    border: 2px solid #FBB902;
}
.navlinks a.link.red:hover{
    background-color: #FFF;
    color: #B71B17;
    text-decoration: none;
    border: 2px solid #B71B17;
}


@media (max-width: 950px) {
    .navlinks{
        flex-wrap: wrap;
    }
    .navlinks a.link{
       width: calc(33% - 10px);
        margin-bottom: 10px;
    }
}

@media (max-width: 650px) {
    
    .navlinks a.link{
        width: calc(50% - 10px);
       
        /* font-size: 13px; */
    }
}

.seo{
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    color: #000;
	margin-bottom:30px;
}

.seo h2{
    font-size: 20px;
    font-weight: 700;
}
.fw-slide{
    display: block;
}
.fw-slide:hover{
    text-decoration: none;
}
	.budget-banner{
		width: 100%;
		height: 350px;
		border-radius: 15px;
		overflow: hidden;
		display: flex;
		margin: 30px 0;
	}
	.budget-banner .left{
		width: 33%;
		display: flex;
        justify-content: space-evenly;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-image: url(/images/banners/SBB-under-5-block-left.jpg);
        background-size: cover;
        background-position: center;
        background-blend-mode: saturation;
		font-weight: bold;
		text-align: center;
		padding: 20px;
	}
	.budget-banner .left .title{
		font-size: 80px;
		font-weight: bold;
        color: #FFF;
	}
    .budget-banner .left .under{
		font-size: 50px;
        color: #FFF;
		font-weight: bold;
		line-height: 1.5em;
	}
    .budget-banner .left .amount{
		font-size: 100px;
		font-weight: bold;
        color: #FFF;
		line-height: 1.5em;
	}
	.budget-banner .left .heading{
		font-size: 30px;
		margin-bottom: 10px;
		font-weight: bold;
		color: #314C89;
		width: 70%;
		line-height: 35px;
	}
	.budget-banner .right .budget-cta{
        position: absolute;
		background-color: #FFF ;
		color: #B71B17 ;
		padding: 10px 20px;
		border-radius: 25px;
		text-decoration: none;
		font-weight: bold;
		transition: all 0.4s ease-in-out;
		width: 200px;
		border: 2px solid transparent;
        bottom: 40px;
        right: 40px;
	}
	.budget-banner .right .budget-cta:hover{
		background-color: #B71B17;
		color: #FFF;
		text-decoration: none;
	}
	.budget-banner .right{
        position: relative;
		width: 67%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: #D0D0D1;
		text-align: center;
		padding: 20px;
	}
	.budget-banner .right.img.five{
		background-image: url('/images/banners/Budget-Image-LP3.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
    .budget-banner .right.img.ten{
		background-image: url(/images/banners/Budget-Image-LP7.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
    .budget-banner .right.img.twenty{
		background-image: url(/images/banners/Budget-Image-LP2.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
    .budget-banner .right.img.fifty{
		background-image: url(/images/banners/Budget-Image-LP1.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
    .budget-banner .right.img.hundred{
		background-image: url(/images/banners/Budget-Image-LP4.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	@media (max-width: 1050px) {

		.budget-banner .left{
			width: 33%;
		}
		.budget-banner .right{
			width: 67%;
		}
		.budget-banner .left .heading{
			font-size: 25px;
			margin-bottom: 20px;
			width: 70%;
		}
		.budget-banner .left .cta{
			background-color: #FFF;
			color: #314C89;
			padding: 10px 20px;
			border-radius: 25px;
			text-decoration: none;
			font-weight: bold;
			transition: all 0.4s ease-in-out;
			width: 70%;
		}
	}
    @media (max-width: 900px) {
        .budget-banner .left .title{
			font-size: 50px;
			margin-bottom: 0px;
		}
    }
	@media (max-width: 700px) {
		.budget-banner{
			/* height: auto; */
		}
		.budget-banner .left{
			width: 50%;
		}
		.budget-banner .right{
			width: 50%;
		}
		.budget-banner .left .heading{
			font-size: 25px;
			margin-bottom: 20px;
		}
		.budget-banner .left .cta{
			background-color: #FFF;
			color: #314C89;
			padding: 10px 20px;
			border-radius: 25px;
			text-decoration: none;
			font-weight: bold;
			transition: all 0.4s ease-in-out;
			width: 70%;
		}
	}
	@media (max-width: 500px) {
		.budget-banner{
			flex-direction: column;
			height: 350px;
		}
		.budget-banner .left{
			width: 100%;
			text-align: center;
			padding: 0px;
			height: 350px;
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: space-around;
		}
        .budget-banner .left .cont-left{
            width: 60%
        }
        .budget-banner .left .cont-right{
            width: 40%
        }
        .budget-banner .left .cont-right .amount{
            font-size: 55px;
        }
		.budget-banner .right.img{
			width: 100%;
			text-align: center;
			padding: 0px;
			height: 350px;
		}
        .budget-banner .right .budget-cta{
        position: absolute;
		background-color: #FFF ;
		color: #B71B17 ;
		padding: 10px 20px;
		border-radius: 25px;
		text-decoration: none;
		font-weight: bold;
		transition: all 0.4s ease-in-out;
		width: 200px;
		border: 2px solid transparent;
        bottom: 40px;
        right: 0px;
        left: 0px;
        margin: auto;
	}
	}


.fr-block-holder{
    padding: 10px 30px;
    width: 100%;
}
.fr-block-holder h2{
    font-size: 25px;
    text-align: center;
    color: #B71918;
    text-align: left;
    width: 55%;
}

.fr-block-holder a.view-all{
    text-align: right;
    display: block;
    color: #B71918;
    font-size: 25px;
    width: 100%;
    margin-top: -42px;
}

.fr-block{
    border: 2px solid #E4E4E4;
    height: auto;
    border-radius: 20px;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
    margin: 10px;
    transition: border 0.5s;
    display: block;
    
}
.fr-block:hover{
    border: 2px solid #B71918;
    text-decoration: none;
}
.fr-header{
    text-align: center;
    font-size: 44px;
    font-weight: bold;
    color: #FFF;
    background-color: #B71918;
}
.fr-header .percent_holder{
    display: inline-block;
    margin-left: 5px;
}
.fr-header span.percent{
    display: block;
    font-size: 25px;
    line-height: 17px;
}
.fr-header span.off{
    display: block;
    font-size: 13px;
}
.fr-block .fr-main .fr-img{
    position: relative;
}
.fr-block img{
    width: 100%;
    height: auto;
    margin: auto;
    font-weight: bold;
}
.img-holder{
    position: relative;
}
.fr-block .info_holder{
    color: #000;
    background-color: #F2EFEF;
    padding: 10px;
    font-size: 13px;
    font-weight: normal;
}

.fr-block .info_holder .itemTitle{
    font-size: 15px;
}

.fr-block .info_holder .rating i{
    font-size: 10px;
    color: #000;
}

.fr-block .info_holder .priceHolder{
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.fr-block .info_holder .price{
    font-size: 20px;
    text-align: left;
    margin: 0 0 0px 20px;
}
.fr-block .info_holder .oldPrice span{
    text-decoration: line-through;
    font-size: 16px;
}

.slick-next, .slick-prev{
    z-index: 1;
    background-color: transparent;
    color: transparent;
    transition: all 0s;
    background-size: 50%;
    background-repeat: no-repeat;
}
.slick-next:hover, .slick-prev:hover, .slick-next:focus, .slick-prev:focus{
    background-color: transparent;
    color: transparent;
    background-size: 50%;
    background-repeat: no-repeat;
}
.slick-prev{
    left: -20px;
    
}
.slick-next{
    right: -40px;
}
.scroller-ctas{
    width: 100%;
    /* height: 60px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}
.scroller-ctas a.cta{
    font-size: 15px;
    color: #FFF;
    background-color: #B71918;
    text-decoration: none;
    padding: 5px 20px;
    position: relative;
    margin: 10px;
    border: 2px solid transparent;
    border-radius: 25px;
    transition: all 0.4s ease-in-out;
}
.scroller-ctas a.cta:hover{
    background-color: #FFF;
    color: #B71918;
    text-decoration: none;
    border: 2px solid #B71918;
}

@media (max-width: 600px) {
    .scroller-ctas a.cta{
        padding: 5px 10px;
        width: 90%;
        margin: 5px auto;
        text-align: center;
    }
}