/*
Theme Name: Medizco
Theme URI: https://themeforest.net/user/xpeedstudio/portfolio
Author: Xpeedstudio
Author URI: https://xpeedstudio.com/
Description: Medizco is a Medical Health Dental Care Clinic WordPress Theme.
Version: 3.6.0
Requires at least: 5.0
Tested up to: 6.3.2
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: medizco
Tags: theme-options, post-formats, featured-images
*/
/* .page_banner_content{
	display:none !important;
} */
.rev_layerx {
     animation: rotateLayerx 15s infinite ease-in-out;
}

@keyframes rotateLayerx {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}


.contact-form-modern {
    margin: 0 auto;
    padding: 20px;
    background: #c5e2ff;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius:20px;
}

.contact-form-modern .form-label {
    font-weight: 600;
    color: #333;
}

.contact-form-modern .input-group {
    margin-bottom: 15px;
    border-radius: 8px;
}

.contact-form-modern .input-group-text {
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 8px 0 0 8px;
    padding: 10px 15px;
}

.contact-form-modern .form-control {
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 12px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.contact-form-modern .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.contact-form-modern .btn-primary {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    padding: 0px !important;
    font-size: 18px;
    border-radius: 8px;
    transition: 0.3s;
}

.contact-form-modern p{
	margin:0 !important;
}
.contact-form-modern .btn-primary:hover {
    background: linear-gradient(135deg, #0056b3, #2db8c7);
    transform: translateY(-2px);
}
.btn-primary .wpcf7-spinner{
	display:none !important;
}
