@media screen and (min-width:1920px) {}

@media (min-width:1600px) and (max-width:1920px) {}

@media (min-width:1440px) and (max-width:1600px) {}

@media (min-width:1280px) and (max-width:1440px) {}

@media (min-width:1024px) and (max-width:1281px) {}

@media (min-width:768px) and (max-width:1024px) {}

@media (max-width:768px) {
    ul.top-contact {
        display: flex;
        list-style: none;
        margin: 0px 0px 10px;
        padding: 0px;
        justify-content: center;
    }
    ul.top-social {
        display: flex;
        justify-content: center;
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
    .home-about-section {
        background-color: #F8F5F0;
        margin-top: -10vh;
        padding-top: 10vh;
        padding-bottom: 30px;
    }
    .dropdown>.dropdown-menu {
        right: 0px;
        min-width: 240px;
        border-radius: 0px;
    }
    .dropdown-menu .dropdown .dropdown-menu {
        left: 100%;
        top: 0%;
        margin: 0 0px;
        border-width: 0;
        border-radius: 0px;
    }
    .dropdown-menu .dropdown .dropdown-menu {
        left: 100%;
        top: 0%;
        margin: 0px;
        border-width: 0;
    }
    .dropdown-menu .dropdown .dropdown-menu {
        left: 100%;
        top: 0%;
        margin: 0px;
        border-width: 0;
        border: 1px solid #AA8453;
    }
    ul.about-social {
        display: flex;
        margin: 0px;
        padding: 0px;
        margin-top: 60px;
        list-style: none;
        flex-wrap: wrap;
        justify-content: center;
    }
    .home-about-text>h1 {
        color: #333;
        font-size: 30px;
        font-weight: 900;
        margin-top: 0px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .home-about-img .first-img {
        margin-top: 90px;
        padding: 0px 10px;
    }
    .home-about-img .second-img {
        padding: 0px 10px;
        margin-top: 30px;
    }
    ul.about-social>li:first-child {
        width: 100%;
        margin-bottom: 10px;
    }
    ul.about-social>li>a.btn.btn-default {
        padding: 0px 65px;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        color: #AA8453;
        width: 100%;
        transition: all .3s;
    }
    .treatments-text-area>h2 {
        font-size: 28px;
        font-weight: 700;
        color: #333;
        border-bottom: 1px solid #AA8453;
        padding-bottom: 5px;
        display: inline-block;
        padding-right: 0px;
        margin-bottom: 30px;
        width: 100%;
    }
    .treatment-box>a>.treatment-caption>h3 {
        color: #AA8453;
        font-weight: 800;
        font-size: 19px;
        transition: all .3s;
    }
    .form-left>h4 {
        margin-top: 70px;
        font-size: 31px;
        font-weight: 800;
        color: white;
        text-shadow: 0px 3px 6px rgb(0 0 0 / 34%);
        margin-bottom: 30px;
    }
    .form-area {
        background-color: #F8F5F0;
        padding: 40px;
        margin-top: 150px;
        margin-bottom: 0px;
    }
    ul.foot-social {
        display: flex;
        width: 100%;
        justify-content: center;
        list-style: none;
        margin: 30px 0px 0px;
        padding: 0px;
    }
    .foot-menu {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .foot-menu>ul {
        display: flex;
        justify-content: flex-end;
        margin: 0px 0px 20px;
        padding: 0px;
        list-style: none;
        flex-direction: column;
        align-items: center;
    }
    .foot-menu>ul>li>a {
        display: flex;
        padding: 5px 0px;
        color: white;
        text-decoration: none;
        transition: color .3s;
    }
    .copyright {
        text-align: center;
        font-size: 13px;
        color: white;
        font-weight: 400;
    }
    .creative {
        color: white;
        font-size: 13px;
        margin: 5px 0px;
        text-align: center;
    }
    .pageheader>.headeroverlay h1 {
        font-size: 24px;
        text-align: center;
        color: white;
        font-weight: 700;
        margin-bottom: 0px;
    }
    .pageheader>.headeroverlay ul>li {
        display: flex;
        padding: 5px;
        color: white;
        font-weight: 700;
        font-size: 13px;
        align-items: center;
    }
    .pageheader>.headeroverlay ul>li>a {
        display: flex;
        color: white;
        font-weight: 400;
        font-size: 13px;
        text-decoration: none;
    }
    .pageheader>.headeroverlay ul>li>a::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f054";
        color: white;
        font-size: 12px;
        display: flex;
        align-items: flex-end;
        margin-left: 5px;
    }
}