/*** 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;
}

#freetrail .email-sec .form-control {
    height: 60px;
    border-radius: 8px 0 0 8px;
    font-size: 20px;
}

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

/** appointment-section css **/

.appointment-inner-sec{
	padding-top:60px !important;
}

.col-md-6 {
    padding-top: 70px;
}
.col-md-7, .col-md-5{
	padding-top: 100px;
}

.min-footer .col-md-7, .col-md-5 {
    padding-top: 0;
}

.top-banner-section .col-md-6{
    padding-top: 0px;
}
.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
}

.get-cont {
    max-width: 700px;
    color: #fff;
    margin: auto;

}

.camp-box {
    margin: 30px 0;
}

.connect-us-sec .no-credit {
    margin-left: 32px;
}

#reputationManagement{
	display:none;
}
