     
        /* Styling icons */ 
        .icon-list { 
            position:fixed; 
            bottom: 0px; 
            right:5%; 
            transform: translateY(-50%); 
            z-index: 120;
               
        } 
           
        .icon-list a { 
            display: block; 
            text-align: center; 
            padding: 8px; 
            transition: all 0.5s ease; 
            color: white; 
            font-size: 20px; 
            float:right; 
        } 
           
         /* HOver affect on icons */ 
        .icon-list a:hover { 
            color: #000; 
            width:50px; 
        } 
   
        /* Desingning each icons */ 
        .instagram { 
            background: #3f729b; 
            color: white; 
        } 
           
        .facebook { 
            background: #3b5998; 
            color: white; 
        } 
           
        .phone { 
            background: #00acee; 
            color: white; 
        } 
        .whatsapp { 
            background: #25d366; 
            color: white; 
        } 
    /* 
        .google { 
            background: #db4a39; 
            color: white; 
        } 
           
        .youtube { 
            background: #c4302b; 
            color: white; 
        } 
    */
















    
