body, html {width: 100%; height: 100%; padding: 0; margin: 0; font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 16px; color: #222; -webkit-text-size-adjust: 100%; font-variant-numeric: lining-nums;}
body {overflow-x: hidden; background-color: #fff;}
a {text-decoration: none; font-size: 16px; line-height: 24px;}
p {font-family: 'Raleway', sans-serif; font-size: 16px; line-height: 24px; color: #222;}

/* @font-face {
	font-family: 'Trajan Pro 3 Regular';
	src: url(../fonts/trajan-pro3-regular.otf);
	font-weight: 400;
	} */

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

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

.content {
    margin: 0 auto;
    text-align: left;
    width: 100%;
    max-width: 1180px;
    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: #056696;
	color: #fff;
	border-color: #056696;
	}

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

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

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

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

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

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

/*Socials*/
/* .socials {
    display: flex;
    gap: 5px;
    flex-direction: column;
    background: #fff;
    padding: 5px;
    border-top: 3px solid #003c86;
    border-right: 3px solid #003c86;
    border-bottom: 3px solid #003c86;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 46%;
    border-radius: 0 15px 15px 0;
	} */

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

.socials a {
    display: flex;
    transition: 0.3s all;
	}

.socials a:hover {
	transform: scale(1.03);
	}	

/*Top Banner Header*/
.top__banner {
    background: #b3d7ed;
    min-height: 34px;
    padding: 5px 25px;
    box-sizing: border-box;
	display: none;
	}

.top__banner-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0px auto;
	}
	
.top__location-wrap {
	font-weight: 500;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	}

.top__phone-wrap {
	font-weight: 500;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	gap: 5px;
	}

.top__phone-wrap a {
	color: #000;
	font-size: 18px;
	}

.top-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex-direction: column;
    margin: 15px auto;
	}

.top__txt {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
	}

/*Navigation*/
nav .content {
    max-width: 1500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    padding: 0 15px;
	}

.inner-logo {
	display: flex;
	vertical-align: middle;
	padding: 8px 20px 8px 0;
	max-width: 300px;
	}

nav {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
    background: #fff;
    transition: all 0.3s;
  	box-shadow: 0px 0px 5px 0px #000;
	}

#homepage nav {
	position: absolute;
	}

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

nav.slide {
	position: fixed;
	display: none;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	}

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

nav.slide.fixed , .inner-nav.slide.fixed {
	position: fixed !important;
  	display: block;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	}

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

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

.topmenu {
    margin: 0 auto;
	}

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

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

.deeper.parent {
	margin-right: 10px;
	}

.topmenu ul li.parent:after {
    content: '';
    position: absolute;
    top: 7px;
    right: -5px;
    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-shadow: none;
    text-decoration: none;
    transition: all 0.3s;
    white-space: nowrap;
	font-size: 16px;
    color: #414141;
	text-transform: uppercase;
	}

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

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

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

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

/*Top Buttons*/
.top__button {
    color: #fff;
    background: #6497d6;
    font-size: 18px;
    padding: 7px 15px;
    white-space: break-spaces;
    max-width: 100%;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 3px auto 0;
	transition: 0.3s all;
	}

.top__button:hover {
	background: #335a8a;
	}

/*
.top-right {
	display: flex;
    padding: 0 0 10px 0;
    margin: 0 auto;
	}
	
.top-buttons {
	margin-top: 20px;
	}

.top-phones {
	display: block;
	margin-top: 5px;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 15px;
    background-color: #6497d6;
    border: 1px solid #6497d6;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 4px;
    text-align: center;
	cursor: pointer;
	}
	
.top-phones:hover {
	background-color: #6d96cf;
	}

.myphone {
	display: none;
	}

.myphone.block {
	display: block;
	background: #fff;
	padding: 5px 15px;
	box-sizing: border-box;
	position: absolute;
	top: 60px;
	left: -35px;
	min-width: 225px;
	box-shadow: 3px 5px 3px rgba(0,0,0,0.2);
	text-align: right;
	}

.myphone.block p {
    display: block;
    margin: 5px 0;
	}

.myphone.block p a {
    margin-left: 20px;
    color: #2d3950;
	}

.top-phone {
    display: flex;
    vertical-align: middle;
    position: relative;
    flex-direction: row-reverse;
    gap: 5px;
    flex-wrap: wrap;
    align-items: end;
	}

.top-phone p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    display: block !important;
    margin: 0 auto !important;
    text-align: center;
	}

.top-button {
    background: #ff4e4e;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 15px 4px;
    border: 1px solid #ff4e4e;
    border-radius: 4px;
    display: inline-block;
	}
	
.top-button:hover {
	background: #ff4e4e;
	}
*/
.hamburger {
    display: none;
	}

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

/*Banner*/	
/*
.mis-banner {
    background: #6497d6;
    text-align: center;
    padding: 15px 25px;
	}

.mis-banner a {
	font-family: 'Raleway',"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
	}
*/

/* Slider block*/
.slider-block {
    text-align: center;
    background: #e2fdff;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    gap: 50px;
    align-items: center;
    justify-content: space-around;
	padding: 0 15px;
	}

.slider-block .content {
    text-align: center;
    max-width: 1375px;
	}

.mobile-slide {
    display: none;
	}

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

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

.slider__overlay {
	z-index: 1;
	display: block;
	position: relative;
	margin-top: 60px;
	padding: 0 25px;
	}

.slider__overlay-left {
    background: #fff;
    box-shadow: 3px 3px 3px #0000003d;
    max-width: 740px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    border-radius: 20px;
    border: 1px solid #000;
    padding: 10px 20px;
    box-sizing: border-box;
    min-height: auto;
	}

.slider__overlay-left h3 {
	font-size: 21px;
	}

.slider__overlay-left p {
	font-size: 18px;
	max-width: 315px;
	color: #000;
	}
	
.overlay__left-list ul li {
	margin: 15px auto;
	}

.overlay__left-list ul li a {
    color: #000;
    font-size: 18px;
	}

.overlay__left-list ul li::marker {
	color: #8ab6f9;
	}
	
.overlay__left-text a {
	color: #6898d4;
	}

.slider__overlay-wrap {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 60px;
	}

.slider__overlay-right {
	margin: 0 auto;
    background: #6497d6;
    color: #fff;
    max-width: 350px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
	border: 1px solid #000;
    text-align: left;
    min-width: 490px;
	/* min-height: 370px; */
    min-height: 340px;
	box-shadow: 3px 3px 3px #0000003d;
	position: relative;
	}

.slider__overlay-right p {
    font-size: 20px !important;
    color: #ffffff !important;
	}


img.logo-circle-img {
    position: absolute;
    right: -50px;
    bottom: -50px;
    max-width: 160px;
	}

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

.overlay__phone a {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	}

.overlay__phone i {
    color: #ffffff;
    background-color: #2f85eb;
    border: 2px solid #ffffff;
    padding: 12px;
    border-radius: 50%;
	}

.slider-overlay-block {
    background-color: #ffffff;
    padding: 40px 0;
	}

.slider-overlay-block .content {
    max-width: 1430px;
	}

.slider-overlay-block h3 {
    font-weight: 700;
    font-size: 32px;
    margin: 0;
    color: #000000;
    text-align: center;
	padding: 0 0 5px;
	}

.slider-overlay-block ul {
    color: #000000;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    gap: 15px;
    margin: 0 auto;
    flex-wrap: wrap;
	}

.slider-overlay-block ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin: 20px 0 0;
	}

.slider-overlay-block ul li , 
.slider-overlay-block ul li a {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
	}

.slider-overlay-block ul li a:hover {
	text-decoration: underline;
	}

.slider-overlay-block ul li::before {
    content: '';
    position: relative;
    left: 0;
    top: 0px;
    display: inline-block;
    vertical-align: middle;
    height: 10px;
    width: 10px;
    background-color: #6497d6;
    border-radius: 50%;
	}

.slider-overlay-block ul li:first-child::before {
    display: none;
	}

.slider-block-hero {
    position: relative;
	display: flex;
	}

.slider-block-hero h3 {
    margin: 0;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #ffffff;
    font-size: 32px;
    width: 100%;
    max-width: 630px;
    text-shadow: 0px 0px 5px black;
    filter: drop-shadow(0px 0px 5px black);
	}

/* Services Banner */
/* .services-banner-block {
    background-color: #6497d6;
	padding: 15px 0;
	}

.services-banner-block .content {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
	}

.services-banner-block .item-service a {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	gap: 10px;
    transition: 0.3s all;
	width: 150px;
	}

.services-banner-block .item-service a:hover {
	transform: scale(1.03);
	}

.services-banner-block .item-service p {
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
	text-align: center;
	}

.services-banner-block .item-service img {
    filter: brightness(2);
	width: 100px;
	} */

/*What Our Patients Are Saying*/
.testimonials-block {
    background: rgb(0, 60, 134);
	text-align: center;
	padding: 50px 0;
	background-image: linear-gradient(to bottom, rgba(0, 60, 134, 0.75), rgb(0, 60, 134, 0.75)), url(../images/testimonilas-bg.jpg);
    background-size: cover;
	}

.testimonials-block h2 {
    font-weight: 700;
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    margin: 0;
	}

/*
.maintext-block-serv-wrapper {
    position: absolute;
    top: 45px;
    left: 130px;
    width: unset;
    z-index: 11;
	}*/

.maintext-block-serv-wrapper {
	position: relative;
	top: unset;
	left: unset;
	width: unset;
	z-index: 11;
	margin: 0 auto;
	}

.maintext-block-serv {
    /*background-color: #003c86;
    color: #fff;
    border-radius: 4px;
    padding-bottom: 25px;
    max-width: 465px;
    box-sizing: border-box;*/
	background-color: #003c86;
    color: #fff;
    border-radius: 30px;
    padding-bottom: 25px;
    max-width: 465px;
    box-sizing: border-box;
    margin: 25px auto 25px;
	}

.maintext-block-serv h2 {
    color: #fff;
    padding: 15px 30px;
    font-family: 'Raleway',sans-serif;
    margin: 0;
    font-size: 34px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 400;
	}

.maintext-block-serv ul {
	list-style-type: none;
    padding: 0;
    margin: 0;
	}

.maintext-block-serv ul li a {
	font-size: 16px;
    background: #1855a7 url(../images/foot-pad.png) 10px center no-repeat;
    color: #fff;
    display: block;
    font-family: 'Raleway',sans-serif;
    font-weight: 400;
    margin: 0 10px 10px;
    padding: 8px 5px 5px 35px;
    border-bottom: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    text-align: left;
	}

.maintext-block-serv ul li a:hover {
	background-color: #445c8a;
    border-bottom: 1px solid #6681b4;
    text-decoration: none;
	}

.maintext-block {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
	}

.tagline {
    color: #fff;
    text-align: center;
    font-weight: 400;
    background: #003c86;
    display: block;
    font-family: 'Raleway',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 24px;
    padding: 10px 25px ;
	}

.maintext-block h3 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-top: 10px;
    font-family: 'Cabin', sans-serif;
	}

.undersliderbanner .tagline {
  	background: #6497d6;
	}

.location-text-serv {
    background-color: #2d3950;
    color: #fff;
    border-radius: 4px;
    padding-bottom: 25px;
    max-width: 410px;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 36.5%;
	}

.location-text-serv h2 {
	color: #fff;
	padding: 25px;
	font-family: 'Raleway', sans-serif;
	margin: 0;
	font-size: 33px;
	text-align: center;
	text-transform: capitalize;
	font-weight: 400;
	}

.location-text-serv ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
	}

.location-text-serv p.address {
	color: #fff;
	font-family: 'Raleway',sans-serif;
	font-weight: 100;
	margin: 0 10px;
	padding: 0;
	}

.location-text-serv li {
	margin-bottom: 10px;
	}

.location-text-serv p.address>span.address_text {
	text-align: left;
	width: 270px;
	}

.location-text-serv p.address>span {
	background-color: #334568;
	padding: 8px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	width: 20px;
	text-align: center;
	border-radius: 4px;
	}

.location-text-serv p.address>span {
	background-color: #334568;
	padding: 8px;
	margin-right: 5px;
	display: inline-block;
	height: 25px;
	width: 20px;
	text-align: center;
	border-radius: 4px;
	}

/*Twin Image Block*/


.twin__image-outter {
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
	gap: 25px;
    margin: 50px auto;
	max-width: 1330px;
	}

.twin__image-text {
	text-align: center;
	max-width: 600px;
	}

.twin__image-text h3 {
	font-size: 24px;
	color: #000;
	}

.twin__image-text p {
	font-size: 22px;
	color: #000;
	}

.twin-image-block {
	padding: 40px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*flex-wrap: wrap;*/
    gap: 40px;
	}

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

.twin-image-block a {
	transition: 0.3s ease-in-out;
  	display: block;
	}

.twin-image-block a:hover {
	transform: scale(1.03);
	}

.twin__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
    }

.twin__button {
	color: #fff;
    background: #1f436d;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 15px;
    border: 2px solid #1f436d;
    border-radius: 5px;
    max-width: 515px;
    text-align: center;
    width: 100%;
    }

.twin__button:hover { 		
    color: #1f436d;
    background: #fff;
    border: 2px solid #1f436d;  
    }

/* About block*/

.about-block {
	padding: 50px 0;
    background: #6497d6;
    margin-bottom: 50px;
	}

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

.about__block-left {
    max-width: 700px;
    flex: 1;
    text-align: center;
	}

.about-box img {
	float: right;
    padding-top: 0px;
    margin-top: 10px;
    margin-left: 1em;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
	}

.about-box h2 {
	line-height: 48px;
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin: 12px 0 30px;
    color: inherit;
    text-rendering: optimizelegibility;
    color: #ffffff;
	padding: 0 25px;
	}

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

.about-box p {
    font-family: 'Raleway', sans-serif;
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: left; 
  	/*text-align: center;*/
	}

/**/

.twin__image-wrap {
    margin: 0px auto;
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 25px;
    box-sizing: border-box;
	}

/*welcome to godoy*/
.about__block {
    padding: 70px 0 100px;
    background-color: #f7f8fc;
	}

.about__block-wrap {
    display: flex;
    justify-content: center;
    /* align-items: flex-start; */
	align-items: center;
    gap: 60px;
    /* max-width: 800px; */
    margin: 0 auto;
	padding: 0 25px;
	}

.about__block-left p {
	font-size: 22px;
	color: #000;
	}	

.about__block-left a {
    color: #fff;
    background: #6497d6;
    font-size: 24px;
    padding: 6px 10px;
    white-space: break-spaces;
    max-width: 230px;
    display: block;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
    border-radius: 20px;
	}

.about__block-left a:hover {
    background: #32547e;
	}

.about__block-right img {
	max-width: 220px !important;
	width: 100% !important;
	}

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

hr.hr-divider {
    background-color: #616161;
    height: 1px;
	width: 90%;
    max-width: 1080px;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
	display: none;
	}

.homepage hr.hr-divider {
    display: block;	
	}

.mis-hp-block,
.top-ranked-block,
.foot-center-block {
    background-color: #ffffff;
    padding: 70px 15px;
	}

.mis-hp-block h2,
.top-ranked-block h2,
.foot-center-block h2 {
	font-weight: 700;
    font-size: 32px;
    margin: 0;
    color: #000;
    text-align: center;
    padding: 0 0 25px;
	}

.mis-hp-block .images-wrap {
	gap: 50px;
	}

.mis-hp-block .mis-txt {
    flex: 1;
    max-width: 560px;
    text-align: center;
	}

.mis-hp-block .mis-txt p {
	font-size: 22px;
    line-height: normal;
	}

.mis-hp-block .mis-img {
    display: flex;
    border-radius: 25px;
    overflow: hidden;
	}

.top-ranked-block h3  {
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    color: #000;
    text-align: center;
    padding: 0 0 25px;
	}

.conditions-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    list-style: none;
    padding: 0;
    max-width: 610px;
    margin: 0 auto;
	}

.conditions-list li {
    box-sizing: border-box;
    position: relative;
    padding-left: 22px;
    max-width: 170px;
    width: 100%;
	}

.conditions-list li:last-child {
    max-width: 250px;
	}

.conditions-list li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #89b7e6;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
	}

.conditions-list li a {
	color: #000000;
	}

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

/* Service Circle Block */
.services-circle-block {
    padding: 0 0 50px;
	}

.services-circle-block h2 {
    margin: 0 0 35px;
    line-height: 28px;
    font-size: 28px;
    text-align: center;
	}

.services-circle-block .important-note {
    color: #003c86;
    background-color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    padding: 15px 20px;
    max-width: 500px;
    margin: 0 auto 50px;
    box-shadow: 0 0 10px rgb(0 0 0 / 26%);
    border-radius: 25px;
	box-sizing: border-box;
	}

.services-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 60px;
    text-align: center;
    margin: 30px auto 0;
	}

.service-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
	flex: 0 400px;
    width: 100%;
    max-width: 400px;
    height: auto;
	}

.service-img {
    width: 100%;
    max-width: 270px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
	overflow: hidden;	
    transition: 0.3s all;
	box-shadow: 0 0 10px rgb(0 0 0 / 26%);
	}

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

.service-img a {
    display: flex;
    transition: 0.3s all;
	}

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

.service-item h3 {
    margin: 0;
    font-size: 24px;
    height: 60px;
	}

.service-item p {
	margin: 0;
	font-size: 16px;
	text-align: center;
	}

.service-btn a {
    display: inline-block;
    background: #6497d6;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 15px;
    transition: 0.3s all;
	}

.service-btn a:hover {
	background: #335a8a;
	}
		
.slider-overlay-block.second .content {
    max-width: 1315px;
	}

.slider-overlay-block.second ul {
    flex-wrap: wrap;
    justify-content: flex-start;
	}

.slider-overlay-block.second ul li {
    width: 100%;
    max-width: 245px;
	}

.slider-overlay-block.second ul li:last-child {
    max-width: 320px;
	}

.location-block {
    padding: 50px 0 0;
	}

.location-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    max-width: 940px;
    margin: 0 auto;
    font-weight: 500;
	}

.location-img {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
	}

.location-img span {
    font-size: 18px;
    font-weight: 600;
	}

.location-txt p {
    text-align: center;
    font-size: 26px;
    margin: 0;
	line-height: 30px;
	}

/*Doctors block*/

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

.homepage__doctor-wrap {
    /*background: #ebf7ff;*/
    padding: 7px;
   /* border-radius: 20px;*/
    transition: 0.3s ease-in-out;
    /*box-shadow: 3px 3px 3px #0000000d;*/
	}

.homepage__doctor-wrap:hover {
	transform: scale(1.03);
	}

.homepage__doctor-wrap img {
    background: #ffffff;
    padding: 2px;
    transition: 0.3s ease-in-out;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 26%);
	}

.homepage__doctors-item {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-direction: column;
	font-size: 18px;
    color: #4a75ab;
	font-weight: 600;
	transition: 0.3s ease-in-out;
	}

.homepage__doctors-item p {
    margin: 0;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
	}

/*
.homepage__doctors-item:hover {
	transform: scale(1.05);
	}*/

.book__appt-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	}

.book__appt-btn {
    color: #fff !important;
    text-transform: none;
    background: #6497d6;
    font-weight: 400;
    padding: 5px 20px;
    border-radius: 5px;
	transition: 0.3s ease-in-out;
	}

.book__appt-btn:hover {
	background: #415f88;
	}

.doctors-block {
    padding: 50px 0;
	}

.doctors-block h2 {
    margin: 12px 0;
    line-height: 48px;
    font-size: 28px;
    text-align: center;
	}

.doctors-block .content {
    display: flex;
    gap: 20px;
    align-items: flex-end;
	}

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

.doctors-block .content {
	display: flex;
	gap: 20px;
	align-items: center;
	/*flex-direction: column-reverse;*/
	justify-content: center;
	}

.dr-hp-bio p a {
	color: #003c86;
	font-weight: 700;
	}

/*Locations block*/
.locations-block {
    border-top: 20px solid #6898d4;
    border-bottom: 20px solid #6898d4;
	padding: 25px 0;
	text-align: center;
    /*background-image: linear-gradient(to bottom, rgb(118 197 213 / 60%), rgb(118 197 213 / 60%)), url(../images/location-bg.jpg);*/
	background-image: url(../images/location-bg.jpg);
	background-size: cover;
  	background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
	}

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

.loc-info {
    padding: 25px;
    background: rgb(255 255 255 / 95%);
    box-sizing: border-box;
    white-space: nowrap;
    width: 100%;
	}

.cta-appointment {
    background-image: none;
    color: #fff;
    padding: 5px 15px;
    text-shadow: none;
    border: 1px solid #204e83;
    background-color: #003c86;
    text-transform: capitalize;
    display: block;
    margin: 0 auto;
    font-weight: 400;
    font-size: 15px;
    border-radius: 3px;
    text-align: center;
    box-sizing: border-box;
    max-width: 244px;
	}
	
.cta-appointment:hover {
	background-color: #0664c1;
	}

.loc-btn {
	background-image: none;
    color: #fff;
    border: none;
    padding: 5px 15px;
    background-color: #6497d6;
    text-transform: none;
    text-shadow: none;
    display: block;
    border-radius: 3px;
    max-width: 215px;
    margin: 4px auto;
	}
	
.loc-btn:hover {
	background-color: #4271ac;
	}

.loc-box h2 {
	color: #003c86;
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 400;
    margin: 0;
	}

.loc-box .address {
	margin: 10px 0 10px 0;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
	}

.loc-box .phone {
	font-size: 24px;
    color: #000;
    font-weight: 400;
	}

.loc-box .fax {
	font-size: 24px;
    color: #000;
    font-weight: 400;		
	}

.loc-box .shedule {
    font-weight: 500;
    color: #6a6a6a;
    font-size: 18px;
    text-transform: capitalize;
    max-width: 200px;
    margin: 16px auto 20px;
    text-align: left;
	}

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

.loc-box .btn {
    text-align: center;
    margin: 30px auto 0 auto;
    padding: 0;
    border-radius: 10px;
	}
	
.loc-info .btn {
	max-width: 230px;
	}

/*Blogs block*/

.blogs-block {
	padding: 50px 0;
	}

.blogs-block .content {
    /* text-align: center; */
    max-width: 95%;
    /* box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 60px; */
	}

.blogs-block h3 {
    color: #222;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: 10px 0;
    line-height: 24px;
    font-size: 28px;
	}

.blogs-list ul {

    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: #fff;
	display: none;
	}

.blogs-list ul li a {
    text-decoration: none;
    /*text-transform: uppercase;*/
    text-align: center;
    display: block;
    margin: 10px 0;
    line-height: 20px;
    width: 300px;
    padding: 0 37px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
	-webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
	}

.moduleItemIntrotext.gf-latest-introtext {
    width: 314px;
    padding: 0 24px;
    text-align: center;
}


.blogs-list ul li a:hover {
    text-decoration: underline;
	color: #005e8d;
	}

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


/*Footer*/
footer {
    background: #6898d4;
	padding: 50px 0;
	}

footer .content {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1500px;
	}

footer p {
	color: #ffffff;
	}

.logo-footer {
	max-width: 300px;
	}

.footer-logo-img {
	filter: brightness(0) invert(1);
	}

.copy-left, .copy-right {
	color: #ffffff;
	font-size: 14px;
	padding: 30px;
	box-sizing: border-box;
	}

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

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

.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: 'Raleway',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(255px + 22px);
	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;
	}
	}

.WxMHz {
	left: auto !important;
	right: 0 !important;
	}

/*Joomla corrections*/
.social-btns p, .top-phone p, .connect-block p, .doctors-box h2 p {
	display: inline-block;
	padding: 0;
	margin: 0;
	}

.social-btns a {
	color: #003c86;
	}

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

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

.inner-pages a {
	color: #003c86;
	}

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

.item-page {
    padding-top: 40px;
    min-height: 600px;
	}

.inner-pages .page-header h2 {
    margin: 2px 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
	font-size: 32px;
	font-family: 'Raleway', sans-serif;
	}

.inner-pages .doctor {
	width: 275px;
	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 */

.inner__doctors-wrap {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin: 50px auto;
    flex-wrap: wrap;
	}

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

.inner__doctor-wrap span {
    font-size: 18px;
    display: block;
    margin: 10px auto 0;
	}

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

div.latestItemsCategory h2 {
    color: #000000;
    text-align: left;
    font-weight: 900;
    position: relative;
    padding: 15px 0 20px 0;
    margin: 2px 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
	}

div.latestItemsCategory h2 a {
	color: #586064;
	}

div.latestItemsCategory h2::after {
	display: none;
	}

h2.latestItemTitle a {
	color: #003c86;
	font-size: 25px;
	}

#k2Container.latestView {
    padding-top: 30px;
	}

#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: 20px 20px 40px;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
	gap: 40px;
	}

div.k2ArchivesBlock ul {
  	flex-direction: column;
	}

.bfa .k2ArchivesBlock ul {
	gap: 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;
	padding: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    max-width: 315px;
	}

div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    width: 315px;
    height: auto;
    border-radius: 25px;
    margin-bottom: 65px;
	}

div.k2ItemsBlock ul li div.moduleItemIntrotext {
	display: block;
	padding: 4px 0;
	text-align: center;
	}

div.k2ItemsBlock ul li a.moduleItemTitle {
    margin-top: -85px;
	text-transform: none;
	text-align: center;
	}

.clearList {
	display: none !important;
	}

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

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

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

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

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

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

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

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

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

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

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

body.rsform h1 , body.sitemap h1 {
    font-size: 44px;
    color: #003c86;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin: 0 0 20px 0;
    padding: 15px 0 20px 0;
    font-family: 'Raleway',"Helvetica Neue",Helvetica,Arial,sans-serif;
	}

.formTableLayout {
	margin: 0 auto;
	}

/* .formTableLayout button#Send {
	background: #48b5c5;
	color: #fff;
	border-color: #48b5c5;
	padding: 5px 20px 7px ;
	border-radius: 5px;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	border: 2px solid transparent;
	} 

.formTableLayout button#Send:hover {
	background: #fff;
	color: #48b5c5;
	border-color: #fff;
	border: 2px solid;
	cursor: pointer;
	} */

.formTableLayout button#Send {
    border-radius: 5px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #004b8d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#005e8d), to(#002f8d));
    background-image: linear-gradient(to bottom, #005e8d, #002f8d);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005e8d', endColorstr='#ff002f8d', GradientType=0);
    border-color: #002f8d #002f8d #001541;
    background-color: #002f8d;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    padding: 8px 36px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    border: 1px solid #bbb;
  	cursor: pointer;
  	transition: all 0.3s;
    }

.formTableLayout button#Send:hover {
  	background-color: #002f8d;
  	background-image: none;
	}

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

input, textarea, button, select {
    outline: none;
    padding: 8px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
 	background-color: #fff;
	}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    /* border-color: rgba(82,168,236,0.8); */
  	border: 1px solid #52a8eccc;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  	background-color: #fff;
	}

/*Joomla content*/

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

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

.divContent {
	flex: 0 0 80%;
	}

.divRight {
	flex: 0 0 20%;
	}

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

.divRight .moduletable ul {
	padding: 0px 4px !important;
  	justify-content: left;
  	flex-direction: column;
	}

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

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

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

div.genericItemReadMore {
    display: none !important;
	}

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

/* Custom Page */
.inner-pages .item-pagecustom-page .page-wrap h2 {
  text-align: center;
  margin: 50px auto;
  color: #0e4aa9;
  font-weight: 600;
  font-size: 35px;
}

.inner-pages .item-pagecustom-page .page-wrap h3 {
  font-weight: 500;
  font-size: 28px;
  margin: 0 auto 30px;
}

.inner-pages .item-pagecustom-page .page-wrap .item.right h3 {
  text-align: center;
}

.inner-pages .item-pagecustom-page .page-wrap .link-to {
  text-decoration: underline;
  margin: 25px auto;
  display: block;
}

.inner-pages .item-pagecustom-page .page-wrap .link-to:hover {
  text-decoration: none;
}

.inner-pages .item-pagecustom-page .page-wrap .custom-btn {
  display: block;
  width: calc(100% - 140px);
  max-width: 450px;
  color: #fff;
  background-color: #0e4aa9;
  padding: 20px 70px;
  margin: 30px auto;
  text-align: center;
  border: 2px solid #0e4aa9;
  font-weight: 500;
  border-radius: 20px;
  font-size: 20px;
}

.inner-pages .item-pagecustom-page .page-wrap .custom-btn:hover {
  background-color: #fff;
  color: #0e4aa9;
}

.inner-pages .item-pagecustom-page .page-wrap img {
  transition: all 0.3s;
}

.gf-latest .image {
    border-radius: 25px;
}

.inner-pages .item-pagecustom-page .page-wrap img:hover {
  transform: scale(1.02);
}

.inner-pages .item-pagecustom-page .page-wrap .item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: flex-start;
  gap: 4%;
  margin: 50px auto;
}

.inner-pages .item-pagecustom-page .page-wrap .item-wrap .item {
  flex: 0 0 48%;
}

.blogs-list ul {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}

.inner-btn {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.inner-btn a {
    display: inline-block;
    background: #6497d6;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 15px;
    transition: 0.3s all;
}

.inner-btn a:hover {
    background: #335a8a;
}

.custom-no-title .inner-pages .page-header {display: none;}

.custom-no-title .content {
    max-width: 1450px;
	}

.custom-no-title .inner-pages h2 {
    margin: 50px auto 30px;
    border-bottom: none;
    font-size: 38px;
    font-family: 'Raleway',sans-serif;
    text-align: center;
	}

.custom-no-title .inner-pages h3 {
    font-size: 28px;
	}

.custom-no-title .inner-pages .txt-wrap {
    flex: 1;
	}

.custom-no-title .inner-pages .txt-wrap p {
    font-size: 21px;
	}

.custom-no-title .inner-pages .img-wrap {
    flex: 1;
	}

.custom-no-title .inner-pages .images-wrap {
	gap: 50px;
	}

.custom-no-title .inner-pages .images-wrap.middle-block .img-wrap {
    flex: none;
    max-width: 500px;
	}

.custom-no-title .inner-pages .conditions-list {
    max-width: 730px;
    margin: 0 0 50px;
	}

.custom-no-title .inner-pages .conditions-list li {
    max-width: 210px;
	}

.custom-no-title .inner-pages .conditions-list li:last-child {
    max-width: 280px;
	}

.custom-no-title .inner-pages .conditions-list li a {
    font-size: 21px;
	}

.custom-no-title .inner-pages .inner-btn a {
    font-size: 21px;
	}

.custom-no-title .inner-pages .images-wrap.bottom-block .img-wrap {
    flex: none;
	}

.custom-no-title .inner-pages .images-wrap.bottom-block {
    max-width: 1080px;
	align-items: flex-start;
    gap: 50px;
	}

@media only screen and (max-width: 1800px) {
nav .content {
	flex-wrap: wrap;
	}

.top-buttons {
	order: 2;
	width: 100%;
	text-align: center;
	padding: 0 15px 10px;
	display: none;
	}

/* .maintext-block-serv-wrapper {
	top: 15px;
	} */
}

@media only screen and (max-width: 1700px) {
/*Slider OverLay*/
/*
.maintext-block-serv-wrapper {
    top: 170px;
	}*/

.slider-block-hero {
    flex: 1;
	}
  
.maintext-block-serv-wrapper {
	top: unset;
	position: relative;
	left: unset;
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
	}

.maintext-block-serv-wrapper .content {
    width: unset;
    margin: 0;
	}

.maintext-block-serv {
	left: unset;
    position: relative;
    top: unset;
    padding: 0px 0 15px;
	}

.maintext-block-serv {
	left: unset;
	position: relative;
	top: unset;
	}

.location-text-serv {
	left: 35.5%;
	}

/*Twin Image Block*/
/* .twin-image-block {
    padding: 40px 25px;
	}

.twin-image-block img {
    max-width: 48%;
	height: auto;
	} */
}

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

/* .maintext-block-serv-wrapper {
	top: 30px;
	} */

.mis-banner a {
	font-size: 20px;
	}

.tagline {
	font-size: 20px;
	}
}


@media only screen and (max-width: 1560px) {
.location-text-serv {
	left: unset;
	position: relative;
	top: unset;
	}
}
	
@media only screen and (max-width: 1350px) {
.inner-logo {
    max-width: 150px;
	}

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

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

.services-banner-block .item-service a {
    width: 130px;
	}

.services-banner-block .item-service p {
    font-size: 18px;
	}
}

@media only screen and (max-width: 1330px) {
.twin__image-outter {
	flex-direction: column-reverse;
	}

.twin__image-text {
	text-align: center;
	max-width: unset;
	padding:0 25px;
	box-sizing: border-box;
	}

.twin__image-wrap {
	flex-wrap: wrap;
	}

.slider-overlay-block.second ul {
    justify-content: center;
	}
}

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

.top-right {
	margin: 0 auto;
	}

.tagline {
	font-size: 16px;
	padding: 15px 25px 10px;
	}
}

@media only screen and (max-width: 1250px) {
.slider-block {
    padding: 30px 15px;
    flex-direction: column;
	}

.slider-block-hero {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
	}

.slider-block-hero h3 {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    max-width: 100%;
	background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(100, 151, 214, 1) 15%, rgba(100, 151, 214, 1) 85%, rgba(255, 255, 255, 0) 100%);
    display: block;
	padding: 15px 50px;
    box-sizing: border-box;
	filter: none;
	}

img.logo-circle-img {
    position: absolute;
    right: 20px;
    bottom: -70px;
    max-width: 160px;
	}

.slider-overlay-block .content {
    max-width: 1050px;
	}

.slider-overlay-block h3 {
    font-size: 26px;
	text-align: center;
	}

.slider-overlay-block ul li {
    gap: 7px;
	}

.slider-overlay-block ul li ,
.slider-overlay-block ul li a {
    font-size: 20px;
	}

.slider-overlay-block ul li::before {
    height: 15px;
    width: 15px;
	}

.slider__overlay {
	margin-top: 50px;
	padding: 0 25px;
	}

.slider__overlay-wrap {
    flex-direction: column;
    align-items: center;
	gap: 40px;
	}

.slider__overlay-right {
    min-height: auto;
    min-width: auto;
    width: 100%;
    max-width: 655px;
    box-sizing: border-box;
	}

.slider-overlay-block.second ul li,
.slider-overlay-block.second ul li:last-child {
    width: auto;
    max-width: none;
	}

footer .content {
    flex-direction: column;
	gap: 15px;
	}

.copy-left, .copy-right {
    padding: 0;
	}

.copy-right {
    width: 100%;
	}

footer p {
    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: 551px;
	}

/*Doctor Block*/	
.doctors-block .content {
	flex-direction: column-reverse;
	}

/*Footer*/
footer .content {
    flex-wrap: wrap;
	}

.copy-left {
	width: 100%;
	order: 2;
	}

.copy-right {
	order: 1;
    width: 205px;
    text-align: center;
	}
}

@media only screen and (max-width: 1180px) {
/*Navbar*/
.inner-logo {
    max-width: 130px;
	}

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

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

.topmenu.active {
	top: 0;
	}

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

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

.hamburger-box {
	margin-top: 0px;
	}

.services-banner-block .content {
    gap: 30px;
    max-width: 750px;
	}
}

@media only screen and (max-width: 1080px) {
.about__block-wrap {
	gap: 30px;
	}

/* .about__block-left {
	max-width: 300px;
	} */

.about__block-left p {
	font-size: 20px;
	}

.services-wrap {
	gap: 30px;
	}

.service-item h3 {
	font-size: 20px;
	height: 50px;
	}

.service-img {
	max-width: 250px;
	}

.service-item p {
	font-size: 15px;
	}

.service-btn a {
	font-size: 17px;
	}

.about__block-wrap {
    flex-direction: column;
	}

.about__block-left {
    max-width: 100%;
	}

/*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*/
  
  
/* Custom Page */
  .inner-pages .item-pagecustom-page .page-wrap .item-wrap .item {
    flex: 0 0 100%;
  }

  .inner-pages .item-pagecustom-page .page-wrap .item-wrap .item.right {
    text-align: center;
  }

  .inner-pages .item-pagecustom-page .page-wrap img {
    width: 100%;
    max-width: 540px !important;
  }

  .inner-pages .item-pagecustom-page .page-wrap .item-wrap .item .video-block {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 56.25%;
    height: 0;
  }

  .inner-pages
    .item-pagecustom-page
    .page-wrap
    .item-wrap
    .item
    .video-block
    iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  } 

.custom-no-title .inner-pages h2 {
    margin: 30px auto 15px;
    font-size: 28px;
	}

.custom-no-title .inner-pages h3 {
    font-size: 21px;
	}

.custom-no-title .inner-pages .images-wrap {
    flex-direction: column;
	justify-content: center !important;
	align-items: center !important;
	gap: 15px !important;
	}

.custom-no-title .inner-pages .img-wrap,
.custom-no-title .inner-pages .images-wrap.middle-block .img-wrap {
    max-width: 400px;
	}

.custom-no-title .inner-pages .conditions-list li a,
.custom-no-title .inner-pages .inner-btn a,
.custom-no-title .inner-pages .txt-wrap p {
    font-size: 18px;
	}
}


@media only screen and (max-width: 1050px) {
.homepage__doctor-wrap {
    min-height: auto;
	}

.slider-overlay-block .content {
    max-width: 600px;
	}

.slider-overlay-block h3 {
    font-size: 24px;
	padding: 0 0 15px;
	}

.slider-overlay-block ul {
    flex-wrap: wrap;
	}

.slider-overlay-block ul li {
    margin: 5px 0 0;
	}

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

.mis-hp-block .mis-txt {
    flex: auto;
	}

.mis-hp-block h2,
.top-ranked-block h2,
.foot-center-block h2 {
    font-size: 26px;
    text-align: center;
	}

.top-ranked-block h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    color: #000;
    text-align: center;
    padding: 0 0 25px;
	}

.conditions-list {
    max-width: 220px;
	}

.conditions-list li {
    max-width: 100%;
	}

.mis-hp-block, .top-ranked-block, .foot-center-block {
    padding: 50px 15px;
	}

.mis-hp-block .images-wrap {
    gap: 30px;
	margin: 0;
	}

.about__block {
    padding: 50px 0;
	}

table.pe td {
	display: block;
	}

table.pe ul {
	margin: 0;
	}

/*Twin Image Block*/
/* .twin-image-block img {
    max-width: 45%;
	height: auto;
	} */
}

/* @media only screen and (max-width: 975px) {
.slider__overlay {
    z-index: 1;
    display: block;
    position: relative;
    margin-top: 0px;
    padding: 60px 25px 0;
	}
} */

@media only screen and (max-width: 950px) {
/*Slider Overlay*/	
.maintext-block-serv-wrapper {
	flex-direction: column;
	gap: 40px;
	}

.maintext-block-serv {
	max-width: 398px;
	}

.maintext-block-serv h2 {
    font-size: 31px;
	}

.location-text-serv h2 {
	font-size: 31px;
	}

/*Twin Block*/
.twin-image-block img {
    max-width: 100%;
	height: auto;
	}

/*About Block*/
.about-box img {
	display: block;
	margin: 0 auto;
	}
}

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

#map iframe {
	height: 512px;
	}
}


@media only screen and (max-width: 767px) {
.location-wrap {
    flex-direction: column-reverse;
	}

.location-img span {
    font-size: 18px;
	}

.location-txt p {
    font-size: 20px;
	line-height: 36px;
	}

.blogs-list ul {
    /* display: inline-block; */
    justify-content: center;
	}

.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 h3 {
	font-size: 28px;
	}

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

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

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

.rabutton .buttonrs {
	min-width: 250px;
	font-size: 15px;
	padding: 12px 10px 8px;
	}

.rabutton .buttonrs::before {
	min-width: calc(234px + 16px);
	min-height: calc(36px + 8px);
	}
  
body .accessib-block {
    top: 50% !important;
	}

/*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%;
	}
  
/* Custom Page */
  .inner-pages .item-pagecustom-page .page-wrap .custom-btn {
    padding: 20px;
    font-size: 18px;
    margin: 30px auto 0;
  }

  .inner-pages .item-pagecustom-page .page-wrap h2 {
    margin: 30px auto;
    font-size: 28px;
  }

  .inner-pages .item-pagecustom-page .page-wrap h3 {
    font-size: 24px;
    margin: 0 auto 20px;
    text-align: center;
  }

  .inner-pages .item-pagecustom-page .page-wrap .item-wrap {
    margin: 30px auto;
  }

  .inner-pages .item-pagecustom-page .page-wrap img {
    max-width: 340px !important;
  }

  .inner-pages .item-pagecustom-page .page-wrap .link-to {
    text-align: center;
  }
}

@media only screen and (max-width: 760px) {
.mis-hp-block .mis-txt p {
	font-size: 20px;
	}

.services-wrap {
	gap: 50px;
	flex-direction: column;
	align-items: center;
	}

.service-item {
	gap: 15px;
	}

.service-img {
	max-width: 200px;
	}

.service-item h3 {
	height: auto;
	}

img.logo-circle-img {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 100px;
	}

.overlay__phone {
    flex-direction: column;
	}

.about__block-wrap {
	flex-wrap: wrap;
	gap: 30px;
	}
	
.about__block-left {
	max-width: unset;
	text-align: center;
	}

.about__block-left p {
	font-size: 18px;
	}

.about__block-left a {
	margin: 0 auto;
	}

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

.formTableLayout tr.rsform-block>td {	
    padding: 5px;
	}
  
tbody#rsform_3_page_0 td , tbody#rsform_4_page_0 td {
	display: block;
	}

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

.formTableLayout tr.rsform-block>td:first-child {
	text-align: left;
	}
}

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

.top__buttons-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 10px;
	}
	
.top__button {
	max-width: 230px;
	width: 100%;
	}

.slider__overlay-left {
	flex-wrap: wrap;
	}

.overlay__left-list ul li {
	margin: 8px auto;
	}

.slider__overlay-right {
	min-width: unset;
	width: 100%;
	max-width: 100%;
	}

.about-box.rha.gently {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	}

.about-box img {
	width: 300px;
	margin: 0 0 20px;
	height: auto;
	}

/*Footer*/
.logo-footer {
	max-width: 300px;
	margin: 30px auto 0;
	}

.copy-right {
    order: 2;
    width: 100%;
    text-align: center;
	}

.copy-left, .copy-right {
	padding: 0px 25px;
	}
}

@media only screen and (max-width: 600px) {
/*Header*/
nav .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* flex-direction: column; */
	}

.tp__wrapper {
    margin-top: 5px;
    }

.top-phones {
    margin-top: 0px;
    }

.inner-logo {
	display: flex;
	vertical-align: middle;
    padding: 8px 8px 8px;
	max-width: 100px;
	margin: 0 auto 0 0;
	}

.top-right {
	order: 2;
	width: 100%;
    margin: 0 auto 15px;
	}

.top-phone {
	display: block;
	margin: 0 auto;
	}

/*Doctor Block*/
.doctors-block .content img {
    padding: 0px 0 0 0;
    max-width: 300px;
	}

.service {
	max-width: 330px;
	}

.service img {
	width: 330px;
	height: auto;
	}

.serv-hov {
	/* visibility: hidden; */
	/* background-color: rgba(10,81,151,0.5); */
	width: 330px;
	height: 395px;
	position: absolute;
	transition: all 0.3s;
	}

/*Location Block*/
.loc-box {
    width: 330px;
	}

/*sidebar*/
	
.divContent , .divRight {
	flex: 0 0 100%;
	}
	
.divRight .moduletable {
    padding-left: 5px;
	margin-bottom: 60px;
	}
}


@media screen and (max-width: 550px) {
.slider-overlay-block {
    padding: 20px 0;
	}

.slider-overlay-block .content {
    text-align: center;
    max-width: 280px;
	}

.slider-overlay-block h3 {
    font-size: 20px;
	}

.slider-overlay-block ul {
    display: inline-block;
    margin: 0 auto;
	}

.slider-overlay-block ul li {
    margin: 10px 0 0;
    gap: 10px;
	}

.slider-overlay-block ul li ,
.slider-overlay-block ul li a {
    font-size: 18px;
	}

.slider-overlay-block ul li::before {
    display: inline-block !important;
	}

.slider-block-hero h3 {
    font-size: 18px;
	}

.blogs-list ul li a {
    width: 100%;
    box-sizing: border-box;
	}

.blogs-list ul li {
    padding: 8px 15px;
    box-sizing: border-box;
	}

.moduleItemIntrotext.gf-latest-introtext {
    width: 100%;
    box-sizing: border-box;
	}

tbody#rsform_5_page_0 td {
	display: block;
	}

.conditions-list li {
    flex: 0 0 100%;
  	}
}

@media only screen and (max-width: 500px) {
.maintext-block-serv h2 {
	font-size: 24px;
	}

.location-text-serv h2 {
	font-size: 24px;
	}	
/*
.location-text-serv p.address {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 5px;
	}
*/
.location-text-serv p.address>span.address_text {
	text-align: left;
	width: 96%;
	}

.location-text-serv p.address>span.address_text {
	text-align: left;
	width: 96%;
	margin-bottom: 10px;
	}

.top__location-wrap {
	text-align: center;
	}

.WxMHz {
	bottom: 40px !important;
	}
}

@media only screen and (max-width: 370px) {
.top__location-wrap {
	font-size: 16px;
	}

.top__phone-wrap {
	gap: 5px;
	}

}


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

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

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