.text-center {
    text-align: center;
}

.custom-modal {
    min-width: 300px;
    text-align: center;
    font-size: 20px;
    padding: 30px 0;
}
.mfp-content {
    max-width: 800px;
    color: #000;
}

.alert.alert-danger {
    background: #ff3d47;
    color: white;
    padding: 10px;
    margin: 10px 0;
    font-size: 16px;
}

form .alert.alert-danger {
    background: #ff3d47;
    color: white;
    padding: 10px;
    margin: 10px 0;
    font-size: 16px;
}

[data-uitype=leadform] .alert.alert-danger {
    background: #ff3d47;
    color: white;
    padding: 10px;
    margin: 10px 0;
    font-size: 16px;
}

[data-uitype=leadform].position-absolute .alert.alert-danger{
    width: 85%;
    top: 0;
    left: 5%;
    position: absolute;

}

[data-uitype=orderform] .alert.alert-danger {
    background: #ff3d47;
    color: white;
    padding: 10px;
    margin: 10px 0;
    font-size: 16px;
    width: 100%;
}

[data-uitype=orderform] .alert.alert-danger  span{
    display: none;
}


/*--------------------PLUSE--------------------*/
.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.9;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 0.9;
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.95);
        opacity: 0.7;
    }
}

.my-modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
	overflow:hidden;
}

.my-modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.my-modal-header .close {
    margin-top: -2px;
}
.my-modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.my-modal-body {
    position: relative;
    padding: 15px;
}
.my-modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.my-modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.my-modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.my-modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

@media (min-width: 768px) {
    .my-modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .my-modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

}
.clearfix:before,
.clearfix:after,
.my-modal-header:before,
.my-modal-header:after,
.my-modal-footer:before,
.my-modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.my-modal-header:after,
.my-modal-footer:after {
    clear: both;
}


.mfp-wrap.mfp-ready,
.mfp-bg.mfp-ready {
    z-index: 10000;
}

.cvv-card {
    background-image: url("cvvnumber.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    max-width: 100%;
    width: 350px;
    height: 233px;
    margin: auto;
    padding: 20px 0;
    display: block;
}