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

body {
    overflow-x: hidden
}

a {
    text-decoration: none
}

.clear {
    clear: both
}

a img {
    border: 0
}

.topmenu ul,form {
    padding: 0;
    margin: 0
}

.btn,.content {
    width: 100%;
    box-sizing: border-box
}

.content {
    margin: 0 auto;
    text-align: left;
    max-width: 1300px;
    padding: 0 15px
}

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

.btn-primary {
    background: #7ea1b5;
    color: #fff;
    border-color: #7ea1b5
}

.btn-primary a,.topmenu li li a {
    color: #fff
}

.btn-primary:hover {
    background: 0 0;
    color: #7ea1b5
}

.btn-primary:hover a,.connect-block .twit-ico:hover a {
    color: #7ea1b5
}

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

.table-row {
    display: table-row
}

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

.table-cell.space {
    padding-left: 7px
}

nav,nav.slide {
    background: #2e2e2e;
    box-shadow: 0 3px 3px rgba(0,0,0,.2)
}

nav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
    transition: all .3s
}

#homepage nav {
    background: 0 0;
    position: absolute
}

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

nav.slide {
    position: fixed;
    opacity: 0;
    max-height: 0;
    overflow: hidden
}

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

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

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

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

.nav-header {
    margin-right: 7px
}

.topmenu {
    margin: 0 10px 0 auto
}

.topmenu ul {
    display: flex
}

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

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

.nav-header,.topmenu li a {
    font-family: "Cabin",sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    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: #fff;
    background: 0 0
}

.topmenu li a:hover,.topmenu li li.active a,.topmenu li.active a,.topmenu li.active li a:hover {
    background: #fd971d;
    background: -moz-linear-gradient(top,#fd971d 0,#f9af60 100%);
    background: -webkit-linear-gradient(top,#fd971d 0,#f9af60 100%);
    background: linear-gradient(to bottom,#fd971d 0,#f9af60 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd971d', endColorstr='#f9af60',GradientType=0 );
    color: #fff
}

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

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

.topmenu li ul,footer,nav.fixed .topmenu li ul {
    background: #3a3d3e
}

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

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

.topmenu li li:last-child {
    margin-bottom: 10px
}

.inner-nav.slide {
    display: none
}

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

.top-right {
    display: flex;
    white-space: nowrap;
    align-items: center;
    text-align: right;
    margin: 0 0 0 auto
}

.toploc {
    font-family: "Roboto",sans-serif;
    display: flex;
    align-items: flex-end;
    color: #000;
    font-size: 20px;
    line-height: 21px;
    margin-left: 20px;
    font-weight: 500
}

.toploc div {
    line-height: 23px
}

.toploc a {
    margin-left: 5px;
    font-size: 26px;
    line-height: 26px;
    color: #b1953a;
    text-decoration: none;
    font-weight: 500
}

.topline {
    background: #fff;
    align-items: center;
    padding: 5px 15px;
    border-bottom: 1px solid #b1953a
}

.topbuttons,.topline,nav .social-btns {
    display: flex
}

nav .fb-wrap,nav .social-btn {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

nav .social-btn {
    cursor: pointer;
    transition: all .3s
}

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

nav .fb-wrap {
    position: relative;
    width: 32px;
    height: 32px;
    white-space: nowrap
}

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

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

.topbuttons {
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    gap: 10px
}

.topbutton {
    color: #fff;
    font-weight: 900;
    border: 2px solid #fd971d;
    padding: 4px 15px;
    border-radius: 3px;
    text-align: center;
    margin: 1px 0 2px;
    background: #fd971d
}

.topbutton:hover {
    color: #fd971d;
    border: 2px solid #fd971d;
    background: 0 0
}

.topbutton.ru {
    border: 2px solid #2f9b32;
    background: #2f9b32
}

.topbutton.ru:hover {
    color: #2f9b32;
    background: 0 0
}

.hamburger {
    display: none
}

.translate,nav p {
    display: inline-block
}

.translate {
    margin: auto
}

.slider-block {
    text-align: center;
    position: relative;
    max-height: 900px;
    overflow: hidden
}

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

.maintext-block,.subtext-block {
    text-align: center;
    position: absolute;
    z-index: 11;
    background: rgba(4,4,4,.38)
}

.maintext-block {
    top: 260px;
    left: 100px;
    width: 490px;
    padding: 0 0 20px 10px
}

.about-block h2,.doctors-block h2,.maintext-block h1 {
    font-size: 34px;
    color: #fff;
    font-weight: 400;
    font-family: "Cabin",sans-serif
}

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

.blogs-list li,.maintext-block li {
    list-style: none;
    display: block;
    position: relative
}

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

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

.maintext-block li,.maintext-block li a {
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    font-family: "Cabin",sans-serif;
    text-decoration: none;
    text-transform: uppercase
}

.blogs-list li a:hover,.copy-left a:hover,.copy-right a:hover,.maintext-block li a:hover,.quick-links-block li a:hover {
    text-decoration: underline
}

.subtext-block {
    font-family: "Roboto",sans-serif;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    box-sizing: border-box;
    padding: 15px 0
}

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

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

.about-block {
    background: #f4f4f4
}

.about-block h2,.doctors-block h2 {
    font-size: 48px;
    text-align: center;
    color: #b1953a;
    padding-bottom: 20px;
    margin: 0 auto 20px;
    position: relative
}

.page-header h1::after, .about-block h2::after,.doctors-block h2::after,.inner-pages .page-header h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 5px;
    background-color: #7ea1b5
}

.about-box p {
    color: #fff;
    text-align: left
}

.about-block .image {
    float: left;
    padding: 0 15px 15px 0;
    box-sizing: border-box;
    max-width: 34%;
    text-align: center
}

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

.about-block,.doctors-block {
    padding: 50px 0
}

.about-block a {
  	color: #b69440;
	}

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

.doctors-block h2 {
    font-size: 44px
}

.doctors-block .doctor {
    display: inline-block;
    padding: 15px;
    box-sizing: border-box;
    max-width: 24%
}

.doctor a,.loc h2 {
    font-size: 20px;
    color: #7ea1b5;
    font-weight: 700
}

.doctors-block .doctor img {
    transition: all .3s
}

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

.inner-pages .moduletabledoctorsp {
    text-align: center;
    max-width: 520px;
    margin: 0 auto
}

.locations-block {
    background: url(https://www.swpfa.com/templates/theme/images/locations-bg.jpg)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: rgba(255,255,255,.2);
    text-align: center
}

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

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

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

.loc .shedule {
    margin: 15px auto 0;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-align: left
}

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

.blogs-block h2,.loc span {
    display: block;
    margin: 5px auto;
    color: #fff
}

.loc .btn {
    margin: 20px auto 10px;
    padding: 13px;
    border-radius: 10px
}

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

.blogs-block,.blogs-block .content,.loc .btn {
    text-align: center
}

.blogs-block h2 {
    font-size: 48px;
    font-weight: 500;
    margin: 10px 0
}

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

.blogs-list li {
    padding: 8px 0 8px 15px
}

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

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

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

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

.blogs-block h2,.connect-block .content,footer .content {
    text-align: center
}

.connect-block h3,footer h4 {
    font-weight: 400;
    color: #b1953a
}

.connect-block h3 {
    font-family: "Cabin",sans-serif;
    font-size: 44px;
    text-align: center;
    padding: 30px;
    margin: 0
}

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

.connect-block .social-btn {
    font-size: 14px;
    color: #fff;
    height: 26px;
    padding: 3px 15px 3px 35px;
    box-sizing: border-box;
    border: 1px solid #7ea1b5;
    cursor: pointer;
    transition: all .3s;
    margin: 0 2px
}

.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.swpfa.com/templates/theme/images/fb-ico.png)#7ea1b5 no-repeat 10px center;
    position: absolute;
    left: 0
}

.connect-block .fb-wrap:hover .fb-ico {
    background: url(https://www.swpfa.com/templates/theme/images/fb-ico.png)#fff no-repeat 10px center;
    color: #7ea1b5
}

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

.connect-block .twit-ico:hover {
    background: url(https://www.swpfa.com/templates/theme/images/twit-ico.png)#fff no-repeat 10px center;
    color: #7ea1b5
}

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

.connect-block .goog-ico:hover {
    background: url(https://www.swpfa.com/templates/theme/images/goog-ico.png)#fff no-repeat 10px center;
    color: #7ea1b5
}

.bot-social-btns,.bot-social-btns div {
    display: inline-block;
    vertical-align: middle
}

.bot-social-btns {
    padding: 0 15px
}

.bot-social-btns div {
    height: 45px;
    width: 45px;
    box-sizing: border-box;
    border: 1px solid #7ea1b5;
    cursor: pointer;
    transition: all .3s;
    margin: 0 2px
}

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

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

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

.logo-footer {
    display: block;
    padding: 30px;
    max-width: 700px;
    margin: 0 auto
}

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

footer h4 {
    font-size: 18px;
    margin-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 {
    color: #d1d1d0;
    font-size: 18px;
    line-height: 25px;
    text-decoration: none
}

.quick-links-block ul ul {
    margin: 0 0 0 5px
}

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

.white-text {
    color: #fff
}

.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-right {
    text-align: right;
    float: right
}

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

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

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

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

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

.social-btns a {
    color: #fff
}

.social-btns a:hover,h2.latestItemTitle a {
    color: #7ea1b5
}

.doctor-popup {
    text-align: center
}

.doctor-popup p,.inner-pages .page-header h1,.inner-pages .page-header h2 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 auto 20px;
    color: #b1953a
}

.doctor-wrap {
    display: flex;
    justify-content: space-between
}

.doctor-item {
    display: flex;
    align-items: center;
    max-width: 45%
}

.doctor-item a {
    font-size: 18px;
    color: #7ea1b5;
    font-weight: 500
}

.doctor-item img {
    margin-bottom: 10px
}

.inner-pages {
    background: #fff;
    padding-bottom: 30px
}

.inner-pages a {
    color: #47555d
}

.inner-pages a:hover {
    border-bottom: 1px solid #b3973f
}

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

#one,#two,.inner-pages .page-header {
    margin-bottom: 20px
}

.inner-pages .page-header h1, .inner-pages .page-header h2 {
    font-family: "Cabin",sans-serif;
    font-size: 48px;
    text-align: center;
    font-weight: 400;
    padding: 20px 0;
    position: relative
}

#one,#two {
    width: 49%
}

#one {
    float: left;
    padding-right: 2%
}

#two {
    float: right
}

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

#address,.office-text {
    float: left;
    width: 45%;
    margin-bottom: 20px
}

#hours,#week {
    float: left;
    width: 105px;
    margin-bottom: 0
}

#hours {
    width: 160px
}

.office-text {
    width: 185px;
    text-align: center;
    margin-top: 2px
}

.coloredtext.semi,.inner-wrap h2 {
    font-weight: 500
}

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

body#homepage .content h,div.itemToolbar,div.latestItemsCategory h2 {
    display: none
}

#k2Container {
    padding-top: 30px
}

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

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

.clearList,div.genericItemReadMore {
    display: none!important
}

.inner-wrap {
    padding: 50px 2% 100px;
    text-align: center
}

.inner-wrap h2 {
    font-size: 44px;
    margin: 0 auto
}

.inner-wrap h5 {
    margin: 25px auto
}

.google-review {
    margin-top: 60px
}

.google-review img:hover,.thumbs-wrap .item:hover {
    transform: scale(1.02);
    transition: all 300ms ease
}

.thumbs-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 2% 100px
}

.thumbs-wrap .item {
    margin: 0 20px;
    max-width: 300px
}

.thumbs-wrap .item img {
    width: 100%
}

.thumbs-wrap .item span {
    font-size: 23px;
    margin-bottom: 20px;
    display: block;
    font-weight: 600
}

.inner-pages .doctor {
    float: right;
    margin: 0 0 10px 10px;
    font-size: 20px;
    color: #7ea1b5;
    font-weight: 700;
    text-align: center;
    height: auto;
    width: 250px
}

.inner-pages .doctor img {
    margin-bottom: 10px
}

.osmap-sitemap .even {
    padding: 2px 0
}

.formTableLayout {
    margin: 0 auto
}

.formTableLayout button#Send {
    background: #7ea1b5;
    color: #fff;
    padding: 5px 30px;
    border-radius: 5px;
    font-size: 19px;
    font-weight: 400;
    font-family: "Lato",sans-serif;
    border: 2px solid transparent
}

.formTableLayout button#Send:hover {
    background: 0 0;
    color: #7ea1b5;
    border: 2px solid;
    cursor: pointer
}

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

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

.pe ul {
    margin: 0
}

.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,footer h4 {
    padding-top: 0
}

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

div.k2ArchivesBlock li a {
    color: #7ea1b5;
    font-weight: 500
}

@media only screen and (max-width:1600px) {
    .locations-block .content {
        flex-wrap: wrap
    }

    .loc {
        flex: 0 0 45%;
        margin-bottom: 40px
    }
}

@media only screen and (max-width:1440px) {
    .toploc {
        font-size: 18px
    }

    .toploc a {
        font-size: 22px
    }

    .maintext-block {
        width: 485px
    }

    .maintext-block h1 {
        font-size: 32px;
        margin: 20px 0 10px
    }

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

    .maintext-block li {
        padding: 3px 0 3px 35px;
        font-size: 19px
    }

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

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

@media only screen and (max-width:1315px) {
    .top-right {
        flex-wrap: wrap;
        align-items: flex-end;
        flex-direction: row-reverse
    }

    .toploc {
        flex: 0 0 32%
    }

    .topbuttons {
        margin: 0 auto;
        padding: 5px 0;
        flex-wrap: wrap;
        flex: 0 0 29%;
        justify-content: center
    }
}

@media only screen and (max-width:1250px) {
    .loc h2 {
        font-size: 34px
    }

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

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

    .loc span {
        font-size: 16px
    }

    #address {
        width: 100%
    }

    .office-wrap {
        width: 300px;
        float: left
    }
}

@media only screen and (max-width:1200px) {
    .topbutton {
        padding: 5px 10px
    }
}

@media only screen and (max-width:1180px) {
    .topbuttons {
        margin: 0 auto;
        padding: 5px 0;
        flex-wrap: wrap;
        flex: 0 0 29%;
        justify-content: center
    }
}

@media only screen and (max-width:1165px) {
    .maintext-block {
        top: 220px
    }
}

@media only screen and (max-width:1150px) {
    .top-right {
        text-align: right
    }

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

    .topmenu li.parent:after {
        top: 11px
    }

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

    .bot-social-btns {
        display: none
    }

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

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

@media only screen and (max-width:1080px) {
    .topmenu {
        margin: 10px auto
    }

    .maintext-block li a,.nav-header,.topmenu li a {
        font-size: 14px
    }

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

    .maintext-block {
        top: 195px;
        width: 360px
    }

    .maintext-block h1 {
        font-size: 24px;
        margin: 15px 0 10px
    }

    .maintext-block li {
        padding: 3px 0 3px 25px;
        font-size: 14px
    }

    .maintext-block li:before {
        width: 17px;
        height: 17px
    }

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

    .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
    }

    .loc span {
        font-size: 15px
    }

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

    .divContent {
        flex: 0 0 70%
    }

    .divRight {
        flex: 0 0 30%
    }
}

@media only screen and (max-width:1000px) {
    #homepage nav {
        background: #2e2e2e;
        position: relative
    }

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

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

    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
    }

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

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

    .topmenu li a {
        font-size: 15px
    }

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

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

    .topmenu li li a {
        color: #000
    }

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

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

    .topmenu li li:last-child {
        margin-bottom: 0
    }

    .top-right {
        text-align: left;
        align-items: flex-start;
        padding: 2px 0 0
    }

    nav .content {
        display: flex
    }

    .maintext-block {
        top: 110px
    }

    .hamburger--slider.is-active .hamburger-inner {
        transform: translate3d(0,10px,0) rotate(45deg);
        position: fixed;
        top: 25px
    }
}

@media only screen and (max-width:930px) {
    .quick-links-block li a,footer h4 {
        font-size: 16px
    }

    .office {
        padding-right: 20px
    }

    .bottom-loc-block {
        font-size: 15px;
        line-height: 20px
    }
}

@media only screen and (max-width:890px) {
    .toploc a {
        font-size: 24px;
        line-height: 24px
    }

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

    .maintext-block {
        width: 305px;
        left: 80px;
        top: 23%
    }

    .maintext-block h1 {
        font-size: 20px
    }

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

    .maintext-block li:before {
        width: 12px;
        height: 12px;
        top: 3px
    }

    .pe td {
        display: block
    }

    .pe ul {
        margin: 0
    }
}

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

    .maintext-block {
        top: 18%
    }
}

@media only screen and (max-width:768px) {
    nav .content {
        flex-direction: column
    }

    .hamburger {
        display: inline-block;
        margin: -36px 10px 13px auto;
        width: 40px
    }

    .top-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto
    }

    .topbuttons {
        padding: 15px 0
    }

    #address {
        float: left;
        width: 100%
    }

    .pe td {
        padding-right: 1px
    }

    .offices-block {
        display: flex;
        flex-wrap: wrap
    }

    .office {
        padding-right: 0;
        flex: 0 0 45%;
        margin-bottom: 20px
    }

    .bottom-loc-block {
        max-width: 450px
    }
}

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

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

    .topbuttons {
        display: inline-flex
    }

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

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

    .nivo-slider-wrapper,.slider-block video {
        display: none
    }

    .maintext-block {
        padding-top: 1px;
        position: relative;
        top: 0;
        margin: 50px auto 40px;
        left: 0
    }

    .subtext-block {
        position: relative;
        bottom: 0;
        padding: 13px 15px 15px
    }

    .about-block h2,.blogs-block h2,.doctors-block h2,.inner-pages .page-header h2 {
        font-size: 28px
    }

    .about-block .image {
        float: none;
        padding: 0;
        margin: 0 auto;
        max-width: 350px
    }

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

    .doctor a {
        font-size: 17px
    }

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

    .loc {
        flex: 100%
    }

    .loc .btn {
        margin: 20px auto 10px
    }

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

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

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

    footer .content {
        text-align: left
    }

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

    .copy-left,.copy-right {
        float: left;
        padding: 15px 30px;
        font-size: 12px
    }

    footer h4 {
        font-size: 14px
    }

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

    .scroll-to-top {
        width: 30px;
        bottom: 15px;
        right: 15px
    }

    #one,#two {
        float: none;
        width: 100%
    }

    #one {
        padding-right: 0
    }

    #two {
        margin-bottom: 20px
    }

    .divContent {
        flex: 0 0 70%
    }

    .divRight {
        flex: 0 0 30%
    }
}

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

@media only screen and (max-width:700px) {
    .copy-left,.copy-right {
        float: none;
        padding: 0 2% 10px;
        width: 95%;
        text-align: center
    }
}

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

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

    .social-btn img {
        height: 30px
    }

    .toploc {
        margin-left: 0
    }
}

@media only screen and (max-width:630px) {
    .inner-pages .doctor {
        float: none;
        text-align: center;
        margin: 0 auto 10px
    }
}

@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) {
    .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 {
        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.swpfa.com/templates/theme/images/fb-ico.png)#7ea1b5 no-repeat 5px center
    }

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

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

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

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

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

    .logo-footer,.offices-block,tbody#rsform_3_page_0 td,tbody#rsform_4_page_0 td {
        display: block
    }

    .inner-pages .doctor {
        float: none;
        margin: 0 auto 10px;
        height: auto;
        width: 100%
    }

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

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

    #cal4_0Container td {
        display: table-cell!important
    }

    img.pe {
        margin: 0 10px!important;
        float: none!important
    }
}

@media only screen and (max-width:440px) {
    .inner-logo {
        max-width: 250px;
        margin: 0 auto 0 0
    }

    img.pe,img.se {
        margin: 0 0 5px!important;
        max-width: 100%;
        float: none!important
    }
}

/*--- faq-block start ---*/
.faq-block {
    background-image: url(https://www.swpfa.com/images/slide18.jpg);
    background-size: cover;
}
.module-half-bg {
    padding-top: 5%;
    padding-bottom: 9%;
    background-color: rgba(0,0,0,0.7);
}
.faq-block .moduletable {
    padding: 0 15px;
}
.faq-block h4 {
    margin-top: 8px;
    margin-bottom: 30px;
    color: #eef2f1;
    font-size: 26px;
    text-align: center;
}
.item-question-icon {
    position: absolute;
    height: 16px;
    width: 16px;
    top: 50%;
    right: 24px;
    margin-top: -8px;
    opacity: 0.8;
    border: none;
    cursor: pointer;
    transition: 0.2s;
    background: transparent;
    outline: none;
    pointer-events: none;
}

@media screen and (min-width: 800px) {
.faq-block .moduletable {
    width: 60%;
    margin: 0 auto;
}
.faq-block h4 {
	margin-top: 0;
    margin-bottom: 54px;
    font-size: 40px;
}
}
@media screen and (max-width: 799px) {
.jeAcc-title {
    font-size: 18px;
	line-height: 18px;
}
.jeAcc-content {
    font-size: 16px;
}
}
/*--- faq-block end ---*/


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

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

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


ul.list-unstyled.list-inline
 {
    padding: 0;
}
.rsblog-main-containerbfa.rsblog-default, .rsblog-post {
    margin-top: 64px;
}}
