.ai-herobanner {
  background: url(../../images/bg_header.jpg) center center no-repeat;
  padding-top: 100px;
  padding-bottom: 50px;
  background-size: cover;
  position: relative
}

.decs-pr {
  margin: 80px 70px;
}

.decs-pr h2 {
  font-size: 26px
}

.cstmr_bx {
  border: 1px solid #D8D8D8;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 30px 15px;
  justify-content: flex-end;
  flex: 100%;
}

.img-sec {
  margin-bottom: 30px;
}

.customer-sec {
  row-gap: 30px;
}

.customer-sec>div {
  display: flex;
}

.cont-sec h3 {
  font-size: 16px;
  font-weight: 550;
  line-height: 20px;
}

.cont-sec p {
  font-size: 14px;
  font-weight: 450;
  line-height: 20px;
}

#mmi-pin-sc {
  background-color: #003E7E;
  padding: 60px 0;
  color: #fff;
  margin-top: 70px;
}

.txt-cont {
  padding: 0px 0 20px;
  background-color: #fff;
  margin-top: 50px;
  width: 80%;
  margin-inline: auto;
  border-radius: 5px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

textarea {
  width: 100%;
  height: 100px;
  padding: 30px;
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
}

.btn-form {
  padding: 12px 30px;
  background-color: #F18F4A;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #F18F4A;
  float: right;
  margin-right: 4%;
}



/*  */
.customer-sec .filterDiv {
  display: none;
}

.customer-sec .show {
  display: flex;
  justify-content: center;
}

/* Style the buttons */
#myBtnContainer {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-top: 35px;
}

.btn {
  border: none;
  padding: 12px 40px;
  background-color: #F3F7FA;
  border: 1px solid #A6B8CA;
  cursor: pointer;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
}

.btn.active,
.btn:hover {
  background-color: #F18F4A;
  border: #F18F4A 1px solid;
  color: #fff;
}

@media(max-width:980px) {
  .txt-cont {
    width: 100%;
  }

  .decs-pr {
    margin: 40px 0;
  }
  #myBtnContainer{gap: 10px;}
  .btn{padding: 12px 20px;}
  
}
