﻿.contact_box {
    padding: 1rem 0 .75rem 0;
    box-sizing: border-box;
}

.contact h4::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "Contact Us";
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.3);
    font-size: 60px;
    font-family: 'M-' !important;
}

.button_box>div {
    font-weight: bold;
}

#map {
    border-radius: 20px;
}

@font-face {
    font-family: 'M-';
    src: url('./fonts/Anton.ttf') format('truetype');
}


.contact h4 {
    position: relative;
    margin: 0 0 .5rem 0;
}

.line .l {
    padding: .5rem .625rem;
    box-sizing: border-box;
    width: 40%;
    background-color: #EEEEEE;
    border-radius: 20px;
}

.line .l ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.line .l ul li {
    display: flex;
    align-items: center;
}

.line .l ul li img {
    display: block;
    margin: 0 .375rem 0 0;
    width: 30px;
    height: 30px;
}

.line .r {
    width: 58%;
}

.form_box div .l,
.form_box div .r {
    width: 49%;
}

.form_box div input,
.form_box div textarea {
    display: block;
    padding: .1875rem;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    border: none;
    resize: none;
    outline: none;
    background-color: #ECECEC;
    border-radius: 10px;
}

.form_box {
    margin: .75rem 0 0 0;
}

.form_box div h5 {
    margin: .25rem;
}

.button_box {
    margin: .5rem 0 0 0;
}

.button_box button {
    color: #fff;
    background-color: #019444;
    border: none;
    padding: .1875rem 0;
    box-sizing: border-box;
    border-radius: 50px;
    width: 20%;
    cursor: pointer;
}

.button_box button:hover {
    box-shadow: 0 0 10px 2px #019444;
    transition: all 0.6s;
}

.button_box {
    line-height: .45rem;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    
    .conlist li {
        line-height: 1.5;
    }
    
    
        .conlist {
                        display: flex;
                        justify-content: space-between;
                        margin: .75rem 0  !important;
                        flex-wrap: wrap !important;
                    }
                    
                    .conlist li {
                        margin: 10px 0;
                        padding: 15px;
                           box-sizing: border-box;
                        width: 100% !important;
                        border-radius: 10px;
                        background-color: #EEEEEE;
                        line-height: 1.5 !important@;
                    }
    
    .line .l,
    .line .r {
        width: 100%;
    }
    .line {
        flex-wrap: wrap;
    }
    .line .l ul li {
        margin: 5px 0;
        line-height: 1.5;
    }
    .line .r {
        margin: 10px 0 0 0;
    }
    .contact h4::after {
        font-size: 20px;
    }
    #map {
        height: 300px !important;
    }
    .BMap_omOutFrame {
        display: none;
    }
    .BMap_omCtrl {
        display: none;
    }
    .button_box {
        line-height: 1.5;
    }
    
       .conlist li {
        line-height: 1.5 !important;
    }

}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}