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

.email-sec {
    margin-top: 40px;

}

.email-sec .form-control {
    height: 48px;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    font-size: 20px;
    color: #142546;
    border: 0;
}

.email-sec .btn {
    font-size: 16px;
    border-radius: 0 4px 4px 0;
    padding: 0px 27px;
}

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


/* Sleek slider */
.client-logo .slick-slide {
    margin: 0 30px;
}

/** appointment-section css **/



.appointment-inner-sec .col-md-6 {
    /* margin-bottom: 20px; */
}

.appointment-inner-sec .col-md-7 {
    /* padding-right: 40px; */
} 

.appointment-section h2,
.appointmentremider h2 {
    font-size: 40px;
    /* font-weight: bold;
    line-height: 60px;
    text-align: center;
    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
}

.appointmentremider {
    /* margin-top: 50px; */
}
.a-box{
    display: block;
    /* box-shadow: 0px 6px 12px #eee; */
    /* border: 0.5px solid #D6D6D6; */
    box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.12);
    border-radius: 8px;
    padding: 40px 40px 20px 40px;
    margin-left: 36px;
    margin-right: 36px;
    background: #fff;
    height: 100%;
    justify-items: center;
    justify-content: center;
}

.a-box p{
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #142546;
    margin-top: 24px;
}

.appointmentremider ul {
    margin-left: 60px;
    margin-top: 80px;
}

.appointmentremider li {
    font-size: 28px;
    color: #c4c4c4;
    margin-bottom: 80px;
}

.appointmentremider li:hover {
    color: #142546
}


/** campaign-sec style **/



.camp-box {
    border-radius: 8px;
    padding: 40px 15px 30px;
    transition: .4s;
    cursor: pointer;

}

.camp-box:hover {
    margin-top: -10px;
    background-color: #fff;
}

.camp-box img {
    max-height: 60px;
    object-fit: contain;
    margin-bottom: 24px;
}

.camp-box h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 32px;
}

.camp-box:hover p,
.camp-box:hover h3 {
    color: #142546
}

.camp-box h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 8px;
    border-radius: 5px;
    background-color: #c8ffd1;
}

.camp-box p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.4px;
    color: rgba(255, 255, 255, 0.9);
}

.hIcn {
    display: none;
}

.camp-box:hover .hIcn {
    display: block;
}

.camp-box:hover .NhIcn {
    display: none;
}

/* Automated Appointments */
.automatedAppointment {
    padding: 6rem 0;
    position: relative;
    z-index: 5;
    margin-bottom: 200px;
}

/* Fearures UI*/

.campaign-sec {
    /*background-image: linear-gradient(to top, #18c687, #34b5a6);*/
    padding: 80px 0;
    z-index: 3;
    position: relative;
    margin-bottom: 180px;
}

.campaign-sec:before {
    /* position: absolute;
    content: "";
    top: -450px;
    left: 0;
    background: url(../img/appointment/curve-bg.svg) no-repeat top center;
    width: 100%; */
    /* min-height: 2300px;  */
    /* background-size: 100%; */

    position: absolute;
    content: "";
    top: -440px;
    left: 0;
    background: url(../../home/img/home/curve-bg.png) no-repeat center;
    min-height: 2116px;
    width: 100%;
    background-size: 100% 100%;
}

.campaign-sec h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    padding: 20px 100px;
    position: relative;
    z-index: 999;
}

.curve-img {
    object-fit: cover;
    width: 100%;
    position: absolute;
    height: 100%;
    top: -400px;
    left: 0;
    min-height: 2000px;
}

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

.camp-box img {
    max-height: 60px;
    object-fit: contain;
    margin-bottom: 24px;
}

.camp-box h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 32px;
}

.camp-box h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 8px;
    border-radius: 5px;
    background-color: #c8ffd1;
}

.camp-box p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.4px;
    color: rgba(255, 255, 255, 0.9);
}

.mb-show {
    display: none;
}

.demo-sec {
    padding-top: 26px;
}
.testimonial-sec:before{
	height:660px;
}
#appointmentReminder{
	display:none;
}
