 /**
 * Author: James Davies 
 * Author URL: digital22.com
 * Theme Name: Cryo
 * 
 */


@import url(//designers.hubspot.com/hs-fs/hub/327485/file-2054199286-css/font-awesome.css);
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');




/* ==========================================================================
   HS COS Boilerplate v1.5.0                                
   ========================================================================== */

/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
    padding: 0; 
}

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

/* Vertical Menu
   ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/*=====================================*/
/*======= Custom Modules Style ========*/
/*=====================================*/



/* Testimonial */
.quote-box {}
.quote {
    border: none;
    padding: 0;
    font-size: 17px;
    color: #555;
    margin: 0;
    font-family: georgia, sans-serif;
    line-height: 25.5px;
}
.quote-box .details {
    font-size: 13px;
    margin-top: 8px;
}  
.quote-box .name {
    font-weight: normal;
    font-size: 14px;
}
.quote-box .title {
    color: #b3b3b3;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
}
.quote-box .fa {
    font-size: 25px;
    float: left;
    padding: 15px 18px;
    margin: 0px 20px 10px 0px;
    background: #F1F1F1;
    border: 1px solid #ddd;
}
.img-rounded {
    border-radius: 6px;
}
.testimonial-headshot img{
    border-radius: 50%;
    max-width: 150px;
    max-height: 150px;
    margin-top: -10px;
    border: 5px solid #f5f5f5;
}


/* Accordion */
.accordion { margin-bottom: 20px; }
.accordion_group {
    margin-bottom: 2px;
    border: 1px solid ;
    border-radius: 4px;
    background: #f0f0f0;
    padding: 5px 10px;
}
.accordion_header {
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    padding: 10px 15px 10px 25px;
}
.accordion_content { padding: 10px 15px 10px 25px; }
.accordion_group .accordion_icon {
    position: relative;
}
.accordion_group .accordion_icon::before,
.accordion_group .accordion_icon::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    width: 12px;
    height: 2px;
    margin-top: 10px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .25s;
    transition: all .25s;
    background-color: rgba(25, 26, 26, 0.7);
}
.accordion_group.expanded .accordion_icon::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
}
.accordion_group .accordion_icon::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
}
.accordion_group .accordion_icon::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accordion_group.expanded .accordion_icon::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
@media (max-width: 767px) {}

/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
    padding: 0; 
}

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

/* Vertical Menu
   ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }



/*=====================================*/
/*======= Custom Modules Style ========*/
/*=====================================*/


/* FAQ Module */
.accordion {}
.accordion_group {
    margin-bottom: 2px;
    background: #f0f0f0;
    padding: 5px 10px;
}
.accordion_header {
    cursor: pointer;
    font-size: 18px;
    line-height: 16px;
    width: 100%;
    padding: 10px 15px;
}
.accordion_icon{
    color: #34495e;
    padding-right: 16px;
    background-color: #34495e;
    margin-right: 10px;
    font-size: 14px;
    border-radius: 3px;
}
.accordion_content { 
    padding: 10px 15px;
    display: none;
}

.accordion_group .accordion_icon {
    position: relative;
}
.accordion_group .accordion_icon::before,
.accordion_group .accordion_icon::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 3px;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .25s;
    transition: all .25s;
    background-color: #f0f0f0;
}
.accordion_group.expanded .accordion_icon::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
}
.accordion_group .accordion_icon::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
}
.accordion_group .accordion_icon::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accordion_group.expanded .accordion_icon::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
@media (max-width: 767px) {}


/* Testimonial */
.quote-box {
    background: #f5f5f5;
    padding: 30px;
    padding-bottom: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    margin-bottom: 30px;
}
.quote-box:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f5f5f5;
    position: absolute;
    bottom: -20px;
    margin-left: -20px;
    left: 50%;
}
.quote {
    border: none;
    padding: 0;
    font-size: 16px;
    color: #666666;
    margin: 0px;
}
.details {
    font-size: 13px;
}  
.name {
    display: block;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}
.quote-box .title {
    display: block;
    color: #b3b3b3;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 13px;
}
.quote-box .fa{
    font-size: 18px;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.img-rounded {
    border-radius: 6px;
}
.testimonial-headshot {
    text-align: center;
}
.testimonial-headshot img{
    border-radius: 50%;
    max-width: 150px !important;
    max-height: 150px !important;
    margin-top: -10px;
    border: 5px solid #f5f5f5;
}

/* Services/ Product */
.service-group::after {
   content: " ";
   display: block; 
   height: 0; 
   clear: both;    
}


/* Well Module */

/* Well Colors */









#well{
    min-height: 20px;
    margin-bottom: 20px;       
    border-radius: 4px;
    color: #fff;
}
#well .default{
    border-radius: 4px;        
    border-style: solid;
    border-width: 1px;
    background: #34495e;
    border-color: #02172c;
}
#well .primary{
    border-radius: 4px;
    background: #74bdfc;
    border: 1px solid #428bca;
}    
#well .success{
    border-radius: 4px;
    background: #8eea8e;
    border: 1px solid #5cb85c;
}    
#well .danger{
    border-radius: 4px;
    background: #db7674;
    border: 1px solid #a94442;
}    
#well .info{
    border-radius: 4px;
    background: #8df2ff;
    border: 1px solid #5bc0de;        
}   
#well .plain{
    border-radius: 4px;
    background:#f5f5f5;
    color: #666;
    border: 1px solid #ddd;
}
#well .small{
    padding: 20px;
}
#well .medium{
    padding: 24px;
}   
#well .large{
    padding: 28px;
}
#well .close{
    float: right;
    padding: 3px 10px 0px 0px;
    cursor: pointer;
    color: #666;
}

/* Tabber Module */
.body-container .custom-tabber-wrap .tabber-tabs {
    border-bottom: 1px solid #ddd;
    list-style: none;
    padding: 0;
    margin: 40px 0 -2px;
}
.custom-tabber-wrap .tabber-tabs > li {
    float: left;
}
.custom-tabber-wrap .tabber-tabs > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: ;
    text-decoration: none;
    display: block;
}
.custom-tabber-wrap .tabber-tabs > .active > a, 
.custom-tabber-wrap .tabber-tabs > .active > a:hover, 
.custom-tabber-wrap .tabber-tabs > .active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-tabber-wrap .tabber-content .tab-pane {
    background: #fff;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: ;
}
.custom-tabber-wrap .tabber-content .tab-pane.active:nth-child(1) {
    border-top-left-radius: 0;
}
.body-container .custom-tabber-wrap .tabber-content ul {
    padding: 0;
    margin: 0;
}
.custom-tabber-wrap .tabber-content .block h3 {
    display: none;
}

@charset "UTF-8";

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

/* ==========================================================================
    BASE STYLES                                             
   ========================================================================== */





/* ==========================================================================
   Variables                                               
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */






/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.container' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 





/* ==========================================================================
   Base                                                    
   ========================================================================== */


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #333;
  font-family: Century Gothic, 'Lato', CenturyGothic, AppleGothic, sans-serif;
  font-size: 16px;
  line-height: normal;
  position: relative!important;
}

/**
 * Page Center
 *
 * Apply .containet to full-width modules.
 */

.container-fluid .row-fluid .container {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
}

a { color: gray; }
a:hover, a:focus { color: #000; }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
.pre-bookabove {
    text-align: center;
    background: #3db4d1;
    color: #fff;
}

.pre-bookabove a{
     border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    padding: 5px 20px;
    margin-left: 30px;
    text-transform: capitalize;
}




/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
    max-width: initial;
}

.home-section-five .right p
{
      display: none;
    color: #ffff;
    text-align: center;
    font-size: 25px;
    font-weight: 300;
 
    padding: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin: 0 auto;
}

.home-section-five .right .box:hover p {
    display: block;
}
.science-section1-righttext h1,.science-section1-righttext h5
{
    margin-left: -12vw;
}
.science-section1-righttext h1
{
    color: #3db4d1;
    font-size: 60px;
}
.reason-image img{    max-width: 120px;
    display: block;
    margin: 0 auto;} 
.price-member {
    text-align: center;
}
.science-section2-text
{
padding: 50px;
    max-width: 800px;
    text-align: center;
    margin: 0 auto !important;
    float: none !important;
}
.science-section3-left, .science-section3-right {
    width: 50% !important;
    margin: 0 !important;
}
.science-section3-left, .science-section3-right {
    width: 50% !important;
    margin: 0 !important;
    display: table-cell !important;
    float: none !important;
    vertical-align: top;
}

.science-section3-left img
{
  padding:40px 0px;
}
.science-section3-right {
    background: #3db4d1;
}

.science-section3-right h2{
    font-size: 46px;
    color: #fff;
    padding: 20px 20px 20px 0px;
    margin-left: 30px;
    max-width: 200px;
    font-weight: 500;
    border-bottom: 2px solid #fff;
}
.science-section3-right p
{
		margin: 0 auto;
    text-align: left;
    max-width: 360px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.science-section1 {
    padding-bottom: 60px;
}

.science-section2-text h3
{
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
}

.science-section1-righttext h5
{
    font-size: 22px;
    font-weight: 400;
}
.science-section1-righttext
{
  padding-top:20px;;
	padding-right: 40px;
}

.memberbannerimage{display:none !important}
.science-section1 img
{
 width:100%;  
}

.science-section1-righttext a {
       background-color: #3db4d1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    font-weight: 600;
    font-size: 16px;
    display: block;
    border: 2px solid #3db4d1;
    max-width: 200px;
}
.science-section3 {
    float: none !important;
    max-width: 900px;
    margin: 0 auto !important;
}



.form .hs_cos_wrapper_type_form select {
	background-color: #fff;
  border: none;
  border-radius: 0 !important;
  height: 44px;
  margin-bottom: 10px;
  padding: 10px;
}
.slim-box-2 {
    padding: 60px 0px;
}
.slim-box-2 h2{
color: #e9aad3;
    font-size: 34px;
    max-width: 900px;
    margin: 0 auto;
}

.question-section-two-slim 
{
    padding: 140px 0 50px 0;
    margin-top: 85px;
    text-align: center;
}

.question-section-two-slim h2
{
    font-size: 40px;
    margin-top: 0;
    color: #fff;
}

.question-section-two-slim h3
{
    color: #fff;
}


/* ==========================================================================
   Typography
   ========================================================================== */
sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }


h1, h2, h3, h4, h5, h6  {  font-family: "Century Gothic", 'Lato', CenturyGothic, AppleGothic, sans-serif;}
ul, li, p{  font-family: "Century Gothic", 'Lato', CenturyGothic, AppleGothic, sans-serif;}


/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}





.twoblog {
    position: relative;
}
.twoblog .hs-rss-item {
    width:25%;
    float:left;
}
.twoblog .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{
    width:100%;
}
.twoblog .hs-rss-item.hs-with-featured-image .hs-rss-item-text{
    width:100%;
}
.twoblog .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    padding-bottom: 63%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}
.twoblog h3{
    display:none;
}
.twoblog .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    float: left;
    padding: 40px 20px;
    font-size: 0.9375rem;
    box-sizing: border-box;
    width: 100%;
    padding-top: 67%;
    margin-top: 10px;
    margin-top: 0.625rem;
}
.twoblog .hs-rss-item.hs-with-featured-image {
    overflow: hidden;
}
.twoblog .hs-rss-item:first-child{
    background-color:#fff;
}
.twoblog .hs-rss-item:nth-child(2) {
    background-color: #fff;
}
.twoblog .hs-rss-item:nth-child(3) {
    background-color: #fff;
}
.twoblog .hs-rss-item:last-child{
    background-color:#fff;
}
.twoblog .hs-rss-item a{
    text-decoration:none;
    display:block;
    margin-top:10px;
}


.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.overlay-desc h2
{
color:#fff;
  text-align:center;
}
.next-block h2
{
		text-align:center;
}

.next-block1 h2 {
    text-align: center;
    color: #3db4d1;
    font-size: 34px;
    text-transform: uppercase;
}

.next-block
{
		padding:40px 0px;
}

.next-block1
{
		padding:40px 0px 0px;
}

.next-treat-out {
    float: left;
    width: 33%;
    text-align: center;
    padding: 0px 20px;
    margin-top: 30px;
}

.next-treat-out img {
    max-height: 200px;
    width: auto;
}
.next-treat-out h2 {
    color: #3db4d1;
    padding: 15px 80px;
    font-size: 20px;
    line-height: 1.4;
}



.unique-facials-out1 {
    float: left;
    width: 46%;
    margin: 30px 2%;
/*     border: 1px solid rgba(0,0,0,0.1); */
}

.unique-facials-inner1 {
    padding: 10px 0px 20px 0px;
    min-height: 150px;
    text-align: center;
}

.body-section-five {
    padding: 50px 0px;
}

.section-five-text h2, .section-five-text h3, .section-five-text h4, .section-five-text h5 {
    color: #3db4d1;
}



.unique-facials-out {
    float: left;
    width: 25%;
    margin: 30px 4%;
    border: 1px solid rgba(0,0,0,0.1);
}

.unique-facials-inner {
    padding: 10px 25px 20px 25px;
    min-height: 250px;
    text-align: center;
}
.slim-banner {
    margin-top: 100px;
}

.slim-banner-text
{

 padding:80px 0px; 
}
.slim-banner h1 {
    color: #6e6d6d;
    font-size: 60px;
    margin: 0px;
    text-align: center;
      text-shadow: 2px 2px #3db4d1;
}


.slim-banner
{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/cryo-slim-banner.jpg);
    background-position: center;
    background-size: 100%;
    padding: 150px 0px;
 
}
.slimtestimonial {
    padding: 80px 0px;
    max-width: 1050px;
    text-align: center;
    margin: 0 auto !important;
    float: none !important;
}
.slimtestimonial h2{
font-weight: 300;
    font-size: 34px;
}
.slimtestimonial h3{
    font-weight: 300;
    font-size: 24px;
}

.result-banner a {  
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border: 2px solid #3db4d1;
    padding: 13px 0;
    font-size: 16px;
    width: 180px;
    margin: 40px 30px;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #3db4d1;
}


.home-header .result-banner h1 {
   font-size: 60px;
    margin: 0px;
    text-align: center;
  color: #6e6d6d;
  } 
.slim-banner h2 { 
    color: #6e6d6d;
    font-size: 30px;
    margin: 0px;
    text-align: center;
    font-weight: 400;
  	padding-top:20px;
    text-shadow: 2px 2px #3db4d1;
}

.unique-facials-inner h2 {
    text-align: center;
    color: #3db4d1;
    font-size: 20px;
    line-height: 1.4;
}
.unique-facials-inner p {
        color: #797878;
}

.unique-facials-inner1 h2 {
    text-align: center;
    color: #3db4d1;
    font-size: 24px;
    line-height: 1.4;
}
.unique-facials-inner1 p {
    color: #797878;
    font-size: 18px;
    font-weight: 600;
}

@media (min-width: 600px){
    .twoblog .hs-rss-item {
        overflow: hidden;
        width: calc(25% - 10px);
        margin-right: 5px;
        margin-right: 0.3125rem;
        margin-left: 5px;
        margin-left: 0.3125rem;
        float: left;
        position: relative;
        vertical-align: top;
    }
}
@media (min-width: 768px){
    .twoblog .hs-rss-item {
        width: calc(50% - 10px) !important;
        min-height: 505px;
    }
  .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
    width: 100%;
    height: 290px;
    object-fit: cover;
	}
  .twoblog .hs-rss-item.hs-with-featured-image .hs-rss-item-text{
    height: 500px;
  }
}
@media (min-width: 1000px){
    .twoblog .hs-rss-item {
        width: calc(25% - 10px) !important;
        min-height: 490px;
    }
}

@media (max-width: 768px){
  .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
	}
    .twoblog .hs-rss-item{
        width:100%;
      position: relative;
    }
    

}


.blog-section{
    padding-top:80px;
}
.social-shares-post{
    display:none !important;    
}


/* ==========================================================================
   2. COS STRUCTURE                                            
   ========================================================================== */


/* ==========================================================================
   Header
   ========================================================================== */

.header-container-wrapper{
    position:relative;
    z-index:9999999;
}

.header{
    background-color:#fff;
    padding:20px 0;
    position:fixed;
    z-index:9999999;
}
.header .book{
    float:right;
    padding-top:23px;
}
.header .en{
    float:right;
    padding-top:23px;
    margin-right:10px;
}
.header .en p{
    margin:0px;
    float:left;
}
.header .en a{
    font-size:14px;
    text-decoration:none;
    color:#3db4d1;
    border: 1px solid #3db4d1;
    padding:10px;
}
.header .book p{
    margin:0px;
    float:left;
}
.contact-phone {
    padding-top: 20px;
}
.contact-phone a {
    text-decoration: none;
    color: #3db4d1;
}

.contact-phone a {
    text-decoration: none;
    color: #3db4d1;
}
.header .book a{
    font-size:14px;
    text-decoration:none;
    background-color:#3db4d1;
    color:#fff;
    padding:10px;
    border: 1px solid #3db4d1;
}
.header .logo img{
    width:76%;
}



.header-container.container-fluid.sticky-header{
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.home-page .header{
    position: inherit;
}







/* ==========================================================================
   Footer
   ========================================================================== */


.footer{
    background-color:#3db4d1;
    padding: 50px 0px 40px;
}
.footer img{
    width:40%;
    padding-bottom:40px;
}
.footer a{
    color:#fff;
    text-decoration:none;
    font-size:14px;
}
.footer p{
    color:#fff;
    margin:0px;
    font-size:14px;
}
.footer .copyright{
    padding-top: 10px;
}
.footer .right img {
    width:31%;
}

/* ==========================================================================
   Content                                                 
   ========================================================================== */

.home-header{
    background-image: url(https://www.cryo.com/hubfs/Website%202018/General/Banner-Expreince-Overlay.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-header h1{
    margin:0px;
    color:#fff;
    text-align:center;
    font-weight: 500;
    font-size: 100px;
}
.home-header p{
    margin:0px;
    color:#fff;
    text-align:center;
    font-weight:100;
}
.home-header .calltoaction .inner{
    width:50%;
    margin:0 auto;
    padding-top:70px;
}
.home-header .arrow{
    width: 4%;
    margin: 0 auto;
    display: block;
    margin-top: 60px;
}
.home-header  .box {
    position: relative;
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home-header .box div {
    color: #000;
    width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
}
.home-header h5 a{
    background-color:#3db4d1;
    color:#fff;
    text-align:center;
    text-decoration:none;
    display:block;
    padding:10px;
    width: 100%;
    margin: 0 auto;
    font-weight:600;
    font-size:16px;
    display:inline;
    border:2px solid #3db4d1;
}
.home-header h5 .book{
    border:2px solid #fff;
    background-color:transparent;
    color:#fff;
    text-align:center;
    text-decoration:none;
    display:block;
    padding:10px;
    width: 100%;
    margin: 0 auto;
    font-weight:600;
    font-size:16px;
    display:inline;
    margin-left:20px;
}
.home-header h5 {
    margin:0px;
    text-align: center;
    padding-top: 40px;
}




.home-header .video{
    position:relative;
}
.home-header .video .video-container {
  position: relative;
}
.home-header .video video {
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.home-header .video .overlay-desc {
  background: rgba(0,0,0,0);
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.result-banner .overlay-desc
{
  padding:150px 0px 200px 0px;
}

.result-banner 
{
      background-size: cover;
    background-position: center;
}


.result-section-2 h2{
    font-size: 50px;
    max-width: 680px;
    color: #3db4d1;
}

.row-result-box {
    overflow: hidden;
}

.bottom-result-box h2
{
 font-style: italic;
    font-weight: 400; 
}

.slim-banner-text a { 
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border: 2px solid #3db4d1;
    padding: 13px 0;
    font-size: 16px;
    width: 180px;
    margin: 40px 30px;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #3db4d1;
}


.slim-banner {
    background-size: cover !important;
}

.sectionboximage a{
    text-align: center;
    text-decoration: none;
    color: #3db4d1;
    border: 2px solid #3db4d1;
    padding: 15px 0;
    font-size: 16px;
    width: 30%;
    margin: 10px auto;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;

}
.sectionboximage a:hover
{
  background:#3db4d1;
  color: #fff;
  
}


.bottom-result-box {
    background: #3db4d1;
    padding: 30px 0px;
    clear: both;
    display: block;
    margin: 30px 0px;
    text-align: center;
    color: #fff;
}







.home-section-two{
    background-color:#3db4d1;
    padding:60px 0;
}
.home-section-two h2{
    color:#fff;
    text-align:center;
    font-size:32px;
    font-weight:300;
    margin:0px;
}
.home-section-two p{
    color:#fff;
    text-align:center;
    font-size:17px;
    font-weight:300;
    margin:0px;
    padding-top:20px;
}
.home-section-two .search{
    width:70%;
    margin:0 auto;
    padding-top:30px;
}
.home-section-two .selectmenu select {
    width: 36%;
    float: left;
    font-size: 16px;
    margin-right: 10px;
    height: 50px;
    background-color: #fff;
    -webkit-appearance: menulist-button;
    border:0px;
    color:#888888;
}
.home-section-two .selectmenu button {
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    padding: 13px 14px;
    background-color:transparent;
}
.home-section-three .span6{
    width:50%;
    margin:0px;
}
.home-section-three .left .inner{
    max-width: 630.0px;
    float: right !important;
    margin-left: auto !important;
    padding: 100px 70px 100px 0;
}
.home-section-three .right .inner{
    max-width: 630.0px;
    float: left !important;
    margin-left: auto !important;
}
.home-section-three .right{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/CRYO-Man.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 660px;
}
.home-section-three h3{
    color:#3db4d1;
    font-size:32px;
    font-weight:300;
    margin:0px;
}
.home-section-three p{
    color:#888888;
    font-size:14px;
    padding-top:20px;
}
.home-section-three .buttonone{
    width:50%;
    float:left;
}
.home-section-three .buttontwo{
    width:50%;
    float:left;
}
.home-section-three .buttonone a{
    border:2px solid #3db4d1;
    color:#3db4d1;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:10px;
    width:80%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home-section-three .buttonone a:hover{
    background-color:#3db4d1;
    color:#fff;
}
.home-section-three .buttontwo a{
    background-color:#3db4d1;
    border:2px solid #3db4d1;
    color:#fff;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:10px;
    width:90%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home-section-three .buttontwo a:hover{
    background-color:#fff;
    color:#3db4d1;
}
.home-section-three .cta{
    padding-top:40px;
    width:70%;
}
.home-section-four .rowone .span3, .home-section-four .rowtwo .span3{
    width:25%;
    float:left;
    margin:0px;
}
.home-section-four .rowone .one{
    background-color:#3db4d1;
} 
.home-section-four .rowone .one h3{
    color:#fff;
    font-size:32px;
    font-weight:300;
    margin-top:0px;
}
.home-section-four .rowone .one p{
    color:#fff;
    font-size:14px;
}
.home-section-four .rowone .one .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home-section-four .rowone .one .box div {
    color: #000;
    width: 60%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
}
.home-section-four .rowone .two .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
   background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/ANTI-AGING.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-section-four .rowone .two .box div {
    color: #000;
    width: 60%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.home-section-four .rowone .two .box img{
    width: 17%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
.home-section-four .rowone .two h4{
    display:none;
    color:#ffff;
    text-align:center;
    font-size:26px;
    font-weight:300;
    border:2px solid #fff;
    padding:15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.home-section-four .rowone .two:hover h4{
    display:block;
}
.home-section-four .rowone .two .box:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.home-section-four .rowone .two .box:hover:after {
    opacity: 0.8;
}
.home-section-four .rowone .three .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
   background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/RECOVERY.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-section-four .rowone .three .box div {
    color: #000;
    width: 60%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.home-section-four .rowone .three .box img{
    width: 17%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
.home-section-four .rowone .three h4{
    display:none;
    color:#ffff;
    text-align:center;
    font-size:26px;
    font-weight:300;
    border:2px solid #fff;
    padding:15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.home-section-four .rowone .three:hover h4{
    display:block;
}
.home-section-four .rowone .three .box:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.home-section-four .rowone .three .box:hover:after {
    opacity: 0.8;
}
.home-section-four .rowone .four .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
   background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/PAIN-RELIEF.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-section-four .rowone .four .box div {
    color: #000;
    width: 60%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.home-section-four .rowone .four .box img{
    width: 17%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
.home-section-four .rowone .four h4{
    display:none;
    color:#ffff;
    text-align:center;
    font-size:26px;
    font-weight:300;
    border:2px solid #fff;
    padding:15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.home-section-four .rowone .four:hover h4{
    display:block;
}
.home-section-four .rowone .four .box:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.home-section-four .rowone .four .box:hover:after {
    opacity: 0.8;
}
.home-section-four .rowone .five .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
   background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/STRESS-RELIEF.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-section-four .rowone .five .box div {
    color: #000;
    width: 60%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.home-section-four .rowone .five .box img{
    width: 17%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
.home-section-four .rowone .five h4{
    display:none;
    color:#ffff;
    text-align:center;
    font-size:26px;
    font-weight:300;
    border:2px solid #fff;
    padding:15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.home-section-four .rowone .five:hover h4{
    display:block;
}
.home-section-four .rowone .five .box:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.home-section-four .rowone .five .box:hover:after {
    opacity: 0.8;
}
.home-section-four .rowone .six .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
   background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/PERFORMANCE.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-section-four .rowone .six .box div {
    color: #000;
    width: 70%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.home-section-four .rowone .six .box img{
    width: 17%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
.home-section-four .rowone .six h4{
    display:none;
    color:#ffff;
    text-align:center;
    font-size:26px;
    font-weight:300;
    border:2px solid #fff;
    padding:15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.home-section-four .rowone .six:hover h4{
    display:block;
}
.home-section-four .rowone .six .box:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.home-section-four .rowone .six .box:hover:after {
    opacity: 0.8;
}
.home-section-four .rowone .seven .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#3db4d1;
}
.home-section-four .rowone .seven .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.home-section-four .rowone .seven h4{
    color:#fff;
    text-align:center;
    font-size:32px;
    margin:0px;
}
.home-section-four .rowone .seven p{
    text-align:center;
}
.home-section-four .rowone .seven a{
    text-align:center;
    color:#fff;
    text-decoration:none;
    border:2px solid #fff;
    display:block;
    padding:10px 0;
    font-weight:bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home-section-four .rowone .seven a:hover{
    background-color:#fff;
    color:#3db4d1;
}
.home-section-four .rowone .eight .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/WEIGHT-LOSS.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-section-four .rowone .eight .box div {
    color: #000;
    width: 60%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.home-section-four .rowone .eight .box img{
    width: 17%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
.home-section-four .rowone .eight h4{
    display:none;
    color:#ffff;
    text-align:center;
    font-size:26px;
    font-weight:300;
    border:2px solid #fff;
    padding:15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.home-section-four .rowone .eight:hover h4{
    display:block;
}
.home-section-four .rowone .eight .box:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.home-section-four .rowone .eight .box:hover:after {
    opacity: 0.8;
}
/* Mobile Version Section Four */
.home-section-four .mobile .one{
    background-color:#3db4d1;
    padding:30px 20px;
}
.home-section-four .mobile .one h3{
    color:#fff;
    font-size:32px;
    font-weight:300;
    margin-top:0px;
    text-align:center;
}
.home-section-four .mobile .one p{
    color:#fff;
    font-size:14px;
    text-align:center;
}
.home-section-four .mobile .two{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/ANTI-AGING.jpg?t=1516712485700);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.home-section-four .mobile .three{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/RECOVERY.jpg?t=1516712485700);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.home-section-four .mobile .four{
        background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/PAIN-RELIEF.jpg?t=1516712485700);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.home-section-four .mobile .five{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/STRESS-RELIEF.jpg?t=1516712485700);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.home-section-four .mobile .six{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/PERFORMANCE.jpg?t=1516712485700);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.home-section-four .mobile .seven{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/WEIGHT-LOSS.jpg?t=1516712485700);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.home-section-four .mobile h4{
    color: #ffff;
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    border: 2px solid #fff;
    padding: 15px;
    width: 90%;
    margin: 0 auto;
}
.home-section-four .mobile .eight{
    background-color:#3db4d1;
    padding-bottom:30px;
}
.home-section-four .mobile .eight h3{
    color: #fff;
    text-align: center;
    font-size: 36px;
    margin:0px;
    padding:30px 0;
}
.home-section-four .mobile .eight a{
    text-align:center;
    color:#fff;
    text-decoration:none;
    display:block;
    margin:0 auto;
    font-size:18px;
    border: 2px solid;
    padding: 10px 0;
    width: 30%;
}
.home-section-five .span6{
    width:50%;
    margin:0px;
}
.home-section-five .left .inner{   
    max-width: 630.0px;
    float: right !important;
    margin-left: auto !important;
    padding: 60px 70px 60px 40px;
}
.home-section-five .right .inner{
    max-width: 100%;
    float: left !important;
    margin-left: auto !important;
}
.home-section-five h3{
    color:#3db4d1;
    font-size:32px;
    font-weight:100;
    margin-top:0px;
} 
.home-section-five p{
    color:#888888;
    font-size:14px;
}
.home-section-five .right h4{
    display:none;
    color:#ffff;
    text-align:center;
    font-size:26px;
    font-weight:300;
    border:2px solid #fff;
    padding:15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width:40%;
    margin:0 auto;
}
.home-section-five .right .box img{
    width: 9%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
.home-section-five .right .box:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.home-section-five .right .box:hover:after {
    opacity: 0.8;
}
.home-section-five .right .box:hover h4{
    display:block;
}
.home-section-five .right .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/cryo-treatments.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-section-five .right .box div {
    color: #000;
    width: 60%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.home-section-six .span6{
    width:50%;
    margin:0px;
}
.home-section-six .left h4{
    display:none;
    color:#ffff;
    text-align:center;
    font-size:26px;
    font-weight:300;
    border:2px solid #fff;
    padding:15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width:40%;
    margin:0 auto;
}
.home-section-six .left .box img{
    width: 9%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
.home-section-six .left .box:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.home-section-six .left .box:hover:after {
    opacity: 0.8;
}
.home-section-six .left .box:hover h4{
    display:block;
}
.home-section-six .left .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url('https://cdn2.hubspot.net/hubfs/2365968/cryo-facial.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-section-six .left .box div {
    color: #000;
    width: 60%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}


.treatments-section-five .left {
    margin: 0px;
}

.home-section-six .right h4{
    display:none;
    color:#ffff;
    text-align:center;
    font-size:26px;
    font-weight:300;
    border:2px solid #fff;
    padding:15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width:60%;
    margin:0 auto;
}
.home-section-six .right .box img{
    width: 9%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
.home-section-six .right .box:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.home-section-six .right .box:hover:after {
    opacity: 0.8;
}
.home-section-six .right .box:hover h4{
    display:block;
}
.home-section-six .right .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url('https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/localised-cryo.jpeg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-section-six .right .box div {
    color: #000;
    width: 60%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.home-section-seven .span6{
    width:50%;
    margin:0px;
}
.home-section-seven .left h4{
    display:none;
    color:#ffff;
    text-align:center;
    font-size:26px;
    font-weight:300;
    border:2px solid #fff;
    padding:15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width:40%;
    margin:0 auto;
}
.home-section-seven .left .box img{
    width: 9%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
.home-section-seven .left .box:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.home-section-seven .left .box:hover:after {
    opacity: 0.8;
}
.home-section-seven .left .box:hover h4{
    display:block;
}
.home-section-seven .left .box {
    position: relative;
    height: 367px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url('https://cdn2.hubspot.net/hubfs/2365968/cryo-legs-image.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-section-seven .left .box div {
    color: #000;
    width: 60%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.home-section-seven .right .inner{
    max-width: 630.0px;
    float: left !important;
    margin-left: auto !important;
    padding: 91px 0 85px 70px;
}
.home-section-seven .right{
   background-color:#3db4d1; 
}
.home-section-seven .right h3{
    color:#fff;
    margin:0px;
    font-size:35px;
}
.home-section-seven .right h5{
    color:#fff;
    margin:0px;
    font-size:30px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.home-section-seven .right p{
    margin:0px;
}
.home-section-seven .right a{
    color:#fff;
    border:2px solid #fff;
    text-decoration:none;
    padding:10px 0;
    display:block;
    text-align:center;
    font-size:16px;
    font-weight:bold;
    width:30%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    float: left;
    display: inline;
    margin-right: 10px;
}
.home-section-seven .right a:hover{
    background-color:#fff;
    color:#3db4d1;
}
.home-section-eight{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/Blue-Background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:60px 0;
}
.home-section-eight .left .one h3{
    color:#3db4d1;
    margin:0px;
    font-size:32px;
    font-weight:100;
}
.home-section-eight .left .one p{
    font-size:14px;
    color:#fff;
}
.home-section-eight .left .quote{
    background-color:#3db4d1;
    padding:90px 40px;
    margin-top:30px;
}
.home-section-eight .left .quote p{
    color:#fff;
    font-size:18px;
}
.home-section-eight .left .quote .top{
    margin-top:0px;
}
.home-section-eight .left .quote .small{
    font-size:12px;
}
.home-section-eight .right img{
    width:100%;
}
.home-section-eight .right .top-video h5 a{
    color:#3db4d1;
    text-align:center;
    text-decoration:none;
    font-size:16px;
    border:2px solid #3db4d1;
    display:block;
    padding:15px 0;
    width:37%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home-section-eight .right .top-video h5 a:hover{
    background-color:#3db4d1;
    color:#fff
}
.home-section-eight .right .imagerowtwo{
    margin-top:12px;
}
.home-section-eight .right .videobottom{
    margin-top:30px;
}
.home-section-eight .right .videobottom p{
    color:#3db4d1;
    text-align:right;
}
.home-section-eight .right .videobottom h5 {
    width:48%;
    display:inline;
    float:left;
    margin:0px;
    margin-right:10px;
}
.home-section-eight .right .videobottom h6 {
    width:48%;
    display:inline;
    float:left;
    margin:0px;
}
.home-section-eight .right .videobottom h5 a{
    color:#3db4d1;
    text-align:center;
    text-decoration:none;
    font-size:16px;
    border:2px solid #3db4d1;
    display:block;
    padding:15px 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home-section-eight .right .videobottom h5 a:hover{
    color:#fff;
    background-color:#3db4d1;
}
.home-section-eight .right .videobottom h6 a{
    background-color:#3db4d1;
    color:#fff;
    text-align:center;
    text-decoration:none;
    font-size:16px;
    border:2px solid #3db4d1;
    display:block;
    padding:15px 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home-section-eight .right .videobottom h6 a:hover{
    background-color:inherit;
    color:#3db4d1;
}
.home-section-nine{
    background-color:#3db4d1;
    padding:80px 0;
}
.home-section-nine h3{
    color:#fff;
    font-size:32px;
    margin:0px;
    font-weight:100;
    margin-bottom:32px;
}
.home-section-nine p{
    color:#fff;
}
.home-section-nine .ctaone{
    width:35%;
    float:left;
}
.home-section-nine .ctatwo{
    width:50%;
    float:left;
}
.home-section-nine  .calltoaction{
    margin-top:30px;
}
.home-section-nine .ctaone a{
    color:#fff;
    border:2px solid #fff;
    text-decoration:none;
    padding: 10px 20px;
    font-size:16px;
    font-weight:bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
} 
.home-section-nine .ctaone a:hover{
    background-color:#fff;
    color:#3db4d1;
}
.home-section-nine .ctatwo a{
    color:#3db4d1;
    border:2px solid #fff;
    background-color:#fff;
    text-decoration:none;
    padding: 10px 20px;
    font-size:16px;
    font-weight:bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
} 
.home-section-nine .ctatwo a:hover{
    background-color:#3db4d1;
    color:#fff
}
.home-section-nine .right{
    position:relative;
}
.home-section-nine .right img{
    position: absolute;
    height: 400px;
    width: 540px;
}
.home-section-ten{
    background-color:#eee;
    padding:60px 0 60px 0;
}
.home-section-ten h3{
    font-size: 32px;
    margin: 0px;
    font-weight: 100;
    margin-bottom: 32px;
    color:#3db4d1;
}
.home-section-eleven{
    background-color:#3db4d1;
    padding:60px 0;
}
.home-section-eleven h3{
    margin:0px;
    font-size:24px;
    color:#fff;
    text-align:center;
    font-weight:100;
    margin-bottom:15px;
}
.home-section-eleven .hs_cos_wrapper_type_form form .form-columns-2{
    width:80%;
    display:inline;
    float:left;
}
.home-section-eleven .hs_cos_wrapper_type_form form .form-columns-1{
    width:20%;
    display:inline;
    float:left;
}
.home-section-eleven .hs_cos_wrapper_type_form form .form-columns-2 .hs_firstname{
    width:47.5%;
    float:left;
    padding: 0 10px 0 0;
}
.home-section-eleven .hs_cos_wrapper_type_form form .form-columns-2 .hs_email{
    width:47.5%;
    float:left;
    padding: 0 10px 0 0;
}
.home-section-eleven .hs-form-required{
    display:none;
}
.home-section-eleven .hs_cos_wrapper_type_form form .form-columns-2 input{
    border: 0px;
    padding: 14px;
    display: block;
}
.home-section-eleven .hs_cos_wrapper_type_form .hs-button.primary.large{
    background-color:#3db4d1;
    color:#fff;
    border:2px solid #fff;
    padding:13px;
}
.home-section-eleven .hs_cos_wrapper_type_form form{ 
    width:50%; 
    margin:0 auto; 
    display:block;
}
.home-section-eleven form.hs-form fieldset[class*="form-columns"] .input{
    overflow:hidden;
}
.home-section-eleven .hs_cos_wrapper_type_form label{
    color:#fff;
    font-size:13px;
}
.home-section-twelve{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/Cryo-Girl.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:60px 0;
}
.home-section-twelve .span6{
    width:50%;
    margin:0px;
}
.home-section-twelve .left{
    background-color:#ffffffb5;
    padding:40px;
}
.home-section-twelve .left h4{
    color:#3db4d1;
    text-align:center;
    font-size:32px;
    margin:0px;
}
.home-section-twelve .left h5{
    color:#1e1a28;
    text-align:center;
    font-size:28px;
    margin:0px;
    padding:15px 0;
}
.home-section-twelve .left a{
    display: block;
    text-align: center;
    text-decoration: none;
    color:#3db4d1;
    border:2px solid #3db4d1;
    padding:15px 0;
    font-size:16px;
    width: 30%;
    margin: 0 auto;
    font-weight:bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home-section-twelve .left a:hover{
    background-color:#3db4d1;
    color:#fff;
}
.home-section-twelve .right{
    background-color:#1e1a28b5;
    padding:40px;
    margin-top:40px;
}
.home-section-twelve .right h4{
    color:#3db4d1;
    text-align:center;
    font-size:32px;
    margin:0px;
}
.home-section-twelve .right h5{
    color:#fff;
    text-align:center;
    font-size:28px;
    margin:0px;
    padding:15px 0;
}
.home-section-twelve .right a{
    display: block;
    text-align: center;
    text-decoration: none;
    color:#3db4d1;
    border:2px solid #3db4d1;
    padding:15px 0;
    font-size:16px;
    width: 50%;
    margin: 0 auto;
    font-weight:bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home-section-twelve .right a:hover{
    background-color:#3db4d1;
    color:#fff;
}




/* ==========================================================================
   Language Toggle                                                  
   ========================================================================== */

.language {
	float: left;
  margin-top: 13px;
}

.dropdown {
  border: 1px solid #3db4d1;
	display: inline-block;
  position: relative;
}

.language h4 {
	margin: 0;
  padding: 10px 0;
}

.language h4 a {
  color: #3db4d1;
  font-size: 14px;
  font-weight: 300;
  padding: 10px;
  text-decoration: none;
}

.dropdown-content {
  background-color: #3db4d1;
	display: none;
  min-width: 100%;
  position: absolute;
  top: 38px;
}

.dropdown-content a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 10px;
  text-decoration: none;
}

.dropdown:hover .dropdown-content {
	display: block;
}


@media(max-width:900px){
	.home-section-four .rowone .span3, .home-section-four .rowtwo .span3 {
    width: 50%;
    float: left;
    margin: 0px;
	}
}

/* ==========================================================================
   Instagram Feed                                                  
   ========================================================================== */

#instafeed a {
    float: left;
    margin-right: 2%;
    width: 23.5%;
}

#instafeed img {
    margin-bottom: 10px;
}

#instafeed a:nth-of-type(4n) {
    margin-right: 0;
}

@media (max-width: 480px) {
    #instafeed a {
        width: 49%;
    }
    
    #instafeed a:nth-of-type(even) {
        margin-right: 0;
    }
}
 


/* What Is */
.what-is-header{
    background-color:#3db4d1;
    padding:160px 0 100px 0;
}
.what-is-header h1{
    color:#fff;
    font-size:45px;
    font-weight:100;
    margin:0px;
}
.what-is-header p{
    color:#fff;
    line-height:23px;
}
.what-is-header .buttons h4{
    float:left;
    margin:0px;
    font-size:16px;
}
.what-is-header .buttons h4 a{
    background-color:#fff;
    color:#3db4d1;
    text-decoration:none;
    padding:10px;
    border:1px solid #fff;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.what-is-header .buttons h4 a:hover{
    background-color:inherit;
    color:#fff;
}



.what-is-header .buttons h5{
    margin:0px;
    font-size:16px;
}
.what-is-header .buttons h5 a{
    color:#fff;
    text-decoration:none;
    border:1px solid #fff;
    padding:10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.what-is-header .buttons h5 a:hover{
    background-color:#fff;
    color:#3db4d1;
}

.what-is-header .buttons{
    margin-top:50px;
}
.what-is-section-three{
    background-color:#eee;
    padding: 30px 0;
}

.what-is-section-three-member{
    background-color:#3cb3d1;
    padding: 30px 0;
}


.what-is-section-three-member p{
    color:#ffff;
    text-align:center;
    margin:0px;
}
.what-is-section-three-member a{
    color:#fff;
    text-decoration:none;
    padding:0 20px;
}

.what-is-section-three p{
    color:#3db4d1;
    text-align:center;
    margin:0px;
}
.what-is-section-three a{
    color:#3db4d1;
    text-decoration:none;
    padding:0 20px;
}

.member-box-2 {
    text-align: center;
    padding: 60px 0px;
}

.member-box-2 h2 {
    color: #3cb3d1;
    font-size: 32px;
}

.normal-section{padding:60px 0px}

.section-headerh2 h2 {
    text-align: center;
    color: #3cb3d1;
    font-size: 32px;
}

.reason-member h3 {
    color: #3cb3d1;
    font-size: 24px;
    margin-bottom: 0px;
}
.price-member h3 {
    color: #3cb3d1;
    font-size: 24px;
    margin-bottom: 0px;
}
.reason-member p {
    margin-top: 8px;
    padding-bottom: 15px;
      line-height: 22px;
}

.price-member a {
    background: #3cb3d1;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    padding: 15px 20px;
    display: inline-block;
    font-size: 18px;
}

.member-box-2 p {
    font-size: 20px;
    line-height: 32px;
}

.what-is-section-four .span6{
    width:50%;
    margin:0px;
}
.what-is-section-four .left .inner{
    max-width: 630.0px;
    float: right !important;
    margin-left: auto !important;
    padding: 100px 70px 100px 0;
}
.what-is-section-four .right .inner{
    max-width: 630.0px;
    float: left !important;
    margin-left: auto !important;
}
.what-is-section-four .right{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/What%20Is/What-Is-Man.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 608px;
}
.what-is-section-four p{
    font-size:14px;
    color:#888;
}
.what-is-section-four h4 a{
    color:#3db4d1;
    text-decoration:none;
    border:1px solid #3db4d1;
    padding: 10px;
    display: block;
    text-align: center;
    width: 35%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.what-is-section-four h4 a:hover{
    background-color:#3db4d1;
    color:#fff;
}

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

.what-is-section-five{
    background-color:#3db4d1;
    padding:60px 0 72px 0;
}
.what-is-section-five h3{
    color:#fff;
    text-align:center;
    font-size:32px;
    margin:0px;
    font-weight:100;
}
.what-is-section-five p{
    color:#fff;
    text-align:center;
    margin:30px 0;
}
.what-is-section-five h4{
    text-align:center;
    font-weight:100;
    font-size:18px;
    color:#fff;
}
.what-is-section-five img{
    margin: 0 auto;
    display: block;
    width: 80%;
}
.what-is-section-five .icons{
    width: 45%;
    margin: 0 auto;
    padding-top:20px;
}
.what-is-section-five h5{
    color:#fff;
    float:left;
    margin:0px;
}
.what-is-section-five h6 a{
    text-decoration:none;
    background-color:#fff;
    color:#3db4d1;
    padding:10px;
    border:1px solid #fff;
    font-size:16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.what-is-section-five h6 a:hover{
    background-color:#3db4d1;
    color:#fff
}
.what-is-section-five h6{
    float:right;
    margin:0px;
}
.what-is-section-five h5 a{
    color:#fff;
    border:1px solid #fff;
    padding:10px;
    text-decoration:none;
    font-size:16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.what-is-section-five h5 a:hover{
    background-color:#fff;
    color:#3db4d1;
}
.what-is-section-five .buttons{
    padding-top:40px;
}
.what-is-section-six{
    background-color:#eeeeee;
    padding:60px 0;
}
.what-is-section-six h2{
    margin:0px;
    text-align:center;
    color:#3db4d1;
    font-size:32px;
    font-weight:100;
    margin-bottom:40px;
}
.what-is-section-six .dates h4{
    background-color:#3db4d1;
    text-align:center;
    color:#fff;
    padding: 10px;
    width: 50%;
    display: block;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    font-size:24px;
    font-weight:100;
}
.what-is-section-six hr{
    display: block;
    width: 100%;
    position: absolute;
    top: 11px;
    background-color:#3db4d1;
}
.timeline-item-one{
    width:70%;
    position:relative;
}
.timeline-item-one .span8{
    width:66.66666%;
    margin:0px;
    background-color:#fff;
}
.timeline-item-one .span4{
    width:33.33333%;
    margin:0px;
}
.timeline-item-one p{
    text-align:center;
    font-size:14px;
    padding: 18px 18px;
    position: relative;
    z-index: 3;
}
.timeline-item-one .square{
    position: absolute;
    z-index: 2;
    top: 99px;
    left: 100px;
}
.timeline-item-two{
    width:70%;
    position:relative;
}
.timeline-item-two .span8{
    width:66.66666%;
    margin:0px;
    background-color:#fff;
}
.timeline-item-two .span4{
    width:33.33333%;
    margin:0px;
}
.timeline-item-two p{
    text-align:center;
    font-size:14px;
    padding: 10px 18px;
    position: relative;
    z-index: 3;
}
.timeline-item-two .square{
    position: absolute;
    z-index: 2;
    top: 99px;
    left: 100px;
}
.timeline-item-three{
    width:70%;
    position:relative;
    float:right;
    margin-top:50px;
    left: 70px;
}
.timeline-item-three .span8{
    width:66.66666%;
    margin:0px;
    background-color:#fff;
}
.timeline-item-three .span4{
    width:33.33333%;
    margin:0px;
}
.timeline-item-three p{
    text-align:center;
    font-size:14px;
    padding: 10px 18px;
    position: relative;
    z-index: 3;
}
.timeline-item-three .square{
    position: absolute;
    z-index: 2;
    top: -21px;
    left:170px;
}
.timeline-item-four{
    width:70%;
    position:relative;
    float:right;
    margin-top:50px;
    left:70px;
}
.timeline-item-four .span8{
    width:66.66666%;
    margin:0px;
    background-color:#fff;
}
.timeline-item-four .span4{
    width:33.33333%;
    margin:0px;
}
.timeline-item-four p{
    text-align:center;
    font-size:14px;
    padding: 10px 18px;
    position: relative;
    z-index: 3;
}
.timeline-item-four .square{
    position: absolute;
    z-index: 2;
    top: -21px;
    left: 170px;
}
.what-is-section-six .time-line{
    position:relative;
    margin-top:50px;
    margin-bottom:50px;
}
.what-is-section-seven .span3{
    width:25%;
    float:left;
    margin:0px;
}
.what-is-section-seven .span3{
    width:25%;
    float:left;
    margin:0px;
}
.what-is-section-seven .one h3{
    color:#fff;
    font-size:32px;
    font-weight:300;
    margin:0px;
}
.what-is-section-seven  .one p{
    color:#fff;
    font-size:14px;
}
.what-is-section-seven .one .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#3db4d1;
}
.what-is-section-seven .one .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
}
.what-is-section-seven .two .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/ANTI-AGING.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.what-is-section-seven .two .box div {
    color: #000;
    width: 75%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.what-is-section-seven .two .box img{
    width: 17%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
.what-is-section-seven .two h4{
    display:none;
    color:#ffff;
    text-align:center;
    font-size:26px;
    font-weight:300;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-bottom:0px;
}
.what-is-section-seven .two p{
    display:none;
    color:#ffff;
    text-align:center;
    font-size:14px;
    font-weight:300;
    padding:0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.what-is-section-seven .two a{
    background-color:#3db4d1;
    text-decoration:none;
    color:#fff;
    padding:10px; 
    font-weight:bold;
    margin-top:20px;
    display: block;
    width: 50%;
    margin: 0 auto;
}
.what-is-section-seven .two:hover h4{
    display:block;
}
.what-is-section-seven .two:hover p{
    display:block;
}
.what-is-section-seven .two .box:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.what-is-section-seven .two .box:hover:after {
    opacity: 0.8;
}
.what-is-section-seven .three .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/RECOVERY.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.what-is-section-seven .three .box div {
    color: #000;
    width: 75%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.what-is-section-seven .three .box img{
    width: 17%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
.what-is-section-seven .three h4{
    display:none;
    color:#ffff;
    text-align:center;
    font-size:26px;
    font-weight:300;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-bottom:0px;
}
.what-is-section-seven .three p{
    display:none;
    color:#ffff;
    text-align:center;
    font-size:14px;
    font-weight:300;
    padding:0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.what-is-section-seven .three a{
    background-color:#3db4d1;
    text-decoration:none;
    color:#fff;
    padding:10px;
    font-weight:bold;
    margin-top:20px;
    display: block;
    width: 50%;
    margin: 0 auto;
}
.what-is-section-seven .three:hover h4{
    display:block;
}
.what-is-section-seven .three:hover p{
    display:block;
}
.what-is-section-seven .three .box:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.what-is-section-seven .three .box:hover:after {
    opacity: 0.8;
}
.what-is-section-seven .four .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/PAIN-RELIEF.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.what-is-section-seven .four .box div {
    color: #000;
    width: 75%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.what-is-section-seven .four .box img{
    width: 17%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
.what-is-section-seven .four h4{
    display:none;
    color:#ffff;
    text-align:center;
    font-size:26px;
    font-weight:300;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-bottom:0px;
}
.what-is-section-seven .four p{
    display:none;
    color:#ffff;
    text-align:center;
    font-size:14px;
    font-weight:300;
    padding:0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.what-is-section-seven .four a{
    background-color:#3db4d1;
    text-decoration:none;
    color:#fff;
    padding:10px;
    font-weight:bold;
    margin-top:20px;
    display: block;
    width: 50%;
    margin: 0 auto;
}
.what-is-section-seven .four:hover h4{
    display:block;
}
.what-is-section-seven .four:hover p{
    display:block;
}
.what-is-section-seven .four .box:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.what-is-section-seven .four .box:hover:after {
    opacity: 0.8;
}
.what-is-section-seven .five .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/STRESS-RELIEF.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.what-is-section-seven .five .box div {
    color: #000;
    width: 75%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.what-is-section-seven .five .box img{
    width: 17%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
.what-is-section-seven .five h4{
    display:none;
    color:#ffff;
    text-align:center;
    font-size:26px;
    font-weight:300;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-bottom:0px;
}
.what-is-section-seven .five p{
    display:none;
    color:#ffff;
    text-align:center;
    font-size:14px;
    font-weight:300;
    padding:0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.what-is-section-seven .five a{
    background-color:#3db4d1;
    text-decoration:none;
    color:#fff;
    padding:10px;
    font-weight:bold;
    margin-top:20px;
    display: block;
    width: 50%;
    margin: 0 auto;
}
.what-is-section-seven .five:hover h4{
    display:block;
}
.what-is-section-seven .five:hover p{
    display:block;
}
.what-is-section-seven .five .box:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.what-is-section-seven .five .box:hover:after {
    opacity: 0.8;
}
.what-is-section-seven .six .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/PERFORMANCE.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.what-is-section-seven .six .box div {
    color: #000;
    width: 75%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.what-is-section-seven .six .box img{
    width: 17%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
.what-is-section-seven .six h4{
    display:none;
    color:#ffff;
    text-align:center;
    font-size:26px;
    font-weight:300;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-bottom:0px;
}
.what-is-section-seven .six p{
    display:none;
    color:#ffff;
    text-align:center;
    font-size:14px;
    font-weight:300;
    padding:0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.what-is-section-seven .six a{
background-color:#3db4d1;
    text-decoration:none;
    color:#fff;
    padding:10px;
    font-weight:bold;
    margin-top:20px;
    display: block;
    width: 50%;
    margin: 0 auto;
}
.what-is-section-seven .six:hover h4{
    display:block;
}
.what-is-section-seven .six:hover p{
    display:block;
}
.what-is-section-seven .six .box:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.what-is-section-seven .six .box:hover:after {
    opacity: 0.8;
}
.what-is-section-seven .seven h3{
    color:#fff;
    font-size:18px;
    font-weight:300;
    margin:0px;
    text-align:center;
    font-weight:bold;
}
.what-is-section-seven .seven h4{
    color:#fff;
    font-size:18px;
    font-weight:300;
    text-align:center;
    font-weight:100;
}
.what-is-section-seven  .seven p{
    color:#fff;
    font-size:12px;
    text-align:center;
}
.what-is-section-seven .seven .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#3db4d1;
}
.what-is-section-seven .seven .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
}
.what-is-section-seven .eight .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/WEIGHT-LOSS.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.what-is-section-seven .eight .box div {
    color: #000;
    width: 75%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.what-is-section-seven .eight .box img{
    width: 17%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
.what-is-section-seven .eight h4{
    display:none;
    color:#ffff;
    text-align:center;
    font-size:26px;
    font-weight:300;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-bottom:0px;
}
.what-is-section-seven .eight p{
    display:none;
    color:#ffff;
    text-align:center;
    font-size:14px;
    font-weight:300;
    padding:0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.what-is-section-seven .eight a{
    background-color:#3db4d1;
    text-decoration:none;
    color:#fff;
    padding:10px;
    font-weight:bold;
    margin-top:20px;
    display: block;
    width: 50%;
    margin: 0 auto;
}
.what-is-section-seven .eight:hover h4{
    display:block;
}
.what-is-section-seven .eight:hover p{
    display:block;
}
.what-is-section-seven .eight .box:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.what-is-section-seven-cta{
    background-color:#3db4d1;
    padding:60px 0;
}
.what-is-section-seven-cta h2 {
    text-align: center;
    margin: 0px;
    color: #fff;
    font-size: 35px;
    padding-bottom: 0px;
}
.what-is-section-seven-cta  p {
    text-align: center;
    margin-bottom: 0px;
}
.what-is-section-seven-cta p a{
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    text-decoration: none;
    width: 18%;
    margin: 0 auto;
    margin-top: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.what-is-section-seven-cta p a:hover {
    background-color: #fff;
    color: #3db4d1;
}



.what-is-section-seven .eight .box:hover:after {
    opacity: 0.8;
}
.what-is-section-eight .span6{
    width:50%;
    margin:0px;
}
.what-is-section-eight .left .inner{
    max-width: 630.0px;
    float: right !important;
    margin-left: auto !important;
    padding: 100px 70px 100px 0;
}
.what-is-section-eight .right .inner{
    max-width: 630.0px;
    float: left !important;
    margin-left: auto !important;
}
.what-is-section-eight .right{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/What%20Is/whoiscryo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 480px;
}
.what-is-section-eight p{
    font-size:14px;
    color:#888;
}
.what-is-section-eight .left h2{
    color:#3db4d1;
    font-size:32px;
    margin:0px;
    padding-bottom:30px;
    font-weight:100;
}
.what-is-section-eight .left .buttons{
    margin-top:50px;
}
.what-is-section-eight .left h4{
    float:left;
    margin:0px;
    font-size:16px;
}
.what-is-section-eight .left h4 a{
    text-decoration:none;
    background-color:#3db4d1;
    color:#fff;
    padding:10px;
    margin-right:10px;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.what-is-section-eight .left h4 a:hover{
    background-color:#fff;
    color:#3db4d1;
    border:1px solid #3db4d1;
}

.what-is-section-eight .left h5{
    float:left;
    margin:0px;
    font-size:16px;
}
.what-is-section-eight .left h5 a{
    text-decoration:none;
    border:1px solid #3db4d1;
    color:#3db4d1;
    padding:10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.what-is-section-eight .left h5 a:hover{
    background-color:#3db4d1;
    color:#fff;
}

/* Contact */
.contact-header{
    background-color:#3db4d1;
    padding:160px 0 100px 0;
}
.contact-header h1{
    color:#fff;
    font-size:45px;
    font-weight:100;
    margin:0px;
}
.contact-header p{
    color:#fff;
    line-height:23px;
}
.contact-header .buttons h4{
    float:left;
    margin:0px;
    font-size:16px;
}
.contact-header .buttons h4 a{
    background-color:#fff;
    color:#3db4d1;
    text-decoration:none;
    padding:10px;
    border:1px solid #fff;
    margin-right: 10px;
}
.contact-header .buttons h5{
    margin:0px;
    font-size:16px;
}
.contact-header .buttons h5 a{
    color:#fff;
    text-decoration:none;
    border:1px solid #fff;
    padding:10px;
}
.contact-header .buttons{
    margin-top:50px;
}
.contact-two{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Contact/Hola.jpg?t=1517491994764);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
}
.contact-three {
    padding-bottom:60px;
}
.contact-three .form{
    background-color:#eeeeee;
    padding:40px ;
    margin-top:-330px;
}
.contact-three .form h3{
    text-align:center;
    margin:0px;
    font-size:30px;
    color:#3db4d1;
    font-weight:100;
    border-bottom:0px;
}    
.contact-three .form p{
    font-size:16px;
    text-align:center;
    color:#888888;
}
.contact-three .form .hs-form-required{
    display:none;
}
.contact-three .form input{
    border:0px;
    padding:10px 20px;
    margin-bottom:10px;
}
.contact-three .form textarea{
    border:0px;
    padding:10px 20px;
    min-height: 180px;
}
.contact-three .form ul{
    margin-top:0px;
}
.contact-three .form .hs_cos_wrapper_type_form .hs-button.primary.large{
    background-color:#3db4d1;
    width:100%;
    color:#fff;
    margin-top: 7px;
    font-weight:bold
}
.contact-three h3 {
    border-bottom:1px solid #888;
    margin: 0px;
    line-height: normal;
}
.contact-three h3 a{
    color:#3db4d1;
    text-decoration:none;
    font-size:32px;
    font-weight: 100;
    padding: 40px 0;
    display: block;
}
.contact-three h3:last-chid{
    border-bottom:0px;
}
.contact-three svg{
    float:right;
    text-align:center;
    color:#888888;
}

/* Cryo Clients */
.clients-header{
    background-color:#3db4d1;
    padding:160px 0 100px 0;
}
.clients-header h1{
    color:#fff;
    font-size:45px;
    font-weight:100;
    margin:0px;
}
.clients-header h2{
    color:#fff;
    font-size:18px;
    font-weight:100;
    margin:0px;
    margin-top:20px;
}
.clients-header p{
    color:#fff;
    line-height:23px;
}
.clients-header .buttons h4{
    float:left;
    margin:0px;
    font-size:16px;
}
.clients-header .buttons h4 a{
    background-color:#fff;
    color:#3db4d1;
    text-decoration:none;
    padding:10px;
    border:1px solid #fff;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.clients-header .buttons h4 a:hover{
    background-color:#3db4d1;
    color:#fff
}
.clients-header .buttons h5{
    margin:0px;
    font-size:16px;
}
.clients-header .buttons h5 a{
    color:#fff;
    text-decoration:none;
    border:1px solid #fff;
    padding:10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.clients-header .buttons h5 a:hover{
    color:#3db4d1;
    background-color:#fff
}
.clients-header .buttons{
    margin-top:50px;
}
.clients-section-two{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/Blue-Background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:60px 0;
}
.clients-section-two h3{
    color:#fff;
    font-size:22px;
    width: 80%;
    margin-top:0px;
    z-index: 9;
    position: relative;
    padding-top:70px;
}
.clients-section-two h5{
    color:#fff;
    font-size:18px;
    font-weight:100;
    padding-left: 80px;
}
.clients-section-two p{
    color:#fff;
    font-size:12px;
    font-weight:100;
    margin-bottom:0px;
    padding-left: 80px;
}
.clients-section-two .testimonial{
    position:relative;
}
.clients-section-two .testimonial img{
    width: 90%;
    float: right;
    position: relative;
    right: -70px;
}
.clients-section-three{
    padding:60px 0;
    background-color:#eeeeee;
}
.clients-section-three h3{
    color:#3db4d1;
    font-size:32px;
    margin:0px;
    padding-left:30px;
    margin-bottom:30px;
}
.clients-section-four {
    padding:60px 0;
}
.clients-section-four h3{
    color:#3db4d1;
    font-size:32px;
    margin:0px;
    font-weight:100;
    margin-bottom:40px;
    padding-left:30px;
}
.clients-section-four .buttons{
    float:right;
}
.clients-section-four h5{
    float:left;
    font-size:16px;
    margin:0px;
    margin-right:10px;
}
.clients-section-four h5 a{
    text-decoration:none;
    color:#3db4d1;
    padding:10px 50px;
    border:1px solid #3db4d1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.clients-section-four h5 a:hover{
    background-color:#3db4d1;
    color:#fff;
}
.clients-section-four h6{
    float:left;
    margin:0px;
}
.clients-section-four h6 a{
    background-color:#3db4d1;
    border:1px solid #3db4d1;
    color:#fff;
    font-size:16px;
    text-decoration:none;
    padding:10px 50px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.clients-section-four h6 a:hover{
    background-color:#fff;
    color:#3db4d1;
}
.clients-section-five{
    background-color:#eeeeee;
    padding:60px 0;
}
.clients-section-five h3{
    color:#3db4d1;
    font-size:32px;
    margin:0px;
    font-weight:100;
    margin-bottom:40px;
    padding-left:30px;
}
.clients-section-five .social-one{
    margin-bottom:30px;
}
.clients-section-five .buttons{
    float:right;
}
.clients-section-five h5{
    float:left;
    font-size:16px;
    margin:0px;
    margin-right:10px;
}
.clients-section-five h5 a{
    text-decoration:none;
    color:#3db4d1;
    padding:10px 50px;
    border:1px solid #3db4d1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.clients-section-five h5 a:hover{
    color:#fff;
    background-color:#3db4d1;
}
.clients-section-five h6{
    float:left;
    margin:0px;
}
.clients-section-five h6 a{
    background-color:#3db4d1;
    border:1px solid #3db4d1;
    color:#fff;
    font-size:16px;
    text-decoration:none;
    padding:10px 50px;
        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.clients-section-five h6 a:hover{
    background-color:transparent;
    color:#3db4d1;
}



/* Storys */
.story-header{
    background-color:#3db4d1;
    padding:160px 0 50px 0;
}
.story-header h1{
    color:#fff;
    font-size:40px;
    font-weight:100;
    margin:0px;
}
.story-header h2{
    color:#fff;
    font-size:18px;
    font-weight:100;
    margin:0px;
    margin-top:20px;
}
.story-header p{
    color:#fff;
    line-height:23px;
}
.story-section-two{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/Blue-Background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:60px 0;
    position:relative;
}
.story-section-two h3{
    color:#fff;
    margin:0px;
    font-size:22px;
    position:relative;
    padding-top: 60px;
}
.story-section-two h4{
    color:#fff;
    font-size:18px;
    position:relative;
    font-weight:100;
    padding-left:70px;
}
.story-section-two p{
    color:#fff;
    font-size:12px;
    position:relative;
    font-weight:100;
    padding-left:70px;
}
.story-section-two img{
    float: right;
    width: 80%;
    position: relative;
    left: 70px;
}
.story-section-three{
    padding:60px 0;
}
.story-section-three h3{
    margin:0px;
    color:#3db4d1;
    font-size:32px;
    font-weight:100;
    padding-bottom:30px
}
.story-section-three p{
    font-size:14px;
    color:#888;
    margin-bottom:0px;
}
.story-section-three h4 {
    float:left;
    margin:0px;
}
.story-section-three .buttons{
    float:right;
}
.story-section-three h4 a{
    text-decoration:none;
    font-size:16px;
    border:1px solid #3db4d1;
    padding:10px;
    color:#3db4d1;
    margin-right:10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.story-section-three h4 a:hover{
    background-color:#3db4d1;
    color:#fff
}
.story-section-three h5 {
    float:left;
    margin:0px;
}
.story-section-three h5 a{
    text-decoration:none;
    font-size:16px;
    background-color:#3db4d1;
    color:#fff;
    border:1px solid #3db4d1;
    padding:10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.story-section-three h5 a:hover{
    background-color:#fff;
    color:#3db4d1;
}
.story-section-four .span6{
    width:50%;
    margin:0px;
}
.story-section-four .left {
    background-color:#eee;
}
.story-section-four .left p{
    font-size:14px;
    color:#888;
    margin:0px;
}
.story-section-four .left .inner{
    max-width: 630.0px;
    float: right !important;
    margin-left: auto !important;
    padding: 110px 70px 110px 0;
}
.story-section-four .right .inner{
    max-width: 630.0px;
    float: left !important;
    margin-left: auto !important;
    padding:100px 0 100px 140px;
}
.story-section-four .right{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Storys/football-stadium.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 373px;
}
.story-section-four .right h3{
    color:#fff;
    margin:0px;
    font-size:22px;
}
.story-section-five{
    background-color:#3db4d1;
    padding:60px 0;
}
.story-section-five h2{
    text-align:center;
    margin:0px;
    color:#fff;
    font-size:35px;
    padding-bottom:20px;
}
.story-section-five h3{
    text-align:center;
    margin:0px;
    color:#fff;
    font-size:31px;
}
.story-section-five p{
    text-align:center;
    margin-bottom:0px;
}
.story-section-five p a{
    color:#fff;
    border:1px solid #fff;
    padding:10px;
    display:block;
    text-decoration:none;
    width: 18%;
    margin: 0 auto;
    margin-top:30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.story-section-five p a:hover{
    background-color:#fff;
    color:#3db4d1;
    
}




/* Locations */
.location-header{
    background-color:#3db4d1;
    padding:160px 0 50px 0;
}
.location-header h1{
    color:#fff;
    font-size:40px;
    font-weight:100;
    margin:0px;
}
.location-header h2{
    color:#fff;
    font-size:18px;
    font-weight:100;
    margin:0px;
    margin-top:20px;
}
.location-header p{
    color:#fff;
    line-height:23px;
}
.location-header .buttons h4{
    float:left;
    margin:0px;
    font-size:16px;
}
.location-header .buttons h4 a{
    background-color:#fff;
    color:#3db4d1;
    text-decoration:none;
    padding:10px;
    border:1px solid #fff;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.location-header .buttons h4 a:hover{
    background-color:#3db4d1;
    color:#fff;
}
.location-header .buttons h5{
    margin:0px;
    font-size:16px;
}
.location-header .buttons h5 a{
    color:#fff;
    text-decoration:none;
    border:1px solid #fff;
    padding:10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.location-header .buttons h5 a:hover{
    background-color:#fff;
    color:#3db4d1;
}
.location-header .buttons{
    margin-top:50px;
}
.location-section-two{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Location/Location-Background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 373px;
}
.location-section-three{
    background-color:#eee;
    padding:60px 0;
}
.location-section-three h2{
    margin:0px;
    color:#3db4d1;
    font-size:32px;
    margin:0px;
    font-weight:100;
}
.location-section-three .content-wrapper{
    margin-top:40px;
}
.location-section-three .content-wrapper .content {
    display: none;
}
.location-section-three .content-wrapper .content.show {
    display: block;
    position: absolute;
    background-color: #fff;
    z-index: 9;
    width: 100%;
}
.location-section-three .content-wrapper .link {
    width: 100%;
    cursor: pointer;
    color: #444;
}
.location-section-three .content.show{
    padding: 10px 20px 30px 20px;
}
.location-section-three .inner{
    background-color:#fff;
    position:relative;
}
.location-section-three .top{
    padding:20px 20px;
}
.location-section-three  h3{
    color:#3db4d1;
    font-weight:100;
    margin:0px;
    font-size:24px;
}
.location-section-three  h4{
    margin:0px;
    color:#3db4d1;
    font-size:20px;
    padding-top:0px;
}
.location-section-three p.title{
    font-size:14px;
    color:#1e1a28;
    font-weight:bold;
    margin:0px;
    padding-top:20px;
    padding-bottom:6px;
}
.location-section-three p{
    color:#888888;
    margin:0px;
}
.location-section-three p.treatments{
    color:#3db4d1;
}
.location-section-three .right{
    position:absolute;
    bottom: 50px;
    right: 10px;
}
.location-section-three .right p a{
    text-decoration:none;
    background-color:#3db4d1;
    color:#fff;
    padding:10px;
    font-size:16px;
    font-weight:bold;
    text-transform: uppercase;
}
.location-section-three .top{
    width: 87%;
    min-height: 110px;
}
.location-section-five{
    background-color:#3db4d1;
    padding:60px 0;
}
.location-section-five h2{
    text-align:center;
    margin:0px;
    color:#fff;
    font-size:35px;
    padding-bottom:20px;
}
.location-section-five h3{
    text-align:center;
    margin:0px;
    color:#fff;
    font-size:31px;
}
.location-section-five p{
    text-align:center;
    margin-bottom:0px;
}
.location-section-five p a{
    color:#fff;
    border:1px solid #fff;
    padding:10px;
    display:block;
    text-decoration:none;
    width: 18%;
    margin: 0 auto;
    margin-top:30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.location-section-five p a:hover{
    background-color:#fff;
    color:#3db4d1;
}


/* Treatments */
.treatments-header{
    background-color:#3db4d1;
    padding: 180px 0 100px 0;
}
.treatments-header h1{
    color:#fff;
    font-size:40px;
    font-weight:100;
    margin:0px;
}
.treatments-header h2{
    color:#fff;
    font-size:18px;
    font-weight:100;
    margin:0px;
    margin-top:20px;
}
.treatments-header p{
    color:#fff;
    line-height:23px;
}
.treatments-header .buttons h4{
    float:left;
    margin:0px;
    font-size:16px;
}
.treatments-header .buttons h4 a{
    background-color:#fff;
    color:#3db4d1;
    text-decoration:none;
    padding:10px;
    border:1px solid #fff;
    margin-right: 10px;
}
.treatments-header .buttons h5{
    margin:0px;
    font-size:16px;
}
.treatments-header .buttons h5 a{
    color:#fff;
    text-decoration:none;
    border:1px solid #fff;
    padding:10px;
}
.treatments-header .buttons{
    margin-top:50px;
}
.treatments-section-two{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Treatments/Treatment-Banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 373px;
}
.treatments-section-three{
    background-color:#3db4d1;
    padding:60px 0;
}
.treatments-section-three h2{
    text-align:center;
    color:#fff;
    margin:0px;
    font-size:32px;
    font-weight:100;
}
.treatments-section-three .search{
    width:70%;
    margin:0 auto;
    padding-top:30px;
}
.treatments-section-three .selectmenu select {
    width: 36%;
    float: left;
    font-size: 16px;
    margin-right: 10px;
    height: 50px;
    background-color: #fff;
    -webkit-appearance: menulist-button;
    border:0px;
    color:#888888;
}
.treatments-section-three .selectmenu button {
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    padding: 13px 14px;
    background-color:transparent;
}
.treatments-section-four .span6{
    width:50%;
    margin:0px;
}
.treatments-section-four .left .inner{
    max-width: 630.0px;
    float: right !important;
    margin-left: auto !important;
    padding: 100px 70px 100px 0;
}
.treatments-section-four .right .inner{
    float: left !important;
    margin-left: auto !important;
}
.treatments-section-four h3{
    color:#3db4d1;
    font-weight:100;
    margin:0px;
    font-size:32px;
    padding-bottom:30px;
}
.treatments-section-four p{
    font-size:14px;
    margin:0px;
    color:#888;
}
.treatments-section-four .buttons h4{
    float:left;
    margin:0px;
    font-size:16px;
}
.treatments-section-four .buttons h4 a{
    color:#3db4d1;
    text-decoration:none;
    padding:10px;
    border:1px solid #3db4d1;
    margin-right: 10px;
}
.treatments-section-four .buttons h5{
    margin:0px;
    font-size:16px;
}
.treatments-section-four .buttons h5 a{
    color:#fff;
    text-decoration:none;
    border:1px solid #3db4d1;
    background-color:#3db4d1;
    padding:10px;
}
.treatments-section-four .buttons{
    margin-top:50px;
}
.treatments-section-four .right h4{
    display:none;
    color:#fff;
    text-align:center;
    font-size:26px;
    font-weight:300;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin:0 auto;
    padding-bottom:30px;
}
.treatments-section-four .right h5 a{
    display:none;
    background-color:#3db4d1;
    text-decoration:none;
    color:#fff;
    padding:10px;
    text-align:center;
    margin:0 auto;
    width:20%;
}
.treatments-section-four .right .box p{
    display:none;
    color:#fff;
    text-align:center;
    font-size:14px;
}
.treatments-section-four .right .box img{
    width: 9%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
.treatments-section-four .right .box:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.treatments-section-four .right .box:hover:after {
    opacity: 0.8;
}
.treatments-section-four .right .box:hover h4{
    display:block;
}
.treatments-section-four .right .box:hover h5 a{
    display:block;
}
.treatments-section-four .right .box:hover p{
    display:block;
}
.treatments-section-four .right .box {
    position: relative;
    height: 390px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Treatments/Treatment-Man.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.treatments-section-four .right .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.treatments-section-five .span6{
    width:50%;
    margin:0px;
}
.treatments-section-five .left .inner{
    float: right !important;
    margin-left: auto !important;
}
.treatments-section-five .right .inner{
    float: left !important;
    margin-left: auto !important;
}
.treatments-section-five .left h4{
    display:none;
    color:#fff;
    text-align:center;
    font-size:26px;
    font-weight:300;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin:0 auto;
    padding-bottom:30px;
}
.treatments-section-five .left h5 a{
    display:none;
background-color:#3db4d1;
    text-decoration:none;
    color:#fff;
    padding:10px;
    text-align:center;
    margin:0 auto;
    width:20%;
}
.treatments-section-five .left .box p{
    display:none;
    color:#fff;
    text-align:center;
    font-size:14px;
}
.treatments-section-five .left .box img{
    width: 9%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
.treatments-section-five .left .box:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.treatments-section-five .left .box:hover:after {
    opacity: 0.8;
}
.treatments-section-five .left .box:hover h4{
    display:block;
}
.treatments-section-five .left .box:hover h5 a{
    display:block;
}


.treatments-section-five .left .box:hover h5 a {
    color: #ffff !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    border: 2px solid #fff !important;
    padding: 10px 15px !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    background-color: transparent !important;
}




.treatments-section-five .left .box:hover p{
    display:block;
}
.treatments-section-five .left .box {
    position: relative;
    height: 390px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/cryo-facial.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.treatments-section-five .left .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.treatments-section-five .right h4{
    display:none;
    color:#fff;
    text-align:center;
    font-size:26px;
    font-weight:300;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin:0 auto;
    padding-bottom:30px;
}
.treatments-section-five .right h5 a{
    display:none;
    background-color:#3db4d1;
    text-decoration:none;
    color:#fff;
    padding:10px;
    text-align:center;
    margin:0 auto;
    width:20%;
}
.treatments-section-five .right .box p{
    display:none;
    color:#fff;
    text-align:center;
    font-size:14px;
}
.treatments-section-five .right .box img{
    width: 9%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
.treatments-section-five .right .box:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.treatments-section-five .right .box:hover:after {
    opacity: 0.8;
}
.treatments-section-five .right .box:hover h4{
    display:block;
}
.treatments-section-five .right .box:hover h5 a{
    display:block;
}
.treatments-section-five .right .box:hover p{
    display:block;
}
.treatments-section-five .right .box {
    position: relative;
    height: 390px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/localised-cryo.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.treatments-section-five .right .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.treatments-section-six .span6{
    width:50%;
    margin:0px;
}
.treatments-section-six .left .inner{
    float: right !important;
    margin-left: auto !important;
}
.treatments-section-six .right .inner{
    float: left !important;
    margin-left: auto !important;
    max-width: 630.0px;
    padding: 106px 0 100px 70px;
}
.treatments-section-six .right {
    background-color:#3db4d1;
}
.treatments-section-six h3{
    color:#fff;
    margin:0px;
    font-size:35px;
    padding-bottom:0px;
}
.treatments-section-six h4{
    color:#fff;
    margin:0px;
    font-size:30px;
}
.treatments-section-six p{
    font-size:14px;
    margin:0px;
    color:#fff
}
.treatments-section-six .buttons h5{
    margin:0px;
    font-size:16px;
}
.treatments-section-six .buttons h5 a{
    color:#fff;
    text-decoration:none;
    border:1px solid #fff;
    padding:10px;
}
.treatments-section-six .buttons{
    margin-top:40px;
}
.treatments-section-six .left h4{
    display:none;
    color:#fff;
    text-align:center;
    font-size:26px;
    font-weight:300;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin:0 auto;
    padding-bottom:30px;
}
.treatments-section-six .left h5 a{
    display:none;
background-color:#3db4d1;
    text-decoration:none;
    color:#fff;
    padding:10px;
    text-align:center;
    margin:0 auto;
    width:20%;
}
.treatments-section-six .left .box p{
    display:none;
    color:#fff;
    text-align:center;
    font-size:14px;
}
.treatments-section-six .left .box img{
    width: 9%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
.treatments-section-six .left .box:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.treatments-section-six .left .box:hover:after {
    opacity: 0.8;
}
.treatments-section-six .left .box:hover h4{
    display:block;
}
.treatments-section-six .left .box:hover h5 a{
    display:block;
}
.treatments-section-six .left .box:hover p{
    display:block;
}
.treatments-section-six .left .box {
    position: relative;
    height: 383px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url('https://cdn2.hubspot.net/hubfs/2365968/cryo-legs-image.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.treatments-section-six .left .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.treatments-section-seven .span6{
    width:50%;
    margin:0px;
}
.treatments-section-seven .left .inner{
    max-width: 630.0px;
    float: right !important;
    margin-left: auto !important;
    padding: 100px 70px 100px 0;
}
.treatments-section-seven .right .inner{
    float: left !important;
    margin-left: auto !important;
}
.treatments-section-seven h3{
    color:#3db4d1;
    font-weight:100;
    margin:0px;
    font-size:32px;
    padding-bottom:30px;
}
.treatments-section-seven p{
    font-size:14px;
    margin:0px;
    color:#888;
}
.treatments-section-seven .buttons h4{
    float:left;
    margin:0px;
    font-size:16px;
}
.treatments-section-seven .buttons h4 a{
    color:#3db4d1;
    text-decoration:none;
    padding:10px;
    border:1px solid #3db4d1;
    margin-right: 10px;
}
.treatments-section-seven .buttons h5{
    margin:0px;
    font-size:16px;
}
.treatments-section-seven .buttons h5 a{
    color:#fff;
    text-decoration:none;
    border:1px solid #3db4d1;
    background-color:#3db4d1;
    padding:10px;
}
.treatments-section-seven .buttons{
    margin-top:50px;
}
.treatments-section-seven .right{
    height: 458px;
    margin: 0 auto;
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Treatments/The-Benefits.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.treatments-section-eight{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Treatments/Outdoor-Forest.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.treatments-section-eight .span3{
    width:25%;
    margin:0px;
} 
.treatments-section-eight .one .box {
    position: relative;
    height: 300px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#3db4d1;
}
.treatments-section-eight .one .box div {
    color: #000;
    width: 70%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.treatments-section-eight .one h3{
    color:#fff;
    font-size:32px;
    line-height:normal;
    font-weight:normal;
}
.treatments-section-eight .two .box {
    position: relative;
    height: 300px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#1e1a28d1;
}
.treatments-section-eight .two .box:hover{
    background-color:#1e1a28;
}
.treatments-section-eight .two .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.treatments-section-eight .two h3{
    color:#fff;
    font-size:26px;
    line-height:normal;
    font-weight:normal;
    text-align:center;
}
.treatments-section-eight .two p a{
    color:#3db4d1;
    background-color:#fff;
    display:block;
    text-decoration:none;
    padding:10px;
    width: 40%;
    margin: 0 auto;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}

.treatments-section-eight .three .box {
    position: relative;
    height: 300px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#888888;
}
.treatments-section-eight .three .box:hover{
    background-color:#888;
}
.treatments-section-eight .three .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.treatments-section-eight .three h3{
    color:#fff;
    font-size:26px;
    line-height:normal;
    font-weight:normal;
    text-align:center;
}
.treatments-section-eight .three p a{
    color:#3db4d1;
    background-color:#fff;
    display:block;
    text-decoration:none;
    padding:10px;
    width: 40%;
    margin: 0 auto;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}
.treatments-section-eight .four .box {
    position: relative;
    height: 300px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#3db4d1;
}
.treatments-section-eight .four .box:hover{
    background-color:#3db4d1;
}
.treatments-section-eight .four .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.treatments-section-eight .four h3{
    color:#fff;
    font-size:26px;
    line-height:normal;
    font-weight:normal;
    text-align:center;
}
.treatments-section-eight .four p a{
    color:#3db4d1;
    background-color:#fff;
    display:block;
    text-decoration:none;
    padding:10px;
    width: 40%;
    margin: 0 auto;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}
.treatments-section-eight .five .box {
    position: relative;
    height: 300px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#1e1a28d1;
}
.treatments-section-eight .five .box:hover{
    background-color:#1e1a28;
}
.treatments-section-eight .five .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.treatments-section-eight .five h3{
    color:#fff;
    font-size:26px;
    line-height:normal;
    font-weight:normal;
    text-align:center;
}
.treatments-section-eight .five p a{
    color:#3db4d1;
    background-color:#fff;
    display:block;
    text-decoration:none;
    padding:10px;
    width: 40%;
    margin: 0 auto;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}
.treatments-section-eight .six .box {
    position: relative;
    height: 300px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#888888d1;
}
.treatments-section-eight .six .box:hover{
    background-color:#888;
}
.treatments-section-eight .six .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.treatments-section-eight .six h3{
    color:#fff;
    font-size:26px;
    line-height:normal;
    font-weight:normal;
    text-align:center;
}
.treatments-section-eight .six p a{
    color:#3db4d1;
    background-color:#fff;
    display:block;
    text-decoration:none;
    padding:10px;
    width: 40%;
    margin: 0 auto;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}
.treatments-section-eight .seven .box {
    position: relative;
    height: 300px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#3db4d1;
}
.treatments-section-eight .seven .box:hover{
    background-color:#3db4d1;
}
.treatments-section-eight .seven .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.treatments-section-eight .seven h3{
    color:#fff;
    font-size:26px;
    line-height:normal;
    font-weight:normal;
    text-align:center;
}
.treatments-section-eight .seven p a{
    color:#3db4d1;
    background-color:#fff;
    display:block;
    text-decoration:none;
    padding:10px;
    width: 40%;
    margin: 0 auto;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}
.treatments-section-eight .eight .box {
    position: relative;
    height: 300px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#1e1a28;
}
.treatments-section-eight .eight .box:hover{
    background-color:#1e1a28;
}
.treatments-section-eight .eight .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.treatments-section-eight .eight h3{
    color:#fff;
    font-size:26px;
    line-height:normal;
    font-weight:normal;
    text-align:center;
}
.treatments-section-eight .eight p a{
    color:#3db4d1;
    background-color:#fff;
    display:block;
    text-decoration:none;
    padding:10px;
    width: 40%;
    margin: 0 auto;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}
.treatments-section-eight .nine .box {
    position: relative;
    height: 300px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#888888d1;
}
.treatments-section-eight .nine .box:hover{
    background-color:#888888;
}
.treatments-section-eight .nine .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.treatments-section-eight .nine h3{
    color:#fff;
    font-size:26px;
    line-height:normal;
    font-weight:normal;
    text-align:center;
}
.treatments-section-eight .nine p a{
    color:#3db4d1;
    background-color:#fff;
    display:block;
    text-decoration:none;
    padding:10px;
    width: 40%;
    margin: 0 auto;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}
.treatments-section-eight .ten .box {
    position: relative;
    height: 300px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#3db4d1d1;
}
.treatments-section-eight .ten .box:hover{
    background-color:#3db4d1;
}
.treatments-section-eight .ten .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.treatments-section-eight .ten h3{
    color:#fff;
    font-size:26px;
    line-height:normal;
    font-weight:normal;
    text-align:center;
}
.treatments-section-eight .ten p a{
    color:#3db4d1;
    background-color:#fff;
    display:block;
    text-decoration:none;
    padding:10px;
    width: 40%;
    margin: 0 auto;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}
.treatments-section-eight .eleven .box {
    position: relative;
    height: 300px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#1e1a28d1;
}
.treatments-section-eight .eleven .box:hover{
    background-color:#1e1a28;
}
.treatments-section-eight .eleven .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.treatments-section-eight .eleven h3{
    color:#fff;
    font-size:26px;
    line-height:normal;
    font-weight:normal;
    text-align:center;
}
.treatments-section-eight .eleven p a{
    color:#3db4d1;
    background-color:#fff;
    display:block;
    text-decoration:none;
    padding:10px;
    width: 40%;
    margin: 0 auto;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}
.treatments-section-nine{
    background-color:#3db4d1;
    padding:60px 0;
}
.treatments-section-nine p{
    color:#fff;
    text-align:center;
    font-size:18px;
    font-weight:bold;
    margin: 0 auto;
    width: 70%;
}
.treatments-section-nine h4{
    color:#fff;
    text-align:center;
    font-size:18px;
    font-weight:100;
}
.treatments-section-nine .small{
    font-size:12px;
    font-weight:100;
}


/* Your Therapy */

.your-therapy-section-four .left {
    background-color: #3db4d1;
}

.your-therapy-section-four h3, 
.your-therapy-section-four p {
    color: #fff;
}

.your-therapy-section-four .buttons h4 a,
.your-therapy-section-four .buttons h5 a {
    border-color: #fff;
    color: #fff;
}

.your-therapy-section-four .buttons h5 a {
    background-color: #fff;
    color: #3db4d1;
}

.your-therapy-section-four .left .inner,
.your-therapy-section-four .right .box,
.your-therapy-section-five .left .box,
.your-therapy-section-five .right .box,
.your-therapy-section-six .left .box,
.your-therapy-section-six .right,
.your-therapy-section-seven .left .box,
.your-therapy-section-seven .right .box {
    height: 440px;
}

.your-therapy-section-six .right .inner {
    max-width: 100%;
    padding-right: 100px;
    padding-left: 100px;
    text-align: center;
}

.your-therapy-section-six p,
.your-therapy-full p {
    font-size: 16px;
    line-height: 24px;
}

.your-therapy-section-six p.top,
.your-therapy-full p.top {
    margin-bottom: 20px;
}

.your-therapy-section-six p.small,
.your-therapy-full p.small {
    font-size: 13px;
    margin-top: 30px;
}

@media (max-width: 1440px) {
    .your-therapy-section-four .left .inner {
        max-width: 100%;
        padding-right: 50px !important;
        padding-left: 50px !important;
    }
}

@media (max-width: 1368px) {
  .home-section-seven .left .box {
      height: 365px!important;
  }
}

@media (max-width: 1200px) {
    .your-therapy-section-six .right .inner {
        padding: 80px 50px !important;
    }
  .what-is-section-four .right {
    background-position: left center;
    min-height: 625px!important;
  }
  .experience-section-seven .left .inner,
  .treatments-section-seven .left .inner{
    padding: 100px 70px 100px 15px!important;
	}
  .experience-section-seven .right {
    min-height: 470px!important;
	}
  .equipment-section-three .left {
    height: 505px!important;
  }
}

@media (max-width: 1024px) {
  
  .twocol {
    flex: 0 0 47.8%;
}
  .home-section-seven .left .box {
      height: 402px!important;
  }
  .what-is-section-four .left .inner {
    padding: 60px 70px 60px 20px!important;
	}
  .experience-section-seven .right {
    min-height: 505px!important;
  }
  .price-section-six .left {
    height: 447px!important;
  }
  .medical-section-three .inner .text {
    height: 630px!important;
  }
}

@media (max-width: 990px) {
  .price-section-six .left {
      height: 413px!important;
  }
  .franchise-section-four h4 a{
    display: block!important;
    margin-bottom: 20px!important;
  }
  .equipment-section-three .left {
    height: 484px!important;
	}
}

@media (max-width: 768px) {
    .your-therapy-section-four .left .inner {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    
    .your-therapy-full .inner {
        padding: 50px 20px !important;
    }
  .what-is-section-four .right {
    min-height: 715px!important;
	}
  .experience-section-seven .right {
    min-height: 330px!important;
	}
}

@media (max-width: 736px) {
	.what-is-section-four .right {
    min-height: 300px!important;
	}
}


/* Your Therapy - Single Page */

.therapy-cta-wrapper {
    padding: 50px 0;
}

.therapy-cta-wrapper p {
    color: #888;
    font-size: 14px;
    line-height: 24px;
}

.therapy-cta-wrapper .buttons {
    float: right;
    padding-top: 20px;
}

.therapy-cta-wrapper .buttons h4,
.therapy-cta-wrapper .buttons h5 {
    display: inline-block;
}

.therapy-cta-wrapper .buttons h4 {
    margin-right: 8px;
}

.therapy-cta-wrapper .buttons a {
    font-size: 16px;
    padding: 10px;
    text-decoration: none;
}

.therapy-cta-wrapper .buttons h4 a {
    border: 1px solid #3db4d1;
    color: #3db4d1;
}

.therapy-cta-wrapper .buttons h5 a {
    background-color: #3db4d1;
    border: 1px solid #3db4d1;
    color: #fff;
}

.your-therapy-full-test {
    background-color: #3db4d1;
}

.your-therapy-full-test .right .inner {
    float: none !important;
    height: auto;
    margin-right: auto !important;
    max-width: 800px;
    padding-right: 70px;
    text-align: center;
}

@media (max-width: 1200px) {
   .therapy-cta-wrapper .container {
       padding-right: 5%;
       padding-left: 5%;
   } 
  
  .slim-banner {
    background-size: cover;
    padding: 100px 0px;
}
  
  
}

@media (max-width: 992px) {
    .therapy-cta-wrapper .span6 {
        margin: 0;
        width: 100%;
    }
    
    .therapy-cta-wrapper .buttons {
        float: left;
    }
}

@media (max-width: 767px) {
  
  .header .book a:nth-child(2) {
    display: none;
}
  
  .pre-bookabove h2
  {
      font-size: 20px;
  }
  .pre-bookabove a {
      display: block;
    max-width: 130px;
    margin: 20px auto;
}
  
  .result-banner a
  {
   margin:10px; 
  }
  .result-banner .overlay-desc {
    padding: 80px 0px 80px 0px;
}

.twocol {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
}
  
  .question-section-two-slim {
    padding: 40px 0 50px 0;
    margin-top: 0px;
    text-align: center;
}
  
 .hs-content-id-6581152864 .home-header  a {
    display: inline!important;
}
  
  .science-section1-righttext {
    padding-top: 0px;
    padding-right: 0px;
}
  
  
  .science-section2-text {
    padding: 20px;   
}
  .science-section3-left, .science-section3-right {
    width: 100% !important;  
    display: block !important;   
}
  .science-section3-right h2 {
    font-size: 32px;
    padding: 20px 20px 20px 20px;
    margin-left: 0px;
    max-width: 100%;
  text-align: center;
}
  .science-section3-right p {
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 0px 20px 40px 20px;
}
  .science-section1-righttext h5 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
  
  .science-section1-righttext h1 {
    color: #3db4d1;
    font-size: 40px;
    text-align: center;
}
  
  .result-section-2 h2 {
    font-size: 30px;
}
  .science-section1-righttext h1, .science-section1-righttext h5 {
    margin-left: 0px;
    padding: 0px 20px;
}
  
  .sectionboximage > .row-fluid-wrapper > .row-fluid{
  display: -webkit-box;   
    display: -moz-box;      
    display: -ms-flexbox;   
    display: -webkit-flex;  
    display: flex!important;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
  
    .slim-section1{
        order: 1!important;
-webkit-order: 1!important;
    -moz-order: 1!important;
    -ms-order: 1!important;
    width: 100%!important;
    }
  
  
    .slim-section2 {
        order: 2!important;
-webkit-order: 2!important;
    -moz-order: 2!important;
    -ms-order: 2!important;
        width: 100%!important;
    }
  
  .next-treat-out {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0px 20px;
    margin-top: 30px;
}
  
  .unique-facials-out {
    float: none;
    width: 100%;
    margin: 30px 0%;
    border: 1px solid rgba(0,0,0,0.1);
}
  
  .franchise-section-eleven .three:hover .active,
  .franchise-section-eleven .one:hover .active,
  .franchise-section-eleven .four:hover .active,
  .franchise-section-eleven .five:hover .active,
  .franchise-section-eleven .two:hover .active,
  .franchise-section-eleven .six:hover .active,
  .franchise-section-eleven .seven:hover .active,
  .franchise-section-eleven .eight:hover .active,
  .franchise-section-eleven .nine:hover .active,
  .franchise-section-eleven .ten:hover .active,
  .franchise-section-eleven .eleven:hover .active,
  {
			display:block !important;
  }
  
    .therapy-cta-wrapper .buttons {
        float: none;
    }
    
    .therapy-cta-wrapper .buttons h4, 
    .therapy-cta-wrapper .buttons h5 {
        display: block;
        margin: 0;
        width: 100%;
    }
    
    .therapy-cta-wrapper .buttons a {
        display: block;
    }
    
    .therapy-cta-wrapper .buttons h4 a {
        margin-bottom: 20px;
    }
}



/* Your Therapy - Single Page Blocks */

.therapy-single-section-two {
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Your%20Therapy/Anti-Aging-Banner.jpg);
}

.therapy-single-section-four .box,
.therapy-single-section-five .box {
    height: 400px;
    margin: 0;
    width: 25%;
}

.therapy-single-section-four .box.main {
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Your%20Therapy/Anti-Aging-Square.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.therapy-single-section-four .box.main .inner {
    background-color: rgba(61, 180, 209, 0.7);
    height: 400px;
    position: relative;
}

.therapy-single-section-four .inner,
.therapy-single-section-five .inner {
    height: 400px;
    position: relative;
    text-align: center;
}

.therapy-single-section-four .box.black,
.therapy-single-section-five .box.black {
    background-color: #1E1A28;
}

.therapy-single-section-four .box.blue,
.therapy-single-section-five .box.blue {
    background-color: #3db4d1;
}

.therapy-single-section-four .box.gray,
.therapy-single-section-five .box.gray {
    background-color: #888;
}

.therapy-single-section-six .span6,
.therapy-single-section-eight .span6 {
    margin: 0;
    width: 50%;
}

.therapy-single-section-six .right,
.therapy-single-section-eight .left {
   background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Your%20Therapy/which-treatment-do-i-need.jpg);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   height: 440px;
   margin: 0 auto;
}

.therapy-single-section-eight .left {
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Your%20Therapy/cryo-membership.jpg);
}

.therapy-single-section-six .left .inner {
    float: right !important;
    height: 440px;
    margin-left: auto !important;
    max-width: 630.0px;
    padding: 100px 70px 100px 0;
}

.therapy-single-section-six .right .inner {
    float: left !important;
    margin-left: auto !important;
}

.therapy-single-section-eight .right .inner {
    float: left !important;
    height: 440px;
    margin-right: auto !important;
    max-width: 630.0px;
    padding: 100px 0 100px 70px;
}

.therapy-single-section-four h3,
.therapy-single-section-five h3, 
.therapy-single-section-six h3,
.therapy-single-section-eight h3 {
    color: #3db4d1;
    font-weight: 100;
    margin: 0px;
    font-size: 32px;
    padding-bottom: 30px;
}

.therapy-single-section-four h3,
.therapy-single-section-five h3 {
    color: #fff;
    letter-spacing: 2px;
    padding-bottom: 10px;
}

.therapy-single-section-four .box.main h3 {
    padding-bottom: 0;
}

.therapy-single-section-four .box.main h3,
.therapy-single-section-four .inner .content,
.therapy-single-section-five .inner .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.therapy-single-section-four p,
.therapy-single-section-five p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.therapy-single-section-four .inner a,
.therapy-single-section-five .inner a{
    background-color: #fff;
    color: #3db4d1;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.therapy-single-section-six p,
.therapy-single-section-eight p {
    font-size:14px;
    margin:0px;
    color:#888;
}

.therapy-single-section-six .buttons h4,
.therapy-single-section-eight .buttons h4 {
    float:left;
    margin:0px;
    font-size:16px;
}

.therapy-single-section-six .buttons h4 a,
.therapy-single-section-eight .buttons h4 a {
    color:#3db4d1;
    text-decoration:none;
    padding:10px;
    border:1px solid #3db4d1;
    margin-right: 10px;
}

.therapy-single-section-six .buttons h5,
.therapy-single-section-eight .buttons h5 {
    margin:0px;
    font-size:16px;
}

.therapy-single-section-six .buttons h5 a,
.therapy-single-section-eight .buttons h5 a {
    color:#fff;
    text-decoration:none;
    border:1px solid #3db4d1;
    background-color:#3db4d1;
    padding:10px;
}

.therapy-single-section-six .buttons,
.therapy-single-section-eight .buttons {
    margin-top:50px;
}

@media (max-width: 1440px) {
    .therapy-single-section-six .left .inner,
    .therapy-single-section-eight .right .inner {
        padding: 80px 50px;
    }
}

@media (max-width: 1200px) {
    .therapy-single-section-six .left .inner,
    .therapy-single-section-eight .right .inner {
        padding: 50px;
    }
}

@media (max-width: 1024px) {
    .therapy-single-section-four .box,
    .therapy-single-section-five .box {
        width: 50%;
    }
    
    .therapy-single-section-six .left .inner, 
    .therapy-single-section-eight .right .inner {
        padding: 30px;
    }
    
    .therapy-single-section-six .left .inner,
    .therapy-single-section-six .right,
    .therapy-single-section-eight .right .inner,
    .therapy-single-section-eight .left {
        height: 500px;
    }
    
    .therapy-single-section-six .buttons, 
    .therapy-single-section-eight .buttons {
        margin-top: 25px;
    }
    
    .therapy-single-section-six .buttons h4,
    .therapy-single-section-eight .buttons h4 {
        float: none;
    }
    
    .therapy-single-section-six .buttons h4,
    .therapy-single-section-eight .buttons h4,
    .therapy-single-section-six .buttons h4 a,
    .therapy-single-section-eight .buttons h4 a,
    .therapy-single-section-six .buttons h5,
    .therapy-single-section-eight .buttons h5,
    .therapy-single-section-six .buttons h5 a,
    .therapy-single-section-eight .buttons h5 a{
        display: block;
    }
    
    .therapy-single-section-six .buttons h4 a,
    .therapy-single-section-eight .buttons h4 a {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
}

@media (max-width: 767px) {
    .therapy-single-section-four .box,
    .therapy-single-section-five .box {
        float: left;
    }
    
    .therapy-single-section-six .span6, 
    .therapy-single-section-eight .span6 {
        width: 100%;
    }
    
    .therapy-single-section-six .left .inner, 
    .therapy-single-section-eight .right .inner {
        padding: 50px;
    }
    
    .therapy-single-section-six .left .inner {
        float: left !important;
    }
    
    .therapy-single-section-six .left .inner,
    .therapy-single-section-eight .right .inner {
        height: auto;
        max-width: 100%;
    }
    
    .therapy-single-section-six .right,
    .therapy-single-section-eight .left {
        display: none;
    }
    
}

@media (max-width: 500px) {
    .therapy-single-section-four .box,
    .therapy-single-section-five .box {
        height: auto;
        width: 100%;
    }
    
    .therapy-single-section-six .left .inner, 
    .therapy-single-section-eight .right .inner {
        padding: 30px;
    }
}




/* Body */
.body-header{
    background-color:#3db4d1;
    padding:160px 0 50px 0;
}
.body-header h1{
    color:#fff;
    font-size:40px;
    font-weight:100;
    margin:0px;
}
.body-header h2{
    color:#fff;
    font-size:18px;
    font-weight:100;
    margin:0px;
    margin-top:20px;
}
.body-header p{
    color:#fff;
    line-height:23px;
}
.body-header .buttons h4{
    float:left;
    margin:0px;
    font-size:16px;
}
.body-header .buttons h4 a{
    background-color:#fff;
    color:#3db4d1;
    text-decoration:none;
    padding:10px;
    border:1px solid #fff;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.body-header .buttons h4 a:hover{
    background-color:#3db4d1;
    color:#fff
}
.body-header .buttons h5{
    margin:0px;
    font-size:16px;
}
.body-header .buttons h5 a{
    color:#fff;
    text-decoration:none;
    border:1px solid #fff;
    padding:10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.body-header .buttons h5 a:hover{
    background-color:#fff;
    color:#3db4d1;
}
.body-header .buttons{
    margin-top:50px;
}
.body-section-two{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Body/Body-Background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 373px;
}
.body-section-three{
    padding:60px 0;
}
.body-section-three h3{
    color:#3db4d1;
    font-size:32px;
    margin:0px;
    font-weight:100;
    padding-bottom:30px;
}
.body-section-three p{
    font-size:14px;
    color:#888888;
    margin-bottom:0px;
}
.body-section-three .buttons h4{
    float:left;
    margin:0px;
    font-size:16px;
}
.body-section-three .buttons h4 a{
    color:#3db4d1;
    text-decoration:none;
    padding:10px;
    border:1px solid #3db4d1;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.body-section-three .buttons h4 a:hover{
    background-color:#3db4d1;
    color:#fff;
}
.body-section-three .buttons h5{
    margin:0px;
    font-size:16px;
    float:left;
}
.body-section-three .buttons h5 a{
    color:#fff;
    background-color:#3db4d1;
    text-decoration:none;
    border:1px solid #3db4d1;
    padding:10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.body-section-three .buttons h5 a:hover{
    background-color:#fff;
    color:#3db4d1;
}
.body-section-three .buttons{
    float:right;
}
.body-section-four{
    background-color:#3db4d1;
    padding:60px 0; 
}
.body-section-four p{
    text-align:center;
    color:#fff;
    font-weight:bold;
    font-size:18px;
    margin:0 auto;
    width:80%;
}
.body-section-four .small{
    font-weight:100;
    font-size:12px;
}
.body-section-four h4{
    text-align:center;
    font-size:18px;
    color:#fff;
    font-weight:100;
}
.body-section-five .span6{
    width:50%;
    margin:0px;
}
.body-section-five .left{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Body/Membership.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 431px;
}
.body-section-five .left .inner{
    float: right !important;
    margin-left: auto !important;
}
.body-section-five .right .inner{
    max-width: 630.0px;
    float: left !important;
    margin-left: auto !important;
    padding: 100px 0 110px 70px;
}
.body-section-five .right h3{
    color:#3db4d1;
    font-size:32px;
    margin:0px;
    font-weight:100;
    padding-bottom:30px;
}
.body-section-five .right p{
    color:#888888;
    font-size:14px;
}
.body-section-five .buttons{
    margin-top:50px;
}
.body-section-five .right h4{
    float:left;
    margin:0px;
}
.body-section-five .right h4 a{
    text-decoration:none;
    font-size:16px;
    color:#3db4d1;
    padding:10px;
    border:1px solid #3db4d1;
    margin-right:10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.body-section-five .right h4 a:hover{
    background-color:#3db4d1;
    color:#fff;
}
.body-section-five .right h5{
    float:left;
    margin:0px;
}
.body-section-five .right h5 a{
    text-decoration:none;
    font-size:16px;
    background-color:#3db4d1;
    color:#fff;
    padding:10px;
    border:1px solid #3db4d1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
} 
.body-section-five .right h5 a:hover{
    color:#3db4d1;
    background-color:#fff;
}
.body-section-six{
    background-color:#eeeeee;
    padding:60px 0;
}

.body-section-six1 {
    background-color: #fff;
    padding: 60px 0;
}

.body-section-six h3{
    color:#3db4d1;
    font-size:32px;
    margin:0px;
    font-weight:100;
    padding-bottom:60px;
}
.body-section-six .span4{
    width:33.333333%;
    margin:0px;
}
.body-section-six .buttons{
    float:right;
    padding-top:11px;
}
.body-section-six .buttons h4{
    margin:0px;
    float:left;
    font-size:16px;
}
.body-section-six .buttons h4 a{
    text-decoration:none;
    color:#3db4d1;
    border:1px solid #3db4d1;
    padding:10px;
    margin-right:10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.body-section-six .buttons h4 a:hover{
    background-color:#3db4d1;
    color:#fff
}
.body-section-six .buttons h5{
    margin:0px;
    float:left;
    font-size:16px;
}
.body-section-six .buttons h5 a{
   text-decoration:none; 
   color:#fff;
   background-color:#3db4d1;
   padding:10px;
   border:1px solid #3db4d1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.body-section-six .buttons h5 a:hover{
    background-color:transparent;
    color:#3db4d1;
}



.body-section-six .one .box h4{
    color:#fff;
    text-align:center;
    font-size:26px;
    font-weight:100;
    display:none;
}
.body-section-six .one .box:hover h4{
    display:block;
}
.body-section-six .one .box p a{
    display:none;
    text-align:center;
    color:#3db4d1;
    background-color:#fff;
    text-decoration:none;
    padding:10px;
    width: 30%;
    margin: 0 auto;
    display:none;
}
.body-section-six .one .box:hover p a{
    display:block;
}
.body-section-six .one .box img{
    width: 9%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
.body-section-six .one .box:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.body-section-six .one .box:hover:after {
    opacity: 0.8;
}



.body-section-six .one.box-one .box { 
		background-image: url(https://cdn2.hubspot.net/hubfs/2365968/cryo-facial.jpg);
    background-position: center center; 
}

.body-section-six .two.box-two .box { 
		background-image: url(https://www.cryo.com/hubfs/elemis-homepage.jpg);
    background-position: center center; 
}

.body-section-six .three.box-three .box { 
		background-image: url(https://www.cryo.com/hubfs/shutterstock_346883546.jpg);
    background-position: center center; 
}

.text-img img {
     max-width: 660px; 
}

.body-section-six .one .box {
    position: relative;
    height: 390px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
		background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Home/cryo-treatments.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.body-section-six .one .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.body-section-six .two .box h4{
    color:#fff;
    text-align:center;
    font-size:26px;
    font-weight:100;
    display:none;
}
.body-section-six .two .box:hover h4{
    display:block;
}
.body-section-six .two .box p a{
    display:none;
    text-align:center;
    color:#3db4d1;
    background-color:#fff;
    text-decoration:none;
    padding:10px;
    width: 30%;
    margin: 0 auto;
    display:none;
}
.body-section-six .two .box:hover p a{
    display:block;
}
.body-section-six .two .box img{
    width: 9%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
.body-section-six .two .box:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.body-section-six .two .box:hover:after {
    opacity: 0.8;
}
.body-section-six .two .box {
    position: relative;
    height: 390px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/General/localised-banner-small.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.body-section-six .two .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.body-section-six .three .box h4{
    color:#fff;
    text-align:center;
    font-size:26px;
    font-weight:100;
    display:none;
}
.body-section-six .three .box:hover h4{
    display:block;
}
.body-section-six .three .box p a{
    display:none;
    text-align:center;
    color:#3db4d1;
    background-color:#fff;
    text-decoration:none;
    padding:10px;
    width: 30%;
    margin: 0 auto;
    display:none;
}
.body-section-six .three .box:hover p a{
    display:block;
}
.body-section-six .three .box img{
    width: 9%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
.body-section-six .three .box:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.body-section-six .three .box:hover:after {
    opacity: 0.8;
}
.body-section-six .three .box {
    position: relative;
    height: 390px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url('https://cdn2.hubspot.net/hubfs/2365968/normatec-closeup.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.body-section-six .three .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}



/* Landing Page */
.lp-header{
    background-color:#3db4d1;
    padding:160px 0 50px 0;
}
.lp-header h1{
    color:#fff;
    font-size:40px;
    font-weight:100;
    margin:0px;
}
.lp-header h2{
    color:#fff;
    font-size:18px;
    font-weight:100;
    margin:0px;
    margin-top:20px;
}
.lp-header p{
    color:#fff;
}
.lp-body{
    padding:60px 0;
}
.lp-body h2, .lp-body h3, .lp-body h4, .lp-body h5{
    margin:0px;
    color:#3db4d1;
    font-size:24px;
    font-weight:100;
}
.lp-body p{
    font-size:14px;
    color:#888;
    padding-bottom:20px;
}
.lp-body .form{
    background-color:#eee;
    padding:40px;
    margin-top:-270px;
}
.lp-body .form h3{
    text-align:center;
    font-size:30px;
    padding-bottom:30px;
}
.lp-body .form .hs-form-required{
    display:none;
}
.lp-body .form input{
    border:0px;
    padding:10px ;
    margin-bottom:10px;
}
.lp-body .form select{
    border:0px;
    padding:10px;
    height:40px;
    color:#867e78;
    background-color: #fff;
}
.lp-body .form .hs-error-msgs{
    color:#867e78;
    margin-top:0px;
}
.lp-body .form .hs-button.primary{
    width:100%;
    background-color:#3db4d1;
    color:#fff;
    font-weight:bold;
    text-transform: uppercase;
    margin-top:10px;
}




/* Media */
.media-header{
    background-color:#3db4d1;
    padding:160px 0 50px 0;
}
.media-header h1{
    color:#fff;
    font-size:40px;
    font-weight:100;
    margin:0px;
}
.media-header h2{
    color:#fff;
    font-size:18px;
    font-weight:100;
    margin:0px;
    margin-top:20px;
}
.media-header p{
    color:#fff;
    line-height:23px;
}
.media-header h4{
    color:#fff;
    font-size:18px;
    font-weight:100;
}
.media-header .buttons h4{
    float:left;
    margin:0px;
    font-size:16px;
}
.media-header .buttons h4 a{
    background-color:#fff;
    color:#3db4d1;
    text-decoration:none;
    padding:10px;
    border:1px solid #fff;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.media-header .buttons h4 a:hover{
    background-color:#3db4d1;
    color:#fff
}
.media-header .buttons h5{
    margin:0px;
    font-size:16px;
}
.media-header .buttons h5 a{
    color:#fff;
    text-decoration:none;
    border:1px solid #fff;
    padding:10px;
        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.media-header .buttons h5 a:hover{
    background-color:#fff;
    color:#3db4d1;
}



.media-header .buttons{
    margin-top:50px;
}
.media-section-two{
    padding:60px 0;
}
.media-section-two h3{
    margin:0px;
    color:#3db4d1;
    font-size:32px;
    font-weight:100
}
.media-section-two .rowone img{
    padding-top:30px;
}
.media-section-two .rowtwo img{
    padding-top:30px;
}
.media-section-two .buttons{
    float:right;
}
.media-section-two .buttons h4{
    margin:0px;
    font-size:16px;
    float:left;
}
.media-section-two .buttons h4 a{
    text-decoration:none;
    color:#3db4d1;
    border:1px solid #3db4d1;
    padding:10px;
    margin-right:10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.media-section-two .buttons h4 a:hover{
    background-color:#3db4d1;
    color:#fff;
}
.media-section-two .buttons h5{
    margin:0px;
    font-size:16px;
    float:left;
}
.media-section-two .buttons h5 a{
    text-decoration:none;
    color:#fff;
    background-color:#3db4d1;
    border:1px solid #3db4d1;
    padding:10px;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; 
}
.media-section-two .buttons h5 a:hover{
  color:#3db4d1;
  background-color:transparent;
}




.media-section-three{
    background-color:#eee;
    padding:60px 0;
}
.media-section-three h3{
    margin: 0px;
    color: #3db4d1;
    font-size: 32px;
    font-weight: 100;
}
.media-section-three .rowone{
    padding-top:30px;
}
.media-section-three .rowtwo{
    padding-top:30px;
}
.media-section-three .buttons{
    float:right;
}
.media-section-three .buttons h4{
    margin:0px;
    font-size:16px;
    float:left;
}
.media-section-three .buttons h4 a{
    text-decoration:none;
    color:#3db4d1;
    border:1px solid #3db4d1;
    padding:10px;
    margin-right:10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.media-section-three .buttons h4 a:hover{
    background-color:#3db4d1;
    color:#fff;
}
.media-section-three .buttons h5{
    margin:0px;
    font-size:16px;
    float:left;
}
.media-section-three .buttons h5 a{
    text-decoration:none;
    color:#fff;
    background-color:#3db4d1;
    border:1px solid #3db4d1;
    padding:10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.media-section-three .buttons h5 a:hover{
    background-color:transparent;
    color:#3db4d1;
}

@media (max-width: 767px) {
    .media-section-three .rowone .span4,
    .media-section-three .rowtwo .span4,
    .media-section-three .rowthree .span4 {
        margin-bottom: 20px;
    }
}


/* Franchise */
.franchise-header{
    padding:160px 0 100px 0;
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/FRANCHISE/Franchise-Freeze-Image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height:calc(100vh - 80px);
}
.franchise-header h1{
    font-weight:300;
    font-size:45px;
    line-height:normal;
    margin-top:0px;
}
.franchise-header h3{
    font-size:18px;
    margin:30px 0;
}
.franchise-header h4 a{
    color:#3db4d1;
    text-decoration:none;
    text-align:center;
    padding:14px;
    display:block;
    background-color:#fff;
    width: 40%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.franchise-header h4 a:hover{
    background-color:#3db4d1;
    color:#fff;
}
.franchise-section-two{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/FRANCHISE/FRANCHISE-Background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:60px 0;
    height:400px;
}
.franchise-section-three{
    background-color:#eee;
    padding:30px 0;
}
.franchise-section-three p{
    color:#3db4d1;
    text-align:center;
    margin:0;
}
.franchise-section-three a{
    color:#3db4d1;
    text-decoration:none;
    padding:0 20px;
}
.franchise-section-four{
    padding:60px 0;
}
.franchise-section-four p{
    margin:0px;
    font-size:14px;
    color:#888;
}
.franchise-section-four .buttons{
    float:right;
    padding-top:10px;
}
.franchise-section-four h4{
    float:left;
    margin:0px;
    font-size:16px;
}
.franchise-section-four h4 a{
    text-decoration:none;
    color:#3db4d1;
    border:1px solid #3db4d1; 
    padding:10px;
    margin-right:10px;
}
.franchise-section-four h5{
    float:left;
    margin:0px;
    font-size:16px;
}
.franchise-section-four h5 a{
    text-decoration:none;
    color:#fff;
    background-color:#3db4d1;
    border:1px solid #3db4d1; 
    padding:10px;
}
.franchise-section-five .span4{
    width:33.333333%;
    margin:0px;
}
.franchise-section-five .one .box h4{
    color:#fff;
    text-align:center;
    font-size:26px;
    font-weight:100;
    display:block;
    margin:0px;
    padding-bottom:20px;
}
.franchise-section-five .one .box p{
    display:block;
    color:#fff;
    text-align:center;
    margin:0px;
    padding-bottom:10px;
    font-size:17px;
}
.franchise-section-five .one .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/FRANCHISE/MUSCLE-RECOVERY.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.franchise-section-five .one .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.franchise-section-five .two .box h4{
    color:#fff;
    text-align:center;
    font-size:26px;
    font-weight:100;
    display:block;
    margin:0px;
    padding-bottom:20px;
}
.franchise-section-five .two .box p{
    display:block;
    color:#fff;
    text-align:center;
    margin:0px;
    padding-bottom:10px;
    font-size:17px;
}
.franchise-section-five .two .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#1e1a28;
}
.franchise-section-five .two .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.franchise-section-five .three .box h4{
    color:#fff;
    text-align:center;
    font-size:26px;
    font-weight:100;
    display:block;
    margin:0px;
    padding-bottom:20px;
}
.franchise-section-five .three .box p{
    display:block;
    color:#fff;
    text-align:center;
    margin:0px;
    padding-bottom:10px;
    font-size:17px;
}
.franchise-section-five .three .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/FRANCHISE/PAIN-MANAGEMENT.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.franchise-section-five .three .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.franchise-section-five .four .box h4{
    color:#fff;
    text-align:center;
    font-size:26px;
    font-weight:100;
    display:block;
    margin:0px;
    padding-bottom:20px;
}
.franchise-section-five .four .box p{
    display:block;
    color:#fff;
    text-align:center;
    margin:0px;
    padding-bottom:10px;
    font-size:17px;
}
.franchise-section-five .four .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#1e1a28;
}
.franchise-section-five .four .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.franchise-section-five .five .box h4{
    color:#fff;
    text-align:center;
    font-size:26px;
    font-weight:100;
    display:block;
    margin:0px;
    padding-bottom:20px;
}
.franchise-section-five .five .box p{
    display:block;
    color:#fff;
    text-align:center;
    margin:0px;
    padding-bottom:10px;
    font-size:17px;
}
.franchise-section-five .five .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/FRANCHISE/HEALTH-&-WELLNESS.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.franchise-section-five .five .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.franchise-section-five .six .box h2{
    color:#fff;
    text-align:center;
    font-size:35px;
    margin:0px;
    padding-bottom: 40px;
}
.franchise-section-five .six .box p{
    display:block;
    color:#fff;
    text-align:center;
    margin:0px;
    padding-bottom:10px;
    font-size:17px;
}
.franchise-section-five .six .box p a{
    text-align:center;
    color:#fff;
    text-decoration:none;
    border:1px solid #fff;
    padding:10px;
}
.franchise-section-five .six .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#3db4d1;
}
.franchise-section-five .six .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.franchise-section-five-b{
    padding:60px 0;   
}
.franchise-section-five-b img{
    margin:0 auto;
    display:block;
}
.franchise-section-five-b p{
    text-align:center;
    color:#3db4d1;
    font-weight:bold;
    font-size:18px;
    margin:0px;
}
.franchise-section-five-b h3{
    color:#888;
    text-align:center;
    font-size:18px;
    font-weight:100;
}
.franchise-section-five-b img.speach{
    width:23%;
    padding:20px 0;
}
.franchise-section-six{
    padding:60px 0;
    background-color:#3db4d1;
}
.franchise-section-six h3{
    color:#fff;
    margin:0px;
    font-size:32px;
    font-weight:100;
    text-align:center;
    padding-bottom:20px;
}
.franchise-section-six .one img{
    margin:0 auto;
    display:block;
    width: 18%;
}
.franchise-section-six .one .boxone p{
    text-align:center;
    color:#fff;
    font-size:14px;
}
.franchise-section-six .one p{
    text-align:center;
    color:#fff;
    font-size:16px;
}
.franchise-section-six .one h2{
    text-align:center;
    color:#fff;
    font-size:40px;
    margin:0px;
    padding-top:20px;
}
.franchise-section-six .one h3{
    font-size:20px;
}
.franchise-section-six .two img{
    margin:0 auto;
    display:block;
    width: 18%;
}
.franchise-section-six .two .boxone p{
    text-align:center;
    color:#fff;
    font-size:14px;
}
.franchise-section-six .two p{
    text-align:center;
    color:#fff;
    font-size:16px;
}
.franchise-section-six .two h2{
    text-align:center;
    color:#fff;
    font-size:40px;
    margin:0px;
    padding-top:20px;
}
.franchise-section-six .two h3{
    font-size:20px;
}
.franchise-section-six .three img{
    margin:0 auto;
    display:block;
    width: 18%;
    padding-top:20px;
}
.franchise-section-six .three .boxone p{
    text-align:center;
    color:#fff;
    font-size:14px;
}
.franchise-section-six .three p{
    text-align:center;
    color:#fff;
    font-size:16px;
}
.franchise-section-six .three h2{
    text-align:center;
    color:#fff;
    font-size:40px;
    margin:0px;
    padding-top:20px;
}
.franchise-section-six .three h3{
    font-size:20px;
}
.franchise-section-eight{
    background-color:#eeeeee;
    padding:60px 0;
}
.franchise-section-eight h3{
    margin:0px;
    color:#3db4d1;
    font-size:32px;
    text-align:center;
    font-weight:100;
    padding-bottom:40px;
}
.franchise-section-eight p{
    text-align:center;
    color:#888;
    width:70%;
    margin:0 auto;
    padding:10px 0;
}
.franchise-section-eight img{
    padding-top:20px;
}




.franchise-section-nine{ 
    background-color:#3db4d1;
    padding:60px 0;    
}
.franchise-section-nine .who{
    display:block;
    margin:0 auto;
}
.franchise-section-nine .speach{
    width: 20%;
    padding: 20px 0;
    display:block;
    margin:0 auto;
}
.franchise-section-nine h3{
    color:#fff;
    font-size:18px;
    text-align:center;
    margin: 0 auto;
    width: 90%;
}
.franchise-section-nine p{
    text-align:center;
    color:#fff;
}
.franchise-section-ten{
    background-color:#eeeeee;
    padding:60px 0;
}
.franchise-section-ten h3{
    margin: 0px;
    color: #3db4d1;
    font-size: 32px;
    text-align: center;
    font-weight: 100;
    padding-bottom: 40px;
}
.franchise-section-eleven{
    padding:60px 0;
}
.franchise-section-eleven h3{
    margin: 0px;
    color: #3db4d1;
    font-size: 32px;
    text-align: center;
    font-weight: 100;
    padding-bottom: 40px;
}
.franchise-section-eleven .inner{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/FRANCHISE/CRYO-LOCATIONS.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.franchise-section-eleven .inner .span3{
    width:25%;
    float:left;
    margin:0px;
}
.franchise-section-eleven .one .box {
    position: relative;
    height: 260px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#3db4d1;
}
.franchise-section-eleven .one .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.franchise-section-eleven .one h3{
    color:#fff;
    font-size:32px;
    line-height:normal;
    font-weight:normal;
    text-align:left;
}
.franchise-section-eleven .two .box {
    position: relative;
    height: 260px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#1e1a28d1;
}
.franchise-section-eleven .two .box:hover{
    background-color:#3db4d1;
}
.franchise-section-eleven .two .hoverarea{
    display:none;
}
.franchise-section-eleven .two:hover .active{
    display:none;
}
.franchise-section-eleven .two:hover .hoverarea{
    display:block !important;
}
.franchise-section-eleven .two .hoverarea{
    color:#fff;
    text-align:center;
    font-size:16px;
    font-weight:bold;
}
.franchise-section-eleven .two .box div {
    color: #000;
    width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.franchise-section-eleven .two h3{
    color:#fff;
    font-size:26px;
    line-height:normal;
    font-weight:normal;
    text-align:center;
}
.franchise-section-eleven .two p a{
    color:#3db4d1;
    background-color:#fff;
    display:block;
    text-decoration:none;
    padding:10px;
    width: 40%;
    margin: 0 auto;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}
.franchise-section-eleven .three .box {
    position: relative;
    height: 260px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#888888d1;
}
.franchise-section-eleven .three .box:hover{
    background-color:#3db4d1;
}
.franchise-section-eleven .three .hoverarea{
    display:none;
}
.franchise-section-eleven .three:hover .active{
    display:none;
}
.franchise-section-eleven .three:hover .hoverarea{
    display:block !important;
}
.franchise-section-eleven .three .hoverarea{
    color:#fff;
    text-align:center;
    font-size:16px;
    font-weight:bold;
}
.franchise-section-eleven .three .box div {
    color: #000;
    width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.franchise-section-eleven .three h3{
    color:#fff;
    font-size:26px;
    line-height:normal;
    font-weight:normal;
    text-align:center;
}
.franchise-section-eleven .three p a{
    color:#3db4d1;
    background-color:#fff;
    display:block;
    text-decoration:none;
    padding:10px;
    width: 40%;
    margin: 0 auto;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}
.franchise-section-eleven .four .box {
    position: relative;
    height: 260px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#3db4d1d1;
}
.franchise-section-eleven .four .box:hover{
    background-color:#3db4d1;
}
.franchise-section-eleven .four .hoverarea{
    display:none;
}
.franchise-section-eleven .four:hover .active{
    display:none;
        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.franchise-section-eleven .four:hover .hoverarea{
    display:block !important;
        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.franchise-section-eleven .four .hoverarea{
    color:#fff;
    text-align:center;
    font-size:16px;
    font-weight:bold;
}
.franchise-section-eleven .four .box div {
    color: #000;
    width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.franchise-section-eleven .four h3{
    color:#fff;
    font-size:26px;
    line-height:normal;
    font-weight:normal;
    text-align:center;
}
.franchise-section-eleven .four p a{
    color:#3db4d1;
    background-color:#fff;
    display:block;
    text-decoration:none;
    padding:10px;
    width: 40%;
    margin: 0 auto;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}





.franchise-section-tweleve{
    background-color:#3db4d1;
    padding:60px 0;
}
.franchise-section-tweleve h3{
    margin: 0px;
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-weight: 100;
    padding-bottom: 40px;
}
.franchise-section-tweleve h4{
    text-align:center;
    color:#fff;
    font-size:26px;
    font-weight:300;
}

.franchise-section-tweleve .one img{
    width: 30%;
    margin: 0 auto;
    display: block;
}
.franchise-section-tweleve .two img{
    width: 16%;
    margin: 0 auto;
    display: block;
}
.franchise-section-tweleve .three img{
    width: 16%;
    margin: 0 auto;
    display: block;
}
.franchise-section-tweleve .four img{
    width: 13%;
    margin: 0 auto;
    display: block;
}
.franchise-section-tweleve .five img{
    width: 19%;
    margin: 0 auto;
    display: block;
}
.franchise-section-tweleve .six img{
    width: 17%;
    margin: 0 auto;
    display: block;
}
.franchise-section-tweleve .seven img{
    width: 13%;
    margin: 0 auto;
    display: block;
}
.franchise-section-tweleve .eight img{
    width: 17%;
    margin: 0 auto;
    display: block;
}






.franchise-section-tweleve h5{
    margin-bottom:0px;
}

.franchise-section-tweleve h5 a{
    color:#3db4d1;
    background-color:#fff;
    display:block;
    text-decoration:none;
    padding:10px;
    width: 40%;
    margin: 0 auto;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}


.franchise-section-tweleve .span3{
    margin:0;
    width:25%;
}

.franchise-section-tweleve .one{
    padding:70px 20px;
    border-bottom:1px solid #fff;
    min-height: 415px;
}
.franchise-section-tweleve .two{
    padding:70px 20px;
    border-left:1px solid #fff;
    border-bottom:1px solid #fff;
    min-height: 415px;
}
.franchise-section-tweleve .three{
    padding:70px 20px;
    border-left:1px solid #fff;
    border-bottom:1px solid #fff;
    min-height: 415px;
}
.franchise-section-tweleve .four{
    padding:70px 20px;
    border-left:1px solid #fff;
    border-bottom:1px solid #fff;
    min-height: 415px;
}
.franchise-section-tweleve .five{
    padding:70px 20px;
    min-height: 415px;
}
.franchise-section-tweleve .six{
    padding:70px 20px;
    border-left:1px solid #fff;
    min-height: 415px;
}
.franchise-section-tweleve .seven{
    padding:70px 20px;
    border-left:1px solid #fff;
    min-height: 415px;
}
.franchise-section-tweleve .eight{
    padding:70px 20px;
    border-left:1px solid #fff;
    min-height: 415px;
}


.franchise-section-thriteen{
    background-color:#ededed;
    padding:60px 0;
}
.franchise-section-thriteen h3{
    margin: 0px;
    color: #3db4d1;
    font-size: 32px;
    text-align: center;
    font-weight: 100;
    padding-bottom: 40px;
}
.franchise-section-thriteen .three{
    width: 70%;
    margin: 0 auto;
}
.franchise-section-thriteen h4{
    color:#3db4d1;
    font-size:43px;
    text-align:center;
    margin:0px;
    padding-top:20px;
}
.franchise-section-thriteen p{
    text-align:center;
    font-size:18px;
    color:#888;
    font-weight:300;
}
.franchise-section-thriteen img{
    margin: 0 auto;
    display: block;
    width: 60%;
}


.franchise-section-thriteen h5{
    text-align:center;
}
.franchise-section-thriteen h5 a{
    background-color:#3db4d1;
    color:#fff;
    text-decoration:none;
    text-align:center;
    font-size:16px;
    padding: 10px 30px;
    
}


/* EXPERIENCE */
.experience-header{
    background-color:#3db4d1;
    padding:160px 0 100px 0;
}
.experience-header h1{
    color:#fff;
    font-size:45px;
    font-weight:100;
    margin:0px;
    width:90%;
}
.experience-header p{
    color:#fff;
    line-height:23px;
}
.experience-header .buttons h4{
    float:left;
    margin:0px;
    font-size:16px;
}
.experience-header .buttons h4 a{
    background-color:#fff;
    color:#3db4d1;
    text-decoration:none;
    padding:10px;
    border:1px solid #fff;
    margin-right: 10px;
}
.experience-header .buttons h5{
    margin:0px;
    font-size:16px;
}
.experience-header .buttons h5 a{
    color:#fff;
    text-decoration:none;
    border:1px solid #fff;
    padding:10px;
}
.experience-header .buttons{
    margin-top:50px;
}
.experience-section-two {
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Experience/Experinece-Background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:60px 0;
    height:400px;
}
.experience-section-three{
    padding:60px 0;
}
.experience-section-three h3{
    color:#3db4d1;
    font-size:32px;
    margin:0;
    font-weight:100;
    padding-bottom:30px;
}
.experience-section-three p{
    font-size:14px;
    margin:0px;
    color:#888;
}
.experience-section-three .buttons{
    float:right;
}
.experience-section-three h4{
    float:left;
    margin:0px;
    font-size:16px;
}
.experience-section-three h5{
    margin:0px;
    font-size:16px;
    float:left;
}
.experience-section-three h4 a{
    text-decoration:none;
    border:1px solid #3db4d1;
    color:#3db4d1;
    padding:10px;
    margin-right:10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.experience-section-three h4 a:hover{
    background-color:#3db4d1;
    color:#fff;
}
.experience-section-three h5 a{
    text-decoration:none;
    background-color:#3db4d1;
    color:#fff;
    padding:10px;
    border:1px solid #3db4d1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.experience-section-three h5 a:hover{
    background-color:transparent;
    color:#3db4d1;
}
.experience-section-four{
    background-color:#3db4d1;
    padding:100px 0;
}
.experience-section-four p{
    text-align:center;
    color:#fff;
    margin:0 auto;
    font-size:18px;
    font-weight:bold;
    width:60%;
    display:block;
}
.experience-section-four h4{
    font-size:18px;
    text-align:center;
    font-weight:100;
    color:#fff;
}
.experience-section-four p.smalltext{
    font-size:12px;
    font-weight:100;
}
.experience-section-five .span6{
    width:50%;
    margin:0px;
}
.experience-section-five .right .inner{
    max-width: 630.0px;
    float: left !important;
    margin-left: auto !important;
    padding: 100px 0px 100px 70px;
}
.experience-section-five .left .inner{
    max-width: 630.0px;
    float: left !important;
    margin-left: auto !important;
}
.experience-section-five .left{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Experience/Cryo-man.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 422px;
}
.experience-section-five h4{
    color:#3db4d1;
    margin:0px;
    font-weight:100;
    font-size:32px;
    padding-bottom:30px;
}
.experience-section-five p{
    color:#888888;
    font-size:14px;
    margin:0px;
}
.experience-section-six{
    background-color:#eee;
    padding:60px 0 0;
}
.experience-section-six h3{
    color:#3db4d1;
    margin:0;
    font-size:32px;
    font-weight:100;
}
.experience-section-six h4{
    float:left;
    margin:0px;
    margin-right:10px;
}
.experience-section-six h4 a{
    color:#3db4d1;
    font-size:16px;
    border:1px solid #3db4d1;
    padding:10px;
    text-decoration:none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.experience-section-six h4 a:hover{
    background-color:#3db4d1;
    color:#fff;
}
.experience-section-six h5{
    float:left;
    margin:0px;
}
.experience-section-six h5 a{
    color:#fff;
    font-size:16px;
    background-color:#3db4d1;
    border:1px solid #3db4d1;
    text-decoration:none;
    padding:10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.experience-section-six h5 a:hover{
    background-color:transparent;
    color:#3db4d1;
}
.experience-section-six .buttons{
    float:right;
    padding-top:10px;
}
.experience-section-six .span4{
    width:33.33333%;
    margin:0px;
}
.experience-section-six .boxsection{
    padding-top:60px;
}
.experience-section-six .one .box h4{
    color:#fff;
    text-align:center;
    font-size:26px;
    font-weight:100;
    display:block;
    width:100%;
    margin: 0px;
    margin-bottom: 20px;
}
.experience-section-six .one .box p{
    display:block;
    color:#fff;
    text-align:center;
    font-size:14px;
}
.experience-section-six .one .box img{
    width: 9%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
.experience-section-six .one .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#3db4d1;
}
.experience-section-six .one .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.experience-section-six .two .box h4{
    color:#fff;
    text-align:center;
    font-size:26px;
    font-weight:100;
    display:block;
    width:100%;
    margin: 0px;
    margin-bottom: 20px;
}
.experience-section-six .two .box p{
    display:block;
    color:#fff;
    text-align:center;
    font-size:14px;
}
.experience-section-six .two .box img{
    width: 9%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
.experience-section-six .two .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Experience/Hands.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.experience-section-six .two .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.experience-section-six .three .box h4{
    color:#fff;
    text-align:center;
    font-size:26px;
    font-weight:100;
    display:block;
    width:100%;
    margin: 0px;
    margin-bottom: 20px;
}
.experience-section-six .three .box p{
    display:block;
    color:#fff;
    text-align:center;
    font-size:14px;
}
.experience-section-six .three .box img{
    width: 9%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px;
}
.experience-section-six .three .box {
    position: relative;
    height: 355px;
    width: 100%;
    margin: 0 auto;
    resize: both;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color:#3db4d1;
}
.experience-section-six .three .box div {
    color: #000;
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    resize: both;
    z-index:1;
}
.experience-section-seven .span6{
    width:50%;
    margin:0px;
}
.experience-section-seven .left .inner{
    max-width: 630.0px;
    float: right !important;
    margin-left: auto !important;
    padding: 100px 70px 100px 0;
}
.experience-section-seven .right .inner{
    max-width: 630.0px;
    float: left !important;
    margin-left: auto !important;
}
.experience-section-seven .right{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Experience/Girl-Hands.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 455px;
}
.experience-section-seven .left h3{
    color:#3db4d1;
    font-size:32px;
    font-weight:100;
    margin:0px;
}
.experience-section-seven .left p{
    color:#888;
    font-size:14px;
    margin-bottom:0px;
}
.experience-section-eight .span6{
    width:50%;
    margin:0px;
}
.experience-section-eight .right .inner{
    max-width: 630.0px;
    float: left !important;
    margin-left: auto !important;
    padding: 100px 0 100px 70px;
}
.experience-section-eight .left .inner{
    max-width: 630.0px;
    float: right !important;
    margin-left: auto !important;
}
.experience-section-eight .left{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Experience/Cryo-Sports.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 422px;
}
.experience-section-eight .right h3{
    color:#3db4d1;
    font-size:32px;
    font-weight:100;
    margin:0px;
}
.experience-section-eight .right p{
    color:#888;
    font-size:14px;
    margin-bottom:0px;
}
.experience-section-nine{
    background-color:#3db4d1;
    padding:60px 0
}
.experience-section-nine h3{
    text-align:center;
    font-size:35px;
    margin:0px;
    color:#fff;
}
.experience-section-nine h4{
    text-align:center;
    font-size:31px;
    margin:0px;
    color:#fff;
    padding:10px 0;
}
.experience-section-nine p{
    margin-bottom:0px;
}
.experience-section-nine p a{
    text-align:center;
    display:block;
    margin:0 auto;
    color:#fff;
    text-decoration:none;
    border:1px solid #fff;
    padding:10px;
    width:14%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.experience-section-nine p a:hover{
    background-color:#fff;
    color:#3db4d1;
}


/* Blog */
.latest-stories.hide-for-post{
    padding-top: 100px;
}
.topicbar{
    background-color:#3db4d1;
    padding:30px 0;
}
.topicbar h1{
    color:#fff;
    margin:0px;
    font-size:45px;
    font-weight:100;
}
.featured-posts{
    padding-top:60px;
}


/* Blog Pagination */

.blogPagination{
  list-style: none;
  margin-bottom: 40px;
}
.blogPagination li{
  display:inline-block;
  font-weight: 700;
}
.blogPagination li a {
  text-decoration: none;
  padding: 10px;
}
.blogPagination li.active a, .blogPagination li a:hover{
  color: #fff;
  background: #3db4d1;
  padding: 10px;
}

/* Medical */
.medical-header{
    background-color:#3db4d1;
    padding:160px 0 100px 0;
}
.medical-header h1{
    color:#fff;
    font-size:45px;
    font-weight:100;
    margin:0px;
    width:90%;
}
.medical-header p{
    color:#fff;
    line-height:23px;
}
.medical-header .buttons h4{
    float:left;
    margin:0px;
    font-size:16px;
}
.medical-header .buttons h4 a{
    background-color:#fff;
    color:#3db4d1;
    text-decoration:none;
    padding:10px;
    border:1px solid #fff;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.medical-header .buttons h4 a:hover{
    background-color:#3db4d1;
    color:#fff;
}
.medical-header .buttons h5{
    margin:0px;
    font-size:16px;
}
.medical-header .buttons h5 a{
    color:#fff;
    text-decoration:none;
    border:1px solid #fff;
    padding:10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.medical-header .buttons h5 a:hover{
    background-color:#fff;
    color:#3db4d1;
}
.medical-header .buttons{
    margin-top:50px;
}
.medical-section-three{
    background-color:#eee;
    padding:60px 0;
}
.medical-section-three .three{
    margin-top:20px;
}
.medical-section-three .inner{
    background-color:#fff;
}
.medical-section-three .inner h3{
    color:#3db4d1;
    font-size:14px;
    font-weight:100;
}
.medical-section-three .inner p{
    font-size:13px;
}
.medical-section-three .inner p a{
    display:block;
    color:#fff;
    text-decoration:none;
    background-color:#3db4d1;
    text-align:center;
    padding:10px
}
.medical-section-three .inner p:last-child{
    margin-bottom:0px;
    margin-top:auto;
    
}
.medical-section-three .inner .text{
    padding:20px;
    height:519px;
    display: flex;
    flex-direction: column;
}

/* Medical Studies Modal */

#modal-med-studies {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  background: #eee;
  width: 550px;
  padding: 40px;
  top: 140px;
  z-index: 200;
  height: fit-content;
  max-width: 100%;
  display: none;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
#modal-med-studies .inner{
  background: none;
}
#modal-med-studies .modal-close{
  font-weight: 700;
  position: absolute;
  top: 3px;
  right: 8px;
  font-size: 30px;
  text-transform: uppercase;
  color: #3db4d1;
  cursor: pointer;
}
#modal-med-studies h3 {
  text-align: center;
  margin: 0px;
  font-size: 30px;
  color: #3db4d1;
  font-weight: 100;
  border-bottom: 0px;
}
#modal-med-studies p {
  font-size: 16px;
  text-align: center;
  color: #888888;
  margin: 10px 0;
}

/* Modal */

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #eee;
    padding: 30px;
    text-align: center;
    width: 600px;
}

.close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 32px;
    font-weight: 300;
    color: #3db4d1;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.modal-heading {
    color: #3db4d1;
    font-size: 30px !important;
    font-weight: 300 !important;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.modal form label span {
    color: #333;
    font-family: Century Gothic, 'Lato', CenturyGothic, AppleGothic, sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.modal form .hs-input {
    border: none !important;
    border-radius: inherit !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    height: auto;
    max-width: 100% !important;
    padding: 10px;
    width: 100% !important;
}

.modal form .hs-input.error {
    border: none !important;
    box-shadow: none !important;
}

.modal .hs-error-msgs.inputs-list label {
    color: #333;
    font-family: Century Gothic, 'Lato', CenturyGothic, AppleGothic, sans-serif;
    margin-top: 5px;
}

.modal form .actions {
    border: none !important;
    margin: 0 !important;
    padding: 5px 0 0 !important;
}

.modal form .hs-button {
    background-color: #3db4d1;
    background-image: none;
    border: none;
    border-radius: initial !important;
    box-shadow: none;
    box-sizing: border-box !important;
    color: #fff;
    font-size: 16px !important;
    font-weight: bold;
    line-height: 19px;
    padding: 10px;
    text-shadow: none;
    text-transform: uppercase;
    width: 100%;
}

.modal form .hs-button:hover {
    border: none !important;
    box-shadow: none !important;
}

.modal form .hs-button:active,
.modal form .hs-button:focus {
    background-color: #3db4d1 !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
}

@media (max-width: 767px) {
   .modal-content {
       width: 90%;
   } 
}

.popup-trigger { display: block; margin: 0 auto; padding: 20px; max-width: 260px; background: #4EBD79; color: #fff; font-size: 18px; font-weight: 700; text-align: center; text-transform: uppercase; line-height: 24px; cursor: pointer; }
.popup {display: none; position: absolute; top: 100px; left: 50%; width: 700px; margin-left: -350px; padding: 50px 30px; background: #fff; color: #333; font-size: 19px; line-height: 30px; border: 10px solid #150E2D; z-index: 9999;}
.popup-mobile {position: relative; top: 0; left: 0; margin: 30px 0 0; width: 100%;}		
.popup-btn-close {position: absolute; top: 8px; right: 14px; color: #4EBD79; font-size: 14px; font-weight: bold; text-transform: uppercase; cursor: pointer;}	



/* Questions */
.question-header{
    background-color:#3db4d1;
    padding:160px 0 50px 0;
}
.question-header h1{
    color:#fff;
    font-size:40px;
    font-weight:100;
    margin:0px;
}
.question-header h2{
    color:#fff;
    font-size:18px;
    font-weight:100;
    margin:0px;
    margin-top:20px;
}
.question-header p{
    color:#fff;
    line-height:23px;
}
.question-header .buttons h4{
    float:left;
    margin:0px;
    font-size:16px;
}
.question-header .buttons h4 a{
    background-color:#fff;
    color:#3db4d1;
    text-decoration:none;
    padding:10px;
    border:1px solid #fff;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.question-header .buttons h4 a:hover{
    background-color:inherit;
    color:#fff;
}
.question-header .buttons h5{
    margin:0px;
    font-size:16px;
}
.question-header .buttons h5 a{
    color:#fff;
    text-decoration:none;
    border:1px solid #fff;
    padding:10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.question-header .buttons h5 a:hover{
    background-color:#fff;
    color:#3db4d1;
}
.question-header .buttons{
    margin-top:50px;
}
.question-section-two{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Questions/Question-Background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 373px;
}
.questions-section-three{
    padding:60px 0;
}
.questions-section-three h3{
    color:#3db4d1;
    margin:0px;
    font-size:32px;
    font-weight:100;
    padding-bottom:30px
}
.questions-section-three h4{
    color:#3db4d1;
    font-size:24px;
}
.questions-section-three h2{
    font-size:14px;
    float:left;
    color:#888;
}
.questions-section-three p{
    font-size:14px;
}
.questions-section-three  .dropdown-text {
    display: none;
    text-align: justify;
    overflow: hidden;
    border:0px;
    padding:5px 0;
}
.questions-section-three svg{
    float:right;
}
.questions-section-three .dropdown-container{
    border-bottom: 1px solid #888888;
    padding:20px 0;
}
.questions-section-three .one .span4{
    border-top:2px solid #3db4d1
}
.questions-section-three .one .span8{
    border-top:2px solid #3db4d1
}
.questions-section-three .two .span4{
    border-top:2px solid #3db4d1
}
.questions-section-three .two .span8{
    border-top:2px solid #3db4d1
}



/* Equipment */
.equipment-header{
    padding:160px 0 100px 0;
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Equipment/Cryo-Equipment.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height:calc(100vh - 80px);
}
.equipment-header h1{
    font-weight:300;
    font-size:45px;
    line-height:normal;
    margin-top:0px;
    color:#fff;
}
.equipment-section-two {
    padding:60px 0;
}
.equipment-section-two h3{
   color:#3db4d1;
   font-size:32px;
   font-weight:300;
   margin:0px;
   padding-bottom:40px;
}
.equipment-section-two h4{
    margin:0px;
}
.equipment-section-two h4 a{
    text-decoration:none;
    color:#3db4d1;
    border:1px solid #3db4d1;
    display:block;
    text-align:center;
    padding:10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.equipment-section-two h4 a:hover{
    background-color:#3db4d1;
    color:#fff;
}
.equipment-section-two p{
    margin:0px;
}
.equipment-section-three .span6{
    width:50%;
    margin:0px;
}
.equipment-section-three .left{
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Equipment/general-image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height:484px;
}
.equipment-section-three .left .inner{
    max-width: 100%;
    float: right !important;
    margin-left: auto !important;
}
.equipment-section-three .right {
    background-color:#eeeeee;
}
.equipment-section-three .right .inner{
    max-width: 630.0px;
    float: left !important;
    margin-left: auto !important;
    padding: 100px 0 100px 70px;
}
.equipment-section-three h3{
    color:#3db4d1;
    margin:0px;
    font-size:32px;
    font-weight:300;
    padding-bottom:30px;
}
.equipment-section-three h4{
    margin-bottom:0px;
    padding-top:30px;
}
.equipment-section-three h4 a {
    text-decoration:none;
    color:#3db4d1;
    display:block;
    text-align:center;
    border:1px solid #3db4d1;
    padding: 13px;
    width: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.equipment-section-three h4 a:hover{
    background-color:#3db4d1;
    color:#fff;
}

/* Location Header */
.location-small-header{
    padding:160px 0 100px 0;
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Location_Small/Location-Header.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height:calc(100vh - 80px);
}
.location-small-header h1{
    font-weight:300;
    font-size:45px;
    line-height:normal;
    margin-top:0px;
    color:#fff;
}
.location-small-section-two {
    padding:60px 0;
}
.location-small-section-two h3{
   color:#3db4d1;
   font-size:32px;
   font-weight:300;
   margin:0px;
   padding-bottom:40px;
}
.location-small-section-two h4{
    margin:0px;
}
.location-small-section-two h4 a{
    text-decoration:none;
    color:#3db4d1;
    border:1px solid #3db4d1;
    display:block;
    text-align:center;
    padding:10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.location-small-section-two h4 a:hover{
    background-color:#3db4d1;
    color:#fff;
}
.location-small-section-two p{
    margin:0px;
}
.location-small-section-three .span4{
    width:33.333333%;
    margin:0px;
}
.location-small-section-three .one{
    background-color:#3db4d1;
    padding:40px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location-small-section-three .two{
    background-color:#1e1a28;
    padding:40px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location-small-section-three .three{
    background-color:#4a4852;
    padding:40px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location-small-section-three .four{
    background-color:#1e1a28;
    padding:40px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location-small-section-three .five{
    background-color:#4a4852;
    padding:40px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location-small-section-three .six{
    background-color:#1e1a28;
    padding:40px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location-small-section-three h3{
    text-align:center;
    color:#fff;
    font-weight:300;
    font-size:23px;
}
.location-small-section-three p{
    color:#fff;
    text-align:center;
}
.location-small-section-three img{
    margin:0 auto;
    display:block;
    width:10%;
}
.location-small-section-three h2{
    text-align:center;
    color:#3db4d1;
    font-size:35px;
    margin:0 auto;
    width: 62%;
}
.location-small-section-three h5 a{
    text-decoration:none;
    margin:0 auto;
    text-align:center;
    display:block;
    color:#3db4d1;
    border:1px solid #3db4d1;
    font-size:16px;
    padding:10px;
    width:40%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.location-small-section-three h5 a:hover{
    background-color:#3db4d1;
    color:#fff;
}



/* Marketing Header */
.marketing-header{
    padding:160px 0 100px 0;
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Marketing%20Support/Marketing.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height:calc(100vh - 80px);
}
.marketing-header h1{
    font-weight:300;
    font-size:45px;
    line-height:normal;
    margin-top:0px;
    color:#fff;
}
.marketing-section-two {
    padding:60px 0;
}
.marketing-section-two h3{
   color:#3db4d1;
   font-size:32px;
   font-weight:300;
   margin:0px;
   padding-bottom:40px;
}
.marketing-section-two h4{
    margin:0px;
}
.marketing-section-two h4 a{
    text-decoration:none;
    color:#3db4d1;
    border:1px solid #3db4d1;
    display:block;
    text-align:center;
    padding:10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.marketing-section-two h4 a:hover{
    background-color:#3db4d1;
    color:#fff;
}
.marketing-section-two p{
    margin:0px;
}
.marketing-section-three .span4{
    width:33.333333%;
    margin:0px;
}
.marketing-section-three .one{
    background-color:#3db4d1;
    padding:40px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.marketing-section-three .two{
    background-color:#1e1a28;
    padding:40px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.marketing-section-three .three{
    background-color:#4a4852;
    padding:40px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Marketing%20Support/MARKETING-COLLATERAL-BG.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.marketing-section-three .four{
    background-color:#1e1a28;
    padding:40px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.marketing-section-three .five{
    background-color:#4a4852;
    padding:40px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.marketing-section-three .six{
    background-color:#1e1a28;
    padding:40px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.marketing-section-three .seven{
    background-color:#1e1a28;
    padding:40px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Marketing%20Support/MS-BG.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.marketing-section-three .eight{
    background-color:#1e1a28;
    padding:40px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.marketing-section-three .nine{
    background-color:#1e1a28;
    padding:40px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Marketing%20Support/Report-BG.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.marketing-section-three h3{
    text-align:center;
    color:#fff;
    font-weight:300;
    font-size:23px;
}
.marketing-section-three p{
    color:#fff;
    text-align:center;
}
.marketing-section-three img{
    margin:0 auto;
    display:block;
    width:16%;
}
.marketing-section-three .five img{
    margin:0 auto;
    display:block;
    width:23%;
}
.marketing-section-three h2{
    text-align:center;
    color:#3db4d1;
    font-size:35px;
    margin:0 auto;
    width: 62%;
}














/* Design Header */
.design-header{
    padding:160px 0 100px 0;
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Design/Design.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height:calc(100vh - 80px);
}
.design-header h1{
    font-weight:300;
    font-size:45px;
    line-height:normal;
    margin-top:0px;
    color:#fff;
}
.design-section-two {
    padding:60px 0;
}
.design-section-two h3{
   color:#3db4d1;
   font-size:32px;
   font-weight:300;
   margin:0px;
   padding-bottom:40px;
}
.design-section-two h4{
    margin:0px;
}
.design-section-two h4 a{
    text-decoration:none;
    color:#3db4d1;
    border:1px solid #3db4d1;
    display:block;
    text-align:center;
    padding:10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.design-section-two h4 a:hover{
    background-color:#3db4d1;
    color:#fff;
}
.design-section-two p{
    margin:0px;
}
.design-section-three .span4{
    width:33.333333%;
    margin:0px;
}
.design-section-three img{
    width:100%;
}






/* Price */
.price-header{
    background-color:#3db4d1;
    padding:160px 0 50px 0;
}
.price-header h1{
    color:#fff;
    font-size:40px;
    font-weight:100;
    margin:0px;
}
.price-header h2{
    color:#fff;
    font-size:18px;
    font-weight:100;
    margin:0px;
    margin-top:20px;
}
.price-header p{
    color:#fff;
    line-height:23px;
}
.price-header p span{
    font-size:21px;
}


.price-header .buttons h4{
    float:left;
    margin:0px;
    font-size:16px;
}
.price-header .buttons h4 a{
    background-color:#fff;
    color:#3db4d1;
    text-decoration:none;
    padding:10px;
    border:1px solid #fff;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.price-header .buttons h4 a:hover{
    background-color:#3db4d1;
    color:#fff;
}
.price-header .buttons h5{
    margin:0px;
    font-size:16px;
}
.price-header .buttons h5 a{
    color:#fff;
    text-decoration:none;
    border:1px solid #fff;
    padding:10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.price-header .buttons h5 a:hover{
    background-color:#fff;
    color:#3db4d1;
}
.price-header .buttons{
    margin-top:50px;
}
.price-section-two{
    /*background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Pricing/Price-BG.jpg);*/
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/smile.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 373px;
}


.price-section-three{
    padding:60px 0;
}

.price-section-three h3{
    color:#3db4d1;
   font-size:32px;
   font-weight:300;
   margin:0px;
   padding-bottom:40px;
}


.price-section-three .buttons{
    float:right;
}
.price-section-three h4 a{
    text-decoration:none;
    font-size:16px;
    margin:0px;
    float:left;
    display:inline;
    border:1px solid #3db4d1;
    color:#3db4d1;
    padding:10px 20px;
    margin-right:10px;
}
.price-section-three h5 a{
    text-decoration:none;
    margin:0px;
    font-size:16px;
    float:left;
    display:inline;
    color:#fff;
    background-color:#3db4d1;
    border:1px solid #3db4d1;
    padding:10px 20px;
}
.price-section-three h4{
    float:left;
    display:inline;
}
.price-section-three h5{
    float:left;
    display:inline;
}






.price-section-four .span4{
    width:33.333333%;
    margin:0px;
}
.price-section-four .one{     
    background-color:#aed8e7;
    padding:40px;
    min-height:425px;  
    margin-bottom:40px;
}
.price-section-four .two{
    background-color:#98d0e5;
    padding:40px;
    min-height:425px;
  margin-bottom:40px;
}
.price-section-four .three{
    background-color:#6bc0db;
    padding:40px;
    min-height:425px;
  margin-bottom:40px;
}

.price-section-four .four{
   min-height:425px;
  margin-bottom:40px;
}

.price-section-four img{
    width:32%;
}
.price-section-four p{
    color:#fff;
    font-size:24px;
    margin:0px;
    padding:7px 0;
}
.price-section-five{
    background-color:#eeeeee;
    padding:60px 0;
}
.price-section-five h3{
    color:#3db4d1;
    font-size:32px;
    font-weight:300;
    margin:0px;
    padding-bottom:40px;
    text-align:center;
}
.price-section-five .topbox{
    background-color:#fff;
}
.price-section-five .bottombox{
    background-color:#3db4d1;
    overflow:hidden;
    padding:10px 0;
}
.price-section-five h4{
    color:#fff;
    text-align:center;
    font-size:29px;
    margin:0px;
    font-weight:300;
}
.price-section-five img{
    margin: 0 auto;
    display: block;
    padding: 10px 0;
    width: 50%;
}
.price-section-five .end img{
    margin: 0 auto;
    display: block;
    padding: 10px 0;
    width: 61%;
}
.price-section-five h5{
    margin-top:40px;
    margin-bottom:0px;
}
.price-section-five h5 a{
    text-align:center;
    display:block;
    margin:0px;
    border:1px solid #3db4d1;
    color:#3db4d1;
    text-decoration:none;
    padding:10px 0;
    font-size:16px;
    width: 20%;
    margin: 0 auto
}
.price-section-six .span6{
    width:50%;
    margin:0px;
}
.price-section-six .left {
    background-image: url(https://cdn2.hubspot.net/hubfs/2365968/Website%202018/Pricing/Cryo-Member.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 445px;
}
.price-section-six .left .inner{
    max-width: 100%
    float: right !important;
    margin-left: auto !important;
}
.price-section-six .right {
    background-color:#3db4d1;
}
.price-section-six .right .inner{
    max-width: 630.0px;
    float: left !important;
    margin-left: auto !important;
    padding: 117px 0 100px 70px;
}
.price-section-six h3{
    color:#fff;
    font-weight:300;
    font-size:45px;
    margin:0px;
    padding-bottom:40px;
}
.price-section-six p{
    color:#fff;
    font-weight:300;
    font-size:14px;
    margin:0px;
}
.price-section-six h5 a{
    font-size:16px;
    text-decoration:none;
    color:#fff;
    border:1px solid #fff;
    display:inline;
    float:left;
    padding:10px;
    margin-right:10px;
}
.price-section-six h6 a{
    font-size:16px;
    text-decoration:none;
    color:#3db4d1;
    background-color:#fff;
    border:1px solid #fff;
    display:inline;
    float:left;
    padding:10px;
}
.price-section-seven{
    padding:60px 0;
}
.price-section-seven .rowone .one{
   background-color:#98d0e5;
}
.price-section-seven .rowone .two{
   background-color:#6bc0db;
}
.price-section-seven .rowone h3{
    text-align:center;
    font-size:32px;
    font-weight:100;
    color:#fff;
}
.price-section-seven .rowtwo{
    margin-top:20px;
}
.price-section-seven .rowtwo .one{
   background-color:#98d0e5;
}
.price-section-seven .rowtwo .two{
   background-color:#6bc0db;
}
.price-section-seven .rowtwo h3{
    text-align:center;
    font-size:32px;
    font-weight:100;
    color:#fff;
}
.price-section-seven img{
    width:4%;
}
.price-section-seven h4{
    text-align:center;
    color:#888;
    margin-bottom:0px;
    margin-top:60px;
    font-size:24px;
}
.price-section-seven h4 img{
    width:2%;
}


/* Error */

.error{
    padding:130px 0 60px 0;
}
.error h1{
    color:#3db4d1;
}
.error a{
    text-decoration:none;
}




































.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}



/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
    margin-top:15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#3db4d1;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
  text-decoration:none;
  padding:10px 6px;
  font-size:13px;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
  
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: absolute;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    right:25px;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
        position: relative;
        padding-top: 0;
        margin: 0px;
        top: -70px;
       
       
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 90px;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}



.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    background-color:#fff;
}



















































/* ==========================================================================
    TEMPLATE MODULE SELECTORS                                         
   ========================================================================== */



/* ==========================================================================
   Blog                                         
   ========================================================================== */


/* Blog Post and Listing Body Class */
body.blog {}

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* Blog Content Column
   ========================================================================== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* Blog Sidebar
   ========================================================================== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}




/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

/* Form Field */
body .hs-form-field {}

/* Descriptions */
body .hs-field-desc {}

/* Labels */
body label {}
body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: Century Gothic, 'Lato', CenturyGothic, AppleGothic, sans-serif;
  font-size: 16px;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {}

/* Separate Styles for Multiple Line Inputs */
body textarea {}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


/* Form Module
   ========================================================================== */

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {}
.hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


/* Blog Comment Form
   ========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}


/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}


/* Google Search Form
   ========================================================================== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* Multi Column Form
   ========================================================================== */

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { max-width: none; }
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  body form.hs-form fieldset .hs-form-field { padding: 0; }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


/* All Global Buttons (Excluding CTAs)
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: Century Gothic, 'Lato', CenturyGothic, AppleGothic, sans-serif;
  font-size: 16px;
  text-decoration: none !important;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}


/* Form Module Button
   ========================================================================== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* Blog Subscription Button
   ========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* CTA Buttons
   ========================================================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}










/* ==========================================================================
   MOBILE MEDIA QUERIES                              
   ========================================================================== */


@media (max-width: 1440px) {
    
    .home-header .video .overlay-desc{top:-110px;}
    
    
    .home-section-two .search{width:90%;}
    .home-section-four .rowone .one .box div{width: 90%;}
    .home-section-four .rowone .two .box div{width:90%;}
    .home-section-four .rowone .three .box div{width:90%;}
    .home-section-four .rowone .four .box div{width:90%;}
    .home-section-four .rowone .five .box div{width:90%;}
    .home-section-four .rowone .six .box div{width:90%;}
    .home-section-four .rowone .eight .box div{width:90%;}
    .home-section-four .rowone .seven .box div{width:90%;}
    .home-section-five .right h4{width:60%;}
    .home-section-six .left h4{width:60%;}
    .home-section-six .right h4{width:75%;}
    .home-section-seven .left h4{width:60%;}
    .home-section-seven .right .inner{padding:89px 0 85px 70px;}

    .what-is-section-seven .one .box div{width:100%;}
    .what-is-section-seven .two .box div{width:100%;}
    .what-is-section-seven .three .box div{width:100%;}
    .what-is-section-seven .four .box div{width:100%;}
    .what-is-section-seven .five .box div{width:100%;}
    .what-is-section-seven .six .box div{width:100%;}
    .what-is-section-seven .seven .box div{width:100%;}
    .what-is-section-seven .eight .box div{width:100%;}
    
    .timeline-item-three{left:20px;}
    .timeline-item-four{left:20px;}
    .treatments-section-eight .one .box div{width:90%;}
    
    
    
    
    
}






.left1 {
    padding: 100px 0 110px 0px;
}

.section-four-text {
    text-align: left !important;
    color: #fff !important;
}

.section-four-text p {
    text-align: left;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin: 0 auto;
    width: 100%;
}

.section-four-text h4 {
    text-align: left;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.section-four-text h3 {
    text-align: left;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.section-four-text ul {
    margin: 0px;
    padding-left: 20px;
    line-height: 1.7;
}

.section-four-text h5 {
    text-align: left;
    font-size: 15px;
    color: #fff;
    margin-bottom: 7px;
    font-weight: 600;
}

.section-four-text h2 {
    text-align: left;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
}

.body-section-six.body-section-six1 h3 {
    color: #3db4d1;
    font-size: 32px;
    margin: 0px;
    font-weight: 100; 
}

.body-section-five2 .left1 {
    padding: 20px 0 20px 0px;
}

.body-section-five.body-section-five2 .right .inner {
    max-width: 630.0px;
    float: left !important;
    margin-left: auto !important;
    padding: 20px 0 30px 70px;
}



.price-service .button a {
    text-align: center;
    display: inline-block;
    margin: 0px;
    border: 2px solid #3db4d1;
    color: #3db4d1;
    text-decoration: none;
    padding: 10px 40px;
    font-size: 16px;
    width: auto;
    font-weight: 600;
    margin: 0 auto;
}


.price-service .button {
    padding: 50px 0px;
}

.price-service .button a.price-cta1 , .price-service .button a.price-cta2 { 
    margin: 0px 200px auto;
}








@media (max-width: 1368px) {
  .home-section-four .rowone .seven h4 {
    font-size: 30px;
  }
}


@media (max-width: 1220px) {

    .custom-menu-primary .hs-menu-wrapper > ul li a{font-size:13px;}

    .what-is-section-four .left .inner{padding:100px 70px 100px 20px;}
    .timeline-item-three{left:0px;}
    .timeline-item-four{left:0px;}
    .what-is-section-eight .left .inner{padding:100px 70px 100px 20px;}
    
    .home-section-four .rowone .seven h4{font-size:24px;}


    
}



@media (max-width: 1150px){
    .header .book a{font-size:12px;}
    .language h4 a{font-size:12px;}  
}


@media (max-width: 1024px) {
    .container{padding:0px 20px;}
    .custom-menu-primary .hs-menu-wrapper > ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{font-size:12px;}
    

    .home-section-three .cta{width:100%;}
    .home-section-three .left .inner{padding: 50px 70px 30px 20px;}
    
    .home-section-five .right .box div{width:100%;}
    .home-section-six .left h4{width:100%;}
    .home-section-six .right .box div{width:100%;}
    
    
    
    .home-section-seven .left .box div{width:100%;}
    .home-section-nine .ctaone{width:47%;}
    .home-section-eleven .hs_cos_wrapper_type_form form{width:90%;}
    .treatments-section-four .right .box div{width:100%;}
    .treatments-section-five .left .box div{width:100%;}
    .treatments-section-five .right .box div{width:100%;}
    

    .treatments-section-six .left .box div{width:100%;}
    .treatments-section-seven .left .inner{    padding: 70px 70px 48px 20px;}
    
    .treatments-section-eight .one .box div{width:100%;}
    .treatments-section-eight .two .box div{width:100%;}
    .treatments-section-eight .three .box div{width:100%;}
    .treatments-section-eight .four .box div{width:100%;}
    .treatments-section-eight .five .box div{width:100%;}
    .treatments-section-eight .six .box div{width:100%;}
    .treatments-section-eight .seven .box div{width:100%;}
    .treatments-section-eight .eight .box div{width:100%;}
    .treatments-section-eight .nine .box div{width:100%;}
    .treatments-section-eight .ten .box div{width:100%;}
    .treatments-section-eight .eleven .box div{width:100%;}
    .treatments-section-nine p{width:90%;}
    .treatments-section-three .search{width:90%;}
    .treatments-section-four .left .inner{padding:90px 70px 80px 20px;}
    
    
    .body-section-five .right .inner{padding:70px 20px 30px 40px;}
    
    
    .franchise-header h4 a{width:50%;}    
    .franchise-section-five .one .box div{width:100%;}
    .franchise-section-five .two .box div{width:100%;}
    .franchise-section-five .three .box div{width:100%;}
    .franchise-section-five .four .box div{width:100%;}
    .franchise-section-five .five .box div{width:100%;}
    .franchise-section-five .six .box div{width:100%;}
    .franchise-section-eleven h3{padding-bottom:0px;}
    .franchise-section-eleven .one .box div{width:100%;}
    .franchise-section-eleven .two .box div{width:100%;}
    .franchise-section-eleven .three .box div{width:100%;}
    .franchise-section-eleven .four .box div{width:100%;}
    .franchise-section-eleven .five .box div{width:100%;}
    .franchise-section-eleven .six .box div{width:100%;}
    .franchise-section-eleven .seven .box div{width:100%;}
    .franchise-section-eleven .eight .box div{width:100%;}
    .franchise-section-eleven .nine .box div{width:100%;}
    .franchise-section-eleven .ten .box div{width:100%;}
    .franchise-section-eleven .eleven .box div{width:100%;}
    
    
    .equipment-section-three h4 a{width:50%;}
    .equipment-section-three .right .inner{padding: 80px 0 100px 40px;}
    
    
    
    .location-small-section-three .one{padding:20px;}
    .location-small-section-three .two{padding:20px;}
    .location-small-section-three .three{padding:20px;}
    .location-small-section-three .four{padding:20px;}
    .location-small-section-three .five{padding:20px;}
    .location-small-section-three .six{padding:20px;}
    
    .location-small-section-three h2{width:100%;}
    .location-small-section-three h5 a{width:100%;}
    
    
    .treatments-section-eight .one h3{font-size:28px;}
    
}
   

@media (max-width: 990px) {
    .container{padding:0px 20px;}
    
    
    
    
    .home-header .box{height:100%; padding:130px 0 20px 0;}
    .home-header .box div{width:100%; transform: initial; position: initial;}
    .custom-menu-primary .hs-menu-wrapper > ul li a{padding:10px 4px; font-size:11px;}
    .header .book a{font-size:11px;}
    .header .en a{font-size:11px;}
    
    
    
    .home-section-three .left .inner{padding:60px 70px 30px 20px;}
    .home-section-three .cta{width:100%;}
    .home-section-four .rowone .seven h4{font-size:22px;}
    .home-section-five .left .inner{padding:100px 70px 30px 20px;}
    .home-section-four .rowone .two h4{font-size:20px;}
    .home-section-four .rowone .two .box div{padding:10px;}
    .home-section-four .rowone .three h4{font-size:20px;}
    .home-section-four .rowone .three .box div{padding:10px;}
    .home-section-four .rowone .four h4{font-size:20px;}
    .home-section-four .rowone .four .box div{padding:10px;}
    .home-section-four .rowone .five h4{font-size:20px;}
    .home-section-four .rowone .five .box div{padding:10px;}
    .home-section-four .rowone .six h4{font-size:20px;}
    .home-section-four .rowone .six .box div{padding:10px;}
    .home-section-four .rowone .eight h4{font-size:20px;}
    .home-section-four .rowone .eight .box div{padding:10px;}
    .home-section-five .right .box div{width:100%;}
    .home-section-six .left .box div{width:100%;}
    .home-section-six .right .box div{width:100%;}
    .home-section-seven .left .box div{width:100%;}
    .home-section-eight .right .videobottom h6{width:47%;}
    .home-section-nine .ctaone{width:45%;}
    .home-section-eleven .hs_cos_wrapper_type_form form{width:90%;}
    .home-section-twelve .left a{width:70%;}
    .home-section-twelve .right a{width:70%;}
    
    .treatments-section-three .search{width:90%;}
    .treatments-section-four .left .inner{padding: 80px 70px 90px 20px;}
    .treatments-section-seven .left .inner{padding: 70px 70px 60px 20px;}
    .treatments-section-eight .one .box div{width:100%;}
    .treatments-section-eight .two .box div{width:100%;}
    .treatments-section-eight .three .box div{width:100%;}
    .treatments-section-eight .four .box div{width:100%;}
    .treatments-section-eight .five .box div{width:100%;}
    .treatments-section-eight .six .box div{width:100%;}
    .treatments-section-eight .seven .box div{width:100%;}
    .treatments-section-eight .eight .box div{width:100%;}
    .treatments-section-eight .nine .box div{width:100%;}
    .treatments-section-eight .ten .box div{width:100%;}
    .treatments-section-eight .eleven .box div{width:100%;}
    .treatments-section-eight .ten h3
    .treatments-section-eight .six h3
    .treatments-section-eight .seven h3
    .treatments-section-eight .eight h3
    .treatments-section-eight .nine h3
    .treatments-section-eight .ten h3
    .treatments-section-eight .eleven h3
    
    .body-section-five .right .inner{padding: 60px 0 70px 70px;}
    
    .experience-section-four p{width:80%;}
    .experience-section-five .right .inner{padding: 50px 30px 70px 40px;}
    .experience-section-seven .left .inner{padding: 70px 70px 70px 20px;}
    
    .what-is-section-four .left .inner{padding: 90px 70px 60px 20px;}
    .what-is-section-four h4 a{width:65%;}
    .what-is-section-five .icons{width:100%;}
    .what-is-section-seven .one .box div{width:100%;}
    .what-is-section-seven .two .box div{width:100%;}
    .what-is-section-seven .three .box div{width:100%;}
    .what-is-section-seven .four .box div{width:100%;}
    .what-is-section-seven .five .box div{width:100%;}
    .what-is-section-seven .six .box div{width:100%;}
    .what-is-section-seven .seven .box div{width:100%;}
    .what-is-section-seven .eight .box div{width:100%;}
    .what-is-section-seven .seven h3{font-size:15px;}
    .what-is-section-seven .one h3{font-size:28px;}
    .what-is-section-eight .left .inner{padding: 70px 70px 70px 20px;}
    .what-is-section-six .dates h4{width:70%;}
    
    .timeline-item-one{ width:100%;}
    .timeline-item-two{ width:100%;}
    .timeline-item-three{left:0px; width:100%;}
    .timeline-item-four{left:0px; width:100%;}
    
    
    .experience-section-eight .right .inner{padding: 70px 20px 40px 40px;}
    
    
    
    .franchise-header h4 a{width:50%;}
    
    
    .price-section-five h4{font-size:27px;}
    .price-section-five h5 a{width:25%;}
    .price-section-six .right .inner{padding: 91px 20px 92px 20px;}
    
		
    
    
 
}


@media (min-width: 769px) {
  
    .active-sm{display:none !important;}
    
    .active-mobile{display:none !important;}
}






@media (max-width: 768px) {
  
  
  .franchise-section-eleven .three:hover .active,
  .franchise-section-eleven .one:hover .active,
  .franchise-section-eleven .four:hover .active,
  .franchise-section-eleven .five:hover .active,
  .franchise-section-eleven .two:hover .active,
  .franchise-section-eleven .six:hover .active,
  .franchise-section-eleven .seven:hover .active,
  .franchise-section-eleven .eight:hover .active,
  .franchise-section-eleven .nine:hover .active,
  .franchise-section-eleven .ten:hover .active,
  .franchise-section-eleven .eleven:hover .active
  {
			display:block !important;
  }
  
  .franchise-section-eleven .active
  {
			display:block !important;
  }
  .franchise-section-eleven  .hoverarea {
    display: block !important;
}
    .hidden-sm{display:none !important;}
    .active-sm{display:block !important;}
    

    .header .en a {font-size: 9px; padding:5px;}
    .custom-menu-primary .hs-menu-wrapper > ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{font-size:9px;}
    .footer .right img{width:30%;}
    
    .home-section-two .selectmenu select{width:48%;}
    .home-section-four .mobile .span6 {width: 100%; float: left; margin:0px;}
    .home-section-four .rowone .one{width:100%;}
    .home-section-nine .ctaone a{padding:10px 4px;}
    .home-section-nine .ctatwo a{padding: 10px 4px;}
    .home-section-five .left .inner {padding: 30px 20px 20px 20px;}
    .home-section-seven .right a{width:50%;}
    .home-section-seven .right .inner {padding: 50px 20px 46px 20px;}
    .home-section-eight .left .quote{padding:30px;}
    .home-section-eight .right .top-video h5 a{width:50%;}



    .what-is-header h1{font-size:35px;}
    .what-is-section-four .left .inner {padding: 30px 20px 30px 20px;}
    
    .what-is-section-seven .two h4{font-size:25px;}
    .what-is-section-seven .two p{font-size:13px;}
    
    .what-is-section-seven .three h4{font-size:25px;}
    .what-is-section-seven .three p{font-size:13px;}
    
    .what-is-section-seven .four h4{font-size:25px;}
    .what-is-section-seven .four p{font-size:13px;}
    
    .what-is-section-seven .five h4{font-size:25px;}
    .what-is-section-seven .five p{font-size:13px;}
    
    .what-is-section-seven .six h4{font-size:25px;}
    .what-is-section-seven .six p{font-size:13px;}
    
    .what-is-section-seven .seven h4{font-size:25px;}
    .what-is-section-seven .seven p{font-size:13px;}
    
    
    .what-is-section-seven-cta{padding:40px 0;}
    
    
    .treatments-section-six .right .inner{padding: 55px 20px 71px 20px;}
    .treatments-section-seven .left .inner{padding: 70px 20px 60px 20px;}
    
    
    .treatments-section-eight .one h3 {font-size: 27px;}
    .treatments-section-eight .two h3{font-size:23px;}
    .treatments-section-eight .two p a{width:100%;}
    .treatments-section-eight .three h3{font-size:23px;}
    .treatments-section-eight .three p a{width:100%;}
    .treatments-section-eight .four h3{font-size:21px;}
    .treatments-section-eight .four p a{width:100%;}
    .treatments-section-eight .five h3{font-size:23px;}
    .treatments-section-eight .five p a{width:100%;}
    .treatments-section-eight .six h3{font-size:23px;}
    .treatments-section-eight .six p a{width:100%;}
    .treatments-section-eight .seven h3{font-size:23px;}
    .treatments-section-eight .seven p a{width:100%;}
    .treatments-section-eight .eight h3{font-size:22px;}
    .treatments-section-eight .eight p a{width:100%;}
    .treatments-section-eight .nine h3{font-size:22px;}
    .treatments-section-eight .nine p a{width:100%;}
    .treatments-section-eight .ten h3{font-size:22px;}
    .treatments-section-eight .ten p a{width:100%;}
    .treatments-section-eight .eleven h3{font-size:22px;}
    .treatments-section-eight .eleven p a{width:100%;}
    
    
    
    .body-section-six .buttons h4 a{padding:10px 4px;}
    .body-section-six .buttons h5 a{padding: 10px 4px;}
    .body-section-four p{width:100%;}
    

    .body-header .buttons h4 a{padding: 10px 8px;}
    .body-header .buttons h5 a{padding: 10px 8px;}
    .body-header .buttons h4{font-size:15px;}
    .body-header .buttons h5{font-size:15px;}
    .body-section-five .right .inner {padding: 70px 20px 30px 20px;}
    .body-section-six .buttons h4{font-size:15px;}
    .body-section-six .buttons h5{font-size:15px;}
    
    
    
    .story-section-four .left .inner{padding: 100px 20px 88px 20px;}
    .story-section-four .right .inner{padding: 100px 20px 100px 20px}
    
    .story-section-three h4 a{padding:10px 7px; font-size:14px;}
    .story-section-three h5 a{padding:10px 7px; font-size:14px;}
    
    .clients-section-four h5 a{padding:10px 15px;}
    .clients-section-four h6 a{padding:10px 15px;}
    .clients-section-five h5 a{padding:10px 15px;}
    .clients-section-five h6 a{padding:10px 15px;}
    
    
    .franchise-header h4 a{width:100%;}
    .franchise-section-four h4{font-size:14px;}
    .franchise-section-four h5{font-size:14px;}
    .franchise-section-five .one .box p{font-size:15px;}
    .franchise-section-five .two .box p{font-size:15px;}
    .franchise-section-five .three .box p{font-size:15px;}
    .franchise-section-five .four .box p{font-size:15px;}
    .franchise-section-five .five .box p{font-size:15px;}
    .franchise-section-five .one .box h4{font-size:22px;}
    .franchise-section-five .two .box h4{font-size:22px;}
    .franchise-section-five .three .box h4{font-size:22px;}
    .franchise-section-five .four .box h4{font-size:22px;}
    .franchise-section-five .five .box h4{font-size:22px;}
    .franchise-section-eleven .two p a{width:100%;}
    .franchise-section-eleven .three p a{width:100%;}
    .franchise-section-eleven .four p a{width:100%;}
    .franchise-section-eleven .one h3{font-size:27px;}
    .franchise-section-eleven .two h3{font-size:22px;}
    .franchise-section-eleven .three h3{font-size:22px;}
    .franchise-section-eleven .four h3{font-size:22px;}
    
    
    .franchise-section-tweleve h4{font-size:20px;}
    .franchise-section-tweleve h5 a{width:100%;}
    .franchise-section-tweleve .one{min-height:315px;}
    .franchise-section-tweleve .two{min-height:315px;}
    .franchise-section-tweleve .three{min-height:315px;}
    .franchise-section-tweleve .four{min-height:315px; padding: 64px 20px;}
    .franchise-section-tweleve .five{min-height:315px;}
    .franchise-section-tweleve .six{min-height:315px;}
    .franchise-section-tweleve .seven{min-height:315px;}
    .franchise-section-tweleve .eight{min-height:315px;}
    .franchise-section-tweleve .three{padding:50px 0;}
    
    .franchise-section-thriteen .three {width: 85%;}


    .location-header .buttons h4 a{padding:10px 6px;}
    .location-header .buttons h4{font-size:14px;}
    .location-header .buttons h5 a{padding:10px 6px;}
    .location-header .buttons h5{font-size:14px;}
    .location-section-five p a{width:30%;}
    
    
    .media-header .buttons h4 a{padding:10px 6px;}
    .media-header .buttons h5 a{padding:10px 6px;}
    
    
    .design-header h1{font-size:41px;}
    
    .home-section-four .mobile h4{color:#fff !important;font-weight: 600;}

    .calltoaction{display:none !important;}
    
    .what-is-section-seven .seven h3{font-size:14px;}
    .what-is-section-seven .seven h4 {font-size: 16px;}
    .what-is-section-seven .one h3 {font-size: 21px;}




    .experience-section-three h4 a{padding: 10px 6px;}
    .experience-section-three .buttons{display:none;}
    .experience-section-six .buttons{display:none;}
    
    .experience-section-six .one .box div{width:100%;}
    .experience-section-six .one .box h4{font-size:20px;}
    .experience-section-six .two .box div{width:100%;}
    .experience-section-six .two .box h4{font-size:20px;}
    .experience-section-six .three .box div{width:100%;}
    .experience-section-six .three .box h4{font-size:20px;}
    





}







@media (max-width: 767px) {
  
  
  .header .book {
    float: none;
    position: absolute;
    top: 45px;
    right: 20%;
}
  
      .hidden-sm{display:none !important;}
    .active-sm{display:block !important;}
    .hidden-mobile{display:none !important;}
    .active-mobile{display:block !important;}
    .wow {visibility: visible !important;-webkit-animation: none !important; -moz-animation: none !important; -o-animation: none !important; -ms-animation: none !important; animation: none !important;}
        .header-container.container-fluid.sticky-header{position:inherit;}

    
    .custom-menu-primary .hs-menu-wrapper > ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{font-size:12px;}
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {background-color: inherit;}
    
  .slim-banner-text a
  {    
    margin: 10px 30px;
  }
  .sectionboximage a {  
    width: 160px;
    margin: 10px auto;
    display: block;
}
  
    /* Header*/
    .header{position:inherit;}
    .header .logo img{width:30% !important;}
    .home-header .header .container{padding:inherit;}
    
    .header .en{display:none;}
    
    /* Footer */
    .footer{padding:30px 0;}
    .footer .copyright{padding-top:20px;}
    .footer .right img{width:8%;}
    .footer img{padding:20px 0;}

    /* Home */
    .home-header .video video{display:none;}
    .home-header .video .overlay-desc{position: inherit; top: inherit; right: inherit; bottom: inherit; left: inherit; display: inherit; align-items: inherit; justify-content: inherit;}
    .home-header .video .inner{padding:40px 20px 60px 20px;}
    
    .home-section-two .selectmenu select{width:100%; float:inherit;margin-bottom:10px;}
    .home-section-two .selectmenu button{width:100%;}
    
    .home-header .box { padding: 0px 0 0px 0;}
    
    .home-header{height:inherit;}
    .home-header h1{font-size:60px;padding-top:0px;}
    .home-header .container{padding:40px 20px;}
    .home-header .arrow img{display:none;}
    .home-section-three h3{text-align:center;}
    .home-section-three p{text-align:center;}
    .home-section-three .span6{width:100%;}
    .home-section-three .cta{width:100%;}
    .home-section-three .right{min-height:330px;}
    .home-section-three .left .inner{max-width:inherit; padding:20px ;}
    .home-section-four .rowone .one{width:100%;}
    .home-section-four .mobile .span6{width:50%; float:left;}
    .home-section-five .right .inner{float:inherit !important;}
    .home-section-five .span6{width:100%;}
    .home-section-five h3{text-align:center;}
    .home-section-five p{text-align:center;}
    .home-section-five .left .inner{max-width:inherit; padding:20px ;}
    .home-section-six .span6{width:100%; float:left;}
    .home-section-six .left h4{width:70%;}
    .home-section-six .right h4{width:70%;}
    .home-section-seven .left h4{width:70%;}
    .home-section-seven .span6{width:100%;}
    .home-section-seven .right{width:100%;}
    .home-section-twelve .span6{width:100%;}
    .home-section-twelve .left a{width:70%;}
    .home-section-twelve .right a{width:70%;}
    
    .home-section-nine .right img{display:none;}
    .home-section-ten{padding:40px 0;}
    
    
    .home-section-eight{padding:40px 0;}
    .home-section-eight .left .quote{padding:30px 30px;}
    .home-section-nine{padding:40px 0;}
    .home-section-nine .calltoaction{margin-top:0px;}
    .home-section-eleven{padding:40px 0;}
    .home-section-eleven .hs_cos_wrapper_type_form .hs-button.primary.large{width:100%;}
    .home-section-eleven .hs_cos_wrapper_type_form form .form-columns-2 .hs_firstname{padding:0px;}
    .home-section-eleven .hs_cos_wrapper_type_form form .form-columns-2 .hs_email{padding:0px; margin-bottom:10px;}
    
    
    
    
    
    
    
    
    .home-section-seven .right .inner{padding: 30px 20px 30px 20px; }
    

    /* What It IS*/
    .what-is-header{padding:50px 0 60px 0;}
    .what-is-section-four .span6{width:100%;}
    .what-is-section-four .left .inner{max-width:100%;padding: 30px 20px 20px 20px;}
    .what-is-section-five{padding:30px 0 30px 0;}
    .what-is-section-five img{width:30%;}
    .what-is-section-six{padding:30px 0;}
    .what-is-section-seven .span3{width:100%;}
    .what-is-section-eight .span6{width:100%;}
    .what-is-section-eight .left .inner{max-width:100%;padding:30px 20px;}
    .what-is-section-six img{display:none;}
    .timeline-item-one{width:100%;}
    .timeline-item-one .span8{width:100%;}
    .timeline-item-two{width:100%;}
    .timeline-item-two .span8{width:100%;}
    .timeline-item-three{left:0px; width:100%;}
    .timeline-item-three .span8{width:100%;}
    .timeline-item-four{left:0px; width:100%;}
    .timeline-item-four .span8{width:100%;}
    .what-is-section-six .dates{display:none;}
    .what-is-section-six .time-line{display:none;}
    .what-is-section-six h2{margin-bottom:10px;}
    .timeline-item-three{margin-top:0px;}
    .timeline-item-four{margin-top:0px;}
    .what-is-section-seven .one h3{text-align:center;}
    .what-is-section-seven .one .box div{width:90%;}
    .what-is-section-seven .one .box{height:165px;}

    /* Contact */
    .contact-header{padding:30px 0 40px 0;}
    .contact-header h1 br{display:none;}
    .contact-two{height:190px;}
    .contact-three .form{margin-top:0px;}

    /* Clients */
    .clients-header{padding:50px 0 60px 0;}
    .clients-section-two{padding:30px 0;}
    .clients-section-two .testimonial img{display:none;}
    .clients-section-two h3{width:100%; padding-top:0px; text-align:center;}
    .clients-section-two h5{padding-left:0px; text-align:center; margin:0px;}
    .clients-section-two p{padding-left:0px; text-align:center;}
    .owl-carousel .owl-controls .owl-buttons .owl-prev{display:none !important;}
    .owl-carousel .owl-controls .owl-buttons .owl-next{display:none !important;}
    .clients-section-three{padding:30px 0;}
    .clients-section-four{padding:30px 0;}
    .clients-section-five .social-one{margin-bottom:0px;}
    .clients-section-five .buttons{float:inherit;}
    .clients-section-five img{margin:0 auto; display:block;margin-bottom:20px;}
    .clients-section-five{padding:30px 0;}

    /* Story */
    .story-header{padding:50px 0 60px 0;}
    .story-header p{margin-bottom:0px;}
    .story-section-two{padding:30px 0;}
    .story-section-two h3{padding-top:0px;text-align:center;}
    .story-section-two h4{text-align:center;padding-left:0px;}
    .story-section-two p{text-align:center;padding-left:0px; margin-bottom:0px;}
    .story-section-two img{display:none;}
    .story-section-three{padding:30px 0;}
    .story-section-four .span6{width:100%;}
    .story-section-four .left .inner{max-width:100%; padding:40px 20px;}
    .story-section-four .right .inner{max-width:100%; padding:40px 20px;}
    .story-section-four .right{min-height:100%; text-align:center;}
    .story-section-five{padding:30px 0;}


    /* Treatment */
    
    .treatments-header{padding:50px 0 60px 0;}
    .treatments-section-two{height:300px;}
    .treatments-section-three{padding:30px 0;}
    .treatments-section-three .search{width:100%;}
    .treatments-section-three .selectmenu select{width:100%; margin-bottom:20px;}
    .treatments-section-three .selectmenu button{width:100%;}
    .treatments-section-four .span6{width:100%;}
    .treatments-section-four .left .inner{max-width:100%; padding: 30px 20px 30px 20px;}
    .treatments-section-four .right .inner{float:none !important;}
    .treatments-section-five .span6{width:100%;}
    .treatments-section-five .left .inner{float:none !important;}
    .treatments-section-five .right .inner{float:none !important;}
    .treatments-section-six .left .inner{float:none !important;}
    .treatments-section-four .right .box:after{opacity:1;}
    .treatments-section-five .left .box:after{opacity:1;}
    .treatments-section-five .right .box:after{opacity:1;}
    .treatments-section-six .left .box:after{opacity:1;}
    .treatments-section-four .right h4{display:block;}
    .treatments-section-four .right p{display:block !important;}
    .treatments-section-four .right h5 a{display:block !important;}
    .treatments-section-five .left h4{display:block;}
    .treatments-section-five .left p{display:block !important;}
    .treatments-section-five .left h5 a{display:block !important;}
    .treatments-section-five .right h4{display:block;}
    .treatments-section-five .right p{display:block !important;}
    .treatments-section-five .right h5 a{display:block !important;}
    .treatments-section-six .left h4{display:block;}
    .treatments-section-six .left p{display:block !important;}
    .treatments-section-six .left h5 a{display:block !important;}
    .treatments-section-six .span6{width:100%;}
    .treatments-section-six .right .inner{max-width:100%;padding:30px 20px;}
    .treatments-section-seven .span6{width:100%;}
    .treatments-section-seven .left .inner{max-width:100%; padding:30px 20px;}
    .treatments-section-eight .span3{width:100%;}
    .treatments-section-eight .one h3{text-align:center;}
    .treatments-section-eight .one .box{height:100%; }
    .treatments-section-eight .one .box div{width:100%; transform: initial; position: initial;}
    .treatments-section-eight .two .box{height:100%; }
    .treatments-section-eight .two .box div{width:100%; transform: initial; position: initial;}
    .treatments-section-eight .three .box{height:100%; }
    .treatments-section-eight .three .box div{width:100%; transform: initial; position: initial;}
    .treatments-section-eight .four .box{height:100%; }
    .treatments-section-eight .four .box div{width:100%; transform: initial; position: initial;}
    .treatments-section-eight .five .box{height:100%; }
    .treatments-section-eight .five .box div{width:100%; transform: initial; position: initial;}
    .treatments-section-eight .six .box{height:100%; }
    .treatments-section-eight .six .box div{width:100%; transform: initial; position: initial;}
    .treatments-section-eight .seven .box{height:100%; }
    .treatments-section-eight .seven .box div{width:100%; transform: initial; position: initial;}
    .treatments-section-eight .eight .box{height:100%; }
    .treatments-section-eight .eight .box div{width:100%; transform: initial; position: initial;}
    .treatments-section-eight .nine .box{height:100%; }
    .treatments-section-eight .nine .box div{width:100%; transform: initial; position: initial;}
    .treatments-section-eight .ten .box{height:100%; }
    .treatments-section-eight .ten .box div{width:100%; transform: initial; position: initial;}
    .treatments-section-eight .eleven .box{height:100%; }
    .treatments-section-eight .eleven .box div{width:100%; transform: initial; position: initial;}
    .treatments-section-nine p{width:100%;}
    .treatments-section-four .right .box div{width:100%;}
    .treatments-section-five .left .box div{width:100%;}
    .treatments-section-five .right .box div{width:100%;}
    .treatments-section-six .left .box div{width:100%;}

    .body-header{padding:50px 0 60px 0;}
    .body-section-two{height:300px;}
    .body-section-three{padding:30px 0;}
    .body-section-three .buttons{float:left;margin-bottom:20px;}
    .body-section-four{padding:30px 0;}
    .body-section-four p{width:100%;}
    .body-section-five .span6{width:100%;}
    .body-section-five .left{height:350px;}
    .body-section-five .right .inner{max-width:100%;padding: 40px 20px 40px 20px;}
    .body-section-five .right h3{padding-bottom:10px;}
    .body-section-six{padding:30px 0;}
  
    .body-section-six .span4{width:100%;}
    .body-section-six .buttons{float:left; margin-bottom:50px;}
    .body-section-six h3{padding-bottom:30px;}
    .body-section-six .one .box:after{opacity:1;}
    .body-section-six .one .box h4{display:block}
    .body-section-six .one .box p a{display:block}
    .body-section-six .one .box{height:100%; }
    .body-section-six .one .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .body-section-six .two .box:after{opacity:1;}
    .body-section-six .two .box h4{display:block}
    .body-section-six .two .box p a{display:block}
    .body-section-six .two .box{height:100%; }
    .body-section-six .two .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .body-section-six .three .box:after{opacity:1;}
    .body-section-six .three .box h4{display:block}
    .body-section-six .three .box p a{display:block}
    .body-section-six .three .box{height:100%; }
    .body-section-six .three .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}

    /* Landing Page */
    .lp-header{padding: 50px 0 40px 0;}
    .lp-body{padding:30px 0;}
    .lp-body .form{margin-top:inherit; padding:20px;}

    /* Media */
    .media-header{padding:50px 0 60px 0;}
    .media-section-two img{margin:0 auto; display:block;}
    .media-section-two{padding:30px 0;}
    .media-section-three{padding:30px 0;}
    .media-section-three h3{padding-bottom:30px;}
    .media-section-three .buttons{float:inherit;}
    .media-section-three img{margin:0 auto; display:block;}
    .media-section-three .rowtwo{padding-top:0px;}
    .media-section-three .rowone img{padding-top:30px;}
    .media-section-three .rowtwo img{padding-top:30px;}

    .franchise-header{padding:50px 0 60px 0; height:inherit;}
    .franchise-header h1 br{display:none;}
    .franchise-header h4 a{width:100%;}
    .franchise-section-two{height:260px;}
    .franchise-section-three a{padding:0 20px;}
    .franchise-section-four .buttons{float:left; margin-top:20px;}
    .franchise-section-five .span4{width:100%;}
    .franchise-section-five .one .box{height:100%; }
    .franchise-section-five .one .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-five .two .box{height:100%; }
    .franchise-section-five .two .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-five .three .box{height:100%; }
    .franchise-section-five .three .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-five .four .box{height:100%; }
    .franchise-section-five .four .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-five .five .box{height:100%; }
    .franchise-section-five .five .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-five .six .box{height:100%; }
    .franchise-section-five .six .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-five-b{padding:40px 0;}
    .franchise-section-six{padding:40px 0;}
    .franchise-section-six h3{padding-bottom:30px;}
    .franchise-section-six .one img{width:38%;}
    .franchise-section-six .two img{width:58%;}
    .franchise-section-six .three img{width:58%;}
    .franchise-section-eight{padding:40px 0;}
    .franchise-section-eight h3{padding:10px 0;}
    .franchise-section-eight p{width:100%;}
    .franchise-section-eleven .inner .span3{width:100%;}
    .franchise-section-nine{padding:40px 0;}
    .franchise-section-nine .speach{width:12%;}
    .franchise-section-ten{padding:40px 0;}
    .franchise-section-eleven{padding:40px 0;}
    .franchise-section-eleven .one .box{height:100%; }
    .franchise-section-eleven .one .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-eleven .two .box{height:100%; }
    .franchise-section-eleven .two .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-eleven .three .box{height:100%; }
    .franchise-section-eleven .three .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-eleven .four .box{height:100%; }
    .franchise-section-eleven .four .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-eleven .one h3{text-align:center;padding-bottom: 0px;}
    .franchise-section-tweleve .span3{width:100%;}
    .franchise-section-tweleve .one{border-bottom:0px; min-height:inherit; padding:0px;}
    .franchise-section-tweleve .two{border:0px; min-height:inherit; padding:0px;}
    .franchise-section-tweleve .three{border:0px; padding:0px; min-height:inherit;}
    .franchise-section-tweleve .four{border:0px; min-height:inherit; padding:20px 0;}
    .franchise-section-tweleve .five{border:0px; min-height:inherit; padding:20px 0;}
    .franchise-section-tweleve .six{border:0px; min-height:inherit; padding:20px 0;}
    .franchise-section-tweleve .seven{border:0px; min-height:inherit; padding:20px 0;}
    .franchise-section-tweleve .eight{border:0px; min-height:inherit; padding:20px 0;}
    .franchise-section-thriteen img{width:40%;}
    

    /*
    .franchise-section-six{padding:40px 0;}
    .franchise-section-eight{padding:40px 0;}
    .franchise-section-eight h3{padding-bottom:20px;}
    .franchise-section-nine{padding:40px 0;}
    .franchise-section-ten .span3{width:100%;}
    .franchise-section-ten .one .box{height:100%; }
    .franchise-section-ten .one .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-ten .one .box{height:100%; }
    .franchise-section-ten .one .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-ten .two .box{height:100%; }
    .franchise-section-ten .two .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-ten .three .box{height:100%; }
    .franchise-section-ten .three .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-ten .four .box{height:100%; }
    .franchise-section-ten .four .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-ten .five .box{height:100%; }
    .franchise-section-ten .five .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-ten .six .box{height:100%; }
    .franchise-section-ten .six .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-ten .seven .box{height:100%; }
    .franchise-section-ten .seven .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-ten .eight .box{height:100%; }
    .franchise-section-ten .eight .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-eleven{padding:40px 0;}
    .franchise-section-eleven h3{padding:10px 0;}
    .franchise-section-twelve{padding:40px 0;}
    .franchise-section-thriteen .span3{width:100%;}
    .franchise-section-thriteen .one h3{text-align:center;}
    .franchise-section-thriteen .one .box{height:100%; }
    .franchise-section-thriteen .one .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-thriteen .two .box{height:100%; }
    .franchise-section-thriteen .two .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-thriteen .three .box{height:100%; }
    .franchise-section-thriteen .three .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-thriteen .four .box{height:100%; }
    .franchise-section-thriteen .four .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-thriteen .five .box{height:100%; }
    .franchise-section-thriteen .five .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-thriteen .six .box{height:100%; }
    .franchise-section-thriteen .six .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-thriteen .seven .box{height:100%; }
    .franchise-section-thriteen .seven .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-thriteen .eight .box{height:100%; }
    .franchise-section-thriteen .eight .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-thriteen .nine .box{height:100%; }
    .franchise-section-thriteen .nine .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-thriteen .ten .box{height:100%; }
    .franchise-section-thriteen .ten .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-thriteen .eleven .box{height:100%; }
    .franchise-section-thriteen .eleven .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .franchise-section-thriteen .tweleve .box{height:100%; }
    .franchise-section-thriteen .tweleve .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    */
    
    
    .experience-section-two{height:280px;}
    .experience-section-three{padding:30px 0;}
    .experience-section-three .buttons{float:left; padding-bottom:30px;}
    .experience-section-four{padding:40px 0;}
    .experience-section-four p{width:100%;}
    .experience-section-five .left{min-height:300px;}
    .experience-section-five .span6{width:100%;}
    .experience-section-five .right .inner{max-width:100%; padding: 30px 20px 30px 20px;}
    .experience-section-six{padding:30px 0;}
    .experience-section-six .one .box{height:100%; }
    .experience-section-six .one .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .experience-section-six .two .box{height:100%; }
    .experience-section-six .two .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .experience-section-six .three .box{height:100%; }
    .experience-section-six .three .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .experience-section-six .buttons{float:left;padding-top:20px;}
    .experience-section-six .span4{width:100%;}
    .experience-section-seven .left .inner{max-width:100%;padding: 30px 20px 30px 20px;}
    .experience-section-seven .span6{width:100%;}
    .experience-section-seven .right{height:330px;}
    .experience-section-eight .span6{width:100%;}
    .experience-section-eight .right .inner{max-width:100%; padding: 30px 20px 30px 20px;}
    .experience-section-nine{padding:30px 0;}


    /* Location */
    .location-header{padding:50px 0 60px 0;}
    .location-section-two{height:250px;}
    .location-section-three{padding:30px 0;}
    .location-section-five{padding:30px 0;}

    .medical-header{padding:50px 0 60px 0;}
    .medical-section-three img{margin:0 auto; display:block;}

    /* Question */
    .question-header{padding:50px 0 60px 0;}
    .question-section-two{height:260px;}
    .questions-section-three{padding:30px 0;}


    /* Equipment */
    .equipment-header{padding:40px 0; height:inherit;}
    .equipment-header h1{margin-bottom:0px;}
    .equipment-section-two{padding:40px 0;}
    .equipment-section-two h3{padding-bottom:20px;}
    .equipment-section-two h4{padding-bottom:20px;}
    .equipment-section-three .left{width:100%;height: 295px;}
    .equipment-section-three .right{width:100%;}
    .equipment-section-three .right .inner{max-width:100%;}
    .equipment-section-three .right .inner{padding: 40px 20px 40px 20px;}
    .equipment-section-three h4{margin-top:0px;}
    
    .location-small-header{padding:40px 0; height:inherit;}
    .location-small-header h1{margin-bottom:0px;}
    .location-small-section-two{padding:40px 0;}
    .location-small-section-three .span4{width:100%;}
    .location-small-section-two h3{padding-bottom:20px;}
    .location-small-section-two h4{margin-bottom:20px;}
    
    .marketing-header{padding:40px 0; height:inherit;}
    .marketing-header h1{margin-bottom:0px; font-size:40px;}
    .marketingl-section-two{padding:40px 0;}
    .marketing-section-three .span4{width:100%;}
    .marketing-section-two h3{padding-bottom:20px;}
    .marketing-section-two h4{margin-bottom:20px;}
    .marketing-section-two{padding:40px 0;}
    
    .design-header{padding:40px 0; height:inherit;}
    .design-header h1{margin-bottom:0px; font-size:40px;}
    
    .design-section-two{padding:40px 0;}
    .design-section-two h3{padding-bottom:20px;}
    .design-section-two h4 a{margin-bottom:20px;}
    .design-section-three .span4{width: 33.33333%;float: left;}
    
    .price-header{padding:40px 0;}
    .price-section-two{height:283px;}
    .price-section-three{padding:40px 0;}
    .price-section-three .buttons{float:left;}
    .price-section-three h3{padding-bottom:0px;}
    .price-section-four .span4{width:100%;}
    .price-section-four .one{min-height:inherit; padding:20px;}
    .price-section-four .two{min-height:inherit; padding:20px;}
    .price-section-four .three{min-height:inherit; padding:20px;}
    .price-section-four img{margin:0 auto; width:23%; display:block;}
    .price-section-four p{text-align:center;}
    .price-section-five{padding:40px 0;}
    .price-section-five img{width:25%;}
    .price-section-five .end img{width:29%;}
    .price-section-five .bottombox{margin-bottom:20px;}
    .price-section-five h5 a{width:60%;}
    .price-section-five h5{margin-top:0px;}
    .price-section-six .span6{width:100%;}
    .price-section-six .left{height:290px;}
    .price-section-six .right .inner{max-width:100%; padding: 40px 20px 40px 20px;}
    .price-section-six h3{padding-bottom:20px;}
    .price-section-seven{padding:40px 0;}
    .price-section-seven .rowone .one{overflow:hidden;}
    .price-section-seven .rowone .two{overflow:hidden;}
    .price-section-seven .rowtwo .one{overflow:hidden;}
    .price-section-seven .rowtwo .two{overflow:hidden;}
    .price-section-seven h4{margin-top:40px;}
    .price-section-seven h4 img{display:none;}

    .error{padding:0px 0 20px 0;}
 
    .blog-section{padding-top:0px !important;}
    
}

@media (max-width: 550px) {
    .mobile-trigger{top: 20px;}

    
    .home-section-four .mobile .span6{width:100%; margin:0px;float:left;}
    .home-header h5 a{display:block !important;}
    .home-header h5 .book{margin-left:0px;margin-top:20px;}
    .home-header .arrow{display:none}
    .home-section-five .right .box div{opacity:1;}
    .home-section-five .right h4{display:block;}
    .home-section-six .left h4{display:block;}
    .home-section-six .right h4{display:block;}
    .home-section-seven .left h4{display:block; font-weight:bold;}
    
    
    .clients-header .buttons{margin-top:30px;}
    .clients-header .buttons h4{float:inherit;}
    .clients-header .buttons h4 a{display:block; text-align:center;margin-right:0px;}
    .clients-header .buttons h5 a{display:block; text-align:center; margin-top:20px;}
    .clients-section-five .buttons{margin-bottom:20px;}
    .clients-section-five h5{float:inherit;margin-right:0px;}
    .clients-section-five h5 a{text-align:center;display:block;margin-bottom:20px;}
    .clients-section-five h6{float:inherit;}
    .clients-section-five h6 a{text-align:center;display:block;}
    .clients-section-four .buttons{float:inherit;}
    .clients-section-four h5{float:inherit;margin-right:0px;margin-bottom:20px;}
    .clients-section-four h6{float:inherit;margin-bottom:20px;}
    .clients-section-four h5 a{display:block;text-align:center;}
    .clients-section-four h6 a{display:block;text-align:center;}

    .story-section-three .buttons{float:inherit;}
    .story-section-three h4{float:inherit;}
    .story-section-three h5{float:inherit;}
    .story-section-three h4 a{display:block; width:100%; text-align:center;margin-bottom:20px;}
    .story-section-three h5 a{display:block; width:100%; text-align:center;}
    .story-section-five p a{width:58%;}

    .treatments-header .buttons{margin-top:30px;}
    .treatments-header .buttons h4{float:none;}
    .treatments-header .buttons h4 a{display:block;margin-right:0px; text-align:center; margin-bottom: 20px;}
    .treatments-header .buttons h5 a{display:block; text-align:center;}
    .treatments-section-four .buttons{margin-top:30px;}
    .treatments-section-four .buttons h4{float:none;}
    .treatments-section-four .buttons h4 a{display:block;margin-right:0px; text-align:center; margin-bottom: 20px;}
    .treatments-section-four .buttons h5 a{display:block; text-align:center;}
    .treatments-section-seven .buttons h4{float:none;}
    .treatments-section-seven .buttons h4 a{display:block;margin-right:0px; text-align:center; margin-bottom: 20px;}
    .treatments-section-seven .buttons h5 a{display:block; text-align:center;}
    .treatments-section-seven .buttons{margin-top:30px;}
    .treatments-section-seven .right{height:300px;}
    
    .body-header .buttons h4{float:inherit;}
    .body-header .buttons h4 a{display:block; text-align:center;margin-right:0px; margin-bottom:20px;}
    .body-header .buttons h5{float:inherit;}
    .body-header .buttons h5 a{display:block; text-align:center;}
    .body-section-three .buttons{float:inherit;}
    .body-section-three .buttons h4{float:inherit;}
    .body-section-three .buttons h4 a{display:block; text-align:center;margin-right:0px; margin-bottom:20px;}
    .body-section-three .buttons h5{float:inherit;}
    .body-section-three .buttons h5 a{display:block; text-align:center;margin-right:0px;}
    .body-section-five .right h4{float:inherit;}
    .body-section-five .right h4 a{display:block; text-align:center;margin-right:0px; margin-bottom:20px;}
    .body-section-five .right h5{float:inherit;}
    .body-section-five .right h5 a{display:block; text-align:center;margin-right:0px;}
    .body-section-five .buttons{margin-top:30px;}
    .body-section-six .buttons{float:inherit;}
    .body-section-six .buttons h4{float:inherit;}
    .body-section-six .buttons h4 a{display:block; text-align:center;margin-right:0px; margin-bottom:20px;}
    .body-section-six .buttons h5{float:inherit;}
    .body-section-six .buttons h5 a{display:block; text-align:center;margin-right:0px;}
    .body-section-six h3{text-align:center;}
    
    .media-header .buttons{margin-top:30px;}
    .media-header .buttons h4{float:inherit; margin-bottom:20px;} 
    .media-header .buttons h4 a{display:block; text-align:center;margin-right:0px;}
    .media-header .buttons h5{float:inherit;}
    .media-header .buttons h5 a{display:block; text-align:center;margin-right:0px;}
    .media-section-two h3{text-align:center;}
    .media-section-two .buttons{float:inherit; margin-top:30px;}
    .media-section-two .buttons h4{float:inherit; margin-bottom:20px;} 
    .media-section-two .buttons h4 a{display:block; text-align:center;margin-right:0px;}
    .media-section-two .buttons h5{float:inherit;}
    .media-section-two .buttons h5 a{display:block; text-align:center;margin-right:0px;}
    .media-section-three h3{text-align:center;}
    .media-section-three .buttons{float:inherit;}
    .media-section-three .buttons h4{float:inherit; margin-bottom:20px;} 
    .media-section-three .buttons h4 a{display:block; text-align:center;margin-right:0px;}
    .media-section-three .buttons h5{float:inherit;}
    .media-section-three .buttons h5 a{display:block; text-align:center;margin-right:0px;}
    
    .franchise-header{padding:50px 0;}
    .franchise-section-two{height:180px;}
    .franchise-header .buttons h4{float:inherit;}
    .franchise-header .buttons h4 a{display:block !important; text-align:center; margin-bottom:10px; margin-right:0px;}
    .franchise-header .buttons h5 a{display:block !important; text-align:center;}
    .franchise-section-four .buttons{float:inherit;}
    .franchise-section-four h4{float:inherit;}
    .franchise-section-four h4 a{display:block !important; text-align:center; margin-bottom:10px; margin-right:0px;}
    .franchise-section-four h5{float:inherit;}
    .franchise-section-four h5 a{display:block !important; text-align:center; margin-bottom:10px; margin-right:0px;}
    .franchise-section-four{padding:30px 0;}


    .experience-section-three .buttons{float:inherit;}
    .experience-section-three h4{float:inherit;}
    .experience-section-three h5{float:inherit;}
    .experience-section-three h4 a{display: block; text-align: center; margin-right: 0px;}
    .experience-section-three h5 a{display: block; text-align: center; margin-right: 0px; margin-top:20px;}
    .experience-section-six .buttons{float:inherit;}
    .experience-section-six h4{float:inherit; margin-right:0px;}
    .experience-section-six h5{float:inherit;}
    .experience-section-six h4 a{display: block; text-align: center; margin-right: 0px;}
    .experience-section-six h5 a{display: block; text-align: center; margin-right: 0px; margin-top:20px;}
    .experience-section-six .boxsection{padding-top:30px;}
    .experience-section-nine p a{width:100%;}
    
    .location-header{padding:40px 0;}
    
    .location-header .buttons h4{float:inherit;}
    .location-header .buttons h4 a{display:block; text-align:center; margin-right:0px;margin-bottom:20px;}
    .location-header .buttons h5{float:inherit;}
    .location-header .buttons h5 a{display:block; text-align:center;}
    .location-section-five p a{width:100%;}
    
    .medical-header .buttons h4{float:inherit;}
    .medical-header .buttons h4 a{display:block; text-align:center; margin-right:0px;margin-bottom:20px;}
    .medical-header .buttons h5{float:inherit;}
    .medical-header .buttons h5 a{display:block; text-align:center;}

    .what-is-header .buttons h4{float:inherit;}
    .what-is-header .buttons h4 a{display:block; text-align:center; margin-right:0px; margin-bottom:20px;}
    .what-is-header .buttons h5 a{display:block; text-align:center; margin-right:0px;}
    .what-is-section-four h4 a{width:100%;}
    .what-is-section-four .right{min-height:300px;}
    .what-is-section-five h5{float:inherit;}
    .what-is-section-five h6 a{display:block; text-align:center; margin-bottom:20px;}
    .what-is-section-five h6{float:inherit;}
    .what-is-section-five h5 a{display:block; text-align:center;}
    .what-is-section-five .buttons{padding-top:10px;}
    .what-is-section-seven .two .box{height:100%; }
    .what-is-section-seven .two .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .what-is-section-seven .two .box:after{opacity:1}
    .what-is-section-seven .two h4{display:block;}
    .what-is-section-seven .two p{display:block;}
    .what-is-section-seven .three .box{height:100%; }
    .what-is-section-seven .three .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .what-is-section-seven .three .box:after{opacity:1}
    .what-is-section-seven .three h4{display:block;}
    .what-is-section-seven .three p{display:block;}
    .what-is-section-seven .four .box{height:100%; }
    .what-is-section-seven .four .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .what-is-section-seven .four .box:after{opacity:1}
    .what-is-section-seven .four h4{display:block;}
    .what-is-section-seven .four p{display:block;}
    .what-is-section-seven .five .box{height:100%; }
    .what-is-section-seven .five .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .what-is-section-seven .five .box:after{opacity:1}
    .what-is-section-seven .five h4{display:block;}
    .what-is-section-seven .five p{display:block;}
    .what-is-section-seven .six .box{height:100%; }
    .what-is-section-seven .six .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .what-is-section-seven .six .box:after{opacity:1}
    .what-is-section-seven .six h4{display:block;}
    .what-is-section-seven .six p{display:block;}
    .what-is-section-seven .eight .box{height:100%; }
    .what-is-section-seven .eight .box div{width:100%; transform: initial; position: initial; z-index: 9; position: relative; left: 0;top:0px;}
    .what-is-section-seven .eight .box:after{opacity:1}
    .what-is-section-seven .eight h4{display:block;}
    .what-is-section-seven .eight p{display:block;}
    .what-is-section-eight .left h2{padding-bottom:10px;}
    .what-is-section-eight .left h4{float:inherit;}
    .what-is-section-eight .left h5{float:inherit;}
    .what-is-section-eight .left h4 a{display:block; width:100%; text-align:center; margin-right:0px; margin-bottom:10px;}
    .what-is-section-eight .left h5 a{display:block; width:100%; text-align:center; margin-right:0px;}
    .what-is-section-eight .left .buttons{margin-top:20px;}
    

    .question-header {padding: 40px 0 40px 0;}
    .question-header .buttons {margin-top:10px;}
    .question-header .buttons h4{float:inherit;}
    .question-header .buttons h4 a{display:block; text-align:center; margin-right:0px; margin-bottom:10px;}
    .question-header .buttons h5 a{display:block; text-align:center;}
    
    .home-section-three .buttonone{width:100%;margin-bottom:20px;}
    .home-section-three .buttonone a{width:100%;}
    .home-section-three .buttontwo{width:100%;}
    .home-section-three .buttontwo a{width:100%;}
    .home-section-seven .right a{width:100%;}
    .home-section-eight .right .top-video h5 a{width:100%;}
    .home-section-eight .right .videobottom h5{width:100%;}
    .home-section-eight .right .videobottom h6{width:100%; margin-top:10px;margin-bottom:20px;}
    .home-section-nine .ctaone{width:100%;}
    .home-section-nine .ctaone a{display:block; text-align:center;}
    .home-section-nine .ctatwo{width:100%;}
    .home-section-nine .ctatwo a{display:block; text-align:center;}
    .home-section-eleven .hs_cos_wrapper_type_form form .form-columns-2{width:100%;}
    .home-section-eleven .hs_cos_wrapper_type_form form .form-columns-2 .hs_firstname{width:100%;margin-bottom:10px;}
    .home-section-eleven .hs_cos_wrapper_type_form form{width:100%;}
    .home-section-eleven .hs_cos_wrapper_type_form form .form-columns-2 .hs_email{width:100%;}
    
    .contact-header .buttons h4{float:inherit;}
    .contact-header .buttons h4 a{display:block; text-align:center; margin-right:0px; margin-bottom:10px;}
    .contact-header .buttons h5 a{display:block; text-align:center;}
    
    
    .equipment-section-three h4 a{width:100%;}
    
    .design-section-three .span4{width: 100%;float: inherit;}
    
    .price-header .buttons{margin-top:20px;}
    .price-header .buttons h4{float:inherit;}
    .price-header .buttons h4 a{display:block; margin-right:0px; text-align:center;margin-bottom:20px;}
    .price-header .buttons h5 a{display:block; margin-right:0px; text-align:center;}
    
    .price-section-three .buttons{float:inherit;}
    .price-section-three h4{float:inherit; display:block;}
    .price-section-three h4 a{float:inherit; display:block; text-align:center;}
    
    .price-section-three h5{float:inherit; display:block;}
    .price-section-three h5 a{float:inherit; display:block; text-align:center;}
    .price-section-five h5 a{width:100%;}
    
    .price-section-six h5 a{display:block ;float:inherit; text-align:center;}
    .price-section-six h6 a{display:block ;float:inherit; text-align:center;}
    
    
    .home-header h1 {font-size: 50px;}
    
    
    .location-section-three .right{display:none !important;}
    
    
    .what-is-section-seven-cta p a{width:100%;}
    
    
    
}

@media (max-width: 479px) {
  .header .book {
    float: none;
    position: absolute;
    top: 15px;
    right: 20%;   
}
}


.tr-pricing img {
    width: 100% !important;
    max-width: 100%;
}

/******** Location Page ************/


img.country-icon {
    max-width: 40px;
    border: 1px solid #fff;
}

span.country-flag-icon.d-sm-ib {  
    padding: 4px 15px;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-map {
    padding-top: 23px;
}

.tick-image img {
    max-width: 150px;
    margin-bottom: 20px;
}

.loc-item img {
    border: 2px solid #3db4d1;
    padding: 0px 0px;
}

.loc-outer-wrap {
    padding: 120px 0px 100px;
    text-align: center;
}

.loc-header h1 {
    color: #3db4d1;
    font-size: 32px;
    font-weight: 100;
    margin-top: 0px;
}

.loc-header {
    padding-bottom: 40px;
}

.loc-detail h2 {
    color: #3db4d1;
    font-size: 24px;
    font-weight: 600;
}

.loc-detail a {
    text-decoration: none;
}

.footer-logo img {
    width: 120px !important;
}

.footer-form h3 {
    color: #fff;
    margin-top: 0px;
    font-weight: 300;
      font-size: 16px;
}

.footer-header h2 {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
}

.footer-social {
    text-align: center;
    padding-bottom: 20px;
}

.footer-social img {
    width: 40px;
    margin: 0px 10px;
}

.footer-app img {
    max-width: 120px;
    padding-bottom: 10px;
}

.footer-form form .hs-form-field {
    height: 50px;
    margin-bottom: 1px;
    width: 65%;
    float: left;
}

.footer-form form .hs-form-field label {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: .4px;
    text-align: left;
    margin-bottom: 13px;
}

.footer-form form .hs-form-field input {
    padding: 8px 10px;
    border: 1px solid #fff;
    font-size: 14px;
    -webkit-appearance: none !important;
    background-color: #fff;
}

.footer-form form .hs-error-msgs {
    margin: 0;
    font-size: 12px;
    padding-top: 2px !important;
}

.footer-form form .hs-error-msgs label {
    font-weight: 500;
    color: red;
    font-size: 12px;
}

.footer-form form .hs-form-field label {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: .4px;
    text-align: left;
    margin-bottom: 13px;
}

.footer-form form .hs-button {
    display: inline-block;
    padding: 8px 30px;
    background-color: transparent;
    color: #fff;
    line-height: 1;
    border: 1px solid #fff;
    letter-spacing: .5px;
    margin-top: 0px;
    font-size: 16px !important;
    -webkit-appearance: none !important;
    text-transform: uppercase;
}

.footer-form form .hs-button:hover { 
}

.footer-form .hs_error_rollup {
    display: none;
}

.footer-form form label.hs-error-msg {
    display: inline-block !important; 
}

.footer-form form label.hs-error-msg {
    font-size: 12px;
    font-weight: 200;
}

.footer-form {
    padding-bottom: 20px;
}

.footer-app p {
    padding-bottom: 20px;
}

.footer-form form .hs_email label {
    display: none; 
}

.footer-social ul {
    list-style: none;
    padding: 0px 0px 20px;
    margin: 0px;
    display: inline-block;
}

.footer-social li {
    float: left;
    padding: 0px 20px;
}

.footer-social li a {
    font-size: 30px;
    color:#fff;
}

.footer-social ul li span {
    display: none;
}

.price-heading h2 {
    color: #3db4d1;
    font-size: 32px;
    font-weight: 300;
    margin: 0px;
    padding-bottom: 40px;
}

.price-table { 
  border-collapse: collapse;
  width: 100%;
}

.price-table td, .price-table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.price-table tr:nth-child(even){background-color: #f2f2f2;}

.price-table tr:hover { }

.price-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #3db4d1;
  color: white;
}

.price-table p {
    color: #000;
    font-size: 16px;
    padding: 20px 0px;
    font-weight: bold;
}

.price-table { 
    padding-bottom: 50px; 
}

/******** Responsive code starts here *******/
  
/************** ipad ***************/

@media (max-width: 1080px) {

  .price-service .button a.price-cta1, .price-service .button a.price-cta2 {
      margin: 0px 150px auto;
  }  
 
}

/************** ipad nd tab ***************/

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){


  .price-service .button a.price-cta1, .price-service .button a.price-cta2 {
      margin: 0px 85px auto;
  }
  
  
}

/************** iphone roatate***************/

@media (max-width: 767px) {

  .price-service .button a.price-cta1, .price-service .button a.price-cta2 {
      margin: 0px 60px auto;
  }
  
  
  
}

/************** iphone ***************/

@media (max-width: 479px) {


  .price-service .button a.price-cta1, .price-service .button a.price-cta2 {
      margin: 20px 0px auto;
      width: 100%;
  }
  
}







