/*font-family: 'Open sans', sans-serif;
font-family: 'Roboto', 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: 'Roboto', sans-serif;
	font-size:14px;

}
.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: 'Nunito';
    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: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;

}
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;
    top:-50px;
    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: 0 1px 6px rgb(0 0 0 / 16%), 0 5px 5px rgb(0 0 0 / 12%);
    padding: 30px 0px;
    background: #fff;
}

.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;
}
.plan-blogs .col-sm-3{
    padding-left: 7px;
    padding-right: 7px;
}
.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{
	max-width:1100px;
    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;
}
@media only screen and (min-width:1366px){
.custom-container{
    max-width: 1296px;
}
}
@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: 'Nunito';
    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: 'Nunito';
    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: 'Nunito';
    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: 'Nunito';
}
.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: 'Nunito';
    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: 'Nunito';
}
.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: 19%;
    padding: 22px 18px;
}
.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;
}
}
