body {
    overflow-x: hidden;
}
.product-banner h1.title {
    color: #057792;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    padding: 1.5em 0;
    text-transform: uppercase;
}
.left-list h2 {
    color: #fb4848;
    font-weight: 700;
}
.right-list h2 {
    color: #057792;
    font-weight: 700;
}

/* parallax bg */
.kw-product-pane-1 {
    position: relative;
}
.parallax-bg {
    position: absolute;
    top: 19%;
    left: 4%;
}
.bg-1 {
    width: 90px;
    height: 90PX;
    background: #fb4848;
    border-radius: 50%;
    filter: blur(8px);
    -webkit-filter: blur(7px);
}
.bg-2 {
    width: 50px;
    height: 50PX;
    background: #057792;
    border-radius: 50%;
    filter: blur(8px);
    -webkit-filter: blur(6px);
}
.product-title {
    font-size: 1.5rem;
}

/* animate-circle */

.animate-circle-1 {
    width: 500px;
    height: 500px;
    border-top: 80px solid #999;
    border-left: 80px solid #ddd;
    border-right: 80px solid #ddd;
    border-bottom: 80px solid #999;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -250px;
    border-radius: 100%;
    opacity: 0.1;
    animation: spinner 5s linear infinite;
}

@keyframes spinner{

    0%{
  
      transform: rotate(0deg);
  
    }

    100%{
  
      transform: rotate(360deg);
  
    }
  
}

@media screen and (max-device-width: 480px)
and (orientation: portrait) { 
    .product-banner h1.title {
        font-size: 24px;
        padding-top: 2em;
    }
    .animate-circle-1 {
        display: none;
    }
    .prod-list-card.left-list {
        padding: 15px !important;
        text-align: center !important;
    }
    .new-kw-prod-card {
        height: initial !important;
    }
    .kw-prod-icon, .kw-prod-icon-right {
        width: 100% !important;
        height: auto !important;
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: initial !important;
        border-bottom-left-radius: initial !important;
    }
    .kw-prod-icon .kw-icon {
        display: initial !important;
        margin: 15px !important;
        width: initial !important;
    }
    .kw-prod-icon::before, .kw-prod-icon-right::after {
        content: initial !important;
    }
    .prod-list-card.right-list {
        padding: 15px !important;
        float: initial !important;
        text-align: center !important;
    }
    .kw-prod-icon-right .kw-icon {
        display: initial !important;
        width: initial !important;
        margin: 15px !important;
    }
    .new-kw-prod-card {
        margin-bottom: 20px;
    }

}

@media screen and (min-device-width: 768px)
and (max-device-width: 1024px) {
    .prod-card {
        padding: 15px;
    }
    .animate-circle-1 {
        display: none;
    }
    .new-kw-prod-card {
        margin-bottom: 20px;
    }
    .kw-prod-icon-right::after {
        clip-path: polygon(50% 100%, 50% -35%, 100% 100%) !important;
    }
    .kw-prod-icon::before {
        clip-path: polygon(50% 100%, 8% 100%, 45% 0%) !important;
    }
}





/* new design */
.prod-list-card.left-list {
    float: left;
    padding: 40px;
}
.prod-list-card.left-list a {
    background: #057792;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
}
.prod-list-card.right-list {
    float: right;
    text-align: right;
    padding: 40px;
}
.kw-prod-icon {
    text-align: center;
    height: 233px;
    background: #fb4848;
    color: #fff;
    display: table;
    width: 75%;
    float: right;
    position: relative;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    /* border-radius: 10px; */
}
.prod-list-card.right-list a {
    background: #fb4848;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
}
.kw-prod-icon-right {
    text-align: center;
    font-size: 28px;
    height: 233px;
    background: #057792;
    color: #fff;
    display: table;
    width: 75%;
    float: left;
    position: relative;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /* border-radius: 10px; */
}
.kw-prod-icon .kw-icon {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    margin-top: 5em;
    margin-left: 2em;
}
.kw-prod-icon::before {
    content: '';
    position: absolute;
    left: -73px;
    bottom: 0;
    background: #fb4848;
    clip-path: polygon(50% 100%, 8% 100%, 50% 0%);
    width: 100%;
    height: 100%;
}
.kw-prod-icon-right .kw-icon {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    margin-top: 3em;
    margin-left: 2em;
}
.kw-prod-icon-right::after {
    content: '';
    position: absolute;
    right: -60px;
    bottom: 0;
    background: #057792;
    clip-path: polygon(50% 100%, 50% -25%, 100% 100%);
    width: 100%;
    height: 100%;
}



.new-kw-prod-card {
    /* padding: 40px; */
    background: #ffffff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    border-radius: 10px;
    height: 233px;
}
.new-kw-prod-card.active, .new-kw-prod-card:hover {
    -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.2);
}



/* Shine */
.new-kw-prod-card .shine {
	position: relative;
    overflow-x: hidden;
}
.new-kw-prod-card .shine::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.new-kw-prod-card:hover .shine::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
