#sell-your-property {
    padding: 0px 0px 20px 0px;
}

#sell-your-property h1 {
    font-size: 28px;
}

#sell-your-property h3 {
    font-size: 15px;
    margin-top: 15px;
    font-weight: 500;
}

#sell-your-property #contactForm {
    margin-top: 30px;
}

#sell-your-property #contactForm .form-group {
    margin-bottom: 30px;
}

#sell-your-property #contactForm .form-group input,
#sell-your-property #contactForm .form-group select {
    height: 50px;
}

#sell-your-property #contactForm button {
    text-transform: uppercase;
    letter-spacing: 0px;
    min-height: 50px;
}

.manager .icons a {
    font-size: 40px;
    position: relative;
    z-index: 1;
}

.manager .icons a::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: #ffffff;
    top: 0;
    left: 0;
    border-radius: 100%;
    z-index: -1;
    transform: scale(0.5);
}

.manager .icons a:hover {
    opacity: 0.8;
}

.manager .icons a.whatsapp {
    color: #30bf39;
}

.manager .icons a.whatsapp:hover {
    color: #30bf39 !important;
}

.manager .icons a.viber {
    color: #7b519d;
}

.manager .icons a.viber:hover {
    color: #7b519d !important;
}

.manager .icons a.telegram {
    color: #40b0ef;
}

.manager .icons a.telegram:hover {
    color: #40b0ef !important;
}

.manager .contacts {
    white-space: nowrap;
    max-width: 320px;
    margin: 0 auto;
}

.manager .contacts li {
    padding: 0.25rem 0 0;
    position: relative;
}

/* .manager .contacts li:not(:last-of-type):before {
    content: "";
    position: absolute;
    background: #f5f5f5;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(left, #f5f5f5 0%, #ededed 24%, #e8e8e8 41%, #e8e8e8 55%, #ebebeb 72%, #f5f5f5 100%);
    background: -webkit-linear-gradient(left, #f5f5f5 0%, #ededed 24%, #e8e8e8 41%, #e8e8e8 55%, #ebebeb 72%, #f5f5f5 100%);
    background: linear-gradient(to right, #f5f5f5 0%, #ededed 24%, #e8e8e8 41%, #e8e8e8 55%, #ebebeb 72%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5", endColorstr="#f5f5f5", GradientType=1);
} */

.manager .contacts li a i {
    font-size: 1.25rem;
}

@media only screen and (max-width: 767px) {
    .manager .contacts li::before {
        background: unset !important;
    }

    .manager .contacts li a {
        background-color: #1b75bb;
        border-color: #1a75bb;
        color: #ffffff;
        border-radius: 0.3rem;
        margin-bottom: 0.625rem;
        padding: 0.25rem 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        letter-spacing: 1px;
    }

    .manager .contacts li a:hover {
        background-color: #3387c8;
        color: #ffffff !important;
    }

    .manager .contacts li a.btn-lg {
        padding: 0.1rem 0 !important;
        max-width: 300px;
        min-height: 44px;
        margin: 0 auto;
    }

    .manager .contacts li a.btn-lg span.text {
        margin: 0 1.5rem !important;
    }

    .manager .contacts li a span.text {
        margin: 0 auto;
        line-height: 1;
    }

    .manager .contacts li a span.icon {
        display: inline-flex;
        height: 44px;
        overflow: hidden;
        align-items: center;
        border-right: 1px solid #176cad;
    }

    .manager .contacts li a span.icon i {
        font-size: 2.75rem;
    }

    .manager .contacts li a span.icon i::before {
        line-height: unset;
    }

    .manager .contacts li a span.icon {
        height: 40px;
    }

    .manager .contacts li a span.icon i {
        font-size: 1.25rem;
        line-height: 1;
        margin: 0 10px;
    }

    .manager .contacts li a span.email {
        font-size: 0.875rem;
    }
}

@media only screen and (max-width: 375px) {
    .manager .contacts li {
        padding: 0.25rem 0.5rem 0;
        font-size: 0.9375rem;
    }

    .manager .contacts li a span.email {
        font-size: 0.75rem;
    }
}

@media only screen and (max-width: 320px) {
    .manager .contacts li a {
        font-size: 0.875rem;
        letter-spacing: unset;
    }
}

@media only screen and (min-width: 992px) {
    .manager {
        overflow: hidden;
    }

    .manager .icons {
        float: left;
    }

    .manager ul.contacts {
        float: right;
        max-width: none;
        white-space: nowrap;
    }

    .manager ul li {
        display: inline-block;
    }

    .manager ul li:last-child {
        margin-left: 15px;
    }
}

.image-holder {
    position: relative;
}

.image-holder .sold-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    z-index: 3;
}

.main-image {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    #sell-your-property {
        padding: 20px 0px;
    }

    #sell-your-property h1 {
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 24px;
    }

    .mobile-hide {
        display: none;
    }

    .left-holder {
        background-image: url(../../../images/sell-mobile.png);
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.validation-error {
    margin-top: 2px;
    font-size: 12px;
    color: #f44336;
    display: none;
}

.was-validated .form-control:invalid~.validation-error {
    display: block;
}