.contact-main-wrap{
    height: 100%;
    width: 100vw;
    background-image: url("/assets/images/web/help-center.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.help-center-inner{
        height: 50vh;
}
/*get-in-touch*/

.get-in-touch-row h1{
    padding-bottom: 25px;
}
.get-in-touch-content h4{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.get-in-touch-content .option{
    padding-bottom: 20px;
}
.get-in-touch-content img{
    width: 17px;
    height: 17px;
    margin-right: 7px;
    margin-bottom: 3px;
  }
  .contact-form-container input{
    width: 100%;
    padding: 10px 10px 10px 15px;
    margin-bottom: 15px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
  }
  .contact-form-container textarea{
    width: 100%;
    padding: 10px 10px 10px 15px;
    margin-bottom: 15px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
  }
  .contact-check-box{
    position: relative;
    padding-bottom: 20px;
  }
  .contact-check-box input{
    width: 20px;
    height: 20px;
    padding: 5px;
    margin-bottom: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #D9D9D9;
  }
  .contact-check-box p{
    padding-left: 30px;
  }
  .contact-map-wrap iframe{
    width: 100vw;
    height: 500px;
    margin-bottom: -7px;
  }
/*get-in-touch END*/