/*MAIN CSS*/
/*\\\\\\\\\\\\\*/
/*=================*/



@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital@0;1&display=swap');

/*
Light 300
Regular 400
Medium 500
Semi-bold 600
Bold 700
*/



@font-face {
    font-family: 'Damion-Regular';
    src: url(../fonts/Damion-Regular.ttf);
    font-display: swap;
}
@font-face {
    font-family: 'League-Gothic-Condensed-Italic';
    src: url(../fonts/LeagueGothic-CondensedItalic.otf);
    font-display: swap;
}

@font-face {
    font-family: 'League-Gothic-Condensed-Regular';
    src: url(../fonts/LeagueGothic-CondensedRegular.otf);
    font-display: swap;
}

@font-face {
    font-family: 'League-Gothic-Italic';
    src: url(../fonts/LeagueGothic-Italic.otf);
    font-display: swap;
}

@font-face {
    font-family: 'League-Gothic-Regular';
    src: url(../fonts/LeagueGothic-Regular.otf);
    font-display: swap;
}
@font-face {
    font-family: 'MrDafoe-Regular';
    src: url(../fonts/MrDafoe-Regular.ttf);
    font-display: swap;
}
@font-face {
    font-family: 'Muli-Regular';
    src: url(../fonts/Muli-Regular.ttf);
    font-display: swap;
}






body{
    background-color: #fff;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}
/* ================= normalizing =============*/

a,h1,h2,h3,h4,h5,h6,ul,li,ol,span,p,input{
    padding: 0;
    margin: 0;
    outline: none;
    text-decoration: none!important;
    color: #000;
    list-style: none;
}
img{width: 100%;}
input[type="number"]{
    appearance:textfield;
    -webkit-appearance:textfield;
    -moz-appearance:textfield;
    -ms-appearance:textfield;
    -o-appearance:textfield;
}
::selection {background: #222;color: #2ebddb;}
::-moz-selection {background: #222;color: #2ebddb;}
::-webkit-selection {background: #222;color: #2ebddb;}
/*=========  end ===============*/

/*      Common Styles   */
.master_wrap{
    /* max-width: 1440px; */
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.ease,a,input,button{
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.container{
    max-width: 1480px;
}

#nav-icon {
    z-index: 999;
    margin: 0;
    width: 35px;
    height: 24px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    display: none;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg );
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg );
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 0px;
}
#nav-icon span:nth-child(2) {
    top: 10px;
}
#nav-icon span:nth-child(3) {
    top: 21px;
}
#nav-icon.open span:nth-child(1) {
    top: 10px;
    width: 100%;
    -webkit-transform: rotate(135deg );
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg );
}
#nav-icon.open span:nth-child(2) {
    opacity: 0;
    width: 100%;
    right: 60px;
}
#nav-icon.open span:nth-child(3) {
    top: 10px;
    width: 100%;
    -webkit-transform: rotate(-135deg );
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg );
}

/* =============== end ============*/

.header_section .container {
    width: 100%;
    max-width: 1450px;
}
.header_section {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99998;
    padding: 20px 0;
    padding-bottom: 30px;
    -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.header_section.fixed {
    background: #014d52;
}
.header_section.fixed .header_social a,
.header_section.fixed .header_contact a {
    color: #e6c78b;
}
.header_section.fixed .header_social a:hover,
.header_section.fixed .header_contact a:hover{
    color: #ff007e;
}

.header_section ul li {
    display: inline-block;
    padding: 0 7px;
}
.header_section ul li a {
    color: #fff;
    font-size: 20px;
}
.header_section .container .col:first-child, 
.header_section .container .col:last-child {
    max-width: 135px;
    display: flex;
    min-height: 100%;
    align-items: center;
}
.menu_wrp {
    margin-bottom: -15px;
}
.header_section .container .col:first-child{
    border-right: 1px solid #e6c78b;
}
.header_section .container .col:last-child{
    border-left: 1px solid #e6c78b;
}
.header_logo_wrp {
    width: 90%;
    max-width: 330px;
    margin: 0 auto;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.header_section.fixed .header_logo_wrp {
	opacity: 0;
    margin-top: -85px;
	visibility: hidden;
}
.header_menu_wrp {
    text-align: center;
}
.menu_wrp .header_social,
.menu_wrp .header_contact{
    display: none;
}
.menu_wrp ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 22px;
    position: relative;
}
.menu_wrp ul li a{
    font-size: 23px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'League-Gothic-Regular';
    letter-spacing: 1px;
}
.menu_wrp ul li a:hover,
.header_section ul li a:hover{
    color: #ff007e;
}
.menu_wrp ul li ul {
    position: absolute;
    top: 100%;
    z-index: 9;
    min-width: 250px;
    padding-top: 25px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.menu_wrp ul li:hover ul{
    opacity: 1;
    visibility: visible;
    padding-top: 15px;
}
.menu_wrp ul li ul li {
    padding: 0;
    display: block;
    text-align: left;
}
.menu_wrp ul li ul li a {
    display: block;
    background: #e6007e;
    padding: 4px 15px;
    white-space: nowrap;
    color: #fff !important;
}
.menu_wrp ul li ul li a:hover{
    background: #ff018c;
}
.home_banner_inner {
    position: relative;
    height: 100vh;
    z-index: 1;
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-end;
}
.home_banner_inner:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #000000;
    opacity: 0.55;
}
.home_banner_content {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 15px;
    padding-bottom: 15vh;
}
.home_banner_content h1{
    color: #ff007e;
    font-family: 'Damion-Regular';
    font-size: 42px;
    padding-bottom: 15px;
}
.home_banner_content h2 {
    color: #fff;
    font-family: 'League-Gothic-Regular';
    text-transform: uppercase;
    font-size: 80px;
    max-width: 500px;
    line-height: 0.9;
}
.about_tabs_section {
    padding: 80px 0;
}
.about_tabs_section .container {
    max-width: 1380px;
}
.about_tabs_section h2{
    font-family: 'League-Gothic-Regular';
    font-size: 60px;
    color: #e6007e;
    text-transform: uppercase;
        max-width: 375px;
}
.about_tabs_section .nav{
    padding-bottom: 35px;
}
.about_tabs_section .nav li a{
    color: #014d52;
    font-size: 27px;
    font-family: 'Damion-Regular';
    margin-right: 50px;
    padding-bottom: 7px;
    display: block;
    line-height: 1;
    position: relative;
}
.about_tabs_section .nav li a:after{
    content: "";
    position: absolute;
    background: #ff007e;
    height: 2px;
    width: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.about_tabs_section .nav li a.active{
    color: #ff007e;
}
.about_tabs_section .nav li a.active:after{
    width: 100%;
}
.about_tabs_section .tab-content p{
    color: #343433;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 15px;
}
.about_tabs_section .tab-content a {
    background: #ff007e;
    color: #fff;
    font-family: 'League-Gothic-Regular';
    font-size: 23px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    margin-top: 25px;
    letter-spacing: 1px;
}
.find_out_grid_section{
    padding: 50px 0;
    background: #fee6e6;
    z-index: 1;
    position: relative;
}
.find_out_grid_section:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: url(../images/loves_bg.png);
    background-repeat: repeat;
}
.find_out_grid_inner{
    padding: 37% 0;
    width: 100%;
    position: relative;
    z-index: 1;
}
.find_out_grid_each{
    margin: 20px 0;
}
.find_out_grid_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 30px;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.find_out_grid_inner:hover .find_out_grid_content{
    margin-top: 0px;
    opacity: 1;
}
.find_out_grid_content h4{
    color: #e6007e;
    font-size: 45px;
    font-family: 'Damion-Regular';
    line-height: 1;
}
.find_out_grid_content a{
    font-family: 'League-Gothic-Regular';
    font-size: 60px;
    line-height: 1;
    color: #e6007e;
}
.find_out_grid_each h3{
    color: #e6007e;
    font-size: 45px;
    font-family: 'Damion-Regular';
    line-height: 1;
    padding-top: 10px;
}
.find_out_grid_section .row {
    margin-right: -10px;
    margin-left: -10px;
}
.find_out_grid_section .row .col {
    padding: 0 10px;
}
.find_out_grid_section .row + .row {
    margin-right: -7px;
    margin-left: -7px;
}
.find_out_grid_section .row + .row .col {
    padding: 0 7px;
}
.hair_loss_training_section{
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.hair_loss_training_wrp{
    position: relative;
    z-index: 1;
    padding: 65px 50px;
}
.hair_loss_training_wrp:after {
    position: absolute;
    background: #000;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.15;
    z-index: -1;
}
.hair_loss_training_inner{
    max-width: 500px;
}
.hair_loss_training_section .hair_loss_training_inner h2{
    font-family: 'Damion-Regular';
    font-size: 50px;
    line-height: 1;
    padding-bottom: 15px;
    color: #fff;
    text-align: left;
    text-transform: none;
}
.hair_loss_training_inner h3 {
    color: #fff;
    font-family: 'League-Gothic-Regular';
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 15px;
}
.hair_loss_training_inner p {
    color: #fff;
    padding-bottom: 25px;
    font-size: 21px;
    max-width: 425px;
}
.hair_loss_training_inner a{
    background: #ff007e;
    color: #fff;
    font-family: 'League-Gothic-Regular';
    font-size: 23px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    margin-top: 10px;
    letter-spacing: 1px;
}
.review_slider_section{
    padding: 50px 0;
    padding-top: 35px;
    text-align: center;
}
.review_slider_section h2{
    color: #e6007e;
    font-family: 'Damion-Regular';
    font-size: 45px;
    padding-bottom: 10px;
}
.review_slider_section h6{

}
.review_slider_section i.fa-star{
    color: #f2d490;
}
.review_slider_home .slick-list {
    margin: 0 -20px;
}
.review_slider_each_item{
    padding: 0 20px;
}
.review_slider_each_inner {
    border-bottom: 2px solid #ff007e;
    padding: 15px;
    padding-bottom: 75px;
    position: relative;
    min-height: 290px;
}
.review_slider_each_inner h3{
    color: #014d52;
    font-size: 30px;
    font-family: 'League-Gothic-Regular';
    text-transform: uppercase;
    padding-bottom: 15px;
}
.review_slider_each_inner p{
    padding-bottom: 15px;
    color: #343433;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.review_slider_each_inner h6 {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 45px;
    font-size: 14px;
}
.review_slider_home {
    padding: 0 50px;
    padding-top: 15px;
}
.review_slider_home .slick-prev, 
.review_slider_home .slick-next{
    width: 38px;
    height: 38px;
    background: #ff007e;
    border-radius: 50%;
    opacity: 1;
    margin-top: -35px;
    z-index: 9999;
}
.review_slider_home .slick-prev:hover, 
.review_slider_home .slick-next:hover{
    background: #e6c78b;
}
.review_slider_home .slick-prev{
    left: 0;
}
.review_slider_home .slick-next{
    right: 0;
}
.review_slider_home .slick-next:before{
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    opacity: 1;
}
.review_slider_home .slick-prev:before{
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    opacity: 1;
}
.review_slider_home .slick-prev:before,
.review_slider_home .slick-next:before{
    width: 38px;
    height: 38px;
    display: block;
    line-height: 38px;
    text-align: center;
}
.review_slider_wrp a {
    background: #ff007e;
    color: #fff;
    font-family: 'League-Gothic-Regular';
    font-size: 23px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    margin-top: 50px;
    letter-spacing: 1px;
}

.our_gallery_section {
    padding: 50px 0;
    background: #fee6e6;
    z-index: 1;
    position: relative;
    text-align: center;
}
.our_gallery_section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: url(../images/loves_bg.png);
    background-repeat: repeat;
}
.our_gallery_section h2{
    font-size: 45px;
    color: #e6007e;
    font-family: 'Damion-Regular';
    padding-bottom: 15px;
}
.our_gallery_section h5{
    font-size: 21px;
    color: #014d52;
    font-family: 'League-Gothic-Regular';
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 35px;
}
.our_gallery_section h5 i{
    color: #014d52;
    font-size: 21px;
    -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.our_gallery_section ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
    padding-bottom: 15px;
}
.our_gallery_section ul li{
    width: 20%;
    padding: 4px;
}
.our_gallery_section li .insta_pic {
    background: #fff;
    padding: 50%;
    line-height: 1;
    position: relative;
    display: block;
}
.our_gallery_section li .insta_pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.our_gallery_section h4{
    font-size: 27px;
    color: #e6007e;
    font-family: 'Damion-Regular';
    padding-top: 15px;
}
.our_gallery_section h4 a{
    background: #ff007e;
    color: #fff;
    font-family: 'League-Gothic-Regular';
    font-size: 23px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    letter-spacing: 1px;
}
footer{
    padding: 85px 0;
    background: #014d52;
}
footer {

}

.inner_banner_section{
    padding: 40px 50px;
    padding-bottom: 0;
}
.inner_banner_inner {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    position: relative;
    height: 500px;
    z-index: 1;
    display: flex;
    align-items: center;
}
.inner_banner_inner:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #1f1f1f;
    opacity: 0.28;
    z-index: -1;
}
.header_section.inner_page {
    background: #014d52;
/*     position: static; */
}
body.home .master_wrap {
    padding-top: 0 !important;
}
.inner_banner_content {
    padding: 50px;
}
.inner_banner_content h1{
    font-family: 'League-Gothic-Regular';
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 5px;
}
.inner_banner_content h2{
    font-family: 'Damion-Regular';
    font-size: 30px;
    color: #fff;
}
.hair_loss_training_section h2 {
    text-align: center;
    padding-bottom: 20px;
    color: #014d52;
    font-size: 32px;
    font-family: 'League-Gothic-Regular';
    text-transform: uppercase;
}
.about_content_section {
    margin-top: 65px;
    position: relative;
    padding-bottom: 50px;
}
.about_content_section .row{
    padding: 50px 30px;
}
.about_content_section .container {
    max-width: 1450px;
    border-top: 1px solid #ddd;
}
.about_content_section .row:nth-child(even) .col:last-child {
    order: -1;
}
.about_content_wrp_inner{

}
.about_content_wrp_inner h2{
    font-size: 60px;
    color: #014d52;
    font-family: 'League-Gothic-Regular';
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
.about_content_wrp_inner p{
    padding: 10px 0;
    /*font-family: ;*/
    color: #343433;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}
.about_img_inner {
    position: relative;
    padding: 35% 0;
    min-height: 100%;
}
.about_img_inner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_content_wrp_inner h5{
    font-size: 27px;
    color: #ff007e;
    font-family: 'Damion-Regular';
    padding-top: 80px;
}
.about_content_wrp_inner h5 a{
    background: #ff007e;
    color: #fff;
    font-family: 'League-Gothic-Regular';
    font-size: 23px;
    min-width: 150px;
    padding: 0 25px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    letter-spacing: 1px;
}
.about_img_wrp {
    height: 100%;
}
.find_out_grid_section.inner_page {
    background: #fff;
    padding-top: 0;
}
.find_out_grid_section.inner_page:after{
    background: none;
    opacity: 0;
}
.find_out_grid_section.inner_page .find_out_grid_inner{
    background-color: #ddd !important;
}
.hair_loss_training_section.inner_page {
    padding-bottom: 0;
    padding-top: 65px;
}
.hairdressing_content_section .container {
    padding: 0 65px;
}
.accordn_title {
    padding: 10px 0;
    padding-right: 100px;
    position: relative;
    border-bottom: 1px solid #ff007e;
    cursor: pointer;
}
.accordn_title h3 {
    font-size: 40px;
    color: #034f54;
    font-family: 'League-Gothic-Regular';
    text-transform: uppercase;
    padding-top: 3px;
}
.accordn_title h3:after,
.accordn_title h3:before{
    content: "";
    width: 17px;
    height: 3px;
    background: #ff007e;
    display: block;
    position: absolute;
    right: 9px;
    top: 31px;
    -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.accordn_title h3:before {
    transform: rotate(90deg);
}
.accordn_title.active h3:before {
    transform: rotate(0deg);
}
.accordn_title h3:hover span{
    color:#e2c681;
}
.accordn_title h3:hover:before,
.accordn_title h3:hover:after{
    background: #e2c681;
}
.accordn_title h3:hover span:after{
    border-color: #e2c681;
}
.accordn_title h3 strong {
    font-size: 27px;
    color: #e6007e;
    font-family: 'Damion-Regular';
    text-transform: none;
    font-weight: normal;
}
.accordn_title h3 span {
    position: absolute;
    right: 0;
    top: 15px;
    color: #ff007e;
    font-size: 27px;
    font-family: 'Damion-Regular';
    text-transform: capitalize;
    -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.accordn_title h3 span:after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 3px solid #ff007e;
    margin-left: 15px;
    -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.accordn_content {
    display: none;
    padding: 15px 0;
    padding-bottom: 50px;
}
.accordn_content ul.pricing {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -50px;
    position: relative;
    overflow: hidden;
}
.accordn_content ul.pricing:before,
.accordn_content ul.pricing:after {
    content: "";
    position: absolute;
    width: 1px;
    display: block;
    background: #ff007e;
    left: 33.33%;
    top: 10px;
    bottom: 10px;
}
.accordn_content ul.pricing:after{
    left: 66.66%;
}
.accordn_content ul.pricing li {
    width: 33.33%;
    padding: 10px 50px;
    color: #034f54;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding-right: 180px;
    position: relative;
}
.accordn_content ul.pricing li strong {
    float: right;
    font-weight: 400;
    font-style: italic;
    min-width: 125px;
    position: absolute;
    right: 50px;
    top: 0;
    padding: 10px 0;
}
.accordn_each {
    /*margin-bottom: 50px;*/
}
.accordn_each:last-child{
    margin-bottom: 0;
}
.hairdressing_content_section {
    padding: 50px 0;
    padding-bottom: 50px;
}
.hairdressing_content_section h5{
    font-size: 27px;
    color: #e6007e;
    font-family: 'Damion-Regular';
    padding-top: 65px;
}
.hairdressing_content_section h5 a{
    background: #ff007e;
    color: #fff;
    font-family: 'League-Gothic-Regular';
    font-size: 23px;
    min-width: 150px;
    padding: 0 15px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    letter-spacing: 1px;
    margin-left: 15px;
}
.accordn_content p {
    color: #494949;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 0;
    line-height: 1.7;
}
.hair_treat_tabs_wrp {
    text-align: center;
    padding: 23px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    max-width: 1450px;
    margin: 0 auto;
}
.hair_treat_tabs_wrp li{
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
}
.hair_treat_tabs_wrp li a {
    color: #034f54;
    font-size: 19px;
    font-family: 'League-Gothic-Regular';
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
}
.hair_treat_tabs_wrp li a:after {
    content: "";
    width: 0%;
    top: 100%;
    left: 0;
    position: absolute;
    height: 2px;
    background: #ff007e;
    opacity: 0.4;
    -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hair_treat_tabs_wrp li.active a,
.hair_treat_tabs_wrp li a:hover{
    color: #e6007e;
}
.hair_treat_tabs_wrp li.active a:after,
.hair_treat_tabs_wrp li a:hover:after{
    width: 100%;
}
.hair_bond_content_row .hair_bond_content p {
    font-size: 15px;
    color: #343433;
    line-height: 1.6;
    padding: 10px 0;
}
.hair_bond_content_row .hair_bond_content h3 {
    font-family: 'League-Gothic-Regular';
    text-transform: uppercase;
    font-size: 60px;
    color: #034f54;
    line-height: 1;
    padding-bottom: 15px;
}
.hairdressing_content_section .hair_bond_content_row .hair_bond_content h5 {
    padding-top: 20px;
}
.hair_bond_content_row .hair_bond_img img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hairdressing_content_section .row + .row {
    margin-top: 50px;
}
.hair_bond_gallery_each {
    padding: 0 6px;
}
.hair_bond_slider_img {
    position: relative;
    cursor: pointer;
    padding: 50% 0;
}
.hair_bond_img {
    position: relative;
    height: 100%;
    padding: 35% 0;
    max-height: 550px;
}
.hair_bond_slider_img img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hair_bond_slider .slick-prev, 
.hair_bond_slider .slick-next {
    width: 38px;
    height: 38px;
    background: #ff007e;
    border-radius: 50%;
    opacity: 1;
    z-index: 9999;
}
.hair_bond_slider .slick-prev:hover, 
.hair_bond_slider .slick-next:hover{
    background: #e2c681;
}
.hair_bond_slider .slick-prev {
    left: -45px;
}
.hair_bond_slider .slick-next {
    right: -45px;
}
.hair_bond_slider .slick-prev:before, 
.hair_bond_slider .slick-next:before {
    width: 38px;
    height: 38px;
    display: block;
    line-height: 38px;
    text-align: center;
}
.hair_bond_slider .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    opacity: 1;
}
.hair_bond_slider .slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    opacity: 1;
}
.our_gallery_section.gallery_page {
    background: #fff;
    padding-bottom: 25px;
}
.our_gallery_section.gallery_page ul li{
    width: 25%;
}
.our_gallery_section.gallery_page:after{
    background: none;
}
.our_gallery_section.gallery_page h5{
    padding-bottom: 0;
    padding-top: 25px;
}
.our_gallery_section.gallery_page h5 a{
    color: inherit;
}
.our_gallery_section.gallery_page h5:hover a,
.our_gallery_section.gallery_page h5:hover i{
    color: #ff007e;
}
.contac_content_section{
    padding: 50px 0;
}
.contac_content_section .container{
    padding: 0 65px;
}
.contac_content_section h3{
    color: #034f54;
    font-size: 60px;
    font-family: 'League-Gothic-Regular';
    padding-bottom: 10px;
    text-transform: uppercase;
}
.contac_content_section p,
.contac_content_section li{
    color: #343433;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 1.5;
}
.contac_content_section p{
    padding-bottom: 20px;
}
.contact_addrs h5 {
    font-size: 27px;
    color: #e6007e;
    font-family: 'Damion-Regular';
    padding-top: 65px;
}
.contact_addrs h5 a{
    background: #ff007e;
    color: #fff;
    font-family: 'League-Gothic-Regular';
    font-size: 23px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    letter-spacing: 1px;
}
.opening_hrs ul {
    max-width: 450px;
}
.opening_hrs ul li {
    position: relative;
    padding: 1px 0;
    padding-right: 150px;
}
.opening_hrs ul li strong {
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 0;
    width: 135px;
    text-align: left;
}
.contacts_form_wrp {
    border-top: 1px solid #ff007e;
    margin-top: 35px;
    padding-top: 50px;
}
.contacts_form_wrp h3{
    padding-bottom: 35px;
}
.contacts_form_wrp label {
    font-size: 18px;
    color: #343433;
    display: block;
    padding-left: 5px;
    margin: 0;
    padding-bottom: 9px;
}
.contacts_form_wrp input {
    border: 1px solid #e1e1e1;
    display: block;
    width: 100%;
    padding: 10px 20px !important;
    line-height: 1;
    border-radius: 50px;
}
.contacts_form_wrp textarea{
    border: 1px solid #e1e1e1;
    display: block;
    width: 100%;
    padding: 10px 20px;
    line-height: 1;
    border-radius: 10px;
    height: 200px;
    resize: none;
    outline: none;
}
.contacts_form_wrp button,
.contacts_form_wrp input[type="submit"]{
    background: #ff007e;
    color: #fff;
    font-family: 'League-Gothic-Regular';
    font-size: 23px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    min-width: 200px;
    text-align: center;
	padding: 0 10px;
	width: auto;
	padding: 0 !important;
}
.contacts_form_wrp .row{
    margin-bottom: 35px;
}
.gform_footer img{
	width: 35px;
}
.contac_content_section .gform_wrapper.gravity-theme .gfield {
    position: relative;
	margin-bottom: 14px;
}
.gform_wrapper .gform_validation_errors>h2.hide_summary .gform-icon--close:before {
    color: #fff;
}
.contac_content_section .gform_wrapper.gravity-theme .description, 
.contac_content_section .gform_wrapper.gravity-theme .gfield_description, 
.contac_content_section .gform_wrapper.gravity-theme .gsection_description, 
.contac_content_section .gform_wrapper.gravity-theme .instruction {
    padding: 0;
    border: none;
    background: none;
    position: absolute;
    top: 100%;
    line-height: 1;
    margin-top: 4px;
    color: #ff007e;
    font-weight: 400;
	font-size: 12px;
}
.contac_content_section .gform_wrapper .gfield_error [aria-invalid=true] {
    border: 1px solid #ff007e;
}
.contac_content_section .gform_wrapper .gfield_error .gfield_repeater_cell label, 
.contac_content_section .gform_wrapper .gfield_error label, 
.contac_content_section .gform_wrapper .gfield_error legend, 
.contac_content_section .gform_wrapper .gfield_validation_message, 
.contac_content_section .gform_wrapper .validation_message, 
.contac_content_section .gform_wrapper [aria-invalid=true]+label, 
.contac_content_section .gform_wrapper label+[aria-invalid=true] {
    color: #ff007e;
}
.contac_content_section .gform_wrapper .gfield_required {
    color: #ff007e;
    display: inline-block;
    font-size: 13.008px;
    padding-left: .125em;
}
.contac_content_section .gform_wrapper .gform_validation_errors {
    background: #ff007e;
    border: 1.5px solid #ff007e;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0,0,0,.11),0 0 4px rgba(18,25,97,.0405344);
}
.contac_content_section .gform_wrapper .gform_validation_errors 
.contac_content_section .gform_wrapper .gform-icon--close:before {
    content: "\e903";
    color: white;
}
.contac_content_section .gform_wrapper .gform_validation_errors h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.inner_banner_inner_mobile {
    display: none;
}
.hairdressing_content_section .accordn_content h5 {
    border-top: 1px solid #ff007e;
    padding-top: 20px;
    margin-top: 20px;
}
.hairdressing_content_section .accordn_content h4 + h5{
    border: none;
    margin-top: 0;
}
.hairdressing_content_section .accordn_content h4{
    color: #343433;
    font-size: 18px;
    font-style: italic;
}
.accordn_content h2{
    font-size: 40px;
    color: #034f54;
    font-family: 'League-Gothic-Regular';
    text-transform: uppercase;
    padding-top: 35px;
}
.accordn_title.active + .accordn_content {
    border-bottom: 1px solid #ff007e;
}
.hair_bond_content ul li {
    position: relative;
    padding: 5px 0;
    padding-left: 10px;
}
.hair_bond_content ul li:before {
    content: "";
    position: absolute;
    background: #ff007e;
    width: 3.5px;
    height: 3.5px;
    border-radius: 50%;
    left: 0;
    top: 15px;
}
.footer_logo h3 {
    font-size: 26px;
    color: #fff;
    font-family: 'Damion-Regular';
    padding-bottom: 30px;
}
.footer_logo img {
    max-width: 315px;
}
footer h4 {
    font-family: 'Damion-Regular';
    font-size: 26px;
    color: #fff;
    padding-bottom: 15px;
}
footer *{
    color: #fff;
    font-size: 15px;
    font-family: 'Muli-Regular';
    line-height: 1.6;
}
footer a:hover{
    color: #ff007e;
}
footer .col:last-child{
    max-width: 200px;
}
footer .col:nth-child(2),
footer .col:nth-child(1){
    max-width: 400px;
}
.opening_time ul {
    max-width: 300px;
}
.opening_time ul li {
    position: relative;
    padding-right: 135px;
    text-align: left;
}
.opening_time ul li strong{
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    font-weight: normal;
}
.systems_we_offer_section{
    padding: 50px 0;
    padding-top: 5px;
}
.systems_we_offer_section .container{
    padding: 0 65px;
}
.systems_we_offer_section h2 {
    font-size: 32px;
    color: #e6007e;
    font-family: 'Damion-Regular';
    text-align: center;
    padding-bottom: 35px;
}
.systems_we_offer_section .row {
    margin: 0 -20px;
}
.systems_we_offer_section .col-md-6{
    padding: 5px 20px;
}
.systems_we_offer_each h4 {
    font-size: 40px;
    color: #034f54;
    font-family: 'League-Gothic-Regular';
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 8px;
    margin-bottom: 23px;
    border-bottom: 1px solid #ff007e;
}
.systems_we_offer_each p{
    font-size: 15px;
    color: #343433;
    padding-bottom: 25px;
    line-height: 1.7;
}
.systems_we_offer_each ul{
    display: flex;
    margin: 0 -3px;
    flex-wrap: wrap;
}
.systems_we_offer_each ul li{
    width: 33.33%;
    padding: 3px;
}
.systems_we_offer_each ul li > div{
    position: relative;
    padding: 50% 0;
    cursor: pointer;
    background:#000;
}
.systems_we_offer_each ul li > div img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.systems_we_offer_each ul li > div:hover img{
    opacity: 0.8;
}
.about_tabs_section .tab-content a:hover,
.hair_loss_training_inner a:hover,
.review_slider_wrp a:hover,
.our_gallery_section h4 a:hover,
.about_content_wrp_inner h5 a:hover,
.hairdressing_content_section h5 a:hover,
.contact_addrs h5 a:hover{
    background: #e2c681;
    color: #fff;
}
.find_out_grid_inner a.overlay_btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.find_out_grid_inner:after{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    z-index: -1;
    -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.find_out_grid_inner:hover:after{
    opacity: 0.4;
}
.error404 section.inner_banner_section {
    display: none;
}
.error_404_page img {
    max-width: 575px;
    display: block;
    margin: 0 auto;
    width: 95%;
}
.error_404_page{
	text-align: center;
}
.error_404_page a {
    background: #ff007e;
    color: #fff;
    font-family: 'League-Gothic-Regular';
    font-size: 23px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    letter-spacing: 1px;
    margin-top: 50px;
    text-transform: uppercase;
	padding: 0 20px;
}
.error_404_page a:hover{
	background: #e2c681;
    color: #fff;
}
.privacy-policy .hair_treat_tabs_wrp{
	display: none;
}
.privacy-policy .hair_bond_content{

}
.privacy-policy .hair_bond_content h2,
.privacy-policy .hair_bond_content h3,
.privacy-policy .hair_bond_content h4{
	font-family: 'League-Gothic-Regular';
    color: #014d52;
    text-transform: uppercase;
    line-height: 1.3;
}
.privacy-policy .hair_bond_content p,
.privacy-policy .hair_bond_content li{
	color: #343433;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 0;
}
.privacy-policy .hair_bond_content li {
    padding: 3px 0;
    padding-left: 10px;
}
.privacy-policy .hair_bond_content ul{
	padding: 15px 0;
	margin: 0;
}
.privacy-policy .hair_bond_content p ~ h2,
.privacy-policy .hair_bond_content p ~ h3,
.privacy-policy .hair_bond_content p ~ h4{
	padding-top: 30px;
}

.accordn_content.pricing ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -50px;
    position: relative;
    overflow: hidden;
}
.accordn_content.pricing ul:before,
.accordn_content.pricing ul:after {
    content: "";
    position: absolute;
    width: 1px;
    display: block;
    background: #ff007e;
    left: 33.33%;
    top: 10px;
    bottom: 10px;
}
.accordn_content.pricing ul:after{
    left: 66.66%;
}
.accordn_content.pricing ul li {
    width: 33.33%;
    padding: 10px 50px;
    color: #034f54;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding-right: 180px;
    position: relative;
}
.accordn_content.pricing ul li strong {
    float: right;
    font-weight: 400;
    font-style: italic;
    min-width: 125px;
    position: absolute;
    right: 50px;
    top: 0;
    padding: 10px 0;
}








/*

    font-family: 'Open Sans', sans-serif;

    font-family: 'Damion-Regular';

    font-family: 'League-Gothic-Condensed-Italic';

    font-family: 'League-Gothic-Condensed-Regular';

    font-family: 'League-Gothic-Italic';

    font-family: 'League-Gothic-Regular';

    font-family: 'MrDafoe-Regular';

    font-family: 'Muli-Regular';


/*=
=======================================================================
=======================================================================
=======================================================================
=======================================================================
=======================================================================
=======================================================================
*/
@media(max-width: 1450px){

}

@media(max-width: 1380px){

.menu_wrp ul li {
    padding: 0 18px;
}
.header_logo_wrp {
    max-width: 300px;
}
.header_section.fixed .header_logo_wrp {
    margin-top: -75px;
}

}

/*========================================================*/

@media(max-width: 1280px){

.menu_wrp ul li {
    padding: 0 10px;
}
.header_logo_wrp {
    max-width: 280px;
}
.header_section ul li a {
    color: #fff;
    font-size: 17px;
}
.menu_wrp ul li a {
    font-size: 18px;
}
.header_section .container .col:first-child, .header_section .container .col:last-child {
    max-width: 125px;
}
.about_tabs_section .nav li a {
    margin-right: 30px;
    font-size: 22px;
}
.about_tabs_section {
    padding: 50px 0;
}
.about_tabs_section .nav {
    padding-bottom: 25px;
}
.about_content_wrp_inner h2 {
    font-size: 50px;
}
.about_content_section .row {
    padding: 50px 0px;
}
.accordn_content ul.pricing li {
    width: 50%;
}
.accordn_content ul.pricing:before, .accordn_content ul.pricing:after {
    left: 50%;
}
.accordn_content ul.pricing:after {
    left: 50%;
    opacity: 0;
}
.accordn_title h3 {
    font-size: 36px;
}
.accordn_content ul.pricing li strong {
    right: 30px;
}
.contac_content_section h3 {
    font-size: 40px;
}
.contac_content_section p, 
.contac_content_section li {
    font-size: 18px;
}
.accordn_content.pricing ul li {
    width: 50%;
    padding: 10px 50px;
    font-size: 18px;
    padding-right: 150px;
    position: relative;
}
	.accordn_content.pricing ul:before, .accordn_content.pricing ul:after {
    left: 50%;
}
	.accordn_content.pricing ul li strong {
    right: 15px;
}
.header_section.fixed .header_logo_wrp {
    margin-top: -72px;
}

}

@media (max-width: 1152px) and (orientation: portrait){
	
.inner_banner_inner_mobile {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
}
}

/*========================================================*/

@media(max-width: 1024px){
.header_section.fixed .header_logo_wrp {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
}
.header_section .container .col {
    min-width: 100%;
}
.header_section .container .col:first-child, 
.header_section .container .col:last-child{
    display: none;
}
.header_center {
    display: flex;
    flex-wrap: wrap;
}
.header_logo_wrp {
    max-width: 200px;
    margin: 0;
}
.menu_wrp {
    z-index: 11;
    position: absolute;
    height: 100vh;
    right: -100%;
    top: -20px;
    width: 90%;
    max-width: 400px;
    padding: 80px 20px;
    padding-bottom: 25px;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: #014d52;
}
.header_logo_wrp {
    position: relative;
    z-index: 99;
}
.menu_wrp.active {
    opacity: 1;
    right: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.menu_wrp ul li {
    display: block;
    text-align: right;
    padding: 0;
}
.menu_wrp ul li ul {
    position: static;
    top: 100%;
    z-index: 9;
    min-width: 100%;
    padding: 15px 0;
    padding-right: 40px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background: none;
    display: none;
}
.menu_wrp ul li ul li {
    padding: 0;
    display: block;
    text-align: inherit;
}
.menu_wrp ul li ul li a {
    display: block;
    background: none;
    padding: 0;
    white-space: nowrap;
    color: #fff !important;
}
div#nav-icon {
    display: inline-block;
}
.header_menu_wrp {
    flex-grow: 1;
    justify-content: right;
    text-align: right;
    align-items: center;
    display: flex;
}
.menu_wrp ul {
    height: 95%;
    overflow: auto;
    margin-right: -15px;
    padding-right: 15px;
}
.menu_wrp ul ul{
    height: auto;
}

.home_banner_content h2 {
    font-size: 60px;
    max-width: 380px;
}
.home_banner_content h1 {
    color: #ff007e;
    font-family: 'Damion-Regular';
    font-size: 36px;
    padding-bottom: 15px;
}
.home_banner_content h1 {
    font-size: 36px;
}
.header_section{
    padding: 15px 0;
    padding-top: 20px;
}
.inner_banner_section {
    padding: 15px 15px;
    padding-bottom: 0;
}
.inner_banner_inner {
    height: 400px;
}
.inner_banner_content {
    padding: 25px;
}
.inner_banner_content h1 {
    font-size: 46px;
}
.inner_banner_content h2 {
    font-size: 24px;
}
.our_gallery_section.gallery_page ul li {
    width: 33.33%;
}
.hair_loss_training_section h2 {
    font-size: 28px;
}
.hair_loss_training_wrp {
    position: relative;
    z-index: 1;
    padding: 50px 30px;
}
.hair_loss_training_section .hair_loss_training_inner h2 {
    font-size: 38px;
}
.hair_loss_training_inner h3 {
    font-size: 42px;
}
.hair_loss_training_inner {
    max-width: 350px;
}
.find_out_grid_content h4 {
    font-size: 34px;
}
.find_out_grid_content a {
    font-size: 42px;
}
.about_tabs_section h2 {
    font-family: 'League-Gothic-Regular';
    font-size: 48px;
    color: #e6007e;
    text-transform: uppercase;
    max-width: 310px;
}
.review_slider_each_inner {
    min-height: 345px;
}
body.menu_active .header_section {
    background: #014d52;
}
.menu_wrp ul li a {
    font-size: 26px;
}
button.submenu_trgr {
    position: relative;
    width: 35px;
    height: 30px;
    background: none;
    outline: none;
    border: none;
    padding: 0;
    margin-left: -11px;
    z-index: 9;
    vertical-align: middle;
}
button.submenu_trgr:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border: 3px solid transparent;
    top: -1px;
    right: 4px;
    border-right-color: #fff;
    border-bottom-color: #fff;
    transform: rotate(45deg);
}
button.submenu_trgr.active:after {
    transform: rotate(-135deg);
    top: 5px;
}
.our_gallery_section ul li {
    width: 33.33%;
    padding: 4px;
}
.hairdressing_content_section .container {
    padding: 0 15px;
}
.systems_we_offer_section .container {
    padding: 0 15px;
}
.contac_content_section .container {
    padding: 0 15px;
}
.systems_we_offer_each h4 {
    font-size: 30px;
}
.systems_we_offer_each h4 {
    font-size: 24px;
}
.menu_wrp ul li ul li a:hover {
    background: none;
}



}
/*========================================================*/

@media(max-width: 992px){

.about_tabs_section h2{
    max-width: 100%;
    padding-bottom: 25px;
}
.about_tabs_section h2 br{
    display: none;
}
.about_tabs_section .col {
    min-width: 100%;
}
.about_content_section .col {
    min-width: 100%;
    padding: 15px;
}
.about_content_section {
    margin-top: 40px;
    padding-bottom: 30px;
}
.about_content_section .row {
    padding: 20px 0px;
}
.about_content_section .row:nth-child(even) .col + .col {
    order: 1;
}
.accordn_title h3 strong {
    font-size: 23px;
    display: block;
}
.hairdressing_content_section .col {
    min-width: 100%;
    padding: 15px;
}
.hairdressing_content_section {
    padding: 30px 0;
    padding-bottom: 30px;
}
.systems_we_offer_section h2 {
    font-size: 26px;
    padding-bottom: 25px;
}
	.hair_treat_tabs_wrp li a{
		font-size: 18px;
	}
	.hair_treat_tabs_wrp li {
    padding: 0 10px;
}
.hairdressing_content_section .hair_bond_slider {
    padding: 0 50px;
}
	.hair_bond_slider .slick-prev {
    left: 0px;
}
	.hair_bond_slider .slick-next {
    right: 0;
}
	.accordn_content .row .col-md-6 {
    min-width: 100%;
}
.hairdressing_content_section + .hairdressing_content_section {
    padding-top: 0;
}
	.about_content_wrp_inner h2 {
    font-size: 40px;
}
.about_content_wrp_inner h5 {
    padding-top: 15px;
    padding-bottom: 15px;
}
}

/*========================================================*/

@media(max-width: 767px){
.home_banner_content h2 {
    font-size: 50px;
    max-width: 325px;
}
.home_banner_content h1 {
    font-size: 26px;
}
.our_gallery_section.gallery_page {
    padding-top: 30px;
}
.hair_loss_training_section h2 {
    font-size: 24px;
}
.hair_loss_training_section.inner_page {
    padding-top: 35px;
}
.find_out_grid_section .row .col {
    padding: 0 10px;
    width: 100% !important;
    min-width: 100%;
}
.find_out_grid_each h3 {
    font-size: 36px;
}
.about_tabs_section h2 {
    font-size: 36px;
}
.our_gallery_section h2 {
    font-size: 30px;
}
.hair_bond_content_row .hair_bond_content h3 {
    font-size: 40px;
}
.contac_content_section .col {
    min-width: 100%;
    padding: 15px;
}
.contac_content_section .col + .col{
    padding-top: 25px;
}
.contact_addrs h5 {
    font-size: 24px;
    padding-top: 25px;
}
.contacts_form_wrp .row {
    margin-bottom: 5px;
}
footer .col:nth-child(1) {
    min-width: 100%;
    text-align: center;
    padding-bottom: 35px;
}
footer {
    padding: 50px 0;
    padding-bottom: 25px;
}
.footer_logo img {
    max-width: 240px;
}
footer .col:nth-child(3) {
    order: 1;
    min-width: 100%;
    text-align: center;
    padding-top: 35px;
}
.opening_time ul {
    max-width: 300px;
    margin: 0 auto;
}


}

/*========================================================*/
@media(max-width: 640px){
.home_banner_content h2 {
    font-size: 44px;
    max-width: 275px;
}
.home_banner_content h1 {
    font-size: 24px;
}
.our_gallery_section.gallery_page ul li {
    width: 50%;
}
.inner_banner_inner {
    height: 250px;
}
.hair_loss_training_wrp {
    padding: 50px 20px;
}
.hair_loss_training_section .hair_loss_training_inner h2 {
    font-size: 26px;
}
.hair_loss_training_inner h3 {
    font-size: 30px;
}
.hair_loss_training_inner {
    max-width: 250px;
}
.hair_loss_training_inner p {
    font-size: 16px;
}
.find_out_grid_content h4 {
    font-size: 28px;
}
.find_out_grid_content a {
    font-size: 36px;
}
.about_tabs_section .nav li a {
    margin-right: 15px;
    font-size: 19px;
}
.header_logo_wrp {
    max-width: 165px;
    margin: 0;
}
.review_slider_section h2 {
    font-size: 30px;
    padding-bottom: 15px;
}
.our_gallery_section ul li {
    width: 50%;
    padding: 4px;
}
.accordn_content ul.pricing li {
    width: 100%;
}
.accordn_content.pricing ul li {
    width: 100%;
	font-size: 16px;
}
	.accordn_content.pricing ul li strong {
    right: 30px;
}
.accordn_content ul.pricing:before, .accordn_content ul.pricing:after {
    opacity: 0;
}
.accordn_title h3 {
    font-size: 26px;
}
.accordn_title h3 span:after {
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border: 2px solid #ff007e;
    margin-left: 12px;
    margin-top: -4px;
}
.accordn_title h3 span {
    top: 15px;
    font-size: 18px;
}
.accordn_title h3:after, 
.accordn_title h3:before {
    width: 15px;
    height: 2px;
    right: 8px;
    top: 27px;
}
.hairdressing_content_section h5,
.our_gallery_section h4 {
    font-size: 22px;
    text-align: center;
}
.hairdressing_content_section h5 a,
.our_gallery_section h4 a {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 10px;
}
.hairdressing_content_section .row + .row {
    margin-top: 10px;
}
.hairdressing_content_section .accordn_content h4 + h5 {
    text-align: left;
}
.hairdressing_content_section .accordn_content h4 {
    font-size: 15px;
    line-height: 1.5;
}
.accordn_content ul.pricing li {
    font-size: 16px;
}
.accordn_content h2 {
    font-size: 30px;
    padding-top: 30px;
}
.hair_bond_slider .slick-prev {
    left: -10px;
}
.hair_bond_slider .slick-next {
    right: -10px;
}
.hair_treat_tabs_wrp li {
    padding: 0 15px;
}
.hair_treat_tabs_wrp li a {
    font-size: 18px;
}
.contac_content_section h3 {
    font-size: 32px;
}
.contacts_form_wrp label {
    font-size: 16px;
}
footer .row + .row .col {
    min-width: 100%;
    padding: 0 15px;
    text-align: center;
}
.footer_botm_right {
    text-align: center;
    padding-top: 15px;
}
footer .row {
    max-width: 450px;
    margin: 0 auto;
}
.opening_time ul {
    max-width: 100%;
}
		.accordn_content.pricing ul:before, .accordn_content.pricing ul:after {
    display:none;
}
	.accordn_content.pricing ul li strong {
    right: 50px;
    text-align: right;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 175px;
}
	.home_banner_content {
    padding-bottom: 10vh;
}
}


@media(max-width: 450px){
.accordn_title h3 {
    font-size: 22px;
}
.accordn_title h3 strong {
    font-size: 17px;
}
.inner_banner_content h1 {
    font-size: 32px;
}
.inner_banner_content h2 {
    font-size: 20px;
}
.hairdressing_content_section {
    padding: 30px 0;
    padding-bottom: 25px;
}
.hair_bond_content_row .hair_bond_content h3 {
    font-size: 36px;
}

}