/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 15 2025 | 03:38:03 */
.site-footer .footer-inner .copyright

 {
    align-items: center;
    display: flex;
	 display: none!important;
    justify-content: flex-end;
}


.site-header

 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    position: relative;
}

.site-footer

 {
     padding-block-end: 0rem; 
     padding-block-start: 0rem; 
    position: relative;
}

@media (max-width: 768px) {
  .site-header {
     padding-block-start: 0;
    padding-block-end: 0;
  }

	#get-quote .cta-button

 {
   padding: 13px 20px 13px 20px !important;
    font-size: 17px!important;
}
	.cta-button {
    background-color: #e94d65;
    color: #fff !important;
    border: none;
    padding: 20px!important;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6em;
    font-size: .9rem;
    box-shadow: 0 4px 15px rgba(233, 77, 101, .3);
}
	
	}
