.flex-container {
    display: flex;
    -webkit-align-items: flex-start;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    background-color: white;
}

.flex-item1 {
    background-color: white;
    width: 120px !important;
    margin: 0px;
}

.flex-item2 {
    background-color: green;
    width: auto;
    margin-left: 16px;
    padding-left: 0pt;
}

.media-icon {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    align-items: center;

}

.media-icon-child {
    margin: 15px 15px 15px 15px;
}

.service-container {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    row-gap: 10px;
    align-items: center;
    background-color: white;
}

.service-child {
    display: block;
    width: 31.5%;
    text-align: center;
    background-color: whitesmoke;
    justify-content: center;
}

.bottom-menu-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    min-width: 300px;
    align-items: flex-start;
    padding: 5px 15px;
    gap: 20px;
    background-color: whitesmoke;
}

.bottom-menu-child {
    min-width: 100px;
    display: block;
    text-align: left;
    background-color: whitesmoke;
}

.bottom-menu-child * {
    width: 100%;
}

.menulevel1 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.menulevel1 * {
    font-size: 15px;
}

.menulevel1 a {
    text-decoration: none;
}

.menulevel2 {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    height: 100%;
}

.menulevel2 * {
    font-size: 13px;
}

.menulevel2 a {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

body {
    font-family: Verdana, sans-serif;
}

.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

.banner-img {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0px;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.responsive-img {
    width: 90%;
    max-width: 900px;
    height: auto;
}

.top-nav-link,
a {
    background-color: whitesmoke;
    width: 90%;
    max-width: 900px;
    height: auto;
    font-size: 15px;
    text-decoration: none;
}

.service-content-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    align-items: flex-start;
    justify-content: center;
    background-color: white;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.service-content {
    width: 70%;
    height: auto;
    background-color: white;
    margin-top: 0px;
    padding-top: 0px;
}

.service-img {
    width: 30%;
    min-width: 250px;
    height: auto;
    background-color: white;
    text-align: center;
}

.contact-left {
    height: auto;
    background-color: whitesmoke;

}

.contact-right {
    width: 40%;
    min-width: 250px;
    height: auto;
    background-color: whitesmoke;
    text-align: center;
    padding-top: 40px;
}

li {
    padding-top: 5px;
    font-size: 15px;
}

input {
    margin-top: 3px;
    margin-bottom: 3px;
}

textarea {
    margin-top: 3px;
    resize: none;
}

.banner-img {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0px;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.responsive-img {
    width: 90%;
    max-width: 900px;
    height: auto;
}

.top-nav-link,
a {
    background-color: whitesmoke;
    width: 90%;
    max-width: 900px;
    height: auto;
    font-size: 15px;
    text-decoration: none;
}

.service-content-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    align-items: flex-start;
    justify-content: center;
    background-color: white;
}

.service-content {
    width: 70%;
    height: auto;
    background-color: white;
    margin-top: 0px;
    padding-top: 0px;
}

.service-img {
    width: 30%;
    min-width: 250px;
    height: auto;
    background-color: white;
    text-align: center;
}

li {
    padding-top: 5px;
    font-size: 15px;
}

input {
    margin-top: 3px;
    margin-bottom: 3px;
}

textarea {
    margin-top: 3px;
    resize: none;
}

.responsive-nav {
    max-width: 900px;
    margin: auto;
    margin-top: 20px;
}

.responsive-bar {
    justify-self: end;
}

.text-wrap {
    text-wrap: wrap;
}

.mx-w-1000 {
    max-width: 1000px;
}

.menu-hover:hover {
    background-color: #bbb;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}

/* Small screens */
@media screen and (max-width: 624px) {
    .w-100-mx-sm {
        width: 100%;
    }

    .service-container {
        justify-content: center;
    }

    .justify-content-center-mx-sm {
        justify-content: center;
    }

    .bottom-menu-container {
        flex-direction: column;
        align-items: center;
    }

    .bottom-menu-child * {
        text-align: center;
    }
}

@media screen and (min-width: 625px) {
    .service-container {
        justify-content: space-between;
    }

    .h-100-md {
        height: 100%;
    }

    .justify-content-around-md {
        justify-content: space-around;
    }

    .contact-left {
        width: 60%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Small-medium screen */
@media screen and (max-width: 934px) {
    .responsive-bar a {
        display: none !important;
    }

    .responsive-nav {
        margin-left: 16px;
        margin-right: 16px;
    }

    .flex-column-mx-md {
        flex-direction: column;
    }

    .w-100-mx-md {
        width: 100%;
    }
}

/* Large screen */
@media screen and (min-width: 935px) {
    .responsive-bar> :last-child {
        display: none !important;
    }
}

/* Medium-sized screens */
@media screen and (max-width: 700) {
    .media-icon {
        flex-direction: column;
    }
}

.gallary-home-image {
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    justify-content:center;
    width: 100%;
    max-width: 900px;
    height: auto;
    background-color: white;
    margin-top: 0px;
    padding-top: 0px;
}

div.gallery {
    margin: 20px;
    margin-top: 30px;
/*    border: 1px solid #ccc;
*/
    float: left;
    width: 180px;
  }
 
/*
  div.gallery:hover {
    border: 1px solid #777;
  }
*/
  
  div.gallery img {
    width: 100%;
    height: auto;
  }
  
  div.desc {
    padding: 15px;
    text-align: center;
  }

  .gallery-img {
    width: 80%;
    max-width: 860px;
    height: auto;
}