@charset "UTF-8";@media screen,projection {body,html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: Lato,"Lato",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #000;
    -webkit-text-size-adjust: 100%
}

body {
    overflow-x: hidden
}

a {
    text-decoration: none
}

.clear {
    clear: both
}

input,textarea,button {
    outline: 0
}

a img {
    border: 0
}

form {
    padding: 0;
    margin: 0
}

#system-message {
    display: none!important
}

.content {
    margin: 0 auto;
    text-align: left;
    width: 100%;
    max-width: 1300px;
    padding: 0 15px;
    box-sizing: border-box
}

.btn {
    width: 100%;
    max-width: 250px;
    border-radius: 20px;
    padding: 13px 13px;
    font-weight: 500;
    font-size: 24px;
    display: inline-block;
    border: 2px solid transparent;
    transition: all .3s;
    cursor: pointer;
    box-sizing: border-box;
    font-family: "Lato",sans-serif
}

.btn-primary {
    background: #229eae;
    color: #e1ebed;
    border-color: #229eae
}

.btn-primary a {
    color: #e1ebed;
    padding: 10px 55px;
    display: block
}

.btn-primary:hover {
    background: #fff;
    color: #229eae
}

.btn-primary:hover a {
    color: #229eae
}

.table {
    display: table;
    vertical-align: middle
}

.table-row {
    display: table-row
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: left
}

nav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
    background: #fff;
    transition: all .3s;
    box-shadow: 0 3px 3px rgba(0,0,0,.2)
}

#homepage nav {
    background: rgb(255 255 255/85%);
    position: absolute
}

#homepage nav.slide {
    background: #fff;
    position: fixed
}

nav.slide {
    position: fixed;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
    opacity: 0;
    max-height: 0;
    overflow: hidden
}

nav.slide.fixed {
    opacity: 1;
    max-height: 2000px;
    overflow: visible
}

nav .content {
    max-width: 3000px;
    display: flex;
    align-items: center;
    padding: 0
}

.inner-logo {
    padding: 10px 15px;
    display: inline-block;
    vertical-align: middle
}

.inner-logo img {
    max-width: 100%
}

.mobile-logo {
    display: none
}

.topmenu {
    margin: 0 auto 0 auto
}

.topmenu ul {
    padding: 0;
    margin: 0;
    display: flex
}

.topmenu li {
    list-style: none;
    position: relative;
    padding: 0 2px 9px 0
}

.topmenu li.parent:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 0;
    height: 0;
    margin-right: 0;
    vertical-align: middle;
    border-top: 4px solid #229eae;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.topmenu li a,span.nav-header,span.span-separator {
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    transition: all .3s;
    white-space: nowrap;
    padding: 6px 12px;
    border-radius: 3px
}

.topmenu li.parent a {
    padding: 6px 20px 6px 12px
}

.topmenu li.active li a {
    color: #229eae;
    border-bottom: 3px solid transparent
}

.topmenu li a:hover,.topmenu li.active a,.topmenu li li a:hover,.topmenu li.active li a:hover,.topmenu li li.active a {
    border-bottom: 3px solid #229eae
}

.topmenu li.parent li a {
    padding: 6px 12px;
    color: #000
}

.topmenu li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 350px;
    display: block;
    background: #fff;
    max-height: 0;
    overflow-y: hidden;
    transition: all .2s
}

nav.fixed .topmenu li ul {
    background: #fff
}

.topmenu li:hover ul {
    padding-top: 10px;
    max-height: 3000px;
    overflow-y: auto
}

.topmenu li li {
    display: block;
    padding: 10px
}

.top-right {
    margin: 0 10px 0 auto;
    text-align: right
}

.top-phone,.top-phone a {
    display: inline-block;
    vertical-align: top;
    font-size: 34px;
    font-weight: 500;
    color: #229eae
}

.top-phone {
    margin: -1px 10px 0 0
}

.top-loc {
    font-family: "Lato",sans-serif;
    color: #000;
    font-size: 20px;
    display: block;
    margin-right: 8px
}

nav .social-btns {
    display: inline-flex;
    margin-top: 4px
}

nav .social-btn {
    margin-right: 5px;
    cursor: pointer;
    transition: all .3s;
    display: inline-block;
    vertical-align: middle
}

nav .social-btn:hover {
    transform: scale(1.1)
}

nav .fb-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    white-space: nowrap;
    margin-right: 5px
}

nav .fb-wrap iframe,nav .fb-wrap .fb-like {
    width: 32px!important;
    height: 32px!important;
    overflow: hidden
}

nav .fb-ico {
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s
}

nav .fb-wrap:hover .fb-ico {
    transform: scale(1.1)
}

.hamburger {
    display: none
}

nav p {
    padding: 0;
    margin: 0;
    display: inline-block
}

.topline {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000
}

.top-buttons {
    margin: 15px 0 15px
}

.top-button {
    font-size: 18px;
    font-weight: 600;
    color: #e1ebed;
    background: #229eae;
    border: 2px solid #229eae;
    padding: 7px 18px;
    border-radius: 7px
}

.top-button:hover {
    color: #229eae;
    background: 0 0;
    border: 2px solid #229eae
}

.slider-block {
    text-align: center;
    position: relative
}

.nivo-slider-wrapper {
    position: relative;
    z-index: 10
}

.maintext-block-wrapper {
    position: absolute;
    top: 170px;
    left: 0;
    width: 100%;
    z-index: 11
}

.maintext-block {
    display: inline-block;
    padding: 15px;
    background: rgba(0,0,0,.5);
    margin-top: 5%
}

.maintext-block h2 {
    font-size: 33px;
    color: #e1ebed;
    font-weight: 400;
    font-family: "Cabin",sans-serif;
    margin: 0 0 10px 0
}

.maintext-block ul {
    padding: 0;
    margin: 0
}

.maintext-block li {
    display: block;
    list-style: none;
    padding: 5px 0 5px 35px;
    position: relative
}

.maintext-block li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 24px;
    height: 24px;
    background: url(https://www.ascendfootandankle.com/templates/theme/images/bullet.png)no-repeat center
}

.maintext-block li a {
    font-size: 22px;
    color: #e1ebed;
    font-weight: 500;
    text-decoration: none
}

.maintext-block li a:hover {
    text-decoration: underline
}

.subtext-block {
    font-family: "Lato",sans-serif;
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 20px 15px;
    background: rgb(0 0 0/75%);
    left: 0;
    width: 100%;
    z-index: 11;
    font-size: 30px;
    font-weight: 400;
    color: #e1ebed;
    box-sizing: border-box
}

.subtext-block p {
    padding: 0;
    margin: 0
}

.nivo-caption {
    background: 0 0;
    padding: 0;
    opacity: 1
}

.theme-pure .nivoSlider {
    margin-bottom: 0
}

.services-block {
    padding: 0!important;
    background: 0 0;
    background-size: cover;
    height: unset;
    position: relative
}

img.services-background-mobile {
    display: none
}

.front-services {
    background: #000;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    bottom: 0;
    display: block
}

.fs-cont {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    max-width: 1400px;
    margin: 0 auto
}

.front-service {
    max-width: 100px;
    position: relative;
    cursor: pointer
}

.front-service img {
    height: 100px;
    width: auto
}

.front-service:hover img {
    visibility: hidden
}

.front-service p {
    width: 100px;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    font-family: "Lato",sans-serif;
    position: absolute;
    visibility: hidden;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%,-50%)
}

.front-service:hover p {
    visibility: visible
}

.about-block {
    padding: 30px 0;
    background-size: cover;
    background: #187d91
}

.about-block h2 {
    font-family: "Lato",sans-serif;
    font-size: 48px;
    color: #e1ebed;
    text-align: center;
    font-weight: 400;
    position: relative;
    padding: 20px 0;
    margin: 0 auto 20px auto;
    position: relative
}

.about-block h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 2px;
    background-color: #43c8d3
}

.about-wrapper {
    display: flex
}

.about-block .about-text {
    order: 1;
    color: #e1ebed
}

.about-block .about-text a {
    color: #fff;
    font-weight: 700
}

.about-block .doctors {
    order: 2;
    white-space: nowrap
}

.about-block .doctor {
    display: inline-block;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    width: 280px
}

.doctor a {
    font-family: "Lato",sans-serif;
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 700
}

.about-block .doctor img {
    max-width: 100%;
    box-shadow: 3px 5px 3px rgba(0,0,0,.2);
    display: block;
    margin-bottom: 15px;
    transition: all .3s
}

.about-block .doctor:hover img {
    transform: scale(1.02)
}

.locations-block {
    background: url(https://www.ascendfootandankle.com/templates/theme/images/locations-bg.webp)no-repeat center;
    background-size: cover;
    padding: 50px 0
}

.locations-block .content {
    display: flex;
    justify-content: space-around
}

.loc {
    margin: 0 10px;
    max-width: 480px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background: rgb(0 0 0/80%);
    text-align: center
}

.loc h2 {
    font-weight: 400;
    color: #e1ebed;
    font-family: "Cabin",sans-serif;
    font-size: 44px;
    margin: 0
}

.loc .address {
    font-size: 20px;
    margin: 10px 0 30px 0;
    color: #d6d6d6
}

.loc .phone {
    font-size: 26px;
    font-weight: 500;
    color: #e1ebed;
    white-space: nowrap
}

.loc .shedule {
    margin: 15px auto 0 auto;
    font-size: 20px;
    color: #43c8d3;
    font-weight: 500
}

.loc .day {
    padding-right: 10px
}

.loc .btn {
    text-align: center;
    margin: 25px auto 10px auto;
    padding: 0;
    border-radius: 10px
}

.blogs-block {
    padding: 40px 0 50px;
    background: url(https://www.ascendfootandankle.com/templates/theme/images/blogs-bg.jpg)no-repeat center;
    background-size: cover;
    text-align: center
}

.blogs-block .content {
    text-align: center
}

.blogs-block h2 {
    font-size: 48px;
    color: #e1ebed;
    font-weight: 400;
    text-align: center;
    display: block;
    margin: 10px 0
}

.blogs-list ul {
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    text-align: left
}

.blogs-list li {
    list-style: none;
    display: block;
    padding: 8px 0 8px 15px;
    position: relative
}

.blogs-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 10px;
    color: #e1ebed
}

.blogs-list li a {
    color: #e1ebed;
    text-decoration: none;
    font-size: 22px
}

.blogs-list li a:hover {
    text-decoration: underline
}

.blogs-block .btn {
    margin-top: 30px
}

.connect-block {
    padding: 20px 0;
    background: #fff
}

.connect-block .content {
    text-align: center
}

.connect-block h3 {
    font-family: "Lato",sans-serif;
    font-weight: 400;
    font-size: 44px;
    color: #000;
    text-align: center;
    padding: 30px;
    margin: 0;
    display: inline-block;
    vertical-align: middle
}

.connect-block .social-btns {
    display: inline-block;
    vertical-align: middle
}

.connect-block .social-btn {
    font-size: 14px;
    color: #e1ebed;
    height: 26px;
    padding: 3px 15px 3px 35px;
    box-sizing: border-box;
    border: 1px solid #229eae;
    cursor: pointer;
    transition: all .3s;
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle
}

.connect-block .fb-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 97px;
    white-space: nowrap;
    padding: 0;
    margin: 0 2px
}

.connect-block .fb-ico {
    background: url(https://www.ascendfootandankle.com/templates/theme/images/fb-ico.png)#229eae no-repeat 10px center;
    position: absolute;
    left: 0
}

.connect-block .fb-wrap:hover .fb-ico {
    background: url(https://www.ascendfootandankle.com/templates/theme/images/fb-ico.png)#e1ebed no-repeat 10px center;
    color: #229eae
}

.connect-block .twit-ico {
    background: url(https://www.ascendfootandankle.com/templates/theme/images/twit-ico.png)#229eae no-repeat 10px center
}

.connect-block .twit-ico:hover a {
    color: #229eae
}

.connect-block .twit-ico:hover {
    background: url(https://www.ascendfootandankle.com/templates/theme/images/twit-ico.png)#e1ebed no-repeat 10px center;
    color: #229eae
}

.connect-block .goog-ico {
    background: url(https://www.ascendfootandankle.com/templates/theme/images/goog-ico.png)#229eae no-repeat 10px center
}

.connect-block .goog-ico:hover a {
    color: #229eae
}

.connect-block .goog-ico:hover {
    background: url(https://www.ascendfootandankle.com/templates/theme/images/goog-ico.png)#e1ebed no-repeat 10px center;
    color: #229eae
}

.bot-social-btns {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    display: none
}

.bot-social-btns div {
    height: 45px;
    width: 45px;
    box-sizing: border-box;
    border: 1px solid #229eae;
    cursor: pointer;
    transition: all .3s;
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle
}

.bot-fb-ico {
    height: 45px;
    width: 45px;
    background: url(https://www.ascendfootandankle.com/templates/theme/images/bot-fb.png)no-repeat center #229eae
}

.bot-fb-ico:hover {
    transform: scale(1.1)
}

.bot-twit-ico {
    height: 45px;
    width: 45px;
    background: url(https://www.ascendfootandankle.com/templates/theme/images/bot-twit.png)no-repeat center #229eae
}

.bot-twit-ico:hover {
    transform: scale(1.1)
}

footer {
    background: #424242
}

footer .content {
    text-align: center
}

.logo-footer {
    display: inline-block;
    vertical-align: middle;
    padding: 30px;
    max-width: 430px
}

.quick-links-block {
    display: inline-block;
    vertical-align: middle;
    padding: 30px;
    text-align: left
}

footer h4 {
    font-size: 18px;
    font-weight: 400;
    color: #229eae;
    margin-top: 0;
    padding-top: 0
}

.quick-links-block ul {
    padding: 0;
    margin: 0
}

.quick-links-block li {
    display: block;
    list-style: none;
    padding: 2px 0
}

.quick-links-block li a,.quick-links-block li {
    color: #d1d1d0;
    font-size: 18px;
    line-height: 25px;
    text-decoration: none
}

.quick-links-block li a:hover {
    text-decoration: underline
}

.quick-links-block ul ul {
    padding: 0;
    margin: 2px 0 0 10px
}

.bottom-loc-block {
    display: inline-block;
    vertical-align: top;
    padding: 30px 0 30px 30px;
    text-align: left;
    color: #d1d1d0;
    font-size: 18px;
    line-height: 25px
}

.white-text {
    color: #e1ebed
}

.offices-block {
    display: flex
}

.office {
    padding-right: 30px
}

.copy-left,.copy-right {
    text-align: left;
    float: left;
    color: #6e6d6d;
    font-size: 14px;
    padding: 30px
}

.copy-left a,.copy-right a {
    color: #6e6d6d;
    text-decoration: none
}

.copy-left a:hover,.copy-right a:hover {
    text-decoration: underline
}

.copy-right {
    text-align: right;
    float: right
}

.scroll-to-top {
    position: fixed;
    bottom: 72px;
    left: 20px;
    z-index: 8999;
    opacity: 1;
    transition: all .3s;
    display: none;
    cursor: pointer
}

.scroll-to-top.active {
    display: block
}

.scroll-to-top:hover {
    opacity: .8
}

.rabutton {
    max-width: 350px;
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 99
}

.rabutton .wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.rabutton .buttonrs {
    min-width: 255px;
    min-height: 45px;
    font-size: 18px;
    font-family: "Lato",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #e1ebed;
    background: #b71c1c;
    border: 0;
    border-radius: 3px;
    box-shadow: 12px 12px 24px rgb(25 54 78/22%);
    transition: all .3s ease-in-out 0s;
    cursor: pointer;
    outline: 0;
    position: relative;
    padding: 10px 20px
}

.rabutton .buttonrs::before {
    content: "";
    border-radius: 13px;
    min-width: calc(250px + 28px);
    min-height: calc(40px + 4px);
    border: 4px solid #bf0000;
    box-shadow: 0 0 60px rgb(195 195 195/64%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s
}

.rabutton .buttonrs:hover,.buttonrs:focus {
    color: #da0000;
    transform: translateY(-6px);
    background: #e1ebed
}

.rabutton .buttonrs:hover::before,.rabutton .buttonrs:focus::before {
    opacity: 1
}

.rabutton .buttonrs::after {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 6px solid #ccc;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: ring 1.5s infinite
}

.rabutton .buttonsr:hover::after,.buttonrs:focus::after {
    animation: none;
    display: none
}

@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1
    }

    to {
        width: 200px;
        height: 200px;
        opacity: 0
    }
}

.dp {
  	color: #fff;
    background: #299ead;
    font-size: 17px;
    padding: 8px;
    font-weight: 600;
}

.social-btns p,.top-phone p,.connect-block p,.about-block h2 p,.topline p {
    display: inline-block;
    padding: 0;
    margin: 0
}

.social-btns a {
    color: #e1ebed
}

.social-btns a:hover {
    color: #229eae
}

.inner-pages {
    padding-bottom: 30px
}

.inner-pages a {
    color: #229eae
}

.inner-pages img {
    max-width: 100%!important;
    height: auto!important
}

.inner-pages .page-header {
    margin-bottom: 20px
}

.inner-pages .page-header h2 {
    font-family: "Lato",sans-serif;
    font-size: 48px;
    color: #000;
    text-align: center;
    font-weight: 400;
    position: relative;
    padding: 20px 0;
    margin: 0 auto 20px auto;
    position: relative
}

.inner-pages .page-header h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 2px;
    background-color: #229eae
}

.one {
    float: left;
    width: 49%;
    padding-right: 2%;
    margin-bottom: 20px
}

.two {
    width: 49%;
    float: right;
    margin-bottom: 20px
}

.offices {
    margin: 0;
    width: 100%;
    float: left
}

.one .address {
    float: left;
    width: 45%;
    margin-bottom: 20px
}

.week {
    float: left;
    width: 105px;
    margin-bottom: 20px
}

.hours {
    float: left;
    width: 140px;
    margin-bottom: 20px
}

.coloredtext.semi {
    font-weight: 600
}

.inner-pages .doctor {
    float: right;
    text-align: center;
    margin: 0 0 5px 10px;
    max-width: 250px;
    font-size: 20px;
    color: #000;
    font-weight: 500
}

.inner-pages .doctor img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px
}

.testimonial-container {
    border: 2px solid #f8f8f8;
    background-color: #f8f8f8;
    border-radius: 5px;
    padding: 16px;
    margin: 16px 0
}

.testimonial-container::after {
    content: "";
    clear: both;
    display: table
}

.testimonial-container span {
    font-size: 20px;
    margin-right: 6px
}

.testimonial-p {
    text-align: left
}

.checked {
    color: gold
}

div.latestItemsCategory {
    background: 0 0;
    border: 0;
    border-radius: 4px;
    margin: 0;
    padding: 0
}

div.latestItemsCategory h2 {
    display: none
}

h2.latestItemTitle a {
    color: #229eae
}

#k2Container {
    padding-top: 30px
}

div.itemToolbar {
    display: none
}

div.k2LatestCommentsBlock ul,div.k2TopCommentersBlock ul,div.k2ItemsBlock ul,div.k2LoginBlock ul,div.k2UserBlock .k2UserBlockActions,div.k2UserBlock .k2UserBlockRenderedMenu,div.k2ArchivesBlock ul,div.k2AuthorsListBlock ul,div.k2CategoriesListBlock ul,div.k2UsersBlock ul {
    padding: 10px 20px;
    margin: 0
}

div.k2LatestCommentsBlock li,div.k2TopCommentersBlock li,div.k2ItemsBlock li,div.k2LoginBlock li,div.k2ArchivesBlock li,div.k2AuthorsListBlock li,div.k2CategoriesListBlock li,div.k2UsersBlock li {
    margin: 0;
    display: block;
    padding: 8px 0 8px 15px
}

.clearList {
    display: none!important
}

.formTableLayout {
    margin: 0 auto
}

.formTableLayout button#Send {
    background: #229eae;
    color: #e1ebed;
    border-color: #229eae;
    padding: 5px 30px;
    border-radius: 5px;
    font-size: 19px;
    font-weight: 700;
    font-family: "Lato",sans-serif;
    border: 2px solid transparent
}

.formTableLayout button#Send:hover {
    background: #e1ebed;
    color: #229eae;
    border-color: #e1ebed;
    border: 2px solid;
    cursor: pointer
}

.formTableLayout tr.rsform-block>td {
    padding: 5px;
    font-weight: 600
}

input,textarea,button,select {
    outline: 0;
    padding: 4px
}

.osmap-items li .even {
    padding: 2px 0!important
}

.pe ul {
    margin: 0
}

.vid_container {
    display: flex;
    justify-content: center;
    margin: 0 auto 35px;
    flex-wrap: wrap;
    max-width: 840px
}

.vid {
    background: #000;
    width: 100%
}

body#homepage .content.h {
    display: none
}

.content.full {
    flex-wrap: wrap;
    display: flex
}

.divContent {
    flex: 0 0 80%
}

.divRight {
    flex: 0 0 20%
}

.divRight .moduletable {
    margin-top: 25px;
    padding-left: 40px
}

.divRight .moduletable ul {
    padding: 0 4px!important
}

.divRight .moduletable li {
    padding: 5px 0 5px 3px!important
}

body#bfa #k2Container {
    padding-top: 0
}

.latestItemsCategory {
    float: right;
    width: 30px
}

div.genericItemReadMore {
    display: none!important
}

div.k2ArchivesBlock li a {
    color: #229eae
}

.images-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 25px auto;
    text-align: center
}

.images-wrap span {
    margin-top: 10px;
    display: block
}

.video-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 25px auto
}

.video-item {
    max-width: 670px;
    width: 100%;
    text-align: center
}

.video-content {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0
}

.video-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.table-wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px
}

.table-wrap p {
    margin: 0
}

.table-wrap .row-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
	border-bottom: 1px solid #000;
}

.item-price {
	background: #00BCD4;
    color: #fff;
    padding: 5px;
	font-weight: 600;
	}

.table-wrap .item-name {
    width: 370px
}

@media only screen and (max-width:1800px) {
    .maintext-block {
        margin-top: 3%
    }
}

@media only screen and (max-width:1700px) {
    .maintext-block {
        margin-top: 0
    }

    footer {
        padding-bottom: 140px
    }
}

@media only screen and (max-width:1570px) {
    .maintext-block {
        margin-top: 10px
    }

    .maintext-block h2 {
        font-size: 26px
    }

    .maintext-block li {
        padding: 4px 0 4px 35px
    }

    .maintext-block li a {
        font-size: 20px
    }

    .maintext-block li:before {
        top: 7px;
        width: 20px;
        height: 20px;
        background-size: cover
    }

    .subtext-block {
        font-size: 24px;
        padding: 15px
    }
}

@media only screen and (max-width:1440px) {
    .maintext-block {
        margin-top: 10px
    }

    .maintext-block h2 {
        font-size: 24px
    }

    .maintext-block li {
        padding: 3px 0 3px 35px
    }

    .maintext-block li a {
        font-size: 19px
    }

    .maintext-block li:before {
        top: 4px
    }
}

@media only screen and (max-width:1360px) {
    .maintext-block {
        margin-top: 5px
    }

    .subtext-block {
        font-size: 20px;
        padding: 10px 15px
    }
}

@media only screen and (max-width:1310px) {
    .topmenu li a,span.nav-header,span.span-separator {
        font-size: 17px;
        padding: 6px 10px
    }

    .subtext-block {
        font-size: 23px
    }

    .maintext-block {
        top: 130px
    }

    .maintext-block h2 {
        font-size: 19px
    }

    .maintext-block li {
        padding: 3px 0 3px 25px
    }

    .maintext-block li a {
        font-size: 14px
    }

    .subtext-block {
        font-size: 16px;
        padding: 10px 15px
    }

    .maintext-block li:before {
        top: 4px;
        width: 15px;
        height: 15px;
        background: url(https://www.ascendfootandankle.com/templates/theme/images/bullet.png)no-repeat center;
        background-size: cover
    }

    .loc h2 {
        font-size: 34px
    }

    .loc .phone {
        font-size: 23px
    }

    .loc .shedule {
        font-size: 17px
    }

    .one .address {
        width: 100%
    }
}

@media only screen and (max-width:1150px) {
    .topmenu li a,span.nav-header,span.span-separator {
        font-size: 17px;
        padding: 6px
    }
}

@media only screen and (max-width:1150px) {
    .topline {
        margin-bottom: 5px
    }

    .topmenu li a,span.nav-header,span.span-separator {
        font-size: 15px
    }

    .top-right {
        text-align: right
    }

    .maintext-block {
        margin-top: 0;
        padding: 10px
    }

    .service-inner {
        width: 260px;
        height: 173px
    }

    .connect-block h3 {
        padding: 15px 0;
        margin: 0;
        display: block
    }

    .connect-block .social-btns {
        padding: 0 0 20px 0
    }

    .logo-footer {
        max-width: 330px
    }
}

@media only screen and (max-width:1110px) {
    .top-right {
        margin: 3px 10px 0 auto
    }

    .top-button {
        font-size: 16px
    }

    nav .social-btns {
        margin-top: 1px
    }

    .topmenu {
        margin: -3px auto 0 auto
    }

    .topmenu li a,span.nav-header,span.span-separator {
        font-size: 14px;
        padding: 6px 4px
    }

    .topmenu li.parent:after {
        top: 12px;
        border-top: 3px solid #229eae;
        border-right: 3px solid transparent;
        border-left: 3px solid transparent
    }

    .top-phone,.top-phone a {
        font-size: 31px
    }

    .top-phone {
        margin: -2px 10px 0 0
    }

    .top-loc {
        font-size: 14px
    }

    .inner-logo {
        max-width: 25%
    }

    .maintext-block h2 {
        font-size: 17px
    }

    .maintext-block li {
        padding: 2px 0 2px 25px
    }

    .maintext-block li:before {
        top: 3px
    }

    .maintext-block-wrapper {
        top: 150px
    }

    .about-wrapper {
        display: block
    }

    .about-block .about-text {
        order: 2;
        color: #e1ebed
    }

    .about-block .doctors {
        order: 1;
        white-space: normal;
        text-align: center
    }

    .doctor a {
        font-size: 16px
    }

    .loc h2 {
        font-size: 26px
    }

    .loc .address {
        font-size: 17px
    }

    .loc .phone {
        font-size: 18px
    }

    .loc .shedule {
        font-size: 16px
    }

    .logo-footer {
        display: block;
        margin: 0 auto
    }

    .divContent {
        flex: 0 0 70%
    }

    .divRight {
        flex: 0 0 30%
    }
}

@media only screen and (min-width:1021px) {
    .slider-block {
        background: url(https://www.ascendfootandankle.com/templates/theme/images/blankSlide.webp)no-repeat center;
        background-size: cover
    }
}

@media only screen and (max-width:1020px) {
    nav .social-btns {
        margin: 1px 0 3px
    }

    .top-buttons {
        margin: 15px 0 10px
    }

    .top-button {
        font-size: 15px;
        padding: 5px 18px
    }

    .slider-block {
        background: url(https://www.ascendfootandankle.com/templates/theme/images/topbg-mob.jpg)no-repeat center;
        background-size: cover
    }

    .nivo-slider-wrapper {
        display: none
    }

    .maintext-block-wrapper {
        padding-top: 190px;
        position: relative;
        top: 0
    }

    .maintext-block {
        top: 0;
        margin: 0 auto;
        display: block;
        width: 239px
    }

    .maintext-block li {
        padding: 2px 0 2px 21px
    }

    .subtext-block {
        position: relative;
        bottom: 0;
        padding: 10px 15px;
        margin-top: 50px
    }
}

@media only screen and (max-width:930px) {
    .pe td {
        display: block
    }

    .pe ul {
        margin: 0
    }
}

@media only screen and (max-width:890px) {
    .topline {
        padding-bottom: 0
    }

    .topmenu li a,span.nav-header,span.span-separator {
        font-size: 12px
    }

    .topmenu li.parent a {
        padding: 4px 20px 4px 6px
    }

    .service-inner {
        width: 200px;
        height: 133px
    }

    .service-block .service-title {
        font-size: 15px
    }

    .table-wrap .row-item {
        align-items: flex-start;
        gap: 5px;
        flex-direction: column
    }

    .table-wrap .item-name {
        width: 100%
    }
}

@media only screen and (max-width:850px) {
    .fs-cont {
        flex-wrap: wrap;
        text-align: center
    }

    .front-service {
        max-width: 24%;
        position: relative;
        cursor: pointer;
        width: 100%;
        margin: 25px 0;
        text-align: center
    }

    .fs-cont {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center
    }
}

@media only screen and (max-width:800px) {
    body .accessib-block {
        top: 40%!important
    }

    .topline {
        margin-bottom: 19px;
        padding-bottom: 0
    }

    .topmenu {
        margin: -10px auto 0 auto
    }

    .copy-left,.copy-right {
        width: 100%;
        padding: 0;
        text-align: center
    }

    .copy-right p {
        margin-top: 0
    }
}

@media only screen and (max-width:768px) {
    .formCaption {
        width: 100%!important
    }

    input#Email,input#Your_Email {
        width: 90%!important
    }

    form#userForm textarea {
        width: 90%!important
    }
}

@media only screen and (max-width:767px) {
    body {
        font-size: 16px
    }

    .btn {
        width: 100%;
        max-width: 180px;
        border-radius: 5px;
        padding: 10px 10px;
        font-weight: 600;
        font-size: 15px
    }

    .btn-primary a {
        padding: 10px 50px
    }

    .top-right {
        margin: 0 auto;
        text-align: center;
        align-items: flex-start;
        padding: 5px 0 8px
    }

    .top-loc {
        margin-right: 0
    }

    .mobile-logo {
        display: inline-block;
        width: 170px;
        max-width: 300px;
        padding: 5px 5px 5px 15px
    }

    .mobile-logo img {
        max-width: 100%
    }

    .inner-logo {
        display: none
    }

    .hamburger {
        display: inline-block;
        position: relative;
        z-index: 9002;
        margin: 10px 20px 10px auto
    }

    body .accessib-block {
        top: 30%!important
    }

    nav.slide {
        max-height: 3000px;
        overflow: visible;
        opacity: 1
    }

    .topmenu {
        position: fixed;
        z-index: 9001;
        top: -150%;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        background: #fff;
        transition: all .3s;
        margin: 0
    }

    .topmenu.active {
        top: 0
    }

    .topmenu ul {
        display: block;
        padding: 40px 15px 15px 15px
    }

    .topmenu li {
        display: block;
        padding: 5px
    }

    .topmenu li.parent:after {
        display: none
    }

    .topmenu li a,span.nav-header,span.span-separator {
        font-size: 15px
    }

    .topmenu li ul {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        display: block;
        background: 0 0;
        max-height: 3000px;
        overflow-y: visible;
        padding: 5px 0 0 0
    }

    .topmenu li li {
        padding: 5px 10px
    }

    nav.fixed .topmenu li ul {
        background: 0 0
    }

    .topmenu li:hover ul {
        overflow-y: visible;
        padding: 5px 0 0 0
    }

    .hamburger.hamburger--slider.is-active {
        position: fixed;
        right: 0;
        top: 15px!important
    }

    .hamburger-inner,.hamburger-inner::before,.hamburger-inner::after {
        background-color: #000
    }

    .inner-nav.slide {
        display: none
    }

    .inner-nav.slide.fixed {
        display: block
    }

    nav .content {
        display: flex
    }

    .inner-logo {
        max-width: 250px
    }

    .topline {
        margin-bottom: 0
    }

    .services-block h2 {
        font-size: 28px
    }

    .about-block h2 {
        font-size: 28px
    }

    .about-block .doctor {
        padding: 20px;
        max-width: 350px
    }

    .doctor a {
        font-size: 17px
    }

    .locations-block {
        background: url(https://www.ascendfootandankle.com/templates/theme/images/locations-bg-mob.webp)no-repeat center;
        background-size: cover
    }

    .loc {
        flex: 100%
    }

    .blogs-block h2 {
        font-size: 28px
    }

    .blogs-list li a {
        font-size: 15px
    }

    .connect-block h3 {
        font-size: 26px;
        padding: 15px;
        margin: 0 auto;
        display: block
    }

    footer {
        padding-bottom: 80px
    }

    footer .content {
        text-align: left
    }

    .logo-footer {
        display: block;
        vertical-align: top;
        padding: 30px 0 15px;
        max-width: 90%
    }

    .copy-left,.copy-right {
        font-size: 12px
    }

    footer h4 {
        font-size: 14px
    }

    .quick-links-block li a,.quick-links-block li {
        font-size: 14px;
        line-height: 18px
    }

    .bottom-loc-block {
        font-size: 14px;
        line-height: 18px
    }

    .scroll-to-top {
        width: 45px;
        bottom: 15px;
        left: 15px
    }

    .rabutton {
        max-width: 250px;
        bottom: 15px
    }

    .rabutton .buttonrs {
        min-width: 250px;
        font-size: 15px
    }

    .rabutton .buttonrs::before {
        min-width: calc(234px + 16px);
        min-height: calc(36px + 9px)
    }

    .inner-pages .page-header h2 {
        font-size: 28px
    }

    .one {
        float: none;
        width: 100%;
        padding-right: 0
    }

    .two {
        float: none;
        width: 100%;
        margin-bottom: 20px
    }

    .divContent {
        flex: 0 0 70%
    }

    .divRight {
        flex: 0 0 30%
    }
}

@media only screen and (max-width:730px) {
    img.pe,img.se,img.np {
        float: none!important;
        margin: 0 0 10px 0!important;
        max-width: 100%;
        height: auto
    }
}

@media only screen and (max-width:720px) {
    .front-service img {
        height: 75px;
        width: auto
    }

    .front-service p {
        width: 75px;
        color: #fff;
        font-size: 18px;
        font-weight: 900;
        text-align: center;
        font-family: "Lato",sans-serif;
        position: absolute;
        visibility: hidden;
        top: 50%;
        left: 50%;
        margin: 0;
        transform: translate(-50%,-50%)
    }
}

@media only screen and (max-width:630px) {
    nav .fb-wrap {
        width: 30px;
        height: 30px
    }

    nav .fb-wrap iframe,nav .fb-wrap .fb-like {
        width: 30px!important;
        height: 30px!important;
        overflow: hidden
    }

    nav .social-btns {
        margin: 2px 0 3px
    }

    .social-btn img {
        height: 30px;
        width: auto
    }

    .inner-pages .doctor {
        float: none;
        text-align: center;
        margin: 0 auto 10px auto
    }
}

@media only screen and (max-width:590px) {
    .divContent,.divRight {
        flex: 0 0 100%
    }

    .divRight .moduletable {
        padding-left: 5px
    }
}

@media only screen and (max-width:550px) {
    .slider-block {
        background: url(https://www.ascendfootandankle.com/templates/theme/images/topbg-mob.webp)no-repeat center;
        background-size: cover
    }

    .locations-block {
        background: url(https://www.ascendfootandankle.com/templates/theme/images/locations-bg-mob.webp)no-repeat center;
        background-size: cover
    }

    .locations-block .content {
        display: block;
        flex: auto;
        text-align: center
    }

    .loc {
        margin: 10px auto
    }

    .loc h2 {
        font-size: 23px
    }

    .loc .address {
        font-size: 16px
    }

    .loc .phone {
        font-size: 18px
    }

    .loc .shedule {
        font-size: 16px
    }

    .logo-footer {
        display: block;
        margin: 0 auto
    }

    .connect-block .social-btn {
        font-size: 12px;
        padding: 5px 6px 3px 26px
    }

    .connect-block .fb-wrap {
        width: 72px
    }

    .connect-block .fb-ico {
        background: url(https://www.ascendfootandankle.com/templates/theme/images/fb-ico.png)#229eae no-repeat 5px center
    }

    .connect-block .fb-wrap:hover .fb-ico {
        background: url(https://www.ascendfootandankle.com/templates/theme/images/fb-ico.png)no-repeat 5px center
    }

    .connect-block .twit-ico {
        background: url(https://www.ascendfootandankle.com/templates/theme/images/twit-ico.png)#229eae no-repeat 5px center
    }

    .connect-block .twit-ico:hover {
        background: url(https://www.ascendfootandankle.com/templates/theme/images/twit-ico.png)no-repeat 5px center
    }

    .connect-block .goog-ico {
        background: url(https://www.ascendfootandankle.com/templates/theme/images/goog-ico.png)#229eae no-repeat 5px center
    }

    .connect-block .goog-ico:hover {
        background: url(https://www.ascendfootandankle.com/templates/theme/images/goog-ico.png)no-repeat 5px center
    }

    .offices-block {
        display: block
    }

    tbody#rsform_3_page_0 td,tbody#rsform_4_page_0 td {
        display: block
    }

    textarea#Message,tbody#rsform_4_page_0 textarea {
        width: 90%;
        display: block
    }

    .rsform-input-box {
        width: 65%!important;
        display: block
    }

    table#cal4_0 tbody td {
        display: table-cell
    }

    .office {
        padding-right: 10px;
        margin-bottom: 25px
    }

    .bottom-loc-block {
        padding: 30px 0 0 30px
    }
}

.activeFeedbackField {
display: inline-block;
position: relative;
Width:0;
Overflow:hidden;
}

.activeFeedbackField input{
Position:absolute;
Left:10px;
}

.activeFeedbackDescription {
padding-top: 5px;
margin: 0;
}
}
