.custom-link:hover {
    text-decoration: none;
}

/* Media Query */
@media only screen and (max-width: 768px) {
    .hide-mobile {
        display: none;
    }
    /* .mobile-position {
        display: flex;
        align-items: center;
        justify-content: center;
    } */
}
.footer-tel-icon {
    /* margin-right: 20px; */
    height:  30px;
    width: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius:  100%;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    background: transparent;
}
.footer-tel {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .ast-mobile-header-content.content-align-flex-start .location-telephone a {
        justify-content: flex-start;
        padding-left: 20px;
        padding-right: 20px;
    } 

    .ast-mobile-header-content.content-align-flex-center .location-telephone a {
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    } 

    .ast-mobile-header-content.content-align-flex-end .location-telephone a {
        justify-content: flex-end;
        padding-left: 20px;
        padding-right: 20px;
    } 

	#ast-mobile-popup.content-align-center .location-telephone{
		padding-right: 20px;
		padding-left: 20px;
		text-align: center;
	}
	
	#ast-mobile-popup.content-align-flex-start .location-telephone{
		padding-right: 20px;
		padding-left: 20px;
		text-align: left;
	}

	#ast-mobile-popup.content-align-flex-end .location-telephone{
		padding-right: 20px;
		padding-left: 20px;
		text-align: right;
	}
}