@font-face {
	font-family: 'Montserrat', sans-serif;
	src: url(https://mudinclusive.com/regent/wp-content/themes/twentyseventeen/font/Montserrat-Light.ttf);
	font-weight: 300;
}
@font-face {
	font-family: 'Montserrat', sans-serif;
	src: url(https://mudinclusive.com/regent/wp-content/themes/twentyseventeen/font/Montserrat-Regular.ttf);
	font-weight: 400;
}
@font-face {
	font-family: 'Montserrat', sans-serif;
	src: url(https://mudinclusive.com/regent/wp-content/themes/twentyseventeen/font/Montserrat-Medium.otf);
	font-weight: 500;
}
@font-face {
	font-family: 'Montserrat', sans-serif;
	src: url(https://mudinclusive.com/regent/wp-content/themes/twentyseventeen/font/Montserrat-Bold.ttf);
	font-weight: 700;
}
* {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}
*, *::after, *::before {
	box-sizing: inherit;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	-ms-box-sizing: inherit;
	-o-box-sizing: inherit;
}
.full-img img {
	width: 202px;
	height: 201px !important;
}
body, button, input, select, textarea {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
}
input, textarea, select, button {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}
input {
	font-family: 'Montserrat', sans-serif;
}
html, html body {
	height: 100%;
	min-height: 100%;
}
a, a:hover, a:focus {
	text-decoration: none;
}
html {
	font-family: 'Montserrat', sans-serif;
	line-height: normal;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}
p {
	font-size: 17px;
	color: #2f2f82;
}
p > strong {
	font-weight: 600;
	text-align: justify;
}
/**** start header ****/



.fancybox-content-inside img{ max-width:100%;}



.inner-row-all h3 {
	font-weight: 600 !important;
	line-height: 22px;
	color: #152972 !important;
	padding:10px 0;
	margin:0px;
}
.all-border h2 {
	color: #cd0067 !important;
	margin: 15px 0 15px !important;
}
.mtphr-dnt-tick a {
	color: #cd0067 !important;
}
.mtphr-dnt-tick.mtphr-dnt-default-tick.mtphr-dnt-clearfix {
	background: #fff;
	padding: 0 8px;
}
.page-numbers {
	width: 100%;
	float: left;
}
.page-numbers li {
	display: inline-block;
	padding: 5px;
	background: #f1f1f1;
	color: #000;
}
.page-numbers li a {
	color: #152972;
}
.inner-text-row-1 {
	width: 100%;
	float: left;
}
span.satage {
	padding-right: 30px;
}
.inner-text-row-1-img {
	text-align: center;
}
.inner-text-row-1 li {
	list-style: none;
	padding: 10px 0;
	color: #000066 !important;
	line-height: 30px;
	font-weight: bold;
}
.checkup-right-text p {
    /* padding: 8px 0; */
    margin-bottom: 15px;
}
.price-travel-offer {
	text-align: center;
	padding-top: 20px;
	font-weight: bold;
}
.price-travel-offer a {
	color: #cd0067;
}
.blog-area, .blog-details {
	width: 100%;
	float: left;
}
.blog-details header.entry-header {
	display: block;
}
time.updated {
	display: none;
}
header.entry-header {
	display: none;
}
.blog-right p, .blog-details p {
	padding: 15px 5px 0 5px;
}
#reply-title, .comments h2, .related-title {
	text-align: left;
	padding-top: 20px;
	padding-left: 5px;
	font-weight: bold;
}
.blog-details #comments.comments-area {
	width:50% !important;
	float:left;
	padding:20px !important;	
}
.blog-details #comments.comments-area label {
	position:static !important;
	width:100%;
	float:left;
	margin:0 0 8px 0 !important;
	padding:0px !important;
	font-size:13px !important;
}
.blog-details #comments.comments-area #email-notes {
	font-size:13px !important;
	margin-bottom:15px;	
}
.blog-details #comments.comments-area input[type="text"], .blog-details #comments.comments-area input[type="email"], .blog-details #comments.comments-area input[type="tel"], #comments.comments-area input[type="url"],  #comments.comments-area textarea {
	height:auto !important;
	padding:8px 0 !important;
	width:100%;
	float:left;
	margin-bottom:15px;	
}
#comments.comments-area textarea {
	    height: 50px !important;	
}
.comment-form label {
	position: absolute;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: gray;
	left: 10px;
	padding-top: 8px;
	font-weight: 300;
}
.city-list li img {
	max-width: 100%;
	 border-radius: 50%;
	 
	
}

.city-list li a{
float:left;
background:#fff;
padding:6px;
margin-bottom:10px;
width:100%;

}

.comment-form input[type=email], .comment-form input[type=text], .comment-form input[type=url] {
	width: 80%;
	height: 30px;
	padding: 8px 12px;
	font-size: 14px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #caced6;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	padding-left: 90px;
}
.comment-form textarea {
	width: 80%;
	height: 50px;
	padding: 8px 12px;
	font-size: 14px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #caced6;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	padding-left: 90px;
}
.post-thumbnail.clinic-ft-image {
	padding-top: 10px;
	width: 350px;
	margin: 0 auto;
}
.post-thumbnail.clinic-ft-image img {
	width: 100%;
}
.comment-form-author, .comment-form-comment, .comment-form-email, .comment-form-url {
	position: relative;
}
.top-breadcrumb-inner {
	width: 100%;
	float: left;
	padding: 20px 10px;
	background: #f1f1f1;
}
.comment-form #submit, .comment-form input[type=submit] {
	border-radius: 0;
	border: 0;
	padding: 10px 20px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #152972;
	color: #fff;
	cursor:pointer;
}
.comments-area {
	width: 100%;
	float: left;
	background: #f1f1f1;
	padding: 0px 0 20px 10px;
	margin: 50px 0 0 0;
}
.downlod-patient-form {
	float: right;
	text-align: right;
	width: 100%;
	font-size: 18px;
}
.downlod-patient-form-text {
	width: 100%;
	float: left;
	color: #000066 !important;
	font-weight: 600 !important;
}
.download-here {
	width: 61%;
	text-align: center;
	margin-top: 13px;
	float: right;
	position: relative;
}
.download-here a {
	background: #c06;
	font-size: 15px;
	color: #fff;
	padding: 10px;
	z-index: 99999;
	display: inline-block;
}
.mtphr-dnt-tick-contents {
	bottom: 605px;
}
.sticker {
	position: relative;
}
.sticker a {
	font-weight: bold;
}
.banner-box {
	position: relative;
	margin-top: 150px;
}
.price_list_link_text a {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	background: #cc0066;
	border-radius: 10px;
	padding: 5px 10px;
}
.price_list_link_text {
	text-align: center;
	margin: 20px 0 0;
}
.price_list_link_text_spc {
	text-align: center;
	margin: 0px 0 20px !important;
}
/*.mega-current-menu-ancestor.mega-current-menu-parent > a{ background:rgb(21, 41, 114) !important; color:#FFF !important;}



.mega-current-menu-ancestor.mega-current-menu-parent .mega-current-menu-item > a {
background:rgb(21, 41, 114) !important;
color:#FFF !important;
}
*/

.mega-menu-item.mega-menu-item-type-post_type.mega-menu-item-object-page.mega-menu-item-has-children.menu-item.mega-toggle-on > a, .mega-menu-item.mega-menu-item-type-custom.mega-menu-item-object-custom.mega-menu-item-has-children.menu-item.mega-toggle-on > a {
	background: #152972 !important;
	color: #fff !important;
}
.mega-menu-item.mega-menu-item-type-custom.mega-menu-item-object-custom.mega-current-menu-ancestor.mega-current-menu-parent.mega-menu-item-has-children.mega-menu-flyout.menu-item {
	background: #152972 !important;
	color: #fff !important;
}
.mega-menu-item.mega-menu-item-type-custom.mega-menu-item-object-custom.mega-current-menu-ancestor.mega-menu-item-has-children.mega-menu-flyout.menu-item {
	background: #152972 !important;
	color: #fff !important;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	color: #fff !important;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link:hover {
	background: #152972 !important;
	color: #fff !important;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	margin-bottom: 5px;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item {
	margin-right: 2px;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
	background: #152972 !important;
	color: #fff !important;
}
.band_logo {
    width: 80%;
    margin: auto;
    text-align: center;
}
.hm-logo-1 {
    width: auto;
    float: left;
}
.hm-logo-2 {
    width: auto;
    float: left;
}
.hm-logo-3 {
    width: auto;
    float: left;
}
.hm-logo-4 {
    width: auto;
    float: left;
}
.hm-logo-5 {
    width: auto;
    float: left;
}
.hm-logo-6 {
    width: auto;
    float: left;
}
.band_logo img {
	background: #e2e2e2;
	padding: 5px;
	margin: 0 5px;
}
.logo-brand-spc {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.home #primary .logo-brand-spc {
	padding: 0px !important;
}
/**new box **/
.welcome-row-1-col-2 img {
    width: 100%;
}
.home-sl-blue div.vc_col-sm-2 {
	width: 16.6% !important;
	height: 255px;
}
.home-sl-blue div.vc_col-sm-2:nth-child(1) {
	background: #001257;
}
.home-sl-blue div.vc_col-sm-2:nth-child(2) {
	background: #081b62;
}
.home-sl-blue div.vc_col-sm-2:nth-child(3) {
	background: #001257;
}
.home-sl-blue div.vc_col-sm-2:nth-child(4) {
	background: #081b62;
}
.home-sl-blue div.vc_col-sm-2:nth-child(5) {
	background: #001257;
}
.home-sl-blue div.vc_col-sm-2:nth-child(6) {
	background: #081b62;
}

a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-classic.vc_btn3-icon-right.vc_btn3-color-blue {
    width: 150px;
    text-align: left;
}

.box-nottingham-height {
	min-height: 130px;
}
.footer-widget-1 h2.widget-title {
/* text-align: center;
    margin: 0 auto 0 29%;*/
}
h2.widget-title {
	text-align: left;
}
footer p {
	text-align: justify;
}
.new-contact-row-1 {
	width: 100%;
	float: left;
	padding: 10px 0;
}
.new-contact-row-1-col-1 {
	width: 49% !important;
	float: left !important;
	border: #f1f1f1 solid 1px;
	padding: 20px 0;
}
.new-contact-row-1-col-2 {
	width: 49% !important;
	float: right !important;
	border: #f1f1f1 solid 1px;
	padding-top: 20px;
}
.address-list {
	width: 100%;
	float: left;
	margin: 25px 0 15px 0;
	padding-right: 20%;
}
.map-box {
	width: 100%;
	float: left;
	background: #f1f1f1;
	border: #dedede solid 1px;
	padding: 10px;
}
.page-id-39 form.wpcf7-form span {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
/*.vc_row.wpb_row.vc_row-fluid.home-mn-sl.content-row-1{ margin-top:82px !important;}
*/


.custom-logo {
	height: auto;
	margin: 0;
	width: 240px;
}
#mega-menu-wrap-main #mega-menu-main {
	visibility: visible;
	text-align: left;
	padding: 19px 0px 19px 0px !important;
}
.home #primary .logo-brand-spc {
	padding: 0px !important;
}
.nothigam-bottom-spc {
	margin-top: 252px;
}
header.site-header {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 999;
	background: #fff;
}
.band_mid {
	float: left;
	width: 100%;
}
.team-row-1 p {
	padding-top: 0px;
	padding-bottom: 5px;
}
#top-head.site-top-header {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	background: #eaeaea;
	min-height: 44px;
}
#main-head.site-main-header {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	background: #fff;
	min-height: 110px;
	border-bottom: solid #dedede 1px;
	position: relative;
}
.navigation-top.container {
	float: right;
	width: auto;
}
.menu-toggle {
	display: none;
}
#top-head .menu-toggle {
	display: none;
}
.menu-top-menu-container {
	float: right;
	width: 100%;
}
#top-head.site-top-header ul {
	list-style: none;
}
#top-head.site-top-header ul li {
	display: inline;
	float: left;
	border-right: solid #eaeaea 1px;
}
#top-head.site-top-header ul li:last-child {
	border-right: none;
}
#top-head.site-top-header ul li:nth-child(1) a {
	background: #fff;
	color: #333;
	letter-spacing: 0.5px;
padding: 14px .9rem 13px;
}
#top-head.site-top-header ul li:nth-child(1) a:hover, .menu-top-menu-container ul li:nth-child(1) a:focus, #top-head.site-top-header ul li:nth-child(1):hover a, .menu-top-menu-container ul li:nth-child(1):focus a {
	background: #fff !important;
	color: #333 !important;
}
#top-head.site-top-header ul li:nth-child(2) a {
	background: #cc0066;
	color: #fff;
}
#top-head.site-top-header ul li a {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: normal;
	background: #696969;
    padding: 14px .83rem 13px;
	float: left;
	letter-spacing: -0.5px;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
}
#top-head.site-top-header ul li a:hover, #top-head.site-top-header ul li a:focus {
	background: #001257;
}
.container {
	width: 1165px !important;
	margin: 0 auto !important;
	padding: 0;
	float: none !important;
}
.logo {
	float: left;
	margin-top: 13px;
}
#main-head .menu {
	float: right;
	margin-top: 0px;
}
.site-branding {
	margin: 0 !important;
}
.logo div.site-branding-text {
	display: none;
}
.menu-scroll-down {
	display: none;
}
/*#main-head.site-main-header ul {list-style:none;}
#main-head.site-main-header ul li {display:inline;border-right:solid #dedede 1px;min-height:48px;line-height:48px;float:left;}
#main-head.site-main-header ul li a {color: #333;font-weight: 300;font-size: 15.5px;padding: 0 7px;float: left;letter-spacing: -0.2px;float: left;
   transition:All 0.5s ease;-webkit-transition:All 0.5s ease;-moz-transition:All 0.5s ease;-ms-transition:All 0.5s ease;-o-transition:All 0.5s ease;}
#main-head.site-main-header ul li:hover a,#main-head.site-main-header ul li:focus a {color:#001257;}
li.current-menu-item > a, #main-menu > li > a:hover {color: #fff !important;
    background: #001257 !important;}	
#main-head .menu ul.menu {margin:0;}#main-head.site-main-header ul > li > ul > li > a:hover {  font-weight: bold;}#main-head.site-main-header.fixed ul > li > ul {  top: 48px;}#top-head.site-top-header ul > li#menu-item-1793 > a {  background: #001257 !important;}
#main-head.site-main-header ul li:last-child {border-right:none;}
#main-head .menu-main-menu-container { float: left;
    margin: 38px 0 0;}
#top-head.site-top-header ul li.current_page_item a {color: #fff !important;background: #001257;}
#main-head.site-main-header ul li a br {float: left;}*/

/**** end header ****/

/**** start contain ****/




.mobile-view-design-tbl{ display:none;}


.mobile-view-design-tbl caption {
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 10px;
	color:#cc0066;
}

.mobile-view-design-tbl {
    background-color: #fefefe;
	    margin-bottom: 15px !important;
}

.mobile-view-design-tbl table, .mobile-view-design-tbl td, .mobile-view-design-tbl th {
    border: 1px solid #ccc;
}
.mobile-view-design-tbl table {
    border-collapse: collapse;
}

.mobile-view-design-tbl table tr th {
    border-bottom: 1px solid #ccc;
    background: #efefef;
}

.mobile-view-design-tbl td, .render th {
    padding: 5px;
}

.mobile-view-design-tbl table, .mobile-view-design-tbl td, .mobile-view-design-tbl th {
    border: 1px solid #ccc;
    text-align: center;
    line-height: 24px;
    vertical-align: middle;
}


.bir-tbl table, .bir-tbl td, .bir-tbl th{ font-weight:bold;}





.render caption {
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 10px;
	color:#cc0066;
}

.render {
    background-color: #fefefe;
	    margin-bottom: 15px !important;
}

.render table, .render td, .render th {
    border: 1px solid #ccc;
}
.render table {
    border-collapse: collapse;
}

.render table tr th {
    border-bottom: 1px solid #ccc;
    background: #efefef;
}

.render td, .render th {
    padding: 5px;
}

.render table, .render td, .render th {
    border: 1px solid #ccc;
    text-align: center;
    line-height: 30px;
    vertical-align: top;
}






.contac p span.p-name {
	float: left;
	text-align: left;
	min-width: 110px;
	margin-right: 15px;
}
.contac p {
	line-height: 25px;
}
.contac p span.p-name img {
	width: 25px;
	height: auto;
	margin-top: -20px;
	position: relative;
	top: 8px;
	right: 7px;
}
.contac p span {
	font-size: 16px;
	color: #152972;
	font-weight: 600;
}
.site-content-contain {
	float: left;
	width: 100%;
}
.entry-content {
	float: left;
	width: 100%;
}
.vc_column_container > .vc_column-inner {
	box-sizing: border-box;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
.vc_row {
	margin-left: 0;
	margin-right: 0;
}
.bluepatti {
	left: 0;
}
button.vc_btn3-style-modern.vc_btn3-color-blue {
	border: solid #001257 2px !important;
	color: #001257 !important;
	font-size: 14px;
	padding: 0 1rem;
	min-height: 50px;
	text-transform: uppercase;
	font-weight: 400;
	background: #fff !important;
	border-radius: 10px;
}
button.vc_btn3-style-modern.vc_btn3-color-blue:hover, button.vc_btn3-style-modern.vc_btn3-color-blue:focus {
	border: solid #001257 2px !important;
	color: #fff !important;
	background: #001257 !important;
}
#primary header, #primary footer {
	line-height: 33px;
}
footer.entry-footer {
	display: none;
}
div.container .vc_column-inner {
	padding-top: 0px;
	padding-bottom: 0px;
}/*15px*/

.page-id-1047 h3.vc_custom_heading.blue.simple.full {
	font-size: 20px;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0 !important;
}
.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section {
	padding-top: 0;
}
.bluepatti {
	min-height: 75px;
}
.bluepatti div.container .vc_column-inner {
	padding: 0;
}
.bluepatti p {
	color: #b5deef;
	min-height: 38px;
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 400;
	border-right: solid #fff 1px;
	line-height: 38px;
	font-size: 22px;
	margin: 20px 0 !important;
}
.bluepatti .vc_col-sm-4:nth-child(3) p {
	border-right: none;
}
.bluepatti .vc_col-sm-4:nth-child(1) {
	width: 31%;
}
.bluepatti .vc_col-sm-4:nth-child(2) {
	width: 25%;
}
.bluepatti .vc_col-sm-4:nth-child(3) {
	width: 44%;
}
h2.vc_custom_heading.bold {
	font-weight: bold;
	margin: 0px 0 5px;
	color: #152972;
}
.appointment .wpb_wrapper > p {
	font-size: 20px;
	line-height: 25px !important;
}
.blue-text-center p {
	color: #152972;
	font-size: 24px;
	line-height: 28px;
	float: left;
	text-align: center;
	margin: 0;
	width: 100%;
}
.service img {
	width: 100%;
	height: auto;
	text-align: center;
}
.service div.overlay {
	position: relative;
	width: 100%;
	height: 200px;
	top: 0;
	padding: 130px 0 25px;
}
.service div.overlay h3 {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: 400;
	font-size: 40px;
	line-height: 36px;
	letter-spacing: -2px;
	margin-top: 0px;
}
.service a.btn.btn-primary {
	background: transparent;
	border: solid #fff 2px;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	min-height: 46px;
	line-height: 46px;
	border-radius: 10px;
	padding: 0 1.9rem;
	float: left;
	font-weight: 400;
	position: absolute;
	bottom: 16%;
	margin: 0;
	left: 21%;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
}
.service a.btn.btn-primary:hover, .service a.btn.btn-primary:focus {
	background: #fff;
	color: #152972;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
}
footer.site-footer {
	float: left;
	width: 100%;
	margin: 0;
	padding: 40px 0 20px 0;
	background: #152972;
	color: #fff;
}
footer.site-footer div.widget-column {
	float: left;
	width: 17%;
	padding: 0 1%;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}
footer.site-footer div.widget-column section {
	float: left;
	width: 100%;
}
footer.site-footer div.widget-column h2 {
	font-weight: 600;
	line-height: 20px;
	font-size: 21px;
	margin-bottom: 15px;
	margin-top: 0;
	border-bottom: #26409e solid 5px;
	display: inline-block;
	padding-bottom: 10px;
	color: #c6d2ff;
}
footer.site-footer div.widget-column.footer-widget-1 {
	width: 21%;
	padding-right: 4%;
}
footer.site-footer div.widget-column ul {
	list-style: none;
}
footer.site-footer div.widget-column ul li {
	display: inline;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}
.footer-widget-2 ul li, .footer-widget-3 ul li {
	background: url(image/arrow-icon.png) left center no-repeat;
	padding-left: 15px;
}
footer.site-footer div.widget-column ul li a {
	color: #fff;
	font-size: 14px;
	line-height: normal;
	float: left;
	font-weight: 400;
}
.site-info {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 20px 0 20px;
}
.site-info a {
	color: #fff;
}
footer.textwidget {
	font-size: 14px;
	line-height: 20px;
}
footer p {
	color: #fff;
	font-weight: 400;
}
footer p.bold {
	font-weight: 700;
}
body {
	overflow-x: hidden;
}
.widget-column.footer-widget-4 a {
	color: #fff;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 15px;
}
.widget-column.footer-widget-4 a i {
	font-size: 20px;
	float: left;
	margin-right: 5px;
	width: 20px;
}
footer.site-footer div.widget-column.footer-widget-2 ul li a {
	background-image: url("https://mudinclusive.com/regent/wp-content/themes/twentyseventeen/image/arrow.png");
	background-repeat: no-repeat;
	background-position: center left;
}
footer.site-footer div.widget-column.footer-widget-3 ul li a {
	background-image: url("https://mudinclusive.com/regent/wp-content/themes/twentyseventeen/image/location.png");
	background-repeat: no-repeat;
	background-position: center left;
}
footer.site-footer div.widget-column.footer-widget-4 {
	width: 22%;
    padding: 0 0 0 50px;
}
.widget-column.footer-widget-5 {
    float: right !important;
    width: 8% !important;
    text-align: right;
    padding: 0 !important;
}
#top-head.site-top-header ul li:nth-child(4) i, #top-head.site-top-header ul li:nth-child(5) i {
	display: none;
}
.page {
	background: #ffffff;
}
h3 {
	font-size: 18px;
	color: #152972;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 0 0 10px;
	float: left;
	width: 100%;
}
.book-appoint-side span {
	float: left;
	width: 100%;
}
.test_box p {
	float: left;
	width: 100%;
}
.gray-border {
	border: solid #e2e2e2 1px;
	background: #fff;
	float: left;
}
/*div.container .vc_column-inner div.vc_column-inner {
	padding: 0;
}*/
h2.vc_custom_heading.black {
	color: #333;
}
.wpb_single_image .vc_single_image-wrapper {
	display: inline;
	vertical-align: top;
	max-width: 100%;
	width: 100%;
	float: left;
	text-align: center;
}
.wpb_single_image .vc_figure {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	max-width: 100%;
	width: 100%;
}
.vc_col-sm-8 div.vc_col-sm-12 div.vc_column-inner {
	padding: 0px;
}
.col-md-3.content-class:nth-child(3), .col-md-3.content-class:nth-child(6), .col-md-3.content-class:nth-child(9) {
	margin-right: 0;
}
.col-md-3.content-class:nth-child(12), .col-md-3.content-class:nth-child(15), .col-md-3.content-class:nth-child(18) {
	margin-right: 0;
}
.home-sl-blue div.vc_col-sm-3 {
	width: 25%;
	height: 255px;
	margin: -254px 0 0 0;
}
.home-sl-blue div.vc_col-sm-3:nth-child(1) {
	background: #001257;
}
.home-sl-blue div.vc_col-sm-3:nth-child(2) {
	background: #081b62;
}
.home-sl-blue div.vc_col-sm-3:nth-child(3) {
	background: #152972;
}
.home-sl-blue div.vc_col-sm-3:nth-child(4) {
	background: #223578;
}
.home-sl-blue div.vc_col-sm-2 {
	display: block !important;
}
/**new box **/
.home-sl-blue div.vc_col-sm-2 {
	width: 14.2% !important;
	height: 255px;
	margin: -254px 0 0 0;
}
.home-sl-blue div.vc_col-sm-2:nth-child(1) {
	background: #001257;
}
.home-sl-blue div.vc_col-sm-2:nth-child(2) {
	background: #081b62;
}
.home-sl-blue div.vc_col-sm-2:nth-child(3) {
	background: #152972;
}
.home-sl-blue div.vc_col-sm-2:nth-child(4) {
	background: #223578;
}
.home-sl-blue div.vc_col-sm-2:nth-child(5) {
	background: #2c4088;
}
.home-sl-blue div.vc_col-sm-2:nth-child(6) {
	background: #334a98;
}
.home-sl-blue div.vc_col-sm-2:nth-child(7) {
	background: #334a98;
}

.page div.home-sl-blue div.vc_col-sm-2 h2.vc_custom_heading {
	font-size: 23px;
	line-height: 28px;
	color: #fff;
	letter-spacing: -0.5px;
	margin: 8px 0;
}
.home-sl-blue div.vc_col-sm-2 p {
	font-size: 14px !important;
	padding-bottom: 5px;
}
.service .vc_col-sm-3 {
	float: left;
	min-height: 55px;
	line-height: 53px;
	color: #152972;
	font-size: 23px;
	margin: 0 0.5% 10px;
	width: 24%;
}
.service .vc_col-sm-3 div.overlay h3 {
	font-size: 28px;
}
/** new box end **/


.page div.home-sl-blue div.vc_col-sm-3 h2.vc_custom_heading {
	font-size: 23px;
	line-height: 28px;
	color: #fff;
	letter-spacing: -0.5px;
}
.home-sl-blue p {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}
.home-mn-sl {
	position: relative;
    width: 100%;
    float: left;
    margin-top: -20px;
}
.home-sl-blue {
	position: relative;
}
.home-sl-blue div.vc_btn3-container button.vc_btn3.vc_btn3-color-blue {
	border: solid #fff 2px !important;
	color: #fff !important;
	font-size: 14px;
	padding: 0 1.4rem 0 1rem;
	min-height: 50px;
	text-transform: uppercase;
	font-weight: 400;
	background: transparent !important;
	border-radius: 10px;
}
.content-class {
	border: solid #000 1px;
	width: 32%;
	float: left;
	text-align: center;
	margin-right: 2%;
	border: solid #e2e2e2 1px;
	background: #fff;
	padding: 25px 10px;
	margin-bottom: 20px;
	color: #333;
	font-size: 15px;
	font-weight: 300;
	line-height: 21px;
	min-height: 486px;
}
.aboutpage-content h3 {
	font-weight: 300;
	font-size: 19px;
	min-height: auto;
	height: 24px;
	overflow: hidden;
}
#primary section.widget {
	float: left;
	background: #fff;
	border: solid #e2e2e2 1px;
	text-align: center;
	padding: 20px 15px;
	margin-bottom: 15px;
	width: 100%;
}
#primary section.widget p {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 21px;
	color: #000066;
}
.aboutpage-content .vc_btn3-container.vc_btn3-inline {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 0;
}
#primary section.widget h3 {
	font-weight: 400;
	font-size: 22px;
	margin: 10px 0;
}
#primary section#text-25.widget i {
	color: #152972;
	font-size: 28px;
}
#primary section#text-25.widget a i {
	margin: 0 5px 0 0px;
	float: left;
}
#primary section#text-25.widget a {
	color: #152972;
	font-size: 25px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#primary section#text-25.widget {
	text-align: left;
}
#primary section.widget p.text-center {
	text-align: center;
	float: left;
	width: 100%;
}
#primary section.widget div.online-health-side img {
	width: 100%;
}
.request-info-side img {
	padding-top: 15px;
}
p.text-center {
	margin: 0;
}
.gray-border.vc_col-sm-9 {
	margin-top: 0px;
} /*15px*/
.aboutpage-content {
	margin: 0 -15px;
}
button i {
	font-size: 18px !important;
	margin-right: 8px;
	position: relative;
}
button:hover i, button:focus i {
	color: #fff !important;
}
.single-about-block {
	float: left;
	width: 100%;
	text-align: center;
	background: #fff;
	border: solid #e2e2e2 1px;
	margin-top: 40px;
	padding: 25px 55px;
}
center {
	font-size: 17px;
	font-weight: 300;
	line-height: 24px;
}
.about-element-icon i {
	font-size: 80px;
	color: #152972;
	transform: rotate(-45deg);
	padding-top: 10px;
}
h3 span.normal {
	float: left;
	width: 100%;
	margin-bottom: 2px;
}
.wpcf7-response-output {
	float: left;
	width: 100%;
	margin: 0 0 30px 0 !important;
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	padding: 10px 15px !important;
	text-align: left;
}
.contac i {
	font-size: 22px;
	float: left;
	color: #152972;
	margin-right: 10px;
}
.contac p {
	float: left;
	width: 100%;
}
div.vc_row[data-vc-full-width="true"] {
	float: left;
	width: 100% !important;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
	right: 1 !important;
}
.no-padding-bottom-custm div.vc_col-sm-7 div.vc_column-inner, .no-padding-bottom-custm div.vc_col-sm-5 div.vc_column-inner {
	padding-bottom: 0;
	padding-top: 0px;
}
.no-padding-bottom-custm div.vc_col-sm-6 div.vc_column-inner, .no-padding-bottom-custm div.vc_col-sm-6 div.vc_column-inner {
	padding-bottom: 0;
	padding-top: 0px;
}
.blue-color {
	color: #152972;
}
.Wrinkles-can-be-treated-part {
	padding-top: 0px;
}
h3.box-radius-number {
	border: solid #152972 3px;
	float: left;
	width: 40px;
	height: 40px;
	text-align: center !important;
	border-radius: 5px;
	line-height: 34px !important;
	background: #fff;
	font-size: 20px !important;
}
.custm-container p {
	float: left;
	width: 100%;
}
.botox-book {
	float: left;
	width: 100%;
	text-align: center;
}
.font-size-13 {
	min-height: 165px;
}
h4.vc_custom_heading {
	float: left;
	width: 100%;
	font-size: 20px;
	color: #152972;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: 300;
}
/* .sorct-height h4.vc_custom_heading {margin-bottom: 20px;min-height: 60px;} */
.white-full {
	background: #fff;
	padding: 20px 60px;
}
.container.gray-border.custm-container.wpb_column.vc_column_container.vc_col-sm-12 {
	width: 1160px;
	border-radius: 25px;
	margin: 0 auto !important;
	float: none;
	padding: 0 20px;
}
/* .custm-container h3 {font-size: 30px;font-weight: 700;line-height: normal;letter-spacing: -2px;} */
#blue-part-full h4 {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	min-height: auto;
}
#blue-part-full .vc_icon_element {
	line-height: 0;
	font-size: 14px;
	margin-bottom: 0;
}
#blue-part-full .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-white .vc_icon_element-icon {
	border: solid #fff 4px;
	border-radius: 100%;
	padding: 5px;
	font-size: 30px !important;
}
#blue-part-full {
	background: #152972;
	margin: 35px -35px 20px;
	padding: 26px 0;
	min-height: 140px;
}
.Patient-Reviews {
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 0 90px;
}
.Patient-Reviews h3 {
	font-size: 23px;
}
.Patient-Reviews h4 {
	font-size: 20px;
	margin-bottom: 0;
	min-height: auto !important;
	margin-top: -10px;
}
.Reviews-innr .master-slider-parent {
	float: left;
	width: 100% !important;
	max-width: 100% !important;



	background: #fff;
	margin-top: 20px;
}
.ms-info h2 {
	color: #152972;
	font-size: 27px;
	font-weight: 700;
}
.ms-info {
	padding: 40px 30px;
	float: left;
}
.ms-info p {
	text-align: justify !important;
	float: left;
	width: 100%;
	margin-top: 25px;
}
.about-element-icon {
	float: left;
	width: 100%;
	text-align: center;
}
.info-section h3 {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0;
}
.info-section h3:nth-child(3) {
	font-size: 32px;
	margin: 5px 0 15px 0;
}
.info-section {
	text-align: center;
}
.info-section div.wpb_raw_code span {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}
.info-section div.wpb_raw_code span i {
	font-size: 80px;
	color: #152972;
	padding-top: 10px;
}
.info-section .vc_btn3-container.vc_btn3-inline {
	float: left;
	width: 100%;
	margin-top: 25px;
}
.accor h2.vc_custom_heading {
	color: #001257;
	font-size: 30px;
	font-weight: 400;
	text-align: left;
	margin: 20px 0 15px;
}
.accor div.vc_tta-panel-heading {
	border: none !important;
}
.vc_tta-title-text {
	font-size: 17px;
	color: #110000;
	font-weight: 400;
}
.accor .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	border-color: #e9e9e9;
	background-color: #fff;
}
.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body, .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading, .vc_tta.vc_tta-shape-rounded .vc_tta-tab > a {
	border-radius: 0 !important;
}
.accor .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	border-bottom: solid #e9e9e9 2px !important;
	background-color: #fff;
}
.accor .vc_tta.vc_general .vc_tta-panel-title > a {
	background: 0 0;
	display: block;
	padding: 10px 30px 10px 0;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
	position: relative;
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	border: none;
}
.accor .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, .accor .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
	background-color: #fff;
}
.accor .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
	border-color: #e9e9e9;
	background-color: #fff;
}
.accor .vc_tta-panel-body {
	border-right: none !important;
	border-left: none !important;
}
.page-id-2047 .flexslider {
	margin-bottom: 20px;
}
.vc_tta-panels {
	border-top: solid #e9e9e9 1px;
	margin-bottom: 20px;
}/*100px*/
.full-banner {
	background: #fff;
}
.white-bg {
	background: #fff;
	padding-top: 0px;
}
div.white-bg .vc_tta-container {
	margin-top: 10px;
}
.Regent-Streets-Reference {
	background: #fff;
}
.Regent-Streets-Reference h4 {
	font-weight: 400;
	padding: 0 300px;
}
.Regent-Streets-Reference {
	padding-top: 0px;
	padding-bottom: 10px;
}
.info-section {
	background: #fff;
	border-top: solid #e2e2e2 1px;
	border-bottom: solid #e2e2e2 1px;
}
.info-section div.vc_col-sm-6:nth-child(2) {
	border-left: solid #e2e2e2 1px;
}
.Anti-ageing {
	border-top: solid #d7d7d7 1px;
	border-bottom: solid #d7d7d7 1px;
	background-color: #fff;
}
div.entry-content .Anti-ageing[data-vc-full-width="true"] {
	background-size: cover !important;
}
.page-template-single-regentclinics .vc_btn3-container.vc_btn3-inline.vc_col-sm-4 {
	display: inline !important;
	text-align: center;
	padding-top: 95px;
	padding-bottom: 0;
}
.page-template-single-regentclinics div.vc_col-sm-9 div.vc_col-sm-12 {
	padding-bottom: 55px;
	border-bottom: solid #e2e2e2 1px;
	padding-top: 55px;
}
section#text-9 div.book-appoint-side h3 span {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 20px !important;
}
section#text-9 div.book-appoint-side p {
	font-weight: 400;
	font-size: 14px;
}
section#text-9 div.book-appoint-side p span.inc_siz {
	font-size: 26px;
	line-height: 32px;
}
.blur_font {
	color: #b5b5b5;
	font-size: 14px;
	font-weight: 400;
}
.abouts section#text-9 div.book-appoint-side p i {
	font-size: 20px;
	margin: 0 5px;
}
.side-clinics {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
.side-clinics li {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}
.abouts section#text-9 div.book-appoint-side ul.side-clinics li i {
	font-size: 25px;
}
.side-clinics li a {
	font-size: 17px;
	color: #152972;
	font-weight: 400;
}
.abouts section#text-9 div.book-appoint-side ul {
	padding: 20px 0;
}
.recentclinic > div.vc_column-inner {
	padding-top: 0;
}
.fa.fa-volume-control-phone {
	transform: rotate(-45deg);
}
.Wrinkles-can-be-treated-part .blue-color {
	padding: 0 195px;
}
.page-id-361 .Anti-ageing {
	border-top: none;
	border-bottom: none;
	background-color: #fff;
}
.About-Lip-Fillers h3 {
	font-size: 34px;
	font-weight: 300;
	margin-top: 0px !important;
	margin-bottom: 20px !important;
}
.sorct-height h4.vc_custom_heading.padding-bottom-cust {
	padding: 0 275px;
	font-weight: 400;
}
div.entry-content .Anti-ageing.left[data-vc-full-width="true"] {
	background-size: auto 100% !important;
	background-position: right top !important;
}
div.entry-content .Anti-ageing.right[data-vc-full-width="true"] {
	background-size: auto 100% !important;
	background-position: left top !important;
}
.inner-clinic-form {
	float: left;
	width: 100%;
	margin-top: 50px;
	border: solid #e4e4e4 1px;
	border-radius: 10px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	background: #fff;
}
.inner-clinic-form div.vc_column-inner {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px !important;
}
.inner-clinic-form h2.vc_custom_heading {
	border-bottom: solid #e2e2e2 1px;
	padding-bottom: 20px;
	color: #333;
}
h1.pagetitle {
	color: #333;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 40px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 15px;
	letter-spacing: -2px;
	width: 95%;
	margin: 0 auto 20px;
}
.page-reviews {
	float: left;
	width: 96% !important;
	margin: 0 2%;
	border: solid #e2e2e2 1px;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 25px !important;
	position: relative;
}
.page-reviews .vc_column-inner {
	padding: 0 !important;
}
.review-content {
	font-size: 14px;
	line-height: 25px;
	padding-left: 25px;
	color: #000066;
}
.review-author {
	font-size: 14px;
	padding-left: 46px;
	color: #000;
	font-weight: 600;
	margin-top: 10px;
}
.page-reviews::after {
	content: "";
	display: block;
	width: 3px;
	min-height: 70%;
	background: #152972;
	position: absolute;
	top: 15%;
	left: 25px;
}
.review-author::after {
	content: "";
	display: block;
	width: 12px;
	height: 1px;
	background: #333;
	position: relative;
	top: -11px;
	left: -18px;
}
.page-template-reviews div.gray-border.wpb_column.vc_column_container.vc_col-sm-9 p:nth-child(3) {
	width: 95%;
	margin: 0 2.5%;
}
footer p {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}
.vc_carousel-slideline {
	text-align: center;
}
.white-bg-border-bottom {
	background: #fff;
	border-bottom: solid #e8e8e8 1px;
}
.white-bg-border-bottom.wpb_column {
	padding-top: 0px;
	padding-bottom: 20px;
}
.white-bg-border {
	background: #fff;
}
.white-bg-border {
	font-size: 0;
}
.testimonial {
	background: #fff;
	padding-bottom: 70px;
}
.client_says i.fa-quote-left {
	color: #152972;
	font-size: 50px;
	float: left;
	width: 6%;
}
.client_says i.fa-quote-right {
	color: #152972;
	font-size: 50px;
	float: right;
	width: 6%;
}
.client_says p {
	float: left;
	width: 85%;
	margin-left: 8%;
	margin-right: 8%;
	margin-top: -15px;
}
.client_says h3 {
	float: left;
	width: 84%;
	margin: -45px 8% 0 8%;
	font-size: 23px;
}
.wpcf7-form p {
	float: left;
	width: 100%;
}
p.form-tag label.title-field {
	float: left;
	width: 16%;
	text-align: right;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.2px;
	min-height: 34px;
	line-height: 34px;
	margin-right: 4%;
}
form#bookform p label:nth-child(1) {
	float: left;
	width: 16%;
	text-align: right;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.2px;
	min-height: 34px;
	line-height: 34px;
	margin-right: 4%;
	margin-left: 0;
	font-style: normal;
	color: #333;
}
.inner-clinic-form form.wpcf7-form span {
	float: left;
	width: 60%;
	min-height: 34px;
	line-height: 34px;
}
p.form-tag span input {
	border: solid #b5b5b5 1px;
	width: 100%;
	min-height: 34px;
	border-radius: 5px;
	color: #333;
	font-size: 15px;
	padding: 0 12px;
}
p.form-tag label.Required-field {
	float: right;
	color: #152972;
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	width: 17%;
	line-height: 34px;
	margin-left: 3%;
}
form#bookform p label:nth-child(3) {
	float: right;
	color: #152972;
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	width: 17%;
	line-height: 34px;
	margin-left: 3%;
}
p.form-tag span select {
	border: solid #b5b5b5 1px;
	width: 100%;
	min-height: 34px;
	border-radius: 5px;
	color: #666;
	font-size: 15px;
	padding: 0 12px;
	background: #fff;
	line-height: 34px;
	float: left;
	padding: 7px 6px 5px 6px;
}
p.form-tag span textarea {
	border: solid #b5b5b5 1px;
	width: 100%;
	min-height: 34px;
	border-radius: 5px;
	color: #333;
	font-size: 15px;
	padding: 0 12px;
	min-height: 95px;
	padding: 12px;
}
.inner-clinic-form p:nth-child(8) label.title-field {
	line-height: normal;
	float: left;
}
.inner-clinic-form p:nth-child(5) {
	margin-bottom: 0 !important;
}
.form-bt {
	float: left;
	width: 100%;
	text-align: center;
}
.form-bt input {
	border: none;
	background: #152972;
	font-size: 15px;
	color: #fff;
	min-height: 55px;
	line-height: 55px;
	text-transform: uppercase;
	border-radius: 10px;
	padding: 0 25px;
	text-align: center;
	margin-top: 15px;
	cursor: pointer;
	margin-bottom: 15px;
}
span.ajax-loader {
	width: 100% !important;
}
.regent-street {
	font-weight: 600;
	text-align: justify;
}
#bookform {
	float: left;
	width: 100%;
}
#bookform p {
	float: left;
	width: 100%;
}
.wpb_gmaps_widget .wpb_wrapper {
	background-color: #fff !important;
	padding: 0 !important;
	float: left;
	width: 100%;
}
#primary section#text-26.widget p img {
	text-align: left;
	float: left;
	margin: 0 18px 0 0;
}
#primary section#text-26.widget p {
	text-align: left;
}
#primary section#text-26.widget h3 {
	margin-bottom: 20px;
	text-align: left;
}
.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-classic.vc_btn3-icon-right.vc_btn3-color-blue {
	background: transparent;
	border: solid #fff 2px !important;
	border-radius: 10px;
}
.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-classic.vc_btn3-icon-right.vc_btn3-color-blue:hover, .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-classic.vc_btn3-icon-right.vc_btn3-color-blue:focus {
	background: #fff;
	color: #152972;
}
.brand-image {
	float: left;
	width: 1154px;
	margin: 0 -15px;
}
.brand-image span {
	float: left;
}
.Street-padding {
	padding-top: 40px;
}
.home {
	background: #fff;
}
#bookform p span {
	float: left;
	width: 60%;
	min-height: 34px;
	line-height: 34px;
}
.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-blue {
	background: #001257;
	border: solid #001257 2px !important;
	border-radius: 10px;
	color: #fff;
	text-transform: uppercase;
}
.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-blue:hover {
	color: #001257;
	background : #fff;
}
.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-blue:focus {
	color: #001257;
	background: #fff;
}
#bookform p span input {
	border: solid #b5b5b5 1px;
	width: 100%;
	min-height: 34px;
	border-radius: 5px;
	color: #333;
	font-size: 15px;
	padding: 0 12px;
}
#bookform p span select {
	border: solid #b5b5b5 1px;
	width: 100%;
	min-height: 34px;
	border-radius: 5px;
	color: #666;
	font-size: 15px;
	padding: 0 12px;
	background: #fff;
	line-height: 34px;
	float: left;
	padding: 7px 6px 5px 6px;
}
#bookform p:nth-child(5) {
	margin-bottom: 15px !important;
}
.book-appoint-side i {
	font-size: 2.8rem;
	color: #152972;
}
section#text-28 i {
	font-size: 2.8rem;
	color: #152972;
}
.side-clinics i {
	font-size: 22px;
}
#bookform p label {
	float: right;
	color: #152972;
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	width: 17%;
	line-height: 34px;
	margin-left: 3%;
}
#bookform p span.Preferred-Days-select {
	width: 27%;
	float: left;
}
#bookform p span.Preferred-Days-select select {
	min-height: 130px;
}
#bookform p span.Preferred-Days-select select option {
	margin-bottom: 6px;
}
#bookform p span.forward-icon {
	line-height: normal;
	width: auto;
	height: auto;
	min-height: auto;
	margin-top: 5px;
}
#bookform p span.backward-icon {
	line-height: normal;
	width: auto;
	height: auto;
	min-height: auto;
}
#bookform p span.forward-icon input {
}
#bookform p span.backward-icon input {
}
#bookform p span.forward-icon input {
	background-image: url("http://mudinclusive.com/regent/wp-content/themes/twentyseventeen/image/arrow-compare1.png");
	background-repeat: no-repeat;
	background-color: #fff;
	border: none;
	font-size: 0;
	padding: 0;
	line-height: normal;
	height: 10px;
	width: 14px;
	line-height: normal;
	min-height: 10px;
}
#bookform p span.backward-icon input {
	background-image: url("http://mudinclusive.com/regent/wp-content/themes/twentyseventeen/image/arrow-compare2.png");
	background-repeat: no-repeat;
	background-color: #fff;
	border: none;
	font-size: 0;
	padding: 0;
	line-height: normal;
	height: 10px;
	width: 14px;
	line-height: normal;
	min-height: 10px;
}
.backward-icon {
	margin: -7px 0 0 -22px;
}
#bookform p.form-bt input {
	border: none;
	background: #152972;
	font-size: 15px;
	color: #fff;
	min-height: 55px;
	line-height: 55px;
	text-transform: uppercase;
	border-radius: 10px;
	padding: 0 25px;
	text-align: center;
	margin-top: 30px;
	cursor: pointer;
	width: auto;
}
#bookform p.form-bt span {
	width: 100%;
	margin-bottom: 30px;
}
div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
	background-repeat: no-repeat;
}
span.ajax-loader {
	position: absolute;
	width: 16px !important;
}
#bookform p span.con-bt {
	float: left;
	margin: 50px 10px 0 15px;
	width: auto;
}
.vc_custom_heading.book-pr {
	margin-top: 40px;
	float: left;
	width: 100%;
}
.page-id-15 div.which-info {
	padding: 15px 0;
}
p.form-tag span input {
	width: 100%;
	min-height: 38px;
	color: #333;
	font-size: 15px;
	padding: 0 12px;
}
form.wpcf7-form input {
	box-shadow: 0px 0px 5px 0px rgba(107,107,107,0.3);
	width: 100%;
	border: none;
	min-height: 38px;
	color: #333;
	font-size: 15px;
	padding: 0 12px;
}
form.wpcf7-form input:focus {
	box-shadow: 0px 0px 5px 0px rgba(107,107,107,0.5);
}
form.wpcf7-form select {
	border: solid #b5b5b5 1px;
	width: 100%;
	min-height: 34px;
	border-radius: 5px;
	color: #333;
	font-size: 15px;
	padding: 0 12px;
}
form.wpcf7-form textarea {
	box-shadow: 0px 0px 5px 0px rgba(107,107,107,0.3);
	border: none;
	width: 100%;
	min-height: 34px;
	color: #333;
	font-size: 15px;
	padding: 0 12px;
	min-height: 80px;
}
form.wpcf7-form textarea:focus {
	box-shadow: 0px 0px 5px 0px rgba(107,107,107,0.3);
}
.page-id-39 form.wpcf7-form span {
	margin-bottom: 15px;
	float: left;
}
.page-id-39 form.wpcf7-form label {
	margin-bottom: 5px;
	float: left;
	width: 100%;
	font-size: 14px;
}
.wpcf7-form-control.wpcf7-submit {
	border: none;
	background: #152972;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 40px;
	text-align: center;
	margin-top: 15px;
	cursor: pointer;
	margin-bottom: 15px;
	float: right;
	width: auto;
}
.address-list-box {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.address-list-box a {
	float: right;
	font-size: 14px;
	color: #000066;
}
.contact-wrapper {
	max-width: 1165px !important;
	margin: 0 auto !important;
	padding: 0;
	float: none !important;
	width: 80% !important;
}
.address-list .fa.fa-phone {
	font-size: 26px;
	color: #000066;
}
.address-list .fa.fa-envelope {
	font-size: 20px;
	color: #000066;
}
.address-list .p-num {
	float: right;
}
.address-list .p-name {
	font-weight: 600;
	padding: 0 10px;
	color: #000066;
}
/*h2.vc_custom_heading {
	float: left;
	width: 100%;
}*/
.vc_custom_heading.blue.simple.full {
	float: left;
	width: 100%;
	font-weight: 300;
	font-size: 20px;
}
.img-border-custm {
	border: solid #e2e2e2 1px;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.center-full-normal {
	float: left;
	width: 100%;
	text-align: center !important;
	font-size: 30px;
	font-weight: 300;
	margin-top: 75px;
	margin-bottom: 20px;
}
.step-part {
	width: 100%;
	float: left;
	margin: 0 0 20px 0 !important;
	float: left;
}
.step-part div.vc_col-sm-4 {
	border: solid #152972 2px !important;
	border-radius: 10px;
	/*min-height: 263px;*/
	max-height: 229px;
	overflow: hidden;
	width: 31.3%;
	margin: 0 1%;
	padding: 15px 0;
	text-align: center;
}
.style-2 .wpb_text_column.wpb_content_element {
	min-height: 125px;
}
.simple_step h4 {
	font-size: 25px;
	color: #152972;
	line-height: 28px;
	font-weight: 300;
	letter-spacing: -1px;
	margin-bottom: 22px !important;
	float: left;
	width: 90%;
	text-align: center;
	margin: 0 5%;
}
.info-part-book {
	border-bottom: 1px solid #ececec;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
}
.vc_custom_heading.black.no-mar {
	margin-top: -5px;
}
.info-part-book .colum-border {
	border: solid #8f8f8f 2px;
	width: 42%;
	margin-left: 4%;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-right: 4%;
}
.page-id-481 h2.vc_custom_heading.black {
	margin-top: 25px;
}
.vc_custom_heading.blue.simple.half {
	width: 100%;
	font-weight: 300;
}
.black.custm-testimonial {
	float: left;
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 30px;
	letter-spacing: -2px;
	font-weight: normal;
}
.black.custm-testimonial b {
	font-weight: 700;
}
.black.custm-testimonial i {
	color: #152972;
	font-size: 25px;
	margin: 10px;
}
.black.custm-testimonial {
	float: left;
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 30px;
	letter-spacing: -2px;
	font-weight: normal;
	padding: 0 83px;
}
.vc_custom_heading.blue.heading-middle {
	text-align: center !important;
	padding: 10px 52px 10px;/*100px 52px 10px;*/
}
.padding-bottom-img {
	padding-bottom: 30px;
}
.padding-bottom-img {
	/*border-bottom: solid #e2e2e2 1px;*/
    /*padding-bottom: 80px;*/
    /*margin-bottom: 50px !important;*/
	float: left;
	width: 100%;
}
.wpb_column.vc_column_container.vc_col-sm-4 {
	border-color: #ebebeb;
}
.step-part div.wpb_single_image {
	float: left;
	width: 100%;
	text-align: center;
	min-height: 135px;
}
.vc_custom_heading.blue.normal {
	font-weight: 300;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	background-color: #fff !important;
	border-right: none !important;
	border-left: none !important;
}
.step-part h4.vc_custom_heading {
	text-align: center !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.new-blog {
	border-top: solid #e2e2e2 1px;
	border-bottom: solid #e2e2e2 1px;
	float: left;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.new-blog div.vc_col-sm-7 {
	border-right: solid #e2e2e2 1px;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.new-blog h3 {
	font-weight: 300;
	font-size: 40px;
	margin-bottom: 10px;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.new-blog div.vc_col-sm-7, .vc_row.wpb_row.vc_inner.vc_row-fluid.new-blog div.vc_col-sm-5 {
	padding: 5px;
}
.new-blog div.vc_col-sm-5 p {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 17px;
}
.new-blog div.vc_col-sm-5 p i {
	color: #152972;
}
div.new-blog .vc_col-sm-5 .vc_icon_element {
	line-height: 0;
	font-size: 14px;
	margin-bottom: 6px;
	margin-top: 15px !important;
}
.new-blog2 {
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
}
/*.new-blog2 div.vc_col-sm-6:nth-child(1) {border-right: solid #e2e2e2 1px;}*/
/*.new-blog2 div.vc_col-sm-6:nth-child(2) {
    border-left: solid #e2e2e2 1px;
}*/
.new-blog2 div.vc_col-sm-6 {
	padding: 5px 9px;
	min-height: 220px;
	position: relative;
	z-index: 9999;
}
.new-blog2 div.vc_col-sm-6 h3 {
	font-weight: 400;
}
.new-blog2 div.vc_col-sm-6 p {
	line-height: 28px;
}
.blue-new-blog {
	float: left;
	width: 872px;
	margin: 0 -15px !important;
	min-height: 60px;
	border-radius: 10px 10px 0 0;
	line-height: 58px;
} /*float: left;width: 100%; margin: 0 !important;*/
.blue-new-blog p {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 60px;
	margin: 0 !important;
}
.vc_custom_heading.black.new-heading {
	text-align: center !important;
	letter-spacing: -2px;
	margin: 15px 0 !important;
}/*45px 0 !important;}*/
.new-table-part {
	float: left;
	width: 100%;
	margin: 0;
	padding: 30px 15px 0px;
	font-size: 15px;
	color: #333;
	font-weight: 300;
}
.new-table-part td {
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
}
.new-table-part tr {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.new-table-part tr td {
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
}
.new-table-part tr td:nth-child(1) {
	float: left !important;
	width: 40%;
	padding-right: 2%;
}
.new-table-part tr td:nth-child(3) {
	float: right;
	width: 38%;
	padding-left: 2%;
}
.new-table-part tr td:nth-child(2) {
	float: left;
	width: 20%;
	text-align: center;
}
.new-table-part tr td h4 {
	font-size: 17px;
	font-weight: 700;
}
.purlpe-new-section {
	float: left;
	width: 100%;
	margin: 0 0 30px !important;
	border-top: solid #e2e2e2 1px;
	border-bottom: solid #e2e2e2 1px;
}
.purlpe-new-section div.vc_col-sm-6 div.wpb_wrapper {
	padding: 8px;
}
.purlpe-new-section div.vc_col-sm-6 h3 {
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
}
.purlpe-new-section div.vc_col-sm-6 h3.bold {
	margin-bottom: 15px;
}
.purlpe-new-section div.vc_col-sm-6 div.wpb_wrapper {
	padding: 25px 8px;
}
.purlpe-new-section div.vc_col-sm-6:nth-child(1) {
	padding-top: 25px;
}
.purlpe-new-section div.vc_col-sm-6:nth-child(2) h2, .purlpe-new-section div.vc_col-sm-6:nth-child(2) h3, .purlpe-new-section div.vc_col-sm-6:nth-child(2) p {
	color: #fff !important;
}
div.get_tested div.vc_column-inner {
	min-height: 660px;
}
div.get_tested .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-custom {
	font-weight: 400;
	font-size: 15px;
	margin-top: 45px;
}
.doctor-new-section {
	border-top: solid #e2e2e2 1px;
	margin-top: 15px;
	padding-top: 15px;/*border-bottom: solid #e2e2e2 1px;
    padding-bottom: 35px;
    margin-bottom: 55px;*/
}
.screen_box {
	float: left;
	width: 100%;
	border: solid #0066cc 3px;
	border-radius: 10px;
	padding: 0 20px;
	margin-bottom: 20px !important;
}
.screen_box h3:nth-child(1) {
	background: #152972;
	min-height: 72px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	line-height: 72px;
	border-radius: 10px 10px 0 0;
	margin-top: -2px;
	width: 405px;
	margin-left: -23px;
}
.new-blog-4 h3 {
	float: left;
	width: 100%;
}
.vc_custom_heading.blue.new-head {
	float: left;
	width: 100%;
	border-top: solid #e2e2e2 1px;
	text-align: center !important;
	font-size: 25px !important;
	font-weight: 300;
	padding-top: 5px;/*45px;*/
}
.new-blog-5 {
	float: left;
	width: 100%;
	margin: 0 !important;
}
.test_box {
	float: left;
	width: 100%;
	border: solid #ebebeb 2px;
	border-radius: 10px;
	padding: 0 20px;
	min-height: 275px; /*385PX*/
	margin-bottom: 20px !important;
	position: relative;
}
.t_details {
	min-height: 120px;
	font-weight: 300;
	font-size: 15px;
}
.test_box h3:nth-child(1) {
	background: #152972;
	min-height: 72px;
	color: #fff;
	font-size: 18px;
	text-align: left;
	font-weight: 400;
	line-height: normal;
	border-radius: 10px 10px 0 0;
	margin-top: -2px;
	width: 391px;
	margin-left: -23px;
	padding: 15px 25px 0 25px;
}
.test_box h3 {
	float: left;
	width: 100%;
	text-align: center;
	color: #333;
}
.vc_custom_heading.black.new-head-2 {
	float: left;
	width: 100%;
	border-top: solid #e2e2e2 1px;
	letter-spacing: -2px;
	padding-top: 5px;
	padding-bottom: 0px;
}
.new-blog-6 {
	float: left;
	width: 100%;
	margin: 0 !important;
}
.new-blog-6 div.test_box h3:nth-child(1) {
	width: 251px;
	height: 40px;
	line-height: 40px;
	min-width: 40px;
	font-weight: 700;
}
.info-section.new-part-info-sec {
	border-top: solid #e2e2e2 1px;
	float: left;
}
.info-section.new-part-info-sec div.vc_col-sm-6 div.vc_column-inner {
	padding-top: 45px;
	padding-bottom: 40px;
}
.test_box ul {
	list-style: none;
	float: left;
	width: 100%;
}
.street-bold {
	font-weight: 600;
	text-align: center;
	color: #000066;
}
.test_box ul li {
	border-bottom: 2px solid #e2e2e2;
	float: left;
	font-size: 17px;
	font-weight: 300;
	line-height: 37px;
	min-height: 40px;
	width: 100%;
}
.test_box ul li i {
	color: #152972;
	float: left;
	font-size: 23px;
	line-height: 34px;
	margin-right: 10px;
	min-height: 33px;
}
.btn_more {
	background: #fff;
	border: solid #001257 2px;
	border-radius: 4px;
	color: #001257;
	font-size: 14px;
	padding: 0 1rem;
	min-height: 28px;
	line-height: 28px;
	float: left;
}
.test_box h3.black {
	margin-top: 10px;
}
.btn_more:hover, .btn_more:focus {
	background: #001257;
	color: #fff;
}
div.book-appoint-side div.client_says i.fa {
	font-size: 22px !important;
}
div.book-appoint-side div.client_says p {
	float: left;
	width: 88% !important;
	margin-left: 6%;
	margin-right: 6%;
	margin-top: 0;
	margin-bottom: 0;
}
.vc_tta-container {
	float: left;
	width: 100%;
}
.accor h2.vc_custom_heading.container {
	width: 1165px !important;
	margin: 0 auto !important;
	float: none;
}
.vc_custom_heading.white {
	color: #fff;
	font-size: 60px;
	font-weight: 600;
	width: 1165px;
	float: none;
	margin: 0 auto;
}
li a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-classic.vc_btn3-icon-right.vc_btn3-color-blue {
	float: left;
	padding: 0 0 !important;
	width: 215px;
	min-height: 55px;
	line-height: 55px !important;
	text-align: center;
	font-size: 20px !important;
	letter-spacing: -2px !important;
}
li .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
	right: 14px !important;
}
.image-over-first {
	border-radius: 10px !important;
	overflow: hidden;
	margin: 10px 1% -20px;
	width: 31% !important;
}
.image-over-first div, vc_column-inner {
	float: left;
}
.vc_row.wpb_row.vc_row-fluid.sorct-height {
	margin-bottom: 10px;
}
.service .vc_col-sm-4 {
	width: 31.333%;
	margin: 0 1% 25px;
}
.service .vc_col-sm-2 {
	margin: 0 0.5% 14px;
	width: 15.65%;
}
.page-id-361 .wpb_column.vc_column_container.vc_col-sm-4:nth-child(3) .font-size-13 {
	min-height: 153px;
}
.which-info p {
	color: #152972;
	margin: 0 !important;
	font-weight: 400;
}
.which-info p i {
	font-size: 20px;
	margin-right: 5px;
}
.which-info div.vc_column-inner {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
section i.fa.fa-volume-control-phone {
	color: #152972;
	font-size: 75px;
	margin-top: 10px;
	margin-bottom: 8px;
}
section i.fa.fa-calendar {
	color: #152972;
	font-size: 60px;
	margin-top: 0;
	margin-bottom: 8px;
}
section .client_says i.fa-quote-left {
	width: 100%;
	text-align: left;
	font-size: 30px;
	margin-top: 15px;
}
section .client_says i.fa-quote-right {
	width: 100%;
	text-align: right;
	font-size: 30px;
}
section .client_says p {
	float: left;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0 !important;
	margin-top: 0;
}
section .client_says h3 {
	float: left;
	width: 100%;
	margin: -10px 0 0 !important;
	font-size: 23px;
}

.time-table1 {
	border-collapse: collapse;
	width: 50%;
	margin: 10px 0;
}
.time-table1 tr {
}
.time-table1 tr:nth-child(1) th {
	background: #004489!important;
}
.time-table1 tr td {
	text-align: left;
	color: #000066 !important;
	text-align: center;
	border: 1px solid #dddddd;
	padding: 10px;
}
.time-table1 tr th h2 {
	color: #fff !important;
}
.time-table1 tr th {
	text-align: left;
	color: #000066 !important;
	text-align: center;
	border: 1px solid #dddddd;
	background: #fff !important;
	padding: 10px;
	font-weight: bold;
}
.time-table1 thr th h2 {
	font-size: 16px !important;
	line-height: 20px !important;
	color: #000066 !important;
	text-align: center;
}
.logo-image {
	margin-top: 25px;
	float: left;
	width: 100%;
}
.vc_col-sm-3 .vc_column-inner {
	margin-top: 0 !important;
}
.vc_row-has-fill .wpb_column.vc_column_container.vc_col-sm-7 {
	width: 100% !important;
}
.vc_row-has-fill .wpb_column.vc_column_container.vc_col-sm-2 {
	display: none;
}
.simple_book {
	float: left;
	width: 100%;
}
.step-part div.vc_btn3-inline {
	float: left;
	width: 100%;
}
.simple_step h3.box-radius-number {
	float: none;
	margin: 20px auto;
}
.bluepatti .vc_column-inner {
	padding: 0 !important;
}
.single_team_page div.vc_col-sm-9 {
	border: solid #e2e2e2 1px;
	margin-top: 35px;
	padding: 35px 15px;
	background: #fff;
}
.single_team_page div.vc_col-sm-3 {
	margin-top: 35px;
}
.single_team_page div.vc_col-sm-3 {
	padding: 0 15px;
}
.single_team_page div.vc_col-sm-9 div.vc_col-sm-9 {
	border: none;
	margin: 0;
	padding: 0;
}
.single_team_page div.vc_col-sm-9 div.vc_col-sm-3 {
	border: none;
	margin: 0;
	padding: 0;
}
.team_member_details h2 {
	margin-bottom: 15px;
	margin-top: 5px;
}
.single-team #primary {
	background: #f7f7f7;
}
.page-id-31 .inner-clinic-form {
	float: left;
	width: 70%;
	border: solid #e4e4e4 1px;
	border-radius: 10px;
	margin-left: 15% !important;
	margin-right: 15% !important;
	background: #fff;
	box-shadow: 0px 0 45px 0 #dedede;
	margin-top: 0;
}
.band_logo p {
	float: left;
}
.check_up div.vc_column-inner {
	padding-top: 0;
	padding-bottom: 0;
}
.vc_separator.wpb_content_element.vc_separator_align_center.vc_sep_width_100.vc_sep_pos_align_center.vc_separator_no_text.vc_sep_color_grey {
	display: none;
}
/** sub-menu **/
/*#main-head.site-main-header ul li button {display: none;}
#main-head.site-main-header ul li ul {background: #fff none repeat scroll 0 0;border-top: 2px solid #001257;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2);left: 20%;position: absolute;top:85px;width: 1040px;z-index: 9;padding:15px;}
#main-head.site-main-header ul li ul {opacity:0;transition:opacity ease 1s;visibility:hidden;}
#main-head.site-main-header ul li:hover ul,#main-head.site-main-header ul li:focus ul {opacity:1;visibility:visible;} 
 #main-head.site-main-header ul li ul li { border: medium none;float: left; line-height:normal;margin: 0 0 5px 0;min-height: auto;padding: 0;width: 25%;} 
#main-head.site-main-header ul li ul li a { float: left;font-weight: 400;padding: 0;text-transform: uppercase;
    width: 100%;font-family:'Open Sans', sans-serif;font-size: 12px;letter-spacing:0;color:#333 !important;}
#main-head.site-main-header ul li ul li:nth-child(1) a {padding-left:0%;}


#main-head.site-main-header ul li ul li:last-child a {padding-right:5%;} */

/** sub-menu-inner-menu **/

/*#main-head.site-main-header ul li ul li ul { border-top: medium none;box-shadow: none;float: left;left: 7%;
    padding: 0;position: relative;top: 0;width: 90%;}
#main-head.site-main-header ul li ul li ul li { float: left;width: 100%;position: relative;}
#main-head.site-main-header ul li ul li ul li a {color: #333;float: left;font-size: 13px;text-transform: none;width: 100%;}
#main-head.site-main-header ul li ul li ul li:hover a,#main-head.site-main-header ul li ul li ul li:focus a {color: #001257 !important;}
#main-head.site-main-header ul li ul li ul {margin: 10px 0;}
#main-head.site-main-header ul li ul li ul li::before {border-bottom: 5px solid transparent;border-left: 6px solid #ccc;
    border-top: 5px solid transparent;content: "";display: block;height: 0;left: 1px;position: absolute;top: 4px; width: 0;}
    

/** start slider masterslider css **/
.nottingham-banner {
	width: 100%;
	float: left;
}
.nottingham-banner-left {
	width: 50%;
	float: left;
	text-align: left;
}
.nottingham-banner-left img {
}
.right-time {
	width: 20%;
	float: right;
	text-align: left;
}
@media (min-width:768px) and (max-width:999999999999999999999999999999px) {
.ms-bullets.ms-dir-h.ms-align-bottom.ms-ctrl-hide {
	opacity: 1 !important;
}
.ms-skin-light-2 .ms-bullet {
	width: 15px !important;
	height: 15px !important;
	background: #b1b1b1 !important;
	margin: 5px !important;
	border: none !important;
	border-radius: 100%;
}
.ms-skin-light-2 .ms-bullet-selected {
	background: #152972 !important;
}
.ms-bullets.ms-dir-h.ms-align-bottom.ms-ctrl-hide, .ms-bullets.ms-dir-h.ms-align-bottom.ms-ctrl-hide:hover, .ms-bullets.ms-dir-h.ms-align-bottom.ms-ctrl-hide:focus {
	width: 102px !important;
}
.ms-skin-light-2 .ms-bullets.ms-dir-h .ms-bullets-count {
	right: 0 !important;
}
.ms-skin-light-2 .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: -70px !important;
	right: auto !important;
	left: auto !important;
}
}
 @media (min-width:240px) and (max-width:767px) {
.ms-bullets.ms-dir-h.ms-align-bottom.ms-ctrl-hide {
	opacity: 1 !important;
}
.ms-skin-light-2 .ms-bullet {
	width: 15px !important;
	height: 15px !important;
	background: #b1b1b1 !important;
	margin: 5px !important;
	border: none !important;
	border-radius: 100%;
}
.ms-skin-light-2 .ms-bullet-selected {
	background: #152972 !important;
}
.ms-bullets.ms-dir-h.ms-align-bottom.ms-ctrl-hide, .ms-bullets.ms-dir-h.ms-align-bottom.ms-ctrl-hide:hover, .ms-bullets.ms-dir-h.ms-align-bottom.ms-ctrl-hide:focus {
	width: 102px !important;
}
.ms-skin-light-2 .ms-bullets.ms-dir-h {
	bottom: -60px !important;
}
.page-id-31 .inner-clinic-form {
	float: left;
	width: 100%;
	border: solid #e4e4e4 1px;
	border-radius: 10px;
	margin-left: 0% !important;
	margin-right: 0% !important;
	background: #fff;
	box-shadow: 0px 0 45px 0 #dedede;
	margin-top: 0;
}
.custom-logo {
	height: auto;
	margin: 15px 0;
	width: 229px;
}
.home-sl-blue div.vc_col-sm-2 {
	width: 100%;
	height: 255px;
	margin: 0 0 15px 0;
}
}
/** end slider masterslider css **/

.check_up div.vc_empty_space {
	display: none;
}
.check_up {
	width: 280px !important;
	background: #fff;
	min-height: 300px;
	padding: 15px !important;
	position: absolute !important;
	right: 12%;
	top: 26%;
}
.page-id-481 .vc_custom_heading.white {
	font-size: 42px;
}










/****** responsive ******/

@media (min-width:1026px) and (max-width:1180px) {
.container {
	width: 1000px;
	margin: 0 auto !important;
	padding: 0 0;
}
body {
	overflow-x: hidden;
}
#main-head.site-main-header ul li a {
	font-size: 15px;
	padding: 0 10px;
	cursor: pointer;
}
.service div.overlay h3 {
	font-size: 33px;
}
.band_logo {
	float: none;
	width: 1000px;
	margin: 20px auto;
}
.container.gray-border.custm-container.wpb_column.vc_column_container.vc_col-sm-12 {
	width: 960px;
}
.vc_custom_heading.white {
	width: 1000px;
}
.accor h2.vc_custom_heading.container {
	width: 1000px !important;
}
.client_before_after_lip {
	width: 1000px !important;
}
.image_part img {
	width: 100%;
	height: auto;
}
.blue-new-blog {
	width: 100%;
	margin: 0 !important;
}
}
 @media (min-width:992px) and (max-width:1025px) {
.blue-new-blog {
	width: 100%;
	margin: 0 !important;
}
.container {
	width: 960px;
	margin: 0 auto !important;
	padding: 0 0;
}
.screen_box h3:nth-child(1) {
	background: #152972;
	min-height: 72px;
	color: #fff;
	font-size: 25px;
	text-align: center;
	font-weight: 700;
	line-height: 72px;
	border-radius: 10px 10px 0 0;
	margin-top: -2px;
	width: 328px;
	margin-left: -23px;
}
.test_box h3:nth-child(1) {
	width: 315px;
}

.new-blog-6 div.test_box h3:nth-child(1) {
	width: 200px;
	height: auto;
	line-height: normal;
	min-width: 40px;
	font-weight: 700;
}
.new-blog {
	float: left;
}
body {
	overflow-x: hidden;
}
#main-head.site-main-header ul li a {
	font-size: 14px;
	padding: 0 10px;
}
.service div.overlay h3 {
	font-size: 33px;
}
.band_logo {
	float: none;
	width: 960px;
	margin: 20px auto;
}
.container.gray-border.custm-container.wpb_column.vc_column_container.vc_col-sm-12 {
	width: 960px;
}
.vc_custom_heading.white {
	width: 960px;
}
.accor h2.vc_custom_heading.container {
	width: 960px !important;
}
.client_before_after_lip {
	width: 960px !important;
}
.image_part img {
	width: 100%;
	height: auto;
}
}
 @media (min-width:768px) and (max-width:991px) {
.blue-new-blog {
	width: 100%;
	margin: 0 !important;
}
.container {
	width: 760px;
	margin: 0 auto;
	padding: 0;
}
.service {
	float: none;
	width: 760px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	min-height: auto;
}
/** start main menu **/
.icon.icon-bars {
	display: block;
}
.icon.icon-close {
	display: none;
}
#site-navigation.toggled-on button.menu-toggle .icon.icon-bars {
	display: none;
}
#site-navigation.toggled-on button.menu-toggle .icon.icon-close {
	display: block;
}
.menu-toggle svg use {
	float: left;
	color: #fff;
	width: 100%;
}
.menu-toggle svg {
	width: 35px;
	height: auto;
	float: right;
	height: 35px;
	margin: 0;
}
#main-head .menu {
	float: right;
	margin-top: 0;
	width: 100%;
}
.menu-toggle {
	background: transparent;
	border: none;
	font-size: 0;
	position: absolute;
	top: 60px;
	right: 10px;
	cursor: pointer;
}
#main-head .menu-main-menu-container {
	float: left;
	position: fixed;
	top: 0;
	height: 100%;
	background: #152972;
	z-index: 9;
	left: -100%;
	width: 82%;
	box-shadow: 0 2px 2px rgba(3,3,3,.05);
	overflow-y: auto;
	padding-top: 15px;
	padding-left: 5px;
	opacity: 0;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	max-width: 300px;
}
#main-head nav.toggled-on div.menu-main-menu-container {
	float: left;
	position: fixed;
	top: 0;
	height: 100%;
	background: #fff;
	z-index: 9;
	left: 0;
	width: 82%;
	box-shadow: 0 2px 2px rgba(3,3,3,.05);
	overflow-y: auto;
	padding-top: 15px;
	padding-left: 5px;
	opacity: 1;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	max-width: 300px;
}
#main-head.site-main-header ul li {
	display: inline;
	border-right: none;
	min-height: 48px;
	line-height: 48px;
	float: left;
	width: 100%;
}
#main-head.site-main-header ul li a {
	color: #333;
	font-weight: 400;
	font-size: 15px;
	padding: 0 12px;
	letter-spacing: -0.2px;
	float: left;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
}
#main-head.site-main-header ul li:hover a, #main-head.site-main-header ul li:focus a {
	color: #000;
	font-weight: 600;
}
.menu-toggle {
	display: block;
}
/** end main menu **/
.home-sl-blue div.vc_col-sm-3 {
	width: 48% !important;
	height: 255px;
	margin: 2% 1% 0% 1%;
	padding: 0 10px;
}
.page div.home-sl-blue div.vc_col-sm-3 h2.vc_custom_heading {
	margin-top: 0;
}
.vc_col-sm-6 {
	width: 100% !important;
}
h2.vc_custom_heading {
	color: #001257;
	font-size: 33px;
	font-weight: 400;
	text-align: left;
	margin: 15px 0;
	width: 100%;
}
.home h2.vc_custom_heading {
	text-align: center !important;
}
p {
	font-size: 15px;
	line-height: 22px;
	color: #333;
	font-weight: 300;
	letter-spacing: -0.3px;
	margin-bottom: 15px !important;
	float: left;
	text-align: left;
}
.home p {
	text-align: center;
}
.vc_btn3-container.vc_btn3-inline {
	display: inline;
	vertical-align: top;
	width: 100%;
	text-align: center;
	float: left;
	margin: 10px 0 0 0;
}
.bluepatti p {
	color: #b5deef;
	min-height: 38px;
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 400;
	border-right: solid #fff 1px;
	line-height: 38px;
	font-size: 15px;
	margin: 20px 0 !important;
}
.blue-text-center p {
	color: #152972;
	font-size: 22px;
	line-height: 28px;
	float: left;
	text-align: center;
	margin: 0;
	width: 100%;
}
.site-info {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	margin-bottom: 25px;
	margin-top: 10px;
}
.menu-toggle {
	background: transparent;
	border: none;
	font-size: 0;
	position: absolute;
	top: -55px;
	right: 10px;
	cursor: pointer;
}
#main-head .menu {
	position: relative;
}
#main-head.site-main-header {
	min-height: 110px;
}
.custom-header {
	margin: 0 !important;
}
.service div.overlay h3 {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 25px;
	line-height: 36px;
	letter-spacing: -2px;
	margin-top: 0;
}
.service a.btn.btn-primary {
	background: transparent;
	border: solid #fff 2px;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	min-height: 46px;
	line-height: 46px;
	border-radius: 10px;
	padding: 0 1.5rem;
	float: left;
	font-weight: 400;
	position: absolute;
	bottom: 10%;
	left: 18%;
}
.service div.overlay {
	position: relative;
	width: 100%;
	height: 200px;
	top: 0;
	padding: 25px 0;
}
.band_logo p {
	float: left;
	width: 33%;
}
#primary section.widget {
	text-align: center;
}
.vc_col-sm-3 {
	width: 100% !important;
}
.vc_col-sm-9 {
	width: 100% !important;
}
#primary section.widget p {
	text-align: center;
}
footer p {
	font-size: 14px !important;
}
.page-id-39 form.wpcf7-form span {
	width: 100%;
}
.vc_custom_heading.white {
	width: 100%;
}
.sorct-height h4.vc_custom_heading.padding-bottom-cust {
	padding: 0 0;
}
.container.gray-border.custm-container.wpb_column.vc_column_container.vc_col-sm-12 {
	width: 750px;
}
.Patient.Reviews-innr {
	float: left;
	width: 100% !important;
	margin: 0 !important;
}
.Patient.Reviews-innr .container {
	width: 100%;
}
.ms-slide-info p {
	display: none !important;
}
.Anti-ageing.left div.vc_col-sm-6:nth-child(2), .Anti-ageing.right div.vc_col-sm-6:nth-child(1) {
	display: none;
}
.accor h2.vc_custom_heading.container {
	width: 100% !important;
	margin: 0 auto !important;
	float: none;
	text-align: center !important;
}
.page-id-292 div.Anti-ageing div.vc_col-sm-6:nth-child(2) {
	display: none;
}
.Regent-Streets-Reference h4 {
	font-weight: 400;
	padding: 0 0;
}
.client_before_after_lip {
	width: 100% !important;
}
.vc_col-sm-8 {
	width: 90% !important;
	margin: 0 4%;
}
.vc_custom_heading.white {
	text-align: center !important;
}
.post-thumbnail.clinic-ft-image.vc_col-sm-4.image_part {
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
}
.entry-content.vc_col-sm-4.address_part {
	text-align: center;
	width: 100%;
}
h2.vc_custom_heading.black {
	text-align: center;
}
.clinic_add {
	width: 100%;
	text-align: center;
}
.page-template-single-regentclinics .vc_btn3-container.vc_btn3-inline.vc_col-sm-4 {
	padding-top: 0 !important;
}
body {
	overflow-x: hidden;
}
#primary section.widget h3 {
	text-align: center;
}
#primary section#text-25.widget a {
	text-align: center;
}
#primary section#text-25.widget a i {
	float: none;
}
.check_up.wpb_column.vc_column_container.vc_col-sm-3 {
	display: none !important;
}
.info-part-book .colum-border {
	border: solid #8f8f8f 2px;
	width: 96%;
	margin-left: 2%;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-right: 2%;
	margin-bottom: 20px;
}
.black.custm-testimonial {
	margin-bottom: 31px !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.new-blog {
	float: left;
}
h4.vc_custom_heading {
	text-align: center !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.new-blog div.vc_col-sm-7 {
	border-right: solid #e2e2e2 1px;
	min-height: 420px;
}
.new-blog2 div.vc_col-sm-6:nth-child(1) {
	border-right: none;
}
.new-blog2 div.vc_col-sm-6:nth-child(1) {
	border-bottom: solid #e2e2e2 1px;
}
.new-blog2 div.vc_col-sm-6 {
	min-height: auto;
}
.new-blog2 div.vc_col-sm-6 h3 {
	font-weight: 400;
	text-align: center !important;
}
.new-blog2 div.vc_col-sm-6 p {
	line-height: 28px;
	text-align: center;
	float: left;
	width: 100%;
}
.purlpe-new-section div.vc_col-sm-6 h3 {
	text-align: center !important;
}
.purlpe-new-section p {
	text-align: center !important;
	float: left;
	width: 100%;
}
.screen_box h3:nth-child(1) {
	background: #152972;
	min-height: 72px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	line-height: 72px;
	border-radius: 10px 10px 0 0;
	margin-top: 0;
	width: 100%;
	margin-left: 0;
}
.screen_box {
	padding: 0;
}
.screen_box p {
	padding: 0 5%;
	float: left;
	width: 100%;
}
.screen_box h3.blue {
	padding: 0 5%;
	float: left;
	width: 100%;
}
.test_box h3:nth-child(1) {
	background: #152972;
	min-height: 72px;
	color: #fff;
	font-size: 18px;
	text-align: left;
	font-weight: 400;
	line-height: normal;
	border-radius: 10px 10px 0 0;
	margin-top: 0;
	width: 100%;
	margin-left: 0;
	padding: 15px 25px 0 25px;
}
.test_box {
	padding: 0;
}
.test_box ul {
	list-style: none;
	float: left;
	width: 90%;
	margin: 0 5%;
}
.test_box p {
	float: left;
	width: 100%;
}
.wpb_column.vc_column_container.vc_col-sm-6 {
	margin: 0 !important;
}
.purlpe-new-section {
	margin: 0 !important;
}
.new-blog-6 div.test_box h3:nth-child(1) {
	width: 100%;
	min-height: 40px;
	line-height: normal;
	min-width: 40px;
	font-weight: 700;
	height: auto;
	padding-bottom: 12px;
}
.test_box p {
	width: 90%;
	margin: 0 5%;
}
.info-section.new-part-info-sec {
	border-top: solid #e2e2e2 1px;
	float: left;
	width: 100%;
	margin: 0 !important;
	border-bottom: none;
}
/** sub-menu **/
#main-head.site-main-header ul li ul {
	position: relative;
	width: 100%;
	background: #152972;
	top: 0;
	z-index: 9;
	opacity: 0;
	display: none !important;
}
#main-head.site-main-header ul li ul.sub-menu.toggled-on {
	opacity: 1;
	visibility: visible !important;
	display: block !important;
}
.dropdown-toggle.toggled-on {
	transform: rotate(180deg);
}
#main-head.site-main-header ul li ul li {
	width: 90%;
	margin: 0 5%;
}
#main-head.site-main-header ul li ul li a {
	font-size: 14px !important;
}
#main-head.site-main-header ul li button {
	width: 32px;
	height: 30px;
	background: #fff;
	border: none;
	position: absolute;
	right: 15px;
	margin-top: 8px;
	cursor: pointer;
}
#main-head.site-main-header ul li button {
	display: block;
}
#main-head.site-main-header ul li button svg {
	float: left;
	width: 100%;
	height: 100%;
}
#main-head.site-main-header ul li button svg use {
	float: left;
	width: 100%;
}
.screen-reader-text {
	display: none;
}
/** sub-inner-menu **/
#main-head.site-main-header ul li ul {
	background: #fff none repeat scroll 0 0;
	display: none !important;
	float: left;
	box-shadow: none;
	left: 0;
	opacity: 0;
	padding: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 9;
}
#main-head.site-main-header ul li ul li {
	border-bottom: 1px solid #152972;
	line-height: 40px;
	margin: 0 5%;
	min-height: 40px;
	width: 90%;
}
#main-head.site-main-header ul li ul li:last-child {
	border-bottom: none;
}
#main-head.site-main-header ul li ul li ul {
	border-top: medium none;
	box-shadow: none;
	float: left;
	left: 0;
	padding: 0;
	position: relative;
	top: 0;
	width: 100%;
}
#main-head.site-main-header ul li ul li ul li {
	border-bottom: none;
	float: left;
	margin: 0;
	position: relative;
	width: 100%;
}
#main-head.site-main-header ul li ul li ul li::before {
	top: 15px;
}
}
 @media (min-width:150px) and (max-width:767px) {
* {
	box-sizing: border-box !important;
}
.inner-text-row-1 li {
	width: 100%;
	float: left;
	text-align: initial;
}
.contac p span {
	font-size: 14px;
	color: #152972;
	font-weight: 600;
	width: 100% !important;
	text-align: center !important;
}
.comments-area {
	width: 100%;
}
.comment-form input[type=email], .comment-form input[type=text], .comment-form input[type=url] {
	height: 40px;
}
.contac p span.p-name {
	float: left;
	text-align: right;
	min-width: 96px;
	margin-right: 9px;
}
body {
	overflow-x: hidden;
}
.home #primary .container {
	width: 100%;
	margin: 0;
	padding: 0 5%;
	float: left;
}
#primary .container {
	width: 100%;
	margin: 0;
	padding: 0 5%;
	float: left;
	box-sizing: border-box;
}
#main-head .container {
	width: 100%;
	margin: 0;
	padding: 0 5%;
	float: left;
}
.page-id-361 #primary .container {
	width: 100%;
	margin: 0;
	padding: 0 5%;
	float: left;
}
.page-id-292 #primary .container {
	width: 100%;
	margin: 0;
	padding: 0 5%;
	float: left;
}
.menu-toggle {
	display: block;
}
/** start main menu **/
.icon.icon-bars {
	display: block;
}
.icon.icon-close {
	display: none;
}
#site-navigation.toggled-on button.menu-toggle .icon.icon-bars {
	display: none;
}
#site-navigation.toggled-on button.menu-toggle .icon.icon-close {
	display: block;
}
.menu-toggle svg use {
	float: left;
	color: #fff;
	width: 100%;
}
.menu-toggle svg {
	width: 35px;
	height: auto;
	float: right;
	height: 35px;
	margin: 0;
}
#main-head .menu {
	float: right;
	margin-top: 0;
	width: 100%;
}
.menu-toggle {
	background: transparent;
	border: none;
	font-size: 0;
	position: absolute;
	top: 40px;
	right: 10px;
	cursor: pointer;
}
#main-head .menu-main-menu-container {
	float: left;
	position: fixed;
	top: 0;
	height: 100%;
	background: #152972;
	z-index: 9;
	left: -100%;
	width: 82%;
	box-shadow: 0 2px 2px rgba(3,3,3,.05);
	overflow-y: auto;
	padding-top: 15px;
	padding-left: 5px;
	opacity: 0;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	max-width: 300px;
}
.check_up {
	display: none;
}
#main-head nav.toggled-on div.menu-main-menu-container {
	float: left;
	position: fixed;
	top: 0;
	height: 100%;
	background: #fff;
	z-index: 9;
	left: 0;
	width: 82%;
	box-shadow: 0 2px 2px rgba(3,3,3,.05);
	overflow-y: auto;
	padding-top: 15px;
	padding-left: 5px;
	opacity: 1;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	max-width: 300px;
}
#main-head.site-main-header ul li {
	display: inline;
	border-right: none;
	min-height: 48px;
	line-height: 48px;
	float: left;
	width: 100%;
}
#main-head.site-main-header ul li a {
	color: #333;
	font-weight: 400;
	font-size: 14px;
	padding: 0 10px;
	float: left;
	letter-spacing: -0.2px;
	float: left;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
}
#main-head.site-main-header ul li:nth-child(1) a {
	padding-left: 19px;
}
#main-head.site-main-header ul li:last-child a {
	padding-right: 19px;
}
#main-head.site-main-header ul li:hover a, #main-head.site-main-header ul li:focus a {
	color: #fff;
}
/** end main menu **/


/** start top bar **/

.navigation-top.container {
	width: 100%;
	padding: 0;
}
#top-head.site-top-header ul li:nth-child(1) a i {
	font-size: 25px;
	position: relative;
	top: 2px;
}
#top-head.site-top-header ul li {
	display: inline;
	float: left;
	border-right: none;
	width: 20%;
	position: relative;
}
#top-head.site-top-header ul li:nth-child(1) a {
	background: #696969;
	color: #fff;
	letter-spacing: 0.5px;
	padding: 15px 0;
}
#top-head.site-top-header ul li:nth-child(1) a:hover, #top-head.site-top-header ul li:nth-child(1) a:focus {
	background: #001257;
	color: #fff;
	padding: 15px 0;
}
#top-head.site-top-header ul li a {
	color: #fff;
	font-weight: 400;
	font-size: 0;
	line-height: normal;
	background: #696969;
	padding: 15px 0 15px;
	letter-spacing: -0.5px;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	float: left;
	width: 100%;
	text-align: center;
}
#top-head.site-top-header ul li a i {
	font-size: 25px;
}
#main-head.site-main-header {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	background: #fff;
	min-height: auto;
	border-bottom: solid #dedede 1px;
	position: relative;
	padding-bottom: 11px;
}
#top-head.site-top-header ul li:nth-child(4) i, #top-head.site-top-header ul li:nth-child(5) i {
	display: block;
}
/** end top bar **/



/** start cnt section **/
h2.vc_custom_heading {
	font-size: 25px;
	text-align: center !important;
}
p {
	font-size: 15px;
	line-height: 22px;
	letter-spacing: -0.3px;
	text-align: center;
}
.vc_btn3-container {
	display: block;
	margin-bottom: 0;
	max-width: 100%;
	width: 100%;
	text-align: center;
}
div.container .vc_column-inner {
	padding-top: 20px;
}
.bluepatti .vc_col-sm-4:nth-child(1) {
	width: 100%;
}
.bluepatti .vc_col-sm-4:nth-child(2) {
	width: 100%;
}
.bluepatti .vc_col-sm-4:nth-child(3) {
	width: 100%;
}
.bluepatti p {
	min-height: auto;
	text-align: center;
	font-weight: 400;
	border-right: none;
	line-height: 28px;
	font-size: 20px;
	margin: 20px 0 0 !important;
	border-bottom: solid #fff 1px;
	padding-bottom: 20px;
}
.bluepatti .vc_col-sm-4:nth-child(3) p {
	border-right: none;
	border-bottom: none;
}
.vc_col-xs-12, .vc_column_container {
	width: 100%;
	float: left;
}
.blue-text-center p {
	font-size: 17px;
}
.service a.btn.btn-primary {
	padding: 13px 1.5rem;
	float: none;
	position: relative;
	bottom: -20%;
	margin: 0 auto !important;
	width: 160px;
	left: 0;
}
.service div.overlay h3 {
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
}
footer div.container {
	width: 90%;
	padding: 0 5%;
}
footer.site-footer div.widget-column {
	float: left;
	width: 100%;
	padding: 0 0%;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 30px;
}
footer.site-footer div.widget-column.footer-widget-4 {
	width: 100%;
	padding: 0;
}
footer.site-footer div.widget-column h2 {
	font-weight: 700;
	line-height: 20px;
	font-size: 23px;
	letter-spacing: -1px;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 0;
}
footer.site-footer div.widget-column.footer-widget-2 h2, footer.site-footer div.widget-column.footer-widget-3 h2 {
	font-size: 19px;
}
footer .textwidget {
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 24px;
}
footer.site-footer div.widget-column ul li a {
	line-height: 22px;
}
footer.site-footer div.widget-column.footer-widget-1 {
	width: 100%;
	padding-right: 0;
}
footer p {
	width: 100%;
	text-align: left;
}
.blog-area {
	width: 100%;
	float: left;
	padding: 10px 0;
}
.blog-box {
	width: 100%;
	float: left;
}
.widget-column.footer-widget-4 a {
	color: #fff;
	float: left;
	width: auto;
	margin-bottom: 0;
	font-size: 15px;
	width: 33%;
	margin-top: 10px;
	text-align: left;
}
.widget-column.footer-widget-4 a i {
	font-size: 20px;
	float: left;
	margin-right: 4px;
	width: 20px;
	text-align: right;
}
.site-info {
	margin-bottom: 22px;
}
.site-info {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	margin-bottom: 22px;
	line-height: 24px;
}
.home-sl-blue div.vc_col-sm-3 {
	width: 96%;
	height: 255px;
	margin: 0px 2% 15px;
	padding: 0 10px;
}
.home-sl-blue {
	position: relative;
	margin-top: 5px !important;
}
.custom-header {
	margin: 0 !important;
}
h3 {
	font-size: 25px;
	color: #152972;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 20px 0;
	width: 100%;
	text-align: center !important;
}
center {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
.single-about-block {
	padding: 25px 10px;
}
p {
	width: 100%;
}
.vc_col-sm-4 {
	margin-bottom: 20px;
}
.aboutpage-content {
	margin: -35px 0 0;
	float: left;
	width: 100%;
}
.content-class {
	border: solid #000 1px;
	width: 100%;
	float: left;
	text-align: center;
	margin-right: 0;
	border: solid #e2e2e2 1px;
	background: #fff;
	padding: 25px 20px;
	margin-bottom: 20px;
	color: #333;
	font-size: 15px;
	font-weight: 300;
	line-height: 21px;
}
.blue-text-center div.vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
.vc_col-sm-3 div.vc_column-inner {
	padding-right: 0;
	padding-left: 0;
}
.home-sl-blue p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
.service .vc_col-sm-4 {
	width: 100%;
	margin: 0 0 25px;
}
.band_logo {
	float: left;
	width: 100%;
	margin: 20px auto !important;
}
.which-info .vc_column-inner {
	padding-bottom: 0 !important;
	padding-right: 0;
	padding-left: 0;
}
.gray-border.vc_col-sm-9 {
	margin-top: 20px;
}
.vc_custom_heading.white {
	font-size: 60px;
}
.page-id-159 #primary .container {
	width: 100%;
	margin: 0;
	padding: 0 0;
	float: left;
}
.no-padding-bottom-custm div.vc_col-sm-7 div.vc_column-inner, .no-padding-bottom-custm div.vc_col-sm-5 div.vc_column-inner {
	padding-bottom: 0;
	padding-top: 20px;
	padding-left: 0;
	padding-right: 0;
}
.Wrinkles-can-be-treated-part .blue-color {
	padding: 0;
}
.image-over-first {
	border-radius: 10px !important;
	overflow: hidden;
	margin: 15px 0 15px;
	width: 100% !important;
}
.sorct-height h4.vc_custom_heading.padding-bottom-cust {
	padding: 0;
	font-weight: 400;
}
h4.vc_custom_heading {
	font-size: 22px;
}
.vc_row.wpb_row.vc_row-fluid.sorct-height {
	margin-bottom: 0;
}
.container.gray-border.custm-container.wpb_column.vc_column_container.vc_col-sm-12 {
	width: 100%;
	border-radius: 25px;
	margin: 0 auto !important;
	float: none;
	padding: 0 15px;
}
.container.gray-border.custm-container.wpb_column.vc_column_container.vc_col-sm-12 {
	width: 90% !important;
	border-radius: 25px;
	margin: 0 5% !important;
	float: left;
	padding: 0 0;
}
.custm-container h3 {
	font-size: 23px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -2px;
}
h3.box-radius-number {
	border: solid #152972 3px;
	float: none;
	width: 40px;
	height: 40px;
	text-align: center !important;
	border-radius: 5px;
	line-height: 34px !important;
	background: #fff;
	font-size: 20px !important;
	margin: 50px auto 0;
}
.custm-container p {
	float: left;
	width: 100%;
	margin-top: 20px;
}
#blue-part-full {
	background: #152972;
	margin: 35px 0 20px;
	padding: 26px 0;
	min-height: 140px;
	width: 100%;
}
.master-slider {
	margin: 0 !important;
}
.ms-slide-info.ms-dir-v.ms-align-left {
	width: 100% !important;
	left: 0 !important;
	display: none;
}
.sorct-height h4.vc_custom_heading {
	margin-bottom: 0px;
	min-height: auto;
	text-align: center !important;
	margin-top: 20px;
}
.Reviews-innr .master-slider-parent {
	float: left;
	width: 100% !important;
	max-width: 100% !important;
	background: #fff;
	margin-top: 10px;
	margin-bottom: 15px;
}
.info-section div.vc_col-sm-6:nth-child(2) {
	border-left: none;
}
.info-section div.vc_col-sm-6:nth-child(1) {
	border-bottom: solid #e2e2e2 1px;
}
.vc_tta-container {
	float: left;
	width: 90%;
	margin: 0 5%;
}
.vc_custom_heading.white {
	width: 100%;
}
.Anti-ageing.left div.vc_col-sm-6:nth-child(2), .Anti-ageing.right div.vc_col-sm-6:nth-child(1) {
	display: none;
}
.page-id-361 .info-section div.vc_col-sm-6:nth-child(1) {
	padding-bottom: 45px;
}
.page-id-361 .info-section div.vc_col-sm-6:nth-child(2) {
	padding-top: 45px;
}
.page-id-361 .Anti-ageing {
	background-image: none !important;
}
.vc_custom_heading.white {
	font-size: 38px;
}
.accor h2.vc_custom_heading.container {
	width: 100% !important;
	margin: 0 auto !important;
	float: none;
}
.accor h2.vc_custom_heading {
	font-size: 28px;
}
.page-id-292 div.Anti-ageing div.vc_col-sm-6:nth-child(2) {
	display: none;
}
.Regent-Streets-Reference {
	padding-top: 50px;
	padding-bottom: 25px;
}
/** after and before slider responsive **/

.choose_slider_items .current_item {
	left: 0 !important;
	width: 100% !important;
}
.choose_slider_items .previous_item {
	left: -100% !important;
}
.choose_slider_items .next_item {
	left: 200% !important;
}
.cnt-part-slider p {
	display: none;
}
.before-slider {
	width: 98% !important;
	float: left !important;
	margin: 0 1% 15px !important;
}
.after-slider {
	width: 98% !important;
	float: left !important;
	margin: 0 1% !important;
}
.cnt-part-slider h3 {
	font-size: 20px;
	color: #fff;
	text-align: left;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: -2px;
}
.client_before_after {
	float: left;
	width: 100%;
	margin: 35px 0 0 0;
	min-height: 980px;
}
/** end slider responsive **/

.Regent-Streets-Reference h4 {
	font-weight: 400;
	padding: 0;
	float: left;
	width: 100%;
}
.vc_btn3-container.aprp-book.vc_btn3-center {
	float: left;
	width: 100%;
}
.page-template-single-regentclinics #primary .container, .single-clinic #primary .container {
	width: 90%;
	margin: 0;
	padding: 0 5%;
	float: left;
}
.image_part {
	text-align: center;
	width: 100%;
	float: left;
}
.image_part img {
	max-width: 225px !important;
	height: auto;
}
.clinic-ft-image {
	text-align: center;
	width: 100%;
	float: left;
}
.clinic-ft-image img {
	max-width: 225px !important;
	height: auto;
}
.page-template-single-regentclinics .vc_btn3-container.vc_btn3-inline.vc_col-sm-4 {
	display: inline !important;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	width: 100% !important;
	float: left !important;
}
.clinic-ft-image {
	margin-bottom: 15px;
}
p.form-tag label.title-field {
	float: left;
	width: 100%;
	text-align: center;
}
.inner-clinic-form form.wpcf7-form span {
	width: 100%;
}
p.form-tag label.Required-field {
	float: right;
	color: #152972;
	font-style: italic;
	width: 100%;
	line-height: 34px;
	text-align: center;
}
form#bookform p label:nth-child(1) {
	float: left;
	width: 100%;
	text-align: center;
	margin-left: 0;
}
#bookform p span {
	float: left;
	width: 100%;
}
form#bookform p label:nth-child(3) {
	float: right;
	color: #152972;
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	width: 100%;
	line-height: 34px;
	margin-left: 0;
}
#bookform p label {
	float: right;
	color: #152972;
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	width: 100%;
	line-height: 34px;
	margin-left: 0;
}
#bookform p span.Preferred-Days-select {
	width: 100%;
	float: left;
}
#bookform p span.con-bt {
	float: left;
	margin: 12px 0 0;
	padding-left: 10px;
	width: 100%;
}
#bookform p.form-bt input {
	padding: 0 12px;
}
#primary section#text-25.widget a {
	text-align: center;
}
#primary section#text-25.widget a i {
	margin: 0 5px 0 0px;
	float: none;
}
.page-template-reviews #primary .container {
	width: 90%;
	margin: 0;
	padding: 0 5%;
	float: left;
}
h1.pagetitle {
	width: 90%;
	margin: 12px 5%;
	text-align: center;
	font-size: 25px;
}
.review-author {
	font-size: 15px;
	padding-left: 46px;
	text-align: left;
}
.review-content {
	font-size: 16px;
	line-height: 25px;
	padding-left: 25px;
	text-align: left;
}
.page-reviews::after {
	content: "";
	display: block;
	width: 3px;
	min-height: 70%;
	background: #152972;
	position: absolute;
	top: 25px;
	left: 25px;
}
.page-id-39 #primary .container {
	width: 100%;
	margin: 0;
	padding: 0 5%;
	float: left;
}
.page-id-39 form.wpcf7-form label {
	margin-bottom: 5px;
	float: left;
	width: 100%;
	text-align: left;
}
.contac p:last-child {
	font-size: 14px;
}
.contac i {
	font-size: 18px;
	color: #152972;
	margin-right: 5px;
	float: none;
	width: auto;
}
.page-id-481 #primary .container {
	width: 90%;
	margin: 0;
	padding: 0 5%;
	float: left;
}
.vc_custom_heading.blue.simple.full {
	float: left;
	width: 100%;
	font-weight: 300;
	margin-top: -15px;
	font-size: 24px;
	margin-bottom: 35px;
}
h4.vc_custom_heading {
	font-size: 22px;
	width: 100%;
	text-align: center !important;
}
.center-full-normal {
	float: left;
	width: 100%;
	text-align: center !important;
	font-size: 28px;
	font-weight: 300;
	margin-top: 75px;
	margin-bottom: 20px;
}
.step-part div.vc_col-sm-4 {
	border: solid #152972 2px;
	border-radius: 10px;
	min-height: 240px;
	width: 100%;
	margin: 0 0 15px;
	padding: 15px 0;
	text-align: center;
}
.info-part-book img {
	margin-top: 20px;
}
.info-part-book .colum-border {
	border: solid #8f8f8f 2px;
	width: 90%;
	margin-left: 5%;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-right: 5%;
	margin-bottom: 20px;
}
.vc_custom_heading.blue.simple.half {
	width: 100%;
	font-weight: 300;
	float: left;
}
.black.custm-testimonial {
	float: left;
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 30px;
	letter-spacing: -2px;
	font-weight: normal;
	padding: 0 0px;
	margin-bottom: 30px !important;
}
.vc_custom_heading.blue.heading-middle {
	text-align: center !important;
	padding: 25px 0 15px;
	font-size: 22px;
}
.padding-bottom-img {
	float: left;
	width: 100%;
	margin-bottom: 50px !important;
	padding-bottom: 50px;
	border-bottom: solid #ececec 1px;
}
.vc_tta-title-text {
	line-height: 24px;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.new-blog {
	float: left;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.new-blog div.vc_col-sm-7 {
	border-right: none;
	border-bottom: solid #ececec 1px;
}
.new-blog2 {
	float: left;
}
.new-blog2 div.vc_col-sm-6:nth-child(1) {
	border-right: none;
	border-bottom: solid #e2e2e2 1px;
}
.new-blog2 div.vc_col-sm-6 {
	padding: 25px;
	min-height: auto;
}
.new-table-part {
	float: left;
	width: 100%;
	margin: 0;
	padding: 30px 0;
	font-size: 15px;
	color: #333;
	font-weight: 300;
}
.new-table-part tr td:nth-child(1) {
	float: left !important;
	width: 100%;
	padding-right: 0;
	text-align: center;
}
.new-table-part tr td:nth-child(2) {
	float: left;
	width: 100%;
	text-align: center;
}
.new-table-part tr td h4 {
	font-size: 25px;
	font-weight: 400;
	float: left;
	width: 100%;
	margin: 15px 0 !important;
	line-height: 30px;
}
.new-table-part tr td:nth-child(3) {
	float: right;
	width: 100%;
	padding-left: 0;
	text-align: center;
}
.new-table-part tr {
	border-bottom: solid #e2e2e2 1px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.new-table-part tr:last-child {
	border-bottom: none;
}
.purlpe-new-section {
	width: auto;
}
.screen_box {
	float: left;
	width: 100%;
	border: solid #ebebeb 3px;
	border-radius: 10px;
	padding: 0 0;
	margin-bottom: 20px !important;
}
.screen_box h3:nth-child(1) {
	background: #152972;
	min-height: auto;
	color: #fff;
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	line-height: normal;
	border-radius: 10px 10px 0 0;
	margin-top: 0;
	width: 100%;
	margin-left: 0;
	padding: 20px 0;
}
.test_box {
	float: left;
	width: 100%;
	border: solid #ebebeb 2px;
	border-radius: 10px;
	padding: 0 0 25px 0;
	margin-bottom: 20px !important;
}
.test_box h3:nth-child(1) {
	background: #152972;
	min-height: 72px;
	color: #fff;
	font-size: 18px;
	text-align: left;
	font-weight: 400;
	margin-bottom: 0;
	line-height: normal;
	border-radius: 10px 10px 0 0;
	margin-top: 0px;
	width: 100%;
	margin-left: 0;
	padding: 15px 25px 15px 25px;
	line-height: 25px;
}
.test_box ul {
	list-style: none;
	float: left;
	width: 90%;
	margin: 0 5%;
}
.test_box ul li {
	border-bottom: 2px solid #e2e2e2;
	float: left;
	font-size: 17px;
	font-weight: 300;
	line-height: 37px;
	min-height: 40px;
	width: 100%;
}
.test_box ul li i {
	float: left;
	min-height: auto;
	line-height: normal;
	color: #152972;
	font-size: 23px;
	margin-right: 10px;
}
.btn_more {
	background: #fff;
	border: solid #001257 2px;
	border-radius: 10px;
	color: #001257;
	font-size: 14px;
	padding: 15px 1rem;
	min-height: 50px;
	line-height: normal;
	float: left !important;
	min-width: 140px;
	position: relative !important;
}
.test_box p {
	display: flex;
	justify-content: center;
}
.new-blog-6 div.test_box h3:nth-child(1) {
	width: 100%;
	min-height: 40px;
	line-height: normal;
	min-width: 40px;
	font-weight: 700;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	height: auto;
	margin-bottom: 15px;
}
.vc_btn3-icon.fa.fa-calendar {
	top: 28%;
}
.testimonial .container {
	width: 100% !important;
}
footer p {
	font-size: 14px;
}
.team_member_details h2 {
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
	float: left;
	width: 100%;
}
.team_member_img {
	float: left;
	width: 100%;
	text-align: center;
}
.info-section {
	float: left;
	width: 100%;
}
/** sub-menu **/
#main-head.site-main-header ul li ul.sub-menu.toggled-on {
	opacity: 1;
	visibility: visible !important;
	display: block !important;
}
.dropdown-toggle.toggled-on {
	transform: rotate(180deg);
}
#main-head.site-main-header ul li ul li {
	width: 90%;
	margin: 0 5%;
}
#main-head.site-main-header ul li ul li a {
	font-size: 14px !important;
}
#main-head.site-main-header ul li button {
	width: 32px;
	height: 30px;
	background: #fff;
	border: none;
	position: absolute;
	right: 15px;
	margin-top: 8px;
	cursor: pointer;
}
#main-head.site-main-header ul li button {
	display: block;
}
#main-head.site-main-header ul li button svg {
	float: left;
	width: 100%;
	height: 100%;
}
#main-head.site-main-header ul li button svg use {
	float: left;
	width: 100%;
}
.screen-reader-text {
	display: none;
}
/** sub-inner-menu **/
#main-head.site-main-header ul li ul {
	background: #fff none repeat scroll 0 0;
	display: none !important;
	float: left;
	box-shadow: none;
	left: 0;
	opacity: 0;
	padding: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 9;
}
#main-head.site-main-header ul li ul li {
	border-bottom: 1px solid #152972;
	line-height: 40px;
	margin: 0 5%;
	min-height: 40px;
	width: 90%;
}
#main-head.site-main-header ul li ul li:last-child {
	border-bottom: none;
}
#main-head.site-main-header ul li ul li ul {
	border-top: medium none;
	box-shadow: none;
	float: left;
	left: 0;
	padding: 0;
	position: relative;
	top: 0;
	width: 100%;
}
#main-head.site-main-header ul li ul li ul li {
	border-bottom: none;
	float: left;
	margin: 0;
	position: relative;
	width: 100%;
}
#main-head.site-main-header ul li ul li ul li::before {
	top: 15px;
}
.logo-image {
	float: left;
	margin: 0 !important;
	width: 100%;
}
.blue-new-blog {
	float: left;
	width: 100%;
	margin: 0 !important;
	min-height: 60px;
	border-radius: 10px 10px 0 0;
	line-height: 58px;
}
.service .vc_col-sm-3 {
	float: left;
	min-height: 55px;
	line-height: 53px;
	color: #152972;
	font-size: 23px;
	margin: 0 0 10px;
	width: 100%;
}
}
.img_zoon_in_out h3 {
	width: auto;
}
.test_box > p:nth-child(2) {
	min-height: 180px;
}
.justify-content-align {
	text-align: justify;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section {
	padding-top: 15px !important;
}
.custom-img11 img.vc_single_image-img.attachment-full {
	margin-bottom: 1px;
}
.info-nook {
	border: none;
}
.info-nook11 {
	padding-top: 0;
	padding-bottom: 0;
}
.vc_tta-container {
	margin-bottom: 0px !important; /*21.74px; */
}
img.vc_single_image-img.attachment-full {
	margin-bottom: 1px;
}
.page-id-1229 .new-blog2, .page-id-1061 .new-blog2, .page-id-1098 .new-blog2, .page-id-958 .new-blog2, .page-id-976 .new-blog2, .page-id-1025 .new-blog2, .page-id-1200 .new-blog2 {
	border-top: none;
}
.custom-place {
	margin-top: 12px;
}
.custom-vtta {
	margin-top: 30px;
}
.new-table-part table {
	width: 100% !important;
}
.new-blog2 {
	position: relative;
}
.new-blog2::before {
	display: block !important;
	height: 100%;
	background: transparent;
	position: absolute !important;
	z-index: 999;
	top: 0px;
	left: 0;
	width: 50%;
	border-right: solid #e2e2e2 1px
}
.step-part h4.vc_custom_heading {
	font-size: 22px;
	font-weight: 300;
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	max-height: 80px;
}
i.fa.fa-home.fa-2x.cus-fa {
	font-size: 20px;
	color: #152972;
}
a[rel="nofollow"] {
	float: left;
}
.cs-fa {
	float: left;
	line-height: 21px;
	color: #152972;
}
.bcum {
	margin-bottom: 5px;
}
.bcum1 {
	padding: 15px 0px;
}
.test_box a.btn_more {
	position: absolute;
	bottom: 9px;
	display: none;
}
h3.vc_custom_heading.blue.normal {
	padding: 10px 0px;
}
.page-id-1014 .vc_single_image-img {
	margin-top: 12px;
}
.page-id-1151 .info-part-book {
	padding-top: 10px;
}
h4.vc_custom_heading.blue {
	margin: 0;
	padding: 0;
}
.page-id-1084 .vc_row.wpb_row.vc_inner.vc_row-fluid ~ h3 {
	padding-top: 10px;
}



/*#main-head.site-main-header ul li ul li.current_page_item a {
    background: #fff !important;
    font-weight: 600 !important;
}
#main-head.site-main-header ul li ul li:hover,#main-head.site-main-header ul li ul li:focus a {
    background: #fff !important;
    font-weight: 600 !important;
}*/
#main-head.site-main-header.fixed {
	position: fixed;
	top: 0;
	z-index: 999;
	min-height: 40px;
}
#main-head.site-main-header.fixed .logo {
	margin-top: 0;
}
#main-head.fixed .menu-main-menu-container {
	margin: 0;
}
/*.fixed .custom-logo {
	margin: 5px 0;
	width: 200px;
}*/
table.medicine {
	margin: 0 0 30px !important;
	text-align: center;
	width: 100%;
}
table.medicine td {
	border: 1px solid #bdbdbd;
	padding: 6px;
}
.underline_h2 {
	border-bottom: 2px solid #000080;
	padding-bottom: 8px;
	text-decoration: none;
}
/* .entry-content > div.wpb_row.vc_row-has-fill > div.wpb_column.vc_column_container.vc_col-sm-12 {  background: rgba(0, 0, 0, 0.5);} */
.post-thumbnail.clinic-ft-image {
	padding-top: 10px;
}
#main-head.site-main-header ul li ul li .instagram {
	font-family: cursive;
	font-size: 12px;
	text-transform: capitalize;
}
.same-size-img img {
	max-height: 410px;
}
.page-id-2907 .vc_single_image-img.attachment-full, .page-id-3588 .vc_single_image-img.attachment-full, .page-id-3590 .vc_single_image-img.attachment-full, .page-id-3596 .vc_single_image-img.attachment-full, .page-id-3594 .vc_single_image-img.attachment-full, .page-id-3592 .vc_single_image-img.attachment-full {
	margin-bottom: 0px !important;
}
.page-id-2907 .site-content-contain {
	background: #fff;
}
.page-id-1220 .entry-content > div.wpb_row.vc_row-has-fill > div.wpb_column.vc_column_container.vc_col-sm-12, .page-id-361 .entry-content > div.wpb_row.vc_row-has-fill > div.wpb_column.vc_column_container.vc_col-sm-12, .page-id-261 .entry-content > div.wpb_row.vc_row-has-fill > div.wpb_column.vc_column_container.vc_col-sm-12, .page-id-1689 .entry-content > div.wpb_row.vc_row-has-fill > div.wpb_column.vc_column_container.vc_col-sm-12, .page-id-292 .entry-content > div.wpb_row.vc_row-has-fill > div.wpb_column.vc_column_container.vc_col-sm-12, .page-id-889 .entry-content > div.wpb_row.vc_row-has-fill > div.wpb_column.vc_column_container.vc_col-sm-12, .page-id-958 .entry-content > div.wpb_row.vc_row-has-fill > div.wpb_column.vc_column_container.vc_col-sm-12 {
	background: none;
}
.travel-clinic-thumb img {
	height: 250px !important;
}
.travel-clinic-thumb h3, .travel-clinic-thumb h2 {
	font-size: 20px !important;
	margin: 7px 0 20px !important;
}
.vc_single_image-img.attachment-full {
	margin-bottom: 15px !important;
}
.team-row-1 {
	margin-bottom: 10px !important;
}
.vc_row.wpb_row.vc_row-fluid.container.travel-clinic-thumb {
	margin-top: 10px !important;
}
.aboutpage-content > div.col-md-3.content-class:nth-child(3n+1) {
	clear: left;
}
.reasons .wpb_text_column.wpb_content_element {
	float: left;
	margin-left: 5%;
	margin-bottom: 10px;
	width: 80%;
}
.page-id-1985 .flexslider {
	margin-bottom: 20px;
}
.page-id-1985 .vc_single_image-wrapper.vc_box_border_grey {
	text-align: left;
}
.page-id-1989 .wpb_single_image .vc_single_image-wrapper, .page-id-1993 .wpb_single_image .vc_single_image-wrapper, .page-id-1983 .wpb_single_image .vc_single_image-wrapper, .page-id-1991 .wpb_single_image .vc_single_image-wrapper, .page-id-1981 .wpb_single_image .vc_single_image-wrapper, .page-id-1987 .wpb_single_image .vc_single_image-wrapper {
	text-align: left;
}
.client_says .mySlides > p:nth-child(3) {
	margin-top: 0;
}
.service div.overlay h3 > a {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0;
	text-shadow: 0 2px 5px #545454;
}
#main-menu > li {
	background: url(image/menu-bg2.jpg) left center no-repeat;
	float: left;
	font-size: 15px;
	list-style: none;
	padding: 40px 0;
	color: #424658;
	position: relative;
}
#main-menu > li:nth-child(1) {
	background: none;
}
#main-menu > li > a {
	padding: 9px 10px;
	color: #424658;
	display: block;
}
#main-menu > li > .sub-menu {
	background: #fff none repeat scroll 0 0;
	display: none;
	left: 0;
	list-style: outside none none;
	position: absolute;
	width: 250px;
	z-index: 999;
}
#main-menu > li > .sub-menu > li {
	position: relative;
}
#main-menu > li > .sub-menu > li > .sub-menu {
	box-shadow: 0px 0px 4px 0px rgba(181,181,181,1);
	border-left: none;
	background: #fff;
	display: none;
	left: 100%;
	top: 0px;
	list-style: outside none none;
	position: absolute;
	width: 250px;
	z-index: 999;
}
.fixed #main-menu > li {
	padding: 17px 0;
}
#main-menu > li > .sub-menu li a:hover {
	background: #152972 !important;
	color: #fff;
}
#main-menu > li > .sub-menu > li:hover > .sub-menu {
	display: block;
}
#main-menu > li:hover > .sub-menu {
	display: block;
}
#main-menu .dropdown-toggle {
	display: none;
}
#main-menu > li > .sub-menu li a {
	color: #404040;
	display: block;
	font-size: 14px;
	line-height: 25px;
	padding: 5px;
}
#main-menu > li > .sub-menu {
	display: none;
	padding: 0;
	position: absolute;
	box-shadow: 0px 0px 4px 0px rgba(181,181,181,1);
}
#main-menu > li:nth-last-child(1) > a {
	border-right: 0 none;
	padding-right: 0;
}
.single_team_page {
	float: left;
	width: 100%;
}
.single_team_page section.widget {
	display: none !important;
}
.clinic-row-1 {
	margin-top:0px;
	width: 100%;
	float: left;
	background: #fff;
}
.clinic-row-1-col-1 {
	width: 60% !important;
	float: left !important;
}
.clinic-row-1-col-2 {
	width: 38% !important;
	float: right !important;
}
.clinic-row-1-col-2 h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 22.0px;
	color: #cc0066;
	margin-top: 15px;
}
.img-box-1 {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}
.clinic-list-1 li {
	font-size: 18px;
	font-weight: 400;
	line-height: 20.0px;
	color: #000066;
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 19px;
}
.full-with-img {
	width: 100%;
}
.clinic-row-2 img {
	max-width: 100%;
}
.clinic-row-2 {
	margin-top:0px;
	width: 100%;
	float: left;
	background: #fff;
}
.clinic-row-2-col-1 {
	width: 51% !important;
	float: left !important;
}
.clinic-row-2-col-2 {
	width: 47% !important;
	float: right !important;
}
.title-row-1 {
	width: 100%;
	float: left;
	padding: 25px 0;
	text-align: center;
}
.title-row-1 h2 {
	color: #000066;
	font-size: 30px;
	font-weight: normal;
}
.facial-top-img {
	padding: 10px 0 25px;
	float: left;
}
.center-facial {
	width: 100%;
	margin: 0 auto;
}
.center-facial p {
	font-size: 18px;
	font-weight: 400;
	line-height: 20.0px;
	text-align: left;
	color: #000066;
	padding: 0 0 15px;
}
.facial-rightimg{ width:100%; float:left;}
.facial-rightimg img{ background:#ccc; padding:5px;}

.center-facial p span {
	font-weight: 700;
	color: #cc0066;
}
.clinic-row-3 {
	margin-top: 20px;
	width: 100%;
	float: left;
	background: #fff;
}
.clinic-row-3-col-1 {
	width: 49% !important;
	float: left !important;
}
.clinic-row-3-col-2 {
	width: 49% !important;
	float: right !important;
}
.round-img-box {
	width: 100%;
	float: left;
	position: relative;
}
.round-box {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #cc0066;
	color: #FFF;
	width: 70px;
	height: 70px;
	text-align: center;
	font-weight: 600;
	line-height: 70px;
	border-radius: 50%;
	font-size: 24px;
	z-index: 9;
}
.regent-street-fitness {
	width: 100%;
	float: left;
}
.regent-street-fitness p {
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	color: #000066;
	font-family: Arial, 'Helvetica Neue', Helvetica, 'Liberation Sans', sans-serif;
}
.regent-street-fitness h2 {
	font-size: 18px;
	line-height: 20.0px;
	text-align: left;
	color: #000066;
	margin: 20px 0;
	font-weight: 600;
}
.left-facial-img {
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
}
.right-facial-img {
	width: 100%;
	float: left;
	height: auto;
	overflow: hidden;
	background-color: #666666;
	position: relative;
}
.left-facial-img img {
	width: 100%;
}
.right-facial-img img {
	width: 100%;
}
.recommended-row {
	width: 100%;
	float: left;
}
.recommended-row-col-1 img {
	max-width: 100%;
}
.recommended-row-col-1 {
	width: 53% !important;
	float: left !important;
}
.recommended-row-col-2 {
	width: 47% !important;
	float: right !important;
	border: #0066cc solid 3px;
	border-radius: 25px;
	padding: 15px 10px;
}
.left-facial-img a {
	top: 50%;
	text-align: center;
	position: absolute;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	left: 38%;
	padding: 10px;
}
.right-facial-img a {
	top: 7%;
	text-align: left;
	position: absolute;
	left: 2%;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	padding: 45px;
	display: inline-block;
}
.right-facial-img a:hover {
	color: #ffffff;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.23);
	border-radius: 5px;
}
.clinic-list-2 li {
	font-size: 15px;
	font-weight: 400;
	line-height: 20.0px;
	color: #000066;
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.clinic-list-2 li strong {
	font-size: 17px;
}
.screen-row-1 {
	width: 100%;
	float: left;
}
.screen-row-1-col-1 {
	width: 50% !important;
	float: left !important;
}
.screen-row-1-col-2 {
	width: 50% !important;
	float: right !important;
}
.Profhilo-Logo {
	width: 40%;
	float: left;
	height: 350px;
	overflow: hidden;
	position: relative;
}
.Profhilo-Logo img {
	width: 100%;
}
.facial-lips img {
	width: 100%;
}
.facial-lips {
	width: 60%;
	float: left;
	height: 350px;
	overflow: hidden;
	position: relative;
}
.facial-lips a {
	top: 10%;
	text-align: center;
	position: absolute;
	color: #777;
	font-weight: bold;
	font-size: 50px;
	left: 26%;
	padding: 45px;
	display: inline-block;
}
.facial-lips a:hover {
	color: #ffffff;
	background-color: #ffffff;
	background-color: rgba(125, 124, 124, 0.23);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.title-style-1 {
	font-size: 46px;
	font-weight: 700;
	line-height: 51.0px;
	text-align: center;
	color: #000066;
}
.title-style-1 span {
	display: inline-block;
	font-size: 32px;
	padding-top: 15px;
	font-weight: normal;
}
.private-discrete-row-1 {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.private-discrete-row-1 h2 {
    font-size: 20px;
}
.private-discrete-row-1 p{
	margin-bottom:15px;
}
.alcohol-2nd-row-left h2 {
    margin-top: 15px;
}
.private-discrete-row-1-col-1 {
	width: 49% !important;
	float: left !important;
}
.private-discrete-row-1-col-2 {
	width: 49% !important;
	float: right !important;
	border: #000066 solid 3px;
	border-radius: 30px;
	padding: 15px;
}
.chemical-skin {
	width: 40%;
	float: left;
	height: 350px;
	overflow: hidden;
	position: relative;
}
.chemical-skin img {
	width: 100%;
}
.dermap-palnning img {
	width: 100%;
}
.dermap-palnning {
	width: 60%;
	float: left;
	height: 350px;
	overflow: hidden;
	position: relative;
}
.private-discrete-row-1 h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 22.0px;
	text-align: left;
	color: #ff9900;
	margin-bottom: 20px;
}
.private-discrete-row-1 p {
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	color: #000066;
	font-family: Arial, 'Helvetica Neue', Helvetica, 'Liberation Sans', sans-serif;
}
.step-towards-row-1 {
	width: 100%;
	float: left;
}
.step-towards-row-1-col-1 {
	width: 50% !important;
	float: left !important;
}
.step-towards-row-1-col-2 {
	width: 50% !important;
	float: left !important;
}
.step-towards-row-1-col-1 h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 54.0px;
	text-align: left;
	color: #000066 !important;
}
.pdo-lift {
	width: 100%;
	float: left;
	height: 350px;
	overflow: hidden;
	position: relative;
}
.pdo-lift a {
	top: 55%;
	text-align: center;
	position: absolute;
	color: #777;
	font-weight: bold;
	font-size: 26px;
	left: 50%;
	padding: 45px;
	display: inline-block;
}
.chemical-skin a {
	top: 10%;
	text-align: center;
	position: absolute;
	color: #777;
	font-weight: bold;
	font-size: 26px;
	left: 0%;
	padding: 45px;
	display: inline-block;
}
.dermap-palnning a {
	top: 55%;
	text-align: center;
	position: absolute;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	left: 40%;
	padding: 45px;
	display: inline-block;
}
.cervical-smears-row-1 {
	width: 100%;
	float: left;
}
.cervical-smears-row-1-col-1 {
	width: 45% !important;
	float: left !important;
}
.cervical-smears-row-1-col-2 {
	width: 45% !important;
	float: right !important;
}
.cervical-smears-row-1 h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 22.0px;
	color: #cc0066;
	margin: 0;
}
.cervical-smears-row-1 p {
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	color: #000066;
	font-family: Arial, 'Helvetica Neue', Helvetica, 'Liberation Sans', sans-serif;
}
.pdo-lift img {
	width: 100%;
}
.breadcrumb-new {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.top-banner {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    position: relative;
    margin: auto;
    text-align: center;
}
.top-banner h2 {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 40%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	text-align: center;
	font-size: 30px;
	line-height: 40px;
}
.neoplasia-row-1 {
	width: 100%;
	float: left;
}
.neoplasia-row-1-col-1 {
	width: 60% !important;
	float: left !important;
}
.neoplasia-row-1-col-2 {
	width: 40% !important;
	float: left !important;
}
.advantages-row-1 {
	width: 100%;
	float: left;
	border: #cc0066 solid 1px;
	border-radius: 30px;
	padding: 20px;
}
.advantages-row-1 h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 22.0px;
	color: #cc0066;
	margin-bottom: 20px;
}
.advantages-row-1 p {
	font-size: 18px;
	line-height: 42px !important;
	text-align: left;
	color: #000066;
	font-family: Arial, 'Helvetica Neue', Helvetica, 'Liberation Sans', sans-serif;
}
.lip-filler-top {
	width: 100%;
	float: left;
}

.left-facial-img img {
	width: 100%;
}
.our-exp-filler {
	float: left;
	width:48%;
}
.our-exp-filler p {
	padding: 10px 0;
}
.our-exp-filler h2 {
	color: #cc0066;
	font-size: 24px;
}
.lip-filler-top img {
	width: 540px;
	height: 540px;
	overflow: hidden;
	float: right;
}
.lip-filler-hd h1 {
	color: #cc0066;
	padding: 80% 0 0;
	text-align: center;
	font-size: 48px;
}
.inner-row-all {
	width: 100%;
	float: left;
	padding: 20px 0;
}
.inner-row-all-col-1 {
	width: 50% !important;
	float: left !important;

}
.inner-row-all-col-2 {
	width: 50% !important;
	float: right !important;
}
.inner-row-all img {
	max-width: 100%;
}
.inner-row-all h2 {
	font-weight: bold;
    font-size: 26px;
    margin-bottom: 15px;
    color: #152972 !important;
    font-family: 'Montserrat', sans-serif;
}
.inner-row-all p {
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 17px !important;
    color: #2f2f82;
	line-height:22px !important;
}
.all-title {
	font-size: 22px !important;
	font-weight: 600 !important;
	line-height: 22px;
	color: #000066 !important;
	margin: 5px 0 20px 0;
	font-family: 'Montserrat', sans-serif;
}
.aboutpage-content h3 {
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 22px;
	color: #000066 !important;
	margin: 10px 0;
	font-family: 'Montserrat', sans-serif;
}
.aboutpage-content .t_details {
	font-size: 16px !important;
	line-height: 20px;
	color: #000066 !important;
	font-family: 'Montserrat', sans-serif;
}
.all-para {
	font-size: 16px !important;
	line-height: 20px;
	color: #000066 !important;
	margin: 5px 0;
	font-family: 'Montserrat', sans-serif;
}
.top-breadcrumb {
	width: 100%;
	float: left;
	padding: 20px 0;
	background: #f1f1f1;
	margin-top: 122px;
}
.full-img {
	width: 100%;
}
.left-img {
	float: left;
}
.right-img {
	float: right;
}
.padding-row {
	padding: 20px;
}
.list-style-5 {
	width: 100%;
	float: left;
	margin: 0px 0 0 0;
    padding-bottom: 16px;
}
.list-style-5 li {
	display: block;
	width: 100%;
	float: left;
	font-size: 17px !important;
	line-height: 24px;
	color: #000066 !important;
	margin: 5px 0;
	font-family: 'Montserrat', sans-serif;
}
.list-style-7 {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.list-style-7 li {
	display: block;
	width: 100%;
	float: left;
	font-weight: 500;
	font-size: 17px !important;
	line-height: 22px;
	color: #2f2f82 !important;
	margin: 3px 0;
	font-family: 'Montserrat', sans-serif;
}
.list-style-6 li {
	display: block;
	width: 100%;
	float: left;
	font-size: 17px !important;
	line-height: 22px;
	color: #2f2f82 !important;
	margin: 3px 0;
	font-family: 'Montserrat', sans-serif;
}
.clear {
	clear: both;
}
.box-1 {
	width: 100%;
	float: left;
	margin-bottom: 20px !important;
}
.box-2 {
	width: 100%;
	float: left;
	margin-top: 20px !important;
}
.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-blue {
	padding: 10px 20px !important;
	min-height: 10px !important;
	border-radius: 5px !important;
}
.abouts h3 {
	font-size: 22px !important;
	font-weight: 600 !important;
	line-height: 22px;
	color: #000066 !important;
	margin: 5px 0 20px 0;
	font-family: 'Montserrat', sans-serif;
}
.team-row-1 .wpb_column.vc_column_container.vc_col-sm-3 img {
	border: #d7d7d7 solid 1px;
	padding: 8px;
	background: #f1f1f1;
}
.box-left-40 {
	width: 40% !important;
	float: left !important;
}
.box-right-60 {
	width: 60% !important;
	float: right !important;
}
.box2-left-40 {
	width: 60% !important;
	float: left !important;
}
.box2-right-60 {
	width: 40% !important;
	float: right !important;
}
.box-right-60 .vc_custom_1543994735549 {
	margin: 0px !important;
}
.border-img {
	border: #d7d7d7 solid 1px;
	padding: 8px;
	background: #f1f1f1;
}
.table-style-1, .table-style-2 {
	border: #e2e2e2 solid 1px;
	border-left: none;
	border-top: none;
}
.table-style-1 th, .table-style-2 th {
	background: #f1f1f1;
	font-size: 22px !important;
	font-weight: 600 !important;
	color: #000066 !important;
	padding: 10px 5px;
	text-align: center;
}
.table-style-1 td {
	font-size: 13px !important;
	color: #000 !important;
	padding: 10px 2px;
	border: #e2e2e2 solid 1px;
	border-right: none;
	border-bottom: none;
	text-align: center;
}
.table-style-2 td {
	font-size: 15px !important;
	color: #000 !important;
	padding: 10px 2px;
	border: #e2e2e2 solid 1px;
	border-right: none;
	border-bottom: none;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
.box-right-60 .vc_custom_1543996179282 {
	margin-top: 0px !important;
}
.box-right-60 .wpb_text_column.wpb_content_element.vc_custom_1543997738323 {
	margin-top: 0px !important;
}
.box-right-60 .wpb_text_column.wpb_content_element.vc_custom_1544002424879, .box-right-60 .vc_column-inner.vc_custom_1544003552496 {
	margin-top: 0px !important;
}
.inner-row-all-col-1 .vc_custom_1544009381872, .inner-row-all-col-2 .vc_custom_1544009447724 {
	float: left;
	width: 100%;
}
.all-border {
	border: #e2e2e2 solid 3px;
	padding: 15px;
	border-radius: 6px;
	width: 100%;
	float: left !important;
}
.blue-border-style-left {
	border: #e2e2e2 solid 3px;
	padding: 15px;
	border-radius: 6px;
	width: 45% !important;
	float: left !important;
	height: 440px;
}
.blue-border-style-right {
	border: #e2e2e2 solid 3px;
	padding: 15px;
	border-radius: 6px;
	width: 45% !important;
	float: right !important;
	height: 440px;
}
.all-title2 {
	font-size: 22px !important;
	font-weight: 600 !important;
	line-height: 22px;
	color: #000066 !important;
	margin: 15px 0 !important;
	font-family: 'Montserrat', sans-serif;
}
.margin-btm-5 {
	margin-bottom: 5px !important;
}
.list-style-8 {
	width: 100%;
	float: left;
	padding: 15px;
	border: #e2e2e2 solid 3px;
}
.list-style-8 li {
	display: block;
	width: 100%;
	float: left;
	font-weight: 500;
	ont-size: 17px !important;
	line-height: 24px;
	color: #000066 !important;
	margin: 3px 0;
	font-family: 'Montserrat', sans-serif;
}
.price-3 {
	position: relative;
	width: 100%;
	float: left;
}
.price-3-box {
	position: absolute;
	left: 20px;
	top: 40%;
	background: #cc0066;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	padding-top: 52px;
	font-weight: 600;
	line-height: 25px;
}
.welcome-row-1 .vc_column-inner {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.welcome-row-1 {
	width: 100%;
	float: left;
	padding: 0px 0 25px 0;
}
.welcome-row-1 h1 {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 15px;
	color: #152972 !important;
}
.welcome-row-1 img {
	max-width: 100%;
}
.welcome-row-1-col-1 {
	width: 52% !important;
	float: left !important;
}
.welcome-row-1-col-2 {
	width: 45% !important;
	float: right !important;
}
.welcome-row-1 .vc_btn3.vc_btn3-size-lg {
	padding: 13px 25px !important;
	margin-top: 10px;
	background: #004185 !important;
}
.home-list-style-1 {
	width: 100%;
	float: left;
	margin-top: 5px;
}
.home-list-style-1 li {
	display: inline-block;
	float: left;
	text-align: center;
	color: #b5deef;
	font-weight: 400;
	border-right: solid #fff 1px;
	font-size: 19px;
	padding: 5px 20px;
}
.home-list-style-1 li:last-child {
	border-right: none;
}
.appointment {
	text-align: center;
	padding: 10px 0 20px 0;
}
.appointment h2 {
	font-size: 25px !important;
	color: #152972;
	text-align: center;
}
.appointment h3 {
	font-size: 15px !important;
	color: #152972;
	margin-bottom: 15px;
	text-align: center;
	line-height: 25px;
	font-weight: normal !important;
}
#top-menu {
	float: right;
}
.all-catbox {
	width: 100%;
	float: left;
	padding: 0 15px;
}
.all-catbox-li {
	display: inline-block;
	float: left;
	width: 18.8%;
	margin: 0 1% 1% 0;
	position: relative;
	padding: 5px;
	background: #e4e4e4;
}
.all-catbox-li br {
	display: none;
}
.all-catbox-li .img-box {
	width: 100%;
	float: left;
	overflow: hidden;
	height: 235px;
}
.all-catbox-li img {
	border: #e4e4e4 solid 1px;
	display: block;
	max-width: 100%;
	width: 100%;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: ease-in-out 300ms;
	-moz-transition: ease-in-out 300ms;
	-webkit-transition: ease-in-out 300ms;
	-o-transition: ease-in-out 300ms;
	-ms-transition: ease-in-out 300ms;
}
.all-catbox-li:hover img {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.all-catbox-li:nth-child(5n) {
	margin-right: 0px;
}
.all-catbox-li h4 {
	font-size: 16px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	width: 100%;
	z-index: 5;
	color: #FFF;
	font-weight: bold;
	background: rgba(0,0,0,0.4);
	padding: 10px 0;
	font-weight: normal;
	transition: ease-in-out 300ms;
	-moz-transition: ease-in-out 300ms;
	-webkit-transition: ease-in-out 300ms;
	-o-transition: ease-in-out 300ms;
	-ms-transition: ease-in-out 300ms;
	padding: 20px 0;
}
.all-catbox-li h4 a {
	color: #FFF;
}
.vc_row wpb_row.vc_inner.vc_row-fluid.service {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.band_logo img {
	background: #e2e2e2;
	padding: 5px;
	margin: 0 5px;
}
.footer-widget-4 p {
	margin-bottom: 5px;
}
.copyright {
	width: 100%;
	float: left;
	background: #0d1b4c;
}
.widget-column.footer-widget-4 .fa {
	padding-right: 10px;
}
.city-list {
	width: 100%;
	float: left;
	padding: 40px 0;
}
.city-list li {
	display: inline-block;
	float: left;
	width: 31.8%;
	/*width:23.8%;*/
	margin: 0 1.5% 1.5% 0;
	list-style: none;
	border: #cacaca solid 1px;
	background: #f2f2f2;
	padding: 15px;
	text-align: center;
	min-height: 618px;
}
.city-list li:nth-child(4){
	margin-right:0 !important;
}
.city-list li:nth-child(2){
	display:none !important;
}
.city-list li h2 {
	font-size: 22px !important;
	font-weight: 600 !important;
	line-height: 22px;
	color: #000066 !important;
	margin: 12px 0;
	text-align: center !important;
	font-family: 'Montserrat', sans-serif;
}
.city-list li p {
	font-size: 16px !important;
	line-height: 20px !important;
	color: #000066 !important;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 10px;
	min-height: 150px;
}
.clinic-details {
	width: 100%;
	float: left;
	padding: 130px 0;
}
.clinic-details h2 {
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    color: #152972 !important;
}
.clinic-details p {
	padding-bottom: 15px !important;
    font-weight: 400;
    line-height: normal;
    font-size: 17px;
    color: #2f2f82;
	text-align: justify;
}
#main-head.fixed {
	top: 0;
	z-index: 999;
	background: #FFF;
}
.site-header.fixed .site-main-header {
	background: #FFF;
	width: 100%;
	float: left;
	box-shadow: 0px 3px 4px 0px rgba(181,181,181,1);
}
.team-row-1 .wpb_column.vc_column_container.vc_col-sm-3 img {
	width: 100%;
	height: 261px;
}
.team-row-1.team-box-1 p {
	font-weight: bold;
}
.left-facial-img a:hover {
	color: #ffffff;
	background-color: #ffffff;
	background-color: rgb(119, 119, 119);
	border-radius: 5px;
}
.dermap-palnning a:hover {
	color: #ffffff;
	background-color: #ffffff;
	background-color: rgba(0, 0, 0, 0.23);
	border-radius: 5px;
}
.pdo-lift a:hover {
	color: #ffffff;
	background-color: #ffffff;
	background-color: rgba(60, 48, 48, 0.23);
	border-radius: 5px;
}
.chemical-skin a:hover {
	color: #ffffff;
	background-color: #ffffff;
	background-color: rgba(60, 48, 48, 0.23);
	border-radius: 5px;
}
.mobile-bookonline {
	display: none;
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px;
	padding: 0 10%;
}
.mobile-bookonline a {
	display: block;
	padding: 10px 0px;
	color: #FFF;
	border-radius: 30px;
	background: #cc0066;
	font-size: 17px;
	font-weight: 600;
}
.clinic-list {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.clinic-list li {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
.clinic-list li a {
	display: block;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 0px !important;
}
.padding-style-7 {
	text-align: center;
}
.top-row-box-1 {
	width: 100%;
	float: left;
	background: #f1f1f1;
	padding: 5px 0;
}
.top-row-box-1 p {
	font-size: 14px;
	color: #000;
}
/*.site-header.fixed #mega-menu-wrap-main #mega-menu-main {
	padding: 16px 0px 0px 0px;	
}*/



.banner-over-text-right {
	position: absolute;
    bottom: 161px;
    right: 17%;
    width: 17%;
    text-align: center;
    height: 208px;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    /* background: #ce0067; */
    border-radius: 50%;
    /* left: 0; */
    top: 59%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
    height: 235px;
    /* width: 235px; */
    padding-top: 60px;
}
.banner-over-text-left {
    position: absolute;
    bottom: 161px;
    left: 9%;
    /* width: 17%; */
    text-align: center;
    height: 208px;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    top: 59%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
    height: 235px;
     width: 235px; 
    padding-top: 85px;
}
.banner-over-text-covid-19 {
    position: absolute;
    bottom: 161px;
    left: 28%;
    /* width: 17%; */
    text-align: center;
    height: 208px;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    top: 24%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
    height: 290px;
    width: 235px;
    padding-top: 58px;
}
/*new-css=========================*/

.inner-area {
	width: 100%;
	float: left;
	padding: 30px 0;
}
.blog-box {
	width: 32%;
	margin: 0 2% 2% 0;
	float: left;
	padding: 10px;
	border: #f1f1f1 solid 1px;
	box-sizing: border-box;
}
.blog-left {
	width: 100%;
	float: left;
}
.blog-left img {
	width: 100%;
}
.blog-details img {
	max-width: 100%;
	background: #f1f1f1;
	margin: 15px 0;
	padding: 8px;
}
.blog-right {
	width: 100%;
	float: left;
	font-family: 'Montserrat', sans-serif;
}
.blog-details h2 {
	font-weight: bold;
	font-size: 22px;
	margin: 10px 0 15px 0;
	color: #152972 !important;
}
.blog-right h2 {
	font-weight: bold;
	font-size: 18px;
	margin: 15px 0 0 0;
	color: #152972 !important;
}
.blog-right h2 a {
	color: #152972 !important;
}
.blog-right p {
	font-size: 14px !important;
	text-align: justify;
	line-height: 23px !important;
	color: #000 !important;
}
.blog-details p {
	font-size: 16px !important;
	text-align: justify;
	line-height: 26px !important;
	color: #000 !important;
	padding: 0 !important;
}
.more-btn {
	display: inline-block;
	background: #152972;
	padding: 8px 25px;
	margin-top: 12px;
	color: #FFF;
}
.blog-box:nth-child(3n) {
	margin-right: 0px;
}


.inner-row-all .price-tbl-hd h2{ margin:0px; padding:30px 0;}
.price-tbl-spc table.medicine { margin: 0 !important; }

.home-sl-blue {
    padding: 0 27px;
}

 .pad-left-botx{ padding-left:10px !important;}


 @media screen and (max-width: 1920px) {
.mtphr-dnt-tick-contents {
	bottom: 635px;
}
}
 @media screen and (max-width: 1700px) {
.banner-over-text {
	position: absolute;
	bottom: 65px;
	left: 7%;
	width: 17%;
	text-align: center;
	height: 230px;
}
.mtphr-dnt-tick-contents {
	bottom: 625px;
}
.banner-over-text-right {
	position: absolute;
    bottom: 161px;
    right: 17%;
    width: 17%;
    text-align: center;
    height: 208px;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    /* background: #ce0067; */
    border-radius: 50%;
    /* left: 0; */
    top: 59%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
    height: 235px;
    /* width: 235px; */
    padding-top: 60px;
}
}
 @media screen and (max-width: 1366px) {
.mtphr-dnt-tick-contents {
	bottom: 605px;
}
}
 @media screen and (max-width: 1300px) {
.banner-over-text {
	bottom: 125px;
	height: 180px;
}
.nothigam-bottom-spc {
	margin-top: 0px;
}
.mtphr-dnt-tick-contents {
	bottom: 605px;
}
}
 @media screen and (max-width: 1200px) {
.welcome-row-1-col-1 {
	padding-left: 25px;
}
.welcome-row-1-col-2 {
	padding-left: 25px;
}
.home-sl-blue {
	padding: 15px;
}
h2.widget-title {
	text-align: left;
	width: auto !important;
}
.nothigam-bottom-spc {
	margin-top: 0px;
}
}
 @media screen and (max-width: 1166px) {
h2.widget-title {
	text-align: left;
	width: auto !important;
}
.home-sl-blue {
	padding: 15px;
}
.welcome-row-1-col-2 {
	float: left;
	width: 100% !important;
	padding: 0 40px;
}
.welcome-row-1-col-1 {
	float: left;
	width: 100% !important;
	padding: 0 40px;
}
.vc_btn3-container.vc_btn3-inline.vc_custom_1544166851433 {
	padding: 0 40px;
}
.wpb_text_column.wpb_content_element {
	padding: 0 40px;
	width: 96%;
}
.footer-widget-1 h2.widget-title {
	text-align: left;
	margin: 0;
}
.nothigam-bottom-spc {
	margin-top: 0px;
}
}
 @media screen and (max-width: 1100px) {
h2.widget-title {
	text-align: left;
	width: auto !important;
}
.welcome-row-1-col-2 {
	float: left;
	width: 100% !important;
	padding: 0 40px;
}
.welcome-row-1-col-1 {
	float: left;
	width: 100% !important;
	padding: 0 40px;
}
.vc_btn3-container.vc_btn3-inline.vc_custom_1544166851433 {
	padding: 0 40px;
}
.wpb_text_column.wpb_content_element {
	padding: 0 40px;
	width: 96%;
}
.footer-widget-1 h2.widget-title {
	text-align: left;
	margin: 0;
}
.nothigam-bottom-spc {
	margin-top: 0px;
}
}
 @media screen and (max-width: 1024px) {
.banner-over-text-right {
	bottom: 95px;
}
h2.widget-title {
	text-align: left;
	width: auto !important;
}
.home-sl-blue {
	padding: 15px;
}
.home-sl-blue .container {
	width: 100% !important;
}
.home-sl-blue div.vc_col-sm-2 {
	width: 49.2% !important;
	height: 255px;
	margin-top: 2px;
}
.box-nottingham-height {
	min-height: 85px;
}
.footer-widget-1 h2.widget-title {
	text-align: left;
	margin: 0;
}
.welcome-row-1 h1 {
	font-size: 22px;
}
#main-head .menu {
	float: right;
	margin-top: 0;
	width: 100%;
}
.container {
	width: 90% !important;
}
.home p {
	text-align: left;
}
.home-list-style-1 li {
	font-size: 17px;
}
.service {
	width: 100%;
}
.banner-box h2 {
	position: absolute;
	bottom: 29%;
	left: 12%;
	font-size: 16px;
}
.wpb_text_column.wpb_content_element {
	padding: 0 40px;
	width: 100%;
}
.nothigam-bottom-spc {
	margin-top: 0px;
}
.box-nottingham-height p {
	text-align: center;
}
.blog-box {
	width: 49%;
	float: left;
	margin-right: 0px;
}
.blog-box:nth-child(2n) {
	float: right;
}
}
 @media screen and (max-width: 767px) {
   div.container .vc_column-inner {
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: justify;
}
 .pad-left-botx{ padding:0 5px !important;}
.inner-row-all .vc_custom_1582548869809{
	padding: 0px !important;
    margin: 0px !important;
	 } 
.inner-row-all .vc_custom_1582551145571 {
	padding: 0px !important;
    margin: 0px !important;
	 }  

.inner-row-all .vc_custom_1582551691494{
	padding: 0px !important;
    margin: 0px !important;
	 }  
.inner-row-all .vc_custom_1582552221461{
	padding: 0px !important;
    margin: 0px !important;
	 }  	 

.inner-row-all .vc_custom_1582552767705{
	padding: 0px !important;
    margin: 0px !important;
	 } 	 
.inner-row-all .vc_custom_1582553089354{
	padding: 0px !important;
    margin: 0px !important;
	 } 		 
.inner-row-all .vc_custom_1582553387557{
	padding: 0px !important;
    margin: 0px !important;
	 } 	 
	 
 .inner-row-all .price-tbl-hd h2 {
    margin: 0px;
    padding: 15px 0;
    text-align: center !important;
}

.inner-row-all p {
    padding: 0px 0 10px;
}	 
	 

#post-1993 .vc_custom_1495636431416{ border:none !important;}
#post-1993 .vc_custom_1495635077422{ border:none !important;}
 
.mobile-view-design-tbl{ display:block; width:100%;}
 .render{ display:none;}
.new-contact-row-1-col-1, .new-contact-row-1-col-2 {
	width: 100% !important;
	margin-bottom: 15px;
}
.mtphr-dnt-tick-contents {
	bottom: 195px;
}
.top-breadcrumb {
	margin-top: 188px;
}
.price_list_link_text {
	text-align: center;
	margin: 68px 0 0;
}
.price_list_link_text a {
	color: #fff;
	font-weight: bold;
	font-size: 8px;
	background: #cc0066;
	border-radius: 10px;
	padding: 10px 10px;
}
.clinic-details {
	padding: 190px 0;
}
.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}
.table-responsive>.table {
	margin-bottom: 0;
}
.banner-over-text-right {
	position: absolute;
	bottom: 74px;
	right: 9%;
	width: 32%;
	text-align: center;
	height: 157px;
}
.banner-over-text-left {
	position: absolute;
	bottom: 116px;
	left: 7%;
	width: 17%;
	text-align: center;
	height: 140px;
}
.box-nottingham-height p {
	text-align: center;
}
.wpb_text_column.wpb_content_element {
	padding: 0px;
}
.home #primary .logo-brand-spc {
	padding: 0px !important;
}
.nothigam-bottom-spc .container {
	width: 100% !important;
}
.band_logo img {
	margin: 2px 10px 2px 10px;
}
.home-sl-blue div.vc_col-sm-2 {
	width: 49.2% !important;
	height: 255px;
	margin-bottom: 2px;
}
.box-nottingham-height {
	min-height: 85px;
}
.welcome-row-1 h1 {
	font-size: 22px;
}
.home p {
	text-align: center;
}
.widget-column.footer-widget-4 a {
	color: #fff;
	float: left;
	width: auto;
	margin-bottom: 0;
	font-size: 15px;
	width: 52%;
	margin-top: 10px;
	text-align: left;
}
.footer-widget-1 h2.widget-title {
	text-align: left;
	margin: 0;
}
h2.widget-title {
	text-align: left;
	width: auto !important;
}
footer p.bold {
	font-weight: 700;
	text-align: left;
}
footer p {
	font-size: 14px;
	text-align: left !important;
}
.wpb_wrapper p {
	text-align: left;
}
.box-nottingham-height p {
	text-align: center;
}
footer.site-footer div.widget-column.footer-widget-1 {
	width: 100%;
	padding-right: 0%;
}
footer.site-footer div.widget-column {
	float: left;
	width: 100%;
	padding: 0 0%;
	margin-bottom: 15px;
}
footer.site-footer div.widget-column.footer-widget-4 {
	width: 100%;
	padding: 0;
}
.home-list-style-1 li {
	width: 100%;
}
.home #primary .container {
	width: 100%;
	margin: 0;
	padding: 0 2%;
	float: left;
}
.banner-box h2 {
	position: absolute;
	bottom: 28%;
	left: 11%;
	font-size: 12px;
}
#mega-menu-wrap-main .mega-menu-toggle.mega-menu-open + #mega-menu-main {
	max-height: 400px;
	overflow-y: scroll;
}
.menu-toggle {
	display: none;
}
.container {
	width: 100% !important;
}
.home-sl-blue div.vc_col-sm-2 {
	width: 100% !important;
	text-align: center;
}
.welcome-row-1-col-1 {
	width: 100% !important;
	margin-bottom: 15px;
}
.welcome-row-1-col-2 {
	width: 100% !important;
}
.home-list-style-1 li {
	text-align: center;
	border-right: none;
}
.home-list-style-1 {
	margin-bottom: 15px !important;
}
.all-catbox-li {
	width: 100%;
	margin-bottom: 10px !important;
}
.band_logo p {
	text-align: center !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.service {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#main-head .container {
	width: 100% !important;
	padding: 0px !important;
}
#top-head.site-top-header ul li {
	width: 16.6%;
}
.menu-toggle {
	display: none;
}
#mega-menu-wrap-main {
	margin-top: -52px;
}
.box-left-40 {
	width: 100% !important;
	margin-bottom: 15px;
}
.box-right-60 {
	width: 100% !important;
}
.inner-row-all-col-1 {
	width: 100% !important;
	margin-bottom: 15px;
}
.inner-row-all-col-2 {
	width: 100% !important;
}
.box2-left-40 {
	width: 100% !important;
	margin-bottom: 15px;
}
.box2-right-60 {
	width: 100% !important;
}
.inner-row-all p {
	text-align: left !important;
	line-height: 15px !important;
}
.last-cont p{
   line-height: 26px !important;}   
#primary .container {
	padding: 0px;
}
.nothigam-bottom-spc {
	margin-top: 0px;
}
.banner-box {
	margin-top: 150px;
}
.vc_btn3-container.vc_btn3-inline.vc_custom_1544166851433 {
	padding: 0 15px;
}

 .mobile-view-design-tbl img{ width:100%;}
.inner-row-all .for-derby-text{ text-align:center !important; margin-bottom:10px;}
.inner-row-all h2.price-inner {
    text-align: center !important;
}

#post-2081 .vc_custom_1495535347354{ border:none !important;}

#post-2087 .vc_custom_1495535347354{ border:none !important;}
#post-2083 .vc_custom_1495535347354{ border:none !important;}
#post-3404 .vc_custom_1495535347354{ border:none !important;}
#post-2085 .vc_custom_1495535347354{ border:none !important;}
#post-2076 .vc_custom_1495535347354{ border:none !important;}
#post-3406 .vc_custom_1495535347354{ border:none !important;}
.inner-row-all .vc_custom_1495636431416{ border:none !important;}
.inner-row-all .vc_custom_1495635077422 { border:none !important;}

}
 @media screen and (max-width: 540px) {
 
 
 table.medicine tr td {
    /*word-break: break-all;*/
}


 
 .address-list .p-name{
     display: block;
	 margin-bottom: 3px;
 }
 
 .address-list .fa.fa-phone{
 margin-right: 10px;
 float: left;
 }
 
 .address-list .p-num {
    float: left;
    display: block;
}
 
 
.fancybox-inner {
    height: 100% !important;
    width: 100% !important;
}

.fancybox-content-inside{
    height: 100% !important;
    width: 100% !important;
}

.fancybox-content-inside img{ max-width:100%;}

.fancybox-wrap.fancybox-desktop.fancybox-type-html.fancybox-opened {
    width: 94% !important;
    left: 2% !important;
}

 table.medicine td {
	padding: 2px;
}

#post-3406 .vc_custom_1495535347354{ border:none !important;}
#post-2081 .vc_custom_1495535347354{ border:none !important;}
#post-2087 .vc_custom_1495535347354{ border:none !important;}
#post-2083 .vc_custom_1495535347354{ border:none !important;}
#post-3404 .vc_custom_1495535347354{ border:none !important;}
#post-2085 .vc_custom_1495535347354{ border:none !important;}
#post-2076 .vc_custom_1495535347354{ border:none !important;}


.all-border{ border:none; padding:0px;}

.mobile-view-design-tbl{ display:block; width:100%;}

table.medicine tr > td {
    font-size: 12px !important;
	}
	
table.medicine tr > td p{
  font-size: 12px !important;
}
 
.blog-box {
	width: 100%;
}
.welcome-row-1 {
	width: 100%;
	float: left;
	padding: 0 !important;
}
.banner-over-text {
	bottom: 65px;
	height: 80px;
}
.banner-over-text-left {
	position: absolute;
	bottom: 89px;
	left: 7%;
	width: 17%;
	text-align: center;
	height: 80px;
}
.banner-over-text-right {
	position: absolute;
	bottom: 36px;
	right: 13%;
	width: 23%;
	text-align: center;
	height: 100px;
}
/*.container {
    	width: 100% !important;
	}*/
	
.team-row-1 {
	margin-bottom: 0px !important;
}
.city-list li {
	width: 100% !important;
	margin-bottom: 10px !important;
}
.contac p span.p-name {
	float: left;
	text-align: right;
	min-width: 96px;
	margin-right: 0px;
	width: 100% !important;
	text-align: left !important;
	line-height: 30px;
	padding-left: 31px;
}
div.container .vc_column-inner {
	padding-top: 0px;
}
.team-row-1 .wpb_column.vc_column_container.vc_col-sm-3 img {
	width: 100%;
	height: auto !important;
}
.inner-row-all h2 {
	font-size: 16px !important;
	    padding: 10px 0;
		margin:0px !important;
}



.kenalog-spc {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.clinic-row-1-col-1 {
	width: 100% !important;
}
.clinic-row-2-col-2 {
	width: 100% !important;
}
.clinic-row-1-col-2 {
	width: 100% !important;
}
.recommended-row-col-1 {
	width: 100% !important;
}
.recommended-row-col-2 {
	width: 100% !important;
}
.screen-row-1-col-1 {
	width: 100% !important;
}
.screen-row-1-col-2 {
	width: 100% !important;
}
.private-discrete-row-1-col-1 {
	width: 100% !important;
}
.private-discrete-row-1-col-2 {
	width: 100% !important;
}
.step-towards-row-1-col-2 {
	width: 100% !important;
	margin-top: 180px;
}
.step-towards-row-1-col-1 {
	width: 100% !important;
}
.cervical-smears-row-1-col-1 {
	width: 100% !important;
}
.cervical-smears-row-1-col-2 {
	width: 100% !important;
}
.wpb_single_image img {
	margin-top: 5px;
}
.blue-border-style-left {
	width: 100% !important;
	margin-bottom: 10px;
}
.blue-border-style-right {
	width: 100% !important;
}
.vc_custom_1495636431416 {
	border: none !important;
}
.center-facial {
	width: 100% !important;
}
.left-facial-img {
	width: 100% !important;
	height: auto !important;
}
.left-facial-img a {
	top: 25% !important;
	left: 30% !important;
}
.right-facial-img {
	width: 100% !important;
	height: auto !important;
}
.Profhilo-Logo {
	width: 100% !important;
	height: auto !important;
}
.facial-lips {
	width: 100% !important;
	height: auto !important;
}
.dermap-palnning {
	width: 100% !important;
	height: auto !important;
}
.chemical-skin {
	width: 100% !important;
	height: auto !important;
}
.facial-lips a {
	left: 0px !important;
}
.dermap-palnning a {
	top: 20% !important;
	left: 10% !important;
}
.chemical-skin a {
	top: 50% !important;
	left: 0% !important;
}
.pdo-lift a {
	top: 5% !important;
	left: 16% !important;
	padding: 35px !important;
}
.pdo-lift {
	width: 100% !important;
	height: auto !important;
}
h3 {
	font-size: 18px;
}
.round-box {
	margin: 22% 0 0% 40%;
}
.download-here {
	width: 100%;
	margin: 13px 0 50px 0 !important;
}
.about-text-full {
	width: 100% !important;
}
.home-sl-blue div.vc_col-sm-2 {
	width: 100% !important;
	text-align: center;
}
.style-2 p {
	text-align: center;
}
.welcome-row-1-col-1 {
	width: 100% !important;
	margin-bottom: 15px;
}
.welcome-row-1-col-2 {
	width: 100% !important;
}
.home-list-style-1 li {
	text-align: center;
	border-right: none;
}
.home-list-style-1 {
	margin-bottom: 15px !important;
}
.all-catbox-li {
	width: 100%;
	margin-bottom: 10px !important;
}
.band_logo p {
	text-align: center !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.service {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#main-head .container {
	width: 100% !important;
	padding: 0px !important;
}
#top-head.site-top-header ul li {
	width: 20%;
}
#menu-item-8299 {
	display: none !important;
}
.menu-toggle {
	display: none;
}
#mega-menu-wrap-main {
	margin-top: -52px;
}
.box-left-40 {
	width: 100% !important;
	margin-bottom: 15px;
}
.box-right-60 {
	width: 100% !important;
}
.inner-row-all-col-1 {
	width: 100% !important;
	margin-bottom: 15px;
}
.inner-row-all-col-2 {
	width: 100% !important;
}
.box2-left-40 {
	width: 100% !important;
	margin-bottom: 15px;
}
.box2-right-60 {
	width: 100% !important;
}
.inner-row-all p {
	text-align: left !important;
}
#primary .container {
	padding: 3px;
}
.team-row-1 .wpb_column.vc_column_container.vc_col-sm-3 {
	padding: 0 15px 0 15px !important;
}
.welcome-row-1 h1 {
	text-align: left;
	font-size: 16px;
}
.regent-street {
	width: 100%;
	display: inline-block;
	text-align: center
}
.welcome-row-1 .vc_btn3.vc_btn3-size-lg {
	font-size: 14px;
	padding: 13px 6px !important;
	font-weight: bold;
}
.home-list-style-1 li {
	padding: 5px 10px;
	text-align: left !important;
	font-size: 14px !important;
}
.appointment h2 {
	font-size: 20px !important;
	text-align: center;
}
.appointment h3 {
	text-align: left !important;
	font-weight: normal;
}
.widget-column.footer-widget-4 a {
	display: block;
	width: 90% !important;
	margin: 0px 0 15px;
}
.mobile-bookonline {
	display: block;
}
.logo {
	margin-top: 0;
}
.bokachoda {
	display: block;
}
.top-style {
	margin-bottom: 15px;
}
.team-row-1 p {
	padding-bottom: 2px;
	padding-top: 0px;
}
.title-style-1 .vc_column-inner.vc_custom_1545271822461 {
	margin: 10px 0 0 0 !important;
}
.team-row-1.team-box-1.vc_custom_1544186918638 {
	margin-top: 10px !important;
}
.vc_single_image-img.attachment-full {
	margin-bottom: 8px !important;
}
.team-row-1.team-box-1 .vc_single_image-img.attachment-full {
	margin-bottom: 8px !important;
}
.team-row-1.team-box-1.vc_custom_1544186929244, .team-row-1.team-box-1.vc_custom_1544186962903, .team-row-1.team-box-1.vc_custom_1544186981192, .team-row-1.vc_custom_154399392144, .team-row-1.vc_custom_1543993921442, team-row-1team-box-1.vc_custom_1544187127868, .team-row-1.team-box-1 vc_custom_1544187127868, .team-row-1.team-box-1.vc_custom_1544187120551, .team-row-1.team-box-1.vc_custom_1544187127868 {
	margin-top: -10px !important;
}
.team-row-1.team-box-1.vc_custom_1544187120551 {
	margin-top: -22px !important;
 float:left !important;
}
.wpb_text_column.wpb_content_element.vc_custom_1543995283108 {
	margin-bottom: 0px !important;
}
.inner-row-all h2 {
}
.wpb_text_column.wpb_content_element.vc_custom_1543995283108 h2 {
	text-align: left !important;
	margin-bottom: 0px !important;
}
.box-left-40 h2 {
	text-align: left !important;
	margin-bottom: 0px !important;
}
.table-style-5 {
	display: none;
}
.table-style-1 {
	margin-top: 15px;
}
.box-left-40 .wpb_text_column.wpb_content_element.vc_custom_1543997687936 {
	margin-bottom: 0px !important;
}
.box-left-40 .wpb_text_column.wpb_content_element.vc_custom_1544001638804, .box-left-40 .wpb_text_column.wpb_content_element.vc_custom_1544002389224 {
	margin-bottom: 0px !important;
}
.vc_custom_1544003595634 {
	margin-bottom: 0px !important;
}
.inner-row-all h2 {
	text-align: left !important;
}
h3 {
	margin: 0 !important;
}
.screen_box {
	padding: 0 10px !important;
}
.screen-row-1-col-1.wpb_column.vc_column_container.vc_col-sm-6 {
	margin-top: 15px;
}
.step-towards-row-1-col-1.wpb_column.vc_column_container.vc_col-sm-6 h2 {
	margin-top: 15px !important;
}
.private-discrete-row-1-col-2.wpb_column.vc_column_container.vc_col-sm-6 {
	margin-top: 15px;
}
.vc_custom_1543929854694 {
	margin-bottom: 10px !important;
}
.vc_column-inner.vc_custom_1543929854694 h2 {
	text-align: center !important;
}
.vc_column-inner.vc_custom_1543929854694 {
	margin-bottom: 10px !important;
}
#post-952 .wpb_column.vc_column_container.vc_col-sm-12 h2 {
	padding-left: 10px;
}
#post-952 .vc_single_image-wrapper.vc_box_border_grey {
	padding: 0 10px;
}
.padding-top-1 {
	padding-top: 15px;
}
.all-border.box-1.wpb_column.vc_column_container.vc_col-sm-12 {
	margin-top: 20px;
}
.padding-top-btm {
	padding: 15px 0;
}
.padding-style-7 {
	padding-top: 10px;
	margin-bottom: 15px !important;
}
#post-1893 .wpb_column.vc_column_container.vc_col-sm-12 .vc_column-inner {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.screening-box-1 {
	padding-left: 7px !important;
	padding-right: 7px !important;
}
#post-1893 .vc_column_container>.vc_column-inner {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.supper-screen-style-1 {
	padding-left: 7px !important;
	padding-right: 7px !important;
	margin-top: 15px !important;
}
.time-table1 {
	width: 100%;
}
.vc_row.wpb_row.vc_row-fluid.container.vc_txt_align_center.team-row-1.team-box-1.vc_custom_1544186918638 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.vc_row.wpb_row.vc_row-fluid.container.vc_txt_align_center.team-row-1.team-box-1.vc_custom_1544186929244 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.vc_row.wpb_row.vc_row-fluid.container.vc_txt_align_center.team-row-1.team-box-1.vc_custom_1544186962903 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.vc_row.wpb_row.vc_row-fluid.container.vc_txt_align_center.team-row-1.team-box-1.vc_custom_1544186981192 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.vc_row.wpb_row.vc_row-fluid.container.vc_txt_align_center.team-row-1.vc_custom_1543993921442 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.vc_row.wpb_row.vc_row-fluid.container.vc_txt_align_center.team-row-1.team-box-1.vc_custom_1544187127868 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.vc_row.wpb_row.vc_row-fluid.container.vc_txt_align_center.team-row-1.team-box-1.vc_custom_1544187120551 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.left-right-gap {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.wpb_text_column.wpb_content_element.vc_custom_1542794825224 {
	margin-right: 0px !important;
	margin-bottom: 10px !important;
	padding: 5px;
}
.wpb_text_column.wpb_content_element.vc_custom_1544021056330.all-border {
	margin-bottom: 25px !important;
}
.vc_column-inner.vc_custom_1544021242802 {
	margin-top: 5px !important;
}
.vc_row.wpb_row.vc_row-fluid.container.vc_txt_align_justify.vc_custom_1544076171979 {
	margin-top: 0px !important;
}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1544077535337 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.wpb_text_column.wpb_content_element.vc_custom_1544076834308 {
	margin-bottom: 10px !important;
}
.vc_row.wpb_row.vc_row-fluid.container.vc_txt_align_justify.vc_custom_1544075826089 .wpb_column.vc_column_container.vc_col-sm-6 {
	margin-bottom: 20px;
}
.wpb_text_column.wpb_content_element.vc_custom_1544078310033 {
	margin-top: 0px !important;
}
.vc_column-inner.vc_custom_1544078401306 {
	margin-top: 0px !important;
}
.top-padding-5 {
	margin-top: 20px;
}
.top-padding-6 {
	margin-top: 15px !important;
	float: left;
}
.price-3-box {
	top: 15%;
}
.wpb_text_column.wpb_content_element.vc_custom_1544082060114 {
	margin-bottom: 0px !important;
}
.wpb_text_column.wpb_content_element.vc_custom_1544082071221 p {
	padding: 0px !important;
}
.vc_row.wpb_row.vc_row-fluid.container.vc_custom_1495485587326 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid .inner-row-all-col-1.wpb_column.vc_column_container.vc_col-sm-6 {
	margin-bottom: 0px !important;
}
.facial-lips {
	margin-bottom: 20px !important;
}
.Profhilo-Logo, .chemical-skin, .left-facial-img {
	margin-bottom: 20px !important;
	margin-top: 20px !important;
}
.right-facial-img a {
	top: 22%;
	font-size: 23px;
}
.pdo-lift a {
	top: 30% !important;
	padding: 10px !important;
}
.page-id-361 #primary .container {
	padding: 0 !important;
}
/*sarat today------------------27-12-18*/
.content-row-1 .vc_column-inner {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.content-row-1 .home#primary .container {
	padding: 0 5%;
}
.content-row-1 .container {
	width: 100% !important;
}
.content-row-2 .container.wpb_column.vc_column_container.vc_col-sm-12 {
	width: 100% !important;
}
.content-row-3 {
	padding: 0 5% !important;
}
.content-row-3 .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.content-row-3 .vc_row.wpb_row.vc_inner.vc_row-fluid.container.appointment {
	padding: 0px !important;
}
.box-style-new-8 {
	width: 100%;
	float: left;
}
.all-catbox {
	padding: 0;
	margin-top: 20px;
}
.vc_row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.welcome-row-1 .vc_row.wpb_row.vc_inner.vc_row-fluid.container.vc_txt_align_justify {
	padding: 0px !important;
}
.footer-widget-1 h2.widget-title {
	text-align: left;
	margin: 0;
}
.site-content-contain {
/*padding-top: 180px;*/
}
.welcome-row-1 {
	width: 100%;
	float: left;
	padding: 25px 0 25px 0;
}
.nothigam-bottom-spc .container {
	width: 100% !important;
}
.home #primary .logo-brand-spc {
	padding: 0px !important;
}
.banner-box {
	margin-top: 184px;
}
.nothigam-bottom-spc {
	margin-top: 0px;
}
.welcome-row-1-col-1.wpb_column.vc_column_container.vc_col-sm-6 {
	padding: 0 0 0 2%;
	margin-top: -25px;
}
.wpb_wrapper p {
	text-align: justify;
	float: left;
}
.box-nottingham-height p {
	text-align: center;
}
/*end------------*/


}
.top-text {
	position: absolute;
	white-space: nowrap;
	animation: floatText 5s infinite alternate ease-in-out;
}
.customer-reviews-row {
	width: 100%;
	float: left;
	padding-top: 40px;
}
#text-22 {
	display: none;
}
.customer-reviews-row .pagetitle {
	font-size: 22px !important;
	font-weight: 600 !important;
	line-height: 22px;
	color: #000066;
	padding: 15px 15px 15px 20px;
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
}
@-webkit-keyframes floatText {
 from {
 left: 00%;
}
to {
	left: 100%;
}
}

.mobile-view-design-tbl img{ width:100%;}


.inner-row-all .vc_custom_1495636431416{ border:none !important;}
.inner-row-all .vc_custom_1495635077422 { border:none !important;}

.ol-list-about {
    width: 100%;
    float: left;
    padding:0 0 15px 20px;
}
.ol-list-about li {
    width: 100%;
    float: left;
    font-size: 17px !important;
    color: #2f2f82;
    line-height: 22px !important;
    margin: 0 0 15px 0;
    font-family: 'Montserrat', sans-serif;
}

.ol-list-about li:nth-child(10), .ol-list-about li:nth-child(11), .ol-list-about li:nth-child(12) {
    list-style: none;
}
.ol-list-about li:nth-child(5), 
.ol-list-about li:nth-child(7), 
.ol-list-about li:nth-child(10),
.ol-list-about li:nth-child(11) {
    text-align: justify !important;
}
.brim-new-2 {
    width: 100%;
    float: left;
    margin: auto;
    text-align: left;
    display: block;
    padding-bottom: 20px;
}
.entrace-right-img {
    width: 70%;
    float: right;
    text-align: left;
    vertical-align: middle;
    margin-top: 112px;
}
.entrance-left-img {
    width: 25%;
    float: left;
    vertical-align: middle;
	margin-top: 20px;
}
.brim-new-2 strong {
    font-size: 16px !important;
    line-height: 20px !important;
    color: #000066 !important;
}
.following {
    margin-top: 20px !important;
}
.mobile-bringh {
    display: none;
}
.desktop-bringh{
	display: block;
}
.refund-1 {
    margin-bottom: 10px !important;
}
.refund-2 {
    margin-bottom: 15px !important;
}
.refund-3 {
    width: 100%;
    float: left;
    margin-top: -5px !important;
    margin-bottom: 11px !important;
}
.refund-4 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.refund-5 {
    margin-bottom: 10px !important;
    margin-top: -8px !important;
}
.refund-6 {
    margin-bottom: 15px !important;
}
.refund-7 {
    margin-bottom: 15px !important;
}
.infectionpolicy-list li {
       width: 100%;
    float: left;
    font-size: 17px !important;
    line-height: 24px;
    color: #000066 !important;
    list-style: none;
    margin: 0 0 15px 0;
    font-family: 'Montserrat', sans-serif;
    background: url(image/right-arrow.png) left 7px no-repeat;
    background-size: 9px;
    padding-left: 20px;
}
.infection-policy-row1 p {
    font-size: 17px !important;
    color: #000066 !important;
    font-weight: normal !important;
	margin-bottom:15px;
}
.para-extra {
    background: none !important;
}
.allstaff {
    margin-top: 5px;
}
.documentation2 {
    margin-top: 8px;
    width: 100%;
    float: left;
}
.christ {
    margin-bottom: 12px !important;
    padding-bottom: 0 !important;
    margin-top: -13px;
}
.christ-get {
    margin-bottom: -10px;
}
.ol-list-about2 {
    width: 100%;
    float: left;
	margin-bottom: 5px;
}
.ol-list-about2 li {
    width: 100%;
    float: left;
    font-size: 17px !important;
    line-height: 24px;
    color: #2f2f82 !important;
    margin: 5px 0;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}
.pvt-gp-8 {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
.pvt-gp-9 {
    width: 100%;
    float: left;
    padding: 15px 0;
}
.pvt-img1 {
    margin-top: 18px !important;
    width: 100%;
    float: left;
}
.quest {
    margin: 10px 0;
	font-weight: bold;
}
.no-1-control {
    padding-top: 15px;
}
.no-2-control {
    padding-top: 15px;
}
.no-3-control {
    padding-top: 15px;
}
.no-4-control {
    padding-top: 15px;
}
.no-5-control {
    padding-top:0px;
}
.no-6-control {
    padding-top: 0px;
}
.no-7-control {
    padding-top:0px;
}
.gg-img-2{
	width: 100%; float: left; margin-bottom: 15px;
}
.how-functional {
    padding-top: 20px;
}
.alcohol-list li {
    font-size: 16px !important;
    line-height: 23px !important;
    color: #000066 !important;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    margin-bottom: 15px;
}
.alcohol-list {
    width: 100%;
    float: left;
    margin-left: 20px;
}
.hcl1 {
    margin: 10px 0 0px 0!important;
    width: 100%;
    float: left;
}
.summary-detox {
    width: 100%;
    float: left;
}
.smear-test{
width:100%;
float:left;
}
.hpv-test {
    width: 100%;
    float: left;
}
.nml{
	width: 100%;
    float: left
}
.nml2{
	width: 100%;
    float: left
}
.nml3{
	width: 100%;
    float: left
}
.nml4{
	width: 100%;
    float: left
}
.skull {
    width: 100%;
    float: left;
    margin-top: 12px!important;
}
.abdomen {
    width: 100%;
    float: left;
    margin-top: 15px!important;
}
.pelvis{
	width: 100%;
    float: left;
    margin-top:15px!important;
}
.screening{
	width: 100%;
    float: left;
    margin-top: 15px!important;
}
.blod {
    width: 100%;
    float: left;
    margin-top: 15px!important;
}
.normal-list li {
    font-size: 16px !important;
    line-height: 20px !important;
    color: #000066 !important;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    list-style: none;
    margin-bottom: 15px;
	width: 100%;
}
.normal-list li:nth-last-child(1){
  margin-bottom: 0px !important;
}
.normal-list {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.heart-assesment {
    width: 100%;
    float: left;
    margin-top: 15px!important;
}
.inflamation {
    width: 100%;
    float: left;
    margin-top: 0 !important;
}
.s-control {
    width: 100%;
    float: left;
    margin-top: 15px!important;
}
.m-hormones{
width: 100%;
    float: left;
    margin-top: 15px!important;
	}
.f-hormones{
width: 100%;
    float: left;
    margin-top: 15px!important;
	}
.urine {
    width: 100%;
    float: left;
    margin-top: 15px !important;
}
.urine-chemistry{}
.stool-report{
width: 100%;
    float: left;
    margin-top: 15px!important;
}
.stress{
width: 100%;
    float: left;
    margin-top: 15px!important;}
.allergies{
width: 100%;
    float: left;
   margin-top: 15px!important;
  }
.sexual-health{
width: 100%;
    float: left;
    margin-top: 15px!important;
}
.autoimmune-screen{
width: 100%;
    float: left;
    margin-top: 15px!important;
}
.drug-abuse{
width: 100%;
    float: left;
   margin-top: 15px!important;
}
.urine-microscopy{
width: 100%;
    float: left;
    margin-top: 15px!important;
}
.biochemistry{
	width: 100%;
    float: left;
    margin-top: 15px!important;
}
.haematology{
	width: 100%;
    float: left;
    margin-top: 15px!important;
}
.kidney-function{
	width: 100%;
    float: left;
    margin-top: 15px!important;
}
.liver-function{
	width: 100%;
    float: left;
    margin-top: 15px!important;
}
.bone-screen{
	width: 100%;
    float: left;
    margin-top: 15px!important;
}
.lipids{
	width: 100%;
    float: left;
    margin-top: 15px!important;
}
.premium-thyroid{
	width: 100%;
    float: left;
    margin-top: 15px!important;
}
.vitamins-minerals{
	width: 100%;
    float: left;
    margin-top: 15px!important;
}
.body-screening {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 10px !important;
}
.top-banner img {
    text-align: center;
    width: auto !important;
}
.cervical-row p {
    margin-bottom: 15px;
}
.wellperson-row p {
    margin-bottom: 15px;
}
.last-ttl-well {
    width: 100%;
    float: left;
}
.occupational-health-col-1 p {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.occupational-health-col-2 p {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.occ-he-1 {
    padding-top: 10px;
}
.occ-he-2 {
    padding-top: 10px;
}
.occupational-health-col-1 img {
    margin-bottom: 15px !important;
}
.occu-ol{
	width: 100%;
    float: left;
    margin: 0 0 0 18px;
    padding: 0;
}
.occu-ol li{
	font-size: 16px !important;
    line-height: 20px !important;
    color: #000066 !important;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    margin-bottom: 15px;
	width: 100%;
}
.counselling-col-1 p{
	width: 100%;
    float: left;
    margin-bottom: 15px;
}
.counselling-col-2 p{
	width: 100%;
    float: left;
    margin-bottom: 15px;
}
.cognitive-behaviour {
    width: 100%;
    float: left;
    padding-top: 10px;
}
.counselling-step-img {
    margin-top: 15px;
}
.ultimatecheckup-row p {
    margin-bottom: 15px;
}
.l1-head-2,
.l1-head-24,
.l1-head-15 {
    padding: 0 0 15px 0 !important;
    margin-top: -3px !important;
}
.ultimate-list-left h3 {
    padding: 15px 0;
}
.ultimate-list-right h3 {
    padding: 15px 0;
}
.l1-head-41,
.l1-head-46,
.l1-head-47 {
    width: 100%;
    float: left;
    padding-top: 0;
}
.l1-head-42 {
    margin-top: -10px;
    width: 100%;
    float: left;
    padding-top: 0 !important;
}
.ultimate-bold-text {
    padding: 0 15px;
}
.ultimate-weoffer {
    padding-top: 20px;
    width: 100%;
    float: left;
}
.pvt-sextual-para p {
    margin-bottom: 15px;
    padding-bottom: 0;
}
.pvt-sextual-h24 {
    padding-top: 15px;
    width: 100%;
    float: left;
}
.pvt-sextual-h25{
	padding-top: 15px;
    width: 100%;
    float: left;
}
.pvt-sextual-h26{
	padding-top: 15px;
    width: 100%;
    float: left;
}
.notting-h24{
	padding-top: 15px;
    width: 100%;
    float: left;
}
.notting-h25{
	padding-top: 15px;
    width: 100%;
    float: left;
}
.notting-h26{
	padding-top: 15px;
    width: 100%;
    float: left;
}
.ol-list {
    width: 100%;
    float: left;
    padding: 0 0 15px 20px;
}
.ol-list li {
    font-size: 16px !important;
    line-height: 20px !important;
    color: #000066 !important;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    margin-bottom: 15px;
    width: 100%;
}
.pnt-sh-h21 {
    width: 100%;
    float: left;
    padding-top: 15px;
}
.pnt-sh-h212 {
    width: 100%;
    float: left;
    padding: 10px 0px;
}
.nottingham-ph-h22 {
    padding-top: 10px;
}
.sextual-private-health-p ul {
    margin-top: -10px;
}
.clinic-derby-h21 {
    width: 100%;
    float: left;
    padding: 10px 0 0 0;
}
.clinic-derby-h22 {
    width: 100%;
    float: left;
    padding: 10px 0 0 0;
}
.table-col-1{
	width:20% !important;
	}
.table-col-2{
	width:30% !important;
	}
.table-col-3{
	width:50% !important;
	}
.erectile-dysfunction-content-left h2 {
    width: 100%;
    float: left;
    margin-top: 15px !important;
}
.erectile-dysfunction-content-left p {
     width: 100%;
    float: left;
	line-height: 28px !important;
}
.erectile-dysfunction-content-left p strong {
    margin: 15px 0;
    width: 100% !important;
    float: left !important;
}
.eng-trat {
    margin-top: 0 !important;
}
.erectile-dysfunction-content-right h2 {
    width: 100%;
    float: left;
    margin-top: 15px !important;
}
.erectile-dysfunction-content-right p {
     width: 100%;
    float: left;
	line-height: 28px !important;
}
.dysfunction-right-img-dn{
float:left;
margin-top:10px;
}
.erectile-dysfunction-right-1 .normal-list {
    margin-top: 15px;
}
.left-dn{
	float:left;
margin-top:10px;
}
.dysfunction {
    float: left;
    margin-top: 5px;
	margin-bottom: 15px !important;
}
.paragraph-content-1 p {
    width: 100%;
    float: left;
    line-height: 25px !important;
    margin-bottom: 10px !important;
}
.content-header h2 {
    width: 100%;
    float: left;
}
.content-header h5{
    width: 100% !important;
    float: left !important;
    color: #000066 !important;
    font-size: 16px;
    font-weight: 600;
}
.paragraph-content-2 p{
	width: 100%;
    float: left;
    line-height: 25px !important;
    margin:10px 0 0 0;
}
.paragraph-content-3 p{
	width: 100%;
    float: left;
    line-height: 25px !important;
    margin: 10px 0!important;
}
.paragraph-content-2 ul{
	margin-bottom: 10px !important;
}
.dysfunction-r {
    margin-top:5px;
    width: 100%;
    float: left;
}
.left-dyfn-img {
    margin: 15px 0 0px !important;
    float: left;
	width:100%;
}

.borderded-img img {
    border: #d7d7d7 solid 1px;
    padding: 8px;
    background: #f1f1f1;
}
.private-hiv-ttl {
    text-align: center;
    margin-bottom: 20px !important;
    margin-top: 0px !important;
}
.private-hiv-ttl h2 {
    line-height: 34px !important;
}
.pvt-hiv-left-1 p {
    margin-bottom: 15px;
    line-height: 22px !important;
}
.hiv-right-bordered {
    margin-top: 25px;
}
.all-border.hiv-test-right {
    padding-top: 0 !important;
}
.pvt-hiv-left-3 p {
    margin-bottom: 15px;

    line-height: 25px !important;
}
.pvt-hiv-left-4 p {
    margin-bottom: 15px;
    line-height: 25px !important;
}
.pvt-hiv-left-5 p {
    margin-bottom: 15px;
    line-height: 25px !important;
}
.hiv-pvt-5 {
    width: 100%;
    float: left;
    margin-top: 20px!important;
}
.all-border.hiv-test-right-2 {
    margin-top: 20px;
	padding-top: 0;
}
.hiv-test-left-2 p {
    margin-bottom: 15px;
    line-height: 22px !important;
}
.hiv-test-bottom-row p{
	margin-bottom: 15px;
    line-height: 22px !important;
}
.hiv-right-2-img2 {
    margin-top: 20px;
}
.hiv-test-bottom-row {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.pvt-hiv-left-1 h5 {
    margin: -4px 0 10px 0 !important;
    width: 100% !important;
    float: left !important;
    color: #000066 !important;
    font-size: 16px;
    font-weight: 600;
}
.hiv-test-bottom-row h3 {
    margin-top: -10px !important;
    padding-bottom: 18px !important;
}
.hiv-test-left-2 h2 {
    margin-bottom: 15px;
}
.chlamydia-left-col-1{}
.chlamydia-left-col-1-img1{}
.chlamydia-left-col-2{}
.chlamydia-left-col-1 .all-border {
    padding: 0 15px;
}
.chlamydia-left-col-1 .all-border ul {
    margin-bottom: 15px !important;
    width: 100%;
    float: left;
}
.chlamydia-ttl-2 {
    margin-top: 15px !important;
}
.chlamydia-ttl-3 {
    margin-top: 15px!important;
}
.chlamydia-ttl-4 {
    margin-top: 15px!important;
}
.chlamydia-ttl-5 {
    margin-top: 15px!important;
}
.chlamydia-left-col-2 h2 {
    width: 100%;
    float: left;
}
.chlamydia-left-col-2 p{
	margin-bottom: 15px;
    line-height: 25px !important;
}
.chlaya-h21 {
    margin-top: 5px!important;
}
.chlamydia-right-col-1 p {
    text-align: right;
}
.chlamydia-right-col-2 .chlaya-h2r{
	margin-top: 15px!important;
}
.chlamydia-right-col-2 p{
	margin-bottom: 15px;
    line-height: 25px !important;
}
.chlamy-btmimg{
	width: 100%;
    /* float: left; */
    text-align: center;
    background: #FFF;
    margin: 20px 0 !important;
  }
 .chlamydia-bottom-row-content p {
    text-align: center!important;
    line-height: 28px !important;
}
.dysfunction-col-2 {
    margin-top: 25px;
}
.right-dyfn-img {
    float: right;
    width: 100%;
	margin-top: 58px;
}
.right-dyfn-img p {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.dysfuc-right-top-head-3 {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
}
.dysfuc-right-top-head-4 {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
}
.diabetes-1 {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
}
.right-dyfn-img img {
    width: 100%;
} 
.left-dyfn-img img {
    width: 100%;
}
.dysfuc-right-top-head {
    margin-top: px !important;
    margin-bottom: 15px !important;
} 
.dysfuc-right-top-head-2 {
    margin-bottom: 15px !important;
}
.dysfuc-right-top-head-5 {
    margin-bottom: 15px !important;
}
.dysfuc-right-top-head-6 {
    margin-bottom: 15px !important;
}
.excessive-1 {
    margin-bottom: 15px !important;
}
.dysfuc-right-top-head-9 {
    margin-bottom: 15px !important;
}
.dysfuc-right-top-head-10 {
    margin-bottom: 15px !important;
}
.dysfuc-right-top-head-11 {
    margin-bottom: 15px !important;
}
.dysfuc-right-top-head-12 {
    margin-bottom: 15px !important;
}
.dysfuc-right-top-head-13 {
    margin-bottom: 15px !important;
}
.dysfuc-right-top-head-14 {
    margin-bottom: 15px !important;
}
.dysfuc-right-top-head-16 {
    font-size: 15px;
    font-weight: bold;
    color: #152972;
    margin-bottom: 15px !important;
    float: left;
    width: 100%;
}
.erectile-dysfunction-right-1 .normal-list {
    margin-top: 15px;
}
.dysfunction-2 {
  margin-bottom: 15px !important;
}
.what-should {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
}
.dysfunction-3{
	  margin-bottom: 15px !important;
}
.dysfunction-4 {
    padding: 15px 0 !important;
    width: 100%;
    float: left;
}
.dysfunction-5{
  margin-bottom: 15px !important;
}
.dysfunction-6{
  margin-bottom: 15px !important;
}
.dysfunction-7 {
    font-size: 15px;
    font-weight: bold;
    color: #152972;
    margin-bottom: 15px !important;
    float: left;
    width: 100%;
}
.dysfunction-8{
	font-size: 15px;
    font-weight: bold;
    color: #152972;
    margin-bottom: 15px !important;
    float: left;
    width: 100%;
}
.dysfunction-9{
	font-size: 15px;
    font-weight: bold;
    color: #152972;
    margin-bottom: 15px !important;
    float: left;
    width: 100%;
}
.dysfunction-10{
	font-size: 15px;
    font-weight: bold;
    color: #152972;
    margin-bottom: 15px !important;
    float: left;
    width: 100%;
}
.erectile-dysfunction-left-1 .all-border {
    padding-top: 0;
}

.instant-hiv {
    margin-bottom: 15px !important;
}
.almha-img img {
    border: #d7d7d7 solid 1px;
    padding: 8px;
    background: #f1f1f1;
}
.dr-almha-content p {
    margin-bottom: 15px;
    line-height: 24px !important;
}
.almha-title {
    text-align: center;
}
.mat-tim-img img{
	border: #d7d7d7 solid 1px;
    padding: 8px;
    background: #f1f1f1;
}
.mat-timms-content p{
	margin-bottom: 15px;
    line-height: 24px !important;
}
.matt-tims-ttl {
    text-align: center;
}
.matt-tims-ttl h2{}
.matt-tims-ttl p{text-align: center!important;}
.matt-tims-ttl p strong{
text-align: center; font-size: 13px !important;}
.chlamydia-right-1st-img img {
    border: #d7d7d7 solid 1px;
    padding: 8px;
    background: #f1f1f1;
}
.chlamydia-list-left-1 {
    margin: 22px 0;
    width: 100%;
    float: left;
}
.chlamydia-list-left-1 .all-border {
    padding: 5px 20px !important;
}
.chlamydia-left-1st-img img{
	border: #d7d7d7 solid 1px;
    padding: 8px;
    background: #f1f1f1;
	width: 100%;
    margin-top: 20px;
}
.chlamydia-testing-left p {
    line-height: 27px !important;
}
.recommendion-para {
    margin-top: 15px;
}
.burning-painful {
    margin-top: 10px;
}
.for-women {
    margin-top: 10px;
}
.for-men {
    margin-top: 10px;
}
.ten-day-para-1,
.ten-day-para-2,
.ten-day-para-3 {
    margin-bottom: 15px;
}
.ten-day-para-4 {
    margin-bottom: 15px;
    margin-top: 15px;
}
.ten-day-para-5{
    margin-bottom: 15px;
	
}
.dna-test-hiv-left p {
    line-height: 27px !important;
}
.row-1-do-i-need{
	width:100%;
	float:left;
}
.do-i-need-para1 {
    line-height: 27px !important;
}
.do-i-need-left-1 {
    width: 100%;
    float: left;
    margin-bottom: 20px !important;
}
.do-i-need-left-2{
    width: 100%;
    float: left;
    margin-bottom: 20px !important;
}
.do-i-need-left-4{
    width: 100%;
    float: left;
    margin-bottom: 20px !important;
}
.do-i-need-left-5{
    width: 100%;
    float: left;
    margin-bottom: 20px !important;
}
.need-to-test-para-1 {
    margin:10px 0 25px 0 !important;
    width: 100%;
    float: left;
}
.test-need img {
    border: #d7d7d7 solid 1px;
    padding: 8px;
    background: #f1f1f1;
}
.std-sti-testing-1st-img img {
    border: #d7d7d7 solid 1px;
    padding: 8px;
    background: #f1f1f1;
}
.sti-ttl-1 {
    line-height: 30px !important;
}
.sti-para-1 {
    margin-bottom: 20px;
    line-height: 25px !important;
}
.sti-ttl-2 {
    line-height: 30px !important;
}
.sti-full-sexual {
    margin-top: 20px;
}
.right-ttl-2-sti {
    margin-top: 8px !important;
}
.right-para-1-sti {
    margin-bottom: 15px;
}
.sti-border-2 {
    padding:5px 15px 20px 15px;
    /* line-height: 33px !important; */
}
.sti-border-3 {
    margin-top: 20px;
    padding: 5px 15px 15px;
}
.right-para-3-sti {
    margin-bottom: 15px;
}
.right-para-4-sti{
margin-bottom: 15px;
}
.right-para-5-sti{
margin-bottom: 15px;
}
.right-para-6-sti{
margin-bottom: 15px;
}
.right-para-7-sti{
margin-bottom: 15px;
}
.sti-right-last-img{}
.sti-right-last-img img{
	border: #d7d7d7 solid 1px;
    padding: 8px;
    background: #f1f1f1;
    width: 100%;
    margin-top: 20px;
}
.sti-para-2 {

    margin-bottom: 12px;
}
.sti-para-3 {
    margin-bottom: 12px;
}
.sti-para-4 {
    margin-bottom: 12px;
}
.sti-para-5 {
    margin-bottom: 12px;
}
.sti-para-6 {
    margin-bottom: 12px;
}
.sti-para-7 {
    margin-bottom: 12px;
}
.corono-virus-para-1 {
    font-weight: bold;
    color: #cd0067 !important;
    margin-bottom: 20px;
}
.corono-virus-para-2 {
    font-weight: bold;
    color: #cd0067 !important;
    margin-bottom: 20px;
}
.corono-virus-para-3 {
    font-weight: bold;
    color: #cd0067 !important;
    margin-bottom: 20px;
}
.herps-testing-h2-2 {
    margin-top: 15px !important;
}
.herps-para-helder-1 p {
    margin-bottom: 15px !important;
}
.herps-para-helder-2 p {
    margin-bottom: 15px !important;
}
.herps-para-helder-3 p {
    margin-bottom: 15px;
}
.herps-img-right img {
    border: #d7d7d7 solid 1px;
    padding: 8px;
    background: #f1f1f1;
    text-align: left;
    float: left;
}
.herps-img-right {
    margin-top: 25px;
    margin-bottom: 8px !important;
}
.herps-right-para-1 {
    margin-bottom: 15px;
}
.before-ol-list {
    margin-bottom: 15px;
}
.after-ol-list {
    margin-bottom: 15px;
}
.herps-right-para-helder-2 p {
    margin-bottom: 15px !important;
}
.home-bottom-all-catagory{
	width:100%;
	float:left;
	margin: 0 !important;
}
.home-bottom-all-catagory .vc_column_container>.vc_column-inner{
	padding:0 !important;
}
.wrapper-btm {
    width: 98%!important;
    margin: auto!important;
    max-width: 98%!important;
}
.home-bottom-all-catagory p {
    text-align: center !important;
}
.band_logo br {
    display: none;
}
.band_logo img{
	display:inline-block !important;
}
.nottingham-colm{
	/*width: 12.5%;*/
	width:20%;
    float: left;
    background: #001257;
    height: 255px;
    color: #fff;
	text-align:center;
	}
.nottingham-colm h2{
	font-size: 23px;
    line-height: 28px;
    color: #fff !important;
    letter-spacing: -0.5px;
    margin: 8px 0;
    font-weight: normal;
}
.nottingham-colm ul{
	width:100%;
	float:left;
	margin:10px 0 0 0 !important;
	padding:0 !important;
	height:100px;
}
.nottingham-colm ul li{
	font-size: 12px !important;
    padding-bottom: 10px;
	color: #fff;
    font-weight: 400;
	    list-style: none;
}
.nottingham-colm a{
	background: transparent!important;
    border: solid #fff 2px !important;
    border-radius: 10px!important;
        width: 130px!important;
    text-align: left!important;
    font-size: 12px!important;
    padding: 10px !important;
    line-height: normal!important;
    color: #fff !important;
    margin-top: 30px;
    display: inline-block;
}
.nottingham-colm a i{
	float:right;
	line-height: 14px;
}
.nottingham-colm a:hover{
background: #fff !important;
    color: #152972 !important;
}
.nottingham-colm a:hover i{
    color: #152972!important;
}
.derby-colm{
	/*width: 12.5%;*/
	width:20%;
    float: left;
    background: #081b62;
    height: 255px;
    color: #fff;
  	text-align:center;
}
.derby-colm h2{
	font-size: 23px;
    line-height: 28px;
    color: #fff !important;
    letter-spacing: -0.5px;
    margin: 8px 0;
    font-weight: normal;
}
.derby-colm ul{
	width:100%;
	float:left;
	margin:10px 0 0 0 !important;
	padding:0 !important;
	height:100px;
}
.derby-colm ul li{
	font-size: 12px !important;
    padding-bottom: 10px;
	color: #fff;
    font-weight: 400;
	list-style: none;
}
.derby-colm a{
	background: transparent!important;
    border: solid #fff 2px !important;
    border-radius: 10px!important;
       width: 130px!important;
    text-align: left!important;
    font-size: 12px!important;
    padding: 10px !important;
    -webkit-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
    line-height: normal!important;
    color: #fff !important;
    margin-top: 30px;
    display: inline-block;
}
.derby-colm a i{
	float:right;
	line-height: 14px;
}
.derby-colm a:hover{
background: #fff !important;
    color: #152972 !important;
}
.derby-colm a:hover i{
    color: #152972!important;
}

.leicester-colm{
	width: 12.5%;
    float: left;
    background: #152972;
    height: 255px;
    color: #fff;
    padding: 10px;
}
.leicester-colm h2{
	font-size: 23px;
    line-height: 28px;
    color: #fff;
    letter-spacing: -0.5px;
    margin: 8px 0;
    font-weight: normal;
}
.leicester-colm ul{
	width:100%;
	float:left;
	margin:10px 0 0 0 !important;
	padding:0 !important;
	height:100px;
}
.leicester-colm ul li{
	font-size: 12px !important;
    padding-bottom: 10px;
	color: #fff;
    font-weight: 400;
	    list-style: none;
}
.leicester-colm a{
	background: transparent!important;
    border: solid #fff 2px !important;
    border-radius: 10px!important;
        width: 130px!important;
    text-align: left!important;
    font-size: 12px!important;
    padding: 10px !important;
    -webkit-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
    line-height: normal!important;
    color: #fff !important;
    margin-top: 30px;
    display: inline-block;
}
.leicester-colm a i{
	float:right;
	line-height: 14px;
}
.leicester-colm a:hover{
background: #fff!important;
    color: #152972!important;
}
.leicester-colm a:hover i{
    color: #152972!important;
}
.sheffield-colm{
	/*width: 12.5%;*/
	width:20%;
    float: left;
    background: #223578;
    height: 255px;
    color: #fff;
	text-align:center;
}

.sheffield-colm h2{
	font-size: 23px;
    line-height: 28px;
    color: #fff !important;
    letter-spacing: -0.5px;
    margin: 8px 0;
    font-weight: normal;
}
.sheffield-colm ul{
	width:100%;
	float:left;
	margin:10px 0 0 0 !important;
	padding:0 !important;
	height:100px;
}
.sheffield-colm ul li{
	font-size: 12px !important;
    padding-bottom: 10px;
	color: #fff;
    font-weight: 400;
	    list-style: none;
}
.sheffield-colm a{
	background: transparent!important;
    border: solid #fff 2px !important;
    border-radius: 10px!important;
        width: 130px!important;
    text-align: left!important;
    font-size: 12px!important;
    padding: 10px !important;
    -webkit-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
    line-height: normal!important;
    color: #fff !important;
    margin-top: 30px;
    display: inline-block;
}
.sheffield-colm a i{
	float:right;
	line-height: 14px;
}
.sheffield-colm a:hover{
background: #fff!important;
    color: #152972!important;
}
.sheffield-colm a:hover i{
    color: #152972!important;
}
.leeds-colm{
	/*width: 12.5%;*/
	width:16.666%;
    float: left;
    background: #2c4088;
    height: 255px;
    color: #fff;
    padding: 10px;
}

.leeds-colm h2{
	font-size: 23px;
    line-height: 28px;
    color: #fff;
    letter-spacing: -0.5px;
    margin: 8px 0;
    font-weight: normal;
}
.leeds-colm ul{
	width:100%;
	float:left;
	margin:10px 0 0 0 !important;
	padding:0 !important;
	height:100px;
}
.leeds-colm ul li{
	font-size: 12px !important;
    padding-bottom: 10px;
	color: #fff;
    font-weight: 400;
	    list-style: none;
}
.leeds-colm a{
	background: transparent!important;
    border: solid #fff 2px !important;
    border-radius: 10px!important;
        width: 130px!important;
    text-align: left!important;
    font-size: 12px!important;
    padding: 10px !important;
    -webkit-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
    line-height: normal!important;
    color: #fff !important;
    margin-top: 30px;
    display: inline-block;
}
.leeds-colm a i{
	float:right;
	line-height: 14px;
}
.leeds-colm a:hover{
background: #fff!important;
    color: #152972!important;
}
.leeds-colm a:hover i{
    color: #152972!important;
}

.watford-colm{
	/*width: 12.5%;*/
	width:20%;
    float: left;
    background: #334a98;
    height: 255px;
    color: #fff;
	text-align:center;
}

.watford-colm h2{
	font-size: 23px;
    line-height: 28px;
    color: #fff !important;
    letter-spacing: -0.5px;
    margin: 8px 0;
    font-weight: normal;
}
.watford-colm ul{
	width:100%;
	float:left;
	margin:10px 0 0 0 !important;
	padding:0 !important;
	height:100px;
}
.watford-colm ul li{
	font-size: 12px !important;
    padding-bottom: 10px;
	color: #fff;
    font-weight: 400;
	    list-style: none;
}
.watford-colm a{
	background: transparent!important;
    border: solid #fff 2px !important;
    border-radius: 10px!important;
        width: 130px!important;
    text-align: left!important;
    font-size: 12px!important;
    padding: 10px !important;
    -webkit-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
    line-height: normal!important;
    color: #fff !important;
    margin-top: 30px;
    display: inline-block;
}
.watford-colm a i{
	float:right;
	line-height: 14px;
}
.watford-colm a:hover{
background: #fff!important;
    color: #152972!important;
}
.watford-colma a:hover i{
    color: #152972!important;
}
.birmingham-colm{
	/*width: 12.5%;*/
	width:20%;
    float: left;
    background: #304eb3;
    height: 255px;
    color: #fff;
	text-align:center !important;
}

.birmingham-colm h2{
	font-size: 23px;
    line-height: 28px;
    color: #fff !important;
    letter-spacing: -0.5px;
    margin: 8px 0;
    font-weight: normal;
}
.birmingham-colm ul{
	width:100%;
	float:left;
	margin:10px 0 0 0 !important;
	padding:0 !important;
	height:100px;
}
.birmingham-colm ul li{
	font-size: 12px !important;
    padding-bottom: 10px;
	color: #fff;
    font-weight: 400;
	    list-style: none;
}
.birmingham-colm a{
	background: transparent!important;
    border: solid #fff 2px !important;
    border-radius: 10px!important;
        width: 130px!important;
    text-align: left!important;
    font-size: 12px!important;
    padding: 10px !important;
    -webkit-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
    line-height: normal!important;
    color: #fff !important;
    margin-top: 30px;
    display: inline-block;
}
.birmingham-colm a i{
	float:right;
	line-height: 14px;
}
.birmingham-colm a:hover{
background: #fff!important;
    color: #152972!important;
}
.birmingham-colm a:hover i{
    color: #152972!important;
}

.london-colm{
	/*width: 12.5%;*/
	width:20%;
    float: left;
    background: #3858c3;
    height: 255px;
    color: #fff;
    text-align: center !important;
}

.london-colm h2{
	font-size: 23px;
    line-height: 28px;
    color: #fff;
    letter-spacing: -0.5px;
    margin: 8px 0;
    font-weight: normal;
}
.london-colm ul{
	width:100%;
	float:left;
	margin:10px 0 0 0 !important;
	padding:0 !important;
	height:100px;
}
.london-colm ul li{
	font-size: 12px !important;
    padding-bottom: 10px;
	color: #fff;
    font-weight: 400;
	    list-style: none;
}
.london-colm a{
	background: transparent!important;
    border: solid #fff 2px !important;
    border-radius: 10px!important;
        width: 130px!important;
    text-align: left!important;
    font-size: 12px!important;
    padding: 10px !important;
    -webkit-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
    line-height: normal!important;
    color: #fff !important;
    margin-top: 30px;
    display: inline-block;
}
.london-colm a i{
	float:right;
	line-height: 14px;
}
.london-colm a:hover{
background: #fff!important;
    color: #152972!important;
}
.london-colm a:hover i{
    color: #152972!important;
}
.london-clinic-row {
    width: 100%;
    float: left;
	margin-left:0 !important;
	margin-right:0 !important;
}
.london-clinic-row .vc_column-inner {
	padding:0 0 !important;
}
.london-para-1 {
    width: 100%;
    padding-bottom: 15px !important;
    float: left;
}
.london-h3-2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;

    color: #152972 !important;
}
.london-first-ul li {
    padding-bottom: 15px !important;
    font-weight: 400!important;
    line-height: normal!important;
    font-size: 17px!important;
    color: #2f2f82!important;
    text-align: justify;
    list-style: none;
}
.how-to-get-here {
    width: 100%;
    float: left;
}
.london-first-ul {
    width: 100%;
    float: left;
}
.london-second-ul li {
    padding-bottom: 15px !important;
    font-weight: 400!important;
    line-height: normal!important;
    font-size: 17px!important;
    color: #2f2f82!important;
    text-align: justify;
    list-style: none;
}

.london-second-ul {
    width: 100%;
    float: left;
}
.london-third-ul li {
   padding-bottom: 15px !important;
    font-weight: 400!important;
    line-height: normal!important;
    font-size: 17px!important;
    color: #2f2f82!important;
    text-align: justify;
    list-style: none;
}

.london-third-ul {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.how-to-get-here p{
	padding-bottom: 15px !important;
	font-weight: 400!important;
    line-height: normal!important;
	font-size: 17px!important;
    color: #2f2f82!important;
}
.last-conclusion-1 {
    padding-bottom: 12px !important;
}
.london-h3-3 {
    color: #0000ff !important;
    font-size: 20px !important;
    font-weight: bold !important;
}
span.feb-24 {
    display: inline-block!important;
}
.treat-bold {
   color: #2f2f82 !important;
    font-size: 17px;
}
.london-last-para p {
    padding-bottom: 12px;
}
.bk-onl {
    padding-bottom: 8px !important;
}
.travel-row {
    width: 100%;
    float: left;
    margin-left: 0!important;
    margin-right: 0!important;
}
.travel-row .vc_column-inner { 
	padding:0!important;
}
.travel-row img{
	width:100%;
}
.travel-blue-row {
    background: #000066;
    padding: 0;
    text-align: center;
    color: #fff;
    height: 50px;
}

.travel-blue-row h3{
	text-align: center!important;
    color: #fff!important;
	font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 30px!important;
}
.travel-content-row {
    width: 100%;
    float: left;
    margin: 0 !important;
	padding: 40px 0;
}
.travel-content-row .vc_column-inner {
    padding: 0 !important;
}
.travel-left{
width:48%!important;
float:left!important;
}
.travel-left-first-h2{

}
.travel-left-first-para{

}
.travel-left-first-para p {
    margin-bottom:15px!important;
}
.travel-left-second-h2{
margin-bottom:15px!important;
}
.travel-left-second-para{


}
.travel-left-second-para p {
    margin-bottom: 15px !important;
}
.travel-left-third-h2{
margin-bottom:15px!important;
}
.travel-left-third-para {
    width: 100%;
    float: left;
}
.travel-left-third-para ul{
	width:100%;
	float:left;
}
.travel-left-third-para ul li{
width: 100%;
    float: left;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 17px;
    color: #2f2f82;
    line-height: 25px !important;
    list-style: none;
    margin-bottom: 10px;
}
.travel-right{
width:48%!important;
float:right!important;
}
.travel-right img {
    width: 100%;
    border: #d7d7d7 solid 1px;
    padding: 8px;
    background: #f1f1f1;
}
.travel-right-first-h2 {
    width: 100%;
    float: left;
    margin: 5px 0 20px 0 !important;
}
.travel-right-first-para{

}

.travel-right-first-para ul{
	width:100%;
	float:left;
}
.travel-right-first-para ul li{
width: 100%;
    float: left;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 17px;
    color: #2f2f82;
    line-height: 25px !important;
    list-style: none;
    margin-bottom: 10px;
}

.travel-right-second-h2{
	width: 100%;
    float: left;
    margin: 16px 0 20px 0 !important;
}
.travel-right-second-para{

}
.travel-right-second-para ul{
	width:100%;
	float:left;
}
.travel-right-second-para ul li{
width: 100%;
    float: left;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 17px;
    color: #2f2f82;
    line-height: 25px !important;
    list-style: none;
    margin-bottom: 10px;
}
.travel-right-third-h2{
width: 100%;
    float: left;
    margin: 16px 0 20px 0 !important;
}
.travel-right-third-para{

}
.travel-right-third-para ul{
	width:100%;
	float:left;
}
.travel-right-third-para ul li{
width: 100%;
    float: left;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 17px;
    color: #2f2f82;
    line-height: 25px !important;
    list-style: none;
    margin-bottom: 10px;
}
.travel-right-forth-h2{
width: 100%;
    float: left;
    margin: 16px 0 20px 0 !important;
}
.travel-right-forth-para{

}

.travel-right-forth-para p{
margin-bottom: 15px!important;
}
.travel-right-h4{
font-size: 17px;
    color: #2f2f82;
    line-height: 25px !important;
}
.yellow-fever-row {
    width: 100%;
    float: left;
    margin: 0 !important;
}
.yellow-fever-row .vc_column-inner {
	padding:0 !important;
}
.fever-1st-row-left {
    width: 40% !important;
    float: left;
    text-align: left;
}
.fever-1st-row-left .vc_column-inner {
    padding: 0 !important;
}
.fever-1st-row-right {
    width: 60% !important;
    float: right;
}
.fever-1st-row-right .vc_column-inner {
    padding: 0 !important;
}
.yellow-fever-right-2nd-para p{
margin-bottom: 20px!important;
}
.yellow-fever-right-1st-h2{
width: 100%;
    float: left;
    margin: 0px 0 15px 0 !important;
}
.fever-1st-row-right p {
    margin-bottom: 15px !important;
}
.yellow-fever-2nd-row {
    width: 100%;
    float: left;
    padding: 0;
    margin: 10px 0 0 0 !important;
}
.yellow-fever-2nd-row .vc_column-inner {
    padding: 0 !important;
}
.yellow-fever-2nd-row h2 {
    text-align: center;
	margin-bottom: 20px!important;
}
.yellow-fever-2nd-row img{
    width: 100%;
    border: #d7d7d7 solid 1px;
    padding: 8px;
    background: #f1f1f1;
}
.yellow-fever-2nd-row .vc_single_image-img.attachment-full {
    margin-bottom: 0 !important;
}
.fever-3rd-left-2nd-h2 {
    margin-top: 15px;
}
.fever-3rd-left-2nd-para p {
    margin-bottom: 20px!important;
}
.fever-3rd-left img {
    float: left;
    width: 100%;
}
.fever-3rd-left {
    width: 48% !important;
    float: left;
}
.fever-3rd-right {
    width: 48% !important;
    float: right !important;
}
.fever-3rd-left-2nd-h2 {
    width: 100%;
    float: left;
    margin-top:0px;
}
.fever-3rd-left-2nd-para p{
	margin-bottom: 20px!important;
}
.fever-3rd-left img {
    width: 100%;
    float: left;
}
.fever-3rd-left-1st-h2 {
    margin-top: 15px;
}
.fever-3rd-right-1st-h2 {
    margin-top: 15px;
}
.fever-3rd-right-2nd-para p{
	margin-bottom: 15px!important;
}
.fever-3rd-right-3rd-para p{
	margin-bottom: 15px!important;
}
.fever-3rd-right-4th-para p{
	margin-bottom: 15px!important;
}
.fever-3rd-right-5th-para p{
	margin-bottom:15px!important;
}
.fever-3rd-right-6th-para p{
	margin-bottom:15px!important;
}
.fever-3rd-right-7th-para p{
	margin-bottom: 15px!important;
}
.fever-3rd-right-8th-para p{
	margin-bottom: 15px!important;
}
.fever-3rd-right-9th-para p{
	margin-bottom: 15px!important;
}
.fever-3rd-right-10th-para p{
	margin-bottom:15px!important;
}
.fever-3rd-right-3rd-h2 {
    padding-bottom: 0px;
}
.fever-3rd-right-4th-h2 {
    padding-bottom: 0;
    margin-top: 15px !important;
}
.fever-3rd-right-5th-h2 {
    padding-bottom: 0px;
}
.fever-3rd-right-6th-h2 {
    padding-bottom: 0px;
}
.fever-3rd-right-7th-h2 {
    padding-bottom:0px;
}
.fever-3rd-right-8th-h2 {
    padding-bottom: 0px;
    margin-top: 15px;
}
.fever-3rd-right-9th-h2 {
    padding-bottom: 0px;
    margin-top: 15px;
}
.fever-3rd-right-10th-h2{
    padding-bottom: 0px;
    margin-top: 15px;
}
.fever-3rd-right p{
	margin-bottom:15px !important;
}
.fever-3rd-right ul li {
        width: 100%;
    float: left;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 17px;
    color: #2f2f82;
    line-height: 22px !important;
    margin-bottom: 15px !important;
}
.fever-3rd-right ul {
    width: 100%;
    float: left;
	margin-top:0px;
}
.clinic-leeds-bottm-table p {
    display: none;
}
.london-russian-technique{
	width: 100%;
    float: left;
}
.london-russian-technique li {
    padding-bottom: 10px !important;
    font-weight: 400!important;
    line-height: normal!important;
    font-size: 17px!important;
    color: #2f2f82!important;
    text-align: justify;
    list-style: none;
}
.about-row-1 {
    width: 100%;
    float: left;
}
.about-left-content {
    width: 48%;
    float: left !important;
}
.about-right-content {
    width: 48%;
    float: right !important;
}
.about-text-full {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.about-left-content h2{}
.about-left-content p {
    margin-bottom: 15px;
    margin-top: 0 !important;
}
.about-right-content h2{}
.about-right-content p{}
.bobby-para {
    width: 48%;
    float: left;
}
.dr-bobby {
    margin-bottom: 15px;
    margin-top: 15px;
}
.dr-nomy,
.dr-lilli,
.dr-iyad{
margin-bottom: 15px;
}
.mental-health-cbt {
    margin-top: 60px;
    width: 50%;
    float: left;
}
.mental-health-cbt-1st,
.mental-health-cbt-2nd
{
    margin-bottom: 15px;
}
.about-ul-list-1{
  width:50%;
  float:left;
}
.about-ul-list-1 li{
	width: 100%;
    float: left;
    font-size: 15px !important;
    color: #2f2f82;
    line-height: 25px !important;
    margin: 0 0 15px 0;
    font-family: 'Montserrat', sans-serif;
	list-style:none;
}
.about-ul-list-2{
  width:50%;
  float:right;

}
.about-ul-list-2 li{
	width: 100%;
    float: left;
    font-size: 15px !important;
    color: #2f2f82;
    line-height: 25px !important;
    margin: 0 0 15px 0;
    font-family: 'Montserrat', sans-serif;
	list-style:none;
}
.dr-bobby-ahamad p {
    margin-bottom: 15px;
}
.dr-bobby-ahamad-row-2 p {
    margin-bottom: 15px;
}
.nommy-right-para p {
	font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 15px !important;
    color: #2f2f82;
    line-height: 25px !important;
    padding-bottom: 0 !important;
	margin-bottom: 15px;
}
.nommy-2nd-row p{
font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 15px !important;
    color: #2f2f82;
    line-height: 25px !important;
    padding-bottom: 0 !important;
	margin-bottom:15px;
}
.dr-lisa-content p,
.dr-lisha-row-2-content p{
font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 15px !important;
    color: #2f2f82;
    line-height: 25px !important;
    padding-bottom: 0 !important;
	margin-bottom:15px;
}
.refund-policy-left-content p {
    margin-bottom: 15px;
    padding-bottom: 0 !important;
}
.refund-policy-right-content p {
	margin-bottom: 15px;
    padding-bottom: 0 !important;
}
.background-pvt-gp p {
    margin-bottom: 15px !important;
}
.background-pvt-gp ul {
    padding-bottom: 0 !important;
}
.background-pvt-gp ul li {
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 17px !important;
    color: #2f2f82;
    /* line-height: 25px !important; */
    padding-bottom: 0 !important;
    margin: 0 0 10px 0 !important;
}
.appoint-col p {
    margin-bottom: 15px !important;
}
.below-appoint p{
	margin-bottom: 15px !important;
}
.after-care-1 p {
    margin-bottom: 15px !important;
}
.prvt-gp-right-appointment p {
    margin-bottom: 15px !important;
}
.prvt-gp-right-pay p {
    margin-bottom: 15px !important;
}
.prvt-gp-btm-full p{
    margin-bottom: 15px !important;
}
.prvt-watford-1 p{
    margin-bottom: 15px !important;
}
.infection-control-purpose {
    width: 100%;
    float: left;
}
.infectionpolicy-list {
    width: 100%;
    float: left;
    margin-bottom: 0 !important;
}
.infection-ttl7{
	padding: 0!important;
    margin: 15px 0!important;
}
.infection-ttl8 {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.infection-control-Infectious {
    width: 100%;
    float: left;
}
.infection-control-all-staff {
    width: 100%;
    float: left;
    margin-top: 12px;
}
.reputation-policy-left-1 {
    width: 100%;
    float: left;
}
.reputation-policy-left-1 p {
    margin-bottom: 15px;
}
.reputation-1st-img {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.reputation-2nd-img {
    width: 100%;
    float: left;
}
.reputation-policy-right-1 {
    width: 100%;
    float: left;
}
.reputation-policy-right-1 p{
	margin-bottom:15px;
}
.reputation2 {
    margin-top: 25px;
}
.reputation-policy-right-2 {
    width: 100%;
    float: left;
    margin-top: 0;
}
.reputation-policy-right-2 p{
	margin-bottom:15px;
}
.waiting2 {
    width: 100%;
    float: left;
    margin: 15px 0;
}
.waiting-row-2 p {
    margin-bottom: 15px;
}
.waiting-table-row{
	margin-top: 15px;
}
.waiting-row-2{
	margin-top: 15px;
}
.waiting-last-row {
    width: 100%;
    float: left;
    margin-top: -5px;
}
.waiting-last-row p{
    margin-bottom: 15px;
}
.complaints-row-1 p {
    margin-bottom: 15px;
}

.complaints-row-1 {
    width: 100%;
    float: left;
}
.heyfever-1st-row p {
    margin-bottom: 15px;
}
.hayfever-2nd-row {
    width: 100%;
    float: left;
    margin-top: 15px !important;
}
.hayfever-2nd-row p {
    margin-bottom: 15px;
}
.heyfever-last-row {
    width: 100%;
    float: left;
    margin-top: 15px !important;
}
.heyfever-last-row p{
	margin-bottom: 15px !important;
}
.right-oil-gas {
    width: 100%;
    float: left;
    margin-top: 150px;
}
.right-oil-gas ul {
    width: 100%;
    float: left;
}
.right-oil-gas ul li {
    margin-bottom: 15px !important;
}
.clinic-row-2 .inner-row-all-col-1 {
    width: 60% !important;
	padding-right: 20px;
}
.clinic-row-2 .clinic-row-2-col-2 {
    width: 40% !important;
	padding-left: 20px;
}
.second-row-left-oil-gas p {
    margin-bottom: 15px !important;
}
.second-row-left-oil-gas ul li {
    margin-bottom: 15px;
}
.second-row-left-oil-gas ul {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.third-row-ttl {
    text-align: left;
    margin-top: -20px;
}
.oil-gas-third-row .inner-row-all-col-1 {
    width: 60% !important;
}
.oil-gas-third-row .inner-row-all-col-2 {
    width: 40% !important;
}
.oil-gas-third-row .inner-row-all-col-2 ul li {
    margin-bottom: 15px !important;
}
.street-fitness-row3-left p {
    margin-bottom: 15px;
}
.street-fitness-row3-left {
    margin-top: 20px;
}
.street-fitness-row3-right {
    margin-top: 20px;
}
.street-fitness-row3-right p {
    margin-bottom: 15px;
}
.how-functional {
    padding-top: 5px;
}
.fitness-row4-right-col-2 {
    margin-top: 20px;
}
.fitness-row4-right-col-2 p {
    margin-bottom: 15px;
	text-align: left;
}
.fitness-row4-right-col-2 strong {
    width: 100%;
    float: left;
}
.fitness-row4-left-col-1 {
    margin-top: 20px;
}
.fitness-row4-left-col-1 p strong {
    width: 100%;
    float: left;
}
.fitness-row4-left-col-1 p {
    margin-bottom: 15px;
    text-align: left;
}
.fitness-row4-left-col-2 p {
    margin-bottom: 15px;
    text-align: left;
}
.fitness-row4-left-col-2 p strong {
    width: 100%;
    float: left;
}
.alcohol-noting1 p {
    margin-bottom: 15px;
    width: 100%;
    float: left;
}
.full-body-scan-ttl-1 {
    text-align: center;
    margin-bottom: 20px !important;
}
.full-body-scan-ttl-1 p {
    text-align: center;
}
.padding-top-btm {
    margin-top: 10px;
    float: left;
    width: 100%;
}
.erectile-dysfunction-row p {
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
}
.dysfunction-1 {
    margin-bottom: 15px !important;
}
.dysfuc-right-top-head-8{
	font-size: 15px;
    font-weight: bold;
    color: #152972;
    float: left;
    width: 100%;
	margin-bottom:15px !important;
}
.fever-3rd-left p {
    margin-bottom: 15px !important;
}
.meningitis-row1 {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 25px;
}
.meningitis-row1-right p img {
    width: 100%;
    margin-bottom: 0;
}
.border-img.right-1-img {
    margin-bottom: 10px;
}
.meningitis-row2 p{
	margin-bottom: 15px !important;
}
.meningitis-row2 h2{
	width:100%;
	float:left;
	padding-top:0 !important;
	padding-bottom:0px !important;
}
.meningitis-row1-left .all-border {
    padding-top: 0;
	margin-bottom: 15px !important;
}
.travel-clinic-row-1-notting-left p img {
    width: 100% !important;
}
.travel-clinic-row-1-notting p {
    padding-bottom: 0 !important;
    margin-bottom: 15px !important;
}
.travel-clinic-row-1-notting-right .all-border {
    padding-top: 0 !important;
}
.travel-clinic-row-1-notting-right .list-style-6 {
    width: 100%;
    float: left;
    margin-top: -6px;
}
.travel-clinic-row-1-notting-full {
    width: 100%;
    float: left;
    margin-top: 25px;
}
.checken-pox-row-banner img {
    width: 100%;
    border: 5px solid #ccc;
}
.checken-pox-row-1 p {
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
}
.checken-pox-row-left ol {
    width: 100%;
    float: left;
    padding: 0 0 0 12px;
    margin: 0;
}
.checken-pox-row-left ol li {
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 17px !important;
    color: #2f2f82;
    line-height: 22px !important;
    margin-bottom: 15px;
}
.lip-lillers-left p {
    margin-bottom: 15px !important;
}
.lip-lillers-right p {
    margin-bottom: 15px !important;
}
.lip-filter-banner-row {
    margin-bottom: 15px;
}
.anti-wrinkle-row p {
    margin-bottom: 15px !important;
}
.check-filler-row p {
    margin-bottom: 15px !important;
}
.check-filler-row2 {
    margin-top: -18px;
    width: 100%;
    float: left;
}
.street-fitness-row-1-right p {
    margin-bottom: 15px;
}
.hepatitis-b-vaccine-right p {
    margin-bottom: 15px !important;
}
.hepatitis-b-vaccine-2nd-row img {
    width: 100%;
}
.hepatitis-b-vaccine-2nd-row-left p {
    margin-bottom: 15px !important;
}
.hepatitis-b-vaccine-2nd-row-right p {
    margin-bottom: 15px;
}
.vaccine-r-img {
    margin-top: 15px;
    margin-bottom: -3px !important;
}
.hepatitis-b-vaccine-left .vc_column-inner {
    padding: 0 !important;
}
.rabies-vaccine-left-1 img {
    width: 100%;
}
.rabies-vaccine-right-1 img {
    float: right;
    margin-top: 18px;
	width: 85%;
    height: auto;
}
.rabies-vaccine-row-2-full-col {
    margin-top: 0;
    width: 100%;
    float: left;
}
.rabies-vaccine-row-2-full-col p{
    margin-bottom: 15px;
}
.rabies-vaccine-row-2-full-col p:last-child {
    margin-bottom: 15px !important;
}
.rabies-vaccine-row-2-left p {
    margin-bottom: 15px;
}
.rabies-vaccine-row-2-left h2 {
    width: 100%;
    float: left;
}
.rabies-vaccine-row-2-right p{
	margin-bottom: 15px;
}
.rabies-vaccine-row-2-right h2 {
    width: 100%;
    float: left;
}
.japanese-banner img {
    width: 100%;
}
.japanease-left p {
    margin-bottom: 15px !important;
}
.japanease-left h2{
	width: 100%;
    float: left;
}
.japanease-right p {
    margin-bottom: 15px !important;
}
.japanease-right h2{
	width: 100%;
    float: left;
}
.tick-borne-banner-row img {
    width: 100%;
}
.tick-borne-left p{
	margin-bottom: 15px !important;
}
.tick-borne-left h2{
	width: 100%;
    float: left;
}
.tick-borne-right p {
    margin-bottom: 15px !important;
}
.tick-borne-right h2{
	width: 100%;
    float: left;
}
.meningitis-row-2-left p {
    margin-bottom: 15px !important;
}
.meningitis-row-2-right p {
    margin-bottom: 15px !important;
}
.meningitis-row-2-left h2{
	width: 100%;
    float: left;
}
.meningitis-row-2-right h2{
	width: 100%;
    float: left;
}
.meningitis-row-1-left img {
    width: 100%;
}
.meningitis-row-1-right img {
    width: 100%;
}
.dermaplaning-1st-row h2 {
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    float: left;
}
.profhilo-row-1 h2{
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    float: left;
}
.dermaplaning-1st-row-left p img {
    margin-bottom: 0px !important;
}
.dermaplaning-1st-row-left p {
    margin-bottom: 15px !important;
}
.dermaplaning-1st-row-left h2{
	width: 100%;
    float: left;
}
.dermaplaning-1st-row-right p {
    margin-bottom: 15px !important;
}
.dermaplaning-1st-row-right h2{
	width: 100%;
    float: left;
}
.profhilo-row-1-left p img {
    width: 100%;

}
.profhilo-row-1-left p {
    margin-bottom: 15px !important;
}
.profhilo-row-1-left h2{
	width: 100%;
    float: left;
}
.profhilo-row-1-right p {
    margin-bottom: 15px !important;
}
.profhilo-row-1-right h2{
	width: 100%;
    float: left;
}
.aprp-row-1-left p {
    margin-bottom: 15px !important;
}
.aprp-row-1-left h2{
	width: 100%;
    float: left;
}
.aprp-row-1-right p {
    margin-bottom: 15px !important;
}
.aprp-row-1-right h2{
	width: 100%;
    float: left;
}
.aprp-row-1-full-col p {
    margin-bottom: 15px !important;
}
.aprp-row-1-full-col h2{
	width: 100%;
    float: left;
}
.aprp-row-2-left p {
    margin-bottom: 15px !important;
}
.aprp-row-2-right h2{
	width: 100%;
    float: left;
}
.aprp-row-2-right p {
    margin-bottom: 15px !important;
}
.aprp-row-2-left h2{
	width: 100%;
    float: left;
}
.aprp-row-3-full p {
    margin-bottom: 15px !important;
}
.aprp-row-3-full h2{
	width: 100%;
    float: left;
}
.aprp-banner img {
    width: 100%;
}
.aprp-banner {
    margin-bottom: 25px;
}
.chemical-skin-row-2-1 img {
    height: 435px !important;
}
.chemical-skin-row-2-2 img {
    height: 435px !important;
}
.chemical-skin-row-2-3 img {
    height: 435px !important;
}
.chemical-skin-row-3 {
    margin-bottom: 25px !important;
    width: 100%;
    float: left;
}
.chemical-skin-row-3 center {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 17px !important;
    color: #2f2f82;
    line-height: 22px !important;
}
.chemical-skin-row-4-1 p{
	margin-bottom:15px;
}
.chemical-skin-row-4-2 p{
	margin-bottom:15px;
}
.chemical-skin-row-4-3 p{
	margin-bottom:15px;
}
.chemical-skin-row-4-1 h2{
	width: 100%;
    float: left;
}
.chemical-skin-row-4-2 h2{
	width: 100%;
    float: left;
}
.chemical-skin-row-4-3 h2{
	width: 100%;
    float: left;
}
.chemical-skin-row-7 p{
margin-bottom:15px;
text-align:center;
}
.chemical-skin-row-7 h2{
	width: 100%;
    float: left;
}
.chemical-skin-row-8-1 p{
margin-bottom:15px;
}
.chemical-skin-row-8-1 h2{
	width: 100%;
    float: left;
}
.illustrations-row-1 {
    text-align: center;
}
.illustrations-row-1 p {
    text-align: center;
}
.illustrations-row-1{
	margin-bottom:10px !important;
}
.illustrations-row-left h2 {
    margin: 20px 0;
}
.illustrations-row-right h2 {
    margin: 20px 0;
}
.illustrations-row-left img {
    width:100%;
}
.illustrations-row-right img {
    width:100%;
}
.illustrations-row-full p {
    padding: 5px 0;
}
.radiology-row-1 p{
	margin-bottom:15px !important;
}
.radiology-row-1 h2{
	width:100%;
}
.second-img-bttm-text {
    color: #152972 !important;
    margin-bottom: 10px !important;
    float: left;
    margin-top: 5px;
}
.below-advantages-ol {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.sex-worker p {
    margin-bottom: 15px;
}
.right-cercle {
    width: 235px;
    text-align: center;
    padding: 20px 0 !important;
    float: right !important;
    max-width: 235px !important;
    position: absolute;
    right: 0;
}
.right-cercle h2 {
    line-height: 35px !important;
}
.about-full-2 ul li {
    font-size: 17px !important;
    color: #2f2f82;
    line-height: 22px !important;
    margin: 0 0 15px 0;
    font-family: 'Montserrat', sans-serif;
}
.team-row{
	width:100%;
	float:left;
	padding:15px 0;
}
.team-list{
	width:100%;
	float:left;
}
.team-row h2{
	text-align:center!important;
}
.team-list-li {
    width: 23.5%;
    float: left;
    /* border: 5px solid #ccc; */
    margin:0 2% .5% 0;
    list-style: none;
    height: auto;
}
.img-cont .vc_single_image-img.attachment-full {
    margin-bottom: 0 !important;
}
.team-list-li:nth-child(4n){
	margin-right:0;
}
.team-list-li img{
	width: 100%;
    height: 255px;
    border: 5px solid #ccc;
}
.team-list-li h3{
	text-align:center !important;
	font-size: 20px !important;
}
.abt-left-1 {
    width: 95% !important;
}
.all-border.abt-2-full {
    margin-top: 20px;
}
.find-out-more {
    background: #152972;
    padding: 10px;
    display: block;
    width: 355px;
    text-align: center;
    color: #fff;
    margin-top: 15px;
}
.content-row-3 {
    width: 100%;
    float: left;
}
.content-row-3 .vc_column-inner {
	margin-top: -6px !important;

}
.below-img-text {
    text-align: center;
    margin-top: 15px;
    line-height: 25px !important;
}
.banner-row{
	width:100%;
	float:left;
	position:relative;
	margin-top: -18px;
}
.banner-row img{
	width:100%;
}
.corona-banner-caption{
	padding: 25px 30px;
    background-color: rgba(255,255,255,.8);
    position: absolute;
    bottom:30%;
    right:0;
	
}
.corona-banner-caption h3 {
    font-size: 25px;
}
.corona-content-row{
	width: 100%;
    float: left;
    margin-top: 50px;
}
.corona-content-row h2{}
.corona-content-row h3{}
.corona-content-row p{
	margin-bottom:15px;
}
.border-cont{
	border: 2px solid #ccc;
    padding: 10px;
    margin-bottom: 5px;
}
.border-cont h3{}
.border-cont p{}
.btn-helder a {
    background: #152972;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
}

.btn-helder {
    width: 100%;
    float: left;
    text-align: center;
    margin: 15px 0;
}
.accodian-bg h3 {
    text-align: center;
    font-size: 25px;
}

.accodian-bg {
    width: 100%;
    float: left;
    background: #f2f2f2;
    border: 1px solid #ccc;
    margin-top: 20px;
}
.below-img-2nd-text{
    text-align: center;
    margin-top: 15px;
	text-transform: capitalize;
}
.below-img-2nd-text a{
	color: #152972;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
}
.cnt-btn {
    background: #152972;
    padding: 10px;
    display: block;
    width: 355px;
    text-align: center;
    color: #fff;
    margin: auto;
}
.below-img-text {
    text-align: center;
    margin-top: 15px;
    line-height: 25px !important;
    color: #152972;
    font-weight: bold;
}
.temp-list {
    float: left;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}
.temp-list li{
	width:100%;
	float:left;
	text-align:center;
	list-style:none;
}
.temp-list li a{
	color: #152972;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
}
.welcome-row-1-col-1 p {
    margin-bottom: 15px !important;
}
.welcome-row-1-col-1 h1 {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 15px;
    color: #152972 !important;
}

.cll {
    width: 100%;
    float: left;
    text-align: center !important;
    margin-top: 5px;
}
.cll a{
	color: #152972;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
}
.guide-lines-row-1{
	width:100%;
	float:left;
}
.guide-lines-row-1 h2{
	margin-bottom: 20px!important;
    border-bottom: 1px solid #ccc!important;
    padding-bottom: 10px!important;
}
.guide-img-box {
    width: 40%;
    float: left;
    margin: auto;
    text-align: left;
}
.guide-img-box img {
    border: 5px solid #ccc;
}
.guide-line-box {
    width: 60%;
    float: right;
}
.guide-line-box h3{}
.guide-line-box p{}
.guide-list{
	width: 100%;
    float: left;
    text-align: left;
    margin-left: 0;
	margin-top:15px;
}
.guide-list li{
    width: 100%;
    margin: 0 0 15px 0;
    line-height: 25px;
    text-align: justify;
    background: url(https://www.regentstreetclinic.co.uk/wp-content/uploads/2020/04/hand-pointer.png) left top no-repeat;
    padding-left: 35px;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 17px !important;
    color: #2f2f82;
    line-height: 22px !important;
}
.home-guide-line-box{
	width: 100%;
    float: right;
}
.home-guide-line-box h3 {
    font-size: 20px !important;
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
.home-guide-list{
	width: 100%;
    float: left;
    text-align: left;
    margin-left: 15px;
	margin-top:15px;
}
.home-guide-list li{
    width: 100%;
    margin: 0 0 15px 0;
    line-height: 25px;
    text-align: justify;
    padding-left: 0;
    list-style: disc;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 17px !important;
    color: #2f2f82;
    line-height: 22px !important;
}
.covid-guide-home-row {
   width: 100%;
    text-align: center;
    /* margin: auto; */
    float: left;
    margin-top: 15px;
    position: relative;
    border: #d7d7d7 solid 1px;
    padding: 8px;
    background: #f1f1f1;
}
.covid-guide-home-row img {
    width: 100%;
    border-radius: 5px;
    position: relative;
}
.covid-guide-caption {
    width: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    background: rgb(13, 31, 85, .5);
    padding: 10px 0;
}
.co-p{
    color: #fff;
    font-size: 13px;
}
.lm{
    color: #fbff00;
    font-size: 14px;
}
.home-covid-row-2{
	width:100%;
	float:left;
}
.home-covid-row-2-right {
    width: 45%;
    float: right;
}
.home-covid-row-2-left {
    width: 52%;
    float: left;
}
.contener-row-3 {
    width: 100%;
    float: left;
    background-color: #223578;
    padding: 18px 0;
     margin-top: 15px;
}
.contener-row-4{
	width:100%;
	float:left;
}
.contener-row-5{
	width:100%;
	float:left;
}
.contener-row-6{
	width:100%;
	float:left;
}
.catagory-wrapper {
    width: 98% !important;
    max-width: 98% !important;
    margin: auto;
}
.custom-inner {
    width: 100%;
    float: left;
}
.img-wrapper img {
    width: 100%;
}

.img-wrapper {
    width: 100%;
    float: left;
}
.content-row-2 {
    width: 100%;
    float: left;
	margin-top: 15px;
}
.pvtcontent-row-3 {
    width: 100%;
    float: left;
	margin: 15px 0;
}
.content-row-3-full p {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.content-row-4-full p {
    margin-bottom: 15px;
}
.custom-h2 {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.content-row-2-left p {
    margin-bottom: 15px;
}
.content-row-3-left {
    width: 45%;
    float: left;
}
.border-div {
    border: #e2e2e2 solid 3px;
    padding: 15px;
    border-radius: 6px;
}

.content-row-3-right {
    width: 45%;
    float: right;
    height: 440px;
}
.content-row-4 {
    width: 100%;
    float: left;
	margin-top: 15px;
}
.content-row-4-left {
    width: 48%;
    float: left;

}
.content-row-4-right {
    width: 48%;
    float: right;
}
.content-row-3-left p {
    margin-bottom: 15px;
}
.cervical-content-row-2 {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.cervical-content-row-2-left {
    width: 48%;
    float: left;
}
.cervical-content-row-2-right {
    width: 48%;
    float: right;
}
.cervical-content-row-2-left p {
    margin-bottom: 15px;
}
.cervical-content-row-2-right p {
    margin-bottom: 15px;
}
.cervical-content-row-3 {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.cervical-content-row-3-left {
    width: 48%;
    float: left;
}
.cervical-content-row-3-left img{
    width: 100%;
}
.cervical-content-row-3-right {
    width: 48%;
    float: right;
}
.cervical-content-row-3-right img{
    width: 100%;
}
.cervical-content-row-4 {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.cervical-4th-full {
    width: 100%;
    float: left;
}
.private-gp-content-row-2 {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.private-gp-content-row-2-left p {
    margin-bottom: 15px;
}
.private-gp-content-row-2-left {
    width: 48%;
    float: left;
}
.private-gp-content-row-2-right p {
    margin-bottom: 15px;
}
.private-gp-content-row-2-right {
    width: 48%;
    float: right;
}
.private-gp-content-row-3 {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.private-gp-content-row-2-full {
    width: 100%;
    float: left;
}
.private-gp-content-row-2-full p{
    margin-bottom: 15px;
}
.private-gp-content-row-3-left {
    width: 48%;
    float: left;
}
.private-gp-content-row-3-left img {
    width: 100%;
	height:auto;
}
.private-gp-content-row-3-right {
    width: 48%;
    float: right;
}
.private-gp-content-row-3-right img {
    width: 70%;
	height:auto;
}
.private-gp-row-4 {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.private-gp-row-4-full-1 p {
    margin-bottom: 15px;
}

.private-gp-row-4-full-1 {
    width: 100%;
    float: left;
}
.boby-ahamad-left {
    width: 40%;
    float: left;
}
.boby-ahamad-right {
    width: 60%;
    float: right;
}
.title-btm p {
    text-align: center;
    line-height: 24px !important;
}

.title-btm {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0;
}
.dr-bobby-ahamad-row-2 {
    width: 100%;
    float: left;
}
.reputation-policy-col-1 {
    width: 48%;
    float: left;
}
.reputation-policy-col-2 {
    width: 48%;
    float: right;
}
.privacy-policy-row-1 p {
    margin-bottom: 15px;
}

.privacy-policy-row-1 {
    width: 100%;
    float: left;
}
.privacy-policy-left{}
.privacy-policy-right{}
.privecy-policy-list li {
    width: 100%;
    float: left;
    font-size: 17px !important;
    line-height: 24px;
    color: #000066 !important;
    list-style: none;
    margin: 0 0 15px 0;
    font-family: 'Montserrat', sans-serif;
    background: url(image/right-arrow.png) left 7px no-repeat;
    background-size: 9px;
    padding-left: 20px;
}

.privecy-policy-list {
    width: 100%;
    float: left;
}
.img-left-hay-fever {
    width: 45%;
    float: left;
    border: 5px solid #ccc;
    height: auto;
}
.img-left-hay-fever img {
    width: 100%;
    height: auto;
}
.hay-2nd-image-text {
    width: 53%;
    float: right;
}
.regent-street-fitness-row-1 {
    width: 100%;
    float: left;
}
.fitness-banner{
    width: 100%;
    float:left;
}
.fitness-banner img {
    width: 100%;
    height: auto;
}
.fitness-row-1-right {
    width: 48%;
    float: right;
}
.fitness-row-1-left {
    width: 48%;
    float: left;
}
.fitness-row-1-left h2{
	width: 100%;
    float: left;
}
.fitness-row-1-left p{
	width: 100%;
    float: left;
    margin-bottom: 15px;
}
.fitness-row-1-right h2{
	width: 100%;
    float: left;
}
.fitness-row-1-right p{
	width: 100%;
    float: left;
    margin-bottom: 15px;
}
.street-fitness-row-2 {
    width: 100%;
    float: left;
}
.street-fitness-row-2-left {
    width: 48%;
    float: left;
}
.street-fitness-row-2-right {
    width: 48%;
    float: right;
}
.street-fitness-row-2-right ul{
	width: 100% !important;
    float: left !important;
    border: #0066cc solid 3px;
    border-radius: 25px;
    padding: 15px 10px;
}
.street-fitness-row-2-right ul li{
	font-size: 15px;
    font-weight: 400;
    line-height: 20.0px;
    color: #000066;
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.street-fitness-row-2-right ul li strong{
	font-size: 17px;
}
.street-fitness-row-3{
	width:100%;
	float:left;
}
.street-fitness-row-3-left img {
    width: 100%;
}

.street-fitness-row-3-left {
    width: 48%;
    float: left;
}
.street-fitness-row-3-right {
    width: 48%;
    float: right;
}
.street-fitness-row-3-right p {
    margin-bottom: 15px;
}
.fit-full p {
    margin-bottom: 15px;
}
.fit-full {
    width: 100%;
    float: left;
}
.street-fitness-row-4{
	width: 100%;
    float: right;
}
.street-fitness-row-4-left{
	width: 48%;
    float: left;
}
.street-fitness-row-4-right{
	width: 48%;
    float: right;
}
.screen_box-1 {
    float: left;
    width: 100%;
    border: solid #0066cc 3px;
    border-radius: 10px;
    padding: 0 20px;
    margin-bottom: 20px !important;
}
.screen_box-1 p strong {
    width: 100%;
    float: left;
}
.screen_box-1 p {
    margin-bottom: 15px;
}
.screen_box-1 h3{}

.screen_box-2 {
    float: left;
    width: 100%;
    border: solid #0066cc 3px;
    border-radius: 10px;
    padding: 0 20px;
    margin-bottom: 20px !important;
}
.screen_box-2 p strong {
    width: 100%;
    float: left;
}
.screen_box-2 p {
    margin-bottom: 15px;
}
.screen_box-2 h3{}

.screen_box-3 {
    float: left;
    width: 100%;
    border: solid #0066cc 3px;
    border-radius: 10px;
    padding: 0 20px;
    margin-bottom: 20px !important;
}
.screen_box-3 p strong {
    width: 100%;
    float: left;
}
.screen_box-3 p {
    margin-bottom: 15px;
}
.screen_box-3 h3{}
.alcohol-row-1 {
    width: 100%;
    float: left;
}
.alcohol-banner h2 {
    text-align: center;
    padding-bottom: 0 !important;
    margin-bottom: 0;
}
.alcohol-row-2 p {
    margin-bottom: 15px;
}
.body-top-title p {
    text-align: center;
}

.body-top-title h2 {
    text-align: center;
}
.body-top-title {
    text-align: center !important;
    margin-bottom: 15px !important;
}
.body-screening-row-1{
	width:100%;
	float:left;
}
.body-top-title{
	width:100%;
	float:left;
}
.body-top-title h2{
	text-align:center;
}
.body-top-title p{
	text-align:center;
}
.body-screening-row-2-left{
	width:48%;
	float:left;
}
.body-screening-row-2-left h2{
	padding-top:0;
}
.body-screening-row-2-left p{
	margin-bottom:15px;
}
.body-screening-row-2-left p strong{
	
}
.body-screening-row-2-right{
	width:48%;
	float:right;
}
.body-screening-row-2-right h2{
	padding-top:0;
}
.body-screening-row-2-right p{
	margin-bottom:15px;
}
.body-screening-row-2-right p strong{
	
}
.screening-box-1{
    width: 48%;
    float: left;
}
.supper-screen-style-1 {
    width: 48%;
    float: right;
}
.ultimate-check-up-banner img{
	
}
.erectile-dysfunction-left-1 {
    width: 48%;
    float: left;
}
.erectile-dysfunction-right-1 {
    width: 48%;
    float: right;
}
.pvt-hiv-row-1-left{
    width: 48%;
    float: left;
}
.pvt-hiv-row-1-right{
    width: 48%;
    float: right;
}
.prvt-hov-row-1 {
    width: 100%;
    float: left;
}
.pvt-hiv-row-2{
	width: 100%;
    float: left;
}
.pvt-hiv-row-2 img{
	width:100%;
}
.row-3-pvt-hiv{
	width: 100%;
    float: left;
}
.row-3-pvt-hiv-left{
	width: 65%;
    float: left;
}
.row-3-pvt-hiv-left h2{
	padding-top:0;
}
.row-3-pvt-hiv-left p{
	margin-bottom:15px;
}
.row-3-pvt-hiv-right{
	width: 30%;
    float: right;
}
.row-3-pvt-hiv-right h2{
	padding-top:0;
}
.row-3-pvt-hiv-right p{
	margin-bottom:15px;
}
.chlamydia-testing-row-2{
	width:100%;
	float:left;
}
.dna-test-hiv-left{
	width:48%;
	float:left;
}
.dna-test-hiv-right{
	width:48%;
	float:right;
}
.hiv-dna-test-row2{
	width:100%;
	float:left;
}
.border-box{
	border: #e2e2e2 solid 3px;
    padding: 15px;
    border-radius: 6px;
    width: 95%;
    float: left !important;
}
.sti-left-col {
    width: 95%;
}
.meningitis-row1-left {
    width: 48%;
    float: left;
}
.meningitis-row1-right {
    width: 48%;
    float: right;
}
.travel-clinic-row-1-notting-left img {
    height: auto;
}
.travel-clinic-row-1-notting-left {
    width: 48%;
    float: left;
}
.travel-clinic-row-1-notting-right {
    width: 48%;
    float: right;
}
.hepatitis-b-vaccine-left {
    width: 48%;
    float: left;
}
.hepatitis-b-vaccine-right{
    width: 48%;
    float: right;
}
.hepatitis-b-vaccine-2nd-row {
    width: 100%;
    float: left;
}
.hepatitis-b-vaccine-2nd-row-left {
    width: 48%;
    float: left;
}
.hepatitis-b-vaccine-2nd-row-right {
    width: 48%;
    float: right;
}
.rabies-vaccine-row1 {
    width: 100%;
    float: left;
}
.rabies-vaccine-left-1 p {
    width: 100%;
}
.rabies-vaccine-left-1 img {
    width: 100%;
    height: auto;
}

.rabies-vaccine-right-1 {
    width: 48%;
    float: left;
}

.rabies-vaccine-right-1 p {
    width: 100%;
}

.rabies-vaccine-left-1 {
    width: 48%;
    float: left;
}
.meningitis-row-1-left {
    width: 48%;
    float: left;
}
.meningitis-row-1-right {
    width: 48%;
    float: right;
}
.meningitis-row-2 {
    width: 100%;
    float: left;
}
.meningitis-row-2-left {
    width: 48%;
    float: left;
}
.meningitis-row-2-right {
    width: 48%;
    float: right;
}
.lip-lillers-left {
    width: 48%;
    float: left;
}
.lip-fillers-right {
    width: 48%;
    float: right;
}
.lip-fillers-right p{
    margin-bottom:15px;
}
.anti-wrinkle-row img {
    height: auto;
    width: 100%;
}

.anti-wrinkle-row {
    width: 100%;
    float: left;
}
.check-filler-imgleft {
    width: 48%;
    float: left;
}
.check-filler-imgright {
    width: 48%;
    float: right;
}
.check-filler-left {
    width: 48%;
    float: left;
}
.check-filler-right {
    width: 48%;
    float: right;
}
.dermaplaning-1st-row-left {
    width: 48%;
    float: left;
}
.dermaplaning-1st-row-right {
    width: 48%;
    float: right;
}
.profhilo-row-1-left {
    width: 48%;
    float: left;
}
.profhilo-row-1-right {
    width: 48%;
    float: right;
}
.chemical-skin-row-2-1 {
    width: 33%;
    float: left;
}
.chemical-skin-row-2-2 {
    width: 33%;
    float: left;
}
.chemical-skin-row-2-3 {
    width: 33%;
    float: right;
}
.chemical-skin-row-7 {
    width: 100%;
    float: left;
    text-align: left;
}
.illustrations-row-left {
    width: 48%;
    float: left;
}
.illustrations-row-right {
    width: 48%;
    float: right;
}
.illustrations-row-full {
    width: 100%;
    float: left;
}
.infection-policy-row1 h3 {
    padding-top: 0;
    padding-bottom: 15px !important;
}
.waiting-times-row1 ol {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.all-border2 {
    border: #e2e2e2 solid 1px;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    float: left !important;
    text-align: center;
    margin-bottom: 15px;
}
.wrinkl-row-2 .all-border {
    margin-bottom: 15px;
}
.chemical-skin-row-4-1 {
    width: 33%;
    float: left;
}
.chemical-skin-row-4-2 {
    width: 30%;
    float: left;
    margin-left: 3%;
}
.chemical-skin-row-4-3 {
    width: 30%;
    float: right;
}
.chemical-skin-row-8-1 {
    width: 50%;
    float: left;
}
.chemical-skin-row-8-2 {
    width: 50%;
    float: right;
}
.chemical-skin-row-4-1 ul {
    margin-top: -8px;
}
.chemical-skin-row-4-2 ul {
    margin-top: -8px;
}
.chemical-skin-row-4-3 ul {
    margin-top: -8px;
}
.trainning-row p{
margin-bottom:15px;
padding-bottom:0 !important;
}
@media (min-width: 0px) and (max-width: 980px) {
 .note {
    margin-top: 15px !important;
} 
.vc_single_image-img.attachment-full{
height:auto !important;
}
.fees-row {
    width: 100%;
    float: left !important;
}
.heyfever-last-row {
    float: left;
    margin-top: 0px !important;
}
.private-gp-row-4-full-1 p {
    margin-bottom: 15px;
    padding-bottom: 0;
}
.chemical-skin-row-4-1 {
    width: 100%;
    float: left;
}
.chemical-skin-row-4-2 {
    width: 100%;
    float: left;
    margin-left: 0;
}
.chemical-skin-row-4-3 {
    width: 100%;
    float: left;
}
.chemical-skin-row-8-1 {
    width:100%;
    float: left;
}
.chemical-skin-row-8-2 {
    width:100%;
    float: right;
}
.chemical-skin-row-4-1 ul {
    margin-top:0px;
}
.chemical-skin-row-4-2 ul {
    margin-top: 0px;
}
.chemical-skin-row-4-3 ul {
    margin-top: 0px;
}

.illustrations-row-left {
    width: 100%;
    float: left;
}
.illustrations-row-right {
    width: 100%;
    float: right;
}
.chemical-skin-row-2-1 {
    width: 100%;
    float: left;
}
.chemical-skin-row-2-2 {
    width: 100%;
    float: left;
}
.chemical-skin-row-2-3 {
    width: 100%;
    float: right;
}
.mobile-view-design-tbl {
    display: block;
    width: 100%;
    margin-bottom: 20px !important;
}
.wrinkle-row h3 {
    padding-top: 0;
    text-align: left !important;
}
.wrinkl-row-2 .all-border {
    margin-bottom: 15px;
    border: #e2e2e2 solid 3px;
    padding: 5px;
}
.wrinkl-row-2 .all-border ul {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.sti-left-col p {
    padding-bottom: 0;
}
.sti-right-col p {
    padding-bottom: 0;
}
.chlamydia-right-col-2 p {
    padding-bottom: 0;
}
.chlamy-btmimg {
    width: 100%;
    /* float: left; */
    text-align: center;
    background: #FFF;
    margin: 0 0 10px 0 !important;
}
.chlamydia-bottom-row-content p {
    padding-bottom: 0;
}
.occupation-last-row {
    width: 100%;
    float: left;
    margin-bottom: 15px !important;
}
.occ-he-1 {
    padding-top: 5px !important;
}
.body-scanning-banner {
    width: 100%;
    float: left;
    margin-top: -15px;
}
.private-gp-content-row-2-full h2 {
    padding-top: 0;
    width: 100%;
    float: left;
    padding-bottom: 15px;
}
.guide-lines-row-1 h2 {
    margin-bottom: 5px!important;
    padding-bottom: 0px!important;
}
.waiting-last-row p {
    margin-bottom: 0;
    padding: 0;
}
.waiting-last-row {
    width: 100%;
    float: left;
    margin-top: -5px;
}
.waiting-last-row {
    width: 100%;
    float: left;
    margin-top: -5px;
	margin-bottom: 15px !important;
}
.infection-policy-row1 h2 {
    width: 100%;
    float: left;
    padding-top: 0;
    padding-bottom: 15px;
    text-align: left !important;
}
.infection-policy-row1 h3 {
    text-align: left !important;
    padding-top: 0;
    padding-bottom: 15px !important;
}
.illustrations-row-left {
    width: 100%;
    float: left;
}
.illustrations-row-right {
    width: 100%;
    float: right;
	margin-top: 10px;
}
.chemical-skin-row-2-1 {
    width: 100%;
    float: left;
}
.chemical-skin-row-2-2 {
    width: 100%;
    float: left;
}
.chemical-skin-row-2-3 {
    width: 100%;
    float: right;
}
.profhilo-row-1-left {
    width: 100%;
    float: left;
}
.profhilo-row-1-right {
    width: 100%;
    float: right;
}
.dermaplaning-1st-row-left {
    width: 100%;
    float: left;
}
.dermaplaning-1st-row-right {
    width: 100%;
    float: left;
}
.check-filler-left {
    width: 100%;
    float: left;
}
.check-filler-right {
    width: 100%;
    float: right;
}
.check-filler-imgleft {
    width: 100%;
    float: left;
}
.check-filler-imgright {
    width: 100%;
    float: left;
}
.our-exp-filler {
	float: left;
	width:100%;
}
.lip-lillers-left {
    width: 100%;
    float: left;
}
.lip-fillers-right {
    width: 100%;
    float: right;
}
.lip-fillers-right p{
	padding-bottom:0 !important;
}	
.meningitis-row-2-left {
    width: 100%;
    float: left;
}
.facial-rightimg img {
    height: auto;
}	
.meningitis-row-2-right {
    width: 100%;
    float: left;
}
.meningitis-row-1-left {
    width: 100%;
    float: left;
}
.meningitis-row-1-right {
    width: 100%;
    float: right;
}
.rabies-vaccine-right-1 {
    width: 100%;
    float: left;
}
.rabies-vaccine-left-1 {
    width:100%;
    float: left;
}
.hepatitis-b-vaccine-2nd-row-left {
    width: 100%;
    float: left;
}
.hepatitis-b-vaccine-2nd-row-right {
    width: 100%;
    float: right;
}
.vaccine-r-img {
    height: auto;
}	
.travel-clinic-row-1-notting-left img {
    height: auto;
}
.hepatitis-b-vaccine-2nd-row img {
    height: auto;
}
.hepatitis-b-vaccine-left {
    width: 100%;
    float: left;
}
.hepatitis-b-vaccine-right{
    width: 100%;
    float: right;
}
.hepatitis-b-vaccine-left img{
    height:auto;
}
.hepatitis-b-vaccine-right img{
    height:auto;
}
.hepatitis-b-vaccine-left {
    width: 100%;
    float: left;
}	
.travel-clinic-row-1-notting-left {
    width: 100%;
    float: left;
}
.travel-clinic-row-1-notting-right {
    width:100%;
    float: left;
}	
.meningitis-row1-left {
    width: 100%;
    float: left;
}
.meningitis-row1-right {
    width:100%;
    float: right;
}
.test-need img {
    height: auto;
}
.travel-right-forth-para p {
    margin-bottom: 15px!important;
    padding-bottom: 0;
}	
.travel-row img {
    height: auto;
}	
.herps-para-helder-3 p {
    padding-bottom: 0;
}
.herps-para-helder-3 {
    width: 100%;
    float: left;
}
.herps-testing-h2-5 {
    width: 100%;
    float: left;
    padding-top: 0 !important;
    margin-bottom: 7px !important;
}	
.std-sti-testing-1st-img img {
    height: auto;
}
	.herps-img-right img{
		height:auto;
	}
.before-ol-list {
    margin-bottom: 10px;
    padding-bottom: 0 !important;
}
.herps-ol {
    padding-bottom: 5px !important;
}	
.herps-right-para-1 {
    margin-bottom: 15px;
    padding-bottom: 0 !important;
}
.after-ol-list {
    margin-bottom: 15px;
    padding-bottom: 0 !important;
}
.herps-right-para-helder-2 p {
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
}	
.herps-para-helder-1 p {
    margin-bottom: 15px !important;
    padding-bottom: 0;
}	
.herps-para-helder-2 p{
		padding-bottom: 0;
}	
.sti-left-col {
    width: 100%;
}	
.dna-test-hiv-left{
	width:100%;
	float:left;
}
.border-box{
		margin-bottom:10px;
	width:100%;
	}
.dna-test-hiv-right{
	width:100%;
	float:left;
}
.pvt-hiv-1st-row img {
    height: auto;
}
.pvt-hiv-row-2 img {
    height: auto;
    margin-top: -25px;
}	
.row-3-pvt-hiv-left{
	width: 100%;
    float: left;
}

.row-3-pvt-hiv-left p{
	padding-bottom:0;
}
.row-3-pvt-hiv-right{
	width: 100%;
    float: right;
}

.row-3-pvt-hiv-right p{
	padding-bottom:0;
}
.pvt-hiv-row-1-left{
    width: 100%;
    float: left;
}
.pvt-hiv-row-1-right{
    width: 100%;
    float: right;
}
.erectile-dysfunction-left-1 {
    width: 100%;
    float: left;
}
.erectile-dysfunction-right-1 {
    width: 100%;
    float: left;
}	
.ultimate-check-up-banner img{
	height:auto;
}
.ultimate-img-1	 img{
	height:auto;
}
.screening-box-1{
    width: 100%;
    float: left;
}
.supper-screen-style-1 {
    width: 100%;
    float: left;
}	
.body-screening-row-1 img {
    height: auto;
}
.body-screening-row-2-left{
	width:100%;
	float:left;
	}
.body-screening-row-2-right{
	width:100%;
	float:left;
}
.body-screening-row-2-left p {
    padding-bottom: 0;
}
.body-screening-row-2-right p {
    padding-bottom: 0;
}	
.cervical-content-row-3-right {
    width: 100%;
    float: left;
}
.cervical-content-row-3-left {
    width: 100%;
    float: left;
}	
.alcohol-banner img {
    height: auto;
}
.alcohol-row-2 h2 {
    padding-top: 0;
}
.alcohol-row-2 p {
    padding-bottom:0;
}
.lemon-img img {
    height: auto;
}	
.fitness-row-1-left p {
    padding-bottom: 0;
}
.fitness-row-1-left {
    width: 100%;
    float: left;
}
.fitness-row-1-left h2 {
    padding-top: 0;
}

.fitness-row-1-right p {
    padding-bottom: 0;
}
.fitness-row-1-right {
    width: 100%;
    float: left;
}
.fitness-row-1-right h2 {
    padding-top: 0;
}
	
.street-fitness-row-2-left {
    width: 100%;
    float: left;
}
.street-fitness-row-2-right {
    width: 100%;
    float: left;
}
.street-fitness-row-2-right ul li {
    text-align: left;
	font-size:15px;
}
.street-fitness-row-3 {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.street-fitness-row-3-left {
    width: 100%;
    float: left;
}
.street-fitness-row-3-right {
    width: 100%;
    float: left;
}
.street-fitness-row-3-right p {
    padding-bottom: 0;
}
.fit-full p {
    padding-bottom: 0;
}
.street-fitness-row-4-left {
    width: 100%;
    float: left;
	}
.street-fitness-row-4-right {
    width: 100%;
    float: left;
}
.screen_box-1 {
    padding: 0 10px !important;
}
.screen_box-2 {
    padding: 0 10px !important;
}
.screen_box-3 {
    padding: 0 10px !important;
}
.screen_box-1 p {
    padding-bottom: 0;
}
.screen_box-2 p {
    padding-bottom: 0;

}
.screen_box-3 p {
    padding-bottom: 0;
}		
.img-left-hay-fever{
	width: 100%;
    float: left;
	margin-bottom: 15px;
	}
.hay-2nd-image-text {
    width: 100%;
    float: left;
}	
.widget-column.footer-widget-5 {
    float: left !important;
    width: 100% !important;
    text-align: left;
    padding: 0 !important;
}
.reputation-policy-col-1 {
    width: 100%;
    float: left;
}
.privacy-policy-row-1 p {
    margin-bottom: 15px;
    padding-bottom: 0;
}
.privecy-policy-list li {
    font-size: 15px !important;
}
.privacy-policy-row-1 p strong {
    font-weight: normal;
}
.privacy-policy-row-1 h2 {
    width: 100%;
    float: left;
    padding-top: 0;
}	
.reputation-policy-col-2 {
    width: 100%;
    float: left;
}
.about-left-content {
    width: 100%;
    float: left !important;
}
.boby-ahamad-left {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.title-btm {
    margin-top: -10px;
}
.title-btm p{
		text-align:center !important;
	}
.title-btm h2{
		text-align:left !important;
	}
.boby-ahamad-right {
    width: 100%;
    float: left;
}
.about-right-content{
    width: 100%;
    float: left !important;
}	
.private-gp-content-row-2-full p {
    margin-bottom: 15px;
    padding-bottom: 0;
}
.private-gp-content-row-2-full .list-style-5 li {
   font-size: 15px !important;
    margin: 0 0 15px 0;
	line-height: 20px !important;
}
.private-gp-content-row-2-full .list-style-5 {
    padding-bottom: 0 !important;
}
.private-gp-content-row-2-full .list-style-5 {
    padding-bottom: 0 !important;
}	
.blue-border-style-right {
    height: auto;
}
.content-row-3-full p {
    padding-bottom: 0;
}
.content-row-3-left {
    width: 100%;
    float: left;
}
.content-row-3-right {
    width: 100%;
    height: auto;
    margin-top: 15px;

}
.content-row-4 {
    margin-top: -10px;
}
.content-row-4-full p {
    margin-bottom: 15px;
    padding-bottom: 0;
}
.content-row-2-left p {
    padding-bottom: 0;
}
.blue-border-style-left {
    height: auto;
}
.cervical-content-row-2-left {
    width: 100%;
    float: left;
}
.cervical-content-row-2 {
    margin-top: 0;
}
.cervical-content-row-2-left p {
    padding-bottom: 0;
}
.cervical-content-row-2-right {
    width: 100%;
    float: left;
}
.cervical-content-row-2-right p {
    padding-bottom: 0;
}
.cervical-content-row-4 {
    margin-bottom: 15px;
}	
.banner-box {
    margin-top: 200px !important;
}
.container-row-2 {
    width: 100%;
    float: left;
    margin-top: -5px;
}	
.welcome-row-1-col-1 {
    float: left;
    width: 100% !important;
    padding: 0 10px !important;
}
.welcome-row-1-col-1 h1 {
    font-size: 18px;
}
.welcome-row-1-col-1 p {
    margin-bottom: 15px !important;
    text-align: justify;
    font-size: 15px;
}
.welcome-row-1-col-2 img {
    width: 100%;
    height: auto;
}
.home-covid-row-2-left {
    width: 100%;
    float: left;
}
.home-covid-row-2-right{
    width: 100%;
    float: left;
}
.home-guide-line-box h3 {
    font-size: 17px !important;
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    text-align: left !important;
	margin-bottom: 15px !important;
}
.corono-virus-para-1 {
    margin-bottom: 15px;
    font-size: 13px !important;
    margin-top: 0 !important;
}
.corono-virus-para-2 {
    margin-bottom: 15px;
    font-size: 13px !important;
}
.corono-virus-para-3 {
    margin-bottom: 15px;
    font-size: 13px !important;
}
.home-guide-line-box p {
    float: left;
    width: 100%;
    text-align: justify;
}
.home-guide-line-box p {
    margin-top: 0;
}	
.temp-list li a {
    font-weight: normal;
    font-size: 15px;
}	
.home-guide-list {
    margin-left: 0;
    margin-top: 15px;
    padding-left: 15px;
}
.home-guide-list li {
    font-size: 15px !important;
    line-height: 20px !important;
}	
.covid-guide-home-row {
    margin-bottom: 15px;
}
.covid-guide-home-row img {
    width: 100%;
    height: auto;
}
.covid-guide-caption {
    width: 100%;
}
.co-p {
    font-size: 17px;
    text-align: center !important;
}
.covid-guide-caption p {
    text-align: center !important;
}
.lm {
    color: #fbff00;
    font-size: 17px;
    text-align: center !important;
    margin-top: 5px;
    display: block;
}	
.guide-img-box {
    width: 100%;
}
.guide-line-box {
    width: 100%;
    float: left;
}
.guide-line-box h3 {
    font-size: 15px;
    padding-top: 5px;
    text-align: left !important;
}
.guide-list li {
   font-size: 15px !important;
}	
.corona-banner-caption{
	padding: 5px 15px;
    position: absolute;
    bottom: 30%;
}
.temp-list {
    margin-top: 0;
}
.cll {
    text-align: center !important;
    margin-top: 5px;
    margin-bottom: 13px;
}
.cnt-btn {
    width: auto;
}	
.corona-banner-caption h3 {
    font-size: 14px;
    padding: 0px !important;
}
.corona-content-row {
    margin-top: 0;
}
.corona-content-row h2 {
    padding-top: 0;
}
.border-cont {
    float: left;
}
.border-cont h3 {
    padding-top: 0;
    text-align: left !important;
}
.border-cont p {
    margin-bottom: 0;
	padding-bottom: 0;
}
.corona-content-row h3 {
    text-align: left !important;
}
.corona-content-row p {
    margin-bottom: 15px;
    padding-bottom: 0 !important;
}
.accodian-bg h3 {
    text-align: center !important;
    font-size: 20px;
}
.banner-row {
    margin-top: 0;
}	
.welcome-row-1-col-2 {
    width: 100% !important;
    padding: 0;
}
	
.below-img-text {
    text-align: center !important;
    margin-bottom: 15px !important;
}	
.find-out-more {
    width: 320px;
}
.content-row-3 .vc_column-inner {
    margin-top: 0px !important;
}	
.second-img-bttm-text {
    color: #152972 !important;
    margin-bottom: -10px !important;
    float: left;
    margin-top: 5px;
}
.all-border.abt-2-full {
    margin-top: 5px;
}
.team-row {
    width: 100%;
    float: left;
    padding: 0;
    margin-top: -10px;
}
.team-row h2 {
    font-size: 25px !important;
}
.team-list-li {
    width: 100%;
    float: left;
    /* border: 5px solid #ccc; */
    margin: 0 0 2% 0;
    list-style: none;
    height: auto;
}
.team-list-li img {
    height: auto;
}	
.bobby-para {
    width: 100% !important;
    float: left !important;
    margin-top:-13px;
    padding: 0 10px;
}
.about-text-full {
    margin-top: 0;
}	
.about-right-content h2 {
    padding-top: 0 !important;
}	
strong.b-t3 {
    margin-bottom: 0 !important;
}	
.res {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}	
.hiv-test-all-1st-row {
    width: 100%;
    float: left;
    margin-top: 10px !important;
}
.right-img-wrinkle {
    float: left;
    margin-bottom: 10px !important;
}
.which-test-row1 {
    width: 100%;
    float: left;
    margin-top: 15px!important;
}	
.radiology-row-1 p{
	padding-bottom:0 !important;
}
.inner-area {
    width: 94%;
    float: none;
    padding: 0px 0;
    margin: auto !important;
}	
.radiology-row-1 {
    margin-top: 20px;
}	
.radiology-row-1 h2{
	width: 100%;
    float: left;
	padding-bottom:15px !important;
	padding-top:0 !important;
	text-align:left;
}
.illustrations-row-1 p {
    padding-bottom: 0;
}
.illustrations-row-left h2 {
    margin: 20px 0;
    padding-bottom: 17px;
}
.illustrations-row-full {
    margin-bottom: 15px !important;
    width: 100%;
    float: left;
}
.aprp-banner {
    margin-bottom: 5px;
}
.chemical-skin-row-4-1 {
    margin-top: 0px;
	margin-bottom: 0 !important;
}	
.chemical-skin-row-3 {
    margin-top: -45px;
    margin-bottom: 5px !important;
}
.chemical-skin-row-4-1 ul {
    width: 100%;
    float: left;
    margin-top: -5px;
}
.chemical-skin-row-4-1 ul li {
    font-size: 15px !important;
}
.chemical-skin-row-4-2 {
    margin-top: -20px;
}
.chemical-skin-row-4-3 {
    margin-top: -25px;
}
.chemical-skin-row-7 {
    margin-top: -65px;
}
.chemical-skin-row-8-1 {
    margin-top: 0;
}	
.aprp-row-2-right {
    margin-top: 15px;
}
.chemical-skin-row-8-1 ul {
    width: 100%;
    float: left;
    margin-top: -5px;
}
.chemical-skin-row-8-1 ul li {
    font-size: 15px !important;
}	
.japanease-left {
    width: 100%;
    float: left;
    margin-top: -20px !important;
}
.chemical-skin-row-8-2 {
    margin-top: -20px;
}
.chemical-skin-row-8-2 ul {
    width: 100%;
    float: left;
    margin-top: -5px;
}
.chemical-skin-row-8-2 ul li {
    font-size: 15px !important;
}		
.japanease-left p {
    padding-bottom:0 !important;
	
}
.meningitis-row-2-left {
    margin-top: -20px;
}
.meningitis-row-1-left {
    margin-top: -15px;
}	
.japanease-left h2{
	width: 100%;
    float: left;
	padding-bottom:15px !important;
	padding-top:0 !important;
	text-align:left;
}
.japanease-right p {
    padding-bottom:0 !important;
	
}
.japanease-right h2{
	width: 100%;
    float: left;
	padding-bottom:15px !important;
	padding-top:0 !important;
	text-align:left;
}
.tick-borne-left p {
    padding-bottom:0 !important;
}
.tick-borne-left h2{
	width: 100%;
    float: left;
	padding-bottom:15px !important;
	padding-top:0 !important;
	text-align:left;
}
.tick-borne-right p {
    padding-bottom:0 !important;
}
.tick-borne-right h2{
	width: 100%;
    float: left;
	padding-bottom:15px !important;
	padding-top:0 !important;
	text-align:left;
}
.meningitis-row-2-left p {
    padding-bottom:0 !important;
	
}
.meningitis-row-2-left h2{
	width: 100%;
    float: left;
	padding-bottom:15px !important;
	padding-top:0 !important;
	text-align:left;
}
.meningitis-row-2-right p {
    padding-bottom:0 !important;
	
}
.meningitis-row-2-right h2{
	width: 100%;
    float: left;
	padding-bottom:15px !important;
	padding-top:0 !important;
	text-align:left;
}
.dermaplaning-1st-row-left p {
    padding-bottom:0 !important;
}
.dermaplaning-1st-row-left h2{
	width: 100%;
    float: left;
	padding-bottom:15px !important;
	padding-top:0 !important;
	text-align:left;
}
.dermaplaning-1st-row-right p {
    padding-bottom:0 !important;
}
.dermaplaning-1st-row-right h2{
	width: 100%;
    float: left;
	padding-bottom:15px !important;
	padding-top:0 !important;
	text-align:left;
}
.profhilo-row-1-left p {
    padding-bottom:0 !important;
}
.profhilo-row-1-right p {
    padding-bottom:0 !important;
}
.profhilo-row-1-left h2{
	width: 100%;
    float: left;
	padding-bottom:15px !important;
	padding-top:0 !important;
	text-align:left;
}
.profhilo-row-1-right h2{
	width: 100%;
    float: left;
	padding-bottom:15px !important;
	padding-top:0 !important;
	text-align:left;
}
.profhilo-row-1 h2 {
    text-align: center !important;
    padding-bottom: 10px;
}	
.dermaplaning-1st-row-left p img {
    margin-bottom: 0px !important;
}	
.hepatitis-b-vaccine-left .vc_column-inner {
    padding: 0 !important;
}
.rabies-vaccine-row-2-full-col img {
    width: 100% !important;
    float: none !important;
    margin: auto auto -5px auto !important;
}
.rabies-vaccine-row-2-full-col p {
    margin-bottom: 15px;
    padding-bottom: 0 !important;
}
.rabies-vaccine-row-2-left p {
    padding-bottom: 0 !important;
}
.aprp-row-1-left p {
    padding-bottom:0 !important;
}
.aprp-row-1-left h2{
	width: 100%;
    float: left;
	padding-bottom:15px !important;
	padding-top:0 !important;
	text-align:left;
}
.aprp-row-1-right p {
    padding-bottom:0 !important;
}
.aprp-row-1-right h2{
	width: 100%;
    float: left;
	padding-bottom:15px !important;
	padding-top:0 !important;
	text-align:left;
}
.aprp-row-1-full-col p {
    padding-bottom:0 !important;
}
.aprp-row-1-full-col h2{
	width: 100%;
    float: left;
	padding-bottom:15px !important;
	padding-top:0 !important;
	text-align:left;
}
.aprp-row-2-left p {
    padding-bottom:0 !important;
}
.aprp-row-2-right h2{
	width: 100%;
    float: left;
	padding-bottom:15px !important;
	padding-top:0 !important;
	text-align:left;
}
.aprp-row-2-right p {
    padding-bottom:0 !important;
}
.aprp-row-2-left h2{
	width: 100%;
    float: left;
	padding-bottom:15px !important;
	padding-top:0 !important;
	text-align:left;
}
.aprp-row-3-full p {
   padding-bottom:0 !important;
}
.aprp-row-3-full h2{
	width: 100%;
    float: left;
	padding-bottom:15px !important;
	padding-top:0 !important;
	text-align:left;
}
.aprp-row-1 {
    margin-top: 15px;
}
.aprp-row-1 .vc_column-inner {
    padding: 0 !important;
}
.aprp-1{
	padding:0 !important;
	}
.chemical-skin-row-4-1 p{
	padding-bottom:0 !important;
}
.chemical-skin-row-4-2 p{
	padding-bottom:0 !important;
}
.chemical-skin-row-4-3 p{
	padding-bottom:0 !important;
}
.chemical-skin-row-4-1 h2{
	width: 100%;
    float: left;
	padding-bottom:15px !important;
	padding-top:0 !important;
	text-align:left;
}
.chemical-skin-row-4-2 h2{
	width: 100%;
    float: left;
	padding-bottom:15px !important;
	padding-top:0 !important;
	text-align:left;
}
.chemical-skin-row-4-3 h2{
	width: 100%;
    float: left;
	padding-bottom:15px !important;
	padding-top:0 !important;
	text-align:left;
}
.chemical-skin-row-7 p{
padding-bottom:0 !important;
}
.chemical-skin-row-7 h2{
	width: 100%;
    float: left;
	padding-bottom:15px !important;
	padding-top:0 !important;
	text-align:left;
}
.chemical-skin-row-8-1 p{
padding-bottom:0 !important;
}
.chemical-skin-row-8-1 h2{
	width: 100%;
    float: left;
	padding-bottom:15px !important;
	padding-top:0 !important;
	text-align:left;
}	
.rabies-vaccine-right-1 img {
    float: left;
    margin-top: 0;
	width:100%;
}	
.rabies-vaccine-row-2-full-col {
    margin-top: 0 !important;
}	
.rabies-vaccine-left-1 h2:nth-child(2) {
    width: 100%;
    float: left;
    padding-top: 0;
}
.rabies-vaccine-row-2-left h2 {
    width: 100%;
    float: left;
    padding-top: 0 !important;
	padding-bottom:15px !important;
}
.rabies-vaccine-row-2-right p {
    margin-bottom: 15px;
    padding-bottom: 0 !important;
}
.rabies-vaccine-row-2-right h2 {
    width: 100%;
    float: left;
    padding-top: 0 !important;
	padding-bottom:15px !important;
}
.rabies-vaccine-row-2-right p:last-child {
    margin-bottom: 15px !important;
}
.hepatitis-b-vaccine-2nd-row-right p:last-child {
    margin-bottom: 15px !important;
}	
.rabies-vaccine-row-2-left p:last-child {
    margin-bottom: 15px !important;
}	
.rabies-vaccine-right-1 img {
    margin-top: 0;
}
.hepatitis-b-vaccine-left p {
    padding-bottom: 0 !important;
}	
.hepatitis-b-vaccine-left {
    margin-top: 15px;
}
.check-filler-imgright p img {
    margin-top: 0 !important;
}
.hepatitis-b-vaccine-right p {
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
}
.hepatitis-b-vaccine-2nd-row img {
    width: 100%;
    margin-bottom: 15px !important;
}	
.check-filler-row p {
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
}
.hepatitis-b-vaccine-left img {
    margin-bottom: 15px !important;
}	
.hepatitis-b-vaccine-2nd-row {
    margin-top: -20px;
    margin-bottom: -18px !important;
}
.hepatitis-b-vaccine-2nd-row-left p {
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
}
.hepatitis-b-vaccine-row-1 h2{
    width: 100%;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 15px !important;
}
.hepatitis-b-vaccine-2nd-row-right p {
    margin-bottom: 15px;
    padding-bottom: 0 !important;
}	
.check-filler-right h2 {
    width: 100%;
    float: left;
    padding-top: 0;
    padding-bottom: 15px;
}
.check-filler-row2 {
    margin-top: -10px;
}
.check-filler-row2 h2 {
    width: 100%;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 15px !important;
}
.check-filler-row2 p img {
    margin-bottom: 5px !important;
}	
.check-filler-imgright p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.anti-wrinkle-row p {
    padding-bottom: 0 !important;
}
.anti-wrinkle-row h2:nth-child(1) {
    margin-top: 15px !important;
}
.anti-wrinkle-row .list-style-5 li {
    margin: 0 0 15px 0;
    font-size: 15px !important;
}	
.anti-wrinkle-row all-border{
	margin-bottom:0 !important;	
	}	
.anti-wrinkle-row h2 {
    width: 100%;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 15px !important;
}	
.lip-filter-banner-row {
    margin-bottom: 0;
}
.lip-lillers-left p {
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
}
.lip-lillers-right p {
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
}	
.lip-lillers-right h2 {
    width: 100%;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 15px !important;
}	
.checken-pox-row-1 {
    margin-top: 15px;
}
.checken-pox-row-left ol {
    margin: 0 0 15px 0 !important;
}	
.checken-pox-row-banner p {
    margin-bottom: 5px !important;
}
.checken-pox-row-1.wpb_column h2 {
    width: 100%;
    float: left;
    padding-top: 0;
    padding-bottom: 15px !important;
}
.checken-pox-row-left ol li {
    font-size: 15px !important;
}	
.travel-clinic-row-1-notting-full {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.travel-clinic-row-1-notting {
    margin-top: 10px;
}
.travel-clinic-row-1-notting-left p img {
    margin-bottom: 0 !important;
}
.travel-clinic-row-1-notting-right .all-border {
    padding-top: 0 !important;
    margin-top: -17px;
}
.travel-ttl-r-2 {
    width: 100%;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 15px !important;
}
.travel-ttl-r-3 {
    width: 100%;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 15px !important;
}	
.travel-clinic-row-1-notting-left .vc_column-inner {
    padding: 0 !important;
}	
.meningitis-row2 h2 {
    padding-bottom: 15px !important;
}
.meningitis-row1 h2 {
    margin-top: 0 !important;
    padding-top: 15px !important;
    padding-bottom: 0 !important;
}
.meningitis-row1 {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 15px;
}
.meningitis-row1-left .vc_column-inner {
    padding: 0 !important;
}
.meningitis-row1-right .vc_column-inner {
    padding: 0 !important;
}
.meningitis-row1-left .all-border {
    padding-top: 0;
    margin-bottom: 0px !important;
}
.meningitis-row2 p {
    margin-bottom: 15px !important;
    padding-bottom: 0;
}	
.fever-1st-row-right p {
    padding: 0 !important;
}
.yellow-fever-row .vc_column-inner {
    padding: 0 !important;
}
.pvt-hiv-left-1 p {
    padding-bottom:0px !important;
}
.hiv-test-left-2 p{
    padding-bottom:0px !important;
}
.hiv-test-bottom-row p{
    padding-bottom:0px !important;
}
.hiv-test-bottom-row p:last-child {
    margin-bottom: 15px !important;
}	
.left-dyfn-img p {
    margin-bottom: 0 !important;
}
.erectile-dysfunction-right-1 .normal-list {
    margin-top: 0;
	margin-bottom: 15px !important;
}	
.left-dyfn-img {
    margin: 5px 0 10px !important;
}
.paragraph-content-1 {
    width: 100%;
    float: left;
    margin-top: -10px;
}
.paragraph-content-1 p {
    margin-bottom: 0px !important;
}
.dysfunction-1 {
    width: 100%;
    float: left;
    padding-bottom: 15px !important;
    padding-top: 0 !important;
}	
.pnt-sh-h21 {
    padding-top: 0 !important;
}
.private-sextual-tbl {
    margin-bottom: 20px !important;
}
.blue-border-style-right {
    padding-top: 0 !important;
}
.pvt-sextual-para {
    width: 100%;
    float: left;
    margin-top: -20px;
	margin-bottom: 15px !important;
}	
.blue-border-style-left {
    padding-top: 0;
}
.ultimatecheckup-row p {
    padding-bottom: 0;
}
.ultimate-left-1 {
    width: 100%;
    float: left;
    margin-bottom: 15px !important;
}
.checkup-right-text p {
    margin-bottom: 15px;
    padding-bottom: 0 !important;
}	
.occupational-health-col-1 p {
    padding-bottom: 0 !important;
}
.occupational-health-col-2 p {
    padding-bottom: 0 !important;
}
.counselling-col-1 p {
    padding-bottom: 0 !important;
}
.counselling-col-2 p{
	padding-bottom: 0 !important;
}
.counselling-col-2 p:last-child {
    margin-bottom:15px !important;
}	
.cervical-row p {
    padding-bottom: 0;
}
.cervical-last {
    width: 100%;
    float: left;
    margin-bottom: 20px !important;
}	
.alcohol-banner-btm-ttl h2 {
    padding-bottom: 0 !important;
}
.alcohol-noting1 p {
    padding-bottom: 0 !important;
}	
.private-discrete-row-1 p {
    padding-bottom: 0 !important;
}
.alcohol-list {
    padding-left: 15px;
}	
.street-fitness-row-1-right {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.street-fitness-row-1-right p {
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
}
.street-fitness-row3-left {
    margin-top: 0;
}	
.clinic-row-2 .clinic-row-2-col-2 {
    width: 100% !important;
}
.street-fitness-row1-left p {
    margin-bottom: 15px;
    padding-bottom: 0 !important;
}	
.street-fitness-row3-left p {
    padding-bottom: 0 !important;
}
.street-fitness-row3-right {
    margin-top: 5px;
}
.street-fitness-row3-right p {
    margin-bottom: 15px;
    padding-bottom: 0 !important;
}
.fitness-row4-left-col-1 p {
    padding-bottom: 0 !important;
}
.blue {
    padding-top: 0 !important;
    text-align: left !important;
    padding-bottom: 15px !important;
}
.fitness-row4-right-col-2 p {
    padding-bottom: 0 !important;
}	
.third-row-ttl {
    margin-top: -30px;
}
.oil-gas-third-row .inner-row-all-col-1 {
    width: 100% !important;
}
.oil-gas-third-row .inner-row-all-col-2 {
    width: 100% !important;
}
.oil-gas-third-row .inner-row-all-col-2 ul li {
    margin-top: 0 !important;
}	
.clinic-row-2 {
    margin-top: 15px !important;
}
.quest {
    margin: 0px 0;
}
.second-row-left-oil-gas ul li {
    margin-top: 0 !important;
}	
.second-row-left-oil-gas p {
    padding-bottom: 0 !important;
}	
.right-oil-gas {
    margin-top: 0;
}
.clinic-row-2 .inner-row-all-col-1 {
    width: 100% !important;
}	
.heyfever-1st-row p{
    padding-bottom: 0 !important;
}
.hayfever-2nd-row p	{
    padding-bottom: 0 !important;
}
.heyfever-last-row p{
    padding-bottom: 0 !important;
}	
.complaints-row-1 p {
    padding-bottom: 0 !important;
}
.ol-list-about2 {
    margin-top: 0px;
}	
.waiting-times-row1 p {
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
}
.waiting-row-2 p{
	padding-bottom: 0 !important;	
	}	
.reputation-policy-right-2 p:last-child {
    margin-bottom: 15px !important;
}
.reputation-policy-left-1 p {
    padding-bottom: 0 !important;
}
.reputation-policy-right-1 p{
	 padding-bottom: 0 !important;
}
.reputation-policy-right-2 p{
	padding-bottom: 0 !important;	
	}	
.infection-policy-row1 p{
		padding-bottom:0!important;
}
	
.background-pvt-gp {
    width: 100%;
    float: left;
}
.background-pvt-gp p {
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
}
.background-pvt-gp ul li {
    font-size: 15px !important;
 }	
.appoint-col p {
    padding-bottom: 0 !important;
}
.below-appoint p {
    padding-bottom: 0px !important;
}
.pvt-gp-3 {
    width: 100%;
    float: left;
    margin-top: -13px !important;
}
.after-care-1 p {
    padding-bottom: 0 !important;
}
.pvt-gp-4 {
    padding-top: 0;
    margin-top: -5px !important;
}	
.pvt-gp-4 {
    padding-top: 0;
    margin-top: -5px !important;
}
.prvt-gp-right-appointment p {
    padding-bottom: 0 !important;
}
.pvt-gp-7 {
    padding-top: 0 !important;
    padding-bottom: 15px !important;
}
.prvt-gp-right-pay p {
    padding-bottom: 0 !important;
}
.after-care-1 {
    width: 100%;
    float: left;
    margin-top: -12px;
}
.prvt-gp-right-appointment {
    margin-top: -12px;
}
.pvt-gp-9 {
    margin-bottom: -15px !important;
}
.prvt-gp-btm-full p {
    padding-bottom: 0 !important;
}
.nottingham-banner {
    margin-bottom: 18px !important;
}
.watford-banner {
   padding-bottom: 10px !important;
}
.prvt-watford-1 {
    margin-top: -12px !important;
}
.prvt-watford-1 p {
    padding-bottom: 0 !important;

}
.prvt-watford-1{
	margin-top: -12px !important;
    width: 100%;
    float: left;
	}
.about-us-page {
    padding: 0px 10px !important;
}
.about-left-content p {
    margin-bottom: 15px;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
}
.about-3rd-row {
    padding: 0 10px !important;
}
.dr-bobby {
    margin-top: 0;
    padding-bottom: 0 !important;
}
.bobby-ahamad-row-1 {
    width: 100%;
    float: left;
    margin-top: 40px;
	padding: 0 10px !important;
}
.bobby-ahamad-row-1 h2 {
    margin-top: -10px !important;
}
.dr-bobby-ahamad {
    width: 100%;
    float: left;
    padding: 0 !important;
}
.dr-bobby-ahamad p {
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 15px !important;
    color: #2f2f82;
    line-height: 25px !important;
    padding-bottom: 0 !important;
	margin-bottom: 15px;
}
.nommy-right-para p {
	font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 15px !important;
    color: #2f2f82;
    line-height: 25px !important;
    padding-bottom: 0 !important;
	margin-bottom: 15px;
}
.nommy-2nd-row p{
font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 15px !important;
    color: #2f2f82;
    line-height: 25px !important;
    padding-bottom: 0 !important;
	margin-bottom:15px;
}
.dr-bobby-ahamad-row-2 p {
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 15px !important;
    color: #2f2f82;
    line-height: 25px !important;
    padding-bottom: 0 !important;
	margin-bottom:15px;
}
.dr-bobby-ahamad-row-2 {
    width: 100%;
    float: left;
    padding: 0 10px !important;
}
.nommy-left {
    padding: 0 10px!important;
    width: 100%;
    float: left;
    margin-top: 10px;
}
.nommy-left h2 {
    margin-top: -10px !important;
}
.nommy-right-para {
    width: 100% !important;
    float: left !important;
    padding: 0 10px !important;
}
.nommy-2nd-row {
    width: 100%;
    float: left;
    padding: 0 10px !important;
	margin-top: -5px;
}
.dr-lilli-row1 {
    width: 100%;
    float: left;
    margin-top: -18px !important;
    padding: 0 10px !important;
}
.dr-iyad-left {
    width: 100%;
    float: left;
    padding: 0 10px !important;
    margin-top: 10px;
}
.dr-iyad-right {
    padding: 0 10px !important;
}
.dr-almha-content p {
	font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 15px !important;
    color: #2f2f82;
    line-height: 25px !important;
    padding-bottom: 0 !important;
	margin-bottom:15px;
}
.dr-lisa-content p{
font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 15px !important;
    color: #2f2f82;
    line-height: 25px !important;
    padding-bottom: 0 !important;
	margin-bottom:15px;
}
.dr-lisha-row-2 .vc_column-inner {
    padding: 0 !important;
    margin-top: 12px;
}
.dr-matt-left {
    width: 100% !important;
    float: left;
    padding: 0 10px !important;
    margin-top: 10px;
}
.dr-matt-right {
    width: 100%;
    float: left;
    padding: 0 10px!important;
}
.mat-timms-content p {
    padding-bottom: 0 !important;
}
.refund-policy-left {
    padding: 0 10px!important;
}
.refund-policy-right-content {
    width: 100%;
    float: left;
    padding: 0 10px !important;
}
.fever-1st-row-left {
    width: 100% !important;
    float: left;
}
.yellow-fever-right-1st-h2 {
    padding: 0px 0 15px 0 !important;
}
.yellow-fever-2nd-row {
    margin: 0px 0 0 0 !important;
}	
.yellow-fever-2nd-row .vc_column-inner {
    padding: 0 !important;
}
.yellow-fever-2nd-row h2 {
    text-align: center;
    margin-bottom: 5px!important;
    padding-top: 0 !important;
}
	
.fever-1st-row-right{
	width: 100% !important;
    float: left;
	margin-top:0px !important;
}
.yellow-fever-3rd-row{
	width: 100%;
    float: left;
}
.fever-3rd-left {
    width: 100% !important;
    float: left;
}
.fever-3rd-left-1st-h2 {
    padding-top: 15px !important;
}
.fever-3rd-left .vc_column-inner {
    padding: 0 !important;
}
.fever-3rd-left p {
    padding-bottom: 0 !important;
}
.fever-3rd-left-2nd-h2 {
    padding-top: 0 !important;
	padding-bottom: 15px !important;
}
.fever-3rd-right {
    width: 100% !important;
    float: left !important;
}
.fever-3rd-right .vc_column-inner {
    padding: 0 !important;
}	
.fever-3rd-right-1st-h2 {
    padding-top: 0 !important;
    width: 100%;
    float: left;
    padding-bottom: 15px !important;
}
.fever-3rd-right-3rd-h2 {
    width: 100%;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 15px !important;
}
.fever-3rd-right-4th-h2 {
    padding-bottom: 15px !important;
    margin-top: 15px !important;
    width: 100%;
    float: left;
    padding-top: 0 !important;
}	
.fever-3rd-right p {
    padding-bottom: 0 !important;
}
.fever-3rd-right-5th-h2 {
    width: 100%;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 15px !important;
}
.fever-3rd-right-6th-h2 {
    width: 100%;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 15px !important;
}
.fever-3rd-right-7th-h2 {
    width: 100%;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 15px !important;
}
.fever-3rd-right-8th-h2 {
    width: 100%;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 15px !important;
}
.fever-3rd-right-9th-h2 {
    width: 100%;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 15px !important;
}
.fever-3rd-right-10th-h2 {
    width: 100%;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 15px !important;
}	
.travel-left {
    width: 100%!important;
    float: left!important;
}
.travel-content-row .vc_column-inner {
    padding: 0 !important;
}
.travel-blue-row {
    text-align: center;
    color: #fff;
    padding: 0;
    height: auto;
    float: left;
    width: 100%;
}
.travel-left-first-para p {
    margin-bottom: 15px!important;
    padding-bottom: 0;
}
.travel-blue-row h3 {
    color: #fff !important;
    text-align: center !important;
	font-size: 18px !important;
    font-weight: normal !important;
}
.travel-left-second-h2 {
    margin-bottom: 20px!important;
    width: 100%;
    float: left;
    padding-top: 0 !important;
    padding-bottom:15px !important;
}
.travel-left-second-para p {
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
}	
.travel-left-third-h2{
	margin-bottom: 20px!important;
    width: 100%;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}
.travel-left-third-para ul li {
    text-align: left;
    font-size: 15px;
    line-height: 20px !important;
}
.travel-right {
    width: 100%!important;
    float: left!important;
    margin-top: 15px;
}
.travel-right-first-para ul li{
	text-align: left;
    font-size: 15px;
    line-height: 20px !important;
}
.travel-right-second-para ul li{
	text-align: left;
    font-size: 15px;
    line-height: 20px !important;
}
.travel-right-third-para ul li{
	text-align: left;
    font-size: 15px;
    line-height: 20px !important;
}
.travel-right-h4 {
    font-size: 14px;
    float: left;
    width: 100%;
	margin-bottom: 15px;
}
.travel-content-row {
    width: 100%;
    float: left;
    padding: 5px 0 0 0;
}
.london-clinic-row p{
	text-align:left !important;
}
.fever-1st-row-left img {
    height: auto;
}
.yellow-fever-2nd-row img{
    height: auto;
}
.fever-3rd-left	img{
    height: auto;
}
	
.herps-testing-h2-2 {
    padding-top: 0 !important;
}
.hsv-para {
    width: 100%;
    float: left;
    margin-bottom: 0 !important;
}
.herps-testing-h2-3 {
    width: 100%;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 15px !important;
}
.hsv-para {
    margin-bottom: 0 !important;
}
.herps-testing-h2-4 {
    width: 100%;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 15px;
}
.herps-img-right {
    margin-top: -15px;
    margin-bottom: 10px !important;
}
.herps-right-h2-2 {
    width: 100%;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 15px;
}
.herps-right-h2-1 {
    width: 100%;
    float: left;
    padding-top: 0 !important;
}
.before-ol-list {
    margin-bottom: 10px;
}
.herps-right-h2-3 {
    width: 100%;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 15px;
}
.herps-right-h2-4 {
    width: 100%;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 15px !important;
}

.herps-para-helder-1 p {
    margin-bottom: 15px;
}
 .inner-row-all {
    padding: 0px 10px !important;
    width: 100%;
    float: left;
} 
.about-us-page h2 {
    margin-bottom: 0 !important;
    color: #152972 !important;
    font-weight: bold !important;
    text-align: left !important;
    font-size: 16px !important;
    padding: 17px 0!important;
    line-height: 18px!important;
}
 .about-us-page p{ 
   text-align: left!important;
    float: left!important;
  font-size: 15px!important;
    line-height: 22px!important;
    letter-spacing: -0.3px!important;
  color: #2f2f82!important;
  }
.about-us-page .box-1{
margin-bottom: 0 !important;
}
.about-us-page .inner-row-all-col-1 {
  margin-bottom: 0!important;
}
 .about-us-page .list-style-5 {
    margin: 0px 0!important;
	padding:0 ;
}
.about-us-page .list-style-5 li {
    display: block;
    width: 100%;
    float: left;
    text-align: left!important;
    float: left!important;
    font-size: 15px!important;
    line-height: 25px!important;
    letter-spacing: -0.3px!important;
    color: #2f2f82!important;
    margin: 0 0 5px 0!important;
}
.all-border h2{
    color: #152972 !important;
  }
 .inner-row-all p {
    text-align: left!important;
    float: left!important;
  font-size: 15px!important;
    line-height: 22px!important;
    letter-spacing: -0.3px!important;
  color: #2f2f82!important;
}
.dr-nomy, .dr-lilli, .dr-iyad {
    padding-bottom: 0 !important;
}
.mental-health-cbt {
    margin-top: 0px;
    width: 100%;
    float: left;
}
.mental-health-cbt-1st br{
	display:none;
}
.mental-health-cbt-1st, .mental-health-cbt-2nd {
    margin-bottom: 15px;
    padding-bottom: 0 !important;
}
.mental-health-cbt-2nd strong{
	margin-bottom: -20px;
}
.mental-health-cbt-3rd br {
    display: none;
    /* margin-bottom: 15px !important; */
}
.about-full-2 h2 {
    margin-top: 15px !important;
    padding: 0;
}
.about-text-full-ul {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.about-ul-list-1,
.about-ul-list-2{
    width: 100%;
    float: left;
}
.about-ul-list-1 li,
.about-ul-list-2 li{
    list-style: none;
    font-size: 15px!important;
    line-height: 25px!important;
    letter-spacing: -0.3px!important;
    color: #2f2f82!important;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-align: left;
    margin-bottom: 5px;
}
.title-style-1 h2 {
    width: 100%;
    float: left;
    margin-top: 5px !important;
    margin-bottom: -12px !important;
}
.about-text-full p strong {
    display: block;
    padding-bottom:0px;
}
.about-us-page .box-1 {
    margin-bottom: 0px !important;
} 
.about-full-row-last {
    width: 100%;
    float: left;
    margin-top: -35px;
}
.about-full-row-last .vc_column-inner {
padding:0 !important;
}
.about-full-row-last .list-style-5 li {
    display: block;
    width: 100%;
    text-align: justify!important;
    float: left!important;
  font-size: 15px!important;
    line-height: 22px!important;
    letter-spacing: -0.3px!important;
  color: #2f2f82!important;
      margin: 0 0 5px 0!important;
}
.title-style-1 {
    margin-top: -50px;
}
.ol-list-about {
    padding: 0 0 0 20px;
}
.ol-list-about li {
    font-size: 15px!important;
    line-height: 22px!important;
    letter-spacing: -0.3px!important;
    color: #2f2f82!important;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-align: left;
    margin-bottom: 15px;
}
.bobby-para p {
    text-align: left !important;
}
#primary .container {
     padding: 0px;
}
.wpb_text_column.wpb_content_element.vc_custom_1543995283108 h2,
.box-left-40 h2 {
    float: left !important;
}
.name-under-para {
    margin-top: 20px;
}
.box-right-60 {
    margin-top: -17px;
}
.also-nommy {
    font-size: 14px;
    margin: -20px 0 14px 0;
    display: block;
}
.vc_custom_1543997325739 {
    float: left!important;
	margin-bottom: 0px !important;
}
.vc_custom_1543997325739 .vc_column-inner{
padding:0 !important;
}
.gray-upper-table {
    text-align: left;
    margin: 6px 0;
} 
.vc_custom_1576067447655 {
    margin-top: 0!important;
    margin-bottom: 0 !important;
    float: left!important;
}
.vc_custom_1576067447655 h3{
text-align:left !important;}
.vc_custom_1576067447655 h3 {
    text-align: left !important;
    padding: 0;
    margin-top: -5px !important;
}
.nommy-mail span{
    color: #2f2f82!important;
    font-size: 15px!important;
}
.nommy-table {
    margin-top: -30px;
}
.lec-star-clinic {
    margin-bottom: 0 !important;
}
.dr-lilli-row1 .list-style-6 li {
    display: block;
    width: 100%;
    float: left;
    text-align: left!important;
    float: left!important;
  font-size: 15px!important;
    line-height: 22px!important;
    letter-spacing: -0.3px!important;
  color: #2f2f82!important;
      margin: 0 0 5px 0!important;
}
.dr-lilli-row1 .list-style-6 li:nth-child(){}
.lisa-wakefield-mbacp-ttl-2 {
    margin-top: -12px !important;
}
.brim-new-2 {
    text-align: center !important;
}
.brim-new-2 p{
text-align:center !important;
}
.brim-new-2 strong {
    font-size: 16px !important;
    line-height: 16px!important;
    color: #000066 !important;
    margin-bottom: -5px;
    margin-top: -8px;
    display: block;
    text-align: left;
}
.entrance-left-img {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    margin: auto;
    float: none;
}
.entrace-right-img {
    width: 100%;
    float: right;
    text-align: left;
    vertical-align: middle;
    margin-top: 0;
}
.clinic-details p {
    text-align: left!important;
    float: left;
    font-size: 15px!important;
    line-height: 22px !important;
    letter-spacing: -0.3px !important;
    color: #2f2f82;
	
}
.london-h3-2 {
    font-size: 18px !important;
    margin:0 !important;
    text-align: left !important;
}

.london-first-ul li {
    text-align: left!important;
    float: left!important;
    font-size: 15px!important;
    color: #2f2f82!important;
}
.london-second-ul li {
    text-align: left!important;
    float: left!important;
    font-size: 15px!important;
    color: #2f2f82!important;
}
.london-third-ul li {
    text-align: left!important;
    float: left!important;
    font-size: 15px!important;
    color: #2f2f82!important;
}
.london-h3-3 {
    color: #0000ff !important;
    font-size: 17px !important;
    font-weight: bold !important;
	word-break: break-word;
}
span.feb-24 {
    display: block!important;
    width: 100%;
    float: left;
}
.london-third-ul {
    margin-top: 15px;
}
.bk-onl {
    padding-bottom: 15px !important;
}
.time-table1 tr th h2 {
    color: #fff !important;
    font-size: 17px !important;
    margin-top: 0;
}
.brigim-row1 .vc_column-inner {
    padding: 0 !important;
}
.clinic-details {
    padding: 190px 0 25px !important;
}
.inner-row-all h2 {
    color: #152972 !important;
}
.mbacp-row1 {
    padding: 0 12px !important;
}
.following{ 
	width: 100%;
    float: left;
    margin-top: -21px !important;
    color: #152972 !important;
	padding-bottom: 2px !important;
}
.mobile-bringh {
    display: block;
}
.desktop-bringh{
	display: none;
}
.refund-1 {
    padding-bottom: 15px !important;
}
.refund-2 {
    float: left;
    width: 100%;
    padding: 0 0 15px 0!important;
}
.refund-policy-row-1 .ol-list-about {
    padding-bottom: 0 !important;
}
.refund-4 {
    width: 100%;
    float: left;
    padding: 0 0 15px 0!important;
}
.refund-5 {
    width: 100%;
    float: left;
    padding: 7px 0 15px 0 !important;
}
.refund-6 {
    width: 100%;
    float: left;
    padding:0px 0 15px 0!important;
}
.refund-7 {
    width: 100%;
    float: left;
    padding: 0px 0 15px 0 !important;
}
.infectionpolicy-list li {
   width: 100%;
    float: left;
    font-size: 15px!important;
    line-height: 22px!important;
    letter-spacing: -0.3px!important;
    color: #2f2f82!important;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    list-style: none;
    margin: 0 0 15px 0;
    font-family: 'Montserrat', sans-serif;
    background: url(image/right-arrow.png) left 7px no-repeat;
    background-size: 9px;
    padding-left: 20px;
	text-align: left;
}
.infection-ttl2 {
    width: 100%;
    float: left;
	padding-top: 0 !important;
}
.infection-ttl3 {
    width: 100%;
    float: left;
}
.infection-ttl4 {
    width: 100%;
    float: left;
    padding-bottom: 15px !important;
	padding-top: 15px !important;
}
.infection-ttl5 {
    width: 100%;
    float: left;
}
.infection-ttl6 {
    width: 100%;
    float: left;
	padding-top: 0;
}
.infection-control-generalrules {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.infection-ttl7 span {
    color: #152972 !important;
}
.infection-ttl7 {
    color: #152972 !important;
    width: 100%;
    float: left;
    text-align: left !important;
}
.infection-ttl8 {
    width: 100%;
    float: left;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}
.mobile-view-design-tbl caption {
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 2px;
    margin-top: -20px;
    color: #cc0066;
}
.m-view-prc-list {
    margin-top: -10px !important;
}
.m-view-christ {
    line-height: 19px !important;
    margin-bottom: 10px;
    font-size: 14px !important;
}
.m-view-christ-get {
    font-size: 13px !important;
}
.rep-t {
    padding-bottom: 0 !important;
}
.reputation2 {
    width: 100%;
    float: left;
    padding-top: 10px !important;
}
.reputation-policy-right-2 {
    margin-top: 3px;
}	
.waiting-row-1 {
    width: 100% !important;
    float: left !important;
    padding: 0 15px !important;
}
.reputation3 {
    width: 100%;
    float: left;
	padding-top: 0 !important;
    padding-bottom: 15px !important;
}
.ol-list-about2 li {
    font-size: 15px!important;
    line-height: 25px!important;
    letter-spacing: -0.3px!important;
    color: #2f2f82!important;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-align: left;
    margin-bottom: 5px;
}
.waiting2 {
    width: 100%;
    float: left;
    margin-top: 0px !important;
    text-align: left !important;
	padding-bottom: 0 !important;
}
.waiting2 span {
    color: #152972 !important;
    font-weight: normal !important;
}
.reputation-1st-img {
    margin-top: 0;
}
.complaint-procedure-row .inner-text-row-1 p {
    text-align: left!important;
    float: left!important;
    font-size: 15px!important;
    line-height: 22px!important;
    letter-spacing: -0.3px!important;
    color: #2f2f82!important;
}
.complaint-1 {
    padding: 20px 0 0 0;
    width: 100%;
    float: left;
}
.satage-a {
    width: 100%;
    float: left;
    margin-bottom: 12px;
}
.satage-b {
    width: 100%;
    float: left;
    margin: 12px 0;
}
.satage-c {
    width: 100%;
    float: left;
    margin: 12px 0;
	padding-bottom: 7px;
}
.complaint-2 {
    width: 100%;
    float: left;
    margin: 0 0 13px 0;
}
.complaint-3 {
    width: 100%;
    float: left;
    margin: 0 0 13px 0;
}
.complaint-4 {
    width: 100%;
    float: left;
    margin: 0 0 13px 0;
}
.complaint-5 {
    width: 100%;
    float: left;
    margin: 0 0 13px 0;
}
.pvt-gp-1 {
    width: 100%;
    float: left;
    padding-top: 0 !important;
}
.pvt-box1 {
    margin-bottom: -8px !important;
}
.pvt-gp-2 {
    width: 100%;
    float: left;
    margin-top: -16px;
    padding-top: 0 !important;
}
.re-pu-box2 {
    margin-bottom: 0 !important;
}
.re-pu-box3 {
    margin-top: -20px !important;
    margin-bottom: 0 !important;
}
.pvt-gp-8 {
    width: 100%;
    float: left;
    padding-bottom: 0px;
}
.pvt-gp-7 {
    width: 100%;
    float: left;
}
.pvt-img2 {
    width: 100%;
    float: left;
    margin-bottom: 15px !important;
}
.watford-1 {
    width: 100%;
    float: left;
    padding-top: 0 !important;
}
.watford-box1 .list-style-5 {
    padding-bottom: 0 !important;
}
.watford-box1 {
    margin-bottom: 0 !important;
}
.watford3 {
    width: 100%;
    float: left;
}
.watford-box-2 {
    margin-bottom: 0 !important;
}
.watford-box-3 {
    margin-bottom: 0 !important;
}
.watford5 {
    width: 100%;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 15px !important;
}
.vc_custom_1576574652951 {
    margin-top: 0px !important;
}
.watford6 {
    width: 100%;
    float: left;
    padding-top: 0 !important;
    padding-bottom: 15px !important;
}
.hay-2nd-image-text .vc_column-inner {
    padding: 0 !important;
    margin-top: 0px;
}
.intervention-row {
    float: left;
    margin-top: 20px;
}
.list-style-6 li {
	display: block;
    text-align: left!important;
    float: left!important;
    font-size: 15px!important;
    line-height: 22px!important;
    letter-spacing: -0.3px!important;
    color: #2f2f82!important;
    width: 100%;
}
.lt-p {
    margin: 20px 0 !important;
    float: left;

}
.oguk-ttl {
    width: 100%;
    float: left;
    display: block;
    padding: 0 !important;
}
.chester-step {
    width: 100%;
    float: left;
    margin-top:5px;
}
.no-1-control {
    padding-top:0px !important;
	padding-bottom: 15px !important;
    float: left;
    width: 100%;
}
.no-2-control {
   padding-top: 0px !important;
	padding-bottom: 15px !important;
    float: left;
    width: 100%;
}
.no-3-control {
    padding-top: 0px !important;
	padding-bottom: 15px !important;
    float: left;
    width: 100%;
}
.no-4-control {
    padding-top: 0px !important;
	padding-bottom: 15px !important;
    float: left;
    width: 100%;
}
.no-5-control {
    padding-top: 0px !important;
	padding-bottom: 15px !important;
    float: left;
    width: 100%;
}
.no-6-control {
    padding-top:0px !important;
	padding-bottom: 15px !important;
    float: left;
    width: 100%;
}
.no-7-control {
    padding-top: 0px !important;
	padding-bottom: 15px !important;
    float: left;
    width: 100%;
}
.last-basic {
    padding-bottom: 20px;
}
.gg-img {
    margin-bottom: 13px !important;
}
.gg-img-2 {
    margin-top: 20px;
	margin-bottom: 5px;
}
.how-functional {
    width: 100%;
    float: left;
    padding-top: 0 !important;
}
.alcohol-list li {
    font-size: 15px !important;
    line-height: 22px !important;
	color: #2f2f82!important;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    margin-bottom: 15px;
}
.alcohol-reg {
    padding: 10px 0 !important;
}
.alcohol-reg2 {
    padding: 10px 0 !important;
}
.alcohol-inner-row1 img {
    border: 2px solid #f2f2f2;
}	
.alcohol-list-custom {
    padding: 0 17px;
    margin-top: -5px;
}
.summary-detox {
    width: 100%;
    float: left;
}
#post-952 .wpb_column.vc_column_container.vc_col-sm-12 h2 {
    padding-left: 0 !important;
}
.screening-ass {
    margin-top: -10px;
}
.normal-list li {
    list-style: none;
    margin-bottom: 15px;
    text-align: left!important;
    float: left!important;
    font-size: 15px!important;
    line-height: 22px!important;
    letter-spacing: -0.3px!important;
    color: #2f2f82!important;
}

.normal-list li:nth-last-child(1){
  margin-bottom: 0px !important;
}
.body-screening {
    padding-top: 0px !important;
}
.skull {
    padding-top: 0 !important;
}
.blod {
    padding-top: 0 !important;
}	
.no-gap {
    margin-bottom: 0 !important;
}
.top-banner h2 {
    top: 40%;
    line-height: 20px;
	text-align: center !important;
		
}
.occupational-health-col-1 img {
    margin-bottom: 10px !important;
	width: 100%;
}
.private-discrete-row-1 {
    margin-top: 0;
}	
.occ-he-2 {
    padding-top: 0px !important;
}
.occu-ol {
    width: 100%;
    float: left;
    margin: auto !important;
    padding: 0 0 0 18px!important;
}
.occu-ol li{
	margin-bottom: 15px;
    text-align: left!important;
    float: left!important;
    font-size: 15px!important;
    line-height: 22px!important;
    letter-spacing: -0.3px!important;
    color: #2f2f82!important;
}
.occu-offer{
    padding-top: 0 !important;
    margin-top: -7px !important;
}
.occu-ol li:nth-last-child(1){
  margin-bottom: -7px !important;
}
.piramid-img {
    margin-top: 15px;
    margin-bottom: -35px !important;
}
.counselling-head-1 {
    padding-top: 0 !important;
}
.counselling-head-3 {
    width: 100%;
    float: left;
}
.counselling-head-4 {
    width: 100%;
    float: left;
}
.ultimatecheckup-row .wpb_column.vc_column_container.vc_col-sm-6 {
    padding: 0 15px !important;
}
.ultimatecheckup-row{
    margin-top: -12px !important;
}
.ultimatecheckup-row h2 {
    width: 100%;
    float: left;
    padding-top: 0!important;
    padding-bottom: 15px !important;
}
.ultimate-weoffer {
    padding: 0 !important;
    width: 100% !important;
    float: left !important;
    margin-top: 15px !important;
}
.ultimate-list-left,
.ultimate-list-right {
    padding: 0 !important;
    width: 100% !important;
    float: left !important;
}
.ultimate-list-left h3,
.ultimate-list-right h3 {
    padding: 15px 0;
    text-align: left !important;
}
.ultimate-list-left h2,
.ultimate-list-right h2 {
    width: 100%;
    float: left;
	padding: 15px 0;
}
.l1-head {
    padding-top: 0 !important;
}
.l1-head-14{
	padding-top: 0 !important;
}	
.img-btm-cont {
    margin-top: 10px;
}
.top-banner p {
    margin-bottom: -5px;
}
.neoplasia-row-1-col-1 {
    margin-top: 16px;
}
.ol-list li {
    font-size: 15px!important;
    line-height: 25px!important;
    letter-spacing: -0.3px!important;
    color: #2f2f82!important;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-align: left;
    margin-bottom: 5px;
}
h2.pvt-sextual-h23 {
    width: 100%;
    float: left;
    padding-top: 0;
    margin-top: 0px !important;
}
.sextual-private-health-p ul {
    margin-top: 0px;
}
.pnt-sh-h212 {
    padding: 0 0 10px !important;
}
.nottingham-ph-h22 {
    padding-top: 0 !important;
}
.clinic-derby-h21 {
    width: 100%;
    float: left;
    padding: 0 0 10px 0 !important;
}
.clinic-derby-h22 {
    width: 100%;
    float: left;
    padding: 0px 0 7px 0 !important;
}
.erectile-dysfunction-content-left h2 {
 margin-top: 0px !important; 
}
.erectile-dysfunction-content-left p strong {
    margin: 5px 0;
}
.dysfunction {
    margin-top: 0 !important;
}
.vc_custom_1578915517475 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.vc_custom_1578913795274 {
    margin-top: -20px !important;
}
.erectile-dysfunction-content-right h2 {
    margin-top: 0px !important;
}
.content-header h2 {
    margin: 0 !important;
    padding: 0;
}
.private-hiv-ttl h2 {
    line-height: 20px !important;
}
.hiv-title-row .vc_column-inner {
    padding: 0 !important;
}
.private-hiv-ttl {
    text-align: center;
    margin-bottom: 0px !important;
    margin-top: -5px !important;
}
.pvt-hiv-left-1 {
    width: 100%;
    float: left;
    margin-top: -5px;
}
.all-border.hiv-test-right {
    margin-top: -12px;
}
.all-border.hiv-test-right-2 {
    margin-top: 0;
}
.all-border.hiv-test-right-2 {
    margin-top: 0;
}
.hiv-right-2-img1 {
    margin-top: -20px;
}
.hiv-test-bottom-row {
    margin-top: 0;
}
.hiv-test-right .normal-list li {
    margin-bottom: 10px !important;
}
.dysfunction-2,
.dysfunction-3,
.dysfunction-6 {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}
.dysfunction-7{
padding-top: 0px !important;}
.paragraph-content-3 p {
    padding-bottom: 0 !important;
}	
.what-should {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}
.dysfunction-4 {
    margin-bottom: 10px !important;
}
.dysfunction-5 {
    padding-bottom: 10px !important;
}
.dysfunction-ttl {
    padding-top: 0 !important;
}
.left-dn {
    float: left;
    margin-top: 0;
}
.dysfunction-col-2 {
    margin-top: -20px;
}
.dysfunction-r {
    margin-top: 0;
}	
.dysfuc-right-top-head-2,
.dysfuc-right-top-head-3,
.dysfuc-right-top-head-4,
.diabetes-1,
.dysfuc-right-top-head-5,
.dysfuc-right-top-head-6,
.dysfuc-right-top-head-7,
.dysfuc-right-top-head-8,
.excessive-1,
.dysfuc-right-top-head-9,
.dysfuc-right-top-head-11,
.dysfuc-right-top-head-12,
.dysfuc-right-top-head-13,
.dysfuc-right-top-head-14,
.dysfuc-right-top-head-16,
.dysfuc-right-top-head-15,
.dysfuc-right-top-head-17{
padding-top: 0px !important;
    padding-bottom: 15px !important;}
.dysfuc-right-top-head-10{
padding-top: 5px !important;}
.right-dyfn-img {
    float: right;
    width: 100%;
    margin-top: 0px;
}
.dysfuc-right-top-head-8{
	margin-bottom:0px !important;
}
.dysfuc-right-top-head-16 {
    margin-bottom: 0px !important;
}	
.smoking-l {
    margin: 5px 0 0 0 !important;
}
.hiv-2 {
    margin-top: 0 !important;
    padding-top: 5px !important;
}
.hiv-test-right .normal-list li:nth-last-child(1) {
    margin-bottom: 0 !important;
}
.instant-hiv {
    margin-bottom: 0 !important;
}
.hiv-testing-kit {
    width: 100%;
    float: left;
}
.chlamydia-left-col-1 .all-border {
    padding: 0px;
}
.chlamydia-left-col-1 .all-border ul {
 margin-bottom: 0px !important;
}
.chlamydia-left-col-1 .all-border ul li {
    margin-bottom: 10px !important;
}
.chlamydia-left-col-1-img1 img {
    margin-top: 0 !important;
}
.chlamydia-ttl-3 {
    width: 100%;
    float: left;
	padding-top: 0 !important;
}
.chlamydia-ttl-4 {
    width: 100%;
    float: left;
	padding-top: 0 !important;
}

.chlamydia-ttl-5{
    width: 100%;
    float: left;
	padding-top: 0 !important;
}
.chlamydia-testing-left p {
    width: 100%;
    float: left;
    margin-bottom: 10px;
	padding-bottom: 0 !important;
}
.chlamydia-right-col-2 .chlaya-h2r {
    margin-top: 0px!important;
}
.top-chlaya-h2r2 {
    margin-bottom: 10px!important;
}
.chlamydia-bottom-row-content p{
width: 100%;
    float: left;
    margin-bottom: 10px;}
.dna-test-hiv-left p {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.hiv-dna-test-btm p{
	width: 100%;
    float: left;
    margin-bottom: 15px;
	
}
.dna-test-hiv-left h2 {
    width: 100%;
    float: left;
    padding-top: 17px !important;
}
.price-3.dna-test {
    margin: 15px 0 -8px 0 !important;
}
.test-need img {
    border: #d7d7d7 solid 1px;
    padding: 8px;
    background: #f1f1f1;
}
.recommendion-para {
    margin-top: 0;
}
.burning-painful,
.for-women,
.for-men{
    margin-top: 0;
}
.need-to-test-para-1 {
    margin: 10px 0 0px 0 !important;
}
.inner-row-all-col-1 .vc_column-inner {
    padding: 0 !important;
}
.do-i-need-left-1 {
    margin-bottom: 0px !important;
}
.do-i-need-left-2{
	margin-bottom: 0px !important;
}
.inner-row-all-col-2 .vc_column-inner {
    padding: 0 !important;
}
.do-i-need-left-4{
margin-bottom: 0px !important;}
.do-i-need-left-5{
margin-bottom: 0px !important;
}
.sti-ttl-1,
.sti-ttl-2 {
    line-height: 20px !important;
    padding-top: 10px !important;
}
.sti-para-1 {
    margin-bottom: 12px !important;
}
.sti-left-col ul li {
    margin-bottom: 5px !important;
}
.sti-full-sexual {
    margin-top: 8px;
}
.sti-para-3 {
    width: 100%;
    float: left;
    margin-top: 10px;
	margin-bottom:10px;
}
.sti-para-2 {
    margin-bottom: 0;
}
.sti-para-4,
.sti-para-5,
.sti-para-6,
.sti-para-7 {
    width: 100%;
    float: left;
	margin-bottom:10px;
}
h2.right-ttl-1-sti {
    padding-bottom: 0;
    line-height: 20px;
}
.sti-border-2 {
    padding: 0 !important;
}
.right-para-1-sti {
    margin-bottom: 10px;
}
.sti-border-3 {
    margin-top: 0;
    padding: 0px;
}
.right-para-4-sti {
    margin-bottom: 10px;
}
.right-para-5-sti {
    margin-bottom: 10px;
}
.right-para-6-sti {
    margin-bottom: 10px;
}
.right-para-7-sti {
    margin-bottom: 10px;
}
.sti-right-last-img img {
    margin-top: 10px;
}
.nottingham-colm,
.derby-colm,
.leicester-colm,
.sheffield-colm,
.leeds-colm,
.watford-colm,
.birmingham-colm,
.london-colm
 {
    padding: 10px 25px !important;
}
.customer-review-breadcrumb{
	margin-top: 70px!important;
}
.customer-reviews-row {
    padding-top: 0;
}
.review-content {
    text-align: left!important;
}
.cm-review-right {
    margin-top: 15px;
}
.cm-review-right .vc_column-inner {
	padding:0 !important;
}
.cm-review-right section i.fa.fa-volume-control-phone {
    font-size: 49px;
    margin-top: -12px;
}
.cm-review-right section.widget p {
    margin: 20px 0;
	text-align:center;
}
.city-list {
    padding: 10px 0;
}
.london-russian-technique li {
    text-align: left;
	font-size:15px!important;
}
.contact-wrapper {
    max-width: 100% !important;
    width: 100% !important;
}
.address-list {
    margin: 5px 0 15px 0;
}
.new-contact-row-1-col-1 {
    padding: 5px 0;
}
.wellperson-row p {
    padding-bottom: 0 !important;
}
.right-dyfn-img p {
    margin-bottom: 0 !important;
}
.pvt-hiv-1st-row {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.below-advantages-ol {
    margin-top: -3px;
}
.sex-worker p {
    padding-bottom:0 !important;
}
.logo-row {
    width: 100%;
    float: left;
    margin-top: 0 !important;
}
.chlamydia-list-left-1 {
    margin: 0px 0;
}
.chlamydia-left-1st-img {
    width: 100%;
    float: left;
    margin-top: -20px;
}
.piramid-img img{
    margin-top: -32px !important;
}
  .fit-to-fly-para img {
    height: auto;
}
}
