#contactUs,#contactUSCHILD{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#contactUSCHILD{
    max-width: 1200px;
    flex-direction: column;
}

#contactTitleSec h2{
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    color: #172b4d;
}
#contactTitleSec h5{
    text-align: center;
    color: rgb(62, 62, 62);
    font-size: 15px;
}
#contactMainSec{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2vw;
}
#contatInfo {
    width: 50%;
    height: 80vh;
    margin: 1vw;
    padding: 10px;
    background-color: #172b4d;
    color: aliceblue;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

#WrapINFOCN{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1vw;
}
#contatInfo h3{
    font-size: 34px;
}
#contatInfo h3,#contatInfo p{
    width: 70%;
    text-align: center;
}
#contatInfo p{
    font-size: 16px;
    margin-top: 5px;
}
#MaCONT{
    display: flex;
    width: 75%;
    justify-content: space-around;
    align-items: center;
   flex-wrap: nowrap;
   margin: 1vw;
   flex-direction: column;
}
#MaCONT span{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 5px;

}
#contatInfo span span a{
    color: aliceblue;
    font-size: 16px;
    text-decoration: none;
    margin-left: 4px;
}
#ContactAdd span{
    display: flex;
    align-items: self-start;
    justify-content: center;
   
}
#ContactAdd span p{
    font-size: 16px;
}
#contactForm,#contactForm form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 50%;
}
#contactForm form span{
    width: 100%;
    margin: 5px;
    display: flex;
    flex-direction: column;
}
#contactForm form span label{
    font-size: 16px;
    color: #4b4b4b;
    font-stretch:ultra-expanded;
    margin-bottom: 4px;
}
#contactForm form span input{
    height: 40px;
    width: 550px;
}
#contactForm form span input,#contactForm form span textarea{
    
    padding: 5px;
    padding-left: 10px;
    font-size: 15px;
    color: #232323;
    border: 1px solid rgb(186, 186, 186);
    outline: none;
    border-radius: 4px;
}

#contactForm form span input:focus,#contactForm form span textarea:focus{
    outline: 2px solid rgba(0, 136, 255, 0.273);
    border-color: #002b88;
}
#contactForm form span textarea{
    width: 550px;
}
#contactSubBTN button{
    width: fit-content;
    height: fit-content;
    padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    background-color: #002b88;
    color: aliceblue;
    font-weight: 700;
    border: none;
    transition: all ease 0.3s;
    margin-top: 1vw;
    border-radius: 5px;
}
#contactSubBTN button:hover{
    transform: scale(0.9);
}
@media (max-width:1200px) {
    #contactForm form span input,#contactForm form span textarea{
        width: 45vw;
    }
    #WrapINFOCN p,#ContactAdd span p{
        font-size: 14px;
    }
   
}
@media (max-width:800px) {
    #WrapINFOCN h3{
        font-size: 22px;
    }
}
@media (max-width:550px) {
    #contactMainSec{
        flex-direction: column;
    }
    #contatInfo{
        width: 100%;
    }
    #contactForm{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items:center;
        padding: 0;
        margin: 0;
    }

    #contactForm form span input,#contactForm form span textarea{
        width: 60vw;
    }
    #aboutTitle button{
        transform: scale(0.8);
    }
}