@media only screen and (max-width:600px) {
	.default-banner {
		background-image: none;
	}
.oneappbg {
      min-height: 60vh;
    }
.footer-hero-section {
    height: 65vh;
    width: 100%;
    position: relative;
    color: white;
 
}
.steps {
    width: 100%;
}
.bg-animate {
	min-height:400px;
	background-size: cover;
}
.bg-oneapp {
	min-height:440px;
}
#countryDropdown {
	 left: -64px;
}
.help-section {
    height: 40vh;
}
}

#message.form-control {
  min-height: 100px;
}
.extra-faq {
  display: none;
}

.see-more-btn {
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 20px;
  color: red;
  padding: 8px 20px;
  margin: 30px auto 0 auto; /* This centers it */
  cursor: pointer;
  display: block;           /* Required for margin auto to work */
  font-weight: 600;
}
#deleteSubmitBtn:disabled {
  background-color: #ccc !important;
  color: #fff !important;
  cursor: not-allowed;
  opacity: 1; /* override Contact Form 7 default */
}

.scroll-to-top {
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50%;
    background: #000;
    border: 1px solid #2a2a2a;
    width: 35px;
    height: 35px;
    line-height: 30px;
    z-index: 9999;
    outline: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all 0.3s ease;
}
.btn-outline-danger{
    display: inline-block;
    padding: 0.5rem 1rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
   background-color: transparent; 
    border: 1px solid red;
    color: red;
    border-radius: 0.25rem;
    cursor: pointer;
}