.features-3 {
    padding-bottom: 40px;
}

.fwhsearch::-moz-placeholder {
    color: #888;
    opacity: 1;
    filter: alpha(opacity=100);
}

.fwhsearch:-moz-placeholder {
    color: #888;
    opacity: 1;
    filter: alpha(opacity=100);
}

.fwhsearch::-webkit-input-placeholder {
    color: #888;
    opacity: 1;
    filter: alpha(opacity=100);
}

.fwhsearch:-ms-input-placeholder {
    color: #888;
    opacity: 1;
    filter: alpha(opacity=100);
}

.fwhsearch {
    background-color: WHITE;
    border: 2px solid #545252;
    border-radius: 10px;
    color: #2c2c2c;
    line-height: normal;
    padding-left: 10px;
    font-size: 20px;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: "Roboto--Slab", "Helvetica Neue", Arial, sans-serif;
}

@media (max-width: 768px) {
    #slider{
        display: none;
    }

    #background {
        background-color: orange;
    }
}

@media (max-width: 600px) {
    #client-logo {
        display: none;
    }
}

.pricing-4 {
    background: WHITE;

}
#pricing-4.card-pricing{
  border-color: green;
}
@media (max-width: 768px) {
    #compare {
        display: none;
    }
}

.projects-1 {
    background: WHITE;
}

#faqs.card {
    margin-top: 0px;
}

#projects.testimonials-1.section-image {
    padding-bottom: 45px;
}

#fwhbutton.btn.btn-success.btn-block{
  background: #ff8100e8;
    border-radius: 0.2rem;
    padding: 16px 22px;
}

.fwhrupee{
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: 32px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

#compare.compare{
  background: WHITE
}
.right{
  float: right;
}
#starting.card-description{
  margin-bottom: -25px;
  font-size: 13px;
}
.header-3{
  padding-top: 71px;
}
.banner {
 height: 40vh;

 /* Flexbox */
 display: flex;
 align-items: center;
}
.banner {
 display: table;
 width: 100%;
}
.fwhcard {

  border-radius: 6px;
  color: rgba(0, 0, 0, 0.87);
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  font-size: 0.875rem;
}
#pricing-toogle.material-icons{
  vertical-align:top;
}
@media (max-width: 425px){
  img#pay{
    width: 100%;
  }

}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fontdark{
  color: #333;
}
.icons{
  width: 90px;
  height: 90px;
}

  #bg1.testimonials-1.section-image{
background-image: url('./assets/img/fastwebhost-reviewbg.png');
padding-bottom : 45px;;
}
