body, html {width: 100%; height: 100%; padding: 0; margin: 0; font-family: 'Lato', sans-serif; font-weight: 400; font-size: 17px; color: #000; -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;}
form {padding: 0; margin: 0;}
img {max-width: 100%; height: auto;}

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

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

.btn {
    width: 100%;
    max-width: 250px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    border: 2px solid transparent;
    transition: all 0.3s;
    cursor: pointer;
    box-sizing: border-box;
	}

.btn-primary {
    background: #2277d0;
    color: #fff;
    border-color: #3d3d3e;
	}

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

.btn-primary:hover {
    background: transparent;
    color: #3d3d3e;
	}

.btn-primary:hover a {
    color: #3d3d3e;
	}

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

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

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

.top-phone {
    color: #0E3E6E;
    font-size: 28px;
    font-weight: 600;
    padding: 0 0 5px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
	}

.top-phone a {
	color: #0E3E6E;
	font-size: 28px;
	font-weight: 600;
	padding-bottom: 5px;
	}

.phone-numbers {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	}

.top-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 5px auto 0;
	}

.top-btn a {
    display: inline-block;
	text-align: center;
    color: #ffffff;
    background-color: #da0000;
    border: 2px solid #da0000;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 700;
    padding: 7px 15px;
    transition: 0.3s all;
	}

.top-btn a:hover {
	background-color: #ffffff;
    color: #da0000;
	}

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

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

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

/*Navbar*/
nav {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
    transition: all 0.3s;
	background-color: #fff;
	}

#homepage nav {
	position: absolute;
	}

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

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

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

nav.slide.fixed , .inner-nav.slide.fixed {
	position: fixed !important;
  	display: block;
	}

nav .content {
    margin: 0 auto;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    max-width: 1920px;
    /* align-items: end; */
    justify-content: space-between;
    flex-wrap: nowrap;
	}

.header-left {
	background: #fff;
    display: inline-flex;
    width: 100%;
    max-width: 790px;
    justify-content: flex-end;
	align-items: flex-end;
    box-sizing: border-box;
    padding: 15px 25px 15px 0;
	}

.header-right {
	background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    vertical-align: middle;
    width: 100%;
    padding: 10px 25px 15px;
	box-sizing: border-box;
	}
	
.inner-logo {
	padding: 0px;
	display: flex;
	vertical-align: middle;
	}

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

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

.topmenu {
    margin: 0 auto 0 0;
    padding: 10px;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: center;
	box-sizing: border-box;
	}

.topmenu.top-menu-upper {
	display: none;
	}

.top-menu-lower {
    position: absolute;
    display: flex;
    width: 100%;
    box-shadow: 3px 3px 3px #00000034;
	}

.homepage nav.inner-nav .topmenu-lower-left {
    /* background: rgb(153 203 121 / 25%); */	
	background: #0e3e6eb5;
    max-width: 790px;
    width: 100%;
	}
	
.homepage nav.inner-nav .topmenu-lower-right {
	background: #0e3e6eb5;
	display: flex;
	justify-content: flex-start;
	}

nav.inner-nav.slide.fixed .topmenu-lower-left, nav.inner-nav.slide.fixed .topmenu-lower-left {
	/* background: rgb(166, 218, 134); */
	/* background: #1976d2; */
	background-color: #0e3e6eb5;
	}

nav.inner-nav.slide.fixed .topmenu-lower-right, nav.inner-nav.slide.fixed .topmenu-lower-right {
	background: #0e3e6eb5;	
	}

nav.inner-nav .topmenu-lower-left {
	background: #0e3e6eb5;
	max-width: 790px;
    width: 100%;
	}

nav.inner-nav .topmenu-lower-right {
	background: #0e3e6eb5;
	display: flex;
	justify-content: flex-start;
	}

.topmenu-lower-right ul li, .topmenu-lower-right ul li a {
	color: #3d3d3e;
	}

.topmenu ul {
    padding: 0;
    margin: 0;
    display: flex;
	}

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

.topmenu ul li:last-child {
	padding: 0 0 0 15px;
	}

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

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

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

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

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

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

.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 #3d3d3e solid;
	}

.hamburger {
    display: none;
	}

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

/* Slider block*/

.slider-block {
    position: relative;
	}

.slider-overlay-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	max-width: 790px;
	width: 100%;
	/* background: #02420266; */
	background-color: transparent;
	}
	
.slider-overlay-left {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	}

.spans-wrap {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    position: absolute;
    top: 27%;
    left: 23%;
    font-weight: 300;
    font-family: 'Lato';
    font-style: italic;
    font-size: 40px;
    color: #fff;
	filter: drop-shadow(0px 0px 3px black);
  
	}

/*Sub Slider List (Foot And Ankle Conditions Treated)*/

.sub-slider-list {
    display: flex;
	box-sizing: border-box;
	}

.slider-list-left {
	max-width: 790px;
	width: 100%;
	display: inline-flex;
	justify-content: end;
	align-items: center;
	/* background: #210380; */
	background: #1976d2;
	color: #fff;
	box-sizing: border-box;
	padding: 0 25px;
	}

.slider-list-left h3 {
	font-size: 28px;
	}

.slider-list-right {
	/* background: #3d3d3e; */
	background: #1976d2;
	width: 100%;
	}


.slider-list-right ul {
    color: #fff;
    list-style: none;
    position: relative;
    padding: 10px 25px;
    column-count: 3;
    max-width: 750px;
    box-sizing: border-box;
    margin: 0 auto 0 0;
	}

.slider-list-right ul li {
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	margin: 0;
	position: relative;
	padding: 10px 0;
	}

.slider-list-right ul li a {
	color: #fff;
	}

.slider-list-right ul li:before {
	content: '';
	left: 0;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	height: 20px;
	width: 20px;
	background-color: #fff;
	margin-right: 7px;
	}

/*Upper Social Links*/

.upper-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    box-sizing: border-box;
    padding: 20px 25px 10px;
	}

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

.upper-social a {
	color: #FFF;
	font-size: 22px;
	padding: 10px;
	background: #85BD41;
	border-radius: 50%;
	width: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 22px;
	transition: 0.3s;
	}

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

/* About block*/
.about-block {
	padding: 25px;
	box-sizing: border-box;
	}

.about-info-wrap {
    max-width: 925px;
    margin: 20px auto;
    box-sizing: border-box;
    padding: 0 25px;
	}

.about-block-title {
    color: #3d3d3e;
    text-align: center;
    font-size: 44px;
	text-align: left;
	}

.about-block>.content p {
	color: #696969;
	font-size: 20px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	}

.home-page-services {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin: 40px 10px;
	}

.homepage-service {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	font-weight: bold;
	font-size: 20px;
	color: #374e66;
	}

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

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

.about-block-button {
	display: block;
	text-align: center;
	margin: 35px auto;
	}

.about-block-button a {
    color: #fff;
    background-color: #2277d0;
    padding: 10px 15px;
    font-size: 20px;
    border-radius: 25px;
    max-width: 250px;
    width: 100%;
    display: block;
    letter-spacing: 1.1px;
	margin: 0 auto;
	}

.about-block-button a:hover {
    background-color: #3d3d3e;
	}

/*Testimonials Block*/
.testimonials-block {
	padding: 50px 0;
	text-align: center;
    background: #efefef;
	background-size: cover;
  	background-position: center;
    background-repeat: no-repeat;
	}

.testimonial-block-title {
	color: #048d95;
	margin: 0;
	font-size: 44px;
	padding: 0;
	text-align: center;
	}

.testimonials-button {
	color: #fff;
	background: #98b088;
	display: block;
	margin: 0% auto 0;
	font-size: 18px;
	padding: 15px;
	border-radius: 25px;
	max-width: 250px;
	}

.testimonials-button:hover {
	background: #5c744d;
	}

/*Doctors Block*/

.doctors-block {
    background: #fafafa;
	padding: 45px 25px;
	box-sizing: border-box;
	}

.doctors-block-info {
    max-width: 845px;
    margin: 20px auto;
	}

.doctors-block-info h3 {
	color: #3d3d3e;
    text-align: center;
    font-size: 44px;
    text-align: left;
	}

.doctors-block-info p {
    color: #696969;
    font-size: 20px;
    padding: 0;
    margin: 0 auto;
    text-align: left;
	}

.doctors-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
	flex-wrap: wrap;
	margin: 50px 0 30px;
	}

.doctor-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
	}

.doctor-box img {
	box-shadow: 6px 6px 6px rgb(0 0 0 / 43%);
	margin-bottom: 20px;
	transition: 0.3s;
  max-width: 320px;
	}

.doctor-box:hover img {
	box-shadow: 6px 6px 6px rgb(0 0 0 / 43%);
	margin-bottom: 20px;
	transform: scale(1.05);
	}

.doctor-box span {
	color: #374e66;
	}

.doctor-homepage-name {
	font-weight: bold;
	}

/*Why Choose Us*/
.why-choose-block {
	background: #f7f9fb;
	padding: 0 20px;
	background-image:linear-gradient(135deg, #f5f9ff 50%, #FFFFFF2B 100%), url("../images/why-choose-block-bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	}

.why-choose-block .why-container {
	max-width: 1300px;
	margin: auto;
	display: flex;
	gap: 60px;
	align-items: end;
	}

.why-choose-block .why-text {
	flex: 1 1 55%;
	padding: 50px 0;
	}

.why-choose-block .eyebrow {
    color: #8fbf3d;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
	}

.why-choose-block .why-text h2 {
    color: #3d3d3e;
    font-size: 42px;
    text-align: left;
    margin: 15px auto 20px;
	}

.why-choose-block .intro {
	font-size: 17px;
	max-width:  100%;
	margin-bottom: 40px;
	}

.why-choose-block .divider {
    width: 100%;
    height: 2px;
    background: #d0d7e2;
    margin-bottom: 30px;
	}

.why-choose-block .features {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	}

.why-choose-block .feature {
	flex: 1 1 calc(50% - 15px);
	}

.why-choose-block .feature h4 {
    font-size: 20px;
    color: #7fb241;
    margin-bottom: 8px;
    font-weight: 700;
    margin: 0;
	}

.why-choose-block .feature p {
	font-size: 17px;
	margin: 15px auto 0;
	}

.why-choose-block .why-image {
	flex: 1 1 45%;
	display: flex;
	}

.why-choose-block .why-image img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	object-fit: cover;
	}

/* Who We Are */ 
.who-we-are-block {
	background: #ffffff;
	padding: 90px 20px;
	}

.who-we-are-block .who-container {
	max-width: 1300px;
	margin: auto;
	display: flex;
	gap: 50px;
	align-items: center;
	}

.who-we-are-block .who-text {
	flex: 1 1 40%;
	}

.who-we-are-block .eyebrow {
    color: #8fbf3d;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
	}

.who-we-are-block .who-text h2 {
    color: #3d3d3e;
    font-size: 42px;
    text-align: left;
	margin: 15px auto 20px;
	}

.who-we-are-block .divider {
	width: 60px;
	height: 2px;
	background: #d0d7e2;
	margin-bottom: 30px;
	}

.who-we-are-block .service {
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
	}

.who-we-are-block .check {
    min-width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ffffff;
	color: #8fbf3d;
    border: 3px solid #8fbf3d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 25px;
	}	

.who-we-are-block .service h4 {
    margin-bottom: 5px;
    font-size: 24px;
    margin: 5px 0 0;
	}

.who-we-are-block .service p {
	font-size: 17px;
	}

.who-we-are-block .who-image {
	flex: 1 1 30%;
	min-height: 455px;
	}

.who-we-are-block .who-image img {
	width: 100%;
	border-radius: 12px;
	object-fit: cover;
	}

.who-we-are-block .who-card {
    flex: 1 1 30%;
    background: #f7f9fc;
    padding: 30px;
    border-radius: 14px;
    text-align: center;
    box-sizing: border-box;
    min-height: 455px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	}

.who-we-are-block .who-card h3 {
    font-size: 80px;
    color: #3c5aa6;
    margin: 5px auto;
    font-weight: 700;
	}

.who-we-are-block .card-sub {
	font-weight: 600;
	color: #111;
	}

.who-we-are-block .card-divider {
	width: 50px;
	height: 2px;
	background: #d0d7e2;
	margin: 20px auto;
	}

.who-we-are-block .who-card p {
    font-size: 17px;
    margin-bottom: 25px;
	}

.who-we-are-block .btn {
	display: inline-block;
	padding: 12px 26px;
	background: #8fbf3d;
	color: #fff;
	text-decoration: none;
	border-radius: 30px;
	font-size: 14px;
	}

/* Commitment Block */ 
.commitment-block {
	background: #1e4f86;
	padding: 60px 20px;
	color: #ffffff;
	}

.commitment-block .commitment-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	gap: 50px;
	align-items: center;
	}

.commitment-block .commitment-image {
	flex: 1 1 40%;
	}

.commitment-block .commitment-image img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	object-fit: cover;
	}

.commitment-block .commitment-content {
	flex: 1 1 60%;
	}

.commitment-block .eyebrow {
    color: #85BD41;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
	}

.commitment-block .commitment-content h2 {
	font-size: 42px;
	margin-bottom: 20px;
	}

.commitment-block .commitment-content p {
	font-size: 17px;
	margin-bottom: 20px;
	color: #e9f0f7;
	}

.commitment-block .mission {
	display: flex;
	gap: 20px;
	margin-top: 30px;
	align-items: flex-start;
	}

.commitment-block .mission-icon {
    width: 55px;
    height: 55px;
    background: #85BD41;
    color: #1e4f86;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
	}

.commitment-block .mission h3 {
	margin: 10px 0;
	font-size: 24px;
	}

/*Follow Us Block*/
.followus-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    flex-wrap: wrap;
	padding: 60px 25px;
	}
	
.followus-block .upper-socials {
  padding-top:0;
  padding-bottom: 0;
}	

.followus-block h3 {
	color: #374d66;
	font-size: 50px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	}

.social-icons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
	}
	
.social-icon img {
	transition: 0.3s;
	}

.social-icon img:hover {
	transform: scale(1.05);
	}

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

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

.locations-upper-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    max-width: 1150px;
    margin: 0 auto;
    }

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

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

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

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

.our-location-title {
	color: #3d3d3e;
    font-size: 40px;
    font-weight: 600;
    margin: 25px auto;
	}

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

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

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

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

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

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

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

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

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

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

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

/*Blogs block*/

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

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

.blogs-block h2 {
    font-size: 48px;
    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;
	line-height: 25px;
	}

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

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

/*Footer*/
footer {
    background: #3d3d3e;
	}

footer .content {
	text-align: center;
	max-width: 1300px;
	}

.logo-footer {
	display: inline-block;
	vertical-align: top;
	padding: 30px;
	max-width: 430px;
	text-align: center;
	}

.logo-footer p {
    color: #ffffff;
    margin: 10px auto 0;
	text-align: center;
	}

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

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

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

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

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

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

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

.white-text {
	color: #fff;
	}

.offices-block {
	display: flex;
	}

.office {
	padding-right: 30px;
	}

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

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

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

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

.scroll-to-top {
	position: fixed;
	bottom: 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;
	font-weight: 700;
	color: #fff;
	background: #b71c1c;
	border: none;
	border-radius: 3px;
	box-shadow: 12px 12px 24px rgb(25 54 78 / 22%);
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
	outline: none;
	position: relative;
	padding: 10px 20px;
	}
	
.rabutton .buttonrs::before {
	content: '';
	border-radius: 13px;
	min-width: calc(250px + 28px);
	min-height: calc(40px + 4px);
	border: 4px solid #bf0000;
	box-shadow: 0 0 60px rgb(195 195 195 / 64%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .3s ease-in-out 0s;
	}
		
.rabutton .buttonrs:hover, .buttonrs:focus {
	color: #da0000;
	transform: translateY(-6px);
	background: #fff;
	}
		
.rabutton .buttonrs:hover::before, .rabutton .buttonrs:focus::before {
	opacity: 1;
	}
	
.rabutton .buttonrs::after {
	content: '';
	width: 30px; height: 30px;
	border-radius: 100%;
	border: 6px solid #cccccc;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: ring 1.5s infinite;
	}
		
.rabutton .buttonsr:hover::after, .buttonrs:focus::after {
	animation: none;
	display: none;
	}
		
@keyframes ring {
	0% {
		width: 30px;
		height: 30px;
		opacity: 1;
	}
	100% {
		width: 200px;
		height: 200px;
		opacity: 0;
	}
	}

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

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

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

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

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

.content.h {
    max-width: 1300px;
    padding: 50px 25px 25px;
	box-sizing: border-box;
	}

.inner-pages a {
	color: #0E3E6E
	}

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

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

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

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

/*Rsblog*/

.rsblog-main-containerbfa.rsblog-default {
     margin-top: 50px;
     }

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

div.latestItemsCategory h2 {
	font-size: 44px;
	color: #586064;
	text-align: center;
	font-weight: 400;
	position: relative;
	margin: 0 0 20px 0;
	padding: 15px 0 20px 0;
	}

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: #3d3d3e;
	}

h2.latestItemTitle a {
	color: #3d3d3e;
	}

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

div.k2LatestCommentsBlock ul li, div.k2TopCommentersBlock ul li, div.k2ItemsBlock ul li, div.k2LoginBlock ul li, div.k2ArchivesBlock ul li, div.k2AuthorsListBlock ul li, div.k2CategoriesListBlock ul li, div.k2UsersBlock ul li {
	margin: 0;
	display: block;
	padding: 8px 5px 8px 5px;
	}
	
div.k2ItemsBlock ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	}

.clearList {
	display: none !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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: #3d3d3e;
	}

.formTableLayout {
	margin: 0 auto;
	}

.formTableLayout input#Send, .formTableLayout input#submit {
	background: #3d3d3e;
	color: #fff;
	border-color: #3d3d3e;
	padding: 5px 20px 7px ;
	border-radius: 5px;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	border: 2px solid transparent;
	}

.formTableLayout input#Send:hover, .formTableLayout input#submit:hover {
	background: #fff;
	color: #3d3d3e;
	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*/

.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;*/
	margin-top: 60px;
	}

.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;
	}
	
.top-bar {
    width: 100%;
    max-width: 100%;
    background-color: #0E3E6E;
    border-bottom: 1px solid #dee2e6;
    padding: 8px 0;
    overflow-x: hidden;
    box-sizing: border-box;
    color:#fff;
        }
		
.top-bar .content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
	} 
		
.slider-title {
	display: block;
	font-size: 2.8rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	}

.slider-headline {
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	color: #fff;
	line-height: 1.5;
	margin-top: 0.5rem;
	max-width: 700px;
	}		

.collapsible {
	display: flex;
    align-items: center;
	justify-content: space-between;
	background-color: #ffffff;
	color: #000000;
	cursor: pointer;
	padding: 20px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 18px;
	transition: 0.3s all;
	}

.collapsible.active, .collapsible:hover {
	background-color: #0E3E6E;
	color: #ffffff;
	}

.collapsible:after {
	content: '\002B';
	color: #000000;
	font-weight: bold;
	float: right;
	margin-left: 5px;
	}

.collapsible:hover:after {
	color: #ffffff;
	}

.collapsible.active:after {
	content: "\2212";
	color: #ffffff;
	}

.collapsible-content {
	padding: 0 20px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	background-color: #ffffff;
	}

.faq-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
	margin: 30px  auto;
	}

.faq-column {
    max-width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    gap: 20px;
	}

.faq-item {
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	}

@media only screen and (max-width: 1795px) {
.slider-overlay {
	height: 650px;
	bottom: 19%;
    left: 280px;
	}
}

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

@media only screen and (max-width: 1625px) {
.slider-overlay {
	height: 600px;
	bottom: 19%;
	left: 12%;
    }
}

@media only screen and (max-width: 1620px) {
.header-left {
	width: 100%;
	max-width: 500px;
	}

.topmenu-lower-left {
	width: 100%;
	max-width: 500px !important;
	}

.slider-overlay-wrap {
	width: 100%;
	max-width: 500px;
	}

.slider-list-left {
	max-width: 500px;
	}

.slider-list-left h3 {
	font-size: 28px;
	}

}

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

.slider-list-wrap {
	max-width: 670px;
	}
	
.slider-list {
	column-count: 2;
	}

.slider-overlay {
	height: 115px;
	bottom: 180px;
	left: 12%;
    }

.slider-overlay-title {
	font-size: 48px;
	font-weight: 500;
	}
}

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

.header-left {
	padding: 62px 25px 25px 0;
	}

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

.top-btn a {
    font-size: 18px;
	}

.topmenu-lower-right ul li, .topmenu-lower-right ul li a {
	font-size: 16px;
	}

.topmenu-lower-right ul li {
	padding: 0 10px;
	}

.spans-wrap {
	top: 32%;
	right: 8%;
	font-size: 28px;
	}

.slider-list-left h3 {
	font-size: 22px;
    }

.slider-list-right ul {
    column-count: 2;
	}

.slider-list-right ul li {
	font-size: 18px;
	}

}

@media only screen and (max-width: 1225px) {
.home-page-services {
	max-width: 600px;
	margin: 0 auto;
	}
}

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

#week {
	margin: 20px 0 0;
	}

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

#map iframe {
	height: 575px;
	}
}

@media only screen and (max-width: 1150px) {
/*Footer */
.logo-footer {
	max-width: 330px;
	}

.faq-column {
    max-width: 100%;
	}
}


/* @media only screen and (max-width: 1100px) {
.topmenu-lower-right {
	background: #ffffff !important;
	display: flex !important; 
	justify-content: center !important;
	}

.topmenu.topmenu-lower-left {
	display: none !important;
	}
} */

@media only screen and (max-width: 1080px) {
.why-choose-block .why-container {
	flex-direction: column;
	gap: 0;
	}

.why-choose-block .why-text {
    text-align: center;
	}

.why-choose-block .why-image {
    flex: none;
    margin: 0 auto;
	}

.why-choose-block .why-text h2 {
	font-size: 34px;
	text-align: center;
	}

.who-we-are-block .who-container {
	flex-direction: column;
	text-align: center;	
	}

.who-we-are-block .who-text h2 {
    text-align: center;
	font-size: 34px;
	}

.who-we-are-block .divider {
    margin: 0 auto 30px;
	}

.who-we-are-block .service {
    justify-content: center;
    text-align: left;
    max-width: 500px;
	}

.who-we-are-block .who-card {
    max-width: 550px;
	}

.who-we-are-block .who-image,
.who-we-are-block .who-card {
    min-height: auto;
	}

.commitment-block  {
	flex-direction: column;
	text-align: center;
	}

.commitment-block .commitment-container {
    flex-direction: column-reverse;
	}

.commitment-block .mission {
	flex-direction: column;
	align-items: center;
	}

.commitment-block .mission-icon {
	margin-bottom: 10px;
	}

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

/*Rate Us -- END*/
  
}

@media only screen and (max-width: 1040px) {
.content {
	flex-direction: column;
	}

.header-left {
	padding: 10px;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: unset;
    }

.homepage nav.inner-nav .topmenu-lower-left {
    display: none;
	}

.homepage nav.inner-nav .topmenu-lower-right {
    justify-content: center;
	}

.inner-logo {
    margin-left: 80px;
	}
}

@media only screen and (max-width: 1000px) {
  
nav.slide {
    max-height: 3000px;
    overflow: visible;
    opacity: 1;
    display: block;
  	position: relative;
	}
  
.inner-nav {
    display: none;
  	}
  
nav.slide.fixed, .inner-nav.slide.fixed {
    position: fixed !important;
    display: block;
	}
}

@media (max-width: 992px) {  

.slider-title {
    font-size: 2.2rem;
  }
  .slider-headline {
    font-size: 1rem;
  }
  
div.k2ItemsBlock ul li {
    width: 270px !important;
	}

}

@media only screen and (max-width: 975px) {
.spans-wrap {
	top: 20%;
	left: 8%;
	font-size: 24px;
	right: unset;
	color: #0E3E6E;
	font-weight: bold;
	filter: drop-shadow(0px 0px 0px white);
  text-shadow: 1px 1px 2px #000;
    }

.slider-overlay-wrap {
	width: 100%;
	max-width: unset;
	background: transparent;
    }

.sub-slider-list {
	flex-direction: column;
	}

.slider-list-left {
	max-width: unset;
	justify-content: center;
    }

.slider-list-right ul {
	column-count: 1;
    }

.slider-list-right ul {
	column-count: 1;
	max-width: unset;
	margin: 0 auto;
	max-width: 235px;
    }
}

@media only screen and (max-width: 910px) {
.inner-logo {
	/*max-width: 400px;*/
	padding: 15px;
	margin: 0 auto 0 0;
    }

.top-right {
	margin: 0 auto;
	padding: 0;
    }

.header-right {
    padding: 10px 0 15px;	
	}

.upper-socials {
    padding: 15px 0;
	}

/*Navbar*/
.hamburger {
	display: inline-block;
	position: relative;
	z-index: 9002;
	margin: 17px;
	}

.topmenu {
	position: fixed;
	z-index: 9001;
	top: -150%;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: #c3c3c3;
	transition: all 0.3s;
	}

.topmenu.active {
	top: 0;
	align-items: flex-start;
	justify-content: flex-start !important;
	text-align: left;
	background: #0E3E6E !important;
	}

.hamburger--slider.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(45deg);
	background-color: #FFF;
	}

.hamburger--slider.is-active .hamburger-inner:after {
	background-color: #fff;
	}

.topmenu ul li:last-child {
	padding: 0px 0 0 5px;
	}

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

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

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

nav .content {
	display: flex;
	align-items: center;
	}

nav .social-btns {
	float: none;
	padding: 10px 15px 10px 0;
	}

nav.slide.fixed .upper-socials {
    display: none;
    }

nav.slide.fixed .inner-logo {
   max-width: 145px;
   }

.header-left {
    padding: 0;
    }

table.pe td {
	display: block;
	}

table.pe ul {
	margin: 0;
	}
}


@media only screen and (max-width: 900px) {
/*Location*/	
.location-wrap {
	flex-direction: column;
	max-width: 320px;
	}

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

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

@media only screen and (max-width: 830px) {
.copy-left, .copy-right {
	text-align: center;
	float: left;
	font-size: 14px;
	padding: 0px;
	width: 100%;
	}
	
.copy-right p {
	margin-top: 0;
	}

#map iframe {
	height: 547px;
	}
}

@media only screen and (max-width: 825px) {
.about-block-title {
	font-size: 28px;
	}

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

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

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

}

@media 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) {

.btn {
	width: 100%;
	max-width: 180px;
	border-radius: 5px;
	padding: 10px 10px;
	font-weight: 600;
	font-size: 14px;
	}
  
.blogs-block .btn {
  	padding: 0;
  	}

/*Blogs block*/
/*

/*.blogs-block {
    background-image: linear-gradient(to bottom, rgb(118 197 213 / 60%), rgb(118 197 213 / 60%)), url(../images/blogs-bg-mob.jpg);
	background-size: cover;
  	background-position: center;
    background-repeat: no-repeat;
	}*/

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

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

/*Footer*/
  
footer {
    padding-bottom: 80px;
	}
  
footer .content {
	text-align: left;
	}

.logo-footer {
	display: block;
    padding: 30px 0 15px;
    max-width: 300px;
	}

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

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

.inner-nav:not(.slide) {
                display: none;
            }	
}

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

#one {
	width: 100%;
	padding-right: 0px;
	}

#two {
	width: 100%;
	}

#map iframe {
	height: 450px;
	}
}

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

.spans-wrap {
	top: 13%;
	left: 8%;
	font-size: 24px;
	right: unset;
	color: #0E3E6E;
	font-weight: bold;
	filter: drop-shadow(0px 0px 0px white);
    text-shadow: 1px 1px 2px #000;
    }

.slider-overlay {
	height: 115px;
	bottom: 260px;
	left: 12%;
    }

.slider-list {
	column-count: 1;
    }
}

@media only screen and (max-width: 650px) {
.slider-overlay {
	position: relative;
    bottom: unset;
    left: unset;
    background: #fff;
    text-align: center;
    height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    box-sizing: border-box;
	}

.slider-overlay-title {
	font-size: 32px;
	font-weight: 500;
	text-align: center;
    }

}

@media (max-width: 600px) {
  .spans-wrap {
    padding: 1rem;
  }
  .slider-title {
    font-size: 1.8rem;
  }
  .slider-headline {
    font-size: 1rem;
   display: none;
  }
}

@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 {
	max-width: 250px;
	padding: 15px;
	margin: 0 auto 0 0;
    }

.top-phone {
	font-size: 18px;
	}

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

.slider-list-left h3 {
	font-size: 18px;
	}

.slider-list-right ul li:before {
	content: '';
	left: 0;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	height: 18px;
	width: 18px;
	background-color: #fff;
	margin-right: 7px;
	}

.why-choose-block .feature {
    flex: 1 1 100%;
  	}

.why-choose-block .why-text h2 {
    font-size: 28px;
	}

.who-we-are-block .who-text h2 {
	font-size: 30px;
	}

.who-we-are-block .who-card h3 {
	font-size: 48px;
	margin: 15px auto;
	}

.who-we-are-block .check {
    display: none;
	}

.who-we-are-block .service h4 {
    font-size: 20px;
	}

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

.commitment-block .mission h3 {
    font-size: 20px;
	}

/*Footer */
.logo-footer {
	display: block;
	margin: 0 auto;
	}

.offices-block {
	display: block;
	}

.office {
	padding-right: 10px;
	padding-bottom: 23px;
	}
  
tbody#rsform_5_page_0 td {
	display: block;
	}  
}

@media only screen and (max-width: 500px) {
.slider-list-title {
    font-size: 26px;
	}

.slider-list li {
	font-size: 18px;
	}

.slider-list li:before {
	content: '';
	left: 0;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	height: 16px;
	width: 16px;
	background-color: #fff;
	margin-right: 7px;
	}

}

@media only screen and (max-width: 470px) {
.spans-wrap {
	top: 8%;
	left: 8%;
	font-size: 18px;
	right: unset;
	color: #0E3E6E;
	font-weight: bold;
	filter: drop-shadow(0px 0px 0px white);
    text-shadow: 1px 1px 2px #000;
    }

.upper-socials {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	box-sizing: border-box;
	/* padding: 40px 25px 20px; */
	}
}