.header-navigation .menu {
	margin-left: 20px;
}


.imagehovere img:hover {
	transition: transform .3s; 
	  transform: scale(1.1); 
}

.top3pick4list {
	min-height: 140px;
}
/* product slider css*/

.prdouctslider .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic   {
	height: 350px;
	width: 100%;
object-fit: contain !important;

}

.kb-gallery-ul .kadence-blocks-gallery-item {
 
}
.prdouctslider div {
	width: 100%;
 
}
.kb-gallery-ul.kb-gallery-type-carousel .kt-blocks-carousel .slick-slider, .kb-gallery-ul.kb-gallery-type-slider .kt-blocks-carousel .slick-slider, .kb-gallery-ul.kb-gallery-type-thumbslider .kt-blocks-carousel .slick-slider {
	margin: 0 -7px;
}





/*end */

.pbox1img img {
	max-height: 250px !important;
	width: auto;
}



.pbox1btn .kt-button:hover,
.pbox1btn .kt-button:focus {
  box-shadow: 0 0.5em 0.5em -0.4em #EE1B22 !important;
  transform: translateY(-0.25em);
}

.pbox1img  {
    animation: pbox1img 5s linear infinite;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pbox1img;
}

@keyframes pbox1img  {
0% {
    transform: translateY(15px);
}
	50% {
    transform: translateY(-15px);
}
	100% {
    transform: translateY(15px);
	} 

}




.pbox1img  {
	box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;

}

.pbox1list .kt-svg-icon-list {
	border-left: solid 4px #EE1B22 ;
	padding-left: 10px !important;
	
}

.pbox1
.kt-svg-icon-list-item-wrap:hover
svg
{
	 box-shadow: 0 0.5em 0.5em -0.4em #EE1B22 !important;
  transform: translateY(-0.20em);
}

/*
.pbox1:hover 
.pbox1list .kt-svg-icon-list {
	border-left: solid 4px red ;
}

.kt-svg-icon-list-item-wrap:hover
svg
{
	color: red !important;
}
*/

/* pbox2 */


.pbox2h3 strong {
	border-left: solid 4px  #2798e3 ;
padding-left: 6px;
}
.pbox2h3 strong {
	border-right: solid 4px  #2798e3 ;
padding-right: 6px;
}

.pbox2img img {
	max-height: 300px;
	width: auto;
}

.pbox2sec1:hover
.pbox2btn .kt-button {
	color: white ;
	background: #2798E3 ;
	border-color: #2798E3 ;
	transition: .7s;
}
.pbox2btn:hover {
	transition: .5s;
  transform: translateY(-0.25em)
}


.pbox2 .kt-svg-icon-list-item-wrap:hover {
box-shadow: 0 0 20px -12px #000;
	transition: 0.3s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;

}

.pbox2 .kt-svg-icon-list-item-wrap {
	padding: 5px 8px 5px 8px !important;
}

.pbox3img img {
	width: auto;
	max-height: 320px;
}
.pbox3img  {
    animation: pbox1img 5s linear infinite;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pbox3img;
}


@keyframes pbox3img  {
0% {
    transform: translateY(15px);
}
	50% {
    transform: translateY(-15px);
}
	100% {
    transform: translateY(15px);
	} 

}


.productbutn3  {
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.productbutn3:before {
    content: '';
    background: linear-gradient(45deg, white, red, white, red );
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;

    filter: blur(8px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity:  ;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.productbutn3:active {
    color: #000;
}

.productbutn3::active:after {
    background: transparent;
}




@keyframes glowing {
     0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
   100% { background-position: 0 0; }
}








.pbox2lable {
display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    color: #4777f4;
    background-color: rgba(71, 119, 244, 0.22);
    padding: 5px 16px;
    border-radius: 4px;
    letter-spacing: .6px;
    margin-bottom: 5px;
    font-weight: 600;
}

.heading_overlay {
	    display: inline-block;
    position: relative;
    height: 5px;
    border-radius: 30px;
    background-color: #4777f4;
    width: 90px;
    margin-top: 0px;
    margin-bottom: 16px;
    overflow: hidden;
}

.heading_overlay:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1.1px;
    height: 7px;
    width: 8px;
    background-color: #fff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}


@keyframes MOVE-BG {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		-webkit-transform: translateX(88px);
		transform: translateX(88px)
	}
}


.pbox3btn .kt-button:hover
{ transform: translateY(-3px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
	
	
}


.productbutn2n .kb-button , .productbutn2n .kb-button:hover {
	background: linear-gradient(60deg,#f79533,#f37055,#ef4e7b,#a166ab,#5073b8,#1098ad,#07b39b,#6fba82);
    -webkit-animation: 2s infinite alternate gradientAnim;
    animation: 2s infinite alternate gradientAnimation;
    background-size: 300% 300%;
	color: white !important;
	
}


@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*pbox4*/
.pbox4list .kt-svg-icon-list-item-wrap:hover, active

{
	color:white;
	background: #4777f4 !important;
	transition: .4s;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.pbox4list .kt-svg-icon-list-item-wrap {
	padding: 6px 8px 6px 8px !important;
	border-radius: 10px;
}

.pbox4list .kt-svg-icon-list-item-wrap:hover svg {
color: white !important;
}

.pbox4list .kt-svg-icon-list-item-wrap:first-child {
	color:white;
	background: #4777f4 !important;
	transition: .4s;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.pbox4list .kt-svg-icon-list-item-wrap:first-child svg {
color: white ;
}

.pbox4btn .kt-button:hover,
.pbox4btn .kt-button:focus {
  box-shadow: 0 0.5em 0.5em -0.4em #4777F4 !important;
  transform: translateY(-0.25em);
}

/*pbox5*/

.pbox5pro  {
	background-color: #27ae60;
	color:  white;
	padding: 0 5px;
	margin-bottom: 0px;
		border-radius: 5px 5px 0px 0px;
}
.pbox5con {
	margin-top: 25px;
}

.pbox5con  {

	background-color: #E74C3C;
	color: white;
		padding: 0 5px;
	margin-bottom: 0px;
	border-radius: 5px 5px 0px 0px;
}


.pbox5prolist {
	padding: 20px 8px 5px 8px;
box-shadow: rgba(149, 157, 165, 0.3) 0px 10px 24px;
}

.pbox5conlist {
	padding: 20px 8px 5px 8px;
box-shadow: rgba(149, 157, 165, 0.3) 0px 10px 24px;
}




.pbox5prolist .kt-svg-icon-list-item-wrap:hover {
  box-shadow: inset 25em 0 0 0 #EAF7EF;
	  transition: all 0.8s;
}


.pbox5conlist .kt-svg-icon-list-item-wrap:hover {
  box-shadow: inset 25em 0 0 0 #FDEDEC;
	  transition: all 1s;
}
.pbox5img img {
	max-height: 250px;
	width: auto;
}


.pbox5sec1:hover
.kt-inside-inner-col {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 30px 0px;
	
	transition: 0.3s;
}

.pbox5btn .kt-button:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	
}


/* pbox 6 */
.pbox6img img {
	max-height: 300px;
	width: auto;
}

.pbox6img {
	margin: auto;
	margin-bottom: 25px;
	padding-top: 10px;
	height: 320px;
	width: 320px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 100%;
	
}

.t7l2 {
	margin-top: -3%;
		left: -26%;
	position: absolute;
	z-index: -1;
}




.pbox6img {
    animation: pbox1img 5s linear infinite;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pbox6img;
}

@keyframes pbox6img  {
0% {
    transform: translateY(15px);
}
	50% {
    transform: translateY(-15px);
}
	100% {
    transform: translateY(15px);
	} 

}


.pbox6list .kt-svg-icon-list-item-wrap:hover, active

{
	color:white;
	background: #4777f4 !important;
	transition: .4s;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.pbox6list .kt-svg-icon-list-item-wrap {
	padding: 6px 8px 6px 8px !important;
	border-radius: 10px;
}

.pbox6list .kt-svg-icon-list-item-wrap:hover svg {
color: white !important;
}

.pbox7 {
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.pbox7img  {
    animation: pbox1img 5s linear infinite;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pbox7img;
}

@keyframes pbox7img  {
0% {
    transform: translateY(25px);
}
	50% {
    transform: translateY(-25px);
}
	100% {
    transform: translateY(25px);
	} 

}


.heading_overlay2 {
	    display: inline-block;
    position: relative;
    height: 5px;
    border-radius: 30px;
    background-color: #ee1b22;
    width: 90px;
    margin-top: -15px;
    margin-bottom: 16px;
    overflow: hidden;
}

.heading_overlay2:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1.1px;
    height: 7px;
    width: 8px;
    background-color: #fff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}


@keyframes MOVE-BG {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		-webkit-transform: translateX(88px);
		transform: translateX(88px)
	}
}




.pbox5img
 {
    animation: pbox1img 5s linear infinite;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pbox5img;
}

@keyframes pbox5img  {
0% {
    transform: translateY(15px);
}
	50% {
    transform: translateY(-15px);
}
	100% {
    transform: translateY(15px);
	} 

}

/* pros cons */


.pros2 .kt-svg-icon-list-item-wrap:hover, active

{
	color:white;
	background: #27ae60 !important;
	transition: .4s;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.pros2 .kt-svg-icon-list-item-wrap {
	padding: 6px 8px 6px 8px !important;
	border-radius: 10px;
}

.pros2 .kt-svg-icon-list-item-wrap:hover svg {
color: white !important;
}





.con2 .kt-svg-icon-list-item-wrap:hover, active

{
	color:white;
	background: #E74C3C !important;
	transition: .4s;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.con2 .kt-svg-icon-list-item-wrap {
	padding: 6px 8px 6px 8px !important;
	border-radius: 10px;
}

.con2 .kt-svg-icon-list-item-wrap:hover svg {
color: white !important;
}


.pros3icon  {
	margin-top: -40px;
}
.cons3icon

{
		margin-top: -40px;
}

.pros4p {
background-color: #1BCEB6;
	height: 35px;

}

.pros4icon {
margin-top: -100px;
	
}

.pros4icon svg {
	background-color: white;
	border-radius: 100%;
	padding: 4px;
	border: 6px solid #1BCEB6;
}




.cons4p {
background-color: #E41B83;
	height: 35px;

}

.cons4icon {
margin-top: -100px;
	
}

.cons4icon svg {
	background-color: white;
	border-radius: 100%;
	padding: 4px;
	border: 6px solid #E41B83;
}

.table1p {
	    border-radius: 5px;
    overflow: hidden;
	background-color: #E74C3C;
	top: -24px;
	left: -30%;
	position: absolute;
	font-size: 24px;
	color: white;
	width: 30px;
	font-weight: 600;
	text-align: center;

}


.table1pntop3 {
	    border-radius: 5px;
    overflow: hidden;
	background-color: #E74C3C;
	top: -20px;
	left: 8%;
	position: absolute;
	font-size: 24px;
	color: white;
	width: 30px;
	font-weight: 600;
	text-align: center;

}


.table1pnl {
	    border-radius: 50%;
    overflow: hidden;
	background-color: #E74C3C;
	top: -26px;
	left: -30%;
	position: absolute;
	font-size: 24px;
	color: white;
	width: 38px;
	font-weight: 600;
	text-align: center;

}

.table1pnn {
	    border-radius: 50%;
    overflow: hidden;
	background-color: #1880F4;
	top: 10px;
	left: -42%;
	position: absolute;
	font-size: 24px;
	color: white;
	width: 38px;
	font-weight: 600;
	text-align: center;

}

.table1title {
  margin-bottom: 10px;

}
.table1pp {
	margin-top: -10px;
}

.table1img img  {
	max-height: 120px;
	width: auto;
}
.table2img img  {
	max-height: 100px;
	width: auto;
}

.Table2icon .kt-svg-icon-list-item-wrap {
	background-color: #0693E3;
	color: white;
		top: -24px;
	left: 40px;
	position: absolute;
	padding: 1px 10px 1px 25px !important;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.Table2icon div {
	background-color: #0693E3;
	height: 40px;
	width: 40px;
	border-radius:100%;
position: absolute;
	left: -20px;

	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }

.rat1n {
	background-color: #D6EAF8 ;
	height: 60px;
	padding-top: 12px;
	font-weight: 700;
	font-size: 20px;
	color: #1880F4 ;
	width: 60px;
	margin: auto;
	border-radius: 50%;
	border: solid;
	box-shadow: #1880F4 , #1880F4 0px 0px 0px 6px, #1880F4 0px 0px 0px 9px, rgb(255, 156, 85) 0px 0px 0px 12px, rgb(255, 85, 85) 0px 0px 0px 15px;
}



.tableimage3  img {
	max-height: 120px;
	width: auto;
}

.tableimage3  img{
	margin: auto;
	margin-bottom: 25px;
	padding: 5px;
	height: 120px;
	width: 120px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 50%;
	
}



/*movingimg */

.movingimg  {
    animation: pbox1img 3s linear infinite;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: movingimg;
}

@keyframes movingimg  {
0% {
    transform: translateY(8px);
}
	50% {
    transform: translateY(-8px);
}
	100% {
    transform: translateY(8px);
	} 

}

/**/

.tableimage3  {
    animation: pbox1img 3s linear infinite;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: tableimage3;
}

@keyframes tableimage3  {
0% {
    transform: translateY(8px);
}
	50% {
    transform: translateY(-8px);
}
	100% {
    transform: translateY(8px);
	} 

}


.p3tablelink  a {
	color: black;
}



@media screen and (max-width: 720px) { 
	.tableimage3 {
		margin-top: 10px !important;
		margin-bottom: -10px !important; 
	}
	.p3tablelink  {
		margin-bottom: -16px !important; 
	}
	.table3icon {
			margin-bottom: -20px !important; 
	}
	
	.table1pnn {
	    border-radius: 50%;
    overflow: hidden;
	background-color: #1880F4;
	top: -130px;
	left: -23px;
	position: absolute;
	font-size: 24px;
	color: white;
	width: 38px;
	font-weight: 600;
	text-align: center;

}
	.imvs {
position: relative
!important;
		margin: -40px auto -40px auto !important;
	width: auto !important;
left: 0px !important;
	top: 0 !important;

}
	
	
	
	
	.table1p {
	    border-radius: 5px;
    overflow: hidden;
	background-color: #E74C3C;
	top: -120px;
	left: -23px;
	position: absolute;
	font-size: 24px;
	color: white;
	width: 30px;
	font-weight: 600;
	text-align: center;

}
	
			.table1pntop3 {
	   
    overflow: hidden;
	background-color: #E74C3C;
	top: -16px;
	left: 8%;
	position: absolute;
	font-size: 20px;
	color: white;
	width: 32px;
	font-weight: 600;
	text-align: center;

}
	
		.table1pnl {
	    border-radius: 50%;
    overflow: hidden;
	background-color: #E74C3C;
	top: -175px;
	left: 2%;
	position: absolute;
	font-size: 20px;
	color: white;
	width: 32px;
	font-weight: 600;
	text-align: center;

}
	
	.t7l2 {
	margin-top: -318PX;
		left: 10%;
		font-size: 14px !important;
		padding: 2px 10px 2px 22px !important;
	position: absolute;
	z-index: -1;
}

	#table7d .table1img img {
		padding-top: 10px;
	}
	
}

.table4title {
	margin-top: -20px;
	margin-bottom: 5px
}

 .table4sec1  div 
{
width: 72px ;
}
.table4sec2 {
	
	margin-left: -140px
}

.tablei4mage1 img {
	max-height: 100px;
width: auto;	
	margin: auto;
	margin-top: -30px;
}

.tablei4mage1n img {
	max-height: 150px;
width: auto;	
	margin: auto;
	margin-top: -30px;
}

.table4sec1t {
		width: 50px ;
}

.sec1t {
	position: absolute;
	left: 10px;
}



.toppicklable li {
		margin-top: 10px !important;
		width: 130px;
		margin-left: -35px !important;
		background-color: #fec92a;
	color: black;
	border-radius: 0px 20px 20px 0px


}



.toppicklable li:before
{
    content: " ";
    display: block;
    position: absolute;
    left: 40px;
    top: 37px;
    border-color: transparent  #fec92a  transparent transparent;
    border-style: inset solid inset inset;
    border-width: 0 16px 12px;
    filter: brightness(90%);
}


@media screen and (max-width: 720px) { 
	.table4sec1  div {
		width: auto;
	}
	
	.table4sec2 {
	
	margin-left: auto;
}
	.toppicklable li:before
{
    content: " ";
    display: block;
    position: absolute;
    left:-32px;
    top: 68px;
    border-color: transparent  #fec92a  transparent transparent;
    border-style: inset solid inset inset;
    border-width: 0 16px 12px;
    filter: brightness(90%);
}
	
.toppicklable li {
		margin-top: -50px !important;
		width: 130px;
		margin-left: -18px !important;
		background-color: #fec92a;
	color: black;
	border-radius: 0px 20px 20px 0px


}
	}

.toppicklable2 Li {
	background-color: #f9bec1;
}

	.toppicklable2 li:before
{ 
		border-color: transparent  #f9bec1  transparent transparent;
}


.toppicklable3 Li {
	background-color: #bdc3e3;
}

	.toppicklable3 li:before
{ 
		border-color: transparent  #bdc3e3  transparent transparent;
}


/* Tables */


.toppicklable06 li {
		margin-top: 10px !important;
		width: 130px;
		margin-left: -18px !important;
		background-color: #fec92a;
	color: black;
	border-radius: 0px 20px 20px 0px


}



.toppicklable06 li:before
{
    content: " ";
    display: block;
    position: absolute;
    left: -32px;
    top: 37px;
    border-color: transparent  #fec92a  transparent transparent;
    border-style: inset solid inset inset;
    border-width: 0 16px 12px;
    filter: brightness(90%);
}

@media screen and (max-width: 720px) { 

	
	.toppicklable06 li:before
{
    content: " ";
    display: block;
    position: absolute;
		margin-top: 10px;
    left:-40px;
    top: 30px;
    border-color: transparent  #fec92a  transparent transparent;
    border-style: inset solid inset inset;
    border-width: 0 16px 12px;
    filter: brightness(90%);
}
	
.toppicklable06 li {
		margin-top: 20px !important;
		width: 130px;
		margin-left: -26px !important;
		background-color: #fec92a;
	color: black;
	border-radius: 0px 20px 20px 0px


}
	}


/* new table 2*/
.toppicklable06n  .kt-svg-icon-list-single {
	margin-right: 2px !important;
	padding-left: 10px !important;
}

.toppicklable06n li {
		margin-top: 10px !important;
		width: 130px;
		margin-left: -18px !important;
		background-color: white;
	color: black;
	border: solid 2px #CA2C68;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	border-radius: 15px 0px 15px 0px;


}



.toppicklable06n li:before
{
    content: " ";
    display: block;
    position: absolute;
    left: -36px;
    top: 40px;
    border-color: transparent  #CA2C68  transparent transparent;
    border-style: inset solid inset inset;
    border-width: 0 18px 18px;
    filter: brightness(90%);
}

@media screen and (max-width: 720px) { 

	
	.toppicklable06n li:before
{
    content: " ";
    display: block;
    position: absolute;
		margin-top: 10px;
    left:-44px;
    top: 40px;
    border-color: transparent  #CA2C68  transparent transparent;
    border-style: inset solid inset inset;
    border-width: 0 18px 15px;
    filter: brightness(90%);
}
	
.toppicklable06n li {
		margin-top: 20px !important;
		width: 130px;
		margin-left: -26px !important;
		background-color: white;
	color: black;
	border-radius: 20px 0px 20px 0px


}
	}




/*end*/
  
.toppicklable02  Li {
	background-color: #f9bec1;
}

	.toppicklable02 li:before
{ 
		border-color: transparent  #f9bec1  transparent transparent;
}


.toppicklable03 Li {
	background-color: #bdc3e3;
}

	.toppicklable03 li:before
{ 
		border-color: transparent  #bdc3e3  transparent transparent;
}


/* top 3 pick*/

.top3pick1list {
	height: 130px;
}
.top3pickimg img {
	max-height: 200px;
	width: auto;
}

/* top3pick3img  */
.top3pick3img img {
	max-height: 160px;
	width: auto;
}

.top3pick3img {
	margin: auto;
	margin-bottom: 25px;
	padding-top: 10px;
	height: 180px;
	width: 180px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 100%;
	
}






.top3pick3img {
    animation: pbox1img 5s linear infinite;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: top3pick3img;
}

@keyframes top3pick3img  {
0% {
    transform: translateY(15px);
}
	50% {
    transform: translateY(-15px);
}
	100% {
    transform: translateY(15px);
	} 

}

.top3pick2list {
	height: 120px;
}


.Top3pick3lable {
	background-color: #3498DB;
	color: white;
	display: inline-block;
	clip-path: polygon(0 0,100% 0,90% 100%,0 100%);
	padding-left: 8px  ;
	padding-right: 30px;
margin-left: -10px;
}

.Top3pick3img img {
	max-height: 100px;
	width: auto;
	
}

.Top3pick3list {
	height: 160px;
}
/* top pick */

.toppick4lable1 li {
		margin-top: 10px !important;
		width: 130px;
		margin-left: -25px !important;
		background-color: #fec92a;
	color: black;
	border-radius: 0px 20px 20px 0px


}


 .toppick4lable1 li:before
{
    content: " ";
    display: block;
    position: absolute;
    left: -32px;
    top: 72px;
    border-color: transparent  #fec92a  transparent transparent;
    border-style: inset solid inset inset;
    border-width: 0 16px 12px;
    filter: brightness(90%);
}

@media screen and (max-width: 720px) { 

	
	.toppick4lable1 li:before
{
    content: " ";
    display: block;
    position: absolute;
		margin-top: 10px;
    left:-32px;
    top: 30px;
    border-color: transparent  #fec92a  transparent transparent;
    border-style: inset solid inset inset;
    border-width: 0 16px 12px;
    filter: brightness(90%);
}
	
.toppick4lable1 li {
		margin-top: 20px !important;
		width: 130px;
		margin-left: -26px !important;
		background-color: #fec92a;
	color: black;
	border-radius: 0px 20px 20px 0px


}
}


.toppick4img  img {
	max-height: 150px;
	width: auto;
}


/* top 3 pick 4 - 2*/

.toppick4lable02 li {
		margin-top: 10px !important;
		width: 130px;
		margin-left: -25px !important;
		background-color: #F9BEC1;
	color: black;
	border-radius: 0px 20px 20px 0px


}


 .toppick4lable02:before
{
    content: " ";
    display: block;
    position: absolute;
    margin-left: -42px ;
    top: 72px;
    border-color: transparent  #F9BEC1  transparent transparent;
    border-style: inset solid inset inset;
    border-width: 0 16px 12px;
    filter: brightness(90%);
}

@media screen and (max-width: 720px) { 

	
	.toppick4lable02 li:before
{
    content: " ";
    display: block;
    position: absolute;
		margin-top: 40px;
    left:-32px;
    top: 30px;
    border-color: transparent  #F9BEC1  transparent transparent;
    border-style: inset solid inset inset;
    border-width: 0 16px 12px;
    filter: brightness(90%);
}
	
.toppick4lable02 li {
		margin-top: 20px !important;
		width: 130px;
		margin-left: -26px !important;
		background-color: #F9BEC1;
	color: black;
	border-radius: 0px 20px 20px 0px


}
}


/* top 3 pick 4 - 3*/

.toppick4lable3 li {
		margin-top: 10px !important;
		width: 130px;
		margin-left: -25px !important;
		background-color: #BDC3E3;
	color: black;
	border-radius: 0px 20px 20px 0px


}


 .toppick4lable3:before
{
    content: " ";
    display: block;
    position: absolute;
    margin-left: -42px ;
    top: 72px;
    border-color: transparent  #BDC3E3  transparent transparent;
    border-style: inset solid inset inset;
    border-width: 0 16px 12px;
    filter: brightness(90%);
}

@media screen and (max-width: 720px) { 

	.toppick4lable3:before {
		display: none;
	}
	.toppick4lable02:before {
				display: none;
	}
	.toppick4lable3 li:before
{
    content: " ";
    display: block;
    position: absolute;
		margin-top: 40px;
    left:-32px;
    top: 30px;
    border-color: transparent  #BDC3E3  transparent transparent;
    border-style: inset solid inset inset;
    border-width: 0 16px 12px;
    filter: brightness(90%);
}
	
.toppick4lable3 li {
		margin-top: 20px !important;
		width: 130px;
		margin-left: -26px !important;
		background-color: #BDC3E3;
	color: black;
	border-radius: 0px 20px 20px 0px


}
}


/*next css */

/* New CSS*/

.tableimage1 {
	max-width: 140px;
	height: auto;
}

.ptablelink a {
	color: black !important;
	
}
.ptablelink a:hover {
	color: #0693e3!important;
}

.table1 {
	box-shadow: 0px 3px 12px 0px rgb(79 79 79 / 20%)
}

@media only screen and (max-width: 720px) {
.table1 {
	box-shadow: none !important; 
}
 }

@media only screen and (max-width: 720px) {
.tablerow {
	box-shadow: 0px 3px 12px 0px rgb(79 79 79 / 20%) !important; 
border-radius: 10px !important;
	}
	
 }

.t3rating {
 color: #2787e1 !important;
 border-color: #2787e1 !important;
 border: 3px solid;
 border-radius: 100% !important;
padding-left: 4% !important;
padding-right: 4%  !important;
padding-top: 3%  !important;
padding-bottom: 3%  !important;
	margin-bottom: 20px !important;

}


.table3img img {
	max-height: 160px !important;
	width: auto;
}


.table3 {
box-shadow: 0px 3px 12px 0px rgb(79 79 79 / 20%) !important;
}

@media only screen and (max-width: 720px) {
.table-3-row1 {
	box-shadow: 0px 3px 12px 0px rgb(79 79 79 / 20%) !important; 
border-radius: 10px !important;
	}
	
 }

.top-3-pick1 img {
  max-height: 100px;
}

.top-3-pick2 img {
	max-height: 120px; 
	padding-top: 20px;
}

#top-3-pick1 .kt-svg-icon-list {
	min-height: 200px !important;
}

#top-3-pick2 .kt-svg-icon-list {
	min-height: 200px !important;
}

.top3title .kt-button:hover {
 cursor: default !important; 
}

.top3title2 .kt-button:hover {
 cursor: default !important; 
}

.toppickc3img img { 

max-height: 140px !important;
}

.top-3-pick3 .kt-svg-icon-list {
	min-height: 200px !important;
}
.pro2title  {
border-bottom: 3px solid #27ae60 ;
width: 15%;
  
}

.con2title  {
border-bottom: 3px solid #d61607; ;
width: 15%;
  
}


/* hover*/

.table1 img:hover {
	transform: scale(1.09);
	transition-duration: 0.5s;
}

.table2 img:hover {
	transform: scale(1.09);
	transition-duration: 0.5s;
}

.table3 img:hover {
	transform: scale(1.09);
	transition-duration: 0.5s;
}



.product-box-5 img:hover {
	transform: scale(1.03);
	transition-duration: 0.5s;
}

.product-box1 img:hover {
	transform: scale(1.03);
	transition-duration: 0.5s;
}

.product-box2 img:hover {
	transform: scale(1.03);
	transition-duration: 0.5s;
}

.product-box3 img:hover {
	transform: scale(1.03);
	transition-duration: 0.5s;
}

.product-box-4 img:hover {
	transform: scale(1.03);
	transition-duration: 0.5s;
}



.top-3-pick1 img:hover {
	transform: scale(1.05);
	transition-duration: 0.5s;
}


.top-3-pick2 img:hover {
	transform: scale(1.05);
	transition-duration: 0.5s;
}


.top-3-pick3 img:hover {
	transform: scale(1.05);
	transition-duration: 0.5s;
}


.sepline {
	margin-top: 30px;
	background: white;
		color: white !important;
	border-top: 4px solid #c7c7c7 !important;
border-style: dashed !important;
	
}
.top3pcenter .kt-inside-inner-col {
	background-color: white !important;
}


div.top3pcenter  {
    border: none;
    outline: none;
   
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.top3pcenter:before {
    content: '';
    background: linear-gradient(45deg, white, #1580F8, white, #1580F8 , #1580F8 );
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 500%;
    z-index: -1;

    filter: blur(6px);
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    animation: glowing 20s linear infinite;
    opacity:  ;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

div.top3pcenter:active {
    color: #000;
}

.top3pcenter::active:after {
    background: transparent;
}




@keyframes glowing {
     0% { background-position: 0 0; }
    50% { background-position: 500% 0; }
   100% { background-position: 0 0; }
}


/* */
.productbutn3top3  {

}
.productbutn3top3  {
    border: none;
    outline: none;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
	width: 80%;
	margin: auto;
}

.productbutn3top3:before {
    content: '';
    background: linear-gradient(45deg, white, red, white, red );
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;

    filter: blur(8px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity:  ;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.productbutn3top3:active {
    color: #000;
}

.productbutn3top3::active:after {
    background: transparent;
}




@keyframes glowing {
     0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
   100% { background-position: 0 0; }
}


/*end */
 

.top3borderglow   {
  position: relative;
}

.top3borderglow:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, #e8f74d, #ff6600d9, #3c7051, #13ff13, #ad27ad, #bd2681, #6512b9, #ff3300de, #5aabde);
  background-size: 400%;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation: glower 3s linear infinite;
	border-radius: 10px;
}

.top3borderglow::after {
  background-color: #fff;
  position: absolute;
  left: 5px;
  top: 5px;
  content: "";
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  z-index: -1; /* Adjusted z-index  */
}

@keyframes glower {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*
*/

.plablep2 {
	padding: 12px 14px 12px 14px !important;
  line-height: 15px;
  
}

.plablep2 {
  margin-left: -18px !important;
  box-shadow: 2px 2px 2px 0 rgb(0 0 0 / 14%);
  
}

.plablep2:before {
      content: " ";
    display: block;
    position: absolute;
    left: -38px;
    bottom: -15px;
    border-color: transparent  black transparent transparent ;
    border-style: inset solid inset inset;
    border-width: 0 20px 15px;
    filter: brightness(50%);
}


@media screen and (max-width: 720px) {
	
	.pro2title  {
border-bottom: 3px solid #27ae60 ;
width: 25%;
  
}

.con2title  {
border-bottom: 3px solid #d61607; ;
width: 25%;
  
}

.plablep2 {
  margin-left: -28px !important;
  box-shadow: 2px 2px 2px 0 rgb(0 0 0 / 14%);
  
}

.plablep2:before {
      content: " ";
    display: block;
    position: absolute;
    left: -48px;
    bottom: -15px;
    border-color: transparent black transparent transparent;
    border-style: inset solid inset inset;
    border-width: 0 20px 15px;
    filter: brightness(50%);
}
.pboximg img  {
	height: 200px;
}

}

.pboximg  img {
	max-height: 350px;

}

.pboximge1 img {
	max-height: 250px;
}

.pboximge1 img {
	padding: 0px  10px 0px 10px;
}

.imvs {
position: absolute
;
	width: 200px;
left: -60px;
	top: 200%;

}