


.contact-us_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background: rgb(255, 250, 250);
 
}

.map_container{
    margin: 4rem 0;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 500px;
    animation: map 4s ease;
}
@keyframes map{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.map_container iframe{
    width: 75%;
    height: auto;
}
.contact-us_container .contact_us_info{
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    margin: auto;
    height: 230px;
    justify-content: space-between;
    margin-bottom: 10rem;
}
.contact_us_item{
    width: 31%;
    height: auto;
    border: 2px solid rgb(236, 236, 236);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
}
.contact_us_item i{
    color: #FF3115;
    font-size: 1.6rem;
}
.contact_us_item h3{
    font-size: 1.2rem;
    color: black;
    margin: 1rem 0;
}
.contact_us_item p{
    font-weight: 0;
    color: #4b4a4a;
}

@media screen and (max-width:950px){
    
    .map_container iframe{
        width: 90%;
    }
    .contact-us_container .contact_us_info{
        width: 90%;
    }
}
@media screen and (max-width:720px){
    .map_container{
        margin-bottom: 3rem;
    }
    .map_container iframe{
        width: 80%;
    }
    .contact-us_container .contact_us_info{
        width: 80%;
    }
    .contact-us_container .contact_us_info{
        flex-direction: column;
        justify-content: center;
        align-content: center;
        height: auto;
        gap: 2rem;
    }
    .contact_us_item{
        padding: 2rem 0;
        width: 100%;
    }
}
@media screen and (max-width:420px){
    .map_container iframe{
        width: 90%;
    }
    .contact-us_container .contact_us_info{
        width: 90%;
    }
    
}
.container-us-detail{

    width: 100%;
    margin: auto;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}
.container-us-detail > div{
    border:2px dashed #FF3115;
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-color: #fafafa;

}
.conleft img{
    max-width: 20%;
    border-radius: 500px;
    border: 4px solid #FF3115;
}
.conleft > p{
    font-size: 0.8rem;
}
.linebox{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: auto;
    width: 100%;
    font-size: 0.8rem;
}
.linebox i{
    font-size: 1.5rem;
}
.boxline22{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    color: black;
}
.co-h i{
    color: rgb(0,185,0);
}
.conright{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF3115;
}
.fb-page{
    width: 85%;
}
@media screen and (max-width:890px){
    .container-us-detail{
        flex-direction: column;
        gap: 1rem;
    }
    .container-us-detail{
        height: auto;
    }
    .container-us-detail > div{
        width: 90%;
        height: 400px;
    }
}

