/*font-family: 'Open sans', sans-serif;
font-family: 'League Spartan', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Montserrat', sans-serif;*/
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700";
@import "https://fonts.googleapis.com/css?family=Open sans:300,400,500,600,700";
@import "https://fonts.googleapis.com/css?family=DM Sans:300,400,500,600,700";
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&family=Poppins:wght@300;400;600;700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'League Spartan', sans-serif;
    font-size: 20px;

}

p {
    color: #000;
}

.custom-container {
    width: 100%;
}

/*Index Page Css*/
nav.navbar {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-header a.navbar-brand {
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
    color: #111111;
}

/*header{
    background: #fff;
    z-index: 999;
    width: 100%;
    box-shadow: 0px 0px 15px #ddd;
    padding: 5px 0px 5px 0px;
}*/
.navbar-brand {
    padding: 0;
}

.nav,
.navbar-nav li a {
    color: #5A5454;
    font-size: 12px;
    font-weight: 500;

}

.login-section {
    margin-top: 60px;
    min-height: 440px;
}

ul.nav.navbar-nav {
    margin-left: 30px;
}

.slip-info {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.5rem;
    background-color: #fff;
}

.btn-google {
    background: #EA4335 !important;
    border-color: #EA4335 !important;
    ;
}

.btn-google:hover {
    background: #BB001B !important;
    border-color: #BB001B !important;
}

.btn-facebook {
    background: #3b5998 !important;
    border-color: #3b5998 !important;
}

.btn-facebook:hover {
    background: #224899 !important;
    border-color: #224899 !important;
}

.btn-default {
    font-size: 13px;
    font-weight: 700;
    color: #1a73e8;
    border: 1px solid #dadce0;
    padding: 13px 30px;
    border-radius: 5px;

}

.cd-pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    padding: 0 2px;
    border-radius: 50em;
    border: 1px solid #225b78;
}

.cd-pricing-switcher input[type=radio] {
    position: absolute;
    opacity: 0;
}

.cd-pricing-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 90px;
    height: 39px;
    line-height: 44px;
    cursor: pointer;
    font-size: 1.4rem;
    color: #333;
}

.cd-pricing-switcher label.active {
    color: #fff !important;
}

.cd-pricing-switcher .cd-switch {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 40px;
    width: 90px;
    background-color: #509931bf;
    border-radius: 50em;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    transition: transform .5s;
}

.cd-pricing-switcher input[type=radio]:checked+label+.cd-switch,
.cd-pricing-switcher input[type=radio]:checked+label:nth-of-type(n)+.cd-switch {
    -webkit-transform: translateX(90px);
    -moz-transform: translateX(90px);
    -ms-transform: translateX(90px);
    -o-transform: translateX(90px);
    transform: translateX(90px);
}

.btn.btn-default {
    background: #fff;
    margin-right: 11px;
}

.btn-default:hover {
    color: #1a73e8;
    background: #d0d7e8;
    border-color: #1a73e8;
}

.btn-primary {
    font-size: 13px;
    font-weight: 700;
    color: #FFF;
    border-color: #1a73e8;
    padding: 13px 30px;
    border-radius: 5px;

}

.btn.btn-primary {
    background: #1a73e8;
}

.btn-primary:hover {
    background: #003e91;
    border-color: #0a0929;
    color: #ffffff;
}

.secondary-menu {
    margin-top: 20px;
    float: right;
}

.banner-mob {
    display: none;
}

.banner {
    padding: 25px 20px 115px 20px;
}

.caption {
    padding-top: 125px;
}

.caption h1 {
    text-align: left;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: 0px;
    color: #0a0929;
}

.caption p {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.5em;
    color: #242230;
    max-width: 440px;

}

.tips-content ul li {
    margin-bottom: 40px;
    list-style: none;
}

.tips-content ul li .icon {
    margin-right: 25px;
    float: left;
    display: inline-block;
    text-align: center;
    line-height: 92px;
    border-radius: 50%;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.right-content h5 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    color: #2b1f2b;
    font-style: normal;
}

.right-content p {
    font-size: 16px;
    line-height: 1.7em;
    text-align: left;
    color: #757575;
    margin-left: 63px;
    margin-top: 15px;
}

.banner-button a {
    margin-top: 10px;
}

.suitable-repslips {
    padding: 30px 0 0 0;

}

.suitable-repslips h2 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    color: #2b1f2b;
    margin-bottom: 20px;
}

.suitable-repslips p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    color: #757575;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}


.business-type-left {
    margin: 0;
    padding: 175px 0 0 50px;
}

.business-type-left h3 {
    color: #202124;
    font-size: 36px;
    font-weight: 400;
}

.business-type-left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #5f6368;
}

.business-type-right {
    margin: 0;
    padding: 175px 50px 0px 0px;
}

.business-type-right h3 {
    color: #202124;
    font-size: 36px;
    font-weight: 400;
}

.business-type-right p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #5f6368;
}

.personal-dashboard {
    padding: 50px 0;
}

.personal-dashboard h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: 0px;
    color: #0a0929;
}

.personal-dashboard p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 35px;
    color: #444;
}

.business-dashboard {
    padding: 50px 0;
    background-image: url(/assets/images/business-bg.jpg);
}

.upload-receipt-mobile {
    padding-bottom: 50px;
}

.upload-receipt-mobile h2 {
    font-family: 'League Spartan', sans-serif;
    font-weight: bold;
}

.upload-receipt-mobile p {
    font-family: 'Poppins';
    line-height: 24px;
    margin-bottom: 30px;
}

.upload-receipt-desktop {
    padding: 40px 0;
}

.upload-receipt-desktop h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: 0px;
    color: #222;
    padding-top: 20px;
}

.upload-receipt-desktop p {
    font-size: 14px;
    line-height: 35px;
    color: #444;
}

.business-dashboard h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: 0px;
    color: #0a0929;
}

.business-dashboard p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 35px;
    color: #444;
}

.tax-receipt {
    text-align: center;
    background: #f1f1f1;
    padding: 20px;
}

.p-3 {
    padding: 1.5rem !important;
}

.mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.border {
    background: #fff;
    box-shadow: 0 0 10px #00000036;
}

.mb-3,
.my-3 {
    margin-bottom: 1.5rem !important;
}

.header-title {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 0;
}

.ml-4,
.mx-4 {
    margin-left: 2.25rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1.5rem !important;
}

.mt-3 {
    margin-top: 15px;
}

.notification-section {
    text-align: center;
    background: #00193A;
    padding: 20px 0 100px 0;
}

.notification-section h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: 0px;
    color: #fff;
}

.notification-section p {
    font-size: 14px;
    line-height: 35px;
    color: #eee;
    max-width: 80%;
    margin: 0 auto
}

.toast.show {
    display: block;
    opacity: 1;
    max-width: 60%;
    margin: 0 auto;
    border-radius: 4px;
}

.notify {
    padding-top: 50px;
}

.notify .btn-type {
    margin-top: -8px;
}

.notify .btn-type .btn {
    margin-left: 10px;
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    opacity: 0;
    border-radius: 0.25rem;
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 12px;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.mt-4 {
    margin-top: 0px;
}

.mr-1,
.mx-1 {
    margin-right: 0.375rem !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.small,
small {
    font-size: 12px;
    font-weight: 400;
}

button.close {
    padding: 0 5px;
    background-color: transparent;
    border: 0;
}

.close {
    float: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: .5;
}

.toast-body {
    padding: 14px;
    background: #fff;
    font-size: 13px;
    text-align: left;
    border-radius: 4px;
}

.btn-success {
    -webkit-box-shadow: 0 2px 6px 0 rgb(10 207 151 / 50%);
    box-shadow: 0 2px 6px 0 rgb(10 207 151 / 50%);
}

.btn-success {
    color: #fff;
    background-color: #0acf97;
    border-color: #0acf97;
}

.btn-dark {
    color: #fff;
    background-color: #313a46;
    border-color: #313a46;
}

.btn-dark {
    -webkit-box-shadow: 0 2px 6px 0 rgb(49 58 70 / 50%);
    box-shadow: 0 2px 6px 0 rgb(49 58 70 / 50%);
}

.btn-danger {
    -webkit-box-shadow: 0 2px 6px 0 rgb(250 92 124 / 50%);
    box-shadow: 0 2px 6px 0 rgb(250 92 124 / 50%);
}

.btn-danger {
    color: #fff;
    background-color: #fa5c7c;
    border-color: #fa5c7c;
}

.company-view p {
    max-width: 100% !important;
    font-size: 14px !important;
    text-align: left !important;
    line-height: 25px !important;
}

.company-view li {
    margin-bottom: 15px !important;
}

.tax-receipt h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: 0px;
    color: #0a0929;
}

i.mdi.mdi-image {
    font-size: 184px;
    padding: 0px;
    margin: 0 auto;
    margin-top: 1.5rem;
    justify-content: center;
    display: flex;
}

.slip-image {
    font-weight: 500;
    font-size: 18px;
    padding: 0px;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    margin-top: -53px;
    margin-bottom: 40px;
}

.tax-receipt p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 35px;
    color: #444;
    max-width: 80%;
    margin: 0 auto;
}

.mt-5 {
    margin-top: 30px;
}

.award h2 {
    font-size: 60px;
    line-height: 1.4;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
}

.award p {
    color: #757575;
    font-size: 16px;
    line-height: 1.7em;
}

.eco-friendly {
    margin-bottom: 0px;
    padding: 0px 20px 0px 20px;
}

.eco-content {
    padding: 30px 0px 0px 10px;
}

.eco-content h3 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    color: #2b1f2b;
    margin-bottom: 25px;
}

.eco-content p {
    max-width: 750px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    color: #757575;
    margin-bottom: 20px;
}

.eco-content ol {
    padding-left: 15px;
}

.eco-content ol li {
    max-width: 750px;
    font-weight: 400;
    font-size: 20px;
    color: #757575;
    margin-bottom: 1rem;
}

.eco-tag {
    margin-top: 120px !important;
    margin: 0 auto;
}

.top-features {
    margin-top: 50px;
    margin-bottom: 0;
    padding: 40px 20px 90px 20px;
    background: #FDFAF8;
}

.top-features h3 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    color: #2b1f2b;
    text-align: center;
    margin-bottom: 30px;
}

.top-features p {
    max-width: 750px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    color: #757575;
    margin-bottom: 1rem;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
}

.fast-secure {
    margin-top: 45px;
}

.well-document {
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 25px;
    height: 480px;
}

.well-document img {
    max-width: 66%;
    margin: 0 auto;
    padding: 12px 10px 25px 10px;
}

.well-document h3 {
    font-size: 21px;
    line-height: 1.4;
    font-weight: 700;
    color: #2b1f2b;
    text-align: center;
}

.well-document p {
    text-align: center;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
    color: #757575;
}

.easy-usage {
    padding: 30px 20px 55px 20px;
}

.easy-usage hr {
    margin-top: 30px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #bbb;
}

.easy-usage h2 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    color: #2b1f2b;
    text-align: center;
}

.unique-code {
    margin-top: -15px;
}

.unique-code h2 {
    color: #F97F40;
    font-size: 40px;
    line-height: 1.4;
    font-weight: 700;
    text-align: left;
    padding: 0px 0px 0px 32px;
}

.unique-code p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    color: #2b1f2b;
    padding: 0px 0px 0px 32px;
}

.people-trust {
    background: #efefef;
    padding: 80px 0;
}

.people-trust h3 {
    color: #202124;
    font-size: 44px;
    font-weight: 400;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.testimonials {
    margin: 45px 0px 0px 0px;
    padding: 40px 80px 40px 80px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ffffff;
    box-shadow: 0px 0px 10px #0003;
}

.swiper-slide img {
    display: block;
    object-fit: cover;
    margin: 0 auto;
    height: 110px;
}

.swiper-slide {
    text-align: center;
}

.swiper-slide p {
    font-weight: 400;
    font-size: 19px;
    line-height: 1.5;
    color: #242230;
    font-style: normal;
    max-width: 90%;
    margin: 0 auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    color: #333;
    font-size: 25px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    color: #333;
    font-size: 25px;
}

.testimonial-name {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #0a0929;
    margin-top: 30px;
    margin-bottom: 20px;
}

.testimonial-name span {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    color: #1A73E8;
    margin-left: 10px;
    font-weight: 400;
}

.rating {
    color: #1A73E8;
    font-size: 22px;
    margin-top: 25px;
}

.let-get {
    padding: 40px 0;
}

.let-get h3 {
    color: #202124;
    font-size: 44px;
    font-weight: 400;
    text-align: center;
}

.rating i.mdi.mdi-star {
    margin-left: -10px;
}

.organize {
    padding: 96px 0px 148px 0px;
    margin-top: 0;
    margin-bottom: 0;
    background-image: url(../assets/images/Plant-5-1.png);
    background-repeat: no-repeat;
}

.social-icon {
    text-align: right;
}

.organize h2 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 700;
    color: #2b1f2b;
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
}

.organize-button {
    margin-top: 50px;
}

.organize-button a {
    margin-left: 20px;
}

.blogs-section {
    padding: 60px;
    background: #111;
}

.line {
    width: 100%;
    background: #11111140;
    height: 1px;
}

.line-two {
    width: 100%;
    background: #11111140;
    height: 1px;
}

.blogs h4 {
    font-size: 20px;
    color: #efefef;
    font-weight: 700;
    line-height: 1.4;
}

.blogs a {
    font-size: 16px;
    color: #bbb;
    font-weight: 300;
    line-height: 1.9;
}

.blogs a:hover {
    color: #177bfe;
}

.swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden;
}

/*Register Page Css*/
.logo a {
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
    color: #111111;
    text-decoration: none;
}

.logo {
    margin-top: 12px;
}

.navbar-logo {
    margin: 10px;
}

.header-link a {
    color: #177BFE;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    float: right;
    margin-right: 7px;
}

.header-link {
    margin: 23px 0;
}

.header-section {
    margin-bottom: 0px;
}

.header-section .form-control {
    width: 201px;
    font-size: 11px;
    color: #6D6A6A;
}

.register-section h1 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}

.login-section h1 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}

.mailing-address {
    font-size: 16px;
    font-weight: 700;
    margin-left: 14px;
    margin-bottom: 30px;
}

.register-section .form-control {
    font-size: 12px;
    color: #6D6A6A;
}

#label-2 {
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 13px;
    margin-left: 30px;
}

.checkbox-section input {
    margin-left: 16px;
}

.checkbox-section span {
    color: #177BFE;
    margin-left: 3px;
    font-weight: 600;

}

.account-button button {
    background-color: #177BFE;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 3px;

}

.account-button .btn-primary {
    padding: 8px 30px;
}

#Create {
    color: #FFF;
    text-decoration: none;
}

.account-button p {
    margin: 0 0 10px;
    font-size: 11px;
    margin-top: 13px;
}

.account-button .text-center a {
    color: #FFF;
    text-decoration: none;
}

.account-button strong {
    color: #177BFE;
}

.social-account {
    margin-top: 30px;
}

.social-account .btn-primary {
    padding: 10px 30px;
}

.social-account button {
    background-color: #177BFE;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 3px;
}

.image-block {
    background-color: #ddd;
    max-width: 411px;
    padding-top: 170px;
    padding-bottom: 230px;
    margin-top: -50px;
}

/*Plans Page Css*/
nav.navbar {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-header a.navbar-brand {
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
    color: #111111;
}

.nav,
.navbar-nav li a {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
}

ul.nav.navbar-nav {
    margin-left: 30px;
}

ul.nav.navbar-right {
    margin-top: 5px;
}

#tabs.nav.nav-tabs {
    max-width: 240px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: 50px;
    border: none;
    margin-bottom: 70px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 50px;
    color: #8B8B8B;
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee rgb(53, 42, 42);
    background: #222;
    color: #FFF;
    border-radius: 50px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a {
    color: #ddd;
    cursor: default;
    background-color: #111111;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 50px;
}

.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    color: #ddd;
    cursor: default;
    background-color: #111111;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 50px;
}

.nav-tabs>li>a:hover {
    border: 1px solid transparent;
    border-radius: 50px;
    color: #FFF;
}

.secondary-menu {
    margin-top: 20px;
    float: right;
}

.secondary-menu .dropdown-menu {
    right: 0;
    left: unset;
}

.secondary-menu button i {
    color: #555555;
    color: #555555;
    font-weight: 500;
    font-size: 12px;
}

.secondary-menu button i b {
    padding-left: 5px;
    color: #555555;
    font-weight: 500;
    font-size: 12px;
}

.secondary-menu button span {
    color: #555555;
}

.blackbg {
    background-color: #f4f4f4;
    padding: 70px;

}

.black-section h1 {
    font-size: 23px;
    color: #333;
    font-weight: 600;
    margin-top: -21px;
    padding-bottom: 16px;
}

.control-tabs {
    position: relative;
    z-index: 99999;
}

/*.control-tabs:before{
    content: '';
    width: 970px;
    height: 1px;
    background: #C9C9C9;
    position: absolute;
    top: 128px;
    left: 190px;
    z-index: 999;
}*/
.get-started .btn-default {
    padding: 8px 57px;
    border-radius: 3px;
    border-color: #111;
    background-color: #FFF;
    margin-left: 11px;
}

.get-started .btn-default:hover {
    background-color: #dddd;
}

.get-started .btn-default a {
    color: #111111;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
}

.tab-section {
    border-radius: 7px;
    box-shadow: 10px 10px 0 0 rgba(0,0,0,0.06);
    padding: 30px 0px;
    background: #fff;
    border: 1px solid #e0e0e0;
}

.tab-section h5 {
    font-size: 15px;
    font-weight: 600;
}

.tab-section {
    background-color: #FFF;
    padding: 30px 15px 10px 15px;
}

.tab-section h2 span {

    font-size: 20px;
    color: #343434;
    position: relative;
    top: -21px;
    left: -4px;
    font-weight: 400;
}

.tab-section h2 {
    font-size: 45px;
    font-weight: 700;
}

.clarifications {
    font-size: 12px;
    font-weight: 400;
    color: #686868;
    line-height: 1.7;
}

.tab-section hr {
    margin: 9px 0 0px 0px;
}

.blogs-content .features {
    border-top: 1px solid #eee;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 0px 0 0px;
}

.blogs-content .features li {
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
}

.blogs-content .features li i {
    color: #3b78e7;
    font-size: 20px;
    margin-right: 8px;
}

.blogs-content .features li span {
    color: #616161;
    letter-spacing: .15px;
    line-height: 18px;
    text-align: left;
    word-break: break-word;
}

.tab-section p {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 400;
    color: #686868;
    line-height: 1.7;
}

.tab-content .plan-blogs {
    margin: 0 auto;
}

.blogs-content {
    margin-top: 15px;
}

.get-started {
    margin-top: 40px;
    text-align: center;
}

/*Dashboard Section css*/
.dashboard .logo-1 a {
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
    color: #111111;
    text-decoration: none;
}

.logo-1 {
    float: left;
}

.dashboard {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    padding: 10px;
}

.user-name-section .btn-link {
    padding-left: 5px;
    color: #222;
    font-weight: 600;
    font-size: 13px;
}

.user-name-section {
    background-color: grey;
    float: right;
    margin-top: 5px;
}

#user.btn.btn-link.dropdown-toggle {
    background-color: #ddd;
    padding: 5px 12px;
}

.dashboard-text {
    border-bottom: 2px solid #ddd;
}

.dashboard-text h1 {
    font-size: 20px;
    font-weight: 700;
    margin-left: 20px;
    padding-bottom: 5px;
}

.ui-widget {
    width: 11rem;
    height: 11rem;
    display: inline-block;
    border: 3rem solid #efefef;
    border-radius: 9rem;
    border-bottom-color: #dedede;
    border-top-color: #ed6153;
    border-right-color: #fddcd9;
    box-sizing: border-box;
    transform: rotate(45deg);
}

.price-list {
    margin-top: 3rem;
}

.price-content {
    color: #222;
    font-size: 26px;
    font-weight: 700;
}

.price-content span {
    font-size: 12px;
    font-weight: 600;
    color: #616A6B;
    display: block;
}

.padding-left-zero {
    padding-left: 0;
}

.padding-right-zero {
    padding-right: 0;
}

.no-padding {
    padding: 0;
}

.price-analytics {
    margin-left: 20px;
}

.divider {
    border-right: 2px solid #ddd;
    height: 100vh;
}

.canalList {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 15px;
}

.analytics h5 {
    color: #6b6a6a;
    font-size: 18px;
    font-weight: 600;
    margin-right: 38px;
}

.price-dot i {
    font-size: 24px;
}

.getting-started h3 {
    color: #6b6a6a;
    font-size: 18px;
    font-weight: 600;
}

.notifications h3 {
    color: #6b6a6a;
    font-size: 18px;
    font-weight: 600;
}

.recent-receipts {
    margin-left: 20px;
}

.recent-receipts h3 {
    color: #6b6a6a;
    font-size: 18px;
    font-weight: 600;
}


a,
a:hover,
a:focus {
    text-decoration: none;
    transition: all 0.3s;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    position: fixed;
    height: 100vh;
    min-width: 213px;
    border-right: 2px solid #ddd;
}

#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
    color: inherit;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 45px 12px;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 15px;
    display: block;
    color: #222;
    font-weight: 600;
}

#sidebar ul li a:hover {
    color: black;
    background: #2222;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #222;
}

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before,
a[aria-expanded="true"]::before {
    content: '\f107';
    display: block;
    position: absolute;
    right: 0px;
    font-family: 'FontAwesome';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: '\e260';
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

/*All areceipts Page Css*/
.table-section table,
th,
td {
    border: 1px solid black;
}

td .table-list li {
    list-style-type: none;
    font-weight: 600;
    font-size: 12px;
}

.table-section th {
    list-style-type: none;
    font-weight: 600;
    font-size: 12px;
    padding: -2px;
    padding: 0 0.5rem;
}

td {
    font-size: 12px;
    font-weight: 600;

}

.table-list {
    margin-right: -3.5rem;
    margin-left: -3rem;
}

.file-info {
    margin-top: 20px;
}

.file-info h4 {
    font-size: 20px;

    font-weight: 600;
    text-align: center;
}

.file-info ul li {
    font-size: 12px;

    font-weight: 600;
    line-height: 2.2;
    list-style-type: none;
}

.preview {
    background-color: #f1f1f1;
    padding: 78px 25px;
    max-width: 160px;
    margin-left: 5rem;
}

.preview h5 {
    font-size: 13px;
    text-align: center;
    font-weight: 700;
}

.preview h4 {
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: 0;
}

.preview i {
    font-size: 90px;
    margin-left: 0.8rem;
    color: #adacac;
}

.detail-section h5 {
    font-size: 12px;
    font-weight: 700;
    margin-right: 4.9rem;
    text-align: center;
    float: right;
    margin-right: 30px;
}

.detail-section h6 {
    font-size: 13px;
    font-weight: 800;
    margin-left: 4rem;
    margin-top: -1rem;
}

.detail-section h5:after {
    content: "\f040";
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 100;
    margin-left: 6px;
}

#shadow {
    border-left: 2px solid #ddd;
    padding-left: 0;
    height: 100vh;

}

.file-section {
    margin-left: -13px;
}

/*Footer Section Css*/
.footer-content {
    padding: 30px 0;
}

.footer-section {
    background: #111;
}

.footer-section ul {
    display: inline-flex;
    margin-top: 7px;
}

.footer-section ul li {
    margin-left: 12px;
}

.footer-section li a {
    color: #ffffffd1;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.8px
}

.footer-section h5 a {
    color: #ffffffd1;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 1.8px;
}

.footer-section h5 {
    color: #ffffffd1;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.8px;
}

.footer-section i {
    font-size: 20px;
    margin: 8px;
    color: #ffffffd1;
}

/*.footer-section,.list-inline{
    text-align:center;
}*/
#content {
    min-height: 600px;
}

.banner-desk {
    background: #ebf3fe;
}

.banner-desk img {
    padding: 30px 0;
}

.elementor-icon i {
    color: #fff;
    background: #1A73E8;
    padding: 16px 18px;
    font-size: 30px;
    border-radius: 54px;
    width: 60px;
    height: 60px;
}

.experience-repslips {
    padding-top: 35px;
    background: #177bfe;
    margin-top: 30px;
}

.google-icon {
    padding: 30px 0px 40px 0px;
}

.experience-repslips h3 {
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    text-align: center;
}

.experience-repslips p {
    font-weight: 400;
    font-size: 19px;
    line-height: 1.5;
    color: #ffffff;
    font-style: normal;
    text-align: center;
    margin-top: 20px;
    width: 80%;
    margin: 0 auto;
}

hr {
    margin: 50px 0px;
}

.karma-logo {
    display: none;
}

.second-minial-mob {
    display: none;
}


/*t edit start*/

.hide_me {
    display: none;
}

.boxed .room-result .mobile:after {
    content: "";
    display: block;
    clear: both;
}

.header_cover nav.navbar {
    margin: 0;
    border-bottom: 1px solid #efefef;
}

.header_cover .login_nav_box li a i {
    color: #8dc53e;
}

.banner_cover .slide_item {
    position: relative;
}

.banner_cover .slide_item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.banner_cover {
    position: relative;
}

.banner_cover .banner_about_box {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.secure_cover .banner_text h2 {
    font-size: 70px;
    font-weight: 900;
    margin: 0;
    color: #fff;
}

.secure_cover .banner_text h4 {
    font-size: 52px;
    font-weight: 300;
    color: #fff;
}

.custom_btn {
    background-color: #8dc53e;
    color: #fff;
    padding: 12px 40px 10px;
    border-radius: 60px;
    display: inline-block;
    font-size: 20px;
}

.custom_btn:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.custom_btn.line_btn:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.banner_text .text_line {
    width: 75px;
    height: 2px;
    display: block;
    background-color: #d7d7d7;
    margin: 20px 0 40px;
}

.secure_dual_img_box .secure_dual_img_border img {
    border: 10px solid #fff;
    box-shadow: 0 0 130px -10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.secure_dual_img_box .secure_dual_img_item {
    text-align: right;
}

.secure_dual_img_box .secure_dual_img_border {
    margin-top: -60px;
    margin-right: 70px;
}

.secure_process_box {
    margin-top: 80px;
}

.secure_process_box .secure_process_item {
    width: 100%;
    max-width: 165px;
    padding: 10px;
    height: 165px;
    border-radius: 100%;
    box-shadow: 0 0 80px -56px #000;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.head_sec {
    font-size: 50px;
    font-weight: 700;
    color: #000;
    line-height: 50px;
}

.secure_cover .secure_text p {
    font-size: 22px;
    margin-bottom: 40px;
}

.custom_btn.line_btn {
    color: #000;
    background-color: transparent;
    border: 2px solid #8dc53e;
}

.banner_text .custom_btn {
    padding: 16px 40px 14px;
}

.secure_cover {
    margin-top: -960px;
    position: relative;
    z-index: 22;
}

.secure_dual_img_item img {
    border-radius: 10px;
}

.secure_cover .secure_text {
    margin-top: 50px;
}

.receipt_loads_cover {
    background-color: #8dc53e;
}

.secure_cover .secure_bottom_border {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.secure_cover .secure_bottom_border img {
    width: 100%;
}

.secure_dual_img_box {
    position: relative;
    z-index: 5;
    bottom: -60px;
}

.receipt_loads_cover {
    /*padding: 225px 0 90px;*/
    background-color: #8dc53e;
}

.receipt_loads_cover .receipt_text_box {
    padding: 225px 30px 90px;
    position: relative;
    background-color: #86bc39;
}

.receipt_loads_cover .receipt_icon_section {
    padding: 225px 0 35px;
}

.quoted_box {
    font-size: 22px;
    font-style: italic;
}

.receipt_text_box .receipt_line_box {
    width: 50px;
    height: 2px;
    background-color: #5a7e1a;
    display: block;
    margin: 30px 0 40px;
}


.receipt_icon_section .receipt_icon_box h3 {
    font-size: 20px;
}

.receipt_icon_section .receipt_icon_box {
    text-align: center;
    margin-bottom: 60px;
}

.receipt_icon_section .receipt_icon_box h3:before {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background-color: #82b738;
    margin: 15px auto;
}

.receipt_icon_section .receipt_icon_box img {
    width: 108px;
    height: 108px;
    object-fit: scale-down;
    background-color: #fff;
    border-radius: 100%;
}

.receipt_loads_cover .receipt_text_box::after {
    content: "";
    display: block;
    width: 100%;
    right: 100%;
    top: 0;
    background-color: #86bc39;
    position: absolute;
    height: 100%;
}

.big_impact_section_cover {
    padding: 90px 10px 115px;
    background-image: url('../assets/images/site_img/impact_bg.jpg');
    background-size: cover;
}

.head_sec.head_center {
    text-align: center;
}

.big_impact_section_cover .impact_info_box {
    background-color: #fff;
    padding: 30px;
    text-align: center;
    min-height: 330px;
    margin-bottom: 25px;
    border-radius: 20px;
}

.big_impact_section_cover .impact_info_box h3 {
    font-weight: 700;
    font-size: 26px;
}

.big_impact_section_cover .impact_info_box h3 {
    font-weight: 700;
    font-size: 26px;
    margin: 22px 0 10px;
}

.big_impact_section_cover .head_sec {
    margin-bottom: 50px;
}

.devices_section_cover {
    padding: 70px 0;
    text-align: center;
    background-image: url('../assets/images/site_img/device_bg.png');
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
}

.devices_section_cover h4 {
    max-width: 570px;
    margin: 0 auto 40px;
    font-size: 22px;
}

.devices_section_cover .device_download_box {
    margin-top: 40px;
}

.devices_section_cover .devices_img_border {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
}
.devices_section_cover .devices_img_border img {
    width: 100%;
}

.device_download_box .custom_btn.line_btn {
    color: #fff;
    margin-right: 20px;
}

.locations_section_cover {
    padding-bottom: 70px;
}

.locations_section_cover .container-fluid {
    padding: 0;
}

.locations_section_cover .container-fluid>.row {
    margin: 0;
}

.locations_section_cover .locations_info_box {
    background-color: #efffd9;
    padding: 110px;
    box-shadow: -15px 15px 0 0 #8dc53e;
}

.locations_section_cover .locations_info_box .head_sec {
    font-size: 55px;
}

.locations_section_cover .locations_info_box .text_line {
    width: 78px;
    height: 2px;
    background-color: #d5e3c1;
    margin: 25px 0 30px;
    display: block;
}

.locations_info_box .locations_box:after {
    content: "";
    display: block;
    clear: both;
}

.locations_info_box .locations_box .locations_box_item {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.locations_section_cover .custom_btn {
    margin-top: 20px;
}

.locations_info_box .locations_box .locations_box_item h3 {
    font-size: 25px;
    font-weight: 400;
}

.locations_info_box .locations_box .locations_box_item h2 {
    font-size: 35px;
    font-weight: 700;
    color: #8dc53e;
}

.locations_info_box .locations_box {
    max-width: 450px;
    margin: 0 -15px;
}

.locations_section_cover .row>div {
    padding: 0;
}

.locations_section_cover {
    background-image: url('../assets/images/site_img/girl_joy_img.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.news_section_cover {
    padding: 80px 0;
    background-color: #f4f4f4;
    position: relative;
}

.news_carousel_box #news_carousel_id_box {
    position: static;
}

.news_section_cover .news_item_box .news_item_info {
    background-color: #fff;
    padding: 22px 30px 32px;
}

.news_section_cover .news_item_box .news_item_info h2 {
    font-size: 25px;
    font-weight: 600;
}

.news_section_cover .news_item_box .news_item_info p {
    font-size: 19px;
    font-weight: 300;
    line-height: 24px;
}

.news_section_cover .news_item_box .news_item_info .simple_btn {
    color: #000;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.8px;
    border-bottom: 2px solid #000;
    padding-bottom: 4px;
}

.banner_cover .slide_item img {
    height: 1150px;
    object-fit: cover;
    width: 100%;
}

.footer_cover {
    background-color: #2a1c0d;
    padding: 40px 0 10px;
    overflow: hidden;
}

.footer_cover .footer_box ul {
    list-style: none;
    padding: 0;
}

.footer_cover .footer_box h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}

.footer_cover .footer_box h2::after {
    content: "";
    display: block;
    width: 32px;
    height: 1px;
    background-color: #594e42;
    margin: 15px 0;
}

.footer_cover .footer_box ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 0.8px;
}

.footer_cover .copyright_cover p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
}

.footer_cover .footer_logo_box {
    background-color: #4f8501;
    text-align: center;
    padding: 30px;
    border-radius: 100% 0 0 100%;
    min-height: 270px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    position: relative;
}

.header_cover li a:hover {
    color: #8dc53e;
}

.navbar-nav .nav-link.active {
    color: #8dc53e;
}

.footer_box .link_icon_box li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.footer_box .link_icon_box li i {
    position: absolute;
    top: 7px;
    left: 0;
}

.footer_cover .footer_logo_box::after {
    content: "";
    display: block;
    position: absolute;
    top: -50%;
    left: 0;
    width: 250%;
    height: 200%;
    background-color: #4f8501;
}

.footer_cover .footer_logo_box img {
    position: relative;
    z-index: 5;
}

.footer_cover .footer_logo_box::before {
    content: "";
    display: block;
    position: absolute;
    top: -16%;
    right: 92%;
    width: 78px;
    height: 130%;
    background-color: #4f8501;
    border-radius: 100% 0 0 100%;
}

.footer_cover .footer_box_outer {
    padding-left: 65px;
}

.news_section_cover .head_sec {
    margin-bottom: 30px;
}

body .news_carousel_box .owl-carousel .owl-nav button {
    border: 1px solid #aeaeae;
    width: 40px;
    height: 40px;
    color: #8dc53e;
    font-size: 50px;
    line-height: 0;
    background-color: #fff;
}

body .news_carousel_box .owl-carousel .owl-nav button:hover {
    background-color: #8dc53e;
    border-color: #8dc53e;
    color: #fff;
}

body .news_carousel_box .owl-carousel .owl-nav:after {
    content: "";
    display: block;
    clear: both;
}

body .news_carousel_box .owl-carousel .owl-nav .owl-next {
    float: right;
}

body .news_carousel_box .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.news_section_cover .news_item_box .news_item_info .simple_btn:hover {
    color: #8dc53e;
    border-color: #8dc53e;
}

a:hover {
    color: #8dc53e;
}

.secure_cover .banner_text {
    margin-top: 150px;
}

body {
    overflow-x: hidden;
}

.section_cover {
    padding: 70px 0;
}

.section_cover .text_box_cover {
    padding: 20px 60px;
}

.section_cover>.container-fluid>.row>div {
    display: flex;
    align-items: center;
}

.section_cover .text_box_cover h2 {
    font-weight: 800;
    font-size: 55px;
    line-height: 60px;
    color: #000;
}

.section_cover .text_box_cover h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #4f8501;
    margin: 20px 0 30px;
}

.section_cover.section_odd_cover {
    background-color: #8dc53e;
}

.section_cover .img_box_cover {
    width: 100%;
    justify-content: center;
    display: flex;
}

.bread_cover {
    padding: 15px 0;
    background-color: #8dc53e;
    text-align: center;
}

.bread_cover .bread_nav:after {
    content: "";
    display: block;
    clear: both;
}

.bread_cover h2::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 12px auto;
}

.bread_cover .bread_nav {
    padding: 0;
    margin: 0;
}

.bread_cover .bread_nav li {
    display: inline-block;
    margin: 0 15px;
}

.bread_cover .bread_nav li a {
    color: #414141;
}

.bread_box h2 {
    font-weight: 700;
}
.how_it_works_cover .work_info_box img {
    height: 108px;
    width: auto;
    display: block;
    margin: auto;
    object-fit: scale-down;
}
.how_it_works_cover .work_info_box {
    border: 1px solid #d2d2d2;
    padding: 30px;
    box-shadow: 8px 8px 0 0 rgba(0,0,0,0.05);
    background-color: #fff;
    margin-bottom: 15px;
}
.how_it_works_cover .work_info_box p {
    font-size: 18px;
    color: #6D6D6D;
}
.how_it_works_cover .head_sec {
    margin-bottom: 30px;
    color: #fff;
}
.how_it_works_cover h3::before {
    content: "";
    display: block;
    margin: 30px auto 25px;
    width: 100%;
    height: 2px;
    background-color: #dadada;
    border-radius: 30px;
    max-width: 40px;
}
.how_it_works_cover .work_info_box h3 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
.how_it_works_row > div {
    display: flex;
}
.img_box_cover img {
    border-radius: 8px;
    box-shadow: 8px 8px 0 0 rgba(0,0,0,0.05);
}
.features_info_cover .business_featur_sm_text {
    margin-bottom: 30px;
}
.business_feature_cover .business_featur_sm_text {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.business_feature_cover .business_featur_sm_text p {
    color: #fff;
}
.features_info_cover .features_info_box {
    border: 1px solid #d2d2d2;
    padding: 20px;
    box-shadow: 8px 8px 0 0 rgba(0,0,0,0.05);
    margin-bottom: 40px;
    background-color: #fff;
}
.features_info_cover .head_sec {
    color: #fff;
    margin-bottom: 20px;
}


.features_info_row > div {
    display: flex;
}
.features_info_cover .features_info_box h3 {
    font-size: 25px;
    margin-bottom: 3px;
    font-weight: 600;
    margin-top: 20px;
}
.features_info_cover .features_info_box p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
}
.business_feature_cover {
    background-color: #8dc53e;
    padding: 70px 10px 50px;
}
.business_feature_cover.features_info_cover .features_info_box {
    background-color: #fff;
    padding: 0;
    border: 0;
}
.business_feature_cover.features_info_cover .features_info_box .repslips_features_box {
    padding: 20px;
}
.features_info_cover .features_info_box .repslips_features_box h3 {
    margin-top: 0;
}
.head_sec.white_head {
    color: #fff;
}
.about_business_cover .about_business_img_box {
    position: relative;
}
.about_business_cover .about_business_img_box:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -20px;
    left: 20px;
    border: 2px solid #8dc53e;
}
.about_business_info .about_business_info_img {
    max-width: 70px;
}
.about_business_info .about_business_info_box h3 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
}
.about_business_info .about_business_info_box h3::before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    margin: 20px 0 15px;
    background-color: #8dc53e;

}
.about_business_info_box p {
    color: #909090;
}
.about_business_cover .head_sec {
    margin-bottom: 0;
}
.about_business_cover .about_business_text_box {
    margin-bottom: 40px;
}
.about_business_row > div {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.about_business_info_cover {
    padding-left: 30px;
}
.section_cover .row.section_row_cover > div {
    display: flex;
    align-items: center;
}
.section_cover.section_odd_cover.section_odd_business_cover {
    background-color: #8dc53e;
}
.section_odd_business_cover.section_cover .text_box_cover h2 {
    color: #fff;
}
.section_odd_business_cover.section_cover .text_box_cover p {
    color: #fff;
}
.section_cover.features_info_cover {
    background-color: #2a1c0d;
}
.section_cover.section_odd_cover .text_box_cover h2 {
    color: #fff;
}
.section_cover.section_odd_cover .text_box_cover p {
    color: #fff;
}
.border_img_cover {
    position: relative;
}
.border_img_cover::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -20px;
    left: 20px;
    border: 2px solid #8dc53e;
}
.section_cover .border_img_cover {
    width: 100%;
    max-width: 700px;
    margin: auto;
}
.section_cover .border_img_cover img {
    border-radius: 0;
}

.startups_section_cover ul.brands-list:after {
    content: "";
    display: block;
    clear: both;
}
.startups_section_cover ul.brands-list li {
    border: 1px solid #d0d0d0;
    margin-bottom: -1px;
    margin-left: -1px;
}
.startups_section_cover .head_sec {
    margin-bottom: 25px;
}
.startups_section_cover ul.brands-list li img {
    height: 100px;
    object-fit: scale-down;
}
.about_odd_cover {
    background-color: #8dc53e;
}
.about_odd_cover h4 {
    color: #000;
}
.team_members_section_cover .head_sec {
    margin-bottom: 30px;
}
.team_members_section_cover .team_members_item {
    margin-bottom: 24px;
    text-align: center;
}
.team_members_section_cover .team_members_item img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    box-shadow: 10px 10px 0 0 rgba(0,0,0,0.05);
    border-radius: 10px;
}
.team_members_section_cover .team_members_item .team_info_box {
    margin-top: 20px;
}
.hr_box {
    margin: 30px 0px;
    border-color: #fff;
}
.believe_section_cover .text_box {
    padding-right: 100px;
}
.about_odd_cover .head_sec {
    color: #fff;
}
.about_odd_cover p {
    color: #fff;
}
.believe_section_cover .text_box .head_sec::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #4f8501;
    margin: 20px 0 30px;
}
.team_members_section_cover .team_info_box h4 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 25px;
}
.team_members_section_cover .team_info_box h4::after {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background-color: #c0c0c0;
    margin: 10px auto;
}
.team_members_section_cover .team_info_box p {
    color: #B0B0B0;
}
.plans_section_cover .tab-section {
    padding: 40px 20px 90px;
    position: relative;
    min-height: 560px;
}
.plans_section_cover .tab-section h2 {
    color: #8dc53e;
}
.plans_section_cover .tab-section .features li:last-child {
    border-bottom: 0;
}
.plans_section_cover .tab-section .get-started {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
}
.plans_section_cover .tab-section .get-started .btn {
    background-color: #8dc53e;
    border: 0;
    display: block;
    font-size: 22px;
    font-weight: 500;
    padding: 12px 10px;
}
.plans_section_cover .tab-section .features li {
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid #d0d0d0;
    font-size: 17px;
}
.plans_section_cover .tab-section .features li span {
    color: #000;
}
.plans_section_cover .tab-section .features li i {
    color: #8dc53e;
}
.plans_section_cover .tab-section .package_name_box {
    position: absolute;
    top: -20px;
    left: 0;
    border: 1px solid #c0c0c0;
    padding: 10px;
    right: 0;
    margin: auto;
    max-width: 120px;
    border-radius: 30px;
    background-color: #fff;
}
.plans_section_cover .tab-section .get-started .btn:hover {
    background-color: #000;
}
.section_cover > .container > .row > div {
    display: flex;
    align-items: center;
}
.information_section_cover .head_sec {
    margin-bottom: 20px;
}   
.information_section_cover .card-title {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 0;
}
.information_section_cover .information_box {
    border-radius: 0;
    border: 0;
}
.information_section_cover .information_box img {
    border-radius: 0;
}
.inner_main_section {
    margin: 0;
    padding: 80px 0;
}
.custom_form_cover {
    max-width: 650px;
    margin: auto;
    border: 1px solid #d0d0d0;
    padding: 40px;
    box-shadow: 10px 10px 0 0 rgba(0,0,0,0.06);
}
.custom_form_cover:after {
    content: "";
    display: block;
    clear: both;
}
.custom_form_cover h1 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px;
}
.custom_form_cover .form-group input {
    padding: 12px 15px;
    margin-bottom: 18px;
    font-size: 18px;
    border-radius: 8px!important;
}
.custom_form_cover p {
    font-size: 16px;
}
.custom_form_cover p a {
    color: #8dc53e;
}
body .custom_form_cover button.btn-primary {
    font-size: 20px;
    border: 0;
    background-color: #8dc53e;
    padding: 12px 50px 10px;
    border-radius: 60px;
}
.custom_form_cover .account-button .social-account .btn.btn-primary {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    border-radius: 60px;
    background-color: transparent !important;
    color: #000;
    border: 2px solid;
}
.custom_form_cover .account-button .social-account {
    margin-top: 20px;
    border-top: 1px solid #d0d0d0;
    padding-top: 30px;
}
body .custom_form_cover button.btn-primary:hover {
    background-color: #000;
    border-color: #000;
    color: #fff; 
}
.custom_form_cover .account-button .social-account .btn.btn-primary:hover {
    background-color: #000!important;
    border-color: #000!important;
    color: #fff; 
}
.custom_form_cover .form-group select {
    padding: 14px 15px;
    margin-bottom: 18px;
    font-size: 18px;
    appearance: auto;
}
.custom_form_cover #mobile {
    padding-left: 98px !important;
}
.custom_form_cover .mailing-address {
    margin-left: 0;
    margin-bottom: 10px;
}
.custom_form_cover .form-group input.form-check-input {
    padding: 0;
    margin-top: 7px;
}
.custom_form_cover .checkbox-section label.form-check-label {
    font-size: 15px;
}
.custom_form_cover .account-button {
    margin-top: 20px;
}
.form_selection_cover {
    max-width: 650px;
    margin: auto;
    border: 1px solid #d0d0d0;
    padding: 20px 20px 8px;
    box-shadow: 10px 10px 0 0 rgba(0,0,0,0.06);
    margin-bottom: 30px;
}
.brands_logo_cover ul {
    padding: 0;
    display: flex;
    margin-bottom: 0;
}
.brands_logo_cover ul:after {
    content: "";
    display: block;
    clear: both;
}
.brands_logo_cover ul li {
    list-style: none;
    border: 8px solid #8dc53e;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 15px;
}
.brands_logo_cover ul li img {
    height: 50px;
    object-fit: scale-down;
    width: 100%;
}
.brands_cover.section_cover {
    padding: 30px 0;
}
.brands_cover.section_cover .row > div {
    display: flex;
    align-items: center;
}
.brands_cover.section_cover .head_sec {
    margin-bottom: 0;
}
.form_selection_cover .header-link a {
    float: none;
    margin: 0;
}   
.form_selection_cover .header-link {
    margin: 0;
    text-align: right;
}
.register-section .form_selection_cover select {
    padding: 12px 15px;
    font-size: 18px;
    width: 100%;
    appearance: auto;
}
body .custom_form_cover .btn-primary {
    font-size: 20px;
    border: 0;
    background-color: #8dc53e;
    padding: 12px 50px 10px;
    border-radius: 60px;
    margin-bottom: 0;
}
body .custom_form_cover .btn-primary:hover {
    background-color: #000;
}
.custom_form_cover .form-group .checkbox-section input {
    border-radius: 5px !important;
}


.content-page .card-body  {

}



/*t edit end*/


/*responsive*/

@media only screen and (min-width:1366px) {
    .custom-container {
        max-width: 1296px;
    }
}


@media screen and (max-width:1000px) {

    .secure_cover {
        margin-top: -850px;
    }
    .banner_cover .slide_item img {
        height: 1000px;
    }
}


@media screen and (max-width:991px) {

    nav.navbar #navbarSupportedContent {
        margin-top: 12px;
    }
    .navbar-nav li a {
        padding: 10px;
        background-color: #f0f0f0;
        border: 1px solid #d0d0d0;
        margin-top: -1px;
    }

}

@media only screen and (max-width:768px) {
    .second-minial-desk {
        display: none;
    }

    .login-section {
        margin-top: 25px;
        min-height: 385px;
    }

    .second-minial-mob {
        display: block;
    }

    .navbar-toggle {
        border: none;
    }

    .navbar-toggle .icon-bar {
        background: grey;
    }

    .secondary-menu {
        float: left;
        margin-left: 2px;
    }

    .banner {
        margin-top: 15px;
        padding: 25px 20px 25px 20px;
    }

    .caption {
        padding: 12px 0px;
    }

    .caption h2 {
        max-width: 180px;
        line-height: 34px;
        font-size: 18px;
    }

    .caption p {
        font-size: 16px;
        text-align: center;
        margin-top: 20px;
    }

    .footer-section,
    .list-inline li a {
        font-size: 12px;
        line-height: 25px;
    }

    .register-section h1 {
        margin-left: 15px;
    }

    #label-2 {
        font-size: 10px;
        margin-left: 15px;
    }

    .checkbox-section input {
        margin-left: 15px;
    }

    .image-block {
        background-color: #ddd;
        padding-bottom: 115px;
        margin: 30px 15px;
    }

    .header-section .form-control {
        width: 182px;
        font-size: 10px;
        font-weight: 500;
    }

    .header-link {
        margin: 0;
    }

    .header-link a {
        font-size: 13px;
        margin-right: 17px;
        margin-top: 27px;
    }

    .header-section {
        margin-bottom: 5px;
    }

    .top-section {
        margin-bottom: 15px;
    }

    .social-account {
        text-align: center;
        display: table-cell;
    }

    .social-account .btn-primary {
        margin: 0 0px;
        font-size: 10px;
        padding: 8px 10px;
    }

    .account-button .btn-primary {
        padding: 9px 16px;
        font-size: 12px;
    }

    .tab-section {
        margin: 30px;
    }

    .black-section h1 {
        font-size: 18px;
    }

    .blackbg {
        padding-top: 50px;
        padding-bottom: 39px;
        padding-left: 35px;
        padding-right: 32px;
    }

    #tabs.nav.nav-tabs {
        background-color: #FFFFFF;
        border-radius: 50px;
        border: none;
        margin-bottom: 70px;
    }

    header {
        box-shadow: none;
    }

    .navbar-brand>img {
        max-height: 40px;
        padding-left: 10px;
    }

    ul.nav.navbar-nav {
        margin-left: 10px;
    }

    .nav,
    .navbar-nav li a {
        font-size: 15px;
    }

    .btn-default {
        font-size: 13px;
        padding: 13px 17px;
        border-radius: 4px;
        font-weight: 700;
        margin-right: 0px !important;

    }

    .btn-primary {
        font-size: 13px;
        padding: 14px 25px;
        border-radius: 4px;
        font-weight: 700;
    }

    .banner-desk {
        display: none;
    }

    .banner-mob {
        display: block;
        background: #ebf3fe;
        padding-bottom: 30px;
    }

    .banner-mob img {
        padding: 40px 20px 20px 20px;
        margin: 0 auto;
    }

    .caption h1 {
        text-align: center;
        font-size: 32px;
        margin-top: 0px;
        font-weight: 500;
    }

    .section3 {
        text-align: center;
    }

    .responsive-design {
        margin-top: 10px;
    }

    .tips-content ul {
        padding: 2px;
    }

    .tips-content ul li {
        margin-bottom: -10px;
    }

    .right-content h5 {
        font-size: 18px;
    }

    .tips-content ul li .icon {
        margin-top: 5px;
    }

    .business-type-left {
        margin: 0;
        padding: 30px 0px 0px 0px;
        text-align: center;
    }

    .business-type-right {
        margin: 0;
        padding: 30px 0px 0px 0px;
        text-align: center;
    }

    .award {
        text-align: center;
    }

    .award h2 {
        font-size: 46px;
        margin-bottom: 5px;
    }

    .minimal {
        margin: 0 auto;
        padding-top: 20px;
        width: 80%;
    }

    .eco-tag {
        margin-top: 0px !important;
    }

    .eco-friendly {
        padding: 0px 0px 0px 0px;
    }

    .eco-content {
        padding: 20px 0px 0px 0px;
    }

    .eco-content h3 {
        text-align: center;
    }

    .eco-content p {
        text-align: center;
    }

    .top-features {
        margin-top: 30px;
        padding: 40px 0px 90px 0px;
    }

    .well-document {
        margin-bottom: 15px;
        height: 455px;
    }

    .well-document h3 {
        font-size: 26px;
    }

    .easy-usage {
        padding: 0px 1px 50px 0px;
    }

    .unique-code h2 {
        padding: 0;
    }

    .unique-code p {
        padding: 0;
        font-size: 18px;
    }

    .people-trust {
        padding: 2px 0px 37px 0px;
    }

    .swiper-slide img {
        height: 70px;
    }

    .testimonials {
        padding: 15px 0px 15px 0px;
    }

    .swiper-slide p {
        padding: 0px 17px;
    }

    .rating {
        font-size: 20px;
    }

    .organize {
        background-image: none;
        padding: 15px 5px 50px 5px;
    }

    .blogs-section {
        padding: 40px 3px;
        background: #111;
    }

    .footer-logo img {
        margin: 0 auto;
    }

    .footer-logo .text-right {
        margin: 0 auto;
        text-align: center;
    }

    .social-icon {
        text-align: center;
        padding-top: 25px;
    }

    .organize-button a {
        margin-left: 10px;
    }

    .line-two {
        margin: 50px 0;
    }

    .experience-repslips {
        max-width: 100%;

    }

    .people-trust h3 {
        max-width: 100%;
        font-size: 29px;
        padding: 24px 0px 0px 0px;
    }

    .footer-section ul li {
        margin-left: 5px;
    }

    .karma-logo {
        display: block;
        text-align: center;
        margin-top: 30px;
    }

    .karma-logo img {
        margin: 0 auto;
    }

    .karma-logo ul {
        display: inline-flex;
        margin-top: 20px;
    }

    .karma-logo ul li {
        border: 1px solid #484848;
        padding: 7px;
        font-size: 16px;
        border-radius: 50px;
        width: 40px;
        height: 40px;
        margin-left: 10px;
    }

    .karma-logo i {
        color: #F97F40;
    }

    .business-type-left h3 {
        font-size: 30px;
    }

    .business-type-left p {
        font-size: 14px;
    }

    .business-type-right h3 {
        font-size: 30px;
    }

    .business-type-right p {
        font-size: 14px;
    }

    .experience-repslips h3 {
        font-size: 30px;
    }

    .experience-repslips p {
        font-size: 16px;
        width: 100%;
    }

    .let-get {
        padding: 20px 0;
    }

    .let-get h3 {
        font-size: 30px;
    }

    .swiper-slide p {
        font-size: 14px;
    }

    .testimonial-name {
        font-size: 16px;
        margin-bottom: 9px;
    }

    nav.navbar {
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .upload-receipt-desktop {
        display: none;
    }

    .upload-receipt-mobile {
        padding: 0px 0;
        display: block;
    }

    .upload-receipt-mobile h2 {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.1em;
        letter-spacing: 0px;
        color: #222;
        padding-top: 10px;
    }

    .upload-receipt-mobile p {
        font-size: 13px;
        line-height: 26px;
        color: #444;
        margin-bottom: 15px;
    }

    .personal-dashboard {
        padding: 25px 0;
    }

    .personal-dashboard h1 {
        font-size: 22px;
        margin-top: 40px;
    }

    .personal-dashboard p {
        margin-top: 0;
        font-size: 12px;
        line-height: 24px;
    }

    .tax-receipt {
        padding: 5px 0 20px 0;
    }

    .notification-section h2 {
        font-size: 20px;
    }

    .notification-section p {
        font-size: 12px;
        line-height: 20px;
        max-width: 100%
    }

    .tax-receipt h2 {
        font-size: 20px;
    }

    .toast.show {
        max-width: 100%;
    }

    .notification-section {
        padding: 20px 0 30px 0;
    }

    .tax-receipt p {
        margin-top: 0 !important;
        font-size: 12px !important;
        line-height: 24px !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }

    .mt-5 {
        margin-top: 10px;
    }

    .mt-4 {
        margin-top: 15px;
    }

    i.mdi.mdi-image {
        font-size: 100px;
    }

    .slip-image {
        font-size: 15px;
        padding: 0px;
        margin-top: -30px;
        margin-bottom: 0px;
    }

    .footer-section h5 {
        text-align: center;
    }

    .footer-content {
        padding: 0px 0;
    }

    .help {
        text-align: center;
    }

    .aboutus .main-banner h1 {
        font-size: 32px !important;
        line-height: 26px !important;
    }

    .aboutus .main-banner p {
        font-size: 18px !important;
        max-width: 100% !important;
    }

    .aboutus .main-banner {
        padding: 40px 0 !important;
    }

    .brands-list .brand-logo {
        width: 49% !important;
        padding: 22px 10px !important;
    }

    .aboutus .info h5 {
        margin-top: 30px !important;
        margin-bottom: 10px !important;
        font-size: 14px !important;
    }

    .describing h4 {
        max-width: 100% !important;
        line-height: 26px !important;
        font-size: 15px !important;
    }

    .describing h2 {
        font-size: 22px !important;
        margin-top: 25px !important;
    }

    .describing {
        margin-bottom: 20px !important;
    }

    .describing p {
        margin-top: 15px !important;
        line-height: 22px !important;
        font-size: 14px !important;
        max-width: 100% !important;
    }

    .team {
        padding-top: 20px !important;
        padding-bottom: 0px !important;
    }

    .team h3 {
        font-size: 20px !important;
        margin-top: 0px !important;
    }

    .bDash h1 {
        margin-top: 20px !important;
        line-height: 30px !important;
        font-size: 20px !important;
    }

    .bDash p {
        line-height: 24px !important;
        font-size: 14px !important;
        margin-top: 15px !important;
    }

    .business-features h2 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        font-size: 20px;
    }

    .hangBox {
        padding: 15px 15px !important;
        margin-bottom: 20px !important;
    }

    .hangBox svg {
        margin: 0 auto;
        display: block;
    }

    .hangBox h4 {
        font-size: 17px !important;
        line-height: 26px !important;
    }

    .hangBox p {
        line-height: 22px !important;
        font-size: 13px !important;
    }

    .business-features {
        margin: 30px 0 !important;
        padding-bottom: 15px !important;
    }

    .works h2 {
        margin-top: 0px !important;
        margin-bottom: 30px !important;
        font-size: 22px !important;
    }

    .works img {
        max-width: 80px !important;
        margin-bottom: 20px !important;
    }

    .works h5 {
        font-size: 15px !important;
    }

    .tax {
        margin: 30px 0 !important;
    }

    .mvs {
        margin: 20px 0 !important;
        padding: 20px !important;
    }

    .tax h3 {
        font-size: 20px !important;
        margin-top: 0 !important;
    }

    .tax p {
        max-width: 100% !important;
    }

    .tax i {
        padding: 4px !important;
        font-size: 10px !important;
    }

    .p2Dash h1 {
        margin-top: 20px !important;
        font-size: 26px !important;
    }

    .p2Dash p {
        line-height: 30px !important;
    }

    .p2Dash .btn-primary {
        margin-top: 5px !important;
        font-size: 13px !important;
    }

    .collaborate h2 {
        margin-top: 0px !important;
        font-size: 24px !important;
    }

    .collaborate {
        margin-bottom: 40px !important;
        margin-top: 40px !important;
    }

    .calculate h2 {
        margin-top: 20px !important;
        font-size: 24px !important;
        line-height: 30px !important;
        margin-bottom: 0px !important;
    }

    .calculate {
        margin-bottom: 0px !important;
    }

    .calculate p {
        font-size: 15px !important;
        line-height: 26px !important;
        margin-top: 15px !important;
    }

    .secure {
        margin-bottom: 40px !important;
        margin-top: 40px !important;
    }

    .secure h3 {
        font-size: 24px !important;
        margin-top: 0px !important;
    }

    .secure p {
        font-size: 15px !important;
        line-height: 30px !important;
        text-align: left !important;
    }

    .privacypolicy {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .privacypolicy h2 {
        font-size: 22px !important;
    }

    .privacypolicy p {
        font-size: 14px !important;
    }

    .aboutusinfo {
        padding-top: 10px !important;
        padding-bottom: 20px !important;
    }

    .aboutusinfo h2 {
        font-size: 22px !important;
    }

    .aboutusinfo p {
        font-size: 14px !important;
    }

    .product {
        padding-top: 10px !important;
        padding-bottom: 20px !important;
    }

    .product h2 {
        font-size: 22px !important;
    }

    .product p {
        font-size: 14px !important;
    }

    .Legaltitle {
        font-size: 17px;
        font-weight: 600;
        color: #000;
        text-transform: capitalize;
        margin-bottom: 15px;
    }

    .mtabs>li.active>a,
    .mtabs>li.active>a:focus,
    .mtabs>li.active>a {
        color: #fff;
        cursor: pointer;
        background-color: #000;
        border: 1px solid #000;
        border-bottom-color: #000;
        border-radius: 0px;
        font-weight: 600;
    }

    .mtabs>li>a:hover {
        border: 1px solid transparent;
        border-radius: 50px;
        color: #fff;
        border: 1px solid #000;
        border-radius: 0px;
        cursor: pointer;
        background-color: #000 !important;
    }

    .mtabs>li>a {
        color: #444;
        font-size: 14px;
        text-transform: capitalize;
        min-width: 150px;
        padding: 10px;
        border-radius: 0;
        margin-bottom: 7px;
        text-align: center;
        cursor: pointer;
        background-color: #f4f4f4;
        border: 1px solid #f4f4f4;
    }

    .mtabs>li>a:before {
        display: none;
    }

    .termsinfomobile {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .mtabs {
        border-bottom: 1px solid #333;
    }

    .termsinfomobile .tab-content h3 {
        font-size: 18px;
        color: #000;
    }

    .termsinfomobile .tab-content p {
        color: #333;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 26px;
    }
}

/* SOHRAB CSS */

.individuals2 {
    font-family: Nunito;
}

.p2Dash {
    padding-top: 40px;
}

.p2Dash h1 {
    font-weight: bold;
    margin-top: 50px;
    color: #666;
}

.p2Dash p:before {
    content: "\f10d";
    font-family: fontAwesome;
    position: absolute;
    font-size: 80px;
    opacity: 0.07;
    margin-top: -15px;
}

.p2Dash p {
    line-height: 36px;
    margin-top: 50px;
    font-size: 15px
}

.p2Dash .btn-primary {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 15px;
}

.p2Dash img {
    padding-top: 28px;
}

.collaborate {
    margin-bottom: 100px;
    margin-top: 100px;
}

.collaborate h2 {
    font-weight: bold;
    margin-top: 75px;
    color: #666;
    font-size: 40px;
}

.collaborate p {
    font-size: 16px;
    line-height: 35px;
    margin-top: 30px;
}

.calculate {
    margin-bottom: 70px;
}

.calculate h2 {
    font-weight: bold;
    margin-top: 50px;
    color: #666;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
}

.calculate p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}

.calculate img {
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}

.secure {
    margin-bottom: 100px;
    margin-top: 100px;
}

.secure h3 {
    font-weight: bold;
    color: #666;
    font-size: 40px;
    margin-top: 130px;
}

.secure p {
    font-size: 16px;
    line-height: 36px;
    text-align: justify;
}

.secure img {
    margin: 0 auto;
}

.bDash h1 {
    font-family: Nunito;
    font-weight: bold;
    margin-top: 100px;
    line-height: 46px;
}

.bDash p {
    font-family: 'League Spartan', sans-serif;
    line-height: 30px;
    font-size: 15px;
    margin-top: 25px;
}

.bDash img {
    margin: 0 auto;
    display: block;
    padding-top: 25px;
}

.business-features {
    background: #f7f9fb;
    margin: 50px 0;
    padding-bottom: 50px;
}

.business-features h2 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    font-family: 'League Spartan', sans-serif;
    font-weight: bold;
}

.hangBox {
    background: #fff;
    padding: 45px 38px;
}

.hangBox h4 {
    font-family: Poppins;
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
}

.hangBox p {
    font-family: 'Poppins';
    line-height: 23px;
}

.works h2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    font-family: 'League Spartan', sans-serif;
    font-weight: bold;
}

.works img {
    max-width: 128px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.works span {
    display: block;
    text-align: center;
    margin-bottom: 31px;
    font-weight: 600;
    font-family: 'League Spartan', sans-serif;
}

.works h5 {
    font-family: 'Poppins';
    font-size: 18px;
    text-align: center;
}

.works p {
    text-align: justify;
}

.tax {
    background: #f7f9fb;
    margin: 70px 0;
}

.mvs {
    background: #fff;
    margin: 50px 0;
    padding: 40px;
}

.tax h3 {
    padding-top: 15px;
    font-family: 'League Spartan', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}

.tax p {
    max-width: 90%;
    margin-bottom: 30px;
}

.tax i {
    background: #53b952;
    color: #fff;
    padding: 5px;
    border-radius: 40px;
    margin-right: 5px;
}

.tax ul li {
    margin-bottom: 10px;
}

.aboutus {
    font-family: 'League Spartan', sans-serif;
}

.aboutus .main-banner {
    background: url('../assets/images/about-us.jpeg');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.aboutus .main-banner h1 {
    color: #fff;
    text-align: center;
    font-size: 60px;
    line-height: 70px;
    font-family: 'Poppins';
    font-weight: 500;
}

.aboutus .main-banner p {
    color: #fff;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 23px;
    max-width: 60%;
    margin: 0 auto;
}

.aboutus .info {
    margin-bottom: 30px;
}

.aboutus .info h5 {
    color: #757575;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: normal;
}

.brands-list {
    text-align: center;
}

.brands-list .brand-logo {
    width: 33.3%;
    padding: 30px 18px;
    float: left;
}

.brands-list:after {
    content: "";
    display: block;
    clear: both;
}

.describing {
    margin-bottom: 40px;
}

.describing h4 {
    max-width: 64%;
    line-height: 32px;
    font-size: 20px;
    font-family: 'Roboto';
    color: #757575;
    font-weight: normal;
}

.describing h2 {
    color: #03363d;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 70px;
    margin-top: 75px;
}

.describing p {
    color: #000;
    font-family: 'Roboto';
    margin-top: 30px;
    line-height: 24px;
    font-size: 15px;
    max-width: 88%;
}

.describing img {
    float: right;
}

.team {
    padding-top: 40px;
    padding-bottom: 80px;
}

.team h3 {
    color: #03363d;
    font-family: 'Poppins';
    text-align: center;
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 600;
}

.team img {
    margin-bottom: 25px;
}

/*******informationpage*****/
.termsinformation {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

.termsinformation .nav.nav-pills.flex-column .maintitle {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}

.termsinformation .nav.nav-pills.flex-column {
    display: grid;
    /*top: 140px;*/
    position: fixed;
    z-index: 1;
}

/*.termsinformation .col-8 div {
  height: 500px;
}*/
.termsinformation .col-8 {
    border-left: 2px solid #333;
    padding-left: 30px;
}

.termsinformation h1 {
    font-size: 22px;
    margin-top: 10px;
    color: #000;
}

.termsinformation p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26px;
}

.termsinformation .nav-pills>li>a {
    border-radius: 4px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 0;
    line-height: 40px;
    margin-left: 15px;
}

.termsinformation .nav>li>a:focus,
.nav>li>a:hover {
    background-color: #0000;
}

.termsinformation .nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #111;
    background-color: #0000;
}

.privacypolicy {
    padding-top: 30px;
    padding-bottom: 40px;
}

.privacypolicy h2 {
    color: #0a0929;
    margin-bottom: 20px;
}

.privacypolicy p {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26px;
    margin-bottom: 10px;
}

.aboutusinfo {
    padding-top: 30px;
    padding-bottom: 40px;
}

.aboutusinfo h2 {
    color: #0a0929;
    margin-bottom: 20px;
}

.aboutusinfo p {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26px;
    margin-bottom: 10px;
}

.product {
    padding-top: 30px;
    padding-bottom: 40px;
}

.product h2 {
    color: #0a0929;
    margin-bottom: 20px;
}

.product p {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .footer-section li a {
        font-size: 16px;
        font-weight: 400;
    }

    .footer-section ul {
        display: flex;
        justify-content: center;
    }

    .notification {
        margin-top: 40px;
    }

/*t res start 767*/

    .secure_cover {
        margin-top: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .banner_cover {
        display: none;
    }
    .container {
        max-width: 100%;
    }
    .secure_cover .banner_text h4 {
        font-size: 25px;
        color: #000;
    }
    .secure_cover .banner_text h2 {
        font-size: 40px;
        font-weight: 700;
        color: #000;
    }
    .secure_cover .banner_text {
        margin-top: 20px;
        text-align: center;
    }
    .banner_text .text_line {
        margin-right: auto;
        margin-left: auto;
    }
    .head_sec {
        font-size: 40px;
    }
    .secure_process_box {
        margin-top: 40px;
    }
    .secure_process_box .secure_process_item {
        margin: 0 auto 20px;
        border: 1px solid #d0d0d0;
    }
    .secure_cover .secure_text {
        text-align: center;
    }
    .secure_dual_img_box {
        bottom: 0;
    }
    .secure_dual_img_box .secure_dual_img_border {
        margin-top: 20px;
        margin-right: 0;
    }
    .secure_cover .secure_bottom_border {
        display: none;
    }
    .receipt_loads_cover .receipt_text_box {
        padding: 50px 15px 30px;
        position: relative;
        background-color: #86bc39;
    }
    .receipt_loads_cover .receipt_text_box::after {
        content: "";
        display: none;
    }
    .receipt_loads_cover .receipt_icon_section {
        padding: 50px 0 30px;
    }
    .big_impact_section_cover {
        padding: 50px 10px;
    }
    .big_impact_section_cover .head_sec {
        margin-bottom: 30px;
    }
    .devices_section_cover {
        padding: 50px 0;
    }
    .device_download_box .custom_btn.line_btn {
        color: #8dc53e;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .locations_section_cover .locations_info_box {
        padding: 50px 15px;
    }
    .locations_section_cover .locations_info_box .head_sec {
        font-size: 40px;
    }
    .devices_section_cover .devices_img_border {
        display: none;
    }
    .news_section_cover {
        padding: 50px 0 30px;
    }
    .footer_cover .footer_box_outer {
        padding-left: 0;
    }
    .footer_cover .footer_logo_box::before,
    .footer_cover .footer_logo_box::after {
        content: "";
        display: none;
    }
    .footer_cover .footer_logo_box {
        min-height: unset;
        border-radius: 10px;
    }
    .footer_cover .copyright_cover p {
        margin-top: 10px;
    }    
    .receipt_icon_section .receipt_icon_box {
        margin-bottom: 20px;
    }
    .secure_dual_img_box .secure_dual_img_border img {
        border: 0;
        box-shadow: unset;
    }
    .section_cover {
        padding: 50px 0;
    }
    .believe_section_cover .text_box {
        padding-right: 0;
    }
    .head_sec {
        font-size: 38px;
    }
    .head_sec br {
        display: none;
    }
    .section_cover .text_box_cover {
        padding: 0;
    }
    .section_cover .text_box_cover p {
        margin-bottom: 0;
    }
    .section_cover .border_img_cover {
        margin-bottom: 20px;
    }
    .section_cover .text_box_cover h2 {
        font-weight: 700;
        font-size: 38px;
        line-height: 40px;
    }
    .features_info_cover .features_info_row > div:last-child .features_info_box {
        margin-bottom: 0;
    }
    .border_img_cover::after {
        content: "";
        top: -10px;
        left: 10px;
    }
    .section_cover .img_box_cover {
        margin: 5px 0;
    }
    .how_it_works_cover .head_sec {
        margin-bottom: 20px;
    }
    .about_business_info_cover {
        padding-left: 0;
    }
    .brands_cover.section_cover {
        padding: 30px 0;
        text-align: center;
    }
    .brands_logo_cover ul {
        display: block;
    }
    .brands_cover.section_cover .row > div {
        display: block;
    }
    .brands_logo_cover ul li {
        max-width: 250px;
        margin: auto;
    }
    .information_section_cover .information_box {
        margin-bottom: 30px;
    }
    .section_cover > .container > .row > div {
        display: block;
        align-items: center;
    }

/*t res end 767*/

}