#header .header-column .header-extra-info li .header-extra-info-text label {
      color: #00984a;
      font-weight: bold;
    }

    @media only screen and (max-width: 500px) {

      .box1,
      .box2,
      .box3 {
        display: none !important;
      }

      .footmobile {
        text-align: center;

      }

      #sticky {
        display: none !important;
      }
    }
.tab_a {
    background: #f7f7f7 !important;
    border-bottom: none;
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    border-top: 3px solid #000 !important;
    color: #000 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .tab_a.active {
    color: #edad13 !important;
    background-color: #fff !important;
    border-color: #edad13 #edad13 #fff !important;
}


    @media screen and (max-width: 768px) and (min-width: 500px) {

      .sticky-icon .fa-phone-square,
      .sticky-icon .fa-user-md,
      .sticky-icon .fa-money-bill-alt {
        display: block !important;
      }

      .sbox1,
      .box2,
      .box3,
      .serach,
      .fa-phone-square,
      .fa-user-md,
      .fa-money-bill-alt {
        display: none !important;
      }

      .smobile b {
        font-size: 15px !important;
        text-align: center !important;
        float: none !important;
      }

      .btnmobile {
        margin-left: 0px !Important;
      }

      .footmobile {
        text-align: center;

      }
    }

    #sticky {
      position: fixed;
      top: 500;
      z-index: 10000;
      right: 0px;
    }

    .sticky-icon {
      background-color: #00984a !important;
      padding: 10px 5px;
      margin-bottom: 2px;
      font-size: 30px;
      color: white;
      border: 1px solid white;
      text-align: center;
    }

    .sticky-icon a {
      color: white;
    }

    .flash-button {
      background: #00984a;
      padding: 5px 10px;
      color: #ffffff;
      border: none;
      border-radius: 5px;

      animation-name: flash;
      animation-duration: 1s;
      animation-timing-function: linear;
      animation-iteration-count: infinite;

      //Firefox 1+
      -webkit-animation-name: flash;
      -webkit-animation-duration: 1s;
      -webkit-animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;

      //Safari 3-4
      -moz-animation-name: flash;
      -moz-animation-duration: 1s;
      -moz-animation-timing-function: linear;
      -moz-animation-iteration-count: infinite;
    }

    @keyframes flash {
      0% {
        opacity: 1.0;
      }

      50% {
        opacity: 0.5;
      }

      100% {
        opacity: 1.0;
      }
    }

    //Firefox 1+
    @-webkit-keyframes flash {
      0% {
        opacity: 1.0;
      }

      50% {
        opacity: 0.5;
      }

      100% {
        opacity: 1.0;
      }
    }

    //Safari 3-4
    @-moz-keyframes flash {
      0% {
        opacity: 1.0;
      }

      50% {
        opacity: 0.5;
      }

      100% {
        opacity: 1.0;
      }
    }

    @media only screen and (max-width: 500px) {

      .smobile {
        padding-top: 100px !Important;
      }

      .btnmobile {
        margin-left: 0px !Important;
      }

      .servicemobile,
      .docmobile {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
      }

      .knowmobile {
        margin-top: 0px !important;
      }

      .footmobile {
        border-top: 1px solid white !important;
        padding-top: 15px !important;
      }

      .popdesc,
      .happytext,
      .advtext {
        display: none !important;
      }

      .techslider {
        margin-top: -60px !important;
      }

      .docdiv {
        text-align: center;
      }

      .bestdiv {
        line-height: 25px !important;
        font-size: 20px !important;
      }

    }

    .testimonial {
      background-color: white;
      padding: 30px 0px;
      margin-right: 10px;
    }

    .boxbtn {
      padding: 30px !important;
      height: 90px;
      border-radius: 0px;
      width: 100%;
    }

    html .btn-primary:active,
    html .btn-primary.active {
      background-color: #0b9e53 !important;
    }

    .doclist {
      text-align: center;
      font-size: 12px;
      line-height: 18px;
    }

    html .scroll-to-top {
      margin-bottom: 32px;
    }

    #header .header-nav-features {

      padding-left: 0px;
      margin-left: 0px;
    }


    .fb_dialog {
        right: 45pt !important;
      }

      .example1 {
        height: 50px;
        overflow: hidden;
        position: relative;
      }

      .example1 h3 {
        font-size: 13px;
        font-weight: 600;
        color: #00984a;
        position: relative;
        width: max-content;
        height: 100%;
        margin: 0;
        text-align: center;
        line-height: 45px;
        /* Starting position */
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        /* Apply animation to this element */
        -moz-animation: example1 30s linear infinite;
        -webkit-animation: example1 30s linear infinite;
        animation: example1 30s linear infinite;
      }

      /* Move it (define the animation) */
      @-moz-keyframes example1 {
        0% {
          -moz-transform: translateX(100%);
        }

        100% {
          -moz-transform: translateX(-100%);
        }
      }

      @-webkit-keyframes example1 {
        0% {
          -webkit-transform: translateX(100%);
        }

        100% {
          -webkit-transform: translateX(-100%);
        }
      }

      @keyframes example1 {
        0% {
          -moz-transform: translateX(100%);
          /* Firefox bug fix */
          -webkit-transform: translateX(100%);
          /* Firefox bug fix */
          transform: translateX(100%);
        }

        100% {
          -moz-transform: translateX(-100%);
          /* Firefox bug fix */
          -webkit-transform: translateX(-100%);
          /* Firefox bug fix */
          transform: translateX(-100%);
        }
      }

      .blink_text {

        animation: 1s blinker linear infinite;
        -webkit-animation: 1s blinker linear infinite;
        -moz-animation: 1s blinker linear infinite;
        font-weight: bold;
        color: red;
        line-height: 20px;
        text-align: center;
        font-size: 13px;
        margin-right: 5px;
      }

      .blink_text_blue {

        animation: 1s blinker linear infinite;
        -webkit-animation: 1s blinker linear infinite;
        -moz-animation: 1s blinker linear infinite;
        font-weight: bold;
        color: #006fba;
        line-height: 20px;
        text-align: center;
        font-size: 13px;

      }

      @-moz-keyframes blinker {
        0% {
          opacity: 1.0;
        }

        50% {
          opacity: 0.0;
        }

        100% {
          opacity: 1.0;
        }
      }

      @-webkit-keyframes blinker {
        0% {
          opacity: 1.0;
        }

        50% {
          opacity: 0.0;
        }

        100% {
          opacity: 1.0;
        }
      }

      @keyframes blinker {
        0% {
          opacity: 1.0;
        }

        50% {
          opacity: 0.0;
        }

        100% {
          opacity: 1.0;
        }
      }

      @media only screen and (max-width: 600px) {
        .blink_text {
          line-height: 15px;
          text-align: center;
          padding-top: 5px;
          margin-right: 5px;
        }

        .blink_text_blue {
          line-height: 15px;
          text-align: center;
          padding-top: 5px;
        }

        #header .header-top {
          height: 90px !important;
        }
      }



.hometool{

}  


.hometool li{
   list-style: none; font-size: 17px; color: #000; padding: 8px 0;
}  

    