/*
Theme Name: VIVO
Author: The Big Dot Company
Description: VIVO Framework
Version: 2.1.3.2
Theme URI: https://thebig.co/
Author URI: https://thebig.co/
Text Domain: vivo
*/



html body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    word-wrap: break-word !important;
    font-weight: 300;
    color: #333333;
    background-color: #ffffff;
}


.primary{ color: #1d95d2 ;}
.primary:hover{ color:#1d95d2 ;}
.primary:visited{ color:#1d95d2 ;}
.secondary{ color: #333333;}
.secondary:hover{ color: #333333;}
.secondary:visited{ color: #333333;}
.white{ color: #ffffff;}
.whiteback, tbody tr:nth-child(odd) .whiteback{ background-color: #ffffff;}

#whiteback tbody tr:nth-child(odd){background-color: #ffffff;}
#whiteback td{padding:0;}

a.white{
    color: #ffffff !important;
    text-decoration: underline;
}


.lighten:hover{
    opacity: .7;
}

.pointer{
    cursor: pointer;
}

/* Headings and Text */

strong,
b {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    color: #1d95d2 ;
    font-family: 'Raleway', sans-serif;
}

h1 {
    font-size: 40px;
}
	.h1alt{margin-bottom: 0; }

h2, h3, h4, h5, h6{margin-bottom: 10px;}

.whitefeatured{
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 850px) {
	.h1alt{margin: 140px 0 0 0; }
	
}

@media (max-width: 520px) {
	.h1alt{margin: 70px 0 0 0; }
	
}


@media (max-width: 420px) {
	h1{font-size: 32px;}
	h2{font-size: 25px !important;}
	h3{font-size: 22px;}
	h4{font-size: 19px;}
	
}

.blog-post-h1 {
    margin-top: 0;
}

h2 {
    font-size: 32px;
    margin-top: 30px;
}

.h2blog {
    margin-top: 10px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 22px;
    font-weight: 600;
}

.rounded {
    margin-bottom: 30px;
}

h5 {
    font-size: 18px;
    font-weight: 600;
}

h6 {
    font-size: 15px;
    font-weight: 600;
}

p {
    line-height: 28px;
    font-weight: 400;
    color: #999999;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}

.txtcen{
    text-align: center;
}
.hppara{
    margin-bottom: 30px;
}

.icontxt{
    font-size: 23px;
}

.preheading {
    color: #636363;
    font-size: 20px;
    margin: 50px 0 -20px;
}

a.linkwhite, a.linkwhite:hover, a.linkwhite:visited {color: #ffffff;}

a.acopy,
a.acopy:hover,
a.acopy:visited {
    color: #333333;
    text-decoration: underline;
}

a.bloglink,
a.bloglink:hover,
a.bloglink:visited {
    color: #333333;
    text-decoration: none;
}

a,
a:hover,
a:visited {
    color: #333333;
    text-decoration: none;
}

ul.bdcol, ol{
    font-weight: 400;
    color: #999999;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}

ul.bdcol{
    list-style: none;
    padding-left: 15px;
}

.mainwrap ul.bdcol li, .mpinner ul.bdcol li, .hdwrap ul.bdcol li {
    background: url(/images/bullet.svg) left center no-repeat; 
    padding-left: 35px;
    line-height: 25px;
    color: #999999;
    font-weight: 300;
    margin-top: 7px;
    list-style: none;
    margin-left: -20px;
    background-size: 25px;
}

.mainwrap ul.bdcol {
    margin-bottom: 40px;
}


ol.bdcol {
    display: block;
    padding: 0 0 0 26px;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
    line-height: 18px;
}
ol.bdcol li {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
    line-height: 25px;
}
ol.bdcol li:before {
    counter-increment: numList;
    content: counter(numList);
    float: left;
    position: absolute;
    left: -26px;
    font: bold 12px sans-serif;
    text-align: center;
    color: #fff;
    line-height: 18px;
    width: 18px; height: 18px;
    background: #1d95d2;
    -moz-border-radius: 999px;
    border-radius: 999px;
    margin-top: 4px;
}

.white {
    color: #ffffff;
}


.normalimage {
    width: 100%;
    height: auto;
    margin-bottom: -5px;
}

.blogimage {
    width: 100%;
    height: auto;
    margin: 15px 0;
}

.vimg{margin:20px 0; width:100%; height: auto;}

.last {
    margin-bottom: 80px;
}

.heading1top {
    margin-top: 60px;
}

.center {
    text-align: center;
} 

.nodec {
    text-decoration: none !important;
}


/* Call to Actions */

	.ctabar{
			width:42px;
			height: 200px;
			position: fixed;
			right: 0;
			top:calc(50% - 100px);
			cursor: pointer;
        z-index: 9999;
		}
		.ctabar:hover, .ctabarmob:hover{
			opacity: .8;
		}
		
				@media only screen and (min-width: 740px)  {

			.ctabarmob{
				display: none;
			}
}
		
		
		@media only screen and (max-width: 740px)  {
    
    .ctabar{
        display: none;
    }
			.ctabarmob{
				display: block;
			}
}
		
		
		.ctabarmob{
			width:100%;
			height: 42px;
			background-color: #1d95d2;
			position: fixed;
			bottom: 0;
			border-top: 2px solid #ffffff;
			cursor: pointer;
            z-index: 9999;
		}
		
		.ctabarmobinner{
			width:100%;
			height: 100%;
			text-align: center;
			color: #ffffff;
			text-transform: uppercase;
			letter-spacing: 2px;
			margin: 0 auto;
			float: left;
			font-size: 20px;
			padding-top: 10px
		}

.cta, .cta2, .cta2a {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 25px;
    display: block;
    font-weight: 300;
    line-height: 37px;
    margin: 30px 0 30px 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding-top:3px;
    padding-bottom: 3px;
    cursor: pointer;
    border: 2px solid #ffffff;
}

.cta {
    color: #ffffff;
    background: #333333 ;

}

.cta:hover {
    color: #333333;
    background: #ffffff;
}


.cta2 {
    background: #1d95d2;
    color: #ffffff;
}

.cta2:hover {
    color: #ffffff;
    background: #333333;
}

.cta2a {
    padding-top:3px;
    position: relative;
    bottom: -28px;
}

.cta2a:hover {
    color: #ffffff;
    background: #333333;
}

.hpfeaturecta1, .hpfeaturecta2{
    width: 45%;
    height: auto;
    text-align: center;
    font-size: 25px;
    display: block;
    font-weight: 300;
    line-height: 37px;

    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding-top:3px;
    cursor: pointer;
    border: 2px solid #ffffff;
    background: #1d95d2;
    color: #ffffff;

}

.hpfeaturecta1{
    margin-right: calc(10% - 8px);
    margin: 30px 0 30px 0;
    float: left;
}

.hpfeaturecta2{
    margin-right: calc(10% - 8px);
    margin: 2px 0 30px 0;
    float: right;
}
.hpfeaturecta1:hover, .hpfeaturecta2:hover{
    color: #ffffff;
    background: #333333;
}

@media (max-width: 900px) {
  .hpfeaturecta1{
    margin-right: 0%;
} 
    
    .hpfeaturecta1, .hpfeaturecta2{
        width: 100%;
    }
    
 .hpfeaturecta2{
        width: 100%;
     margin: 0px 0 40px 0;
    }
}

div.wpcf7-response-output {
    color: #999999;
}

/* Header start */


.navlogo.is_center {
    float: none;
    margin: 0 auto;
}

    .navlogo {
        margin: 0 auto 0px auto;
        height: 105.1px;
        float: none;
position: relative;
    top: -2px;
    }

@media (max-width: 520px) {
	
		.navlogo.is_center {
    float: none;
    margin: 0 auto 30px auto;
    }}

@media (max-width: 400px) {
.logowide{display: none;}
.logotall{display: inline;}

}

.navlogo {
    width: 147px;
    height: auto;
}


.smallhead{
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}

.grey{
        color: #999999;
}

.headerframe{
    width:100%;
    height: 74px;
    position: absolute;
    top: 718px;
    z-index: 99;
    image-rendering: pixelated;
}

.headerframehome{
    width:100%;
    height: 74px;
    position: absolute;
    top: 532px;
    z-index: 99;
    image-rendering: pixelated;
}

@media (max-width: 520px) {
	
.headerframe{
    top: 730px;
}
}

.header {
    width: 100%;
    height: auto;
    background-color: #333333;
    color: #D0D0D0;
    font-weight: 300;
    font-size: 14px;
}

.headercont {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 20px 6px 20px;
}


.headercont2 {
    margin: 0 auto;
    padding: 0px 0px 42px 0;
    width: 530px;
    float: none;
}

.headersocial{
    width:156px;
    float: left;
    margin-right: 30px;
}

.headertagline{
    width:auto;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
}


@media (max-width: 650px) {
	
.headercont2 {
    width:100%;
    max-width: 440px;
    margin: 0 auto;
    height: 64px;
}

.headersocial{
    width:156px;
    float: none;
    margin: 0 auto;
}

.headertagline{
    width:100%;
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
    line-height:28px;
}
}

/* Main Wrapper start */

.mainwrap {
    max-width: 1400px;
    margin: -3px auto 0 auto;
    padding: 0 30px;
}




.navwrapper {
    width: 100%;
    max-width: 1400px;
    margin: 25px auto 0 auto;
    height: 101px;
}


@media (max-width: 400px) {

    .navwrapper{
        height:79px;
    }
}



/* Main containers start */

.fullwidth {
    float: left;
    width: 100%;
}

.fullwidtha {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.fullwidthblog {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.fullwidthbloga {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.halfwidthleft {
    width: calc(50% - 20px);
    max-width: 550px;
    float: left;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: left;
}

.halfwidthleftfooter {
    width: calc(50% - 20px);
    max-width: 500px;
    float: left;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: left;
}

.halfwidthleftfooter p {
    color: #ffffff;
}

.halfwidthrightfooter p {
    color: #ffffff;
}

.halfwidthright {
    width: calc(50% - 20px);
    max-width: 550px;
    float: right;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: left;
}

.halfwidthrightfooter {
    width: calc(50% - 20px);
    max-width: 500px;
    float: right;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
}

.quarterwidthleft {
    width: calc(50% - 20px);
    max-width: 500px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: left;
}

.quarterwidthright {
    width: calc(50% - 20px);
    max-width: 500px;
    float: right;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: left;
}

.sixthwidth{
    width: calc(16.66% - 20px);
    max-width: 500px;
    float: left;
    margin: 20px 10px 0 10px;
    text-align:center;
}

.sixthwidthsidebar{
    width: calc(50% - 20px);
    max-width: 500px;
    float: left;
    margin: 20px 10px 0 10px;
    text-align:center;
}

.dlformcen{
    margin:0 auto; 
    float:none; 
    width:330px;     
    padding: 15px 25px;
    text-align: center;
}
	
@media (max-width: 1230px) {
    .sixthwidth {
        width: calc(33.33% - 20px);}
}

@media (max-width: 750px) {
    .sixthwidth {
        width: calc(50% - 20px);}
}	

@media (max-width: 440px) {
    .sixthwidth, .sixthwidthsidebar {
        width: calc(100% - 20px);}
}
    
.blogmain {
    width: calc(67% - 20px);
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    min-height: 520px;
}

.blogsidebar {
    width: calc(28% - 20px);
    float: right;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 0px;
}

@media (max-width: 1050px) {
    .blogsidebar {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    
    .blogmain {
        width: 100%;
        margin-right: 0;
    }    
    
}

.pager {
    margin: 3px;
}

.featuredresponsive {
    width: 100%;
    max-width: 650px;
    height: auto;
}



@media (max-width: 750px) {
    .halfwidthleft {
        width: 100%;
        max-width: 1000px;
        margin-right: 0%;
    }

    .halfwidthleftfooter {
        width: 100%;
        max-width: 1000px;
        margin-right: 0%;
    }

    .halfwidthright {
        width: 100%;
        max-width: 1000px;
        margin-right: 0%;
    }

    .halfwidthrightfooter {
        width: 100%;
        max-width: 1000px;
        margin-right: 0%;
    }





    .demoadj {
        margin-top: 40px !important;
    }

}

@media (max-width: 520px) {
    .quarterwidthleft {
        width: 100%;
    }

    .quarterwidthright {
        width: 100%;
    }

    .demoadj2 {
        margin-top: 40px !important;
    }

}



.featurecircle{
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
}


/* Footer start */

.footer {
    width: 100%;
    float: left;
    margin-top: 50px;
}

@media (max-width: 1150px) {

    table#whiteback{ margin: 0 auto;}
    
    #footer{text-align: center;}
    
}

.footerbottom {
    width: calc(100% - 20px);
    height: auto;
    background: #333333;
    color: #D0D0D0;
    font-weight: 300;
    font-size: 14px;
    float: left;
    margin-top: 40px;
    padding: 10px;
}


.footertagline {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.footerborder {
    width: 100%;
    height: 1px;
    background-color: #999999;
    margin: 0px 0 40px 0;
    
}


@media (max-width: 550px) {


    .linebreak {
        display: block;
    }




}




.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* WordPres Various */

.wp-caption {
    background: none;
    border: none;
    max-width: 100%;
    padding: 0;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 30px;
}

.wp-caption img {
    margin-bottom: 5px !important;
    margin-top: 0 !important;
}

.main-content--m-plus .wp-caption {
    margin-top: 45px;
    margin-bottom: 45px;
}

.wp-caption-text,
.gallery-caption {
    margin: 0 !important;
    font-style: italic;
    color: #3f3f53;
    font-size: 0.875em;
    /* 16px : 14pxÂ */
}

.loop-container .post.sticky {
    display: block;
}

.stick {
    display: block;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.comment__list .comment .bypostauthor {
    position: relative;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright {
    display: block;
    margin: 5px auto 30px;
}

.main-content--m-plus .alignnone {
    display: initial;
}

.main-content--m-plus .alignleft {
    float: left;
    margin-right: 45px;
}

.main-content--m-plus .alignright {
    float: right;
    margin-left: 45px;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.blogmain nav a {
    display: inline;
    padding: 0;
    color: inherit;
    font-size: 14px;
}

.blogmain nav a:hover {
    background: none;
    text-decoration: underline;
}

li.comment {
    list-style: none;
}

.imageframe2 {
    position: relative;
    margin-bottom: 30px;
}



.blog-post.sticky {
    padding: 0 20px 20px 20px;
    -moz-border-radius: 13px 13px 13px 13px;
    -webkit-border-radius: 13px 13px 13px 13px;
	border-radius: 13px 13px 13px 13px;
    border: 2px dashed #999999;
}

blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    padding-left: 15px;
    border-left: 3px solid #ccc;
}

table {
    border-collapse: collapse;
}
/**
tbody tr:nth-child(odd) {
    background-color: #dbf2ff;
}
**/
td,
th {
    padding: 10px 4px;
}
/**
tbody tr:nth-child(odd) th {
    background-color: #d1eeff;
}
**/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.blog-post iframe {
    max-width: 100%;
}

li.comment {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(68, 152, 200, 0.12);
    background: #f5fbff;
    margin-bottom: 5px;
}

li.comment > ul > li.comment,
li.comment > ul > li.comment > ul > li.comment > ul > li.comment {
    background: #fff;
}

li.comment > ul > li.comment > ul > li.comment,
li.comment > ul > li.comment > ul > li.comment > ul > li.comment > ul > li.comment {
    background: #f5fbff;
}

li.comment.bypostauthor {
    background: #9bdaff;
}

.fullwidthblog ul li {
    list-style-image: url(img/harleybullet.png);
    padding-left: 7px;
    line-height: 25px;
    color: #333333;
    font-weight: 300;
    margin-top: 6px;
}

.fullwidth ul li {
    list-style-image: url(img/harleybullet.png);
    padding-left: 7px;
    line-height: 25px;
    color: #333333;
    font-weight: 300;
    margin-top: 6px;
}


#s {
    background-color: #ffffff;
    border: 1px solid #333333;
    color: #333333;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 5px;
    max-width: 100%;
    padding: 8px;
    resize: none;
    text-align: left;
    width: calc(70% - 20px);
}

#searchsubmit {
    background-color: #333333;
    border: medium none;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 5px;
    max-width: 100%;
    padding: 8px;
    resize: none;
    cursor: pointer;
}

input::-webkit-input-placeholder {
    opacity:1; color:#ffffff ;
}

input:-moz-placeholder {
    /* Firefox 18- */
    
    opacity:1; color:#ffffff ;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    
    opacity:1; color:#ffffff ;
}

input:-ms-input-placeholder {
    opacity:1; color:#ffffff ;
}

#comments ul li {
    list-style: none;
    margin-left: -40px;
}

.avatar {
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
	border-radius: 200px 200px 200px 200px;
    border: 1px solid #ffffff;
}

.blog-post.format-aside {
    padding: 20px 0;
    font-size: 20px;
    font-style: italic;
}

.format-quote {
    padding: 20px 0;
}

.pagination {
    margin-top: 30px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}



/* Map. */

.wpgmp_map_container{
	border: none !important;
	box-shadow: none !important;
	border-radius: 0px !important;

	
}



/* Featured Halves */


	.featuredhalves{
		background-color: #333333;
		float: left;
		width: 100%;
		height: auto;
        margin: 50px 0 50px 0;
        display: flex;
	}
	
	.primaryhalf{
		width:50%;
		height: auto;
		float:left;
		background-color: #1d95d2 ;
		color: #ffffff;
	}
	.secondaryhalf{
		width:50%;
		height: auto;
		float:right;
		background-color: #333333;
		color: #ffffff;
	}
	
	.primaryhalfinner{
    margin: 30px 50px 30px 0;
    max-width: 550px;
    width: calc(100% - 50px);
    float: right;
    position: relative;


		
	}
	
	.secondaryhalfinner{
    float: left;
    margin: 30px 0 30px 50px;
    max-width: 550px;
    width: calc(100% - 50px);
}
	
	
	@media (max-width: 720px) {
		
.primaryhalf{
		width:100%;
		float:left;
	}
	.secondaryhalf{
		width:100%;
		float:left;
	}
	.featuredhalves{
        display: block;
        
        }
}
        	@media (max-width: 1500px) {
	.primaryhalfinner, 	.secondaryhalfinner{
        width: calc(90% - 50px);
	}
        }
        	@media (max-width: 830px) {
	.primaryhalfinner, 	.secondaryhalfinner{
        width: calc(100% - 100px);
    margin: 30px 50px 30px 50px;
    max-width: 800px;
	}
        }



/*VIVO Menu logo previously 357*/
@media only screen and (min-width: 945px)  {
.navlogo {
margin: 0px 5px 5px 10px !important;
width: 147px !important;
    z-index: 9999;
}
.vivonavm {
    width: 70% !important;
    float: right !important;
    bottom: 85px !important;
}
}
.vivonavm>ul>li>a {
    padding: 13px !important;
}

@media only screen and (max-width: 1400px)  {
    .vivonavm ul{
        text-align: right !important;
        margin-right: 30px !important;
    } 
    
}

@media only screen and (max-width: 945px)  {
    .vivonavm ul{
        text-align: center !important;
            margin-right: 0 !important;

    } 
    
}
@media only screen and (min-width: 750px)  {
.vivonavm li li a:hover {
    background: #0f71a2 !important;
}
.vivonavm li a {
transition: all .1s ease-out !important;
}
.vivonavm li.has-sub>a:after {
display: none;
}
.vivonavm ul ul {
width: 190px !important;
}
.vivonavm ul ul ul {
left: 190px !important;
}
.vivonavm li li a {
background-color: #1D95D2 !important;
color: white !important;
}
.vivonavm.light li a {
font-weight: 400;
font-size: 14px;
}
.vivonavm.light ul > li:hover > a {
    background-color: #1d95d2;
color: white !important; 
}
.vivonavm.light, .vivonavm.light ul ul a {
color: white !important;
}
.vivonavm.light li a {
    color: #6b5e5e !important;
}
.vivonavm>ul>li {
    margin-right: -5px;
}
.vivonavm.light ul ul a:hover {
    padding-left: 20px;
}
}
.vivonavm.light {
    background: none !important;
}
@media only screen and (max-width: 750px)  {
.vivonavm.light ul li ul li ul li {
    background-color: #757f94 !important;
}
.vivonavm.light {
background-color: rgb(49, 169, 224) !important;
}
ul.faq li i:before, ul li i:after {
display:none;
}
.vivonavm.mobile.light li a {
color: white;
}
.vivonavm.mobile .menu-toggle {
    text-align: center;
width: 100%;
color: white !important;
font-weight: 400;
}
.vivonavm.mobile .menu-toggle .fa {
float: right;
}
.vivonavm.mobile>ul>li {
    background-color: #616b7d;
}
.vivonavm.mobile.light ul {
    background: rgb(107, 118, 138) !important;
}
}
li.current_page_item {
background: #1d95d2;
}
.vivonavm ul li.current-menu-item a {
color: white !important;
}






















.square {
  width: 16%;
  height: auto;
  background-color: #ffffff;
  float: left;
  cursor: pointer;
	padding: .33% .33% 0 .33%;
}





.hpiconwrap{
    margin: 40px 0;
    float: left;
    width:100%;
}


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

  .square {
    width: 32.1%;
    height: auto;
	  padding: .45% .45% 0 .45%;
  }
  .main {
    width: 100%;
  }
}

.fullwidth {
    float: left;
    width: 100%;
}




.halfwidth1,
.halfwidth2, .footerhalfwidth1, .footerhalfwidth2, .featurehalfwidth1, .featurehalfwidth1a, .featurehalfwidth2, .featurehalfwidth2a {
  width: calc(50% - 40px);
  margin: 0;
  float: left;
}

.halfwidth1, .featurehalfwidth1, .featurehalfwidth1a {
  margin-right: 40px;
}

.footerhalfwidth1{
    width:calc(50% - 20px);
    float: left;
    margin-right: 20px;

}
.footerhalfwidth2{
    margin-left: 20px;
    width:calc(50% - 20px);
    float: left;
}

.footerhalfwidth1a{
        width: calc(50% - 20px);
        margin-right: 20px;
        float: left;
}
.footerhalfwidth2a{
        width: calc(50% - 20px);
          margin-left: 20px;  
        float: left;
}

@media only screen and (max-width: 600px) {
.footerhalfwidth1a, .footerhalfwidth2a{
    width:100%;
    margin: 0;}
}

.halfwidth2, .featurehalfwidth2, .featurehalfwidth2a {
  margin-left: 40px;
}

.onethirdwidth1 {
  width: calc(30% - 40px);
  margin-left: 40px;
  float: left;
}

.onethirdwidth1hp {
  width: calc(30% - 40px);
  margin-left: 40px;
  float: left;
     margin-top: 100px;
}

.onethirdwidth2 {
  width: calc(30% - 40px);
  margin-right: 40px;
  float: left;
}

.twothirdwidth1 {
  width: calc(70% - 40px);
  margin-right: 40px;
  float: left;
}

.twothirdwidth2 {
  width: calc(70% - 40px);
  margin-left: 40px;
  float: left;
}

.thirdwidth1 {
  width: calc(33.33% - 26px);
  margin-right: 26px;
  float: left;
}

.thirdwidth2 {
  width: calc(33.33% - 26px);
  margin: 0 13px;
  float: left;
}

.thirdwidth3 {
  width: calc(33.33% - 26px);
  margin-left: 26px;
  float: left;
}

.quarterwidth1 {
  width: calc(25% - 40px);
  margin-right: 40px;
  float: left;
}

.quarterwidth2 {
  width: calc(25% - 40px);
  margin: 0 30px 0 10px;
  float: left;
}

.quarterwidth3 {
  width: calc(25% - 40px);
  margin: 0 10px 0 30px;
  float: left;
}

.quarterwidth4 {
  width: calc(25% - 40px);
  margin: 0 0 0 40px;
  float: left;
}



.equalcontent {
  margin-bottom: 30px;
}

.equalinner {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  height: auto;
  margin-bottom: 40px;
}

.equalctaholder {
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: 0px;
}

@media only screen and (max-width: 1100px) {
  .quarterwidth1,
  .quarterwidth2,
  .quarterwidth3,
  .quarterwidth4 {
    width: calc(50% - 80px);
    margin: 40px 40px;
  }
}

@media only screen and (max-width: 900px) {
  .leftside {
    width: 100%;
    margin-bottom: 0;
  }
  .equalinner {
    margin-bottom: 0;
  }
  .sidebar {
    margin: 40px 40px 40px 40px !important;
  }
  .onethirdwidth1,
  .twothirdwidth1,
  .onethirdwidth2,
  .twothirdwidth2,
    .onethirdwidth1hp{
    width: 100%;
  }
  .onethirdwidth1, .onethirdwidth1hp {
    margin: 40px 0;
  }
  .twothirdwidth2 {
    margin: 40px 0;
  }
}

@media only screen and (max-width: 1150px) {
    .footerhalfwidth1, .footerhalfwidth2{
        width:100%;
        margin: 0;
    }
    
}

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

     .featurehalfwidth1, .featurehalfwidth2{
        width:100%;
        margin: 0;
    }   
    
}

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

     .featurehalfwidth1a, .featurehalfwidth2a{
        width:100%;
        margin: 0;
    }   
    
}


@media only screen and (max-width: 700px) {
  .thirdwidth1,
  .thirdwidth2,
  .thirdwidth3 {
    width: 100%;
    margin-top: 0px;
    margin: 0 0 40px 0;
  }
  .halfwidth1,
  .halfwidth2 {
    width: 100%;
  }
  .halfwidth1 {
    margin: 0 0 30px 0;
  }
  .halfwidth2 {
    margin: 0;
  }
  .sidebar {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 550px) {
  .quarterwidth1,
  .quarterwidth2,
  .quarterwidth3,
  .quarterwidth4 {
    width: 100%;
    margin: 40px 0px;
  }
}




.square img:last-child{display:none}
.square:hover img:first-child{display:none}
.square:hover img:last-child{display:inline-block}
.cardimg{
    width:100%;
    height: auto;
}



.hpcontactwrap{
    width:100%;
    height: auto;
    min-height: 450px;
    background-color: #1d95d2;
    float: left;
    padding: 40px 0 20px 0;
}

.hpcontacttwothirdwidth1 {
  width: calc(60% - 65px);
  margin-right: 30px;
  float: left;
}

.hpcontactarrow{
  width: 35px;
    height: 78px;
  float: left;
        margin-top: 195px;
}

.hpcontactarrowmob{
    display: none;
}


.hpcontactformwrap{
  width: calc(40% - 30px);
  margin-left: 30px;
  float: left;
}

.hpcontactleftinner{
    padding: 50px;
    width:calc (100% - 104px);
    height: auto;
    border: 2px dashed #ffffff;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    margin-top: 130px;
}


.hparrow{
    width:35px;
}

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

    
    .hpcontactleftinner{
    padding: 25px;
    width:calc (100% - 54px);
}

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

.hpcontactleftinner{
    margin-top: 10px;
    }

.hpcontacttwothirdwidth1 {
    width:100%;
    margin: 0;

}

.hpcontactarrow{
    display: none
}
    
    .hpcontactarrowmob{
          width: 100%;
    height: 35px;
  float: left;
        margin-top: 30px;
        margin-bottom: 30px;
       display: block;
    }
.hparrowmob{
    width:78px;
    margin: 0 auto;
        float: none;
    display: block;
}

.hpcontactformwrap{
        width:100%;
    margin: 0;


}
 
.hparrow{
    width:78px;
}

}
.featservtitle{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 60px;
    font-weight: 400;
    font-size: 33px;
}

.featservheadings{
    margin: 0;
}



.featsevimgwrap{
    width:20%;
    height: auto;
    float: left;
    margin-right: 30px;

}

.featservcircle{
    width:100%;
    height: auto;
    float: left;
    -webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}


.featservtxt{
    width:calc(80% - 30px);
    height: auto;
    float: left;
    margin: 0 0 40px 0;
    
}



@media only screen and (max-width: 1050px) {
    
.featsevimgwrap{
    width: 100%;
    max-width: 100px;
    margin: 0 auto 130px auto;
    float: none;

}
    .featservtxt{
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    float: none;
    text-align: center;
    }  
    
}

.sidebarformholder{
    width: calc(100% - 40px);
    height: auto;
    float: left;
    background-color: #333333;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:20px 20px 0 20px;
    margin: 50px 0;
}

@media only screen and (max-width: 1050px) {
    
   .sidebarformholder{  margin: 20px 0 50px 0;   
}
}

.hp-name, .hp-email, .hp-phone, .sb-name, .sb-email, .sb-phone {
    width: calc(100% - 28px);
    height: 24px;
    
}

.sb-message{
    width: calc(100% - 28px);
    height: 124px;
    
}

.hp-clinic, .hp-service, .sb-service{
    width: calc(100% - 4px);
    height: 47px;

}

.hp-name, .hp-email, .hp-phone, .hp-clinic, .hp-service {
    padding: 10px;
    font-size: 14px;
    border: 2px solid #ffffff;
    color: #ffffff !important;
    background-color: #1d95d2;
    font-family: 'Raleway'
    
}

.sb-name, .sb-email, .sb-phone, sb-service, .sb-message {
    padding: 10px;
    font-size: 14px;
    border: 2px solid #1d95d2;
    color: #333333 !important;
    background-color: #ffffff;
    font-family: 'Raleway'
    
}

.sb-name::-webkit-input-placeholder, .sb-email::-webkit-input-placeholder, .sb-phone::-webkit-input-placeholder  {
    opacity:.7; color:#333333 ;
}

.sb-name:-moz-placeholder, .sb-email:-moz-placeholder, .sb-phone:-moz-placeholder,  {
    /* Firefox 18- */
    
    opacity:.7; color:#333333 ;
}

.sb-name::-moz-placeholder, .sb-email::-moz-placeholder, .sb-phone::-moz-placeholder {
    /* Firefox 19+ */
    
    opacity:.7; color:#333333 ;
}

.sb-name:-ms-input-placeholder, .sb-email:-ms-input-placeholder, .sb-phone:-ms-input-placeholder  {
    opacity:.7; color:#333333 ;
}

span.wpcf7-list-item-label, .white15{
    font-size: 15px;
    color: #ffffff;
}

input[type="checkbox"] {
    margin: 0 10px 20px 0;
}

.sb-submit, .hp-submit{
    width: 100%;
    height: 45px;
    background-color: #2b2b2b;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Raleway';
-webkit-border-radius: 200px;
-moz-border-radius: 200px;
border-radius: 200px;
border: 2px solid #ffffff;
    outline: none;

}

.sb-submit:focus, .hp-submit:focus{
    border: 2px dashed #ffffff;
    
}

.sb-submit{
    margin: 0;
}

.hp-submit {
    margin: 20px 0 0 0;

}


.hp-submit:hover{
    background-color: #ffffff;
    color: #333333;
}

.sb-submit:hover{
    background-color: #1d95d2;
    color: #ffffff;
}




.adj0x0{
    margin: 0;
}

.adj30x0{
    margin: 30px 0 0 0;
}
.adj60x0{
        margin:60px 0 0 0;
}

.adj0x30{
    margin: 0 0 30px 0;
}
.adj0x55{
    margin: 0 0 55px 0 !important;
}

.adj30x30{
    margin: 30px 0 30px 0;
}

.nopadding{
    padding: 0;
}

.imgauto{
    width:100%;
    height: auto;
}
.nodec {
    text-decoration: none;
}


.sbheading{
    margin: 10px auto 30px auto;
    text-align: center;
    color: #ffffff;
}


.vivoimghead{
    margin: -46px 0 30px 0;
}

@media only screen and (max-width: 945px)  {
    
    .vivoimghead{
    margin: 0px 0 10px 0;
}

    
}







.bdccontactheading{
    margin-top: 0;
}


.bdccontactfull{
	width:100%;
	height:auto;
	margin:20px auto 0 auto;
	max-width:1200px;

}
.bdccontactrow{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:0px;


}

	.bdccontactleft{
width: calc(33.33% - 40px);
    float: left;
    margin: 0px 40px 00px 0;
	}
	.bdccontactmiddle{
		width:calc(33.33% - 40px);
		float: left;
		margin: 20px 20px 0px 20px;
	}
	
		.bdccontactright{
		width:calc(33.33% - 40px);
		float: left;
		margin: 20px 0 00px 40px;
	}
	
@media only screen and (max-width:992px){
	.bdccontactleft, .bdccontactmiddle, .bdccontactright{
		width: 100%;
		margin: 20px 0;
	}
    .bdccontactmiddle{
        margin: 200px 0 20px 0;
    }
    }


a[href^=tel] {
text-decoration:inherit;
color: inherit;
}


 /* Info Icons */


.infoiconmain{
	width: calc(100% - 42px);
	height:auto;
	float:left;
	margin:20px 0 40px 0;
	font-family:'Raleway', sans-serif;
	border:1px solid #e8e8e8;
	padding:2px 20px 20px 20px;
	
}

.infoiconsub{
	width:33%;
	height:50px;
	min-width:100px;
	float:left;
	margin-bottom:10px;
	line-height:20px;

}
.infoicontitle{
	font-size: 14px;
	color:#3a3c41;
	margin-left:60px;
	font-weight:500;
	padding-top:6px;
}
.infoiconsubtitle{
	font-size: 11px;
	color:#999999;
	margin-left:60px;}

@media screen and (max-width: 675px) {
	.infoiconsub{
			width:49%;
	}
}

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


.infoiconsub{

	line-height:12px;

}

.infoiconsubtitle{
	font-size: 10px;
	margin-left:40px;}
	
.infoicontitle{
	font-size: 12px;
	color:#3a3c41;
	margin-left:40px;
	font-weight:500;
	padding-top:7px;
}	
	
	
.infoicon1{ width:35px !important; height:35px;}	
}

.infoicon1{ width:50px; height:50px; float:left;}

.infoicons{
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	float:left;
}


.infoicons:hover{
	
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}


/* TABLES START*/
.wacdeltab {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #dbdbdb;}
	
	.wacdeltab table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;
        padding:0px;
	

}



.wacdeltab td{
	vertical-align:middle;
	
	background-color:#ffffff;

	border:1px solid #dbdbdb;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:10px 35px;
	color:#7C7C7C;
	font-size:14px;
}.wacdeltab tr:last-child td{
	border-width:0px 1px 0px 0px;
}.wacdeltab tr td:last-child{
	border-width:0px 0px 1px 0px;
}.wacdeltab tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}


.wacdeltab tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.wacdeltab tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


.wacdeltabright1{
	width:10%;


}

.vivoprice{
    text-align: center;
    padding: 5px;
    margin: 20px 0;
}

.vivoprice2{
    text-align: center;
    padding: 0;
    margin: 35px 0 30px 0;
}

.vivopricehead { 
background-color: #1d95d2;
color : #ffffff;
line-height:40px; }

.vivopricebody tr:nth-child(even) {
background: #afd8ed;
color:#ffffff;
line-height:30px;
}

.vivopricebody tr:nth-child(odd) {
background: #ffffff;
color:#1d95d2;
line-height:30px;
}

.vivopricehalf{
	width:50%;
}


.wacfootertitle{color: #9ba0aa; font-size:18px; text-align:center;}
/* TABLES END */
     
        		/* Product Page start */
        
        
		.mpinner {
			width: 100%;
			max-width: 1200px;
			height: auto;
			float: none;
			margin: 0 auto;
		}
		.mpdivider {
			width: 100%;
			height: 2px;
			background-color: #BBAFAF;
			float: left;
			margin: 0 0 50px 0;
		}
		.mpdivider2 {
			width: 100%;
			height: 2px;
			background-color: #BBAFAF;
			float: left;
			margin: 50px 0 50px 0;
		}
		.mpleft {
			width: calc(35% - 60px);
			float: left;
			height: 100%;
			margin: 30px
		}
		.mpright {
			width: calc(65% - 0px);
			float: left;
			height: 100%;
		}
		.mprightimg {
			width: 100%;
			height: auto;
			position: absolute;
			bottom: 0;
		}
		.mprightinner {
			position: relative;
			width: 100%;
			min-height: 650px;
		}
		@media only screen and (max-width: 1000px) {
			.mpleft {
				width: calc(100% - 60px);
			}
			.mpright {
				width: 100%;
			}
			.mprightinner {
				min-height: 400px;
				max-width: 500px;
				float: none;
				margin: 0 auto;
			}
		}
		@media only screen and (max-width: 400px) {
			.mprightinner {
				min-height: 250px;
			}
		}
		.mpaccord {
			width: 100%;
			max-width: 800px;
			height: auto;
			float: none;
			margin: 0px auto;
		}
		.mpaccord2 {
			width: calc(100% - 60px);
			max-width: 1060px;
			height: auto;
			float: none;
			margin: 0px auto;
            padding: 0 30px;
		}
		.imgfloatcent {
			width: 100%;
			height: auto;
		}
		#mpbenefits {
			color: #ffffff;
		}
		.mpbenefits {
			width: 100%;
			height: auto;
			background-color: #29abe2;
			padding: 50px 0 0 0;
			margin-bottom: 60px;
            margin-top: 50px;
            float: left;
		}

@media only screen and (max-width:1050px)  {
		.mpbenefits {
            padding-bottom: 50px;
    }}
    @media only screen and (max-width:700px)  {
		.mpbenefits {
            padding-bottom: 20px;
        }}
		.mptraining {
			width: 100%;
			height: auto;
			min-height: 500px;
			min-height: 400px;
			float: left;
			background-image: url(/images/clinic-blue.jpg);
			background-size: cover;
			margin-top: 50px;
            margin-bottom: 25px;
			background-repeat-x: repeat;
			background-position-x: 1600px;
		}
		.mpleft1 {
			width: calc(65% - 60px);
			float: left;
			height: 100%;
			margin: 30px;
		}
		.mpright1 {
			width: calc(35% - 0px);
			float: left;
			height: 100%;
		}
		.mpright1img {
			width: 100%;
			height: auto;
			position: absolute;
			bottom: 0;
		}
		.mpright1inner {
			position: relative;
			width: 100%;
			min-height: 450px;
		}
		@media only screen and (max-width: 900px) {
			.mpleft1 {
				width: calc(100% - 60px);
			}
			.mpright1 {
				width: 100%;
                margin-top: 20px;
			}
			.mpright1inner {
				min-height: 400px;
				max-width: 400px;
				float: none;
				margin: 0 auto;
			}
		}
		@media only screen and (max-width: 400px) {
			.mpright1inner {
				min-height: 350px;
			}
		}
		.mproileft, .mproiright {
			width: calc(50% - 60px);
			float: left;
			height: auto;
			margin: 30px;
		}

.mproiright{
    margin-bottom: 70px;}

		@media only screen and  (max-width: 800px) {
			.mproileft, .mproiright {
				width: calc(100% - 60px);
			}
		}
		/* Pricing Styles start */

.priceintro{
    width:calc(100% - 40px);
    margin: 20px 20px 40px 20px;
    float: left;
}

		.pricewrapmain {
			width: 100%;
			margin: 85px auto 100px auto;
			display: block;
			float: none;
			max-width: 1500px;
			float: left;
		}

		.pricewrapmain2 {
			width: 100%;
			margin: 35px 0 30px 0;
			display: block;
			float: none;
			max-width: 1500px;
			float: left;
		}
		.pricecolumn {
			width: calc(25% - 36px);
			max-width: 345px;
			height: auto;
			min-height: 500px;
			float: left;
			margin: 0 18px;
		}
		.pricepart1 {
			width: 100%;
			min-height: 150px;
			height: auto;
			background-color: #29abe2;
			-webkit-border-radius: 25px 25px 0px 0px;
			-moz-border-radius: 25px 25px 0px 0px;
			border-radius: 25px 25px 0px 0px;
			float: left;
			margin-bottom: 0;
		}
		.pricepart2 {
			width: 100%;
			min-height: 145px;
			height: auto;
			background-color: #333333;
			float: left;
		}
		.pricepart3 {
			width: 100%;
			min-height: 145px;
			height: auto;
			background-color: #e6e6e6;
			float: left;
			padding: 20px 0;
		}
		.priceicon {
			width: 80px;
			height: 50px;
			margin: 24px auto 9px auto;
			display: block;
			float: none;
		}
		.pricetitle {
			width: 88%;
			margin: 0 auto 24px auto;
			color: #ffffff;
			text-align: center;
    font-family: 'Raleway', sans-serif;
			font-size: 39px;
			line-height: 39px;
		}
		.pricefrom {
			width: 88%;
			margin: 12px auto 0;
			color: #ffffff;
			text-align: center;
    font-family: 'Raleway', sans-serif;
			font-size: 20px;
		}
		.pricenumber {
			width: 88%;
			margin: 0px auto 12px auto;
			color: #ffffff;
			text-align: center;
    font-family: 'Raleway', sans-serif;
			font-size: 34px;
			line-height: 47px;
		}
		.pricesubtitle {
			width: 88%;
			margin: 18px auto 24px auto;
			color: #29abe2;
			text-align: center;
    font-family: 'Raleway', sans-serif;
			font-size: 19px;
			line-height: 22px;
		}
		.pricefeatures {
			width: 88%;
			margin: 0 auto 0 auto;
			color: #1a1a1a;
			text-align: center;
			font-family: "Source Sans Pro", sans-serif;
			font-size: 14px;
			border-bottom: 1px dotted #d3d3d3;
			padding: 8px 0;
			font-weight: 300;
		}
		.pricecta {
			width: 100%;
			height: 35px;
			background-color: #29abe2;
			-webkit-border-radius: 0px 0px 25px 25px;
			-moz-border-radius: 0px 0px 25px 25px;
			border-radius: 0px 0px 25px 25px;
			float: left;
			margin-bottom: 0;
			color: #ffffff;
			padding: 10px 0;
    font-family: 'Raleway', sans-serif;
			font-size: 29px;
			text-align: center;
			line-height: 33px;
            text-transform: uppercase;
            letter-spacing: 2px;
		}
		.pricecta:hover {
			background-color: #000000;
			cursor: pointer;
		}
		.pricelink {
			color: #ffffff;
			text-decoration: none;
		}
		@media (max-width: 1200px) {
			.pricewrapmain {
				width: 100%;
				margin: 100px auto;
				display: block;
				float: none;
				max-width: 780px;
			}
			.pricecolumn {
				width: 45%;
				max-width: 385px;
				height: auto;
				min-height: 500px;
				float: left;
				margin: 0 20px;
			}
			.pricecta {
				margin-bottom: 35px;
			}
		}
		@media (max-width: 900px) {
			.pricecolumn {
				width: 90%;
				margin: 20px auto;
				float: none;
			}
			.pricewrapmain {
				margin: 50px auto;
			}
		}
		@media (max-width: 400px) {
			.pricecolumn {
				max-width: 300px;
			}
		}
		@media (max-width: 350px) {
			.pricecolumn {
				width: 90%;
				margin: 20px auto;
				float: none;
				max-width: 250px;
			}
		}
		/* Pricing Styles end */

		.coverall{
			width:calc(100% - 4px);
			height: 30px;
			border: solid 2px #999999;
			border-bottom: 0;
			float: left;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
            margin-bottom: 10px;

		}
		
		.coveralltop{
			width:2px;
			height: 20px;
			background-color: #999999;
			float: none;
			text-align: center;
			margin: 0 auto 0 auto;
		}

		/* Accodion Start */
@media only screen and (max-width:430px)  {
.mobhide{
    display: none;;
}
}

@media only screen and (max-width:940px)  {
.accorwrapper{
    width: calc(100% - 60px;);
    margin: 0 30px;
}
}

input#tab-one[type=radio]:checked + label#tab-on::after {
    content: "\f068";
color: #a2a2a2;
}
input#tab-one[type=radio] + label#tab-on::after {
    color: #a2a2a2;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 0px/4 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
input#tab-two[type=radio]:checked + label#tab-tw::after {
    content: "\f068";
color: #a2a2a2;
}
input#tab-two[type=radio] + label#tab-tw::after {
    color: #a2a2a2;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 0px/4 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
input#tab-three[type=radio]:checked + label#tab-thre::after {
    content: "\f068";
color: #a2a2a2;
}
input#tab-three[type=radio] + label#tab-thre::after {
    color: #a2a2a2;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 0px/4 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
input#tab-four[type=radio]:checked + label#tab-fou::after {
    content: "\f068";
color: #a2a2a2;
}
input#tab-four[type=radio] + label#tab-fou::after {
    color: #a2a2a2;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 0px/4 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
input#tab-five[type=radio]:checked + label#tab-fiv::after {
    content: "\f068";
color: #a2a2a2;
}
input#tab-five[type=radio] + label#tab-fiv::after {
    color: #a2a2a2;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 0px/4 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

input#tab-six[type=radio]:checked + label#tab-si::after {
    content: "\f068";
color: #a2a2a2;
}
input#tab-six[type=radio] + label#tab-si::after {
    color: #a2a2a2;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 0px/4 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

input#tab-seven[type=radio]:checked + label#tab-sev::after {
    content: "\f068";
color: #a2a2a2;
}
input#tab-seven[type=radio] + label#tab-sev::after {
    color: #a2a2a2;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 0px/4 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

input#tab-eight[type=radio]:checked + label#tab-eigh::after {
    content: "\f068";
color: #a2a2a2;
}
input#tab-eight[type=radio] + label#tab-eigh::after {
    color: #a2a2a2;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 0px/4 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

input#tab-nine[type=radio]:checked + label#tab-nin::after {
    content: "\f068";
color: #a2a2a2;
}
input#tab-nine[type=radio] + label#tab-nin::after {
    color: #a2a2a2;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 0px/4 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

input#tab-ten[type=radio]:checked + label#tab-te::after {
    content: "\f068";
color: #a2a2a2;
}
input#tab-ten[type=radio] + label#tab-te::after {
    color: #a2a2a2;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 0px/4 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.tab {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
input#tab-one, input#tab-two, input#tab-three, input#tab-four, input#tab-five, input#tab-six, input#tab-seven, input#tab-eight, input#tab-nine, input#tab-ten  {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label#tab-on, label#tab-tw, label#tab-thre, label#tab-fou, label#tab-fiv, label#tab-si, label#tab-sev, label#tab-eigh, label#tab-nin, label#tab-te  {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: white;
    font-family: 'Raleway', sans-serif;
  line-height: 4;
  cursor: pointer;
}
.blue label {
  background: #2980b9;
}
.tab-content {
  max-height: 0;
  overflow: hidden;
  background: #1abc9c;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.blue .tab-content {
  background: #3498db;
}

/* :checked */
input:checked ~ .tab-content {
  max-height:100em;
}
/* Icon */
label#tab-on::after, label#tab-tw::after, label#tab-thre::after, label#tab-fou::after, label#tab-fiv::after, label#tab-si::after, label#tab-sev::after, label#tab-eigh::after, label#tab-nin::after, label#tab-te::after  {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 4;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

.blue label {
    background: #ffffff;
    color: #3498db;
    border: 1px solid #3498db;
border-bottom: 0px;
    font-family: arial;
    font-weight: 300;
font-size: 25px;
}
.blue .tab-content {
    background: #ffffff;
    color: #a2a2a2;
    border: 1px solid #3498db;
border-top: 0px;
    font-family: arial;
}

img.photo {
vertical-align: middle;
margin-right: 15px;
    margin-top: 40px;
}
.mpaccordinner {
    width: calc(100% - 60px);
    float: left;
    margin: 30px;
}
div.rightphoto {
    margin-top: 30px;
}

@media only screen and (max-width:940px)  {
div.rightphoto {
    margin-top: 30px;
margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

input:checked ~ .tab-content {
    max-height: 500em;
}
}
@media only screen and (max-width:760px)  {
.blue label {
font-size: 20px;
}
    
    .photo{
        margin: 15px 15px 15px 0;
    }
}
@media only screen and (max-width: 575px) {
.blue label {
    font-size: 15px;
}
}
@media only screen and (max-width: 345px) {
.blue label {
    font-size: 13px;
}
}
		/* Accodion end */



		/* FemiWand Intro*/


.containermlk:after {
    clear: both;
}

.containermlk > div {
    min-height: 650px;
    float: left;
    width: 50%;
}

.leftone {
    background: #1B1464;
}

.rightone {
    background: #ED1E79;
}
.leftone p {
padding-right: 40%;
color: white;
    margin-top: 30px;
    margin-left: 30px;
}
.mlkeold {
padding-right: 40%;
    margin-top: 30px;
    margin-left: 30px;
}
.rightone p {
padding-left: 40%;
color: white;
    margin-top: 30px;
    margin-right: 30px;
}
.mlke {
padding-left: 40%;
    margin-top: 30px;
    margin-right: 30px;
}
.middleitem {
    text-align: center;
}
@media only screen and (min-width: 1180px)  {
.middleitem img {
    margin-top: -566px;
    width: 400px;
    position: relative;
    bottom: 14px;
        left: 100px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1179px) {
.middleitem img {
    margin-top: -328px;
    width: 300px;
    position: relative;
    bottom: 14px;
    left: 150px;
}
}
@media only screen and (min-width: 680px) and (max-width: 767px) {
.middleitem img {
     margin-top: -328px;
    width: 280px;
    position: relative;
    bottom: 14px;
}
}
@media only screen and (min-width: 480px) and (max-width: 879px) {
.middleitemmlk img {
    width: 250px;
    position: relative;
    top: -581px;
}
.middleitem img {
display: none;
}
.middleitemmlk {
text-align: center;
        max-height: 500px;
}
}
@media only screen and (min-width: 340px) and (max-width: 479px) {
    .containermlk > div {
    min-height: 500px !important;
}
.middleitem img {
display: none;
}
.middleitemmlk {
text-align: center;
    max-height: 500px;
}
.middleitemmlk img {
    width: 200px;
    position: relative;
    top: -606px;
}
}
@media only screen and (max-width: 340px) and (min-width: 280px) {
.middleitemmlk img {
width: 180px;
    position: relative;
    top: -591px;
}
.containermlk > div {
    min-height: 500px !important;
        max-height: 500px;
}
.middleitem img {
display: none;
}
.middleitemmlk {
text-align: center;
}
}
@media only screen and (min-width: 871px)  {
.middleitemmlk img {
display: none;
}
}
@media all and (max-width: 870px) {
    .containermlk > div {
        float: left;
        width: 100%;
    min-height: 450px;
    }
.leftone p {
padding: 0;
margin-right: 30px;
    text-align: center;
margin-top: 0;
}
.leftone img {
margin-top: 20px;
}
.mlkeold {
padding: 0;
margin-right: 30px;
    text-align: center;
margin-top: 0;
}
.mlkeold img {
margin-top: 40px;
    margin-bottom: 30px;
}
.rightone p {
padding: 0;
margin-left: 30px;
    text-align: center;
margin-top: 0;
}
.rightone img {
margin-top: 150px;
}
.mlke {
padding: 0;
margin-left: 30px;
    text-align: center;
margin-top: 0;
}
.mlke img {
margin-top: 150px;
}
}







@media only screen and (min-width: 2000px)  {
    .mlkeold, .leftone p{
        margin-left: 250px;
    
}
    .leftone p{
    font-size: 18px;
    line-height: 40px;
    }
    .mlke, .rightone p{
           margin-right: 250px;     
    }
    
    .rightone p{
            font-size: 18px;
    line-height: 40px;
    }

    .middleitem img{
        width: 600px;
        margin-top: -668px;
        left: 0;
    }
     
}

@media only screen and (max-width: 1920px)  {
    .mlkeold, .leftone p{
        margin-left: 30px;
    
}


    .mlke, .rightone p{
        margin-right: 30px;
    
}

}

        		/* Product Matrix */



.hdprice {
    text-align: center;
    padding: 1px;
    margin: 20px 0;
}
table {
    border-collapse: collapse;
}
table[Attributes Style] {
    width: 100%;
}
table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}
.hdpricehead {
    background-color: #ffffff;
    color: #29abe2;
    line-height: 40px;
}
.hdpricebody tr:nth-child(odd) {
    background: #1d95d2;
    color: #ffffff;
    line-height: 30px;
}
.hdpricebody tr:nth-child(even) {
    background: #ffffff;
    color: gray;
    line-height: 30px;
}
i.fas.fa-check {
    content: "f00c";
    display: inline-block;
    font: normal normal normal 0px/3 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 1000px) {
.hdprice{
    padding: 4px;
    line-height: 23px;
    font-size: 16px;
}
}

@media only screen and (max-width: 800px) {
.hdprice{
    padding: 5px;
    line-height: 20px;
    font-size: 13px;
}
}

@media only screen and (max-width: 400px) {
.hdprice{
    padding: 4px;
    line-height: 15px;
    font-size: 10px;
}
}

@media only screen and (min-width: 701px) and (max-width: 750px) {
.hdpricehead img {
width: 120px;
}
}
@media only screen and (min-width: 600px) and (max-width: 700px) {
.hdpricehead img {
width: 100px;
}
}
@media only screen and (min-width: 481px) and (max-width: 599px) {
.hdpricehead img {
width: 80px;
}
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
.hdpricehead img {
width: 60px;
}
}

        		/* ROI Calculator */

		.roicalctime{
			font-size: 20px;
			margin-top: 20px;
			color: #ffffff;
		}
		
		.roicalcprofit{
			font-size: 30px;
			margin-top: 5px;
			color: #43CC46
		}
		
		.roicalctime, .roicalcprofit{
			text-align: center;

		}
		.roicalcsummary{
			color: #ffffff;
			text-align: center;
			margin-top: 40px;
		}
		.roicalchighlight{
			color: #6ac6f4;
			font-weight: 600;
		}


.sketch3dbox{
    margin: 0 30px; max-width: 1000px; width: calc(100% - 60px);

}

        		/* Product Page end */


.techspec1, .techspec1 td {
        margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* Style the tab */


.tab button {
    width: 100%;
    background-color: #ffffff;
    float: left;
    outline: none;
    border: 0;
    cursor: pointer;
    padding: 15px 25px;
    transition: 0.3s;
    font-size: 17px;
    display: inline-grid;
}


.tab button:hover {
    background-color: #ddd;
}


.tab button.active {
    color: #555;
    border: 1px solid #ddd;
    border-top: 2px solid #1d95d2;
    border-bottom: 1px solid #fff;
    background-color: #f8f8f8;
}

.tabcontent, .tabcontents {
    display: none;
    padding: 6px 8px;
    border-top: none;
}

.fourcolums {
    width: calc(25% - 9px);
margin: 0 0 -10px;
    display: inline-block;
    padding: 15px 0px 0 0;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
}
/*.fourcolums:hover {
    color: #555;
    border: 1px solid #ddd;
    border-top: 2px solid #1d95d2;
    border-bottom: 1px solid #fff;
    background-color: #f8f8f8;
}*/
.fourcolums img {
     width: 28px;
    height: auto;
    margin: 5px auto 0;
}
.innertabs {
    text-align: center;
}

.tab button {
    border: 2px solid transparent;
}


/* Contact Page */

.bdccontactheading{margin-top:0;}

.bdccontactpamend{margin-bottom:0 !important;}

.bdccontactaddselect{
    width: 100%;
    height: 45px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bdccontactheading{
    margin-top: 0;
}


.bdccontactfull{
	width:100%;
	height:auto;
	margin:20px auto 0 auto;
	max-width:1200px;

}
.bdccontactrow{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:0px;


}

	.bdccontactleft{
width: calc(33.33% - 40px);
    float: left;
    margin: 0px 40px 00px 0;
	}
	.bdccontactleft1{
width: calc(33.33% - 40px);
    float: left;
    margin: 20px 40px 00px 0;
	}
	.bdccontactmiddle{
		width:calc(33.33% - 40px);
		float: left;
		margin: 20px 20px 0px 20px;
	}
	
		.bdccontactright{
		width:calc(33.33% - 40px);
		float: left;
		margin: 20px 0 00px 40px;
	}
	
@media only screen and (max-width:992px){
	.bdccontactleft, .bdccontactleft1, .bdccontactmiddle, .bdccontactright{
		width: 100%;
		margin: 20px 0;
	}
    .bdccontactmiddle{
        margin: 00px 0 20px 0;
    }
    }
.inv, .inv1{
    display: none;
}


.compselect {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
        margin-bottom: -20px;
}    .compselect select {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 14px 15px;
        outline: 0;
        border: 1px solid #999999;
        border-radius: 0px;
        background: #333333;
        color: #ffffff;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    font-size: 20px;

    }
        .select select::-ms-expand {
            display: none;
        }
        .select select:hover,
        .select select:focus {
            color: #000000;
            background: #CCCCCC;
        }
        .select select:disabled {
            opacity: 0.5;
            pointer-events: none;
        }
.select_arrow {
    position: absolute;
    top: 27px;
    right: 15px;
    width: 0px;
    height: 0px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.compselect select:hover ~ .select_arrow,
.compselect select:focus ~ .select_arrow {
    border-color: #CCCCCC;
}
.compselect select:disabled ~ .select_arrow {
    border-top-color: #CCCCCC;
}



/* Privacy */


a.pl, a.pl:visited, a.pl:hover{ color:#ffffff; text-decoration: underline;}

a.plw, a.plw:visited, a.plw:hover{ color:#333333; text-decoration: underline;}


#ct-ultimate-gdpr-cookie-popup {
    box-shadow: none;
    border-radius: 10px;
    border: 2px solid #ffffff;
}

span.fa.fa-cog {
    color: #1c7fb1;
    font-size: 40px;
  -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}


span.fa.fa-cog:hover {
    color: #333333;
      -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}


.ct-ultimate-gdpr-slider{
    border-color: #1c7fb1;
}


.ct-ultimate-gdpr-container {
    margin: 30px 0;
        font-family: 'Raleway', sans-serif;
}
    
    
.ct-ultimate-gdpr-container #tabs .ui-tabs-panel {
    background: #54544f;
    color: #ffffff;
}

.ct-ultimate-gdpr-container #tabs .ui-tabs-nav .ui-state-active a{
    color: #1c7fb1;

}

.ct-ultimate-gdpr-container #tabs .ui-tabs-nav .ui-state-active, .ct-ultimate-gdpr-container #tabs .ui-tabs-nav .ui-widget-content .ui-state-active, .ct-ultimate-gdpr-container #tabs .ui-tabs-nav .ui-widget-header .ui-state-active{
    
        background: #54544f;
    border-top: 3px solid #1c7fb1;
     
}

.ct-ultimate-gdpr-container .ui-state-default, .ct-ultimate-gdpr-container .ui-widget-content .ui-state-default, .ct-ultimate-gdpr-container .ui-widget-header .ui-state-default {
   
    
            background: #1c7fb1;
    color: #ffffff;
}

.ui-state-default a, .ui-state-default a:link{
    
    color: #ffffff;
}

.ct-ultimate-gdpr-container input[type="text"], .ct-ultimate-gdpr-container input[type="email"], .ct-ultimate-gdpr-container input[type="url"], .ct-ultimate-gdpr-container input[type="password"], .ct-ultimate-gdpr-container input[type="search"], .ct-ultimate-gdpr-container input[type="tel"], .ct-ultimate-gdpr-container input[type="number"], .ct-ultimate-gdpr-container textarea{

    width: calc(100% - 20px);
    margin-top: 10px;
    padding: 10px;
}
.ct-ultimate-gdpr-container input[type="submit"]{

    width: 100%;
    max-width: 250px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    display: block;
    font-weight: 600;
    line-height: 34px;
    margin: 15px 0 0px 0;
    background: #1c7fb1;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding-top: 3px;
    cursor: pointer

}


.ct-ultimate-gdpr-container input[type="submit"]:hover{

    background: #669699;

}

@media (max-width: 900px) {
.ct-ultimate-gdpr-container #tabs .ui-tabs-nav li {
    margin: 0 0.4em 0 0;
    border-radius: 0;
    width: 100%;
}
    
    
    .ct-ultimate-gdpr-container #tabs .ui-tabs-nav .ui-tabs-anchor {
    width: 100%;
}

    .ct-ultimate-gdpr-container #tabs .ui-tabs-nav .ui-state-active{
        width: 100%;
    }
.ct-ultimate-gdpr-container .ui-state-default, .ct-ultimate-gdpr-container .ui-widget-content .ui-state-default, .ct-ultimate-gdpr-container .ui-widget-header .ui-state-default {
border-top: 1px solid #ffffff;
    border-left: none;
    border-right: none;
    }
    
}

#ct-ultimate-gdpr-cookie-accept, #ct-ultimate-gdpr-cookie-read-more, #ct-ultimate-gdpr-cookie-change-settings {
    padding: 6px 10px;
    font-weight: bolder;
    cursor: pointer;
    margin: 5px 0px;
    width:calc(100% - 22px);
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 10px;

}

#ct-ultimate-gdpr-cookie-change-settings{
    margin-bottom: 20px;
}
#ct-ultimate-gdpr-cookie-accept{
    background-color: #3bb15a !important;
    margin-top: 20px;
}
#ct-ultimate-gdpr-cookie-read-more, #ct-ultimate-gdpr-cookie-change-settings{
        background: #333333 !important;

}
#ct-ultimate-gdpr-cookie-accept:hover, #ct-ultimate-gdpr-cookie-read-more:hover, #ct-ultimate-gdpr-cookie-change-settings:hover {

        background: #1c7fb1 !important;
}

/*Sticky Nav*/
@media only screen and (min-width: 945px)  {
.sticky {
  position:fixed;
  top:0;
	box-shadow: 0 0px 29px 0 #aaaaaa;
	    background: white;
    max-width: 100% !important;
	width: 100%;
	    height: 122px;
    opacity: 0.9;
	}
    
        .sticky{
            z-index: 99999999999;
    }
}





#adventfix{
    width:100% !important;
    height: 550px !important;
    
}
.sketchfab-embed-wrapper{
    width: 100%;
}


.jscolor {
    width: calc(100% - 24px);
    border: 2px solid #ffffff;
    height: 25px;
    padding: 10px;
    color: #ffffff;
}

.news{
    width: 100%;
    max-width: 1400px;
    height: auto;
    float: none;
    margin: 0 auto;
}

.blogmain img {
    margin: 40px 0;
}


#trends-widget-1, #trends-widget-2 {
    margin: 40px 0;
}


/*Calc*/

#fbuilder legend {

    display: none;
}


#fbuilder fieldset{
    border:none !important;
}

#fbuilder .top_aligned .fields label {
    color: #ffffff;
}

#fbuilder input[type="text"], #fbuilder input[type="date"], #fbuilder input[type="datetime"], #fbuilder input[type="email"], #fbuilder input[type="password"], #fbuilder input[type="number"], #fbuilder input[type="search"], #fbuilder input[type="time"], #fbuilder input[type="url"], #fbuilder textarea, #fbuilder select {
    background-color: #1d95d2;
    color: #ffffff;
        border: solid 2px #ffffff;
    padding: 10px;
    overflow: hidden;
        margin: 10px 0 15px 0;
        font-family: 'Raleway', sans-serif;
    font-size: 22px;
}


#fbuilder .pbreak.pb0 {
    display: block;
    background-color: #333333;
    border-radius: 10px;
    padding: 10px;
}

#fbuilder .pbreak.pb1{
        background-color: #333333;
    border-radius: 10px;
    padding: 10px;
}

input#fieldname13_1, 
input#fieldname14_1, 
input#fieldname1_1, 
input#fieldname6_1, 
input#fieldname12_1, 
input#fieldname9_1 {
    background-color: green !important;
}


#fbuilder .pbreak .pbPrevious, .pbreak .pbNext, .pbSubmit {
    color: #ffffff !important;
    display: block;
    float: left;
    cursor: pointer;
    margin: 10px 10px 0px 0px;
    padding: 5px 20px;
    width: 100%;
    border-radius: 100px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 25px !important;
    margin-top: 20px !important;
}

#fbuilder .pbreak .pbPrevious:hover, .pbreak .pbNext:hover, .pbSubmit {
    color: #333333 !important;
    border: 2px solid #1d95d2;
    background-color: #ffffff !important;;
}
 .pbreak .pbNext, .pbSubmit {
        background-color: green !important;

}

#fbuilder .pbreak .pbPrevious{
    background-color: #666666 !important;
}

h1.hroi.white.center {
    font-size: 32px;
    margin: 20px 0 0 0;
}

.pagewrap{
    width:calc(100% - 30px);
    float: none;
    margin: 35px auto;
    max-width: 800px;
    
}

.vivonavm.mobile, .vivonavm.mobile.fixed{
    margin-top: 20px;
}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
    margin: 20px 0;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.esg-overflowtrick{
    overflow: visible !important;
}

.esg-loader.spinner5{
     
    background-image: url('/images/loader.gif') !important;
    width: 100px !important;
    height: 100px !important;
    padding: 10px;
 
}
    
.eg-hd-shop-element-0-a{
    min-height: 55px;
}

.product_meta {
    display: none;
}

      		/* WooCommerce */
li.additional_information_tab {
    display: none !important;
}

.sku_wrapper, .posted_in{
    display: none;
}

.woocommerce .quantity .qty{
    height: 30px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #1d95d2;
        background-color: #1d95d2;
    border-radius: 100px;
    margin: 0 0 20px 20px;
    padding: 10px 20px;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{
    background-color: #a3a3a3;
}
.single_add_to_cart_button:hover, button#place_order:hover{
    background-color: green !important;
}


.woocommerce-variation-price {
    margin-bottom: 20px;
}

.woocommerce .star-rating span {
    color: #e1d400;
}

.woocommerce div.product form.cart .variations select{
    height: 30px;
}

section.related.products{
    margin-top: 50px;
}

section.related.products h2{margin-bottom: 50px;}

.textwidget {
    margin-bottom: 50px;
}

ul.tabs.wc-tabs {
    display: none;
}


.woocommerce h2 {
    /* background-color: #333333; */
    /* border: solid #333333; */
    border-bottom: 2px solid #e1e1e1;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin: 10px 0 20px 0;
    padding: 0 0 10px 0;
}

h2.woocommerce-loop-product__title {
    min-height: 50px;
}

.woocommerce div.product p.price{
    font-size: 25px;
}

h1.product_title.entry-title {
    margin-bottom: 0;
}

.woocommerce div.product div.images img {
    margin: 0;
}

.woocommerce div.product div.images {
    margin-bottom: 40px;
}

.woocommerce-product-details__short-description {
    margin-bottom: 20px;
}

a.button.wc-forward {
    margin: 0 10px 0 0;
}

.woocommerce-billing-fields .input-text {
    height: 40px;
    padding: 0 15px;
}
.woocommerce-page ul.product_list_widget li img {
    float: left;
    width: 75px;
    margin-right: 10px;
    margin-bottom: 10px;
}

span.woocommerce-Price-amount.amount {
    color: green;
    display: inline;
    font-size: 14px;
    margin-top: 4px;
}

ul.product_list_widget {
    list-style: none;
    padding: 0;
}

span.product-title {
    display: block;
    margin-top: 8px;
}

.footerhalfwidth2a li {
    margin: 20px 0;
    list-style: none;
    padding: 0;
    margin-left: -35px;
    font-weight: 600;
}

.woocommerce-order {
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 4%;
}

.summaryicon, .ticon{
    margin: 0 !important;
}

.hsummary{
    margin-bottom: 25px;
    text-align: center;
}

        .rsholder {
            width: 100%;
            float: left;
            margin: 40px 0;
        }

        .rsheading {
            width: calc(100% - 20px);
            background-color: #999999;
            float: left;
            color: #ffffff;
            padding: 5px 20px;
        }

        .rscontent {
            width: calc(100% - 24px);
            float: left;
            color: #999999;
            padding: 10px 20px;
            border: 2px solid #999999;
        }

.bannerouter {
    width: 100%;
    height: 220px;
    float: left;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -40px;
    margin-bottom: 35px;
}

.rstyle p{
    font-style: italic;
}

.postnext{
    float: right
}

a.postnext, a.postprev{
    color: #1d95d2;
}

@media only screen and (max-width: 945px)  {
    
    .postnext, .postprev{
    float: none;
        text-align: center;
        display: block;
        margin: 20px auto;
}
    
    .bannerouter {
        margin-top: 0;
    }
}
@media only screen and (min-width: 2000px)  {
        .bannerouter{height: 260px;
    
    }}

        .titleholder{
            width:100%;
            float: left
        }
        
        .titleicon{
            width:50px;
            height: 50px;
            float: left;
            margin: 28px 0 0 0;
        }
        
        .ttitle{
            width:calc(100% - 65px);
            float: left;
            margin-left: 15px;
        }
        


.bicon {
    font-size: 45px;
    color: #1d95d2;
}

.ttitle2 {
    margin-bottom: 50px;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 20px;
}
        @media only screen and (max-width: 680px)  {
            
                    .titleicon{
                        margin: 20px auto 0 auto;
                        float: none;
                        width:75px;
                        height: 75px;
                    
        }
            .bicon {
    font-size: 75px;
                        float: none;
                        width:75px;
                        height: 75px;
}
         
            .ttitle{text-align: center;
            width:100%;
            margin: 0;}
      
.ttitle2{
    text-align: center;
        font-size: 20px;
    margin: 0 0 40px;
}
  }

        .hdwrap {
            width: 100%;
            max-width: 1200px;
            height: auto;
            float: none;
            margin: 0 auto;
        }

.hdwrapinner{
    width:calc(100% - 70px);
    margin: 0 35px;
    float: left;
}

        .hdintroleft {

            width: 40%;
            margin-right: 5%;
            float: left;
        }

        .hdintroright {
            width: 55%;
            float: left;
            margin: 40px 0 0 0;

        }

        .hdbenwrap {
            width: 100%;
            min-height: 100px;
            float: left;
            background-color: #29abe2;
            margin: 50px 0;
        }

        .hdhalfl {
            width: 45%;
            margin: 0 5% 0 0;
            float: left;
        }


        .hdhalfr {
            width: 45%;
            margin: 0 0 0 5%;
            ;
            float: left;
        }

.pwhite p{
    color: #ffffff;
}

#mpbenefits {
    margin-bottom: 50px;
}

.pricetablein {
    width: 100%;
    margin: 0 auto;
    float: none;
    max-width: 1200px;
}

		@media only screen and (max-width: 1200px) {
            
            .pricetablein{
                max-width: 900px;
            }
            
}
		@media only screen and (max-width: 900px) {
            
            .hdwrap{
                padding: 0;
            }
            
            .hdintroleft, .hdintroright, .hdhalfl, .hdhalfr{
width:100%;
                margin: 0;
            }  

            
}

#rev_slider_13_1_wrapper .tp-bgimg.defaultimg, #rev_slider_14_1_wrapper .tp-bgimg.defaultimg, #rev_slider_15_2_wrapper .tp-bgimg.defaultimg{
    display: none;
}

.hades .tp-thumb:hover .tp-thumb-img-wrap,
.hades .tp-thumb.selected .tp-thumb-img-wrap {
    
    background: none !important;
    
    
}

.tp-thumb-title{
    display: none;
}

.tp-thumb-image{
      -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.tp-thumb-image:hover{
      -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}


.hdwrap a, .benefits a {
    color: #29abe2;
    border-bottom: 2px solid #29abe2;
    font-weight: 600;
}

.pricelink {
    font-weight: 300 !important;
}

.fullwidth1 {
    float: left;
    width: calc(100% - 70px);
    margin: 0 35px;
}

.cycle{
    margin-top: 50px;
}

.cycle a{
border-bottom: none;}

li.benfits  {
    font-size: 14px;
    padding: 10px;
    color: #666666;
}

.whichtech p {
    font-size: 20px;
}

.whichtech small{
    font-size: 10px;
    margin: 35px 0;
}

.reviewphoto{
    width:150px;
    height: 150px;
    margin: 20px auto;
}

.round{
    -webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
        width: 100%;
    height: auto;
    margin: 0 !important;
}


.h1reivew {
    font-size: 26px;
    font-weight: 600;
    margin-top: 30px;
}

.review {
    font-style: italic;
    text-align: center;
        margin-top: 40px;
}

.review p:after, .review p:before  {
    content: '"';
}

.reviewimgslider{
    width:100px !important;
    height: 100px !important;
        -webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
        width: 100%;
}

.reviewslidelink{
    border-bottom: 2px solid #e1e1e1;
    font-weight: 600;
    color: #1d95d2;
}