	
		
	.progress2 {
  padding: 6px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.25);  
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

.progress-bar2 {
  height: 13px;
  border-radius: 30px;
  background-image: 
    linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  transition: 0.4s linear;  
  transition-property: width, background-color;    
}

.progress-moved .progress-bar2 {
  width: 85%; 
  background-color: #EF476F;  
  
}

	
	
	

        .radioimg{
           
            cursor: pointer;
            transition: transform 1s;          
			position: relative;
			margin-bottom:30px;
			overflow:hidden;
			
        }
		
        .radioimg img{
           
            width:100%; 
            transition: transform 1s;
            object-fit: contain;
			opacity: 0.6;
        }		
		
		
        .radioimg label{
			width:100%;
            overflow: hidden;
            position: relative;
			 border-radius:20px;
        }
        .imgbgchk:checked + label>.tick_container{
            opacity: 1;
        }
/*         aNIMATION */
        .imgbgchk:checked + label>img{
            transform: scale(1.05);
            opacity: 1;
        }
        .tick_container {
            transition: .5s ease;
            opacity: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            cursor: pointer;
            text-align: center;
        }
        .tick {
            background-color: #4CAF50;
            color: white;
            font-size: 16px;
            padding: 6px 12px;
            height: 40px;
            width: 40px;
            border-radius: 100%;
        }
		
		
		
		
.butt
{
background: #f9a30c;
background: linear-gradient(315deg, #ffc00e, #e78416);
   
    border-radius: 50px;
    
    padding: 15px 50px;
    font-size: 18px;
    color: rgb(252, 252, 252);  
    border: 0;
    
    font-weight: 600;
    overflow: hidden;
    position: relative;
}


.butt::before, .butt::after
{
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    background-color: rgba(255, 255, 255,0.5);
    width: 100%;
    height: 100%;
    clip-path: polygon(50% 0, 100% 0, 50% 100%, 0% 100%);
    transition: 0.4s;
    z-index: 0;


}
.butt:hover::before,.butt:hover::after
{
    right: -100%;
}
.butt::after
{
    transition-delay: 0.2s;


}		


.butt2
{
background: #f9a30c;
background: linear-gradient(315deg, #cccccc, #aaaaaa);
   
    border-radius: 50px;
    
    padding: 15px 50px;
    font-size: 18px;
    color: rgb(252, 252, 252);  
    border: 0;
    
    font-weight: 600;
    overflow: hidden;
    position: relative;
}


