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

body {
    overflow-x: hidden
}

a {
    text-decoration: none
}

.clear {
    clear: both
}

button,input,textarea {
    outline: 0
}

a img {
    border: 0
}

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: 5px;
    padding: 13px;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    border: 2px solid transparent;
    transition: all .3s;
    cursor: pointer
}

.btn-primary {
    background: #76c5d5;
    color: #fff;
    border-color: #76c5d5
}

.btn-primary a {
    color: #fff
}

.btn-primary:hover {
    background: 0 0;
    color: #76c5d5
}

.btn-primary:hover a {
    color: #76c5d5
}

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

.table-row {
    display: table-row
}

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

.topmenu li ul,nav {
    left: 0;
    background: #f8f8f8
}

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

nav.fixed {
    position: fixed;
    box-shadow: 0 3px 3px rgba(0,0,0,.2)
}

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

.inner-logo {
    width: 434px;
    padding: 5px 0 0 5px;
    display: inline-block;
    vertical-align: middle
}

.inner-logo img,nav {
    width: 100%
}

.topmenu {
    margin: 0 0 0 auto;
    padding-bottom: 10px;
    flex-grow: 13;
    align-items: center;
    justify-content: center;
    text-align: center
}

.topmenu ul {
    padding: 0;
    display: flex;
    text-align: center;
    max-width: 970px;
    margin: 0 0 0 20%
}

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

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

.topmenu li a,span.nav-header,span.separator {
    text-decoration: none;
    font-size: 19px;
    color: #232323;
    transition: all .3s;
    white-space: nowrap
}

.topmenu li.active li a {
    color: #232323;
    display: block;
    width: 100%
}

.topmenu li a:hover,.topmenu li.active a {
    color: #074075
}

.topmenu li li.active a,.topmenu li.active li a:hover,h2.latestItemTitle a {
    color: #76c5d5
}

.topmenu li ul {
    position: absolute;
    top: 100%;
    width: 200px;
    display: block;
    max-height: 0;
    overflow-y: hidden;
    transition: all .2s;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2)
}

nav.fixed,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 15px
}

.topmenu li li:last-child {
    border-bottom: 5px #76c5d5 solid
}

.top-right {
    background: #586064;
    align-items: center;
    display: flex;
    padding: 0 15px;
    white-space: nowrap;
    display: none
}

.top-phone {
    line-height: 35px;
    margin: 17px 7%0 0;
    display: inline-flex!important;
    flex-grow: 5;
    align-items: center;
    justify-content: center
}

.top-phone a {
    color: #76c5d5;
    font-size: 32px;
    font-weight: 700
}

.top-location {
    display: inline-block;
    vertical-align: top;
    color: #76c5d5;
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    margin-left: 7px
}

nav .social-btns {
    float: right;
    padding: 10px 15px 25px 0
}

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

nav .social-btn {
    cursor: pointer;
    transition: all .3s;
    margin: 0 1px
}

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

nav .fb-wrap {
    position: relative;
    width: 46px;
    height: 46px;
    white-space: nowrap;
    margin: 0 2px
}

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

.hamburger {
    display: none
}

nav p {
    display: inline-block
}

.slider-block,.slider-block .content {
    text-align: center
}

.mobile-slide {
    display: none
}

.nivo-caption {
    background: rgba(0,0,0,.7);
    padding: 0;
    opacity: 1
}

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

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

.maintext-block-serv {
    display: inline-block;
    padding: 15px;
    background: rgba(0,0,0,.7);
    margin-top: 0;
    float: left;
    text-align: left
}

.maintext-block-serv h1 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 10px
}

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

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

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

.maintext-block-serv li a {
    font-weight: 500
}

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

.blogs-list ul,.maintext-block {
    display: inline-block;
    margin: 0 auto
}

.maintext-block {
    text-align: center;
    padding-bottom: 10px
}

.maintext-block h1,.maintext-block h3 {
    font-weight: 400;
    color: #fff;
    font-family: "Cabin",sans-serif
}

.maintext-block h1 {
    font-size: 26px;
    margin-bottom: 5px
}

.maintext-block h3 {
    font-size: 24px;
    margin-top: 10px
}

.services-block {
    display: flex
}

.services-item {
    height: 470px;
    padding: 25px;
    display: flex;
    flex: 1;
    align-items: flex-end;
    text-align: center;
    transition: all .3s
}

.services-item.item1 {
    background: url(https://www.boyntonpodiatry.com/templates/theme/images/service1.jpg)no-repeat center;
    background-size: auto 100%
}

.services-item.item2 {
    background: url(https://www.boyntonpodiatry.com/templates/theme/images/service2.jpg)no-repeat center;
    background-size: auto 100%
}

.services-item.item3 {
    background: url(https://www.boyntonpodiatry.com/templates/theme/images/service3.jpg)no-repeat center;
    background-size: auto 100%
}

.services-item.item4 {
    background: url(https://www.boyntonpodiatry.com/templates/theme/images/service4.jpg)no-repeat center;
    background-size: auto 100%
}

.services-item.item5 {
    background: url(https://www.boyntonpodiatry.com/templates/theme/images/service5.jpg)no-repeat center;
    background-size: auto 100%
}

.services-item.item6 {
    background: url(https://www.boyntonpodiatry.com/templates/theme/images/service6.jpg)no-repeat center;
    background-size: auto 100%
}

.services-item:hover {
    background-size: auto 120%
}

.services-item a {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-top: 5px solid rgba(255,255,255,.5);
    border-bottom: 5px solid rgba(255,255,255,.5);
    color: #fff;
    font-size: 24px;
    text-decoration: none
}

/* Banner Block */
.custom-orthotic-banner {
    margin: 0 auto;
    padding: 30px 15px;
    box-sizing: border-box;
    background-color: #E0E0E0;
}
 
.custom-orthotic-banner a {
    display: flex;
    justify-content: center;
    transition: all 0.3s;
}
 
.custom-orthotic-banner a:hover {
    transform: scale(1.02);
}
 
.custom-orthotic-banner img {
    width: auto;
    max-width: 100%;
    height: auto;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
}
 
.custom-orthotic-banner img.mob {
    display: none;
}

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

.about-block .content,.services-item a {
    text-align: center
}

.about-box {
    padding: 25px;
    margin: 0 auto;
    background: rgba(0,0,0,.7);
    box-shadow: 3px 3px 5px rgba(0,0,0,.4);
    font-size: 18px
}

.about-box a {
    color: #8bdcec
}

.about-box h2,.about-box h3,.doctors-box h2 {
    font-weight: 700;
    color: #fff;
    font-size: 44px;
    text-align: center;
    margin: 0
}

.about-box h3,.doctors-box h2 {
    color: #8bdcec;
    font-size: 30px;
    margin: 15px auto
}

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

.doctors-block {
    padding: 50px 0
}

.doctors-block .content {
    text-align: center;
    max-width: 100%
}

.doctors-box {
    max-width: 1180px;
    margin: 0 auto;
    background: #f4f4f4;
    padding: 25px
}

.doctors-box h2 {
    font-size: 44px;
    margin: 0
}

.doctors-box .doctor {
    display: inline-block;
    padding: 30px;
    box-sizing: border-box;
    max-width: 32%;
    transition: all .3s
}

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

.doctor a,.loc-box h2 {
    font-size: 20px;
    color: #44aec3;
    font-weight: 700
}

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

.locations-block {
    display: flex;
    flex: 1 1;
    background: #f1f9fb
}

.loc-box {
    display: flex;
    align-items: stretch;
    flex: 1;
    max-width: 1270px;
    margin: 0 auto
}

.loc-info {
    flex: 45%;
    padding: 25px;
    background: #f1f9fb;
    box-sizing: border-box;
    white-space: nowrap
}

.loc-box h2 {
    color: #76c5d5;
    font-size: 44px;
    margin: 0
}

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

.loc-box .phone {
    font-size: 26px;
    font-weight: 500
}

.loc-box .shedule {
    margin-top: 15px;
    font-size: 20px;
    color: #76c5d5;
    font-weight: 500
}

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

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

.map {
    flex: 55%
}

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

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

.blogs-block h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 300;
    display: block;
    margin: 10px 0
}

.blogs-list ul {
    padding: 0;
    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,.maintext-block-serv li a {
    color: #fff;
    text-decoration: none;
    font-size: 22px
}

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

.connect-block {
    background: #fff
}

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

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

.connect-block h3 {
    font-size: 36px;
    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: #074075;
    height: 26px;
    padding: 3px 15px 3px 35px;
    box-sizing: border-box;
    border: 1px solid #76c5d5;
    cursor: pointer;
    transition: all .3s;
    margin: 0 2px
}

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

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

.connect-block .fb-wrap:hover .fb-ico {
    background: url(https://www.boyntonpodiatry.com/templates/theme/images/fb-ico.png)#76c5d5 no-repeat 10px center
}

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

.connect-block .twit-ico:hover {
    background: url(https://www.boyntonpodiatry.com/templates/theme/images/twit-ico.png)#76c5d5 no-repeat 10px center
}

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

.connect-block .goog-ico:hover {
    background: url(https://www.boyntonpodiatry.com/templates/theme/images/goog-ico.png)#76c5d5 no-repeat 10px center
}

.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 #76c5d5;
    cursor: pointer;
    transition: all .3s;
    margin: 0 2px
}

.bot-social-btns a {
    padding: 22px;
    display: inline-block
}

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

.bot-fb-ico:hover {
    background: url(https://www.boyntonpodiatry.com/templates/theme/images/bot-fb.png)no-repeat center #76c5d5
}

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

.bot-twit-ico:hover {
    background: url(https://www.boyntonpodiatry.com/templates/theme/images/bot-twit.png)no-repeat center #76c5d5
}

footer {
    background: #3a3d3e
}

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

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

.bottom-loc-block,.quick-links-block {
    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;
    color: #d1d1d0;
    font-size: 18px
}

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

.quick-links-block li ul {
    margin: 5px 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-box h2 p,.social-btns p,.top-phone p {
    display: inline-block;
    padding: 0;
    margin: 0
}

.inner-pages a,.social-btns a,div.k2ArchivesBlock li a {
    color: #074075
}

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

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

.inner-pages .page-header h2,body.rsform h1,body.sitemap h1,div.latestItemsCategory h2 {
    font-size: 44px;
    color: #586064;
    text-align: center;
    font-weight: 400;
    position: relative;
    margin: 0 0 20px;
    padding: 15px 0 20px
}

.inner-pages .page-header h2::after,body.rsform h1::after,body.sitemap h1::after,div.latestItemsCategory h2::after {
    content: "";
    height: 5px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0-50px;
    background: #76c5d5
}

.inner-pages .doctor {
    width: 250px;
    float: right;
    margin: 0 0 10px 10px;
    text-align: center;
    padding: 3px;
    color: #586064;
    font-weight: 700
}

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

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

div.latestItemsCategory h2 a {
    color: #586064
}

#k2Container.latestView,body#bfa #k2Container,footer h4 {
    padding-top: 0
}

#k2Container {
    padding-top: 40px
}

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

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
}

#second {
    width: 100%;
    float: left;
    margin: 10px 0 0
}

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

#two {
    width: 45%;
    float: right;
    margin-bottom: 20px
}

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

#hours,#week {
    float: left;
    width: 105px
}

#hours {
    width: 200px
}

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

#offices.images {
    margin-top: 15px;
    text-align: center
}

#offices.images img {
    margin: 5px;
    max-width: 100;
    height: auto
}

#map {
    margin: 20px 0
}

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

.formTableLayout {
    margin: 0 auto
}

.formTableLayout button#Send {
    background: #48b5c5;
    color: #fff;
    padding: 5px 20px 7px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
    font-family: "Lato",sans-serif;
    border: 2px solid transparent
}

.formTableLayout button#Send:hover {
    background: #fff;
    color: #48b5c5;
    border: 2px solid;
    cursor: pointer
}

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

.latestItemsCategory {
    float: none;
    width: 100%
}

.video-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin: 25px auto;
}
	
.video-item {
	max-width: 560px;
	width: 100%;
	text-align: center;
}


.video-item video {
	background: #000000;
	width: 100%;
	height: auto;
}

/* Landing Page */
.orthotics-lp .content {
    max-width: 100%;
    padding: 0;
}

.orthotics-lp .slider-block {
    position: relative;
	height: auto;
	background: none;
}
  
.orthotics-lp .slider-block-wrap {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	max-width: 1700px;
	width: 100%;
	margin: 0 auto;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 1640px;
	margin: 0 auto;
	padding: 30px 20px;
}

.orthotics-lp .slider-text-box {
	background-color: rgb(0 0 0 / 60%);
	padding: 30px 20px;
	border-radius: 5px;
}

.orthotics-lp .orthotics-form-wrap {
	margin-top: 44px;
}

.orthotics-lp .slider-text-box h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	margin: 0 auto 20px;
	color: #fff;  
	font-family: 'Lato', sans-serif;
}

.orthotics-lp .slider-text-box ul {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
}

.orthotics-lp .slider-text-box ul li {
	font-size: 26px;
	color: #fff;
	font-weight: 500;
	font-family: 'Lato',sans-serif;
	padding: 5px 0;
}

.orthotics-lp .wrapper {
	max-width: 1640px;
	margin: 0 auto;
	padding: 30px 20px;
	box-sizing: border-box;
	text-align: left;
}

.orthotics-lp section h2 {
	font-size: 46px;
	font-weight: 700;
	font-family: 'Lato',sans-serif !important;
	line-height: normal;
	margin: 0 !important;
}

.orthotics-lp section h3 {
	font-size: 34px;
	font-weight: 700;
	font-family: 'Lato',sans-serif !important;
	line-height: normal;
	margin: 0 auto 5px !important;
}

.orthotics-lp section p {
	font-size: 24px;
	font-family: 'Lato',sans-serif !important;
	line-height: normal;
	margin: 10px auto !important;
}

.orthotics-lp section ul {
	margin: 0;
	padding: 10px 0 10px 25px;
	list-style-type: disc;
}

.orthotics-lp section ul li {
	font-size: 24px;
	font-family: 'Lato',sans-serif !important;
	padding: 0;
	line-height: 35px;
}

/* .orthotics-lp .first-block.image .short-wrap {
	max-width: 680px;
} */

.orthotics-lp .top-block {
    margin-bottom: 10px;
}

.orthotics-lp .first-block.image .short-wrap {
	max-width: 100%;
}

.orthotics-lp .first-block .wrapper.short {
	padding: 0 20px 40px !important;
	margin-top: -20px;
	}

.orthotics-lp .blue-btn {
	box-sizing: border-box;
	display: block;
	width: 500px;
	text-align: center;
	margin: 30px auto 25px 0;
	font-size: 24px;
	background-color: #1d4f71;
	color: #fff;
	font-weight: 700;
	padding: 15px;
	border: 2px solid #000;
	border-radius: 20px;
	transition: 0.3s ease-in-out;
	}

.orthotics-lp .blue-btn:hover {
	background-color: #0f2e42;
	} 

.orthotics-lp .btn-number {
	display: block;
	font-size: 32px;
	margin: 10px auto 5px;
	}

.orthotics-lp .second-block {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	}

.orthotics-lp .first-block.image {
	position: relative;
	}

.orthotics-lp .list-image-background {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index: -1;
	}

.orthotics-lp .list-image-background img {
	width: 100%;
	height: auto;
	max-width: 1020px !important;
	}

.orthotics-lp .bg-image {
	width: calc(100% - 640px);
	background-image: url("https://www.boyntonpodiatry.com/images/custom-orthotics/foot-brace.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 620px;
	}

.orthotics-lp .blue-box {
	flex: 1 1 670px;
	max-width: 670px;
	padding: 30px;
	background-image: url("https://www.boyntonpodiatry.com/images/custom-orthotics/grid-pattern.png"),linear-gradient(270deg,rgba(2 13 215) 0%,rgb(7 163 253) 100%);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	height: 620px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	text-align: left;
	margin-left: 10px;
	}

.orthotics-lp .blue-box h2 {
	font-size: 44px;
	font-weight: 500;
	color: #fff;
	width: 100%;
	}

.orthotics-lp .blue-box h2 span {
	font-weight: 700;
	margin-right: 20px;
	}

.orthotics-lp .blue-box li {
	padding: 0;
	color: #fff;
}

.orthotics-lp .blue-box p {
	font-size: 24px;
	font-family: 'Lato',sans-serif !important;
	padding: 0;
	line-height: normal;
	display: block;
	width: 100%;
	margin: 0 !important;
	color: #fff;
}

.orthotics-lp .wrap-item-row {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 50px;
	padding: 30px;
}

.orthotics-lp .item-two-col {
	width: calc(50% - 25px);
}

.orthotics-lp .item-two-col ol {
	padding: 0;
	margin: 0;
}

.orthotics-lp .item-two-col li {
	font-size: 22px;
	padding: 10px 0;
}

.orthotics-lp .item-two-col .blue-color {
	color: #1c256e;
	font-weight: 700;
}

.orthotics-lp .heading-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.orthotics-lp .item-three-col {
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	max-width: 420px;
	height: auto;
}

.orthotics-lp .item-three-col h3 {
	font-size: 22px;
	color: #af234b;
	font-weight: 700;
	margin: 0 auto !important;
}

.orthotics-lp .item-three-col p {
	font-size: 20px;
	color: #616161;
}

.orthotics-lp .red-link {
	font-family: 'Lato',sans-serif !important;
	line-height: normal;
	color: #af234b;
	font-style: italic;
	padding: 0 0 0 3px;
	font-size: 20px;
}

.orthotics-lp .red-link:hover {
	text-decoration: underline;
}
  
.orthotics-lp .fourth-block .wrap-item-row {
	/* background-color: #f5f5f5; */
	flex-wrap: wrap;
	margin-top: 20px;
}

.orthotics-lp .fourth-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.orthotics-lp .fourth-block ul li {
    font-size: 24px;
    font-family: 'Lato',sans-serif !important;
    padding: 10px 0;
    line-height: 26px;
}

.orthotics-lp .video-container {
	max-width: 600px;
	margin: 0px 0 15px 30px;
	float: right;
	border: 5px solid #0271a9;
	display: flex;
	box-sizing: border-box;
}
	
.orthotics-lp .video-container video {
	width: 100%; 
	height: auto; 
}

.orthotics-lp .fourth-block .item-two-col.image-wrap img {
	float: right;
}

@media only screen and (max-width:1800px) {

.maintext-block-serv h1 {
    font-size: 26px;
    }

.maintext-block-serv li {
    padding: 3px 0 3px 30px;
    }

.maintext-block-serv li a {
    font-size: 18px;
    }

.maintext-block-serv li:before {
    width: 17px;
    height: 17px;
    background-size: cover;
    }
}

@media only screen and (max-width:1675px) {
    /* .maintext-block h1 {
        font-size: 28px
    }

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

    .services-block {
        flex-wrap: wrap
    }

    .services-item {
        flex: 33.333%;
        box-sizing: border-box;
        height: 270px;
        padding: 15px
    }

    .services-item.item1,.services-item.item2,.services-item.item3,.services-item.item4,.services-item.item5,.services-item.item6 {
        background-size: 100%auto
    }

    .services-item:hover {
        background-size: 120%auto
    }
}

@media only screen and (max-width:1625px) {
    .top-right,.topmenu li {
        padding: 0 10px
    }

    .top-phone a {
        font-size: 28px
    }

    .top-location {
        font-size: 25px
    }

    .inner-logo img {
        width: 82%
    }
}

@media only screen and (max-width:1560px) {
    .inner-logo {
        padding: 15px 0 0 5px
    }

    .top-right {
        flex-direction: column;
        align-items: center
    }

    .top-phone {
        padding-top: 20px;
        margin: 0
    }

    nav .social-btns {
        padding: 10px 15px 20px 0
    }

    .topmenu li {
        padding: 0 13px;
        margin: 5px 0
    }

    .topmenu li.parent:after {
        margin: 0
    }
}

@media only screen and (max-width:1370px) {
    .inner-logo {
        width: 205px;
        padding: 27px 10px 0
    }

    .topmenu li {
        padding: 0 8px
    }

    nav .social-btns {
        padding: 5px 10px 5px 0
    }

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

    .top-phone {
        padding: 19px 0 0;
        line-height: 25px;
        margin-right: 0
    }

    .maintext-block-serv h1,.top-phone a {
        font-size: 22px
    }

    .top-location {
        font-size: 18px;
        line-height: 28px
    }

    .maintext-block-serv {
        margin-top: 0
    }

    .maintext-block-serv-wrapper {
        top: 115px
    }

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

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

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

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

    .maintext-block h3 {
        font-size: 18px
    }
}

@media only screen and (max-width:1215px) {
    .maintext-block h3 {
        font-size: 17px
    }

    .maintext-block h1,.top-location {
        font-size: 18px
    }

    #address {
        width: 100%
    }

    #hours,#week {
        margin: 20px 0 0
    }

    #hours {
        float: left
    }

    .top-phone a {
        font-size: 22px
    }
}

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

    .top-right {
        text-align: right
    }

    .top-phone {
        margin: 0
    }

    .locations-block {
        display: block;
        background: #f1f9fb
    }

    .loc-box {
        padding-bottom: 20px
    }

    .maintext-block-wrapper {
        position: relative;
        left: unset;
        top: 0;
        width: 100%;
        margin: 0 auto
    }

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

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

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

@media only screen and (max-width:1080px) {
    .top-right {
        max-width: 270px
    }

    .topmenu li {
        padding: 0 4px
    }

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

    .topmenu ul {
        margin: 0 5px 0 15%
    }

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

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

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

    .maintext-block h3 {
        font-size: 18px
    }

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

    .maintext-block-serv {
        margin: 0 auto;
        display: block;
        float: none;
        max-width: 295px
    }

    .slider-block {
        background-size: cover;
        background: #f1f9fb
    }

    .services-item {
        height: 270px;
        padding: 15px
    }

    .services-item a {
        font-size: 18px
    }

    .loc-box h2 {
        font-size: 28px
    }

    .loc-box .phone {
        font-size: 21px
    }

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

    .divContent {
        flex: 0 0 70%
    }

    .divRight {
        flex: 0 0 30%
    }

    /* Landing Page 01 */
    .orthotics-lp .slider-block {
        position: sticky;
	}

    .orthotics-lp div#n2-ss-7 .n2-ss-slider-1 {
        min-height: 250px !important;
	}

    .orthotics-lp .slider-block-wrap {
        position: relative;
        top: auto;
        max-width: 100%;
        width: 100%;
        left: auto;
        transform: none;
        padding: 50px 20px;
        flex-direction: column-reverse;
        background-color: #f0f8ff;
        z-index: -2;
	}

    .orthotics-lp .orthotics-form-wrap {
        margin-top: 0;
	} 

    .orthotics-lp .slider-text-box h2 {
        font-size: 26px;
        line-height: 26px;
	} 

    .orthotics-lp .slider-text-box ul li {
        font-size: 22px;
        padding: 5px 0;
	}

    .orthotics-lp section h2 {
        font-size: 30px;
	}

    .orthotics-lp section p {
        font-size: 20px;
	}

    .orthotics-lp section h3 {
        font-size: 26px;
	}

    .orthotics-lp section ul li {
        font-size: 20px;
        line-height: 26px;
	}

    .orthotics-lp .first-block.image {
        position: relative;
	}

    .orthotics-lp .list-image-background {
        background-image: url("https://www.boyntonpodiatry.com/images/custom-orthotics/heel-pain-running.jpg");
        position: absolute;
        background-size: cover;
        height: 840px;
        width: 100%;
        top: 0;
        right: 0;
        opacity: 0.5;
        transform: unset;
        background-position: bottom;
        display: none;
	}

    .orthotics-lp .list-image-background img {
        display: none;
	}

    .orthotics-lp .blue-btn {
        font-size: 20px;
        width: 100%;
        max-width: 400px;
        margin: 25px auto;
	}

    /* .orthotics-lp .first-block.image .short-wrap {
        max-width: 100%;
    } */

    .orthotics-lp .second-block {
        padding: 30px 20px;
        flex-direction: column;
        gap: 30px;
	}

    .orthotics-lp .bg-image {
        width: 100%;
        max-width: 600px;
        height: 350px;
	}

    .orthotics-lp .blue-box h2 {
        font-size: 28px;
        margin-bottom: 20px !important;
        display: flex;
        flex-wrap: wrap;
	}

    .orthotics-lp .blue-box li {
        padding: 5px 0;
        font-size: 20px;
        line-height: 18px;
	} 

    .orthotics-lp .blue-box p {
        font-size: 20px;
	}

    .orthotics-lp .blue-box {
        flex: unset;
        max-width: 600px;
        padding: 30px;
        height: auto;
        margin: 0;
	}

    .orthotics-lp .wrap-item-row {
        align-items: center;
        gap: 0;
        flex-direction: column;
        padding: 10px 20px;
	}

    .orthotics-lp .item-two-col {
        width: 100%;
	} 

    .orthotics-lp .item-two-col li {
        font-size: 18px;
        padding: 5px 0;
	}

    .orthotics-lp .item-three-col h3 {
        font-size: 20px;
	}

    .orthotics-lp .item-three-col p {
        font-size: 18px;
	}

    .orthotics-lp .red-link {
        font-size: 18px;
        display: block;
	}

    .orthotics-lp .video-container {
        margin: 0 auto 30px;
        float: none;
	}

    .orthotics-lp .fourth-block .item-two-col.image-wrap img {
        float: none;
        margin: 30px auto 0;
        text-align: center;
        display: flex;
    }
    
    .orthotics-lp .fourth-block ul li {
        line-height: 20px;
        text-align: left;
        font-size: 18px;
        padding: 5px 0;
    }
}

@media only screen and (max-width:975px) {
    .inner-logo {
        padding: 22px 10px 0
    }

    .inner-logo img {
        width: 100%
    }

    .top-phone a {
        font-size: 20px
    }

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

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

    .inner-logo {
        padding: 15px 10px
    }

    nav.inner-nav .content {
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

    nav.inner-nav .content .top-right {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        width: 98%;
        text-align: center;
        margin-left: 0;
        padding: 0 1%;
        max-width: 100%;
        display: block;
        background: #f2f2f2
    }

    nav.inner-nav .content .hamburger,nav.inner-nav .content .inner-logo {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        margin-top: 0
    }

    nav.inner-nav .content .inner-logo {
        width: 90%;
        padding: 6px 10px 7px 5px
    }

    nav.inner-nav .content .hamburger {
        width: 30px;
        margin-left: auto;
        position: absolute;
        top: 14px;
        display: block;
        right: 2px
    }

    .top-phone,.topmenu li,.topmenu.active,.topmenu.active .topmenu li {
        text-align: left
    }

    .topmenu.active .top-phone {
        display: none!important
    }

    .inner-logo img {
        height: 70px;
        width: auto;
        max-width: 100%
    }

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

    .topmenu li ul {
        position: relative;
        top: 0;
        padding: 30px 0
    }

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

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

    .topmenu.active {
        top: 0
    }

    .topmenu ul {
        display: block;
        padding: 20px 15px 15px;
        margin: 0
    }

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

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

    .topmenu li ul {
        left: 0;
        width: auto;
        display: block;
        background: 0 0;
        max-height: 3000px;
        overflow-y: visible;
        padding: 5px 0 0;
        margin-bottom: -9px;
        box-shadow: unset
    }

    .topmenu li li:last-child {
        border-bottom: unset
    }

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

    .top-right {
        float: none;
        text-align: left;
        margin: 0 0 0 auto
    }

    nav .content {
        display: flex
    }

    .top-phone {
        margin: 10px 8px 7px;
        padding: 0
    }

    .top-location {
        font-size: 17px;
        line-height: 26px;
        margin: 0 0 4px 8px;
        font-weight: 600
    }

    nav .social-btns {
        float: none;
        padding: 10px 15px 10px 0
    }

    .hamburger-box {
        margin-top: 14px
    }

    .doctors-box .doctor {
        padding: 15px
    }

    .pe td {
        display: block
    }

    .pe ul {
        margin: 0
    }
}

@media only screen and (max-width:830px) {
    .maintext-block h3 {
        font-size: 14px
    }

    .copy-left,.copy-right {
        text-align: center;
        float: left;
        color: #6e6d6d;
        font-size: 14px;
        padding: 0;
        width: 100%
    }

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

@media only screen and (max-width:767px) {
    .btn {
        width: 100%;
        max-width: 180px;
        border-radius: 5px;
        padding: 10px;
        font-weight: 600;
        font-size: 14px
    }
     
     .custom-orthotic-banner img.desk {
        display: none;
    }
     
     .custom-orthotic-banner img.mob {
        display: block;
    }

    .about-box {
        padding: 15px
    }

    .about-box h2,.blogs-block h2,.doctors-box h2,.inner-pages .page-header h2,.latestItemsCategory h2,body.rsform h1,body.sitemap h1 {
        font-size: 28px
    }

    .about-box h3 {
        font-size: 21px
    }

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

    .doctor a {
        font-size: 17px
    }

    .locations-block {
        display: block;
        flex: auto
    }

    .loc-box {
        flex: none;
        padding: 25px
    }

    .loc-box,.loc-info,.map {
        background: #f1f9fb;
        display: block;
        box-sizing: border-box;
        width: 100%;
        white-space: nowrap
    }

    .loc-info {
        flex: none;
        padding: 0;
        text-align: center
    }

    .map {
        padding: 30px 0 0
    }

    .loc-box .shedule {
        margin: 15px auto 0;
        text-align: left
    }

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

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

    .connect-block {
        padding-bottom: 15px
    }

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

    footer .content {
        text-align: left
    }

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

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

    footer h4 {
        font-size: 14px
    }

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

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

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

    .divContent {
        flex: 0 0 70%
    }

    .divRight {
        flex: 0 0 30%
    }
}

@media only screen and (max-width:760px) {
    #one {
        padding-right: 0
    }

    #one,#two {
        width: 100%
    }
}

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

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

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

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

    .divRight .moduletable {
        padding-left: 5px;
        margin-bottom: 60px
    }
}

@media only screen and (max-width:550px) {
    .top-phone {
        order: 2
    }

    .maintext-block {
        width: 98%
    }

    .maintext-block h1 {
        font-size: 15px;
        margin-bottom: 1px
    }

    .maintext-block h3 {
        font-size: 15px
    }

    .maintext-block-serv {
        float: none
    }

    .services-block {
        flex-wrap: wrap
    }

    .services-item {
        flex: 100%;
        height: 220px;
        padding: 30px;
        box-sizing: border-box;
        transition: unset
    }

    .services-item.item1,.services-item.item2,.services-item.item3,.services-item.item4,.services-item.item5,.services-item.item6 {
        background-size: 100%auto
    }

    .services-item:hover {
        background-size: 120%auto
    }

    .inner-pages .doctor {
        width: 46%;
        font-size: 12px
    }

    .loc-box h2 {
        font-size: 23px
    }

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

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

    .loc-box .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: 74px
    }

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

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

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

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

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

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

    .logo-footer,.offices-block {
        display: block
    }
}

@media only screen and (max-width:430px) {
    .inner-logo {
        width: 205px;
        padding: 15px 10px;
        height: 44px
    }

    .inner-logo img {
        margin-top: 0;
        height: 45px;
        width: auto;
        max-width: 100%
    }

    nav.inner-nav .content .inner-logo {
        width: 70%
    }

    nav.inner-nav .content .hamburger {
        top: 13px
    }

    .top-phone {
        margin: 9px 0 6px
    }

    .hamburger-box {
        margin-top: 4px
    }
}

@media only screen and (max-width:400px) {
    .maintext-block h1 {
        font-size: 13px
    }
}

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

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

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