
.benefit-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 20px; */
}
  #myModal .modal-body{
    padding: 0px;
  }
  .modal-header{
    border-bottom: none;
  }
  .modal-content {
   
    border-radius: 1.2rem;
  
}
@media only screen and (max-width: 770.9px) {
  #myModal .formWrap{
    padding-top: 15px;
    padding-left: 20px;
    /* text-align: center; */
  }
  .pop-heading{
    text-align: center;
  }

}
@media only screen and (min-width: 771px) {
  #myModal .formWrap{
    padding-top: 15px;
    padding-left: 70px;
    /* text-align: center; */
  }
  .modal-xl {
    max-width: 1120px;
  }

}
 
  #for p{
    font-weight: 300 !important;
  }
  .formWrap P{
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 50px;
  }
  
  #myModal .formWrap h1{
    font-size: 55px;
    letter-spacing: 3px;
    color: #ffcc2f;
    margin-bottom: 0px;
    margin-top: -0.3em;

  }
  .btn-info {
    
    background-color: #ffcc2f;
    border-color: #17c1e8;
}
  
  .benefit img{
      margin-right: 10px;
  }

  #myModal h1{
    font-size: 26px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  #myModal hr{
    width:50px;
    height: 2px;
    background: #ff5722;
    border: none;
  }
  #myModal form{
    margin-top: 35px;
  }
  #myModal input{
    width: 100%;
    height: 45px;
    padding: 0 10px;
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
  }
  
  #myModal input:focus{
    outline: #FF5722;
    border-color: #FF5722 !important;
  }
  #myModal .submit{
    background: #FF5722;
    color: #fff;
    border: none;
  }
  #myModal h6 a{
    color: #ff5722;
    font-weight: normal;
  }
  #myModal h5{
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 45px;
  }
  #myModal p{
    margin-bottom: 0;
    letter-spacing: 2px;
  }
  #myModal p a{
    display: inline-block;
    width: 40px;
    height: 40px;
    letter-spacing: 2px;
    line-height: 38px;
    border-radius: 1.2rem;
    border: 1px solid #ff5722;
    color: #ff5722;
    margin-right: 10px;
  }
  .rounded-lg {
    border-radius: 1.2rem!important;
  }
  #myModal .facebook{
    color: #3b5998;
    border-color: #3b5998;
  }
  #myModal .facebook{
    color: #3b5998;
    border-color: #3b5998;
  }
  #myModal .facebook{
    color: #3b5998;
    border-color: #3b5998;
  }
  .btn p{
    letter-spacing: 2px;
  }