/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   Name: NBC
   Description: Blazemedia Team Updates on Jan' 2022 by Sam Bruton
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: "PT sans";
}

ol,
ul {
	list-style-position: inside;
}

ul li {
    line-height: 1.4;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

b, strong {
	font-weight: bold !important;
}


*,
* :before,
*:after {
    box-sizing: inherit;

}


html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 100%;
    overflow-x: hidden;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;

}


h1 {
    font-family: "PT sans";
    padding: 0;
    margin: 0;
    font-size: 72px;
}

h2 {
    font-family: "PT sans";
    padding: 0;
    margin: 0;
    font-size: 32px;
}

h3 {
    font-family: "PT sans";
    padding: 0;
    margin: 0;
    font-size: 20px;
}

h4 {
    font-family: "PT sans";
    padding: 0;
    margin: 0;
    height: 40px;
    margin-top: 50px;
}

h5 {
    font-size: 36px;
    margin: 0;
}

p {
    font-family: "PT sans";
    padding: 0;
    margin: 0;
    line-height: 25px;
    margin: 1em 0;
}


li {
    font-family: "PT sans";
}


a {
    text-decoration: none;
}



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


    h1 {
        font-size: 40px
    }

    h2 {
        font-size: 20px
    }

    p {
        font-size: 14px;
    }
}


/* Site layout*/

#header_container {
    width: 100%;
    /* height: 145px; */
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 1000;
}


/*Header slider*/


#slider_container {
    max-width: 1200px;
    overflow: hidden;
    position: relative;
    height: 700px;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;


}

#carousel_container {
    max-width: 100%;
    /*max-height: 150px;*/
    overflow: hidden;
    /*height:150px;*/
    background-color: #fff;
}

.flexslider {
    max-height: 700px;
    margin: 0;
    padding: 0;

}

#slider.flexslider {
    margin: 0;
    padding: 0;
}

#carousel.flexslider {
    margin: 0;
    padding: 0;
    height: 200px;
    cursor: pointer;
}


.flex-caption {}

#slider .slides>li {
    height: 700px;
    background-size: cover;
    background-position: center;
    width: 100%;
}



#carousel li {}

#carousel ul {
    width: 100%;

}


.flexslider .slides img {
    height: 100%;
    width: 100%;
    margin: auto;
}




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


    #slider_container {

        height: 500px;

    }

    .flexslider {
        max-height: 500px;


    }

    #slider .slides>li {
        height: 500px;
    }



}




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


    #slider_container {

        height: 300px;

    }

    .flexslider {
        max-height: 300px;


    }

    #slider .slides>li {
        height: 300px;
    }



}





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


    #slider_container {
        margin-top: 100px;
        height: 550px;

    }



    .flexslider {
        max-height: 250px;


    }

    #slider .slides>li {
        height: 250px;
    }



}








.header_title1 {
    width: 100%;
    background-color: rgba(135, 212, 211, 0.8);
    padding: 20px;
}





@media screen and (max-width: 800px) {
    .header_title1 {
        width: 100%;
        margin: auto;
    }

}






.container {
    margin: auto;
    max-width: 1200px;
}


.container1 {
    margin: auto;
    max-width: 1200px;
    background-image: url('images/back11.png');
    background-repeat: no-repeat;
}




#logo {
    background-image: url('images/logo_image.png');
    background-repeat: no-repeat;
    width: 365px;
    height: 85px;
    margin-top: 15px;
    float: left;


}




@media screen and (max-width: 1200px) {
    #logo {
        margin-left: 20px;
        background-size: contain;
    }
}

@media screen and (max-width: 1145px) {
    #logo {
        width: 300px;
    }
}

@media screen and (max-width: 615px) {
    #logo {
        width: 250px;
    }

    #header_container {
        /* height:100px; */
    }

}



@media screen and (max-width: 390px) {
    #logo {
        width: 200px;
    }


}








#social_media_container {
    width: 120px;
    height: 30px;
    float: right;
    padding-top: 25px;
    padding-right: 15px;
}



#facebook {

    width: 28px;
    height: 50px;
    background-repeat: no-repeat;
    float: left;
    padding-right: 5px;
    color: #f27d69;
}

#instagram {
    color: #f27d69;
    width: 37.5px;
    height: 50px;
    background-repeat: no-repeat;
    float: left;
    padding-right: 5px;
}

#twitter {
    color: #f27d69;
    width: 37.5px;
    height: 50px;
    background-repeat: no-repeat;
    float: left;
    padding-right: 5px;
}

#youtube {
    color: #f27d69;
    width: 42px;
    height: 50px;
    background-repeat: no-repeat;
    float: left;
}




#phone_numbers {
    width: 450px;
    height: 45px;
    float: right;
    padding-top: 20px;

}

button.liverpool p {
    margin: 0;
    font-size: 18px;
}




button.yorkshire p {
    margin: 0;
    font-size: 16px;

}


.liverpool {
    width: 220px;
    height: 42px;
    float: left;
    background-color: #f27d69;
    border-radius: 10px;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    padding-top: 7px;
    font-size: 16px;
}

.yorkshire {
    width: 220px;
    height: 42px;
    float: left;
    background-color: #f27d69;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    padding-top: 4px;
}




button.yorkshire:hover {

    background-color: #36818b;

}



button.liverpool:hover {

    background-color: #36818b;

}






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

    #phone_numbers {
        display: none;
    }

    #social_media_container {
        display: none;
    }


}













#navigation {
    width: 770px;
    height: 20px;
    float: right;
    text-align: right;
    padding-top: 20px;
    position: relative;
    top: 20px;
}

#navigation ul {
    margin: 0;
    padding: 0;
    float: right;
    margin-bottom: 0;
}

#navigation li {
    display: inline-block;
    padding-left: 10px;
    color: #36818b;
    padding-right: 20px;
    margin-bottom: 0;
}






.contact_cta {
    position: fixed;
    width: 70px;
    height: 220px;
    background-color: #f27d69 !important;
    border-radius: 10px;
    color: #fff;
    float: right;
    right: 0;
    margin-top: 12%;
    text-align: center;
    z-index: 999;
    transform-origin: left top 0;
    padding-top: 5px;
    cursor: pointer;
    font-size: 15px;
    padding-left: 0px;
}


button.contact_cta:hover {

    background-color: #36818b;

}



.contact_cta h3 {
    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    float: left;
    height: 170px;
    width: 220px;
}







#site_overlay {
    width: 100%;
    height: 100%;
    background-color: #3e3e3e;
    opacity: 0.8;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999;
    display: none;
}





#close_button {
    width: 50px;
    height: 50px;
    background-image: url('images/close.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
    left: 0px;
    background-color: #36818b;
    cursor: pointer;
}




.pop_up_container {
    margin-top: 0;
}

#slideout {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    color: #333;
    position: fixed;
    top: 10%;
    right: -520px;
    width: 500px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 5px;
	max-width: 100%;
}

#slideout form {
    display: block;
    padding: 20px;
}

#slideout.on {
    right: 0px;
    top: 10%;
    z-index: 1001;
}

button {
    border: none;
}


#slideout h3 {
    text-align: center;
    color: #36818b;
}


#slideout #contact_left {
    margin-top: 0;
}

#slideout #contact_right {
    margin-top: 0;
}

/* 
* HEADER
*/
#header_image_container {
    height: 605px;
    width: 100%;
    background-image: url('images/bg1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;
}
#header_content_container {
    height: 250px;
    width: 40%;
    margin-right: 20px;
    color: #36818b;
    position: absolute;
    top: 180px;
}

#header_content {
    width: 100%;
    padding: 20px;
    margin-right: 20px;
    text-align: center;
    opacity: 1;
    color: #36818b;
}

#header_content p {
    margin: 0;
}

@media screen and (max-width: 650px) {
    /* #header_content {
			padding-left: 20px;
		} */
}


/*
* BUTTONS
*/

.cta_product {
    width: 160px;
    height: 50px;
    position: relative;
    background-color: #8eb9be;
    border-radius: 10px;
    color: #fff;
    top: 30px;
    text-align: center;
    margin: auto;
    padding-top: 5px;
    cursor: pointer;

}

button.cta_product:hover {

    background-color: #36818b;

}

.cta4 {
    width: 150px;
    height: 50px;
    position: relative;
    background-color: #f27d69 !important;
    border-radius: 30px;
    color: #ffffff !important;
    top: 30px;
    text-align: center;
    margin: auto;
    padding: 5px 8px;
    cursor: pointer;
    font-size: 12pt !important;
}
.cta4 a {
    color: white;
} 

.cta1,
.btn-cta3,
.btn-light,
.cta2 {
    width: 150px;
    height: 50px;
    position: relative;
    background-color: #f27d69 !important;
    border-radius: 30px;
    color: #ffffff !important;
    top: 30px;
    text-align: center;
    margin: auto;
    padding: 5px 8px;
    cursor: pointer;
    font-size: 12pt !important;
}

button.cta1:hover {
    background-color: #36818b;
}

.cta1 p {
    margin-top: 0;
}

.btn-cta3 {
    background-color: #77CBC9 !important;
}

.btn-light {
    position: inherit;
    display: inline-block;
}

.btn-light {
    background-color: #ffffff;
    color: #77CBC9 !important;
}

.cta1 a,
.cta2 a,
.btn-cta3 a,
.btn-light a {
    color: white;
}

.text-light {
    color: #ffffff;
}

.text-primary {
    color: #F27D69 !important;
}

.accordion-button:not(.collapsed) {
    background-color: inherit !important;
    box-shadow: none !important;
}

.text-secondary {
    color: #61A5A8 !important;
}

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

.bg-blue {
    background-color: #77CBC9;
}

.bg-primary {
    background-color: #F27D69 !important;
}

.bg-primary-light {
    background-color: rgba(242, 125, 105, 0.09);
}

.ltr-top-border {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 90px 100vw;
    border-color: transparent transparent #77CBC9 transparent;
}

.wp-spacer {
    height: 100px;
    width: 100%;
    display: block;
}

/*
* Table Styles
*/

.cost-table {
    border-radius: 2rem;
}

.cost-table td {
    border: 0;
}

.cost-table tbody td {
    padding: 1rem 0;
    font-size: 15pt;
}

@media screen and (max-width: 650px) {
    .cost-table {
        width: 400px;
    }

    #header_content_container {
        background-color: #fff;
        opacity: 0.8;
        padding: 40px;
    }
}





#header_content_bottom {
    width: 100%;
    background-color: #36818b;
    opacity: 0.6;
    color: #fff;
    text-align: center;
    padding-top: 30px;
    z-index: 999;
    padding: 20px;
}






@media screen and (max-width: 600px) {
    #header_image_container {
        height: auto;
        background-size: contain;
        margin-top: 40px;
    }

    /* #header_content {
	width: 100%;
	
} */
    #header_content_bottom {
        top: 377px;
    }

}



@media screen and (max-width: 410px) {
    /* #header_content {
		padding-top:0;
	} */
}


@media screen and (max-width: 325px) {
    #header_content_bottom {
        height: auto;
    }

    #header_image_container {
        height: 525px;
    }
}



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

    #header_content_container {
        width: 100%;
        top: 50px;
    }

    #header_content {
        padding-top: 0;
    }

}

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

    #header_content_container {
        width: 100%;
        top: 250px;
    }

}

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

    #header_content_container {}

}



@media screen and (max-width: 650px) {
    #header_content_container {
        background-color: #fff;
        opacity: 0.8;
        padding: 40px;
    }

}

@media screen and (max-width: 430px) {
    #header_content_container {
        padding: 20px;
    }
}




.main {
    width: 100%;
    background: #fff;
}

/*General Menu Styling*/
.mainnav {
    margin: 0 auto;
    margin-bottom: 0;
}

li {
    margin-bottom: 0;
}

li a {
    text-decoration: none;
}

.dropdown {
    position: absolute;
    width: 100px;
    top: 41px;
    opacity: 0;
    visibility: hidden;
    transition: ease-out .35s;
    -moz-transition: ease-out .35s;
    -webkit-transition: ease-out .35s;
}

.mainnav li {
    float: left;
    padding: 5px;
    background: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    background-color: #fff;

}

.mainnav li:first-child {
    border: none;
}

.mainnav li a {
    display: block;
    color: #36818b;
    text-align: left;
    margin-bottom: 0;
}

.mainnav li:hover {
    background: #36818b;
    transition: ease-in .35s;
    -moz-transition: ease-in .35s;
    -webkit-transition: ease-in .35s;
    margin-bottom: 0;
}

.mainnav li:hover a {
    color: #fff;
    transition: ease-in .35s;
    -moz-transition: ease-in .35s;
    -webkit-transition: ease-in .35s;
}

/*First Level*/
.subs {
    left: -10px;
    position: relative;
    top: 10px;
    width: 175px;
    border-left: none !important;
    margin-bottom: 0;

}

.subs:last-child {
    border: none !important;
    margin-bottom: 0;
}

.hassubs:hover .dropdown,
.hassubs .hassubs:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transition: ease-in .35s;
    -moz-transition: ease-in .35s;
    -webkit-transition: ease-in .35s;
    margin-bottom: 0;
}

.mainnav li:hover ul a,
.mainnav li:hover ul li ul li a {
    color: #36818b;
    margin-bottom: 0;
}

.mainnav li ul li:hover,
.mainnav li ul li ul li:hover {
    background: #36818b;
    transition: ease-in-out .35s;
    -moz-transition: ease-in-out .35s;
    -webkit-transition: ease-in-out .35s;
    margin-bottom: 0;
}

.mainnav li ul li:hover a,
.mainnav li ul li ul li:hover a {
    color: #fff;
    transition: ease-in-out .35s;
    -moz-transition: ease-in-out .35s;
    -webkit-transition: ease-in-out .35s;
    margin-bottom: 0;
}

/*Second Level*/
.hassubs .hassubs .dropdown .subs {
    left: 55px;
    position: relative;
    width: 165px;
    top: 0px;
    margin-bottom: 0;
}

.hassubs .hassubs .dropdown {
    position: absolute;
    width: 100px;
    left: 120px;
    top: 0px;
    opacity: 0;
    /*visibility: hidden;*/
    transition: ease-out .35s;
    -moz-transition: ease-out .35s;
    -webkit-transition: ease-out .35s;
    margin-bottom: 0;
}


















nav {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

#nav-toggle {
    background: transparent;
    right: 20px;
    top: 70px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    transform: translate(0%, -50%);
    z-index: 100000;
    display: none;
    position: fixed;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 35px;
    background: #36818b;
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    content: '';
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    top: 10px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    transition: all 0.5s ease-in-out;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(135deg);
}

#nav-toggle.active span:after {
    transform: rotate(-135deg);
}












.pop_up_nav {
    margin-top: 0;
}

#slideout_nav {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    color: #333;
    position: fixed;
    top: 128px;
    right: -520px;
    width: 400px;
    height: 850px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


#slideout_nav.on {
    right: 0px;
    top: 128px;
    z-index: 1001;
}





@media screen and (max-width: 540px) {
    #nav-toggle {
        top: 45px;
    }



    #slideout_nav {
        top: 80px;

    }


    #slideout_nav.on {
        top: 80px;

    }


}





@media screen and (max-width: 420px) {
    #slideout_nav {
        width: 320px;
    }
}







@media screen and (max-width: 1185px) {
    #nav-toggle {
        display: block;
    }
}



#special_offer_container {
    width: 100%;
    /*border-top: 2px solid #fff;*/
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


.special_offer {
    width: 50%;
	min-width:400px;
    height: 300px;
    border-right: 1px solid #fff;
/*     background-image: url('images/bg2.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
}



#special_offer_right2 {
    width: 100%;
    height: 300px;
    border-right: 1px solid #fff;
/*     background-image: url('images/bg2.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
}

#special_offer_container_right {
    width: 50%;
    height: 300px;
    border-left: 1px solid #fff;
    float: left;
}

#banner {
    width: 100%;
    height: 62px;
    text-align: center;
    background-color: #f27d69;
    padding-top: 15px;
    position: relative;
    top: 25px;
    color: #fff;
    opacity: 0.8;
    margin-bottom: 40px;

}




#banner h2 {
    opacity: 1;
}



#price {
    margin-top: 20px;
    margin-bottom: 30px;
}




#cta2 {
    width: 160px;
    height: 50px;
    position: relative;
    background-color: #f27d69;
    border-radius: 10px;
    color: #fff;

    text-align: center;
    margin: auto;
    padding-top: 13px;
}


#cta2 p {
    margin-top: 0;
}






.ytp-cued-thumbnail-overlay-image {
    background-image: url('images/video.png') !important;
}




#video_container {
    width: 50%;
    text-align: center;
    float: left;
}


#video_content_container {
    width: 50%;
    float: right;
    padding: 40px;
    background-image: url(images/back11.png);
    background-repeat: no-repeat;
    color: #6ca3aa;
}

.video_section_container {
    width: 100%;
    height: 400px;
    display: flex;

}




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


    .special_offer {
        width: 100%;
    }

    #special_offer_title {
        width: 100%;
    }



    #special_offer_container_right {
        width: 100%;
    }



    #video_content_container {
        width: 100%;
        padding: 50px;
        height: 450px;
    }


    #video_container {
        width: 100%;
        text-align: center;
        float: left;
    }


    .video_section_container {
        width: 100%;
        height: 1100px;
        display: block;
    }

}



#contact_form_container {
    width: 100%;
    height: 450px;
}


#contact_header {
    width: 100%;
    height: 80px;
    background-color: #f27d69;
    margin-top: 42px;
    padding-top: 25px;
    text-align: center;
    color: #fff;
    opacity: 0.8;
}

#contact_header h2 {
    opacity: 1;
}

@media screen and (max-width: 660px) {
    #contact_header {
        padding-top: 15px;
    }

}

@media screen and (max-width: 325px) {
    #contact_header {
        height: 100px;
    }
}



.wpcf7-validation-errors {
    border: none !important;
    color: red;
    margin: auto;
}

.wpcf7-not-valid-tip {
    float: left;
    position: relative;
    top: -89px;
}



.wpcf7-response-output {
    margin: 0 !important;

}








#surgeries_container {
    width: 100%;
    background-color: #6ca3aa;
    border-bottom: 2px solid #fff;
    text-align: center;
    color: #fff;
    padding: 30px 5px;
}


#surgeries_container2 {
    width: 100%;
    background-color: #fff;
    border-bottom: 2px solid #fff;
    text-align: center;
    color: #6ca3aa;
    padding: 20px 5px;
}

#surgery_images {
    width: 100%;
    height: 510px;
    margin-top: 40px;
}



.surgery_content_container {
    width: 30%;
}


.surgery_image {
    width: 100%;
    border-radius: 10px;
    background-color: black;
    float: left;
    background-image: url('images/surge1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
    background-position: center;
    background-size: 110%;
    background-repeat: no-repeat;
    display: block;
    text-decoration: none;
    position: relative;
    -webkit-transition: background-size .3s ease-in-out;
    overflow: hidden;
}




.surgery_image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    opacity: .5;
    -webkit-transition: opacity .3s ease-in-out;
}

.surgery_image:hover {
    background-size: 130%;
    filter: blue;
    /* IE6-9 */


}




.surgery_image:hover:after {
    opacity: 1;

}

.surgery_image:hover span,
.surgery_image:hover hr {
    -webkit-transform: translateX(0);

}


.surgery_button {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    background-color: black;
    float: left;
    background-color: #87d4d3;
    color: #fff;
    text-align: center;
    padding-top: 17px;
    position: relative;
	margin-top: 20px;
    cursor: pointer;

}



.surgery_button h3 {
    color: white;
}






.inner_text1 {
    color: #6ca3aa;
    font-family: Arial;
    top: 50%;
    -webkit-transform: translateY(-50%);
    position: relative;
    cursor: pointer;
    z-index: 100;
}

.text111 {
    display: block;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    position: relative;
}

.text111:first-child {
    font-size: 22px;
    -webkit-transform: translateX(150%);
    margin-bottom: 7px;
    font-weight: bold;
}

hr {
    border: 1px solid white;
    width: 2em;
    margin: 5px auto 0 auto;
}

.text111:last-child {
    -webkit-transform: translateX(-150%);
}



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

    .surgery_button {
        width: 100%;
    }


    .fa-plus:before {
        display: none;
    }
}


@media screen and (max-width: 670px) {
    .surgery_content_container {
        width: 100%;
		margin-bottom: 80px;
    }


}


@media screen and (max-width: 500px) {
    .surgery_content_container {
        width: 100%;
    }
}




.fade-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
}



.fade-rotate-item {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.fade-rotate-item:first-of-type {
    opacity: 1;
}











#home_testimonial_container {
    height: 490px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

}

#testimonial_overlay {
    width: 70%;
}



#testimonial {
    height: 400px;
    position: relative;
    width: 700px;
    border-radius: 10px;
    background-color: #6ca3aa;
    opacity: 0.8;
    top: 60px;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
}


#testimonial h4 {
    text-align: right;
}

#testimonial p {
    font-size: 20px;
}





@media screen and (max-width: 900px) {
    #testimonial {
        width: 100%;
    }
}





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

    #testimonial {
        height: 700px;
        top: 0;
    }

}



@media screen and (max-width: 460px) {
    #home_testimonial_container {
        height: auto;
    }



    #testimonial {
        top: 0;
    }

}
















#home_testimonial_name {
    text-align: center;
}


i {
    color: #f27d69;
}

.fa-quote-right {
    float: right;
    padding-right: 150px;

}










#companies_container {
    width: 100%;
    height: 186px;
}




#company1 {
    width: 33%;
    height: 64px;
    float: left;
    background-image: url('images/company1.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 60px;
    background-position: center;

}



#company2 {
    width: 33%;
    height: 64px;
    float: left;
    background-image: url('images/company2.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 60px;
    background-position: center;

}



#company3 {
    width: 33%;
    height: 64px;
    float: left;
    background-image: url('images/company3.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 60px;
    background-position: center;
}


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

    #company1 {
        width: 100%;
    }


    #company2 {
        width: 100%;
    }

    #company3 {
        width: 100%;
    }


    #companies_container {
        height: 440px;
    }

}



#location_container {
    background-color: #f27d69;
    text-align: center;
    color: #fff;
	padding-bottom: 2em;
	margin-bottom: 2em;
}

#location_container a {
	display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
}

.maps_locations {
	display: block;
    width: 400px;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	max-width: 100%;
}

#liverpool_map {
    background-image: url('images/map1.jpg');
}

#rotheram_map {
    background-image: url('images/map2.jpg');
}

#manchester_map {
    background-image: url('images/map3.jpg');
}


#london_map {
    background-image: url('images/map4.jpg');
}


#address {
    width: 100%;
    /* height:50px; */
    height: 75px;
    text-align: center;
    background-color: #f27d69;
    writing-mode: horizontal-tb;
    text-orientation: sideways;
}

#center_collumn h2 {
    font-size: 20px;

}



#center_row {
    height: 100px;
    width: 100%;
    background-color: #f27d69;
    text-align: center;
    display: none;
    color: #fff;
    float: left;
    font-size: 20px;
    padding-top: 35px;

}



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

    .locations {
        margin-right: auto;
        margin-left: auto;
    }

    #address p {
        margin: 0 !important;
    }

    #rotheram_map {
        width: 100%;
        float: left;
        background-size: cover;
    }

    #manchester_map {
        width: 100%;
        float: left;
        background-size: cover;

    }

    #london_map {
        width: 100%;
        float: left;
        background-size: cover;

    }


    #center_collumn {
        display: none;
    }


    #center_row {
        display: block;
    }

}


/* #location_container {
	width:100%;
	height:450px;
	background-color: #f27d69;
	  writing-mode: vertical-lr;
  text-orientation: upright;
  text-align: center;
  color: #fff;
	
} */



/* #liverpool_map {
	width:50%;
	height:450px;
	float:left;
	background-image: url('images/map1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
} */





/*#center_collumn {
	width:6%;
	height:450px;
	background-color: #f27d69;
	float: left;
	  writing-mode: vertical-lr;
  text-orientation: upright;
  color:#fff;
  text-align: center;
  padding-left: 20px;

}
*/

/* #rotheram_map {
	width:50%;
	height:450px;
	float:right;
	background-image: url('images/map2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
} */



#location_container1 {
    width: 100%;
    height: 450px;
    background-color: #f27d69;
    text-align: center;
    color: #fff;
    margin-top: 150px;
}

#liverpool_map1 {
    width: 50%;
    height: 450px;
    float: left;
    background-image: url('images/map1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}


/*#center_collumn {
	width:6%;
	height:450px;
	background-color: #f27d69;
	float: left;
	  writing-mode: vertical-lr;
  text-orientation: upright;
  color:#fff;
  text-align: center;
  padding-left: 20px;

}
*/

#center_collumn1 h2 {
    font-size: 20px;

}



#center_row1 {
    height: 100px;
    width: 100%;
    background-color: #f27d69;
    text-align: center;
    display: none;
    color: #fff;
    float: left;
    font-size: 20px;
    padding-top: 35px;

}





#rotheram_map1 {
    width: 50%;
    height: 450px;
    float: right;
    background-image: url('images/map2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}











@media screen and (max-width: 900px) {
    #location_container1 {
        height: 1000px;
        writing-mode: horizontal-tb;
        text-orientation: sideways;
    }

    #rotheram_map1 {
        width: 100%;
        float: left;
        background-size: cover;
        height: 450px;
    }


    #liverpool_map1 {
        width: 100%;
        float: left;
        background-size: cover;
        height: 450px;
    }


    #center_collumn1 {
        display: none;
    }


    #center_row1 {
        display: block;
    }


}

#sub_footer_container {
    height: 220px;
    width: 100%;
    background-color: #77ccc9;
    border-top: 2px solid #fff;
    padding-top: 5px;
}


#footer_logo {
    background-image: url('images/logo_image.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 260px;
    height: 61px;
    margin: auto;
}





#latest_newscta {
    width: 150px;
    height: 50px;
    background-color: #f27d69;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    margin: auto;
    padding-top: 13px;
    margin-top: 20px;
}




#latest_newscta:hover {

    background-color: #36818b;

}



#latest_newscta p {
    margin: 0;
}


#footer_numberliver {
    color: #fff;
    float: left;
    padding-left: 100px;

}

#details_container {
    width: 100%;
    padding-top: 20px;
}

#details_container i {
    color: #f27d69;
    padding-right: 5px;
}



#footer_numberyork {
    color: #fff;
    float: right;
    padding-right: 100px;

}


#social_media_container_footer {
    width: 120px;
    margin: auto;
    padding-left: 10px;
}



#footer_numberyork p {
    margin-top: 0;
    margin-bottom: 0;
}


#footer_numberliver p {
    margin-top: 0;
    margin-bottom: 0;
}


#social_media_container2 {
    width: 110px;
    height: 30px;
    padding-top: 15px;
    padding-right: 15px;
    margin: auto;
}






#footer {
    /* height:100px; */
    width: 100%;
    background-color: #6bb8b6;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}



#footer p {
    margin-top: 0;
    margin-bottom: 0;
    margin: auto;
}



@media screen and (max-width: 860px) {
    #sub_footer_container {
        height: 250px;
    }


}




@media screen and (max-width: 750px) {
    #footer_numberliver {
        padding-left: 20px;
        width: 100%;
        padding-bottom: 10px;
        text-align: center;
    }


    #footer_numberyork {
        width: 100%;
        padding-left: 120px;
        padding-bottom: 10px;
        text-align: center;

    }


    #social_media_container2 {
        width: 100%;
        padding-left: 15px;
        float: left;
        padding-bottom: 10px;
        margin: initial;
    }

    #sub_footer_container {
        height: 300px;

    }




}









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

    #footer {
        height: 100px;

    }

}

@media screen and (max-width: 410px) {
    #social_media_container2 {
        margin-left: 20px;
        float: left;
    }

    #footer_numberyork {
        margin-top: 10px;
        padding-left: 20px;
        padding-right: 0;
        padding-left: 0;
    }



    #footer_numberliver {
        margin-bottom: 20px;
        padding-left: 0;
    }

    #sub_footer_container {
        height: 340px;
    }




}


















/*Offers*/

#offers_header {
    width: 100%;
    height: 600px;
    background-image: url(images/offers_bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    padding-top: 200px;
    margin-top: 93px;
    background-size: cover;
    background-position: center;
    background-color: #000;

}




#offers_header h2 {
    font-size: 44px;
}


#blue_row {
    width: 100%;
    height: 50px;
    background-color: #6ca3aa;
    border-top: 2px solid #fff;
}



#blue_row1 {
    width: 100%;
    height: 20px;
    background-color: #6ca3aa;
    /*border-top: 2px solid #fff;*/
}



#special_offer_container2 {
    height: 273px;
    width: 100%;
    margin-top: 30px;
}

#location_container {}


#special_offer_image {
    height: 273px;
    width: 30%;
    /*background-image: url('images/offer_bg2.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    float: left;

}



#special_offer_title {
    width: 60%;
    height: 63px;
    background-color: #8eb9be;
    border-radius: 3px;
    float: right;
    margin-right: 2%;
    text-align: center;
    color: #fff;
    padding-top: 15px;
}


#special_offer2 {
    width: 60%;
    height: 200px;
    background-color: #f27d69;
    border-radius: 3px;
    float: right;
    margin-right: 2%;
    text-align: center;
    color: #fff;
    padding-top: 30px;
}













#offer_content_container {
    clear: both;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    min-height: 300px;
}


hr {
    background-color: #f27d69;
    color: #f27d69;
    height: 4px;
    border: 0;
}


#offer_content {
    float: left;
    color: #6ca3aa;
    width: 55%;

}


#offer_content h2 {
    padding-bottom: 20px;
}




#offer_content_image {

    height: 300px;
    width: 30%;
    background-image: url('images/offer_bg3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    float: right;
    margin-right: 2%;
}




#offer_content_image img {}



#offers_list_container {
    width: 100%;
    margin: auto;
    text-align: center;
    color: #6ca3aa;
    margin-top: 60px;

}


#offers_list_container ul {
    list-style-image: url('images/bullet2.png');
    list-style-position: inside;

}


@media screen and (max-width: 550px) {
    #offers_list_container {
        padding-right: 20px;

    }
}



#product_text {
    width: 100%;
    color: #6ca3aa;
    margin-top: 40px;
    margin-bottom: 40px;

}






#offer_cta_container {
    clear: both;
    width: 100%;


}



#offer_cta h2 {
    padding-top: 40px;
}

#offer_cta {
    width: 85%;
    border: 1px solid #f27d69;
    margin: auto;
    color: #f27d69;
    text-align: center;
    margin-top: 40px;
    padding-left: 40px;
}


@media screen and (max-width: 500px) {
    #offer_cta {
        padding-left: 0px;
    }

}



#purchase_button {
    width: 150px;
    height: 60px;
    background-color: #f27d69;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    margin: auto;
    padding-top: 20px;
    margin-bottom: 20px;

}




#offer_cta_container2 {
    clear: both;
    width: 100%;


}



#offer_cta2 h2 {
    padding-top: 40px;
}

#offer_cta2 {
    width: 85%;
    border: 1px solid #f27d69;
    margin: auto;
    color: #f27d69;
    text-align: center;
    margin-top: 40px;
    padding-left: 40px;
}



.offer_content22 {
    width: 100%;
}


#purchase_button {
    width: 150px;
    height: 60px;
    background-color: #f27d69;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    margin: auto;
    padding-top: 20px;
    margin-bottom: 20px;

}








.offer_content2 {
    width: 100%;
}



#purchase_button2 {
    width: 150px;
    height: 60px;
    background-color: #f27d69;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    margin: auto;
    padding-top: 4px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);

}





#purchase_button p {
    margin: 0;
}


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

    #offers_header {
        margin-top: 100px;
        height: 300px;
        padding-top: 50px;

    }
}


@media screen and (max-width: 380px) {
    #offers_header {
        margin-top: 100px;


    }



}



@media screen and (max-width: 1200px) {
    #offer_content {
        padding-left: 20px;
    }
}



@media screen and (max-width: 700px) {
    #offer_content_container {
        height: 300px;
    }
}



@media screen and (max-width: 600px) {
    #offer_content {
        width: 100%;
        min-height: 300px;
    }

    #offer_content_image {
        width: 100%;
    }


    #offer_content_container {
        height: 600px;
    }


}



@media screen and (max-width: 780px) {
    #special_offer_image {
        display: none;
    }

    #special_offer2 {
        width: 100%;
        margin-right: 0;
    }

    #special_offer_title {
        width: 100%;
        margin-right: 0;
    }
}



/*Contact form 7*/

.contact-form {
    margin: 0 auto;
    padding: 2rem;
    width: 100%;
    max-width: 800px;
    background-color: white;
    color: #37818C;
    border-radius: 10px;
}

/* @include media-breakpoint-up(md) {
    .contact-form {
        padding: 4rem;
    }
} */

.contact-form label {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 15pt;
    text-transform: capitalize;
}

.contact-form .wpcf7-text,
.contact-form textarea,
.contact-form select {
    background-color: rgba(119, 203, 201, 0.11) !important;
    color: #37818C !important;
    border-radius: 10px !important;
    border: 0;
    width: 100%;
}

.contact-form select:-internal-list-box option:checked {
    background-color: #77CBC9;
}

.contact-form .wpcf7-form-control-wrap {
    width: 100%;
}

.contact-form .wpcf7-text {
    width: 100%;
}

.contact-form .wpcf7-submit {
    background-color: #77CBC9;
    width: inherit;
}

.wpcf7-text {
    border: 2px solid #f27d69;
    width: 95%;
    height: 40px;
    background-color: transparent;
    float: left;
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 20px;
    height: 56px;
    border-radius: 5px;
    color: #6ca3aa;
}


.wpcf7-select {
    height: 60px;
    width: 95%;
    border: 2px solid #f27d69;
    font-family: "PT sans";
    font-size: 18px;
    color: #757575;
}



#contact_left {
    float: left;
    width: 50%;
    margin-top: 40px;
    padding-left: 20px;

}


#contact_right {
    float: right;
    width: 50%;
    margin-top: 40px;
    padding-bottom: 20px;
}


input.wpcf7-submit {
    color: #fff;
    background-color: #f27d69;
    text-align: center;
    width: 95%;
    height: 56px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    font-size: 16px;

}


input.wpcf7-submit:hover {
    background-color: #36818b;
}


@media screen and (max-width: 470px) {
    #contact_left {
        float: left;
        width: 100%;

    }


    #contact_right {
        float: right;
        width: 100%;
        padding-left: 20px;
        margin-top: 0px;


    }

    #contact_form_container {
        height: 650px;
    }
}






/*Surgeons*/



.content_container1 {
    width: 100%;
}



.content_box {
    margin-top: 40px;
    margin-bottom: 60px;
    border: 1px solid #6ca3aa;
    color: #6ca3aa;
    clear: both;
    overflow: hidden;
    display: flex;

}








.content_text {
    float: left;
    width: 70%;
    margin: auto 30px;
    padding-top: 20px;

}



.content_image {
    width: 30%;
    float: left;
    text-align: center;

}




.content_image img {
    max-height: 298px;
    width: 100%;
}







/*.content_text1 p{
	margin-top: 0;
}


.content_container1 img {
    width: 30%; 
    float: right; 
    /background-image: contain; 
    /background-repeat: no-repeat; 
    height: 298px;
}


.content_container1 h2{
	width:70%;
float: left;
}

.content_container1 p{
	width:70%;
	float: left;

}
*/


@media screen and (max-width: 1200px) {
    .content_container1 {
        width: 90%;
        margin: auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}



@media screen and (max-width: 800px) {
    .content_image {
        width: 50%;
    }
}




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

    .content_box {
        display: block;
    }

    .content_text {
        width: 87%;
        display: block;
    }

    .content_image {
        display: block;
        float: none;
        margin: 0 auto;
        overflow: hidden;
        width: 100%;
    }
}


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

    .content_text {
        padding-top: 20px;

    }

}




/*Product*/



.product_container1 {
    width: 100%;
    margin-top: 20px;
    display: flex;
}



.product_text1 {
    width: 100%;
    float: left;
    color: #6ca3aa;
    padding-right: 40px;
}


.product_text1 ul {
    /*list-style:url('images/bullet.png');*/
}

.product_container1 img {
    float: right;
    width: 30%;
    max-height: 300px;
}


@media screen and (max-width: 1200px) {
    .product_text1 {
        padding-left: 20px;
        padding-right: 20px;
    }


}


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

    .product_container1 {
        display: inline-block;

    }

    .product_container1 img {
        width: 50%;
    }



}




@media screen and (max-width: 500px) {
    .product_container1 img {
        width: 100%;
    }


}



/*FAQ*/



.faq_container {
    width: 100%;
    height: 50px;
    height: 30px;
    background-color: blue;
    margin: auto;
}


.faq_content {
    display: none;
    color: black;
}




/** ACCORDIAN **/
.accordian {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
    border: 1px solid #ddd;
    border-top: 0;
}

.accordian .toggle1 {
    display: block;
    margin: 0;
    padding: 1em;
    background: #eee;
    border-top: 1px solid #ddd;
    cursor: pointer;
    margin: auto;
}

.accordian section {
    display: none;
    padding: 1em;
    background: #fff;
    border-top: 1px solid #ddd;
}

.accordian section.active {
    display: block;
}




ul .inner {
    padding-left: 1em;
    overflow: hidden;
    display: none;
    color: #f27d69;
    width: 80%;
}

ul .inner.show {
    /*display: block;*/
    color: #f27d69;
}

ul li {
    margin: .5em 0;
}

ul li a.toggle1 {
    width: 100%;
    display: block;
    background-color: #f27d69;
    color: #fefefe;
    padding: .75em;
    border-radius: 0.15em;
    transition: background .3s ease;
    padding-top: 0;
    width: 80%;

}

ul li a.toggle1:hover {
    background-color: #5fa8a5;
}


.accordion {
    list-style-image: url('images/bullet1.png');
    list-style-position: inside;
}


.toggle1 img {
    float: right;
    position: relative;
    top: -45px;
    right: 10px;
}





@media screen and (max-width: 1250px) {
    ul li a.toggle1 {
        width: 80%;

    }
}

@media screen and (max-width: 450px) {
    .accordion {
        list-style-image: none;
        list-style: none;
        padding-left: 0;
        list-style-position: outside;
    }


    ul li a.toggle1 {
        padding: 10px;
        width: 100%;
    }

}




/*blog*/

#blog_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}


#blog_text {
    color: #454e57;
    padding-top: 10px;
    position: relative;
    margin-left: -5px;
    padding-bottom: 0px;
    text-align: left;


}






#post_text {
    line-height: 1.7;
    position: relative;
    margin-top: 50px;
    text-align: left;
    padding-right: 20%;
    padding-left: 20%;
    text-align: left;
}


#post_text a {}

#post_page_text {
    line-height: 1.7;
    position: relative;
    margin-top: 40px;
    padding-bottom: 100px;
    text-align: left;
    padding-left: 20px;
    color: #454e57;

}


#post_page_text a { /* Color of page text links */
	color: inherit;
}

#continue {
    float: left;
    position: relative;
    bottom: 0;
}



#date {
    float: right;
}





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



    #post_text {
        text-align: left;
        padding-right: 10%;
        padding-left: 10%;
    }

}


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


    #post_text {
        width: 100%;
        padding-right: 2%;
        padding-left: 2%;
    }

}


@media screen and (max-width: 350px) {}



#post- {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    margin-top: 40px;
    background-color: #87d4d3;
    width: 30%;
    margin-left: 20px;
    text-align: left;
    color: white;
    border-radius: 5px;
}


#post-:hover {
    box-shadow: 10px 10px 5px #888888;
    background-color: #f27d69;

}


#post- p {
    color: white;
    padding-left: 20px;
    padding-right: 20px;

}

#post- a {
    color: white;
}

#post- h2 {
    color: white;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}


#post_image img {
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
}



#post_container {
    width: 100%;
    height: 250px;
    background-color: black;
}





@media screen and (max-width: 1100px) {
    #post- {
        width: 45%;


    }

}


@media screen and (max-width: 850px) {
    #post- {
        width: 80%;


    }

}




































/* 404*/






.cont_principal {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cont_error {
    position: absolute;
    width: 100%;
    height: 300px;
    top: 50%;
    margin-top: -150px;
}

.cont_error h1 {
    font-weight: 400;
    font-size: 150px;
    color: #6ca3aa;
    position: relative;
    left: 0%;
    transition: all 0.5s;
    padding-left: 20px;
}


.cont_error p {
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 5px;
    color: #f27d69;
    left: 0%;
    position: relative;
    padding-left: 20px;
    transition: all 0.5s;
    transition-delay: 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-transition-delay: 0.5s;
}

.cont_aura_1 {
    position: absolute;
    width: 300px;
    height: 120%;
    top: 25px;
    right: -340px;
    background-color: #6ca3aa;
    box-shadow: 0px 0px 60px 20px rgba(63, 127, 135, 0.5);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 5%;
}

.cont_aura_2 {
    position: absolute;
    width: 100%;
    height: 300px;
    right: -10%;
    bottom: -301px;
    background-color: #6ca3aa;
    box-shadow: 0px 0px 60px 10px rgba(63, 127, 135, 0.5), 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    z-index: 5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.cont_error_active>.cont_error>h1 {
    left: 0%;
}

.cont_error_active>.cont_error>p {
    left: 0%;
}

.cont_error_active>.cont_aura_2 {
    animation-name: animation_error_2;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transform: rotate(-20deg);
}

.cont_error_active>.cont_aura_1 {
    transform: rotate(20deg);
    right: -170px;
    animation-name: animation_error_1;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@-webkit-keyframes animation_error_1 {
    from {
        -webkit-transform: rotate(5deg);
        transform: rotate(20deg);
    }

    to {
        -webkit-transform: rotate(15deg);
        transform: rotate(25deg);
    }
}

@-o-keyframes animation_error_1 {
    from {
        -webkit-transform: rotate(20deg);
        transform: rotate(25deg);
    }

    to {
        -webkit-transform: rotate(20deg);
        transform: rotate(25deg);
    }

}

@-moz-keyframes animation_error_1 {
    from {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    to {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
    }

}

@keyframes animation_error_1 {
    from {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    to {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
    }
}




@-webkit-keyframes animation_error_2 {
    from {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-15deg);
    }

    to {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
}

@-o-keyframes animation_error_2 {
    from {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    to {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
}


@-moz-keyframes animation_error_2 {
    from {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    to {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
}

@keyframes animation_error_2 {
    from {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    to {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
}








.home_button {
    width: 160px;
    height: 50px;
    position: relative;
    background-color: #f27d69;
    border-radius: 10px;
    color: #fff;
    top: 50px;
    text-align: center;
    margin: auto;
    padding-top: 10px;
    cursor: pointer;

}

button.home_button:hover {

    background-color: #36818b;

}













/*Surgery Hub*/

.sub_page_container {
    width: 100%;
    margin: auto;
}


.sub_image {
    width: 100%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
    max-height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin-bottom: 20px;
    margin: auto;
}


.sub_image img {
    width: 100%;
    float: left;
    border-radius: 10px;
    height: 300px;
}


#sub_page_container2 {
    height: 350px;
    width: 30%;
    margin-bottom: 10px;
    float: left;
}



.sub_image_content {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #36818b;
    position: relative;
    top: -50px;
    color: #fff;
    border-radius: 10px;
}


#sub_page {
    width: 21.6%;
    float: left;
    margin-right: 40px;
    margin-top: 40px;
}



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

    #sub_page {
        margin-right: 10px;
        margin-left: 10px;
    }


}




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

    #sub_page {
        width: 45%;
    }


}



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

    #sub_page {
        width: 80%;
        margin-left: 10%;
    }


}






/*treatments*/



#treatment_container {
    border: 1px solid #36818b;
}







/*Treatment slider*/



#slider_container1 #carousel img {
    height: 100px;
}

#ultimate_container {}

#slider_container1 {
    max-width: 60%;
    margin: auto;
    overflow: hidden;
    position: relative;
    height: 500px;
    background-color: #fff;
    background-color: #f27d69;

}

#slider_container1 #carousel_container {
    max-width: 100%;
    max-height: 150px;
    overflow: hidden;
    height: 150px;
    background-color: #fff;
}

#slider_container1 .flexslider {
    max-height: 600px;
    margin: 0;
    padding: 0;

}

#slider_container1 #slider .flexslider {
    margin: 0;
    padding: 0;
    padding-top: 20px;
}

#slider_container1 #carousel .flexslider {
    margin: 0;
    padding: 0;
    height: 200px;
    cursor: pointer;

}


#slider_container1 .caption {
    width: 100%;
    background-color: #f27d69;
    position: relative;
    top: -100px;
    color: #fff;
    height: 100px;
    padding-left: 20px;
    padding-top: 10px;
    opacity: 0.8;
}



#slider_container1 #slider .slides>li {
    height: 500px;
    background-size: contain;
    background-position: center;
}



#slider_container1 #carousel li {
    /*padding-right: 20px;*/
}

#slider_container1 #carousel ul {
    width: 100%;
}


#slider_container1 .flexslider .slides img {
    height: 100%;
    max-width: 1000px;
    margin: auto;
}





/*exapnding surgery buttons */




.button_expanded {
    width: 100%;
    background-color: #87d4d3;
    display: none;
    color: #fff;
    padding-top: 10px;
    border-radius: 10px;
    padding-bottom: 20px;
    z-index: 99999;

}


.button_expanded a {
    color: white;
}



.fa-plus:before {
    position: relative;
    top: -25px;
    right: -150px;
}






.slick-slide {
    margin-left: 5px;
}

















.enlarge {
    width: 20px;
    height: 20px;
    position: relative;
    top: 100px;
    background-image: url(images/large.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.6;
}







#header_offer_container {
    width: 60%;
    float: right;
    margin-bottom: 40px;
    margin-top: 40px;
}




#product_image1 {
    width: 30%;
    clear: both;
    float: left;
    height: 350px;
    margin-top: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}





#offer_bottom_orange {
    width: 100%;
    height: auto;
    background-color: #f27d69;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding: 50px;
}


#offer_bottom_orange p {
    margin: 0;
}






#offer_header_blue {
    width: 100%;
    background-color: #8eb9be;
    height: 100px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #fff;
    text-align: center;
    padding-top: 40px;
}


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

    #header_offer_container {
        width: 100%;
        float: right;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    #product_image1 {
        width: 60%;
        clear: both;
        float: none;
        margin: auto;
        margin-top: 40px;
        background-size: cover;
        background-repeat: no-repeat;
    }


}



@media screen and (max-width: 800px) {
    #product_image1 {
        width: 100%;

    }


}




#carousel_container {
    height: 500px;
    width: 100%;
    text-align: center;
    padding: 40px;
    color: #6ca3aa;
}


#carousel_container p {
    padding-top: 20px;
}



.slick-slider {
    -webkit-tap-highlight-color: none;
}

.responsive {
    border: none;
    margin: 0;
}

.responsive img {

    height: 400px;
    border: none;
    margin: 0;
    border: 2px solid #6ca3aa;

}



@media screen and (max-width: 420px) {
    .responsive img {
        height: 300px;

    }



    .responsive .slick-active {
        -moz-transform: scale(2) !important;
        -ms-transform: scale(2) !important;
        -o-transform: scale(2) !important;
        -webkit-transform: scale(2) !important;
        opacity: 1 !important;
        transform: scale(2) !important;

    }

    .responsive .slick-slide {
        -moz-transform: scale(0.9) !important;
        -ms-transform: scale(0.9) !important;
        -o-transform: scale(0.9) !important;
        -webkit-transform: scale(0.9) !important;
        transform: scale(0.9) !important;
        margin: 10px;
        transition: all 300ms ease;

    }


    .slick-slide img {
        width: 100% !important;
    }





    #primary {
        margin-top: 120px;
    }








    .woocommerce div.product form.cart .button {
        background-color: #f27d69;
    }


    .woocommerce div.product form.cart .button:hover {
        background-color: #36818b;
    }




    .woocommerce #respond input#submit.alt,
    .woocommerce a.button.alt,
    .woocommerce button.button.alt,
    .woocommerce input.button.alt {
        background-color: #f27d69;
    }



    .woocommerce #respond input#submit.alt,
    .woocommerce a.button.alt,
    .woocommerce button.button.alt,
    .woocommerce input.button.alt:hover {
        background-color: #36818b;
    }




    #offers_header2 {
        width: 100%;
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        padding-top: 100px;
    }





    .woocommerce-cart .woocommerce {
        margin-top: 100px !important;
    }




    /*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
    /* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

    /* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
    .flex-container a:hover,
    .flex-slider a:hover {
        outline: none;
    }

    .slides,
    .slides>li,
    .flex-control-nav,
    .flex-direction-nav {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .flex-pauseplay span {
        text-transform: capitalize;
    }

    /* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
    .flexslider {
        margin: 0;
        padding: 0;
    }

    .flexslider .slides>li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

    .flexslider .slides img {
        width: 100%;
        display: block;
    }

    .flexslider .slides:after {
        content: "\0020";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    html[xmlns] .flexslider .slides {
        display: block;
    }

    * html .flexslider .slides {
        height: 1%;
    }

    .no-js .flexslider .slides>li:first-child {
        display: block;
    }

    /* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
    .flexslider {
        margin: 0 0 60px;
        position: relative;
        zoom: 1;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
        -o-box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
        box-shadow: ''0 1px 4px rgba(0, 0, 0, 0.2);
    }




    @media screen and (max-width: 530px) {
        .flexslider {
            border: none;
        }

    }


    .flexslider .slides {
        zoom: 1;
    }

    /*.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}*/
    .flex-viewport {
        max-height: 2000px;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .loading .flex-viewport {
        max-height: 300px;
    }

    .carousel li {
        margin-right: 5px;
    }

    .flex-direction-nav {
        *height: 0;
    }

    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        width: 80px;
        height: 60px;
        margin: -20px 0 0;
        position: absolute;
        z-index: 10;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.8);
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #slider .flex-direction-nav a {
        top: 50%;
    }

    #carousel .flex-direction-nav a {
        top: 30%;
    }


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

        #slider .flex-direction-nav a {
            top: 25%;
        }


    }



    .flex-direction-nav a:before {
        font-family: "flexslider-icon";
        font-size: 40px;
        display: inline-block;
        content: '\276e';
        color: rgba(0, 0, 0, 0.8);
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    }

    .flex-direction-nav a.flex-next:before {
        content: '\276f';
    }

    .flex-direction-nav .flex-prev {
        left: -400px;
    }

    .flex-direction-nav .flex-next {
        right: -400px;
        text-align: right;
    }

    .flexslider:hover .flex-direction-nav .flex-prev {
        opacity: 0.8;
        left: 10px;
    }

    .flexslider:hover .flex-direction-nav .flex-prev:hover {
        opacity: 1;
    }

    .flexslider:hover .flex-direction-nav .flex-next {
        opacity: 0.8;
        right: 80px;
    }


    @media screen and (max-width: 530px) {
        .flexslider:hover .flex-direction-nav .flex-next {
            opacity: 0.8;
            right: 0px;
        }


    }





    .flexslider:hover .flex-direction-nav .flex-next:hover {
        opacity: 1;
    }

    .flex-direction-nav .flex-disabled {
        opacity: 0 !important;
        filter: alpha(opacity=0);
        cursor: default;
        z-index: -1;
    }

    .flex-pauseplay a {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 5px;
        left: 10px;
        opacity: 0.8;
        z-index: 10;
        overflow: hidden;
        cursor: pointer;
        color: #000;
    }

    .flex-pauseplay a:before {
        /*  font-family: "flexslider-icon";*/
        font-size: 20px;
        display: inline-block;
        content: '\f004';
    }

    .flex-pauseplay a:hover {
        opacity: 1;
    }

    .flex-pauseplay a.flex-play:before {
        content: '\f003';
    }

    .flex-control-nav {
        width: 100%;
        position: absolute;
        bottom: -40px;
        text-align: center;
    }

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

    .flex-control-paging li a {
        width: 11px;
        height: 11px;
        display: block;
        background: #666;
        background: rgba(0, 0, 0, 0.5);
        cursor: pointer;
        text-indent: -9999px;
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
        -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0, 0, 0, 0.7);
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0, 0, 0, 0.9);
        cursor: default;
    }

    .flex-control-thumbs {
        margin: 5px 0 0;
        position: static;
        overflow: hidden;
    }

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        height: auto;
        display: block;
        opacity: .7;
        cursor: pointer;
        -moz-user-select: none;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .flex-control-thumbs img:hover {
        opacity: 1;
    }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

    /* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
        .flex-direction-nav .flex-prev {
            opacity: 1;
            left: 10px;
        }

        .flex-direction-nav .flex-next {
            opacity: 1;
            right: 10px;
        }
}
	
}

    /**
    * Mega Menu Styles Overrides
    **/
@media only screen and (max-width: 1100px) {/* Mobile Nav Styles */
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        float:none;
		position: absolute;
	    right: 1px;
    }
}

/* Desktop styles */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	float:right;
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
	max-width: 200px;
}


.sub_image img {
   height: auto!important;
}
#sub_page {
    width: 20%;
    float: left;
    margin-right: 20px;
    margin-top: 40px;
    margin-left: 20px;
}

@media screen and (max-width: 1200px) {
	#sub_page {
    width: 43%;
}
}
 
@media screen and (max-width: 500px) {
	#sub_page {
    width: 80%;
    margin-left: 10%;
}
	
	
}



<style>
.f-white {
    color:white;
}

/*Hero Section */
.hero-section {
    position: relative;
    display: grid;
    align-content: center;
    background-size: cover;
    background-position: center;
    height: 37rem;
    width: 100%;
    padding: 0px 1rem;
}
.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1;
}
.hero-section .content {
    z-index: 1;
}
.hero-section h1{
    color: #FFF;
    text-align: center;
    font-family: PT Sans;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
 .hero-section p {
    color: #FFF;
    text-align: center;
    font-family: PT Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 1200px;
    margin: auto;
}

@media only screen and (max-width: 800px){
    .hero-section h1 {
        font-size: 36px;
    }

    .hero-section p {
        font-size: 22px;
    }
}

/*Book Consultation Block*/

.book-consultation-grid {
    display: grid;
    justify-content: center;
    justify-items: center;
    align-items: center;
    padding: 2.5rem 1rem;
}
.book-consultation h2 {
    color: #FFF;
    text-align: center;
    font-family: PT Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
 .book-consultation p {
    color: #FFF;
    text-align: center;
    font-family: PT Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 10px;

}
section.book-consultation {
    margin-bottom: 2.5rem;
}
.book-consultation .btn {
    display: inline-flex;
    padding: 14px 33px 15px 35px;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
}
.book-consultation  a.btn {
    color: #FFF;
    text-align: center;
    font-family: PT Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

 
.book-consultation
a.btn:hover {
    color: #fff;
} 
.book-consultation
.btn:hover {
    opacity: 0.9;
}

 /*Limited Offer*/
.container-limited-offer {
    padding: 2.5rem 1rem;
    width: 95%;
    justify-items: center;
    margin: auto;
    max-width: 1300px;
}
 
.bg-container-limited-offer-bg-top {
    width: 100%;
    text-align: center;
}

.bg-container-limited-offer-bg-top h2{
    color: #FFF;
    text-align: center;
    font-family: PT Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.bg-container-limited-offer-bg-top h3{
    color: #FFF;
    text-align: center;
    font-family: PT Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.container-limited-offer p {
    color: #F67A6B;
    text-align: center;
    font-family: PT Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 850px;
    margin: 2rem auto;
    padding: 0px 1.5rem;
}

.bg-container-limited-offer-bg-top {
    width: 100%;
    text-align: center;
    padding: 1.25rem;
    border-radius: 10px 10px 0px 0px;
}
 
.container-limited-offer .btn {
    display: inline-flex;
    padding: 14px 33px 15px 35px;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
}
.container-limited-offer  a.btn {
    color: #FFF;
    text-align: center;
    font-family: PT Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.icon-h2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-left,
.icon-right {
    width: 37px;  
    height: 37px;
    margin: 0 17px; 
}
@media only screen and (max-width: 600px) {
    .icon-left,
.icon-right {
    width: 20px;  
    height: 20px;
    margin: 0 17px; 
}
}
.bg-container-limited-offer-bg-main {
    padding-bottom: 2rem;
    border-radius: 0px 0px 10px 10px;
}
.container-limited-offer
a.btn:hover {
    color: #fff;
} 
.container-limited-offer
.btn:hover {
    opacity: 0.9;
}

/*Services*/

 .container-service-explanation {
    display: grid;
    grid-template-columns: 60% 1fr;
    width: 95%;
    max-width: 1300px;
    margin: auto;
    padding: 2.5rem 1rem;
    align-items: center;
    align-content: center;
    justify-items: center;
    grid-gap: 30px; 
}

.container-service-explanation h2 {
    font-family: PT Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.container-service-explanation h3{
    color: #6CA3AA;
    font-family: PT Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
 
.service-image-background {
    height: 100%;
}

.container-service-explanation .btn {
    display: inline-flex;
    padding: 14px 33px 15px 35px;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    background-color: #6da2aa;
    color: #FFFFFF;
    margin-top: 1rem;
}
.container-service-explanation a {
    text-align: center;
    font-family: PT Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    gap: 1.2rem;
}

@media only screen and (max-width: 850px) {
.container-service-explanation {
  grid-template-columns: auto;
   }
 .service-image-background {
    height: 22rem;
}
 
}

/* Center paragraph */

.center-paragraph {
    display: grid;
    justify-items: center;
    justify-content: center;
    max-width: 1265px;
    width: 92%;
    
    padding: 3.1rem 2.5rem;
    margin: 2.5rem auto;
}

.center-paragraph h2 {
    font-size: 36px;
    text-align: start;
    font-family: PT Sans;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
 
.center-paragraph p {
    color: #1E1E1E;
    font-family: PT Sans;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.center-paragraph li {
    color: #1E1E1E;
    font-family: PT Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.center-paragraph  ul {
    padding-left: 1rem;
    text-indent: -27px; /* Este valor debe ser el negativo del padding-left de la lista para compensar */
    margin-left: 26px;
}
.center-paragraph .btn {
    display: inline-flex;
    padding: 14px 33px 15px 35px;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    background-color: #6CA3AA;
}
.center-paragraph  a.btn {
    color: #FFF;
    text-align: center;
    font-family: PT Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

/*text-2-columns with border */
.text-2-columns-border {
    padding: 0 1rem;
}
.text-2-columns-border-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    justify-content: center;
    width: 95%;
    max-width: 1300px;
    padding: 3.1rem 1rem;
    margin: 2.5rem auto;
    gap: 55px;
}
.text-2-columns-border-border {
    padding: 1.8rem;
    width: 100%;
}

.text-2-columns-border-border h2 {
    font-family: PT Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.text-2-columns-border-border li {
    color: #1E1E1E;
    font-family: PT Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 186%;
    margin: 0em 0;
}
.text-2-columns-border {
    padding: 0 1rem;
}
.text-2-columns-border ul {
    margin: 1.5rem 1rem;
}
.text-2-columns-border li a {
    text-decoration: underline;
    color: #1E1E1E;
    font-weight: 600;
}
.text-2-columns-border li a:hover {
    color: #6ca3ab;
}
@media only screen and (max-width: 850px) {
    .text-2-columns-border-grid {
    display: grid;
    grid-template-columns: auto;
    width: 100%;
    padding: 0px 1rem;
}
}

/*Text-2-columns */
.text-2-columns {
    width: 95%;
    max-width: 1300px;
    padding: 3.1rem 1rem;
    margin: 2.5rem auto;
    padding: 0 1rem;
}
.text-2-columns-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    justify-content: center;
    gap: 55px;
}
 
.text-2-columns h2 {
    font-family: PT Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #6CA3AA;
}
.text-2-columns h3 {
    font-family: PT Sans;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #6CA3AA;
}
.text-2-columns li {
    color: #1E1E1E;
    font-family: PT Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 186%;
    margin: 0em 0;
}
 
.text-2-columns ul {
    margin: 1.5rem 1rem;
}
.text-2-columns-border li a {
    text-decoration: underline;
    color: #1E1E1E;
    font-weight: 600;
}
.text-2-columns li a:hover {
    color: #6ca3ab;
}
@media only screen and (max-width: 850px) {
    .text-2-columns-grid {
    display: grid;
    grid-template-columns: auto;
    width: 100%;
    gap: 0rem;

}
}

/*Banner color btn */
.banner-color-btn {
    padding: 0rem 1rem;
    display: flex;
}

.banner-color-btn-bg {
    display: grid;
    justify-items: center;
    justify-content: center;
    width: 95%;
    max-width: 1266px;
    padding: 2.3rem 2.5rem;
    margin: 2.5rem auto;
}
.banner-color-btn h2 {
    text-align: center;
    font-family: PT Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.banner-color-btn p {
    text-align: center;
    font-family: PT Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    
}
.banner-color-btn a {
    text-align: center;
    font-family: PT Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    gap: 1.2rem;
}
.banner-color-btn .btn {
    display: inline-flex;
    padding: 14px 33px 15px 35px;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
}

/*Meet the surgeons*/
.meet-the-surgeons {
    width: 95%;
    max-width: 1300px;
    margin: auto;
    padding: 0rem 1rem;
    grid-gap: 30px;
}

.meet-the-surgeons-grid {
    display: grid;
    grid-template-columns: 42% 1fr;
    align-items: center;
    align-content: center;
    justify-items: center;
    grid-gap: 36px;
    padding: 3.2rem 0px;
}

.meet-the-surgeons h2 {
    color: #6CA3AA;
    text-align: center;
    font-family: PT Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 1rem;
}
.meet-the-surgeons h3 {
    color: #6CA3AA;
    font-family: PT Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.meet-the-surgeons a {
    color: #1E1E1E;
    font-family: PT Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}
.meet-the-surgeons a:hover {
    color: #6CA3AA;
}
.meet-the-surgeons ul {
    padding-left: 1rem;
    text-indent: -27px;
    margin-left: 26px;
}
.meet-the-surgeons li {
    line-height: 0;
}
.meet-the-surgeons-bg {
    height: 100%;
    min-height: 29rem;
}

@media only screen and (max-width: 850px) {
    .meet-the-surgeons-grid {
  grid-template-columns: auto;
   }
   .meet-the-surgeons-bg {
    height: 29rem;
}
}
 
/* Table Prices*/

.prices-table-container  {
    width: 95%;
    max-width: 1300px;
    margin: 2.5rem auto;
    padding: 0px 1rem;
}
.prices-table-container h2 {
    color: #6CA3AA;
    font-family: PT Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1rem;
}
.prices-table{
    padding: 1rem 0rem;
    border-radius: 10px;
}
.service {
    display: grid;
    grid-template-columns: 70% auto;
}
@media only screen and (max-width: 700px) {
     .service {
    display: grid;
    grid-template-columns: auto auto!important;
}}
span.service-name {
    color: #6CA3AA;
    font-family: PT Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
span.service-price {
    color: #6CA3AA;
    font-family: PT Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
span.service-price {
    border: 2px solid #6ca3ab;
}


span.service-name {
    border-left: 2px solid #6ca3ab!important;
    border-right: none;
    padding: 1rem;
    border-radius: 0px 0px 0px 0px!important;
    border-top: 2px solid #6ca3ab!important;
}
span.service-price {
    border: 2px solid #6ca3ab;
    padding: 1rem;
    border-top: 2px solid #6ca3ab!important;
    border-bottom: none;
}

.prices-table > .service:first-child > .service-name {
    border-top: 2px solid #6ca3ab;
    border-radius: 10px 0 0 0!important;
}

.prices-table > .service:first-child > .service-price {
    border-top: 2px solid #6ca3ab!important;
    border-radius: 0 10px 0 0;
    border-bottom: none;
}

span.service-name:last-child {
    border-bottom: 2px solid #6ca3ab !important;
    border-radius: 10px 10px 0 0;
}
span.service-price:last-child {
    border-radius: 0px 0px 0 0;
}
.prices-table > .service:last-child > .service-price{
    border-bottom: 2px solid #6ca3ab !important;
    border-radius: 0px 0px 10px 0px;
}
.prices-table > .service:last-child > .service-name{
    border-bottom: 2px solid #6ca3ab !important;
    border-radius: 0px 0px 0px 10px!important;
}
@media only screen and (max-width: 700px) {
    .service {
    display: grid;
    grid-template-columns: auto auto!important;
}
}
 
/* FAQ'S*/

.faqs-container  {
    width: 95%;
    max-width: 1300px;
    margin: 2.5rem auto;
    padding: 0px 1rem;
}
.faqs-container h2 {
    color: #6CA3AA;
    font-family: PT Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2.0rem;
    text-align: center;
}
.faqs-container h3 {
    color: #1E1E1E;
    font-family: PT Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.faqs-container p {
    color: #1E1E1E;
    font-family: PT Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.question {
    cursor: pointer;
    background-color: #f2f2f2;
    padding: 10px;
    margin-bottom: 5px; /* Space between questions */
    border: none;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
button.question {
    background-color: #e2edee!important;
    padding: 1.5rem;
    margin: 0.5rem 0px;
    border-radius: 3px;
}

.question:hover,
.question:focus {
    background-color: #e2e2e2;
}

.answer {
    padding: 10px;
    display: none; /* Start off hidden */
    margin-bottom: 10px; /* Space after the answer */
}
/* Logo slider */
.logos-slider {
    width: 95%;
    max-width: 1300px;
    margin: 3.5rem auto;
    padding: 0px 1rem;
}

/* Related */
.related-posts-container {
    width: 100%;
    margin: 2.5rem auto 0rem auto;
    padding: 3.5rem 1rem 5rem 1rem;
    text-align: center;
    background: #e2edee;
}
.related-posts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    align-items: start;
    justify-items: center;
    margin-top: 2rem;
    max-width: 1300px;
    width: 95%;
    margin: 2rem  auto;
    margin-bottom: 0px;

 
}
.related-posts-container h2 {
    color: #6CA3AA;
    text-align: center;
    font-family: PT Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.related-posts-container h3 {
    color: #FFF;
    text-align: center;
    font-family: PT Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
 
.related-posts-container .related-post-item .post-image-link {
    display: block;
    background-size: cover;
    background-position: center;
    height: 16rem;
    width: 100%;
    text-decoration: none;
    border-radius: 10px;
}
a.post-image-link:hover {
    opacity: 0.6;
}

.related-posts-container .related-post-item .post-content .post-title-link {
    text-decoration: none;  
    color: inherit;  
}

.related-posts-container .related-post-item .post-content {
    padding: 10px;
    background-color: #6da2aa;
    margin: 1rem auto;
    border-radius: 10px;
}
.related-posts-container .related-post-item .post-content:hover {
    opacity: 0.8;
}

.related-posts-container .related-post-item .post-title {
    margin-top: 4px;  
}

.related-posts-container .related-post-item .post-excerpt {
    max-width: 330px;
    margin: auto;
}
.related-post-item {
    width: 100%;
}

@media only screen and (max-width: 850px) {
    .related-posts-grid {
    grid-template-columns: auto;
}
} 




.btn:hover {
    opacity: 0.9;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
strong , b {
    font-weight: 600;
}
img {
    width: 100%;
    border-radius: 10px;
}
p , li {
    color: #1E1E1E;
    font-family: PT Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


p a {
    color: black;
    text-decoration: underline;
}
p a:hover {
    color:#6ca3ab;
    text-decoration: underline;
}

#sub_footer_container {
    border-top: 0px solid #fff;
}
 

 /*Blaze 2025 Updates*/

@media only screen and (min-width: 1101px){
    .mainHead .HeadContact {
        display: none;
    }
}

@media only screen and (max-width: 1100px){
    .topHeadBook, .topHeadSocial {
        display: none !important;
    }

    .coll.topHeadPhone {
        font-size: 16px;
        padding-right: 0px;
    }
    
    div#header_container .mainHead {
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 5px;
        position: relative;
    }
    
    .nbc-logo {
        width: fit-content !important;
        padding: 0px !important;
    }

    .nbc-logo img {
        max-width: 200px;
        border-radius: 0px;
        margin-right: 50px;
    }

    .nbc-menu-2 {
        width: fit-content !important;
        position: unset !important;
    }

    #mega-menu-wrap-menu-1 {
        position: unset !important;
    }

    .mainHead #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        margin-top: 69px;
        z-index: 1000;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1:after {
        margin: 0px !important;
    }
}

@media only screen and (max-width: 750px){
    .video_section_container.blazeVideoSection {
        height: unset;
        display: flex;
        flex-direction: column;
    }
    
    .video_section_container.blazeVideoSection div#video_content_container {
        height: unset;
        background: none;
        padding-top: 25px;
    }
	
	.container.blazeFormContainer #contact_header {
		margin-top: 0px;
		padding: 0px;
		display: flex;
		align-items: center;
	}
}

@media only screen and (max-width: 600px){
	div#home_testimonial_container {
		height: fit-content;
		padding: 20px 0px;
	}
}

@media only screen and (max-width: 425px){
    .mainHead .HeadContact {
        display: none;
    }
}
 