 .services-box .nav-tabs>li {
            float: none;
            display: inline-block;
        }
        
        .blended-card {
            background-blend-mode: color;
            background-color: rgba(0, 0, 0, 0.7) !important;
        }
        
        .services-box .nav-tabs {
            margin-bottom: 1px;
            border: 2px solid #2a79b8;
            display: inline-block;
            border-radius: 36px;
            padding: 4px 6px 6px;
        }
        
        .services-box .tab-content {
            background: inherit;
        }
        
        .services-box .nav-tabs>li {
            background: transparent;
            box-shadow: none;
        }
        
        .services-box .nav-tabs>li.active {
            background: transparent;
            box-shadow: none;
        }
        
        .services-box .nav-tabs li:first-child.active a,
        .services-box .nav-tabs li:first-child a {
            border-radius: 45px 0px 0px 45px !important;
        }
        
        .services-box .nav-tabs li:last-child.active a,
        .services-box .nav-tabs li:last-child.active a:hover,
        .services-box .nav-tabs li:last-child.active a:focus,
        .services-box .nav-tabs li:last-child a:hover {
            border-radius: 0px 45px 45px 0px !important;
        }
        
        .services-box .nav-tabs li.active a {
            border-width: 0px 1px 2px 0px;
            background: #2a79b8 !important;
            color: #fff;
        }
        
        .services-box .nav-tabs>li>a {
            border-radius: 0px;
            background: transparent !important;
            padding: 10px 25px;
            color: #2a79b8;
            margin-right: 0px;
            border-right: 1px solid #2a79b8;
            text-transform: uppercase;
            font-weight: 500;
            letter-spacing: 0.4px;
        }
        
        .services-box .nav-tabs>li:last-child>a {
            border-right: 0px solid #fff;
        }
        
        .services-box .nav-tabs>li>a:hover {
            border-color: #2a79b8 #2a79b8 #2a79b8 #2a79b8;
            background: #2a79b8 !important;
            color: #fff;
        }
        
        .services-box .tab-pane {
            min-height: 150px;
        }
        
        .services-box .nav-tabs li.active a:hover,
        .services-box .nav-tabs li.active a:focus {
            border-width: 0px 1px 2px 0px !important;
            border-color: #2a79b8;
            background: #2a79b8 !important;
            color: #fff;
        }
        
        .list-heading {
            font-size: 17px;
            font-weight: 900;
            vertical-align: super;
            padding-bottom: 12px;
        }
        
        .link-list-block {
            padding: 15px 0px;
            min-height: 270px;
        }
        
        .link-list-block ul li {
            padding-bottom: 7px;
            padding-left: 50px;
        }
        
        .link-list-block ul li a {
            text-transform: capitalize;
        }
        
        .text-dim {
            color: #d5d5d5;
        }
        
        .card-main-title {
            background: rgba(0, 0, 0, 0.57);
            color: #fff;
            margin-top: -42px;
            display: block;
            width: 100%;
            position: relative;
            line-height: 42px;
            font-size: 21px;
            padding-left: 7px;
            -webkit-font-smoothing: antialiased;
            font-weight: 500;
            letter-spacing: 0.4px;
        }