
.home-banner {
    height: 275px;
    overflow: hidden;
}
.banner-image-wrapper {
    float: left;
    width: 75%;
    height: 100%;
}
.banner-image-wrapper img {
    width: 100%;
}
.banner-right-box {
    float: right;
    width: 25%;
    background-color: #818A8F;
    height: 100%;
}
.banner-btns-wrapper {
    padding: 15%;
    text-align: center;
}
.banner-btns-wrapper a, .read-more-news-btn-wrapper a {
    text-decoration: none;
}
.banner-btns-wrapper a:hover, .read-more-news-btn-wrapper a:hover, .find-location-filter-btn-wrapper a:hover    {
    text-decoration: none;
}

.big-purple-btn {
    background-color: #6629b7;
    border: 1px solid #6629b7;
    border-radius: 5px;
    padding: 15px 10px;
    color: white !important;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
}

.click-to-call-btn-wapper .big-purple-btn {
    font-size: 16px !important;
    padding: 15px 5px;
}
.click-to-call-btn-wapper span.phone-numeric {
    font-size: 15px;
    vertical-align: text-top;
}
@media (min-width: 375px) {
    .click-to-call-btn-wapper .big-purple-btn {
        font-size: 18px !important;
        padding: 15px 10px;
    }
    .click-to-call-btn-wapper span.phone-numeric {
        font-size: 15px;
        vertical-align: top;
    }
}
@media (min-width: 411px) {
    .click-to-call-btn-wapper .big-purple-btn {
        font-size: 20px !important;
    }
    .click-to-call-btn-wapper span.phone-numeric {
        font-size: 16px;
        position: relative;
        top: 2px;
    }
}
.big-purple-btn:hover {
    background-color: #7648b3;
}

.big-white-btn {
    background-color: white;
    border: 1px solid white;
    border-radius: 5px;
    padding: 15px 10px;
    color: #6629b7;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7%;
    text-align: left;
}

.big-white-btn.last {
    margin-bottom: 0;
}

.banner-btn-icon {
    float: left;
    margin: -3% 7% 0 0%;
    width: 13%;
}

.big-white-btn:hover {
    color: black;
}

.my-links-wrapper {
    margin: 10% 0%;
    color: white;
    font-size: 18px;
    white-space: nowrap;
}
.my-links-wrapper a {
    color: white;
}

.my-links-wrapper a:hover {
    color: black;
}

.white-text {
    color: white;
}
.purple-text {
    color: #6629b7
}
.grey-text {
    color: #818A8F
}
.home-section-one {
    background-color: #62b4c5;
    position: relative;
    clear: both;
}

.centered-section-heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
}

.centered-section-heading h1 {
    font-size: 46px;
    font-weight: 300;
    margin-bottom: 2.5%;
}

.centered-section-heading p,
.centered-section-heading h2 {
    line-height: 1.5;
    font-size: 16px;
}

.map-margin {
    margin-top: 90px;
}

.home-location-selector {
    z-index: 9999;
    position: relative;
    float: right;
    background-color: white;
    padding: 20px;
    border: 2px solid #ccc;
    margin: 1%;
}
.home-location-selector h3 {
    margin: 2% 0 8% 0;
    font-size: 18px;
    font-weight: 500;
}
.home-location-list li {
    margin: 1% 0;
}

.find-location-filter-btn-wrapper {
    margin: 10% 0 3% 0;
}

.find-location-filter-btn-wrapper .big-purple-btn {
    font-size: 15px;
    text-align: center;
}

.find-location-map-btn-wrapper {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
    display: none;
}

.media_list {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.media_list-item {
    width: 25.4%;
    margin-left: 6%;
    margin-bottom: 30px;
}

.media_list-item:hover {
    color: black;
}

.media_list-item-title {
    font-weight: normal;
}

.read-more-news-btn-wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4%;
}

.google-map {
    -webkit-box-shadow: 0px 21px 35px -8px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 21px 35px -8px rgba(0,0,0,0.22);
    box-shadow: 0px 21px 35px -8px rgba(0,0,0,0.22);
}

.map-location-title-link h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8%;
}

.map-location-title-link:hover {
    text-decoration: none;
}

.map-location-address {
    margin: 2% 0;
}

.gm-style-iw > div > div {
    overflow: hidden !important;
}

 /**************** MEDIA QUERY *************/

@media screen and (max-width: 400px) {
    .centered-section-heading {
        width: 85% !important;
    }
}

@media screen and (max-width: 500px) {
    .banner-btn-icon {
        margin: -2% 7% 0 0%;
        width: 9% !important;
    }

    .media_list {
        width: 78%;
    }

    .media_list-item {
        width: 100%;
        margin-left: 0;
    }

    .media_list-item:nth-child(n+3) {
        display:none;
    }

    .google-map {
        height: 250px !important;
    }
}

@media screen and (min-width: 501px) and (max-width: 767px) {
    .media_list-item {
        width: 41.25%;
    }
}

@media screen and (max-width: 767px) {
    .banner-btn-icon {
        margin: -2% 7% 0 0%;
        width: 7%;
    }

    .banner-btns-wrapper {
        padding: 5%;
    }

    .home-banner {
        display:inline;
    }

    .banner-image-wrapper {
        width: 100%;
    }
    .banner-right-box {
        width: 100%;
    }

    .home-location-selector{
        display: none !important;
    }

    .centered-section-heading {
        width: 80%;
    }

}


@media screen and (max-width:767px){
    .click-to-call-btn-wapper{
        display:block;
    }
    .click-to-call-btn-wapper img{
        width:20px;
        margin-right:10px;
    }
    .request-appt-btn-wapper{
        display: none;
    }
}
@media screen and (min-width:768px){
    .click-to-call-btn-wapper{
        display:none;
    }

    .request-appt-btn-wapper{
        display: block;
    }
}
@media screen and (max-width:374px){

    .click-to-call-btn-wapper img{
        width:15px;
    }

}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .banner-btns-wrapper {
        padding: 5% 15%;
    }

    .big-purple-btn {
        padding: 10px 5px;
        font-size: 12px;
    }

    .my-links-wrapper {
        font-size: 10px;
    }

    .big-white-btn {
        padding: 10px 5px;
        font-size: 10px;
    }

    .map-margin {
        margin-top: 60px;
    }

    .find-location-map-btn-wrapper {
        display: inline-block;
    }
    .home-location-selector{
        display: none !important;
    }

    .centered-section-heading {
        width: 85%;
    }

    .media_list-item {
        width: 41.25%;
    }
 }

@media screen and (min-width: 768px) and (max-width: 899px) {
    .home-banner {
        height: 245px;
    }
}

@media screen and (min-width: 900px) {
    .home-banner {
        height: 275px;
    }
    .banner-image-wrapper {
        width: 71%;
    }
    .banner-right-box {
        width: 29%;
    }
}

@media screen and (min-width: 1000px) {
    .home-banner {
        height: 300px;
    }
    .banner-btns-wrapper {
        padding: 10% 15%;
    }

    .big-purple-btn {
        padding: 10px 5px;
        font-size: 16px;
    }

    .my-links-wrapper {
        font-size: 13px;
    }

    .big-white-btn {
        padding: 10px 10px;
        font-size: 12px;
    }
}

@media screen and (min-width: 1100px) {
    .home-banner {
        height: 330px;
    }
    .banner-btns-wrapper {
        padding: 48px 15%;
    }

    .big-purple-btn {
        padding: 10px 10px;
        font-size: 16px;
    }

    .my-links-wrapper {
        font-size: 16px;
    }

    .big-white-btn {
        padding: 10px 10px;
        font-size: 12px;
    }
}
@media screen and (min-width: 1200px) {
    .home-banner {
        height: 350px;
    }
}
@media screen and (min-width: 1300px) {
    .home-banner {
        height: 380px;
    }
    .banner-image-wrapper {
        width: 75%;
    }
    .banner-right-box {
        width: 25%;
    }
}

@media screen and (min-width: 1400px) {
    .home-banner {
        height: 420px;
    }

    .big-purple-btn {
        padding: 15px 10px;
        font-size: 20px;
    }

    .my-links-wrapper {
        font-size: 19px;
    }

    .big-white-btn {
        padding: 10px 10px;
        font-size: 16px;
    }
}

@media screen and (min-width: 1500px) {
    .home-banner {
        height: 450px;
    }
    .banner-btns-wrapper {
        padding: 15%;
    }
}

@media screen and (min-width: 1600px) {
    .home-banner {
        height: 480px;
    }

    .banner-btn-icon {
        width: 11%;
    }
}

@media screen and (min-width: 1800px) {
    .home-banner {
        height: 530px;
    }

    .banner-btn-icon {
        width: 9%;
        margin: -2% 7% 0 0%;
    }
}

@media screen and (min-width: 2000px) {
    .home-banner {
        height: 590px;
    }
    .banner-btn-icon {
        width: 8%;
    }
}

@media screen and (min-width: 2200px) {
    .home-banner {
        height: 630px;
    }
    .banner-btn-icon {
        width: 8%;
    }
    .fix-4k {
        margin: 15px;
    }
}

@media screen and (min-width: 2400px) {
    .home-banner {
        height: 690px;
    }
    .banner-btn-icon {
        width: 7%;
    }
}
