/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10-Sep-2019, 16:20:28
    Author     : User
*/
.container {
  overflow: hidden; }

@media screen and (max-width: 800px) {
  .first-blk .blk {
    width: calc((100% / 3) - 20px); }
    .first-blk .blk:nth-child(1) {
      width: calc(100% - 20px); }
      .first-blk .blk:nth-child(1) p br {
        display: none; } }
@media screen and (max-width: 620px) {
  .first-blk .blk {
    width: calc((100% / 2) - 20px); }
    .first-blk .blk:nth-child(4) {
      width: calc(100%); }
      .first-blk .blk:nth-child(4) .option.time {
        padding-top: 5px; } }
@media screen and (max-width: 600px) {
  .directory-blks .directory-blk {
    padding: 0; }
    .directory-blks .directory-blk:before {
      display: none; }
    .directory-blks .directory-blk .wrapper {
      padding: 0; }
      .directory-blks .directory-blk .wrapper .blk {
        padding: 20px;
        padding-bottom: 0;
        width: 100%;
        background: #f2f2f2; }
        .directory-blks .directory-blk .wrapper .blk:nth-child(even) {
          background: #fff; } }
@media screen and (max-width: 340px) {
  .first-blk .blk {
    width: calc(100% - 20px); } }

/*# sourceMappingURL=contact-responsive.css.map */
