@charset "UTF-8";@media screen,projection {@font-face {src: url(https://www.infootdocs.com/templates/theme/fonts/Lato/Lato-Light.ttf)format("truetype"); font-family: "Lato"; font-style: normal; font-weight: 300; font-display: swap}

@font-face {src: url(https://www.infootdocs.com/templates/theme/fonts/Lato/Lato-Regular.ttf)format("truetype"); font-family: "Lato"; font-style: normal; font-weight: 400; font-display: swap}

@font-face {src: url(https://www.infootdocs.com/templates/theme/fonts/Lato/Lato-Bold.ttf)format("truetype"); font-family: "Lato"; font-style: normal; font-weight: 700; font-display: swap}

body,html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: "Lato",sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #373737;
    -webkit-text-size-adjust: 100%
}

body {
    overflow-x: hidden
}

a {
    text-decoration: none;
    color: #76c5d5
}

.about-block a {
    color: #76c5d5
}

.about-block a:hover {
    text-decoration: underline
}

.clear {
    clear: both
}

input,textarea,button {
    outline: 0
}

a img {
    border: 0
}

form {
    padding: 0;
    margin: 0
}

.notice a {
    color: #fff
}

.notice {
    text-align: center;
    min-height: 20px;
    background-color: #cf000a;
    text-shadow: 1px 1px #000;
    font-weight: 700;
    color: #fff;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 18px;
    padding: 10px 2% 10px;
    width: 96%
}

.notice .content {
    text-align: center;
    margin: 0 auto;
    max-width: 1094px
}

.notice ul {
    margin-left: 20px
}

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

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

.top-buttons.tp {
    display: none
}

.top-buttons.soc {
    display: inline-block;
    margin: 0 0 5px;
    vertical-align: middle
}

.top-button {
    display: inline-block;
    color: #fff!important;
    font-size: 18px;
    font-weight: 600;
    background: #76c5d5;
    border: 2px solid #76c5d5;
    border-radius: 7px;
    padding: 10px 10px;
    transition: 0.3s all;
}

.top-button:hover {
    color: #76c5d5!important;
    background: 0 0;
    border: 2px solid #76c5d5;
}

.top-button.po {
    background: #4f4f4f;
    border: 2px solid #4f4f4f;
	}

.top-button.po:hover {
    color: #4f4f4f !important;
    background: 0 0;
    border: 2px solid #4f4f4f;
}

.top-button.pp {
    background: #268699;
    border: 2px solid #268699;
}

.top-button.pp:hover {
    background: #ffffff;
    color: #268699 !important;
    border: 2px solid #268699;
}

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

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

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

.inner-logo {
    padding: 10px 30px 10px 10px;
    display: flex;
    align-items: center;
    flex: 1 1 100%;
    box-sizing: border-box;
    max-width: 305px
}

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

.topmenu {
    margin: 0 0 0 auto;
    padding-bottom: 10px
}

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

.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.separator,span.nav-header {
    text-decoration: none;
    /*font-size: 18px;*/
    color: #232323;
    transition: all .3s;
    white-space: nowrap;
    font-size: 21px;
}

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

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

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

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

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
}

.top-phone {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 35px;
    margin: 0 15px 0 0
}

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

.top-location {
    display: unset;
    vertical-align: top;
    color: #76c5d5;
    font-size: 18px;
    font-weight: 300;
    margin-left: 5px;
    line-height: 36px
}

nav .social-btns {
    float: right;
    padding: 10px 10px 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
}

nav .social-btn {
    cursor: pointer;
    transition: all .3s;
    margin: 0 2px;
    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: 46px;
    height: 46px;
    white-space: nowrap;
    margin: 0 4px
}

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

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

.social-btn.fb-ico a,
.social-btn a {
    display: flex;
}

.hamburger {
    display: none
}

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

.doctors-name-header-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1 1 100%;
    font-size: 20px;
    gap: 5px;
    text-align: center
}

.slider-block {
    background-size: cover;
    text-align: center;
    margin: 0;
    display: block;
    position: relative
}

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

.maintext-block {
    z-index: 99;
    display: block;
    text-align: center;
    position: absolute;
    padding: 10px 40px;
    top: 200px;
    border: 15px solid rgba(255,255,255,.5);
    background: rgba(0,0,0,.2);
    background: rgba(0,0,0,.5)
}

.maintext-block h1 {
    font-size: 65px;
    font-weight: 800;
    color: #90e3f4;
    margin-bottom: 0
}

.maintext-block h3 {
    font-size: 36px;
    font-weight: 500;
    color: #fff
}

.theme-default .nivoSlider {
    margin-bottom: 0!important
}

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

body#home .nivo-slider-wrapper {
    border-bottom: 15px solid #cdcdcd
}

.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.infootdocs.com/templates/theme/images/service1.webp)no-repeat center;
    background-size: auto 100%
}

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

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

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

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

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

.services-item:hover {
    background-size: auto 105%;
    padding: 25px 40px
}

.services-item a {
    display: block;
    width: 100%;
    text-align: center;
    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
}

.homepage-video {
    background-color: #919191;
    padding: 45px 0
}

.homepage-video .content {
    display: flex;
    justify-content: center
}

.homepage-video .content img {
    width: 100%;
    max-width: 860px;
    cursor: pointer;
    filter: drop-shadow(5px 5px 5px rgb(0 0 0/50%));
    transition: all 300ms ease
}

.homepage-video .content img:hover {
    transform: scale(1.02)
}

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

.about-block .content {
    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)
}

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

.about-box h3 {
    font-weight: 700;
    color: #8bdcec;
    font-size: 30px;
    text-align: center;
    margin: 15px auto
}

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

.locheight {
    line-height: 24px
}

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

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

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

.doctors-box h2 {
    font-weight: 700;
    color: #8bdcec;
    font-size: 44px;
    text-align: center;
    margin: 0
}

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

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

.doctor a {
    font-size: 15px;
    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: 0 auto 15px
}

.office-block {
    padding: 50px 0
}

.office-box {
    max-width: 1300px;
    margin: 0 auto;
    background: #e1f2f6;
    padding: 25px 25px 10px 25px
}

.office-box h2 {
    font-weight: 700;
    color: #3a3d3e;
    font-size: 44px;
    text-align: center;
    margin: 0 0 20px
}

.office-box .office {
    padding-right: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 23%;
    margin: 0 .5%
}

.office .btn {
    width: unset;
    max-width: 200px;
    border-radius: 5px;
    padding: 0;
    margin-left: 15px
}

.officetext {
    width: 100%;
    min-height: 172px
}

.office .btn-primary {
    text-align: center
}

.office .btn a {
    padding: 5px 15px;
    display: block;
    color: #fff
}

.office a {
    color: #d1d1d0
}

.officetext a {
    color: #3a3d3e;
    text-decoration: none;
    font-weight: 600
}

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

.loc-box {
    display: flex;
    align-items: stretch;
    flex: 1
}

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

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

.loc-box .address {
    font-size: 20px;
    margin: 10px 0 30px 0;
    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 auto;
    padding: 13px 13px;
    border-radius: 10px
}

.map {
    flex: 55%
}

.banner-hp-block {
    padding: 0 15px 40px;
}

.banner-hp-block .content {
    background: #e1f2f6;
    text-align: center;
    padding: 30px 15px;
    /* max-width: 1270px; */
    max-width: 970px;
    border: 5px solid #268699;
}

.banner-hp-block h3 {
    font-weight: 700;
    color: #3a3d3e;
    font-size: 38px;
    text-align: center;
    margin: 0 auto 20px;
}

.banner-hp-block p {
    font-size: 22px;
}

.banner-hp-block span {
    display: block;
    margin: 0 auto 10px;
    font-size: 20px;
}

.banner-hp-block a {
    font-weight: 700;
    font-size: 20px;
    color: #268699;
}

.banner-hp-block a:hover {
    text-decoration: underline;
}

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

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

.blogs-block h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 300;
    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: #fff
}

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

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

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

.connect-block {
    background: #fff;
    padding-bottom: 15px
}

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

.connect-block h3 {
    font-weight: 400;
    font-size: 36px;
    color: #76c5d5;
    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: #074075;
    height: 26px;
    padding: 3px 15px 3px 35px;
    box-sizing: border-box;
    border: 1px solid #76c5d5;
    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: middle;
    width: 97px;
    white-space: nowrap;
    padding: 0;
    height: 26px;
    margin: 0 3px 0 2px
}

.connect-block .fb-ico {
    background: url(https://www.infootdocs.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.infootdocs.com/templates/theme/images/fb-ico.png)#76c5d5 no-repeat 10px center
}

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

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

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

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

.bot-social-btns {
    display: inline-block;
    vertical-align: middle;
    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;
    display: inline-block;
    vertical-align: middle
}

.bot-social-btns a {
    display: block;
    height: 45px
}

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

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

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

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

footer {
    background: #3a3d3e
}

footer .content {
    text-align: center
}

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

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

footer h4 {
    font-size: 18px;
    font-weight: 400;
    color: #76c5d5;
    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;
    color: #d1d1d0;
    font-size: 18px
}

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

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

.quick-links-block li ul {
    margin-top: 4px
}

.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;
    max-width: 780px
}

.white-text {
    color: #fff
}

.offices-block {
    display: block
}

.office {
    display: inline-block;
    padding-bottom: 19px;
    vertical-align: top;
    min-height: 190px;
    width: 31%;
    padding-right: 2%
}

.office b {
    font-size: 20px
}

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

.copy-left a,.copy-right a {
    color: #6e6d6d!important;
    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: 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
}

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

.social-btns a {
    color: #074075
}

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

.inner-pages a {
    color: #074075
}

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

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

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

.inner-pages .doctor {
    width: 223px;
    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
}

.btn-review-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    margin-top: 8px
}

.btn-review-wrap a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    border: 2px solid #76c5d5;
    width: 150px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 16px;
    color: #76c5d5!important;
    transition: all .3s
}

.btn-review-wrap a img {
    width: 70px!important;
    box-shadow: none!important;
    margin: 0!important;
    transition: none!important
}

.btn-review-wrap a:hover {
    background-color: #e4e3e3
}

.pe ul {
    margin-top: 0
}

.pe li {
    margin: 3px 0
}

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

div.latestItemsCategory h2 {
    font-size: 44px;
    color: #586064;
    text-align: center;
    font-weight: 400;
    position: relative;
    margin: 0 0 20px 0;
    padding: 15px 0 20px 0
}

div.latestItemsCategory h2 a {
    color: #586064
}

div.latestItemsCategory h2::after {
    content: "";
    height: 5px;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0-50px;
    background: #76c5d5
}

h2.latestItemTitle a {
    color: #76c5d5
}

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

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

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

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

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

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

#hours {
    float: left;
    width: 120px
}

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

#map {
    margin: 20px 0;
    float: left;
    width: 100%
}

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

#offices.img {
    margin-top: 22px
}

#offices.img.single-img {
    text-align: center;
}

#offices.img.single-img img {
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.schererville iframe {
    height: 388px
}

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

.images-wrap.logos {
    gap: 50px
}

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: none;
    width: 100%
}

div.genericItemReadMore {
    display: none!important
}

div.k2ArchivesBlock li a {
    color: #074075
}

.formTableLayout {
    margin: 0 auto
}

form#userForm {
    text-align: left
}

body.rsform .formTableLayout {
    border: 0;
    margin: 0 auto
}

body.rsform h1 {
    display: none
}

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

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

.formTableLayout button#Send {
    background: #76c5d5;
    color: #fff;
    border-color: #76c5d5;
    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: #76c5d5;
    border-color: #fff;
    border: 2px solid;
    cursor: pointer
}

.rsform-block.rsform-block-describe-nature-of-appointment {
    vertical-align: top
}

@media only screen and (max-width:1770px) {
    .top-right {
        flex-direction: column;
        align-items: flex-start
    }
}

@media only screen and (max-width:1600px) {
    .doctors-name-header-block {
        font-size: 18px
    }

    .inner-logo {
        max-width: 200px;
        padding: 10px
    }

    .topmenu li {
        padding: 0 10px
    }

    .topmenu ul {
        margin-right: 10px
    }

    .top-button {
        font-size: 17px;
        padding: 8px 8px;
    }

    .maintext-block {
        top: 100px
    }
}

@media only screen and (max-width:1370px) {
    .top-button {
        font-size: 16px
    }

    .inner-logo {
        width: 205px;
        padding: 3px 10px
    }

    /* .topmenu li {
        padding: 0 8px
    } */

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

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

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

    .top-phone {
        line-height: 27px;
        margin: 3px 15px 0 0
    }

    .top-phone a {
        font-size: 18px;
        line-height: 25px
    }

    .top-location {
        font-size: 17px;
        line-height: 24px
    }

    .doctors-name-header-block {
        font-size: 16px;
        gap: 3px
    }

    .maintext-block {
        max-width: 900px;
        display: block;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto
    }

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

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

@media only screen and (max-width:1366px) {
    .services-item {
        height: 270px;
        padding: 15px
    }

    .services-item:hover {
        padding: 15px 30px
    }

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

    .services-block {
        flex-wrap: wrap
    }

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

    .services-item.item1 {
        background-size: 100%auto
    }

    .services-item.item2 {
        background-size: 100%auto
    }

    .services-item.item3 {
        background-size: 100%auto
    }

    .services-item.item4 {
        background-size: 100%auto
    }

    .services-item.item5 {
        background-size: 100%auto
    }

    .services-item.item6 {
        background-size: 100%auto
    }

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

@media only screen and (max-width:1215px) {
    .top-buttons.soc {
        margin-left: 25px
    }

    .hamburger {
        display: inline-block;
        position: relative;
        z-index: 9002;
        margin: 17px;
        display: flex;
        align-items: center
    }

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

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

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

    .topmenu li a,span.nav-header {
        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;
        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 0
    }

    .top-right {
        justify-content: unset!important;
        float: none!important;
        text-align: left;
        margin: 0 0 0 auto;
        display: flex;
        padding: 5px 15px
    }

    .top-phone {
        margin: 0
    }

    nav .fb-wrap {
        margin: 0
    }

    nav .social-btns {
        padding: 5px 10px 13px 0;
        float: left
    }

    #address {
        width: 100%
    }

    #week {
        margin: 20px 0 0
    }

    #hours {
        float: left;
        margin: 20px 0 0
    }

    .schererville iframe {
        height: 502px
    }

    .michigan-city frame {
        height: 576px
    }

    .merrillville-office iframe {
        height: 575px
    }
  
  	#map.portage-office iframe {
    	height: 536px;
	}

    .office b {
        font-size: 18px
    }
}

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

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

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

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

    .office-box .office {
        width: 23%;
        margin: 0 1%;
        min-height: 100px
    }
}

@media only screen and (max-width:1080px) {
    .topmenu li {
        padding: 5px
    }

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

    .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 {
        max-width: 600px
    }

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

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

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

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

    .banner-hp-block h3 {
        font-size: 28px;
    }

    .banner-hp-block p {
        font-size: 18px;
        margin: 10px auto;
    }

    .banner-hp-block span,
    .banner-hp-block a {
        font-size: 16px;
    }
}

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

@media only screen and (max-width:910px) {
    .notice {
        font-size: 16px
    }

    .pe td {
        display: block
    }

    .pe ul {
        margin: 0
    }

    .maintext-block {
        max-width: 600px;
        padding: 0
    }

    .schererville iframe {
        height: 533px
    }
}

@media only screen and (max-width:825px) {
    .doctors-name-header-block {
        font-size: 15px
    }

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

    .top-phone a {
        font-size: 17px;
        line-height: 26px
    }

    .top-location {
        font-size: 15px;
        line-height: 26px
    }

    .office-box .office {
        width: 48%;
        margin: 0 1% 20px
    }
}

@media only screen and (max-width:767px) {
    .btn {
        width: 100%;
        max-width: 180px;
        border-radius: 5px;
        padding: 10px 10px;
        font-weight: 600;
        font-size: 14px
    }

    nav .content {
        display: flex
    }

    .top-buttons.soc {
        display: none
    }

    .top-buttons.tp {
        display: flex;        
        align-items: center;
        justify-content: center;
        gap: 5px;
        flex-wrap: wrap;
        margin: 5px auto 20px;
    }

    .top-button {
        font-size: 16px!important;
        padding: 8px 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%;
        background: #667074;
        display: block
    }

    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;
        width: 50%;
        margin-top: 0;
        padding: 9px 10px 4px 5px
    }

    nav.inner-nav .content .hamburger {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        width: 30px;
        margin-top: 0;
        margin-left: auto;
        position: absolute;
        top: 32px;
        display: block;
        right: 2px
    }

    .top-phone {
        text-align: left;
        margin: 10px
    }

    .images-wrap.logos {
        gap: 20px
    }

    nav .social-btns {
        float: none;
        padding: 10px 15px 10px 10px;
        justify-content: flex-start;
        gap: 0;
    }

    .doctors-name-header-block {
        position: absolute;
        top: 11px;
        left: 180px
    }

    .services-block {
        flex-wrap: wrap
    }

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

    .services-item.item1 {
        background-size: 100%auto
    }

    .services-item.item2 {
        background-size: 100%auto
    }

    .services-item.item3 {
        background-size: 100%auto
    }

    .services-item.item4 {
        background-size: 100%auto
    }

    .services-item.item5 {
        background-size: 100%auto
    }

    .services-item.item6 {
        background-size: 100%auto
    }

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

    .homepage-video {
        padding: 25px 0
    }

    .about-box {
        padding: 15px
    }

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

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

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

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

    .doctor a {
        font-size: 17px
    }

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

    .loc-box {
        display: flex;
        align-items: stretch;
        flex: 100%
    }

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

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

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

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

    .maintext-block {
        background: rgba(0,0,0,.5)
    }

    .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;
        padding: 15px 30px;
        font-size: 12px
    }

    footer h4 {
        font-size: 14px
    }

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

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

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

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

    div.latestItemsCategory h2 {
        font-size: 28px
    }

    .quick-links-block li {
        font-size: 14px
    }

    .divContent {
        flex: 0 0 70%
    }

    .divRight {
        flex: 0 0 30%
    }
}

@media only screen and (max-width:760px) {
    .maintext-block {
        max-width: 470px;
        top: 40px
    }

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

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

    #one {
        width: 100%;
        padding-right: 0
    }

    #two {
        width: 100%
    }

    .schererville iframe,.michigan-city frame,.merrillville-office iframe {
        height: 450px
    }

    .formCaption {
        width: 100%!important
    }

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

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

@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:695px) {
    .office-box .office {
        width: 47%;
        margin: 0 1%;
        min-height: 100px
    }

    .officetext {
        min-height: 150px
    }

    body .accessib-block {
        top: 33%
    }
}

@media only screen and (max-width:650px) {
    .bottom-loc-block .office {
        display: inline-block;
        padding-bottom: 19px;
        vertical-align: top;
        min-height: 140px;
        width: 47%;
        padding-right: 2%
    }

    .maintext-block {
        top: 30px
    }
}

@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 a {
        font-size: 15px
    }

    .top-location {
        font-size: 13px;
        line-height: 25px
    }

    .doctors-name-header-block {
        font-size: 14px;
        top: 15px;
        left: 180px
    }

    .top-phone {
        order: 2;
        padding: 6px 0 0 0
    }

    .services-block {
        flex-wrap: wrap
    }

    .services-item {
        flex: 50%;
        height: 170px;
        padding: 10px;
        box-sizing: border-box
    }

    .services-item.item1 {
        background-size: 100%auto
    }

    .services-item.item2 {
        background-size: 100%auto
    }

    .services-item.item3 {
        background-size: 100%auto
    }

    .services-item.item4 {
        background-size: 100%auto
    }

    .services-item.item5 {
        background-size: 100%auto
    }

    .services-item.item6 {
        background-size: 100%auto
    }

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

    .inner-pages .doctor {
        width: 46%
    }

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

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

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

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

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

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

    .offices-block {
        display: block
    }
}

@media only screen and (max-width:540px) {
    .notice h2 {
        margin: 0;
        text-align: center;
        font-size: 21px
    }

    .slider-block {
        padding-bottom: 20px;
        background: #7ec6d4
    }

    .maintext-block {
        max-width: 470px;
        padding: 0;
        display: block;
        position: relative;
        top: 0;
        margin: 20px 0 0
    }

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

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

@media only screen and (max-width:490px) {
    .inner-logo {
        max-width: 140px
    }

    .doctors-name-header-block {
        font-size: 13px;
        top: 8px;
        left: 137px
    }

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

@media only screen and (max-width:470px) {
    .office-box .office {
        width: 98%;
        margin: 0 1%;
        text-align: center
    }

    .bottom-loc-block .office {
        padding-bottom: 19px;
        min-height: unset;
        width: 98%
    }

    .officetext {
        min-height: unset
    }

    .office .btn {
        margin-top: 15px
    }

    tbody#rsform_3_page_0 td,tbody#rsform_4_page_0 td,tbody#rsform_5_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
    }
}

@media only screen and (max-width:440px) {
    .inner-pages .doctor {
        float: none;
        width: auto;
        max-width: 200px;
        height: auto;
        margin: 0 auto
    }

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

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

@media only screen and (max-width:420px) {
    .doctors-name-header-block {
        display: none
    }

    .top-phone {
        padding: 0;
        margin: 0;
        display: block;
        text-align: center
    }

    nav.inner-nav .content .top-right {
        padding: 6px 1%0
    }

    .top-buttons.tp {
        margin: 18px auto 22px
    }
}
/*--- faq-block start ---*/
.faq-block {
    background-image: url(https://www.infootdocs.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;
}
.rsblog-default {
    float: left;
    width: 80%;
}

.rsblog-entry-title span {
    color: #76c5d5;
    text-decoration: underline;
}
.rsblog-post a, .rsblog-page a {
    transition: color .5s;
    color: #000 !important;
    text-decoration: underline;
}
.rsblog-main-post-container .rsblog-entry-title span{
    text-decoration: none !important;
}
.blog-archive.moduletable
{
    margin-top: 83px !important;
}
ul.list-unstyled {
    padding: 0 !important;
}
.rsblog-post {
    margin-bottom: 40px;
    text-align: left;
}
.rsblog-default .maincont {
margin-top: 0 !important;
}
.rsblog-default .h1line {
       margin-top: -22px;
    text-align: center;
    font-size: 22px;
    color: #666;
    font-weight: 400;
    justify-items: center;
}
.rsblog-default .h1line h1{
padding: 0px 0 3px 0px;
    border-bottom: 4px solid #76c5d5;
    display: block;
    text-align: center;
}
}
