﻿.section-before {
    position: relative
}
.contact-img-box .widget {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.contact-title i {
    font-size: 23px;
    font-weight: normal;
    padding-right: 5px;
}

.info-media {
    display: flex;
    align-items: center;
    gap: 10px;
}

.media-icon img {
    width: 20px;
    height: auto;
}

.info-title {
    display: flex;
    align-items: center;
    gap: 5px;
}

ul.popular-service-wrap {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
    list-style: none;
}

    ul.popular-service-wrap li {
        color: var(--body-color);
        position: relative;
        border-bottom: 1px solid rgb(249, 237, 234);
        padding-top: 20px
    }

        ul.popular-service-wrap li a {
            color: inherit;
            padding: 20px 0;
            display: block;
        }

a:active, a:focus, a:hover, a:visited {
    text-decoration: none;
    outline: 0;
}

ul.popular-service-wrap li span.text-rights {
    text-align: right;
    float: right;
    color: #1485bb;
    font-weight: bold;
}
.multi-social a img {
    width: var(--icon-size);
    height: var(--icon-size);
    line-height: var(--icon-size);
    text-align: center;
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
    padding: 12px;
    margin-top: -4px !important;
    transition: 0.4s ease-in-out;
}

    .multi-social a img:hover {
        background-color: #00ff90
    }
 .form-control {
    border: 1px solid rgb(193 197 199);
}
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#ErrorText {
    animation: blink 2s infinite;
}
.no-size{
    resize:none !important;
}
#RegError {
    padding: 10px;
    display: none;
    font-weight: bold;
    text-align: center;
    border: 2px solid darkgreen;
    height: auto;
    max-height: 118px;
}
.vs-btn.style-1 {
    background-color: transparent;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    padding: 10px 33px;
    width: 100%;
    margin: 25px 0 0 0;
}
.star-wrapper {
    position: relative;
    display: inline-block;
    font-size: 1.5em;
    width: 5.5em;
    height: 1.2em;
}

.stars-back, .stars-front {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
}

.stars-back {
    color: #e0e0e0;
    z-index: 1;
}

.stars-front {
    color: #ffc107;
    z-index: 2;
}