.small-heading {
    font-weight: 600;
    font-size: 2rem;
    line-height: 40px;
    font-family: 'OpenSans-Bold', sans-serif !important;
 }

 p strong {
    font-family: 'OpenSans-Bold', sans-serif !important;
 }

 .blue {
    color: #0F74B6;
 }

 .orange {
    color: #F48C06;
 }

 .p-16 {
    font-size: 16px;
 }

 .p-15 {
    font-size: 15px;
 }

 .p-800 {
    font-weight: 800;
 }

 .page-subtitletop {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
 }

 .client-logo {
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 10px;
    display: flex;
    box-shadow: 0px 0px 3px 0px #e6e6e6;
    justify-content: center;
    padding: 6px;
    align-items: center;
    min-height: 110px;
    cursor: pointer;
    margin-bottom: 10px;
    background-color: #f5f5f5;
 }

 ul.account-needs {
    display: flex;
 }

 ul.account-needs li {
    display: inline-block;
    position: relative;
    border: 1px solid #f8f8f8;
    padding: 30px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 8%);
    margin-bottom: 15px;
    margin-right: 15px;
    max-width: 18.5%;
 }

 ul.account-needs li::before {
    content: "";
    background-image: url("/fimg/account-need-before.png");
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0.5;
 }

 ul.account-needs li {
    min-height: 300px;
    max-height: 300px;
 }

 ul.account-needs li .icon-image {
    width: auto;
    height: auto;
    margin: 5px;
    margin-bottom: 15px;
 }

 .billing-keyfeatures-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
    /* box-shadow: 0px 10px 20px rgb(0 0 0 / 8%); */
    min-height: 230px;
 }

 .billing-keyfeatures-card {
    border-radius: 0px;
    min-height: 260px;
 }

 .billign-light-orangebg {
    background-color: #fffaf2;
 }

 .billign-light-bluebg {
    background-color: #ebf5ff;
 }

 .billing-keyfeatures-card .title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
 }

 ul.tick-bullet {
    position: relative;
    list-style-type: none;
 }

 ul.tick-bullet li {
    position: relative;
    margin-bottom: 30px;
    font-size: 1.1rem;
    padding-left: 2.5rem;
    list-style-type: none;
 }

 ul.tick-bullet {
    position: relative;
 }

 ul.tick-bullet li::before {
    content: "\F270";
    font-family: "bootstrap-icons";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #005eb8;
    z-index: 1;
    font-weight: bolder;
    font-size: 1.5rem;
 }

 /*================================
Call to action
==================================*/
 .calltoAction {
    position: relative;
    padding-top: 100px;
 }

 .calltoAction:after {
    position: absolute;
    content: '';
    height: 50%;
    width: 100%;
    background-color: #f6f7fa;
    left: 0;
    bottom: 0;
    z-index: -1;
 }

 .calltoAction::before {
    content: "";
    position: absolute;
    background-image: url("/fimg/three-white-dot.png");
    background-repeat: no-repeat;
    width: 168px;
    height: 140px;
    top: 20px;
    left: 80px;
 }

 .section-nextsep {
    border-radius: 6px;
    overflow: hidden;
 }

 .section-nextsep2 {
    border-radius: 6px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgb(0 0 0 / 8%);
    border-radius: 10px;
 }

 .content-step {
    padding: 20px 50px;
    background-color: #005eb8;
    color: #fff;
 }

 .content-step p {
    font-size: 16px;
 }

 .nextsep-img {
    width: 100%;
 }

 .nextsep-img img {
    width: 100%;
 }

 ul.presence-listing li {
    display: inline-block;
    width: 19%;
    padding: 0 15px;
    cursor: pointer;
    position: relative;
 }

 ul.presence-listing li img {
    border-radius: 10px;
 }

 ul.presence-listing li p {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
 }


 ul.presence-listing li .tooltip {
    height: 0;
    opacity: 0;
 }

 ul.presence-listing li .tooltip {
    position: absolute;
    /* right: 0; */
    left: 0;
    top: 0px;
    font-size: 16px;
    text-align: left;
    transition: ease all 0.3s;
    /* max-width: 100%;
     width: 100%; */
 }

 ul.presence-listing li .tooltip::before {
    content: "\F229";
    font-family: "bootstrap-icons";
    position: absolute;
    bottom: -16px;
    left: 50%;
    right: 50%;
    color: #FFF;
    z-index: 1;
 }

 ul.presence-listing li .tooltip.two-address {
    background-color: #FFF;
    padding: 15px;
    border-radius: 10px;
    min-width: 160px;
    height: 144px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* display: flex; 
justify-content: space-between;
flex-wrap: wrap;  */
 }

 ul.presence-listing li .tooltip.two-address .f-add {
    width: 100%;
 }

 ul.presence-listing li .tooltip.two-address .f-add:not(:last-child) {
    margin: 0px;
 }

 ul.presence-listing li .tooltip.two-address .f-add {
    width: 100%;
 }

 ul.presence-listing li .tooltip.two-address .f-add .fw {
    color: #818181;
 }


 ul.presence-listing li:hover .tooltip {
    opacity: 1;
 }

 ul.presence-listing li:hover .tooltip {
    padding-top: 28px;
 }

 .orange-btn {
    background: #fcc83a;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
 }

 .btn-lg,
 .btn-group-lg>.btn {
    padding: 1rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
 }

 @media only screen and (min-width: 320px) and (max-width: 768px) {
    #banner-inner {
       background-image: url("https://www.fusioninformatics.com/imagesnw/background-patern.jpg") !important;
    }

    ul.account-needs {
       display: block;
       padding: 0;
    }

    ul.account-needs li {
       display: block;
       max-width: 100% !important;
       width: 100% !important; 
       text-align: center;
    }

    ul.presence-listing li {
       width: 100%
    }

    ul.presence-listing li .tooltip.two-address {
       padding: 50px;
       min-width: 100%;
       height: 84%
    }

    .small-heading {
       font-size: 1.5rem;
       line-height: 24px
    }

 }