/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) { 
	.slider-area {
	    padding-top: 115px
	}
	.footer-content h3 {
	    font-size: 35px;
	    line-height: 55px;
	}
	.filled-btn-footer {
	    padding: 18px 25px;
	}
}

@media (max-width: 767px) {
    .slider-area {
        padding-top: 115px;
    }
    h1.slider-title br {
        display: none;
    }
    .footer-top-area {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .footer-content h3 br {
        display: none;
    }
	.footer-content h3 {
	    font-size: 35px;
	    line-height: 52px;
	}
    .slider-bottom-area {
        display: none;
    }
}

@media (max-width: 480px) { 
	h1.slider-title {
	    font-size: 30px;
	    line-height: 45px;
	}
	.section-title-table-cell .title-heading {
		font-size: 30px;
	}
	.section-title-table-cell .description-heading {
		font-size: 35px;
	}
	.footer-content h3 {
	    font-size: 35px;
	}
	.filled-btn-footer {
	    padding: 18px 25px;
	}
	.theme-support-icons img {
	    margin-right: 22px;
	    margin-bottom: 22px;
	}
}

@media (max-width: 375px) {
	a.btn.filled-btn {
	    margin-right: 0;
	    margin-bottom: 15px;
	}
	h1.slider-title {
	    font-size: 25px;
	    line-height: 35px;
	}
	.theme-support-icons img {
	    margin-right: 22px;
	    margin-bottom: 22px;
	}
}

@media (max-width: 320px) { 
	.other-pages-section .single-preview a {
	    height: auto;
	}
	.footer-content h3 {
	    font-size: 30px;
	}
	.filled-btn-footer {
	    padding: 18px 25px;
	}
	.section-title-table-cell p {
	    font-size: 15px;
	    line-height: 25px;
	}
	.section-title-table-cell .description-heading {
	    font-size: 30px;
	}
	.section-title-table-cell .title-heading {
		font-size: 20px;
	}
	h1.slider-title {
	    font-size: 25px;
	    line-height: 35px;
	}
	a.btn.filled-btn {
	    margin-right: 0;
	    margin-bottom: 15px;
	}
	.theme-support-icons img {
	    margin-right: 22px;
	    margin-bottom: 22px;
	}
}
