﻿

body {
    font-family: 'PT Sans', sans-serif;
}


#btnSubmit, #btnwhatapp {
    padding: 10px 25px;
    left: 10%;
    width:48.5%;
}

.linkcontact {
    border-bottom-color: darkred !important;
}

    .linkcontact a {
        color: darkred !important;
    }

/*CSS for the "Just fill in this form..."*/
.contact_intro {
    color: #33464E;
    font-weight: 900;
}


.help-block {
    color: red;
}

.contact_intro2 {
    color: #33464E;
    font-size: 18px;
    font-weight: bold;
}


.listbranch {
    overflow-y: scroll;
    height: 450px;
}




/*the line that separate the form and the map*/
.hr_deco {
    height: 0.5px;
    border: none;
    color: #333;
    background-color: #333;
}
/*CSS for "Locate Our Branch*/
.locate_deco {
    color: #3B4C55;
    font-size:3.5vw;
    font-weight:800;
    margin-bottom:0;
    letter-spacing:0.2vw
}

.locate_deco2 {
    font-family:Calibri;
    color: #55a7c0;
    letter-spacing:0.5vw;
    font-size:2.5vw;
    font-weight:100;
    margin:0;
}
/*CSS for the maps and the buttons that makes it responsive*/
.img-wrapper {
    position: relative;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.img-overlay {
    position: absolute;
    text-align: center;
}

    .img-overlay:before {
        content: ' ';
        display: block;
        /* adjust 'height' to position overlay content vertically */
        height: 50%;
    }

.btn-responsive {
    /* matches 'btn-md' */
    background-color: #0085b0;
    transition: 0.4s;
    color: white;
}

    .btn-responsive:hover {
        background-color: whitesmoke;
    }

/*Desktop*/
@media (min-width: 1200px) {
    .btn-responsive {
        padding: 6px 23px;
        font-size: 15px;
        line-height: 1.3333333;
        border-radius: 6px;
    }

    .hour {
        width: 49%;
        float: left;
        margin-right: 10px;
    }

    .minute {
        width: 49%;
        float: left;
    }
}

/*iPad Pro Portrait - Tablet Tab 10 Landscape*/
@media (min-width: 992px) and (max-width: 1200px) {
    .btn-responsive {
        padding: 3px 11px;
        font-size: 1.45vw;
        line-height: 1.5;
        border-radius: 6px;
    }

    .hour {
        width: 48.7%;
        float: left;
        margin-right: 10px;
    }

    .minute {
        width: 48.7%;
        float: left;
    }

}

/*iPad or iPad Min Landscape - Tablet Tab 10 Portrait */
@media (min-width: 770px) and (max-width: 991px) {

    .btn-responsive {
        padding: 3px 10px;
        font-size: 1.35vw;
        line-height: 1.5;
        border-radius: 6px;
    }

    .hour {
        width: 49%;
        float: left;
        margin-right: 10px;
    }

    .minute {
        width: 49%;
        float: left;
    }
}

/*iPad or iPad Min Portrait - Tablet Tab 7 - Phone Mobile Landscape */
@media (min-width: 577px) and (max-width: 769px) {
    .btn-responsive {
        padding: 1px 7.5px;
        font-size: 1.65vw;
        line-height: 1.5;
        border-radius: 6px;
        margin-bottom: 3px;
    }

    .hour {
        width: 49%;
        float: left;
        margin-right: 10px;
    }

    .minute {
        width: 49%;
        float: left;
    }
}

/*Phone Mobile Portrait */
@media (min-width: 361px) and (max-width: 576px) {
    .btn-responsive {
        padding: 1px 6px;
        font-size: 1.5vw;
        line-height: 1.5;
        border-radius: 6px;
        margin-bottom: 20px;
    }

    .hour {
        width: 48.5%;
        float: left;
        margin-right: 10px;
    }

    .minute {
        width: 48.5%;
        float: left;
    }

}


/*iPhone 5/5s/SE  or  Extra Small Devices, Phones */
@media (max-width: 360px) {
    .btn-responsive {
        padding: 1px 7px;
        font-size: 4px;
        line-height: 1.5;
        border-radius: 6px;
        margin-bottom: 20px;
    }

    .hour {
        width: 48%;
        float: left;
        margin-right: 10px;
    }

    .minute {
        width: 48%;
        float: left;
    }
}
