.help-center-main{
	min-height: 300px;
	background: url(../img/help.png);
	background-size: cover;
	margin-top: -120px;
}
.help-center-head h2{
	padding-top: 100px;
	font-size: 48px !important;
    font-family: 'Myriad Pro', sans-serif !important;
    text-align: center;
    margin-bottom: 10px;
    color: white;
    font-weight: 700 ;
}
.help-center-main input[type=text] {
  width: 40%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
  font-family: 'Myriad Pro', sans-serif !important;
  background-color: white;
  background-image: url('../img/search.svg');
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  outline: none !important;
  margin-top: 20px;
}
.help-center-container{
	background: #1F1F21;
}
.help-center-container .container{
	max-width: 1296px !important;
	width: 100%;
	padding: 50px 0px;
}
.faq{
	font-size: 36px !important;
    font-family: 'Myriad Pro', sans-serif !important;
    color: white;
    font-weight: 700;
}
.help-sub-row .col-md-6{
	padding: 50px !important;
}
.help-sub{
	padding-top: 40px;
}
.help-sub-heading{
	font-size: 24px !important;
    font-family: 'Myriad Pro', sans-serif !important;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}
.help-sub-para{
	font-size: 18px !important;
    font-family: 'Myriad Pro', sans-serif !important;
    color: #666666;
    font-weight: 400;
    line-height: 1.5;
}
.help-link{
	margin: 10px 0px !important;
}
.help-link a{
	font-size: 18px !important;
    font-family: 'Myriad Pro', sans-serif !important;
    color: #666666 !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}
@media screen and (max-width: 480px){
  .help-center-head h2 {
    padding-top: 130px !important;
    font-size: 35px !important;
  }
  .help-center-main input[type=text] {
      width: 75% !important;
      font-size: 15px !important;
      padding: 10px 20px 10px 40px !important;
  }
  .faq {
      font-size: 25px !important;
  }
  .help-sub-row .col-md-6 {
      padding: 20px !important;
  }
  .help-sub {
      padding-top: 15px;
  }
  .help-sub-heading {
      font-size: 20px !important;
  }
  .help-sub-para {
      font-size: 15px !important;
  }
  .help-link a {
      font-size: 15px !important;
      font-family: 'Myriad Pro', sans-serif !important;
      color: #666666 !important;
      font-weight: 400 !important;
      text-decoration: none !important;
  }
  .help-link img{
      width: 10px !important;
  }
}