body {
    color: #1b1b1b
}

h1+p,
h2+p,
h3+p {
    color: #8492af
}

.text-justify {
    text-align: justify !important;
}
ol,
ul {
    list-style: none
}

.color-red {
    color: red !important
}

.color-blue {
    color: #3e89f4 !important
}

.color-yellow {
    color: #ffaf0d !important
}

.color-green {
    color: #12b366 !important
}

.img-box.inner .caption,
.img-box.inner .caption .fa-ul>li {
    color: #121212 !important
}

.mega-menu a,
.navbar-nav>li>a {
    font-size: 15px
}



.advs-box-top-icon .icon.cust-icn {
    font-size: 80px
}

.advs-box-top-icon.boxed-inverse.cust-box {
    min-height: 480px
}

@media (max-width:992px) {
    .advs-box-top-icon.boxed-inverse.cust-box {
        min-height: auto
    }
}

.cust-h2 {
    font-size: 30px !important;
    line-height: 40px
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.cust-box-2 {
    min-height: 236px
}

.list-items .list-item h2 {
    display: inline-flex;
    font-size: 18px;
    line-height: 28px
}

.list-items .list-item h2>i {
    margin-right: 10px
}

:root {
    --delay: 0ms;
    --path: path("M.4 76.8C102-24.9 266.9-24.9 368.5 76.8c81.3 81.3 81.3 213.2 0 294.5-65.1 65.1-170.6 65.1-235.6 0-52.1-52.1-52.1-136.5 0-188.5 41.6-41.6 109.2-41.6 150.8 0 33.3 33.3 33.3 87.3 0 120.6-26.7 26.7-69.9 26.7-96.5 0-21.3-21.3-21.3-55.9 0-77.2 17.1-17.1 44.7-17.1 61.8 0 13.6 13.6 13.6 35.8 0 49.4-10.9 10.9-28.6 10.9-39.5 0-8.7-8.7-8.7-22.9 0-31.6 7-7 18.3-7 25.3 0"
        )
}

.obj {
    --color: salmon;
    position: absolute;
    top: 0;
    left: 0;
    offset-path: var(--path);
    animation: move 4.5s infinite ease-in-out var(--delay);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: var(--color);
    opacity: 0;
    transform: scale(0)
}

.obj--2 {
    --delay: 1500ms;
    --color: hotpink
}

.obj--3 {
    --delay: 3000ms;
    --color: turquoise
}

svg {
    width: 429px
}

@keyframes appear {
    100% {
        opacity: 1
    }
}

@keyframes move {
    10% {
        opacity: 1;
        offset-distance: 0;
        transform: scale(1)
    }

    30% {
        box-shadow: -.5rem 0 .3rem var(--color, #fff)
    }

    70% {
        box-shadow: -.5rem 0 .3rem var(--color, #fff)
    }

    90% {
        opacity: 1;
        offset-distance: 100%;
        transform: scale(.2);
        box-shadow: none
    }

    100% {
        opacity: 0;
        offset-distance: 100%;
        transform: scale(.2)
    }
}

.ani-container {
    margin: 0;
    padding: 2rem;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}

.ani-wrapper {
    position: relative
}

.img-container {
    position: relative;
    margin: 0 auto;
    width: 360px;
    height: 550px;
    margin-top: 10px;
    background: rgba(0, 0, 0, 0);
    transform: rotate(-30deg) skew(25deg) scale(.8);
    transition: .5s
}

.img-container img {
    position: absolute;
    width: 100%;
    transition: .5s;
    left: 0
}

.img-container:hover img:nth-child(4) {
    transform: translate(160px, -160px);
    opacity: 1
}

.img-container:hover img:nth-child(3) {
    transform: translate(120px, -120px);
    opacity: .8
}

.img-container:hover img:nth-child(2) {
    transform: translate(80px, -80px);
    opacity: .6
}

.img-container:hover img:nth-child(1) {
    transform: translate(40px, -40px);
    opacity: .4
}

li.slide-space p {
    font-size: 16px
}

.social-group a {
    position: relative;
    display: block;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    background: #333;
    border-radius: 100%;
    font-size: 30px;
    color: #666;
    transition: .5s
}

.social-group a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    transition: .5s;
    transform: scale(.9);
    z-index: -1
}

.social-group a:hover::before {
    transform: scale(1.1);
    box-shadow: 0 0 15px #fff
}

.social-group a:hover {
    box-shadow: 0 0 5px #fff
}

.social-button i.circle,
.social-group i.circle {
    margin-left: 0
}

.cust-data-mgmt {
    padding-bottom: 0
}

.blue-bg {
    background-color: #f4f9fe
}

.container.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0
}

.ptb-80 {
    padding: 80px 0
}

.ptb-50 {
    padding: 50px 0
}

.p-40 {
    padding: 40px
}

.p-20 {
    padding: 20px 0
}

.pt20 {
    padding-top: 20px
}

.pt-60 {
    padding-top: 60px
}

.justify {
    text-align: justify
}

.content-slider>.content {
    padding: 0
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-2 {
    margin-top: 20px !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.p0 {
    padding: 0 !important
}

.pt-30 {
    padding-top: 30px
}

.pt-50 {
    padding-top: 50px
}

.pt-80 {
    padding-top: 80px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.inner-container .container.content {
    padding-top: 40px;
    padding-bottom: 40px !important
}

.inner-container .header-title {
    margin-top: 30px !important
}

.header-bg-block {
    background-color: #f4f9fe;
    padding: 20px;
    max-width: 1140px;
    margin: auto;
    border-radius: 6px;
    height: auto !important;
    margin-top: 20px !important
}

.header-bg-block>.container {
    padding: 20px !important
}

.header-bg-block img {
    float: right
}

.w-100 {
    width: 100%
}

.vertical-align {
    display: flex;
    flex-direction: row
}

.vertical-align>[class*=" col-"],
.vertical-align>[class^=col-] {
    display: flex;
    align-items: center;
    justify-content: center
}

.vertical-align>[class*=" col-"]>div,
.vertical-align>[class^=col-]>div {
    flex-grow: 1
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0
}

.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.tab-box .nav-tabs>li>a span {
    font-size: 15px;
    color: #000 !important;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: .5px;
    text-align: justify
}

.slide-space {
    padding: 0 50px !important
}

.fa-ul.text-center.listing-list>li {
    display: inline-block;
    margin: 0 5%
}

.listing-list li,
.listing-list ul {
    text-align: center
}

.center {
    text-align: center
}

.mega-menu>h5>a {
    margin-bottom: 0 !important
}

.header-base .h-text-p p {
    max-width: 100%;
    padding-bottom: 0
}

.list-items .local-list p {
    font-size: 16px !important;
    text-align: justify;
    line-height: 25px
}

.title-modern .locowiz-partner p {
    margin: 5px 0;
    font-size: 15px;
    line-height: 1.42857143;
    padding: 18px 0
}

.f-big h2 {
    font-size: 16px !important;
    line-height: 24px;
    font-weight: 700
}

.blue-bg {
    background-color: #f4f9fe;
    min-height: 250px !important;
    margin-bottom: 30px !important
}

.advs-box-side-icon .icon:not(.onlycover) {
    text-align: center
}

.advs-box-side-icon .icon.text-50 {
    font-size: 50px !important;
    height: 95px
}

.advs-box-side-icon .icon-box i.text-50 {
    line-height: 49px;
    width: 80px
}

.advs-box-side-icon .icon.text-50 {
    font-size: 50px !important;
    height: 95px
}



.slider-height {
    height: 460px !important
}

.f-42 {
    font-size: 42px !important
}

.title-base-h1 h1::before {
    left: 50%;
    margin-left: -75px
}

.title-base-h1 h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 100;
    margin-top: 5px;
    position: relative
}

.title-base-h1 h1::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 150px;
    bottom: -20px
}

.title-base-h1 h1::before {
    left: 50%;
    margin-left: -75px
}

.title-base-h1 h1::before {
    background-color: #3794d1
}

.container-mobile {
    position: relative;
    width: 660px;
    height: 640px;
    margin-top: 150px;
    background: rgba(0, 0, 0, 0);
    transform: rotate(-30deg) skew(25deg) scale(.8);
    transition: .5s
}

.container-mobile img {
    position: absolute;
    width: 100%;
    transition: .5s
}

.caption-width {
    width: 70% !important;
    max-width: 380px !important
}

.white-text-p .wht {
    color: #fff !important
}



.google-map .gmap_canvas {
    height: 100%
}

.social-group a {
    display: inline-block
}

.social-group {
    margin: 0 auto
}

.social-group a {
    background: 0 0;
    margin-right: 30px
}

.social-group a:last-child {
    margin-right: 0
}

@media only screen and (max-width:991px) {
    .navbar-nav>li .dropdown-menu {
        padding: 0
    }
}

@media (max-width:994px) {

    .h2,
    h2 {
        line-height: 40px
    }
}

.content.footer-content {
    padding-top: 20px !important
}

.footer-content .boxed-inverse .col-lg-6 {
    padding: 0 20px
}

.footer-list a:hover,
.footer-lnks a:hover {
    color: #3794d1 !important
}

@media only screen and (max-width:1199px) {
    .footer-content {
        padding-top: 0 !important;
        padding-bottom: 50px !important
    }
}

@media only screen and (max-width:992px) {
    .footer-content hr.space {
        height: 10px
    }
}

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

    .footer-list li {
        margin-top: 8px;
        margin-bottom: 8px
    }

    h2+p {
        margin-top: 6px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:420px) {
    .comparison-slider h2 {
        font-size: 26px;
        line-height: 40px
    }
}

@media only screen and (max-width:375px) {
    .saas-content h2 {
        line-height: 40px
    }
}

@media only screen and (max-width:360px) {
    h1 {
        font-size: 32px
    }
}

@media only screen and (max-width:320px) {
    .tag-row span {
        margin-right: 0;
        padding-right: 10px
    }
}

@media only screen and (max-width:1024px) {
    .content.head-content {
        padding-top: 100px;
        padding-bottom: 50px !important
    }

    .saas-content .col-md-6 {
        padding-bottom: 40px
    }
}

@media only screen and (max-width:992px) {
    .advs-box p {
        font-size: 14px;
        line-height: 24px
    }

    .blue-bg {
        min-height: auto !important;
        margin-bottom: 10px !important
    }

    h2+p {
        margin-top: 20px;
        font-size: 16px
    }

    .bubble-section {
        margin-bottom: 30px
    }

    .content.test-content {
        padding-bottom: 50px !important
    }
}

@media only screen and (max-width:892px) {
    .cust-col-6 {
        max-width: 100%;
        width: 100%;
        margin-bottom: 0
    }

    .advs-box-side-icon.boxed-inverse,
    .advs-box-top-icon.boxed-inverse {
        padding: 30px 10px !important
    }
}

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

    .section-bg-image>.content,
    .section-bg-image>.content.cust-content,
    .section-empty>.content {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .content.head-content {
        padding-top: 75px !important;
        padding-bottom: 0 !important
    }

    .content>p,
    .fa-ul>li,
    .inner-container p,
    .title-base p {
        text-align: justify !important
    }
    .benefit-description p{
        text-align: center !important;
    }

    .step-item.cust-step-item .step-number {
        width: 60px;
        height: 60px;
        line-height: 60px
    }

    [class*=col-md-]+[class*=col-md-] {
        margin-top: 0
    }

    .title-base h2 {
        font-size: 26px;
        line-height: 30px
    }

    hr.space {
        height: 0
    }

    .test-content {
        padding-bottom: 25px !important
    }

    .advs-box-top-icon h3 {
        margin-bottom: 0
    }

    .row.vertical-row>div,
    .vertical-row>div {
        text-align: center !important
    }
}

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

    .test-content h2,
    .title-base h2 {
        font-size: 24px !important;
        line-height: 32px !important
    }
}

@media only screen and (max-width:375px) {
    .step-item.cust-step-item h3 {
        font-size: 18px
    }
}

@media only screen and (max-width:991px) {
    .cust-step-item .step-number {
        left: 25px
    }

    .step-item.cust-step-item {
        padding: 15px 30px
    }
}

@media only screen and (max-width:767px) {
    .step-item.cust-step-item:after {
        display: none
    }

    .step-item.cust-step-item h3 {
        margin-bottom: 0 !important
    }

    .step-item.cust-step-item h3+p {
        margin-top: 0 !important
    }

    .comp-text h2+p {
        margin-top: 0
    }
}

@media only screen and (max-width:992px) {
    .saas-content hr.space {
        height: 0
    }

    .abs-image {
        position: relative
    }
    #benefits-wrapper .row{
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width:991px) {
    .saas-content .col-md-6 {
        width: 100%
    }

    .saas-content .col-md-4 {
        padding: 0;
        width: 100%
    }

    .abs-image {
        max-width: 100%;
        height: auto;
        left: 20px !important
    }
}

@media only screen and (max-width:991px) {
    .saas-content h2 {
        font-size: 26px
    }
}

@media only screen and (max-width:767px) {
    .advs-box-top-icon.boxed-inverse.cust-advs-box {
        min-height: auto !important;
        padding: 30px 15px 30px 15px !important;
        text-align: center !important
    }
}

@media only screen and (max-width:767px) {
    .blue-bg {
        min-height: auto !important;
        margin-bottom: 0 !important
    }
}

@media only screen and (max-width:767px) {
    .comp-logo-blk {
        display: flex;
        justify-content: center
    }
}

@media (max-width:992px) {
    hr.space.m {
        height: 10px
    }

    .cust-mt-30 {
        margin-top: 30px
    }

    .title-base.title-small h2 {
        font-size: 22px
    }
}

@media only screen and (max-width:767px) {
    .slide-space i {
        font-size: 50px !important
    }
}

@media only screen and (max-width:375px) {
    .lead-gen-row .blue-bg {
        padding: 20px !important
    }
}

@media only screen and (max-width:994px) {
    .data-mgmt-blk p {
        max-width: 100% !important;
        font-size: 14px
    }
}

@media only screen and (max-width:992px) {
    .inner-container .container.content {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    .cust-margin-top {
        margin-top: 40px
    }

    .cust-list-content {
        padding-bottom: 60px !important
    }

    .cust-list-content h3 {
        font-size: 30px
    }
}

@media only screen and (max-width:900px) {
    .cust-tab-box .col-md-6 {
        width: 100%
    }

    .cust-tab-box.left .panel-box .panel {
        padding: 0
    }
}

@media only screen and (max-width:767px) {
    .title-base h1 {
        font-size: 26px !important
    }

    .inner-container .container.content {
        padding-bottom: 20px !important
    }

    

    .cust-list-content h3 {
        font-size: 26px;
        line-height: 35px
    }
}

@media only screen and (max-width:420px) {
    .title-base h1 {
        font-size: 23px !important;
        line-height: 30px !important
    }
}

@media only screen and (max-width:375px) {
    .data-mgmt-blk .container {
        padding: 0 !important
    }

    .cust-margin-top.p-40 {
        padding: 20px !important
    }
}

@media (max-width:994px) {
   

    .section-two-blocks {
        margin: 15px
    }

    .title-base.cust-title-base p {
        max-width: 100% !important
    }

   
}

@media only screen and (max-width:992px) {
    .cust-inner-cont .col-md-12 {
        display: flex;
        justify-content: center
    }

    .cust-inner-cont .col-md-12:nth-child(2) {
        margin-top: 30px
    }

    .cust-inner-cont .col-sm-12+.col-sm-12 {
        margin-top: 0 !important
    }

    .cust-content {
        padding-bottom: 0 !important
    }

    .cust-h2 {
        font-size: 30px !important
    }

    .cust-img-col {
        display: none
    }

    .cust-content-col {
        width: 100%;
        text-align: justify
    }

    .pt-50 {
        padding-top: 10px
    }
}

@media only screen and (max-width:767px) {
    .cust-header-base {
        padding-top: 0;
        padding-bottom: 0
    }

    .title-base.cust-title-base h1 {
        padding-top: 30px
    }

    .title-base.cust-title-base p {
        max-width: 100% !important;
        padding-bottom: 0
    }

    .cust-img-center {
        display: flex;
        justify-content: center
    }

    .cust-overlay-content .col-md-6:last-child {
        margin-top: 0 !important;
        padding-top: 0 !important
    }

    .title-base-h1 h1 {
        font-size: 40px
    }

    .pt-60 {
        padding-top: 15px
    }

    .pt-50 {
        padding-top: 0
    }

    .cust-grid-col+.col-sm-12 {
        margin-top: 0 !important
    }

    .section-empty.no-padding-top .content {
        padding-top: 0 !important
    }

    .section-pins ul {
        margin-left: -20px;
        text-align: justify
    }

    .section-pins p {
        text-align: justify
    }

  

    h1 {
        font-size: 30px;
        line-height: 40px
    }
}

@media only screen and (max-width:540px) {
    .cust-h2 {
        font-size: 24px !important;
        line-height: 35px
    }

    h2+p {
        text-align: center
    }

    .cust-img-width {
        max-width: 80% !important
    }
}

@media only screen and (max-width:320px) {
    .title-base-h1 h1 {
        font-size: 36px
    }
}

@media only screen and (max-width:1199px) {
    .content.cust-float-left {
        float: left !important
    }
}

@media only screen and (max-width:991px) {
    hr.space.l {
        height: 0
    }

    .boxed-inverse.cust-pd {
        padding: 40px !important
    }
}

@media only screen and (max-width:767px) {
    .img-box.cust-img-box img {
        max-width: 100% !important;
        width: 100% !important
    }

    .content.cust-float-left {
        float: none !important;
        margin-bottom: 0
    }

    .content.cust-float-left h1 {
        text-align: center
    }

    .boxed-inverse.cust-pd {
        padding: 40px 40px 20px 40px !important
    }
}

@media only screen and (max-width:420px) {
    .slider-height {
        height: auto !important
    }
}

@media only screen and (max-width:994px) {
    .search-engine-blk p {
        max-width: 100% !important;
        font-size: 14px
    }

    .ptb-80 {
        padding: 0 0 25px 0
    }
}

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

    .cust-img-center,
    .search-engine-blk img {
        float: none !important;
        display: flex;
        margin: 0 auto
    }

    .benefits-seo-blk h2 {
        font-size: 36px !important;
        line-height: 50px
    }

    .benefits-seo-blk h2+p {
        margin-top: 10px
    }
}

@media only screen and (max-width:767px) {
    .benefits-seo-blk h2 {
        font-size: 28px !important;
        line-height: 40px
    }

    .benefits-seo-blk h4 {
        margin-bottom: 0;
        line-height: 25px
    }

    .benefits-seo-blk .row.vertical-row>div {
        text-align: left !important
    }
}

@media only screen and (max-width:420px) {
    .benefits-seo-blk h2 {
        font-size: 24px !important;
        line-height: 30px
    }

    .flexslider .slides>li {
        text-align: center
    }
}

.img-box-2 {
    display: none !important
}

@media only screen and (max-width:1024px) {
    .content.social-media-blk {
        padding-bottom: 30px !important
    }
}

@media only screen and (max-width:992px) {
    .social-media-blk {
        padding-top: 30px !important;
        padding-bottom: 10px !important
    }

    .content.cust-py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .cust-text-center-sm {
        text-align: left !important
    }

    .cust-text-center-sm li {
        margin: 0 3% !important
    }

    hr.a {
        margin-top: 0
    }
}

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

    .comp-analysis-blk h1,
    .social-media-blk h1 {
        font-size: 30px !important;
        line-height: 40px !important
    }

    .cust-advs-box-side>.row {
        display: block
    }

    .cust-advs-box-side .img-box {
        text-align: center
    }

    .cust-advs-box-side .img-box img {
        max-width: 100%;
        height: auto;
        width: auto
    }

    .img-box-1 {
        display: none !important
    }

    .img-box-2 {
        display: block !important
    }

    .cust-mb-50 {
        margin-bottom: 50px
    }

    .grid-box {
        margin-bottom: 20px !important
    }
}

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

    .mobile-seo-blk h1,
    .social-media-blk h1 {
        font-size: 26px !important;
        line-height: 35px !important
    }
}

@media only screen and (max-width:992px) {
    .content.brand-monitor-blk {
        padding-top: 0;
        padding-bottom: 30px
    }

    .cust-pd {
        padding-top: 0 !important;
        padding-bottom: 40px !important
    }

    .cust-mt-0 {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:767px) {
    #features p {
        text-align: justify
    }
}

.cust-grid-item .advs-box-side>.row>div {
    padding-left: 40px
}

@media only screen and (max-width:1199px) {
    .cust-grid-item {
        padding: 10px !important
    }

    .cust-grid-item .col-md-4 {
        display: none
    }

    .cust-grid-item .col-md-8 {
        max-width: 100%;
        display: block;
        width: 100%
    }
}

@media only screen and (max-width:992px) {
    .cust-grid-item {
        width: 100% !important;
        display: block
    }

    .cust-grid-item:last-child.col-md-offset-2 {
        margin-left: 0 !important
    }

    .content.comp-analysis-blk {
        padding-top: 25px !important
    }

    hr.space {
        height: 0
    }

    .cust-mb-30 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:768px) {
    .cust-mb-30 {
        margin-bottom: 0
    }
}

@media only screen and (max-width:767px) {
    .cust-grid-item .col-md-4 {
        display: none !important
    }

    .cust-grid-item .col-md-8 {
        padding-left: 30px !important;
        padding-right: 30px !important
    }

    .cust-grid-item {
        margin-top: 0 !important
    }

    .cust-grid-item:first-child {
        margin-top: 20px !important
    }

    .cust-grid-item h2 {
        margin-bottom: 0 !important
    }

    .col-sm-12+.col-sm-12 {
        margin-top: 0 !important
    }
}

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

    .comp-analysis-blk h1,
    .social-media-blk h1 {
        font-size: 26px !important;
        line-height: 35px !important
    }

    .h2,
    h2 {
        font-size: 26px;
        line-height: 35px
    }

    h1 {
        font-size: 28px;
        line-height: 40px
    }

    .comp-analysis-blk p {
        text-align: justify
    }
}

@media only screen and (max-width:992px) {
    .cust-text-center {
        text-align: center !important
    }
}

@media only screen and (max-width:992px) {
    .mobile-seo-blk {
        padding-bottom: 40px !important
    }

    .mobile-seo-blk h1+p {
        margin-top: 0;
        margin-bottom: 30px
    }

    .cust-pb-0 {
        padding-bottom: 0 !important
    }

    .caption-width {
        max-width: 320px !important
    }
}

@media only screen and (max-width:767px) {
    .mobile-seo-blk h1 {
        font-size: 30px;
        line-height: 45px
    }

    .mobile-seo-blk p {
        text-align: justify
    }

    .mobile-seo-blk>.row:last-child {
        margin-top: 30px
    }

    .caption-box.cust-caption-box {
        display: flex;
        justify-content: center
    }

    .caption-box.cust-caption-box .caption {
        text-align: left;
        font-size: 16px
    }

    .fa-ul.text-center-sm.cust-text-center-sm>li {
        display: block
    }
}

@media only screen and (max-width:992px) {
    .header-new.cust-header-new {
        height: auto !important;
        padding-top: 10px;
        padding-bottom: 25px;
        margin-top: 20px !important
    }

    .cust-mtb-30 {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .cust-caption-box .caption {
        max-width: 100% !important
    }

    .img-box img {
        max-width: 100% !important;
        margin-left: 0 !important
    }
}

@media only screen and (max-width:991px) {
    .prod-serv-blk {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .prod-serv-blk .col-md-5 {
        padding-top: 50px
    }

    .prod-serv-blk {
        padding-bottom: 0 !important
    }

    .cust-feat-content {
        padding-top: 0 !important;
        padding-bottom: 30px !important
    }
}

@media only screen and (max-width:767px) {
    .cust-feat-content hr.space {
        height: 0 !important
    }

    .cust-pd .grid-box {
        margin-bottom: 0 !important
    }

    .boxed-inverse.cust-pd.cust-pb-20 {
        padding-bottom: 20px !important
    }

    .content.cust-feat-content {
        padding-top: 0 !important
    }

    h1+p {
        text-align: center;
        margin-top: 0
    }
}

@media only screen and (max-width:420px) {
    .cust-h4 {
        font-size: 24px !important;
        line-height: 30px
    }

    .prod-serv-blk .col-md-5 {
        padding-top: 25px
    }
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

@media (min-width:992px) {
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (max-width:992px) {
    .cust-title-base h1 {
        padding-top: 10px !important;
        text-align: left !important
    }

    .cust-ptb-80 {
        padding-top: 25px !important;
        padding-bottom: 0 !important
    }

    .social-group {
        margin-top: 25px
    }
}

@media only screen and (max-width:767px) {
    .cust-col {
        max-width: 46%;
        width: 46%;
        display: inline-flex
    }

    .cust-pt-0 {
        padding-top: 0 !important
    }

    .img-box.circle img {
        max-width: 100% !important
    }

    .footer-content .col-sm-12+.col-sm-12 {
        margin-top: 35px !important
    }
}

.contact_panel {
    background-color: #fff;
    padding: 50px 50px 40px;
    border-radius: 5px;
    box-shadow: 0 3px 63px 0 rgb(40 40 40 / 11%);
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.cta_banner {
    padding: 10px 20px
}

.contact_number {
    display: flex;
    justify-content: center;
    align-items: center
}

.contact_number i {
    margin-right: 6px;
    color: #061a6c
}

.contact_number a {
    color: #061a6c
}

.form-box .form-control {
    background-color: #f4f4f4
}

.req-form-box h2 {
    color: #0e1a35;
    border-bottom: 4px solid #fbc108
}

.btn-request-demo span {
    padding-right: 10px
}

.btn-request-demo i {
    margin-right: 0
}

.btn.btn-request-demo:hover {
    background-color: #fbc108 !important;
    color:#fff !important;
}

.request-demo-row {
    display: flex;
    justify-content: center
}

.req-form-box input::placeholder,
.req-form-box textarea::placeholder {
    color: #555
}

.req-form-box .form-control {
    height: 40px
}

.req-form-box a {
    color: #0e1a35;
    text-decoration: underline
}

.pb-40 {
    padding-bottom: 40px !important
}

.req-form-box textarea.form-control {
    padding: 10px 20px
}

@media (max-width:1199px) {
    .req-form-box h1 {
        font-size: 36px;
        line-height: 50px
    }

    .req-form-box .cust-h2 {
        font-size: 25px !important
    }
}

@media (max-width:992px) {
    .contact-panel-banner {
        display: block;
        margin: 0 auto;
        margin-bottom: 50px
    }

    .contact-form-div {
        display: block;
        width: 100%
    }

    .req-form-box .col-sm-12+.col-sm-12 {
        margin-top: 0 !important
    }

    .req-form-box .form-group.mb-30 {
        margin-bottom: 0 !important
    }

    .req-form-box .pb-30 {
        padding-bottom: 0 !important
    }

    .req-form-box .row .col-md-6 {
        width: 100%
    }

    .req-form-box .col-md-12,
    .req-form-box .col-md-6 {
        padding-bottom: 10px !important
    }
}

@media (max-width:768px) {
    .request-demo-row {
        background: 0 0
    }

    .request-demo-row .col-md-6:first-child {
        background: #3794d1;
        width: 100%
    }

    .request-demo-row .col-md-6:last-child {
        display: none
    }

    .request-demo-row h1 {
        padding-top: 30px
    }

    .req-form-box .btn-req-subm {
        margin-bottom: 20px;
        margin-top: 20px
    }

    .request-demo-row {
        padding: 20px 40px !important
    }
}

@media (max-width:767px) {
    .contact-panel-banner {
        width: 70%
    }
}

@media (max-width:575px) {
    .contact-panel-banner {
        width: 100%
    }

    .contact_panel {
        padding: 30px 0 0
    }
}

@media (max-width:420px) {
    .request-demo-row {
        padding: 0 !important
    }
}

.req-form-box .btn-req-subm:hover {
    color: #0e1a35;
    background: #fbc108 !important;
    border: 1px solid #fbc108
}

.req-form-box .btn-req-subm {
    background: #0e1a35 !important
}

.sec-content h5 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px
}

.sec-content {
    text-align: justify
}

.sec-content ul {
    padding-left: 16px
}

.sec-content a:hover {
    color: #3794d1
}

.sec-content p {
    margin-top: 0;
    margin-bottom: 0
}

.sec-content p i {
    margin-right: 8px
}

.sec-content ul ul {
    padding-left: 0
}

@media (max-width:992px) {
    .sec-content h1 {
        margin-bottom: 30px
    }
}

.bg-yellow {
    background: #fbc108 !important
}

.bg-blue {
    background: #000a31
}

.bg-grey {
    /*border:1px dashed #026aa6;*/
    border-bottom: 2px dashed #ccc;
    background-color: #eee;
}

.pt-20 {
    padding-top: 20px !important
}

.cust-cont h2+p,
.cust-cont h3+p {
    color: #1b1b1b;
    font-size: 16px
}

.boxed-inverse.cust-boxed-inverse {
    padding: 30px
}

.cust-head {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}

.cust-flex-center {
    display: flex;
    justify-content: center
}

.cust-icon-size {
    font-size: 70px !important
}

.cust-h3 {
    font-size: 28px
}

.mr-20 {
    margin-right: 20px
}

.cust-ht {
    min-height: 189px
}

@media (max-width:767px) {
    .vertical-row.row.cust-row {
        display: flex !important;
        flex-flow: column-reverse
    }
}

.cust-icon-box {
    min-height: 200px
}

.cust-icon-box .icon-box-cell {
    vertical-align: top;
    text-align: justify
}

h1.white+p {
    color: #fff !important
}

.real-estate-content img {
    height: 204px
}

.cust-values-row {
    display: flex;
    flex-flow: wrap;
    justify-content: center
}

.cust-fsize-15 {
    font-size: 15px
}

.cust-retail-box {
    min-height: 395px !important
}

@media (max-width:767px) {
    .list-items.cust-list-items-1 .list-item:last-child {
        border-bottom: 1px dashed rgba(0, 0, 0, .2);
        padding: 20px 0
    }

    .list-items.cust-list-items-2 .list-item:first-child {
        padding-top: 20px
    }
}

.mobility-space {
    padding: 30px 50px 20px !important
}

.l-blue-bg {
    background-color: #f4f6ff
}

.p-top40 {
    padding: 40px
}

.text-color-3 {
    color: #061a6c !important
}

.p-6 {
    padding: 6px
}

.sitemap-content a.bg-grey:hover {
    background: #000a31 !important;
    color: #fff !important
}

.sitemap-content li a {
    font-size: 14px;
    color: #061a6c
}

.sitemap-content li.bg-grey:hover {
    background: #000a31 !important;
    color: #fff !important
}

.sitemap-content li.bg-grey:hover a {
    color: #fff !important
}

.sitemap-content li>ul>li:hover {
    background: 0 0 !important
}

.mb-20 {
    margin-bottom: 20px
}

.sitemap-content li>ul>li a:hover {
    text-decoration: underline
}

.bg-blue-2 {
    /*border:1px dashed #009ac7;*/
    background-color: #f5f5f5;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
}

.sitemap-content li ul li a {
    color: #585858
}
.sitemap-content li {
display: flex;
}
.sitemap-content li ul li a{
    padding-left: .7rem;
}

@media (max-width:767px) {
    .sitemap-content li {
        text-align: center !important
    }

    .sitemap-content li ul li {
        text-align: left !important
    }
}

.sitemap-content .text-s {
    line-height: 25px
}

.text-white {
    color: #fff
}

.sitemap-content span {
    width: 100%;
    display: block;
    color: #8492af
}

.sitemap-content span a {
    color: #061a6c
}

.d-block {
    display: block
}

.text-grey {
    color: #8492af
}

@media (max-width:992px) {
    .sitemap-content .cust-pt-20 {
        padding-top: 0 !important
    }
}

@media (max-width:767px) {
    .sitemap-content .cust-flex-center {
        display: block
    }
}

.fa-ul .text-s {
    font-size: 8px !important;
}

 /* .error-404 */
.error-404{
    text-align: center;
    height: calc(100vh - 225px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.error-404 h1 {
    color: #000a31;
    font-weight: 600;
    font-size: 144px;
    line-height: 1.1 !important;
}

@media (max-width:575px) {
    .error-404 h1 {
        font-size: 70px;
    }
}
.error-404 h2 {
    font-size: 35px;
}

.error-404 p {
    font-size: 24px;
}

.dropdown-menu{
    top: 70px;
}
.tag-bg{
    background-color: #007bff;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
}

.refund-list li ul li {
  list-style: inside;
}

.refund-list li ul li {
  list-style: inside;
  padding-bottom: 0px !important;
  padding-top: 10px;
  margin-bottom: 0px !important;
}

.aichat{
        margin-top: 25px !important;
    margin-bottom: 25px;
}

#additional{
        padding: 10px 0px 5px 20px;
}
.req-term {
    font-size: .875em;
}
.data-m .title-base h2:before{
    left: auto;
}
.prod-feat ul i{
        color: #035c9c;
}
.social-list .img-height{
    min-height: 300px;;
}
.social-list .img-height img{
   object-fit: cover;
}
.social-icons-clr i{
        color: #035c9c;

} 
label.error{
    color: #ff0000;
}