body {
  font-family: "Poppins", sans-serif;
}

.header_top {
  background: #000;
  color: #fff;
  font: 12px;
  padding: 5px 0px;
}

.header_top p {
  margin: 0;
}
.header_bottom {
  background: #000;
  color: #fff;
 /* padding-top: 20px;*/
}
ul.top_social {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

ul.top_social li {
  display: inline-block;
  margin-left: 10px;
}

ul.top_social li a {
  color: #fff;
}
.header_bottom h1 {
  font-size: 30px;
  /* padding-top: 20px; */
}
.header_bottom span.Deep {
  color: #26d48c;
}

ul.menu {
  display: flex;
  gap: 2vw;
  padding-top: 46px;
}
ul.menu li {
  list-style-type: none;
}
ul.menu li a {
  text-decoration: none;
  color: #fff;
}
/* .contact-info p{
    display: flex;
} */
.contact-info span {
  display: flex;
  gap: 0.5vw;
  align-items: center;
}
.contact-info {
  padding-left: 110px;
	margin-top: 30px;
}
.Success {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #fff;
  font-size: 12px;
}
.Success h6 {
  font-size: 35px;
}
#main-bottom {
  background: #26d48c;
  padding: 20px;
}
.Success h6 {
  color: blue;
}
.Success p {
  color: #fff;
}
.img-1 img {
  position: relative;
  width: 200px;
  border-radius: 5px;
  right: -88px;
  top: 100px;
  float: right;
}
.img-1 {
  background: url(images/about-1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 200px;
  width: 200px;
  border-radius: 5px;
}
a.More {
  background: #26d48c;
  border-radius: 35px;
  padding: 12px;
  text-decoration: none;
  color: #fff;
  /* font-size: 20px; */
}
h6.about {
  color: blue;
}
#about-us {
  padding-top: 60px;
}

p.paragraph {
  color: grey;
  text-align: justify;
}
.Product h2 {
  text-align: center;
  color: darkblue;
}
.Pro-1 {
  text-align: center;
  color: darkblue;
}
/* .Product {
    background: #00afef;
    width: 90px;
    border-radius: 50px;
    margin: auto;
  } */
.Pro-heading {
  color: darkblue;
  padding-top: 30px;
  margin-bottom: 10px;
}
p.Pragraph {
  color: #000;
  font-size: 13px;
  /* height: 100px; */
}
p.solid {
  align-items: center;
}
.main-pro {
  border: 2px solid deepskyblue;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  border-color: #a9a9a93b;
  margin-top: 20px;
}
.Pro-heading h5 {
  font-size: 19px;
  /* height: 45px; */
  margin-bottom: 25px;
}
.Pro-heading a {
  text-decoration: none;
  background: #26d48c;
  padding: 5px 15px;
  border-radius: 5px;
  color: #fff;
}
.Pro-1 h2 {
  padding-top: 40px;
  margin-bottom: 20px;
  color: #26d48c;
}
#Product {
  padding-top: 40px;
}
#footer form input {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  padding: 14px 5px;
  /* position: absolute; */
  width: 100%;
}
.footer-new {
  /* width: 80%; */
  margin: auto;
  display: flex;
  align-items: center;
  gap: 1vw;
}
#footer-F {
  background: #000;
}
#footer .footer-new {
  box-shadow: 0px 0px 9px #00d2ff1f;
}
.contact p i {
  align-items: center;
  gap: 1vw;
}
.icon {
  gap: 1vw;
  display: flex;
  text-decoration: none;
}
.icon a i {
  color: #fff;
}
.icon a {
  font-size: 20px;
}
.contact p {
  display: flex;
  gap: 0.5vw;
  font-size: 15px;
}

section#Sec {
  background: #50525b;
}
section#footer {
  position: absolute;
  top: 0;
}
.footer-sec {
  position: relative;
}
#contact-us {
  padding: 50px 0;
  background-color: #26d48c;
  margin-top: 70px;
  color: #fff;
}

#contact h2 {
  text-align: center;
  padding-bottom: 35px;
  display: block;
  margin: 0;
}

#contact {

  font-size: 18px;
  padding: 35px 0;
  background-color: #14e48e;
}
.contact h6 {
  font-size: 22px;
}
input {
  width: 100%;
  height: 35px;
  /* margin: 5px; */
  border-radius: 5px;
  border: none;
}

textarea#message {
  width: 60%;
  margin: 5px;
  width: 100%;
}

form {
  max-width: 500px;
  margin: auto;
}
.label-input {
  margin: 11px 0;
}

h4.title {
  text-align: left;
  margin-left: 21px;
}

textarea {
  width: 100%;
  border: none;
}

.submit {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

.submit button {
  color: #000;
  padding: 12px 65px;
  background-color: #fff;
  border: none;
  transition: all 0.2s ease-in-out;
}
.contact h4 {
  font-size: 23px;
}
.main-footer {
  color: #fff;
  width: 100%;
  padding: 15px 0;
}

section#Sec {
  background: #50525b;
}
section#footer {
  position: absolute;
  top: 0;
}
.footer-sec {
  position: relative;
}
.main-design {
  display: flex;
  justify-content: space-between;
}
b.Lorem {
    font-size: 25px;
}
.about-mobile{
    display: none;
}
@media only screen  and (max-width:500px){
    .header_bottom h1 {
        text-align: center;
    }
    ul.menu li {
        display: none;
    }
    .contact-info{
        padding-left: 0;
        text-align: center;
    }
    .Success {
        display: none;
    }
    #main-bottom{
        display: none;
    }
    .img-1{
        display: none;
    }
    .about-mobile{
        display: block;
    }
    .contact-info span {
        text-align: center;
        display: block;
    }
}




#contact input.captcha {
  background:white;
	width: 100%;
}

#contact #captcha span{
  width: 44px;
	color: #444;
}
#contact #captcha input{
  background: url(images/captcha.png) no-repeat scroll 0 0 transparent ;
  margin: 5px 0 0px 10px;
  padding: 0;
  border: medium none;
  cursor: pointer;
  width: 15px;
}