/* TOP FORM
---------------------------*/

.main-btn{
	background-color: #D24E54 !important;
}
.main-btn:hover{
	background-color: #9e3439 !important;
}
h2#welcome-title {
    font-size: 85px;
    font-weight: 600;
}

.top-form {
    display: flex;
    justify-content: space-between;
    padding: 2% !important;
}
.form-side h2 {
    color: #fff;
    font-size: 2.9vw;
    text-transform: uppercase;
    font-size: 43px !important;
    font-weight: 600;
    text-align: center;
}

.loaded .top-form  {
	background: url(/wp-content/themes/charlie-child/images/coupon-bg.jpg) fixed top center no-repeat;
	background-size: cover;
}

.loaded.webp .top-form  {
	background: url(/wp-content/themes/charlie-child/images/coupon-bg.webp) fixed top center no-repeat;
	background-size: cover;
}

.top-form .bp-submit-wrap {
    position: relative;
}

.special {
    /* background: #5488A5; */
	background-color: transparent;
}
.special.center.special-one {
    max-width: 33.5%;
    width: 100%;
    min-height: 423px;
    padding: 15px;
}
.special.center.special-one.emergency-page {
    max-width: 40.5%;
    width: 100%;
    min-height: 423px;
    padding: 15px;
}

.special.center.special-two {
    background: #5488A5;
    padding: 15px;
    min-height: 423px;
    max-width: 24%;
    width: 100%;
}

.special-content {
    padding: 17px 15px !important;
    border: 0;
    height: 100%;
	border: transparent !important;
}
.special-content h1{
	font-weight: 700;
}

.special.center.special-one h3 {
    font-size: 3vw;
    font-weight: 500;
    letter-spacing: normal;
    margin: 0 0 6px;
    color: #fff;
	text-transform: uppercase;
}
.title-second{
	/* font-size: 2vw !important; */
	font-weight: 400 !important;
}

.special-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    line-height: 1.1;
    color: #fff;
}

.special-content p.disclaimer {
    /*font-size: 26px;*/
    font-size: 16px;
}

.special-content .lmb {
    color: #fff;
    font-weight: 600;
    font-size: 1.5vw;
    line-height: 1.6;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.special-content .lmb img {
    margin-left: 2px;
    height: 12px;
    width: 27px;
}

.form-side {
    max-width: 40%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.form-side h2 {
    color: #fff;
    font-size: 2.9vw;
}

div#home-form textarea {
    min-height: 167px;
}

.form-side input, 
.form-side select, 
.form-side textarea {
	background: rgba(255, 255, 255, 0.8);
	border: 2.10526px solid #FFFFFF;
	box-shadow: 0px 4.21053px 4.21053px rgba(0, 0, 0, 0.25);
	border-radius: 0;
}

.form-side .floating-label input + label, 
.form-side .floating-label textarea + label {
	background: none;
	color: #443A21;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 16.8421px;

}

.form-side .floating-label input:focus + label, 
.form-side .floating-label textarea:focus + label {
	background: rgba(255, 255, 255, 0.8);
}

@media only screen and (min-width: 2000px) {
    .special.center.special-one h3{
        font-size: 40px;
    }
    .special.center.special-one h3.title-second{
        font-size: 34px;
    }
    .special-content p {
        font-size: 36px;
    }
    .top-form {
        padding: 0 32px;
    }
    .form-side h2 {
        font-size: 47px;
    }
    .special-content p.large {
        font-size: 34px;
    }
    .special-content .lmb {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) {
	.form-side .bp-submit-wrap button[type="submit"] {
		position: absolute;
		bottom: 0;
    	right: 5px;
	}
} 

@media (max-width: 1350px) {
	.doc-content {
		margin-left: 50px;
	}
    .form-side h2 {
        font-size: 35px;
    }
}

@media (max-width: 1200px){
    .top-form {
        padding: 50px 2%;
        flex-wrap: wrap;
    }
    .special.center.special-one {
        max-width: 50%;
        width: 100%;
        min-height: auto;
    }
    .special.center.special-two {
        max-width: 45%;
        width: 100%;
        min-height: auto;
    }
    .form-side {
        max-width: 100%;
        width: 100%;
        padding-top: 35px;
    }
    .special-content h3.complementary {
        padding: 20px 0 10px 0;
    }
    .special.center.special-one h3 {
        font-size: 3vw;
    }
    .special.center.special-one h3.title-second {
        font-size: 2.8vw;
        margin-bottom: 10px;
    }
    .special-content p {
        font-size: 2.5vw;
		text-align: center;
    }
    .special-content .lmb {
        font-size: 2vw;
    }
    .special-content p.large {
        font-size: 2.3vw;
    }
	.special-content h1{
		text-align: center;
	}
	.special-content h3{
		text-align: center;
	}
	h3.title-second{
		width: unset !important;
	}
	.special.center.special-one.slideUp.animated{
		margin: 0 auto;
	}
	.special.center.special-one.emergency-page{
		max-width: 100%;
	}
	.special.center.special-one{
		max-width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	
	.special.center.special-one {
        max-width: 600px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .special.center.special-two {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }
    .special.center.special-one h3 {
        font-size: 5vw;
    }
    .special.center.special-one h3.title-second {
        font-size: 4vw;
        margin-bottom: 10px;
    }
    .special-content p {
        font-size: 4vw;
    }
    .special-content .lmb {
        font-size: 3vw;;
    }
    .special-content p.large {
        font-size: 3.5vw;
    }
}

@media all and (max-width: 600px) {

	.special-content p.disclaimer {
        font-size: 3.2vw;
        margin: 0;
        line-height: 1.4;
    }
	.special-content .lmb {
        font-size: 4vw;
        letter-spacing: 1px;
    }
	.special.center.special-one h3 {
        font-size: 6vw;
    }
    .special.center.special-one h3.title-second {
        font-size: 5vw;
    }
    .special-content p {
        font-size: 6vw;
    }
    .special-content p.large {
        font-size: 5vw;
    }
}

@media only screen and (max-width: 500px) {
	
	
    .special-content {
        min-height: 280px;
    }
	.special-content h3 {
		font-size: 24px;
		line-height: 34px;
	}
}

/* meet_the_staff_7a_css
---------------------------------------------------------- */
.meet_the_staff_7a {
	position: relative;
}

.meet_the_staff_7a .meet-the-staff-flex {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: min(100%, 2000px);
	margin: 0 auto;
}
.meet_the_staff_7a .meet-the-staff-flex.bottom {
	flex-direction: row-reverse;
}

.meet_the_staff_7a .meet-the-staff-left {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	width: min(50%, 960px);
	height: min(40vw, 750px);
}
.loaded .meet_the_staff_7a .meet-the-staff-left {
	background-image: url('../images/landingpages/landing002.webp');
}

.meet_the_staff_7a .meet-the-staff-leftb {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	width: min(50%, 960px);
	height: min(40vw, 750px);
}
.loaded .meet_the_staff_7a .meet-the-staff-leftb {
	background-image: url('../images/landingpages/landing001.webp');
}

.meet_the_staff_7a .meet-the-staff-leftc {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	width: min(50%, 960px);
	height: min(40vw, 750px);
}

.loaded .meet_the_staff_7a .meet-the-staff-leftc {
	background-image: url('../images/emergency-image02.webp');
}

.meet_the_staff_7a .meet-the-staff-leftd {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	width: min(50%, 960px);
	height: min(40vw, 750px);
}

.loaded .meet_the_staff_7a .meet-the-staff-leftd {
	background-image: url('../images/emergency-image01.webp');
}

.meet_the_staff_7a .meet-the-staff-right {
	width: min(50%, 960px);
	height: min(100%, 750px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 56px 0;
	background-color: var(--white);
}

.meet_the_staff_7a .meet-the-staff-inner-box {
	display: flex;
	flex-direction: column;
	gap: 34px;
	height: 100%;
	justify-content: center;
	width: min(90%, 694px);
}

.meet_the_staff_7a .meet_the_staff_7 .meet-the-staff-title * {
	margin: 0;
}

.meet_the_staff_7a .meet-the-staff-content p {
	margin: 0;
}

/* meet_the_staff_7a Responsive */
@media (max-width: 1025px) {
	.meet_the_staff_7a {
		flex-wrap: wrap;
	}
	.meet_the_staff_7a .meet-the-staff-flex,
	.meet_the_staff_7a .meet-the-staff-flex.bottom {
		flex-direction: column;
	}

	.meet_the_staff_7a .meet-the-staff-right {
		width: 100%;
	}

	.meet_the_staff_7a .meet-the-staff-left {
		width: 100%;
		height: min(71vw, 750px);
	}
}
/* meet_the_staff_7a_css
---------------------------------------------------------- */

.middle-content{
	width: 80vw;
	margin: 50px auto;
}

/* service_9a_css
---------------------------------------------------------- */
.service_9a {
	padding: 63px 0;
	background-color: var(--white);
	position: relative;
}
.service_9a .services-flex {
	padding: 0px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px 0;
	max-width: 1200px;
    margin: 0 auto;
}
.service_9a .services-top-title {
	text-align: center;
}
.service_9a .services-holder1,
.service_9a .services-holder2,
.service_9a .services-holder3,
.service_9a .services-holder4,
.service_9a .services-holder5,
.service_9a .services-holder6,
.service_9a .services-holder7,
.service_9a .services-holder8,
.service_9a .services-holder9 {
	display: flex;
	justify-content: center;
	width: min(33%, 640px);
	height: min(100vw, 640px);
	text-align: center;
	align-items: center;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.loaded .service_9a .services-holder1 {
	/* background-image: url('../images/landingpages/landing003.webp'); */
}

.loaded .service_9a .services-holder2 {
	/* background-image: url('../images/landingpages/landing004.webp'); */
}

.loaded .service_9a .services-holder3 {
	/* background-image: url('../images/landingpages/landing005.webp'); */
}

.loaded .service_9a .services-holder4 {
	/* background-image: url('../images/landingpages/landing006.webp'); */
}

.loaded .service_9a .services-holder5 {
	/* background-image: url('../images/landingpages/landing007.webp'); */
}

.loaded .service_9a .services-holder6 {
	/* background-image: url('../images/landingpages/landing008.webp'); */
}

.loaded .service_9a .services-holder7 {
	/* background-image: url('../images/landingpages/landing009.webp'); */
}

.loaded .service_9a .services-holder8 {
	/* background-image: url('../images/landingpages/landing010.webp'); */
}

.loaded .service_9a .services-holder9 {
	/* background-image: url('../images/landingpages/landing011.webp'); */
}
.service_9a .services-box-content h3 {
	color: var(--white);
}
.service_9a .services-title {
	width: 100%;
}
.service_9a .services-top-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: min(95%, 1315px);
	margin: 0 auto;
}
.service_9a .services-top-title h2 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0;
	font-size: 58px;
    line-height: 1.2;
	color: #0C4463;
	margin-bottom: 50px;
}
.service_9a .services-top-title p {
	margin: 0;
}
.service_9a .services-buttons {
	display: flex;
	justify-content: center;
	gap: 25px;
}
.service_9a .services-holder:hover {
	text-decoration: none;
}
/* RESPONSIVE
-----------------------------------------------*/
@media (max-width: 1200px) {
	.service_9a a.services-holder {
		width: min(49%, 635px);
	}
}
@media (max-width: 767px) {
	.service_9a a.services-holder {
		width: min(100%, 635px);
		margin: 0 auto;
	}
}
@media all and (max-width: 600px) {
	.service_9a {
		padding: 50px 25px;
	}
	.service_9a .services-buttons {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0;
	}
	.service_9a .services-flex {
		padding: 50px 0;
	}
}
/* end of service_9a */

/* before_after_1a_css
---------------------------------------------------------- */
.before_after_1a {
	background-color: var(--white);
	margin: 0 auto;
	padding: 0 25px 100px;
}
.before_after_1a .before-after-container {
	display: flex;
	flex-direction: column;
	gap: 67px;
	width: min(100%, 1600px);
	margin: 0 auto;
	align-items: center;
}
.before_after_1a .before-after-slider {
	display: flex;
	justify-content: space-around;
	gap: 20px;
	flex-wrap: wrap;
	width: 100%;
}
.before_after_1a .before-after-content {
	text-align: center;
	width: min(100%, 1115px);
	margin: 0 auto;
}
.before_after_1a .before-after-content h2 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0;
	font-size: 58px;
    line-height: 1.2;
	color: #0C4463;
}
.before_after_1a .before-after-content p {
	margin: 0;
}
.before_after_1a .before-after-buttons {
	display: flex;
	gap: 30px;
}
.before_after_1a .before-after-buttons a,
.before_after_1a .before-after-buttons button {
	margin: 0;
}
.before_after_1a .before-after-box {
	width: min(100%, 486px);
	margin: 0 auto;
}
.before_after_1a .bp-slider-box {
	width: min(29vw, 486px);
	height: min(15vw, 250px);
	position: relative;
	margin: 20px auto;
}
.before_after_1a .bp-slider-box {
	background-size: cover;
}
.before_after_1a .bp-slider-box .resize-box {
	background-size: cover;
}
.before_after_1a .bp-slider-box .resize-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
	background-color: var(--black);
}
.before_after_1a .bp-slider-box .bp-slider {
	background-color: var(--black);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin: 0;
	width: min(1vw, 6px);
	cursor: ew-resize;
}
.before_after_1a .bp-slider-box .bp-slider::after {
	content: '';
	position: absolute;
	bottom: 50%;
	margin: 0 auto;
	width: clamp(30px, 4vw, 64px);
	height: clamp(30px, 4vw, 64px);
	text-align: center;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transform: translateX(-48%) translateY(50%);
}
.loaded .before_after_1a .bp-slider-box .bp-slider::after {
	background-image: url('../images/before_after_1_slide_icon.webp');
}
/* Slider 1 */
.loaded .before_after_1a .bp-slider-box.slider-1 {
	background-image: url('../images/before_after_1_after.webp');
}
.loaded .before_after_1a .bp-slider-box.slider-1 .resize-box {
	background-image: url('../images/before_after_1_before.webp');
}
/* Slider 2 */
.loaded .before_after_1a .bp-slider-box.slider-2 {
	background-image: url('../images/before_after_1_after.webp');
}
.loaded .before_after_1a .bp-slider-box.slider-2 .resize-box {
	background-image: url('../images/before_after_1_before.webp');
}
/* Slider 3 */
.loaded .before_after_1a .bp-slider-box.slider-3 {
	background-image: url('../images/before_after_1_after.webp');
}
.loaded .before_after_1a .bp-slider-box.slider-3 .resize-box {
	background-image: url('../images/before_after_1_before.webp');
}
@media (max-width: 1200px) {
	.before_after_1a .bp-slider-box {
		width: min(50vw, 486px);
		height: min(30vw, 250px);
	}
}
@media (max-width: 991px) {
	.before_after_1a .bp-slider-box {
		width: clamp(100%, 50vw, 486px);
		height: clamp(10vw, 45vw, 253px);
	}
	.before_after_1a .before-after-slider {
		display: block;
	}
	.before_after_1a .before-after-container {
		gap: 20px;
	}
	.before_after_1a .before-after-section {
		padding: 50px 25px;
	}
}
@media (max-width: 600px) {
	.before_after_1a .before-after-buttons {
		gap: 20px;
		flex-wrap: wrap;
		justify-content: center;
	}
}
/* End before_after_1a */

/* cta_welcome_1a_css
---------------------------------------------------------- */
.cta_welcome_1a {
	text-align: center;
	padding: 40px 0;
	position: relative;
	z-index: 1;
	background-color: #5488a5;
	border: 10px solid #0C4463;
}

.cta_welcome_1a .container {
	display: flex;
	flex-direction: column;
	gap: 40px 0;
	width: min(100%, 1500px);
}

.cta_welcome_1a .welcome-top-title * {
	margin: 0;
	color: #FFF;
}

.cta_welcome_1a .welcome-top-title h2 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0;
	font-size: 58px;
    line-height: 1.2;
	color: #FFF;
	margin-bottom: 50px;
}

.cta_welcome_1a .welcome-top-title h3 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0;
	font-size: 58px;
    line-height: 1.2;
	color: #FFF;
	margin-bottom: 50px;
	border-bottom: 4px solid #FFF
}

.cta_welcome_1a p a,
.cta_welcome_1a .welcome p a:visited {
	color: var(--black);
	font-weight: bold;
}

.cta_welcome_1a .welcome-button a {
	margin: 0 auto;
}

.cta_welcome_1a .welcome-content p {
	margin: 0;
}
/* cta_welcome_1a_css
---------------------------------------------------------- */

/* office_tour_6a_css
---------------------------------------------------------- */
.smile-results {
    padding: 3% 10%;
}

.loaded.no-webp .smile-results {
	background: url(/wp-content/themes/charlie-child/images/smile-results.jpg) top center no-repeat;
	background-size: cover;
}

.loaded.webp .smile-results {
	background: url(/wp-content/themes/charlie-child/images/smile-results.webp) top center no-repeat;
	background-size: cover;
}

.smile-content {
    max-width: 610px;
}

.smile-content img {
    display: block;
    width: 440px;
    margin: 30px auto;
}

.smile-results h3 {
    font-size: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.smile-content .big-btn {
    margin: 30px 0 10px;
}
/* office_tour_6a_css
---------------------------------------------------------- */

/* cta_welcome_1b_css
---------------------------------------------------------- */
.rev-section {
    display: flex;
    align-items: flex-end;
    padding: 70px 50px;
}

.loaded.no-webp .rev-section {
	background: url(/wp-content/themes/charlie-child/images/review-bg.jpg) fixed top center no-repeat;
	background-size: cover;
}

.loaded.webp .rev-section {
	background: url(/wp-content/themes/charlie-child/images/review-bg.webp) fixed top center no-repeat;
	background-size: cover;
}

.rev-section .container {
	max-width: 1600px;
	position: relative;
}

.rev-sec-line {
    position: absolute;
    top: 0;
    left: 10px;
    height: 300px;
    width: 5px;
    background: #DE111A;
}

.rev p {
    color: #fff;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
	font-style: italic;
}

.rev-inner {
	max-width: 456px;
	margin: 0 auto;
	padding: 0 20px;
}
.rev-inner img {
	margin: 0 0 10px 15px;
}

.slick-dots {
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 30px 0 0;
}

.rev-section .slick-dots {
	margin: 10px 0 0;
}
.floating-label input + span, .floating-label textarea + span {
    background-color: transparent;
}
.special-top {
    text-align: left;
}
.special-middle {
    text-align: left;
}
h3.title-second {
    width: 38vw;
}

.slick-dots li {
	margin: 10px 5px;
}

.slick-dots button, 
.slick-dots input[type="button"], 
.slick-dots input[type="reset"],
.slick-dots input[type="submit"],
.slick-dots a[class*="btn"],
.slick-dots a[class*="bttn"] {
	color: transparent;
	padding: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: transparent;
    border: 2px solid #fff;
	
}

.slick-dots .slick-active button,
.slick-dots .slick-active input[type="button"],
.slick-dots .slick-active input[type="reset"],
.slick-dots .slick-active input[type="submit"],
.slick-dots .slick-active a[class*="btn"],
.slick-dots .slick-active a[class*="bttn"] {
	background-color: #545D60;
	border: 2px solid #545D60;
}

/* cta_welcome_1b_css
---------------------------------------------------------- */

/* service_9b_css
---------------------------------------------------------- */
.service_9b {
	padding: 63px 0;
	background-color: var(--white);
	position: relative;
}
.service_9b .services-flex {
	padding: 75px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px 0;
	width: 100%;
}
.service_9b .services-top-title {
	text-align: center;
}
.service_9b .services-holder {
	display: flex;
	justify-content: center;
	width: min(33%, 635px);
	height: min(100vw, 315px);
	text-align: center;
	align-items: center;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.loaded .service_9b .services-holder {
	/* background-image: url('../images/service-9-photo.webp'); */
}
.service_9b .services-box-content h3 {
	color: var(--white);
}
.service_9b .services-title {
	width: 100%;
}
.service_9b .services-top-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: min(95%, 1315px);
	margin: 0 auto;
}
.service_9b .services-top-title h2 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0;
	font-size: 58px;
    line-height: 1.2;
	color: #0C4463;
	margin-bottom: 50px;
}

.service_9b .services-top-title p {
	margin: 0;
}
.service_9b .services-buttons {
	display: flex;
	justify-content: center;
	gap: 25px;
}
.service_9b .services-holder:hover {
	text-decoration: none;
}
/* RESPONSIVE
-----------------------------------------------*/
@media (max-width: 1200px) {
	.service_9b a.services-holder {
		width: min(49%, 635px);
	}
}
@media (max-width: 767px) {
	.service_9b a.services-holder {
		width: min(100%, 635px);
		margin: 0 auto;
	}
}
@media all and (max-width: 600px) {
	.service_9b {
		padding: 50px 25px;
	}
	.service_9b .services-buttons {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0;
	}
	.service_9b .services-flex {
		padding: 50px 0;
	}
}
/* end of service_9b */

/* cta_welcome_1c_css
---------------------------------------------------------- */

.meet-dr {
	padding: 200px 0 100px;
	color: #fff;
	overflow: hidden;
}

.meet-dr .container {
	max-width: 1580px;
}

.loaded .meet-dr  {
	background: url(/wp-content/themes/charlie-child/images/doc-bg.jpg) top center no-repeat;
	background-size: cover;
}

.loaded.webp .meet-dr  {
	background: url(/wp-content/themes/charlie-child/images/doc-bg.webp) top center no-repeat;
	background-size: cover;
}

.meet-dr h2 {
	color: #fff;
}

.doc-content {
	max-width: 562px;
	
	position: relative;
}

.doc-content p {
	margin: 30px 0;
}

.doc-content::before {
    content: '';
    width: 5px;
    height: 395px;
    background: #DE111A;
    top: 0;
    left: -30px;
    position: absolute;
}
/* cta_welcome_1c_css
---------------------------------------------------------- */

.service-content{
	padding: 50px clamp(30px, 15vw, 800px);
}
.service-content h2{
	font-size: 30px;
	font-weight: 600;
	color: #0C4463;
	margin-bottom: 20px;
}

/* cta_welcome_2a_css
---------------------------------------------------------- */
.cta_welcome_2a {
	text-align: center;
	padding: 50px 0;
	position: relative;
	z-index: 1;
	background-color: var(--secondary-color);
}
.cta_welcome_2a .container {
	display: flex;
	flex-direction: column;
	gap: 24px 0;
	width: min(100%, 725px);
	justify-content: center;
}
.cta_welcome_2a .welcome-top-title * {
	margin: 0;
}
.cta_welcome_2a .welcome-top-title h2 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0;
	font-size: 58px;
    line-height: 1.2;
	color: #0C4463;
}
.cta_welcome_2a .welcome-top-title h3 {
	color: var(--white);
	font-family: var(--font-family-secondary);
	font-size: var(--h4-font-size);
	line-height: var(--line-height-normal);
	letter-spacing: var(--heading-letter-spacing-normal);
}
.cta_welcome_2a .welcome-button a {
	margin: 0 auto;
}
.cta_welcome_2a .welcome-content p {
	margin: 0;
}
.cta_welcome_2a .welcome-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin: 0 auto;
	gap: 15px 30px;
	flex-wrap: wrap;
}
.cta_welcome_2a .welcome-button .main-btn.secondary {
	color: var(--white);
	border-color: var(--white);
	display: flex;
	align-items: center;
	gap: 20px;
}
.cta_welcome_2a .welcome-button .main-btn.secondary:hover {
	color: var(--black);
}
.cta_welcome_2a .welcome-button .main-btn.secondary:hover svg path {
	fill: var(--black);
}
/* cta_welcome_2a_css
---------------------------------------------------------- */

/* cta_welcome_9c_css
---------------------------------------------------------- */
.bottom-show {
	padding: 100px 0;
}

.loaded .bottom-show  {
	background: url(/wp-content/themes/charlie-child/images/bottom-show.jpg) fixed top center no-repeat;
	background-size: cover;
}

.loaded.webp .bottom-show  {
	background: url(/wp-content/themes/charlie-child/images/bottom-show.webp) fixed top center no-repeat;
	background-size: cover;
}

.bottom-show .container {
	max-width: 1400px;
}

.bottom-show  .show-img-inner {
	width: 113px;
	
	height: 112px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(68, 58, 33, .5 ); 
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.19);
}

.bottom-show  .show-content h3 {
	color: #FFF;
}

.bottom-show  .show-content span {
	color: #FFF;
	font-weight: 700;
	font-style: italic;
	font-size: 18px;
	letter-spacing: 0.05em;
	white-space: nowrap;
	
}

.bottom-show  .show-box {
	max-width: 415px;
	margin: 30px auto;
}

.bottom-show  .show-box a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.bottom-show  .show-box:hover .show-img {
	transform: scale(1.03);
}


.bottom-show  .show-content {
	width: 275px;
}

.bottom-show  .show-img {
	margin-right: 15px;
}
/* cta_welcome_9c_css
---------------------------------------------------------- */