.color-primary{
    color: #d80650;
}
.primary-bg{
    background-color: #d80650;
}
.color-white{
    color: white;
}

.exlplore-img{
    height: 54px;
    width: 44px;
}
.line-hieght-35{
    line-height: 35px;
}
.color-grey{
color: #968A8A;
}

.explore-content-img img{
  
    height: 100%;
}
.explore-offerings .tabs-heading{
    background-color: #E7E7E7;
    color: #968A8A;
}
.explore-offerings .tabs-heading.current{
    background-color: #d80650;
    transition: ease .5s;
    color: #fff;
}
.explore-offerings .tabs-heading.current svg path{
    fill: #fff;
  }
  .explore-offerings .tabs-heading svg path{
    fill: #968A8A;
  }

@media only screen and (min-width: 900px) {
    
    .explore-offerings .explore-content li, p{
    /* font-size: 20px;
   line-height: 36px; */
}
.font-36{
    font-size: 36px;
}
.explore-content-img{
    width: 30%!important;
    height: 100%;
}
.tabs-heading.current {
    transform: translateX(10px);
    transition: ease .5s;
}

}

@media only screen and (max-width: 768px) {
    
    .col-3.explore-content-img{
    width: 100% !important;
}
.direction-column{
    flex-direction: column;
}
.explore-content-img{
    margin-top: 10px;
}
}

