﻿body {
    font-family: 'Rubik', sans-serif !important;
}

.ui-mobile, .ui-mobile body {
    height: 98.9%;
}

.ui-bar, .ui-body {
    background: #fff !important;
}

.header-part1 {
    background: #498749 !important;
    padding-top: 1vh;
}


.green {
    color: #0e2d52;
}

.home .ui-bar {
    padding: 12px 0px;
    background: #fff !important;
}

.home a {
    text-decoration: none;
}

.blue h4 {
    color: #fff !important;
    text-shadow: none;
}

.home img {
    width: 30%;
}

.home h4 {
    font-size: 18px;
}


.our-team p {
    margin: 0vw;
}

.our-team h4 {
    background: #082745;
    text-align: center;
    font-size: 20px !important;
    color: #fff;
    text-shadow: none;
    margin: 0;
    padding: 10px 0px;
}

h2, h4 {
    text-shadow: none !important;
}

.our-team h2 {
    text-align: center;
    margin: 0;
    font-size: 20px;
    padding-top: 8px;
    margin-bottom: 0vh;
    text-transform: uppercase;
    background: #082745;
    color: #fff;
    padding-bottom: 8px;
}

.text-center {
    text-align: center !important;
}

.foot-part {
    margin-top: 0vh;
    background: #5ccdff !important;
    padding: 5px 0px;
}

    .foot-part a {
        text-decoration: none;
        text-shadow: none;
    }

    .foot-part h2 {
        margin: 0px !important;
    }


.appointment h2 {
    text-align: center;
    margin: 0;
    font-size: 20px;
    padding-top: 8px;
    margin-bottom: 2vh;
    text-transform: uppercase;
    background: #1e1e1e;
    color: #ff0;
    padding-bottom: 8px;
}

.appointment label {
    font-size: 17px;
    font-weight: bold;
}

.ui-select .ui-btn select {
    background: #fff !important;
}

.appointment .ui-btn.ui-input-btn.ui-corner-all.ui-shadow {
    background: #498749 !important;
    text-shadow: none;
    color: #fff;
    font-size: 20px !important;
}

.appointment .ui-btn:hover {
    background: #fff !important;
}

.our-team ul li {
    list-style: none;
    font-size: 18px;
    line-height: 1.6;
    color: #000;
}

.our-team ol {
    padding-left: 20px;
}

    .our-team ol li {
        font-size: 18px;
        line-height: 1.6;
        color: #000;
    }

.ui-collapsible-inset .ui-collapsible-heading .ui-btn {
    font-size: 17px;
    margin-bottom: 1.8vh;
    font-weight: bold;
    box-shadow: 6px 6px 23px -3px #aaa !important;
}

.ui-btn-icon-left:after, .ui-btn-icon-right:after, .ui-btn-icon-top:after, .ui-btn-icon-bottom:after, .ui-btn-icon-notext:after {
    background-color: #498749;
}

.our-team p {
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    padding: 0px 10px;
}

.our-team ul {
    padding-left: 10px;
}

.ui-collapsible-inset.ui-collapsible-themed-content .ui-collapsible-content {
    padding: 0px;
}

.container .col-md-12 {
    width: 95% !important;
    margin-top: 13px;
    display: flex;
    border-radius: 0px;
    background: linear-gradient(to right,#0e2d52 16%, #fff 6%) !important;
    padding-top: 4px;
    padding-bottom: 4px;
    box-shadow: 6px 6px 23px -3px #aaa !important;
}

.container .col-md-4 {
    width: 30%;
}

.container .col-md-8 {
    width: 70%;
}

.Call a {
    text-decoration: none;
}

.Call h5 {
    margin: 0px;
    font-sizE: 21px;
    padding-top: 20px;
    text-align: left;
}

.Call p {
    margin: 0px;
    font-sizE: 22px;
    color: #075982;
    text-align: left;
}

.Call svg {
    color: #0e2d52 !important;
}

.Services h3 {
    background: #085B83 !important;
    margin: 0px;
    text-shadow: none;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px 5px;
}

.Services h5 {
    background: #006868 !important;
    margin: 0px;
    text-shadow: none;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px 5px;
}

.Services p {
    line-height: 1.7;
    font-size: 18px;
    padding: 0px 4px;
    margin: 0px;
}

.Services ul li {
    list-style-type: disclosure-closed;
    line-height: 1.7;
    font-size: 18px;
}

    .Services ul li a {
        color: #000;
        text-decoration: none;
        font-size: 18px;
    }

.Locations p {
    margin: 0px;
    padding: 4px 0px;
    font-weight: bold;
}

a.ui-btn.ui-corner-all.ui-shadow.ui-btn-inline.flash-ins {
    color: #fff;
    text-shadow: none;
}

    a.ui-btn.ui-corner-all.ui-shadow.ui-btn-inline.flash-ins:hover {
        background: #0A4A88 !important;
    }

.Locations h3 {
    background: #0A4A88;
    color: #fff;
    margin: 0px;
    text-shadow: none;
    text-align: center;
    font-size: 21px;
    padding: 4px 2px;
}

.Locations ul {
    padding-left: 0px;
    margin: 0px;
    padding: 1.8vh 0px;
    margin-bottom: 0px;
}

    .Locations ul li {
        list-style: none;
        text-align: left;
        line-height: 1.7;
    }

.flash {
    -webkit-animation-name: flash;
    -webkit-animation-duration: 600ms;
    font-weight: bold;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes flash {
    from {
        color: red;
    }

    to {
        color: green;
    }
}

.ui-input-text input, .ui-input-search input {
    border: 1px solid #082745 !important;
    border-radius: 0px;
}

.ui-select {
    border: 1px solid #082745 !important;
}

textarea.ui-input-text.ui-textinput-autogrow {
    border: 1px solid #082745 !important;
    border-radius: 0px;
}

.dots_container {
    display: flex;
    margin: 5px auto;
    display: none;
    width: fit-content;
}

.dots {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #bdbdbd;
    margin: 4px;
}

    .dots:hover {
        background: #696969 !important;
    }
/** Header*/
body {
}

.ui-btn-left, .ui-btn-right {
    text-shadow: none;
    box-shadow: none;
    border: transparent;
    padding-top: 15px;
    left: .4rm;
}



.emailCss {
    font-size: 17px !important;
}



.logo {
    padding-top: 0px;
    display: block;
    margin: 0px auto;
}

.head {
    width: 100%;
}

.background {
    background: #FFF;
    width: 100% !important;
}

.list-menu ul li a::before {
    background: url(../images/blue-white-pearl-icon-btn.png);
    content: '';
    position: absolute;
    width: 50px;
    background-repeat: no-repeat;
    height: 50px;
    top: -7px;
    left: 0;
}

.list-menu ul li a::after {
    background: url(../images/blue-white-pearl-icon-btn.png);
    content: '';
    position: absolute;
    width: 50px;
    background-repeat: no-repeat;
    height: 50px;
    top: -7px;
    right: 0;
}

.sec {
    position: absolute;
    left: 39vw;
    top: -11vh;
}

.sec-fir {
    position: relative;
}

.list-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .list-menu ul li {
        position: relative;
        background: #FF4400;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50px;
        padding: 0px 15px 0px 15px;
        margin-bottom: 8px;
    }

.clearfix {
    clear: both;
}

.list-menu ul li a {
    display: inherit;
    font-size: 26px;
    color: #fff !important;
}

.links {
    display: inline-block;
    margin-top: 6px;
    margin-left: 55px;
    font-size: 16px;
    margin-bottom: 8px;
}

.locations-list li {
    list-style: none;
    background: #1e1e1e;
    margin-bottom: 10px;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 10px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
    .locations-list li a {
        display: block;
        font-family: 'Raleway', sans-serif;
    }
.locations-list {
    margin: 0px;
    padding: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    clear: both;
}

.footer1 {
    bottom: 3.6%;
    width: 100%;
    margin-top: -3.2vh;
}

    .footer1 ul li {
        list-style: none;
        display: inline-block;
        padding-right: 5px;
    }

        .footer1 ul li a {
            color: #f05223 !important;
            text-decoration: none;
            font-family: 'Raleway', sans-serif;
            padding-left: 0px !important;
            font-weight: 700;
            font-size: 24px;
            text-align: center;
        }

    .footer1 h2 {
        text-align: center;
        background: #ff4400;
        padding: 7px 0px;
    }

.therapist {
    padding: 5px;
}

.bio-btn {
    background: #f05223;
    color: #fff !important;
    padding: 15px 20px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 16px;
}

.footer1 h2 a {
    color: #fff !important;
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
}

.footer h2 {
    text-align: center;
    background: #000;
    padding: 7px 0px;
    margin: 0vw;
}

    .footer h2 a {
        color: #fff !important;
        font-size: 28px;
        font-family: 'Raleway', sans-serif;
    }

.footer span {
    display: none !important;
}

.footer ul li {
    list-style: none;
    display: inline-block;
    padding-right: 5px;
}

    .footer ul li a {
        color: #f05223 !important;
        text-decoration: none;
        font-family: 'Raleway', sans-serif;
        padding-left: 0px !important;
        font-weight: 700;
        font-size: 24px;
        text-align: center;
    }

.first-section {
    width: 100% !important;
    display: inline-flex;
}

    .first-section h2 {
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        color: #fff;
        font-weight: normal;
        text-shadow: none !important;
        display: inline-block;
    }

.col-md-6 {
    width: 50%;
    display: inline-block;
    text-align: center;
}

.head {
    padding-bottom: 12px;
    text-align: center;
    background: #EFEEE3 !important;
}

.first-section img {
    width: 20.4vw;
    margin-top: 3vh;
}

.ui-mobile, .ui-mobile body {
    height: auto !important;
}

.main1 {
    padding: 10px;
}

.icons1 {
    background: #498749;
    min-height: 20.5vh;
}

.icons2 {
    background: #252525;
    min-height: 20.5vh;
}
/*#home
{
    background-image: url('/content/images/background-image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}*/

.main1 img {
    display: inline-block;
}

.main-second {
    padding-top: 15px;
}

.first-img {
    display: inline-block;
    background: rgba(0,0,0,0.6);
    width: 30%;
    margin-right: 0;
    border: 4px double #eee;
    padding: 0px 0px 22px 0px;
    text-align: center;
    border-radius: 100%;
}

    .first-img h4 {
        text-align: center;
        color: #f05223;
        margin: 0px;
        font-family: 'Raleway', sans-serif;
    }

    .first-img img {
        padding-top: 18px;
    }

.ui-bar-a, .ui-page-theme-a .ui-bar-inherit, html .ui-bar-a .ui-bar-inherit, html .ui-body-a .ui-bar-inherit, html body .ui-group-theme-a .ui-bar-inherit {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #333 !important;
    text-shadow: none !important;
    font-weight: 700 !important;
}

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
    text-shadow: none !important;
}

a {
    text-decoration: none;
    color: inherit !important;
}

    a:hover {
        color: inherit !important;
        text-decoration: none;
    }

.ui-btn.ui-input-btn.ui-corner-all.ui-shadow {
    background: #032465 !important;
    color: #fff;
    text-shadow: none !important;
    font-size: 22px;
    padding: 10px !important;
}

.serve {
    background: #032465;
    padding: 0px !important;
    margin: 0px !important;
}

    .serve h3 {
        padding: 10px;
        margin: 5px !important;
    }

        .serve h3 a:hover {
            color: #fff !important;
        }

.services ul li {
    list-style: none;
    font-family: 'Raleway', sans-serif;
    color: #032465;
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 7px;
    display: block;
}

    .services ul li:hover {
        color: #d1420e;
    }

.services h1 {
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
    background: #032465;
    text-align: center;
    margin-top: 0;
}

.services h3 {
    color: #f05223 !important;
    padding-left: 7px;
    padding-right: 7px;
    font-family: 'Raleway', sans-serif;
}

.services p {
    color: #000;
    text-align: justify;
    font-family: 'Raleway', sans-serif;
    padding-left: 7px;
    padding-right: 7px;
}
/* services pages */



/* Treatement */
.treatment ul li {
    text-align: justify;
}

.treatment h1 {
    color: #fff !important;
    background: #032465;
    margin: 0vw;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

td {
    font-family: 'Raleway', sans-serif;
}

.treatment h4 {
    color: #000;
    text-align: justify;
    font-family: 'Raleway', sans-serif;
    padding-left: 8px;
    padding-right: 7px;
}

.treatment p {
    color: #000;
    text-align: justify;
    font-family: 'Raleway', sans-serif;
    padding-left: 7px;
    padding-right: 7px;
}

.treatment h3 {
    color: #f05223 !important;
    padding-left: 7px;
    font-family: 'Raleway', sans-serif;
    padding-right: 7px;
}

.treatment ul li {
    color: #000;
    font-family: 'Raleway', sans-serif;
    padding-left: 7px;
    padding-right: 7px;
}
/* contact */
.button1 {
    background: #d1420e !important;
    padding: 10px !important;
    margin-top: 15px !important;
    text-shadow: none !important;
    color: #fff !important;
    font-size: 22px;
}

    .button1:hover {
        background: #d1420e !important;
        padding: 10px !important;
    }

.form-control {
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

.form-control1 {
    font-family: 'Raleway', sans-serif;
}

.form1 {
    margin: 10px !important;
}

.location-block {
    border-bottom: 1px solid #666;
}

.location-title {
    text-align: center;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    background: #266426;
    color: #fff;
}

.img-100 {
    width: 100%;
}

.address {
    text-align: center;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 10px;
    color: #266426 !important;
    font-family: 'Raleway', sans-serif;
}

.therapy-address p {
    display: inline-block !important;
}

.namecolor {
    font-size: 18px;
    margin: 0px;
}

.card {
    margin-bottom: 10px;
    font-size: 18px;
    margin: 0px;
}

.card {
    margin-bottom: 10px;
}

.locations-name {
    text-align: center;
    display: block;
    padding-top: 12px;
    padding-bottom: 8px;
    margin-left: 0;
    color: #032465;
}

.mtb-10 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mt-10 {
    margin-top: 10px;
}
/* --- Slider -- */


.slider {
    width: 100%;
    position: relative;
    margin: auto;
}

.slide {
    display: none;
    height: 100%;
    width: 100%;
}

.first-sec img {
    height: 100%;
    width: 100%;
    filter: contrast(90%);
    object-fit: cover;
}

.caption {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    color: #fff;
    padding: 8px 16px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
}







.next {
    right: 20px;
    color: #fff !important;
}

.prev {
    left: 20px;
    color: #fff !important;
}



.show {
    animation: fade 0.5s ease-out;
}

@keyframes fade {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

a.prev.ui-link {
    position: absolute;
    top: 18vh;
    left: 5%;
}

a.next.ui-link {
    position: absolute;
    top: 18vh;
    right: 5%;
}

.location-back td {
    background: #1e1e1e;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    padding: 2vw !Important;
}

.location-back ul {
    padding: 3px;
    margin: 0px;
}

.location-back td ul li {
    display: inline-block;
    list-style: none;
    color: #fff;
    margin-right: 7px;
}


@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

#header i {
    font-size: 28px !important;
    margin-left: 15px;
}

.ui-header .ui-btn {
    top: 14px !important;
}

.address p {
    margin-bottom: 0vh !Important;
    margin-top: 0vh;
}

.covid {
    font-size: 14px;
    color: coral !important;
}

.gogle-yelp {
    text-align: center;
    margin-top: 7px !Important;
    padding: 0vw;
    margin: 0vw;
}

    .gogle-yelp li {
        display: inline-block;
        margin-right: 30px;
    }

.flash {
    -webkit-animation-name: flash;
    -webkit-animation-duration: 600ms;
    font-weight: bold;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes flash {
    from {
        color: red;
    }

    to {
        color: green;
    }
}

.medicare {
    padding-left: 1.5vw !important;
}

    .medicare li {
        list-style: none;
        color: #068cd2 !important;
        line-height: 1.7;
        font-size: 16px !important;
    }

.treatment ul li {
    line-height: 1.7;
}

.serviceimg img {
    width: 100%;
    margin-top: 0px;
    background: #FFf;
    /*color: #075982;
    border: 2px solid #075982;
    border-radius: 50%;
    border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;*/
}
.ins {
    margin: 0;
    margin-top: 10px;
}
.insurance h6 {
    color: #137e13;
    text-align: left;
    margin: 0px;
    font-size: 17px;
    padding-left: 5px;
    font-weight: 700;
}
.ui-icon-arrow-r{
    background-color:#fff!important;
}
.serviceimg p {
    padding-left: 8px;
    padding-right: 3px;
    margin: 0px;
    padding-top: 2px;
    font-weight: 500;
}

.serviceimg h4 {
    color: #fff;
    font-weight: 700 !important;
    background: #498749;
    text-align: center;
    margin: 0;
    font-size: 17px;
    padding-top: 8px;
    width:100%;
    padding-bottom: 8px;
}

.ins li {
    color: black;
    list-style-type: disclosure-closed;
    font-weight: 500;
}


.Medicare {
    color: #0000FF;
}

.ui-popup > .ui-btn-right {
    right: -11px;
    content: "";
    position: absolute;
    display: block;
    /* width: 21px; */
    height: 18px;
    /* background: none; */
    background-color: #FFF !important;
}

.ui-popup > .ui-btn-icon-right:hover {
    background-color: #fff !important;
}

.locationtbl {
    background-color: aliceblue;
}

.apt {
    text-align: left;
    color: green;
    font-weight: 600;
}

.staffsecimg img {
    width: 90%;
    padding: 8px;
    color: #075982;
    border: 2px solid #075982;
    border-radius: 78% 22% 84% 16% / 24% 59% 41% 76%;
}

.locsvg {
    background: antiquewhite;
    border-radius: 78% 22% 84% 16% / 24% 59% 41% 76%;
}
