@media  (max-width:480px) {
	.banner-four-main-wrapper .inner .sub-title, .banner-six-main-wrapper .inner .sub-title {
    color: var(--color-primary);
    font-family: var(--font-primary);
    font-size:18px;
	}
	.banner-four-main-wrapper .inner .title, .banner-six-main-wrapper .inner .title {
    color: var(--color-heading);
    font-family: var(--font-primary);
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 28px;
    line-height: 30px;
}
.banner-four-main-wrapper {
    position: relative;
    z-index: 1;
    padding: 80px 0 25px;
}
.footer-style-one .ft-title, .footer-style-two .ft-title {
    color: var(--color-heading);
    font-family: var(--font-primary);
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}
.bg-benner-img-four{
	margin-bottom: 20px;
}
section.clients-testimonial-area {
    padding-bottom: 40px;
}
.custom-title {
    color: var(--color-heading);
    font-family: var(--font-primary);
    font-size: 22px;
}
.check-box h2 {
    color: var(--color-heading);
    font-family: var(--font-primary);
    font-size: 22px;
    font-weight: 700;
    line-height: 16px;
    text-transform: capitalize;
    position: relative;
}
.tmp-section-gap {
    padding: 80px 0;
    background: #ccc3;
    margin: 0px 0 40px;
}
.contact-info {
    padding: 20px 0;
    width: 100%;
    background: #0F0F0F;
}
}