/*
Theme Name: Pricom - Child
Theme URI: https://harutheme.com/pricom
Author: HaruTheme
Author URI: https://harutheme.com/
Description: This is child theme of Pricom
Template: pricom
Version: 1.0.0
*/

/*---------------------------------
    Write your css code from here
------------------------------------*/

.brand-slider img {
    width: 200px !important;
}


.brand-slider .haru-banner-list__image {
    overflow: visible;
    justify-content:center;

}

.haru-banner-list__hover-style-5 .haru-banner-list__content {
    display: none;
}
.haru-banner-list__hover-style-5 {
    padding: 0 20px;
}
body {overflow:visible;}

.haru-heading-title--heading-1 span:after {
    height:1px;
}
.haru-banner-list__hover-style-1 .haru-banner-list__title {
    display: none;
}
.haru-logo-showcase .haru-logo-showcase__image {
    width: 160px;
}

.web-presence-section {border-top: 1px solid #ccc;}

.header-main-top {
    box-shadow: 0 5px 4px -5px rgb(0 0 0 / 10%) !important;
}
.web-presence-section {
    background:rgba(249, 249, 249, 0.64);
    border:none;
}

.web-presence-list {
    background: rgba(249, 249, 249, 0.64);
}
.web-presence-section .haru-heading-title {margin-bottom:0;}
.web-presence-list .haru-icon-box {padding:20px;}
.web-presence-list .haru-icon-box__icon {font-size: 46px; min-height: 95px;}
.web-presence-list .haru-icon-box__icon a i {font-size: 50px;}
.web-presence-list .haru-icon-box__icon a {width: 70px;height: 70px;}
.web-presence-list .haru-icon-box__title {font-size: 20px;margin-top: 0;margin-bottom: 0;}
.web-presence-list .haru-icon-box--style-7 {min-height: 387px;}
.web-presence-list .haru-icon-box--style-7 .haru-icon-box__description {font-size: 16px;line-height: 25px;}
.web-presence-list .e-con-inner { padding-bottom: 50px;}
.fast-and-quality {font-size: 35px;line-height: 1.15;margin-bottom: 0;}
.fast-quality-section {margin: 60px 0 0 0;}

.haru-nav-menu--main > ul > li > a {
  color: #0667AA;
  position: relative;
  text-decoration: none;
}

.haru-nav-menu--main > ul > li > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #0667AA;
  bottom: 10px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.haru-nav-menu--main > ul > li > a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.haru-price-calculator--style-2 .haru-price-calculator__description {
    margin: -8px 0 0 44px;
}

.USPS-block p.haru-icon-box__description {min-height: inherit;}
.feature-list-height p.haru-icon-box__description {min-height: inherit;}
.no-bg {background: none !important;}
.no-bg:before {
    background: #fff !important;
}

.enterprice-website-plan h6.haru-price-table__title {
    display: none;
}

.enterprice-website-plan .haru-price-table__featured {
    right: -31px;
    margin: 0 auto;
    width: 170px;
    border-radius: 50px 0 0 50px;
    top: -20px;
}

.enterprice-website-plan ul.haru-price-table__list {
    min-height: 232px;
}

.enterprice-website-plan .haru-price-table--style-2 .haru-price-table__description {
    color: #4b8fc9;
    font-size: 34px;
    line-height: normal;
}

.enterprice-testimonial .haru-testimonial__description {
    font-size: 23px;
}
.enterprice-website-plan .haru-price-table__item {
    position: relative;
    padding: 0 0 0 40px;
    line-height: normal;
    margin-bottom: 18px;
}
.enterprice-website-plan .haru-price-table__item::before {
    position: absolute;
    left: 0;
    top: 0;
}

.conversation-list p.haru-icon-box__description {
    min-height: 177px;
}

.haru-testimonial__item .haru-testimonial__image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

@media(max-width:1024px) {
    .enterprice-website-plan .e-con-full {
      margin: 0 !important;
    }
    .enterprice-website-plan .haru-price-table__item::before {
        top: 3px;
    }
}
@media(max-width:1023px) {
    .enterprice-website-plan .haru-price-table--style-2 {
        padding: 20px 10px;
    }
}

@media (max-width:767px) {
    .haru-icon-box--style-7 {
        min-height: inherit;
    }
    .footer-logo-col {
      width: 100%;
    }
    .enterprice-website-plan ul.haru-price-table__list {
        min-height: inherit;
    }
    .enterprice-website-plan .haru-price-table__featured {
        top: -6px;
    }
    .conversation-list p.haru-icon-box__description {
        min-height: inherit;
    }
}