/**************************************************************************/
    /* Component / Process list                                               */
    /**************************************************************************/ 
    
    .theme-component-process-list
	{
		
	}
	
		.theme-component-process-list>ul
		{
			margin:0px;
			padding:0px;
			list-style:none;
            text-align:center;
		}
		
			.theme-component-process-list>ul>li
			{
                width:220px;
                padding-left:0px;
                margin-bottom:0px;
				position:relative;
				text-align:center;
                display:inline-block;
                vertical-align:middle;
			}
            .theme-component-process-list>ul>li:hover
            {
            transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
            -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
            -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
            -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
            transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;


        }
            
            
                .theme-component-process-list>ul>li>div
                {
                    
                }
			
                    .theme-component-process-list>ul>li>div>span
                    {
                        text-align:center;
                        border-radius:999px;
                        display:inline-block;
                        color: #ac145a;
                        font-size: 40px;
                    }

                    .theme-component-process-list>ul>li>div>span:first-child
                    {
                        width:90px;
                        height:90px;
                        line-height:90px;
                        border: 1px solid #d4d4d4;
                    }
                    .theme-component-process-list>ul>li:hover>div>span:first-child
                    {
                        box-shadow: 0px 12px 19px -7px rgba(0, 0, 0, 0.3);
                     }

                    .theme-component-process-list>ul>li>div>h5
                    {
                        margin-top:30px;
                        margin-bottom:0px;
                        text-align: center;
                        font-size: 1em;
                        font-weight: 600;
                    }

                    .theme-component-process-list>ul>li>div>span:last-child
                    {
                        top:32px;
                        right:-22px;
                        width:44px;
                        height:44px;
                        font-size:24px;
                        padding-left:4px;
                        line-height:40px;
                        position:absolute;
                    }

                   

                    .theme-component-process-list>ul>li:last-child>div>span:last-child
                    {
                        display:none;
                    }
  @media (min-width: 320px) and (max-width: 480px)
  {
    .theme-component-process-list>ul>li
            {
                clear:both;
                display:block;
                margin-left:auto;
                margin-right:auto;
                padding-bottom:120px;
            }
            
            .theme-component-process-list>ul>li:last-child
            {
                padding-bottom:0px;
            }
            .theme-component-process-list>ul>li>div>span:last-child
            {
                top:auto;
                left:0px;
                right:0px;
                bottom:44px;
                margin-left:auto;
                margin-right:auto;
                transform:rotate(90deg);                    
            }
  }