.text-white {
    color: #fff !important;
}

.logo-white {
    max-width: 250px !important;
}

.wrap-our-service-area {
    margin-top: 50px;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    color: var(--e-global-color-secondary);
}

.wrap-our-service-area .service-title {
    font-size: 24px;
    font-weight: 600;
}

.wrap-our-service-area .elementor-element {
    padding: 30px;
    border: 1px solid transparent !important;
    border-radius: 15px;
    background-color: #F6F6F6;
    overflow: hidden;
}

.wrap-our-service-area .elementor-element:last-child {
    padding: 0;
}

.wrap-our-service-area .elementor-element:last-child iframe {
    width: 100%;
    height: 100%;
}

.wrap-our-service-area .elementor-element ul {
    list-style: none;
    padding: 0;
    padding-top: 20px;
}

.wrap-our-service-area .elementor-element ul li {
    padding-bottom: 25px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 25px;
}

.wrap-our-service-area .elementor-element ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.wrap-our-service-area .elementor-element ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    color: var(--e-global-color-secondary);
    text-decoration: none;
}

.wrap-our-service-area .elementor-element ul li a img {
    max-width: 53px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    border-bottom: 2px solid #67b527;
}

@media screen and (max-width: 768px) {
    .elementor-element-78ad6162 {
        padding-bottom: 20px;
    }

    .wrap-our-service-area .elementor-element:last-child iframe {
        height: 600px;
    }

    .e-con-inner-header {
        padding-top: 0 !important;
    }

    .e-con-inner-footer {
        padding-top: 15px !important;
    }

    .logo-white {
        max-width: 200px !important;
        margin-top: 10px;
    }
}

.elementor-social-icons-wrapper .elementor-social-icon {
    color: #fff;
}

.required:after {
    content: '*';
    color: #ff0000;
    margin-left: 3px;
}

input::placeholder,
textarea::placeholder {
    color: revert !important;
}

.loadingoverlay_element {
    width: 60px !important;
    height: 60px !important;
}