.social-f {
    position: fixed;
    top: 250px;
    z-index: 99;
    width: 100px;
}

    .social-f ul {
        padding: 0px;
        -webkit-transform: translate(-270px, 0);
        -moz-transform: translate(-270px, 0);
        -ms-transform: translate(-270px, 0);
        -o-transform: translate(-270px, 0);
        transform: translate(-245px, 0);
    }

        .social-f ul li {
            display: block;
            margin: 5px;
            background: rgba(0, 0, 0, 0.7);
            width: 300px;
            text-align: right;
            padding: 10px;
            -webkit-border-radius: 0 30px 30px 0;
            -moz-border-radius: 0 30px 30px 0;
            border-radius: 0 30px 30px 0;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -ms-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
        }

            .social-f ul li:hover {
                -webkit-transform: translate(110px, 0);
                -moz-transform: translate(110px, 0);
                -ms-transform: translate(110px, 0);
                -o-transform: translate(110px, 0);
                transform: translate(100px, 0);
                background: rgba(0, 0, 0, 0.7);
            }

                .social-f ul li a,.social-f ul li:hover a {
                    color: #fff;
                    text-decoration:none;
                }

                .social-f ul li:hover i {
                    color: #282828;
                    background: #fff;
                    -webkit-transform: rotate(360deg);
                    -moz-transform: rotate(360deg);
                    -ms-transform: rotate(360deg);
                    -o-transform: rotate(360deg);
                    transform: rotate(360deg);
                    -webkit-transition: all 1s;
                    -moz-transition: all 1s;
                    -ms-transition: all 1s;
                    -o-transition: all 1s;
                    transition: all 1s;
                }

            .social-f ul li i {
                margin-left: 10px;
                /* color: #000; */
                background: #fff;
                /* padding: 20px; */
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                width: 40px;
                height: 40px;
                font-size: 24px;
                background: #ffffff;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                line-height: 40px;
                text-align: center;
                vertical-align: middle;
            }

                .social-f ul li i.fa-facebook {
                    color: #3b5998;
                }


                .social-f ul li i.fa-instagram {
                    color: #c08d64;
                }

                .social-f ul li i.fa-youtube {
                    color: #c4302b;
                }

                .social-f ul li i.fa-whatsapp {
                    color: #25D366;
                }

            .social-f ul li.facebook {
                background: #3b5998;
            }

            .social-f ul li.instagram {
                background: #c08d64;
            }

            .social-f ul li.youtube {
                background: #c4302b;
            }

            .social-f ul li.whatsapp {
                background: #25D366;
            }


            .social-f ul li.facebook:hover {
                background: #3b5998;
            }

            .social-f ul li.instagram:hover {
                background: #c08d64;
            }

            .social-f ul li.youtube:hover {
                background: #c4302b;
            }

            .social-f ul li.whatsapp:hover {
                background: #25D366;
            }



            .fa-instagram {
  display: inline-block;
  width: 250px;
  height: 250px;
  text-align: center;
  border-radius: 40px;
  color: #fff;
  font-size: 220px;
  line-height: 250px;
  vertical-align: middle;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}











.contact-fixed {
    max-width: 230px;
    position: fixed;
    bottom: 25px;
    right: 85px;
    z-index: 99;
}

    .contact-fixed .child-contact {
        background: #fff;
        padding: 10px 5px 10px;
        position: relative;
        width: 100%;
        margin-top: 40px;
        border-radius: 6px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }

.contact-heading {
    margin: -30px auto;
    padding: 5px 15px;
    background: #da2021;
    margin-bottom: 5px;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 3px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 130px;
    /* margin: 0 auto; */
    font-size: 16px;
}

.contact-fixed a {
    font-size: 15px;
    font-weight: 600;
}

.call-us-fixed {
    text-align: center;
}

@media only screen and (max-width: 992px) and (min-width: 320px) {

    .invisible2 p a {
        display: none;
    }

    .invisible2 p {
        display: none;
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px) 
{.social-f
{
display:none;
}


.social-mobile
{
float: left;
    background: #343a40;
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px 0px 5px 0px;
}


} 


