/* Hero Section */
.hero-row h2, .hero-row h3, .hero-row h4 {
    text-transform: uppercase;
}
/* General Styles */
.outer-row-contained-important {
    max-width: 1200px !important;
    left: auto !important;
    right: auto !important;
    margin: auto;
}
.inner-row-contained {
    max-width: 1200px;
    margin: auto;
}
.text-shadow {
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.row-blue-overlay {
    position: relative;
}
.row-blue-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #192A4A80;
}
.text-decoration-none {
    text-decoration: none;
}
.text-max-width-600 {
    max-width: 600px;
}
.margin-auto {
    margin: auto;
}
.text-align-justify {
    text-align: justify;
}
a.color-accent, .color-accent {
    color: #f49638;
}

.text-uppercase {
    text-transform: uppercase;
}
.text-uppercase-wrapper .wpb_wrapper {
    text-transform: uppercase;
}
.width-fit-content {
    width: fit-content;
}

/* Book appointment section */
.book-appointment-template .vc_btn3-container {
    margin-bottom: auto;
}

/* Media Queries */
@media (max-width: 768px) {
    #importantStyle.mx-sm-none,
    .mx-sm-none, .mx-sm-none > div {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .px-sm-5px, .px-sm-5px > div {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .d-sm-none {
        display: none;
    }
    .min-height-sm-200px {
        min-height: 200px;
    }
    .align-sm-center {
        text-align: center !important;
    }
    .fs-sm-2em {
        font-size: 2em !important;
    }

}


/**/