.maincontent {
padding:0;
position:relative;
max-width:100%;
border:0;
}

.team-img {
height:200px;
}

.scroll-text {
text-align: center;
font-weight: 600;
color: var(--accent-color);
display: none;
}


.scroll-text span{
vertical-align: middle;
}

.why-card {
width:23%;
margin:0 1%;
background-color:#0a0b09;
border-radius:8px;
-webkit-box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.05);
box-shadow: 0px 0px 20px 8px rgba(0,0,0,0.05);
padding:24px;
color:#ffffff;
transition:0.2s all ease-in;
}
/* ---------------------
      slider component
  ----------------------- */
.beforeAfterContainer {
  padding: 0 30px;
display:flex;
}

.beforeAfterContainer #comparison,
.beforeAfterContainer #comparison-2,
.beforeAfterContainer #comparison-3 {
  width: 450px;
  height: 60vw;
  max-height: 300px;
  margin: 0px auto;
  padding: 3vh 10px;
}

.beforeAfterContainer #comparison .before-1 {
  background-image: url(/imageserver/UserMedia/kguard/kguard-before-1.jpg);
  background-size: cover;
  position: relative;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.beforeAfterContainer #comparison-2 .before-2 {
  background-image: url(/imageserver/UserMedia/kguard/kguard-before-1.jpg);
  background-size: cover;
  position: relative;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}


.beforeAfterContainer #comparison-2 .before-3 {
  background-image: url(/imageserver/UserMedia/kguard/kguard-before-3.jpg);
  background-size: cover;
  position: relative;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.beforeAfterContainer #comparison figure > img,
.beforeAfterContainer #comparison-2 figure > img,
.beforeAfterContainer #comparison-3 figure > img  {
  position: relative;
  width: 100%;
}

.beforeAfterContainer #comparison #after-1 {
  background-image: url(/imageserver/UserMedia/kguard/kguard-after-1.jpg);
  background-size: cover;
  position: absolute;
  width: 0%;
  -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  bottom: 0;
  height: 100%;
}

.beforeAfterContainer #comparison-2 #after-2 {
  background-image: url(/imageserver/UserMedia/kguard/kguard-after-2.JPG);
  background-size: cover;
  position: absolute;
  width: 0%;
  -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  bottom: 0;
  height: 100%;
}




input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: -2rem;
  left: -2%;
  background-color: rgba(255, 255, 255, 0.5);
  width: 102%;
  height: 15px;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]:active {
  outline: none;
}

/* -- Hero -- */

.hero-global {
    position: relative;
    padding: 80px 15px;
    background-color: #eee;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, .32) 15%, rgba(255, 255, 255, .82) 15%, rgba(255, 255, 255, .82) 85%, rgba(255, 255, 255, .32) 85%), url(/imageserver/UserMedia/kguard/svc-bg.jpg);
    background-size: cover;
    background-position: center 40%;
    text-align: center;
}
.hero-panel {
    position: relative;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    max-width: 1450px;
}
.hero-panel p:last-child {
    margin-bottom: 25px;
}

@keyframes fadeIn {
    0% {
        top: 25px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}



input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 102%;
  right: 2%;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  outline: none;
}

input[type="range"]::active {
  border: none;
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  background: var(--accent-color);
  border-radius: 50%;
  border: 6px solid #ffffff;
}

input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  width: 25px;
  height: 25px;
  background: var(--accent-color);
  border: 6px solid #ffffff;
  border-radius: 50%;
}

input[type="range"]:focus::-webkit-slider-thumb {
  background: var(--accent-color);
}

input[type="range"]:focus::-moz-range-thumb {
  background: var(--accent-color);
}

/* ---------------------
      toggler component
----------------------- */
.switchContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
align-items:center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: center;
margin:40px auto;
}

.switchContainer p {
  padding: 0 5px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.toggler {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.toggler:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .toggler {
  background-color: var(--accent-color);
}

input:focus + .toggler {
  -webkit-box-shadow: 0 0 1px var(--accent-color);
          box-shadow: 0 0 1px var(--accent-color);
}

input:checked + .toggler:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.toggler.round {
  border-radius: 34px;
}

.toggler.round:before {
  border-radius: 50%;
}

.switchContainer p {
margin:0;
}


.desktop-table-wrapper {
max-width: 1200px;
width: 100%;
margin: 30px auto;
overflow-x: scroll;
position: relative;
}

.desktop-table {
	border: 0.5px solid #e6e6e6;
	border-collapse: collapse;
	padding: 5px;
	width: 980px;
margin-inline: auto;
}

	.desktop-table th {
		border:0.5px solid #e6e6e6;
		padding:5px;
		background:#F0F0F0;
text-align:center;
	}
	.desktop-table td {
		border:0.5px solid #e6e6e6;
		padding:5px;
text-align:center;
		background:#F9F9F9;
	}

.table-check {
font-size:48px !important;
}

.kguard-table-col .table-check {
color:var(--accent-color);
font-weight:bold !important;
}

.kguard-table-col {
background:#ffffff !important;
border-left:3px solid var(--accent-color) !important;
border-right:3px solid var(--accent-color) !important;
}


.mobile-table-column {
		border:0.5px solid #e6e6e6;
		border-collapse:collapse;
		padding:5px;
margin:24px 0;
	}
	
	.mobile-table-cell {
		border:0.5px solid #e6e6e6;
		padding:5px;
text-align:center;
		background:#F9F9F9;
	}

.mobile-table-cellhead {
		border:0.5px solid #e6e6e6;
		padding:5px;
		background:#F0F0F0;
text-align:center;
	}

.mobile-table-cell span {
height:66px;
display:block;
}

#mobile-kguard-col {
background:#ffffff;
border:3px solid var(--accent-color);
}

#mobile-kguard-col .table-check {
color:var(--accent-color);
}

#mobile-kguard-col .mobile-table-cell {
background:#ffffff !important;
}


.header-title{
    margin:0 auto;
    position: relative;
    max-width:100%;
    display:flex;
align-items:center;
justify-content:center;
  }
  .header-title::before,.header-title::after{
  content:"";
  position: relative;
  background-color:var(--accent-color);
  width:10%;
  height:2px;
  z-index:3;
margin:0 15px;

}

@media (max-width: 1200px) {
.scroll-text {
display: block;
}
}

@media (max-width: 981px) {
.compare-list-wrapper {
	grid-template-columns: 1fr;

}
}