@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #262c2d;
    background-color: #fff;
    margin: 0
}

/*reset css*/

p, body.welcome p {
    color: #636f73;
}
.jumbotron p, p {
    font-size: inherit;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 24px;
}
.small, small {
    font-size: 75%;
}
@media (min-width: 992px){
    .h2, .jumbotron .h2, .jumbotron h2, h2 {
        font-size: 2.5rem;
        line-height: 1.265;
        letter-spacing: -.02em;
    }
}
.title {
    font-weight: 700;
    margin-bottom: 16px;
}
a{
    text-decoration: none;
}
.fleet-brand-colo{
    color: #114779;
}
.fleet-brand-bg{
    background-color: #114779;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #114779;
    outline: 0;
    box-shadow: none;
}
.form-select:focus {
    border-color: #114779;
    outline: 0;
    box-shadow: none;
}
.btn:focus {
    outline: 0;
    box-shadow: none;
}
/*header top area*/

.index-bg {
    background-color: #ddd;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-image: url("../image/tower.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.index-bg-opacity {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

.navbar-brand h3 {
    font-size: 24px;
    font-weight: 800;
    margin: 0;
    text-transform: capitalize;
}


.header-top-area .top-area {
    padding: 14px 0 12px;
    border-bottom: 1px solid #edf1f2;
}
.topbar-left i{
    font-size: 18px;
    line-height: 18px;
    color: #114779;
}
.topbar-left a{
    color: #78858a;
    text-decoration: underline;
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 18px;
}
.topbar-left a:hover{
    color: #3a4245;
}
.topbar-right {
    text-align: right;
}
.header-top-area li, .header-top-area ul {
    margin-bottom: 0;
}
.topbar-right .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.topbar-right .list-inline li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.topbar-right .list-inline li a {
    color: #78858a;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: .02em;
}
.topbar-right .list-inline li .topbar-hiring,
.topbar-right .list-inline li .topbar-loging{
    color: #114779;
    font-weight:600;
}

.topbar-right .list-inline li .topbar-loging:hover{
    color: #3a4245;
}
.topbar-right .list-inline li .topbar-loging:hover i {
    transform: translate(4px,0);
    color: #114779;
}


/*main nav bar*/
.main-navbar .navbar-brand{
    padding: 0;
    line-height: 1;
    margin-left: 0;
    display: flex;
    align-items: center;
    background-position: 0 18px;
    width: 200px;
}
.main-navbar .navbar-brand img{
    width: 200px;
}
.main-navbar .navbar-nav {
    margin-left: 32px;
}
.main-navbar .navbar-nav>li {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.main-navbar .navbar-nav>li a {
    color: #4e595c;
    line-height: 24px;
    padding: 24px 15px !important;
}
.main-navbar .navbar-nav > li i {
    font-size: 15px;
    line-height: 24px;
    margin: 0 2px;
}
.demo-btn {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #d3d9db!important;
    font-size: 14px;
    font-weight: 600;
}
.demo-btn:hover {
    color: #303030;
    background-color: #ffffff;
    border: 1px solid #bdc6c9!important;
    box-shadow: 0 4px 10px rgb(0 0 0/12%);
    transform: translate3d(0,-1px,0);
}
.navbar .megamenu{ padding: 1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu{position:static!important;}
    .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
        overflow-y: auto;
        max-height: 90vh;
        margin-top:10px;
    }
}
/* ============ mobile view .end// ============ */



.b-margin-md {
    margin-bottom: 64px!important;
}
.t-margin-sm {
    margin-top: 32px!important;
}
.b-margin-sm {
    margin-bottom: 32px!important;
}
.subtitle, body.welcome .subtitle {
    color: #114779;
    margin-bottom: 8px;
}
.title {
    font-weight: 800;
    letter-spacing: -.025em;
}
.title.benefit {
    margin-top: 0;
    position: relative;
    display: inline-block;
    margin-bottom: 32px;
}
.lead{
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 165%;
    letter-spacing: -.01em;
    color: #636f73;
}
.demo-btn-lg {
    color: #3a4245;
    background-color: transparent;
    border: 1px solid #d3d9db!important;
    font-weight: 600;
}
.demo-btn-lg:hover {
    color: #101213;
    background-color: transparent;
    border: 1px solid #bdc6c9!important;
    box-shadow: 0 4px 10px rgb(0 0 0/12%);
    transform: translate3d(0,-1px,0);
}
.btn-lg {
    font-size: 16px;
    padding: 0.85em 1.4em 0.8em;
    line-height: 1.25;
}
.watch-video img {
    width: 100%;
}
.hero .ratings {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.hero .ratings img {
    margin-right: 16px;
}
.hero .ratings p {
    margin: 0;
    color: #636f73;
}

.small, small {
    font-size: 75%;
}
.awards {
    display: flex;
}
.hero .awards .award {
    margin-right: 16px;
}
.watch-video {
    position: relative;
}
.watch-video::after {
    content: '';
    background-image: url(../image/play.svg);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .15s ease-in-out;
    box-shadow: 4px 12px 40px rgb(211 217 219 / 20%);
    width: 72px;
    height: 72px;
}
.watch-video:hover img {
    opacity: .75;
    transition: all .25s ease;
}
.responsive-customer-logo-banner .customer-logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.responsive-customer-logo-banner .customer-logo img {
    max-width: 100%;
    height: auto;
    max-height: 45px;
}
.section-md {
    padding-top: 64px;
    padding-bottom: 64px;
}
.t-padding-sm {
    padding-top: 32px!important;
}
.product-screen{
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-screen img {
    width: 80%;
}
.section-padding{
    padding-top: 48px;
    padding-bottom: 48px;
}
.section-content-img-left{
    margin-right: 2%;
    padding-right: 64px;
 }
.section-content-img-right{
    margin-left: 2%;
    padding-left: 64px;
}
.read-more-link{
    font-weight: 600;
    font-size: 16px;
    color: #07a254;
    margin-top: 12px;
}

.color-light{
    color: #f5f5f5;
}

/*tab section*/

.nav-shadow {
    box-shadow: 0 2px 15px rgb(0 0 0 / 5%) !important;
}
.custom-tab.nav-border{
    border-right: 3px solid #114779;
}
.custom-tab .nav-pills .nav-link {
    padding: 20px;
    width: 300px;
    height: 100%;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fff;
    color: #333;
    transition: all 0.3s;
}
.custom-tab .nav-pills .nav-link.active {
    background: #114779;
    color: #fff;
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
}
.custom-tab .nav-pills .nav-link{
    border-radius: 0px;
}
.custom-tab .nav-link .circle-icon {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    border: 2px solid #114779;
    background: #fff;
    color: #114779;
    font-size: 22px;
}
.custom-tab .img-cont{
    max-width: 350px;
    width: 100%;
}


.fleet-card-content{
    padding: 32px;
    text-align: left;
}
.fl-quote {
    min-height: 115px;
    font-size: 18px;
}
.more-link {
    font-weight: 600;
    font-size: 16px;
    color: #114779;
    margin-top: 12px;
}
.more-link i {
    margin-left: 5px;
}
.more-link:hover{
    color: #114779;
}
.more-link:hover i {
    transform: translate(4px,0);
}
.dashed {
    margin: 24px 0;
    border-top: 1px dashed #edf1f2;
    border-color: rgba(0,0,0,.08);
}
.fleet-blockquote {
    margin-bottom: 12px;
}
.fleet-blockquote footer, .fleet-blockquote p {
    display: inline-block;
    vertical-align: middle;
}
.fleet-blockquote p.fleet-attribution {
    font-size: 80%;
    line-height: 1.4;
    color: #636f73;
}
.img-container img {
    width: 100%;
}
.fleet-card {
    flex: 0 1 100%;
    box-shadow: 4px 12px 40px rgb(211 217 219 / 40%);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 32px;
}
.card-picture {
    position: relative;
}
.card-picture:after {
    content: '';
    display: block;
    background-image: url(../image/wave.svg);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    width: 102%;
    position: absolute;
    left: -2px;
    right: 0;
    height: 35px;
}


.footer-bottom {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

.footer-bottom {
    color: #666;
    background-color: #114779;
}
.footer-bottom h5 {
    margin-bottom: 20px;
    display: inline-block;
}

.footer-bottom h5 {
    font-size: 20px;
    color: #fff;
    margin-top: 70px;
}
.footer-bottom ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

.business ul, .community ul, .about ul, .view ul {
    list-style: none;
    padding: 0;
}
.footer-bottom{
    padding-bottom: 30px;
}
.footer-bottom a {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    line-height: 16px;
    font-size: 16px;
}
.footer-bottom .font20 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.fleet-footer-border {
    border-left: 1px solid #fff;
    width: 1px;
    min-height: 250px;
    display: flex;
    justify-content: center;
}
.copyRight {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-top: 30px;
}
.homeIcons{
    margin-top: 70px;
}
.footer-bottom .icons {
    display: flex;
    justify-content: space-around;
    -webkit-box-pack: justify;
}
.custom-footer-input {
    background: transparent;
    color: #fff;
    border-radius: 0;
    border: 1px solid #fff;
    outline: 0;
    font-size: 12px;
}
.custom-footer-input:focus {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    outline: 0;
    box-shadow: none;
}
.custom-footer-btn {
    border: 1px solid #fff;
    border-radius: 0;
}
.custom-footer-btn:focus {
    outline: 0;
    box-shadow: none;
}
.footer-logo-white img {
    width: 100%;
}
.footer-logo-white {
    margin-bottom: 50px;
}
.custom-footer-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}


/*demo page*/
.demo-reg {
    height: 100%;
    background: linear-gradient(90deg,#f6f7f7 50%,#fff 50%);
}
.page {
    display: grid;
    grid-template-columns: repeat(2,50%);
    height: 100vh;
    align-items: center;
    justify-items: center;
}
.proof-section {
    background: #f6f7f7;
    position: relative;
    padding: 64px;
}
.media-left {
    padding-right: 10px;
}
.media-left i{
    font-size: 24px;
    color: #114779;
}
.customer-logos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}
.customer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.customer-logo img {
    max-width: 100%;
    display: block;
    height: 48px;
    width: auto;
}
.form-section {
    text-align: left;
    padding: 64px;
    width: 100%;
}
.demo-page-logo {
    width: 200px;
    margin-bottom: 32px;
}
/*login page*/


.section-login {
    background: #f6f7f7;
    padding: 20px;
}
.login-header-logo img {
    width: 280px;
}
.login-header-logo {
    margin: 30px 0;
}
.login-page-form-heading{
    font-size: 24px;
    margin: 8px 0;
}
.alt-login-signup-text {
    color: #636f73;
    margin: 0 0 24px;
    text-align: center;
    font-size: 13px;
    line-height: 1.3;
}
.hide-show-password{
    font-size: 13px;
    line-height: 1.3;
}
.fleet-custom-label {
    font-weight: 400;
    color: #262c2d;
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 1.3;
}
.line-text {
    font-size: 13px;
    line-height: 13px;
    color: #8d989c;
}

.line-border {
    color: #edf1f2;
    border-bottom: 1px solid #edf1f2;
    height: 15px;
    display: flex;
    align-items: center;
}
.top-padding {
    padding: 8px 16px;
}
.top-border{
    border-bottom: 1px solid #e2e8f0;
}
.version-update-heading {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.version-update-link {
    font-size: 13px;
    line-height: 1.3;
}
.version-update-list-item{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    opacity: 1;
    max-height: 430px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.version-update-list-item::-webkit-scrollbar {
    display: none;
}

.version-update-list{
    padding: 16px;
}
.version-update-list-item-title{
    font-size: 105%;
    color: #262c2d;
    font-weight: 600;
    margin: 0;
}
.post{
    border-bottom: 1px solid #edf1f2 !important;
    padding: 16px 0;
}
.post:first-child {
    padding-top: 0;
}
.post:last-child {
    padding-bottom: 0;
}
.post-body {
    display: block;
    max-height: 55px;
    position: relative;
    overflow: hidden;
    transition: .1s linear max-height;
    line-height: 1.4;
    color: #6d6d6d;
    font-weight: 300;
    font-size: 13px;
    word-wrap: break-word;
}
.post-body div{
    word-wrap: break-word;
}
.post-header-labels {
    font-size: 70%;
    background-color: rgba(0, 156, 224, 0.125);
    color: rgb(0, 156, 224);
    display: inline-block;
    padding: 3px 7px;
    border-radius: 3px;
    text-transform: uppercase;
    opacity: 1;
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}
.time {
    margin-left: auto;
    color: #262c2d ;
    font-size: 70%;
    white-space: nowrap;
}
.time .date {
    display: none;
}
.time:hover .date {
    display: inline-block;
}
.time:hover .ago {
    display: none;
}
.well {
    background-color: #f6f7f7;
    border-radius: 16px;
    max-width: 350px;
    padding: 16px;
    margin: auto;
}
.sign-up-google-button{
    color: #3a4245;
    background-color: transparent;
    border: 1px solid #d3d9db!important;
    width: 100%;
}
.sign-up-google-button img{
    margin-right: 5px;
    margin-top:2px;
    width: 14px;
}


/*get start page*/
.get-start{
    padding: 10px 0;
    background: #f6f7f7;
}

.step-title span{
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
}
.step-title h3{
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -.01em;
    margin-top: 19px;
    margin-bottom: 9.5px;
    color: #262C2D;
}
.step-title h4{
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    margin:0;
}

/*onboarding css*/
.onbording-checkbox{
    padding: 0;
    margin: 24px auto auto;
}
.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-group > * {
    margin: 0.5rem 0.5rem;
}

.checkbox-group-legend {
    font-size: 1.5rem;
    font-weight: 700;
    color: #9c9c9c;
    text-align: center;
    line-height: 1.125;
    margin-bottom: 1.25rem;
}

.checkbox-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.checkbox-input:checked + .checkbox-tile {
    border-color: #114779;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #114779;
}
.checkbox-input:checked + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #114779;
    border-color: #114779;
}
.checkbox-input:checked + .checkbox-tile .checkbox-icon,
.checkbox-input:checked + .checkbox-tile .checkbox-label {
    color: #114779;
    line-height: 16px;
}
.checkbox-input:focus + .checkbox-tile {
    border-color: #114779;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}
.checkbox-input:focus + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
}

.checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 10rem;
    min-height: 10rem;
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
    padding: 5px;
}
.checkbox-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.checkbox-tile:hover {
    border-color: #114779;
}
.checkbox-tile:hover:before {
    transform: scale(1);
    opacity: 1;
}

.checkbox-icon {
    transition: 0.375s ease;
    color: #494949;
}
.checkbox-icon svg {
    width: 3rem;
    height: 3rem;
}
.checkbox-icon i {
    width: 3rem;
    height: 3rem;
    font-size: 3rem;
}

.checkbox-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
}


.onboarding-footer {
    width: 100%;
    text-align: center;
    padding: 12px;
    font-size: 11px;
}
