/*** Phone number ***/
.intl-tel-input {
    display: block !important;
}
/*** END Phone number ***/

/***********END Notifications CSS***********/

.loader {
	display: none;
    background-image: url(/images/loader.gif);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255,255,255,0.8);
}

