.prodly-tabs{background:#1bb3e5;text-align:center;display:-webkit-flex;display:flex;overflow:hidden}.prodly-tabs a{flex:1;padding:20px;position:relative;z-index:1;color:white;text-decoration:none}.prodly-tabs a .tab-hover{border-left:1px solid white;border-right:1px solid white;background:#1bb3e5;position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.prodly-tabs a:nth-child(1){border-left:0}.prodly-tabs a:nth-last-child(1){border-right:0}.prodly-tabs a:hover{z-index:2;color:white}.prodly-tabs a:hover .tab-hover{border-left:1.5px solid white;border-right:1.5px solid white;background:#222e61;-ms-transform:scale(1.05) skew(-10deg);-webkit-transform:scale(1.05) skew(-10deg);transform:scale(1.05) skew(-10deg)}