/*** top header section css */
.top-banner-section {
    padding-top: 160px;
    width: 100%;
    position: relative;
}

.banner-cont p {
    font-size: 20px;
    line-height: 1.8;
    color: #607397;
    margin: 20px 0;
}

.top-banner-img {
    max-height: 475px;
}

.email-arrow {
    margin: 10px 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/** appointment-section css **/

.appointment-section h2, .appointmentremider h2 {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: #0c3178;
    margin-bottom: 20px;
    padding: 10px 0;
}

.app-left-cont {
    margin: 30px 0;
}

.app-left-cont h3 {
    font-size: 36px;
    font-weight: 600;
    position: relative;
    color: #142546;
}

.app-left-cont h3:before {
    position: absolute;
    content: "";
    left: -30px;
    top: 0;
    border-radius: 4px;
    background-color: #34b586;
    width: 16px;
    height: 100%;
}

.app-left-cont p {
    font-size: 18px;
    letter-spacing: 0.36px;
    color: #607397;
    margin: 24px 0;
}

.app-left-cont a {
    font-size: 18px;
    color: #34b586;
    font-weight: bold;
}

.appointment-inner-sec img {
    object-fit: contain
}

/** Empower css **/
.empower-sec {
    position: relative;
    padding: 30px 0;
    z-index: 5;
}

.empower-box {
    margin: 30px auto 0;
}

.empower-sec h2 {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: #0c3178;
    margin-bottom: 20px;
    padding: 10px 0;
}

.empower-box img {
    max-height: 130px;
}

.empower-box p {
    font-size: 18px;
    margin-top: 36px;
    line-height: 1.5;
    color: #3f3d56;
}

#automatedRecall{
	display:none;
}

.connect-us-sec .col-lg-5 {
    display: grid;
    padding: 0 22px 0 0 !important;
}