﻿
        
/*Social Icon*/
.soc-icon > * {
    display: inline-block;
    vertical-align: middle;
    margin-left: -1px;
    margin-right: -1px;
}

.icon {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}

.soc-icon .icon {
    position: relative;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    background: #4a4a4a;
    border-radius: 50%;
    margin-right: 1px;
    margin-left: 1px;
    transition: 250ms all ease-in-out;
    text-align: center;
}


.soc-icon .icon2 {
    position: relative;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 26px;
    color: #4a4a4a;
    margin-right: 1px;
    margin-left: 1px;
    transition: 250ms all ease-in-out;
    text-align: center;
}


.soc-icon .icon i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.soc-icon .icon:hover {
    background: #0066d6;
}

.soc-icon .othericon {
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    margin-right: 1px;
    margin-left: 1px;
    transition: 250ms all ease-in-out;
    cursor: pointer;
}

    .soc-icon .othericon img {
        width: 30px;
        height: 30px;
    }

    .soc-icon .othericon:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.soc-icon .othericon2 {
    position: relative;
    width: 100px;
    height: auto;
    margin-left: 5px;
    cursor: pointer;
}

@media only screen and (max-width: 576px) {
    .soc-icon .icon {
        position: relative;
        width: 36px;
        height: 36px;
        font-size: 20px;
        line-height: 36px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .soc-icon .icon2 {
        position: relative;
        width: 36px;
        height: 36px;
        font-size: 34px;
        line-height: 36px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .soc-icon .othericon {
        width: 36px;
        height: 36px;
        margin-bottom: 10px;
        margin-right: 5px;
    }

        .soc-icon .othericon img {
            width: 36px;
            height: 36px;
        }

    .soc-icon .othericon2 {
        width: 120px;
        margin-bottom: 10px;
        display: block;
    }

    .btnContactus {
        margin-bottom: 10px;
        height: 36px;
    }
}