@import "/css/primary/common.css";

.banner-content-outer.profile-content-outer {
    position: relative;
    text-align: center;
    align-items: flex-start;
    align-content: space-between;
    padding-top: 40px;
    min-height: 250px;
}

.theme-dark-bg {
    background-color: rgba(var(--primary-color, 255, 0, 0), 0.1);
}

.profile-section {
    background-color: #f9f9f9;
}

.banner-content-left.sub-header-vs h1, .sub-header-vs h1 {
    font-size: 2.7rem;
}

.banner-background-bg.profile-banner-bg {
    background-image: url(/img/profile-bg.png);
    background-repeat: repeat;
    background-size: auto;
    opacity: 0.12;
}

.profile-banner-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.profile-left {
    display: flex;
    align-items: center;
}

.profile-image-header {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.05);
}

    .profile-image-header i {
        font-size: 130px;
        color: rgba(var(--primary-color, 255, 0, 0), 0.5)
    }

.contact-content-header h2 {
    font-weight: bold;
    font-size: 1.7rem;
}

.contact-content-header p {
    font-size: 1.2rem;
    font-weight: normal;
}

.contact-content-header h2,
.contact-content-header p {
    margin: 0;
    text-align: left;
}

.sub-header-vs p {
    margin-bottom: 11px;
}

.contact-info-outer.outer_vs_touch .profile-banner-head {
    margin: 3.2rem 0rem 2rem;
}

    .contact-info-outer.outer_vs_touch .profile-banner-head h2.tSecondColor {
        margin-bottom: 1rem;
    }

    .contact-info-outer.outer_vs_touch .profile-banner-head p {
        position: relative;
    }

        .contact-info-outer.outer_vs_touch .profile-banner-head p::before {
            position: absolute;
            content: "";
            bottom: -14px;
            left: 0;
            background-color: rgb(var(--secondprimary-color));
            width: 159px;
            height: 3px;
        }

.contact-info-outer h3:nth-child(1) {
    margin-top: 3.5rem !important;
    font-size: 1.2rem;
    font-weight: 600;
}

.contact-info-outer h3 {
    font-size: 1.2rem;
    font-weight: 600;
}
/* contact form css */
.contact-form-outer {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    padding: 2rem;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.08);
    margin-top: 3rem;
    margin-bottom: 3rem;
}

    .contact-form-outer h3 {
        font-size: 1.4rem;
        margin-bottom: 2rem;
    }
/* contact info css */
.contact-info-outer h3 {
    /* font-weight: bold; */
    /* font-size: 1.4rem; */
    margin-bottom: 2rem;
}

.contact-info-outer ul.contact-info li {
    list-style-type: none;
    margin-bottom: 2rem;
}

    .contact-info-outer ul.contact-info li a {
        font-size: 1.2rem;
        font-weight: normal;
        color: var(--text-color);
        display: flex;
    }

        .contact-info-outer ul.contact-info li a i {
            font-size: 24px;
            margin-right: 15px;
            color: rgb(var(--primary-color));
        }

.contact-social-icons.footer-social-menu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .contact-social-icons.footer-social-menu li {
        list-style-type: none;
        margin-right: 15px;
        line-height: 1;
        /*   background-color: rgb(var(--primary-color));*/
        background-color: rgb(var(--secondprimary-color));
    }

        .contact-social-icons.footer-social-menu li figure {
            margin: 0;
        }

        .contact-social-icons.footer-social-menu li .social-icon-svg {
            width: 35px;
            height: 30px;
        }

            .contact-social-icons.footer-social-menu li .social-icon-svg .circle-cls {
                fill: none;
                stroke: none;
                stroke-miterlimit: unset;
                stroke-width: 0;
            }
/* media queries */
@media screen and (max-width:767px) {
    .contact-form-outer {
        margin-top: 3rem;
        margin-bottom: 0;
        padding: 1rem;
    }

    .contact-info-outer {
        display: none
    }
}
