.pageheader{height:50vh;background:var(--sec-color)}.headerCont{height:40vh;padding-top:10vh;display:flex;justify-content:center;align-items:start;flex-direction:column;width:90%;margin:0 auto}.headerCont h1{color:aliceblue;margin:20px 0}.headerCont h1 span{color:var(--pri-color)}.headerContP{color:aliceblue}.contactWrap{width:100vw;height:fit-content;padding:10vh 0;background:var(--ter-color)}.contactCont{width:50vw;display:flex;justify-content:center;align-items:center;margin:0 auto;border-radius:15px;padding:2.5% 0;height:fit-content;background:var(--sec-color)}.contactForm{width:90%;height:90%}.erroTag{height:20px;width:100%;display:flex;align-items:end;justify-content:end}.erroTag span{font-size:.75rem;font-family:GroteSlim;color:red!important}.cfSmall{width:100%;margin-bottom:20px;min-height:80px}.cfSmall p{height:30px;width:100%;display:flex;justify-content:start;color:aliceblue;align-items:center;font-family:GroteSlim}.cfSmallInput{width:100%;height:50px;border-radius:7px;overflow:hidden}.cfSmallInput input,.cfSmallInput select{width:100%;height:100%}.cfLarge{width:100%;margin-bottom:20px;min-height:250px}.cfLarge p{height:30px;width:100%;display:flex;justify-content:start;color:aliceblue;align-items:center;font-family:GroteSlim}.cfLargeInput{width:100%;height:220px;border-radius:7px;overflow:hidden}.cfLargeInput textarea{width:100%;padding-top:10px;height:100%}.cfBtn{width:100%;height:50px;display:flex;justify-content:center;margin-top:20px;align-items:center}.cfBtn button{width:100%;height:100%;border-radius:10px}@media only screen and (max-width:992px){.headerCont{width:95%}.contactWrap{padding:7vh 0}.contactCont{width:90%;padding:30px 0}}@media only screen and (min-width:1620px){.contactCont,.headerCont{width:1220px}}