body, html {width: 100%; height: 100%; padding: 0; margin: 0; font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 17px; color: #373737; -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: 1080px;
    padding: 0 15px;
    box-sizing: border-box;
	}

/*Navbar*/
nav {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
    background: #f8f8f8;
    transition: all 0.3s;
	background: url(../images/header-bg.jpg) no-repeat center;
    padding: 20px 0;
    background-size: cover;
	}

#homepage nav {
	position: absolute;
	}

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

nav.slide {
	position: fixed;
	}

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

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

nav .content {
    /* max-width: 3000px; */
    display: flex;
    align-items: flex-end;
    /* padding: 0; */
    justify-content: space-between;
	}

.inner-logo {
	padding: 0;
    display: flex;
    vertical-align: middle;
    margin: 0;
	}

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

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

.contact-us {
	font-size: 32px;
	color: #fff;
	font-weight: 500;	
	transition: 0.3s ease-in-out;
	}

.contact-us a {
	color: #fff;
	transition: 0.3s ease-in-out;
	}

.contact-us a:hover {
	opacity: 0.8;
	}

.topmenu {
    margin: 0 0 0 auto;
    padding-bottom: 10px;
	display: none;
	}

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

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

.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: 19px;
    color: #232323;
    transition: all 0.3s;
    white-space: nowrap;
	}

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

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

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

.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 #76c5d5 solid;
	}

.hamburger {
    display: none;
	}

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

/*Homepage Main Slider Upper*/	
.main__slider-block {
	position: relative;
	}

.overlay__wrapper {
    position: absolute;
    bottom: 30%;
    left: 15%;
	}

.overlay__wrapper h3 {
	color: #9a0202;
	font-size: 70px;
	font-weight: 400;
	}

/* NEW DESIGN 9-7-2024 */
.hero-image-block {
	background: url(../images/hero-img-bg.jpg) no-repeat center;
    min-height: 750px;
    box-sizing: border-box;
    padding: 50px;
    background-size: cover;
	}

.hero-image-block .content {
	margin-top: 10%;
	}

.red-btn {
	color: #fff;
    padding: 10px;
    background-color: #9a0202;
    display: block;
    margin: 0;
    max-width: 640px;
    font-size: 29px;
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
	}

.red-button-lower {
	margin: 0 0 0 auto;
	}

.red-btn:hover {
	opacity: 0.8;
	}

.hero-image-block h3 {
	color: #9a0202;
	font-size: 70px;
	font-weight: 400;
	}

.hero-image-block h3 b {
	font-size: 74px;
	}

.fact-block {
	padding: 30px 0;
	}

.fact-block .content {
	max-width: unset;
	}

.fact-block h3 {
	color: #191d60;
	text-align: center;
	font-size: 54px;
	font-weight: 400;
	margin: 21px auto;
    display: flex;
    flex-direction: column;
	}

.text__container {
	position: relative;
	width: 100%;
	max-width: 1300px;
	height: 100px;
	}

.text__container span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
    opacity: 0; /* Initially hidden */
    transition: opacity 0.5s ease-in-out; /* Fade effect of 5 seconds */
	}

.text__first {
	
	}

.text__second {

	}


/*.fact-block h3 b {
	display: block;
	}*/

.fly__image-container {
	position: relative;
	width: 100vw;
	height: 336px; /* Adjust this height as necessary */
	overflow: hidden; /* Hide any overflow of the image */
	}
	
.fly__image {
	position: absolute;
	top: 50%;
	left: -100%; /* Start from outside the left side */
	transform: translateY(-50%);
	width: 100%; /* Image width is 100% of screen width */
	transition: left 2s ease-in-out;
	}

.fly__image-center {
	left: calc(50% - 50vw); /* Move to center, considering full-width image */
	}
	
.fly__image-right {
	left: 100vw; /* Move out to the right */
	}

.turbo-charge-block {
	text-align: center;
	background-color: #191e60;
	padding: 100px 0;
	}

.turbo-charge-block .heading-wrap h3 {
    margin: 0;
    color: #febe10;
    font-size: 130px;
    font-style: italic;
    filter: drop-shadow(2px 4px 6px black);
    text-align: left;
	}

.turbo-charge-block .heading-wrap h3:last-child {
	text-align: right;
	}

.turbo-charge-block h4 {
	text-align: center;
	color: #fff;
	font-size: 68px;
	margin: 0;
	}

.turbo-charge-block h4 b {
	font-size: 96px;
    font-weight: 900;
	}

.turbo-charge-block h5 {
	color: #febe10;
	text-align: center;
	font-size: 50px;
	margin: 30px auto 0;
	}

	.turbo-charge-block ul {
	padding-left: 85px;
	}

.turbo-charge-block li {
    color: #fff;
    font-style: italic;
    font-size: 40px;
    font-weight: 700;
    list-style: none;
    position: relative;
    padding: 15px 0 15px 40px;
	}

.turbo-charge-block li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 25px;
    width: 26px;
    height: 26px;
	background: url(../images/bullet.png) no-repeat center;
	}

.bad-good-block {
	padding: 100px 0;
	}

.bad-good-block .content {
	max-width: 1200px;
	}

.bad-good-block h3 {
	text-align: center;
	margin: 0;
	color: #191d60;
	font-size: 54px;
	font-weight: 900;
	}

.bad-good-block .text-wrap {
	padding-top: 120px;
	}

.bad-good-block .big-heading {
	font-size: 120px;
	font-weight: 900;
	color: #c4dde1;
	line-height: 80px;
	}

.bad-good-block .big-heading .red {
	color: #9a0202;
	}

.bad-good-block .big-heading .blue {
	color: #191d60;
	}

.bad-good-block p {
	font-size: 24px;
	color: #191d60;
	}

.bad__good-lastp {
    text-align: right;
    }

.bad-good-block img.right-float {
	float: right;
	margin-left: 20px;
	}

.bad-good-block img.left-float {
	float: left;
	margin-right: 20px;
	}

.bad-good-block .item {
	position: relative;
	}

.item.first .big-heading {
	position: absolute;
	top: 50px;
	left: 0;
	}

.item.second .big-heading {
	position: absolute;
	top: 50px;
	right: 0;
	}

.gray-box-block {
	background-color: #191d60;
	padding: 50px 0;
	}

.gray-box-block .content {
	max-width: unset !important;
	padding: 0;
	}
	
.gray-box-block h3 {
    font-size: 54px;
    font-weight: 900;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    max-width: 830px;
    padding: 0 25px;
	}

.ortho__wrapper-outter {
	padding: 0 25px;
	margin-top: 35px;
	max-width: 100%;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	background: url(../images/slider-background.jpg) no-repeat center;
	height: 800px;
	display: flex;
	justify-content: center;
	align-items: center;
	}

.orthotic__slider-wrapper {
	margin-top: 50px;
	}
/*
.orthotic__mobile-images {
	display: none;
	}
*/
.images-wrap.blogs.mob,
.images-wrap.spot.mob {
	display: none;
	}

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

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

.profit-block h3 {
	text-align: center;
	font-weight: 900;
	font-size: 60px;
	font-style: italic;
	color: #191d60;
	margin: 0;
	}

.profit-block .red-btn {
	margin: 50px auto;
	}

.profit-block h4 {
	margin: 0 auto;
	text-align: center;
	font-weight: 400;
	font-size: 46px;
	color: #191d60;
	}

.pcc-logo-bottom-block {
	text-align: center;
	padding: 300px 0 30px;
	}

.pcc-logo-bottom-block .content {
	text-align: center;
	}

footer.nd {
	background-color: #2c558d;
	}

.copyright {
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: 200;
	}

/* END   ---   NEW DESIGN 9-7-2024 */

/*Testimonials Block --- 7 October 2024*/
.testimonial-block {
	padding: 40px 25px;
	}	
/*
.testimonials-slider-wrapper div#n2-ss-2 .n2-ss-slide {
	border-radius: 20px !important;
	}
*/
.testimonial-block h2 {
    font-size: 54px;
    font-weight: 900;
    text-align: center;
    margin: 0 auto;
    color: #191d60;
    max-width: 830px;
	}

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

.testimonial__box {
	border-radius: 20px !important;
	position: relative;
	width: 487px;
	height: 261px;
	}

.testimonial__box:hover {
	cursor: pointer;
	}

.testimonial__hoverer {
    position: absolute;
    visibility: visible;
    top: 0;
    left: 0;
    z-index: 1;
	}

.testimonial__box:hover .testimonial__hoverer {
	visibility: hidden;
	cursor: pointer;
	}

.testimonial__content {
	box-sizing: border-box;
	width: 487px;
	height: 261px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	gap: 25px;
	}

.first__testi-box {
	background-image: linear-gradient(#b9b8e4, #b9dcfd);
	}

.scnd__testi-box {
	background-image: linear-gradient(#e7bbab, #d0c7f3);	
	}

.third__testi-box {
	background-image: linear-gradient(#9fc5fa, #d0c4fa);
	}

.testimonial__content-right {
	max-width: 270px;
	}

.testimonial__text {
	color: #191f5f;
	font-size: 20px;
	margin: 0;
	font-weight: 500;
	}

.testimonial__signature {
	color: #191f5f;
	font-size: 20px;
	margin: 0;
	text-align: right;
	font-weight: 500;
	}

/*Monetize your patients  in your EHR System! --- 7 October 2024**/

/*
.monetize-block {
    background: url(../images/monetize-block-background.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 25px;
    box-sizing: border-box;
    position: relative;
    height: 1000px;
	}*/

.monetize__title {
	text-align: center;
	font-weight: 400;
	font-size: 50px;
	color: #191d60;
	margin: 0 auto;
	}

.monetize__upper {
	max-width: 515px;
	}

.monetize__lower {
	max-width: 540px;
	bottom: 30px;
	position: absolute;
	left: 0;
	right: 0;
	transform: translate(0%, -50%);
	}

/*Shoe Orange Green */
.shoe__orange-block {
    background: #292929;
	box-sizing: border-box;
	padding: 25px;
	}

.shoe__orange-banner {
    border: 4px solid #FFE;
    border-radius: 20px;
    margin: 0px auto;
    display: block;
	}

.shoe__orange-text {
	color: #ffffff;
	font-family: "Poppins", Sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 29px;
	text-align: center;
    max-width: 630px;
	margin: 35px auto;
	}

.shoe__orange-text span {
	color: #6ecff6;
	}

.shoe__orange-button {
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    word-spacing: 1px;
    color: #000000;
    background-color: #66ff0c;
    border-radius: 18px;
    margin: 0 auto;
    display: block;
    max-width: 475px;
    text-align: center;
    padding: 7px 10px;
    transition: 0.3s;
	}

.shoe__orange-button:hover {
	transform: scale(1.25);
	}

/*Shoe Orange Green (Mobile)*/
.shoe__mobile-block {
    background: #06384f;
    box-sizing: border-box;
    padding: 25px;
	display: none;
	}

.shoe__orange-mobile img {
	display: block;
	margin: 0 auto;
	}

.shoe__orange-mobile p {
    font-size: 19px;
    line-height: 28px;
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    max-width: 651px;
    text-align: center;
    margin: 25px auto;
	}

.shoe__mobile-button {
    font-weight: 700;
    color: #000000;
    font-size: 21px;
    background: #f6ff0c;
    border-radius: 18px;
    padding: 12px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    max-width: 240px;
    margin: 20px auto;
	}

.shoe__mobile-button span {
    font-weight: 400;
    font-size: 15px;
	}

/*Marketing and design block*/

.marketing__and-design {
    box-sizing: border-box;
    padding: 0 25px;
	}

.marketing__design-title {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    line-height: 38px;
	}

.marketing__design-title {
	color: #000000;
	font-family: "Roboto", Sans-serif;
	font-weight: 500;
	line-height: 38px;
	max-width: 651px;
	text-align: center;
	font-size: 32px;
	margin: 60px auto;
	}

.marketing__left-upper img {
	max-width: 316px;
	}

.marketing__right-upper h3 {
    font-family: "Roboto", Sans-serif;
    font-size: 30px;
    color: #000;
	}

.marketing__right-upper h3 span {
	color: #f80000;
	}

.marketing__right-upper p {
	color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;		
	max-width: 625px;
	}

.marketing__block-upper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	}

.marketing__block-lower {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	}

.marketing__right-lower img {
	max-width: 316px;
	}

.marketing__left-lower h3 {
    font-family: "Roboto", Sans-serif;
    font-size: 30px;
    color: #000;
	}


.marketing__left-lower h3 span {
	color: #1e8016;
	}

.marketing__left-lower p {
	color: #000000;
	font-family: "Roboto", Sans-serif;
	font-size: 18px;
	font-weight: 400;		
	max-width: 625px;
	}

/*Marketing System Block*/

.sole__marketing-system {
	border-top: 8px solid #2182ed;
    margin-top: 25px;
    box-sizing: border-box;
    padding: 0 25px;
	}

.marketing__upper-title {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: -1.6px;
    font-size: 32px;
    max-width: 686px;
    text-align: center;
    margin: 30px auto;
	}

.marketing__upper-underline {
	height: 2px;
	background: #000;
	max-width: 625px;
	margin: 0 auto;
	}

.marketing__system-wrap {
	display: flex;
    align-items: center;
	justify-content: space-between;
	max-width: 1000px;
	margin: 50px auto;
	}
	
.marketing__system-left img {
	max-width: 241px;
	height: auto;
	}	

.marketing__system-right ul {
	display: block;
	}
	
.marketing__system-right ul {
    color: #000000;
    transition: color 0.3s;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.9px;
    list-style: none;
    margin: 0;
    padding: 0;
	}

.marketing__system-right ul li {
	padding: 0 0 0 0;
	}

.marketing__system-right ul li i {
    margin: 6px 8px;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
	}

.spot__blog {
	margin: 40px auto;
	display: block;
	}

.marketing__lower-title {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: -1.6px;
    font-size: 32px;
    max-width: 686px;
    text-align: center;
    margin: 30px auto;		
	}

/*Why Chose PCC Block*/
.choose__pcc-block {
    background: #03384e;
    box-sizing: border-box;
    padding: 0 25px;
	}

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

.why__chose-left ul {
    font-family: "Poppins", Sans-serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -0.9px;
    color: #fff;
	}

.why__chose-title {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: -1.6px;
    text-align: center;
	}

.why__chose-right {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	margin: 40px 0 40px 0;
	}

.why__chose-underline {
	display: block;
	height: 1px;
	background-color: #fff;
	width: 701px;
	}

/*Big Will Block*/
.big__will-title {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
    text-align: center;
	}

.big__outter-wrap {
	background: #23408f;
	padding: 25px;
	box-sizing: border-box;
	}
	
.big__lower-title {
	color: #FFFFFF;
	font-family: "Poppins", Sans-serif;
	font-size: 43px;
	font-weight: 500;
	text-align: center;
	max-width: 840px;
	margin: 0px auto;
	line-height: 1;
	}

.big__inner-wrap {
    gap: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 35px auto 0;
	}

.big__inner-left span {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 21px;
    font-weight: 300;
	margin: 0;
	}

.big__inner-left h4 {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 37px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 1;
	}

.big__inner-left p {
	padding: 0;
    margin: 0;
    line-height: 1.2;
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-size: 35px;
    font-weight: 400;
	}


/*Footer*/
footer {
    background: #ffffff;
    box-sizing: border-box;
    padding: 25px;
	}
	
.logo-footer {
	display: block;
	margin: 0 auto;
	}

.footer__sub-text {
	color: #7a7a7a;
	text-align: center;
	font-family: 'Roboto';
	}

.footer__inner-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1050px;
	margin: 0 auto;
	}

.footer__inner-left {
	box-sizing: border-box;
	max-width: 228px;
	font-size: 16px;
	}

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





























































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


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

.social-btns a {
	color: #074075;
	}

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

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

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

.inner-pages .doctor {
	width: 223px;
	float: right;
	margin: 0px 0 10px 10px;
	text-align: center;
	padding: 3px;
	color: #586064;
	font-weight: 700;
	}

.inner-pages .doctor img {
	width: 100%;
	margin-bottom: 10px;
	}

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

h2.latestItemTitle a {
	color: #76c5d5;
	}

#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 0 8px 15px;
	}

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

.formTableLayout {
	margin: 0 auto;
	}

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

.formTableLayout input#Send:hover {
	background: #fff;
	color: #48b5c5;
	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;*/
	}

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

/* INNER PAGES */
.custom-inner-page nav,
.custom-inner-page footer,
.custom-inner-page .content.h {
	display: none;
	}

.custom-inner-page .top-form-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	background: none;
	margin: 60px auto 0;
	padding: 0 15px;
	flex-wrap: wrap;
	}

.custom-inner-page .top-form-wrap .top-heading {
	width: 100%;
	text-align: center;
	padding: 0;
	box-sizing: border-box;
	margin: 20px auto 0;
	}

.custom-inner-page .top-form-wrap .top-heading h2 {
	margin: 0 auto;
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #ae2d00;
	font-size: 80px;
	line-height: 80px;
	letter-spacing: -4px;
	}

.custom-inner-page .top-form-wrap .top-heading h3 {
	margin: 0 auto 15px;
	width: 100%;
	font-family: 'Roboto Condensed',sans-serif;
	font-weight: 700;
	color: #000000;
	font-size: 50px;
	letter-spacing: -1px;
	line-height: 50px;
	}

.custom-inner-page .top-form-wrap img {
	max-width: 100%;
	height: auto;
	}

.custom-inner-page .top-form-wrap .note {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	padding: 0 15px;
	box-sizing: border-box;
	color: #012147;
	font-size: 20px;
	}

.custom-inner-page .top-form-wrap .offer-block-wrap {
	position: relative;
	margin-bottom: 30px;
	}

.custom-inner-page .top-form-wrap .btn-offer {
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translate(-50%, 0);
	text-align: center;
	}

.custom-inner-page .top-form-wrap .btn-offer a {
    background-color: #910018;
    display: block;
    padding: 15px;
    font-size: 45px;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
    width: 380px;
    border-radius: 30px;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
    transition: 0.3s ease-in-out;
    cursor: pointer;
	}

.custom-inner-page .top-form-wrap .btn-offer a:hover {
	background-color: #3e171d;
	}

.custom-inner-page .top-form-wrap .item.left,
.custom-inner-page .top-form-wrap .item.right {
	padding: 0 15px;
	}

.custom-inner-page .top-form-wrap .item.left {
	text-align: center;
	}

.custom-inner-page .top-form-wrap .item.left img.mob-logo{
	display: none;
	}

.custom-inner-page .top-form-wrap .item.left h3 {
	font-size: 36px;
	text-align: center;
	max-width: 767px;
	margin: 50px auto 10px;
	}

.custom-inner-page .top-form-wrap .item.left img {
	max-width: 100%;
	height: auto;
	}

.custom-inner-page .top-form-wrap .video-content {
	max-width: 1300px;
	}

.custom-inner-page .middle-block-block {
	text-align: center;
	background-color: #191e60;
	padding: 30px 0;
	margin: 50px auto;
	}

.custom-inner-page .middle-block-block .heading-wrap {
	max-width: 600px;
	margin: 0 auto;
	}

.custom-inner-page .middle-block-block .heading-wrap h3 {
	margin: 0;
	color: #febe10;
	font-size: 80px;
	line-height: 90px;
	font-style: italic;
	filter: drop-shadow(2px 4px 6px black);
	text-align: left;
	}

.custom-inner-page .middle-block-block .heading-wrap h3:last-child {
	text-align: right;
	}

.custom-inner-page .middle-block-block img {
    max-width: 1080px;
	width: 100%;
	height: auto;
	}

.custom-inner-page .middle-block-block h4 {
	text-align: center;
	color: #fff;
	font-size: 36px;
	margin: 0;
	}

.custom-inner-page .middle-block-block h4 b {
	font-size: 55px;
	font-weight: 900;
	}

.custom-inner-page .middle-block-block h5 {
	color: #febe10;
	text-align: center;
	font-size: 32px;
	margin: 30px auto 0;
	}

.custom-inner-page .middle-block-block ul {
    padding-left: 0;
    max-width: 570px;
    margin: 0 auto;
	}

.custom-inner-page .middle-block-block li {
	color: #fff;
	font-style: italic;
	font-size: 24px;
	font-weight: 700;
	list-style: none;
	position: relative;
	padding: 5px 0 5px 25px;
	}

.custom-inner-page .middle-block-block li:before {
	content: '';
	position: absolute;
	left: 0;
    top: 12px;
    width: 15px;
    height: 15px;
	background: url(../images/bullet.png) no-repeat center;
	background-size: contain;
	}

.custom-inner-page .middle-bottom-block h3 {
    margin: 0;
    color: #191e60;
    font-size: 36px;
    font-style: italic;
    text-align: left;
    line-height: 36px;
    font-weight: 900;
    text-align: center;
	}

.custom-inner-page .middle-bottom-block h4 {
	color: #2d5590;
	font-weight: 400;
	font-size: 26px;
	max-width: 380px;
	margin: 50px auto 0;
	text-align: center;
	}

.custom-inner-page .bottom-block {
	padding: 0 15px;
	}

.custom-inner-page .footer-block {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 80px auto 0;
	text-align: center;
	}

.custom-inner-page .footer-block .text {
	box-sizing: border-box;
	background: #1b66a7;
	padding: 15px 30px 90px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	width: 100%;
	}

.custom-inner-page .footer-block a {
	color: #fff;
	}

.lp2024 nav,
.lp2024 footer,
.lp2024 .page-header{
	display: none;
	}

.lp2024 p {
	font-family: 'Roboto', sans-serif;
	}

.lp2024 h2,
.lp2024 h3, 
.lp2024 h4 {
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
	letter-spacing: -1px;
	}

.lp2024 .content {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	}

.lp2024 .wrapper {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
	}


.lp2024 .top-block-2024 {
	position: relative;
	margin: 80px auto 0;
	}

.lp2024 .text-block {
	color: #910018;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 600px;
	flex-wrap: wrap;
	text-align: center;
	}

.lp2024 .text-block h2 {
	font-size: 75px;
	line-height: 80px;
	}

.lp2024 .text-block h3 {
	font-size: 43px;
	margin: 30px auto 10px;
	}

.lp2024 .img-block {
	position: absolute;
	bottom: -140px;
	right: 0;
	z-index: -1;
	}

.lp2024 .badge-block {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	padding: 25px 20px;
	border: 5px dashed;
	border-radius: 50px;
	}

.lp2024 .badge-block h3 {
	font-size: 45px;
	margin: 0;
	}

.lp2024 .badge-block span {
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	}

.lp2024 .middle-block-2024 {
	background-color: #d2dace;
	margin: 25px auto 180px;
	}

.lp2024 .form-block-2024 {
	padding: 25px 0;
	box-sizing: border-box;
	}

.lp2024 .image-card {
	position: absolute;
	top: 0px;
	right: 80px;
	z-index: 1;
	}	

.redirect-page-2024 .image-right.second {
	position: absolute;
	top: 180px;
	right: -180px;
	}

.redirect-page-2024 .middle-text-block.second {
	margin-top: 100px;
	max-width: 810px;
	}

.redirect-page-2024 {
	margin: 60px auto;
	position: relative;
	overflow: hidden;
	}

.redirect-page-2024 h2 {
	color: #910017;
	font-size: 64px;
	}

.redirect-page-2024 h3 {
	color: #910017;
	font-size: 56px;
	max-width: 560px;
	}

.redirect-page-2024 .red-badge {
	background-color: #910017;
	display: block;
	color: #fff;
	text-align: center;
	width: 100%;
	max-width: 364px;
	padding: 30px 15px;
	box-sizing: border-box;
	font-size: 53px;
	font-family: 'Roboto Condensed',sans-serif;
	font-weight: 700;
	border-radius: 40px;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.4);
	position: absolute;
	top: 10px;
	right: 70px;
	}

.redirect-page-2024 .image-right {
	position: absolute;
	top: 215px;
	right: -420px;
	}

.redirect-page-2024 .image-right img {
	width: 100%;
	max-width: 900px !important;
	}

.redirect-page-2024 .middle-text-block {
	margin-top: 50px;
	max-width: 750px;
	}

.redirect-page-2024 .middle-text-block h4 {
	font-size: 46px;
	}

.redirect-page-2024 .middle-text-block p {
	font-size: 28px;
	margin-top: 0;
	}

.redirect-page-2024 .middle-text-block h3.red-text {
	font-size: 42px;
	color: #910017;
	}

.redirect-page-2024 .middle-text-block h5 {
	font-size: 30px;
	color: #000;
	margin: 0;
	font-family: 'Roboto Condensed',sans-serif;
	}

.redirect-page-2024 .middle-text-block h5 a {
	font-size: 30px;
	color: #000;
	font-family: 'Roboto Condensed',sans-serif;
	}

.redirect-page-2024 .middle-text-block h5 a:hover {
	text-decoration: underline;
	}

.redirect-page-2024 .middle-text-block span {
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 18px;
	margin: 70px auto 0;
	display: block;
	}

.redirect-page-2024 .bottom-logo  {
	position: absolute;
	bottom: 0;
	right: 50px;
	}

.redirect-page-2024 .bottom-logo img {
	width: 100%;
	max-width: 220px !important;
	}

.redirect-page-2024 .bottom-logo span {
	font-size: 20px;
	font-weight: 700;
	font-family: 'Roboto',sans-serif;
	margin: 10px 0 0 35px;
	display: block;
	}

@media only screen and (max-width: 1600px) {
.overlay__wrapper {
	position: absolute;
	bottom: 29%;
	left: 5%;
	}

.overlay__wrapper h3 {
	color: #9a0202;
	font-size: 50px;
	font-weight: 400;
	}

.red-btn {
	font-size: 21px;
	}

}

@media only screen and (max-width: 1300px) {
.n2-font-498f0934863b0d790d26ea0c2231168b-paragraph {
	font-size: 40px !important;
	}
}

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

.contact-us {
	font-size: 24px;
	}

.red-btn {
	/*margin: 0 auto;*/
	font-size: 24px;
	max-width: max-content;
	padding: 10px 20px;
	}

.hero-image-block {
	min-height: auto;
	padding: 50px 15px;
	background-size: cover;
	}

.hero-image-block h3 {
	font-size: 48px;
	margin: 30px auto 0;
	filter: drop-shadow(4px 2px 2px white);
	}

.hero-image-block h3 b {
	font-size: 60px;
	}

.fact-block h3 {
	font-size: 30px;
	}

.turbo-charge-block .heading-wrap h3 {
	font-size: 70px;
	max-width: 550px;
	margin: 0 auto;
	}

.turbo-charge-block h4 {
	font-size: 48px;
	}

.turbo-charge-block h4 b {
	font-size: 60px;
	}

.turbo-charge-block h5 {
	font-size: 30px;
	}

.turbo-charge-block li {
	font-size: 30px;
	}

.turbo-charge-block li:before {
	top: 20px;
	}

.turbo-charge-block ul {
	padding-left: 0;
	display: flex;
	flex-direction: column;
	max-width: 740px;
	margin: 0 auto;
	}

.bad-good-block h3 {
	font-size: 40px;
	}

.bad-good-block .item {
	text-align: center;
	}

.bad-good-block img.right-float,
.bad-good-block img.left-float {
	float: none;
	margin: 0 auto;
	}

.item.first .big-heading,
.item.second .big-heading {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	}

.bad-good-block .text-wrap {
	padding-top: 0;
	text-align: left;
	}

.bad-good-block .big-heading {
	font-size: 80px;
	line-height: normal;
	}

.bad__good-lastp {
	text-align: right;
	}

.ortho__wrapper-outter {
	height: unset;
	padding: 25px;
    }

.gray-box-block h3 {
	font-size: 40px;
	}

.testimonial-block h2 {
	font-size: 40px;
	margin-bottom: 35px;
	}
/*
.monetize-block {
	height: 750px;
	}
*/
.monetize__upper {
	font-size: 40px;
	max-width: 453px;
	}

.monetize__lower {
	max-width: 425px;
	font-size: 40px;
	}

.images-wrap.blogs.desk, 
.images-wrap.spot.desk{
	display: none;
	}

.images-wrap.blogs.mob,
.images-wrap.spot.mob {
	display: flex;
	}

.profit-block h3 {
	font-size: 40px;
	}

.profit-block h4 {
	font-size: 30px;
	}

.copyright {
	font-size: 18px;
	}
}

@media only screen and (max-width: 1100px) {
.overlay__wrapper {
	position: relative;
	bottom: unset;
	left: unset;
	padding: 0 25px;
	text-align: center;
    }

.overlay__wrapper h3 {
	font-size: 32px;
    }

.overlay__wrapper .red-btn {
	margin: 0 auto;
	font-size: 20px;
	}

}

@media only screen and (max-width: 1080px) {
/*Footer */
.logo-footer {
	display: block;
	margin: 0 auto;
	}
  
/*sidebar*/
	
.divContent {
	flex: 0 0 70%;
	}
	
.divRight {
    flex: 0 0 30%;
	}
  
/*Rate Us*/

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

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

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

/*Rate Us -- END*/
.lp2024 .image-card {
	position: relative;
	top: auto;
	right: auto;
	margin: 20px auto 0;
	text-align: center;
	}

.redirect-page-2024 .top-text-block {
	text-align: center;
	}

.redirect-page-2024 h2 {
	font-size: 50px;
	}

.redirect-page-2024 h3 {
	font-size: 42px;
	max-width: 100%;
	}

.redirect-page-2024 .image-right {
	display: none;
	}

.redirect-page-2024 .red-badge {
	position: relative;
	top: auto;
	right: auto;
	max-width: 330px;
	padding: 20px 15px;
	margin: 20px auto 0;
	font-size: 42px;
	}

.redirect-page-2024 .middle-text-block,
.redirect-page-2024 .middle-text-block.second {
	max-width: 100%;
	text-align: center;
	}

.redirect-page-2024 .middle-text-block h4 {
	font-size: 36px;
	}

.redirect-page-2024 .middle-text-block p {
	font-size: 22px;
	}

.redirect-page-2024 .middle-text-block h3.red-text {
	font-size: 36px;
	}

.redirect-page-2024 .middle-text-block h5,
.redirect-page-2024 .middle-text-block h5 a {
	font-size: 22px;
	}

.redirect-page-2024 .middle-text-block span {
	font-size: 16px;
	margin: 10px 0;
	}

.redirect-page-2024 .bottom-logo {
	position: relative;
	bottom: auto;
	right: auto;
	text-align: center;
	margin: 30px auto 0;
	}

.redirect-page-2024 .bottom-logo span {
	margin: 10px auto 0;
	}

.redirect-page-2024 .middle-text-block.second {
	margin-top: 30px;
	}
}

@media only screen and (max-width: 1050px) {
.why__chose-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
	}

.why__chose-left ul {
	font-size: 15px;
	}

}

/*
@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 only screen and (max-width: 910px) {
/*Navbar*/
/*
.hamburger {
	display: inline-block;
	position: relative;
	z-index: 9002;
	margin: 17px;
	}

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

.topmenu.active {
	top: 0;
	}

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

table.pe td {
	display: block;
	}

table.pe ul {
	margin: 0;
	}*/

.fly__image-container {
	height: 190px;
	}

.n2-font-498f0934863b0d790d26ea0c2231168b-paragraph {
	font-size: 28px !important;
	}	

}


@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) {
.shoe__orange-block {
	display: none;
	}

.shoe__mobile-block {
	display: block;
	}

.marketing__design-title {
	font-size: 25px;
	line-height: 34px;
	}

.marketing__block-upper {
	flex-direction: column;
	}

.marketing__block-lower {
	flex-direction: column-reverse;
	}

.marketing__upper-title {
	font-size: 27px;
	line-height: 36px;
	}

.marketing__system-wrap {
	flex-direction: column;
	gap: 20px;
	align-items: center;
	justify-content: center;
	}

.marketing__system-right ul {
	font-size: 16px;
	}

.marketing__lower-title {
	font-size: 27px;
	line-height: 36px;
	}

.marketing__system-right ul li i {
	margin: 2px 8px;
	}

.big__will-title {
	font-size: 23px;
	line-height: 40px;
	}

.big__lower-title {
	font-size: 23px;
	}
	
.big__inner-wrap {
	flex-direction: column;
	gap: 0px;
	}

.why__chose-underline {
	width: 85%;
	margin: 0 auto;
	}

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

/*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 */
.custom-inner-page .top-form-wrap img {
    max-width: 280px;
	width: 100%;
	}

.custom-inner-page .top-form-wrap .top-heading h2 {
	font-size: 53px;
	line-height: 53px;
	letter-spacing: -1px;
	}

.custom-inner-page .top-form-wrap .top-heading h3 {
	font-size: 34px;
	line-height: 34px;
	}

.custom-inner-page .top-form-wrap .offer-block-wrap img {
	max-width: 560px;
	width: 100%;
	}

.custom-inner-page .top-form-wrap .btn-offer a {
	font-size: 38px;
	line-height: 34px;
	width: 280px;
	}

.custom-inner-page .top-form-wrap .note {
	font-size: 18px;
	}

.custom-inner-page .middle-block-block .heading-wrap h3 {
	font-size: 50px;
	line-height: 60px;
	}

.custom-inner-page .middle-block-block .heading-wrap {
	max-width: 400px;
	}

.custom-inner-page .middle-block-block h4 {
	font-size: 24px;
	}

.custom-inner-page .middle-block-block h4 b {
	font-size: 40px;
	}

.custom-inner-page .middle-block-block h5 {
	font-size: 22px;
	}

.custom-inner-page .middle-block-block li {
	font-size: 18px;
	}

.custom-inner-page .middle-block-block ul {
	max-width: 430px;
	}

.custom-inner-page .middle-block-block li:before {
	top: 10px;
	width: 12px;
	height: 12px;
	}

.custom-inner-page .middle-bottom-block h3 {
	font-size: 28px;
	line-height: 34px;
	}

.custom-inner-page .middle-bottom-block h4 {
	font-size: 22px;
	}

.lp2024 .text-block h2 {
	font-size: 50px;
	line-height: 50px;
	}

.lp2024 .text-block h3 {
	font-size: 34px;
	margin: 20px auto 10px;
	}

.lp2024 .badge-block h3 {
	font-size: 36px;
	}

.lp2024 .badge-block span {
	font-size: 18px;
	}

.lp2024 .img-block img {
	max-width: 350px !important;
	}

.redirect-page-2024 h2 {
	font-size: 42px;
	}

.redirect-page-2024 h3 {
	font-size: 36px;
	}

.redirect-page-2024 .red-badge {
	padding: 15px;
	font-size: 38px;
	}

.redirect-page-2024 .middle-text-block {
	margin-top: 30px;
	}

.redirect-page-2024 .middle-text-block h4,
.redirect-page-2024 .middle-text-block h3.red-text {
	font-size: 30px;
	}

.redirect-page-2024 .middle-text-block p,
.redirect-page-2024 .bottom-logo span {
	font-size: 18px;
	}
}

@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) {
nav {
	padding: 10px 0;
	background: none;
    background-color: #ffff;
	}

nav .content {
	align-items: center;
	}

.inner-logo {
	max-width: 120px;
	}

.contact-us,
.contact-us a {
	font-size: 24px;
	color: #191d60;
	}

.red-btn {
	margin: 0 auto;
	font-size: 18px;
	max-width: max-content;
	padding: 10px 20px;
	}

.hero-image-block h3 {
	font-size: 32px;
	text-align: center;
	}

.hero-image-block h3 b {
	font-size: 36px;
	}

.fact-block h3 {
	font-size: 24px;
	}

.turbo-charge-block {
	padding: 50px 0;
	}

.turbo-charge-block .heading-wrap h3 {
	font-size: 48px;
	}

.turbo-charge-block h4 {
	font-size: 36px;
	}

.turbo-charge-block h4 b {
	font-size: 48px;
	}

.turbo-charge-block h5 {
	font-size: 24px;
	}

.turbo-charge-block li {
	font-size: 20px;
	padding: 10px 0 10px 35px;
	}

.turbo-charge-block li:before {
    top: 10px;
    width: 20px;
    height: 20px;
    background-size: contain;
	}

.bad-good-block {
	padding: 50px 0;
	}

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

.bad__good-lastp {
	text-align: center;
	}

.bad-good-block .big-heading {
	font-size: 48px;
	}

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

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

.testimonial-block h2 {
	font-size: 28px;
	margin-bottom: 35px;
    }

.monetize__upper {
	font-size: 28px;
	max-width: 331px;
    }

.monetize__lower {
	font-size: 28px;
	max-width: 331px;
    }
/*
.monetize-block {
	height: 700px;
    }*/
/*
#n2-ss-2item3 {
	width: 100px !important;
	height: auto;
	}

.n2-font-e532cbd59e0e7348da4f2a0a96cb6dba-paragraph {
    font-size: 15px !important;
	}

.n2-font-7a0a4bc80d8113817b7e58868da725bc-paragraph {
    font-size: 15px !important;
	}

.n2-ss-slide-background {

	}
	*/









.profit-block h3 {
	font-size: 32px;
	}

.profit-block h4 {
	font-size: 24px;
	}

.copyright {
	font-size: 16px;
	}

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: 640px) {
.n2-font-498f0934863b0d790d26ea0c2231168b-paragraph {
	font-size: 20px !important;
	}
}

@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) {
.contact-us span {
	display: none;
	}

/*Testimonials*/
.testimonial__box {
    border-radius: 20px !important;
    position: relative;
	width: 300px;
	height: 161px;
	}

.testimonial__content {
	width: 300px;
	height: 161px;
	gap: 10px;
	}

.testimonial__content-right {
	max-width: 190px;
	}

.testimonial__text {
	font-size: 13px;
	}

.testimonial__signature {
	font-size: 13px;
	}
  
/*Footer*/  
tbody#rsform_5_page_0 td {
	display: block;
	} 
}



@media only screen and (max-width: 480px) {
.footer__inner-wrap {
	flex-direction: column;
	gap: 10px;
	}

.footer__inner-left {
	text-align: center;
	}

.fly__image-container {
	height: 100px;
    }

.n2-font-498f0934863b0d790d26ea0c2231168b-paragraph {
	font-size: 16px !important;
	}

}
	