/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.hide {
  display: none;
}

@media screen and (min-width: 625px) {
  .hide-sm {
    display: none;
  }
  .show-sm {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block;
  }
}

@media screen and (min-width: 938px) {
  .hide-lg {
    display: none;
  }
  .show-lg {
    display: block;
  }
}

@media screen and (min-width: 1089px) {
  .hide-xl {
    display: none;
  }
  .show-xl {
    display: block;
  }
}

body {
  font-family: "Lato", sans-serif;
  font-size: 1em;
  background: #333333;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.white-txt {
  color: white;
}

.responsive-img {
  width: 100%;
}

.img-float {
  width: 50%;
  float: left;
  padding: 5px 15px 0 0;
}

.about-img {
  display: block;
  text-align: center;
  font-size: 1rem;
  width: 66%;
  margin: 0 auto 30px;
}

.contact-form {
  padding-top: 40px;
}

input, select, textarea {
  font-size: .875rem;
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  border: 1px solid #999;
}

textarea {
  height: 100px;
}

input[type=submit] {
  background: #3bb3c3;
  margin-top: 39px;
  color: #fff;
  font-size: 16px;
}

input[type=submit]:hover {
  cursor: pointer;
}

input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus {
  background: #62c2cf;
}

.status-red {
  color: red;
}

@media screen and (min-width: 1089px) {
  .contact-form {
    max-width: 600px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  letter-spacing: .5px;
  margin: 0 0 0.67em;
}

p {
  margin-top: 0;
}

h1 {
  font-size: 1.5625rem;
}

h2 {
  font-size: 1.4375rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .875rem;
}

.section-heading {
  font-size: 1.875rem;
}

.weight400 {
  font-weight: 400;
}

.white-txt {
  color: white;
}

/* ########## HEADER ######### */
.header {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: none;
}

.logo-contain {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  text-align: center;
}

.main-logo {
  width: 120px;
}

.main-phone .main-phone__link {
  font-size: 14px;
  color: #ffffff;
  padding-top: 10px;
  text-decoration: none;
}

.license {
  padding-right: 10px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.license .license__copy {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-align: right;
  margin-bottom: 0;
}

.license .license__copy .license-name {
  font-size: 18px;
  color: #3bb3c3;
  font-weight: 600;
}

/*  NAV  */
.nav-contain {
  position: relative;
  height: 44px;
  background-color: #4d4d4d;
}

.nav-contain .menu-btn {
  width: 28px;
  height: 20px;
  position: absolute;
  top: 12px;
  left: 16px;
  background-image: url("/img/menu-burger.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  z-index: 10;
  cursor: pointer;
}

.nav-contain .menu-btn.open {
  background-image: url("/img/menu-burger.png");
  background-position: -33px 0px;
}

.nav-main {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 44px;
  z-index: 60;
  visibility: hidden;
  background-color: #4d4d4d;
}

.nav-main .nav__link {
  font-size: 1.125rem;
  color: white;
  font-weight: 400;
  padding: 15px 10px;
  text-decoration: none;
  display: block;
}

.nav-main .nav__link:hover, .nav-main .nav__link:active, .nav-main .nav__link:focus {
  background: #3bb3c3;
}

.nav-main .dropdown::after {
  content: ' \25BE';
  display: inline;
}

.nav-main .dropdown:active .sub-nav, .nav-main .dropdown:focus .sub-nav {
  display: block;
}

.nav-main .nav__link.active {
  background: #3bb3c3;
}

.nav-main .nav__list:first-child > .nav__link {
  margin-left: 0;
}

.nav-main.open {
  visibility: visible;
}

.nav-main .active {
  background-color: #000000;
}

.sub-nav {
  position: absolute;
  z-index: 50;
  width: 100%;
  padding-bottom: 10px;
  background-color: #4d4d4d;
  display: none;
}

.sub-nav .sub__link {
  font-size: 1.125rem;
  display: block;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
}

.sub-nav .sub__link:hover, .sub-nav .sub__link:active, .sub-nav .sub__link:focus {
  background-color: black;
}

.sub-nav.open {
  display: block;
}

/*  FOOTER  */
.nav-footer {
  margin: 0;
  background-color: #333333;
}

.nav-footer .nav__link {
  color: white;
  font-size: 16px;
  display: block;
  padding: 17px 15px;
  text-decoration: none;
  text-align: center;
  border-bottom: 1px solid #4d4d4d;
}

.nav-footer .nav__link:hover, .nav-footer .nav__link:active, .nav-footer .nav__link:focus {
  background: #414141;
}

.nav-footer .nav__link.active {
  background: #4d4d4d;
}

.copyright {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  padding: 10px 20px;
  background-color: #3bb3c3;
  margin-bottom: 0;
}

/*  RESPONSIVE  */
@media screen and (min-width: 625px) {
  .nav-contain .menu-btn {
    visibility: hidden;
  }
  .nav-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    visibility: visible;
  }
  .nav-main .nav__link {
    font-size: 1.25rem;
    letter-spacing: 1px;
    font-weight: 300;
    display: inline-block;
    padding: 7px 20px;
  }
  .sub-nav {
    width: 220px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sub-nav .sub__link {
    padding: 10px 20px;
  }
  .nav-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-footer .nav__link {
    text-decoration: none;
    border-bottom: none;
  }
  .nav-footer .nav__link:hover, .nav-footer .nav__link:active, .nav-footer .nav__link:focus {
    background: #4d4d4d;
  }
}

@media screen and (min-width: 768px) {
  .header {
    height: 140px;
    background-image: url(/img/header-trees-md2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .logo-contain {
    -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
    padding-top: 10px;
  }
  .main-logo {
    width: 160px;
  }
  .main-phone {
    padding-top: 5px;
  }
  .main-phone .main-phone__link {
    font-size: 18px;
  }
  .license {
    padding-top: 10px;
    padding-right: 20px;
  }
  .license .license__copy {
    font-size: 23px;
  }
  .license .license__copy .license-name {
    font-size: 25px;
  }
}

.heading-contain {
  background: #707070;
  padding: 30px 30px;
}

.page-heading {
  color: #ffffff;
  margin: 0;
  font-weight: 400;
  text-align: center;
  font-size: 1.5rem;
}

.flex1 {
  padding: 80px 20px 80px;
  background: #3bb3c3;
  text-align: center;
}

.flex1 p {
  text-align: left;
  font-size: 1.125rem;
}

.flex2 {
  padding: 40px 20px 40px;
  background: #E3E3E3;
}

.flex2__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex2__item1 .section-p {
  font-size: 1.125rem;
}

.flex2__item1 .section-heading {
  font-size: 1.875rem;
  text-align: center;
}

.services-reviews {
  background: #E3E3E3;
  padding: 80px 20px 80px;
  text-align: center;
}

.services-list {
  width: 280px;
  text-align: left;
  list-style: none;
  margin: 0 auto;
}

.services-list li {
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding: 7px 0;
  border-bottom: 1px solid #ccc;
}

.services-list li:last-child {
  border-bottom: none;
}

.services-list li::before {
  content: "\2022";
  color: #3bb3c3;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -25px;
}

.reviews {
  display: inline-block;
  text-align: left;
  list-style: none;
  padding-left: 0;
}

.reviews li {
  font-size: 1.125rem;
  margin-bottom: 12px;
  border-bottom: 2px solid #3bb3c3;
}

.areas-we-serve {
  background: #707070;
  color: white;
  padding: 80px 20px 80px;
}

.service-areas__item1 .section-heading {
  font-size: 1.875rem;
  text-align: center;
}

.service-areas__item1 .section-p {
  font-size: 1.125rem;
  margin-bottom: 50px;
}

.service-areas__item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 30px 0;
  background: #333333;
}

@media screen and (min-width: 625px) {
  .flex1__item {
    padding-right: 50px;
    padding-left: 50px;
  }
  .flex1__item p {
    font-size: 1.25rem;
  }
  .flex2__item1 {
    padding: 0px 50px 80px;
  }
  .flex2__item1 .section-p {
    font-size: 1.25rem;
  }
  .flex2__item2 {
    padding: 0px 50px 0;
  }
  .services-list {
    width: 300px;
  }
  .reviews {
    max-width: 600px;
    padding: 0 50px;
  }
  .service-areas__item1 {
    padding: 0px 50px 40px;
  }
  .service-areas__item1 .section-p {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .heading-contain {
    padding: 50px 30px;
  }
  .page-heading {
    font-size: 2.25rem;
  }
  .flex1__item {
    display: inline-block;
    max-width: 700px;
  }
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex2__item1 {
    width: 60%;
    padding: 0px 20px 0px;
  }
  .flex2__item1 .section-heading {
    font-size: 2.25rem;
    text-align: left;
  }
  .flex2__item2 {
    width: 40%;
    padding: 80px 20px 0px;
  }
  .services-list {
    -webkit-column-count: 2;
            column-count: 2;
    width: 80%;
  }
  .services-list li {
    border: none;
  }
  .service-areas__item1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-areas__item1 .section-p {
    max-width: 700px;
  }
  .service-areas__item2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .service-areas__item2 div {
    text-align: center;
    width: 30%;
  }
}

@media screen and (min-width: 938px) {
  .flex2 {
    padding: 80px 30px;
  }
  .flex2__item1 {
    padding: 0px 20px 0px;
  }
  .flex2__item2 {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 0px 20px 0px;
  }
  .flex-item-top {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .services-list {
    -webkit-column-count: 3;
            column-count: 3;
    width: 75%;
  }
}

@media screen and (min-width: 1089px) {
  .flex1, .flex2 {
    padding: 100px 30px;
  }
  .flex2__item1 {
    padding: 0 50px;
  }
  .flex2__item2 {
    padding: 0 60px;
  }
  .services-reviews {
    padding: 100px 30px;
  }
  .areas-we-serve {
    padding: 100px 30px;
  }
}

.section-gallery {
  text-align: center;
  padding: 40px 20px 40px;
  background: #E3E3E3;
}

.section-gallery .section-heading {
  font-size: 1.875rem;
}

.section-gallery .section-p {
  font-size: 1rem;
}

.mySlides1, .mySlides2, .mySlides3 {
  display: none;
}

.slideshow-container {
  text-align: left;
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.slideshow-container img {
  vertical-align: middle;
}

.before-after {
  font-size: 1rem;
  text-align: center;
  width: 60px;
  background: #E3E3E3;
  position: absolute;
  z-index: 3;
  padding: 0 0;
  border-bottom-right-radius: 3px;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 4px 8px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 2;
  background: #E3E3E3;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: #707070;
  color: black;
}

.compare {
  position: relative;
}

.compare:hover {
  cursor: pointer;
}

.before {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.show-img {
  opacity: 1;
}

@media screen and (min-width: 625px) {
  .before-after {
    font-size: 1.1875rem;
    width: 100px;
  }
  .prev, .next {
    padding: 16px;
  }
}

@media screen and (min-width: 768px) {
  .section-gallery {
    text-align: center;
    background: #E3E3E3;
  }
  .section-gallery .section-heading {
    font-size: 2.25rem;
  }
  .section-gallery .section-p {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 938px) {
  .section-gallery {
    padding: 80px 20px 80px;
  }
}

@media screen and (min-width: 1089px) {
  .section-gallery {
    padding: 100px 20px 100px;
  }
}
/*# sourceMappingURL=main.css.map */