﻿.contact-section .card {
        border: 0;
        height: 400px;
        border-left: 1px #ddd solid;
        padding: 0 21px;
    }

    .contact-section .col-md {
        padding: 0;
    }

    .contact-section .card h3 {
        font-size: 1.9vw;
        margin-bottom: 35px;
        text-align: center;
    }

    .contact-section .card address {
        margin-bottom: 22px;
        padding-left: 54px;
        
    }

    .contact-section .card p {
        margin-bottom: 35px;
    }

    .contact-section .card a {
        position: relative;
        font-weight: 700;
    }

        .contact-section .card a i {
            position: absolute;
            right: 20px;
            top: 10px;
            font-size: 28px;
        }

.socialmedia-login {
    position: relative;
    margin-top: 1em;
    margin-bottom: 4em;
}

    .socialmedia-login a:hover {
        opacity: 0.7;
    }

    .socialmedia-login a {
        color: rgb(255, 255, 255);
        cursor: pointer;
        display: inline-block;
        height: 50px;
        font-size: 19px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        width: 100%;
        border-radius:10px;
        margin: 0 auto 5px;
        transition: all 0.2s cubic-bezier(0.72, 0.01, 0.56, 1) 0s;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        position: relative;
        font-family: 'Glober SemiBold Free' !important;
    }

.btn-facebook {
    background: #4466a9;
    color: #fff !important;
}
 
.tooltips {
    padding-top: 0;
    text-align: center;
}

    .tooltips a {
        margin: 0 auto;
        font-family: 'Glober SemiBold Free' !important;
        font-size: 16px;
        text-decoration: underline;
    }

.tooltips1 {
    font-family: 'Glober SemiBold Free' !important;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    width: 184px;
    margin-left: 51px;
    margin-bottom: 21px;
}

.contact-section .text-danger {
    padding-left: 60px;
    line-height: 18px;
    font-size: 16px;
    margin-top: 1em;
    color: red !important;
}

@media(max-width:812px) {

    .contact-section .card h3 {
        font-size: 6.9vw;
    }

    .contact-section .card address {
        font-size: 17px;
    }
}
