* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #262626;
    background-color: #fff;
    font-family: Ubuntu;
    letter-spacing: 0;
}
a:hover {
    text-decoration: none;
}
:focus {
    outline: none;
}
a {
    transition: all .3s ease-in-out;
    text-decoration: unset;
}
.common-pd{
    padding:60px 0;
}
.common-pd-big{
    padding:80px 0;
}
.inner-container{
    padding:0 80px;
}
.bg-black{
    color: #262626;
}
.btn-radius {
    border-radius: 20px;
    padding: 8px 18px;
    font-family: Ubuntu;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 400;
}
.highlight{
    color: #36B843;
}
.btn.bg-green{
    background: #36B843;
}

.sub-menu {
    display: none;
    position: absolute;
    list-style: none;
    background: #fff;
    width: 200px;
    z-index: 9999;
    border-radius: 10px;
        padding: 10px;
}
.header-nav-links .sub-menu .menu-item {
    padding: 0;
}
.header-nav-links .sub-menu .nav-link {
    padding: 6px;
}
.header-nav {
    padding: 10px 0;
    background: #FBFBFB;
}
.header-nav-links .nav-link {
    color: #262626;
    font-family: Ubuntu;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 400;
}
.navbar-brand img{
    height: 60px;
}
header img.custom-logo, footer img.custom-logo {
    height: 50px;
}
.menu-item-has-children .nav-link {
    position: relative;
}
.menu-item-has-children > .nav-link:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -8px;
    width: 8px;
    height: 8px;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    transform: translateY(-50%) rotate(45deg);
    display: block;
    margin-top: -3px;
}
.header-nav-links .menu-item.menu-item-has-children {
    padding-right: 20px;
    position: relative;
}
.header-nav-links .menu-item {
    padding: 0 5px;
}
.menu-item.menu-item-has-children:hover .sub-menu {
    display: block;
}
footer.footer{
    background: #FBFBFB;
}
.footer-left .footer-text{
    color: #262626;
    font-family: Ubuntu;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 400;
    margin-top: 40px;
    max-width: 255px;
}
.copyright-sec{
    border-top: 1px solid;
    border-color: #A7A7A7;
}
.copyright-sec .copyr-text{
    color: #262626;
    font-family: Ubuntu;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 12px 0 18px 0;
}
.footer-menu-title {
    font-family: Ubuntu;
    letter-spacing: 0;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
}
.footer-nav-links .nav-link {
    font-family: Ubuntu;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 0;
}
.footer-nav-links {
    padding-top: 24px;
}
.footer .newsl-desc {
    font-family: Ubuntu;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 20px 0;
}
.newsletter-form .form-fields p {
    display: flex;
}
.newsletter-form .wpcf7-email {
    width: 100%;
}
.newsletter-form .form-fields br {
    display: none;
}
.newsletter-form .wpcf7-submit {
    width: 40px !important;
    background-image: url(../images/arrow-right-up.png);
    background-repeat: no-repeat;
    padding: 0;
    border: 0;
    background-color: #000;
    border-radius: 50%;
    background-position: center;
    background-size: 24px;
    height: 40px;
    font-size: 0;
    margin-left: 10px;
}
.newsletter-form .wpcf7-form-control-wrap {
    width: 85%;
}
.newsletter-form .wpcf7-spinner {
    position: absolute;
    margin: 0;
    right: 10px;
}
.newsletter-form .form-fields {
    position: relative;
}
.newsletter-form .wpcf7-email {
    width: 100%;
    background: #F6F6F6;
    border: 1px solid #D1D1D1;
    border-radius: 20px;
    padding: 10px 15px;
    font-family: Ubuntu;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 400;
}
.newsletter-form .wpcf7-email::placeholder{
    color: #A9A9A9;
}
.footer .social-links {
    list-style: none;
    padding-top: 20px;
    display: flex;
    gap: 10px;
	padding-left: 0;
}
.footer .social-links a {
    color: #262626;
}
.footer .social-links li {
    border-radius: 50%;
    border: 1px solid #262626;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-bmsi { 
    background: #FBFBFB;
    overflow: hidden;
}
.bmsi-block .common-text.sub-heading {
    border: 1px solid #36B843;
    color: #36B843;
    border-radius: 20px;
    padding: 6px 16px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
}
.common-text {
    color: #7E7E7E;
    font-family: Ubuntu;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}
.common-big-title {
    color: #262626;
    font-family: Ubuntu;
    letter-spacing: 0;
    font-size: 44px;
    font-weight: 500;
    line-height: 58px;
}
.home-bmsi .bmsi-block {
    height: 100%;
    place-content: center;
}
.img-responsive{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.home-bmsi .slider-sec {
    color: #36B843;
    font-size: 46px;
	margin-bottom: 0;
}
.home-bmsi .common-text.desc {
    margin-top: 22px;
    margin-bottom: 22px;
}
.home-bmsi .img-responsive {
    padding-left: 40px;
}
.home-bmsi .custom-slider {
    position: relative;
    width: 100%;
    transition: height 0.5s ease;
    overflow: hidden;
}
.home-bmsi .slider-track {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.2s ease-in-out;
}
.home-bmsi .slide {
    width: 100%;
    height: 100%;
}
.bmsi-block a.btn {
    padding: 8px 20px;
}
.home-trusted-by .trusted-left-block {
    display: flex;
    align-items: center;
}
.home-trusted-by .star-img.img-responsive {
    width: 40px;
}
.trusted-left-block img.img-responsive.line {
    width: 120px;
}
.trusted-left-block .title {
    font-family: Ubuntu;
    letter-spacing: 0;
    font-size: 21px;
    font-weight: 500;
    padding-left: 14px;
    padding-right: 24px;
    margin-bottom: 0;
}
.home-trusted-by .inner-container {
    margin: 0 -40px;
}
.home-trusted-by .left-part {
    padding: 0;
}
.home-trusted-by .logo-slider {
    padding-left: 20px;
}
.home-core-str .border-cust {
    border-top: 1px solid #E4E4E4;
}
.common-medium-title {
    color: #262626;
    font-family: Ubuntu;
    letter-spacing: 0;
    font-size: 36px;
    font-weight: 500;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 26px;
}
.common-medium-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 35px;
    height: 1px;
    background: #000;
    left: 50%;
    transform: translateX(-50%);
}
.strength-box {
    background: #F4F4F4;
    border: 3px solid #AFAFAF;
    border-radius: 30px;
    max-width: 860px;
    margin: 0 auto;
    padding: 5px 20px;
}
.strength-box .item{
    height: 50px;
}
.home-core-str .strength-block {
    border: 1px solid #DDDDDD;
    border-radius: 30px;
    background: #FBFBFB;
}
.strength-block .title {
    color: #36B843;
    text-align: center;
    font-family: Ubuntu;
    letter-spacing: 0;
    font-size: 24px;
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
}
.strength-block .title:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 35px;
    height: 1px;
    background: #000;
    left: 50%;
    transform: translateX(-50%);
}
.home-core-str  .strength-block-sec {
    margin: 0 40px;
}
.strength-block-sec .column {
    padding: 0 6px;
}
.home-core-str .strength-logo-sec {
    position: relative;
}
.home-core-str .strength-logo-sec:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 30%;
    height: 80px;
    width: 150px;
    background-image: url(../images/line-joint.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.home-core-str .strength-logo-sec:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 30%;
    height: 80px;
    width: 150px;
    background-image: url(../images/line-joint.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: scaleX(-1);
}
.strength-below-sec.common-pd-big {
    padding-bottom: 0 !important;
    text-align: center;
    position: relative;
}
.strength-below-sec .accounting-logos {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F4F4F4;
    border-radius: 30px;
    padding: 5px 24px;
}
.accounting-logos .img-block {
    height: 50px;
    padding: 0 22px;
    position: relative;
}
.accounting-logos .img-block:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.accounting-logos .img-block:last-child::after{
    content: unset;
}
.home-core-str .strength-below-sec:before{
    position: absolute;
    content: '';
    top: 0;
    left: 27%;
    height: 80px;
    width: 150px;
    background-image: url(../images/line-joint.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: scaleX(-1);
}
.home-core-str .strength-below-sec:after{
    position: absolute;
    content: '';
    top: 0;
    right: 27%;
    height: 80px;
    width: 150px;
    background-image: url(../images/line-joint.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.bg-green {
    background: #36B843 !important;
}
.strength-below-sec .title {
    font-family: Ubuntu;
    letter-spacing: 0;
    font-size: 22px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 0;
}
.strength-below-sec .btn {
    padding: 8px 18px;
}
.integration-section {
    background: #FBFBFB;
}
.integration-section .row {
    padding: 0 40px;
}
.integration-section .sub-heading {
    color: #36B843;
}
.integration-section .title {
    padding-top: 8px;
    padding-bottom: 18px;
}
.integration-section .btn {
    float: right;
    padding: 9px 18px;
    margin-bottom: 6px;
}
.integration-section .btn:first-child {
    margin-top: 38px;
}
.line-with-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    z-index: 1;
    position: relative;
}
.line-with-dots::before,
.line-with-dots::after {
    content: '';
    height: 1px;
    background: #8C8C8C;
    position: relative;
    width: 60px;
}
.line-with-dots::before::after {
    left: 0;
}
.line-with-dots::after::after {
    right: 0;
}
.line-with-dots .desc {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    position: relative;
    gap: 0;
    color: #8C8C8C;
    font-weight: 500;
}
.line-with-dots .desc::before,
.line-with-dots .desc::after {
    content: '';
    flex: 1;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #8C8C8C;
    position: relative;
    display: inline-block;
}
.line-with-dots .desc::before {
    margin-right: 8px;
}
.line-with-dots .desc::after {
    margin-left: 8px;
}
.line-with-dots .desc::before::after {
    right: 0;
}
.line-with-dots .desc::after::after {
    left: 0;
}
.integration-tab-section {
    position: relative;
    overflow: hidden;
}
.integration-tab-section:after {
    position: absolute;
    background: #FBFBFB;
    content: '';
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.integration-tab-section .line-with-dots {
    padding-bottom: 60px;
}
.integration-tab-section .intg-tab-sec {
    background: #282828;
    padding: 80px;
    border-radius: 30px;
    position: relative;
    padding-top: 130px;
    z-index: 1;
}
.intg-tab-sec .nav.nav-tabs {
    background: #EDEDED;
    border-radius: 50px;
    padding: 6px 12px;
    box-shadow: 0px 0px 4.19px 0px #00000040;
    width: max-content;
    gap: 8px;
}
.intg-tab-sec .tab-main-sec {
    background: #fff;
    border-radius: 50px;
    padding: 10px 12px;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    left: 50%;
}
.tab-main-sec img.img-responsive {
    height: 50px;
    border-radius: 30px;
    padding: 5px;
    box-shadow: 0px 0px 4.19px 0px #00000040;
    width: 50px;
}
.tab-main-sec .nav-link{
    border-radius: 30px;
    padding: 3px;
    box-shadow: 0px 0px 4.19px 0px #00000040;
    background-color: #fff;

}
.tab-main-sec .nav-link .desc{
    display: none;
	margin-bottom: 0;
}
.tab-main-sec .nav-link.active {
    display: flex;
    align-items: center;
    gap: 8px;
}
.tab-main-sec .nav-link.active .desc {
    display: block;
}
.tab-main-sec .nav-link.active .desc {
    display: block;
    font-family: Ubuntu;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    padding-right: 10px;
}
.intg-tab-sec .img-main-block {
    width: fit-content;
    height: 60px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
.intg-tab-sec .tab-desc {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.intg-tab-sec .sub-heading {
    color: #36B843;
    font-size: 18px;
}
.intg-tab-sec .image-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -6px;
    padding-top: 20px;
}
.intg-tab-sec .image-flex .image-block {
    width: 20%;
    padding: 6px;
}
.intg-tab-sec .image-flex img.img-responsive {
    background: #353535;
    border-radius: 10px;
}
.intg-tab-sec .left-column {
    padding-right: 80px;
    border-right: 1px solid #7C7C7C;
}
.intg-tab-sec .right-column {
    padding-left: 80px;
}
.features-sec .feature-tabs {
    padding-top: 40px;
}
.feature-tabs .nav.nav-tabs {
    width: max-content;
    margin: 0 auto;
    border: 0;
}
.feature-tabs .nav-link {
    background: #FBFBFB;
    padding: 12px 30px;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 0 !important;
}
.feature-tabs .nav-item:first-child .nav-link {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.feature-tabs .nav-link.active {
    background: #262626;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.feature-tabs .nav-item:last-child .nav-link.active {
    background: #262626;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.feature-tabs .nav-link .desc {
    color: #262626;
    font-family: Ubuntu;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 400;
	margin-bottom: 0;
}
.feature-tabs .nav-link.active .desc {
    color: #fff;
}
.feature-tabs .tab-content {
    padding-top: 40px;
}
.feature-tabs .info-block {
    padding: 30px;
}
.feature-tabs .feature-block.one {
    background: #F5FDEB;
}
.feature-tabs .feature-block.two {
    background: #FFEFEA;
}
.feature-tabs .feature-block.three {
    background: #EBF3FD;
}
.feature-tabs .feature-block {
    border-radius: 20px;
    height: 100%;
}
.feature-tabs .feature-block img {
    height: auto;
}
.feature-tabs a.btn {
    margin-top: 50px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.feature-block .title {
    color: #262626;
    font-family: Ubuntu;
    letter-spacing: 0;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 20px;
}
.feature-block .title:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 24px;
    height: 1px;
    background: #000;
    left: 0;
}
.feature-block .desc {
    color: #262626;
    font-size: 15px;
    line-height: 20px;
}
.feature-tabs .column {
    padding: 0 16px;
}
.feature-tabs .row {
    margin: 0 -16px;
}
.feature-tabs .info-block {
    padding: 34px 34px 26px 34px;
}
.choice-main-sec .choice-sec {
    border-top: 1px solid #E4E4E4;
}
.choice-rating-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}
.choice-rating-flex .rating-block img {
    height: 45px;
}
.choice-rating-flex .fa-star {
    height: 14px;
    width: 14px;
}
.choice-rating-flex .icon-star {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
}
.choice-rating-flex .rating-block {
    padding: 0 30px;
    border-right: 1px solid #E4E4E4;
}
.choice-rating-flex .rating-block:last-child{
    border: 0;
}
.support-sec {
    background: url(../images/support-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 128px;
    position: relative;
}
.support-info-sec .info-block {
    padding-left: 80px;
}
.support-info-sec .title:after {
    left: 0;
    transform: unset;
}
.support-info-sec .desc {
    padding-bottom: 24px;
}
.support-number-sec img.img-responsive {
    height: 24px;
    width: 24px;
}
.support-sec .support-number-sec {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(50%);
}
.support-number-sec .num-sec {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #CBCBCB;
    padding: 40px 85px;
}
.support-number-sec .row {
    margin: 0 -45px;
}
.support-number-sec .column {
    padding: 0 45px;
}
.support-number-sec .info-block {
    position: relative;
}
.support-number-sec .info-block:after {
    content: '';
    background: #262626;
    height: 45px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    position: absolute;
    right: -44px;
}
.support-number-sec .column:last-child .info-block:after {
    content: unset;
}
.support-number-sec .title-num {
    color: #262626;
    font-family: Ubuntu;
    letter-spacing: 0;
    font-size: 54px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-top: 28px;
    margin-bottom: 10px;
    gap: 6px;
}
.support-number-sec .title-num .small-text {
    font-weight: 400;
    font-size: 24px;
}
.support-number-sec .title-num.green{
    color: #36B843;
}
.support-number-sec .title-num.purple{
    color: #7F54B3;
}
.support-number-sec .title-num.blue{
    color: #1AB4D7;
}
.support-number-sec .title-num.gold{
    color: #6C6300;
}
.support-number-sec .desc.common-text {
    color: #262626;
}
.leaders-sec .first-ecm-sec {
    padding: 0 40px;
    margin-top: 40px;
}
.first-ecm-sec .flex-div {
    display: flex;
    align-items: center;
    border-radius: 30px;
}
.first-ecm-sec .info-block {
    width: 50%;
    padding-left: 40px;
    padding-right: 8px;
}
.first-ecm-sec .image-block {
    width: 50%;
    padding-left: 16px;
}
.first-ecm-sec .column:first-child .flex-div {
    background: #F5FDEB;
}
.first-ecm-sec .column:last-child .flex-div {
    background: #F5F5F5;
}
.first-ecm-sec .title,.second-ecm-sec .title {
    color: #262626;
    font-family: Ubuntu;
    letter-spacing: 0;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 14px;
}
.first-ecm-sec .title::after, .second-ecm-sec .title::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 35px;
    height: 1px;
    background: #000;
    left: 0;
}
.first-ecm-sec .desc{
    color: #262626;
}
.leaders-sec .first-ecm-sec .row, .leaders-sec .second-ecm-sec .row {
    margin: 0 -8px;
}
.leaders-sec .first-ecm-sec .column, .leaders-sec .second-ecm-sec .column {
    padding: 0 8px;
}
.leaders-sec .second-ecm-sec {
    padding: 0 40px;
    margin-top: 20px;
}
.second-ecm-sec .info-block {
    padding: 36px 34px;
    padding-bottom: 20px;
}
.second-ecm-sec .first {
    background: #f3f2ff;
    border-radius: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.second-ecm-sec .second {
    background: #fff6f3;
    border-radius: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.second-ecm-sec .third {
    background: #eff6ff;
    border-radius: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.second-ecm-sec .desc {
    font-size: 14px;
    color: #262626;
}
.ecom-images-flex .image-block {
    height: 110px;
    width: 110px;
    padding: 15px;
    background: #F0F0F0;
    border-radius: 10px;
}
.ecom-images-flex {
    display: inline-flex;
    gap: 16px;
    align-items: center;
}
.ecom-images-flex .column-right, .ecom-images-flex .column-left {
    display: flex;
    flex-flow: column;
    gap: 16px;
}
.ecm-intg-sec .column:last-child .ecom-images-flex {
    float: inline-end;
}
.ecm-intg-sec {
    padding: 0 24px;
}
.ecm-intg-sec .ecom-info {
    display: flex;
    flex-flow: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.ecm-intg-sec .ecom-info:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../images/ecom-intg-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.02;
    z-index: -1;
    height: 90%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.ecm-intg-sec .sub-heading {
    border: 1px solid #36B843;
    color: #36B843;
    border-radius: 20px;
    padding: 6px 16px;
    display: inline-block;
    margin-bottom: 14px;
    font-size: 15px;
}
.ecm-intg-sec .desc {
    color: #262626;
    margin-bottom: 24px;
}
.become-sec .become-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #FFF9F3;
    border-radius: 30px;
}
.become-block .image-block {
    width: 40%;
}
.become-block .become-info {
    width: 60%;
    padding: 40px;
    padding-left: 20px;
}
.become-info .title {
    color: #262626;
    font-family: Ubuntu;
    letter-spacing: 0;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 14px;
}
.become-info .title::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 35px;
    height: 1px;
    background: #000;
    left: 0;
}
.become-info .desc {
    color: #262626;
    font-size: 14px;
    margin-bottom: 20px;
}
.become-sec .column:last-child .become-block{
    background: #EFF4FF;
}
.testimonial-sec.common-pd {
    padding-top: 20px;
}
.testimonial-sec .desc{
    color: #262626;
    font-size: 14px;
}
.review-block .image-block img {
    height: 47px;
    width: 47px;
    border-radius: 50%;
}
.review-block .author-info {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 24px;
}
.author-info .title {
    color: #262626;
    font-family: Ubuntu;
    letter-spacing: 0;
    font-size: 17px;
    font-weight: 500;
}
.testimonial-sec .review-block {
    border-radius: 10px;
    padding: 30px 20px;
    margin-bottom: 12px;
}
.testimonial-sec .row {
    margin: 0 -6px;
    margin-top: 44px;
    align-items: center;
}
.testimonial-sec .column {
    padding: 0 6px;
}
.testimonial-sec .review-block.grey {
    background: #EDEDED;
}
.testimonial-sec .review-block.orange {
    background: #FFEFEA;
}
.testimonial-sec .review-block.yellow {
    background: #F5FDEB;
}
.testimonial-sec .review-block.purple {
    background: #E5E3F8;
}
.testimonial-sec .review-block.pink {
    background: #FDEBFB;
}
.testimonial-sec .review-block.green {
    background: #EBFDF5;
}
.testimonial-sec .review-block.blue {
    background: #EBF3FD;
}
.plan-prices-sec .sub-heading {
    border: 1px solid #36B843;
    color: #36B843;
    border-radius: 20px;
    padding: 6px 16px;
    display: inline-block;
    margin-bottom: 14px;
    font-size: 15px;
}
.plan-prices-sec .plan-main-info {
    text-align: center;
}
.plan-main-info .desc{
    color: #262626;
}
.plan-prices-sec {
    background: url(../images/plan-prices-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.plan-prices-sec .plans-detail {
    background: #F6F6F6;
    padding: 38px 30px;
    border-radius: 20px;
    height: 100%;
}
.plan-prices-sec .row {
    margin: 0 -6px;
    margin-top: 90px;
    row-gap: 20px;
}
.plan-prices-sec .column {
    position: relative;
    padding: 0 6px;
    z-index: 1;
}
.plans-detail .title {
    font-size: 24px;
    margin: 0;
    padding-bottom: 20px;
}
.plans-detail .title:after, .price-sec .price:after {
    content: unset;
}
.plans-detail .desc {
    color: #444444;
}
.plans-detail .price-sec {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    padding-top: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid #000000;
    margin-bottom: 34px;
}
.price-sec .price-sign {
    font-size: 26px;
    color: #36B843;
}
.price-sec .price {
    font-size: 56px;
    color: #36B843;
    margin: 0;
    padding: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: 56px;
    gap: 2px;
}
.price-sec .price-limit {
    color: #000000;
    height: 100%;
}
.plans-detail .tag-text {
    background: #006235;
    position: absolute;
    top: -30px;
    left: 7px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    padding-top: 6px;
    z-index: -1;
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 14px;
}
.plans-detail .plan-details {
    list-style: none;
    margin-bottom: 26px;
    padding-left: 0;
}
.plan-details .desc {
    padding-left: 24px;
    margin-bottom: 10px;
    color: #444444;
    position: relative;
}
.plan-details .desc:after {
    content: '';
    background: url(../images/bullet-point-img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    position: absolute;
    height: 17px;
    width: 17px;
    top: 2px;
}
.news-release-sec .desc {
    color: #444444;
    margin-bottom: 40px;
}
.news-release-sec .news-block {
    background: #FBFBFB;
    padding: 20px;
    border-radius: 20px;
}
.news-release-sec .row {
    margin: 0 -15px;
    row-gap: 30px;
}
.news-release-sec .column {
    padding: 0 15px;
}
.news-release-sec .inner-container, .testimonial-sec .inner-container {
    margin: 0 20px;
}
.news-release-sec .news-block img {
    border-radius: 20px;
}
.news-block .info {
    padding: 0 17px;
    padding-top: 20px;
}
.news-block .title {
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.news-block .title:after {
    left: 0;
    transform: unset;
    width: 42px;
}
.news-block .desc {
    font-size: 13px;
    margin: 0;
    color: #464646;
}
.news-block .flex-block {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 6px;
}
.news-block .flex-block img {
    height: 20px;
    width: 20px;
    margin-left: 6px;
}
.news-block .flex-block .desc{
    color: #262626;
}
.custom-card-slider .item img {
    border-radius: 10px;
    object-fit: contain;
}
.custom-card-slider .item {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: top 1s ease, transform 1s ease, opacity 1s ease;
    background-color: #fff;
    border: 0.5px solid #fff;
    border-radius: 10px;
}
.slider-images-wrap {
    height: 340px;
    position: relative;
    margin-top: 45px;
}
.slider-images-wrap .item.front {
    top: 0;
    transform: scale(1);
    opacity: 1;
    z-index: 3;
}
.slider-images-wrap .item.middle {
    top: -30px;
    transform: scale(0.95);
    opacity: 0.8;
    z-index: 2;
}
.slider-images-wrap .item.back {
    top: -60px;
    transform: scale(0.9);
    opacity: 0.6;
    z-index: 1;
}
.custom-card-slider .item.animating {
    pointer-events: none;
}
.custom-card-slider .item.transition-front {
    top: 0;
    transform: scale(1);
    z-index: 3;
    opacity: 1;
}
.custom-card-slider .item.transition-middle {
    top: -30px;
    transform: scale(0.95);
    z-index: 2;
    opacity: 0.8;
}
.custom-card-slider .item.transition-back {
    top: -60px;
    transform: scale(0.9);
    z-index: 1;
    opacity: 0.6;
}
.custom-card-slider{
    position: relative;
}
.slider-button-wrap #next {
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: url(../images/slider-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
    width: 24px;
    height: 24px;
    border: 0;
}
.slider-button-wrap #prev {
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: url(../images/slider-arrow-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
    width: 24px;
    height: 24px;
    border: 0;
}
.sub-menu .menu-item {
    padding: 6px 12px;
}
.leaders-sec.common-pd-big {
    padding-top: 90px;
}
.home-bmsi .video{
    height: 460px;
}
.home-bmsi.quickbook-page .highlight {
    border-bottom: 1px solid;
}
.quickbook-page .rating-banner-sec {
    display: flex;
    align-items: center;
    margin: 0 -15px;
    padding-bottom: 26px;
}
.quickbook-page .rating-banner-sec img {
    padding: 0 15px;
    width: 150px;
    border-right: 1px solid #D4D4D4;
}
.quickbook-page .rating-stars {
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.rating-banner-sec .num {
    font-size: 22px;
    font-weight: 600;
    padding-right: 8px;
    line-height: normal;
}
.rating-banner-sec svg {
    color: #FEAE3D;
    font-size: 12px;
}
.quickbook-wwd-sec .custom-card-slider .item {
    border: 1px solid #E2E2E2;
}
.quickbook-wwd-sec .inner-container {
    border-top: 1px solid #E4E4E4;
}
.quickbook-wwd-sec .left-column {
    padding-right: 100px;
}
.quickbook-wwd-sec .left-column .common-text {
    margin-bottom: 10px;
    font-size: 14px;
}
.quickbook-wwd-sec .common-medium-title:after {
    left: 0;
    transform: unset;
}
.quickbook-wwd-sec .left-column .btn{
    margin-top: 24px;
}
.quickbook-integration-sec {
    background: #FBFBFB;
    padding-bottom: 40px;
    overflow: hidden;
}
.quickbook-integration-sec .qis-block {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #DADADA;
    padding: 30px;
    text-align: center;
    padding-top: 110px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    margin-bottom: 50px;
    height: 100%;
}
.quickbook-integration-sec .image-sec-top {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    margin: 0 auto;
    border: 1px solid #EDEDED;
    background: #FBFBFB;
    padding: 16px;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 99;
}
.quickbook-integration-sec .row {
    padding-top: 120px;
    row-gap: 120px;
    margin: 0 -20px;
}
.quickbook-integration-sec .column {
    position: relative;
    padding: 0 20px;
}
.quickbook-integration-sec .image-sec-bottom {
    width: 170px;
    margin: 0 auto;
    background: #F2F2F2;
    border-radius: 40px;
    padding: 4px 16px;
    position: relative;
}
.quickbook-integration-sec .image-sec-bottom:before {
    position: absolute;
    content: '';
    background: url(../images/L-Final.gif);
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    width: 100%;
    top: -120%;
    left: 20%;
}
.quickbook-integration-sec .image-sec-bottom:after {
    position: absolute;
    content: '';
    background: url(../images/R-Final.gif);
    background-repeat: no-repeat;
    background-size: contain;
    height: 58px;
    width: 100%;
    top: -117%;
    left: 56%;
}
.quickbook-integration-sec .qis-block .common-text {
    font-size: 14px;
    margin-top: 26px;
}
.quickbook-integration-sec .btn {
    font-size: 14px;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease;
}
.quickbook-integration-sec .qis-block:hover {
    padding-bottom: 80px;
    margin-bottom: 0;
}
.quickbook-integration-sec .qis-block:hover .btn {
    bottom: 20px;
}
.leaders-sec.quickbook .inner-container{
    border-top: 1px solid #E4E4E4;
}
.accordion .accordion-item {
    background: transparent;
    border: 0;
}
.accordion .accordion-button {
    background: #FBFBFB;
    border: 1px solid #E9E9E9;
    box-shadow: unset;
    margin-bottom: 10px;
    border-radius: 10px !important;
    color: #262626 !important;
    font-size: 16px;
    gap: 20px;
}
.accordion .accordion-body {
    margin-bottom: 10px;
    padding: 20px 40px;
}
.faq-main-block .accordion {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 10px;
}
.choice-rating-flex.shopify-page {
    padding-top: 0;
    padding-bottom: 40px;
    margin: 0 -25px;
}
.choice-rating-flex.shopify-page img {
    padding: 0;
}
.choice-rating-flex.shopify-page .rating-block {
    padding: 0 25px;
    border: 0;
    position: relative;
}
.choice-rating-flex.shopify-page .icon-star {
    padding-top: 0;
    justify-content: left;
}
.choice-rating-flex.shopify-page .fa-star {
    height: 12px;
    width: 12px;
}
.choice-rating-flex.shopify-page .rating-block:after {
    content: '';
    height: 64%;
    background: #E4E4E4;
    width: 1px;
    right: 0;
    position: absolute;
    top: 35%;
}
.choice-rating-flex.shopify-page .rating-block:last-child:after{
    content: unset;
}
.home-bmsi.quickbook-page .bmsi-block {
    padding-right: 40px;
}
.wwd-images-block .accounting-logos {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F4F4F4;
    border-radius: 30px;
    padding: 5px 24px;
    position: relative;
}
.wwd-images-block .image-sec-top {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    margin: 0 auto;
    border: 1px solid #EDEDED;
    background: #FBFBFB;
    padding: 16px;
    margin-bottom: 60px;
    position: relative;
    z-index: 99;
}
.wwd-images-block .accounting-logos:before {
    position: absolute;
    content: '';
    background: url(../images/R-Final.gif);
    background-repeat: no-repeat;
    background-size: contain;
    height: 68px;
    width: 100%;
    top: -111%;
    left: 53%;
}
.wwd-images-block .accounting-logos:after {
    position: absolute;
    content: '';
    background: url(../images/L-Final.gif);
    background-repeat: no-repeat;
    background-size: contain;
    height: 68px;
    width: 100%;
    top: -111%;
    left: 37%;
}
.features-sec.shopify-page{
    background: #FBFBFB;
}
.features-sec.shopify-page .feature-block.bottom {
    margin-top: 12px;
    padding-top: 10px;
}
.shopify-page .feature-block .title {
    font-size: 22px;
}
.shopify-page .feature-block .desc {
    font-size: 14px;
    color: #7E7E7E;
}
.leaders-sec.shopify-page .inner-container {
    border-top: 0;
}
.contact-support-sec {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.contact-support-sec .image-block {
    height: 40px;
    background: #E4E4E4;
    border-radius: 50%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-support-sec .image-block img {
    padding: 0;
    height: 24px;
    width: 24px;
}
.contact-support-sec .support-title {
    color: #262626;
    font-weight: 500;
    font-size: 17px;
}
.contact-info-sec {
    display: flex;
    align-items: center;
    gap: 30px;
}
.contact-info-sec .icon-flex {
    display: flex;
    align-items: center;
    gap: 40px;
}
.contact-info-sec .contact-text {
    color: #262626;
    position: relative;
}
.contact-info-sec .contact-text:after {
    content: '';
    position: absolute;
    left: -27px;
    top: 52%;
    transform: translateY(-50%);
    background: #262626;
    height: 1px;
    width: 12px;
}
.contact-form-sec {
    max-width: 490px;
    margin-left: auto;
    background: #FFFFFF;
    padding: 40px;
    border-radius: 40px;
}
.contact-form-sec .common-medium-title {
    font-size: 33px;
}
.contact-form-sec .common-medium-title:after {
    left: 0;
    transform: unset;
}
.contact-form-sec .form-control {
    color: #262626;
    font-family: Ubuntu;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 400;
    background: #FBFBFB;
    border: 0;
    padding: 12px 18px;
    box-shadow: none;
    margin-bottom: 10px;
}
.contact-form-sec .form-control::placeholder{
    color: #7A7A7A;
}
.contact-form-sec br {
    display: none;
}
.contact-form-sec .wpcf7-not-valid-tip {
    position: relative;
    top: -8px;
    font-size: 14px;
    font-family: 'Ubuntu';
    left: 2px;
    padding-bottom: 6px;
}
.contact-form-sec .wpcf7-submit {
    margin-top: 20px;
}
.news-release-sec.blogs .inner-container {
    margin: 0;
}
.news-release-sec.blogs .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    gap: 10px;
}
.news-release-sec.blogs .pagination .page-numbers {
    border: 1px solid #F1F1F1;
    color: #000;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: 'Ubuntu';
    font-weight: 500;
}
.news-release-sec.blogs .pagination .page-numbers:hover {
    background: #F1F1F1;
}
.news-release-sec.blogs .pagination .next, .news-release-sec.blogs .pagination .prev,
.news-release-sec.blogs .pagination .first, .news-release-sec.blogs .pagination .last {
    font-size: 11px;
}
.news-release-sec.blogs .pagination .current{
    background: #36B843 !important;
    color: #fff;
}
.common-banner .common-round-image {
    height: 395px;
    width: 395px;
    margin-left: auto;
    border-radius: 50%;
    background: #EAEAEA;
    padding: 10px;
    box-shadow: 0px 1.7px 6.81px 0px #00000040 inset;
}
.common-banner .common-round-image img {
    object-fit: cover;
    border-radius: 50%;
    padding: 0;
}
.home-bmsi.common-banner {
    position: relative;
}
.common-banner .common-round-image img.after-img {
    border-radius: unset;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
}
.single-blog .blog-title {
    font-size: 28px;
    margin: 0;
    padding-bottom: 6px;
}
.single-blog .blog-title:after {
    content: unset;
}
.single-post .header-nav {
    background: #fff;
}
.single-blog .blog-info {
    color: #262626;
    font-size: 18px;
    margin-bottom: 20px;
}
.single-blog img {
    border-radius: 40px;
}
.single-blog .single-blog-description {
    padding-top: 40px;
    font-family: 'Ubuntu';
    color: #262626;
}
.single-blog-description{
    p,ul,h1,h2,h3,h4,h5,h6{
        padding-bottom: 12px;
    }
    ul{
        padding-left: 20px;
    }
}
.career-joining-sec .image-block {
    border-radius: 50%;
    background: #FFFFFF;
    padding: 10px;
    height: 125px;
    width: 125px;
    margin: 0 auto;
    box-shadow: 0px 2.42px 9.7px 0px #00000040 inset;
}
.career-joining-sec .info {
    border-radius: 20px;
    padding: 35px;
    padding-bottom: 40px;
    height: 100%;
}
.career-joining-sec .image-block .img-bg {
    background: #fff;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 9.7px 0px #00000040;

}
.career-joining-sec .image-block img {
    object-fit: cover;
    height: 50px;
    width: 50px;
}
.career-joining-sec .title {
    font-size: 18px;
    padding-top: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}
.career-joining-sec .desc {
    font-size: 13px;
}
.career-joining-sec .info.one {
    background: #F5FDEB;
}
.career-joining-sec .info.two {
    background: #F5F5F5;
}
.career-joining-sec .info.three {
    background: #F3F2FF;
}
.career-joining-sec .info.four {
    background: #FFF6F3;
}
.career-joining-sec .row {
    margin-top: 40px;
}
.career-apply-sec {
    background: #FBFBFB;
}
.career-apply-sec .info {
    background: #fff;
    border-radius: 20px;
    padding: 35px 30px;
}
.career-apply-sec .title {
    color: #222222;
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid #D4D4D4;
    margin-bottom: 15px;
}
.career-apply-sec .desc {
    font-size: 12px;
    color: #6C6C6C;
    margin-bottom: 20px;
}
.career-apply-sec .icon-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
}
.career-apply-sec .image-block {
    height: 24px;
    width: 24px;
}
.career-apply-sec .job-info {
    color: #222222;
    font-size: 14px;
    font-weight: 500;
    margin-top: 3px;
}
.career-apply-sec .btn {
    margin-top: 20px;
}
.career-apply-sec .row {
    margin-top: 40px;
}
.contact-info-sec.become-partner {
    flex-flow: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 8px;
}
.contact-info-sec.become-partner svg {
    color: #36B843;
}
.become-partner-sec .become-partner-info {
    padding: 0 40px;
}
.become-partner-info .info {
    background: #FBFBFB;
    border-radius: 40px;
    padding: 70px 80px;
    padding-bottom: 0;
}
.become-partner-info .image-block.first {
    height: 80px;
    width: 80px;
}
.become-partner-info .title {
    margin-top: 28px;
    font-size: 32px;
    padding-bottom: 16px;
    margin-bottom: 18px;
}
.become-partner-info .title:after {
    left: 0;
    transform: unset;
}
.become-partner-info .desc {
    color: #262626;
}
.become-partner-info .image-block.last {
    margin-top: 50px;
    height: 280px;
}
.become-partner-sec .common-pd-big {
    border-bottom: 1px solid #E4E4E4;
}
.platform-sec .info {
    background: #F5F5F5;
    border-radius: 30px;
    padding: 70px 30px;
    padding-top: 20px;
    position: relative;
}
.platform-sec .image-block {
    height: 80px;
    border-bottom: 1px solid #C1C1C1;
    padding-bottom: 10px;
}
.platform-sec .btn-sec {
    position: absolute;
    left: 50%;
    bottom: 4px;
    transform: translate(-50%, 50%);
    background: #fff;
    padding: 8px;
    border-radius: 30px;
}
.platform-sec .row {
    margin-top: 50px;
    row-gap: 70px;
    padding-bottom: 20px;
}
.experience-sec {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 10px;
}
.experience-sec .num {
    color: #36B843;
    font-size: 72px;
    font-weight: 600;
}
.experience-sec .info {
    font-size: 23px;
    font-weight: 400;
    padding-top: 8px;
}
.about-page-info-sec .title {
    text-align: right;
    font-weight: 600;
    padding-right: 75px;
}
.about-page-gallery-sec .title:after {
    left: unset;
    transform: unset;
    right: 0;
}
.about-page-gallery-sec .info {
    padding-right: 75px;
}
.about-page-gallery-sec .owl-stage-outer {
    border-top-right-radius: 130px;
    border-bottom-left-radius: 130px;
}
.about-page-gallery-sec .desc {
    font-size: 14px;
}
.about-mv-sec .flex-block {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.about-mv-sec .info {
    padding: 70px;
    border-radius: 20px;
}
.about-mv-sec .info.one {
    background: #F5FDEB;
}
.about-mv-sec .info.two {
    background: #F5F5F5;
}
.about-mv-sec .image-block {
    background: #FFFFFF;
    box-shadow: 0px 1.23px 4.9px 0px #00000040 inset;
    border-radius: 50%;
    padding: 5px;
    height: 65px;
    width: 65px;
}
.about-mv-sec .img-block {
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-shadow: 0px 0px 4.9px 0px #00000040;
}
.about-mv-sec .img-block img {
    height: 35px;
    width: 35px;
}
.about-mv-sec .title {
    font-size: 19px;
    padding-bottom: 6px;
    font-weight: 600;
    margin: 0;
}
.about-mv-sec .title:after {
    left: 0;
    transform: unset;
}
.about-mv-sec .desc {
    font-size: 14px;
}
.about-num-sec {
    background: #FBFBFB;
}
.about-num-sec .desc {
    color: #262626;
    margin-top: 14px;
    font-size: 15px;
}
.about-num-sec .info {
    text-align: center;
    position: relative;
}
.about-num-sec .title {
    font-weight: 600;
    font-size: 64px;
}
.about-num-sec .info:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 45%;
    width: 1px;
    background: #ADADAD;
}
.about-num-sec .row .column:last-child .info:after {
    content: unset;
}
.career-joining-sec .main-title:after {
    left: 0;
    transform: unset;
}
.career-joining-sec .main-title {
    margin-bottom: 6px;
}
.banner-simple-sec {
    background: #282828;
}
.modal-content .contact-form-sec {
    max-width: 100%;
    padding: 0;
    border-radius: unset;
}
.contact-form-sec input[type=file]::file-selector-button {
	border: none;
	background: #36B843 !important;
	color: #fff;
	cursor: pointer;
    padding: 10px;
	transition: background .2s ease-in-out;
    font-size: 14px;
    border-radius: 4px;
}
.quickbook-wwd-sec {
    overflow: hidden;
}
/* 404 Page */
div#notfound{
	padding: 100px 0px 80px 0px;
	text-align:center;
}
.loweest_proces_part {
    text-align: center;
}
h2.not_found {
    font-size: 112px;
    margin: 25px;
}
h3.not_found_disc {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    margin: 43px 30px;
}