/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 21 2023 | 22:06:31 */
.header-top.no-form {
    padding-top: 150px;
    padding-bottom: 120px;
    text-align: center;
}

.header-top.no-form h1 {
    font-size: 75px;
    line-height: 90px;
}

.cta-phones-landing.cta-landing-noform {
    padding: 50px 0px 10px;
}

.header-top.no-form .btn.btn-info-gradiant {
    background-color: #0093b1;
    border-color: #0093b1;
}

.btn.btn-info-gradiant i,
.btn.bg-white i {
    margin-bottom: 0px;
}

@media (max-width:480px) {
	.header-top.no-form h1 {
    	font-size: 48px;
    	line-height: 64px;
	}
	
	.header-top.no-form {
		padding-top: 50px;
		padding-bottom: 80px;
		text-align: center;
	}
}