@media only screen and (min-width: 3840px) and (min-height: 2159px) {

    section .contactContainer .contactflex-container {
        width: 2350px !important;
    }

    section .contactContainer .contactflex-container i {
        font-size: 91px !important;
        margin-top: 30px;
    }

    section .contactContainer .contactflex-container i.glyphicon-map-marker {
        font-size: 115px !important;
    }

    section .contactContainer .contactflex-container .ph-email {
        display: flex;
        flex-direction: row;
        width: 100%;
        font-size: 70px !important;
        justify-content: space-between;
        align-items: center;
        margin: 10px;
    }

    section .contactContainer .contactflex-container .address {
        display: inline;
        width: 100%;
        font-size: 64px !important;
        margin-top: 10px;
        line-height: 100px !important;
    }

    section .contactflex-container .map iframe {
        width: 2000px;
        height: 1400px;
        margin-top: 45px;
    }

}

@media only screen and (min-width: 2560px) and (min-height: 1439px) {

    .contactContainer .contactflex-container {
        width: 1580px !important;
    }

    .contactContainer .contactflex-container i {
        font-size: 61px !important;
    }

    .contactContainer .contactflex-container i.glyphicon-map-marker {
        font-size: 82px !important;
    }

    .contactContainer .contactflex-container .ph-email {
        display: flex;
        flex-direction: row;
        width: 100%;
        font-size: 40px !important;
        justify-content: space-between;
        align-items: center;
        margin: 10px;
    }

    .contactContainer .contactflex-container .address {
        display: inline;
        width: 100%;
        font-size: 39px !important;
        margin-top: 10px;
        line-height: 75px !important;
    }

    .contactflex-container .map iframe {
        width: 1500px;
        height: 800px;
        margin-top: 25px;
    }

}

@media only screen and (min-width: 1920px) {

    .contactContainer .contactflex-container {
        width: 1100px;
    }

    .contactContainer .contactflex-container i {
        font-size: 35px;
    }

    .contactContainer .contactflex-container i.glyphicon-map-marker {
        font-size: 41px;
    }

    .contactContainer .contactflex-container .ph-email {
        display: flex;
        flex-direction: row;
        width: 100%;
        font-size: 30px;
        justify-content: space-between;
        align-items: center;
        margin: 10px;
    }

    .contactContainer .contactflex-container .address {
        display: inline;
        width: 100%;
        font-size: 26px;
        margin-top: 10px;
        line-height: 60px;
    }

    .map iframe {
        width: 1000px;
        height: 700px
    }

}

@media only screen and (min-width: 640px) and (max-width: 768px) {

    section {
        transform: translateY(20px);
    }

    .contactContainer .contactflex-container {
        display: flex;
        flex-direction: column;
        width: 550px;
        justify-content: center;
        align-items: center;
        padding: 5px;
        margin: 5px;
    }

    .contactContainer .contactflex-container .ph-email {
        font-size: 14px;
    }

    .contactContainer .contactflex-container .address {
        display: inline;
        width: 100%;
        font-size: 14px;
        margin-top: 10px;
        line-height: 30px;
    }

    .contactContainer .contactflex-container .address div {
        display: inline;
        width: 100%;
        font-size: 14px;
        margin-top: 10px;
        line-height: 30px;
    }

    .map iframe {
        width: 520px;
    }
      
}

@media only screen and (min-width: 480px) and (max-width: 640px) {

    section {
        transform: translateY(20px);
    }

    .contactContainer .contactflex-container {
        display: flex;
        flex-direction: column;
        width: 400px;
        justify-content: center;
        align-items: center;
        padding: 5px;
        margin: 5px;
    }

    .contactContainer .contactflex-container .ph-email {
        display: flex;
        flex-direction: column;
        width: 100%;
        font-size: 14px;
        justify-content: center;
        align-items: center;
        margin: 10px;
    }

    .contactContainer .contactflex-container .address {
        display: inline;
        width: 100%;
        font-size: 10px;
        margin-top: 10px;
        line-height: 30px;
    }

    .contactContainer .contactflex-container .address div {
        display: inline;
        width: 100%;
        font-size: 10px;
        margin-top: 10px;
        line-height: 30px;
    }

    .map iframe {
        width: 400px;
    }
              
}

@media only screen and (min-width: 380px) and (max-width: 480px) {

    section {
        transform: translateY(20px);
    }

    .contactContainer .contactflex-container {
        display: flex;
        flex-direction: column;
        width: 300px;
        justify-content: center;
        align-items: center;
        padding: 5px;
        margin: 5px;
    }

    .contactContainer .contactflex-container .ph-email {
        display: flex;
        flex-direction: column;
        width: 100%;
        font-size: 14px;
        justify-content: center;
        align-items: center;
        margin: 10px;
    }

    .contactContainer .contactflex-container .address {
        display: inline;
        width: 100%;
        font-size: 10px;
        margin-top: 10px;
        line-height: 30px;
    }

    .contactContainer .contactflex-container .address div {
        display: inline;
        width: 100%;
        font-size: 10px;
        margin-top: 10px;
        line-height: 30px;
    }

    .map iframe {
        width: 340px;
    }
             
}

@media only screen and (min-width: 0px) and (max-width: 380px) {
   
        section {
            transform: translateY(20px);
        }
      
        .contactContainer .contactflex-container {
            display: flex;
            flex-direction: column;
            width: 300px;
            justify-content: center;
            align-items: center;
            padding: 5px;
            margin: 5px;
        }
    
        .contactContainer .contactflex-container .ph-email {
            display: flex;
            flex-direction: column;
            width: 100%;
            font-size: 14px;
            justify-content: center;
            align-items: center;
            margin: 10px;
        }
        
        .contactContainer .contactflex-container .address {
            display: inline;
            width: 100%;
            font-size: 10px;
            margin-top: 10px;
            line-height: 30px;
        }

        .contactContainer .contactflex-container .address div {
            display: inline;
            width: 100%;
            font-size: 10px;
            margin-top: 10px;
            line-height: 30px;
        }

        .map iframe {
            width: 230px;
        }
}


