/*** 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: 68px;
    border-radius: 8px 0 0 8px;
    font-size: 20px;
}

.get-started {
    margin-top: 48px;
}

.client-logo-sec{
	margin-bottom:30px !important;
}
.appointment-section .md-heading {
    font-size: 36px;
    margin-bottom: 60px;
}

.get-started .btn {
    border-radius: 8px;
    font-size: 20px;
    padding: 8px 32px;
    font-weight: 600;
    margin-right: 32px;
}

.get-started span,
.get-started a {
    font-size: 20px;
    color: #607397;
    font-weight: 600;
    margin-top: 6px;
}

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

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

.appointment-section h2,
.appointmentremider h2,
.comparision 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,
.paperless-fearures h3 {
    font-size: 36px;
    font-weight: 600;
    position: relative;
    color: #142546;
}

.app-left-cont h3:before,
.paperless-fearures 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
}

/* Paperless features */

.contact-text {
    color: #607397;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    text-align: left;
    white-space: nowrap;
}

.contact-text span {
    font-weight: normal;
    margin-right: 8px;
}

.paperless-fearures {
    background-color: rgba(52, 181, 134, 0.2);
    position: relative;
    padding: 60px 0 30px;
    color: #495670;
    font-size: 18px;
    line-height: 1.67;
}

.paperless-fearures:before {
    position: absolute;
    content: "";
    right: 0;
    top: 90px;
    background: url(../img/paperless/Group.png) no-repeat left top;
    background-size: contain;
    height: 288px;
    width: 212px;
}

.paperless-fearures h3 {
    color: #142546;
    margin: 54px 0 10px;
}

.paperless-fearures .text-container {
    width: 90%;
    margin: 20px 0px 20px 30px;
}

.owl-nav {
    position: absolute;
    top: 40%
}

.owl-nav {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
}

.owl-prev,
.owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
    display: none;
}

.owl-prev i,
.owl-next i {
    font-size: 2.5rem;
    color: #cecece;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}


/* Comparion New Section */

.comparision {
    padding: 60px 0;
    font-size: 18px;
}

.comparision h2 {
    font-size: 36px;
}

.paperBtn {
    background-color: rgba(62, 160, 125, 0.2);
    margin-bottom: 20px;
    border-radius: 8px;
    color: #3f3d56;
    font-size: 18px;
    padding: 8px 0;
    width: 248px;
    display: inline-block;
}

#compareForms {
    position: relative;
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
}

.day-start {
    display: table;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 23px;
    color: #607397;
    top: 115px;
    max-width: 10%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.vs{
	font-family: Mulish !important; 
	font-size: 42px; 
	color:#607397;	
	display: table;
    padding: 10px 23px;
    top: 115px;
    max-width: 10%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

#compareForms .conference-center-line {
    position: absolute;
    width: 1px;
    height: 86%;
    top: 12%;
    left: 50%;
    margin-left: -2px;
    border: 1px dashed #DEDEDE;
}

.time_avatar {
    text-align: center;
    margin: 0 0 30px;
    width: 42%;
    max-width: 100%;
}

.leftAvatar {
    float: left;
}

.time_avatar h3 {
    color: #000;
    font-size: 18px;
    margin-top: 30px;
}

.time_avatar h3.mute {
    color: #3f3d56
}

.rightAvatar {
    float: right;
}

.compare-grid {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}

.compare-grid .content-left-container,
.compare-grid .content-right-container {
    max-width: 44%;
    width: 100%;
    padding: 16px 10px;
}

.compare-grid .content-left,
.compare-grid .content-right {
    position: relative;
    width: auto;
    background-color: #fff;
    box-shadow: 4px 0px 19px 0px #ccc;
    padding: 16px;
    border-radius: 7px;
}

.compare-grid .content-left:before,
.compare-grid .content-right:before {
    position: absolute;
    top: 50%;
    font-size: 50px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    transform: translateY(-50%);
    z-index: 1;
}

.compare-grid .content-left:before {
    content: "\f0da";
    right: -16px;
}

.compare-grid .content-right:before {
    content: "\f0d9";
    left: -16px;
}

.compare-grid p {
    margin: 0 0 0 0;
    padding: 0;
    font-weight: 400;
    color: #242424;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}

.content-left-container {
    float: left;

}

.content-right-container {
    float: right
}

.compare-grid .right_Green_Box {
    background-color: #3ea07d !important;
    border: none !important;
    box-shadow: -4px 2px 16px 0 rgba(52, 181, 134, 0.25);
}

.compare-grid .content-right.right_Green_Box:before {
    color: #3ea07d;
}

.compare-grid .right_Green_Box p {
    color: #fff;
}

.compare-grid .meta-date {
    position: absolute;
    top: 64px;
    left: 50%;
    transform: translateY(-100%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: -8px;
    border: 5px solid #3ea07d;
    background: #fafafa;
    font-size: 12px;
}

.date {
    position: absolute;
    top: 12px;
    width: 60px;
    left: -14px;
    font-size: 11px;
    font-weight: 700;
}

/* Degitalize Forms */
.degitalizeforms h2 {
    font-size: 40px;
    color: #0c3178;
    font-weight: 700;
}

.degitalizeforms p {
    color: #607397;
    font-size: 18px;
    line-height: 1.67;
    margin: 15px 0 45px;
}

.degibox {
    padding: 1em;
    border-radius: 12px;
    border: 1px solid #c4c4c4;
    min-height: 230px;
    position: relative;
}

.degibox span {
    font-size: 16px;
    color: #0c3178;
    font-weight: 700;
    margin-left: 5px
}

.owl-carousel .owl-item img.slidericn {
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-top: -4px;
}

.degibox p {
    font-size: 15px;
    color: #3f3e57;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 0px
}

.degibox a {
    position: absolute;
    bottom: 10px;
    border: solid 1px #34b586;
    width: 189px;
    height: 41px;
    padding: 8px 16px 9px;
    border-radius: 4px;
    color: #34b586;
    display: inline-block;
    margin-bottom: 5px;
}

.degibox a:hover {
    background-color: #0c3178;
    color: #fff;
    border-color: #0c3178
}
#paperlessForms{
	display:none;
}
