.offer-promo-col-all{
width: 70%;
margin: 15px;
filter: drop-shadow(5px 5px 0 rgba(0, 102, 179, 0.5));
cursor: pointer;
}
.offer-promo-col-all:hover{
filter: drop-shadow(5px 5px 0 rgba(0, 102, 179, 1));
}

.fx-product-col.margintop10{
margin-top: -10px;
}

.offer-promo-col{
width: 260px;
margin: 15px;
filter: drop-shadow(5px 5px 0 rgba(0, 102, 179, 0.5));
cursor: pointer;
}

.desktop {display: block;}
.mobile {display: none;}

.desktop680 {display: block;}
.mobile680 {display: none;}

.tarr img {float: left; height: 35px; margin-left: -15px; margin-top: -5px;}

.fx-product-cotent-outer-new{
position: relative;
clip-path: polygon(
0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px)
  );
background-image: linear-gradient(60deg, #0066b3, #d0348f);
padding: 3px;
}
.fx-product-cotent-inner-new{
position: relative;
clip-path: polygon(
0 0, calc(100% - 29px) 0, 100% 29px, 100% 100%, 29px 100%, 0 calc(100% - 29px)
  );
background-color: #fff;
padding: 20px;
display: flex;
flex-wrap: nowrap;
flex-flow: column;
justify-content: space-between;
min-height: 110px;
}

.fx-product-icon-new{
width: 60px;
height: auto;
}

.fx-headline {
display: flex;
flex-wrap: nowrap;
color: #0b3c5e;
font-weight: bold;
justify-content: center;
align-items: center;
}
.fx-head {
width: 100%; 
text-align: center;
}
.fx-btn {
margin-top: -30px;
margin-right: 20px;	
}

a.learn-more-btn-new{
position: relative;
font-size: 18px;
line-height: 30px;
padding-right: 53px;
padding-left: 15px;	
padding-top: 5px;
padding-bottom: 5px;		
color: #ffffff;
margin-top: 10px;
background-color: #0066b3;
clip-path: polygon(
0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px)
  );
}
a.learn-more-btn-new:hover{
text-decoration: underline;
}
a.learn-more-btn-new::after{
content: "";
width: 30px;
height: 30px;
background-image: url("../images/link-icon_w.svg");
background-size: cover;
position: absolute;
right: 15px;
transition: 0.5s;
}
a.learn-more-btn-new:hover::after{
transform: rotate(180deg);
}


.desktop500 {display: none;}

.leftmov {
width: 100%;
height: 100%; 
display: flex;
flex-flow: column;
justify-content: space-between;
align-items: center;}

.point4 {display: flex;
flex-wrap: wrap;
justify-content: center;}
.p4icon {width: 130px;}
.p4icon img {width: 130px}
.p4mword {width: 200px; padding-top: 30px;}


@media (max-width: 1023px) {
.p4mword {width: 250px; padding-top: 0px;}	
.leftmov {margin-right: 0px; width: auto;}	
.offer-promo-col-all{
width: 245px;
}
.desktop {display: none;}
.mobile {display: block;}
}	
	
@media (max-width: 750px) {
.tarr img {float: left; height: 30px; margin-left: -10px;}
}


@media (max-width: 680px) {
.desktop680 {display: none;}
.mobile680 {display: block;}
.desktop500 {display: none;}		
}



			
	