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 , #system-message-container {
	display: none !important;
	}

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

.wrapper {
	max-width: 940px;
	}

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

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

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

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

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

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

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;
    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 #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: 15px;
    color: #000;
    transition: all 0.3s;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
	}

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

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

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

.topmenu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    background: #272727;
    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: #272727;
	}

.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 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
    padding: 5px 15px;
    border-top: ridge 3px #000;
    gap: 3%;
    box-shadow: 0 4px 10px 0 rgba(74, 74, 74, .3), 0 4px 10px rgba(0, 0, 0, .08);
	}

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

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

.top-button:hover {
	background: #fff;
    color: #e22c2e;
	}

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

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

.hamburger.hamburger--slider {
	display: none;
	}

.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: 120px;
	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-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: #000;
	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: 600;
    margin: 15px auto;
    line-height: 32px;
	}

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

.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;
    filter: brightness(0) saturate(100%) invert(18%) sepia(6%) saturate(600%) hue-rotate(175deg) brightness(95%) contrast(90%);
	}

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

.ssb-block a {
	font-weight: 700;
    font-size: 16px;
	text-transform: uppercase;
	padding: 12px 15px;
	color: #fff;
	background-color: #485964;
	transition: 0.3s;
	border-radius: 8px;
    color: #fff;
    border: 2px solid #485964;
	}

.ssb-block a:hover {
	background: #fff;
    color: #485964;
	}

.db-wrap {
    display: flex;
	}

.db-left {
    height: 1125px;
    background: #f5fafd;
    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;
	}

.db-right {
    background-color: #485964;
    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: #fff;
	display: block;
	}

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

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

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

.db-yellow-listed::before {
	content: '';
    height: 6px;
    width: 6px;
    border-radius: 50%;
	border: 1px solid #fff;
    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: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
	}

.db-text {
    color: #fff;
    padding-left: 80px;
    font-size: 16px;
    max-width: 700px;
    line-height: 28px;
	}

.db-text::before {
	content: '';
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
	}

.db_button {
	display: block;
	color: #485964;
	text-transform: uppercase;
	background: #fff;
	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;
	}

.about-block {
	background: rgb(217,215,213);
	background: linear-gradient(90deg, rgba(217,215,213,1) 0%, rgba(255,255,255,1) 51%);
	}

.about-block .content {
	padding: 0;
	max-width: 1400px;
	}

.about-inner-wrap {
    display: flex;
    gap: 25px;
    margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	}

.about-block-info {
	max-width: 50%;
	z-index: 1;
	margin: 0 0 30px;
	padding: 0 0 0 15px;
	}

.about-block-info h3 {
    color: #000000;
    font-weight: 700;
    font-size: 43px;
	font-family: 'Montserrat', sans-serif;
	}

.about-block-info p {
	font-size: 18px;
	}

.about-block-image {
    position: absolute;
    bottom: 0;
    right: -25px;
    height: 100%;
    display: flex;
	}

.about-block-image img {
	height: auto;
	width: auto;
	max-width: 100%;
	}

.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: #485964;
    text-align: center;
    max-width: 235px;
    padding: 12px 15px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s;
    border: 2px solid #485964;
    margin: 0 auto;
	}

.sb-button:hover {
    background: #fff;
    color: #485964;
	}

.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: #f5fafd;
    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/backpain.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-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: #f5fafd;
    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: #000;
	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 {
	position: relative;
	}

.services-wrap {
    display: flex;
    justify-content: space-between;
    }

.services-grp h3 {
    margin-bottom: 0;
    }

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

.front-services {
    background: #485964;
    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;
    filter: brightness(0) invert(1);
	}

.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 {
    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: #485964e6;
    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;
    }

.location-hour-item {
    display: flex;
    text-align: left;
    }

.location-hour-item > p {
    width: 180px;
    }
.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: 360px;
    }

/*Blogs block*/

.blogs-block {
	padding: 50px 0;
	text-align: center;
    background: #fff;
	background-size: cover;
  	background-position: center;
    background-repeat: no-repeat;
	}

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

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

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

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

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

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

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

.blog-button {
    margin-top: 30px;
    }

.blog-button a{
	font-weight: 700;
    font-size: 16px;
	text-transform: uppercase;
	padding: 12px 15px;
	color: #fff;
	background-color: #485964;
	transition: 0.3s;
	border-radius: 5px;
    border: 2px solid #485964;
	}

.blog-button a:hover {
	background: #fff;
    color: #485964;
	}

footer {
    background: #485964;
	}

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: 10px 20px;
    background: #fff;
	}

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

footer h4 {
	font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px;
    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: #f5fafd;
	font-size: 14px;
	padding: 30px;
	}

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

/* Service Page */
.services-img {
    margin-left: 10px; 
    margin-bottom: 10px; 
    float: right;
    }

.services1-img {
    margin-left: 10px; 
    margin-bottom: 10px;
    width: 250px;
    float: right;
    }

/* Testimonial Page */
.testimonial-container {
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 16px 16px 0px 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;
	}

.testimonial-container .headline {
    display: inline-block;
    vertical-align: middle;
	}

.testimonial-container .star {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
	}

.homepage .content.h {
	display: none;
	}

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

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

.inner-pages a {
    color: #485964;
	}

.inner-pages .page-header 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;
	}

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

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

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

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

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

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

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

/* Get In Touch With Us - Office Page */
.second {
    margin-top: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    }

.office-title-bar {
    background: #485964;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    padding: 18px 30px;
    box-sizing: border-box;
    font-family: "Questrial", sans-serif;
    }

.office-layout {
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 25px;
    flex-wrap: wrap;
    box-sizing: border-box;
    }

.office-layout .one {
    flex: 1 1 55%;
    float: none;
    width: auto;
    padding-right: 0;
    margin-bottom: 0;
    }

.office-layout .two {
    flex: 1 1 40%;
    float: none;
    width: auto;
    margin-bottom: 0;
    }

.office-info-grid {
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    }

.office-hours-block {
    flex: 0 0 auto;
    min-width: 250px;
    }

.office-hours-block .week,
.office-hours-block .hours {
    line-height: 1.5;
    }

.contact-block {
    flex: 1 1 auto;
    min-width: 320px;
    }

.office-subtitle {
    color: #272727;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 18px;
    font-family: "Questrial", sans-serif;
    }

.contact-block > div {
    line-height: 1.6;
    }

.office-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
    }

.inner-pages a.office-btn,
a.office-btn {
    display: inline-block;
    padding: 12px 15px;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s;
    font-family: "Roboto", sans-serif;
    border: 2px solid transparent;
    box-sizing: border-box;
    text-decoration: none;
    flex: 1 1 0;
    min-width: 150px;
    white-space: nowrap;
    }

.inner-pages a.office-btn-red,
a.office-btn-red {
    background: #b61a22;
    border-color: #b61a22;
    color: #fff;
    }

.inner-pages a.office-btn-red:hover,
a.office-btn-red:hover {
    background: #fff;
    color: #b61a22;
    }

.inner-pages a.office-btn-primary,
a.office-btn-primary {
    background: #485964;
    border-color: #485964;
    color: #fff;
    }

.inner-pages a.office-btn-primary:hover,
a.office-btn-primary:hover {
    background: #fff;
    color: #485964;
    }

.inner-pages a.office-btn-orange,
a.office-btn-orange {
    background: #f0a030;
    border-color: #f0a030;
    color: #fff;
    }

.inner-pages a.office-btn-orange:hover,
a.office-btn-orange:hover {
    background: #fff;
    color: #f0a030;
    }

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

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

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

.hours {
    float: left;
    width: 120px;
    margin-bottom: 20px;
	}
	
.office-images {
	margin: 0 0 10px 10px;
    float: right;
    width: 100%;
    max-width: 450px;
    }


.office-images .n2-section-smartslider {
    max-width: 450px;
    margin: 0 auto;
    }

.coloredtext.semi {
	font-weight: 600;
	}

body.rsform h1 , body.sitemap h1 {
	font-size: 35px;
    color: #272727;
    text-align: center;
    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: #485964;
	}

.formTableLayout {
	margin: 0 auto;
	}

.formTableLayout input#Send, input#submit, button#submit {
    background: #485964;
	color: #fff;
    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: #485964;
	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;
	}

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

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

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

.condition-box h2 {
   color: #fff;
   text-align: left;
	}

.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;
    position: relative;
	}

.condition-content ul li::before {
    content: "";
    position: absolute;
    left: -22px;
    top: 6px;
    width: 13px;
    height: 13px;
    background: #e22c2e;
    color: #e22c2e;
    }

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

.collapsible {
    background-color: #0c3456;
    color: #ffffff;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif;
    }
    
.collapsible.active, .collapsible:hover {
    background-color: #6f191f;
    }
    
.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    }
    
.collapsible.active:after {
    content: "\2212";
    }
    
.collapsible-content {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    }

@media only screen and (max-width: 1705px) {
.topmenu ul li {
    padding: 0 8px;
    }
  
.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: 1620px) {
  .topmenu {
	width: 100%;
	order: 2;
	}
  
.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: #f5fafd;
	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: 40px;
	}
}

@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) {
.condition-box {
    padding: 22px 24px;
	}

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

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

.condition-content ul li::before {
    left: -22px;
    top: 3px;
    }
.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) {
.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;
	}

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

/* Get In Touch - Office Page */
.office-layout {
    padding: 35px 45px;
    }

.office-info-grid {
    gap: 30px;
    }

.office-hours-block,
.contact-block {
    flex: 1 1 auto;
    min-width: 0;
    }

.inner-pages a.office-btn,
a.office-btn {
    flex: 0 1 auto;
    min-width: 0;
    white-space: normal;
    padding: 12px 18px;
    }
}

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

.about-block .content {
	padding: 0 15px;
	}

.about-inner-wrap {
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	gap: 15px;
	}

.about-block-info {
    max-width: 60%;
    z-index: 1;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    text-align: center;
	}

.about-block-image {
    right: auto;
    bottom: auto;
    position: relative;
    height: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 370px;
    width: auto;
    margin: 0 auto 30px;
	}
}

@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) {
.maintext-block-serv-wrapper {
    position: relative;
    background: #272727;
    display: block;
    top: unset;
    box-sizing: border-box;
    padding: 10px;
	}

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

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

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

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

.services-wrap {
    display: block;
    }
}

@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) {
.logo-footer {
	display: block;
	margin: 0 auto;
	}

.divContent {
	flex: 0 0 70%;
	}

.divRight {
    flex: 0 0 30%;
	}

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

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

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

@media only screen and (max-width: 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) {
.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: #f5fafd;
	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: 900px) {
.condition-box {
    max-width: 560px;
    margin: 0 auto;
	}
/* Get In Touch - Office Page */
.office-layout {
    flex-direction: column;
    padding: 30px 35px;
    gap: 20px;
    align-items: center;
    }

.office-layout .one,
.office-layout .two {
    flex: 1 1 100%;
    min-width: 0;
    width: 100%;
    }

.office-layout .two .map,
.office-layout .two iframe {
    width: 100%;
    max-width: 100%;
    }

.office-info-grid {
    gap: 40px;
    justify-content: center;
    }

.office-hours-block,
.contact-block {
    flex: 0 0 auto;
    width: auto;
    }

.office-buttons {
    justify-content: center;
    }

.office-title-bar {
    font-size: 22px;
    padding: 15px 20px;
    }
}

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

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

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

@media only screen and (max-width: 800px) {
.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) {
.about-block-info h3 {
    font-weight: 600;
    font-size: 28px;
    text-align: center;
	}

.about-block-image {
	max-width: 350px;
	}

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

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 .page-header h2 , body.rsform h1 , body.sitemap h1 , .latestItemsCategory h2 {
	font-size: 28px;
	}

.collapsible {
    font-size: 16px;
    } 

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

@media only screen and (max-width: 730px) {
.office-images {
    margin: 10px auto;
    float: none;
    }

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) {
.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: 640px) {
.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: 610px) {
.top-buttons {
	top: auto;
	right: auto;
	position: relative;
	margin: -10px 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) {
.divContent , .divRight {
	flex: 0 0 100%;
	}

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

/* Get In Touch - Office Page */
.office-layout {
    padding: 25px 30px;
    }

.office-info-grid {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    }

.office-hours-block,
.contact-block {
    min-width: 0;
    width: auto;
    }

.office-hours-block .offices {
    display: inline-block;
    float: none;
    width: auto;
    }

.office-hours-block .week {
    width: auto;
    padding-right: 15px;
    }

.office-hours-block .hours {
    width: auto;
    }

.office-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    align-items: center;
    }

.inner-pages a.office-btn,
a.office-btn {
    width: 100%;
    max-width: 280px;
    }

.office-layout .two iframe {
    height: 300px;
    }
}

@media only screen and (max-width: 550px) {
  .header-upper-wrapper {
    padding: 10px;
    }
  
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;
	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;
	}

.testimonial-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 10px 15px;
	}

/* Service Page */
.services-img {
    float: none;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    }

.services1-img {
    float: none;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    }
  
.testimonial-container .headline {
    margin: 15px 0;
	}

.testimonial-container .star {
    margin: 0 auto;
	}

.testimonial-container p {
    margin: 15px auto 0;
    }
}

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

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

.ssb-block {
	width: 55%;
	}

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

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

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