:root{--clr-primary-1:hsl(43, 86%, 17%);--clr-primary-2:hsl(43, 77%, 27%);--clr-primary-3:hsl(43, 72%, 37%);--clr-primary-4:hsl(42, 63%, 48%);--clr-primary-5:hsl(42, 78%, 60%);--clr-primary-6:hsl(43, 89%, 70%);--clr-primary-7:hsl(43, 90%, 76%);--clr-primary-8:hsl(45, 86%, 81%);--clr-primary-9:hsl(45, 90%, 88%);--clr-primary-10:hsl(45, 100%, 96%);--clr-grey-1:hsl(209, 61%, 16%);--clr-grey-2:hsl(211, 39%, 23%);--clr-grey-3:hsl(209, 34%, 30%);--clr-grey-4:hsl(209, 28%, 39%);--clr-grey-5:hsl(210, 22%, 49%);--clr-grey-6:hsl(209, 23%, 60%);--clr-grey-7:hsl(211, 27%, 70%);--clr-grey-8:hsl(210, 31%, 80%);--clr-grey-9:hsl(212, 33%, 89%);--clr-grey-10:hsl(210, 36%, 96%);--clr-white:#fff;--ff-primary:"Roboto", sans-serif;--ff-secondary:"Open Sans", sans-serif;--transition:all 0.3s linear;--spacing:0;--radius:0.5rem;--light-shadow:0 5px 15px rgba(0, 0, 0, 0.1);--dark-shadow:0 5px 15px rgba(0, 0, 0, 0.2);--max-width:1170px}.contact-center form{background:url(/wp-content/themes/gadgetkingsprs/img/contact%20us.jpg) no-repeat;background-size:auto;background-position:center;padding:3rem;border-radius:var(--radius)}.form-control{display:grid;grid-template-columns:1fr;width:100%;padding:.75rem 1rem;border:none;margin-bottom:1.25rem;background-color:#fff;border-radius:1rem}.form-control:focus{outline:none}.contact-center{display:grid;grid-template-columns:1fr 1fr;gap:2rem 2rem}@media screen and (max-width:1190px){.map{width:500px}}@media screen and (max-width:1120px){.map{width:450px}}@media screen and (max-width:940px){.contact-center{grid-template-columns:1fr;gap:2rem 2rem}.map{width:100%}}@media screen and (max-width:488px){.contact-center form{padding:1.5rem}.map{height:400px}}.contact-info{margin-top:1rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.single-info{display:flex;justify-content:center;align-items:center}.single-info i{margin-right:1.5rem;margin-bottom:.5rem;font-size:1.7rem;color:var(--clr-primary-5)}.single-info a{color:var(--clr-grey-5)}.single-info p{margin-top:1rem}body{position:relative}.Message-container{position:fixed;top:0;right:0;left:0;bottom:0;width:100%;height:100%;z-index:15;display:none}.Message-container::after{content:'';position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:-1;opacity:.4}.message{display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:1;background-color:#fff;padding:5rem;box-shadow:var(--light-shadow)}.show-message{display:flex;justify-content:center;align-items:center}.red{color:red}.green{color:green}.messagebtn{padding:1rem}.googlemessage{color:red;background:#fff;width:300px;padding:.5rem;border-radius:1rem;text-align:center;opacity:.8;display:none}.showgooglemessage{display:block}