    /* For Desktop View */
    @media screen and (min-width: 1024px) {
     .banner_card
     {
       width: auto;
       height: 10%;
     }
     .feature_slider
     {
      display: none;
    }
    .client_slider
    {
      display: none;
    }
    .contact_form_icon
    {
      height: 70px;
      width: 70px;
    }
    .video_title
    {
      padding-bottom:14px ;
    }
  }

/* For Tablet View */
@media screen and (min-device-width: 768px)
and (max-device-width: 1024px) {
  .banner_card
  {
   width: auto;
   height: 8%;
 }
 .feature_slider
 {
  display: none;
}
.client_slider
{
  display: none;
}
.contact_form_icon
{
  height: 70px;
  width: 70px;
}
.video_title
{
  padding-bottom:14px ;
}
.faq-header:before
{
  width: 19rem;
}
.faq-header:after
{
  width: 9rem;
  bottom: -139px;
  height: 20rem;
}
}

/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 640px) {
  .banner_form{
    display: none;
  }
  .banner_card
  {
   width: auto;
   height: 490px;
 }
 .feature_card
 {
  display: none;
}
.client_desktop
{
  display: none;
}
.contact_form_icon
{
  height: 50px;
  width: 50px;
}
h5
{
  font-size: 17px;
}
.faq-header:before
{
  width: 16rem;
}
.faq-header:after
{
  width: 9rem;
  bottom: -139px;
  height: 20rem;
}
.video_title
{
  padding-top:20px ;
}
}

/* For iPhone 4 Portrait or Landscape View */
@media screen and (min-device-width: 320px)
and (-webkit-min-device-pixel-ratio: 2) {

  .banner_card
  {
   width: auto;
   height: 520px;
 }
}

/* For iPhone 5 Portrait or Landscape View */
@media (device-height: 568px) and (device-width: 320px)
and (-webkit-min-device-pixel-ratio: 2) {
  .banner_form{
    display: none;
  }
  .banner_card
  {
   width: auto;
   height: 6%;
 }
}

/* For iPhone 6 and 6 plus Portrait or Landscape View */
@media (min-device-height: 667px) and (min-device-width: 375px)
and (-webkit-min-device-pixel-ratio: 3) {
  
  }
}