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

.banner-video {
    background: url(/mkt-asset/home/bars.svg) no-repeat top center;
    display: flex;
    justify-content: center;
}

.ply-bttn {
    display: flex;
    position: absolute;
    height: 100%;
    z-index: 3;
}

.ply-bttn img {
    width: 45px;
}

.baloon {
    margin-left: 20px;
}

.plants {
    display: flex;
    align-items: flex-end;
    margin-right: 20px;
}

.thearrow {
    position: absolute;
    top: -6rem;
    z-index: 1;
}

.top-banner-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/home/img-ellipse.png) no-repeat top left;
    max-width: 573px;
    width: 100%;
    height: 900px;
    background-size: 100%;
    display: none;
}

.m-w-600 {
    max-width: 600px;
}

.banner-cont {
    margin: 0;
}

.banner-cont h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    color: #0c3178;
    margin: 0 auto;
    max-width: 780px;
}

.banner-cont h1 span {
    position: relative;

}

.banner-cont h1 span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 90%;
    background: rgba(255, 211, 76, 0.4);
    width: 100%;
    height: 12px;
    border-radius: 10px;

}

.banner-cont p {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 600;
    color: #474c66;
    margin: 16px 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;
}

.top-banner-img {
    margin-top: -80px;
}


.email-arrow {
    margin: 24px 44px 0 0;
    text-align: right;
}

/** appointment-section css **/
.appointment-section {
    margin-top: 180px;
}

.appointment-inner-sec {
    align-items: center;
}

.appointment-section h2 {
    font-size: 36px;
    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
}

button.btn.btn-outline {
    background: none;
    border: 2px solid #34B586;
    color: #34B586;
    align-items: center;
    padding: 8px 21px;

}

.connect-us-sec .btn-outline:hover {
    background: rgba(52, 181, 134, 0.1);
    border: 2px solid #34B586;
    box-sizing: border-box;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

.connect-us-sec .btn-success {
    padding: 8px 28px;
}

.connect-us-sec .btn-success,
.connect-us-sec .btn-outline {
    min-width: 184px;
}

.btn-block {
    margin-top: 0px !important;

}

.connect-us-sec.btn-home {
    gap: 30px;

}

.btn-outline .fa-play {
    padding-right: 10px;
    font-size: 14px;
}

.call-us .no-credit {
    margin-top: -23px !important;
}

.call-us .contact-text {
    margin-top: 17px;
    margin-bottom: 30px;
}

/** recommend-sec css **/
.recommend-sec {
    background: #142546;
    padding: 20px;
    width: 100%;
    margin: 150px 0 0px;
    border-radius: 60px;
}

.recommend-sec h2 {
    font-size: 22px;
    color: #fff;
    margin: 0;
}

.recommend-txt {
    justify-content: space-between;
    width: 100%;
}

.recommend-sec a {
    font-size: 22px;
    font-weight: 600;
    color: #34b586;
    text-decoration: underline;
}


/** eform section **/
.eform-sec {
    background: rgba(255, 255, 255, 0.01);
    padding: 20px 0;
    position: relative;
    z-index: 2;
    padding-top: 100px;
}

.eform-sec h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.7;
    max-width: 668px;
    color: #142546;
    margin: auto;
    text-align: center;
    margin-bottom: 80px;
}

.e-form-box {
    border-radius: 8px;
    box-shadow: 0 4px 100px 0 rgba(12, 49, 120, 0.1);
    background-color: #fff;
    padding: 40px 36px;
    transition: .4s !important;
    cursor: pointer;
    top: 0;
    position: relative;
    height: 100%;
}

.e-form-box:hover {
    top: -20px;
}

.e-form-box img {
    max-height: 100px;
    object-fit: contain;
}

.e-form-box h3 {
    font-size: 28px;
    font-weight: bold;
    color: #142546;
    margin: 20px 0;
    text-transform: uppercase;
}

.e-form-box p {
    font-size: 18px;
    opacity: 0.8;
    font-weight: 600;
    line-height: 1.67;
    letter-spacing: 0.36px;
    color: #607397;
}

/** campaign-sec style **/
.campaign-sec {
    /*   background-image: linear-gradient(to top, #18c687, #34b5a6); */
    padding: 100px 0 200px;
    z-index: 3;
    position: relative;
    overflow-x: clip;
}

.campaign-sec h2 {
    margin-bottom: 20px;
}

.campaign-sec:before {
    position: absolute;
    content: "";
    top: -80px;
    left: 0;
    background: url(../img/home/curve-bg-new.png) no-repeat center;
    min-height: 2600px;
    width: 100%;
    background-size: 100% 100%;
}

.highlight-feature {
    background: #29BC9A;
    border-radius: 50px;
}

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

.camp-box h3 span {
    display: block;
}

.camp-box-outer {
    padding: 1rem;
    margin-top: 3rem
}

.camp-box {
    /* margin: 30px 0;*/
    cursor: pointer;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    /*display: grid;*/
    height: 100%;
    margin: 0px;
    max-width: 245px;
}

.camp-box:hover {
    border-radius: 8px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.cb-img {
    /* background-size: contain!important; */
    width: 70px;
    height: 70px;
    /*margin-bottom: 24px;*/
    background-image: url('../img/home/Feature-icon-new2.png');
}

#paperless-form {
    background-position: -10px 170px;
}

#two-way-texting {
    background-position: -60px 0;
}

#campaign {
    background-position: -130px -10px;
}

#appointment-reminder {
    background-position: -11px 0px;
}

#reputation-management {
    background-position: 0px -100px;
    width: 90px;
    height: 70px;
}

#mobile-app {
    background-position: -300px 0;
}

.camp-box:hover #paperless-form {
    background-position: 70px 170px;
}

.camp-box:hover #two-way-texting {
    background-position: -60px -60px;
}

.camp-box:hover #campaign {
    background-position: -130px -70px;
}

.camp-box:hover #appointment-reminder {
    background-position: 70px 0px;
}

.camp-box:hover #reputation-management {
    background-position: 81px -100px;
    width: 82px;
}

.camp-box:hover #mobile-app {
    background-position: -300px -60px;
}

.camp-box:hover #self-scheduling {
    background-position: 80px 70px;
}

.camp-box #self-scheduling {
    background-position: 0px 70px;
    width: 80px;
}

/* .camp-box .cb-img1{
	background:url(../img/home/icon-two-way.png) no-repeat top left;
}
.camp-box:hover .cb-img1{
	background:url(../img/home/h1.svg) no-repeat top left;
	
}
.camp-box .cb-img2{
	background:url(../img/home/icon-promotion.png) no-repeat top left;
}
.camp-box:hover .cb-img2{
	background:url(../img/home/h2.svg) no-repeat top left;
	
}

.camp-box .cb-img3{
	background:url(../img/home/icon-app.png) no-repeat top left;
}
.camp-box:hover .cb-img3{
	background:url(../img/home/h3.svg) no-repeat top left;
	
}

.camp-box .cb-img4{
	background: url(../img/home/paperless-form-icon.png) no-repeat top left;
}
.camp-box:hover .cb-img4{
	background:url(../img/home/paperless-form-icon-hover.svg) no-repeat top left;
	
}

.camp-box .cb-img5{
	background:url(../img/home/icon-bell.png) no-repeat top left;
}
.camp-box:hover .cb-img5{
	background:url(../img/home/h5.svg) no-repeat top left;
	
}

.camp-box .cb-img6{
	background:url(../img/home/icon-reputation.png) no-repeat top left;
	  margin-bottom: 24px;  
}
.camp-box:hover .cb-img6{
	background:url(../img/home/h6.svg) no-repeat top left;
	
} */

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

.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:hover h3::after {
    background-color: #34b586;
}

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

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

.camp-box p.learn-more {
    margin-top: auto;
    opacity: 0;
}

.camp-box:hover p.learn-more {
    opacity: 1;
}

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

.empower-box {
    max-width: 210px;
    margin: 50px auto 0;

}

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

.empower-box h3 {
    font-weight: bold;
    font-size: 40px;
    margin: 24px 0 12px;
    color: #0c3178;
}

.empower-box p {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: #3f3d56;
}

.fa-arrow-up {
    color: #34b586;
}

.card-body p {
    margin: 0;
}

.card-body p a {
    color: #fff;
    font-weight: bold;
}


/* Social Proof css */
.social-proof {
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 20px 38px;
    width: fit-content;
}

.social-proof,
.align-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.align-center {
    margin: 0 0 70px;
}

.rating {
    margin-right: 15px !important;
}

.rating .star {
    margin-right: 4px;
}

.social-proof .rating .star.active {
    background: url(/mkt-asset/testimonials/images/golden-star.svg) no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
}

.social-foo {
    display: flex;
    align-items: center;
}

.rated-on span {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    color: #0C3178;
}

img.f-logo {
    width: 93px;
    height: 20px;
}

img.g-logo {
    width: 66px;
    height: 22px;
}

img.g2-logo {
    width: 19px;
    height: 20px;
}

.rated-on span,
.f-logo,
.g-logo,
.g2-logo {
    margin-right: 11px;
}

/* .demo-sect{
    margin: 60px 100px 80px 100px;
    
} */
.demo-sect {
    margin-bottom: 20px;
    margin-top: 120px;
    z-index: 2;
}

.d-card {
    margin-top: 50px;
    /* gap: 25px; */
}

.demo-sect .card {
    background: #FFFFFF;
    /* opacity: 0.56; */
    border: none !important;
    box-shadow: 0px 2px 59px rgba(0, 0, 0, 0.15);
}

.demo-sect .card:hover {
    top: -15px;
    transition: .1s !important;
}

.demo-sect .card-body {
    padding-block-start: 0px;
}

.dc-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: rgba(96, 115, 151, 0.56);
}

.dc-desc {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #142546;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    /* line-clamp: 3;  */
    -webkit-box-orient: vertical;

}

.view-all {
    background: #34B586;
    border-radius: 8px;
    width: 200px;
    height: 48px;
    margin-top: 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}

.other-feature {
    background: #FFFFFF;
    border-radius: 50px;
}

.other-feature-box {
    display: flex;
    flex-direction: column;
    margin: 40px 0px 0px 20px;
    padding: 20px;
}

.other-feature .col-md-4 {
    max-width: 32%;
}

.other-feature-box:hover {
    border-radius: 8px;
    box-shadow: 0 0 24px 0 rgba(42, 187, 154, 0.11);
    background-color: rgba(42, 187, 154, 0.11);
}

.other-feature-box .icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.other-feature-box h2 {
    font-size: 22px;
    margin-bottom: 0px
}

.accordion a {
    color: #2F2E41CC !important;
    text-decoration: underline;
}

.other-feature-box p.learn-more a {
    color: #34b586;
    font-weight: 700;
}

.learn-arrow {
    float: right;
}

.hover-img {
    position: absolute;
    opacity: 0;
}

.other-feature-box:hover .hover-img {
    opacity: 1;
}

.other-feature-box:hover .default-img {
    opacity: 0;
}

.other-feature-box .learn-more {
    opacity: 0;
}

.other-feature-box:hover .learn-more {
    opacity: 1;
}