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

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

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

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

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

.wrapper {
	max-width: 940px;
	}

.notice {
  	text-align: center;
 	min-height: 20px;
  	/* background-color: #cd0000;
  	text-shadow: 1px 1px #000;
  	color: #fff;*/
    color: #ffffff;
    background: #5b9b3c;	
  	font-weight: 500;
  	display: block;
  	margin: 0 auto;
  	position: relative;
  	font-size: 20px;
  	padding: 8px 2% 8px;
  	width: 96%;
	}

/*Universal Elements*/

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

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

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

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

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

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

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

/*Navbar*/
nav {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
    background: #272727;
    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 {
	padding: 10px 5px;
	}

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

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

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

/*Logo slide down*/

nav.slide.fixed .inner-logo {
	margin-top: 5px;
	max-width: 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: 14.5px;
    color: #ffffff;
    transition: all 0.3s;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
	}

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

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

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

.topmenu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    /*width: 340px;*/
    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*/
.submenu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #272727;
    padding: 5px 15px;
    border-top: 3px solid #ffffff;
    gap: 3%;
	}

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

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

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

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

.top-button {
    font-size: 15px;
    font-weight: 700;
    background-color: #5b9b3c;
    border-radius: 30px;
    padding: 15px 25px;
    transition: 0.3s;
    text-transform: uppercase;
	color: #ffffff;
	}

.top-button:hover {
	background: #477930;
	}

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

/* 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: 120px;
	left: 0;
	right: 0;
	}

.so-logo {
	width: 105px;
	}

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

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

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

.so-button:hover {
	background: #477930;
	}	
	
/*Tagline*/
.tagline-block {
    background: #5b9b3c;
    display: flex;
	box-sizing: border-box;
	padding: 15px 25px;
	}

.tagline-block p {
	font-weight: 600;
	color: #ffffff;
	font-size: 26px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	display: flex;
	}

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

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

.services-block {
    display: flex;
	}

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

.services-item.item1 {
    background: #272727 url(../images/service1.jpg) no-repeat center;
    background-size: auto 100%;
	filter: grayscale(100%);
	}

.services-item.item2 {
    background: #272727 url(../images/service2.jpg) no-repeat center;
    background-size: auto 100%;
	filter: grayscale(100%);
	}

.services-item.item3 {
    background: #272727 url(../images/service3.jpg) no-repeat center;
    background-size: auto 100%;
	filter: grayscale(100%);
	}

.services-item.item4 {
    background: #f4fdff url(../images/service4.jpg) no-repeat center;
    background-size: auto 100%;
	filter: grayscale(100%);
	}

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

.services-item a {
    height: inherit;
    width: 100%;
    position: relative;
	}

.service-title {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #5b9b3c;
    font-size: 22px;
	font-weight: 700;
    text-decoration: none;
    background: #f4fdff;
    position: absolute;
    bottom: 0;
    text-align: center;
	}

/* About block*/
.about-block {
	padding: 50px 0;
	text-align: center;
	background-image: linear-gradient(to bottom, rgb(255 255 255 / 70%), rgb(255 255 255 / 70%)), url(../images/about-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	}

.about-block .content {
    text-align: center;
	padding: 0 25px;
	}

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

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

.about-box p {
    color: #272727;
	font-weight: 500;
    text-align: left;
	}

.about-box p a {
	color: #5b9b3c;
	font-weight: 700;
	transition: 0.3s all;
	}

.about-box p a:hover {
	color: #477930;	
	}

/*Services Two Block*/
.services-two-block {
    padding: 50px 30px;
	background-color: #f4fdff;
    }

.services-two-block h2 {
    font-size: 48px;
    text-align: center;
    font-weight: 700;
    color: #272727;
    padding-bottom: 20px;
    margin: 0 auto 20px;
    position: relative;
    }

.services-two-block .triple-services-wrap {
	text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	gap: 10px;
    }

.services-two-block .triple-service-wrap {
    color: #272727;
    }

.services-two-block .triple-service-wrap,
.services-two-block .triple-service-wrap a {
    font-size: 26px;
    font-weight: 700;
    color: #5b9b3c;
	display: inline-block;
	transition: 0.3s all;
    }

.services-two-block .triple-service-wrap a:hover {
	transform: scale(1.02);
	}

/*Doctors block*/
.db-wrap {
    display: flex;
	}

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

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

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

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

.db-right {
    background-color: #ffffff;
    width: 100%;
    padding: 50px 20px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	}	

.db-right h4 {
    font-size: 24px;
	margin-top: 0;
	}

.doctor-n-badge-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
	flex-wrap: wrap;
	}

/* .db-right .badge-wrap,
.db-right .doctor-wrap {
    flex: 1 1 0;
	} */

.db-right .images-wrap.education {
    max-width: 400px;
	}

.db-right .opencare-badge {
    max-width: 500px;
	margin: 0 auto;
	}

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

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

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

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

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

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

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

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


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

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


.db_button {
	display: block;
	color: #fff;
	text-transform: uppercase;
	background: #5b9b3c;
	text-align: center;
	max-width: 333px;
	padding: 15px 0px;
	font-weight: 700;
	font-size: 16px;
	border-radius: 35px;
	transition: 0.3s;
	margin: 20px auto 40px;
	}

.db_button:hover {
	background: #477930;
	}
	

/*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: #5b9b3c;
    text-align: center;
    max-width: 333px;
    padding: 15px 0px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 30px;
    transition: 0.3s;
    margin: 0 auto;
	}

.sb-button:hover {
    background: #477930;
	}

/*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: #f4fdff;
    display: flex;
    justify-content: center;
    align-items: center;
	}

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

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

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

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

/*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: #5b9b3c;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 760px;
    box-sizing: border-box;
	}

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

.cebt-info {
	position: relative;
	}

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

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

/*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: rgb(39 39 39 / 90%);
    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: 360px;
    }

/*Footer*/
footer {
    background: #404250;
    border-top: ridge 3px #5b9b3c;
	}

footer .content {
	text-align: center;
	}

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

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

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

footer h4 {
	font-size: 18px;
    font-weight: 400;
    color: #00ccff;
    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: #5b9b3c;
	}

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

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

.copy-left a, .copy-right a {
	color: #aaaaaa;
	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: #5b9b3c;
	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;
	box-sizing: border-box;
	display: flex;
    align-items: center;
    justify-content: center;
	}
	
.rabutton .buttonrs::before {
	content: '';
	border-radius: 13px;
	min-width: calc(250px + 28px);
	min-height: calc(40px + 4px);
	border: 4px solid #477930;
	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: #477930;
	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 a {
	color: #5b9b3c;
	font-weight: 700;
	transition: 0.3s all;
	}

.inner-pages a:hover {
	color: #477930;	
	}

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

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

/* How Are We Doing? */
    
.thumbs-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 2% 100px;
    }

.thumbs-wrap .item {
    margin: 0 20px;
    max-width: 300px;
    }

.thumbs-wrap .item:hover {
    transform: scale(1.02);
    transition: all 300ms ease;
    }

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

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

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

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

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

div.latestItemsCategory h2 a {
	color: #5b9b3c;	
	font-weight: 700;
	transition: 0.3s all;
	}

div.latestItemsCategory h2 a:hover {
	color: #477930;	
	}

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

h2.latestItemTitle a {
	color: #5b9b3c;
	font-weight: 700;
	transition: 0.3s all;
	}

h2.latestItemTitle a:hover {
	color: #477930;	
	}

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

#k2Container {
	padding-top: 40px;
	}

div.itemToolbar {
	display: none;
	}

div.k2LatestCommentsBlock ul, div.k2TopCommentersBlock ul, div.k2ItemsBlock ul, div.k2LoginBlock ul, div.k2UserBlock ul.k2UserBlockActions, div.k2UserBlock ul.k2UserBlockRenderedMenu, div.k2ArchivesBlock ul, div.k2AuthorsListBlock ul, div.k2CategoriesListBlock ul, div.k2UsersBlock ul {
	padding: 10px 20px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
	}

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

div.k2LatestCommentsBlock ul li, div.k2TopCommentersBlock ul li, div.k2ItemsBlock ul li, div.k2LoginBlock ul li, div.k2ArchivesBlock ul li, div.k2AuthorsListBlock ul li, div.k2CategoriesListBlock ul li, div.k2UsersBlock ul li {
    margin: 0;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-direction: row-reverse;
	}

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

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

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

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

.clearList {
	display: none !important;
	}

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

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

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

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

#week {
	float: left;
	}

#hours {
	float: left;
	}

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

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

#offices.images .n2-section-smartslider {
    max-width: 450px;
    margin: 0 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: #00ccff;
	}

.formTableLayout {
	margin: 0 auto;
	}

.formTableLayout input#Send, input#submit, button#submit {
    background: #5b9b3c;
	color: #fff;
    border: 2px solid #5b9b3c;
    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: #5b9b3c;
	border-color: #fff;
	border: 2px solid;
	cursor: pointer;
	}

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

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

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

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

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

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

.divRight .moduletable {
	margin-top: 25px;
	padding-left: 40px;
	}

.divRight .moduletable ul {
	padding: 0px 4px !important;
	}

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

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

.latestItemsCategory {
	float: none;
    width: 100%;
	}

div.genericItemReadMore {
    display: none !important;
	}

div.k2ArchivesBlock ul li a {
	color: #5b9b3c;
	font-weight: 700;
	transition: 0.3s all;
	}

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

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

.slider-scrolling {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	margin: 50px auto;
	text-align: center;
	}

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

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

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

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

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

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

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

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

@media only screen and (max-width: 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: #5b9b3c;
	}

.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) {
/*Services Block*/	
.services-block {
	flex-wrap: wrap;
	}

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

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

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

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

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

.services-item {
	height: 300px;
	}

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

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

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

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

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

#week {
	margin: 20px 0 0;
	}

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

#map iframe {
	height: 575px;
	}

#map.long iframe {
	height: 583px;
	}
}


@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;
    border-bottom: 1px solid #5b9b3c;
	}

.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%;
	}
  
/*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) {
/*Services block*/
.services-item {
	height: 270px;
	}

.service-title {
	font-size: 18px;  
	}

.services-title h2 {
	font-size: 26px;
	}

/*Footer */
.logo-footer {
	display: block;
	margin: 0 auto;
	}
  
/*sidebar*/
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}
  
/*Rate Us*/

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

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

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

/*Rate Us -- END*/
  
}

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

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

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

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

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

.ssb-block {
	width: 25%;
	}

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

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

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

.db_button {
	margin: 25px auto;
	}

}

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

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #ffffff;
	}

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

.doctor-n-badge-wrap {
    flex-wrap: wrap;
	align-items: center;
    flex-direction: column;
	}

.db-right .badge-wrap,
.db-right .doctor-wrap {
    flex: auto;
	}

.db-right .images-wrap.education {
    max-width: 100%;
	}

table.pe td {
	display: block;
	}

table.pe ul {
	margin: 0;
	}
}	

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

#map iframe {
	height: 547px;
	}
	
#map.long iframe {
	height: 555px;
	}
}

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

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

.thumbs-wrap .item span {
    font-size: 18px;
    }
/* How Are We Doing? --- END */
}

@media only screen and (max-width: 767px) {
/* About block*/
.about-box {
	padding: 15px;
	}

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

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

.services-two-block 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;
	}

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

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

footer h4 {
	font-size: 14px;
	}

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

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

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

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

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

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

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

/*Inner pages*/
.inner-pages .page-header h2 , body.rsform h1 , body.sitemap h1 , .latestItemsCategory h2 {
	font-size: 28px;
	}
  
/*sidebar*/
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}
}

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

.ssb-block {
	width: 40%;
	}

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

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

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

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

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

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

#two {
	width: 100%;
	}

#map iframe,
#map.long iframe {
	height: 450px;
	}
}

@media only screen and (max-width: 735px) {
	/*
.condi-description {
	max-width: 350px;
	}

.condi-content-left {
	margin: 0 0 3% 40px;
	display: grid;
	max-width: 360px;
	}

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

.condi-content-right {
	max-width: 360px;
	}*/

}

@media only screen and (max-width: 730px) {
img.pe , img.se , img.np {
	float: none !important;
	margin: 0 0 10px 0 !important;
	max-width: 100%;
	height: auto;
	}

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

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

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

nav.slide.fixed, .inner-nav.slide.fixed .submenu .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) {
.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) {
/*sidebar*/
.divContent , .divRight {
	flex: 0 0 100%;
	}
	
.divRight .moduletable {
    padding-left: 5px;
	margin-bottom: 60px;
	}
}

@media only screen and (max-width: 550px) {
 .inner-logo{
	margin: 0 auto 0 0;
	}

.inner-logo,
nav.slide.fixed .inner-logo {
    margin-top: 0;
    max-width: 100%;
    width: 50%;
	}

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

/* Services block*/
.services-block {
	flex-wrap: wrap;
	}

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

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

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

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

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

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

tbody#rsform_5_page_0 td {
	display: block;
	}

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

.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) {
/*Footer*/
.logo-footer {
    max-width: 250px;
    padding: 20px;
	}	
  
.slide-title {
    font-size: 30px;
    text-align: center;
    }

.rabutton {
    display: none;
    }
}

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

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

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

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