section {
    padding: 60px 0;
    min-height: 100vh;
  }
  .contact-info {
    display: inline-block;
    width: 100%;
    text-align: center;
        margin-bottom: 10px;
  }
  .contact-info-icon {
  margin-bottom: 15px;
  }
  .contact-info-item {
    background: #071c34;
    padding: 30px 0px;
  }
  .contact-page-sec .contact-page-form h2 {
    color: #071c34;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
  }
  .contact-page-form .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
  }
  .contact-page-form.contact-form input {
    margin-bottom: 5px;
  }
  .contact-page-form.contact-form textarea {
    height: 110px;
  }
  .contact-page-form.contact-form input[type="submit"] {
    background: #071c34;
    width: 150px;
    border-color: #071c34;
  }
  .contact-info-icon i {
    font-size: 48px;
    color: #fda40b;
  }
  /* .row1{
    display: flex;
    justify-content: center;
  } */
  .contact-info-text p{margin-bottom:0px;}
  .contact-info-text h2 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .contact-info-text span {
    color: #999999;
    font-size: 16px;
    font-weight: ;
    display: inline-block;
    width: 100%;
  }

  .contact-page-form input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
  }

  .contact-page-form .message-input {
  display: inline-block;
  width: 100%;
  padding-left: 0;
  }
  .single-input-field textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    width: 100%;
    height: 120px;
    padding: 12px 16px;
    border-radius: 4px;
  }
  .single-input-fieldsbtn input[type="submit"] {
    background: #fda40b none repeat scroll 0 0;
    color: #fff;
    display: flex;
    justify-content: center;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px;
    cursor: pointer;
  }
  .single-input-fieldsbtn input[type="submit"]:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
  .single-input-field  h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px;
  }
  .contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
  }

  .contact-page-map {
    margin-top: 36px;
    border-radius: 20px;
    box-shadow: 10px 10px 40px lightgrey;
  }
  .contact-page-form form {
      padding: 20px 15px 0;
  }
.whatsapp_ct{
        background: #110671 none repeat scroll 0 0;
        color: rgb(255, 255, 255);
        display: flex;
        justify-content: center;
        font-weight: 600;
        padding: 10px 0;
        text-transform: capitalize;
        width: 150px;
        margin-top: 20px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 5px;
      }
.wa{
    color: white;
}
.whatsapp_ct:hover{background:#248c1f;transition: all 0.4s ease-in-out 0s;border-color:#248c1f}
  .wa{
    color: #fffdfd;
    text-transform: capitalize;
    font-size: 14px;
  }
h3{
    color: #464646;
    padding: 1%;
}
.misc{
    margin-bottom: 1%;
}
.row1{
  max-width:40%;
  max-height: 50%;
}
.contact-info{
  margin-left: 10%;
  width:80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-info-item{

  display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, 300px);
    grid-template-rows: repeat(1, 4fr);
}

.whatsapp-button{
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 99;
  background-color: #25d366;
  border-radius: 80px;
  color: #ffffff;
  text-decoration: none;
  width: 80px;
  height: 80px;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
  box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
  animation: effect 5s infinite ease-in;
}

@keyframes effect {
  20%, 100% {
      width: 70px;
      height: 70px;
      font-size: 30px;
  }
  0%, 10%{
      width: 75px;
      height: 75px;
      font-size: 35px;
  }
  5%{
      width: 70px;
      height: 70px;
      font-size: 30px;
  }
}
