/*** 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: 16px 0;
}

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

/** appointment-section css **/
.appointment-section {
    padding-top: 30px;
}

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

.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
}

/** eform section **/
.eform-sec {
    position: relative;
    z-index: 2;
    padding-top: 50px;
    background: url(../img/data-bg.png) no-repeat left top;
    padding-bottom: 120px;
    background-size: 100%;
}

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

.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: 30px 0 24px;
    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;
}


/* faq css */
.faq:before {
    z-index: -1;
    width: 82%;
    height: 100%;
    background: url(../img/get-started-bg.png) no-repeat left top #0c3178;
    background-size: 100% 100%;
    border-radius: 32px;
    position: absolute;
    content: "";
    left: 13%;
    top: 0;
}

.faq:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(/mkt-asset/pricing/img/faq-bg.svg) no-repeat bottom left;
    background-size: contain;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.faq {
    padding: 50px 0px 30px;
    position: relative;
    /*
    background: url(../img/fq-bg.png) no-repeat left top;
    background-size: contain;
    height: 100%;
    width: 100%;
*/
}

.faq h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    margin-left: 100px;
}

.faq .accordion {
    margin-top: 40px;
    margin-left: 250px;
}

.accordion {
    margin-top: 40px;
}

.accordion .card {
    border-radius: 60px;
    background: #fff;
    margin-bottom: 36px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    color: #0c3178;
}

.accordion .card i {
    font-size: 14px;
    width: 24px;
    min-width: 24px;
    text-align: center;
    height: 24px;
    border: 2px solid #0c3178;
    border-radius: 100%;
    line-height: 20px;
}

.accordion .card > .collapsed > i:before {
    content: "\f067";
}

.accordion .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 16px 32px;
}

.card-title-header {
    color: #0c3178;
    opacity: 0.8;
}

.card-body {
    font-size: 14px;
    padding: 0px 32px 16px;
    letter-spacing: 0.24px;
    color: #071c4b;
    text-align: left;
}

/** download icons css **/

.download-section {
    display: flex;
    margin: 20px 0 30px 10px;
}

.download-section img {
    margin-right: 4px;
}

.download-container {
    margin: 80px 0 60px;
}

.download-container h2 {
    font-size: 36px;
    font-weight: 600;
    color: #142546;
}
.testimonial-sec:before {
    height: 660px;
}
.testimonial-sec .doc-img {
    margin-top: 112px;
}

#mobileApp{
	display:none;
}

