@media screen and (max-width: 768px) {
    body > div > section, body > section {
        padding: 0px 0;
    }
    section#feature {
        padding: 30px 0;
    }
    #main-slider .carousel .item {
        height: 200px;
    }
    .feature-wrap i {
        height: 55px;
        width: 55px;
        font-size: 24px;
        line-height: 55px;
    }
    .navbar-brand img {
        height:50px;
    }
    h1 {
        font-size: 22px;
        color: #4e4e4e;
    }
    .center {
        padding-bottom: 10px;
    }
    .map-content {
        padding-top: 40px;
    }
}
section#contact-info {
    padding: 0;
}

.recent-work-wrap img {
    display: block;
    max-height: 300px;
    width: auto;
    margin: 0px auto;
}
.nav-tabs>li>a, .tab-widget {
    background-color: white;
}

.cookiesContent {
  width: 100%;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding-block: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 600px) {
  .cookiesContent {
    bottom: 0;
  }
}
.cookiesContent .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1400px;
  gap: 0.75rem;
  border: none;
  padding-inline: 1rem;
  padding-block: 0.5rem 0;
  padding-bottom: 10px;
}
@media (max-width: 600px) {
  .cookiesContent .modal-content {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 0 !important;
  }
}

.cookiesContent .modal-content .padding {
  padding-top: 1rem; }

@media (max-width: 600px) {
  .cookiesContent .modal-content .modal-text-wrapper .modal-title {

  }
}
.cookiesContent .modal-content .modal-text-wrapper .modal-title,
.cookiesContent .modal-content .modal-text-wrapper p {
  text-align: center;
}
.cookiesContent .modal-content .modal-text-wrapper p {
  font-size: 1.3rem;
}
@media (max-width: 600px) {
  .cookiesContent .modal-content .modal-text-wrapper p {

  }
}
.cookiesContent .modal-content .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    padding-top: 10px;
    display: contents;
    text-align: left;
}
.cookiesContent .modal-content .row .button_edit {
  color: #212529;
  text-decoration: underline;
  border: none;
  background: transparent;
  text-decoration: underline;
  padding: 10px;
  margin-top: 0.4rem;
}
@media (max-width: 600px) {
  .cookiesContent .modal-content .row .button_edit {
    font-size: 0.9rem;
  }
}
.cookiesContent .modal-content form .button_accept {
  background-color: #ed6755;
  border: none;
  border-radius: 5px;
  min-width: 150px;
  max-width: 200px;
  padding: 14px;
  font-size: 16px;
  color: white;
  -webkit-box-shadow: 0px 6px 18px -5px #ed6755;
          box-shadow: 0px 6px 18px -5px #ed6755;
}
@media (max-width: 600px) {
  .cookiesContent .modal-content form .button_accept {
    font-size: 0.9rem;
  }
    .form-cookie{
        margin-left: 0px !important;
    }
}
.cookiesContent .modal-content .form-check {
  padding-inline: 0;
  padding-block: 0.3rem;
}
.modal {
  z-index: 10000;
  overflow: scroll !important;
  overflow-y:auto !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

#accept-cookies {
    background: green;
    color: white;
    border-style: none;
}

#accept-cookies-after-edit {
     background: green;
    color: white;
    border-style: none;
    margin-bottom: 15px;
}

.modal-text-wrapper {
    margin-left: 0px;
}

.modal-content h5{
    margin-top: revert;
    margin-bottom: 52px;
    font-size: large;
}

.modal-text-wrapper h5 {
    margin-top: 0px;
     margin-bottom: 20px;
    font-size: large;
    text-align: center;
}

.custom-modal {
    display: block !important;
}

.custom-modal-text-wrapper {
    margin-top: 15px;
    margin-right: -50px;
}

.modal-content img {
    margin-top: 15px;
}

.endevel-made-by{
    text-align: center;
    font-size: 14px;
    line-height: 32px;
}
.endevel-made-by a {
    color: #017C05 !important;
}
.endevel-made-by a:hover {
    text-decoration: none;
    color: white !important;
}
