body, html {width: 100%; height: 100%; padding: 0; margin: 0; font-family: 'Montserrat', 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;
	}

.contact-form-custom input#Your_Email {
width: 100% !important; 
max-width: 100% !important;
}
.contact-form-custom {
    width: 100%;
    max-width: 100%;
}

.contact-form-custom .form-row {
    width: 100%;
    margin-bottom: 14px;
}

.contact-form-custom .form-col-full {
    width: 100%;
}

.contact-form-custom .form-col-full input,
.contact-form-custom .form-col-full textarea,
.contact-form-custom input[type="text"],
.contact-form-custom input[type="email"],
.contact-form-custom input[type="tel"],
.contact-form-custom textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 8px 10px;
}

.contact-form-custom .rsform-block,
.contact-form-custom .formControls,
.contact-form-custom .rsform-input-box,
.contact-form-custom .rsform-text-box,
.contact-form-custom .rsform-textarea-box {
    width: 100% !important;
    max-width: 100% !important;
}

.contact-form-custom label,
.contact-form-custom .formControlLabel {
    display: none !important;
}

.contact-form-custom textarea {
    height: 120px;
    resize: none;
}
.contact-section {
    display: flex;
    align-items: stretch;
    background: linear-gradient(90deg, #082826 0%, #07211f 100%);
    color: #ffffff;
    padding: 55px 58px;
    gap: 0;
}

.contact-left,
.contact-right {
    width: 50%;
}

.contact-left {
    padding-right: 42px;
}

.contact-right {
    padding-left: 42px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-left h2,
.contact-right h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 22px;
    position: relative;
}

.contact-left h2:after,
.contact-right h2:after {
    content: "";
    display: block;
    width: 88px;
    height: 1px;
    background: rgba(255, 255, 255, 0.7);
    margin-top: 12px;
}

.contact-left p,
.contact-right p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.45;
    margin: 0 0 18px;
}

.contact-details {
    margin-top: 38px;
}

.contact-form-custom {
    margin-top: 46px;
}

.form-row {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
}

.form-col {
    width: 100%;
}

.form-row-message {
    display: block;
}

.form-row-message textarea {
    width: 100%;
}

.contact-right input[type="text"],
.contact-right input[type="email"],
.contact-right input[type="tel"],
.contact-right textarea,
.contact-right .rsform-input-box,
.contact-right .rsform-text-box,
.contact-right .rsform-textarea-box {
    width: 100%;
    box-sizing: border-box;
    background: #f2f0ea;
    border: 1px solid #d8d4cb;
    color: #666666;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 8px 10px;
    border-radius: 0;
    box-shadow: none;
}

.contact-right input[type="text"],
.contact-right input[type="email"],
.contact-right input[type="tel"],
.contact-right .rsform-input-box,
.contact-right .rsform-text-box {
    height: 28px;
}

.contact-right textarea,
.contact-right .rsform-textarea-box {
    min-height: 112px;
    resize: none;
}

.contact-right input::placeholder,
.contact-right textarea::placeholder {
    color: #8a8a8a;
    opacity: 1;
}

.contact-right .formValidation,
.contact-right .rsform-block-name .formControlLabel,
.contact-right .rsform-block-email .formControlLabel,
.contact-right .rsform-block-phone .formControlLabel,
.contact-right .rsform-block-message .formControlLabel,
.contact-right label {
    display: none !important;
}

.contact-right .rsform-error,
.contact-right .validation-error {
    color: #ffb8b8;
    font-size: 12px;
    margin-top: 4px;
}

.form-row-submit {
    margin-top: 8px;
    margin-bottom: 0;
}

.contact-right button,
.contact-right input[type="submit"],
.contact-right .rsform-submit-button {
    background: #006dcb;
    border: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 18px;
    min-width: 70px;
    height: 36px;
    border-radius: 0;
    cursor: pointer;
    box-shadow: none;
}

.contact-right button:hover,
.contact-right input[type="submit"]:hover,
.contact-right .rsform-submit-button:hover {
    opacity: 0.92;
}
.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: #fff;
    background: #0055a3;	
  	font-weight: 500;
  	display: block;
  	margin: 0 auto;
  	position: relative;
  	font-size: 20px;
  	padding: 8px 2% 8px;
  	width: 96%;
	}

.top-telemedicine-bar {
    width: 100%;
    background: #d32f2f; /* RED */
    text-align: center;
    padding: 10px 0;
    }

.top-telemedicine-bar a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    }

.top-telemedicine-bar a:hover {
    text-decoration: underline;
    }

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

.images-wrap .video-card {
    max-width: 610px;
    width: 100%;
    }

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

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

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

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

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

#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: 1600px;
	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 {
    width: 300px;
	}

.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: 470px;
	}

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;
    background: #0055a3;
    padding: 20px 0;
	}

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

.topmenu ul li {
    list-style: none;
    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 #fff;
    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: #fff;
    transition: all 0.3s;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px;
	}

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

.topmenu ul li a:hover,
.topmenu ul li.active a {
	color: #fff;
    /* background: #ee3324; */
	}

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

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

/* submenu container */
.topmenu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 340px;
    background: #0055a3;

    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden;

    padding: 0;
    margin: 0;

    display: none;
}

/* show dropdown */
.topmenu ul li:hover > ul {
    display: block;
}

/* remove spacing from li */
.topmenu ul li ul li {
    padding: 0;
}

/* make link full width */
.topmenu ul li ul li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    color: #fff;
}

/* FULL red hover */
.topmenu ul li ul li a:hover,
.topmenu ul li ul li.active a {
    background: #ee3324;
    color: #fff;
}

.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: #0055a3;
    padding: 5px 15px;
    border-top: ridge 3px #0055a3;
    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;
    flex-direction: column;
	}

.btn-grp {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: end;
    margin: 0;
    }

.top-btn-address {
    text-align: center;
    color: #0055a3;
    font-weight: 700;
    }

.top-btn-phone {
    width: 100%;
    text-align: right;
    font-size: 24px;
    font-weight: 700;
    }

.top-btn-phone a {
    color: #c00;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
    }

.top-btn-phone a:hover {
    text-decoration: underline;
    }

.top-btn-phone i.fa-phone {
    color: #c00;
    line-height: 1;
    display: inline-flex;
    align-items: center;
        margin-top: 2px;
    }

.top-button {
    color: #fff !important;
    font-size: 14.5px;
    font-weight: 600;
    background: #0055a3;
    border-radius: 30px;
    padding: 15px 25px;
    transition: 0.3s;
    text-transform: uppercase;
	}

.top-button:hover {
	color: #000 !important;
	background: #0055a3;
	}

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

.tp-position {
    color: #ffffff;
    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: #ffffff;
	font-size: 22px;
	}

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

.header-banner a {
    display: inline-block;
    transition: 0.3s all;
    }

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

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

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

.mobile-slide {
    display: none;
	}

.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: 23%;
	left: 0;
	right: 0;
	}

.so-logo {
	width: 105px;
	}

.so-gold {
	color: #d6ba8b;
	font-size: 35px;
	font-weight: 900;
	}

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

.so-button {
	color: #000;
	background: #d6ba8b;
	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: #d6ba8b;
	background: #fff;
    border-radius: 35px;
	}	

.slider-tagline {
    display: block;
    position: absolute;
    bottom: 0;
    background: #272727;
    padding: 25px;
    font-size: 33px;
    width: 100%;
    color: #d6ba71;
    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;
	padding: 0 25px;
	}

.we-are-block-wrap {
	max-width: 1080px;
	text-align: center;
	margin: 50px auto;
	background-color: rgb(255 255 255 / 70%);
	padding: 30px;
	box-sizing: border-box;
	}

.waf-title-wrap {
    text-align: center;
    margin: 0 auto 30px;
	}

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

.waf-title-gold {
	color: #0055a3;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 65px;
	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: 400;
    margin: 15px auto;
    line-height: 32px;
	}

.waf-text strong {
    color: #c00;
    font-weight: 700;
	}

/* Offer block */
.toefx-section {
    background-color: #0055A3;
    padding: 80px 20px;
    }

.toefx-wrapper {
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 80px;
    }

/* LEFT */
.toefx-left img {
    width: 280px;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

/* RIGHT */
.toefx-right {
    color: #ffffff;
    max-width: 650px;
    }

.toefx-right h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
    }

.subtitle {
    font-size: 18px;
    margin-bottom: 18px;
    opacity: 0.95;
    }

.desc {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
    opacity: 0.9;
    }

/* BUTTON */
.btn-toefx {
    display: inline-block;
    padding: 14px 28px;
    background-color: #4a86c5;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
    }

.btn-toefx:hover {
    background-color: #3a6fa8;
    transform: translateY(-2px);
    }

/* 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: #0055a3;
	transition: 0.3s;
	border-radius: 5px;
	}

.ssb-block a:hover {
	color: #000;
	background-color: #0055a3;
	}

/*Doctors block*/
.db-wrap {
    width: 100%;
    background: #fff;
}

.db-right {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    box-sizing: border-box;
    max-width: 1500px;
    margin: 50px auto;
    padding: 25px;
}

.db-right-left {
    flex: 0 0 500px;
    width: 420px;
    max-width: 100%;
    padding-bottom: 0;
    height: auto;
    overflow: visible;
    position: static;
    margin: 5px 0 0;
}

.db-right-right {
    flex: 1;
    font-size: 24px;
}

.doctor-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.doctor-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.dr-name {
    text-align: center;
    font-size: 24px;
}

.db-white {
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin: 0 0 20px;
    color: #000;
}

.db-right-right p {
    font-size: 23px;
    margin: 0 0 20px;
}

.db_button {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    background: #0055a3;
    text-align: center;
    padding: 15px 24px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s;
    margin-top: 10px;
}

.db_button:hover {
    border-radius: 50px;
}
	
/* Doctor Page */
.doctor-section {
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px;
    }

/* Card layout */
.doctor-card {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    }

/* LEFT text */
.doctor-info {
    flex: 1;
    }

.doctor-info h3 {
    margin-top: 0;
    font-size: 24px;
    color: #000;
    }

.doctor-info p {
    line-height: 1.7;
    margin-bottom: 15px;
    color: #000;
    }

/* RIGHT image */
.doctor-image {
    flex: 0 0 250px;
    text-align: center;
    }

.doctor-image img {
    width: 100%;
    border-radius: 12px;
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

.doctor-name {
    margin-top: 10px;
    font-weight: 600;
    color: #000;
    }

/*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: #0055a3;
    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 {
    background: #0055a3;
	color: #fff;
	}

/*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: #0055a3;
    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%;
	}

.ceb-info {
	max-width: 480px;
	position: relative;
	z-index: 1;
	}

.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: #0055a3;
    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: #000;
	line-height: 40px;
	}

/* Services block*/
.services-block {
	position: relative;
	}

img.services-background-mobile {
    display: none;
	}

.front-services {
    background: #0055a3;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    bottom: 0;
    display: block;
	}	

.fs-cont {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
    padding: 15px;
    box-sizing: border-box;
	max-width: 1400px;
	margin: 0 auto;
	}

.front-service {
	max-width: 125px;
	position: relative;
	cursor: pointer;
	}

.front-service img {
    height: 100px;
	width: auto;
	transition: 0.3s;
	display: block;
	margin: 0 auto;
	}

.front-service:hover img {
	transform: scale(1.05);
	}

.front-service p {
    width: 125px;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    font-family: 'Lato' , sans-serif;
    position: relative;
    text-align: center;
    margin: 15px auto 0;
	}

.front-service:hover p {
	visibility: visible;
	}

/*Locations block*/
.locations-block {
    background: url(../images/location-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
	flex-wrap: wrap;
	}

.location-wrap {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    gap: 20px;
    background: #0055a3bf;
    max-width: 1150px;
    margin: 0 auto;
	padding: 20px;
    box-sizing: border-box;
	color: #fff;
    }

.our-location-title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 20px;
    }

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

.location-info-right {
    max-width: 420px;
    white-space: break-spaces;
    display: flex;
    flex-direction: column;
    }

.location-info-right span {
	font-style: italic;
	font-weight: 700;
	font-size: 14px;
	}

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

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

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

.location-info-left {
    display: flex;
	}

.location-info-left img {
	width: 45px;
	}

.locations-lower-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    border-top: 1px solid;
	padding: 15px 0 0;
    }

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

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

.social-lower a {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    }

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

.social-lower a img {
	width: 35px;
	}

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


/* Equipment */
.equipment-expertise {
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    }

.equipment-feature-row {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin: 30px 0;
    }

.equipment-feature-text {
    flex: 1 1 60%;
    }

.equipment-feature-text ul {
    margin: 0;
    padding-left: 20px;
    }

.equipment-feature-text li {
    margin-bottom: 12px;
    }

.equipment-feature-image {
    flex: 0 0 300px;
    }

.equipment-feature-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
    }

.equipment-img {
    height: 230px;
    margin-bottom: 20px;
    }

.equipment-title {
    margin: 0;
    }

.blue-text {
    color: #0055a3;
    font-weight: 600;
    }

/* Laser */
.laser-therapy-page {
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    }

/* Other Tech */
.other-page-wrapper {
    width: 100%;
    box-sizing: border-box;
    }

.other-content {
    max-width: 1240px;
    margin: 0 auto;
    }

.other-top-row,
.other-lower-row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    }

.other-top-row {
    margin-bottom: 30px;
    }

.other-text-intro,
.other-lower-text {
    flex: 1;
    min-width: 0;
    }

.other-hero-video {
    width: 400px;
    flex-shrink: 0;
    }
.other-side-image {
    width: 350px;
    flex-shrink: 0;
    }

.other-hero-video iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    }

.other-side-image img {
    display: block;
    width: 100%;
    height: auto;
    }  

.other-content p {
    line-height: 1.7;
    }

.other-content ul {
    margin: 0 0 24px;
    padding-left: 22px;
    }

.other-content li {
    margin-bottom: 10px;
    }

.other-content a {
    color: #0055a3;
    text-decoration: none;
    font-weight: 600;
    }

.other-cta {
    font-weight: 500;
    }


/* FLOAT VIDEO RIGHT */
.laser-video-float {
    float: right;
    width: 450px;
    max-width: 45%;
    margin: 0 0 20px 30px;
    }

.laser-video-float iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    display: block;
    }

/* TEXT */

.laser-list-title {
    font-weight: 600;
    margin-bottom: 10px;
    }

.laser-therapy-page ul {
    padding-left: 20px;
    }

.laser-therapy-page li {
    margin-bottom: 8px;
    }

/* CTA */
.laser-cta {
    margin-top: 10px;
    }

/* IMAGE */
.laser-bottom-image {
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 30px auto 0;
    }

/* CLEAR FLOAT */
.clear {
    clear: both;
    }

/* COLOR */
.blue-text {
    color: #0055a3;
    font-weight: 600;
    }

/* FOOT & ANKLE BOX ON SLIDER */

.condition-box-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.condition-box {
    background: #0055a3bf;
    border: 2px solid #0055a3bf;
    border-radius: 14px;
    padding: 20px 40px;
    box-sizing: border-box;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
    max-width: 500px;
}

.condition-box h2 {
    color: #fff;
    font-size: 22px;
    margin: 10px 5px 15px;
    }

.condition-content-wrapper {
    display: flex !important;
    }

.condition-content {
    flex: 1;
    text-align: left;
    }

.condition-content h2 {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    color: #000;
    }

.condition-content ul {
    margin: 0;
    padding-left: 24px;
}

.condition-content ul li {
    margin: 0 0 8px;
    color: #fff;
    font-size: 20px;
    line-height: 1.35;
}

.condition-content ul li a {
    color: #fff;
    text-decoration: none;
}

.condition-content ul li a:hover {
    text-decoration: underline;
}

.condition-logo {
    flex: 0 0 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.condition-logo .logo_p {
    width: 95px;
    max-width: 100%;
    height: auto;
    display: block;
}

/* remove old slider text style if still showing */
.so-logo-wrapper,
.so-gold,
.so-white,
.so-button {
    display: none !important;
}


/*Footer*/
footer {
    background: #252628;
    border-top: ridge 3px #d6ba8b;
	}

footer .content {
	text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
	}

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

.footer-logo-wrapper {
    width: 360px;
    }

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

.footer-logo-text {
    color: #fff;
    margin: 0;
    }

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

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

.office span {
    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: 130px;
    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;
	}
	}

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

/*Inner pages*/
tr.rsform-block.rsform-block-ref {
    vertical-align: text-bottom;
    }

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

.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: #0055a3;
	}

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

/*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*/

/* Contact Us page */
.barber-location-wrap {
    max-width: 1150px;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.barber-top {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.barber-info {
    flex: 0 1 auto;
    color: #000;
    font-size: 18px;
    line-height: 1.6;
}

.barber-info h2 {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: normal;
    color: #004b9b;
}

.icon-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
}

.icon {
    width: 18px;
    text-align: center;
    color: #777;
}

.barber-image {
    margin-top: 30px;
}

.barber-image img {
    width: 100%;
    max-width: 980px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.barber-map {
    flex: 1 1 420px;
    min-height: 340px;
    overflow: hidden;
}

.barber-map iframe {
    width: 100%;
    height: 100%;
    min-height: 340px;
    border: 0;
    display: block;
}

.barber-buttons {
    flex: 0 1 260px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-self: flex-start;
}

.contact-btn {
    display: block;
    padding: 16px 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: opacity 0.2s ease;
}

.contact-btn:hover {
    opacity: 0.85;
    color: #fff;
    text-decoration: none;
}

.contact-btn-red {
    background-color: #c0392b;
}

.contact-btn-teal {
    background-color: #1ba0a6;
}

.contact-btn-orange {
    background-color: #f0a829;
}

@media only screen and (max-width: 900px) {
    .barber-map,
    .barber-info,
    .barber-buttons {
        flex: 1 1 100%;
    }
}

/* 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 */

/* Orthotics */
.custom-orthotics-page {
    padding: 0px;
    }

.orthotics-content {
    max-width: 1180px;
    margin: 0 auto;
    }

.orthotics-title {
    margin: 0 0 35px;
    text-align: center;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    }

.orthotics-title:after {
    content: "";
    display: block;
    width: 82px;
    height: 4px;
    background: #0055a3;
    margin: 18px auto 0;
    }

/* first section */
.orthotics-first-section {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 50px;
    }

.orthotics-text {
    flex: 1 1 50%;
    }

.orthotics-text p {
    line-height: 1.7;
    }

.orthotics-text a {
    color: #0055a3;
    text-decoration: none;
    font-weight: 600;
    }

.orthotics-text a:hover {
    text-decoration: underline;
    }

.orthotics-video-wrap {
    flex: 1 1 50%;
    order: 2;
    max-width: 450px;
    }

.orthotics-video-frame {
    position: relative;
    width: 100%;
    max-width: 450px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #000;
    border: 2px solid #333;
    box-sizing: border-box;
    }

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

/* second section */
.orthotics-two-col {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    }

.orthotics-left {
    flex: 1 1 68%;
    }  

.orthotics-left ul {
    margin: 0 0 28px 24px;
    padding: 0;
    }

.orthotics-left li {
    margin-bottom: 15px;
    } 

.orthotics-right {
    flex: 0 0 300px;
    text-align: center;
    }

.orthotics-right img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    }

/* Therapy */
.therapy-laser-wrapper {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    }

.therapy-video-gallery,
.therapy-content {
    max-width: 1200px;
    margin: 0 auto 40px;
    }

.therapy-gallery-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    }

.therapy-video-card {
    flex: 1;
    }

.small-card {
    flex: 1 1 33.333%;
    }

.large-card {
    flex: 1 1 50%;
    } 

.therapy-video-embed {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
    }

.small-video {
    padding-bottom: 56.25%;
    height: 0;
    }

.large-video {
    padding-bottom: 56.25%;
    height: 0;
    }

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

.video-overlay {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 36px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    z-index: 2;
    pointer-events: none;
    }

.video-label {
    position: absolute;
    left: 12px;
    bottom: 12px;
    color: #fff;
    font-size: 12px;
    z-index: 2;
    pointer-events: none;
    }

.therapy-content h2 {
    margin: 0 0 20px;
    font-size: 32px;
    line-height: 1.2;
    }

.therapy-content ul {
    padding-left: 25px;
    } 

.therapy-content li {
    line-height: 1.5;
    }

.therapy-content a {
    color: #0055a3;
    text-decoration: none;
    font-weight: 600;
    }

.therapy-highlight {
    font-weight: 500;
    }

.therapy-bottom-image {
    text-align: center;
    margin-top: 30px;
    }

.therapy-bottom-image img {
    display: inline-block;
    width: 300px;
    max-width: 100%;
    height: auto;
    }


/* Gallery Section */

.bp-gallery-header {
    text-align: center;
    }

.bp-gallery-header h1 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    }

.bp-gallery-container {
    width: min(100% - 32px, 980px);
    margin: 0 auto;
    }

.bp-gallery-item {
    margin-bottom: 46px;
    text-align: center;
    }

.bp-gallery-media,
.bp-slider {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    background: #d9d9d9;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    }

.bp-gallery-fixed,
.bp-slider {
    aspect-ratio: 16 / 9;
    }

.bp-gallery-media img,
.bp-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    }

.bp-gallery-caption {
    width: min(100%, 760px);
    margin: 16px auto 0;
    }

.bp-gallery-openhouse {
    padding-top: 26px;
    border-top: 1px solid #888;
    }

.bp-gallery-title {
    color: #155fb1;
    }
 
.bp-slider-track {
    position: relative;
    width: 100%;
    height: 100%;
    }

.bp-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .45s ease, visibility .45s ease;
    }

.bp-slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    }

.bp-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: rgba(0,0,0,.45);
    color: #fff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    z-index: 5;
    }

.bp-prev { left: 14px; }
.bp-next { right: 14px; }

.bp-slider-dots {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 5;
    }

.bp-slider-dot {
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,.5);
    cursor: pointer;
    padding: 0;
    }

.bp-slider-dot.is-active {
    background: #fff;
    }

/* Video */
.video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

.video-card {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

.video-card h3 {
    margin: 0 0 10px;
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    color: #1d4f91;
    font-weight: 400;
    }

.video-frame {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0;
    background: #000;
    }

.video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    }

/* Toefx Page */
.toefx-page img {
    width: 350px;
    display: block;
    max-width: 100%;
    height: auto;
    }

/* hero layout */
.toefx-hero {
    padding: 10px 0 40px;
    }

.toefx-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    }

.toefx-main-title {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 22px;
    color: #000;
    }

.toefx-main-title .red {
    color: #d32f2f;
    }

.toefx-main-title .green {
    color: #179a34;
    }

.toefx-subtitle {
    text-align: center;
    font-size: 26px;
    line-height: 1.35;
    margin: 0 0 46px;
    color: #111;
    }

.toefx-hero-grid {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 34px;
    }

.toefx-hero-image img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    }

.toefx-form-box {
    width: 42%;
    max-width: 470px;
    }

.toefx-form-box h2 {
    color: #d32f2f;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    margin: 10px 0 22px;
    }

.toefx-form-module {
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
    }

.toefx-form-top-shape {
    display: none;
    }

/* rsform card */
.toefx-rsform {
    width: 100%;
    }

.toefx-rsform-grid {
    background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 0 12px 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    position: relative;
    overflow: hidden;
    }

.toefx-rsform-grid::before {
    content: "";
    display: block;
    width: calc(100% + 24px);
    height: 18px;
    margin: 0 -12px 8px;
    background: #0d3552;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    flex: 0 0 calc(100% + 24px);
    }

/* 2-column fields */
.toefx-rsform .rsform-block-name,
.toefx-rsform .rsform-block-date,
.toefx-rsform .rsform-block-phone,
.toefx-rsform .rsform-block-time {
    width: calc(50% - 6px) !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    display: block !important;
    box-sizing: border-box;
    }

.toefx-rsform .rsform-block-email,
.toefx-rsform .rsform-block-submit {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    display: block !important;
    box-sizing: border-box;
    }

.toefx-rsform .formControlLabel,
.toefx-rsform label {
    display: block !important;
    width: 100% !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    color: #111 !important;
    margin: 0 0 4px !important;
    padding: 0 !important;
    text-align: left !important;
    }

.toefx-rsform .formControls,
.toefx-rsform .formBody {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    }

.toefx-rsform .formDescription {
    display: none !important;
    }

.toefx-rsform .formValidation {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    color: #c62828;
    }

/* inputs */
.toefx-rsform input[type="text"],
.toefx-rsform input[type="email"],
.toefx-rsform input[type="tel"],
.toefx-rsform select,
.toefx-rsform .rsform-calendar-box input {
    width: 100% !important;
    max-width: 100% !important;
    height: 28px !important;
    padding: 4px 8px !important;
    border: 1px solid #8f8f8f !important;
    border-radius: 2px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    box-sizing: border-box !important;
    background: #fff !important;
    color: #111 !important;
    box-shadow: none !important;
    }

/* keep calendar input, hide extra trigger */
.toefx-rsform .rsform-type-jquerycalendar .formBody {
    display: block !important;
    width: 100% !important;
    }

.toefx-rsform .rsform-calendar-box {
    width: 100% !important;
    max-width: 100% !important;
    }

.toefx-rsform .rsform-calendar-box input {
    display: block !important;
    }

.toefx-rsform .rsform-calendar-box + button,
.toefx-rsform .rsform-calendar-button,
.toefx-rsform button.rsform-calendar-trigger,
.toefx-rsform .rsform-calendar-box input[type="button"],
.toefx-rsform .rsform-calendar-box .btn {
    display: none !important;
    }

/* button */
.toefx-rsform .rsform-block-submit {
    margin-top: 6px !important;
    }

.toefx-rsform .rsform-block-submit .formControlLabel,
.toefx-rsform .rsform-block-submit label {
    display: none !important;
    }

.toefx-rsform input.rsform-submit-button,
.toefx-rsform input[type="submit"],
.toefx-rsform button.rsform-submit-button,
.toefx-rsform button[type="submit"] {
    display: block !important;
    width: 100% !important;
    background: #d32f2f !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 14px 16px !important;
    min-height: 0 !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-align: center !important;
    text-transform: none !important;
    cursor: pointer !important;
    box-shadow: none !important;
    }

.toefx-rsform input[type="submit"]:hover,
.toefx-rsform .rsform-submit-button:hover {
    background: #d81414 !important;
    }

/* keep page wide */
.item-page .toefx-page,
.com-content-article .toefx-page,
.inner-pages .toefx-page {
    width: 100%;
    max-width: none;
    }

.toefx-summer {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 70px;
    overflow: hidden;
    }

.toefx-summer-bg {
    width: 100%;
    min-height: 420px;
    background: url('../../../images/toefx/toefx-summer-bg.png') center center / cover no-repeat;
    display: flex;
    align-items: center;
    }

.toefx-summer-inner {
    position: relative;
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    }

.toefx-summer-feet {
    position: absolute;
    left: 40px;
    bottom: 0;
    z-index: 2;
    }

.toefx-summer-feet img {
    display: block;
    max-width: 320px;
    width: 100%;
    height: auto;
    }

.toefx-summer-card {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 60%;
    margin-left: auto;
    margin-top: 8%;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 18px;
    padding: 28px 40px;
    box-sizing: border-box;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    }

.toefx-summer-card h2 {
    margin: 0 0 16px;
    color: #d32f2f;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 600;
    }

.toefx-summer-card p {
    margin: 0;
    font-size: 21px;
    }

.toefx-blue-band {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 55px;
    z-index: 1;
    }

.toefx-blue-band-bg {
    width: 100%;
    background: #1186c9;
    height: 230px;
    position: relative;
    }

.toefx-blue-band-inner {
    width: 100%;
    max-width: 1290px;
    height: 230px;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
    position: relative;
    }

.toefx-blue-text {
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    color: #fff;
    text-align: center;
    }

.toefx-blue-text h2 {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    }

.toefx-blue-text p {
    margin: 0;
    font-size: 20px;
    color: #fff;
    }

.toefx-blue-image {
    position: absolute;
    right: 90px;
    top: -18px;
    width: 400px;
    z-index: 3;
    }

.toefx-blue-image img {
    display: block;
    width: 100%;
    height: auto;
    }

.toefx-cta {
    padding: 40px 0;
    text-align: center;
    }

.toefx-cta-title {
    font-size: 34px;
    font-weight: 600;
    margin: 0 0 22px;
    }

.toefx-cta-title .red {
    color: #d32f2f;
    }

.toefx-btn {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    border-radius: 8px;
    }

.toefx-btn-orange {
    background: #f29516;
    color: #fff;
    padding: 4px 20px;
    font-size: 28px;
    min-width: 350px;
    margin: auto;
    }

.toefx-benefits {
    padding: 40px 0;
    }

.toefx-benefits-inner {
    display: flex;
    align-items: center;
    gap: 42px;
    justify-content: space-evenly;
    flex-direction: row;
    }

.toefx-benefits-text h3 {
    font-size: 28px;
    margin: 0 0 18px;
    font-weight: 600;
    }

.toefx-benefits-text ul {
    margin: 0;
    padding-left: 24px;
    }

.toefx-benefits-text li {
    font-size: 22px;
    margin-bottom: 8px;
    }

.toefx-benefits-image {
    text-align: center;
    }

.toefx-benefits-image img {
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
    }

/* FULL WIDTH WRAP */
.toefx-testimonials-wrap {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #f2f2f2;
    border-top: 2px solid #d7d7d7;
    padding: 40px 0 50px;
    }

/* INNER CONTENT AREA */
.toefx-testimonials {
    width: 100%;
    }

.toefx-testimonials .toefx-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    }

/* TITLE */
.toefx-testimonials h2 {
    text-align: center;
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 28px;
    font-weight: 700;
    color: #111;
    }

/* GRID */
.toefx-testimonial-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 26px;
    flex-wrap: wrap;
    }

/* IMAGE BLOCK */
.testimonial-img {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    }

.testimonial-img img {
    display: block;
    width: 240px;
    max-width: 100%;
    height: auto;
    }

/* Prevent article wrapper from squeezing the page */
.item-page .toefx-page,
.com-content-article .toefx-page,
.inner-pages .toefx-page {
    width: 100%;
    max-width: none;
    }

/*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: #d6ba8b;
	}

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: 10px 0 40px;
	}

#second::after {
  content: '';
  display: table;
  clear: both;
}

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

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

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

#week {
	float: left;
	}

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

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

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

#offices::after {
  content: '';
  display: table;
  clear: left;
}

#offices.images img {
	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: #0055a3;
	}

.formTableLayout {
	margin: 0 auto;
	}

.formTableLayout input#Send, input#submit, button#submit {
    background: #d32f2f;
	color: #fff;
    border: 2px solid #d32f2f;
    padding: 5px 10px;
    border-radius: 5px;
	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: #d32f2f;
	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%;
	}

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

div.genericItemReadMore {
    display: none !important;
	}

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

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

.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: 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: #d6ba8b;
	}

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

.cutting-edge-block {
	margin-top: -5px;
	}

.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;
	background: #0055a3;
	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;
	}
}

@media only screen and (max-width: 1470px) {
.maintext-block-serv-wrapper {
	top: 15%;
	}
}

@media only screen and (max-width: 1410px) {
.topmenu ul li a, span.nav-header, span.separator {
    padding: 20px 10px;
    }

.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) {
.topmenu {
	width: 100%;
	order: 2;
	}

.condition-box {
    padding: 22px 24px;
    }

.condition-content h2 {
    font-size: 22px;
    }

.condition-content ul li {
    font-size: 16px;
    }

.condition-logo .logo_p {
    width: 82px;
    }
}

@media only screen and (max-width: 1370px) {
.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) {
table.pe td {
	display: block;
	}

table.pe ul {
	margin: 0;
	}
  
/* Office */
.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) {
.top-btn-address {
    text-align: right;
    max-width: 400px;
    }

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

.header-banner {
    max-width: 350px;
    }

.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 {
	text-align: center;
	display: block;
	margin: 0 auto;
	}
}

@media only screen and (max-width: 1215px) {
    /*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: #fff;
	transition: all 0.3s;
	}

.topmenu.active {
	top: 0;
    background: #6d97bd;
	}

.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; */
    padding: 20px;
	}

.topmenu ul li ul li a {
    padding: 0px 20px;
    }

.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;
	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 {
    order: 3;
    width: 100%;
    margin: 15px auto 0;
    }

.btn-grp {
    justify-content: center;
    }

.top-btn-address {
    text-align: center;
    max-width: 100%;
    }

.top-btn-phone {
    text-align: center;
    }

.inner-logo {
    max-width: 210px !important;
    }

/* .header-banner {
    max-width: 285px;
    } */

/*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: 1150px) {
.maintext-block-serv-wrapper {
    position: relative;
    background: #fff;
    display: block;
    top: unset;
    box-sizing: border-box;
    padding: 10px;
    border-bottom: 1px solid #d6ba8b;
	}

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

.condition-box-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
   }
  
.condition-box {
    padding: 20px;
    gap: 18px;
    }

.condition-content h2 {
    font-size: 20px;
    }

.condition-content ul li {
    font-size: 15px;
    margin-bottom: 6px;
    }

.condition-logo .logo_p {
    width: 72px;
    }
  
/*Locations Block*/  
.location-wrap {
    flex-direction: column;
    max-width: 580px;
    }

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

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

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

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

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

@media only screen and (max-width: 950px) {
footer .content {
    flex-direction: column;
	}
  
.db-right {
    flex-direction: column;
    gap: 25px;
    padding: 20px;
    }

.db-right-left,
.db-right-right {
    width: 100%;
    flex: 0 0 100%;
    }

.dr-name {
    font-size: 20px;
    }

.db-white {
    font-size: 24px;
    }

.db-right-right p {
    font-size: 16px;
    }
  
.ssb-title {
	text-align: center;
	font-size: 35px;
	padding: 0 25px;
    margin: 0;
	}

.ssb-block {
	width: 25%;
	}

.db-right {
	flex-direction: column;
    padding: 25px;
    gap: 10px;
    margin: 0;
	}

.db_button {
	margin: 25px auto;
	}
/* Toefx Page */
.toefx-main-title {
    font-size: 42px;
    }

.toefx-subtitle {
    font-size: 22px;
    }

.toefx-hero-grid {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    }

.toefx-hero-image,
.toefx-form-box {
    width: 100%;
    max-width: 100%;
    }

.toefx-form-box {
    max-width: 430px;
    }
  
.toefx-summer {
    margin-bottom: 0;
    }

.toefx-summer-bg {
    min-height: 360px;
    }

.toefx-summer-inner {
    min-height: 360px;
    padding: 0 20px;
    }

.toefx-summer-feet {
    left: 10px;
    }

.toefx-summer-feet img {
    max-width: 240px;
    }

.toefx-summer-card {
    max-width: 560px;
    padding: 24px 28px;
    }

.toefx-summer-card h2 {
    font-size: 28px;
    }

.toefx-blue-band-bg {
    height: auto;
    padding: 30px 0;
    }

.toefx-blue-band-inner {
    height: auto;
    padding: 0 20px;
    }

.toefx-blue-text {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    }

.toefx-blue-image {
    position: relative;
    right: auto;
    top: auto;
    max-width: 320px;
    margin: 0 auto 20px;
    }

.toefx-blue-band-inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    }
  
.toefx-summer-card p,
.toefx-blue-text p,
.toefx-benefits-text li {
    font-size: 18px;
    }

.toefx-benefits-inner {
    flex-direction: column;
    }

.toefx-testimonials-wrap {
    padding: 32px 0 40px;
    }

.toefx-testimonial-grid {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 940px) {
/* Other Tech */
.orthotics-title {
    font-size: 38px;
    }

.orthotics-first-section,
.orthotics-two-col {
    gap: 30px;
    }

.orthotics-text,
.orthotics-left li,
.orthotics-cta {
    font-size: 17px;
    }
}	

@media only screen and (max-width: 870px) {
.condition-box {
    max-width: 560px;
    margin: 0 auto;
    }

    /* orthotic */
.orthotics-first-section,
.orthotics-two-col {
    flex-direction: column;
    }

.orthotics-video-wrap,
.orthotics-right {
    flex: none;
    width: 100%;
    max-width: 420px;
    }
  
.ysec-wrap {
	max-width: 95%;
	width: 100%;
	}

  /* equipment */
.equipment-expertise h2 {
    font-size: 34px;
    }

.equipment-expertise p {
    font-size: 17px;
    }

.equipment-feature-row {
    gap: 24px;
    }

.equipment-feature-image {
    flex: 0 0 300px;
    max-width: 300px;
    }

  /* other tech */
.other-top-row,
.other-lower-row {
    gap: 28px;
    }

.other-hero-video,
.other-side-image {
    width: 300px;
    }

.other-content h3 {
    font-size: 24px;
    }

  /* Video */
.video-grid {
    gap: 20px 16px;
    }

.video-card h3 {
    font-size: 17px;
    }
}

@media only screen and (max-width: 830px) {
.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: 820px) {
.top-buttons {
	position: relative;
	right: unset;
	width: 100%;
	order: 2;
	}
.btn-grp {
    justify-content: center;
    margin: 0;
    }
.top-btn-phone {
    text-align: center;
    }
}

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

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

/* Offer block */
.toefx-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    }

.toefx-left img {
    width: 240px;
    }

.toefx-right h2 {
    font-size: 28px;
    }
  
/*Locations Block*/  
.location-wrap {
    max-width: 450px;
    width: 100%;
	}

.location-info {
    flex-direction: column;
    text-align: center;
	}

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

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

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

.location-wrap-right {
    height: 400px;
    }
    
.banner-desk {
	display: none;
	}

.banner-mob {
	display: block;
	}

.doctor-card {
    flex-direction: column;
    text-align: center;
    }

.doctor-image {
    margin: 0 auto;
    }

.doctor-info {
    text-align: left;
    }

.barber-top {
    flex-direction: column;
    gap: 25px;
    }

.barber-image {
    width: 100%;
    }

.barber-info {
    font-size: 16px;
    }

.barber-map {
    height: 280px;
    }

  /* Laser */
.laser-video-float {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
    }

/* Gallery */
.bp-gallery-header h1 { font-size: 24px; }
.bp-gallery-title { font-size: 22px; }
.bp-gallery-caption { font-size: 15px; }

/* Video */
.video-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    }

.video-card h3 {
    font-size: 16px;
    margin-bottom: 8px;
    }

/* Other Tech */
.custom-orthotics-page {
    padding: 20px 15px 35px;
    }

.orthotics-title {
    font-size: 28px;
    margin-bottom: 28px;
    }

.orthotics-title:after {
    width: 70px;
    margin-top: 14px;
    }

.orthotics-first-section {
    flex-direction: column;
    gap: 22px;
    margin-bottom: 35px;
    }

.orthotics-video-wrap {
    order: -1;
    width: 100%;
    }

.orthotics-text {
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    }

.orthotics-two-col {
    flex-direction: column;
    gap: 25px;
    }

.orthotics-left,
.orthotics-right {
    width: 100%;
    flex: none;
    }

.orthotics-left h3 {
    font-size: 20px;
    }

.orthotics-left ul {
    margin-left: 20px;
    }

.orthotics-left li,
.orthotics-cta {
    font-size: 16px;
    line-height: 1.6;
    }

.orthotics-right {
    text-align: left;
    }

.orthotics-right img {
    max-width: 260px;
    }

/*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: 20px;
    bottom: 130px;
	}

.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;
	}
  
/*sidebar*/
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}
  /* equipment */
.equipment-expertise {
    padding: 28px 16px;
    }

.equipment-expertise h2 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 16px;
    }

.equipment-expertise h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }

.equipment-expertise p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 18px;
    }

.equipment-feature-row {
    flex-direction: column;
    gap: 18px;
    margin: 24px 0;
    }

.equipment-feature-text,
.equipment-feature-image {
    width: 100%;
    max-width: 100%;
    flex: none;
    }

.equipment-feature-image img {
    width: 100%;
    max-width: 100%;
    }

.equipment-feature-text ul {
    padding-left: 20px;
    }

.equipment-feature-text li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    }

  /* other Tech */
.other-page-wrapper {
    padding: 28px 16px;
    }

.other-top-row {
    flex-direction: column-reverse;
    gap: 20px;
    margin-bottom: 24px;
    }

.other-lower-row {
    flex-direction: column;
    gap: 20px;
    }

.other-hero-video,
.other-side-image {
    width: 100%;
    max-width: 320px;
    }

.other-side-image {
    margin: 0 auto;
    }

.other-content p,
.other-content li {
    font-size: 16px;
    line-height: 1.6;
    }

.other-content h3 {
    font-size: 20px;
    margin-bottom: 14px;
    }

.other-content ul {
    padding-left: 20px;
    }

/* Toefx Page */
.toefx-container {
    padding: 0;
    }

.toefx-main-title {
    font-size: 30px;
    }

.toefx-subtitle {
    font-size: 18px;
    margin-bottom: 28px;
    }

.toefx-form-box h2 {
    font-size: 26px;
    margin-bottom: 16px;
    }

.toefx-rsform .rsform-block-name,
.toefx-rsform .rsform-block-date,
.toefx-rsform .rsform-block-phone,
.toefx-rsform .rsform-block-time,
.toefx-rsform .rsform-block-email,
.toefx-rsform .rsform-block-submit {
    width: 100% !important;
    }

.toefx-summer-bg {
    min-height: auto;
    padding: 30px 0;
    background-position: center;
    }

.toefx-summer-inner {
    min-height: auto;
    display: block;
    padding: 0 16px;
    }

.toefx-summer-feet {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0 auto 16px;
    text-align: center;
    }

.toefx-summer-feet img {
    max-width: 180px;
    margin: 0 auto;
    }

.toefx-summer-card {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 14px;
    }

.toefx-summer-card h2 {
    font-size: 24px;
    margin-bottom: 12px;
    }

.toefx-summer-card p {
    font-size: 16px;
    line-height: 1.5;
    }

.toefx-blue-band {
    margin-bottom: 35px;
    }

.toefx-blue-text h2 {
    font-size: 26px;
    margin-bottom: 12px;
    }

.toefx-blue-text p {
    font-size: 14px;
    line-height: 1.45;
    }

.toefx-btn-orange {
    padding: 4px 20px;
    font-size: 20px;
    min-width: auto;
    margin: auto;
    }
  
.toefx-benefits-text h3 {
    font-size: 26px;
    }

.toefx-testimonials-wrap {
    padding: 26px 0 32px;
    }

.toefx-testimonials h2 {
    margin-bottom: 20px;
    }

.toefx-testimonial-grid {
    gap: 16px;
    grid-template-columns: 1fr;
    }
}

@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: 730px) {
.header-banner {
    max-width: 285px;
    }

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 .top-socials {
	display: none;
	}

nav.slide.fixed, .inner-nav.slide.fixed .submenu .top-phone {
	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) {
.inner-nav.slide.fixed .header-banner {
    display: none;
    }

.top-buttons {
	top: auto;
	right: auto;
	position: relative;
	/* margin: -10px auto 5px; */
	}

.header-banner {
    max-width: 100%;
    order: 2;
    width: 100%;
    text-align: center;
    }

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

.condition-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 18px;
    }

.condition-content h2 {
    font-size: 18px;
    }

.condition-content ul {
    padding-left: 20px;
    }

.condition-content ul li {
    font-size: 14px;
    }

.condition-logo {
    width: 100%;
    justify-content: flex-end;
    }

.condition-logo .logo_p {
     width: 64px;
    }
}

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

.btn-grp {
    justify-content: center;
    flex-direction: column;
    width: fit-content;
    text-align: center;
    }
  
.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: #d6ba8b;
	padding-left: 0;
	}

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

.db-text {
	color: #fff;
	padding-left: 0;
	font-size: 14px;
	max-width: 700px;
	line-height: 28px;
	}
  
.condition-box h2 {
    font-size: 16px;
    margin: 14px 0px;
    }
}

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

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

.ssb-block {
	width: 55%;
	}

/* Gallery */
.bp-gallery-header h1 { font-size: 20px; }
.bp-gallery-title { font-size: 18px; }
.bp-gallery-caption { font-size: 14px; line-height: 1.6; }
.bp-slider-btn {
    width: 38px;
    height: 38px;
    font-size: 22px;
    }
  
/*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;
    width: 200px;
	}

.waf-title-wrap {
    text-align: center;
    display: block;
	}

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