      .scan-banner .inner-content-style {
          position: relative;
          z-index: 2;
          padding: 30px 0 0;
          background-image: url(../images/banner-bg.png);
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center;
      }
      .scan-banner .banner-content {
          padding: 70px 0;
      }
      .scan-banner .main-title {
          font-size: 50px;
          font-weight: 800;
          color: #fff;
          line-height: normal;
          margin: 0;
      }
      .scan-banner .container {
          max-width: 1030px;
          justify-content: space-between;
      }
      .site-scan-image {
          margin-bottom: -40px;
      }
      .scan-banner h5 {
          margin: 0;
          font-size: 30px;
          color: #fff;
          font-weight: 500;
          font-style: italic;
      }
      .search-inner {
          max-width: 320px;
          width: 100%;
          margin: 0 auto;
          text-align: center;
          padding: 0;
      }
      .search-inner .animate {
          display: block;
          position: relative;
      }
      .search-inner .bar {
          width: 440px;
          position: absolute;
          z-index: 1;
          left: -60px;
          right: -50px;
          top: 50px;
          -webkit-animation-name: animate-bar;
          -webkit-animation-duration: 4s;
          animation-name: animate-bar;
          animation-duration: 4s;
          animation-iteration-count: infinite;
      }
      @-webkit-keyframes animate-bar {
        0% {top:50px;}
        50% {top:55%;}
        100% {top:50px;}
      }
      @keyframes animate-bar {
        0% {top:50px;}
        50% {top:55%;}
        100% {top:50px;}
      }
      .search-inner .animate > img {
          display: block;
          width: 100%;
          max-width: 100%;
      }
      .main-screen {
          position: absolute;
          top: 38px;
          left: 0;
          right: 0;
          padding: 0 12px;
          height: 165px;
          width: 320px;
      }
      .main-screen img {
          min-width: 100%;
          min-height: 100%;
      }
      .search-inner .bar img {
        width: 100%;
      }
      .result-sec {
          padding: 60px 0;
      }
      .result-inner .col {
          width: 50%;
          padding: 45px;
          text-align: center;
          position: relative;
      }
      .result-inner .col:nth-child(even):before {
          content: "";
          position: absolute;
          left: 0;
          top: 15%;
          bottom: 15%;
          width: 1px;
          background-color: #ccc;
      }
      .result-inner .col:nth-child(n+3) {
          border-top: 1px solid #ccc;
      }
      .result-content ul {
          max-width: 312px;
          margin: 0 auto;
          width: 100%;
          align-items: center;
          justify-content: center;
      }
      .result-content ul li {
          width: 58%;
      }
      .result-content ul li:last-child {
          width: 42%;
      }
      .scan-module {
          text-transform: uppercase;
          font-size: 28px;
          font-weight: 700;
          line-height: normal;
          text-align: left;
      }
      .result-value {
          margin-left: 25px;
          padding-left: 25px;
          border-left: 1px solid #ccc;
          font-size: 65px;
          text-align: right;
          display: inline-block;
          font-weight: 700;
          line-height: normal;
      }
      .result-value img {
          position: relative;
          top: -3px;
      }
      .result-content p {
          font-size: 14px;
          line-height: 1.4;
      }
      .result-content h4 {
          font-size: 18px;
          margin: 15px 0;
      }
      .result-content .learn-more {
          color: #000;
          text-transform: uppercase;
          text-decoration: none;
          font-weight: 600;
          font-size: 16px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
      }
      .result-content .learn-more span {
          position: relative;
          display: inline-block;
          top: -1px;
      }
      .result-content .sign-up {
          color: #000;
          background-color: #edc214;
          text-transform: uppercase;
          text-decoration: none;
          font-weight: 600;
          font-size: 16px;
          display: inline-block;
          padding: 9px 35px;
          border-radius: 50px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
      }
      .result-content .sign-up:hover,
      .result-content .sign-up:focus {
        background-color: #fbcb08;
      }
      
      .internal-links h4, 
      .internal-links .result-value,
      .internal-links .learn-more:hover,
      .internal-links .learn-more:focus {
          color: #0084bd;
      }
      .external-links h4, 
      .external-links .result-value,
      .external-links .learn-more:hover,
      .external-links .learn-more:focus {
          color: #f4851c;
      }
      .malware-detection h4, 
      .malware-detection .result-value,
      .malware-detection .learn-more:hover,
      .malware-detection .learn-more:focus {
          color: #e2b504;
      }
      .uptime-monitoring h4, 
      .uptime-monitoring .result-value,
      .uptime-monitoring .learn-more:hover,
      .uptime-monitoring .learn-more:focus {
          color: #e2b504;
      }
      .spelling-issues h4, 
      .spelling-issues .result-value,
      .spelling-issues .learn-more:hover,
      .spelling-issues .learn-more:focus {
          color: #d52621;
      }
      .missing-images h4, 
      .missing-images .result-value,
      .missing-images .learn-more:hover,
      .missing-images .learn-more:focus {
          color: #1db455;
      }
      .broken-links h4, 
      .broken-links .result-value,
      .broken-links .learn-more:hover,
      .broken-links .learn-more:focus {
          color: #1db455;
      }
      .grid > li + li {
          margin-top: 35px;
          padding-top: 35px;
          border-top: 1px solid #ccc;
      }
      .result-inner .col:last-child:before {
          content: "";
          position: absolute;
          left: 0;
          top: 5%;
          bottom: 5%;
          width: 1px;
          background-color: #ccc;
      }
      table a {
          text-decoration: none;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          display: block;
          color: #000;
          font-size: 15px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
      }
      table a:hover,
      table a:focus {
        color: #0087bf;
      }
      table td, table th {
        font-size: 15px;
      }
      .table-pagination {
          display: block;
          width: 100%;
          float: left;
          text-align: center;
          padding: 20px 0;
          border-top: 1px solid #ccc;
          border-bottom: 1px solid #ccc;
          margin-top: 20px;
      }
      .table-pagination ul {
        justify-content: center;
        align-items: center;
      }
      .table-pagination ul li {
          padding: 0 8px;
      }
      .table-pagination ul li a {
          text-decoration: none;
          color: #000;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
      }
      .table-pagination ul li a:hover,
      .table-pagination ul li a:focus {
        color:#0087bf;
      }
      .table-pagination ul li a {
          padding: 2px 7px;
          display: inline-block;
          border-radius: 3px;
      }
      .table-pagination ul li a.active {
          border: 1px solid #0087bf;
      }
      .table-pagination ul li.active a {
          border: 1px solid #0087bf;
      }
      .table-pagination ul li.disabled a {
          cursor: pointer;
          color: #afadad;
          font-size: 14px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
      }
      .table-pagination ul li span:hover,
      .table-pagination ul li span:focus {
        color: #000;
      }
      .more-info {
          position: fixed;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          height: 100vh;
          width: 100vw;
          background: rgba(0,0,0,0.6);
          z-index: 9;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          opacity: 0;
          pointer-events: none;
          padding: 20px;
      }
      .more-info-content {
          background: #fff;
          max-width: 650px;
          margin: 2% auto 0;
          padding: 30px;
          position: relative;
          -webkit-transform: translate(0,-50px);
          -moz-transform: translate(0,-50px);
          -ms-transform: translate(0,-50px);
          -o-transform: translate(0,-50px);
          transform: translate(0,-50px);
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
      }
      .modal-open .more-info {
          opacity: 1;
          overflow-x: hidden;
          overflow-y: auto;
          pointer-events: all;
      }
      .modal-open .more-info-content {
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
      }
      .issue-title {
          text-transform: uppercase;
          font-size: 28px;
          font-weight: 700;
          line-height: normal;
          margin: 0 0 10px;
      }
      .result-content .issue-info p {
          font-size: 16px;
          margin: 7px 0;
      }
      .close-modal {
          width: 35px;
          height: 35px;
          display: block;
          position: absolute;
          right: 10px;
          top: -10px;
          cursor: pointer;
      }
      .close-modal:before {
          content: "";
          position: absolute;
          width: 35px;
          height: 35px;
          border-radius: 50%;
          background-color: #1a86bc;
          z-index: 1;
          box-shadow: 0 0 0 5px rgba(255,255,255,0.3);
          background-image: url(../images/plus.png);
          background-repeat: no-repeat;
          background-position: center;
          background-size: 40%;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
      }
      @media (max-width: 1199px) {
        .scan-banner .main-title {
            font-size: 40px;
        }
        .scan-banner h5 {
            font-size: 24px;
        }
        .scan-banner .container {
            max-width: 860px;
        }
        .search-inner .bar {
            left: -62px;
        }
      }
      @media (max-width: 991px) { 
        .container {
            max-width: 740px;
        }
        .scan-banner .main-title {
            font-size: 32px;
        }
        .scan-banner h5 {
            font-size: 20px;
        }
        .search-inner {
            max-width: 250px;
        }
        .main-screen {
            top: 30px;
            padding: 0 9px;
            height: 129px;
            width: 250px;
        }
        .search-inner .bar {
            width: 340px;
            left: -47px;
        }
        .site-scan-image {
            margin-bottom: 0;
            position: relative;
            bottom: -20px;
        }
        .scan-banner .container {
            max-width: 680px;
        }
        .result-inner .col {
            padding: 35px 20px;
        }
        .scan-module {
            font-size: 20px;
        }
        .result-value {
            font-size: 50px;
        }
        .result-content ul {
            max-width: 255px;
        }
        .result-content h4 {
            font-size: 16px;
        }
        .result-content .learn-more {
          font-size: 14px;
        }
        .result-content .sign-up {
          font-size: 14px;
        }
        .grid table a {
            max-width: 130px;
        }
        table {
          width: 100%;
        }
        .result-sec {
            padding: 30px 0;
        }
        .issue-title {
            font-size: 20px;
        }
        .issue-info, .result-content .issue-info p {
            font-size: 14px;
        }
      }
      @media (max-width: 767px) {
        .scan-banner .main-title {
            font-size: 24px;
        }
        .scan-banner h5 {
            font-size: 18px;
        }
        .search-inner {
            max-width: 200px;
        }
        .main-screen {
            top: 24px;
            padding: 0 7px;
            height: 104px;
            width: 200px;
        }
        .search-inner .bar {
            width: 270px;
            left: -35px;
        }
        .scan-banner .container {
            max-width: 510px;
            text-align: center;
        }
        .scan-banner .banner-content {
            padding: 0 0 30px;
        }
        .result-sec {
            padding: 40px 0;
        }
        .scan-module {
            font-size: 18px;
            text-align: center;
        }
        .result-value {
            font-size: 40px;
            margin-left: 15px;
            padding-left: 15px;
        }
        .result-content ul {
            max-width: 225px;
        }
        .result-content h4 {
            font-size: 14px;
        }
        .result-content p {
            font-size: 13px;
        }
        .result-content .learn-more {
            font-size: 13px;
        }
        .result-content .sign-up {
            font-size: 13px;
        }
        table td, table th {
            font-size: 14px;
            padding: 8px!important;
        }
        .grid table a {
            font-size: 13px;
        }
        .table-pagination {
            padding: 15px 0;
        }
        
        .search-inner .bar {
            top: 30px;
        }
        @-webkit-keyframes animate-bar {
          0% {top:30px;}
          50% {top:55%;}
          100% {top:30px;}
        }
        @keyframes animate-bar {
          0% {top:30px;}
          50% {top:55%;}
          100% {top:30px;}
        }
        .scan-banner .container {
            display: block;
        }
        .result-value img {
            top: 0;
            max-width: 50px;
        }
        .more-info-content {
          padding: 30px 20px 15px;
        }
        .result-content > p {
            margin: 0 0 10px;
        }
      }
      @media (max-width: 575px) {
        .site-scan-image {
            margin-bottom: 0;
        }
        .result-sec {
            padding: 20px 0;
        }
        .result-inner .col {
            padding: 35px 15px;
            width: 100%;
        }
        .result-inner .col:nth-child(even):before {
            display: none;
        }
        .result-inner .col:nth-child(n+2) {
            border-top: 1px solid #ccc;
        }
        .table-pagination {
            padding: 10px 0;
            border-top: 0;
            border-bottom: 0;
            margin-top: 10px;
        } 
      }