.icon{
    width: 50px;
    height: auto;
    position: fixed;
    top: 30%;
    left: 0px;
    z-index: 11;
                    }
                 
                    
                    .w-icon > a{
                     display: flex;
                     justify-content: center;
                    }
                    .w-icon > a > img{
                     width:70%;

                    }
                    .w-icon{
                    margin-top:10px;
                     height:40px;
                     display: flex;
                     align-items: center;
                     background-color:#fff;
                     border-radius: 0px 20px 20px 0px;
                     border-right: 9px solid #25a417;
     
                    }
                   
                    .in-icon > a{
                     display: flex;
                     justify-content: center;
                    }
                    .in-icon > a > img{
                     width:70%;

                    }
                    .in-icon{
                    margin-top:10px;
                     height:40px;
                     display: flex;
                     align-items: center;
                     background-color:#fff;
                     border-radius: 0px 20px 20px 0px;
                     border-right: 9px solid #d72e93;
     
                    }
                    .gl-icon > a{
                     display: flex;
                     justify-content: center;
                    }
                    .gl-icon > a > img{
                     width:70%;

                    }
                    .gl-icon{
                    margin-top:10px;
                     height:40px;
                     display: flex;
                     align-items: center;
                     background-color:#fff;
                     border-radius: 0px 20px 20px 0px;
                     border-right: 9px solid #f3861a;
     
                    }
                    .yt-icon > a{
                     display: flex;
                     justify-content: center;
                    }
                    .yt-icon > a > img{
                     width:65%;

                    }
                    .yt-icon{
                    margin-top:10px;
                     height:40px;
                     display: flex;
                     align-items: center;
                     background-color:#fff;
                     border-radius: 0px 20px 20px 0px;
                     border-right: 9px solid #b42329;
     
                    }
                    .link-icon > a{
                     display: flex;
                     justify-content: center;

                    }
                    .link-icon > a > img{
                     width:60%;
                    }
                    .link-icon{
                    margin-top:10px;
                     height:40px;
                     display: flex;
                     align-items: center;
                     background-color:#fff;
                     border-radius: 0px 20px 20px 0px;
                     border-right: 9px solid #007bb6;
                      
      
                     }
                    /* tesitnomial image */
                    .elementor-testimonial-img{
                     width: 75px;
                     border: 3px solid #c5a977;
                     height: 75px;
                     display: flex;
                     /* padding: 10px; */
                     border-radius: 50%;
                     justify-content: center;
                     align-items: center;
                     margin: auto;
                     overflow: hidden;
                    }