﻿.error-message {
    color: #333;
}

    #contactandsubscribe ul {
        list-style: none;
        padding: 0;
        margin-top: 20px;
    }

       

    #contactandsubscribe .subline {
        border-left: 3px solid #D14D13;
        height: fit-content;
    }

    #contactandsubscribe h2 {
        font-size: 40px;
        font-weight:700;
        margin-bottom: 60px;
    }

    #contactandsubscribe h3 {
        font-weight: bold;
    }

        #contactandsubscribe h3::after {
            content: "";
            width: 50px;
            height: 3px;
            background: #D14D13;
            margin: 20px 0;
            display: block;
        }

.tag-line {
    color: #D14D13;
    font-weight: bold;
}

.circle-icon {
    width: 14px;
    height: 14px;
    border: 2px solid #D14D13; /* Outer pink ring */
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

    .circle-icon::before {
        content: "";
        width: 6px;
        height: 6px;
        border: 2px solid #D14D13; /* Outer pink ring */
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

#contactandsubscribe .equal-height {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#contactandsubscribe .email-module {
    background-color: unset;
    padding: unset;
}

#contactandsubscribe .equal-height .column {
    display: flex;
    flex-direction: column;
    min-height: 500px;
    justify-content: center;
}

.bg-yellow-servcorp {
    background-color: #e0a33a;
}

.px-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

#contactandsubscribe .col-md-7 {
    width: 58%;
}

#contactandsubscribe .col-md-5 {
    width: 42%;
}

#contactandsubscribe .input-btn-text {
    color: white;
    background-color: #D14D13;
}

@media screen and (max-width: 768px) {
    #contactandsubscribe .equal-height .column {
        min-height: 360px;
    }

    .px-60 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .py-30 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #contactandsubscribe .col-md-7 {
        width: 100%;
    }

    #contactandsubscribe .col-md-5 {
        width: 100%;
    }
}
