.abtSec .headIcon {
    background-position: -7px 0px;
}
.multiClientSec .headIcon {
    background-position: -7px -58px;
}
.industriesSec .headIcon {
    background-position: -7px -115px;
}
.researchDemandSec .headIcon {
    background-position: -7px -172px;
}
.testomonialSec .headIcon {
    background-position: -7px -227px;
}
.mediaNewsSec .headIcon {
    width: 70px;
    height: 70px;
}
.mediaRel.headIcon {
    background-position: 0px -277px;
}
.marketNews.headIcon {
    background-position: 0px -339px;
}
.serachBanner {
    background-image: url('../images/banners/home_banner.webp');
    background-size: cover;
}
.serachBanner  h1{
    font-size: 20px;
    line-height: 32px;
}

.serachBanner  p{
    font-size: 16px;
}

.searchBar form {
    max-width: 609px;
    width: 100%;
}
.searchBar select.form-control {
    max-width: 200px;
    width: 100%;
}
.searchBar input.form-control {
   max-width: 537px;
   width: 100%;
}
.searchBar form .form-control,
.searchBar form .btn {
  height:45px;
  border-radius:0;
  font-size: 15px;
}

.searchBar form select, 
.searchBar form .btn{
    background-color: #00abdf;
    color:#fff;
    border: none;
    cursor: pointer;
}
.bannerBottom {
  background-color: rgba(255, 255, 255, 0.8);
  margin-top:3rem;
}
.bannerBottom  .lead{
    color: #0e7aab;
    font-weight: 500;
}

.clr-white{
    color: white;
}

.bannerBottom .icon{
    padding: 10px;
    background: linear-gradient(355deg, rgb(144, 208, 57) 0%, rgba(2,163,246,1) 100%);
    border-radius: 100%;
    color: #fff;
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
}

.readMoreLink{
    color: #0085af;
    font-weight: 500;
}
.multiClientBox {
    padding: 5px;
    background-color: #eaf8ff;
    border-radius: 10px;
    margin-bottom: 40px;
    border: 1px solid #00abdf;
}
.multiClientBox h4 {
    font-size: 20px;
    font-weight: normal;
}
.industriesSec {
    /*background-color: #17499a;*/
    background-image: url('../images/banners/industries.webp');
    background-size: cover;
    color: #fff;
}
.industriesList li {
    width: 20%;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}
.industriesList .list-inline-item:not(:last-child) {
    margin-right: 0;
}

.industriesBox {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 80%;
    display: flex;
    flex-direction: column;
}
.industriesBox:hover {
    background-color: #fff;
    color: #17499a;
}
.industriesBox p {
    font-size:16px;
}
.catIcon {
    background-image: url(../img/cat-sprite.png);
    background-repeat: no-repeat;
    display: block;
    background-size: 140px;
      width: 70px;
    height: 65px;
    margin: 0 auto;
}
.industriesBox .cat-icon-1 {
   background-position: 0px 0px;
}
.industriesBox:hover .cat-icon-1 {
   background-position: 0px 0px;
}
.industriesBox .cat-icon-2 {
  background-position: 0px -67px;
}
.industriesBox:hover .cat-icon-2 {
  background-position: 0px -67px;
}
.industriesBox .cat-icon-3 {
  background-position: 0px -130px;
}
.industriesBox:hover .cat-icon-3 {
      background-position: 0px -130px;
}
.industriesBox .cat-icon-4 {
  background-position: 0px -188px;
}
.industriesBox:hover .cat-icon-4 {
   background-position: 0px -188px;
}
.industriesBox .cat-icon-5 {
  background-position: 0px -245px;
}
.industriesBox:hover .cat-icon-5 {
  background-position: 0px -245px;
}
.industriesBox .cat-icon-6 {
  background-position: 0px -310px;
}
.industriesBox:hover .cat-icon-6 {
    background-position: 0px -310px;
}
.industriesBox .cat-icon-7 {
   background-position: 0px -366px;
}
.industriesBox:hover .cat-icon-7 {
   background-position: 0px -366px;
}
.industriesBox .cat-icon-8 {
   background-position: 0px -426px;
}
.industriesBox:hover .cat-icon-8 {
   background-position: 0px -426px;
}
.industriesBox .cat-icon-9 {
  background-position: 0px -487px;
}
.industriesBox:hover .cat-icon-9 {
   background-position: 0px -487px;
}
.industriesBox .cat-icon-10 {
  background-position: 0px -548px;
}
.industriesBox:hover .cat-icon-10 {
   background-position: 0px -548px;
}
.industriesBox .cat-icon-11 {
  background-position: 0px -609px;
}
.industriesBox:hover .cat-icon-11 {
   background-position: 0px -609px;
}
.industriesBox .cat-icon-12 {
  background-position: 0px -672px;
}
.industriesBox:hover .cat-icon-12 {
   background-position: 0px -672px;
}
.industriesBox .cat-icon-13 {
  background-position: 0px -730px;
}
.industriesBox:hover .cat-icon-13 {
   background-position: 0px -730px;
}
.reserachImg {
    box-shadow: 12px 12px 24px rgba(15, 60, 91, 0.18);
}
.imgText {
    position: absolute;
    bottom: 40px;
    width: 80%;
    left: 10%;
    border: 2px solid #fff;
}
.researchDemandSec .haedingGrey::before {
    content: "";
    background-color: #eee;
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    top: 30%;
}
.researchDemandSec h3 {
    z-index: 2;
    background: #fff;
    padding: 0 60px;
}

.researchDemList a.borderGreen {
    color: #0a3c61;
    font-weight: 500;
    line-height: 20px;
    display: block;
}
.researchDemList p {
    line-height: 25px;
    font-size: 14px;
}
.researchDemList .row{
    margin-bottom: 30px;
}
.actinableSec ul li {
    width: 20%;
    margin: 0;
}
.actinableSec ul li .headIcon {
    height: 90px;
    width: 100px;
    margin: auto;
}
.actinableSec ul li:first-child .headIcon {
    background-position: -53px 16px;
}
.actinableSec ul li:nth-child(2) .headIcon {
   background-position: -52px -70px;
}
.actinableSec ul li:nth-child(3) .headIcon {
   background-position: -58px -154px;
}
.actinableSec ul li:nth-child(4) .headIcon {
    background-position: -70px -236px;
    width: 80px;
}
.actinableSec ul li:nth-child(5) .headIcon {
    background-position: -73px -320px;
    width: 74px;
}
.mediaNewsSec .borderGreen:after {
    margin: 15px auto;
}
.mediaNewsSec {
    background-image: url('../images/mediaBanner.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position:center;
}
.mediaNewsSec .lead{
    font-size: 2rem;
}
.mediaNewsSec li:not(:last-child):after{
   content: "";
    position: absolute;
    top: 30%;
    left: 50%;
    height: 100px;
    width: 4px;
    display: inline-block;
    background-color: #fff;
}
.testoBox {
    border: 1px solid #333;
    margin: 20px 10px;
}
.testoBox .numb {
    background-color: #007aa8;
    padding: 2px 12px;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    width: 35px;
    height: 35px;
    top: -15px;
    left: -15px;
    font-size: 18px;
}
.testoBox .compName span:before{
    content: "";
    background-color: #90cd3f;
    width: 100px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

@media (max-width: 991px) {
 .searchBar select.form-control {
    max-width: 180px;
}
 .searchBar input.form-control {
    max-width: 434px;
}
 .searchBar form .form-control, .searchBar form .btn {
    height: 50px;
    font-size: 1rem;
}
 .industriesList li,
 .actinableSec ul li {
    width: 33.33%;
}
 .testoBox .compName span:before {
    width: 30px;
    margin-right: 5px;
}
}
@media (max-width: 767px) {
    .industriesList li, .actinableSec ul li {
    width: 50%;
}
    .mediaNewsSec li {
        width: 100%;
    }
    .mediaNewsSec li:not(:last-child):after {
    content: none;
}
    .searchBar select.form-control {
    max-width: 160px;
}
    .searchBar input.form-control {
    max-width: 295px;
}
    .searchBar form .form-control, .searchBar form .btn {
    padding: 8px 14px;
}
   .researchDemandSec h3 {
    padding: 0 10px;
}
}
@media (max-width: 576px) {
 .searchBar input.form-control {
   max-width: 100%;
   width: 86%;
}
   .searchBar select.form-control {
    max-width: 100%;
}
  .searchBar form .btn {
    width: 14%;
  }
  .searchBar form select {
   margin-bottom:20px;
}
  .industriesList li {
    width: 100%;
}
  .researchDemandSec .haedingGrey::before {
    content: none;
}
  .imgText {
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    border: none;
}
  .imgText h4 {
    font-size: 1.2rem;
}
}

.reportDescripBox .nav-pills .nav-link.active,
.reportDescripBox .nav-pills .show>.nav-link {
  background-color: #007ab3;
  color: #fff;
  margin-bottom: 15px;
}

.reportDescripBox .nav-pills .nav-link {
    background-color: #c2c2c2;
    margin: 0 10px 15px;
    border-radius: 0;
    color: black;
    width: 235px;
    font-weight:400;
    text-align: center;
  }
  
  