#overlayModal.active {
	z-index: 10000;
}

#contact-modal.formModal.active {
	z-index: 10001;
}

.formHeaderWrapper {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #fff;
    z-index: 1000;
    border-bottom: 1px solid #d7d7d7;
}

#formHeaderWrapperInner {
    max-width: 1400px;
}

.formHeaderDesignDoorWrapper {
    border-right: 1px solid rgba(0, 0, 0, .22);
    padding-right: 16px;
    padding-left: 6px;
   
}

.formHeaderDesignDoorWrapper a {
    color: #000;
  	
}

.formHeaderDesignDoorWrapper a:hover {
    color: #000!important;
  	cursor: pointer;
}


.formHeaderGetQuoteWrapper {
    border-right: 1px solid rgba(0, 0, 0, .22);
    margin-right: 36px;
    padding-right: 12px;
    padding-left: 8px;
}

.formHeaderGetQuoteWrapper button:hover {
	cursor: pointer;
}

.modalButton {
    border: 0 !important;
    background-color: transparent !important;
    color: #000 !important;
}

@media (min-width: 993px) {
    .formHeaderMobileWrapper {
        display: none;
    }
}

@media (max-width: 992px) {
    .formHeaderDesignDoorWrapper, .formHeaderGetQuoteWrapper {
        display: none;
    }
    .formHeaderLogoWrapper {
        
    }
  	#formHeaderPhoneWrapper .call-button-ripple.formHeader {
  		margin-top: 0!important;
  	}
    .formHeaderMobileWrapper {
        position: fixed;
        bottom: 0;
      	z-index: 1000;
    }
    .mobileCTAWrapper {
        display: flex;
        justify-content: space-between;
        border-top: 1px solid rgba(0, 0, 0, .22);
       
    }
    .mobileDesignDoor {
        border-right: 1px solid rgba(0, 0, 0, .22);
        background-color: #f5f5f5;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 12px;
        padding-bottom: 12px;
        transition: 0.3s ease-in-out;
    }
    .mobileDesignDoor a {
        color: black!important;
        text-decoration: none;
        font-weight: bold;
    }
    .mobileDesignDoor:hover, .mobileGetFreeQuote:hover {
        background-color: #e3e1e1;
    }
    .mobileGetFreeQuote {
        /* border-right: 1px solid rgba(0, 0, 0, .22); */
        background-color: #f5f5f5;
        justify-content: center;
        align-items: center;
        display: flex;
        padding-top: 12px;
        padding-bottom: 12px;
        transition: 0.3s ease-in-out;
        
    }
    .mobileGetFreeQuote button {
        font-weight: bold;
    }
    .mobilePhoneWrapper  {
        background-color: #f5f5f5;
        justify-content: center;
        align-items: center;
        display: flex;
    }
}

@media (max-width: 576px) {
    .formHeaderLogoWrapper img {
        max-width: 200px;
        height: auto;
    }
    #formHeaderPhoneWrapper {
        max-width: 32px;
        height: 32px;
    }
    .call-button-ripple.formHeader {
        height: 100%;
        width: 100%;
    }
    #formHeaderPhoneWrapper .cc-calto-action-ripple {
        display: flex;
        justify-content: center;
    }
    #formHeaderPhoneWrapper .fa.fa-phone {
        font-size: 1rem;
    }
}

/* ripple call button  */

.formHeader.call-button-ripple .cc-calto-action-ripple {
	/* z-index: 99999; */
	position: static;
	background: #ec8b00;
	width: 100%;
	height: 100%;
	padding: 0.8rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 2s linear infinite;
	animation: cc-calto-action-ripple 2s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; }
	.call-button-ripple .cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 1.5rem; }
	.call-button-ripple .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }
  
  @-webkit-keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
  
  @keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }

	span.num{
		position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
		display: none;
}


.formHeader .fa-phone {
    color: #fff;
}

