body{
font-family: "Helvetica Neue", Helvetica, Arial;
}
.Container-OG {
  width: 60%;
  font-family: "Helvetica Neue", Helvetica, Arial;
}
.Logo img {
  width: 220px;
  height: 100%;
}
.Icons ul li {
  float: left;
}
.FI {
  background-color: #ffffff;
}
.CalSection {
  max-height: 200px;
  background-color: black;
}
.callsocial {
  width: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.social-ele {
  margin-left: auto;
}
.fa {
  padding: 10px;
  font-size: 25px;
  width: 35px;
  height: auto;
  text-align: center;
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.fa-whatsapp{
  font-size:26px;
}
.fa:hover {
  color: rgb(155, 155, 155);
  text-decoration: none;
}
/* .fa-facebook {
  color: rgb(0, 0, 0);
}

.fa-twitter {
  color: rgb(0, 0, 0);
}

.fa-google {
  color: rgb(0, 0, 0);
}

.fa-linkedin {
  color: rgb(0, 0, 0);
}

.fa-youtube {
  color: rgb(0, 0, 0);
}

.fa-instagram-square {
  color: black;
} */
.Form-OG {
  width: 100%;
  margin: auto;
  background-color: white;
}
.M1 {
  font-size: 16px;
  color: black;
  font-weight: bold;
  margin-top: 30px;
}
.FormBg {
  background-color:black;
  height: 100%;
}
.ButMain {
  width: 50%;
  margin: auto;
  text-align: center;
}
.but {
  width: 50%;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background-color: rgb(22, 78, 100);
  border: none;
  padding: 10px;
}
.but:hover {
  box-shadow: 0 0 15px rgb(180, 34, 34);
}
.FIText {
  font-size: 15px;
  font-weight: bold;
  color: white;
}
.footeritem {
  font-size: 13px;
}
.fa:hover {
  color: red;
}
.Header-sec {
  position:relative;
  display: flex;
  flex-direction: space-around;
  align-items: center;
}
.Header-img-logo img{
width: 180px;
}

.thankyou-comp {
  align-items: center;
  text-align: center;
  max-width: auto;
  padding: 200px 100px;
}
.thank-flex article {
  font-size: 50px;
  margin-bottom: 20px;
}

.thank-flex figure {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 30px;
}


.thank-flex button{
  cursor: pointer;
  text-decoration: none;
  padding: 15px 25px;
  font-size:15px;
  background-color:red;
  color: white;
  border: none;
}
.thank-flex button a{
font-size:15px;
text-decoration: none;
color: white;
}
.captchabtn{
display:flex;
align-items:center;
justify-content:center;
}
.catalogue{
  background-color: #000000;
  background-color: #000000;
  width: 50%;
  text-align: center;
  border-radius: 12px;
}
.catalogue p {
color: #ffffff!important;
text-decoration: none!important;
}
.catalogue a {
color: #ffffff!important;
text-decoration: none!important;
}
.catalogue:hover {
  background-color: #ffffff;
border:1px solid #000000;

}
.catalogue:hover p {
  color: #000000!important;
}
@media screen and (max-width: 990px) {
.captchabtn{
flex-direction: column;
}
.ButMain {
width:100%;

}
.catalogue{
width:100%;
}
}
@media screen and (max-width: 768px) {
  .Container-OG {
    width: 100%;
  }
.catalogue{
width:100%;
}
  .thankyou-comp {
    align-items: center;
    text-align: center;
    max-width: auto;
    padding: 200px 20px;
  }
  .thank-flex figure {
    font-size: 12px;

  }
  /* .CalSection {
    max-height: 100px;
    background-color: #bb0000;
  } */
  /* .Header-sec {
    position:relative;
    display: flex;
    flex-direction: space-between;
    align-items: center;
  } */
  .Header-img-logo img{
    width: 100px;
    }
  .Logo img {
    width: 170px;
    height: 100%;
  }
  .Form-OG {
    width: 90%;
    margin: auto;
    background-color: white;
  }
  .fa {
    padding: auto;
    width: 30px;
    height: 35px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
  }
  .FIText {
    font-size: 10px;
    font-weight: bold;
  }
  .M1 {
    font-size: 12px;
  }
  .but {
    font-size: 12px;
  }
  .footeritem {
    font-size: 12px;
  }
.ButMain {
width:100%;
margin:15px 0px;
}
.captchabtn{
flex-direction: column;
}
}

.qr {
  display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}

.qr a{
  /* text-decoration: none ! important; */
  text-decoration: underline ! important;
  font-weight: 600 ! important;
  color: black ! important;

}

.asterisk {
  position: absolute;
  top: -5px;
  font-size: 14px;
  color: red;
}
