﻿@media (max-width: 756px) {
  #header {
    background: #60081a;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  
  }
    
  .location-heading {
    max-width: 100%;
    text-align: center;
  }
  .pointer-wrapper {
    padding-left: 0;
  }
  .dasnac-section .dash {
    display: none;
  }

  .count-box .count-number span {
    font-size: 40px;
  }
  .f-logo {
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .f-logo img {
    width: 150px;
  }

  .slider-content {
    /* position: absolute;
    top: 5%;
    left: 50%; */
    /* transform: translateX(-50%); */
    width: 100%;
    background: rgba(03, 03, 03, 0.963);
  }

  .form-container .field input,
  .form-container .field select {
    background-color: #fff;
    font-size: 15px;
    outline: none;
    border: 0;
  }
  .top-cta {
    justify-content: center;
    margin-bottom: 10px;
  }
  .slider {
    height: 100vh;
    margin-top: 70px;    
    
    
  }

  .form-container .form-heading h1 {
    font-size: 22px;
  }

  .footer {
    margin-bottom: 60px;
  }
  .sidebar-cta{
    display: none;
  }
}

@media (min-width: 767px) {
  .mobile-cta {
    display: none;
  }
}

