@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-display: auto;
    src: url('/public/fonts/Lato/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'LatoThin';
    font-display: auto;
    src: url('/public/fonts/Lato/Lato-Thin.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'LatoBold';
    font-display: auto;
    src: url('/public/fonts/Lato/Lato-Bold.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'LatoItalic';
    font-display: auto;
    src: url('/public/fonts/Lato/Lato-Italic.ttf') format('truetype');
}

.bold {
    font-family: 'LatoBold', sans-serif;
}

.italic {
    font-family: 'LatoItalic', sans-serif;
}

.thin {
    font-family: 'LatoThin', sans-serif;
}

:root {
    --bs-primary: #8DC641;
    --bs-secondary: #b568b1;
    --bs-primary-rgb: 141, 198, 65;
    --bs-secondary-rgb: 181, 104, 177;
    
    --md-primary-900: rgba(var(--bs-primary-rgb), 0.9);
}

body {
    font-family: 'Lato', sans-serif;
    background-color: #fff;
    color: #636b75;
    font-weight: 400;
    font-size: 16px;
    overflow-x: hidden;
    font-display: swap;
}

p,
ul {
    font-family: 'Lato', sans-serif;
    color: #636b75;
    font-size: 16px;
    font-display: swap;
}

b,
strong {
    font-weight: 600;
}

a {
    color: #BE65A8;
    transition: all 0.6s ease-in-out;
}

a:hover {
    color: #444444;
    text-decoration: none;
}

h1,
.h1 {
    font-size: 37px;
    line-height: 46px;
    color: #fff;
    font-family: "LatoBold", sans-serif;
    font-display: swap;
}

h2,
.h2 {
    font-size: 20px;
    color: #fff;
    font-family: "LatoBold", sans-serif;
    line-height: 35px;
    font-display: swap;
}

h3,
.h3 {
    font-size: 21px;
    color: #8dc641;
    font-family: "LatoBold", sans-serif;
    font-display: swap;
}

h4,
.h4 {
    font-size: 20px;
    color: #8dc641;
    font-family: "LatoBold", sans-serif;
    font-display: swap;
    line-height: 30px;
}

h5,
.h5 {
    font-family: "LatoBold", sans-serif;
    color: #fff;
    font-size: 17px;
}

.inside-pages h2 {
    color: #8dc641;
}

.white {
    color: #fff;
}

.pink {
    color: #BE65A8 !important;
}

.grey {
    color: #606060;
}

.black {
    color: #777;
}

.blackish {
    color: #494949;
}

.bgr-grey {
    background-color: #f9f9f9;
}

.bgr-pink {
    background-color: #BE65A8;
}

.green {
    color: #8DC641;
}

.bgr-green {
    background-color: #8DC641;
}

.height {
    height: inherit;
}

.clear {
    clear: both;
}

.nowrap {
    white-space: nowrap;
}



/* ---------------------------------------------------- snippet-banner ---------------------------------------------------- */

.banner-inside {
    height: 300px;
    overflow: hidden;
    background: #f9f9f9 var(--url) no-repeat center center /cover;
}

#bannerHome {
    background: url('/public/images/loading.svg') no-repeat center center;
    background-size: auto;
    background-size: 50px;
    overflow: hidden;
}

#bannerHome .carousel-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.carousel-item img {
    animation: infinite 15s scale ease-in-out;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.2);
    }
}

.btn-book {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    padding: 10px 40px;
    border-radius: 30px;
    transition: 0.3s all ease-in-out;
}

.btn-book svg {
    position: absolute;
    font-size: 21px;
    top: 1px;
    right: 0;
    opacity: 0;
    transition: 0.3s all ease-in-out;
}

.btn-book:hover span {
    transform: translateX(-0.75rem);
}

.btn-book:hover svg {
    right: -1.5rem;
    opacity: 1;
}

.btn-pink {
    background: #BE65A8;
}

.btn-green {
    background: #8DC641;
}

.btn-pink:hover {
    background: #8DC641;
    color: #fff;
}

.btn-green:hover {
    background: #BE65A8;
    color: #fff;
}

.btn-hover-white:hover {
    background: #fff;
    color: #BE65A8;
}


/* ---------------------------------------------------- snippet-rows ---------------------------------------------------- */

.row1 {
    padding-top: 1px;
}

.row1 a {
    color: #fff;
}

.row1 .bgr-pink .hoverable:hover svg {
    animation: infinite 3000ms wiggle-pink ease-in-out;
}

.row1 .bgr-green .hoverable:hover svg {
    animation: infinite 3000ms wiggle-green ease-in-out;
}

@keyframes wiggle-pink {
    0% {
        transform: rotate(0deg) scaleY(-1);
        color: #fff;
    }
    2.5% {
        transform: rotate(5deg) scaleY(-1);
        color: #8DC641;
    }
    5% {
        transform: rotate(-5deg) scaleY(-1);
    }
    7.5% {
        transform: rotate(5deg) scaleY(-1);
    }
    10% {
        transform: rotate(-5deg) scaleY(-1);
    }
    12.5% {
        transform: rotate(5deg) scaleY(-1);
    }
    15% {
        transform: rotate(-5deg) scaleY(-1);
    }
    17.5% {
        transform: rotate(5deg) scaleY(-1);
    }
    20% {
        transform: rotate(-5deg) scaleY(-1);
        color: #8DC641;
    }
    22.5% {
        transform: rotate(0deg) scaleY(-1);
        color: #fff;
    }
    100% {
        transform: rotate(0deg) scaleY(-1);
        color: #fff;
    }
}

@keyframes wiggle-green {
    0% {
        transform: rotate(0deg) scaleY(-1);
        color: #fff;
    }
    2.5% {
        transform: rotate(5deg) scaleY(-1);
        color: #BE65A8;
    }
    5% {
        transform: rotate(-5deg) scaleY(-1);
    }
    7.5% {
        transform: rotate(5deg) scaleY(-1);
    }
    10% {
        transform: rotate(-5deg) scaleY(-1);
    }
    12.5% {
        transform: rotate(5deg) scaleY(-1);
    }
    15% {
        transform: rotate(-5deg) scaleY(-1);
    }
    17.5% {
        transform: rotate(5deg) scaleY(-1);
    }
    20% {
        transform: rotate(-5deg) scaleY(-1);
        color: #BE65A8;
    }
    22.5% {
        transform: rotate(0deg) scaleY(-1);
        color: #fff;
    }
    100% {
        transform: rotate(0deg) scaleY(-1);
        color: #fff;
    }
}

.inf-up {
    animation: infinite 5s inf-up ease-out;
    position: relative;
}

@keyframes inf-up {
    0% {
        top: 0;
        color: #fff;
    }
    15% {
        top: -15px;
        ;
        color: #8DC641;
    }
    30% {
        top: 0;
        color: #fff;
    }
    100% {
        top: 0;
        color: #fff;
    }
}

.item2 {
    animation-delay: 1.3s;
}

.item3 {
    animation-delay: 2.6s;
}

.item4 {
    animation-delay: 3.9s;
}

.row4 section.gallery a img {
    opacity: 0;
    transform: scale(0.7);
}

.row4 section.gallery a img.in-view {
    opacity: 0.7;
    transform: scale(1);
}

.row5 .card {
    background: #f7f7f7;
    border: none;
    border-radius: 0;
    box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.1s ease-in-out, transform 0.1s ease-in-out, bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0;
    bottom: -150px;
}

.row5 .card.in-view {
    opacity: 1;
    bottom: 0;
}

.row5 .card .scaleY {
    color: #BE65A8;
}

.row5 .card:hover {
    cursor: pointer;
    box-shadow: none;
    transform: translate(-2px, 2px);
}

.row5 .btn-book {
    opacity: 0;
    animation: opacity 0.5s ease-in-out;
}

.row5 .card:hover .btn-book {
    opacity: 1;
}

.test-p {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

.test-small {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

.test-small svg {
    font-size: 10px;
}

#testimonials .carousel-item {
    left: 5%;
    width: 90%;
}

#testimonials .carousel-control-next,
#testimonials .carousel-control-prev {
    width: 25px;
}

.row6 {
    background: #f9f9f9 url('/public/images/Hometown_Orthodontics_reception.jpg') no-repeat center center /cover;
}

.inf-zoom svg {
    animation: infinite 6.5s inf-zoom ease-out;
    position: relative;
}

.inf-zoom-normal svg {
    animation: infinite 6.5s inf-zoom-normal ease-out;
    position: relative;
}

@keyframes inf-zoom {
    0% {
        transform: scale(1, -1);
    }
    15% {
        transform: scale(1.2, -1.2);
    }
    30% {
        transform: scale(1, -1);
    }
    100% {
        transform: scale(1, -1);
    }
}

@keyframes inf-zoom-normal {
    0% {
        transform: scale(1);
    }
    15% {
        transform: scale(1.2);
    }
    30% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.item5 svg {
    animation-delay: 1.3s;
}

.item6 svg {
    animation-delay: 2.6s;
}

.item7 svg {
    animation-delay: 3.9s;
}

.item8 svg {
    animation-delay: 5.2s;
}

.row10 {
    background: #f9f9f9 url('/public/images/young_woman_smiling_white_teeth.jpg') fixed no-repeat center center;
}

.row10a {
    background: #f9f9f9 url('/public/images/young_woman_smiling_white_teeth2.jpg') fixed no-repeat center center;
}

.grey-overlay {
    background: rgba(0, 0, 0, 0.3);
}

.row11 {
    overflow: hidden;
    background-color: #f9f9f9;
    padding: 35px 0;
}

.sliding-background {
    background: url('/public/images/orthodontic_partners_logos.jpg') repeat-x;
    height: 75px;
    width: 4005px;
    animation: slider 20s linear infinite;
}

@keyframes slider {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-1335px, 0, 0);
    }
}

.row12 ul {
    list-style-type: none;
    padding: 0;
}

.row12 ul li {
    margin-bottom: 10px;
}

.row12 .grey:hover {
    color: #BE65A8;
}

.pink-arrow {
    color: #BE65A8;
    margin-right: 7px;
    vertical-align: -1px;
}


/* ---------------------------------------------------- snippet-footer ---------------------------------------------------- */

.back-top {
    position: fixed;
    bottom: 0;
    left: 10px;
    visibility: hidden;
    opacity: 0;
    line-height: 1px;
    font-size: 45px;
    color: rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease-out;
    padding: 0 3px;
    z-index: 10000;
}

.back-top.back-top--show {
    visibility: visible;
    opacity: 1;
    bottom: 8px;
}

.back-top:hover {
    color: #BE65A8;
    background: #fff;
}

.copyright,
.copyright a {
    color: #fff;
    font-size: 14px;
}

.copyright a:hover {
    color: #8DC641;
}


/* ---------------------------------------------------- others ---------------------------------------------------- */

#sitemap ul {
    list-style-position: inside;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.scaleY {
    transform: scaleY(-1);
}

.size05 {
    font-size: 0.75em;
    letter-spacing: 1px;
}

.size12 {
    font-size: 1.2em;
}

.size15 {
    font-size: 1.5em;
}

.size2 {
    font-size: 2em;
}

.size3 {
    font-size: 3em;
}

.fsize25 {
    font-size: 25px;
    margin-left: -35px;
}

.fsize55 {
    font-size: 55px;
    margin-bottom: 20px;
}

.line {
    background: #eaeaea;
    position: relative;
    height: 5px;
    width: 80px;
    margin: 20px auto 40px;
}

.line:before {
    content: '';
    background: #BE65A8;
    width: 50%;
    height: 5px;
    position: absolute;
    left: 0;
}

.line-green::before {
    background: #8DC641;
}

.line-grey {
    border-bottom: 2px solid rgba(109, 109, 109, 0.27);
    padding-bottom: 15px;
}

.overlay-map {
    background: transparent;
    position: relative;
    width: 100%;
    height: 480px;
    /* your iframe height */
    top: 480px;
    /* your iframe height */
    margin-top: -480px;
    /* your iframe height */
}


.content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}


.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}


/* ---------------------------------------------------- media-queries & animations ---------------------------------------------------- */

.animate3out {
    transition: all 0.3s ease-out;
}

.animate5out {
    transition: all 0.5s ease-out;
}

.animate8out {
    transition: all 0.8s ease-out;
}

@media screen and (max-width: 767px) {
    html {
        overflow-x: hidden;
        position: relative;
    }
    img {
        margin-left: auto;
        margin-right: auto;
    }
    .size2 {
        font-size: 1.5em;
    }
    .col-alex-5 {
        width: 100%;
    }
    .navbar-btn {
        margin-top: 10px;
    }
    #bannerHome {
        background: #BE65A8 url('/public/images/Hometown_Orthodontics_banner1.jpg') no-repeat center center /cover;
    }
    #bannerHome h1 {
        font-size: 30px;
        line-height: 35px;
    }
    #bannerHome h2 {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (min-width: 768px) {
    .height700 {
        height: 700px;
    }
    .row2 .animation-element {
        opacity: 0;
        transform: scale(0.7);
    }
    .row2 .animation-element.in-view {
        opacity: 1;
        transform: scale(1);
    }
    .row3 svg {
        margin-left: 0;
    }
    .col-alex-5 {
        width: 20%;
    }
    .row5 .card.delay1 {
        transition: box-shadow 0.1s ease-in-out, transform 0.1s ease-in-out, bottom 0.5s ease-in-out 0.2s, opacity 0.5s ease-in-out 0.2s;
    }
    .row5 .card.delay2 {
        transition: box-shadow 0.1s ease-in-out, transform 0.1s ease-in-out, bottom 0.5s ease-in-out 0.4s, opacity 0.5s ease-in-out 0.4s;
    }
    .row7-a img {
        opacity: 0.7;
    }
    .row7-a:hover img {
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {
    .footer,
    .copyright {
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 17px;
        line-height: 25px;
    }
    .navbar-btn {
        padding: 5px 10px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-btn {
        padding: 7px 20px;
    }
}

@media screen and (min-width: 768px) {
    .landing-page {
         background: url('/public/images/hometown_orthodontics_aligners_banner.jpg') no-repeat center /cover;
         height: 400px;
    }
}

div.logo-vertical-line {
	display: none;
	margin-left: 7px;
	border-left: #8dc641 solid 2px;
}

/*   LANDING PAGE  START  */
.bg-primary-900 {
  background-color: var(--md-primary-900) !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-4 {
  z-index: 4 !important;
}
.mb-auto, .my-auto {
    margin-bottom: auto !important;
}
.mt-auto, .my-auto {
    margin-top: auto !important;
}
.inherit {
    height: inherit;
}
.text-primary {
  color: var(--bs-primary) !important;
}
.text-secondary {
  color: var(--bs-secondary) !important;
}
.ms-auto {
  margin-left: auto !important;
}
.svg-inline-icon {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}
#landingPage h2 {
  color: var(--bs-secondary);
}
@media (min-width: 768px) {
  .text-md-start {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .text-lg-start {
    text-align: left !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
}
/*   LANDING PAGE  END  */




/* --------------------------------------------------  NEW Welcome Page Layout  START -------------------------------------------------- */

.snippet-banner-new {
    height: 100vh;
    position: relative;
    overflow: hidden;
    margin-bottom: -30px;
    #banner-video-vid {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }
    .bg-overlay {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
    }
    .z-2 {
        z-index: 2!important;
    }
    .scroll-indicator {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }
    .chevron {
        width: 12px;
        height: 12px;
        border-right: 2px solid white;
        border-bottom: 2px solid white;
        transform: rotate(45deg);
        animation: chevronMove 1.5s infinite;
        opacity: 0.3;
    }
    .chevron:nth-child(1) {
        animation-delay: 0s;
    }
    .chevron:nth-child(2) {
        animation-delay: 0.2s;
    }
    .chevron:nth-child(3) {
        animation-delay: 0.4s;
    }
}
@media screen and (max-width: 768px) {
    .snippet-banner-new {
        background: url(/public/images/banner-57mb.jpg) no-repeat center / cover;
    }
}
@keyframes chevronMove {
  0% {
    transform: translateY(0) rotate(45deg);
    opacity: 0.3;
  }
  50% {
    transform: translateY(6px) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: translateY(12px) rotate(45deg);
    opacity: 0;
  }
}



.navbar-pink {
    border-color: var(--bs-secondary) !important;
    color: var(--bs-secondary) !important;
}
.nav-4-locations:hover .navbar-pink {
    border-color: var(--bs-primary) !important;
    color: var(--bs-primary) !important;
}
.navbar-collapse {
    flex-grow: 0;
}
.navbar {
    padding: 2rem 1.5rem 2rem 0.5rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: all 0.15s ease-in-out;
}
.relative,
.relative2 {
    position: relative;
}

.navbar-nav .nav-link {
    color: #7ec353;
    padding: 1rem;
    font-size: 15px;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #BE65A8;
}
.navbar-btn {
    color: #BE65A8;
    background: #fff;
    font-size: 13px;
    border-radius: 30px;
    padding: 7px 30px;
    text-align: center;
    font-family: 'LatoBold', sans-serif;
    border: 1px solid #BE65A8;
    margin: auto 0;
}
.navbar-btn:hover {
    animation-play-state: paused;
}
.dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 4px solid #BE65A8;
}
.dropdown-item {
    color: #7ec353;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    background: rgba(0,0,0,0.4);
}
.dropdown-toggle::after {
    vertical-align: 3px;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #BE65A8;
    background: #f9f9f9;
}
.navbar-toggler {
    color: var(--bs-secondary);
    border-color: var(--bs-secondary) !important;
    padding: 7px 10px;
    font-size: 25px;
    border: 1px solid #fff;
    border-radius: 0.25rem;
}
.cta-text a:hover {
    color: var(--bs-secondary) !important;
}
@media screen and (max-width: 1200px) {
    .navbar {
        padding: 2rem 1.5rem 2rem 0.5rem;
    }
    .navbar-toggler:hover,
    .navbar-toggler:active,
    .navbar-toggler:focus {
        color: #BE65A8;
        border-color: #BE65A8;
    }
    .navbar-nav {
        margin-top: 15px;
    }
    .navbar-nav .nav-link {
        font-size: 15px;
        text-transform: uppercase;
        font-family: 'Lato';
        line-height: 15px;
        font-weight: 600;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .nav-link.dropdown-toggle::after {
        visibility: hidden;
    }
    .arrow-down {
        position: absolute;
        top: 2px;
        right: 0;
        color: #000;
        padding: 3px 20px;
        font-size: 25px;
    }
    .nav-item:hover .arrow-down,
    .nav-item:hover .nav-link {
        color: #BE65A8;
    }
    .dropdown-second,
    .dropdown-third {
        line-height: 16px;
        margin-left: 15px;
    }
    .dropdown-item {
        padding: 0.5rem 1.5rem;
    }
    .navbar-collapse.show ~ .call-container .cta-text {
        color: #636b75 !important;
    }
    .navbar-collapse.show ~ .locations-container .locations-dropdown {
        left: 0;
    }
    .navbar-collapse.show ~ .locations-container .locations-card {
        background: rgba(0,0,0,0.85);
    }
    .navbar-collapse.show .dropdown-item {
        background: rgba(0,0,0,0.85);
    }
    .navbar-collapse.show .locations-container-mobile .locations-card {
        background: rgba(0,0,0,0.85);
    }
}
@media screen and (min-width: 1200px) {
    /*navbar*/
    .navbar {
        background-color: transparent;
    }
    .dropdown-menu {
        display: block;
        z-index: -1;
        border: 1px solid #7ec353;
        border-bottom: 4px solid #BE65A8;
        visibility: hidden;
        opacity: 0;
        top: 120%;
    }
    .dropdown:hover>.dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    .dropdown-item {
        border: transparent;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgba(235, 235, 235, .4);
        padding: 0.75rem 3rem 0.75rem 2rem;
    }
    .toggle-right::after {
        content: "";
        display: inline-block;
        height: 0;
        width: 0;
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid #000;
        vertical-align: 0;
        margin-left: 0.5em;
    }
    .dropdown-item:hover::after,
    .dropdown-item:focus::after {
        border-left: .3em solid #fff;
    }
    .dropdown-second,
    .dropdown-third {
        position: absolute;
        left: 120%;
        top: 0;
        background: #E1AA11;
        opacity: 0;
        visibility: hidden;
        border-left: 1px solid #fff;
    }
    .dropdown-second::before,
    .dropdown-third::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        background: transparent;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 14px solid #007bff;
        position: absolute;
        left: -14px;
        top: 9px;
    }
    .relative:hover .dropdown-second,
    .relative2:hover .dropdown-third {
        opacity: 1;
        visibility: visible;
        left: 100%;
    }
    .dropdown-second:hover::before,
    .dropdown-third:hover::before {
        border-right: 14px solid #007bff;
    }
    /* menu animation for IE */
    _:-ms-fullscreen,
    .dropdown-menu.show {
        z-index: 1020;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1350px) {
    .cta-text {
        display: flex;
    }
}


/*main menu shrink options*/
.snippet-navbar-new.navbar-shrink {
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    padding: 5px 0.5rem;
}
.snippet-navbar-new.navbar:has(.navbar-collapse.collapsing), .snippet-navbar-new.navbar:has(.navbar-collapse.show) {
    transition: background-color 0s !important;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    padding-bottom: 2rem;
}

/*locations dropdown*/
.locations-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: max-content;
    border-radius: 6px;
    display: none;
    z-index: 2000;
    padding-top: 40px;
    box-shadow: none;
}
.locations-wrapper {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    gap: 4px;
}
.locations-card {
    border: 1px solid #eee;
    padding: 12px;
    margin: 1px;
    color: #fff;
    position: relative;
    background: rgba(0,0,0,0.4);
    transition: 0.5s ease-in-out;
    cursor: auto;
}
.nav-4-locations:hover .locations-dropdown, .nav-4-locations:focus-within .locations-dropdown {
    display: block;
}
.locations-title {
    text-transform: uppercase;
    margin-bottom: 0.25rem;
    font-size: 1.3rem;
}
a:has(.locations-title):hover {
    color: var(--bs-primary) !important;
}
.locations-directions {
    color: #fff;
    border: 1px solid var(--bs-primary);
    margin: 0.5rem 0;
    transition: 0.5s ease-in-out;
}
.locations-directions:hover {
    background: var(--bs-primary);
    color: #fff;
}
.locations-link:hover {
    color: var(--bs-primary);
}
.green {
    color: #8DC641 !important;
}
.btn-outline-pink {
    border: 1px solid var(--bs-primary);
    transition: 0.3s ease-in-out;
}
.btn-outline-pink:hover {
    border: 1px solid var(--bs-secondary);
    color: #fff;
}
.navbar-btn {
    background: transparent;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
    transition: 0.3s ease-in-out;
}
.navbar-btn:hover {
    border: 1px solid var(--bs-secondary);
    color: var(--bs-secondary);
}
.navbar-shrink .cta-text {
    color: #636b75 !important;
}
.navbar-shrink .dropdown-item {
    background: rgba(0,0,0,0.85);
}
.navbar-shrink .locations-card {
    background: rgba(0,0,0,0.85);
}


@media screen and (max-width: 768px) {
    .locations-dropdown {
        left: 0;
    }
    .locations-directions {
        margin: 0.5rem 0;
    }
    .locations-card {
        margin: 8px 0;
    }
    .locations-title {
        font-size: 1rem;
        margin-bottom: 0;
    }
    .navbar:has(.navbar-collapse.show) {
        max-height: 100%;
        overflow-y: scroll;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .locations-dropdown {
        right: -265px;
    }
    .locations-card {
        margin: 3px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .locations-dropdown {
        right: -150px;
    }
}

/*   NEW Welcome Page Layout  END  */
