/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 17 2026 | 11:44:16 */
.phone-row {
    display: flex;
    gap: 10px;
    width: 104%;
    margin-left: -0.5rem;
}

.phone-row .country-code {
    width: 20%;
}

.phone-row .phone-number {
    width: 80%;
}

.phone-row select,
.phone-row input[type="tel"] {
    width: 100%;
}

@media (max-width: 767px) {
    .phone-row .country-code {
        width: 25%;
    }

    .phone-row .phone-number {
        width: 75%;
    }
}


#img-ek-grid .elementor-widget-container {
    min-height: 131px;
}

#img-ek-grid .elementor-image-box-content{
    padding-top:12px;
}


.phone-number label{
   color:#ff000000 !important;
}