.left_social_icons {
    position:fixed;
    top:calc(35% + 225px);
    background:rgba(0,0,0,.7);
    color:#fff;
    padding-top:20px;
    width:45px;
    padding-left:11px;
    z-index:1050
}
.left_social_icons .social_icons {
    padding:0;
    list-style:none
}
.left_social_icons .social {
    margin-top:10px;
    margin-bottom:10px
}
.left_social_icons .social a {
    color:#fff
}


.btn-whatsapp-pulse {
    background: #25aae1;
    color: white;
    position: fixed;
    bottom: 85px;
    left: 20px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 25px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 10;
}
.btn-instagram-pulse2 {
    background: #25aae1;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 25px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 10;
}
.btn-facebook-pulse {
    background: #25aae1;
    color: white;
    position: fixed;
    bottom: 215px;
    left: 20px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5px;
    height: 2px;
    padding: 25px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 10;
}
.btn-phone-pulse {
    background: #25aae1;
    color: white;
    position: fixed;
    bottom: 150px;
    left: 20px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 25px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 10;
}

.btn-email-pulse {
    background: #25aae1;
    color: white;
    position: fixed;
    bottom: 280px;
    left: 20px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 25px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 10;
}

.social-icon-back
{
    background: rgba(0,0,0,.7);
}

.sc-1au8ryl-0
{
 display: none !important;
}
