ul.list-inline.social_media_icons.pt-xl-1.mb-0 {
    display: none;
}

.heading_block h3 {
    display: none !important;
}

@media only screen and (min-width: 768px) {
    .navbar .navbar-nav .nav-item.active>.nav-link:before, .navbar .navbar-nav .nav-item:hover>.nav-link:before {
        height: 5px;
        background: #dc3545;
    }
}

@media only screen and (min-width: 768px) {
    .navbar .navbar-nav .nav-item.active>.nav-link, .navbar .navbar-nav .nav-item:hover>.nav-link {
        color: #dc3545 !important;
    }
}

.top-links .list-inline-item:first-child {
  padding: 0.5rem 1rem;
  background: red;
  border-radius: 4px;
  color: #fff !important;
}
.top-links .list-inline-item:first-child:hover{
    background:#dc1212;
}

.top-header .top-links a .badge {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 8px;
  font-size: 0.5rem;
  position: absolute !important;
  top: -0.75rem;
  left: -10px;
  right:unset;
}

.top-links .list-inline-item:first-child a {
  color: #fff;
  margin-left:0 !important;
}
@media only screen and (max-width: 639px) {
.main-background.product_bg .body-container #price_calculator .card-body #productpricetotal {
  background-color: #fff;
}
  #product-info #get-started, .cms_product_calculator #get-started {
    bottom: 6.063rem;
  }
  #InfoTab .nav-tabs .nav-item {
  margin-bottom: 10px;
}
 .asw-menu-btn {
    bottom: 155px !important;
  }
}