body, html {width: 100%; height: 100%; padding: 0; margin: 0; font-family: "Lato", sans-serif; font-weight: 400; font-size: 17px; color: #000000; -webkit-text-size-adjust: 100%;}
body {overflow-x: hidden;}
a {text-decoration: none;}
.clear {clear: both;}
input,textarea,button {outline:none;}
a img {border: none;}
img {max-width: 100%; height: auto;}
form {padding: 0; margin: 0;}

#system-message {
  	display: none !important;
	} 

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

.wrapper {
	max-width: 940px;
	}

.notice {
    text-align: center;
    min-height: 20px;
    color: #ffffff;
    background: #176c99;
    font-weight: 500;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 20px;
    padding: 8px 2% 8px;
    width: 96%;
	}

/*Universal Elements*/

.underline {
	display: block;
    width: 75%;
    height: 1.7px;
    background: #fff;
    border: 0.2px solid black;
    border-radius: 123%;
    margin: 0 auto;
	}	

.underline-b {
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	border: 1px solid white;
	border-radius: 100%;
	}

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

/*--------------------*/

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

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

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

/*Navbar*/
nav {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
    background: #ffffff;
    transition: all 0.3s;
	box-shadow: 3px 3px 3px #246d9881;
	}

#homepage nav {
	position: absolute;
	}

#homepage nav.slide {
	position: relative;
	display: none;
	}

nav.slide {
	position: fixed;
	display: none;
	}

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

.header-upper-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1700px;
	margin: 0 auto;
	padding: 10px 25px;
	box-sizing: border-box;
	}

nav .content {
    max-width: 3000px;
    padding: 0;
	}

.inner-logo {
	max-width: 400px;
	}

.inner-logo a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	}

.inner-logo a img {
	padding: 10px 5px;
	}

.logo-text-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	}

.sup-logo {
	color: #48575e;
    font-weight: 600;
    font-size: 30px;
	}

.sub-logo {
	color: #48575e;
	font-weight: 600;
	font-size: 20px;
	}

/*Logo slide down*/

nav.slide.fixed .inner-logo {
	margin-top: 5px;
	max-width: 390px;
	}

nav.slide.fixed, .inner-nav.slide.fixed .content .inner-logo a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: unset;
	}

nav.slide.fixed .logo-text-wrap {
	align-items: start;
	text-align: left;
	}

/*-----------------------*/

.topmenu {
	margin: 0;
    padding: 20px 0;
	}

.topmenu ul {
    padding: 0;
    margin: 0;
    display: flex;
	justify-content: center;
	}

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

.parent {
	margin-right: 5px;
	}

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

.topmenu ul li a , span.nav-header , span.separator {
    text-decoration: none;
    font-size: 14.5px;
    color: #232323;
    transition: all 0.3s;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
	}

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

.topmenu ul li a:hover, .topmenu ul li.active a {
    color: #232323;
	}

.topmenu ul li.active ul li a:hover , .topmenu ul li ul li.active a {
    color: #232323;
	}

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

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

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

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

.topmenu ul li ul li:last-child {
    border-bottom: 5px #48575e solid;
	}

/*Submenu*/
.submenu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #ffffff;
    padding: 5px 15px;
    border-top: ridge 3px #246d98;
    gap: 3%;
	}

/*Top Socials*/
.top-socials {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	transition: 0.3s;
	}

nav .top-social {
	transition: 0.3s;
	}

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

/*Top Buttons*/
.top-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
	}

.top-button {
    color: #ffffff !important;
    font-size: 14.5px;
    font-weight: 600;
    background: linear-gradient(0deg, rgb(36 109 152), rgb(56 152 209));
    border-radius: 30px;
    padding: 15px 25px;
    text-transform: uppercase;
    transition: 0.3s all;
	}

.top-button:hover {
    color: #ffffff !important;
    background: #135074;
	}

/*Top Phone*/
.top-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
	}

.tp-position {
    color: #246d98;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
	}

.tp-position img {
	transition: 0.3s;
	}

.tp-position:hover img {
	transform: scale(1.3);
	}

.top-phone a {
	color: #246d98;
	font-size: 22px;
	}

/*Hamburger*/
.hamburger.hamburger--slider {
	display: none;
	}

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

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

.mobile-slide {
    display: none;
	}

.maintext-block-serv {
	background: #ffffff57;
	border-radius: 50px;
	border: 1px solid #fff;
	}

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

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

.maintext-block-serv-wrapper {
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
	}

.so-logo {
	width: 105px;
	}

.so-gold {
    color: #454a4e;
    font-size: 35px;
    font-weight: 900;
    margin: 0 0 15px 0;
	}

.so-white {
    font-size: 50px;
    color: #2d6e97;
    font-weight: bold;
    margin: 0;
	}

.so-button {
	color: #ffffff;
	background: #246d98;
	font-weight: 900;
	padding: 20px;
	display: block;
	margin: 30px auto 0;
	max-width: 300px;
	border-radius: 6px;
	transition: 0.3s;
	text-transform: uppercase;
	}

.so-button:hover {
    color: #ffffff !important;
    background: #135074;
    border-radius: 35px;
	}	

.slider-tagline {
	display: block;
    position: absolute;
    bottom: 0;
    background: #246d98;
    padding: 20px 25px;
    font-size: 24px;
    width: 100%;
    font-weight: 500;
    color: #fff;
    box-sizing: border-box;
	}

.slider-tagline p {
	padding: 0;
	margin: 0;
	}

/*We Are Foot & Ankle Surgeons Block*/

.we-are-block {
	position: relative;
    display: block;
    overflow: hidden;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 20%), rgb(255 255 255 / 20%)), url(../images/section-background-01.jpg);
    background-size: cover;
	}

.we-are-block .content {
    background: #ffffffc7;
    padding: 0 25px 25px 25px;
    margin: 15px auto 80px;
	}

.waf-title-wrap {
	max-width: 900px;
    text-align: center;
    margin: 78px auto 30px;
  	padding: 30px 0 0 0;
	}

.waf-title-black {
	color: #000;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 55px;
	font-family: 'Montserrat', sans-serif;
	}

.waf-title-gold {
	color: #246d98;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 55px;
	font-family: 'Montserrat', sans-serif;
	}

h4.waf-small-title {
	color: #000;
	text-align: center;
    font-size: 24px;
	font-weight: 600;
	}

.waf-text {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    max-width: 1060px;
    margin: 15px auto;
    line-height: 32px;
	padding-bottom: 35px;
	}

/* Banner Home Page */
.banner-hp-block {
    background-color: #272727;
    background-image: linear-gradient(to right, #000, #272727, #000);
  	padding: 50px 0;
    }

.banner-hp .content {
    text-align: center;
    }

.banner-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	}

.banner-item a {
  	display: inline-block;
    transition: 0.3s ease-in-out;
	}

.banner-item a:hover {
  	transform: scale(1.02);
	filter: grayscale();
	}

.banner-item img {
    width: auto !important;
  	height: auto;
  	max-width: 100%;
  	filter: drop-shadow(0px 0px 10px #212121);
    }

.banner-desk {
    display: block;
    }

.banner-mob {
    display: none;
    }

/*Second Service Block*/
.serv-b {
    box-sizing: border-box;
    padding: 40px 0;
	}

.ssb-title {
    text-align: center;
    font-size: 45px;
	}

.ssb-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    padding: 25px 25px;
	}

.ssb-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    width: 20%;
    height: 217px;
	margin: 30px 0;
	text-align: center;
	}

.ssb-block img {
	width: 76px;
	}

.ssb-block P {
	font-size: 25px;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	}

.ssb-block a {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 16px 28px;
	transition: 0.3s;
	color: #fff;
	background-color: #246d98;
	transition: 0.3s;
	border-radius: 5px;
	}

.ssb-block a:hover {
    color: #ffffff;
    background-color: #135074;
	}

/*Doctors block*/

.db-wrap {
    display: flex;
	}

.db-left {
    height: unset;
    background: #246d98;
    max-width: 635px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
	}

.dbleft-background {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	filter: opacity(0.4);
	}

.db-left-text {
	font-size: 20px;
	color: #000;
	z-index: 1;
	}

.db-left-title {
    font-size: 48px;
    max-width: 400px;
    text-align: center;
    margin: 10px auto;
    z-index: 1;
    color: #fff;
	padding: 0 25px;
	}

.db-right {
	background: #f8f8f8;
	display: flex;
	width: 100%;
	padding: 107px 77px;
	gap: 40px;
	box-sizing: border-box;
	}

.db-right-left img {
	width: 350px !important;
	border-radius: 20px;
	}	

.db-white {
	font-size: 26px;
	font-weight: 600;
	color: #246d98;
	display: block;
	}

.db-white-listed {
	font-size: 26px;
	font-weight: 600;
	color: #246d98;
	display: block;
	padding-left: 35px;
	}

.db-white-listed::before {
	content: '';
    height: 7px;
    width: 7px;
    border-radius: 50%;
    color: #246d98;
    background-color: #246d98;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
	}

.db-yellow-listed {
	font-size: 20px;
	font-weight: 900;
	color: #246d98;
	padding-left: 80px;
	}

.db-yellow-listed::before {
	content: '';
    height: 6px;
    width: 6px;
    border-radius: 50%;
	border: 1px solid #246d98;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
	}

.list-item {
	color: #fff;
    padding-left: 120px;
    font-size: 16px;
    line-height: 28px;
	}

.list-item::before {
	content: '';
    height: 7px;
    width: 7px;
    border-radius: none;
    background: #246d98;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
	}

.db-text {
    color: #246d98;
    font-size: 18px;
    max-width: 700px;
    line-height: 28px;
	}

.db_button {
	display: block;
	color: #fff;
	text-transform: uppercase;
	background: #246d98;
	text-align: center;
	max-width: 333px;
	padding: 15px 0px;
	font-weight: 600;
	font-size: 16px;
	border-radius: 5px;
	transition: 0.3s;
	}

.db_button:hover {
	border-radius: 50px;
	background: #135074;
	}
	

/*Schedule block*/
.schedule-block {
    position: relative;
    max-height: 270px;
    height: 100%;
    overflow: hidden;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 75%), rgb(255 255 255 / 75%)), url(../images/section-background-02.jpg);
    z-index: 1;
    background-size: cover;
    background-position: center;
	}

.schedule-background {
    z-index: -1;
    position: absolute;
    top: -445px;
    filter: opacity(0.4);
	}

.sb-wrap {
    display: block;
    max-width: 775px;
    text-align: center;
    margin: 64px auto 0;
	}

.sb-title {
	font-size: 25px;
	margin: 10px auto 35px;
	}

.sb-button {
	display: block;
    color: #fff;
    text-transform: uppercase;
    background: #246d98;
    text-align: center;
    max-width: 333px;
    padding: 15px 0px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s;
    margin: 0 auto;
	}

.sb-button:hover {
    color: #ffffff;
    background-color: #135074;
	}

/*Comfortable Enviroment Block*/

.comfortable-environment-block {
    height: 685px;
    overflow: hidden;
	}

.ceb-wrap {
    display: flex;
	}

.ceb-left {
    max-width: 635px;
    width: 100%;
    position: relative;
    height: 685px;
    overflow: hidden;
    background: #246d98;
    display: flex;
    justify-content: center;
    align-items: center;
	}

.cebleft-background {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: opacity(0.4);
	}

.ceb-right {
    max-height: 760px;
    background-image: url(../images/comfortable-environment-image.jpg);
    background-size: cover;
    width: 100%;
	}
/*
.cebright-image {
    height: 685px;
	}
*/
.ceb-info {
    max-width: 480px;
    position: relative;
    z-index: 1;
    color: #fff;
	}

.ceb-title {
	position: relative;
	z-index: 1;
	font-size: 45px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 32px;
	}

.ceb-text {
	font-size: 24px;
	position: relative;
	z-index: 1;
	line-height: 45px;
	}

/*Cutting Edge Technologies Block*/

.cutting-edge-block {
    box-sizing: border-box;
	}

.cebt-wrap {
    display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	}

.cebt-left {
	height: 760px;
	background-image: url(../images/cutting-edge-block-image.jpg);
    background-size: cover;
    width: 100%;
	}

.cebt-img {
    max-height: 834px;
	}

.cebt-right {
	position: relative;
    background: #246d98;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 760px;
    box-sizing: border-box;
	}

.cebt-bckg {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	filter: opacity(0.4);
	}

.cebt-info {
	position: relative;
	}

.cebt-title {
	color: #fff;
	font-size: 45px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	}

.cebt-text {
    font-size: 24px;
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    padding: 0 15px;
    line-height: 40px;
	}

/*Services block*/
.services-title {
	background: #015480;
	display: flex;
	}

.services-title h2 {
    font-weight: 600;
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin: 0 auto;
    line-height: 69px;
    padding: 10px;
    display: flex;
	}
	
.services-title img {	
	max-width: 100%;
    height: auto !important;
    display: block;
    background-repeat: no-repeat;
    padding: 0 15px 0 0;
	}

.services-block {
    display: flex;
	}

.services-item {
    height: 557px;
    display: flex;
    flex: 1;
    align-items: flex-end;
    text-align: center;
    transition: all 0.3s;
	}

.services-item.item1 {
    background: #0c5b86 url(https://www.oneoakfootandankle.com/images/service1.jpg) no-repeat center;
    background-size: auto 100%;
	filter: grayscale(100%);
	}

.services-item.item2 {
    background: #0c5b86 url(https://www.oneoakfootandankle.com//images/service2.jpg) no-repeat center;
    background-size: auto 100%;
	filter: grayscale(100%);
	}

.services-item.item3 {
    background: #0c5b86 url(https://www.oneoakfootandankle.com/images/service3.jpg) no-repeat center;
    background-size: auto 100%;
	filter: grayscale(100%);
	}

.services-item.item4 {
    background: #0c5b86 url(https://www.oneoakfootandankle.com/images/service4.jpg) no-repeat center;
    background-size: auto 100%;
	filter: grayscale(100%);
	}

.services-item:hover {
	background-size: auto 120%;
	filter: grayscale(0%);
	}

.services-item a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
	background: #484848;
	}

/*Locations block*/
.locations-block {
	/* display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
	background-image: linear-gradient(to bottom, rgb(214 186 139 / 86%), rgb(214 186 139 / 86%)), url(../images/location-bg.jpg);
    background-size: cover;
    padding: 50px 0;
	gap: 25px; */
    background-color: #ddf3fe;
	}

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

.loc-info {
    box-sizing: border-box;
    white-space: nowrap;
    width: 100%;
    max-width: 530px;
    padding: 0 100px;
    }

.loc-box h2 {
    font-weight: 700;
    color: #176c99;
    font-size: 28px;
    margin: 35px 0 15px 0;
    text-align: left;
    }

.loc-box .address {
    font-size: 20px;
    margin: 10px 0;
    color: #7a7a7a;
    text-align: left;
    }

.loc-box .phone {
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    color: rgb(0 0 0);
    margin: 0 0 10px;
    }

.loc-box .shedule {
    font-size: 20px;
    color: #176c99;
    font-weight: 500;
    text-align: left;
    max-width: 200px;
    margin: 0;
    }

.loc-box .shedule .table-cell {width: 120px;}

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

.loc-info .btn {
    max-width: 230px;
    margin: 30px 0 0;
    text-align: center;
    }
    
.loc-info .btn a {
    color: #ffffff;
    padding: 15px 50px;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    box-sizing: border-box;
    background: linear-gradient(0deg,rgb(36 109 152),rgb(56 152 209));
    transition: 0.3s all;
    }

.loc-info .btn a:hover {
    background: #135074;
    }

.loc-btn-wrap {
    display: block;
    text-align: center;
    padding: 25px;
	}

.loc-btn {
	color: #000;
	text-transform: uppercase;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 600;
	padding: 7px 42px;
	}

.loc-btn:hover {
	background: #000;
	border: 2px solid #fff;
	color: #fff;
	}

.loc-box .map {
    width: 100%;
    display: flex;
    }

/*Footer*/
footer {
    background: #272727;
    border-top: ridge 3px #246d98;
	}

footer .content {
	text-align: center;
	}

.footer-socials {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 0 auto 20px;
	}

.logo-footer {
	display: inline-block;
    vertical-align: middle;
    padding: 30px;
  	filter: brightness(0) invert(1);
	}

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

footer h4 {
	font-size: 18px;
    font-weight: 400;
    color: #246d98;
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase;
	}

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

.quick-links-block ul li {
	display: block;
	list-style: none;
	padding: 2px 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 25px;
    text-decoration: none;
    text-transform: uppercase;
	}

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

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

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

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

.offices-block {
    display: flex;
    flex-direction: column;
	}

.office {
	margin: 0 0 30px;
	text-transform: uppercase;
	}

.office p {
	margin: 0;
	padding: 0;
    color: #246d98;
	}

.office span {
    /* padding-left: 30px; */
    display: inline-block;
	}

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

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

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

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

.footer-imgs {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	}

.footer-image {
    border-radius: 25px;
	}

.scroll-to-top {
	position: fixed;
	bottom: 72px;
	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: 'Lato',sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	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;
	}
	}

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

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

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


/*Testimonials*/

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

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

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

.testimonial-p {
    text-align: left;
	}

.checked {
    color: gold;
	}
		
/*End of Testimonials Code*/

/*Joomla corrections*/
.homepage .content.h {
	display: none;
	}

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

#week {
	float: none;
	width: 120px;
	}

#hours {
	float: none;
	width: 100px;
	}

/*Patients Forms*/
.patient__forms-button {
    color: #ffffff !important;
    font-size: 14.5px;
    font-weight: 600;
    background: linear-gradient(0deg, rgb(36 109 152), rgb(56 152 209));
    border-radius: 30px;
    padding: 15px 25px;
    text-transform: uppercase;
    display: flex;
    max-width: 360px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
	}

.patient__forms-button:hover {
	color: #ffffff;
	background: #135074;
	}

/*Accordion Services Page*/

/*Accordion*/
.accordion {
    width: 80%;
    max-width: 600px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
	}

.accordion__item {
    border-bottom: 1px solid #ddd;
	}

.accordion__header {
    background-color: #246d98;
    color: #fff;
    padding: 15px;
    cursor: pointer;
    user-select: none;
    position: relative;
	}

.accordion__header::before {
	content: '+';
    font-weight: bold;
    margin-right: 10px;
    width: 10px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 4px;
	}

.accordion__header--active::before {
    content: '-';
    font-weight: bold;
	}

.accordion__header:hover {
	background-color: #0056b3;
	}

.accordion__content {
    display: none;
    padding: 15px;
    background-color: #fff;
	}

.accordion__content p {
    margin: 0;
	}

.insurances__list {
    column-count: 3;
    margin: 0 auto;
    display: block;
    max-width: 1055px;
	}

/*Heel Pain Center Page*/
.center-page .content {
	max-width: unset;
	padding: 0;
	}

.heel-pain-title-section {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1350px;
	padding: 0 25px;
	box-sizing: border-box;
	margin: 40px auto;
	}

.heel-pain-title-right {
	font-size: 28px;
	margin: 0 0 0 auto;
	font-weight: 500;
	max-width: 580px;
	}

.heel-pain-second-section {
	position: relative;
	}

.heel-pain-second-wrap {
	position: absolute;
	top: 0;
	left: 0;
    transform: translate(0%, 50%);
	padding: 0 25px;
	box-sizing: border-box;
	width: 100%;
	}

.heel-pain-second-wrap-inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1350px;
	margin: 0 auto;
	}

.heel-pain-second-left {
	padding: 15px;
	background: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	}

.heel-pain-second-left h3  {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    font-family: "Cabin", sans-serif;
    margin: 0px 0 10px 0;
	}

.heel-pain-second-left ul {
	padding: 0;
    max-width: 350px;
	}

.heel-pain-second-left ul li  {
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	display: block;
    list-style: none;
    padding: 5px 0 5px 35px;
    position: relative;
	}

.heel-pain-second-left ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 24px;
	height: 24px;
	background: url(../images/bullet.png) no-repeat center;
	background-size: cover;
	}

.form-container {
	max-width: 800px; 
	margin: 0 auto; 
	}
	
.formTableLayout {
	width: 100%;
	border-collapse: collapse;
	}
	
.form-row {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
	}

.form-row td {
	width: 100% !important;
	max-width: 50% !important;
	box-sizing: border-box !important;
	}
	
.yui-calendar td.calcell {
	padding: .1em .2em;
	border: 1px solid #E0E0E0;
	text-align: center;
	width: 28px !important;
	max-width: 28px !important;
	}

.form-column div {
	margin-bottom: 0;
	}

.form-column .rsform-block {
    margin: 0px 5px 16px;
	}

.submit-cell {
	text-align: center;
	padding-top: 20px;
	}

#rsform_10_page_0 input {
	width: 99% !important;
	outline: none;
	box-sizing: border-box;
	font-family: "Lato", sans-serif;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	padding: 7px 5px;
	border: none;
	border-radius: 5px;
	margin: 0px auto;
	}

#rsform_10_page_0 textarea {
	width: 99% !important;
	outline: none;
	box-sizing: border-box;
	font-family: "Lato", sans-serif;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	padding: 5px 5px;
	border: none;
	border-radius: 5px;
	margin: 0px auto;
	}

#rsform_10_page_0 select {
	width: 99% !important;
	outline: none;
	box-sizing: border-box;
	font-family: "Lato", sans-serif;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	padding: 7px 5px;
	border: none;
	border-radius: 5px;
	margin: 0px auto;
	}

#rsform_10_page_0 .rsform-block.rsform-block-dob {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	font-size: 14px;
	border-radius: 5px;
	padding-left: 5px;
	}

#rsform_10_page_0  .rsform-block.rsform-block-dob p {
	margin: 0;
	padding: 0;
	}

#rsform_10_page_0 .rsform-select-box-small {
    width: 26% !important;
	outline: none;
	box-sizing: border-box;
	font-family: "Lato", sans-serif;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	padding: 7px 5px;
	border: none;
	border-radius: 5px;
	margin: 0px auto;
	}

#rsform_10_page_0 .rsform-block.rsform-block-insurance {
	display: flex;
	}

#rsform_10_page_0 .rsform-block label {
	display: none !important;
	}

#rsform_10_page_0 .rsform-calendar-box {
	width: 79% !important;
	border-radius: 5px 0px 0px 5px;
	}

#rsform_10_page_0 .btnCal.rsform-calendar-button {
	outline: none;
	box-sizing: border-box;
	font-family: "Lato", sans-serif;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	padding: 7px 5px;
	border: none;
	border-radius: 0px 5px 5px 0px;
	margin: 0px auto;
	width: 20%;
	}

#rsform_10_page_0 .rsform-select-box {
    width: 100%;
	}

#rsform_10_page_0 input#submit, button#submit {
	background: #246d98;
	color: #fff;
	border: 2px solid #246d98;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	border: 2px solid transparent;
	text-transform: uppercase;
	transition: 0.3s;
	margin: 0;
	}

.heel-pain-second-right h3 {
	font-size: 24px;
    color: #fff;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px;
    margin: 0;
    max-width: 350px;
    text-align: center;
	}

.hp-form-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	max-width: 650px;
	background-color: #c0bbb7;
	border: 2px solid #000;
	border-radius: 5px;
    padding: 20px 20px 11px;
	box-sizing: border-box;
	}

.heel-pain-third-section h2 {
	text-align: center;
    font-size: 45px;
    margin: 0 auto;
	}

.heel-pain-third-section h3 {
    text-align: center;
    margin: 10px auto;
    font-size: 30px;
    color: #208bbc;
    font-weight: 500;
	}

.heel-pain-third-section {
	max-width: 1350px;
	padding: 0 25px;
	box-sizing: border-box;
	margin: 120px auto 0;
	}

.heel-pain-third-wrap {
	display: flex;
	gap: 20px;
    margin-top: 125px;
	}

.heel-pain-third-left h3 {
    margin: 0 auto 20px;
    font-size: 30px;
    text-align: left;
    color: #373737;
    font-weight: 700;
	}

.heel-pain-third-left p {
    font-size: 24px;
	text-align: left;
	color: #373737;
	}

.heel-pain-third-left {
	flex: 60%;
	}
	
.heel-pain-fourth-section {
	position: relative;
	}

.section-background {
    background-color: #208bbc;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    width: 100%;
    height: 336px;
	top: 21.5%;
	}

.heel-pain-fourth-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
	}
	
.heel-pain-fourth-left {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: 5px solid #fff;
	max-width: 328px;
	background-color: #fff;
	padding-top: 35px;
	}

.heel-pain-fourth-left p {
    color: #373737;
    font-size: 18px;
	font-weight: 600;
	margin-top: 5px;
	}

.heel-pain-fourth-right {
	color: #fff;
	margin: 0 0 0 auto;
	max-width: 550px;
	}

.heel-pain-fourth-right h3 {
    color: #fff;
    margin: 20px auto;
    font-size: 30px;
    text-align: left;
    font-weight: 700;
	}

.heel-pain-fourth-right p {
	font-size: 24px;
	}

.heel-pain-fifth-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1350px;
	margin: 60px auto;
	padding: 0 25px;
	box-sizing: border-box;
	}


.heel-pain-fifth-left {
	max-width: 810px;
	margin: 0 auto 0 0;
	flex: 60%;
	}

.heel-pain-fifth-left h3 {
	margin: 0 auto 20px;
	font-size: 30px;
	text-align: left;
	color: #373737;
	font-weight: 700;
	}

.heel-pain-fifth-left p {
	font-size: 24px;
	text-align: left;
	color: #373737;
	}

.heel-pain-fifth-right h3 {
    font-size: 22px;
    text-align: center;
    font-style: italic;
    margin-top: 0;
	}

.brown-item {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: #63452d;
	color: #fff;
	padding: 15px;
	border-radius: 30px;
	filter: drop-shadow(2px 4px 0px #b2b2b4);
	text-align: center;
	}

/*Leap Center Page*/
.leap-center-title h2 {
    text-align: center;
    font-size: 35px;
    margin: 0 auto;
    color: #373737;
	padding: 50px 25px;
	box-sizing: border-box;
	}

.leap-center-first-wrap {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	box-sizing: border-box;
	padding: 0 25px;
	}

.leap-center-first-left {
	max-width: 720px;
	}

.leap-center-first-left h3 {
    margin: 0 auto 20px 0;
    font-size: 30px;
    text-align: left;
    color: #373737;
    font-weight: 700;
    max-width: 475px;
	}

.leap-center-first-left p {
	font-size: 24px;
	color: #373737;
	}

.leap-center-image {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 0 25px;
	}

.leap-center-image a img {
	transition: 0.3s;
	}

.leap-center-image a img:hover {
	transform: scale(1.05);
	}

.leap-center-third-section {
	margin: 120px auto;
	}

.leap-center-third-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
	}
	
.leap-center-third-left {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: 5px solid #fff;
	max-width: 328px;
	background-color: #fff;
	box-sizing: border-box;
	}

.leap-center-third-left p {
    color: #373737;
    font-size: 18px;
	font-weight: 600;
	margin-top: 5px;
	}

.leap-center-third-right {
    color: #373737;
	margin: 0 0 0 auto;
	max-width: 600px;
	}

.leap-center-third-right h3 {
    color: #373737;
    margin: 20px auto;
    font-size: 30px;
    text-align: left;
    font-weight: 700;
	}

.leap-center-third-right p {
	font-size: 24px;
	}

.hp-form-wrap-outter h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px;
    margin: 0;
	max-width: 420px;
    text-align: center;
	}

#rsform_11_page_0 input {
	width: 99% !important;
	outline: none;
	box-sizing: border-box;
	font-family: "Lato", sans-serif;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	padding: 7px 5px;
	border: none;
	border-radius: 5px;
	margin: 0px auto;
	}

#rsform_11_page_0 textarea {
	width: 99% !important;
	outline: none;
	box-sizing: border-box;
	font-family: "Lato", sans-serif;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	padding: 5px 5px;
	border: none;
	border-radius: 5px;
	margin: 0px auto;
	height: 121px;
	}

#rsform_11_page_0 select {
	width: 99% !important;
	outline: none;
	box-sizing: border-box;
	font-family: "Lato", sans-serif;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	padding: 7px 5px;
	border: none;
	border-radius: 5px;
	margin: 0px auto;
	}

#rsform_11_page_0 .rsform-block.rsform-block-dob {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	font-size: 14px;
	border-radius: 5px;
	padding-left: 5px;
	}

#rsform_11_page_0  .rsform-block.rsform-block-dob p {
	margin: 0;
	padding: 0;
	}

#rsform_11_page_0 .rsform-select-box-small {
	width: 26% !important;
	outline: none;
	box-sizing: border-box;
	font-family: "Lato", sans-serif;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	padding: 7px 5px;
	border: none;
	border-radius: 5px;
	margin: 0px auto;
	}

#rsform_11_page_0 .rsform-block.rsform-block-insurance {
	display: flex;
	}

#rsform_11_page_0 .rsform-block label {
	display: none !important;
	}

#rsform_11_page_0 .rsform-calendar-box {
	width: 79% !important;
	border-radius: 5px 0px 0px 5px;
	}

#rsform_11_page_0 .btnCal.rsform-calendar-button {
	outline: none;
	box-sizing: border-box;
	font-family: "Lato", sans-serif;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	padding: 7px 5px;
	border: none;
	border-radius: 0px 5px 5px 0px;
	margin: 0px auto;
	width: 20%;
	}

#rsform_11_page_0 .rsform-select-box {
	width: 100%;
	}

#rsform_11_page_0 input#submit, button#submit {
	background: #246d98;
	color: #fff;
	border: 2px solid #246d98;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	border: 2px solid transparent;
	text-transform: uppercase;
	transition: 0.3s;
	margin: 0;
	}
	
/*Bunion Treatment Center Page*/

.bunion-treatment-title {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1350px;
    padding: 0 25px;
    box-sizing: border-box;
    margin: 40px auto;
	}

.bunion-treatment-title-left {
	font-size: 28px;
	margin: 0 0 0 auto;
	font-weight: 500;
	max-width: 580px;
	}

/*Inner pages*/
.treatments {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
	}

.treatment {
	max-width: 600px;
    position: relative;
    border: #eee 1px solid;
    background-color: #fff;
    background-position: left top;
    background-size: auto 100%;
    background-repeat: no-repeat;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    background: linear-gradient(0deg, #ebebeb, #ffffff);
	display: flex
	}

.treatment-left img {
	height: 100%;
	}

.treatment-right {
	padding: 0 15px;
    max-width: 400px;
	}

.treatment-right h3 {
	color: #246d98;
	font-size: 16px;
	}

.treatment-right p {
	font-size: 15px;
	}

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

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

.inner-pages a {
    color: #246d98;
	}

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

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

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

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

/*Before and After inner page*/
.photos__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    text-align: center;
	}

/*Office Page*/

.under__line {
    height: 2px;
    background: #000;
    margin: 0 auto 15px;
    width: 100%;
    box-sizing: border-box;
	}

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

.schedule__day {
	display: flex;
	flex-direction: column;
	}

.schedule__time {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	}

/*Rate US*/

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


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

/*Rate Us --- END*/

/* How Are We Doing? */
    
.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;
    }

/* How Are We Doing? --- END */

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

div.latestItemsCategory h2 {
    font-size: 35px;
    color: #272727;
    text-align: center;
    position: relative;
    margin: 0 0 20px 0;
    padding: 15px 0 20px 0;
    font-weight: bold;
    text-transform: uppercase;
	}

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: #246d98;
	}

h2.latestItemTitle a {
	color: #48575e;
	}

#k2Container.latestView {
	padding-top: 0;
	}

#k2Container {
	padding-top: 40px;
	}

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;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
	}

div.k2ArchivesBlock ul {
  	flex-direction: column;
  	gap: 0px;
  	align-items: flex-start;
	}

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;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-direction: row-reverse;
	}

div.k2ItemsBlock ul li a.moduleItemTitle {
    color: #48575e;
    font-style: italic;
    font-family: revert;
	}

div.k2ItemsBlock ul li div.moduleItemIntrotext {
	padding: 4px 0;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    width: 400px;
    color: #868686;
	}

div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
	float: right;
	margin: 2px 0 4px 4px;
	padding: 0;
	height: 150px;
	width: auto;
	}

.clr {
	clear: both;
	height: 0;
	line-height: 0;
	display: none;
	float: none;
	padding: 0;
	margin: 0;
	border: none;
	}

.clearList {
	display: none !important;
	}

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

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

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

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

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

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

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

#offices.images {
	margin-top: 23px;
	text-align: center;
	} */

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

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

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

body.rsform h1 , body.sitemap h1 {
	font-size: 35px;
    color: #272727;
    text-align: center;
    font-weight: 400;
    position: relative;
    margin: 0 0 20px 0;
    padding: 15px 0 20px 0;
    text-transform: uppercase;
    font-weight: bold;
	}

body.rsform h1::after , body.sitemap h1::after {
	content: '';
	height: 5px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -50px;
	background: #246d98;
	}

.formTableLayout {
	margin: 0 auto;
	}

.formTableLayout input#Send, input#submit, button#submit {
    background: #246d98;
	color: #fff;
    border: 2px solid #246d98;
    padding: 5px 10px;
    border-radius: 10px;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	border: 2px solid transparent;
	text-transform: uppercase;
    transition: 0.3s;
	}

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

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

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

/*Joomla content*/
body#homepage .content.h {display: none;}

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

.divContent {
	flex: 0 0 80%;
	/*max-width: 1000px;
	float: left;*/
	}

.divRight {
	flex: 0 0 20%;
	/*max-width: 300px;
	float: right;*/
	}

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

div.genericItemReadMore {
    display: none !important;
	}

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

.supplements .content.h {
    max-width: 100%;
    }

.supplements .inner-pages .content {
    max-width: 1700px;
    }

.supplements .yellow-btn {
    background-color: #e99004;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    font-size: 20px;
    border: 2px solid #e99004;
    border-radius: 15px;
    font-weight: 700;
    transition: 0.3s all;
    }

.supplements .yellow-btn:hover {
    color: #e99004;
    background-color: #fff;
    }

.supplements .center-text {
    text-align: center;
    max-width: 1010px;
    margin: 50px auto;
    }

.supplements .images-wrap {
    align-items: flex-start;
    gap: 50px 30px;
    margin: 30px auto;
    }

.supplements .supplements-item {
    max-width: calc(50% - 15px);
    display: flex;
    align-items: flex-start;
    gap: 30px;
    }

.supplements .supplements-text {
    flex: 1;
    }

.supplements .supplements-item.long {
    max-width: 1200px;
    }

.supplements .supplements-item ul {
    padding-left: 20px;
    }

.supplements .supplements-item .two-col {
    column-count: 2;
    column-gap: 20px;
    }

.supplements .supplements-item span {
    color: #256dcf;
    font-style: italic;
    }
	
/*RS blog*/

body.bfa .content.full {
	margin-top: 15px !important;
	}
	
body.bfa .notice {
	width: 100%;
	}
	
#rsblog-archives a {
    color: #1e2326;
    font-weight: 600;
	}
	
footer.rsblog-entry-meta {
	background: transparent;
	}

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

.db-right-left img {
	width: 300px !important;
	border-radius: 20px;
	}

.db-left {
	max-width: 600px;
	}

.ceb-info {
	max-width: 350px;
	}

.ceb-title {
	font-size: 35px;
	}

.ceb-text {
	font-size: 20px;
	}

.cebt-title {
	font-size: 35px;
	}

.cebt-text {
	font-size: 20px;
	}
}

@media only screen and (max-width: 1670px) {
/* Services block*/
.services-block {
	flex-wrap: wrap;
	}

.services-item {
	height: 300px;
	flex: 50%;
	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;
	}

.services-item {
	height: 300px;
	}
}

@media only screen and (max-width: 1650px) {
.topmenu {
	width: 100%;
	order: 2;
	}
}
	

@media only screen and (max-width: 1620px) {
.db-left {
    max-width: 450px;
	}
}

@media only screen and (max-width: 1510px) {
.forest-title {
	font-size: 35px;
	padding: 35px 45px;
	}	

.office-background {
	position: absolute;
	top: -125px;
	width: 100%;
	max-width: 100%;
	}

.ysec-wrap {
	max-width: 90%;
	width: 100%;
	}

.intro-bottom {
    clip-path: none;
	margin-top: 0;
	}

.ysec-section {
	clip-path: none;
	}

.ysec_title {
	font-size: 35px;
	margin: 32px auto;
	color: #246d98;
	}

.ib-title-last {
	font-size: 35px;
	}

.ip-list-item-white {
	font-size: 20px;
	}

.ip-list-item p {
	font-size: 20px;
	}

.ib-title {
	font-size: 35px;
	}

.ib-sub-title {
	font-size: 25px;
	}

.intro-bottom-wrap {
	background: #272727;
	max-width: 800px;
	border-radius: 20px;
	margin: 26px auto;
	box-sizing: border-box;
	padding: 25px;
	}

.ysec-wrap {
	background-color: #272727;
	border-radius: 30px;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
	}
}

@media only screen and (max-width: 1500px) {
.db-wrap {
	display: flex;
	flex-direction: column;
	}

.db-left {
	max-width: unset;
	height: unset;
	min-height: 240px;
	}

.db-left-title {
	font-size: 38px;
	max-width: unset;
	}

.comfortable-environment-block {
	height: unset;
	overflow: hidden;
	}

.ceb-wrap {
	display: flex;
	flex-direction: column;
	}

.ceb-left {
	height: unset;
	width: 100%;
	max-width: unset;
	text-align: center;
	box-sizing: border-box;
	padding: 15px 25px;
	}

.ceb-info {
	max-width: unset;
	padding: 30px 0;
	}

.ceb-title {
	font-size: 35px;
	max-width: unset;
	width: 100%;
	}

.ceb-text {
	font-size: 20px;
	line-height: 30px;
	}

.cebright-image {
    height: unset;
    max-width: 100%;
    width: 100%;
	}

.ceb-right {
	height: 500px;
	}

.cebt-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	flex-direction: column-reverse;
	}

.cebt-left {
	max-height: unset;
	height: 500px;
	}

.cebt-img {
	max-height: unset;
    width: 100%;
    max-width: 100%;
	}

.cebt-right {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: unset;
	box-sizing: border-box;
	width: 100%;
	margin-top: -5px;
	}

.cebt-text {
    font-size: 20px;
    line-height: 30px;
    max-width: unset;
	}

.cebt-info {
	position: relative;
	padding-bottom: 30px;
	}

/*Heel Pain Inner Page*/
.heel-pain-second-wrap {
    transform: translate(0%, 25%);
	}
}

@media only screen and (max-width: 1410px) {
.header-about-block {
	justify-content: center;
	align-items: center;
	}

.aboutdocinnerpageheader-title {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	padding: 0;
	}
	
.about-gallery {
	flex-wrap: wrap;
	}

.about-gallery img {
	height: unset !important;
	max-width: 100%;
	}
}

@media only screen and (max-width: 1400px) {
/*Heel Pain Inner Page*/
.heel-pain-title-section {
	flex-direction: column;
	}

.heel-pain-title-right {
	max-width: unset;
	text-align: center;
	margin: 0 auto;
	}
}

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

.so-gold {
	font-size: 28px;
	}

.so-white {
	font-size: 40px;
	color: #2d6e97;
	font-weight: bold;
	margin: 0;
	}

.maintext-block-serv-wrapper {
	position: relative;
	background: #246d98;
	display: block;
	top: unset;
	box-sizing: border-box;
	padding: 15px 25px 0px;
	border-bottom: 1px solid #246d98;
    }

.so-white {
	color: #ffffff;
    }

.so-logo {
	width: 105px;
	background: #fff;
	padding: 0 15px;
	margin: 0 auto 25px;
	}

.so-button {
	color: #2d6e97;
	background: #ffffff;
	}

.maintext-block-serv {
	background: none;
	border-radius: 50px;
	border: none;
	}
	
.slider-tagline {
	position: relative;
	}

.condi-image {
	float: right;
	margin-right: 25px;
	height: 233px;
	border-radius: 25px 25px 25px 25px;
	padding-top: 100px;
	}
}

@media only screen and (max-width: 1360px) {
.front-office-section {
	clip-path: none;
	margin-top: 0;
	position: relative;
	height: unset;
	}

.forest-title {
	font-size: 22px;
	padding: 35px 45px;
	max-width: 335px;
	}

.intro-background {
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 100%;
	min-height: 400px;
	}

.forest-section {
	clip-path: none;
	height: unset;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	min-height: 400px;
	}

.intro-background {
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 100%;
	}

.office-background {
	position: relative;
	top: 0;
	width: 100%;
	max-width: 100%;
	}

.mb-left {
	justify-content: center;
	align-items: center;
	gap: 20px;
	}

.mb-img {
	max-width: 100%;
	}
}

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

.fs-cont {
	flex-wrap: wrap;
	}

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

.waf-title-gold {
	font-size: 35px;
	}

.waf-title-black {
	font-size: 35px;
	}

.waf-small-title {
	font-size: 20px;
	}

.waf-text {
	font-size: 16px;
	line-height: 26px;
	}

.waf-title-wrap {
	max-width: 900px;
	text-align: center;
	display: block;
	margin: 80px auto 0;
	padding: 0 25px;
	}

.waf-small-title {
	padding: 0 25px;
	}

.waf-text {
	padding: 0 25px;
	}
  
.supplements .supplements-item,
.supplements .supplements-item.long  {
    max-width: 100%;
    }

.supplements .supplements-item.long {
    max-width: 1200px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }

.supplements .supplements-item .two-col {
    column-count: 1;
    }
}

@media only screen and (max-width: 1215px) {
/*Office Page*/	
#address {
	width: 100%;
	}

#week {
	margin: 20px 0 0;
	}

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

#map iframe {
	height: 575px;
	}
}

@media only screen and (max-width: 1200px) {
/*Heel Pain Center Inner Page*/	
.heel-pain-title-right {
    font-size: 22px;
	}

.heel-pain-second-wrap {
	transform: unset;
	position: relative;
	padding: 25px;
	box-sizing: border-box;
    }

.heel-pain-second-wrap-inner {
	flex-direction: column;
	gap: 20px;
	}

.heel-pain-third-section {
	max-width: 1350px;
	padding: 0 25px;
	box-sizing: border-box;
	margin: 25px auto 0;
	}

.heel-pain-third-section h2 {
	font-size: 32px;
	}

.heel-pain-third-section h3 {
	font-size: 22px;
	}

.heel-pain-third-section h3 {
	text-align: center;
	margin: 10px auto;
	font-size: 22px;
	color: #208bbc;
	font-weight: 500;
	}

.heel-pain-third-wrap {
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
	}

.heel-pain-third-left h3 {
	font-size: 28px;
	text-align: center;
	}

.heel-pain-third-left p {
	font-size: 22px;
	text-align: center;
	}

.heel-pain-fourth-section {
	position: relative;
	background-color: #208bbc;
	box-sizing: border-box;
	}

.section-background {
	display: none;
	}

.heel-pain-fourth-wrap {
	padding: 25px;
	}

.heel-pain-fourth-left {
	padding-top: 0px;
	}

.heel-pain-fourth-wrap {
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
	max-width: unset;
	}

.heel-pain-fourth-right {
	margin: 0 auto;
	max-width: unset;
	}

.heel-pain-fourth-right h3 {
	font-size: 28px;
	}
	
.heel-pain-fourth-right p {
	font-size: 22px;
	}

.heel-pain-fifth-wrap {
	flex-direction: column;
	}

.heel-pain-fifth-left {
	max-width: unset;
	margin: 0 auto;
	flex: unset;
	}

.heel-pain-fifth-left h3 {
	font-size: 28px;
	text-align: center;
	}

.heel-pain-fifth-left p {
	font-size: 22px;
	text-align: center;
	}

/*Leap Center Inner Page*/	

.leap-center-title h2 {
    font-size: 28px;
	}

.leap-center-first-wrap {
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
	}

.leap-center-first-left {
	max-width: unset;
	text-align: center;
	}

.leap-center-first-left h3 {
	margin: 20px auto;
	max-width: unset;
	text-align: center;
	font-size: 28px;
	}

.leap-center-first-left p {
	font-size: 22px;
	}

.hp-form-wrap-outter h3 {
	margin: 0px auto;
	max-width: 420px;
	font-size: 24px;
	}

.leap-center-third-wrap {
	flex-direction: column-reverse;
	}
	
.leap-center-third-right {
	max-width: unset;
	}

.leap-center-third-right h3 {
	margin: 20px auto;
	font-size: 28px;
	text-align: center;
	font-weight: 700;
	}

.leap-center-third-right p {
	font-size: 22px;
	text-align: center;
	}

.hp-form-wrap-outter {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	}


}


@media only screen and (max-width: 1170px) {
nav.slide.fixed .inner-logo {
	margin-top: 0;
	max-width: 380px;
	}

nav.slide.fixed .topmenu ul li {
	padding: 0px 10px 15px;
	font-size: 14.5px;
	}

nav.slide.fixed .topmenu ul li a, span.nav-header, span.separator {
	font-size: 14.5px;
	}
}

@media only screen and (max-width: 1150px) {
.contact-header-tittle {
	font-size: 35px;
	}

.contact-page-body {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	}

.cpb-left-img {
	border-radius: 25px;
	max-width: 100%;
	}
}

@media only screen and (max-width: 1100px) {
.condi-image {
    display: block;
    float: none;
    height: 233px;
    border-radius: 25px 25px 25px 25px;
    padding-top: 0;
    margin: 25px auto;
	}
}

@media only screen and (max-width: 1080px) {
/*Footer */
.logo-footer {
	display: block;
	margin: 0 auto;
	}
  
/*sidebar*/
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}
  
/*Rate Us*/

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

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

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

/*Rate Us -- END*/
  
}

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

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

.cc-backs {
	margin: 3% 0 0 5%;
	}
}

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

.ssb-title {
	text-align: center;
	font-size: 35px;
	padding: 0 25px;
	}

.ssb-block {
	width: 25%;
	}

.db-right {
	flex-direction: column;
	}

.db-right-left {
	text-align: center;
	}

.db-right-left img {
	width: 100% !important;
	border-radius: 20px;
	max-width: 300px;
	}

.db_button {
	margin: 25px auto;
	}

}

@media only screen and (max-width: 940px) {
/*Navbar*/
.hamburger {
	display: inline-block;
	position: relative;
	z-index: 9002;
	margin: 17px;
	}

.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: #ffffff;
	transition: all 0.3s;
	}

.topmenu.active {
	top: 0;
	}

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

.topmenu ul li {
	display: block;
	padding: 5px;
	border-left: none;
	}

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

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

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

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

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

nav.fixed .topmenu ul li ul {
	background: transparent;
	}

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

.hamburger.hamburger--slider {
	display: block;
	position: relative;
	}
	
.top-buttons {
	right: 20%;
	}

table.pe td {
	display: block;
	}

table.pe ul {
	margin: 0;
	}
}	

@media only screen and (max-width: 920px) {
.top-buttons {
	position: relative;
	right: unset;
	width: 100%;
	order: 2;
	}
}

@media only screen and (max-width: 870px) {
.ysec-wrap {
	max-width: 95%;
	width: 100%;
	}
}

@media only screen and (max-width: 830px) {
    .loc-box {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    }

.loc-info {
    max-width: 350px;
    padding: 0 15px;
    text-align: center;
    margin: 0 auto;
    }

.loc-box h2 {
    font-size: 24px;
    text-align: center;
    margin: 20px auto;
    }

.loc-box .address {
    font-size: 18px;
    text-align: center;
    }

.loc-box .phone {
    font-size: 20px;
    text-align: center;
    }

.loc-box .shedule {
    margin: 0 auto;
    }

.loc-info .btn {
    margin: 20px auto 0;
    text-align: center;
    }

.copy-left, .copy-right {
	text-align: center;
	float: left;
	font-size: 14px;
	padding: 0px;
	width: 100%;
	}
	
.copy-right p {
	margin-top: 0;
	}

#map iframe {
	height: 547px;
	}
}

@media only screen and (max-width: 800px) {
/* How Are We Doing? */
.thumbs-wrap .item {
    max-width: 35%;
    margin: 0 10px 20px 10px;
    }

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

/* How Are We Doing? --- END */
  
}

@media only screen and (max-width: 767px) {
	
.banner-desk {
	display: none;
	}

.banner-mob {
	display: block;
	}

/*Footer*/
footer {
	padding-bottom: 80px;
	}

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

footer h4 {
	font-size: 14px;
	}

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

.quick-links-block ul li , .quick-links-block ul li a , .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;
	left: 15px;
	bottom: 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*/
.inner-pages .page-header h2 , body.rsform h1 , body.sitemap h1 , .latestItemsCategory h2 {
	font-size: 28px;
	}
  
.supplements .supplements-item {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
  
/*sidebar*/
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}
}

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

.ssb-block {
	width: 40%;
	}

.mb-wrap {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 25px;
	gap: 5px;
	}

.mb-title {
	font-size: 35px;
	text-align: center;
	}

.mb-text {
	font-size: 25px;
	}

.mb-right {
	justify-content: center;
	align-items: center;
	}

.mb-button {
	padding: 24px 40px;
	}

/*Office Inner Page*/
#one {
	width: 100%;
	padding-right: 0px;
	}

#two {
	width: 100%;
	}

#map iframe {
	height: 450px;
	}
}

@media only screen and (max-width: 750px) {
.form-row {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
	flex-direction: column;
	}

.form-row td {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	display: block !important;
	}
	
.hp-form-wrap {
	padding: 20px 10px 10px;
	}
}

@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;
	}

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

@media only screen and (max-width: 720px) {
/*Submenu*/
.top-phone {
    flex-wrap: wrap;
	gap: 8px;
	}

nav.slide.fixed, .inner-nav.slide.fixed .submenu {
	display: none;
	}

}

@media only screen and (max-width: 680px) {
.wafaas-background {
	width: unset;
	position: absolute;
	top: 0;
	z-index: -1;
	height: 500px;
	}
}

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

.header-upper-wrapper {
	padding: 0px 10px;
	}

nav.slide.fixed .inner-logo {
	margin-top: 0;
	max-width: 260px;
    }

.top-buttons {
	top: auto;
	right: auto;
	position: relative;
	margin: 0px auto 5px;
	}

.condi-description {
	max-width: 300px;
	box-sizing: border-box;
	}

.cc-backs {
    max-width: 300px;
	box-sizing: border-box;
	}

.condi-description-right {
	max-width: 300px;
	box-sizing: border-box;
	}
	
.cc-backs-right {
    max-width: 300px;
	box-sizing: border-box;
	}
}

@media only screen and (max-width: 590px) {
/*sidebar*/
.divContent , .divRight {
	flex: 0 0 100%;
	}
	
.divRight .moduletable {
    padding-left: 5px;
	margin-bottom: 60px;
	}
}

@media only screen and (max-width: 550px) {
tbody#rsform_5_page_0 td {
	display: block;
	}

.inner-logo {
	max-width: 390px;
	margin: 0 auto 0 0;
	}

.so-gold {
	font-size: 25px;
	}

.so-white {
	font-size: 35px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	}

.db-white-listed {
	font-size: 22px;
	padding-left: 0;
	}	

.db-yellow-listed {
	font-size: 16px;
	font-weight: 900;
	color: #246d98;
	padding-left: 0;
	}

.list-item {
	color: #fff;
	padding-left: 0;
	font-size: 15px;
	line-height: 28px;
	}

.db-text {
	padding-left: 0;
	font-size: 14px;
	max-width: 700px;
	line-height: 28px;
	}

.db-right {
	padding: 25px;
	}

/* Services block*/
.services-block {
	flex-wrap: wrap;
	}
	
.services-title h2 {
    line-height: 53px;
    font-size: 30px;
	}
	
.services-title img {
    height: 47px !important;
    padding: 0 10px 0 0;
	height: auto;
	}

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

.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: 515px) {
.inner-logo {
	max-width: 260px;
	margin: 0 auto 0 0;
	}

.notice {
	font-size: 16px;
	line-height: 22px;
	}

}

@media only screen and (max-width: 510px) {
.front-service {
	max-width: 40%;
	}

.ssb-block {
	width: 55%;
	}

/*Footer*/
.logo-footer {
	max-width: 250px;
	padding: 20px;
	}	
	
.slide-title {
	font-size: 30px;
	text-align: center;
	}
}

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

.front-service {
	max-width: 40%;
	}

.ssb-block {
	width: 55%;
	}

/*Footer*/
.logo-footer {
    max-width: 250px;
    padding: 20px;
	}	
  
.slide-title {
    font-size: 30px;
    text-align: center;
    }
}

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

.inner-logo a img {
	padding: 15px 5px;
	}

.waf-title-wrap {
    max-width: 900px;
    text-align: center;
    display: block;
    margin: 25px auto 0;
    padding: 0 25px;
	}

.kb-wrapp img {
	max-width: 100%;
	}
}

