@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Defaults */

 h1, h2, h3, h4, h5, h6, p, span, div, body, strong{
	-webkit-font-smoothing: antialiased; /* Looks pretty much the same than Windows */
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
}

body {
    background-color: #fff;
    color: #191a1f;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

div.elementor-widget-text-editor{
    color: #191a1f;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6{
    color: #191a1f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 25px;
}

h1{
	font-size:50px;
	font-weight:900;
}

h2{
	font-size:47px;
	font-weight:900;
}

h3{
	font-size:35px;
}

h4{
	font-size:30px;
}

h5{
	font-size:25px;
}

h6{
	font-size:20px;
}

div.elementor-widget-heading .elementor-heading-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.2!important;
    margin: 0 0 40px;
}

a{
    border-bottom: none;
    color: #131619;
    font-weight: 400;
    text-decoration: none;
}

blockquote::before {
    content: "";
}

strong{ 
	font-weight:700; 
}

p {
    margin: 0 0 30px;
    padding: 0;
}
.rc-accordion .inner{
	display: none;
}
/* Posts and Pages Layout */

.post-edit-link {
    clear: both;
    display: none;
}

a:focus {
    outline: none;
}

a:hover, 
.entry-title a:hover,
.white-text a:hover,
#custom-footer-section .widget a:hover,
#bottom-full-width-section .menu li a:hover{ 
	border:none; 
	color:#49BF4F;
}

.clearfix{
	display:block;
	width:100%;
	clear:both;
}

.single .entry,
.article .entry,
.blog .entry {
    margin-bottom: 40px;
    padding: 0;
}

.tpl-full-width .entry,
.elementor-page .entry{
	padding:0;
}

.entry {
    margin-bottom: 0;
    padding: 0 35px;
}
/*
.site-inner{
	min-height:500px;
	padding:55px 0 200px;
}*/


/* Footer */



/* Sections Layout */

.inner{ 
	max-width:1150px; 
	width:100%; 
	margin:0 auto;  
	overflow:hidden; 
	position:relative;
}

.white-text p, .white-text a, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text div, .white-text ul, .white-text li, .white-text ol, .white-text{ 
	color:#fff; 
}

.section-wrap{ 
	display:block; 
	overflow:hidden; 
	margin:0 auto; 
	max-width:1950px;
	width:100%; 
	padding:45px 0; 
	position:relative; 
	z-index:1; 
}


/* Buttons Classes */

/*
.custom-btn{
    border: 1px solid #999;
    color: #333;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    margin:0 auto;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
    border-radius:5px;
}

.custom-btn:hover{
    background: #999 none repeat scroll 0 0;
    border: 2px solid #999;
    color: #fff;
}

.white-btn{ 
	padding: 15px 40px;
	color:#00b3df!important; 
	border:2px solid #fff; 
	background:transparent; 
	letter-spacing:1px;
	background:#fff; 
	font-size:16px;
}

.white-btn:hover{ 
	background:transparent; 
	border:2px solid #fff; 
	color:#fff!important; 
}*/
	

/* Maps */

.google-maps {
	position: relative;
	padding-bottom: 0;
	overflow: hidden;
	height:490px;
}
	
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	margin: 0 auto;
	max-width:980px!important;
	width: 100% !important;
	height:490px!important; 
}
	

/* Navigation Menus */


/* Search Layout */

.close-search{
	background:url('images/popsearch-close.svg') no-repeat left top/contain;
	width:40px;
	height:40px;
	display:block;
}

.popup-search{
	width:100%;
	position: fixed;
	background:#000;
	z-index: 99999;
	padding:80px 20px;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	display:none;
}

.popup-search .wrap{
	max-width:1140px;
	width:100%;
	margin:0px auto;
	position:relative;
}

.popup-search .close-search{
	position:absolute;
	cursor:pointer;
	top:-60px;
	right:0;
}

.popup-search .search-form{
	position:relative;
}

.popup-search .search-form:before{
	content:'';
	position:absolute;
	width:32px;
	height:32px;
	top:32px;
	left:20px;
}

.popup-search input[type="search"]{
	height: 85px;
    border-radius: 5px;
	padding: 0 30px;
}

.popup-search  input[type="submit"]{
	background-color:#58B252;
	font-size:18px;
	max-width:164px;
	width:100%;
	position:absolute;
	right: 30px;
    border-radius: 5px;
    top: 15px;
	text-transform:uppercase;
	font-weight:600;
}

.popup-search  input[type="submit"]:hover{
	opacity:.8;
}

.genesis-nav-menu a:hover, #menu-main a:hover{
	color:#49BF4F;
}

.genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
#menu-main .current-menu-item > a, #menu-main .sub-menu .current-menu-item > a:hover{
	color:#49BF4F;
}

#menu-main li {
    display: inline-block;
}
#menu-main li.menu-item-has-children{
	position: relative;
	padding-right: 7px;
}
.site-header .genesis-nav-menu li li:first-child{
	padding-top:6px;
}
#menu-main li.menu-item-has-children:after{
	content: '';
    width: 0;
    height: 0;
    display: block;
    border: 5px solid transparent;
    border-top-color: #fff;
    position: absolute;
    top: 16px;
    right: 4px;
}
#menu-main li#menu-item-495.menu-item-has-children > ul.sub-menu{
	right: -15px;
}
#menu-main li.menu-item-has-children > ul.sub-menu{
	right: -6px;
    border-top: 0;
    margin-top: 0;
    background: url(images/submenu-bg.png) top center no-repeat;
    background-size: cover;
}
#menu-main li.menu-item-has-children > ul.sub-menu > li a{
	background: none;
    width: 210px;
    text-align: center;
    text-transform: uppercase;
	border-bottom: 1px solid #cccccc40;
}
.genesis-nav-menu .search input[type="submit"], .widget_search input[type="submit"] {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    clip: initial;
    color: transparent;
    height: auto;
    margin: 15px 0 0 -50px;
    padding: 0;
    position: absolute;
    width: auto;
}

.genesis-nav-menu#menu-main .sub-menu, #menu-main .sub-menu{
	margin-top:-10px;
}

.genesis-nav-menu#menu-main .sub-menu li:last-of-type a, #menu-main .sub-menu li:last-of-type a{
	border-radius:0 0 5px 5px;
	border-bottom:none;
}

.genesis-nav-menu#menu-main .sub-menu a, #menu-main .sub-menu a{
	background:#fff;
	text-transform:none;
	padding:15px;
	border-bottom:1px solid #291913;
	border-top:none;
	border-left:none;
	border-right:none;
	font-size:15px;
	width:150px;
}

.genesis-nav-menu a {
    color: #fff;
    display: block;
    padding: 10px 8px;
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
}



/* Mobile Menu */

.toggle-wrap {
    clear: none;
    display: none;
    margin: 30px auto 20px auto;
    width: 40px;
    float: none;
    position: absolute;
    right: 0;
    top: 0;
}

#toggle-nav {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    display: none;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 0;
    outline: medium none;
    overflow: hidden;
    padding: 3px 0 0;
    text-align: right;
    text-indent: -99999px;
    width: 40px;
}

#toggle-nav span {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 0 auto 5px auto;
    width: auto;
}


/* Popups */


.popmake iframe{ max-width:100%; width:100%; display:block; }

.popmake-title {

}

.popmake{
    background:#fff!important;
    left: 0!important;
    margin: 0 auto!important;
    max-width: 915px!important;
    right: 0!important;
    width: 96%!important;
}

.popmake-close{
    background:transparent url('images/pop-close.svg') no-repeat top/contain!important;
    width:30px!important;
    height:30px!important;
    color:transparent!important;
    top:-30px!important;
	outline: 0;
}

#popmake-219577 .popmake-close {
    color: #000 !important;
    background: transparent none !important;
    top: 10px !important;
    background: none !important;
    font-size: 50px;
    line-height: 50px;
    overflow: hidden;
    height: auto !important;
    right: 15px;
    padding: 0 !important;
    font-size: 25px;
    font-weight: 600;
}

.popmake .popmake-content p:last-of-type{
	margin:0;
}

#popmake-46664{
    background:#EFEFEF!important;
    left: 0!important;
    margin: 0 auto!important;
    max-width: 1030px!important;
    right: 0!important;
    width: 96%!important;
    padding:60px 70px!important;
}

#popmake-219577{
	background: rgb(34,85,189)!important;
	background: linear-gradient(120deg, rgba(72,188,83,1) 0%, rgba(48,123,150,1) 41%, rgba(34,85,189,1) 100%)!important;
    left: 0!important;
    margin: 0 auto!important;
    max-width: 870px!important;
    right: 0!important;
    width: 96%!important;
    padding:110px 70px 30px!important;
    min-height:initial!important;
}

#popmake-219577 h2,
#popmake-219577 h3,
#popmake-219577 p,
#popmake-219577 a{
	color:#fff;
}

#popmake-219577 .content-left{
	max-width:345px;
  	width:100%;
    overflow:visible;
  	margin:-50px 0 0 -100px;
}

#popmake-219577 .content-right{
	max-width:455px;
  	width:100%;
    overflow:visible;
}

#popmake-219577 h2{
	font-size:30px;
  	font-style:italic;
  	text-transform:uppercase;
  	margin-bottom:10px;
}

#popmake-219577 h3{
	font-size:20px;
  	font-weight:900 ;
  	font-style:italic;
  	text-transform:uppercase;
  	margin-bottom:10px;
}

#popmake-219577 p{
	font-size:16px;
  	margin-bottom:20px;
}

#popmake-219577 .privacy-link{
	text-decoration:underline;
}

#gform_2 input{
	width:100%;
  	margin-top:5px;
}

#gform_submit_button_2{
	font-size:16px!important;
  	font-weight:700!important;
  	color:#fff!important;
  	border-radius:0!important;
  	background:#48BE4E!important;
  	padding:15px 20px!important;
  	box-shadow:0 10px 15px 2px rgba(0,0,0,.7);
}

#gform_submit_button_2:hover{
  	color:#48BE4E!important;
  	background:#fff!important;
}

#gform_wrapper_2 .gform_footer {
    padding: 0 0 10px 0;
}

#popmake-219583{
	background: #fff!important;
    left: 0!important;
    margin: 0 auto!important;
    max-width: 870px!important;
    right: 0!important;
    width: 96%!important;
    padding:70px!important;
    min-height:initial!important;
}

#popmake-219583 .popmake-close {
    color: #ccc !important;
    background: transparent none !important;
    top: 10px !important;
    background: none !important;
    font-size: 50px;
    line-height: 50px;
    overflow: hidden;
    height: auto !important;
    right: 15px;
    padding: 0 !important;
    font-size: 25px;
    font-weight: 600;
}

#popmake-219583 p{
	font-size:16px!important;
  	color:#333!important;
  	line-height:1.6!important;
}

#popmake-219583 h4{
	font-size:20px!important;
  	font-weight:600!important;
}


/* Header Widgets */

.site-header{	
	position:fixed;
	background:transparent;
	min-height:100px;
	padding:15px 0 20px;
	width:100%;
	z-index:9999;
	margin-top:120px;
}

.home .site-header,
.tpl-no-title .site-header,
.tpl-trans-header .site-header{
	background:transparent;
	transition: all .5s ease;
	padding:15px 0;
}



.site-header .wrap {
    max-width: 1150px;
    padding: 0;
	position:relative;
}


/* Full Width Widgets */

#bottom-full-width-section{
	background:#212328;
	padding:35px 0 0;
}

#footer-full-width-section{
	background:#212328;
	padding:0;
}

#bottom-full-width-section .inner{
	max-width:1165px;
	width:100%;
	/*padding:40px 0 10px;
	border-top:1px solid #4f5f6d;*/
}

#top-full-width-section .widget-wrap,
#footer-full-width-section .widget-wrap,
#bottom-full-width-section .widget-wrap{
    margin: 0 auto;
    max-width: 1150px;
    width: 100%;
    overflow:hidden;	
}

#bottom-full-width-section .widget{
	display:inline-block;
	vertical-align:top;
	margin:0 40px 20px;
	color:#adb2bc;
}

#bottom-full-width-section .widget h1,
#bottom-full-width-section .widget h2,
#bottom-full-width-section .widget h3,
#bottom-full-width-section .widget h4,
#bottom-full-width-section .widget h5,
#bottom-full-width-section .widget h6,
#bottom-full-width-section .widget li,
#bottom-full-width-section .widget a,
#bottom-full-width-section .widget p,
#bottom-full-width-section .widget-title{
	color:#adb2bc;
	text-transform:uppercase;
	font-size:15px;
	margin-bottom: 10px;
}

#bottom-full-width-section .widget li{
	margin-bottom:5px;
}

#bottom-full-width-section .widget-title .textwidget,
#bottom-full-width-section .widget .textwidget h4 a{
	margin-bottom: 10px;
}
#bottom-full-width-section .widget-title,
#bottom-full-width-section .widget h4 a{
	text-transform:uppercase;
	font-size:15px;
	margin-bottom:0px;
	color:#adb2bc;
	font-weight: 700;
}

#bottom-full-width-section .widget.footer-links-widget h4{
	display: none;
}
#bottom-full-width-section .widget.footer-locations-widget{
	max-width:215px;
	width:100%;
}

#bottom-full-width-section .widget.footer-locations-widget p{
	min-height:90px;
}

#bottom-full-width-section .widget.footer-logo-widget{
	text-align:center;
	margin-left:0;
}

#bottom-full-width-section .widget.footer-logo-widget p{
	margin:0 auto;
}

#bottom-full-width-section .widget.location-2{
	margin-right:0;
}
#bottom-full-width-section .footer-consistency-widget p{
	font-size: 19px;
    font-weight: 700;
    color: #ADB2BC;
	letter-spacing: 2.8px
}
#bottom-full-width-section{
	position: relative;
}
#bottom-full-width-section .footer-consistency-widget{
    bottom: -10px;
	position: absolute;
    right: 0px;
}
/* Primary Sidebar */



/* Homepage Sections */
.home .section1 .bottom-section ul{
    margin-left: 0;
    margin-top: 175px;
    opacity: 0.5;
    margin-bottom: 0;
}
.home .section1 .bottom-section ul li{
	color: #fff;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    max-width: 300px;
    vertical-align: top;
    margin: 0;
    padding-left: 110px;
    margin-right: 50px;
	line-height: normal;
	margin-bottom: 30px;
}
.home .section1 .bottom-section ul span {
	font-size: 54px;
    color: #fff;
    font-weight: 700;
    vertical-align: top;
    padding-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    text-align: right;
    line-height: 47px;
    display: inline-block;	
}
.home .section1 .bottom-section ul li.second { margin-right:0; }
.home .section1 .bottom-section ul li.third { margin-right:0; }
.home .section1 .bottom-section ul li.fourth { margin-right:0; }

.home .section2{
	display: none;
}
.home .section3 .video-wrap{
	max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.section4-v2 .inner{
	max-width: 1180px;
}
.section4-v2 .elementor-element-3f53b981 h4,
.section4-v2 .elementor-element-51c97297 h4{
	  top: -140px;
}
.section4-v2 h4{
	position: absolute;
    font-size: 25px;
    font-weight: 500;
    top: -110px;
}
.section4-v2 ul{
	margin-left: 0;
}
.section4-v2 ul li{
	list-style-type: none;
	background: url(images/V-logo.svg) 0 5px no-repeat;
	color: #191A1F;
	font-size: 18px;
    padding-left: 30px;
    padding-bottom: 10px;
}
.section4-v2 .block .elementor-column-wrap {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-shadow: 0px 0px 1px 0px #606060;
    height: 691px;
	position:relative;
	border-bottom: 4px solid #191A1F;
}
.section4-v2 .block .discover-btn{
	position: absolute;
	bottom: 30px;
}
.section4-v2 .block .discover-btn a{
	display: block;
    max-width: 220px;
    margin: 0;
    margin-left: 25px;
}
.section4-v2 .block:hover .elementor-column-wrap{
    background: linear-gradient(56deg, rgba(34,85,189,1) 0%, rgba(48,123,150,1) 41%, rgba(72,188,83,1) 100%)!important;
    margin-top: -20px!important;
    margin-right: -20px!important;
    margin-left: -20px!important;
    z-index: 1;
    width: calc(100% + 70px);
    padding: 0!Important;
    height: calc(100% + 180px);
}
.section4-v2 .block:hover .elementor-column-wrap img{
	height: 360px!important;
    max-width: 100%; 
}
.section4-v2 .block:hover .elementor-column-wrap ul li{
	color:#fff;
}
.section4-v2 .elementor-column-wrap{
	height: 100%;
}
.section4-v2 .elementor-column-wrap .elementor-widget-wrap{
	position: inherit;
}
.section4-v2 .elementor-column-wrap.elementor-element-populated{
	margin: 0!important;
}
.section4-v2 img{
	height:315px!important;
	max-width:285px;
	width: 100%;
}
.section4-v2 .elementor-widget-button a:hover{
	border-color: #49BF4F;
    color: #49BF4F;
	pointer: cursor;
}
.custom-btn .elementor-button:hover{
	background: #49BF4F;
    color: #fff;
	pointer: cursor;
}
.home .section4{
	display: none;
}
.home .section5-v2{
    background: #22252A url(https://vitruviandev.wpengine.com/wp-content/uploads/2020/04/VITRUVIAN-HEALTH-home-s5-bg.jpg) top center no-repeat;
}
.client-success-block .img-wrap img {
	margin: 0 auto;
    max-width: 267px;
    height: 324px;
    width: 100%;
}
.client-success-block .name,
.client-success.section5 .name{
	position: relative;
}
.client-success.section5 .name p {
	position: absolute;
    top: -76px;
    left: 40px;
    line-height: normal;
    color: #fff;
}
.client-success.section5 strong{
	display: block;
}
.client-success-block .name p {
	top: -55px!important;
    left: 70px!important;
}
.client-success-block .cont-wrap,
.client-success.section5 .cont-wrap{
    text-align: center;
    padding: 10px 20px;
    background: #fff;
    max-width: 268px;
    height: 160px;
	margin: 0 auto;
}
.client-success-block .cont-wrap .elementor-text-editor p,
.client-success.section5 .cont-wrap .elementor-text-editor p,
.client-success-block .cont-wrap p,
.client-success.section5 .cont-wrap p{
	font-size: 17px!important;
}
.client-success .custom-btn a{
	margin: 0 auto 20px;
    max-width: 350px;
    width: 100%!important;
}
.client-success-block .slide-control{
	text-align: right;
    margin-top: 20px;
}
.client-success-block .slide-control .next{
	background: url(images/VITRUVIAN-HEALTH-home-s5-arrow-next-img.svg) no-repeat left top;
    width: 63px;
    height: 63px;
    display: inline-block!important;
    color: transparent;
    cursor: pointer;
    text-indent: -9999999px;
}
.client-success-block .slide-control .prev{
	background: url(images/VITRUVIAN-HEALTH-home-s5-arrow-prev-img.svg) no-repeat left top;
    width: 63px;
    height: 63px;
    display: inline-block!important;
    color: transparent;
    margin-right: 10px;
    text-indent: -9999999999999999px;
    cursor: pointer;
}
.client-success-block .item-wrap{
	outline: none;
}
.client-success-block .item-inner-wrap{
	position: relative;
}
.client-success-block .item-inner-wrap .hover-box{
	display: block;
    background: linear-gradient(56deg, rgba(34,85,189,1) 0%, rgba(48,123,150,1) 41%, rgba(72,188,83,1) 100%);
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 30px;
    max-width: 270px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    z-index: 1;
    color: #fff;
}
.client-success-block .item-inner-wrap .hover-box p{
	font-size: 18px;
    line-height: 1.8;
}
.client-success-block .item-inner-wrap .hover-box h5{
	margin-bottom: 20px;
	font-size: 20px;
}
.client-success-block .item-inner-wrap:hover .hover-box .btn-discover{
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
	position: absolute;
    display: block;
    left: 0;
    right:0;
    bottom: 40px;
    font-size: 16px;
  	text-transform: uppercase;
  	font-weight: 700;
    transition:none;
    width:200px;
    margin:0 auto;
}
.client-success-block .item-inner-wrap:hover .hover-box .btn-discover:hover{
	border: 1px solid #49BF4F;
	background:#49BF4F;
}
.client-success-block .item-inner-wrap:hover .hover-box{
	opacity: 1;
}
.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
    margin-top: 0!important;
}
.client-success.section5 button{
	margin-top: 60px;
}
.client-success .client-success-block.elementor-widget{
	margin-bottom: 0;
}
.client-success{
	position: relative;
	z-index: 1;
}
.client-success h2{
	padding-top: 10px;
}
.home .section6-v2 {
	padding: 30px 0 28px;
}
.home .section6-v2 strong{
	display: block;
	font-size: 25px;
}
.home .section6-v2 ul{
	padding-right:100px;
}
.home .section6-v2 .right-content{
	margin-top: -50px;
	max-width: 480px;
}
.home .section6-v2 .right-content .custom-btn .elementor-button{
	margin-left: 65px;
	max-width: 380px;
}
.home .section6-v2 .right-content svg{
	margin-top: 10px;
}
.home .section6-v2 .right-content .elementor-icon-list-text{
	font-size: 18px;
}
.elementor-element-ed176ca{
	margin: 36px 0 0;
}
.home .section7-v2 h2{
	color:#191A1F;
	font-size: 50px;
	font-weight: 900;
	font-style: italic;
	padding: 80px 0;
	text-transform: uppercase;
}
.home .section7-v2.section-wrap{
	padding: 120px 0 45px;
}
.home .section7-v2 h4{
	margin-bottom: 0;
	font-size: 30px;
	font-weight: 700;
	color:#1C2228;
}
.home .section7-v2 ul{
	margin-left: 0;
}
.home .section7-v2 ul li{
	list-style-type: none;
	background: url(images/V-logo.svg) 0 5px no-repeat;
	color: #191A1F;
	font-size: 18px;
    padding-left: 30px;
}
.home .section7-v2 .training{
	padding-left: 15px;
    max-width: 270px;
    width: 100%;
    padding-top: 5px;
}
.home .section7-v2 .mindset{
	padding-top: 90px;
}
.home .section7-v2 .nutrition{
	padding-left: 280px;
    margin-right: -35px;
    margin-left: 40px;
	margin-top: -20px;
}
.home .section7-v2 .lifestyle{
	padding-left: 290px;
    padding-top: 80px;
}
.home .section7-v2 .consistency{
	padding-left: 260px;
    padding-top: 80px;
}
.home .section10-v2 h2{
	color:#fff;
	font-size: 50px;
	font-weight: 900;
	font-style: italic;
	padding: 80px 0;
	text-transform: uppercase;
}
.home .section10-v2 h2 span{
	font-size: 21px;
	display: block;
}
.home .section10-v2 .bottom-header h2{
	padding-bottom: 0;
}
.home .section10-v2{
	padding-bottom: 150px;
}
.rrr-section{
	padding: 130px 0 80px;
	background: #212328;
}
.rrr-section h4,
.rrr-section h2{
	color:#fff;
}
.rrr-section h2{
	margin-bottom: 0!important;
	letter-spacing: 3px;
    font-size: 56px!important;
}
.rrr-section h4{
	letter-spacing: 0.6px;
}
.rrr-section .row-2 .block {
  border: solid 1px #49BF4F;
    color: #fff;
    margin-left: 8px;
    margin-right: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
    background: rgba(0, 0, 0, 0.5);
    height: 120px;
    display: inline-block;
    vertical-align: top;
}
.rrr-section .row-2 .block:first-child{
	margin-left: 0!important;
}
.rrr-section .row-2{
	max-width: 935px;
    margin: 30px auto;
}
.rrr-section .row-2 .block p .icon {
    display: inline-block;
    width: 90px;
    text-align: center;
    padding-right: 0;
    vertical-align: middle;
    max-width: 70px;
}
.rrr-section .row-2 .block.elementor-element-3f178b0a p .info {
	max-width: 210px;
} 
.rrr-section .row-2 .block p .info {
    display: inline-block;
    line-height: 1.18;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    vertical-align: middle;
    max-width: 200px;
}
.rrr-section .form-wrap{
    max-width: 935px;
    margin: 0 auto;
}
.rrr-section .form{
	position: relative;
    z-index: 2;
}

.con-reel-title h4,
.con-reel-title h2{
	margin-bottom: 0!important; 
}
.home .instag-imgs{
	margin-top: -20px;
    position: relative;
    z-index: 1;
    margin-right: -10px;
    margin-left: -10px;
}
.home .instag-imgs.elementor-section.elementor-section-boxed>.elementor-container{
	max-width:100%;
	width: 100%;
	display: block;
}
.home .instag-imgs .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{
	padding: 0!important;
}
.home .instag-imgs .elementor img.alignnone, .alignnone{
	margin-bottom: 0!important;
}
.home .instag-imgs div.elementor-widget-text-editor{
	line-height: 0;
}
/* Gravity Forms */

.gform_button.button{
    font-weight: 700;
    font-size: 18px!important;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    padding: 18px 35px;
	margin:0!important;
	color:#fff!important;
	background: rgb(34,85,189);
	background: linear-gradient(56deg, rgba(34,85,189,1) 0%, rgba(48,123,150,1) 41%, rgba(72,188,83,1) 100%);
	transition:none;
	line-height:1.1;
}

.gform_button.button:hover{
	background: #49BF4F;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label textarea,
.gform_wrapper .top_label select.medium {
    border: 1px solid #ccc!important;
    padding: 10px 20px!important;
	line-height:1.3!important;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0!important;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0!important;
    padding-top: 0;
}

.cust-form .gform_wrapper li.hidden_label input{
  margin-top:0;
}
.cust-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
.cust-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
  margin-top:8px;
}
.cust-form .gform_wrapper li.gfield.gfield_error, .cust-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
  margin:0;
  padding:0;
  border:0;
}
.cust-form .gform_wrapper .validation_message{display:none;}
.cust-form .gform_wrapper label,
#gform_wrapper_1 label{
	display:none;
}
.cust-form .gform_wrapper h3,
#gform_wrapper_1 h3{
	color:#000000;
	font-size:18px;
	font-weight:600;
	margin-bottom:20px;
}
.cust-form .gform_wrapper,
#gform_wrapper_1{
	max-width:940px;
	width:100%;
	margin:0 auto 60px;
	background:#fff;
	padding:50px;
	-webkit-box-shadow:0 15px 35px 5px rgba(0,0,0,.2);
	-moz-box-shadow:0 15px 35px 5px rgba(0,0,0,.2);
	box-shadow:0 15px 35px 5px rgba(0,0,0,.2);
	position:relative;
}

/*
#gform_wrapper_1 #field_1_1,
#gform_wrapper_1 #field_1_2,
#gform_wrapper_1 #field_1_3{
	
	display:inline-block;
	vertical-align:top;
	clear:none;
	margin-right:10px;
	max-width:270px;
	width:100%;
	
}

#gform_wrapper_1 #field_1_2{
	margin-right:0;
}

#gform_wrapper_1 #field_1_4{
	margin-top:40px!important;
}

#gform_wrapper_1 #field_1_1 input,
#gform_wrapper_1 #field_1_2 input,
#gform_wrapper_1 #field_1_3 input{
	width:100%;
	font-size:18px!important;
	padding:15px 30px!important;
}

*/
.cust-form .gform_wrapper .gform_fields,
#gform_wrapper_1  .gform_fields {
    margin-left: -5px !important;
    margin-right: -5px !important;
}
.cust-form .gform_wrapper .gfield.half,
#gform_wrapper_1 .gfield.half{
	float: left;
    width: 50%;
}
.cust-form .gform_wrapper .gfield.one-third,
#gform_wrapper_1 .gfield.one-third{
	float: left;
    width: 33.3333%;
	max-width: 268px;
}
.cust-form .gform_wrapper .gfield,
#gform_wrapper_1 .gfield{
	padding-left: 5px !important;
    padding-right: 5px !important;
	margin-bottom: 12px;
	clear:none;
}
.cust-form .gform_wrapper input[type="text"], .cust-form .gform_wrapper select,
#gform_wrapper_3 input[type="text"], #gform_wrapper_3 select,
#gform_wrapper_1 input[type="text"], #gform_wrapper_1 select{
	width:100%;
	font-size:18px;
	font-weight:normal;
	color:#000;
	padding:15px 15px!important;
	outline: none;
}
.cust-form .gform_wrapper ::-webkit-input-placeholder,
#gform_wrapper_1 ::-webkit-input-placeholder { /* Edge */
	font-size:18px;
	font-weight:normal;
	color:#000;
}
.cust-form .gform_wrapper :-ms-input-placeholder,
#gform_wrapper_1 :-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size:18px;
	font-weight:normal;
	color:#000;
}
.cust-form .gform_wrapper ::placeholder,
#gform_wrapper_1 ::placeholder {
	font-size:18px;
	font-weight:normal;
	color:#000;
}
.cust-form .gform_wrapper .gform_footer .gform_button.button,
#gform_submit_button_1 {
    position: inherit;
    right: 60px;
    bottom: 60px;
    border-radius: 0;
    display: block;
    margin: 0 auto!important;
    max-width: 100%!important;
    width: 100%!important;
	box-shadow: 0px 6px 12px -9px #000;
}

.cust-form .gform_wrapper .captcha,
#gform_wrapper_1 .captcha{
	margin-top: -10px !important;
}

.cust-form .gform_wrapper .gform_footer
#gform_wrapper_1 .gform_footer {
    padding: 0;
    margin: 0;
	margin-top: -15px;
}

/* Testimonials */

.easy-t-cycle-pager span.cycle-pager-active {
    color: #fff;
}

.easy-t-cycle-pager span{
	color:#7c7c7c;
}

.easy-t-cycle-pager span{
	width:25px;
	font-size:80px;
	height:30px;
}


/* Ajax Load More */



/* Custom CSS */

.scroll-to-top{ 
	width:35px; 
	height:35px; 
	background:#1e1e1e url('images/to-top-img.png') no-repeat center center;
	position:fixed; 
	bottom:60px; 
	right:30px; 
	z-index:9999999; 
	cursor:pointer; 
	display:none; 
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

.widget-title, 
.widget h2.widgettitle, 
.widget.hide-title .widget-title{
	display:none;
}

.sidebar-primary .widget-title, 
.sidebar-primary .widget h2.widgettitle{
	display:block;
}

.widget.show-title .widget-title{
	display:block;
}

.content-left{
	float:left;
	width:48%;
}

.content-right{
	float:right;
	width:48%;
}

.content-top,
.content-center,
.content-bottom{
	max-width:100%;
	width:100%;
	margin:0 auto;
}

.block {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.blocks-wrap{
	text-align:center;
	width:100%;
}

.footer-copyright .wrap{
	border:none;
}

.site-header.scrolling .widget-area {
	margin-top: 15px
}

.site-header .widget-area {
    margin-top: 30px;
    max-width: unset;
    width: 100%;
	text-align:right;
}

.site-footer p, 
.site-footer p a {
    color: #787D7E;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    line-height:1.3;
}

.site-footer{
	padding:0 0 20px 0;
	display:none;
}

.footer-copyright {
    padding-top: 20px;
}

.single .entry {
    padding: 0;
}

.sidebar-primary {
    float: right;
    width: 325px;
}

.sidebar .widget {
    margin-bottom: 30px;
    padding: 30px 25px;
}


.arrow-down-blue {
    border-top: 20px solid #199dbf;
}

.arrow-down-gray {
    border-top: 20px solid #e0e0e0;
}

.arrow-down-blue, .arrow-down-gray{
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    margin: 0 auto -20px;
    position: relative;
    width: 0;
    z-index: 5;
}

.header-image .site-title > a {
    background: rgba(0, 0, 0, 0) url("images/logo.png") no-repeat scroll left center/contain;
    float: left;
    min-height: 52px;
    width: 100%;
} 

.scrolling .title-area {
	top: 0;
}
.title-area {
	padding:0;
	position:absolute;
	left:0;
	top:15px;
    width: 244px;
}

.search-btn a {
    padding-right: 0;
	cursor:pointer;
}

.load-more-btn{
	background:#fff;
	border:1px solid #ffa01f;
	border-radius:50px;
    color: #ffa01f;
    display: block;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    padding: 22px 45px;
    text-align: center;
	margin:20px auto;
	text-transform:capitalize;
	line-height:1.1;
}

#mobile-menu-section,
.mobile-menu-wrap{
	display:none;
}

.mobile-menu-section {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.mobile-menu-section .search-form{
    margin: 0;
    width: 100%;
}

.entry-author-link{
	color:#787D7E;
}


/* PAGES */
.page .header-title h1{
	text-transform:uppercase;
	font-style:italic;
	padding-top: 60px;
}

.custom-btn .elementor-button{
	background: linear-gradient(56deg, rgba(34,85,189,1) 0%, rgba(48,123,150,1) 41%, rgba(72,188,83,1) 100%);
    width: 100%;
    display: inline-block;
    border-radius: 0;
    text-transform: uppercase;
	font-size:16px;
	font-weight:700;
	min-height: 50px;
    padding: 18px 10px;
}

.widget.footer-download-free-widget{
	display:none;
}
/*why work with vh*/
.who-we-are-page .site-container,
.why-work-with-vh-page .site-container{
	max-width: 1800px;
    margin: 0 auto;
}
.why-work-with-vh-page h1{
	text-transform:uppercase;
	font-style:italic;
	padding: 60px 0;
}
.why-work-with-vh-page ul.v-icon li{
	padding-bottom: 8px;
}
.why-work-with-vh-page .section-wrap,
.why-work-with-vh-page .section-wrap .inner{
	overflow:initial;
}
.why-work-with-vh-page .vh-section-1 .elementor-widget-video{
    max-width: 960px;
    margin: 0 auto;
}
.why-work-with-vh-page h2.elementor-heading-title,
.personal-training-page h2.elementor-heading-title{
	font-size:50px;
	text-transform:uppercase;
	font-weight:900;
	font-style:italic;
	margin-bottom:10px;
}

.why-work-with-vh-page .elementor-text-editor p{
	font-size:18px;
	line-height:1.5;
	font-weight:300;
}

.vh-video-section h3{
	font-size:20px;
	font-weight:500;
	text-transform:uppercase;
}
.vh-section-1 h3{
	font-weight: 600;
} 
.vh-section-2 .heading h2{
	text-align: center;
}
.vh-section-2 .heading p{
	font-size:20px;
	font-weight:500;
	text-align: center;
}

.vh-section-2 .content-left img{
	max-width: unset;
    position: absolute;
    left: -90px;
    width: auto;
}
ul.v-icon{
	margin: 0;
	padding: 0px 0 30px;
}
ul.v-icon li{
    background: url(images/V-logo.svg) 0px 5px no-repeat;
    font-size: 18px;
    font-weight: 400;
    list-style: none;
    padding-left: 30px;
    padding-bottom: 5px;
}
.vh-section-4 .content-left img{
	max-width: unset;
    position: absolute;
    left: -100px;
    width: auto;
}

.vh-section-5 .content-right img{
	max-width: unset;
    position: absolute;
    left:0;
    width: auto;
	margin-left:40px;
}

.vh-section-5 .content-left .custom-btn .elementor-button{
	max-width: 494px;
}
/*.vh-team #bottom-full-width-section,
.tpl-faq #bottom-full-width-section,
.contact-page #bottom-full-width-section,
.error404  #bottom-full-width-section,
.our-partners-page #bottom-full-width-section,
.tpl-process-page #bottom-full-width-section,
.personal-training-page #bottom-full-width-section,
.who-we-are-page #bottom-full-width-section,
.why-work-with-vh-page #bottom-full-width-section{
	background: url(images/VITRUVIAN-HEALTH---WHY-WORK-WITH-VH-PAGE-footer-bg.png) top center no-repeat;
	position: relative;
	z-index:3;
    margin-top: -320px;
    padding-top: 360px;
}*/
/*personal training*/
.personal-training-page .header-title {
	background: #191a1f url(images/VITRUVIAN-HEALTH---PERSONAL-TRAINING-PAGE-banner-bg.jpg) no-repeat center bottom;
    padding-bottom: 150px;
    min-height: 790px!important;
}
.personal-training-page .header-title h1{
	text-transform:uppercase;
	font-style:italic;
	padding: 60px 0 0;
}

.personal-training-page .header-title h3{
	font-size:19px;
	font-weight:500;
	text-transform:uppercase;
	margin-bottom:20px;
}

.personal-training-page .header-title p strong{
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
}

.personal-training-page .header-title p{
	font-size:18px;
	font-weight:300;
	line-height:1.22;
	margin-bottom:0;
}
.pt-section-1{    
	padding-top:0;
	padding-bottom:60px;
}
.personal-training-page,
.personal-training-page .inner{
	overflow:initial;
}

.pt-section-2{
	padding-bottom:0;
}

.pt-section-2 .block-content h3{ 
	color:#1C2228;
	font-size:30px;
	font-weight:700;
	margin-bottom:8px;
}
.pt-section-2 .block-content ul{
	margin-left:0;
}
.pt-section-2 .block-content ul li{
	font-size:18px;
	color:#000000;
	font-weight:400;
	list-style-type:none;
	position:relative;
	padding-left:25px;
}

.pt-section-2 .block-content ul li:before{
	content:'';
	position:absolute;
	background:url('./images/list-small.png') top left no-repeat;
	width:18px;
	height:17px;
	top:5px;
	left:0;
	
}

.pt-section-2 .block-content-1{
	margin-bottom:90px !important;
	padding-left:20px;
}

.pt-section-2 .block-content-3{
	margin-bottom:100px !important;
}

.pt-section-2 .block-content-4{
	margin-bottom:120px !important;
	padding-right:20px;
}

.pt-section-2 .block-content-5{
	padding-right:40px;
}

.pt-section-2 .content-right .block-content{
	float:right;
}

.pt-section-2 .content-right .block-content .elementor-text-editor{
	max-width:300px;
	width:100%;
	float:right;
}

.pt-section-2 .box-content{
	max-width:428px;
	width:100%;
	background-color:#49BF4F;
	padding:30px;
	margin-top:-80px;
	opacity:0.95;
}

.pt-section-2 .box-content p{
	color:#fff;
	font-size:14px;
	font-weight:500;
	margin-bottom:0;
}

.pt-section-3{
	padding:0 !important;
	
}

.pt-section-3 .inner{
	padding-top:110px;
}

.personal-training-page ul.list{
	margin-left:0;
}
.personal-training-page ul.list li{
	font-size:20px;
	font-weight:400;
	position:relative;
	list-style:none;
	padding-left:40px;
	margin-bottom: 20px
}

.personal-training-page ul.list li:before{
	content:'';
	position:absolute;
	background:url('./images/list.png') top left no-repeat;
	width:28px;
	height:26px;
	top:5px;
	left:0;
	
}

.pt-section-3 .content-right img{
	max-width: unset;
    position: absolute;
    left:0;
    width: auto;
	
}
.pt-section-4{
	padding:0 !important;
}

.pt-section-4 .inner{
	padding-top:140px;
	padding-bottom: 60px;
}

.pt-section-4 .custom-btn .elementor-button{
	max-width: 494px;
	width:100%;
}
/*who we are*/
.who-we-are-page .header-title h1{
	padding: 60px 0; 
}
.who-we-are-page h2.elementor-heading-title {
	font-size:50px;
	font-weight:900 !important;
	font-style:italic;
	text-transform:uppercase;
}
.who-we-are-page .vid.img-wrap{
	max-width: 960px;
	margin: 0 auto;
}
.who-we-are-page .elementor-text-editor p{
	font-size:20px;
}
.waw-section-1 .row h2{
	margin-bottom:0; 
}
.waw-section-1 .row h4{
	font-size:20px;
	font-weight:500;
	text-transform:uppercase;
}
.waw-section-1 .cont-wrap,
.waw-section-3 .cont-wrap{
	padding: 60px 0;
    max-width: 890px;
    margin: 0 auto;
}
.waw-section-3 .cont-wrap a{
	color:#3FA9F5;
	text-decoration: underline;
}
.waw-section-1 .cont-wrap ul.v-icon{
	max-width: 120px;
    width: 100%;
    margin: 0 auto;
}
.waw-section-2.section-wrap{
	padding-top: 0;
}
.waw-section-2 .block.elementor-element-72a72af .title{
	top: 17px;
}
.waw-section-2 .block .title{
	    left: 50%;
    top: 0;
    transform: translate(-50%, -160%);
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.waw-section-2 .block .title h3{
	color:#fff;
	font-size:16px!important;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
}

.waw-section-3 .row h2{
	margin-bottom:0;
}
.waw-section-3 .row h4{
	font-size:20px;
	font-weight:500;
	text-transform:uppercase;
}
.sem-work-section .elementor-arrows-position-outside .elementor-swiper-button-prev{
	left:-20px!important;
    top: 115px!important;
}
.sem-work-section .elementor-arrows-position-outside .elementor-swiper-button-next {
    right: -20px!important;
    top: 115px!important;
}
.who-we-are-page .rrr-section{
	padding-top: 210px;
    margin-top: -240px;
}
/*partners*/
.vh-team.elementor-page .site-inner,
.personal-training-page.elementor-page .site-inner,
.our-partners-page.elementor-page .site-inner{
	overflow: inherit;
}
.our-partners-page .header-title h1{
	padding-top: 60px; 
}
.our-partners-page .header-title {
   background: #191a1f url(images/VITRUVIAN-HEALTH---OUR-PARTNERS-PAGE-banner-bg.jpg) top center no-repeat!important;
    padding-bottom: 180px;
}
.vh-partners-section1{
	background: url(images/VITRUVIAN-HEALTH---OUR-PARTNERS-PAGE-sec1-bg.jpg) top center no-repeat;
}
.vh-partners-section1.section-wrap{
	overflow: visible;
	padding-bottom: 100px;
}
.vh-partners-section1 .img-wrap.elementor-widget{
	margin-bottom: 0;
}
.vh-partners-section1 .content-wrap{
	background: #212328;
    color: #fff;
    font-size: 20px;
    padding: 18px 10px;
    height: 140px;
}
.vh-partners-section1 .content-wrap p{
	margin-bottom: 0;
}
.vh-partners-section1 .blocks{
	margin-top: -200px
}
.vh-partners-section1 .blocks .elementor-element-populated{
	padding: 0!important;
}
.team-pop ul.v-icon,
.partners-pop ul.v-icon {
	padding: 20px 0;
}
.partners-pop ul.v-icon li,
.team-pop ul.v-icon li{
	background: url(images/v-logo-black-white.svg) 0px 5px no-repeat;
    width: 100%;
    font-size: 17px;
    font-weight: 400; 
    list-style: none;
    padding-left: 30px;
    padding-bottom: 15px;
    letter-spacing: normal;
    line-height: normal;
	height: auto;
	color: #fff;
}
.team-pop,
.partners-pop {
	background: linear-gradient(56deg, rgba(34,85,189,1) 0%, rgba(48,123,150,1) 41%, rgba(72,188,83,1) 100%);
	padding: 60px 40px;
}
#popmake-414{
	padding: 0!important;
}
.team-pop .left-content{
	width: 100%;
    max-width: 230px;
    display: inline-block;
    vertical-align: top;
}
.team-pop .left-content p {
	font-size: 18px;
}
.team-pop .left-content p strong{
	font-size: 20px;
}
.partners-pop .left-content{
	width: 100%;
    max-width: 340px;
    display: inline-block;
    vertical-align: top;
}
.team-pop .img-wrap,
.partners-pop .img-wrap{
	line-height: 0;
}
.team-pop .right-content{
    width: 100%;
    max-width: 590px;
    display: inline-block;
	padding-left: 30px;
}
.partners-pop .right-content{
    width: 100%;
    max-width: 480px;
    display: inline-block;
	padding-left: 30px;
}
.team-pop .content-wrap{
	max-width: 286px;
    width: 100%;
}
.team-pop .content-wrap,
.partners-pop .content-wrap{
	background: #212328;
    color: #fff;
    font-size: 20px;
    padding: 18px 10px;
    min-height: 150px;
	text-align: center;
	margin-bottom: 0;
}
.team-pop .right-content a,
.partners-pop .right-content a{
	color:#fff;
	text-decoration: underline;
}
.team-pop .right-content p,
.partners-pop .right-content p{
	color:#fff;

}
.vh-partners-section .inner{
	max-width:1050px;
	width:100%;
	background-color:#fff;
	    -webkit-box-shadow: 0px 5px 50px 0 #ccc;
    -moz-box-shadow: 0px 5px 50px 0 #ccc;
    box-shadow: 0px 5px 50px 0 #ccc;
	padding:60px 90px 90px;
}

.vh-partners-section .elementor-text-editor p,
.vh-partners-section .elementor-text-editor ul li{
	font-size:20px;
	font-weight:400;
	line-height:1.4;
}


.vh-partners-section .elementor-text-editor a{
	color:#fff;
}

.vh-partners-section .elementor-text-editor ul{
	margin-left:0;
}
.vh-partners-section .elementor-text-editor ul li{
	    
    list-style-type: none;
    position: relative;
    padding-left: 25px;
}

.vh-partners-section .elementor-text-editor ul li:before {
    content: '';
    position: absolute;
    background: url(./images/list-small.png) top left no-repeat;
    width: 18px;
    height: 17px;
    top: 5px;
    left: 0;
}



/* Client Success*/
body.tpl-client-success .item-box .name{
	position:relative;
}
body.tpl-client-success .item-box .name p{
	position: absolute;
    top: -50px;
    left: 50px;
    color: #fff;
    font-size: 17px;
	text-align: left;
	line-height: normal;
}
body.tpl-client-success .name p strong{
	font-size: 20px;
	font-weight:500;
}
body.tpl-client-success .elementor-widget-testimonial-carousel .swiper-slide {
    padding: 0;
}
body.tpl-client-success .elementor-widget-testimonial-carousel .elementor-testimonial__text{
	font-size: 0;
}
body.tpl-client-success .cont-wrap{
	border: 1px solid #b3b3b33b;
    padding-top: 10px;
	min-height: 130px;
}
body.tpl-client-success .cont-wrap p{
	font-size: 17px;
	margin-bottom: 0;
    font-style: normal!important;
}
body.tpl-client-success .cont-wrap p small{
	font-size: 14px;
	display: block
}
body.tpl-client-success .title h2{
	font-size:50px;
	text-transform: uppercase;
	color:#000;
	font-weight:900;
	text-align: center;
	font-style: italic;
	margin: 0 auto;
}

.elementor-element-1b746cf .elementor-text-editor.elementor-clearfix p,
.elementor-element-3e33f72 .elementor-text-editor.elementor-clearfix p{
	margin-bottom: 0;
}
.elementor-element-1b746cf .elementor-text-editor.elementor-clearfix,
.elementor-element-3e33f72 .elementor-text-editor.elementor-clearfix{
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 400;
	font-style: normal;
}
.elementor-column-gap-default>.elementor-row>.elementor-column.elementor-element-22ffb06>.elementor-element-populated,
.elementor-column-gap-default>.elementor-row>.elementor-column.elementor-element-0961348>.elementor-element-populated,
.elementor-column-gap-default>.elementor-row>.elementor-column.elementor-element-d66b60e>.elementor-element-populated,
.elementor-column-gap-default>.elementor-row>.elementor-column.elementor-element-3852d38>.elementor-element-populated{
	padding: 0;
}
body.tpl-client-success .cont-wrap p strong{
	display: block;
}
body.tpl-client-success .Section3.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1090px;
}
body.tpl-client-success .Section3.section-wrap{
	padding-top: 0;
	padding-bottom: 0;
}
body.tpl-client-success .section2.section-wrap{
	padding-top: 0;
}
body.tpl-client-success .section4.elementor-section.elementor-section-boxed > .elementor-container{
	max-width: 1094px;
}
body.tpl-client-success .section4.section-wrap{
	padding-top: 0;
}
body.tpl-client-success .video-img-wrap{
    max-width: 528px;
    margin: 0 auto;
    height: 295px;
}
body.tpl-client-success .section4 .elementor-widget-tabs .elementor-tabs-wrapper{
	overflow:visible;
}
body.tpl-client-success .section4 .elementor-widget-tabs .elementor-tab-desktop-title{
	padding: 0 3px!important;
}
body.tpl-client-success .section4 .name{
	position: relative;
}
body.tpl-client-success .section4 .name p{
    position: absolute;
    color: #fff;
    top: -60px;
    left: 57px;
    font-size: 12px;
    line-height: normal;
    font-weight: 300;
}
/*body.tpl-client-success .section4 .elementor-tab-desktop-title.elementor-active .name p{
	top: -30px;
}*/
body.tpl-client-success .section4 .name p strong{
	display: block;
}
body.tpl-client-success .elementor-widget-tabs .elementor-tab-desktop-title{
	max-width: 265px;
    display: inline-block!important;
    vertical-align: top;
    margin-top: 0;
    position: relative;
    z-index: 1;
    overflow: visible;
	padding: 0!important;
}
body.tpl-client-success .elementor-widget-tabs .elementor-tab-desktop-title img{
	height: 325px;
}
#elementor-tab-title-2111 .name p{
	top: -60px;
}
body.tpl-client-success .section4 .elementor-tab-desktop-title.elementor-active#elementor-tab-title-2111 .name p {
    top: -60px;
}
.elementor-widget-tabs .elementor-tab-content, 
.elementor-widget-tabs .elementor-tab-title, 
.elementor-widget-tabs .elementor-tab-title:after, 
.elementor-widget-tabs .elementor-tab-title:before, 
.elementor-widget-tabs .elementor-tabs-content-wrapper{
	border: 0!important;
}
body.tpl-client-success .elementor-widget-tabs .elementor-tab-content {
    padding: 40px 45px 20px;
    border: 1px solid#b3b3b329;
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    border-top: 0!important;
}

body.tpl-client-success .section4 .elementor-tab-title.elementor-tab-desktop-title.elementor-active{
	border-bottom: 10px solid #4a8c52!important;
    min-height: 300px;
}
body.tpl-client-success .section4 .item-inner-wrap{
	position: relative;
}
body.tpl-client-success .section4 .item-inner-wrap:hover .hover-box{
	opacity:1;
}
body.tpl-client-success .section4 .item-inner-wrap .hover-box strong{
	margin-bottom: 10px;
	display: block;
}
body.tpl-client-success .section4 .item-inner-wrap .hover-box p{
	font-size: 18px;
    line-height: 1.8;
}
body.tpl-client-success .section4 .item-inner-wrap .hover-box{
	display: block;
    background: linear-gradient(56deg, rgba(34,85,189,0.5) 0%, rgba(48,123,150,.5) 41%, rgba(72,188,83,.5) 80%);
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 30px;
    max-width: 270px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    z-index: 1;
    color: #fff;
    min-height: 325px;
}
body.tpl-client-success .section4 .img-wrap img{
	line-height: 0;
}
body.tpl-client-success .section4 .drop.cont-wrap{
	border: 0!important;
    padding: 0;
	height: auto;
}
body.tpl-client-success .section4 .drop.cont-wrap p{
	margin-bottom: 15px;
}
body.tpl-client-success .drop.cont-wrap {
	text-align: left!important;
}
body.tpl-client-success .drop.cont-wrap blockquote,
body.tpl-client-success .drop.cont-wrap blockquote p{
	text-align: left;
	font-size: 22px;
}

body.tpl-client-success .section4 .cont-wrap{
	border: 1px solid #b3b3b33b;
    padding: 35px 10px;
    height: 160px;
    text-align: center;
}
body.tpl-client-success .section4 .cont-wrap strong{
	display: block;
	margin-bottom: 10px;
}
body.tpl-client-success .section4 .cont-wrap p{
	font-size: 17px;
    margin-bottom: 0;
    font-style: normal!important;
    font-weight: 400;
	line-height: normal;
}
body.tpl-client-success .section4 .cont-wrap p{
	margin-bottom:0px;
}
body.tpl-client-success .rrr-section .elementor-element-12f83519{
	max-width: 1140px;
    border-bottom: 1px solid #ffffff4d;
    margin: 0 auto;
}
/*404 Page*/
.error404 h2{
	padding-top: 380px;
	margin-bottom: 10px!important;
}
.error404 .search-form{
	width: 100% !important;
    text-align: center;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}
.error404 .search-form .search-form-input{
	max-width: 500px;
    width: 100%;
    height: 50px;
    border: 1px solid #49bf4f;
}
.error404 .search-form .search-form-submit{
	width: 50px;
    background: url(images/VITRUVIAN-HEALTH---404-search-icon.jpg) no-repeat;
    font-size: 0px;
    height: 51px;
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
}
.elementor-231 .elementor-element.elementor-element-73bd3f80 > .elementor-container{
	min-height: 96vh;
}
.error404 .bottom-section ul{
	margin-top: 0px;
	padding-top: 150px;
}
.error404 .bottom-section ul li{
	color: #fff;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    max-width: 300px;
    vertical-align: top;
    margin: 0;
    padding-left: 110px;
    margin-right: 50px;
    line-height: normal;
    margin-bottom: 30px;
}
.error404 .bottom-section ul span{
	font-size: 54px;
    color: #fff;
    font-weight: 700;
    vertical-align: top;
    padding-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    text-align: right;
    line-height: 47px;
    display: inline-block;
}
.error404 .bottom-section ul{
	opacity: 0.5;
}
.error404 .bottom-section ul li.first{
    padding-left: 110px;
}
.error404 .bottom-section ul li.second{
	margin-right: 0;
}
.error404 .bottom-section ul li.third{
	margin-right: 0;
}
.error404 .section2 {
	padding: 80px 0
}
.error404 .section4-v2  h2{
	padding-top: 80px!important;
}
/*Education*/
body.tpl-education .section1.section-wrap{
	padding: 180px 0 80px;
} 
body.tpl-education .section1 h2{
	font-size:55px;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
}
body.tpl-education .section1 p{
	font-size: 19px;
	font-weight: 400;
	text-transform: uppercase;
}
body.tpl-education .section2 .elementor-container{
	max-width: 1200px;
	width: 100%;
}
 .elementor-widget-tabs .elementor-tab-desktop-title{
	max-width: 265px;
    display: inline-block!important;
    vertical-align: top;
    margin-top: 0;
    position: relative;
    z-index: 1;
    overflow: visible;
	padding: 0!important;
}
body.tpl-education .section2 p{
	position: absolute;
    top: 50%;
    bottom: 50%;
    color: #fff;
    max-width: 260px;
    margin: 0 auto;
    text-align: center;
}
body.tpl-education .section2 .item-content p{
	position: inherit;
	text-align: left;
	color: #000;
	margin: 0;
	max-width: 100%;
	margin-bottom: 30px;
}
body.tpl-education .section2 .item-content{
	max-width: 915px;
	width: 100%;
}
body.tpl-education .section2 .item-content ul{
	margin-left: 0;
}
body.tpl-education .section2 .item-content ul li{
	list-style-type: none;
	background: url(images/V-logo.svg) 0 5px no-repeat;
	color: #191A1F;
	font-size: 18px;
    padding-left: 30px;
    padding-bottom: 10px;
}
body.tpl-education .section2 .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active{
	margin-top: 20px;
	background: linear-gradient(56deg, rgba(34,85,189,1) 0%, rgba(48,123,150,1) 41%, rgba(72,188,83,1) 100%);
}
/*contact*/
.contact-page .header-title{
	display: none;
}
.contact-page h1{
    font-size: 56px;
    margin-bottom: 0;
    padding-top: 60px;
    letter-spacing: 3px;
}
.contact-page .content-top h3{
    font-size: 25px;
    padding-bottom: 40px;
    letter-spacing: 0.6px;
    font-weight: 900;
}
.elementor-109 .elementor-element.elementor-element-295c859{
	max-width: 960px;
	width: 100%;
	margin: 0 auto 20px;
}
.contact-page .section1 .row-2 .block{
	border:solid 1px #49BF4F;
	color:#fff;
	margin-left: 10px;
    margin-right: 10px;
	padding-top:20px;
	padding-bottom:10px;
	 background: rgba(0, 0, 0, 0.5);
}

.contact-page .section1 .row-2 .block:last-child{
	padding-top:15px;
}

.contact-page .section1 .row-2 .block p{
	line-height: 1.18;
	font-weight:600;
	font-size:18px;
	color:#fff;
	margin-bottom:0;
}

.contact-page .section1 .row-2 .block p .icon{
    display:inline-block;
    width: 90px;
    text-align: right;
    padding-right: 15px;
	vertical-align:middle;
}

.contact-page .section1 .row-2 .block img{
	margin-bottom:0;
}
.contact-page .section1 .row-2 .block p .info{
    display:inline-block;
 
	line-height: 1.18;
	font-weight:600;
	font-size:18px;
	color:#fff;
	vertical-align:middle;
}
.contact-page .address-blocks .block{
	width: 25%;
    max-width: 270px;
    margin: 0 auto;
    text-align: center;
}
.contact-page .address-blocks .block iframe{
	max-width: 210px;
}
.contact-page .address-blocks .block.map{
	margin-right: 0;
}
.contact-page .address-blocks .block.details{
	max-width: 200px;
    text-align: left;
    margin-left: 0;
    margin-top: -6px;
}
.contact-page .address-blocks .block.details p{
	margin-bottom: 0;
    text-transform: uppercase;
    font-size: 15px;
}
.contact-page .section5 .name{
	position: relative;
}
.contact-page .section5 .name p {
	position: absolute;
    top: -76px;
    left: 40px;
    line-height: normal;
    color: #fff;
}
.contact-page .section5 strong{
	display: block;
}
.contact-page .section5 .cont-wrap{
	text-align: center;
	padding: 30px 20px;
}
.contact-page .section5 button{
	margin-top: 60px;
}
/*faq*/
.tpl-faq .section5 .name{
	position: relative;
}
.tpl-faq .section5 .name p {
	position: absolute;
    top: -76px;
    left: 40px;
    line-height: normal;
    color: #fff;
}
.tpl-faq .section5 strong{
	display: block;
}
.tpl-faq .section5 .cont-wrap{
	text-align: center;
	padding: 30px 20px;
	height: 165px;
}
.tpl-faq .section5 button{
	margin-top: 60px;
}
/*meet the team*/
.vh-team .section5 .name{
	position: relative;
}
.vh-team .section5 .name p {
	position: absolute;
    top: -76px;
    left: 40px;
    line-height: normal;
    color: #fff;
}
.vh-team .section5 strong{
	display: block;
}
.vh-team .section5 .cont-wrap{
	text-align: center;
	padding: 12px 20px;
}
.vh-team .section5 button{
	margin-top: 60px;
}
/*Seminars $ Workshops*/
.tpl-seminar .header-title{
	padding-bottom: 30px;
}
.tpl-seminar .header-title h1{
	padding-top: 60px;
	margin-bottom: 10px;
}
.tpl-seminar .header-title p{
	font-size: 19px;
}
.tpl-seminar .sem-work-sec1 {
	background: url(images/VITRUVIAN-HEALTH---SEMINARS-&-WORKSHOPS-PAGE-sec1-bg.jpg) top center no-repeat;
}
.tpl-seminar .sem-work-sec1 h4{
	font-size: 22px;
	margin-bottom: 10px;
}
.tpl-seminar .sem-work-sec1 .blocks{
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
    border-bottom: 1px solid #21232861;
    padding: 80px 0px;
}
.tpl-seminar .sem-work-sec1 .blocks:first-child{
	padding-top: 60px;
}
.tpl-seminar .sem-work-sec1 .block2{
	border-bottom: 0;
	padding-bottom: 60px;
}
.tpl-seminar .sem-work-sec1 .blocks ul.v-icon li {
    width: 100%;
    height: auto;
    padding-bottom: 0;
}
.tpl-seminar .sem-work-sec1 .icon-box p{
	text-transform: uppercase;
	font-size: 19px;
	text-align: center;
}
.elementor-542 .elementor-element.elementor-element-188e3e99 .elementor-repeater-item-755b3b8.elementor-social-icon,
.elementor-social-icon{
	background: transparent!important; 
}
.tpl-seminar .rrr-section .elementor-col-100{
	border-bottom: 1px solid #ffffff6b;
    padding-bottom: 30px;
}

/*Knowledge bites*/
.elementor-page-445 .header-title h1{
	font-size: 55px!important;
    font-style: italic;
}
.elementor-page-445 .header-title h1 p{
	font-size: 18px;
    font-weight: 400;
    display: block;
    margin: 30px auto 0;
    font-style: normal;
    text-transform: none;
    max-width: 670px;
}
li.no-link:not(.search-btn) a:hover{
	color:unset!important;
}

ul.blue-tick{
	margin-bottom:30px;
}

ul.blue-tick li{
	background:url('images/VITRUVIAN-HEALTH-blue-arrow-tick.svg') no-repeat left top;
	font-size:18px;
	font-weight:300;
	line-height:1.3;
	margin-bottom:20px;
	padding-left:20px;
}

.green-btn .elementor-button-link,
.maxbutton.green-btn{
	color:#fff!important;
	background: rgb(34,85,189);
	background: linear-gradient(56deg, rgba(34,85,189,1) 0%, rgba(48,123,150,1) 41%, rgba(72,188,83,1) 100%);
	transition:none;
}

.green-btn .elementor-button-link:hover,
.maxbutton.green-btn:hover{
	background:#49BF4F;
}

.elementor-template-full-width .site-inner,
.elementor-page .site-inner{
	padding:0!important;
}

.home.elementor-page .site-inner{
	max-width: 1800px;
}
.elementor-page .site-inner{
    max-width: 1950px;
    position: relative;
    overflow: hidden;
}

.widget.top-header-widget{
	margin:15px 0 20px;
	text-align:right;
}

.widget.top-header-widget p{
	font-size:17px;
	margin:0;
}

.widget.top-header-widget img{
	margin:0 5px -3px 0;
}

.widget.top-header-widget .search-btn img{
	margin:0 30px 0 0;
}

.home .section1{
	padding:230px 0 40px;
}

.home .section1 .inner{
	max-width:1080px;
}

.home .section1 .content-wrap{
	max-width:590px;
	width:100%;
}

.home .section2{
	padding:40px 0 20px;
}

.home .section2 .inner{
	text-align:center;
	max-width:840px;
}

.home .section2 .elementor-column.block {
    max-width: 280px !important;
    width: 100% !important;
    text-align: left;
    margin: 0 0 10px;
    display: inline-block !important;
}

.home .section2 .block h2 {
    width: 130px;
    height: 130px;
    background: #000;
    border-radius: 100%;
    float: left;
    margin: 0 20px 0 0;
    font-size: 53px;
    line-height: 1;
    padding-top: 35px;
    text-align: center;
	display:block;
}

.home .section2 .block p {
    font-size: 14px;
    font-weight: 700;
	line-height:1.1;
    margin: 45px 0 0;
    text-transform: uppercase;
    max-width: 110px;
    width: 100%;
    float: left;
	display:block;
}

.home .section2 .block sup {
    top: -19px;
    font-size: 60%;
}

.home .section3 .inner{
	overflow:visible;
	max-width: 1040px;
	width: 100%;
}

.home .section3 h2{
	font-size:50px;
	font-weight:900;
	margin-bottom:15px;
}

.home .section3 h4{
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:40px;
}

/*.home .section3 img{
	-webkit-box-shadow:0 15px 35px 5px rgba(50,129,143,.5);
	-moz-box-shadow:0 15px 35px 5px rgba(50,129,143,.5);
	box-shadow:0 15px 35px 5px rgba(50,129,143,.5);
}*/

.home .section4 .inner{
	max-width:1030px;
}

.home .section4 .block{
	max-width:248px;
	width:100%;
	position:relative;
	min-height:530px;
	display:inline-block;
	vertical-align:top;
	height:auto;
	margin:0 3px 0;
}

.home .section4 .block .elementor-column-wrap,
.home .section4 .block .elementor-widget-wrap{
	min-height:530px;
	display:block;
}

.home .section4 .block h4{
	font-size:19px;
	font-weight:600;
	margin-bottom:20px;
}

.home .section4 .block ul{
	margin-bottom:20px;
}

.home .section4 .block ul li{
	background:url('images/VITRUVIAN-HEALTH-blue-arrow-tick.svg') no-repeat left top 6px;
	font-size:18px;
	font-weight:300;
	line-height:1.3;
	margin-bottom:20px;
	padding-left:20px;
}

.home .section4 .block .green-btn{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
}

.home .section6 .inner{
	max-width:1300px;
	text-align:center;
}

.home .section6 .block{
	max-width:410px;
	width:100%;
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin: 0;
}

.home .section6 .block .elementor-column-wrap,
.home .section6 .block .elementor-widget-wrap,
.home .section6 .elementor-row{
	display:inline-block;
}

.home .section7 .inner{
	max-width:1200px;
	overflow:visible;
}

.home .section7 .content-left{
	max-width:825px;
	width:100%;
	margin-left:-220px;
}

.home .section7 .content-right{
	max-width:470px;
	width:100%;
}

.home .section7 .elementor-column-wrap,
.home .section7 .elementor-widget-wrap,
.home .section7 .elementor-row{
	display:block;
}

.home .section7 .content-left img{
	-webkit-box-shadow:0 10px 20px 5px rgba(0,0,0,.2);
	-moz-box-shadow:0 10px 20px 5px rgba(0,0,0,.2);
	box-shadow:0 10px 20px 5px rgba(0,0,0,.2);
}

.home .section7 .content-right h3{
	font-size:30px;
}

.home .section7 .content-right h3 strong{
	width:60px;
	height:60px;
	background:#1c2228;
	border-radius:100%;
	color:#fff;
	margin:0 10px 0 0;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	padding-top:10px;
}

.home .section7 .content-right p{
	font-size:18px;
}

.home .section7 .content-right .elementor-widget-text-editor{
	margin-bottom:15px;
}

.home .section5 .inner{
	max-width:1200px;
}

.home .section5 h2{
	margin:0 0 10px;
}

.home .section5 .elementor-testimonial p{
	padding:20px 20px 10px;
}

.home .section5 .elementor-testimonial img{
	display: block;
    margin: 0 auto;
    max-width: 266px;
    width: 100%;
    height: 321px;
}

.home .section5 .elementor-swiper-button-prev{
	background:url('images/VITRUVIAN-HEALTH-home-s5-arrow-prev-img.svg') no-repeat left top;
	width:63px;
	height:63px;
	right:80px!important;
	bottom:-120px;
	display:block;
	color:transparent;
	position:absolute;
	top:unset;
	left:unset!important;
}

.home .section5 .elementor-swiper-button-next{
	background:url('images/VITRUVIAN-HEALTH-home-s5-arrow-next-img.svg') no-repeat left top;
	width:63px;
	height:63px;
	right:0;
	bottom:-120px;
	display:block;
	color:transparent;
	position:absolute;
	top:unset;
	left:unset;
}

#custom-footer-section{
	background:#111214;
	padding:20px 0;
}

#custom-footer-section li,
#custom-footer-section a,
#custom-footer-section p{
	color:#fff;
	font-size:15px;
	font-weight:400;
	margin-bottom:0;
}

#custom-footer-section .widget{
	display:inline-block;
	vertical-align:top;
}

#custom-footer-section .inner{
	max-width:1160px;
}

.widget.footer-custom-link-widget{
	float:right;
	text-align:right;
}

.widget.footer-copyright-widget a:before{
	content:'|';
	vertical-align:top;
	padding:0 10px;
	color:#fff!important;
}

.widget.footer-copyright-widget .menu li:after{
	content:'|';
	vertical-align:middle;
}

.widget.footer-copyright-widget .menu li:last-of-type:after{
	display:none;
}

.widget.footer-copyright-widget .menu li a{
	padding:0 10px;
}

.widget.footer-copyright-widget.menu li:first-of-type a{
	padding-left:0;
}

#bottom-full-width-section .widget.footer-logo-widget .menu {
    text-align: center;
    float: none;
	padding-top:0;
}

#bottom-full-width-section .widget.footer-logo-widget .menu li a{
	border: 1px solid #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    display: block;
    text-align: center;
    line-height: 28px;
    background: #212328;
    color: #fff;
}

#bottom-full-width-section .widget.footer-logo-widget .menu li{
	display:inline-block;
	vertical-align:top;
}

#bottom-full-width-section .widget.footer-logo-widget .menu li a:hover{
	background: #fff;
    color: #212329!important;
}

#bottom-full-width-section .widget.footer-logo-widget .menu-social-container{
	display:inline-block;
	vertical-align:top;
}

.home .section8 .content-bottom{
	max-width:1135px;
	width:100%;
	margin:0 auto;
}
.home .section10-v2 .elementor-element.video-img-wrap,
.home .section8 .elementor-element.video-img-wrap{
    width: 100%;
    max-width: 990px;
    margin: 0 auto;

}
.home .section8 .content-bottom img{
	position:absolute;
	top:0;
	margin:0 auto;
	left:0;
	right:0;
}

.home .section8 .content-bottom .block-hover{
	display:none;
	color:#fff!important;
	background: rgb(34,85,189);
	background: linear-gradient(56deg, rgba(34,85,189,1) 0%, rgba(48,123,150,1) 41%, rgba(72,188,83,1) 100%);
	transition:none;
	padding: 50px 50px 0;
	max-width:385px;
	width:100%;
	margin:0;
	min-height:385px;
	position:absolute;
	top:0;
	left:0;
	right:0;
}

.home .section8 .content-bottom .block-hover.long{
	padding: 40px 40px 0
}
.home .section8 .content-bottom .block-hover.long p{
	margin-bottom: 10px;
}
.home .section8 .content-bottom .block-hover,
.home .section8 .content-bottom .block-hover p,
.home .section8 .content-bottom .block-hover a{
	font-size:20px;
	font-weight:300;
	line-height:1.4;
}

.home .section8 .content-bottom .text-content,
.home .section8 .content-bottom .text-content p,
.home .section8 .content-bottom .text-content a{
	font-size:20px;
	font-weight:600;
}

.home .section8 .content-bottom .text-content{
	padding-top: 0;
    position: absolute;
    top: calc(125px - 50%);
}
.home .section8 .content-bottom .text-content.elementor-element-5b87472{
    top: calc(105px - 50%);
}
.home .section8 .content-bottom .block{
	max-width:385px;
	width:100%;
	margin:0;
	min-height:350px;
	display:inline-block;
	vertical-align:top;
	position: relative;
}

.home .section8 .content-bottom .block:hover .block-hover{
	display:block;
}

.home .section9 .inner{
	max-width:1150px;
	overflow:visible;
}

.home .section9 .content-left{
	max-width:490px;
	width:100%;
}

.home .section9 .content-right{
	max-width:500px;
	width:100%;
	float:left;
	margin-left:45px;
}

.home .section9 .content-right h3{
	font-size:47px;
	font-weight:900;
	font-style:italic;
	margin-bottom:10px;
	text-transform:uppercase;
}

.home .section9 .content-right p{
	text-transform:uppercase;
	font-size:21px;
	font-weight:700;
	letter-spacing:-1px;
	margin:0;
}

.home .section9 .content-right h4{
	text-transform:uppercase;
	font-size:29px;
	font-weight:700;
	margin-bottom:0;
}

.home .section9 .elementor-column-wrap,
.home .section9 .elementor-widget-wrap,
.home .section9 .elementor-row{
	display:block;
}

.home .section10 .inner{
	max-width:100%;
}

.home .section10 .insta-wrapper{
	max-width:2000px;
	width:100%;
	margin:0 auto;
}

.home .section10 .content-left{
	max-width:800px;
	width:100%;
}

.home .section10 .content-right{
	max-width:410px;
	width:100%;
}

.home .section10 .content-right h3{
	font-size:46px;
	font-weight:900;
	font-style:italic;
	text-transform:uppercase;
	margin-bottom:15px;
	line-height:1;
}

.home .section10 .content-right p{
	font-size:18px;
	font-weight:300;
}

.home .section10 .content-bottom .elementor-column-wrap,
.home .section10 .content-bottom .elementor-widget-wrap,
.home .section10 .content-bottom .elementor-row{
	display:block;
}

.widget.footer-download-free-widget{
	background:#212328 url('images/VITRUVIAN-HEALTH-footer-download-free-img.jpg') no-repeat center top;
	min-height:410px;
	padding-top:75px;
	overflow:visible;
	position:relative;
	z-index:20;
}

.widget.footer-download-free-widget .widget-wrap{
	overflow:visible!important;
	padding-left:35px;
}

.widget.footer-download-free-widget h2{
	font-size:46px;
	font-weight:900;
	margin-bottom:0;
	text-transform:uppercase;
}

.widget.footer-download-free-widget h3{
	font-size:34px;
	text-transform:uppercase;
	margin-bottom:30px;
}

.widget.footer-download-free-widget p{
	font-size:20px;
	font-weight:600;
	margin:0;
}

.widget.footer-download-free-widget img{
	margin-top:-190px;
}

.widget.footer-change-today-widget{
	background:#212328 url('images/VITRUVIAN-HEALTH-footer-book-widget-bg.jpg') no-repeat center top;
	padding-top:80px;
	min-height:370px;
	display: none;
}

.widget.footer-change-today-widget h2{
	font-size:46px;
	font-weight:900;
	margin-bottom:10px;
	text-transform:uppercase;
}

.widget.footer-change-today-widget h3{
	font-size:34px;
	text-transform:uppercase;
}

.widget.footer-change-today-widget p{
	font-size:16px;
	margin-bottom:30px;
}

.maxbutton .mb-text{
	text-transform:uppercase;
}

.tpl-contact .section1 .content-top h1{
	text-transform:uppercase;
	font-size:56px;
	margin-bottom:0;
	    letter-spacing: 2px;
}

.tpl-contact .section1 .content-top h3{
	text-transform:uppercase;
	font-size:25px;
	font-weight:900;
	margin-bottom:50px;
}

.tpl-contact .address-blocks{
	max-width:910px;
	width:100%;
	margin:0 auto;
	text-align:center;
}

.tpl-contact .address-blocks .block,
.tpl-contact .address-blocks .block p{
	font-size:15px;
	text-transform:uppercase;
	color:#000000;
	margin-bottom:10px;
	line-height:1.2;
	cursor:pointer;
}

.tpl-contact .address-blocks .block.active,
.tpl-contact .address-blocks .block.active p{
	color:#49BF4F
}

.tpl-contact .address-blocks .block{
	text-align:left;
	display:inline-block;
	vertical-align:top;
	max-width:200px;
	width:100%;
	margin-right:30px;
}

.tpl-contact .address-blocks .block:last-of-type{
	margin-right:0;
}

.tpl-contact .address-blocks .elementor-column-wrap,
.tpl-contact .address-blocks .elementor-widget-wrap,
.tpl-contact .address-blocks .elementor-row{
	display:inline-block;
	vertical-align:top;
}

.tpl-contact .section2 .block{
	display:none;
}

.tpl-contact .section2 .block-1{
	display:block;
}

.tpl-contact .section2 p,
.tpl-contact .section2 iframe{
	margin:0;
	display:block;
}

.header-title{
	background:#212328 url('/wp-content/uploads/2020/06/WHY-WORK-WITH-VH-BANNER.jpg') no-repeat center bottom;
	padding-top:200px;
	text-align:center;
	min-height:358px;
}

.header-title h1{
	font-size:56px;
	letter-spacing:1px;
}
/*FAQ*/
.tpl-faq .section1{
	background: url(images/VITRUVIAN-HEALTH---FAQs-PAGE-sec1-bg.jpg) top center no-repeat;
}
.tpl-faq .section1 .inner{
	max-width:1050px;
	width:100%;
	background:#fff;
	-webkit-box-shadow:0 15px 35px 5px rgba(0,0,0,.2);
	-moz-box-shadow:0 15px 35px 5px rgba(0,0,0,.2);
	box-shadow:0 15px 35px 5px rgba(0,0,0,.2);
	padding:70px 50px;
}
.tpl-faq .section1 iframe{
	max-width: 470px!important;
}
.tpl-faq .section1 .elementor-tab-title{
	border-bottom:1px solid #ccc!important;
}
.tpl-faq .section1 .video-wrap{
	width: 100%;
	margin: 0 auto;
	max-width: 500px;
	display: inline-block;
}
.tpl-faq .section1 .full-wrap > .video-wrap,
.tpl-faq .section1 .full-wrap > .cont-wrap{
	display: block;
	max-width: 800px;
	margin: 0 auto;
}
.tpl-faq .section1 .cont-wrap{
    width: 100%;
    display: inline-block;
    max-width: 400px;
    vertical-align: top;
    padding-right: 20px;
}
.tpl-faq .section1 .cont-wrap a{
	color: #49BF4F;
}
.tpl-faq .section1 .cont-wrap .elementor-tab-content,
.tpl-faq .section1 .cont-wrap p{
	font-size: 16px;
}
.tpl-faq .section1 .elementor-tab-title:last-child{
	border-bottom: 0;
}
.tpl-faq .section2 .inner{
	max-width:1200px;
}

.tpl-faq .section2 h2{
	margin:0 0 10px;
}

.tpl-faq .section2 .elementor-testimonial p{
	padding:20px 20px 10px;
}

.tpl-faq .section2 .elementor-testimonial img{
	display:block;
	margin:0 auto;
}
.tpl-faq .section1 ol,
.tpl-faq .section1 ul.v-icon{
	margin-top: 20px;
}
.tpl-faq ul.v-icon li{
	font-size: 16px;
}
.tpl-faq .section2 .elementor-swiper-button-prev{
	background:url('images/VITRUVIAN-HEALTH-home-s5-arrow-prev-img.svg') no-repeat left top;
	width:63px;
	height:63px;
	right:80px!important;
	bottom:-120px;
	display:block;
	color:transparent;
	position:absolute;
	top:unset;
	left:unset!important;
}

.tpl-faq .section2 .elementor-swiper-button-next{
	background:url('images/VITRUVIAN-HEALTH-home-s5-arrow-next-img.svg') no-repeat left top;
	width:63px;
	height:63px;
	right:0;
	bottom:-120px;
	display:block;
	color:transparent;
	position:absolute;
	top:unset;
	left:unset;
}

.tpl-faq .section1 .svg-inline--fa {
    color: #3476E4!important;
    font-size: 25px!important;
}

.widget.top-booking-widget{
	background:url('images/VITRUVIAN-HEALTH-top-booking-link-bg.svg') no-repeat left top;
	max-width:459px;
	width:100%;
	min-height:47px;
	display:none;
	text-align:center;
	float:right;
	padding:15px;
	margin:-30px 0 12px;
}

.widget.top-booking-widget img,
.widget.top-booking-widget p{
	margin:0;
	line-height:1;
}

.widget.top-booking-widget a{
	font-weight:700;
	font-size:16px;
	color:#fff!important;
}

.widget.top-booking-widget a:hover{
	color:#000!important;
}

#top-banner-section{
	background:#fff;
	padding:5px 0;
	position:fixed;
	z-index:9999;
	width:100%;
}
.widget.top-banner-widget .content-right{
	width: 37%;
	padding: 10px 0
}
.widget.top-banner-widget .content-left{
	width: 63%;
    padding: 10px 0;
}
.widget.top-banner-widget .content-right.border{
	padding-right: 20px;
}
.widget.top-banner-widget .content-right.border,
.widget.top-banner-widget .content-left.border{
    border-bottom: 1px solid #ccc;
}
.widget.top-banner-widget p,
.widget.top-banner-widget img{
	margin:0;
}
.widget.top-banner-widget .content-right.btn{
	padding-top: 0; 
	margin-top: -4px;
}
.widget.top-banner-widget .content-right.btn a{
	background: linear-gradient(56deg, rgba(34,85,189,1) 0%, rgba(48,123,150,1) 41%, rgba(72,188,83,1) 100%);
    width: 100%;
    display: inline-block;
    border-radius: 0 0 3px 3px;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-top: 0px;
    box-shadow: 0px 6px 12px -9px #000;
}
.widget.top-banner-widget .content-right.btn:hover a{
	background: #49BF4F;
}
.widget.top-banner-widget,
.widget.top-banner-widget p{
	font-size:16px;
	font-weight:700;
	letter-spacing:normal;
	text-transform: uppercase;
	color:#18191E;
}

.widget.top-banner-widget a{
	font-size:17.5px;
	font-weight:700;
	letter-spacing:0;
	color:#18191E;
}

.widget.top-banner-widget .content-right{
	text-align:right;
}

.widget.top-banner-widget .content-right img{
	margin: 0 6px -2px;
}
/*meetthe team*/
.vh-team .header-title h1{
	padding-top: 60px;
}
.vh-team .section-1 .elementor-col-100{
	margin-top:-190px !important;
}

.vh-team .section-1  .elementor-row{
	flex-wrap: wrap;
    justify-content: left;
    max-width: 1150px;
    margin: 0 auto;
}

.vh-team .section-1 .row .block{
	display:inline-block;
	max-width:286px;
	width:100%;
	vertical-align:top;
	
}
.vh-team .section-1 .block:hover .team-info{
	opacity:1;
	
	cursor:pointer;
}
.vh-team .section-1 .team-profile{
	background-color:#212328;
	text-align:center;
	min-height:480px;
	padding-bottom:15px;
	margin-bottom: 0;
}
.vh-team .section-1 .team-profile img{
	height: 354px;
}

.vh-team .section-1 .team-profile h3{
	color:#fff;
	font-size:20px;
	font-weight:700;
	margin-bottom:0;
	padding:10px 15px 0;
}
.vh-team .section-1 .team-profile .elementor-text-editor,
.vh-team .section-1 .team-profile p{
	color:#fff;
	font-size:18px;
	font-weight:300;
	margin-bottom:0;
	padding:0px;
	line-height:1.18;
}

.vh-team .section-1 .team-info{
	 background-image: linear-gradient(rgba(72,188,83,1) 0%, rgba(48,123,150,1) 60%, rgba(34,85,189,1) 100%);
	 padding:50px 30px;
	 text-align:center;
	 position:absolute;
	 top:0;
	 min-height:480px;
	opacity:0;
	
	 
}
.vh-team .section-1 .team-info .btn a{
	color: #fff;
    border: 2px solid #fff;
    padding: 20px 10px;
    margin-top: 20px;
    display: block;
}
.vh-team .section-1 .team-info h4{
	color:#fff;
	font-size:20px;
	font-weight:700;
	margin-bottom:0;
}

.vh-team .section-1 .team-info p{
	color:#fff;
	font-size:18px;
	font-weight:300;
	margin-bottom:20px;
}
/*our process*/
.tpl-process-page .site-container{
	max-width: 1800px;
    margin: 0 auto;
    overflow: hidden;
}
.tpl-process-page .op-section-1.section-wrap {
		overflow: inherit;
	} 
	.tpl-process-page .op-section-1 .inner{
		overflow: inherit;
	}
.tpl-process-page.page .header-title h1{
	padding: 60px 0;
}
.tpl-process-page .op-section-1 .block-goal ul{
	margin-left:0;
}
.tpl-process-page .op-section-1 .block-goal ul li{
	list-style-type:none;
	float:left;
	max-width:220px;
	width:25%;
	background-color:#3476E4;
	position:relative;
}
.tpl-process-page .op-section-1 .block-goal ul li.step-5,
.tpl-process-page .op-section-1 .block-goal ul li.step-1{
    max-width: 210px;
}
.tpl-process-page .op-section-1 .block-goal ul li.step-4{
    max-width: 290px;
    width: 75%;
}
.tpl-process-page .op-section-1 .block-goal ul li:after{
	content:'';
	position:absolute;
	width:1px;
	height:90px;
	background-color:#3476E4;
	bottom: -80px;
	left:66%;
	
}

.tpl-process-page .op-section-1 .block-goal ul li.step-1:after{
	height: 255px;
    transform: rotate(-70deg);
    bottom: -165px;
    left: 230px;
}

.tpl-process-page .op-section-1 .block-goal ul li.step-2:after{
    height: 130px;
    transform: rotate(-50deg);
    bottom: -105px;
    left: 168px;
}

.tpl-process-page .op-section-1 .block-goal ul li.step-4:after{
    height: 130px;
    transform: rotate(50deg);
    bottom: -110px;
    left: 80px;
}

.tpl-process-page .op-section-1 .block-goal ul li.step-5:after{
	height: 255px;
    transform: rotate(70deg);
    bottom: -165px;
    left: -25px;
}

.tpl-process-page .op-section-1 .block-goal ul li .step{
	color:#fff;
	font-size:55px;
	font-weight:600;
	line-height:1.2;
	font-style:italic;
	display:inline-block;
	width:84px;
	vertical-align:middle;
	text-align:center;
	/*background-color:#49BF4F;*/
	background:url('./images/process-step-bg.svg') top left no-repeat;
	min-height:110px;
	padding-top:20px;
	
}
.tpl-process-page .op-section-1 .block-goal ul li .goal{
	color:#fff;
	font-size:20px;
	font-weight:600;
	line-height:1.2;
	text-transform:uppercase;
	display:inline-block;
	padding: 0 0 0 14px;
	vertical-align:middle;
    max-width: 200px;
    width: 60%;
}

.tpl-process-page .op-section-1 .custom-btn .elementor-button{
	max-width: 494px;
    width: 100%;
}
.tpl-process-page .op-section-1 .custom-btn{
	position: relative;	
}
.tpl-process-page .op-section-1 .custom-btn:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 90px;
    background-color: #3476E4;
    bottom: -90px;
    left: 50%;
    z-index: 1;
    display: block;
}
.tpl-process-page .op-section-2,
.tpl-process-page .op-section-2 .inner{
	overflow:unset;
}
.tpl-process-page .op-section-2 .row{
	margin-bottom:55px;
}

.tpl-process-page .op-section-2 .row:after{
	content: '';
    position: absolute;
    width: 1px;
    height: 55px;
    background-color: #3476E4;
    bottom: -55px;
    left: 50%;
}

.tpl-process-page .op-section-2 .row .context{
	width:100%;
	margin:0px auto;
	border:solid 1px #3476E4;
	padding:30px;
    background:#fff;
}

.tpl-process-page .op-section-2 .row .context:after{
	content: '';
    position: absolute;
    width: 21px;
	height:10px;
	background:url('./images/process-arrow-down.svg') top left no-repeat;
	left:50%;
	bottom:-10px;
	margin-left:-10px;
	
   
}
.tpl-process-page .op-section-2 .row.row-5 .context.right:after{
	left: 0;
}
.tpl-process-page .op-section-2 .row.row-5 .context.left:after{
	display: none;
}
.tpl-process-page .op-section-2 .row.row-5 .context.left:before{
    content: 'or';
    position: absolute;
    width: 25px;
    height: 25px;
    background: #3476E4;
    left: 100%;
    bottom: 85px;
    margin-left: -10px;
    text-transform: lowercase;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    z-index: 1;
}
.tpl-process-page .op-section-2 .row .context p{
	font-size:20px;
	color:#191A1F;
	font-weight:600;
	line-height:1.2;
	margin-bottom:0;
}

.tpl-process-page .op-section-2 .row .featured-img{
	position:absolute;
}

.tpl-process-page .op-section-2 .row-1{
	position:relative;
}
.tpl-process-page .op-section-2 .row-1 .context{
	max-width:415px;
	
}

.tpl-process-page .op-section-2 .row-1 .featured-img{
    position: absolute;
    width: 360px;
    top: -70px;
    left: 50px;
}
.tpl-process-page .op-section-2 .row-1 .context ul{
	margin-left:0;
	margin-bottom:0;
}
.tpl-process-page .op-section-2 .row-1 .context ul li{
	list-style-type: none;
	position: relative;
    padding-left: 25px;
	color:#191A1F;
	font-size:20px;
	font-weight:600;
	margin-bottom:10px;
}
.tpl-process-page .op-section-2 .row-1 .context ul li:last-child{
	margin-bottom:0;
}
.tpl-process-page .op-section-2 .row-1 .context ul li:before {
    content: '';
    position: absolute;
    background: url(./images/list-small.png) top left no-repeat;
    width: 18px;
    height: 17px;
    top: 5px;
    left: 0;
}

.tpl-process-page .op-section-2 .row-2 .context {
	max-width:415px;
	width:100%;
	margin:0px auto;
	border:solid 1px #3476E4;
	padding:30px;
}


.tpl-process-page .op-section-2 .row-2 .featured-img{
	top:-10px;
	right:0;
	width:298px;
	margin-right:80px;
}

.tpl-process-page .op-section-2 .row-3 .context{
	max-width:466px;
	width:100%;
	
}
.tpl-process-page .op-section-2 .row-3  .featured-img{
    width: 491px;
    top: -110px;
    left: -220px;
}

.tpl-process-page .op-section-2 .row-4 .context{
	max-width:548px;
	width:100%;
}
.tpl-process-page .op-section-2 .row-5{
	max-width:830px;
	width:100%;
	margin:0px auto 55px;
}
.tpl-process-page .op-section-2 .row-5 .context{
	max-width:416px;
	width:100%;
	min-height:180px;
}
.tpl-process-page .op-section-2 .row-5 .block-left .context{
	border-right:transparent;
}

.tpl-process-page .op-section-2 .row-5 .block-left .featured-img{
	width:338px;
	top:0;
	left:0;
	margin-left:-275px;
}
.tpl-process-page .op-section-2 .row-5 .block-right .featured-img{
	width:511px;
	top: -160px;
	right:0;
	margin-right: -405px;
    
}
.tpl-process-page .op-section-2 .row-6{
	margin-bottom:150px;
}

.tpl-process-page .op-section-2 .row-6:after{
	height:150px;
	bottom: -150px;
}
.tpl-process-page .op-section-2 .row-6 .context{
	max-width:412px;
	width:100%;
}

.tpl-process-page .op-section-2 .row-7 .featured-img.featured-img2{
	left: inherit;
    right: -96px;
    top: -75px;
    width: 416px;
}
.tpl-process-page .op-section-2 .row-7 .featured-img{
	width: 717px;
    top: -260px;
    left: -240px;
    z-index: 1;
}
.tpl-process-page .op-section-2 .row-7{
	margin-bottom:155px;
}
.tpl-process-page .op-section-2 .row-7:after{
	height:155px;
	bottom: -155px;
}
.tpl-process-page .op-section-2 .row-7 .context:after{
	display: none;
}
.tpl-process-page .op-section-2 .row-7 .context{
	max-width:664px;
	width:100%;
	background-color:#3476E4;
	color:#fff;
}

.tpl-process-page .op-section-2 .row-7 .context p{
	color:#fff;
	max-width: 430px;
    float: right;
	
}
.tpl-process-page .op-section-2 .row-8{
	margin-bottom:260px;
}
.tpl-process-page .op-section-2 .row-8:after{
	display: block;
    bottom: inherit;
    top: 133px;
    height: 261px;
	background-color: #49BF4F;
}
.tpl-process-page .op-section-2 .row-8 .context{
	max-width:640px;
	width:100%;
	background-color:#49BF4F;
	color:#fff;
	border:solid 1px #49BF4F;
}
.tpl-process-page .op-section-2 .row-8 .context:after{
	display:none;
}
.tpl-process-page .op-section-2 .row-8 .context p{
	color:#fff;
	max-width:380px;
	width:100%;
}

.tpl-process-page .op-section-2 .row-8 .featured-img-1{
	width:364px;
	top: -60px;
    left: -60px;
    z-index: 1;
}

.tpl-process-page .op-section-2 .row-8 .featured-img-2{
	width: 584px;
    top: -130px;
    right: -60px;
    z-index: 1;
}
.tpl-process-page .op-section-2 .row-9 {
	text-align:center;
}
.tpl-process-page .op-section-2 .row-9 .context:after{
	display:block; 
}
.tpl-process-page .op-section-2 .row-9:after{
	display: block;
    height: 67px;
    bottom: -66px;
    background: #49bf4f;
}
.tpl-process-page .op-section-2 .row-9 .custom-btn .elementor-button{
	max-width: 410px;
    width: 100%;
    background: transparent;
    border: 1px solid #49BF4F;
    color: #191A1F;
}
.tpl-process-page .op-section-2.section-wrap{
	padding-bottom: 0;
} 
.tpl-process-page .rrr-section{
	background: url(images/VITRUVIAN-HEALTH---OUR-PROCESS-PAGE-rrr-bg-v2.jpg) bottom center no-repeat;
	padding-top: 0;
}
.tpl-process-page .rrr-section .row-2 .block{
	background: #000;
}
/*knowledge bites*/
.tpl-blog.full-width-content .content{
	background: url(images/VITRUVIAN-HEALTH---KNOWLEDGE-BITES-PAGE-bg.jpg) top center no-repeat;
}
.tpl-blog .header-title{
	padding-bottom: 40px;
}
.tpl-blog .content-left {
    float: left;
    width: 70%;
	padding-right: 25px;
}
.tpl-blog .blog-content{
	padding-top: 70px;
}
.tpl-blog .content-left .article:first-child{
	padding-top: 0!important;
}
.tpl-blog .content-left .article{
	border-bottom: 1px solid #000;
    padding: 40px 0 40px;
}
.tpl-blog .content-left .articles h3{
	font-size: 35px;
    font-style: italic;
    font-weight: 900;
	text-transform: uppercase;
}
.tpl-blog .content-left .articles a.more{
	background: linear-gradient(56deg, rgba(34,85,189,1) 0%, rgba(48,123,150,1) 41%, rgba(72,188,83,1) 100%);
	padding: 13px 15px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-weight: 700;
	max-width: 230px;
	width: 100%;
	display: block;
	text-transform: uppercase;
	margin: 30px 0 0;
}
.tpl-blog .content-left .image.cont-left{
	width: 100%;
    max-width: 390px;
    display: inline-block;
    margin: 0 auto;
}
.tpl-blog .content-left .details.content-right{
	max-width: 390px;
    width: 100%;
    display: inline-block;
	padding-left: 35px;
}
.tpl-blog .content-left .details .excerpt{
	font-size: 18px;
    color: #000;
    font-weight: 500;
}
.tpl-blog .content-left .articles a.more:hover{
	color: #53B952;
	border: 1px solid #53B952;
	background: transparent;
}
.tpl-blog .content-left .articles .detail excerpt{
	font-size: 18px;
}
.tpl-blog .pagination {
	text-align: center;
}
.tpl-blog .pagination .page-numbers{
    border: 1px solid #000;
    max-width: 47px;
    width: 100%;
    display: inline-block;
    height: 47px;
    font-size: 20px;
    padding: 7px;
    margin: 0px;
}
.tpl-blog .pagination .page-numbers.prev,
.tpl-blog .pagination .page-numbers.next{
	display: none!important;
}
.tpl-blog .pagination .page-numbers:hover,
.tpl-blog .pagination .page-numbers:active{
	border-color:#49BF4F;
	color: #49BF4F;
}
.post-cat-accordion{
	padding: 0px 0 0!important;
}
.post-cat-accordion h4{
	font-size: 20px;
	color:#fff;
	background: #232128;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 60px;
	width:100%;
}
.post-cat-accordion .rc-accordion img.hover{
	display: none;
}
.post-cat-accordion .rc-accordion .item{
	position:relative;
    border-bottom: 1px solid #000;
}
.post-cat-accordion .rc-accordion .item .rc-toggle:before{
	content: '';
	background: url(images/arrow-down.svg) 0 0 no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
    right: 10px;
    top: 20px;
}
.post-cat-accordion .rc-accordion .item .rc-toggle.show:before{
	background: url(images/arrow-up.svg) 0 0 no-repeat;
}
.post-cat-accordion .rc-accordion .item .rc-toggle.show p{
	color: #49BF4F;
}
.post-cat-accordion .rc-accordion p{
	font-size: 18px;
	font-style: italic;
	color:#000;
	font-weight: 900;
	display: inline-block;
	text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 70px;
}
.post-cat-accordion .rc-accordion .img-wrap{
	display: inline-block;
    max-width: 45px;
    width: 100%;
    padding: 10px 0 10px 10px;
	text-align:center;
}
.post-cat-accordion .rc-accordion .rc_list_post .item-wrap .img-wrap{
	padding: 0;
}
.post-cat-accordion .rc-accordion .rc_list_post .item-wrap{
	background: #f2f2f2;
	padding: 10px;
}
.post-cat-accordion .rc-accordion .rc_list_post .item-wrap:hover{
	background:#49BF4F;
}
.post-cat-accordion .rc-accordion .rc_list_post .item-wrap .img-wrap{
	max-width: 90px;
} 
.post-cat-accordion .rc-accordion .rc_list_post .item-wrap .img-wrap img{
	max-width: 90px;
}
.post-cat-accordion .rc-accordion .rc_list_post .item-wrap .title{
	font-size: 15px;
    display: inline-block;
    max-width: 200px;
    padding-left: 15px;
    vertical-align: top;
	color: #000;
	text-transform: capitalize;
}
.post-cat-accordion .rc-accordion .img-wrap img{
    max-width: 40px;
    width: 100%;
}
.post-cat-accordion .rc-accordion .rc-toggle.show .img-wrap img.hover{
	display: inline-block;
}
.post-cat-accordion .rc-accordion .rc-toggle.show .img-wrap img{
	display: none;
}
.chai-time{
	padding: 40px 0;
}
.chai-time p{
	font-size: 17px;
	text-align: center;
	font-weight: 400;
}
.chai-time p a{
	color:#53B952;
	text-decoration: underline;
}
.client-success-slider{
	margin-top:0px;
	background: url(images/VITRUVIAN-HEALTH---KNOWLEDGE-BITES-PAGE-client-bg.jpg) top center no-repeat;
	padding: 50px 40px;
	background-size: cover;
}
.single .client-success-slider{
	margin-top: 90px;
}
.client-success-slider h4{
	font-size: 39px;
	color:#fff;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
}
.client-success-slider .item-wrap .name{
	position: relative;
}
.client-success-slider .item-wrap .name p {
	position: absolute;
    top: -60px;
    left: 60px;
    line-height: normal;
    color: #fff;
}
.client-success-slider .item-wrap strong{
	display: block;
}
.client-success-slider .item-wrap .cont-wrap{
	text-align: center;
    padding: 15px 10px;
    background: #fff;
    height: 160px;
}
.client-success-slider .item-wrap button{
	margin-top: 60px;
}
.client-success-slider .slide-control{
    text-align: right;
    margin-top: 20px;
}
.client-success-slider .slide-control .prev {
    background: url(images/VITRUVIAN-HEALTH-home-s5-arrow-prev-img.svg) no-repeat left top;
    width: 63px;
    height: 63px;
    display: inline-block!important;
    color: transparent;
    margin-right: 10px;
    text-indent: -9999999999999999px;
    cursor: pointer;
}
.client-success-slider .slide-control .next {
    background: url(images/VITRUVIAN-HEALTH-home-s5-arrow-next-img.svg) no-repeat left top;
    width: 63px;
    height: 63px;
    display: inline-block!important;
    color: transparent;
    cursor: pointer;
    text-indent: -9999999px;
}
.client-success-slider .custom-btn{
	background: linear-gradient(56deg, rgba(34,85,189,1) 0%, rgba(48,123,150,1) 41%, rgba(72,188,83,1) 100%);
	padding: 13px 5px;
    text-align: center;
}
.client-success-slider .custom-btn:hover{
	background: transparent;
	border: 1px solid #fff;
}
.client-success-slider .custom-btn a{
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
/*Single Post*/
.single-post.full-width-content .site-inner{
	background: url(images/VITRUVIAN-HEALTH---KNOWLEDGE-BITES-PAGE-bg.jpg) top center no-repeat;
}

.single .header-title h1{
    font-size: 35px;
    max-width: 680px;
    text-align: left;
    font-style: italic;
	padding: 60px 0 40px;
	text-transform: uppercase
}

.single-post .site-inner {	
	max-width: 1150px;
	margin:0 auto;
	position:relative;
	padding-top: 60px!important;
}
.single-post .site-inner:after {
	content:'';
	clear:both;
}	
.single-post .content-sidebar-wrap .content p{
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.single-post .entry-content ol,
.single-post .entry-content ul {
    margin-bottom: 10px;
    margin-left: 10px;
	margin-top: 20px;
}
.single-post .entry-content ol li,
.single-post .entry-content ul li {
	padding-bottom: 15px;
}
.single-post .entry-content .elementor-text-editor p,
.single-post .entry-content .elementor-text-editor{
	font-size: 18px;
}
.single-post .entry-content ul.v-icon li{
    padding-bottom: 10px;
}
.single-post .content-sidebar-wrap .elementor-widget-video{
	margin-bottom: 40px;
}
#post-bottom-fullwidth .icon-box {
	margin: 40px auto;
}
#post-bottom-fullwidth .icon-box p{
	font-size: 19px;
    font-weight: 600;
    text-align: center;
	text-transform: uppercase;
}
.elementor-542 .elementor-element.elementor-element-188e3e99 .elementor-social-icon{
	background: transparent;
}
#post-bottom-fullwidth .icon-box .elementor-grid .elementor-grid-item {
    margin: 0 10px;
}
#post-bottom-fullwidth .rrr-section.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
    border-bottom: 1px solid #ffffff61;
} 
/*Single client*/
.single-client-success main.content{
	padding-top: 10px;
}
/*PRIVATE POLICY*/
.terms-use .header-title h1,
.privacy-policy .header-title h1{
	padding: 60px 0;
}
/*Thank you*/
.thank-you .header-title{
	background: #191a1f;
	background-image: none;
}
.thank-you .thank-you-video.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 960px;
    margin: 0 auto;
}
.thank-you .thank-you-video {
	padding: 0 0 120px;
}
.thank-you .thank-you-video iframe{
	max-width: 960px;
	width: 100%;
	margin: 30px auto 0;
}

  .home .section1 .mobile-ver{
  	display:none;
  }

.home .section8 .content-bottom .text-content .maxbutton{
	display:none;
}

/* Mobile Responsiveness */
@media all and (min-width:1201px){
	.tpl-no-title .site-header.scrolling,
	.tpl-trans-header .site-header.scrolling,
	.site-header.scrolling{
	position:fixed;
	background: #191A1F!important;
	transition: all .5s ease;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	padding:15px 0;
	min-height:70px;
	}

	.tpl-no-title.admin-bar .site-header.scrolling,
	.tpl-trans-header.admin-bar .site-header.scrolling,
	.admin-bar .site-header.scrolling{
	top:20px;
	} 
	.mobile-menu-wrap{
		display:none!important;
	}
	body:not(.home) #top-banner-section.scrolling .textwidget div:not(.btn) {
		display:none;
	}
	body:not(.home) .site-header.scrolling {
		margin-top: 60px;
	}
	
}
@media all and (max-width:1200px){
  
  	.elementor-188 .elementor-element.elementor-element-6a9fa0e > .elementor-widget-container {
    	margin: 20px 0 0!important;
	}
  
  .tpl-process-page .op-section-1.section-wrap{
  	padding-bottom:0!important;
  }
  
  .tpl-process-page .rrr-section{
  	padding-top:0!important;
  }
  
  .tpl-process-page .rrr-section .elementor-row,
  .tpl-process-page .rrr-section .elementor-column,
  .tpl-process-page .rrr-section .block,
  .rrr-section .row-2 .block:first-child{
  	display:block!important;
  }
  
  .tpl-process-page .rrr-section .block,
  .rrr-section .row-2 .block:first-child{
  	margin:0 auto 20px!important;
  }
  
  .tpl-process-page .op-section-2.section-wrap{
  	padding:70px 10px 0!important;
  }
  
  .tpl-process-page .op-section-2 .row-6::after {
      height: 300px;
      bottom: -300px;
  }

  .tpl-process-page .op-section-2 .row-8 .context {
    	margin-bottom: 70px;
	}
  
  .tpl-process-page .op-section-2 .row-8::after {
      top: 60px;
      height: 261px;
      background-color: #49BF4F;
      z-index: -1;
  }
  
  .tpl-process-page .op-section-2 .row-9 .custom-btn .elementor-button{
  	background:#fff;
  }
  
  .tpl-process-page .op-section-2 .row-7 .context {
      margin-bottom: 50px;
  }
  
	.tpl-process-page .op-section-2 .row-6 {
    	margin-bottom: 50px;
	}
  
  .tpl-process-page .op-section-2 .row-3 .featured-img,
  .tpl-process-page .op-section-2 .row-7 .featured-img,
  .tpl-process-page .op-section-2 .row-8 .featured-img-2{
      display: none!important;
  }
  
  .tpl-process-page .op-section-1 .custom-btn::before {
      height: 245px;
      bottom: -90px;
      z-index: -1;
  }
  
  .tpl-process-page .header-title h1{
  	margin-bottom:0;
  }
  
  .tpl-process-page .header-title {
      padding: 70px 0 50px !important;
  }
  
  .tpl-process-page.page .header-title h1 {
      padding: 0;
  }
  
  .tpl-process-page .op-section-1 .block-goal ul li .goal{
  	max-width:unset;
    width:80%;
  }
  
  .tpl-process-page .op-section-1 .block-goal ul li .goal br{
  	display:none;
  }
  
  .tpl-process-page .op-section-1 .block-goal ul li{
  	max-width:unset!important;
    width:100%!important;
    margin-bottom:10px;
  }
  
  .tpl-process-page .op-section-1 .inner{
  	max-width:500px;
    width:100%;
  }
  
  .tpl-process-page .op-section-1 .block-goal ul li::after{
  	display:none!important;
  }
  
  .client-success-block .item-wrap{
  	margin-left:5px!important;
    margin-right:5px!important;
  }
  
  .widget.top-banner-widget .content-right.border {
      padding: 10px 0 10px;
      border-bottom: 1px solid #ccc !important;
      margin: 0 auto 10px;
      max-width: 300px;
      float: none;
      display: block;
      clear: both;
      overflow: hidden;
  }
  
  #top-banner-section .inner{
  	width:100%;
    max-width:unset;
  }
  
  #bottom-full-width-section .inner{
  	margin:0 auto;
    width:96%;
  }
  
  #bottom-full-width-section .widget {
    margin: 0 20px 20px;
  }
	
	.site-header .wrap,
	.inner,
	.single .site-inner {
		width:96%;	
	}
	.widget.top-banner-widget .content-left {
		width: 100%!important;
		padding: 10px 0 0;
		text-align: center!important;
		margin: 0 auto;
		display: block;
	}
	.widget.top-banner-widget .content-right {
		text-align: center!important;
		width: 100%!important;
		display: block;
		padding-bottom:0;
	}
	.widget.top-banner-widget .content-right.btn a{
		display: block;
		max-width: 520px;
		margin: 10px auto 0;
		
	}
	.widget.top-banner-widget .content-right.border, .widget.top-banner-widget .content-left.border {
		border-bottom: 0;
	}
	#top-banner-section {
		position:relative;
		margin-top: 10px;
		margin-bottom: 0;
      	padding:0;
	}
  
  .widget.top-banner-widget .content-right.btn a{
  	margin-top:0;
  }
  
  	.elementor-19 .elementor-element.elementor-element-c289c63{
  		padding-top:50px!important;
  	}
  
    .widget.top-banner-widget .content-right.btn {
      background:#1B1C21;
      margin-top: 20px;
      padding:0 10px 25px;
      
  	}
  
    .site-description {
      display: none!important;
  	}

	.site-header{
		margin-top: 0;
		position: relative!important;
		top: 0!important;
		padding-top: 0!important;
		background: #1b1c21!important;
      	transition:none!important;
	}
	.elementor-19 .elementor-element.elementor-element-c289c63{
		margin-top: 0!important;
	}
	.why-work-with-vh-page .header-title{
		padding-top: 150px;
		min-height: auto!important;
	}
	.who-we-are-page .header-title h1,
	.why-work-with-vh-page .header-title h1{
		padding: 0;
	}
	/*Success Client*/
	body.tpl-client-success .elementor-widget-tabs .elementor-tab-desktop-title{
		width: 25%;
		float: left;
		display: block;
	}
	body.tpl-client-success .elementor-widget-tabs .elementor-tab-desktop-title img{
		height: auto!important;
	}
	body.tpl-client-success .section4 .item-inner-wrap .hover-box,
	body.tpl-client-success .section4 .elementor-tab-title.elementor-tab-desktop-title.elementor-active{
		min-height: auto!important;
	}
	body.tpl-client-success .elementor-tabs-content-wrapper{
		clear: both;
	}
	/*who*/
	.header-title{
		padding-top: 30px!important;
		min-height: auto!important;
	}
	/*our-process*/
	.tpl-process-page .header-title {
		padding-top: 80px!important;
	}

/*
	.tpl-process-page .op-section-1 .block-goal ul li .step {
		font-size: 36px;
		line-height: normal;
		display: block;
		width: 100%;
		background: #49BF4F;
		min-height: auto;
		padding-top: 0;
	}
	.tpl-process-page .op-section-1 .block-goal ul li .goal {
		display: block;
		padding: 0 0 0 0px;
		width: 100%;
		text-align: center;
		min-height: 75px;
	}
	.tpl-process-page .op-section-1 .block-goal ul li.step-5,
	.tpl-process-page .op-section-1 .block-goal ul li.step-1 {
		max-width: 120px;
	}
	.tpl-process-page .op-section-1 .block-goal ul li {
		max-width: 130px;
		margin: 0 2px;
	}
	.tpl-process-page .op-section-1 .block-goal ul li.step-4 {
		max-width: 180px;
		width: 100%;
	}
	.tpl-process-page .op-section-1 .block-goal ul {
		margin-left: auto;
		max-width: 700px;
		width: 100%;
		margin: 0 auto;
	}
	.tpl-process-page .op-section-1 .block-goal ul li:after{
		display: none!important;
	}

*/
	.tpl-process-page .op-section-2 .row-1 .featured-img {
		position: inherit;
	}
	.tpl-process-page .op-section-2 .row .featured-img {
		position: inherit;
	}
	.tpl-process-page .op-section-2 .row-3 .featured-img {
		max-width: 491px;
		top: 0;
		left: 0;
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.tpl-process-page .op-section-2 .row-5 .block-left .featured-img{
		margin-left: 0;
	}
	.tpl-process-page .op-section-2 .row-5 .block-right .featured-img {
		top: 0;
		margin-right: 0;
	}
	.tpl-process-page .op-section-2 .row-7 .featured-img {
		max-width: 450px;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.tpl-process-page .op-section-2 .row-7 .featured-img.featured-img2 {
		right: 0;
		top: 0;
		max-width: 416px;
		width: 100%;
	}
	.tpl-process-page .op-section-2 .row-7 .context p {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.tpl-process-page .op-section-2 .row-7 {
		margin-bottom: 0;
	}
	.tpl-process-page .op-section-2 .row-8 .featured-img-1{
		top:0;
		left: 0;
	}
	.tpl-process-page .op-section-2 .row-8 .featured-img-2 {
		max-width: 584px;
		top: 0;
		right: 0;
		z-index: 1;
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.tpl-process-page .op-section-2 .row-8 .context p{
		margin: 0 auto;
	}
	.tpl-process-page .op-section-2 .row-9:after{
		display: none;
	}
	
	.tpl-process-page .op-section-2 .row-8 {
		margin-bottom: 0;
	}
	.tpl-process-page .op-section-2 .featured-img{
		display: none;
	}
	/*partners*/
	.our-partners-page .header-title{
		padding-bottom: 45px;
	}
	.our-partners-page .header-title h1{
		padding-top: 0;
	}
	.vh-partners-section1 .blocks {
		margin-top: 0;
	}
	/*faq*/
	.tpl-faq .header-title h1{
		padding: 0;
	}
	/*meet the team*/
	.vh-team .section-1 .elementor-col-100 {
		margin-top: 0!important;
	}
	.vh-team .section-1 {
		margin-top: 0!important;
		padding: 45px 0;
		margin-bottom: 0!important;
	}
	.vh-team .header-title{
		min-height: auto!important;
	}
	.vh-team .header-title h1{
		padding-top: 0;
	}
	/*seminars*/
	.tpl-seminar .header-title h1{
		padding-top: 0;
	}
	
	.home h1.entry-title {
		display:none;
	}
	
	.title-area {
    	display: block;
    	float: none;
    	left: 0;
    	margin: 0 auto;
    	position: relative;
    	right: 0;
        width:100%;
		padding:0;
		top:0;
	}
	
		.widget-area.header-widget-area{
		display:none;
	}

	.search-header{
		display:none!important;
	}

	.site-header .search-form {
		display:block;
	}

	.header-logo, 
	.header-image .site-title > a {
    	display: block;
    	float: none;
    	margin: 0 auto 10px;
        width:240px;
		background-size:contain;
	}

	#mobile-menu-section,
	#toggle-nav, 
	.toggle-wrap{ 
		display:block; 
	}

	.mobile-menu-wrap{ 
		float:none; 
		clear:both; 
		background:#2c3240; 
		max-width: 100%; 
		margin:0 auto; 
		padding-bottom: 0 !important; 
	}	

	.mobile-menu-wrap li a{
    	color: #fff;
    	display: block;
    	font-size: 15px;
    	font-weight: 700;
    	padding: 20px;
		text-transform:uppercase;
	}
	.mobile-menu-wrap  .sub-menu {
		display:none;
	}
	.mobile-menu-wrap li{
    	color: #fff;
    	display: block;
	}

	.mobile-menu-wrap .menu-item{
    	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    	border-bottom: 1px solid #fff;
    	display: block;
    	float: none;
		text-align: left;
	}
	
	.mobile-menu-wrap .wrap{ 
		width: 100% !important; 
	}	

	.mobile-menu-wrap .menu-item:last-of-type{ 
		border-bottom:none; 
		display: none;
	}

	.mobile-menu-wrap a:hover, 
	.mobile-menu-wrap .current-menu-item a,
	.mobile-menu-wrap .sub-menu a:hover, 
	.mobile-menu-wrap .sub-menu a:hover {
    	background: #2d2d2d none repeat scroll 0 0;
    	color: #fff !important;
	}

	.site-header .wrap {
    	max-width: 1150px;
    	padding: 15px 0 0;
    	width: 96%;
	}

	.site-inner {
    	max-width: 950px;
	}
	
	.section4-v2 .block:hover .elementor-column-wrap {
		margin-top: 0!important;
		margin-right: 0!important;
		margin-left: 0!important;
		width: auto;
		padding: 0 0 10px!Important;
		height: auto;
	}
	/*knowledge bites*/
	.tpl-blog .content-left {
		float: none;
		width: 100%;
	}
	.tpl-blog .content-left .details.content-right {
		max-width: 390px;
	}
	.tpl-blog .content-left .image.cont-left{
		max-width: 540px;
	}
	.sidebar-primary {
		float: none;
		margin: 0 auto;
	}
	.vh-team .section-1  .elementor-row{
		justify-content: center;
	}
	/*404*/
	.elementor-242 .elementor-element.elementor-element-1ca0b181{
		margin-top: 0!important;
	}
	.error404 .bottom-section ul {
		margin-top: 0px;
		padding-top: 80px;
		margin: 0 auto;
		max-width: 560px;
		width: 100%;
	}
}
@media all and (max-width:1100px){
  
  .client-success-block .item-inner-wrap .hover-box{
  	padding:50px 10px;
  }
  
  .home .section8 .content-bottom .text-content, .home .section8 .content-bottom .text-content p, .home .section8 .content-bottom .text-content a{
  	font-size:16px;
  }
  
  .home .section8 .content-bottom .text-content,
  .home .section8 .content-bottom .text-content.elementor-element-5b87472{
      position: absolute;
      top: 50px;
      padding: 20px;
  }
  
  .home .section8 .content-bottom .text-content .maxbutton{
      display:block;
      width:220px;
      margin:0 auto;
  }
  
  .home .section8 .content-bottom .text-content .maxbutton .mb-text{
  	font-weight:700;
  }
  
  .home .section8 .content-bottom .block-hover{
  	display:none!important;
  }
  
  .client-success.section5 .name p {
      font-size: 13px;
  }
  
  .client-success-block .cont-wrap, .client-success.section5 .cont-wrap{
  	display:none;
  }
  
  .client-success-block .item-inner-wrap:hover .hover-box .btn-discover{
  	position:relative;
    left:0;
    margin-top:130px;
  }
  
  .client-success-block .item-inner-wrap .hover-box strong,
  .client-success-block .item-inner-wrap .hover-box p{
  	display:none!important;
  }
  
  	.elementor-19 .elementor-element.elementor-element-5d4cde4 > .elementor-widget-container {
    	margin:40px 0 0!important;
	}
  
  .client-success {
 		margin-top: 0 !important;
    	background: #191a1f !important;
	}
  
  .home .section1 .bottom-section ul{
  	margin:0 auto;
  }
  
  .home .section1 .content-wrap {
      max-width: 600px;
      width: 100%;
      text-align: center;
      margin: 0 auto;
  }

  .home .section1 h1 br{
  	display:none;
  }
  
  #bottom-full-width-section .widget {
      margin: 0 8px 20px;
  }
	
	.content-sidebar .content {
    	max-width: 570px;
    	width: 100%;
	}
	
	.contact-page .section1 .row-2 .block{
		margin-left:5px;
		margin-right:5px;
	}
	
	.contact-page .section1 .row-2 .block p .icon{
		width: 80px;
		padding-right: 0;
		text-align:center;
	}
	
	.contact-page .section1 .row-2 .block p .info{
		font-size:17px;
	}
	.cust-form .gform_wrapper .gform_footer,
	#gform_wrapper_1 .gform_footer{
		margin-top:0;
	}
	
	#gform_submit_button_1{
		position: relative;
		right: unset;
		bottom: unset;
	}
	.section-wrap{
		padding: 30px!important;
	}
	.home .section1 .bottom-section ul{
	max-width: 560px;
    width: 100%;
    text-align: left;
    margin: 0 auto 0;
	}
    .home .section1.section-wrap {
        padding: 30px 30px 40px !important;
    }
}
@media all and (max-width:1024px){
	body.tpl-client-success .section2 .cont-wrap{
		max-width: 269px;
		width: 100%;
		margin: 0 auto;
	}
	body.tpl-client-success .Section3 .elementor-column.elementor-col-50{
		width: 100%;
		max-width: 600px;
		margin: 20px auto;
	}
	.elementor-element.elementor-element-1b746cf, 
	.elementor-element.elementor-element-3e33f72{
		width: 100%;
		max-width: 600px;
		margin: 20px auto;
	}
	.contact-page .section1 .row-2 .block{
		margin-left: 5px;
		margin-right: 5px;
		width: 32%;
	}
	.contact-page .section1 .row-2 .block p .icon{
		width:100%;
		margin-bottom:10px;
	}
	.contact-page .section1 .row-2 .block p .info{
		width:100%;
		text-align: center;
	}
	/*home*/
	.home .section1 .content-wrap{
		margin: 0 auto;
	}
	.home .section1 .content-wrap h1{
	    padding-top: 0px;
	}
	.home .section1 .bottom-section ul{
		margin: 0 auto;
	}
	.elementor-19 .elementor-element.elementor-element-3940d68 > .elementor-container {
		min-height: auto!important;
	}
	.section4-v2 .block{
	    width: 50%!important;
		max-width: 285px;
		margin: 0 auto 20px;
	}
	.client-success{
		margin-top: 0!important;
		background:#191a1f!important;
	}
	.client-success.section5 .name {
		max-width: 285px;
		margin: 0 auto;
	}
	.client-success.section5 .name p {
		margin: 0 auto;
	}
	.client-success.section5 .elementor-element.elementor-element-8882d5e .elementor-main-swiper .swiper-slide {
		max-width: 285px;
		width: 100%!important;
	}
	.elementor-19 .elementor-element.elementor-element-93cf067 > .elementor-container {
		min-height: auto!important;
	}
	.home .section6-v2{
		background:#191A1F!important;
	}
	.home .section6-v2 h2{
		text-align: center;
	}
	.home .section6-v2 .elementor-column{
		width: 100%!important;
		max-width: 700px;
		margin: 0 auto;
	}
	.home .section7-v2{
		background: #f4f4f4!important;
	}
	.home .section7-v2 h2{
		padding: 0;
	}
	.home .section7-v2 .elementor-column {
		width: 100%!important;
	}
	.home .section7-v2 .consistency,
	.home .section7-v2 .lifestyle,
	.home .section7-v2 .nutrition,
	.home .section7-v2 .mindset,
	.home .section7-v2 .training{
		padding: 0!important;
		max-width: 270px;
		width: 100%;
		margin: 0 auto;
	}
    .home .section8 .content-bottom .block {
        margin: 0 auto 30px !important;
    }
    .home .section8 .content-bottom .block {
        max-width: 385px;
        width: 100%;
        margin: 0;
        min-height: 245px;
        display: inline-block;
        vertical-align: top;
        position: relative;
        overflow: hidden;
    }
	.home .section10-v2 h2{
		padding: 0;
	}
	.rrr-section {
		padding: 45px 0;
	}
	.rrr-section .row-2 .block {
    	display: block;
		margin: 20px auto!important;
		max-width: 350px;
		width: 100%;
	}
	.rrr-section .row-2 .block:first-child {
		margin-left: auto!important;
	}
	#bottom-full-width-section .widget.footer-logo-widget{
		margin: 30px auto!important;
		width: 100%!important;
	}
	#bottom-full-width-section {
		padding: 35px 70px 0;
	}
	#bottom-full-width-section .widget{
		margin: 0 8px 20px;
	}
	#bottom-full-width-section .footer-consistency-widget {
		position: inherit;
		bottom: 0;
		right: 0;
		text-align: center;
	}
	.client-success h2 {
		padding-top: 0;
	}
	/*why*/
	.vh-section-3 .elementor-column,
	.vh-section-2 .elementor-column{
		max-width: 700px;
		width: 100%!important;
		margin: 0 auto;
	}
	.vh-section-2 .content-left img{
		position: inherit;
		left: 0;
	}
	.elementor-131 .elementor-element.elementor-element-eec7830 {
		margin-bottom: 0px!important;
	}
	.elementor-131 .elementor-element.elementor-element-ac90f9b > .elementor-element-populated {
		padding: 0!important;
	}
	.vh-team #bottom-full-width-section, 
	.tpl-faq #bottom-full-width-section, 
	.contact-page #bottom-full-width-section, 
	.error404 #bottom-full-width-section, 
	.our-partners-page #bottom-full-width-section, 
	.tpl-process-page #bottom-full-width-section, 
	.personal-training-page #bottom-full-width-section, 
	.who-we-are-page #bottom-full-width-section, 
	.why-work-with-vh-page #bottom-full-width-section{
	    background: #212328;
	    margin-top: 0;
		padding-top: 0;
	}
	/*who*/
	.waw-section-2 .block {
		width: 30%!important;
		max-width: 237px;
		margin: 0 auto
	}
	.waw-section-1 .cont-wrap, 
	.waw-section-3 .cont-wrap {
		padding: 30px 0 0;
	}
	.who-we-are-page h2.elementor-heading-title{
		font-size: 40px;
	}
	.who-we-are-page .rrr-section{
		padding-top: 45px ;
		margin-top: 0;
	}
	/*personal training*/
	.personal-training-page .header-title h1{
		padding: 0;
	}
	.elementor-130 .elementor-element.elementor-element-8e5ced9{
		margin-top: 0!important;
	}
	.personal-training-page .header-title {
		padding-bottom: 45px;
		min-height: auto!important;
	}
	.partners-pop .left-content {
		display: block;
		margin: 0 auto;
	}
	.partners-pop .content-wrap{
		display: none;
	}
	.partners-pop .right-content {
		display: block;
		padding-left: 0;
		margin: 20px auto 0;
	}
	/*faq*/
	.tpl-faq .section1 iframe {
		max-width: 470px;
		margin: 0 auto;
		width: 100%;
		display: block;
	}
	.tpl-faq .section1 .cont-wrap {
		display: block;
		padding-right: 0;
		margin: 0 auto;
	}
	.tpl-faq .section1 .video-wrap{
		display: block;
	}
}

@media all and (max-width:1000px){
  
  .rrr-section .elementor-row{
  	display:block!important;
  }
  
    .section4-v2 .block .elementor-column-wrap{
      height:initial;
    }
  
    .elementor-19 .elementor-element.elementor-element-c00a8a3 {
      text-align: center;
      margin: 0!important;
    }
  
	.elementor-19 .elementor-element.elementor-element-c00a8a3 > .elementor-widget-container {
    	margin: 0!important;
    	padding: 0px 0px 0px 0px!important;
	}
  
  .section4-v2 .block{
  	max-width:400px!important;
    width:100%!important;
    display:block!important;
    margin:0 auto 30px!important;
  }
  
  .home .section1 .bottom-section{
  	display:none;
  }
  
  .home .section1 .mobile-ver{
  	display:block;
  }
  
  .home .section1 .block h3 {
      font-size: 40px!important;
      margin: 0;
  }
  
  .home .section1 .block{
      font-size: 12px!important;
      font-weight:700;
  }

  .home .section1 .block p {
      font-size: 12px!important;
      font-weight:700;
      text-transform:uppercase;
      margin: 0;
  }

  .home .section1 .block{
      opacity:0.7;
      text-align:left;
      max-width:200px;
      width:100%;
      display:inline-block;
      vertical-align:top;
      margin-bottom:30px;
  }
  
  .home .section1{
  	background:#1A1B20 url('/wp-content/uploads/2021/01/VITRUVIAN-HEALTH-s1-mobile-img.jpg') no-repeat center top!important;
  }
  
  .home .section1 > .elementor-container{
  	min-height:initial!important;
  }
  
  .home .section1 .content-wrap {
      max-width: 500px;
      width: 100%;
      text-align: center;
      margin: 0 auto;
  }

  .home .section1 h1 br{
  	display:none;
  }
  
  .home .section1 h1{
  	font-size:28px!important;
  }
	
	.header-title {
    	padding: 40px 0 0;
	}

	.footer-widgets {
    	padding-top: 40px;
	}

	.footer-widgets .widget {
    	display: inline-block;
    	margin: 0 auto 10px;
    	text-align: center;
    	width: 100%;
	}


	/*personal*/
	.personal-training-page .pt-section-2 {
		background: #f4f4f4!important;
	}
	.pt-section-2 .block-content-5,
	.pt-section-2 .block-content-4,
	.pt-section-2 .block-content-3,
	.pt-section-2 .block-content-2,
	.pt-section-2 .block-content-1 {
		margin-bottom: 0!important;
		padding-left: 0;
		max-width: 300px;
		width: 100%!important;
		margin: 0 auto;
	}
	.elementor-130 .elementor-element.elementor-element-ffc8f28 > .elementor-container {
		min-height: auto!important;
	}
	.personal-training-page .pt-section-2 br{
		display: none!important;
	}
	.personal-training-page .pt-section-3 .elementor-column{
		width: 100%!important;
		max-width: 700px;
		margin: 0 auto;
	}
	.pt-section-3 .inner{
		padding-top: 0;
	}
	.elementor-130 .elementor-element.elementor-element-c3fdafa > .elementor-container {
		min-height: auto!important;
	}
	.pt-section-3 .content-right img{
		position: inherit;
	}
	.personal-training-page .pt-section-4{
		background: #f4f4f4!important;
	}
	.pt-section-4 .inner {
		padding-top: 0;
		padding-bottom: 0;
	}
	
}

@media all and (max-width:960px){

	.sidebar-primary {
    	float: none;
    	margin: 80px auto 0;
    	max-width: 325px;
    	width: 100%;
	}

	.content-sidebar .content,
	.content {
    	float: none;
    	margin: 0 auto;
    	max-width: 100%;
    	width: 100%;
	}
	
	.contact-page .content{
		max-width:100%;
	}
	.contact-page .section1{
		background-image: linear-gradient(to bottom, #191A1F , #fff) !important;
	}
	.contact-page .section1 .row-2 .block{
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	.cust-form .gform_wrapper .gfield.half, .cust-form .gform_wrapper .gfield.one-third,
	#gform_wrapper_1 .gfield.half, #gform_wrapper_1 .gfield.one-third{
		width:100%;
	}
	.cust-form .gform_wrapper .gfield.one-third,
	#gform_wrapper_1 .gfield.one-third {
		max-width: 100%;
	}
	.tpl-contact .address-blocks .block{
		max-width:100% !important;
		width:50% !important;
		margin-right:0 !important;
	}
	
	.tpl-contact .address-blocks .block br{
		display:none;
	}
	body.tpl-client-success .section4 .name p{
		font-size: 14px;
	}
	/*knowledge bites*/
	.tpl-blog .content-left .image.cont-left{
		display: block;
	}
	.tpl-blog .content-left .details.content-right {
		display: block;
		float: none;
		margin: 20px auto;
	}
}

@media all and (max-width:900px){
  
  #popmake-219583{
  	padding:30px 20px!important;
  }
  
  #popmake-219577{
  	max-width:290px!important;
    padding:30px 10px!important;
  }
  
  #popmake-219577 br{
  	display:none!important;
  }
  
  #popmake-219577 .content-left,
  #popmake-219577 .content-right{
    max-width:unset;
    width:100%;
  	margin:0 auto 20px!important;
    padding:0!important;
  	float:none!important;
  }
  
  #bottom-full-width-section .widget#nav_menu-3{
  	text-align:left!important;
    max-width:450px!important;
    width:100%!important;
    margin:0 auto 20px!important;
  }
  
  #bottom-full-width-section .widget#nav_menu-3 li{
  	display:inline-block!important;
    vertical-align:top!important;
    width:48%!important;
  }
  
  #bottom-full-width-section .widget#nav_menu-3 li a{
  	margin-bottom:10px!important;
    display:block;
  }
  
  #bottom-full-width-section .widget.footer-locations-widget{
  	text-align:left!important;
    max-width:unset!important;
    width:48%!important;
    padding:0 15px 0 0!important;
    display:inline-block!important;
    margin:0 0 30px!important;
  }
  
  #bottom-full-width-section .widget {
      display: block;
      vertical-align: top;
      color: #adb2bc;
      text-align: center;
      float: none;
      margin: 0 auto 20px !important;
  }
  
  #custom-footer-section .widget{
      display:block;
      float: none;
      margin: 0 auto !important;
  }
  
  #bottom-full-width-section .widget li a{
  	font-size:14px!important;
  }
  
  #custom-footer-section li, 
  #custom-footer-section a, 
  #custom-footer-section p{
  	display:block!important;
    font-size:13px!important;
    text-align:center;
  }
  
  #custom-footer-section a{
  	margin:5px 0!important;
  }
  
  #custom-footer-section .widget.footer-custom-link-widget a{
  	color:#adb2bc!important;
  }
  
  #bottom-full-width-section {
    padding: 20px 0 10px;
  }
  
  .widget.footer-copyright-widget a::before{
  	display:none!important;
  }
  
	.team-pop .left-content {
		display: block;
		margin: 0 auto 40px;
	}
	.team-pop .right-content, .partners-pop .right-content {
		display: block;
		padding-left: 0;
		margin: 0 auto;
	}
	.team-pop .content-wrap, .partners-pop .content-wrap{
		min-height: auto;
	}
	#elementor-tab-title-2111 .name p {
		top: -95px!important;
	}
}

@media all and (max-width:800px){
  
	.elementor-188 .elementor-element.elementor-element-6a9fa0e > .elementor-widget-container {
    	margin: 0 !important;
	}
  
  .section4-v2 .block .elementor-column-wrap{
  	padding:0!important;
  }
  
  .section4-v2 .block:hover .elementor-column-wrap img, 
  .section4-v2 img{
      height: auto !important;
  }
  
  .home .section6-v2 .elementor-element-ed176ca {
    	margin: 10px 0 0;
	}
  
  .home .section5{
  	padding-bottom:0!important;
  }
  
  .home .section6-v2{
  	padding-top:0!important;
  }
  
  .home .section6-v2 strong {
      display: block;
      font-size: 20px;
  }
  
  .home .section6-v2 .right-content .elementor-icon-list-text {
    	font-size: 16px !important;
	}
  
  .elementor-19 .elementor-element.elementor-element-97559c5 .elementor-heading-title,
  .elementor-19 .elementor-element.elementor-element-5d4cde4 > .elementor-widget-container{
  	margin:0!important;
  }
  
  .home .section8 .content-bottom .block {
    	margin: 0 auto 10px !important;
	}
  
  .client-success.section5 .name p {
    	font-size: 13px!important;
	}
  
  .rrr-section .row-2 .block:nth-child(2),
  .rrr-section .row-2 .block:nth-child(3){
  	display:none!important;
  }
  
  .tpl-process-page .op-section-2 .row-8::after{
  	height:220px;
  }
  
  .tpl-process-page .op-section-2 .row-5 .context {
      min-height: initial;
  }
  
  .tpl-process-page .header-title {
      padding: 40px 0 !important;
  }
  
  .tpl-process-page .op-section-1 h2.elementor-heading-title{
  	margin:0!important;
  }
  
  .tpl-process-page .op-section-1 .block-goal ul li .goal {
      max-width: unset;
      width: 60%;
  }
  
  .tpl-process-page .op-section-1 .block-goal ul li .step {
      color: #fff;
      font-size: 31px;
      font-weight: 600;
      line-height: 1.2;
      font-style: italic;
      display: inline-block;
      width: 60px;
      vertical-align: middle;
      text-align: left;
      background-color: #49BF4F;
      background: url('./images/process-step-bg.svg') top left no-repeat;
      min-height: 65px;
      padding-top: 10px;
      padding-left: 15px;
  }
  
  .elementor-188 .elementor-element.elementor-element-347cc866 > .elementor-container {
    	min-height: initial!important;
	}
  
  .home .section7-v2 .consistency, 
  .home .section7-v2 .lifestyle, 
  .home .section7-v2 .nutrition, 
  .home .section7-v2 .mindset, 
  .home .section7-v2 .training{
  	max-width:300px!important;
    margin-bottom:20px!important;
  }
  
  .home .section7-v2 ul li{
  	font-size:16px!important;
  }
  
  .home .section7-v2 h2{
    font-size:28px!important;
    max-width:300px;
    width:100%;
    display:block;
    margin:0 auto 10px!important;
    text-align:left;
  }
  
  .home .section7-v2 .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    	padding: 0!important;
	}
  
  .home .section7-v2 ul {
      margin-left: 0;
      margin-bottom: 0!important;
  }
  
  .home .section7-v2 h4{
    font-size:20px!important;
  	margin-bottom:5px;
  }
  
  .elementor-19 .elementor-element.elementor-element-1d8940b .elementor-heading-title,
  .elementor-19 .elementor-element.elementor-element-1d8940b > .elementor-widget-container{
  	margin-bottom:0!important;
  }
  
  .elementor-19 .elementor-element.elementor-element-6699468c {
    margin-bottom: 20px!important;
  }
  
  /*.client-success-block .cont-wrap, .client-success.section5 .cont-wrap{
  	display:none;
  }
  
  .client-success-block .item-inner-wrap .hover-box{
  	max-width:320px;
  }
  
    .client-success-block .img-wrap img {
      margin: 0 auto;
      max-width: 320px;
      height: auto;
      width: 100%;
  }*/
  
  .section4-v2 .block:hover .discover-btn a{
  	color:#3476E4!important;
    background:#fff!important;
  }
  
  .section4-v2 .block .discover-btn a {
      display: inline-block;
      max-width: unset;
      margin: 0 auto;
      padding: 16px 40px !important;
      background: linear-gradient(56deg, rgba(34,85,189,1) 0%, rgba(48,123,150,1) 41%, rgba(72,188,83,1) 100%);
      color:#fff!important;
  }
  
  .section4-v2 .block .elementor-column-wrap{
  	height:auto!important;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    box-shadow:none;
  }
  
  .section4-v2 h4{
  	font-size:25px!important;
  }
  
  .home .section4-v2 h2{
  	margin-bottom:25px;
  }
  
  .home .section1 .block h3 {
      font-size: 40px!important;
  }
  
  .home .section1 .block {
      font-size: 12px !important;
      font-weight: 700;
      text-align: left;
      display: inline-block;
      margin: 0 0 30px;
      width: 48%;
  }
  
  .site-header.scrolling, .site-header {
      padding: 0 !important;
      min-height: initial !important;
  }
  
  .toggle-wrap{
  	margin:20px 0;
  }
  
  .site-header .wrap{
  	padding-top:5px;
  }

  .home .section1 .block p {
      font-size: 12px!important;
      font-weight:700;
  }
  
  .rrr-section .row-2 .block {
    border: solid 1px #49BF4F;
    color: #fff;
    margin-left: 8px;
    margin-right: 0px;
    padding-top: 0;
    padding-bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    height: auto;
  }
  
  .rrr-section .row-2 .block p{
  	margin:0;
  }
  
  .elementor .elementor-hidden-phone {
    display: none !important;
  }
  
  .rrr-section .row-2 .block {
    margin: 0 auto 20px !important;
  }
  
  .rrr-section{
  	background:#191A1F!important;
  }
  
  .elementor-19 .elementor-element.elementor-element-cb27271 .elementor-heading-title {
      font-size: 28px !important;
      font-weight: 900;
      text-transform: uppercase;
      font-style: italic;
      letter-spacing: 1.8px;
      margin: 0 auto !important;
      width:80%;
  }
  
  .elementor-19 .elementor-element.elementor-element-a7be4d4 .elementor-heading-title {
      font-size: 16px !important;
      font-weight: 900;
      text-transform: uppercase;
      font-style: italic;
      margin: 0;
  }
  
  .cust-form .gform_wrapper,
  #gform_wrapper_1 {
      padding: 15px 20px 35px!important;
  }
  .cust-form .gform_wrapper ::-webkit-input-placeholder,
  #gform_wrapper_1 ::-webkit-input-placeholder { /* Edge */
      font-size:16px;
      font-weight:normal;
      color:#000;
  }
 .cust-form .gform_wrapper :-ms-input-placeholder,
  #gform_wrapper_1 :-ms-input-placeholder { /* Internet Explorer 10-11 */
      font-size:16px;
      font-weight:normal;
      color:#000;
  }
.cust-form .gform_wrapper ::placeholder,
  #gform_wrapper_1 ::placeholder {
      font-size:16px;
      font-weight:normal;
      color:#000;
  }
  .cust-form .gform_wrapper,
  #gform_wrapper_1{
  	margin:0 auto;
  }
  .cust-form .gform_wrapper h3,
  #gform_wrapper_1 h3 {
      color: #000000;
      font-size: 16px !important;
      font-weight: 600;
      margin-bottom: 10px;
      text-align: center;
  }
  .cust-form .gform_wrapper input[type="text"], 
  .cust-form .gform_wrapper select,
  #gform_wrapper_1 input[type="text"], 
  #gform_wrapper_1 select{
  	font-size:16px;
  }
  .cust-form .gform_wrapper .gform_footer .gform_button.button,
  #gform_submit_button_1 {
      white-space: normal;
      line-height: normal;
      max-width: unset !important;
      padding: 15px 5px !important;
      width: 100% !important;
      font-size: 12px !important;
      margin:0 auto!important;
  }
  
  .home .instag-imgs,
  .con-reel-title.elementor-section-boxed{
  	display:none;
  }
	
	/*.section-wrap{
		background-image:none!important;
		min-height:initial!important;
		padding:50px 0!important;	
	}*/
	
	h1,
	h1 span{
    	font-size: 35px!important;
	}
	
	h2,
	h2 span{
    	font-size: 30px!important;
	}
	
	h3,
	h3 span{
    	font-size: 25px!important;
	}
	
	h4,
	h4 span{
    	font-size: 20px!important;
	}
	
	p,
	p span{
		font-size:16px!important;
	}
	
	.mb-text,
	.load-more-btn{
    	font-size:16px!important;
	}
	
	br{
		display:none;
	}
	
	
	.cust-form .gform_wrapper,
	#gform_wrapper_1{
		padding:50px 30px;
	}
	.elementor-19 .elementor-element.elementor-element-3940d68 > .elementor-container {
		min-height: auto!important;
	}
	.home .section1 .bottom-section ul {
		max-width: 185px;
		margin: 0 auto;
		width: 100%;
		display: block;
	}
	.home .section1 .bottom-section ul li {
		margin: 0 auto;
		max-width: 300px;
		display: block;
		padding: 0;
		min-height: 90px;
	}
	.home .section1 .bottom-section ul span{
		top: 0;
		width: 106px;
		left: -110px;
	}
	.home .section1 .bottom-section ul li:last-child {
		margin: 0 auto;
	}
	/*partner*/
  
  /*
	.tpl-process-page .op-section-1 {}
	.tpl-process-page .op-section-1 .block-goal ul li {
		max-width: 265px!important;
		float: none;
		margin: 2px auto;
		width: 100%;
	}
	.tpl-process-page .op-section-1 .block-goal ul li .goal {
		min-height: 75px;
		margin: 0 auto;
		max-width: 100%;
		padding: 12px 10px;
	}*/
	.tpl-process-page .op-section-2 .row-5 .block-left .context {
		border-right: solid 1px #3476E4;
	}
	.op-section-2 .row.row-5 .context.left:before {
		left: 50%!important;
		bottom: -10px!important;
	}
	.tpl-process-page .op-section-2 .row.row-5 .context.right:after {
		left: 50%; 
	}
	.rrr-section .row-2 .block p .info {
		text-transform: uppercase;
		width: 80%;
		max-width: 230px;
	}
	.rrr-section .row-2 .block p .icon {
		width: 20%;
		text-align: center;
		padding-right: 0;
		max-width: 90px;
	}
	/*footer*/
	#custom-footer-section .widget {
		display: block;
		text-align: center;
	}
	.widget.footer-custom-link-widget{
		float: none;
	}
	#bottom-full-width-section .widget.footer-locations-widget,
	#bottom-full-width-section .widget.location-2,
	#bottom-full-width-section .widget.footer-links-widget {
		margin: 0 auto 20px;
		width: 100%;
		max-width: 215px;
		display: block;
	}
	#bottom-full-width-section .widget.location-2{
		margin-right: auto;
	}
	#bottom-full-width-section .footer-consistency-widget{
		margin: 0 auto;
		display: block;
	}
}

@media all and (max-width:768px){
	.tpl-contact .address-blocks .block{
		max-width:100% !important;
		width:100% !important;
		
	}
	
	.vh-partners-section .inner{
		padding: 40px 20px;
	}
	
	.vh-partners-section .inner .content-left{
		margin-bottom:20px;
	}
	body.tpl-client-success .Section3.section-wrap{
		padding: 0;
	}
	body.tpl-client-success .section4 .name p {
		top: -40px;
		left: 38%;
		transform: translate(0, -50%);
		max-width: 200px;
	}

	body.tpl-client-success .section4 .img-wrap img{
		max-width: 269px;
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.home .section1 .bottom-section ul li br{
		display: none!important;
	}
	/*partners*/
	.vh-partners-section1 .content-wrap {
		min-height: auto;
		max-width: 382px;
		width: 100%;
		margin: 0 auto;
	}
	.vh-partners-section1 .content-wrap p strong{
		display: block;
	}
	.vh-partners-section1 .box{
		margin: 20px auto;
	}
	.vh-partners-section1 .box img{
		box-shadow: 0 0px 14px -10px #000;
	}
	/*client-success*/
	body.tpl-client-success .video-img-wrap{
		height: auto;
	}
}

@media all and (max-width:641px){
  
  .top-block3{
  	display:none;
  }
  
  .top-block1{
  	width:45%;
    display:block;
    float:left;
    padding:0 10px;
  }
  
  .top-block2{
  	width:45%;
    display:block;
    float:right;
    padding:0 10px;
  }
	
	.gform_button.button{
    	font-size: 16px !important;
    	padding: 15px 10px !important;
	}
	.waw-section-2 .block {
		width: 50%!important;
	}
}
@media all and (max-width:600px){
	.home .section1 .bottom-section ul {
		max-width: 180px;
		margin-top: 0;
	}
	.section4-v2 .block {
		width: 100%!important;
		max-width: 285px; 
		margin: 0 auto 20px;
	}
	.home .section6-v2 .right-content .custom-btn .elementor-button {
		margin-left: auto;
	}
	/*contact*/
	.contact-page .address-blocks .block {
		width: 50%;
		margin: 20px auto;	
	}
	.contact-page .address-blocks .block.details{
		margin-top: 10px;
	}
	/*faq*/
	.tpl-faq .section1 .inner{
		padding: 15px 10px;
	}
}
@media all and (max-width:500px){
  
  .header-logo, .header-image .site-title > a {
    margin: 0 0 10px;
  }
	
	.homepage .section3c .content-bottom p{
		width:35%;
	}
	
	.site-footer p, 
	.site-footer p a {
    	font-size: 14px !important;
	}
	.contact-page .address-blocks .block.map {
		margin-right: auto;
	}
	.contact-page .address-blocks .block{
	    max-width: 220px!important;
		text-align: center;
		width: 100%!important;
	}
	.contact-page .address-blocks .block.details{
		margin-left: auto;
	}

}
@media all and (max-width:400px){
	.waw-section-2 .block {
		width: 100%!important;
	}
	.tpl-process-page .op-section-2 .row-1 .context ul li{
		font-size: 15px;
	}
	.home .section1 .bottom-section{
		display: none;
	}
	.elementor-19 .elementor-element.elementor-element-c289c63 > .elementor-container {
		min-height: auto!important;
	}
	.home .section1 .content-wrap h1 {
		padding-top: 25px;
	}
}
 

