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

body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}
body {overflow-x: hidden;}
a {text-decoration: none;}
.clear {clear: both;}
input,textarea,button {outline:none;}
a img {border: none;}
form {padding: 0; margin: 0;}
img {max-width: 100%; height: auto;}

h2, h3, h4 {font-family: "Montserrat", sans-serif !important;}
#system-message {
  	display: none !important;
	} 

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

.btn-primary {
    background: #01528b;
    color: #fff;
    border-color: #01528b;
	}

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

.btn-primary:hover {
    background: transparent;
    color: #01528b;
	}

.btn-primary:hover a {
    color: #01528b;
	}

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

.table-row {
    display: table-row;
	}

.table-cell {
    display: table-cell;
    vertical-align: middle;
	text-align: left;
	}
    
nav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
    /*padding-bottom: 50px;*/
	}

#homepage nav {
    background: #ffffff;
    position: relative;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	}

#homepage nav.slide {
    background: #ffffff;
    position: fixed;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	}

nav.slide {
    position: fixed;
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(10px);
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    opacity: 0;
    max-height: 0;
    overflow: hidden;
	}

nav.slide.fixed {
    opacity: 1;
    max-height: 2000px;
    overflow: visible;
    /*padding-bottom: 50px;*/
	}

nav .content {
    max-width: 1600px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	}

nav .top-line {
    background-color: #fff;
    padding: 5px 0;
    }

nav .top-line .content {
    justify-content: space-between;
    }

nav .top-line .dr-name-wrap {
    color: #23408f;
    font-size: 32px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    }

nav .top-line .soc-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    }

.social-btn a {
    display: flex;
    transition: all 0.3s;
    }

.social-btn a:hover {
    transform: scale(1.2);
    }

.socials-header {
    display: flex;
    gap: 25px;
    }

.social-header a {
    color: #000000;
    font-size: 20px;
    /* padding: 10px;
    background: #8ed8ff;
    border-radius: 50%;
    width: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22px; */
    transition: 0.3s;
    }

.social-header a:hover {
    transform: scale(1.05);
    }

/* Rating System */

.social-icon-container .rtg {
    display: flex;
    gap: 2px;
}

.social-icon-container .rtg a {
    color:#000000 !important;
}

.social-icon-container .rtg,
.social-icon-container>a {
    display: inline-block;
    position: relative;
}

.social-icon-container .rtg{
    text-align: center;
    float: none;
    direction: rtl;
    margin-left: 0;
}

.social-icon-container>a {
    color: #184755 !important;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    text-decoration: none;
    line-height: 34px;
    padding: 0 1px;
    font-size: 25px;
}

.social-icon-container a:visited{
    color: #cb7b14;
    }
    
.social-icon-container span {
    font-size: 20px;
    margin-right: 7px;
    color: #fff;
    position: relative;
    text-transform: none;
    top: 0;
    }
    
.social-icon-container a:hover:before {
    content: "\f005";
    color: #d89947 !important;
    }
    
.social-icon-container a:hover {
    color: #d89947 !important;
    }

.fa-star-o:before {
    content: "\f005";
    }

.rtg>a:hover:before,
.rtg>a:hover~a:before {
    content: "\f005";
    color: #e1c851 !important;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.social-icon-container span {
    color: #000;
    font-size: 20px;
}

.social-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

.topmenu {
    /* grid-column: 2 / -1; */
    margin: 0 0 0 auto;
	}

.topmenu ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
	}

.topmenu ul li {
    list-style: none;
    position: relative;
    /* padding: 5px 4px; */
    margin: 0;
	}

/* .topmenu ul li.parent {
    position: relative;
    padding-right: 15px !important; 
} */

.topmenu ul li.parent:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 5px solid #b2b2b2;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: all 0.3s ease;
    z-index: 1;
	}

.topmenu ul li.parent:hover:after {
    border-top-color: #c8d5e0; 
}    

/* .topmenu ul li.parent:hover:after {
    border-top-color: #01528b;
    transform: translateY(-50%) rotate(180deg);
	}

.topmenu ul li.parent.active:after {
    border-top-color: #ffffff;
	} */

/* .topmenu ul li.parent a {
    padding-right: 18px !important;
} */

.topmenu ul li.deeper.parent a {
    padding-right: 25px;
}

.topmenu ul li a , span.nav-header , span.span-separator {
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    transition: all 0.3s ease;
    white-space: nowrap;
    padding: 12px;
    border-radius: 0px;
    position: relative;
    border: none;
    border-bottom: none !important;
    box-shadow: none;
	}

.topmenu ul li.active ul li a {
    color: #374e66;
    background: #ffffff !important;
	}

.topmenu ul li ul li.active a {
    background: #A6C4D5 !important;
    color: #ffffff !important;
	}

/* .topmenu ul li ul.mega-menu li a:hover {
    background: transparent !important;
    color: #ffffff;
} */

.topmenu ul li a:hover {
    color: #ffffff;
    background: #A6C4D5;
	}

.topmenu ul li.active a {
    background: #A6C4D5;
    color: #ffffff;
    /* transform: translateY(-1px); */
	}


.topmenu ul li.parent ul li a {
    padding: 6px 12px;
    color: #4f7094;
    background-color: #ffffff;
    font-size: 14px;
    white-space: normal;
	}

.topmenu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    width: max-content;
    max-width: 220px;
    display: block;
    background: #ffffff !important;
    border-radius: 8px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 8px 32px rgba(0, 0, 0, 0.08); */
    box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.2);
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease, box-shadow 0.3s ease;
    z-index: 9999;
	}

nav.fixed .topmenu ul li ul {
    background: #ffffff !important;
	}

.topmenu ul li.active ul {
    background: #ffffff !important;
}

/* nav.fixed .topmenu ul li ul.mega-menu {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
} */

.topmenu ul li:hover ul {
    /* padding: 8px 0; */
    /* max-height: 500px; */
    overflow: visible;
    transform: translateY(0);
    opacity: 1;
    margin: 10px 0 0;
	}

.topmenu ul li ul {
    margin-top: 5px;
}

.topmenu ul li ul:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    height: 5px;
    background: transparent;
}

/* .topmenu ul li:hover ul.mega-menu {
    display: block;
    padding: 8px 0;
    max-height: 700px;
    overflow: visible;
} */


.topmenu ul li ul li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #A6C4D5;
	}

.topmenu ul li ul li:last-child {
    border-bottom: none;
}

.topmenu ul li ul li a {
    padding: 8px 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #777;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    transition: all 0.2s ease;
    border-radius: 0;
    display: block;
    white-space: nowrap;
}

.topmenu ul li ul li a:hover {
    color: #a7c4d4;
    background-color: #ffffff;
    }

.topmenu ul li.deeper.parent ul li a {
    padding: 10px 12px;
    }

/* .topmenu ul li ul li a:hover {
    background: #A6C4D5 !important;
    color: #ffffff;
    padding-left: 20px;
	} */

/* .topmenu ul li ul.mega-menu {
    width: auto;
    min-width: 250px;
    max-width: 400px;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

.topmenu ul li ul.mega-menu li {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #A6C4D5;
    padding: 0;
}

.topmenu ul li ul li:last-child,
.topmenu ul li ul.mega-menu li:last-child {
    border-bottom: none;
}

.topmenu ul li ul.mega-menu li a {
    margin: 0;
    border-radius: 0;
    padding: 8px 16px;
    white-space: nowrap;
    line-height: 1.3;
    display: block;
    

}

li.active >.mega-menu li a{    border-bottom: 1px solid #A6C4D5 !important;}

.topmenu ul li:hover ul.mega-menu.mega-large {
    min-width: 250px;
    max-width: 400px;
}

.topmenu ul li:hover ul.mega-menu.mega-large li {
    width: 33.333%;
} */

.topmenu ul li ul {
    left: 0;
    right: auto;
    transform: none;
    /* max-width: calc(100vw - 60px); */
    box-sizing: border-box;
}

/* .topmenu ul li ul.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.topmenu ul li:last-child ul.mega-menu,
.topmenu ul li:nth-last-child(2) ul.mega-menu {
    left: auto;
    right: 0;
    transform: none;
}



@media only screen and (max-width: 1800px) {
    .topmenu ul li:hover ul.mega-menu {
        min-width: 250px;
        max-width: 380px;
    }
    
    .topmenu ul li:hover ul.mega-menu.mega-large {
        min-width: 250px;
        max-width: 380px;
    }
} */

/* @media only screen and (max-width: 1600px) {
    .topmenu ul li ul {
        max-width: 330px;
    }
    
    .topmenu ul li:hover ul.mega-menu {
        min-width: 230px;
        max-width: 330px;
    }
    
    .topmenu ul li:hover ul.mega-menu.mega-large {
        min-width: 230px;
        max-width: 330px;
    } 
} */

.zd-sticky-button {
    right: auto !important;
    left: 20px !important;
    max-width: 130px !important;
}

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

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

.mobile-bottom-menu {
    position: fixed;
    display: block;
    bottom: 0px;
    left: 0px;
    z-index: 100000000;
    width: 100%;
    text-align: center;
}

.mobile-bottom-menu .sticks {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 0px;
    background: #000;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #fff;
    display: block;
    min-width: 27%;
    color: #fff;
    box-sizing: border-box;    
    width: 50%;
    margin: 0px !important;
    display: block;
    border-radius: 0px;
}

.mobile-bottom-menu .sticks:nth-child(2) {
    background: #293a35;
    color: #fff;
}

.mobile-bottom-menu {
    display: none;
}

.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-content {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; 
	height: 0;
	}

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

@media only screen and (max-width: 1500px) {
.topmenu ul li {
    padding: 5px 0px;
    }

.topmenu ul li a, span.nav-header, span.span-separator {
    padding: 12px 6px;
    }

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

/* .topmenu ul li:last-child.parent a {
    padding-right: 6px !important;
    } */
}

/* @media only screen and (max-width: 1400px) {
    .topmenu ul li ul {
        max-width: 700px;
    }
    
    .topmenu ul li:hover ul.mega-menu {
        min-width: 500px;
        max-width: 700px;
    }
    
    .topmenu ul li:hover ul.mega-menu.mega-large {
        min-width: 600px;
        max-width: 850px;
    }
} */

/* @media only screen and (max-width: 1200px) {
    .topmenu ul li ul {
        max-width: 300px;
    }
    
    .topmenu ul li:hover ul.mega-menu {
        min-width: 200px;
        max-width: 300px;
    }
    
    .topmenu ul li:hover ul.mega-menu.mega-large {
        min-width: 200px;
        max-width: 300px;
    }
} */

@media only screen and (max-width: 1100px) {
    .topmenu ul li ul {
        max-width: 280px;
    }
    
    /* .topmenu ul li:hover ul.mega-menu {
        min-width: 180px;
        max-width: 280px;
    }
    
    .topmenu ul li ul,
    .topmenu ul li ul.mega-menu {
        transform: translateX(0);
        left: 0;
    } */
}

/* .topmenu ul li:last-child a {
    padding-right: 0;
} */

/* .topmenu ul li:last-child.parent a {
    padding-right: 6px !important;
} */

/* .topmenu ul li:last-child.parent {
    padding-right: 15px !important;
} */

.top-right {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    order: -1;
    max-width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #EEEEEE;
	}

.top-right.mobile {
    display: none;
    }

.top-right.mobile .content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 20px;
    }
    
.top-right.mobile .socials-header {
    display: flex;
    gap: 15px;
    max-width: 230px;
    flex-wrap: wrap;
    justify-content: center;
    }

.top-right.mobile .social-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    order: -1;
    }

.top-right.mobile .social-header a {
    color: #000000;
    font-size: 31px;
    transition: 0.3s;
    position: relative;
    float: none;
    display: flex;
    position: relative;
    z-index: 1;
    height: 40px !important;
    width: 40px !important;
    padding: 0px !important;
    line-height: 40px !important;
    font-size: 20px !important;
    color: #fff !important;
    border-radius: 50%;
    background-color: #a7c4d4 !important;
    align-items: center;
    justify-content: center;
    }
    

.top-right.mobile .top-phone,
.top-right.mobile .top-phone p {
    width: 100%;
    }

.top-right.mobile .top-phone a {
    background-color: #a7c4d4;
    width: 100%;
    max-width: 100%;
    margin: 0px auto 10px !important;
    box-sizing: border-box;
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: 500;
    width: 100%;
    }

.top-right.mobile .top-phone .mobile-phone,
.top-right.mobile  .top-phone .mobile-btn {
    display: block;
}

.top-right.mobile .top-phone a:nth-child(2) {
    padding-right: inherit;
    border-right: none;
}

.top-phone .mobile-phone,
.top-phone .mobile-btn {
    display: none;
}

.top-phone, .top-phone a {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #000000;
    margin-right: 0;
    text-transform: uppercase;
	}

.top-phone a:hover {
    color: #000000;
    text-decoration: none;
    }

.top-phone a:nth-child(2){
    padding-right: 10px;
    border-right: 3px solid #000;
    } 

.top-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    }

.top-phone {
    margin: 0;
    flex-grow: 1;
    text-align: right;
	}

.hamburger {
    display: none;
	}

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

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

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

.slider-overlay {
    position: relative;
    width: 100%;
    background: #374e66;
    box-sizing: border-box;
  	padding: 30px 0;
    }

.slider-overlay-wrap {
    max-width: 1040px;
    margin: 0 auto;
    }

.overlay-upper-left h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 32px;
    margin: 0;
    color: #ffffff;
    text-align: left;
    padding-top: 10px;
    }

.overlay-upper-left ul {
    color: #ffffff;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    gap: 10px;
    margin: 0 auto;
    }

.overlay-upper-left ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    margin: 20px 0;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    }

.overlay-upper-left ul li a {
    color: #fff;
    }

.overlay-upper-left ul li::before {
    content: '';
    position: relative;
    left: 0;
    top: 0px;
    display: inline-block;
    vertical-align: middle;
    height: 19px;
    width: 19px;
    background-color: #FFC107;
    }

.overlay-button {
    color: #fff !important;
    font-size: 20px !important;
    padding: 5px 15px;
    background: #006de5;
    border-radius: 25px;
    height: auto;
    width: auto;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px !important;
    transition: all 0.3s;
    font-family: "Montserrat", sans-serif !important;
    }

.overlay-button:hover {
    background-color: #002354;
    }
    
.nivo-caption {
    background: transparent;
    padding: 0;
    opacity: 1;
	}

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

.slider-overlay-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    max-width: 1400px;
    }

.slider-overlay-txt h2 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.slider-overlay-txt h4 {
    text-align: center;
    color: #ffffff;
    margin: 200px 0 0;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
}

.about-block {
    background: url(../images/about-us-background.jpg) no-repeat center;
    background-size: cover;
    padding: 0;
    box-sizing: border-box;
    height: 845px;
    position: relative;
    background-position: left;
    }

.about-block-img {
    display: none;
    }

.about-block-wrap {
    max-width: 550px;
    position: absolute;
    top: 150px;
    right: 15%;
    }

.about-block-wrap h3 {
    color: #01528b;
    font-size: 42px;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 0 0;
    }

.about-block-wrap p {
    color: #01528b;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    }

/* Banner Block */
.custom-orthotic-banner {
    margin: 50px auto;
    padding: 0 15px;
    box-sizing: border-box;
    }
 
 .custom-orthotic-banner a {
    display: flex;
    justify-content: center;
    transition: all 0.3s;
    max-width: 875px;
    margin: 0 auto;
    }
 
 .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;
    }

.services-block {
    background: #e9e9e9;
    padding: 25px 0;
	}

.services-block-title {
    color: #01528b;
    font-size: 42px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    margin: 0 0 20px;
    }

.services-block-description {
    color: #01528b;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto 45px;
    }

.services-block-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
    }

.services-block-box {
    max-width: 274px;
    text-align: center;
    width: 100%;
    transition: 0.3s;
    }

.services-block-box:hover {
    text-align: center;
    transform: scale(1.05);
    }

.ourServices-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    }

.homepage-service-link {
    transition: 0.3s;
    }   

.homepage-service-link:hover {
    transform: scale(1.1);
    }   

.homepage-link-upper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 330px;
    text-align: center;
    color: #fff;
    border-radius: 45px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    gap: 10px;
    height: 200px;
    font-family: "Montserrat", sans-serif;
    transition: 0.3s all;
    }

.homepage-link-upper:hover {
    cursor: pointer;
    }

.homepage-service-title {
    color: #01528b;
    margin: 15px 0 0 0;
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-weight: 600;
    }

.services-button-wrap {
    display: block;
    margin: 35px auto;
    }
    
.homepage-services-button {
    color: #fff;
    font-size: 22px;
    padding: 0;
    background: #374e66;
    border-radius: 25px;
    height: 58px;
    width: 330px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    transition: all 0.3s;
    }

.homepage-services-button:hover {
    background: #253749;
    cursor: pointer;
    }

.testimonial-block {
    padding: 0 0 50px;
    }

.testimonial-block h3 {
    color: #01528b;
    font-size: 42px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    }

.connect-with-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 30px 25px;
    box-sizing: border-box;
    flex-wrap: wrap;
    }
  
.connect-with-title {
    color: #374e66;
    font-size: 32px;
    font-weight: 500;
    margin: 10px 0;
    }

.connect-with-us {
    display: flex;
    gap: 10px;
    }

.social-connect-block a {
    color: #0171ab;
    font-size: 24px;
    padding: 10px;
    background: #8ed8ff;
    border-radius: 50%;
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    transition: 0.3s;
    }

.social-connect-block a:hover {
    transform: scale(1.05);
    cursor: pointer;
    }

.locations-block {
    background: url(../images/location-background.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0;
	}

.locations-upper-links p {
    color: #374d65;
    font-weight: 400;
    font-size: 32px;
    margin: 20px 0;
    }

.locations-upper-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    max-width: 1150px;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    }

.socials-upper {
    display: flex;
    gap: 10px;
    }

.social-upper a {
    color: #0171ab;
    font-size: 24px;
    padding: 10px;
    background: #8ed8ff;
    border-radius: 50%;
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    transition: 0.3s;
    }

.social-upper a:hover {
    transform: scale(1.05);
    }

.location-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: rgb(255 255 255 / 80%);
    max-width: 1150px;
    margin: 0 auto;
    }

.our-location-title {
    color: #02a9ff;
    font-size: 42px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    margin: 20px 0px;
    }

.location-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    }

.location-info-left i {
    color: #0171ab;
    font-size: 24px;
    padding: 10px;
    background: #8ed8ff;
    border-radius: 50%;
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    transition: 0.3s;
    }

.location-info-right h3 {
    margin: 0;
    }

.location-info-right p {
    margin: 0;
    }

.location-info-right a {
    color: #000;
    }

.locations-lower-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    border-top: 1px solid;
    font-family: "Montserrat", sans-serif;
    }

.locations-lower-links p {
    color: #000;
    font-weight: 600;
    font-size: 26px;
    }

.socials-lower {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    }

.social-lower a {
    color: #0171ab;
    font-size: 24px;
    padding: 10px;
    background: #8ed8ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    transition: 0.3s;
    }

.social-lower a:hover {
    transform: scale(1.05);
    }

.location-wrap-right {
    width: 550px;
    height: 390px;
    }

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

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

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

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

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

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

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

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

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

footer {
    background-color: #192d42;
    padding: 15px 0 0;
	}

footer .content {
    text-align: center;
	}

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

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

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

.footer-rate a {
    color: #fff;
    }

.footer-rate a:hover {
    text-decoration: underline;
    }

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

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

.quick-links-block ul li a {
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    text-decoration: none;
	}

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

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

.bottom-loc-block {
    display: inline-block;
    vertical-align: middle;
    padding: 30px;
    text-align: left;
    color: #ffffff;
    font-size: 18px;
    line-height: normal;
	}

.white-text {
    color: #fff;
	}

.offices-block {
    display: flex;
	}


.copy-left , .copy-right {
    text-align: left;
    float: left;
    color: #ffffff;
    font-size: 15px;
    padding: 15px;
	}

.copy-left a , .copy-right a {
    color: #ffffff;
    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: 100px;
    left: 20px;
    z-index: 8999;
    opacity: 1;
    transition: all 0.3s;
    display: none;
    cursor: pointer;
	}

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

.scroll-to-top:hover {
    opacity: 0.8;
	}

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

.rabutton .wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    }
        
.rabutton .buttonrs {
    min-width: 255px;
    min-height: 45px;
    font-size: 18px;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #fff;
    background: #b71c1c;
    border: none;
    border-radius: 3px;
    box-shadow: 12px 12px 24px rgb(25 54 78 / 22%);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px 20px;
    }
    
.rabutton .buttonrs::before {
    content: '';
    border-radius: 13px;
    min-width: calc(250px + 28px);
    min-height: calc(40px + 4px);
    border: 4px solid #bf0000;
    box-shadow: 0 0 60px rgb(195 195 195 / 64%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
    }
        
.rabutton .buttonrs:hover, .buttonrs:focus {
    color: #da0000;
    transform: translateY(-6px);
    background: #fff;
    }
        
.rabutton .buttonrs:hover::before, .rabutton .buttonrs:focus::before {
    opacity: 1;
    }
    
.rabutton .buttonrs::after {
    content: '';
    width: 30px; height: 30px;
    border-radius: 100%;
    border: 6px solid #cccccc;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
    }
        
.rabutton .buttonsr:hover::after, .buttonrs:focus::after {
    animation: none;
    display: none;
    }
        
@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }
    100% {
        width: 200px;
        height: 200px;
        opacity: 0;
    }
    }

/* .zd-sticky-button {
    bottom: 140px !important;
}

#lc_text-widget--box {
    z-index: 2147483647 !important;
} */

.chat-widget { 
  position: fixed !important;
  bottom: 20px !important;
  left: 20px !important; /* Move from right to left */
  right: auto !important;
  z-index: 9999;
}

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

.social-btns a {
    color: #fff;
	}

.social-btns a:hover {
    color: #3dc1fd;
	}

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

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

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

.google-review {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    }


.google-review img: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:hover {
    transform: scale(1.02);
    transition: all 300ms ease;
    }

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

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


tr.rsform-block.rsform-block-ref {
    vertical-align: text-bottom;
    }

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

.inner-pages a {
    color: #01528b;
	}

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

.inner-pages .page-header {
    margin-bottom: 20px;
	}
	
.page-header h1 {
	position: relative;
    width: 100%;
    background-color: #a7c4d4 !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
	margin: 0;
	}

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

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

.inner-pages .staff-grid h2,
.inner-pages .staff-grid h3,
.inner-pages .staff-grid p {
    color: #000000;
    }

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

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

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

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

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

.hours {
    float: left;
    width: 120px;
    margin-bottom: 20px;
	}
	
.coloredtext.semi {
	font-weight: 600;
	}

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

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

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

div.latestItemsCategory h2 {
   display: none;
	}

h2.latestItemTitle a {
    color: #01528b;
	}

#k2Container {
    padding-top: 30px;
	}

div.itemToolbar {
    display: none;
	}

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

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

.clearList {
    display: none !important;
	}

.formTableLayout {
  	margin: 0 auto;
	}

.formTableLayout input#Send, .formTableLayout button#submit,
.formTableLayout button#Send, .formTableLayout button#submit {
    background: #01528b;
    color: #fff;
    border-color: #01528b;
    padding: 5px 30px;
    border-radius: 5px;
    font-size: 19px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    border: 2px solid transparent;
	}

.formTableLayout input#Send:hover, .formTableLayout input#submit:hover,
.formTableLayout button#Send:hover, .formTableLayout button#submit:hover {
    background: #fff;
    color: #01528b;
    border-color: #fff;
    border: 2px solid;
    cursor: pointer;
	}

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

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

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

table.pe ul {
	margin: 0;
	}


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: 0px 4px !important;
	}

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

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

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

div.genericItemReadMore {
    display: none !important;
	}

div.k2ArchivesBlock ul li a {
	color: #01528b;
	}

/* Landding Page 02 */
.orthotics-lp-two .contenth .content {
    max-width: 100%;
    padding: 0;
    }

.orthotics-lp-two .content img {
    outline: none !important;
    border: none !important;
    }

.orthotics-lp-two .slider-block {
    position: relative; 
    background: none !important;
    }
  
.orthotics-lp-two .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-two .slider-text-box {
    background-color: rgb(0 0 0 / 60%);
    padding: 30px 20px;
    border-radius: 5px;
    }
  
.orthotics-lp-two .orthotics-form-wrap {
    margin-top: 44px;
    }
  
.orthotics-lp-two .slider-text-box h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 auto 20px;
    color: #fff;  
    font-family: "Montserrat", sans-serif;
    }
  
.orthotics-lp-two .slider-text-box ul {
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none;
    }
  
.orthotics-lp-two .slider-text-box ul li {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    font-family: "Montserrat",sans-serif;
    padding: 5px 0;
    } 
  
.orthotics-lp-two .wrapper {
    max-width: 1640px;
    margin: 0 auto;
    padding: 30px 20px;
    box-sizing: border-box;
    text-align: left;
    }
  
.orthotics-lp-two section h2 {
    font-size: 46px;
    font-weight: 700;
    font-family: "Montserrat",sans-serif !important;
    line-height: normal;
    margin: 0 !important;
    text-align: center;
    }
  
.orthotics-lp-two section h3 {
    font-size: 34px;
    font-weight: 700;
    font-family: "Montserrat",sans-serif !important;
    line-height: normal;
    margin: 0 auto 5px !important;
    }
  
.orthotics-lp-two section p {
    font-size: 24px;
    font-family: "Montserrat",sans-serif !important;
    line-height: normal;
    margin: 10px auto !important;
    }
  
  .orthotics-lp-two section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    }
  
.orthotics-lp-two section ul li {
    font-size: 24px;
    font-family: 'Lato',sans-serif !important;
    padding: 10px 0;
    line-height: 26px;
    }
  
.orthotics-lp-two .wrap-item-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 30px 0;
    }
  
.orthotics-lp-two .item-two-col {
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    width: 100%;
    /* max-width: 420px; */
    height: auto;
    width: calc(50% - 25px);
    }
  
.orthotics-lp-two .item-two-col h3 {
    font-size: 40px;
    color: #374e66;
    font-weight: 700;
    margin: 0 auto !important;
    width: 100%;
    }
  
.orthotics-lp-two .item-two-col p {
    font-size: 24px;
    color: #000;
    padding: 5px 0;
    line-height: normal;
    }
  
.orthotics-lp-two .item-two-col ul  {
    margin: 0;
    padding: 10px 0 10px 25px;
    list-style-type: disc;
    }
  
.orthotics-lp-two .item-two-col ul li {
    font-size: 24px;
    color: #000;
    padding: 5px 0;
    }
  
.orthotics-lp-two .first-block.background {
    position: relative;
    padding: 50px 0;
    }
  
.orthotics-lp-two .first-block.background .first-block-image {
    position: absolute;
    left: -30px;
    top: 30px;
    z-index: -1;
    }
  
.orthotics-lp-two .first-block.background .first-block-image img {
    float: none;
    margin: 0;
    height: 655px !important;
    }
  
.orthotics-lp-two .first-block h2 {
    margin: 0 auto 80px !important;
    color: #374e66;
    }
  
.orthotics-lp-two .first-block img {
    float: right;
    margin: 0 0 20px 50px;
    }
  
.orthotics-lp-two .second-block.background {
    position: relative;
    }
  
.orthotics-lp-two .second-block.background .second-block-image {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    }
  
.orthotics-lp-two .second-block .item-two-col.short .text-wrap {
    padding: 10px 10px 10px 0;
    background-color: rgb(255 255 255 / 80%);
    border-radius: 10px;
    }
  
.orthotics-lp-two .second-block .item-two-col.short p {
    max-width: 555px;
    margin: 0 !important;
    }
  
.orthotics-lp-two .third-block.background {
    position: relative;
    padding: 80px 0;
    }
  
.orthotics-lp-two .third-block.background .third-block-image {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    }
  
.orthotics-lp-two .third-block h3 {
    color: #374e66;
    font-size: 40px;
    } 
  
.orthotics-lp-two .third-block li {
    font-size: 24px;
    padding: 10px 0;
    }
  
.orthotics-lp-two .third-block li.short {
    max-width: 660px;
    }
  
.orthotics-lp-two .third-block .green-text {
    font-weight: 700;
    color: #374e66;
    }

.orthotics-lp-two .video-container {
    max-width: 600px;
    margin: 0px 0 15px 30px;
    float: right;
    border: 5px solid #374e66;
    display: flex;
    box-sizing: border-box;
    }

.orthotics-lp-two .video-container video {
    width: 100%; 
    height: auto; 
    }

.activeFeedbackField {
	display: inline-block;
	position: relative;
	width:0;
	overflow:hidden;
	}

.activeFeedbackField input{
	position:absolute;
	left:10px;
	}

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

.content-container {
    box-sizing: border-box;
    }

.staff-grid-container {
    padding: 0 20px;
    box-sizing: border-box;
    }

.get-in-touch-block {
    box-sizing: border-box;
    }

.dm-flex {
    padding: 0 20px;
    }

.flex-container {
    padding: 0 20px;
    }

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

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

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

@media only screen and (max-width: 1800px) {
.about-block-wrap {
    max-width: 550px;
    position: absolute;
    top: 150px;
    right: 10%;
    }
}

@media only screen and (max-width: 1700px) {
footer {
    padding-bottom: 140px;
    }
}

@media only screen and (max-width: 1620px) {
.about-block-wrap {
    max-width: 550px;
    position: absolute;
    top: 150px;
    right: 5%;
    }
}

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

    
/* .topmenu ul li a, span.nav-header, span.span-separator {
    font-size: 18px;
    padding: 6px 10px;
    } */


.slider-overlay-wrap {
    max-width: 961px;
    margin: 0 auto;
    }

.overlay-upper-left h3 {
    font-size: 28px;
    }

.overlay-upper-left ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    margin: 14px 0;
    font-weight: 500;
    }

.overlay-upper-left ul li {
    font-size: 18px;
    margin: 10px 0;
    }


.slider-overlay-lower h3 {
    font-size: 72px;
    }

.about-block-wrap {
    top: 100px;
    left: 25px;
    }

.about-block {
    background: url(../images/about-us-background.jpg) no-repeat right;
    height: 500px; 
    background-size: cover;
    }

.about-block-wrap {
    top: 20px;
    left: 25px;
    right: 25px;
    max-width: unset;
    text-align: center;
    background: #ffffff7d;
    padding: 25px;
    border-radius: 40px;
    }

}

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

.topmenu {
  	display: none;
  	}
  
.topmenu.active {
  	display: block;
  	}
  
}

@media only screen and (max-width: 1320px) {
.inner-logo {
    max-width: 170px;
    }

.topmenu.top-right-inner {
    display: none;
    }

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

nav .content.mobile-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 9003;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

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

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

.topmenu {
	position: fixed;
	z-index: 9001;
	top: -100%;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
    background: linear-gradient(135deg, #01528b 0%, #4f7094 100%);
    
	margin: 0;
    text-align: left;
    backdrop-filter: blur(10px);
	}

.topmenu.active {
	top: 0;
	animation: slideDown 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}

@keyframes slideDown {
	from {
		top: -100%;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
	}

.topmenu ul {
	display: block;
	padding: 80px 30px 30px;
	max-width: 400px;
	margin: 0 auto;
	}

.topmenu ul li {
	display: block;
	padding: 4px 0;
	position: relative;
	}

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

.topmenu ul li a , span.nav-header , span.span-separator {
	font-size: 18px;
	color: #ffffff;
	padding: 15px 20px;
	border-radius: 10px;
	font-weight: 500;
	background: rgba(255, 255, 255, 0.1);
	margin-bottom: 8px;
	display: block;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.3s ease;
	white-space: normal;
	line-height: 1.4;
	word-wrap: break-word;
	}

.topmenu ul li a:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: translateX(10px);
	color: #ffffff;
	}

.topmenu ul li ul {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	display: block;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 8px;
	margin-top: 8px;
	padding: 10px 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	max-height: 3000px;
	overflow-y: visible;
    }

.topmenu ul li ul li {
	padding: 2px 15px;
	}

.topmenu ul li ul li a {
	background: transparent;
	border: none;
	margin-bottom: 4px;
	padding: 10px 15px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.9);
	white-space: normal;
	line-height: 1.3;
	word-wrap: break-word;
	}

/* .topmenu ul li ul li a:hover {
	background: rgba(255, 255, 255, 0.1);
	padding-left: 20px;
	} */

/* .topmenu ul li ul.mega-menu {
	display: block;
	width: auto;
	min-width: auto;
	max-width: none;
	padding: 10px 0;
}

.topmenu ul li ul.mega-menu li {
	width: 100%;
} */

nav.fixed .topmenu ul li ul {
	background: rgba(255, 255, 255, 0.05);
	}

.topmenu ul li:hover ul {
	overflow-y: visible;
	padding: 10px 0;
	}
	
.hamburger.hamburger--slider.is-active {
	position: fixed;
	right: 15px;
	top: 15px !important;
	z-index: 9002;
	}

.hamburger {
	transition: all 0.3s ease;
	}

.hamburger:hover {
	transform: scale(1.05);
	}
	
.inner-nav.slide {display: none;}

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

nav .content {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
    justify-content: space-between;
    position: relative;
    }

.top-right {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 15px;
    max-width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    order: 2;
    box-sizing: border-box;
    }

.top-right {
    text-align: center;
    }


.overlay-upper-left h3 {
    font-size: 24px;
    white-space: break-spaces;
    text-align: center;
    max-width: 270px;
    margin: 0 auto;
    }

.overlay-upper-left ul {
    flex-direction: column;
    max-width: 195px;
    margin: 0 auto;
    align-items: flex-start;
    gap: 0;
    }

.about-block {
    height: 590px;
    }

.about-block-wrap h3 {
    font-size: 34px;
    }

.about-block-wrap p {
    font-size: 16px;
    line-height: 24px;
    }
}

@media only screen and (max-width: 1250px) {
.one .address {
	width: 100%;
	}

.about-block-wrap p {
    color: #000000;
    }

}


@media only screen and (max-width: 1150px) {
.services-block-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    }

.about-block {
    height: 600px;
    }
.locations-upper-links {
    max-width: 580px;
    }

.location-wrap {
    flex-direction: column;
    max-width: 580px;
    padding: 10px;
    }

}



@media only screen and (max-width: 1080px) {
/* Landing Page 02 */
.orthotics-lp-two div#n2-ss-2 .n2-ss-slider-1 {
    min-height: auto !important;
    }
   
.orthotics-lp-two .slider-block-wrap {
    position: static;
    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-two div#n2-ss-3 .n2-ss-slider-1 {
    min-height: auto !important;
    }

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

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

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

.orthotics-lp-two section h2 {
    font-size: 30px;
    margin: 0 auto 30px !important;
    }


.orthotics-lp-two .wrap-item-row.reverse {
    flex-direction: column-reverse;
    }

.orthotics-lp-two .item-two-col h3 {
    font-size: 30px;
    }

.orthotics-lp-two .item-two-col img {
    display: block;
    margin: 0 auto;
    }

.orthotics-lp-two .item-two-col p {
    font-size: 20px;
    }

.orthotics-lp-two .item-two-col ul li {
    font-size: 20px;
    }

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

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

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

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

.orthotics-lp-two .first-block.background {
    position: relative;
    padding: 0;
    }

.orthotics-lp-two .first-block img {
    float: none;
    margin: 0 auto 30px;
    display: block;
    }

.orthotics-lp-two .first-block h2 {
    margin: 0 auto 30px !important;
    }

.orthotics-lp-two .second-block.background .second-block-image {
    display: none;
    }

.orthotics-lp-two .second-block .item-two-col.short .text-wrap {
    padding: 0;
    background: transparent;
    }

.orthotics-lp-two .second-block .item-two-col.short .text-wrap h3 {
    margin-bottom: 20px !important;
    }

.orthotics-lp-two .second-block .item-two-col.short p {
    max-width: 100%;
    margin: 0 !important;
    }

.orthotics-lp-two .third-block h3 {
    font-size: 26px;
    }

.orthotics-lp-two .third-block li {
    font-size: 20px;
    padding: 5px 0;
    }
 
.orthotics-lp-two .third-block li.short {
    max-width: 100%;
    }

.orthotics-lp-two .video-container {
    margin: 0 auto 30px;
    float: none;
    }  
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}
  

.inner-wrap {
    padding: 30px 2% 60px;
    }

.inner-wrap h2 {
    font-size: 32px;
    }

.google-review img {
    width: 300px !important;
	height: auto !important;
    }

}

@media only screen and (max-width: 970px) {
.top-right {
    display: none;
}

.homepage .top-right.mobile {
    display: block;
}

.new-featured {
    margin: 0 auto !important;
}

.dm-third:nth-child(1),
.dm-third:nth-child(2) {
    flex: auto;
    max-width: 100%;
    max-width: calc(50% - 15px);
}

.dm-third:nth-child(3) {    
    flex: auto;
    max-width: 100%;
    width: 100%;
}
.dm-third a {
    min-height: 215px !important;
}

.why-choose-us-block .dm-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.why-choose-us-block .dm-half {
    flex: 1;
    max-width: 100%;
}

.why-choose-us-block h2 {
    font-size: 24px;
}

.ourServices .col-md-4 {
    max-width: 100%;
    width: 100%;
    flex: auto;
}

.ourServices .imageHover {
    width: 100% !important;
}

.ourServices .col-md-4 img {
    width: 100% !important;
    height: 220px !important;
}

.staff-grid-container .content-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer-block .col-4 {
    flex: 1 1 calc(50% - 1rem);
    flex: 1 1 100%;
}

.footer-block p {
    text-align: center;
}

.mobile-bottom-menu {
    display: block;
}

.zd-sticky-button {
    bottom: 45px !important;
}

#lc_text-widget {
    bottom: 45px !important;
}

table.pe td {
	display: block;
	}

table.pe ul {
	margin: 0;
	}
}

@media only screen and (max-width: 800px) {
.social-header a {
    font-size: 12px;
    padding: 5px;
    width: 15px;
    height: 15px;
    }

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

body .accessib-block {
    top: 40% !important;
  	}
  
.copy-left, .copy-right {
	width: 100%;
	padding: 0;
	text-align: center;
	}
	
.copy-right p {
	margin-top: 0;
	}
  
.thumbs-wrap .item {
    max-width: 35%;
    margin: 0 10px 20px 10px;
    }

.thumbs-wrap .item span {
    font-size: 18px;
    }

  
}

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

.formCaption {
	width:100% !important;
	}

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

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

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

.btn {
 	width: 100%;
	max-width: fit-content;
	border-radius: 5px;
	padding: 10px 10px;
	font-weight: 600;
	font-size: 15px;
    text-align: center;
	}
	
.btn-primary a {
    padding: 10px 50px;
	}

.slider-overlay-lower h3 {
    font-size: 46px;
    top: -185px;
    }

.about-block {
    background: #fff;
    height: auto;
    padding: 50px 0 0;
    }

.about-block-img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto 30px;
    }

.about-block-wrap {
    max-width: 100%;
    border-radius: 0;
    position: relative;
    top: auto;
    left: auto;
    padding: 0 15px;
    box-sizing: border-box;
    right: auto;
    margin: 0 auto;
    padding: 20px;
    background: none;
    }   

.about-block-wrap h3 {
    font-size: 28px;
    }

.custom-orthotic-banner img.desk {
	display: none;
	}
	
.custom-orthotic-banner img.mob {
	display: block;
	}

.services-block-title {
    font-size: 28px;
    }

.services-block-description {
    font-size: 18px;
    }
.homepage-service-title {
    font-size: 20px;
    }

.homepage-services-button {
    font-size: 18px;
    height: auto;
    width: auto;
    max-width: 200px;
    padding: 10px;
    }

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

div#n2-ss-2 .n2-font-c02e4fb74f8f9ac11e018e2340185a06-paragraph,
div#n2-ss-2 .n2-font-179873a640c5bc67c54e5ff387c0ace3-paragraph {
    font-size: 16px !important;
    }

.locations-upper-links p {
    font-size: 28px;
    }

.our-location-title {
    font-size: 28px;
    }

.locations-lower-links p {
    font-size: 22px;
    }

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

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

footer {
    padding-bottom: 80px;
    }

footer .content {
	text-align: center;
	}


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

footer h4 {
	font-size: 14px;
	}

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

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

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

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

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

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

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

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

.two {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	}
  
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}

.dm-third:nth-child(1), .dm-third:nth-child(2) {
    max-width: 100%;
    }

.dm-third a {
    min-height: auto !important;
    }

.slider-overlay-txt {
    top: 40%;
}

.slider-overlay-txt h4 {
    margin: 100px 0 0;
}

.slider-overlay-txt a {
    max-width: 340px !important;
    font-size: 13px !important;
}

.top.block {
    text-align: center;
}

.slider-overlay-txt h2 {
    font-size: 30px;
    text-align: center;
}

.ourServices h2,
.meetdoc h2,
.our-blog-snippet h2 {
    font-size: 30px;
    }
}

@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: 650px) {

.locations-upper-links {
    flex-direction: column;
    margin-bottom: 15px;
    }

.locations-upper-links p {
    margin-bottom: 0;
    }

.locations-lower-links {
    flex-direction: column;
    }

.locations-lower-links p {
    margin-bottom: 0;
    }

.location-wrap-right {
    width: 100%;
    height: 400px;
    }

}

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

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

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

	
.divContent , .divRight {
	flex: 0 0 100%;
	}
	
.divRight .moduletable {
    padding-left: 5px;
	}

}

@media only screen and (max-width: 550px) {
div#n2-ss-1 .n2-style-f8293b450b12ef15d5c4ff97a617a3e3-heading {
    font-size: 20px !important;
    }

.new-featured {
    padding: 80px 15px 0 !important;
    }

div#n2-ss-1 .n2-font-0c3a7d5217a59b7012a313c7dba73d79-link a {
    font-size: 100% !important;
    margin-top: 20px !important;
    }

.slider-overlay {
    display: flex;
    flex-direction: column-reverse;
    gap: 25px;
    }

.slider-overlay-lower h3 {
    font-size: 38px;
    padding-bottom: 0;
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
    text-align: center;
    order: -1;
    }

.logo-footer {
    padding: 15px;
    }

.bottom-loc-block {
    padding: 15px;
    }

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

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

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

table#cal4_0 tbody td {
	display: table-cell;
	}
  
	
  
tbody#rsform_5_page_0 td {
	display: block;
	}
  
}

@media only screen and (max-width: 430px) {
.homepage-services-button {
    width: 100%;
    }

footer .content {
    text-align: center;
    }
}
