@font-face {
    font-family: 'MontserratBold';
    src: url('assets/fonts/MontserratBold.eot');
    src: url('assets/fonts/MontserratBold.eot') format('embedded-opentype'),
         url('assets/fonts/MontserratBold.woff2') format('woff2'),
         url('assets/fonts/MontserratBold.woff') format('woff'),
         url('assets/fonts/MontserratBold.ttf') format('truetype'),
         url('assets/fonts/MontserratBold.svg#MontserratBold') format('svg');
}

.new-header .fl-node-content{
	background: none;
    padding-top: 20px;
    max-width: 700px;
    margin: 0 auto;
}
.new-header .fl-node-content .fl-html{
	text-align: center;
}

.new-header .fl-node-content h3,
.new-header .fl-node-content h1{
    font-size: 19px;
    text-align: center;
    text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.56);
}
.new-header .fl-node-content h1{
    font-size: 58px;
}
.button{
	    background: #f4eb00;
    color: #000 !important;
    font-size: 16px;
    height: 63px;
    display: inline-block;
    line-height: 63px;
    padding: 0 30px;
    margin: 20px auto 40px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.16);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.16);
}
.new-header .fl-node-content ul li{
	display: inline-block;
    position: relative;
    padding: 0 20px;
    font-family: 'MontserratBold';
}
.new-header .fl-node-content ul{
    padding-left: 0;
    margin-bottom: 30px;
}
.new-header .fl-node-content ul li:before{
    content: "";
    background: url(assets/images/check.png) no-repeat;
    position: absolute;
    left: 0;
    width: 15px;
    height: 13px;
    display: inline-block;
    top: 2px;
}
.new-header .fl-row-content-wrap:after{
    content: "";
    position: absolute;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 19%, rgba(0,0,0,0.65) 97%, rgba(0,0,0,0.65) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 19%,rgba(0,0,0,0.65) 97%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 19%,rgba(0,0,0,0.65) 97%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.new-header .fl-row-content{
     z-index: 20;
    position: relative;
}
.fl-photo-img-jpg{
    position: relative;
}
.before .fl-photo-content:before,
.after .fl-photo-content:after{
    content: 'Before';
    text-transform: uppercase;
    background: #d06f1f;
    color: #fff;
    font-size: 16px;
    height: 38px;
    position: absolute;
    display: block;
    -webkit-box-shadow: -3px 1px 0px 1px rgba(0,0,0,0.16);
    -moz-box-shadow: -3px 1px 0px 1px rgba(0,0,0,0.16);
    box-shadow: -3px 1px 0px 1px rgba(0,0,0,0.16);
    left: 20px;
    bottom: -15px;
    line-height: 38px;
    padding: 0 20px;
}
.after .fl-photo-content:after{
    content: "After";
    left: auto;
    right: 20px;
}
.fl-row.cont-row3{
     background: #f4eb00;
    max-width: 100%;
padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.fl-row.cont-row3 .fl-row-content-wrap{
        background: #f4eb00;
}
.fl-row.cont-row3 h3{
    text-align: center !important;
}
.fl-row.cont-row3 .fl-col-content{
     max-width: 570px;
    margin: 0 auto;
}
.cont-row2 .fl-node-content{
    background-color: transparent;
}
.cont-row3 input[type="text"],
.cont-row3 input[type="email"],
.cont-row3 textarea,
.new-cont select{

    background: #f4e000;
    border: 1px solid #000;
    border-radius: 0;
    height: 50px;
    padding: 0 20px;
    color: #000;
}
.cont-row3 textarea{
    height: 110px;
    line-height: 1em;
    padding: 20px;
}
.cont-row3 input::-webkit-input-placeholder,
.cont-row3 textarea::-webkit-input-placeholder {
  color: #000;
}
.cont-row3 input::-moz-placeholder,
.cont-row3 textarea::-moz-placeholder {
  color: #000;
}
.cont-row3 input:-ms-input-placeholder,
.cont-row3 textarea:-ms-input-placeholder {
  color: #000;
}
.cont-row3 input:-moz-placeholder,
.cont-row3 textarea:-moz-placeholder {
  color: #000;
}
.cont-row3 button[type="submit"]{
    font-family: 'MontserratBold';
    background: #2d2d2d;
    width: 100%;
    border: 1px solid #000000;
    border-radius: 0;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-transform: uppercase;
    font-size: 19px;
    box-shadow: none;
}
.cont-row3 button[type="submit"]:hover{
    background: none;
    color: #fff;
    transition:all .2s ease;
}
.cont-row3 .col-sm-6{
    text-align: left;
}
.new-cont p{
    font-size: 18px;
}
.new-cont a {
    color: #000;
}
.new-cont .fl-module-content{
     max-width: 980px;
    margin: 0 auto;
}
.new-cont.cont-row1 .fl-module-content{
        max-width: 955px;
}
.new-cont h3{
     font-size: 19px;
    margin: 0;
}
.new-cont h1{
     font-size: 48px;
     margin: 0 auto 30px;
}
.cont-row1{
    border-bottom: 1px solid #e8e8e8;
    max-width: 1300px;
    padding: 50px 0 30px;
    margin-bottom: 50px;
}
.cont-row1 .fl-row-content-wrap{
    max-width: 1032px;
    margin:  0 auto;
}
.cont-row3 .fl-module-heading h1.fl-heading{
     margin-bottom: 20px !important;
}
.new-cont .wpcf7 .row .col-sm-6:first-child{
    padding-right: 8px;
}
.new-cont .wpcf7 .row .col-sm-6:nth-child(2){
    padding-left: 8px;
}
.cont-row2 .fl-col-small:nth-child(1) .fl-photo-content{
    float: right;
}
.cont-row2 .fl-col-small:nth-child(2) .fl-photo-content{
    float: left;
}
.top-head{
    position: relative;
    background: rgba(0,0,0,0.5);
    z-index: 1031;
    color: #fff;
    padding: 10px 0;
}
.top-head .container{
    width: 100%;
}
.top-head a{
    color: #fff !important;
    text-decoration: none !important;
    border-bottom: 2px solid #f4eb00;

}
.top-head .left{
    float: left;
}
.top-head .right{
    float: right;
}

/*.wrap > .fl-builder-content .*/
.base-header-background {
    display: none;
}
@media screen and (max-width: 900px) {
    .navbar-brand .logogroup img {
        height: 40px;
        padding-left: 10px;
    }
}
@media screen and (max-width: 767px) {
    .navbar-brand .logogroup {
        flex-direction: row;
    }
    .navbar-brand .logogroup img {
        height: auto;
        padding-left: 10px;
    }
    .navbar-brand .logogroup .htalogo {
        height: 60px;
        padding-left: 0;
    }
    .fl-row[data-node] .fl-row-content-wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
    .testimonials-section blockquote{
        padding-left: 2%;
        padding-right: 2%;
        font-size: 16px;
    }
    .new-cont .wpcf7 .row .col-sm-6:first-child {
        padding-right: 15px;
    }
    .new-cont .wpcf7 .row .col-sm-6:nth-child(2) {
        padding-left: 15px;
    }
    .fl-col-content .footer-abs-text {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .fl-node-59c9ae3e2bb28.fl-module > .fl-module-content {
        margin: 0;
        padding: 0;
    }
    .fl-node-59c9a1e188e53.fl-module > .fl-module-content {
        margin-left: 0;
    }
    .new-header .fl-node-content h1,
    .new-cont h1 {
        font-size: 32px;
    }
    .new-header .fl-html {
        padding-top: 50px;
    }
    .cont-row1 {
        padding: 30px 0 20px;
        margin-bottom: 30px;
    }
    .fl-row.cont-row3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer-featured-text {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .top-head .left,
    .top-head .right {
        width: 100%;
        text-align: center;
    }
}
.main-nav-scrolled{
background: rgba(0,0,0,0.8) !important;
    padding-bottom: 15px; 
    margin-top: -70px;   
}
.main-nav-scrolled .navbar-nav>li>a{
        padding-top: 50px;
}
.ty-section{
        padding: 300px 0 150px;
}
.flatter-template .ty-section h2{
        margin-bottom: 40px;
}
.ty-section li{
    list-style: none;
    display: inline-block;
}
.ty-buttons{
        margin-top: 30px;
}
.flatter-template .ty-buttons .btn{
    height: 55px;
    padding: 0 22px;
    line-height: 55px;
    width: 100%;    
}
.page-id-1128 .navbar-default .navbar-collapse{
        background: #000;
}
#footer p{
    display: none;
}
body .gform_wrapper .top_label .gfield_label{
    display: none;
}
body .gform_wrapper input.large,
body .gform_wrapper textarea.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .medium.gfield_select{
    height: 52px;
    border-radius: 0;
    background: #d6ce17;
    border: none;
    box-shadow: none;
    color: #000;
    padding-left: 20px !important;  
    margin-bottom: 0;  
    outline: none;
        font-size: 14px !important;
}
.gform_wrapper .medium.gfield_select,
.gform_wrapper li.gfield select{
	width: 100% !important;
	text-indent: 10px;
}
@media only screen and (min-width: 641px){
	.gform_wrapper li.gfield select{
		width: 100% !important;
		text-indent: 10px;
	}
}
body .gform_wrapper textarea.large{
    height: 110px;
        padding-top: 15px;
}
body .gform_wrapper ul li.gfield.col-md-6{
    clear: none;
}
body .gform_wrapper .gform_footer input[type=submit]{
    font-size: 19px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    border-color: #000;
    width: 100%;
    padding: 0;
    background: #333;
    color: #fff !important;
    font-family: MontserratBold;
    height: 60px;
    line-height: 60px;  
    transition:all .2s ease;  
    outline: none;

}
body .gform_wrapper .gform_footer input[type=submit]:hover{
    background: #000;
}
body .gform_wrapper ul.gform_fields li.gfield.left-col{
    padding-left: 0;
}
body .gform_wrapper ul.gform_fields li.gfield.right-col{
    padding-right: 0;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}
body .gform_wrapper ul.gform_fields li.gfield{
    margin-top: 0;
    margin-bottom: 10px;    
}
body .gform_wrapper .gform_footer{
    margin-top: 0;
    padding-top: 0;
}
body .gform_wrapper form{
    padding-top: 30px;
}
body .gform_wrapper li.gfield.gfield_error, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    background: none;
    border: 0;
}
body .gform_wrapper div.validation_error{
    display: none;
}
body .gform_wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
body .gform_wrapper ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
body .gform_wrapper :-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
body .gform_wrapper :-moz-placeholder { /* Firefox 18- */
  color: #000;
}
body .gform_wrapper .top_label #field_2_7 .gfield_label{
    display: block;
}
body .gform_wrapper .top_label input.medium[type="file"]{
     width: 100%;
    font-size: 14px;   
}

@media only screen and (min-width: 641px){
    body .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0;
    }   
    body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        max-width: 100%!important;
    }
     body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half).right-col{
          max-width: 50% !important;
            padding-top: 0;  
     }
}
@media screen and (max-width: 767px){
    body .gform_wrapper ul.gform_fields li.gfield.right-col,
    body .gform_wrapper ul.gform_fields li.gfield.left-col{
            width: 50%;
    }
    body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half).right-col{
        padding: 0;
    }
}
@media screen and (max-width: 680px){
    .ty-section {
        padding: 200px 0 80px;
    }
    .flatter-template .ty-section h2{
        font-size: 38px;
        max-width: 320px;
        margin: 0 auto 30px;
        line-height: 40px;
    }    
}
@media screen and (max-width: 480px){
    .ty-section li{
        width: 100%;
    }
    .ty-section h4{
         max-width: 280px;
        margin: 0 auto;   
    }
    body .gform_wrapper ul.gform_fields li.gfield.right-col,
    body .gform_wrapper ul.gform_fields li.gfield.left-col{
            width: 100%;
            padding: 0;
    }
}
@media screen and (max-width: 370px){
    .flatter-template .ty-section h2{
        font-size: 30px;
        line-height: 35px;
    } 
}
.navbar-fixed-bottom,
.navbar-fixed-bottom #menu-static-footer{
    display: none !important;
}
.scroll-up{
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #2c2c2c;
    font-size: 10px;
    text-decoration: none;
    position: absolute;
    z-index: 1;
    bottom: 0;
    -webkit-box-shadow: 2px 2px 8px 0 rgba(39,34,35,0.1);
    -moz-box-shadow: 2px 2px 8px 0 rgba(39,34,35,0.1);
    box-shadow: 2px 2px 8px 0 rgba(39,34,35,0.1);
}
.scroll-up{
    width: 40px;
    height: 40px;
    left: auto;
    right: 0;
    bottom: 50px;
    position: fixed;
    z-index: 999999;
}
.thank-you-section{
    padding: 130px 5% 110px;
}
.thank-you-section .buttons-group{
    padding-top: 35px;
    margin-bottom: 40px;
    max-width: 620px;
}
.thank-you-section .buttons-group > .btn{
    margin-left: 4px;
    margin-right: 4px;
    padding: 17px;
}
.thank-you-section a:not(.btn):not(.scroll-down){
    text-decoration: underline;
    color: #000;
    text-transform: none;
    font-weight: 500;
}
.thank-you-section h2{
    font-size: 85px;
}
.header-overlay{
    height: 175px;
}
.imgs-list{
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.imgs-list > li{
    flex-basis: 25%;
}
.imgs-list img{
    width: 100%;
    height: 100%;
}
.imgs-list{
    color: #000;
}
.imgs-list .partner-info{
    padding-top: 27px;
    padding-bottom: 27px;
}
.patient-results  .results-section.fw{
    padding-top: 35px;
    border-top: 1px solid #ebebeb;
}
.team .signature{
    position: absolute;
    bottom: 0;
    right: 10%;
    width: 50%;
}
.team-lsit .short-desc{
    background: #1f1d1e;
    color: #fff;
}
.team-lsit .short-desc > .flex-row{
    height: 100%;
}
.team-lsit .short-desc a{
    border-bottom: 2px solid #fff000;
    text-decoration: none;
    color: #fff;
    -ms-align-self: flex-start;
    align-self: flex-start;
}
.team-lsit .short-desc > .flex-row{
    padding: 40px 35px;
}
.team-lsit .st-name{
    font-size: 48px;
    margin-bottom: 0;
    color: #fff;
    margin-top: 0;
}
.team-lsit .st-pos{
    color: #fae500;
}
.team-lsit img{
    width: 100%;
}
.staff-list .st-det{
    position: absolute;
    bottom: 30px;
    padding-left: 35px;
    padding-right: 35px;
}
.flex-row.collapsed > [class^=col-]{
    padding-left: 0;
    padding-right: 0;
}
.st-modal .modal-dialog{
    color: #2c2c2c;
}
.st-modal h3{
    font-size: 20px;
    font-weight: 800;
    margin-top: 0;
    line-height: 1.4em;
}
.list-items-6 > .item{
    flex-basis: 16.666%;
    cursor: pointer;
}

.pat-modal .modal-dialog{
     width: 100%;
    max-width: 1150px;
    color: #000;
}
.pat-results .results-section{
    border-top: none;
}
.pat-modal .modal-header{
    border-bottom: none;
    padding-top: 85px;
}
.pat-modal .modal-header h4{
    margin-bottom: 0;
}
.pat-modal .modal-body{
    padding: 20px 50px;
}
.pat-modal .modal-body .imgs-list > .fl-col-grow {
    margin: 0 5px 20px;
    flex:1;
}
.pat-modal .modal-footer{
    background-color: #fae500;
    padding: 25px 25px 25px 50px;
}
.pat-modal .modal-footer .btn{
    text-transform: uppercase;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0;
}
.pat-modal .close{
    font-size: 3em;
    line-height: 1;
    color: #000;
    top: 20px;
    right: 20px;
    position: absolute;
    opacity: 1;
}
.pat-modal .modale-slide{
    border: none;
    top: 50%;
}
.pat-modal .modale-slide.slide-prev{
    left: 0;
    transform: translateX(-50%);
}
.pat-modal .modale-slide.slide-next{
    right: 0;
    transform: translateX(50%);
    left: auto;
}
.navbar-static-top.alt,
.alt .navbar-static-top.main-nav-scrolled{
    background-color: #fff !important;
    color: #000;
}
.alt .navbar-static-top .navbar-nav li a{
    color: #181818;
}
.darklogo{
    display: none;
}
.alt .htalogo{
    display: none;
}
.alt .htalogo.darklogo{
    display: block;
}
.simple-page .simple-section{
    padding: 250px 0 65px;
}
.line-separator{
    border-right: 1px solid #d1d1d1;
}
.simple-sidebar{
    padding-left: 40px;
}
.simple-sidebar img{
    width: 100%;
    margin-top: 45px;
}
.contact-form-container{
    padding: 40px 50px;
    background-color: #fae500;
}
.contact-form-container form{
    padding-top: 40px;
}
.contact-form-container h4{
    margin-top: 0;
    margin-bottom: 5px;
}
.contact-form-container h3{
    font-size: 45px;
    margin: 0;
    letter-spacing: -4px;
}
.inner-content {
    padding: 40px 65px 40px 0;
}
.inner-content h2{
    font-size: 85px;
    line-height: 0.89;
    letter-spacing: -2px;
    margin-bottom: 50px;
}
.inner-content .lead{
    font-family:"MontserratBold";
    font-size: 24px;
    line-height: 1.4;
}
.inner-content p{
    margin-bottom: 30px;
}
.single-service-page .simple-section,
.process-page .simple-section{
    padding-bottom: 125px;
    position: relative;
}
.single-service-page .inner-content,
.process-page .inner-content{
    padding: 50px 50px 0 20px;
}
.single-service-page .line-separator,
.process-page .line-separator{
    border: 0;
}
.single-service-page .mega-day-content .col-lg-7,
.process-page .mega-day-content .col-lg-7{
    color: #fff;
    width: 50%;
}
.single-service-page .mega-day-content .cs{
     float: right;
    max-width: 33.333%;   
}
.single-service-page .simple-sidebar,
.process-page .simple-sidebar{
    padding-left: 0;
}
.single-service-page .fue-section,
.process-page .fue-section{
        padding: 0;
}
.single-service-page .fue-section .scroll-down,
.process-page .fue-section .scroll-down{
    display: none;
}
.process-page .contact-form-container,
.contact-form-container.side-2 {
    position: relative;
    margin-top: -420px;
    z-index: 102;
}
.phases-section-alt .flex-row > .col{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.phases-section-alt .phr-name{
    flex-grow: 1;
    margin-top: 15px;
}
.process-page .simple-section{
    position: relative;
}
.the-process.alt h4,
.phases-section-alt h4{
    color: #fae500;
}
.phase-box{
    background-color: #3e3e3e;
    margin-bottom: 15px;
}
.phases-section-alt .col{
    overflow: hidden;
}
.phases-section-alt .col > img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    transform: translateX(-50%) translateY(-50%);
}
.phase-info{
    padding: 25px 40px;
}
.phase-info h3{
    font-size: 44px;
}
.phase-box .flex-row{
    flex-direction: row;
    flex-wrap: nowrap;
}
.phase-box .flex-col-4{
    padding: 0;
    width: 33.333333%;
    overflow: hidden;
    position: relative;
    background-color: #404040;
}
.phase-box .flex-col-8{
    width: 66.6666666667%;
}
.phase-img img{
    width: 100%;
}
.phase-img-caption{
    padding: 40px 25px;
    font-size: 13px;
}
.phase-box ul{
    padding-left: 25px;
    counter-reset: my-badass-counter;
    list-style-type: none;
}
.phase-box li{
    position: relative;
    padding-left: 30px;
}
.phase-box li:before {
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    position: absolute;
    left: 0;
    top: 0;
    font-family:"Montserrat-Bold";
    color: #fae500;
}
.team-section .al-s-bottom{
        background-color: #2c2c2c;
}
.phase-img{
    height: 100%;
}
.phase-img img{
    height: 100%;
    object-fit: cover;    
}
.process-page .fue-section .container-fluid,
.single-service .fue-section .container-fluid{
    display: none;
}
@media (max-width: 1501px){
    .team-lsit .st-name{
        font-size: 32px;
    }
    .team-lsit .short-desc > .flex-row{
        padding: 20px;
    }
    .team-lsit .short-desc > .flex-row p{
        line-height: 1.3;
    }
}
@media (max-width: 1201px){
    .patient-results .results-section.fw .col-lg-6 {
        width: 50%;
        float: left;
     padding: 0 5px;
    }
    .team-lsit .col-lg-3{
        float: left;
        width: 25%;
    }
    .simple-section .col-md-8{
            width: 60%;
    }
    .simple-section .col-md-4{
            width:40%;
    }
}
@media screen and (max-width: 1023px){
    .team-lsit .col-lg-3.short-desc{
            width: 75%;
    }
    .single-service-page .mega-day-content .col-lg-7, .process-page .mega-day-content .col-lg-7{
        width: 74%;
        max-width: 74%;
    }
    .team-lsit .st-name{
            font-size: 30px;
            line-height: 30px;
    }
    .flatter-template h4{
        font-size: 11px;
    }
    .staff-list .st-det{
        padding-left: 20px;
        padding-right: 20px;    
    }
    .team-lsit img{
        height: 100%;
     object-fit: cover;    
    }
    .team-lsit .short-desc > .flex-row{
        display: block;
    }
    .team-lsit .pat-modal img{
        margin-bottom: 20px;
    }
    .header-overlay{
        height: 155px;
    }
    .thank-you-section{
        padding-top: 75px;
        padding-bottom: 70px;
    }
}
@media screen and (max-width:1280px) and (min-width: 991px){
    .banner-v2 .mega-day-content.fl-slide-right .contact-section h2{
            font-size: 35px;
    }
    .single-service-page .mega-day-content .contact-section .cs {
        
        max-width: 40%;
    }
}
@media screen and (max-width: 991px){
    .simple-section .col-md-4 {
        width: 100%;
    }
    .simple-section .col-md-8{
            width: 100%;
            border: 0;
    }
    .simple-section .col-md-8 .inner-content{
          padding: 50px 0 0;
    }
    .simple-page .simple-section .contact-form-container,
    .process-page .contact-form-container{
        display: none;
    }
    .single-service-page .simple-section, .process-page .simple-section{
            padding-bottom: 30px;
    }
    .simple-sidebar img{
        margin-top: 0;
    }
    .list-items-6 > .item{
        flex-basis: 25%;
    }

}
@media screen and (max-width: 767px){
    .thank-you-section h2{
        font-size: 48px;
    margin-top: 0;
    line-height: 48px;
    
    }
    .results-section.thank-you-section .row{
        margin: 0 auto;
/*        padding: 0 20px;*/
    }
    .patient-results .results-section.fw .row{
        padding: 0;
    }
    .patient-results .results-section{
        border-top: 0;
    }
    .imgs-list .partner-info{
         font-size: 13px;
    line-height: 17px;   
    }
    .results-section.thank-you-section{
        padding-bottom: 30px;
            padding-top: 30px;
    }
    .pat-modal .modal-body ,
    .pat-modal .modal-footer{
        padding: 20px;
    }
    .team-lsit  .col-lg-3{
        width: 25%;
    }
    .team-lsit .flex-row:first-child .col-lg-3{
            width: 35%;
    }
    .team-lsit .flex-row:first-child .col-lg-3.short-desc{
            width: 65%;
    }
    .st-modal h3{
        font-size: 14px;
    }
    .simple-page .simple-section{
        padding-top: 200px;
            padding-bottom: 20px;
    }
    .phase-info h3 {
        font-size: 32px;
        margin-top: 0;
    }
    .phase-info {
        padding: 25px 10px;
    }
}
@media screen and (max-width: 680px){
    .simple-section .col-md-8 .inner-content {
        padding: 0;
    }
    .team .flatter-template .fl-builder-content-primary .fl-row-content-wrap{
            height: auto;
    }
    .team .flatter-template .mega-day-content .btn{
            width: 100%;
    }
    .team-lsit .st-name {
        font-size: 16px;
        line-height: 18px;
    }
    .inner-content h2{
         font-size: 54px;
        line-height: 44px;   
    }
    .inner-content .lead{
        font-size: 16px;
    }
    .flatter-template .the-process.alt h2{
            margin: 0 auto 20px;
    }

}
@media screen and (max-width: 640px){
    .phase-box .flex-row{
        display: block;
    }
    .phases-section-alt .flex-row > .col{
        width: 100%;
    }
}
@media screen and (min-width: 481px){
    .staff-list .col-lg-4{
            width: 33.3%;
    }
}
@media screen and (max-width: 480px){
    .flatter-template .fue-section  .btn{
       width: 100%;
    }
    .team-lsit .flex-row:first-child .col-lg-3.short-desc {
        width: 100%;
    }
    .patient-results .results-section.fw .col-lg-6.fl-slide-right{
        width: 100%;
    }
    .pat-modal .modal-footer .btn{
        padding: 0;
        width: 100%;    
    }
    .pat-modal .modal-header{
        padding-top: 50px;
    }
    .team-lsit .col-lg-3{
        width: 50%;
    }
    .team-lsit .col-lg-3.short-desc{
            width: 100%;
    }
    .team-lsit .flex-row:first-child .col-lg-3{
            width: 100%;
    }
}

.gallery-modal{
    background: #fff;
    max-width: 85%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 999999;
    display: none;
      padding: 100px 0 0;
}
.gallery-modal .img .before,
.gallery-modal .img .after{
    float: left;
    width: 50%;
    padding: 0 5px;
    position: relative;
    overflow: hidden;
}
.gallery-modal .img img{
    width: 100%;
}
.gallery-modal .img .before{
    padding-left: 0;
}
.gallery-modal .img .after{
    padding-right: 0;
}
.gallery-modal .img {
     float: left;
    width: 100%;
    margin-bottom: 20px;   
}
.gal-top{
    text-align: center;
    margin-bottom: 30px;
}
.gallery-modal ul{
    margin: 0 auto;
    padding: 0 40px;
}
.gallery-modal ul li{
    list-style: none;
}
.info-close{
    font-size: 100px;
    color: #000;
    font-weight: normal;
    position: absolute;
    top: -30px;
    right: 30px;    
    cursor: pointer;
}
.info-close:hover,
.info-close:focus{
    color: #000;
    opacity: 0.8;
    border: 0;
    text-decoration: none;
}
.gallery-modal h4,
.modal-header h4{
    letter-spacing: 2px;
}
.flatter-template .gallery-modal .slick-prev {
    left: -10px;
}
.flatter-template .gallery-modal .slick-next {
      right: -10px;
    left: auto;
}
.gall-btm{
     background: #fae500;
    padding: 30px 40px;  
        float: left;
    width: 100%; 
}
.gallery-modal .gall-btm h4{
    letter-spacing: 1px;
    float: left;
    margin-top: 30px;
}
.gall-btm a{
        float: right;
    margin-bottom: 0;
}
.imgs-list > li > img{
    cursor: pointer;
}
.phases-section-alt .phase-box:nth-child(4) .phase-img{
    height: 100%;
}
.process-page .flatter-template .fl-row-full-height .fl-row-content-wrap{
        min-height: 700px;
}
body.clients .amsclogo, body.cosmetic-injections-dermal-fillers .htalogo, body.ear-lobe-repair .htalogo, body.gynaecomastia .htalogo, body.hairtransplantaustralia .amsclogo, body.liposuction .htalogo, body.male-health-services .htalogo, body.otoplasty .htalogo, body.platelet-rich-plasma-injections .htalogo{
    display: block;
}
 body.cosmetic-injections-dermal-fillers .htalogo.darklogo, 
 body.ear-lobe-repair .htalogo.darklogo, 
 body.gynaecomastia .htalogo.darklogo,
body.liposuction .htalogo.darklogo, 
body.male-health-services .htalogo.darklogo, 
body.otoplasty .htalogo.darklogo, 
body.platelet-rich-plasma-injections .htalogo.darklogo{
    display: none;
}
body.fl-builder.process-page header.v2 .navbar,
body.fl-builder.single-service-page header.v2 .navbar{
    background: none;
}
.flatter-template .gall-btm .btn-grey:hover{
    background: #fff;
    color: #000;
    border-color:#fff;
}
.header-top .list-inline.check-list.desk{
    display: flex;
    margin-bottom: 0;
}
.header-top .list-inline li{
    color: #fff;
      
}
.header-top .list-inline.check-list.desk li{
      flex: 1 0 auto;
}
.gallery-slider p{
        padding: 10px 0;
        float: left;
    margin-bottom: 20px;
}
.gallery-slider .gal-top p{
    float: none;
    padding: 0;
}
.single-service-page .banner-container .fl-row-content-wrap:after{
    content: "";
    background-color:rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.mega-day-content{
        z-index: 1;
}
.pat-results .gallery-modal{
    top: 0;
    transform: translateX(-50%);
}
.menu-hide{
    display: none;
}
.single-service-page .menu-hide{
    display: inline-block;
}
.single-service-page .menu-show{
    display: none;
}
.phases-section .col img{
            height: 282px;
    object-fit: cover;
    }
.error404 .results-section .container-fluid{
    padding: 0;
}
@media screen and (max-width: 1299px){
    .single-service-page .banner-v2 .mega-day-content.fl-slide-right .cont-wrap h2{
            font-size: 54px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1120px){
    .banner-v2 .mega-day-content.fl-slide-right .contact-form-container h2{
        font-size: 40px;
    }
    .contact-form-container .gform_wrapper{
        margin: 0;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1090px){
    .phases-section .col .phr-name{
        height: 85px;
    }
    .header-top .list-inline li{
            margin-left: 4px;
    margin-right: 4px;
    }
}
@media screen and (min-width: 992px){
    .page-id-1270 .cont-wrap,
    .page-id-1273 .cont-wrap,
    .page-id-1275 .cont-wrap,
    .page-id-1266 .cont-wrap{
        padding-top: 150px;
    }
    .error404.flatter-template .ty-section h2{
        font-size: 150px;
    }
}
@media screen and (max-width: 768px){
    .gallery-modal .img .before, .gallery-modal .img .after{
        height: 300px;
    }
    .gallery-modal .img .before img, .gallery-modal .img .after img{
        height: 300px;
        width: 100%;
        object-fit:cover;
    }
    .flatter-template .gallery-modal h2 {
        font-size: 46px;
        margin-bottom: 0;
        line-height: 46px;
        margin-top: 0;
    }
}
@media screen and (min-width: 768px){
    .header-top .list-inline.check-list.mob{
        display: none;
    }
}
@media screen and (max-width: 767px){
    .header-top .list-inline.check-list.desk{
        display: none;
    }
	.brand{
		font-size:15px;
	}
   

}
@media screen and (min-width: 681px){
    .process-page .mega-day-content .col-lg-4{
        max-width: 800px;
    }
}
@media screen and (max-width: 480px){
     .gallery-modal .img .before, .gallery-modal .img .after,
     .gallery-modal .img .before img, .gallery-modal .img .after img{
        height: 250px;
    } 
    .gallery-modal .img .before, .gallery-modal .img .after{
        width: 100%;
            padding: 10px 0;
    }
    .gallery-modal ul{
        padding: 0 20px;
    }
    .flatter-template .gall-btm .btn{
        width: 100%;
    }
    .info-close{
            top: 30px;
            font-size: 60px;
    }
    .gallery-modal{
        padding-top: 50px;
    }
    .phases-section .col img{
            height: 160px;
    }
	.brand{
		font-size:12px;
	}
}
.error404 .fl-animation{
    opacity: 1 !important;
}
.modal.freeconsult-modal{
    max-width: 768px;
    background-color: #FFE100;
    margin: 0 auto;
    text-align: center;
        color: #000;
        font-family: Avenir;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.5em;
    zoom: 0.8;
        height: auto;
    position: absolute;
    bottom: auto;
    top: 0;
        z-index: 99999;
        margin-top: 150px;
}
.freeconsult-modal .inner{
        padding: 90px;
}
.flatter-template .freeconsult-modal h1{
        font-size: 64px;
    font-weight: 900;
    letter-spacing: -3.19px;
    font-family: Avenir;
    line-height: 1;
    margin-bottom: 30px;
}
body .freeconsult-modal .gform_wrapper form {
    padding-top: 10px;
}
body .freeconsult-modal .gform_wrapper{
    margin-bottom: 0;
}
body .freeconsult-modal .gform_wrapper form input,
body .freeconsult-modal .gform_wrapper form select{
    background-color: rgba(0,0,0,0.13);
    border: 0;
    height: 60px;
    padding: 0 20px !important;
    width: 100% !important;
}
body .freeconsult-modal .gform_wrapper form input::-webkit-input-placeholder{
  color: #000 !important;
}
body .freeconsult-modal .gform_wrapper form input::-moz-placeholder {
  color: #000 !important;
}
body .freeconsult-modal .gform_wrapper form input:-ms-input-placeholder{
  color: #000 !important;
}
body .freeconsult-modal .gform_wrapper form input:-moz-placeholder{
  color: #000 !important;
}
body .freeconsult-modal .gform_wrapper form select{
        -webkit-appearance: none;
}
.freeconsult-modal .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label{
    display: none;
}
.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options{
       border-color: #000000;
    border-radius: 0;
    font-family: Avenir;
    font-size: 20px;
    text-shadow: none;
}
.dk-select-options .dk-option-highlight{
        background-color: #000000;
}
.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before{
        border-bottom-color: #000;
}
body .freeconsult-modal .gform_wrapper .gform_footer input[type=submit]{
       background-color: #000000;
    height: 87px;
    font-size: 28px;
        margin: 0;
}
.freeconsult-modal .gform_wrapper .medium.gfield_select{
    background: none;
    padding-left: 0 !important;
}
.freeconsult-modal .dk-selected{
    border: 0;
    border-radius: 0;
    background-color: rgba(0,0,0,0.13);
    height: 60px;
    width: 100%;
    line-height: 60px;
    font-family: Avenir;
    font-size: 20px;
    font-weight: normal;
        text-shadow: none;
}
.dk-selected:before{
    border-top-color:#000;
}

.dk-selected:after{
    display: none;
}
.bottom-social{
        display: flex;
    background: #fff;
    padding: 60px;
    justify-content: center;
}
.bottom-social li{
    list-style: none;
        padding: 0 10px;
        display: flex;
    align-items: center;
}
.bottom-social li a{
    color: #000;
    display: flex;
    align-items: center;
}
.bottom-social li a{
    text-decoration: none;
}
.bottom-social li a img{
        padding-right: 15px;
    width: 52px;
}
.freeconsult-modal .gform_wrapper .gform_footer{
    padding-bottom: 0;
}
.freeconsult-modal .close{
    font-size: 92px;
    color: #000;
    opacity: 1;
    font-family: Avenir;
    font-weight: normal;
    right: 20px;
    position: absolute;
}
*{
    outline: none;
}
.modal-overlay{
       z-index: 9999;
}
body #gappointments_calendar{
    width: 100%
}
body .ga_appointments_calendar_header, .ga_monthly_schedule_wrapper table thead, body .ga_monthly_schedule_wrapper table thead th{
          background: #000 !important;
}
body .ga_appointments_calendar_header h3{
    font-family: Avenir;
}
body .ga_appointments_calendar_header h3, body .ga_appointments_calendar_header .arrow-left, body .ga_appointments_calendar_header .arrow-right, body .ga_monthly_schedule_wrapper thead th{
        text-shadow: none;
}
body .ga_appointments_calendar_header{
        border-top-left-radius: 0;
    border-top-right-radius: 0;
}
body .ga_monthly_schedule_wrapper td {
    background: #dec406 !important;
}
body .ga_wrapper_small .ga_monthly_schedule_wrapper td.day_available, body .ga_wrapper_medium .ga_monthly_schedule_wrapper td.day_available, body .ga_wrapper_large .ga_monthly_schedule_wrapper td.day_available {
    background: #c5ae03 !important;
}
body .ga_monthly_schedule_wrapper td {
    color: #000 !important;
        border-color: rgba(0, 0, 0, 0.07) !important;
}
body .ga_wrapper_small .ga_monthly_schedule_wrapper td.ga_today span, body .ga_wrapper_medium .ga_monthly_schedule_wrapper td.ga_today span, body .ga_wrapper_large .ga_monthly_schedule_wrapper td.ga_today span {
    border: 2px solid #000000 !important;
}
body .ga_wrapper_small .ga_monthly_schedule_wrapper td.day_available:hover span, body .ga_wrapper_small .ga_monthly_schedule_wrapper td.selected span, body .ga_wrapper_medium .ga_monthly_schedule_wrapper td.day_available:hover span, body .ga_wrapper_medium .ga_monthly_schedule_wrapper td.selected span, body .ga_wrapper_large .ga_monthly_schedule_wrapper td.day_available:hover span, body .ga_wrapper_large .ga_monthly_schedule_wrapper td.selected span {
    background: #000000 !important;
    border: 2px solid #000000 !important;
}
body .ga_monthly_schedule_wrapper td.calendar_slots {
    background: #000000 !important;
}
body .ga_monthly_schedule_wrapper td.selected:after {
    border-color: #c5ae01 transparent transparent transparent !important;
}
body #gappointments_calendar_slots .calendar_time_slots .slots-title, body #no_time_slots span {
    color: #fff !important;
        font-family: Avenir;
}
body #gappointments_calendar_slots label.time_slot {
    color: #000000 !important;
}
body #gappointments_calendar_slots label.time_selected div {
    background: #c5ae01 !important;
    text-shadow: none;
}
body #gappointments_calendar_slots label.time_selected div {
    color: #000000 !important;
}
body .gform_wrapper .top_label .datetime .gfield_label{
        display: block;
    font-family: Avenir;
    font-size: 20px;
    font-weight: 300;
    margin: 30px 0 10px;
}
.gform_wrapper .datetime  .gfield_required{
    display: none;
}
p.head-team-details{
    color: #fff;
    position: absolute;
    width: 280px;
    left: 10%;
    bottom: 0%;
}
p.staff-details{
    color:#fff;
}
@media screen and (min-width: 1100px){
    
    .flatter-template{
        zoom:0.9;
    }
}
@media screen and (min-width: 1500px){
    
    .flatter-template{
        zoom:0.96;
    }
    
}
@media screen and (min-width: 1700px){
    
    .flatter-template{
        zoom:1;
    }
    
}
@media screen and (min-width: 681px){
    .home .mega-day-content h2 {
    font-family: MontserratBold;
    font-size: 75px;
    line-height: .9;
    letter-spacing: -3px;
    text-transform: none;
    font-weight: 300;
	}
}
@media screen and (min-width: 641px){
    .freeconsult-modal div.ginput_container_name span,
    .freeconsult-modal .gform_wrapper .top_label li.gfield.gf_left_half, .freeconsult-modal .gform_wrapper .top_label li.gfield.gf_right_half{
            padding-right: 4px !important;

    }
    .freeconsult-modal div.ginput_container_name span.name_last{
        padding-right: 0 !important;
        padding-left: 4px !important;
    }
    .freeconsult-modal .gform_wrapper .top_label li.gfield.gf_right_half{
        padding-right: 0 !important;
        padding-left: 4px !important;  
    }
    .freeconsult-modal div.ginput_complex.ginput_container.gf_name_has_2 span{
            width: 48.555%;
    }
    .freeconsult-modal .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, 
    .freeconsult-modal .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half{
            max-width: 100%;
   
        margin-right: 0;
    }
}
@media screen and (max-width: 639px){
    #field_3_7 input{
        margin-top: 8px;
    }
    .bottom-social {
            zoom: 0.6;
    }
}
@media screen and (max-width: 480px){
    .freeconsult-modal .inner {
        padding: 60px 40px 40px;
    }
    .flatter-template .freeconsult-modal h1{
            font-size: 36px;
                letter-spacing: -1px;
                    max-width: 340px;
        margin: 0 auto 30px;
    }
    .freeconsult-modal .close{
        font-size: 52px;
    }
    body .freeconsult-modal .gform_wrapper .gform_footer input[type=submit]{
        height: 60px;
    font-size: 20px;    
    }
    .bottom-social {
            zoom: 0.5;
    }
}
@media screen and (max-width:375px){
	.brand{
		font-size:7px;
		margin-bottom:0;
	}
}
.fl-node-60cabcb072ea7{
    margin-top:100px;
}
/*.fl-node-596ecc9e22479, .fl-node-596ecccca9d14{
    display:none;
}*/
.staff-list img, .fl-photo-crop-circle img{
    filter: grayscale(1);
}
.page-id-9 .image-circle-container img{
    height: 214px;
}
div#adam-h,div#anton-h,div#adam-circle,div#anton-circle{
    display: none;
}
@media screen and (max-width:480px){
    .page-id-9 .image-circle-container img{
        height: 132px;
    }
}
.fl-module.fl-module-rich-text.fl-node-596eecd9964a0{
    display: none !important;
}