.container {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
}

@media (max-width:1699px) {}

@media (max-width:1439px) {}

@media (max-width:1279px) {}


@media (max-width: 1200px) {
	.main-nav .menu-bar {
		display: block;
	}
	.mobile-menu .menu-bar {
		top: 20px;
	}
	/************ // MOBILE MENU CSS START // ***********************/
	.menu-bar {
		width: 25px;
    height: 22px;
		position: absolute;
		margin: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		display: block;
		right: 20px;
		top: 40px;
		z-index: 1111;
	}
	.menu-bar span {
		display: block;
		position: absolute;
		height: 2px;
		width: 50%;
		background: #73113a;
		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;
		background: #000;
	}
	.menu-bar span:nth-child(even) {
		left: 50%;
		border-radius: 0 9px 9px 0;
		background: #000;
	}
	.menu-bar span:nth-child(odd) {
		left: 0px;
		border-radius: 9px 0 0 9px;
	}
	.menu-bar span:nth-child(1),
	.menu-bar span:nth-child(2) {
		top: 0px;
	}
	.menu-bar span:nth-child(3),
	.menu-bar span:nth-child(4) {
		top: 7px;
	}
	.menu-bar span:nth-child(5),
	.menu-bar span:nth-child(6) {
		top: 14px;
	}
	.menu-bar span:nth-child(3) {
		width: 50%;
		left: 0;
	}
	.menu-bar span:nth-child(5) {
		width: 50%;
		left: 0;
	}
	.mobile-menu .menu-bar span:nth-child(1),
	.mobile-menu .menu-bar span:nth-child(6) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #000;
	}
	.mobile-menu .menu-bar span:nth-child(2),
	.mobile-menu .menu-bar span:nth-child(5) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background: #000;
	}
	.mobile-menu .menu-bar span:nth-child(1) {
		left: 5px;
		top: 7px;
	}
	.mobile-menu .menu-bar span:nth-child(2) {
		left: calc(75% - 5px);
		top: 7px;
	}
	.mobile-menu .menu-bar span:nth-child(3) {
		left: -50%;
		opacity: 0;
	}
	.mobile-menu .menu-bar span:nth-child(4) {
		left: 100%;
		opacity: 0;
	}
	.mobile-menu .menu-bar span:nth-child(5) {
		left: 5px;
	}
	.mobile-menu .menu-bar span:nth-child(6) {
		left: calc(76% - 5px);
	}
	.mobile-menu .menu-bar span:nth-child(6),
	.mobile-menu .menu-bar span:nth-child(5) {
		top: 16px;
		width: 50%;
	}
	.mobile-menu .menu-bar {
		background: none;
		position: fixed;
	}
	.navigation {
		background: #FFF9F3;
		position: fixed;
		display: none;
		top: 0;
		padding-top: 0px;
		right: 0;
		width: 100%;
		height: 100vh;
		z-index: 99999;
		transition: .7s;
		-webkit-transition: .7s;
		-moz-transition: .7s;
		overflow-y: auto;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 92px;
		margin: 0;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
	}
	body.mobile-menu .navigation {
		display: block;
		top: 80px;
	}
	.nav-manu {
		flex-wrap: wrap;
	}
	.navigation ul {
		display: block;
		width: 100%;
		padding: 10px 20px 20px;
	}
	.navigation ul li {
		margin-right: 0;
		padding: 0;
		margin: 0;
		position: relative;
	}
	.navigation ul>li::before {
		display: none;
	}
	.navigation .menu-item-has-children>a::before {
		display: none;
	}
	.menu-item-has-children::after {
		content: "";
		position: absolute;
		top: 5px;
		right: 0;
		width: 100%;
		height: 48px;
		transition: 0.4s;
		font-family: FontAwesome;
		color: #fff;
		padding: 0;
		z-index: 111;
		text-align: center;
		font-size: 16px;
		font-weight: 700;
		display: flex !important;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		opacity: 1;
		background-image: url(../images/chevron-down.png);
		filter: brightness(0) saturate(100%) invert(50%) sepia(100%) hue-rotate(200deg) brightness(0) contrast(100%);
		background-repeat: no-repeat;
		background-position: center right 15px;
	}
	.navigation ul li.menu-item-has-children {
		padding-right: 0;
	}
	.navigation ul li.current-menu-item>a {
		color: #fff;
		background: #5F1111;
	}
	.navigation ul>li>a {
		padding: 20px 0;
        display: block;
        text-align: left;
        color: rgba(31, 31, 31, .95);
        letter-spacing: 1.6px;
        text-transform: uppercase;
		font-size: 13px;
	}
	.navigation .moblelogo {
		display: block;
		background: #172135;
		padding: 10px 15px;
	}
	.menu-item-has-children::before {
		display: none;
	}
	.navigation .moblelogo img {
		max-width: 200px;
	}
	.navigation ul>li>a::after {
		display: none;
	}
	.navigation ul li ul.sub-menu {
		display: none;
		opacity: 1;
		visibility: visible;
		transform: scale(1);
	}
	.navigation ul li ul.sub-menu.in {
		position: static;
		max-width: 100%;
		top: 0;
		left: 0;
		padding: 0;
		display: block;
		opacity: 1;
		visibility: visible;
		box-shadow: none;
	}
	.navigation ul li ul.sub-menu li {
		width: 100% !important;
		padding: 0;
		border-bottom: none;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		border-radius: 0;
		margin: 0;
		box-shadow: none;
	}
	.navigation ul li ul.sub-menu li:hover {
		background-color: inherit;
	}
	.navigation ul li ul.sub-menu li.current-menu-item {
		background-color: inherit;
	}
	.navigation ul li ul.sub-menu li.current-menu-item a {
		color: #01a4ec;
	}
	.navigation ul li ul.sub-menu li a {
	    padding: 14px 14px 14px 17px;
	    font-weight: 300;
	    transform: skewX(0deg);
	    -webkit-transform: skewX(0deg);
	    -ms-transform: skewX(0deg);
	}
	.navigation ul li ul.sub-menu li a:hover {
		color: #fff;
	}
	.navigation ul li ul.sub-menu ul.sub-menu {
		width: 100%;
		padding: 0;
	}
	.navigation ul li ul.sub-menu ul.sub-menu li a {
		padding-left: 40px;
	}
	nav.mobile-scroll {
		display: block;
		width: 100%;
	}
	/************ // MOBILE MENU CSS END // ***********************/
	body.salon-page.mobile-menu .navigation,
	body.clinic-page.mobile-menu .navigation {
		top: 91px;
	}
	body.salon-page.mobile-menu .menu-bar, body.clinic-page.mobile-menu .menu-bar {
	    top: 35px;
	}
	.logo {
		max-width: 116px;
		width: 100%;
	}
	.header .container {
        padding: 15px;
    }
	.header {
        background-color: #FFF9F3;
    }
	.gamelia-logo-white {
		display: none;
	}
	.gamelia-logo-black {
		display: block;
	}
	.footer-copyright {
		margin: 24px 0 110px;
	}
	.header-right {
		position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        gap: 0;
        display: flex;
        flex-wrap: wrap;
        z-index: 9999;
        flex-direction: column-reverse;
        background: #fff;
	}
	.header-right .header-btn.contact-btn {
		background-color: #931632;
		border: none;
		width: 100%;
		padding: 18px 10px;
		justify-content: center;
		font-size: 12px;
		letter-spacing: 1.2px;
	}
	.header-btn.consultation-btn {
    display: none;
}
	.header-right .header-btn.consultation-btn {
		border: none;
		color: #FFF;
		background: #F8F1E8;
		color: #BE804E;
		position: relative;
		width: 100%;
		padding: 18px 10px;
        justify-content: center;
        font-size: 12px;
        letter-spacing: 1.2px;
		text-decoration: underline;
        text-underline-offset: 8px;
	}
	.salonCtaBlock, .clinicCtaBlock {
		top: 63%;
	}
	.salon-service-sec {
	    padding-bottom: 77px;
	}
	.top-offers-sec {
	    padding-bottom: 140px;
	}
	.store-sec {
	    padding-top: 160px;
	    padding-bottom: 140px;
	}
	.user-testimonial-outer {
	    max-width: 390px;
	}
	.user-testimonial-outer:nth-child(2n+2) .testimonial-img{
		margin-left: auto;
	}
	.user-testimonial-outer .testimonial-content p {
	    line-height: 26px;
	}
	.top-treatments-section {
		padding: 80px 0 100px;
	}
	.list-number p, .list-name p {
		font-size: 16px;
	}
	.certified-specialists-right-info .title p, .certified-specialists-right-info .number p {
		font-size: 16px;
		line-height: 24px;
	}
	.certified-specialists-right-info ul li::after {
		margin: 16px 0;
	}
	.tabs-list {
		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
		overflow-x: auto;
		white-space: nowrap;
		position: relative;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	.salon-service-sec .services-grid {
		gap: 10px;
		margin-bottom: 34px;
	}
	.salon-service-sec {
		padding-bottom: 50px;
	}
	.cta-col {
		padding-top: 20px;
	}
	.founder-talk-sec .linner-slide .review-text p {
		padding-left: 30px;
	}
	.choose-outer {
    padding-top: 80px;
	  padding-bottom: 80px;
	}
	.video-btn {
	  margin-top: 50px;
	}
	.precision-outer .tabs-list-outer, .precision-tab-wrap {
	   padding: 20px 0;
	}
	.guide-inner-row {
    padding: 30px 30px;
	}
	.guide-inner-row .left-title-wrapper h2 {
	    max-width: 360px;
	}
	.guide-main-outer {
    padding-top: 20px;
    padding-bottom: 20px;
	}
	.faq-section {
	   padding-top: 60px;
	   padding-bottom: 50px;
	}
	.inner-blog-title h5 {
    line-height: 32px;
	}
	.selling-service-inner-info h5 {
    height: 61px;
	}
	.contact-us-right-info {
    padding: 64px;
}
}

@media (max-width:1023px) {
	h2{
		font-size: 38px;
	}
	h5{
		font-size: 21px;
	}
	.hero-banner-section::before{
		display: none;
	}
	.salonCtaBlock, .clinicCtaBlock {
		top: 67%;
	}
	.footer-left {
		width: 35%;
		padding: 0 10px;
	}
	.footer-navigation-col {
		width: 33%;
		padding: 0 10px;
	}
	.footer-right {
		width: 60%;
		justify-content: flex-start;
	}
	.footer-wrap {
		padding: 65px 0 20px;
	}
	.salon-banner-main {
	    padding-top: 380px;
	    padding-bottom: 60px;
	}
	.banner-inner-row .banner-heding h1 {
	    font-size: 45px;
	}
	.main-tabing-wrap {
	    padding: 31px 0 0;
	}
	.salon-service-sec .services-grid {
	    grid-template-columns: repeat(3, 1fr);
		column-gap: 12px;
		row-gap: 30px;
	}
	.salon-service-sec .service-card h6 {
	    font-size: 17px;
	    margin-top: 13px;
	}
	.salon-service-sec {
	    padding: 60px 0;
	}
	.top-services-main {
	    padding: 60px 0;
	}
	.top-services-main .card-name {
	    margin-bottom: 15px;
	    font-size: 16px;
	}
	.top-services-main .services-grid {
	    grid-template-columns: repeat(3, 1fr);
	    column-gap: 4px;
		row-gap: 40px;
	}
	.top-offers-sec {
	    padding-bottom: 120px;
	}
	.beauty-inner-left h2 {
	    font-size: 32px;
	}
	.beauty-inner-right .counter-box h3 {
	    padding-bottom: 5px;
	}
	.store-sec .store-inner-row .store-video .video-outer:after{
		display: none;
	}
	.store-sec {
	    padding: 40px 0;
	}
	.store-video {
	    width: 100%;
	}
	.store-sec .store-inner-row .store-video .video-outer,
	.store-sec .store-inner-row .store-video .video-outer video {
	    width: 100%;
	}
	.store-right {
	    width: 100%;
	    padding: 36px 15px;
	}
	.store-list {
	    max-width: 100%;
		margin: 40px 0;
	}
	.love-wall-sec {
	    padding-top: 45px;
	    padding-bottom: 64px;
	}
	.testimonial-sec {
	    padding-top: 60px;
	    padding-bottom: 69px;
	}
	.bg-img-sec .bg-text-col h4 {
	    font-size: 25px;
	    line-height: 36px;
	}
	.bg-img-sec{
		padding: 70px 0;
	}
	.banner_card {
		bottom: 0;
		justify-content: center;
		max-width: 100%;
		padding: 10px 23px;
		right: 0;
		width: 100%;
	}
	.salon-banner-main {
		padding-top: 380px;
		padding-bottom: 80px;
	}
	.banner_card .card-number {
		justify-content: center;
	}
	.treatments-inner-list li:hover .list-name-image {
		right: 0;
		top: -46px;
	}
	.list-name-image img {
		width: 164px;
		height: 182px;
	}
	.list-discription p {
		font-size: 14px;
	}
	.treatments-list-item {
		width: 47%;
	}
	.list-discription {
		width: 34%;
	}
	.treatments-inner-list li{
		padding: 30px 25px;
	}
	.real-expert-section {
		padding: 80px 0 72px;
	}
	.tab-link {
		font-size: 18px;
		line-height: 20px;
	}
	.founder-talk-sec .linner-slide .review-text p {
		font-size: 17px;
	}
	.title-cta-sec .title-cta-inner h5 {
		font-size: 21px;
		line-height: 22px;
	}
	.about-founder-left-info p {
		font-size: 16px;
		line-height: 26px;
	}
	.about-founder-name {
		padding-top: 30px;
	}
	.inner-blog-title h5 {
    font-size: 20px;
    line-height: 28px;
	}
	.process-tab-wrap {
	    margin-top: 42px;
	}
	.precision-outer {
    padding-top: 80px;
    padding-bottom: 58px;
	}
	.selling-service-slide .slick-slide {
    padding: 0 10px;
    height: 562px !important;
	}
	.selling-service-section {
	    padding: 60px 0;
	}
	.tabs-list::after{
		display: none;
	}
	.contact-us-right-info {
	    padding: 40px;
	}
}

@media (max-width:767px) {
	h2{
		font-size: 25px;
	}
	h5{
		font-size: 17px;
		line-height: 20px;
	}
	.hero-banner-section {
		height: 100%;
		padding: 116px 0 80px;
	}
	.banner-image {
		width: 100%;
		height: 250px;
	}
	.banner-heading {
		position: static;
		transform: none;
		padding: 0 26px;
	}
	.banner-heading h2 {
		color: #1F1F1F;
		font-size: 24px;
		letter-spacing: 0px;
		text-align: left;
	}
	.hero-banner-wrap {
		padding: 20px 24px;
		gap: 6px;
	}
	.salonCtaBlock, .clinicCtaBlock {
		left: 50%;
		right: auto;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.salonCtaBlock .black-btn, .clinicCtaBlock .black-btn {
		font-size: 12px;
        line-height: 16.8px;
        padding: 10px 30px;
	}
	.footer-left {
		width: 100%;
	}
	.footer-right {
		width: 100%;
		padding: 40px 0 0;
	}
	.footer-menu ul {
		margin: 18px 0 14px;
	}
	.ftr-logo img {
		width: 120px;
	}
	.footer-social-links {
		padding: 30px 0 0;
	}
	.footer-contact-number a{
		border: none;
	}
	.footer-menu h5 {
		font-size: 12px;
	}
	.footer-menu ul li a {
		font-size: 12px;
	}
	.footer-menu ul li {
		margin-bottom: 12px;
	}
	.footer-navigation-col {
		width: 100%;
	}
  .footer-navigation-col.mobile-footer-accordion {
      width: 100%;
  }
  .mobile-footer-accordion .footer-menu {
      border-bottom: 1px solid #ddd;
      padding: 10px 0;
  }

  .mobile-footer-accordion .footer-menu h5 {
      position: relative;
      cursor: pointer;
      margin: 0;
      padding: 20px 0;
  }
	.mobile-footer-accordion .footer-menu h5::after {
		content: '+';
		position: absolute;
		right: 0;
		font-size: 20px;
		color: #404040;
	}
    .mobile-footer-accordion .footer-menu.active h5::after {
        content: '-';
    }

    .mobile-footer-accordion .footer-menu ul {
        display: none;
        margin: 10px 0;
    }
    .mobile-footer-accordion .footer-menu.active ul {
        display: block;
    }
	.footer-copyright {
		border-top: none;
	}
	.footer-copyright {
		margin: 6px 0 110px;
	}
	.banner-inner-row .banner-heding h1 {
	    font-size: 30px;
	}
	.salon-banner-main {
	    padding-top: 380px;
	    padding-bottom: 80px;
	}
	.salon-service-sec {
	    padding: 50px 0;
	}
	.tab-link {
	    font-size: 18px;
	}
	.salon-service-sec .services-grid {
	    grid-template-columns: repeat(2, 1fr);
	    column-gap: 12px;
	    row-gap: 30px;
	}
	.top-services-main .section-title {
	    margin-bottom: 38px;
	}
	.top-services-main .services-grid {
	    grid-template-columns: repeat(2, 1fr);
	}
	.slider-main-outer .slick-list .slick-track {
	    gap: 14px;
	}
	.beauty-sec{
		padding: 60px 0;
	}
	.beauty-inner-left {
	    width: 100%;
	}
	.beauty-inner-right {
	    width: 100%;
	}
	.beauty-inner-left h2 {
	    font-size: 26px;
	}
	.beauty-inner-right .counter-box h3 {
	    font-size: 30px;
	    padding-bottom: 0px;
	}
	.beauty-inner-right .counter-box {
	    margin: 0;
	}
	.store-sec .container {
	    padding: 0;
	}
	.store-sec .store-inner-row {
	    gap: 12px;
	}
	.store-right {
	    padding: 36px 30px;
	}
	.store-custom-select {
	    max-width: 100%;
	}
	.store-options-list {
	    max-width: 100%;
	}
	.love-wall-sec {
	    padding-top: 25px;
	    padding-bottom: 30px;
	}
	.wall-grid {
	    display: flex;
	    flex-wrap: nowrap;
	    overflow-x: auto;
	    overflow-y: hidden;
	    -webkit-overflow-scrolling: touch;
	    padding-bottom: 15px;
	    scroll-behavior: smooth;
	}
	.wall-card {
		width: 300px;
		height: 290px;
		min-width: 225px;
	}
	.wall-card.wall-item1{
		order: 0;
	}
	.wall-card.wall-item2{
		order: 2;
	}
	.wall-card.wall-item3, .wall-card.wall-item5{
		order: 3;
	}
	.wall-grid .wall-card  {
	   padding: 20px;
	}
	.wall-grid .wall-card p {
	    font-size: 14px;
	    line-height: 20px;
	}
	.founder-talk-sec .linner-slide .review-text p {
	    font-size: 14px;
	}
	.wall-grid .wall-card.gradient p {
		height: 160px;
		overflow: hidden;
	}
	.sub-title {
		margin-bottom: 6px;
	}
	.wall-title-row {
		margin-bottom: 38px;
	}
	.user-testimonial-outer .testimonial-img {
	   max-width: 166px;
		padding-top: 36%;
	}
	.user-testimonial-outer .testimonial-img img {
		height: auto;
	}
	.user-testimonial-outer .testimonial-content p {
		line-height: 22px;
		font-size: 15px;
	}
	.user-testimonial-outer .testimonial-content .tetimonial-name {
		padding-top: 20px;
	}
	.testimonial-sec {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.user-testimonial-outer .testimonial-content .tetimonial-name .client-name {
		font-size: 15px;
		line-height: 20.6px;
	}
	.user-testimonial-outer .testimonial-content .tetimonial-name .client-designation {
		font-size: 14px;
		line-height: 24.6px;
	}
	.bg-img-sec .bg-text-col h4 {
		font-size: 22px;
		line-height: 31px;
	}
	.top-treatments-section {
		padding: 60px 0 70px;
	}
	.list-number p, .list-name p {
		font-size: 14px;
		line-height: 18px;
	}
	.list-number {
		width: 10%;
		margin-right: 8px;
	}
	.treatments-inner-list li {
		padding: 25px 15px;
	}
	.list-name-image img {
		width: 123px;
		height: 138px;
	}
	.treatments-inner-list li:hover .list-name-image {
		top: -5px;
	}
	.list-discription p {
		font-size: 13px;
	}
	.real-expert-left, .real-expert-right {
		width: 100%;
	}
	.real-expert-left-info h2 br{
		display: none;
	}
	.real-expert-gallery-item img{
		display: none;
	}
	.gallery-item-info {
		position: static;
	}
	.real-expert-gallery {
		display: flex;
		flex-wrap: wrap;
		gap: 34px;
		max-width: 800px;
	}
	.real-expert-wrap {
		row-gap: 30px;
	}
	.real-expert-section {
		padding: 63px 0 55px;
	}
	body.clinic-page .top-offers-sec {
		padding-top: 35px;
	}
	.about-founder-left {
		padding: 0 3px;
		width: 100%;
	}
	.about-founder-right {
		width: 100%;
	}
	.about-founder-wrap {
		flex-direction: column-reverse;
		row-gap: 25px;
	}
	.about-founder-section {
		padding: 52px 0 36px;
	}
	.about-founder-image {
		width: 223px;
		margin: auto;
		padding: 0;
	}
	.about-founder-left-info p {
		font-size: 15px;
		line-height: 23px;
		text-align: center;
	}
	.about-founder-name {
		padding-top: 19px;
		text-align: center;
	}
	.buzz-sec-main {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.certified-specialists-right{
	   padding-left: 0px;
	}
	.certified-specialists-right-info .price-title p {
	    font-size: 16px;
	    line-height: 23px;
	}
	.choose-outer .choose-list-outer .choose-list .choose-list-item {
	    padding-left: 45px;
	}
	.choose-list-item h4 {
    font-size: 20px;
    line-height: 28px;
	}
	.choose-outer {
    padding-top: 60px;
    padding-bottom: 60px;
	}
	.bottom-cta-wrapper .inner-bottom-cta p {
    font-size: 17px;
	}
	.bottom-cta-wrapper {
    margin: 58px auto 0;
	}
	.process-outer {
    padding-top: 70px;
    padding-bottom: 70px;
	}
	.process-tab-wrap .process-slide-list .process-slide-item {
    padding: 10px 8px 0;
	}
	.guide-inner-row .right-acc-wrapper {
	    padding-left: 0px;
	    width: 100%;
	}
	.guide-accordion .guide-accordion-item .guide-content {
	    padding: 6px 15px 30px;
	}
	.main-plan-outer {
	    padding-top: 20px;
	}
	.main-plan-outer .inner-col {
	    margin: 0 0px 30px;
	    padding: 20px;
	    width: 100%;
	}
	.guide-inner-row {
	    padding: 30px 30px;
	    row-gap: 20px;
	}
	.guide-inner-row .left-title-wrapper {
	    width: 100%;
	}
	.guide-inner-row .left-title-wrapper h2 {
	    max-width: 100%;
	}
	.main-price-wrap .price-title h5, .main-price-wrap .price-text h5 {
	    font-size: 18px;
	    line-height: 30px;
	}
	.plan-outer {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.faq-accordion>div {
	    width: 100%;
	}
	.faq-accordion-content p {
	    margin: 0px 0 20px;
	}
	.main-faq-block {
	    padding-top: 16px;
	}
	.faq-accordion .faq-ac-item .ac-button {
	    padding: 24px 14px;
	}
	.salon-banner-main.skin-banner {
    	background-position: center right -618px;
	}
	.contact-us-left {
	    width: 100%;
	}
	.contact-us-thumb {
	    height: 300px;
	}
	.contact-us-right {
	    width: 100%;
	}
	.form-group {
	    margin-bottom: 13px;
	}
	.medium, textarea.medium {
	    padding: 11px 17px;
	}
	.form-group label {
	    font-size: 16px;
	    margin-bottom: 6px;
	}
	.submit-btn .header-btn.contact-btn {
	    width: 172px;
	    font-size: 15px;
	    line-height: 22px;
	}
}

@media (max-width:575px) {
	h2 {
		font-size: 22px;
	}
	.footer-copyright-info {
		flex-direction: column;
	}
	.footer-copyright {
		margin: 0px 0 119px;
	}
	.salon-banner-main {
		padding-top: 315px;
		padding-bottom: 66px;
		background-position: center right -295px;
	}
	.banner-inner-row .banner-heding h1 {
		font-size: 25px;
	}
	.search-main-outer input{
		font-size: 15px;
	}
	.salon-service-sec {
		padding: 34px 0;
	}
	.main-tabing-wrap {
		padding: 20px 0 0;
	}
	.tab-link {
		font-size: 16px;
	}
	.trending-badge {
    top: 13px;
		font-size: 10px;
		line-height: 12px;
		padding: 5px 10px;
	}
	.salon-service-sec .service-card h6 {
		font-size: 15px;
		margin-top: 11px;
	}
	.btn-simple {
		font-size: 12px;
		line-height: 15px;
	}
	.linner-slider-inner .linner-slide {
		justify-content: flex-start;
	}
	.top-services-main .section-title {
		margin-bottom: 32px;
	}
	.btn-book{
		padding: 6px 20px;
	}
	.top-offers-sec {
		padding-bottom: 95px;
		padding-top: 56px;
	}
	.beauty-inner-left h2 {
		font-size: 22px;
	}
	.beauty-inner-right .counter-box {
		width: 100%;
		margin: 0 0px 27px;
		max-width: 220px;
	}
	.beauty-inner-right .counter-box p {
		line-height: 22px;
	}
	.beauty-inner-row {
		gap: 28px;
	}
	.wall-card {
		min-width: 257px;
	}
	.love-wall-sec {
		padding-top: 10px;
		padding-bottom: 25px;
	}
	.user-testimonial-outer .testimonial-img {
		max-width: 186px;
		padding-top: 40%;
		border-radius: 0px;
	}
	.user-testimonial-outer:nth-child(2n+2) {
		margin-top: 0;
	}
	.user-testimonial-outer:nth-child(2n+2) .testimonial-img,
	.user-testimonial-outer:nth-child(2n+2){
   	 margin-left: 0;
	}
	.user-testimonial-outer .testimonial-content p {
		line-height: 20px;
		font-size: 14px;
	}
	.user-testimonial-outer .testimonial-content {
		margin-top: 15px;
	}
	.user-testimonial-outer .testimonial-content .tetimonial-name .client-name {
		font-size: 14px;
		line-height: 19px;
	}
	.testimonial-sec {
		padding-top: 31px;
		padding-bottom: 33px;
	}
	.bg-img-sec {
		padding: 50px 0;
	}
	.bg-img-sec .bg-text-col h4 {
		font-size: 20px;
		line-height: 26px;
	}
	.salon-banner-main.clinic-banner {
		padding: 315px 0 80px;
	}
	.banner_card .card-number p {
		font-size: 13px;
	}
	.list-discription {
		display: none;
	}
	.treatments-list-item {
		width: 100%;
	}
	.list-name-image {
		position: static;
		visibility: visible;
		opacity: 1;
	}
	.list-name-image img {
		width: 201px;
		height: 84px;
	}
	.treatments-inner-list li:hover .list-name-image {
		position: static;
	}
	.top-treatments-section .tab-content-wrap {
		padding: 20px 0 0;
	}
	.treatments-heading {
		row-gap: 19px;
	}
	.top-treatments-section {
		padding: 60px 0 55px;
	}
	.gallery-item-info h3 {
		font-size: 28px;
	}
	.real-expert-gallery-item {
		width: 100%;
	}
	.gallery-item-large {
		justify-content: left;
	}
	.real-expert-gallery {
		gap: 5px;
	}
	.real-expert-wrap {
		row-gap: 21px;
	}
	.certified-specialists-left {
		width: 100%;
	}
	.certified-specialists-right {
		padding-left: 0;
		width: 100%;
		margin-top: 33px;
	}
	.certified-specialists-section {
		padding: 40px 0;
	}
	.certified-specialists-right-info ul {
		grid-template-columns: 1fr;
	}
	.certified-specialists-right-info ul li::after {
		width: 100%;
	}
	.certified-specialists-right-info ul li:nth-child(3):after,
	.certified-specialists-right-info ul li:nth-child(4):after {
		display: block;
	}
	.title-cta-sec .title-cta-inner h5 {
		font-size: 16px;
		line-height: 21px;
		margin: 0 30px;
	}
	.title-cta-sec {
		margin-bottom: 26px;
	}
	.about-founder-section {
		padding: 34px 0 15px;
	}
	.about-founder-left-info p {
		font-size: 14px;
		line-height: 20px;
	}
	.about-founder-wrap {
		row-gap: 20px;
		padding: 0;
	}
	.about-founder-image {
		width: 171px;
	}
	.inner-blog-title h5 {
		font-size: 16px;
		line-height: 26px;
	}
	.choose-outer .choose-list-outer .choose-list {
    column-count: 1;
	}
	.choose-outer .choose-list-outer .choose-list .choose-list-item {
	    padding: 20px 0;
	    padding-left: 41px;
	    gap: 5px;
	    width: 100%;
	}
	.choose-outer .choose-list-outer .choose-list .choose-list-item::before {
	    top: 26px;
	    font-size: 18px;
	}
	.choose-list-item h4 {
	    font-size: 18px;
	}
	.choose-list-item p {
	    font-size: 14px;
	}
	.bottom-cta-wrapper {
	    margin: 40px auto 0;
	}
	.process-tab-wrap {
	    margin-top: 29px;
	}
	.video-btn {
	    margin-top: 35px;
	}
	.precision-outer {
	    padding-top: 63px;
	    padding-bottom: 33px;
	}
	.main-price-wrap .price-title h5, .main-price-wrap .price-text h5 {
	    font-size: 17px;
	    line-height: 25px;
	}
	.salon-banner-main.skin-banner {
    background-position: center right -738px;
	}
	.salon-banner-main.inner-banner.hair-banner {
	    background-position: center left -268px;
	}
	.contact-us-right-info {
	    padding: 30px 24px;
	}
}
