/* colapsible accordion begin */
.hs-accordion__item {
    margin: 0em;
}
.hs-accordion__item button {
    display: block;
    width: 100%;
    font-size: 1em;
    padding: 1em 3em 1em 0em;
    cursor: pointer;
    border: 0 none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: none;
    color: #444;
    position: relative;
    text-align: left;
	  font-family: inherit;
}
.hs-accordion__item button * {
  pointer-events: none;
}
.hs-accordion__item:last-of-type button {
    border-bottom-color: transparent;
}
.hs-accordion__item button:focus {
    outline: none;
}
.hs-accordion__item button:hover {
    color: #d4272e;
    opacity: .8;
}
.hs-accordion__item[aria-expanded=true] button {   /* [aria-expanded=true] means accordion will be 'open' */
    color: #d4272e;
    border-bottom-color: #d4272e;
}
.hs-accordion__item-icon {              /* Icon styles */
    position: absolute;
    height: 1.25em;
    width: 1.25em;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 1px solid #a5a5a5;
    border-radius: 50%;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
  pointer-events: none;
}
.hs-accordion__item-icon:before {   
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    height: 1px;
    width: .75em;
    background-color: #a5a5a5;
}
.hs-accordion__item-icon:after {   
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    height: .75em;
    width: 1px;
    background-color: #a5a5a5;
}
.hs-accordion__item button:hover .hs-accordion__item-icon {
    border-color: #d4272e;
}
.hs-accordion__item button:hover .hs-accordion__item-icon:before,
.hs-accordion__item button:hover .hs-accordion__item-icon:after {
    background-color: #d4272e;
}
.hs-accordion__item[aria-expanded=true] .hs-accordion__item-icon {
    -webkit-transform: translateY(-50%) rotate(135deg);
        -ms-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    border-color: #d4272e;
    background-color: #d4272e;
}
.hs-accordion__item[aria-expanded=true] .hs-accordion__item-icon:before,
.hs-accordion__item[aria-expanded=true] .hs-accordion__item-icon:after,
.hs-accordion__item[aria-expanded=true] button:hover .hs-accordion__item-icon:before,
.hs-accordion__item[aria-expanded=true] button:hover .hs-accordion__item-icon:after {
    background-color: #fff;   
}
.hs-accordion__item main {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: opacity .3s ease-out .2s, max-height .3s ease-out;
    -o-transition: opacity .3s ease-out .2s, max-height .3s ease-out;
    transition: opacity .3s ease-out .2s, max-height .3s ease-out;
    line-height: 1.6;
  	display: block;
}
.hs-accordion__item[aria-expanded=true] main {
    opacity: 1;
    max-height: 100%;
    -webkit-transition: opacity .5s ease-in, max-height .5s ease-in;
    -o-transition: opacity .5s ease-in, max-height .5s ease-in;
    transition: opacity .5s ease-in, max-height .5s ease-in;
  	/*display: block;*/
}
.hs-accordion__item-content {
    padding: 2em 1em 1.5em;
  background-color:rgba(255,255,255,0.95);
}
.hs-accordion__item-content p {
 		margin-top: 0; 
}
/* colapsible accordion end */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .industry-app-wrapper-mobile{display: none;}
  .hs-accordion{display:block;}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .app-content.app-slide{display:none;}
  .hs-accordion{display:none;}
}

.cta-whole .contact-cta-rep .cta-section .cta-bar {
  padding-top: 2.768em;
  padding-right: 2rem;
  padding-bottom: 2.768em;
  border-radius: 2px;
  background-color: #eef2f4;
  position: relative;
  left: 0;
  right: 0;
  display: block;
  margin-right: auto;
  margin-left: auto
}

.cta-whole .contact-cta-rep .cta-section .cta-bar #top-text {
  font-size: 1em;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 700
}

.cta-whole .contact-cta-rep .cta-section hr {
  width: 94%;
  height: 2px;
  margin-left: 0;
  background-color: #d4272e;
  border: 0 none
}

.cta-location button {
  white-space: normal
}

.cta-image-cta {
  height: 700px
}

.cta-image-cta .cta-location-bg {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.category-details-container .manufacturers-container ul {
  columns: 4 200px;
  list-style: none;
  padding-left: 0
}

.category-details-container .specifications-container table td:first-of-type {
  font-weight: 700;
  padding-right: 25px;
  vertical-align: top
}

.category-details-container .also-viewed-container .card-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap
}

.category-details-container .also-viewed-container .card-wrap .card {
  max-width: 125px
}

.read-more-control-last-li {
  background: -webkit-linear-gradient(#eee,rgba(255,255,255,.2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all .5s ease
}

.anchor-thin-arrow-style a,.large-arrow a,.small-arrow a {
  cursor: pointer
}

.anchor-thin-arrow-style a .ion-ios-arrow-thin-right,.large-arrow a .ion-ios-arrow-thin-right,.small-arrow a .ion-ios-arrow-thin-right {
  position: relative;
  top: 4px;
  display: inline-block;
  padding-right: 1rem;
  padding-left: .5rem;
  font-family: Ionicons,sans-serif;
  font-size: 150%;
  transition: transform .3s ease-in-out 0s;
  line-height: 0
}

.anchor-thin-arrow-style a:hover,.large-arrow a:hover,.small-arrow a:hover {
  text-decoration: none;
  cursor: pointer
}

.anchor-thin-arrow-style a:hover .ion-ios-arrow-thin-right,.large-arrow a:hover .ion-ios-arrow-thin-right,.small-arrow a:hover .ion-ios-arrow-thin-right {
  transition: transform .3s ease-in-out 0s;
  transform: translateX(8px) translateY(0) translateZ(0) scaleX(1.25) scaleY(1.25) scaleZ(1)
}

.large-arrow a .ion-ios-arrow-thin-right {
  top: 8px
}


.industry-slider-wrap {
  background-size: cover;
  transition: all .5s ease-in-out
}

.industry-slider-wrap .industry-slider-inner .industry-slider {
  background-color: #212f36
}

.industry-slider-wrap .industry-slider-inner .industry-slider .slick-list {
  margin: -10px 0
}

.industry-slider-wrap .industry-slider-inner .industry-slider .industry-slide {
  background-color: transparent;
  color: #fff;
  margin: 10px 0
}

.industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap {
  background-color: #fff
}

.industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap ul.industry-slider-nav {
  list-style: none;
  padding: 0;
  margin: 0
}

.industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap ul.industry-slider-nav li a {
  display: block;
  position: relative;
  padding: 20px 30px;
  box-sizing: border-box;
  transition: all .35s ease-in-out
}

.industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap ul.industry-slider-nav li a.active,.industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap ul.industry-slider-nav li a:hover {
  color: #fff;
  background-color: #d4272e;
  text-decoration: none
}

.industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap ul.industry-slider-nav li a.active:before,.industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap ul.industry-slider-nav li a:hover:before {
  pointer-events: auto;
  opacity: 1;
  transition: opacity .35s ease-in-out
}

.industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap ul.industry-slider-nav li a:before {
  font-family: Ionicons;
  content: "\f124";
  background-color: #d4272e;
  color: #fff;
  position: absolute;
  top: 0;
  left: -40px;
  padding: 20px;
  width: 40px;
  z-index: 100;
  box-sizing: border-box;
  pointer-events: none;
  opacity: 0;
  transition: all .35s ease-in-out
}

@media (max-width: 576px) {
  .industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap ul.industry-slider-nav li a:before {
    display:none
  }
}

.industry-app-wrapper {
  overflow: hidden;
  margin-bottom: 5px
}

.industry-app-wrapper .app-slider-nav a.nav-link {
  background-color: #fff;
  border: 1px solid #d0dada;
  color: #212f36;
  border-radius: 0;
  box-sizing: border-box
}

.industry-app-wrapper .app-slider-nav a.nav-link.active {
  border-bottom: 3px solid #d4272e
}

.industry-app-wrapper .app-slider-nav a.nav-link:first-child {
  border-top-left-radius: .125rem;
  border-bottom-left-radius: .125rem
}

.industry-app-wrapper .app-slider-nav a.nav-link:last-child {
  border-top-right-radius: .125rem;
  border-bottom-right-radius: .125rem
}

.industry-app-wrapper .interactive-app-wrapper img {
  width: 100%;
  height: auto
}

.industry-app-wrapper .interactive-app-wrapper svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0
}

.industry-app-wrapper .interactive-app-wrapper g.hover-path {
  cursor: pointer
}

.industry-app-wrapper .interactive-app-wrapper g.hover-path .st1,.industry-app-wrapper .interactive-app-wrapper g.hover-path circle {
  transition: all .2s ease-in-out
}

.industry-app-wrapper .interactive-app-wrapper g.hover-path:hover circle {
  fill: #7e171b
}

.industry-app-wrapper .interactive-app-wrapper g.hover-path:hover .st1 {
  opacity: .3;
  fill: #000
}

.industry-app-wrapper .interactive-text {
  max-width: 35%
}

.industry-app-wrapper .app-info-pane {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  background-color: #fff;
  z-index: 998;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
  transition: transform .3s ease-in-out;
  transform: translate(100%,0);
  margin-bottom: 5px
}

.industry-app-wrapper .app-info-pane.show {
  transform: none
}

.industry-app-wrapper .app-info-pane .info-pane-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.industry-app-wrapper .app-info-pane .info-pane-content .info-pane-body {
  overflow-y: auto
}

.industry-app-wrapper .app-info-pane button.close {
  float: none
}

@media (max-width: 1200px) {
  .industry-app-wrapper .app-info-pane {
    width:50%
  }
}

.industry-app-wrapper .app-overlay {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.5);
  z-index: 997;
  cursor: pointer;
  margin-bottom: 5px
}
.fs-3 {
  font-size: 1.25rem!important;
}
.industry-app-wrapper .app-overlay.show {
  display: block
}

.industry-app-wrapper .app-spacing {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 5px
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 876px;
  font-family: museo-sans,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(33,47,54,.2);
  border-radius: .125rem
}
.app-popover {
  z-index: 998;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .125rem
}

.popover .arrow::after,.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-popover-auto[x-placement^=top],.bs-popover-top {
  margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow {
  bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(33,47,54,.25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],.bs-popover-right {
  margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .125rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(33,47,54,.25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom {
  margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow {
  top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(33,47,54,.25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],.bs-popover-left {
  margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .125rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(33,47,54,.25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.125rem - 1px);
  border-top-right-radius: calc(.125rem - 1px)
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: .5rem .75rem;
  color: #212f36
}
.industry-slider-wrap {
  background-size: cover;
  transition: all .5s ease-in-out
}

.industry-slider-wrap .industry-slider-inner .industry-slider {
  background-color: #212f36
}

.industry-slider-wrap .industry-slider-inner .industry-slider .slick-list {
  margin: -10px 0
}

.industry-slider-wrap .industry-slider-inner .industry-slider .industry-slide {
  background-color: transparent;
  color: #fff;
  margin: 10px 0
}

.industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap {
  background-color: #fff
}

.industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap ul.industry-slider-nav {
  list-style: none;
  padding: 0;
  margin: 0
}

.industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap ul.industry-slider-nav li a {
  display: block;
  position: relative;
  padding: 20px 30px;
  box-sizing: border-box;
  transition: all .35s ease-in-out
}

.industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap ul.industry-slider-nav li a.active,.industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap ul.industry-slider-nav li a:hover {
  color: #fff;
  background-color: #d4272e;
  text-decoration: none
}

.industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap ul.industry-slider-nav li a.active:before,.industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap ul.industry-slider-nav li a:hover:before {
  pointer-events: auto;
  opacity: 1;
  transition: opacity .35s ease-in-out
}

.industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap ul.industry-slider-nav li a:before {
  font-family: Ionicons;
  content: "\f124";
  background-color: #d4272e;
  color: #fff;
  position: absolute;
  top: 0;
  left: -40px;
  padding: 20px;
  width: 40px;
  z-index: 100;
  box-sizing: border-box;
  pointer-events: none;
  opacity: 0;
  transition: all .35s ease-in-out
}

@media (max-width: 576px) {
  .industry-slider-wrap .industry-slider-inner .industry-slider-nav-wrap ul.industry-slider-nav li a:before {
    display:none
  }
}

.industry-app-wrapper {
  overflow: hidden;
  margin-bottom: 5px
}

.industry-app-wrapper .app-slider-nav a.nav-link {
  background-color: #fff;
  border: 1px solid #d0dada;
  color: #212f36;
  border-radius: 0;
  box-sizing: border-box
}

.industry-app-wrapper .app-slider-nav a.nav-link.active {
  border-bottom: 3px solid #d4272e
}

.industry-app-wrapper .app-slider-nav a.nav-link:first-child {
  border-top-left-radius: .125rem;
  border-bottom-left-radius: .125rem
}

.industry-app-wrapper .app-slider-nav a.nav-link:last-child {
  border-top-right-radius: .125rem;
  border-bottom-right-radius: .125rem
}

.industry-app-wrapper .interactive-app-wrapper img {
  width: 100%;
  height: auto
}

.industry-app-wrapper .interactive-app-wrapper svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0
}

.industry-app-wrapper .interactive-app-wrapper g.hover-path {
  cursor: pointer
}

.industry-app-wrapper .interactive-app-wrapper g.hover-path .st1,.industry-app-wrapper .interactive-app-wrapper g.hover-path circle {
  transition: all .2s ease-in-out
}

.industry-app-wrapper .interactive-app-wrapper g.hover-path:hover circle {
  fill: #7e171b
}

.industry-app-wrapper .interactive-app-wrapper g.hover-path:hover .st1 {
  opacity: .3;
  fill: #000
}

.industry-app-wrapper .interactive-text {
  max-width: 35%
}

.industry-app-wrapper .app-info-pane {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  background-color: #fff;
  z-index: 998;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.12);
  transition: transform .3s ease-in-out;
  transform: translate(100%,0);
  margin-bottom: 5px
}

.industry-app-wrapper .app-info-pane.show {
  transform: none
}

.industry-app-wrapper .app-info-pane .info-pane-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.industry-app-wrapper .app-info-pane .info-pane-content .info-pane-body {
  overflow-y: auto
}

.industry-app-wrapper .app-info-pane button.close {
  float: none
}

@media (max-width: 1200px) {
  .industry-app-wrapper .app-info-pane {
    width:50%
  }
}

.industry-app-wrapper .app-overlay {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.5);
  z-index: 997;
  cursor: pointer;
  margin-bottom: 5px
}

.industry-app-wrapper .app-overlay.show {
  display: block
}

.industry-app-wrapper .app-spacing {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 5px
}

.app-popover {
  z-index: 998
}

.app-popover .popover-body {
  padding: 0
}

.app-popover .popover-body img {
  width: 100%;
  height: auto
}

.applications-wrapper .app-mobile-slider .slick-arrow {
  background-color: #d4272e!important;
  height: 1.5rem;
  width: 1.5rem;
  line-height: 0;
  z-index: 998
}

.applications-wrapper .app-mobile-slider .slick-arrow:before {
  font-family: Ionicons;
  font-size: 1rem;
  color: #fff
}

.applications-wrapper .app-mobile-slider .slick-arrow.slick-prev:before {
  content: "\f3d5"
}

.applications-wrapper .app-mobile-slider .slick-arrow.slick-next:before {
  content: "\f3d6"
}

.applications-wrapper .app-mobile-slider .slick-dots {
  position: static;
  margin-top: 2rem
}

.applications-wrapper .app-mobile-slider .slick-dots .slick-active button:before {
  color: #d4272e!important
}

.applications-wrapper hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-color: #d4272e
}

.app-modal button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 998;
  border-color: #212f36;
  background-color: #212f36;
  padding: 0 .65rem;
  opacity: 1;
  overflow: hidden
}

.app-modal i {
  font-size: 2.441rem;
  color: #fff;
  line-height: 0
}

#dnow-consent-bar {
  z-index: 1039;
  width: 100%;
  background-color: #eef2f4;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  bottom: 0;
  box-sizing: border-box
}

#csettings-modal .modal-body {
  padding: 0
}

#csettings-modal .nav-link.active {
  color: #fff;
  background-color: #d4272e
}

#csettings-button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 50px solid #d4272e;
  border-right: 50px solid transparent
}

#csettings-button a:before {
  position: absolute;
  content: "\f13d";
  font-family: Ionicons;
  color: #fff;
  font-size: 22px;
  top: 18px;
  left: 5px
}

.slick-dots li button:before {
  font-size: 20px!important;
  line-height: 20px!important;
  display: block;
  content: '•';
}

.industry-app-wrapper-mobile .app-content.py-6:not(:first-child) {
  border-top: 1px solid #d0dada!important;
}

@media (max-width: 479px){
  .applications-wrapper .app-mobile-slider .slick-dots {
    margin-top: -21px !important;
  }
}