﻿

/* =================== CONTACT PAGE =================== */

#Contact {
    padding-top:3%;
    padding-bottom:5%;
}

    #Contact .section-title .title:after {
        display:none !important;
    }

    #Contact .section-title .title {
        font-family: 'Poppins', sans-serif;
        font-size: 2.2em;
        font-weight: 600;
        color: #12110e;
        padding-bottom: 1.5%;
    }

    #Contact .section-title .Line {
        width: 90px;
        height: 4px;
        background-color: black;
    }

    /* ----------- Contact Top -------------- */

    #Contact .ContactTop {
        padding-bottom:4%;
    }

#Contact .ContactTop .Box {
    padding: 10px;
}

    #Contact .ContactTop .Box .Image {
        text-align: center;
    }

        #Contact .ContactTop .Box .Image i {
            font-size: 2.4em;
        }

    #Contact .ContactTop .Box .Info {
        text-align: center;
        padding-top: 20px;
    }

        #Contact .ContactTop .Box .Info a {
            font-size: 1.2em;
            text-decoration: none;
            font-family: 'Poppins', sans-serif;
            color: #12110e;
        }


/* ----------- Google Map -------------- */

    #Contact .GoogleMap {
        padding-top:5%;
        padding-bottom: 0%;
    }

/* ----------- Bank Account -------------- */

    #Contact .BankAccount h5 {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 1.3em;
        color: #333333;
        padding-bottom: 3px;
    }

    #Contact .BankAccount h5 span {
        width: 270px;
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
    }



@media only screen and (max-width: 700px) {

    #Contact {
        padding-top: 8%;
        
    }

        #Contact .section-title .title {
            font-size: 1.9em;
        }


        #Contact .ContactForm {
            padding-bottom: 8%;
        }


        #Contact .BankAccount {
            padding-top: 5%;
        }

        #Contact .BankAccount h5 {
            font-size: 0.95em;
            padding-bottom: 3px;
        }

            #Contact .BankAccount h5 span {
                width: 110px;
                display: inline-flex;
                justify-content: space-between;
                align-items: center;
            }
}