.header-overlay{
		/*opacity:0.7;
		background-color: blue !important;*/
}

.main-page-hero-small-image{
		padding-top: 80px;
}

.hidden-block, .hideSocialLink{
		display: none !important;
}

.service-panel{
}

.circle {
    width: 120px;
    height: 120px;
   /* background-color:  #224f7a; /* Circle color */
    border-radius: 50%; /* Makes it a circle */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
		aspect-ratio: 1 / 1;
}

.service-icon{
		font-size: 80px !important;
		text-align: center;
		color: #00497E/*13224B;/*000934; /*224f7a;*/
}

.frm_button_submit{
		 border-radius: 28px !important;
    border-width: 0 !important;
  /*  font-size: var(--wp--preset--font-size--medium);
    font-weight: var(--wp--custom--typography--font-weight--bold);*/
    line-height: 1.75;
    margin-top: 0.8rem;
    padding-top: 12px !important;
    padding-right: 21px !important;
    padding-bottom: 12px !important;
    padding-left: 21px !important;
    text-transform: uppercase;
		background: #fcb900 !important;
		font-size: 16px !important;
		font-weight: 700 !important;
}

.frm_button_submit:hover{
		background: #000000 !important;
}

.wp-block-media-text__content{

}
/* wp-block-cover__inner-container */
@media (max-width: 600px) {
   .main_page_header{
        margin-top: 120px !important;
		    height:auto !important;	
   }
		
		.main-page-hero-small-image{
		display: none !important;
	}
		
		.custom-main-page-header{
				padding-bottom:40px !important;
				height:auto !important;
		}	
		
		.circle {
  
}
		
		.service-icon{
		
}
}

/*224f7a*/