@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    color: #000;
    font-family: 'Inter', sans-serif;
    margin: 0px;    
    padding: 0px;
}
body, button, input, select, optgroup, textarea{
    font-family:'Inter', sans-serif !important;
}
.page-template input[type="text"], .page-template input[type="email"], .page-template input[type="url"], .page-template input[type="password"], 
.page-template input[type="search"], .page-template input[type="number"], .page-template input[type="tel"], .page-template input[type="range"], 
.page-template input[type="date"], .page-template input[type="month"], .page-template input[type="week"], .page-template input[type="time"], 
.page-template input[type="datetime"], .page-template input[type="datetime-local"], .page-template input[type="color"]{
    border:1px solid #E2E2E2;
    border-radius:3px;
    padding:15px;
    height:50px;
    color:#666666;
    font-weight:500;
}
.container{
    max-width: 1170px;
    padding: 0px 15px;
}
header{
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
header .navbar.navbar-expand-lg{
    padding: 0px;
}
header .left-header{
    display: flex;
    align-items: center;
}
header .left-header .navbar-brand.logo-main{
    padding: 0px;
    margin: 0px;
    margin-right: 20px;
}
header .left-header select.form-control{
    background-color: #F3F5F9 !important;
    border: 1px solid #D4DCEC;
    border-radius: 3px;
    width: 130px;
    height: 40px;
    font-size: 14px;
    color: #000;
    padding: 0px;
    padding-left: 15px;
}
select.form-control{
    position: relative;
}
select.form-control{
    background:url(../images/ic-arrow-down.svg) top 16px right 15px no-repeat;
}
header .left-header select.form-control:hover, 
header .left-header select.form-control:focus{
    box-shadow: none;
    outline: none;
}
header .navbar-nav li a {
    color: #08181c !important;
    position: relative;
}
header .navbar-nav li a.active:after {
    position: absolute;
    content: '';
    right: 0px;
    background: #b18d58;
    height: 1px;
    width: 65%;
    bottom: 0px;
}
/* header .navbar-nav li {
    padding-right: 100px;
} */
header .navbar-nav li:last-child{
    padding: 0px;
}
.homebanner{
    margin-top:70px;
}
.homebanner .top-banner-title h2 {
    font-size: 80px;
    color: #0B0B45;
    font-weight: 800;
    text-align: center;
    line-height: 105%;
    max-width: 745px;
    margin: auto;
}
.homebanner .top-banner-title h2 span{
    color: #EA0A8E;
}
.homebanner .top-banner-title .ref-search {
    text-align: center;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}
.homebanner .top-banner-title .ref-search span {
    font-size: 20px;
    color: #000;
}
.homebanner .top-banner-title .ref-search span a {
    font-weight: 700;
    color: #000;
    margin: 0px 10px;
}
.homebanner .banner-search {
    max-width: 710px;
    margin: 0 auto;
    border: 1px solid #B4B4B4;
    border-radius: 3px;
    height: 50px;
    display: flex;
    align-items: center;
}
.banner-search .banner-inner-search .banner-search-panel .form-control {
    border: 0px;
}   
.homebanner .banner-search .banner-inner-search form{
    display: flex;
}
.banner-search .banner-inner-search .banner-search-panel {
    border-right: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
    width: 33.33%;
}
.homebanner .banner-search .banner-inner-search form .form-right-submit {
    width: 6%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homebanner .banner-search .banner-inner-search form .form-right-submit button {
    background: transparent;
    border: 0px;
}
.homebanner .banner-search .banner-inner-search form .form-right-submit button span{
    display: none;
}
.banner-search .banner-inner-search .banner-search-panel .left-search-ico {
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-search .banner-inner-search .banner-search-panel .form-control {
    border: 0px;
    padding: 0px;
    border: 0px;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    height: 40px;
}
.banner-search .banner-inner-search .banner-search-panel .form-control:hover, 
.banner-search .banner-inner-search .banner-search-panel .form-control:focus{
    outline: none;
    box-shadow: none;
}
.homebanner .banner-search .banner-inner-search form .form-left-boxes {
    display: flex;
    width: 94%;
}
header .right-btn .blue-btn {
    background: #ea0a8e 0% 0% no-repeat padding-box;
    border-radius: 3px;
    font-size: 16px;
    border: 1px solid transparent;
    padding: 10px 20px;
    color: #fff;
}
header .right-btn .blue-btn:hover{
    background: #0B0B45;
    border-color: #0B0B45;
    color: #fff;
}
header .navbar-collapse{
    justify-content: flex-end;
}
header .navbar-collapse .navbar-nav {
    margin-right: 40px;
}
header .navbar-collapse .navbar-nav li{
    margin-right: 40px;
}
header .navbar-collapse .navbar-nav li.active a, 
header .navbar-collapse .navbar-nav li a:hover{
    color: #EA0A8E !important;
}
header .navbar-collapse .navbar-nav li a {
    text-align: right;
    letter-spacing: 0px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    padding: 0px !important;
    transition: all .3s;
}
.blue-btn {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    background: #0B0B45 0% 0% no-repeat padding-box;
    border-radius: 3px;
    font-size: 16px;
    padding: 10px 20px;
    transition: all .3s;
}
.blue-btn:hover{
    border: 1px solid #03252c;
    background: transparent;
    color: #03252c;
}
.best-saloon-sec{
    margin-top:130px;
}
.title{
    width:100%;
    text-align:center;
}
.title h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 0px;
    color: #000;
    line-height: 100%;
    position: relative;
    padding-bottom: 10px;
}
.title h3 span{
    color: #EA0A8E;
}
.title p {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
}
.best-saloon-sec .title p {
    margin-bottom: 0;
}



.saloon-list-slider .item-slide{
    padding: 0px 15px;
}
.saloon-list-slider .item-slide a{
    text-decoration: none;
}
.saloon-list-slider .item-slide a figure {
    overflow: hidden;
    border-radius: 8px;
}
.saloon-list-slider{
    margin-top: 30px;
}
.saloon-list-slider .item-slide .item-des h3 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}
.saloon-list-slider .item-slide .item-des ul {
    margin: 0px;
    padding: 0px;
    display: flex;
}
.saloon-list-slider .item-slide .item-des ul li {
    list-style: none;
    display: flex;
    margin-right: 20px;
    align-items: center;
}
.saloon-list-slider .item-slide .item-des ul li figure{
    margin: 0px;
    margin-right: 5px;
}
.saloon-list-slider .item-slide figure img{
    width: 100%;
    transition: 0.4s;
    max-height: 170px;
    object-fit: cover;
}
.saloon-list-slider .item-slide:hover figure img{
    transform: scale(1.10);
}
/* .saloon-list-slider .slick-track {
    padding: 30px 0px;
} */
.saloon-list-slider .item-slide .item-des ul li span {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: normal;
}
.saloon-list-slider .prev-arrow {
    width: 30px;
    height: 30px;
    background: url(../images/arrow_left.svg) no-repeat center;
    border: 0px;
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
    left: -30px;
}
.saloon-list-slider .next-arrow {
    width: 30px;
    height: 30px;
    background: url(../images/arrow_right.svg) no-repeat center;
    border: 0px;
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
    right: -30px;
}
.appointment-sec {
    margin-top: 80px;
}
.appointment-sec .appointment-box {
    background: #F6F8FC;
    border-radius: 20px;
    padding: 60px;
    background-image: url(../images/mobile.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.appointment-sec .appointment-box .appointment-left h3 {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    line-height: 120%;
    display: block;
    margin-bottom: 20px;
}
.appointment-sec .appointment-box .appointment-left .appoint-sub {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 30px;
}
.appointment-sec .appointment-box .appointment-left .stats-download {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #E2E2E2;
}
.appointment-sec .appointment-box .appointment-left .stats-download li {
    width: 50%;
    list-style: none;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    color: #000;
}
.appointment-sec .appointment-box .appointment-left .stats-download li strong {
    color: #EA0A8E;
    font-size: 24px;
    font-weight: 700;
}
.appointment-sec .appointment-box .appointment-left .download-btn-sec {
    margin-top: 30px;
}
.appointment-sec .appointment-box .appointment-left .download-btn-sec h4 {
    font-size: 26px;
    color: #000;
    font-weight: 600;
}
.appointment-sec .appointment-box .appointment-left .download-btn-sec ul {
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    display: flex;
}
.appointment-sec .appointment-box .appointment-left .download-btn-sec ul li{
    list-style: none;
    margin-right: 20px;
}
.appointment-sec .appointment-box .appointment-left .download-btn-sec ul li:last-child{
    margin-right: 0px;
}
.saloon-features-sec {
    margin-top: 80px;
}
.saloon-features-sec .features-lists {
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}
.saloon-features-sec .features-lists li {
    width: 33.33%;
    list-style: none;
    text-align: center;
    margin-bottom: 30px;
    padding: 0px 15px;
}
.saloon-features-sec .features-lists li span {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
.best-saloon-boxes {
    margin-top: 80px;
}
.best-saloon-boxes .saloon-blog-item {
    width: 33.33%;
    height: 533px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}
.best-saloon-boxes .saloon-blog-item:hover .blog-img-bg{
    transform: scale(1.10);
}
.best-saloon-boxes .saloon-blog-item .blog-img-bg {
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: 0.4s;
}
.best-saloon-boxes .saloon-blog-item .blog-img-bg::before{
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000CC 100%) 0% 0% no-repeat padding-box;
}
.best-saloon-boxes .saloon-blog-item .blog-content {
    z-index: 99;
    position: absolute;
    bottom: 50px;
    text-align: center;
    padding: 0px 50px;
}
.best-saloon-boxes .saloon-blog-item .blog-content h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}
.best-saloon-boxes .saloon-blog-item .blog-content span{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}


.reviews-sec {
    padding: 80px 0px;
    border-bottom: 1px solid #E0E0E0;
}
.review-list-slider .item-slide {
    padding: 0px 15px;
}
.review-list-slider .item-slide .revie-item-inner {
    background: #F6F8FC 0% 0% no-repeat padding-box;
    border-radius: 30px;
    padding: 50px 30px;
    min-height: 380px;
}
.revie-item-inner .top-review-icons ul {
    margin: 0px;
    padding: 0px;
    display: flex;
}
.revie-item-inner .top-review-icons ul li {
    list-style: none;
    margin-right: 15px;
}
.review-list-slider .item-slide .revie-item-inner .review-title {
    font-size: 22px;
    font-weight: 700;
    color: #0B0B45;
    display: block;
    margin: 30px 0px 15px 0px;
}
.review-list-slider .item-slide .revie-item-inner .review-des {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 170%;
    min-height: 100px;
    display: block;
    word-wrap: break-word;
}
.review-list-slider .item-slide .revie-item-inner .review-by {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.review-list-slider .item-slide .revie-item-inner .review-by figure {
    margin: 0px;
    margin-right: 15px;
    flex-shrink: 0;
}
.review-list-slider .item-slide .revie-item-inner .review-by .reviewd-details strong {
    color: #EA0A8E;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.review-list-slider .item-slide .revie-item-inner .review-by .reviewd-details span {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: block;
    min-height: 48px;
}
.review-list-slider .prev-arrow {
    width: 30px;
    height: 30px;
    background: url(../images/arrow_left.svg) no-repeat center;
    border: 0px;
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
    left: -30px;
}
.review-list-slider .next-arrow {
    width: 30px;
    height: 30px;
    background: url(../images/arrow_right.svg) no-repeat center;
    border: 0px;
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
    right: -30px;
}
.cities-sec {
    padding: 80px 0px;
}
.city-title h3 {
    color: #101928;
    font-size: 22px;
    font-weight: 500;
    display: block;
    margin-bottom: 30px;
}
.cities-boxes ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;
}

.cities-boxes .cities-lists li{
    list-style: none;
    margin-bottom: 15px;
}
.cities-boxes .cities-lists li a {
    color: #101928;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
footer {
    background: #000000c9;
    padding-top: 80px;
}
.footer-widget h3 {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 17px;
    display: block;
    margin-bottom: 20px;
    white-space: nowrap;
}
.footer-widget .footer-menus {
    margin: 0px;
    padding: 0px;
}
.footer-widget .footer-menus li {
    list-style: none;
    margin-bottom: 10px;
}
.footer-widget .footer-menus li a {
    color: #B4B4B4;
    text-decoration: none;
    font-size: 16px;
}


.news-left-sec {
    padding: 30px;
    border: 3px solid #b18d58;
    display: flex;
    flex-direction: column;
    height: 160px;
    justify-content: center;
}
.news-left-sec span {
    font-size: 24px;
    font-weight: 300;
}
.news-left-sec strong {
    font-weight: 700;
    font-size: 28px;
    display: block;
    margin-top: 10px;
}
.news-left-sec strong a{
    color: #08181c;
    text-decoration: none;
}
.news-right-sec .news-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-right-sec .news-form>label {
    color: #B4B4B4;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}
.news-right-sec .news-form .form-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.news-right-sec .news-form .form-group .form-control {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    width: 66%;
    color: #B4B4B4;
    font-size: 16px;
}
.news-right-sec .news-form .form-group .form-control:focus{
    box-shadow: none;
}
.news-right-sec .news-form .form-group .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #B4B4B4;
    opacity: 1; /* Firefox */
  }
  
  .news-right-sec .news-form .form-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #B4B4B4;
  }
  
  .news-right-sec .news-form .form-group .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #B4B4B4;
  }
  .news-right-sec .news-form .form-group .newsletter-btn {
    background: #EA0A8E;
    color: #FFF600;
    border: 0px;
    text-decoration: none;
    font-weight: 600;
    padding: 12px 18px;
    border-radius: 5px;
    font-size: 18px;
    transition: all .3s;
    white-space: nowrap;
}
.news-right-sec .news-form .form-group .newsletter-btn:hover{
    background: #fff;
    color: #9c7c4c;   
}
.newsletter-sec{
    padding-bottom: 120px;
}
.footer-downloads ul{
    padding: 0px;
    margin: 0px;
    display: flex;
    margin-top: 30px;
}
.footer-downloads ul li{
    list-style: none;
    margin-right: 20px;
}
.footer-copyright {
    margin-top: 80px;
        margin-top: 15px;
    border-top: 1px solid #ffffff;
    padding: 40px 0px;
}
.footer-copyright .copyright-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-copyright .copyright-sec .copyright-left {
    display: flex;
    align-items: center;
}
.footer-copyright .copyright-sec .copyright-left figure {
    margin: 0px;
    margin-right: 20px;
}
.footer-copyright .copyright-sec .copyright-left span {
    color: #B4B4B4;
    font-size: 16px;
}
.footer-copyright .copyright-sec .copyright-left span strong {
    color: #FFFFFF;
    font-weight: 600;
}
.footer-social ul {
    padding: 0px;
    margin: 0px;
    display: flex;
}
.footer-social ul li{
    list-style: none;
    margin-right: 40px;
}
.category-search.homebanner .top-banner-title h2 {
    font-size: 40px;
}
.category-search.homebanner .banner-search {
    margin-top: 30px;
    max-width: 670px;
    justify-content: space-between;
}
.category-search.homebanner .banner-search .banner-inner-search{
    width: 100%;
}
.category-search.homebanner .banner-search .banner-inner-search .form-left-boxes{
    width: 100%;
}
.category-search .banner-search .banner-inner-search .banner-search-panel{
    width: 50%;
}
.category-search .banner-search .banner-inner-search .landing-page-search-panel{
    width: 100%;
}
.category-search.homebanner .top-banner-title .ref-search{
    margin-bottom: 0px;
}
.category-saloon{
    margin-top: 90px;
}
.saloon-result-lists {
    margin-top: 50px;
}
.result-top-sec {
    border-top: 1px solid #e2e2e2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
}
.result-top-sec .result-left h3 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
}
.result-top-sec .result-left span {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    display: block;
    margin-top: 10px;
}
.result-top-sec .result-right {
    display: flex;
    align-items: center;
}
.result-top-sec .result-right select.form-control {
    border: 0px;
    padding: 8px 40px 8px 20px;
    color: #000000;
    font-size: 16px;
    background: #F3F5F9 url(../images/ic-arrow-down.svg) top 22px right 20px no-repeat;
}
.result-top-sec .result-right .result-filter {
    display: flex;
    align-items: center;
    margin-left: 20px;
    width: 120px;
    height: 40px;
    background: #F3F5F9 0% 0% no-repeat padding-box;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-weight: 600;
}
.result-top-sec .result-right .result-filter {
    display: flex;
    align-items: center;
    margin-left: 20px;
    background: #F3F5F9 0% 0% no-repeat padding-box;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    padding: 8px 20px;
}
.result-top-sec .result-right .result-filter img{
    margin-right:10px;
}
.result-data-tabs{
    margin-top:30px;
}
.result-data-tabs .nav-tabs{
    border:0px;
}
.result-data-tabs .nav-tabs li{
    margin-right:20px;
}
.result-data-tabs .nav-tabs li button{
    border:1px solid #EBEBEB;
    border-radius:3px;
    font-weight:600;
    position:relative;
    color:#666666 !important;
    padding:15px 90px 14px 15px;
    font-size:14px;
    line-height:normal;
}
.result-data-tabs .nav-tabs li button.active{
    border-color: #EA0A8E;
    color: #EA0A8E !important;
}

.result-data-tabs .nav-tabs li button#home-tab::before{
    background: url(../images/listing-tabs-sprite.png);
    width: 63px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 9px;
    content: '';
}
.result-data-tabs .nav-tabs li button.active#home-tab::before{
    background-position: 0px 30px;
}
.result-data-tabs .nav-tabs li button#profile-tab::before {
    background: url(../images/listing-tabs-sprite.png);
    width: 23px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 8px;
    content: '';
    background-position: 53px 0px;
}
.result-data-tabs .nav-tabs li button.active#profile-tab::before{
    background-position: 53px 30px;
}
.result-data-tabs .nav-tabs li button#contact-tab::before{
    background: url(../images/listing-tabs-sprite.png);
    width: 33px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 8px;
    content: '';
    background-position: 85px 0px;
}
.result-data-tabs .nav-tabs li button.active#contact-tab::before{
    background-position: 85px 30px;
}
.result-data-tabs .nav-tabs li button#save-tab::before{
    background: url(../images/listing-tabs-sprite.png);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 8px;
    content: '';
    background-position: 30px 0px;
}
.result-data-tabs .nav-tabs li button.active#save-tab::before{
    background-position: 30px 30px;
}
.result-listing {
    margin-top: 50px;
}
.result-listing .result-item {
    display: flex;
    margin-bottom: 50px;
}
.result-listing .result-item .result-img {
    min-width: 470px;
    min-height: 380px;
    margin: 0px;
    border-radius: 8px;
    overflow: hidden;
}
.result-listing .result-item .result-img img {
    width: 100%;
    max-height: 470px;
    border-radius: 8px;
    max-width: 470px;
    transition: .4s;
    height: 100%;
    object-fit: cover;
}
.result-listing .result-item .result-img:hover img{
    transform: scale(1.10);
}
.result-listing .result-item .result-item-right {
    padding-left: 50px;
    width: 670px;
}
.result-listing .result-item .result-item-right .top-result{
    display: flex;
    justify-content: space-between;
}
.result-listing .result-item .result-item-right .top-result .result-rate{
    display: flex;
    flex-direction: column;
}
.result-rate {
    width: 120px;
    border: 1px solid #EA0A8E;
    align-items: center;
    border-radius: 3px;
    height: fit-content;
    overflow: hidden;
}
.result-rate span {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0px;
}
.result-rate span img {
    margin-right: 5px;
}
.result-rate strong {
    background: #EA0A8E;
    font-size: 14px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    padding: 7px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.result-item-right .top-result .result-data h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    display: block;
    margin-bottom: 15px;
}
.result-item-right .top-result .result-data .result-navs {
    padding: 0px;
    margin: 0px;
    display: flex;
    margin-bottom: 15px;
}
.result-item-right .top-result .result-data .result-navs li {
    list-style: none;
    margin-right: 20px;
}
.result-item-right .top-result .result-data .result-offer-text {
    border-radius: 3px;
    background: #FFF600;
    margin-top: 15px;
    padding: 5px 10px;
}
.result-item-right .result-prices-sec {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e2e2e2;
}
.result-item-right .result-prices-sec .start-price {
    background: #F3F5F9;
    border-radius: 3px;
    font-size: 16px;
    padding: 10px 15px;
}
.result-item-right .result-prices-sec .start-price span{
    font-weight: 700;
}
.result-prices-sec ul{
    padding: 0px;
    margin-top: 20px;
    margin-left: 0;
}
.result-prices-sec ul li {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.result-prices-sec ul li .price-left {
    display: flex;
    flex-direction: column;
}
.result-prices-sec ul li .price-left span {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.result-prices-sec ul li .price-left strong{
    font-weight: 400;
    font-size: 14px;
}
.result-prices-sec ul li .price-service {
    font-size: 16px;
    font-weight: 500;
}
.result-prices-sec .see-more-text {
    font-size: 16px;
    font-weight: 500;
    color: #EA0A8E;
    text-decoration: none;
}





/***************************/
/* COMPONENT GALLERY *******/
/***************************/
.grid-area{position: relative;overflow: hidden;}
.grid-area img{position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;border-radius: var(--br-img, 16px);}
.component--gallery .gallery{min-height: 370px;display: grid;gap: var(--gap-100, 15px);overflow: hidden;}
.component--gallery .gallery .grid-area-a{grid-area: a;}
.component--gallery .gallery .grid-area-b{grid-area: b;}
.component--gallery .gallery .grid-area-c{grid-area: c;}
.component--gallery .gallery .grid-area-d{grid-area: d;}
.component--gallery .gallery .grid-area-e{grid-area: e;}

.component--gallery .gallery{grid-template-areas:"a a b c""a a d e";}
.component--gallery .gallery[data-gallery-images="4"]{grid-template-areas:"a a b c""a a b d";}
.component--gallery .gallery[data-gallery-images="3"]{grid-template-areas:"a a b c";}
.component--gallery .gallery[data-gallery-images="2"]{grid-template-areas:"a b";}
.component--gallery .gallery[data-gallery-images="1"]{grid-template-areas:"a";}

.component--gallery .gallery[data-gallery-images="4"] .grid-area-e,
.component--gallery .gallery[data-gallery-images="3"] .grid-area-e,
.component--gallery .gallery[data-gallery-images="3"] .grid-area-d,
.component--gallery .gallery[data-gallery-images="2"] .grid-area-e,
.component--gallery .gallery[data-gallery-images="2"] .grid-area-d,
.component--gallery .gallery[data-gallery-images="2"] .grid-area-c,
.component--gallery .gallery[data-gallery-images="1"] .grid-area-e,
.component--gallery .gallery[data-gallery-images="1"] .grid-area-d,
.component--gallery .gallery[data-gallery-images="1"] .grid-area-c,
.component--gallery .gallery[data-gallery-images="1"] .grid-area-b{display: none;}

.component--gallery .gallery .gallery__image,
.component--gallery .gallery .gallery__image img{border-radius: 3px;}
.component--gallery .gallery .gallery__image img{transition:all 800ms cubic-bezier(0,0,.50,1) ;}

.component--gallery .gallery .gallery__image a{display: block;}
.component--gallery .gallery .gallery__image a:hover img,
.component--gallery .gallery .gallery__image a:focus img{transform: scale(1.05);}
.component--gallery .gallery .gallery__more{position: absolute;inset: 0;background-color: #00000050; z-index: 1;display: flex;justify-content: center;align-items: center; font-size: 20px; font-weight: 600; color: #fff;pointer-events: none;}

@media(max-width:1024px){
  /* .component--gallery .gallery{min-height: 300px;grid-template-areas:"a";} */
  /* .component--gallery .gallery .grid-area-b,
  .component--gallery .gallery .grid-area-c,
  .component--gallery .gallery .grid-area-d,
  .component--gallery .gallery .grid-area-e{display: none;} */

  .component--gallery .gallery[data-show-more="true"] .gallery__more,
  .component--gallery .gallery__more__icon img{position: relative;margin-top: -2px;width: 20px;}
}
@media(max-width:767px){.component--gallery .gallery{min-height: 250px;}}






:root {
    --color-gray: #e2ebf6;
    --color-dark-gray: #c4d1e1;
    --radio-border-width: 2px;
    --radio-size: 1.5em;
  }

  
  .radio {
    font-size: inherit;
    margin: 0;
    position: absolute;
    right: calc(var(--card-padding) + var(--radio-border-width));
    top: calc(var(--card-padding) + var(--radio-border-width));
  }
  
  @supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .radio {
      -webkit-appearance: none;
      -moz-appearance: none;
      background: #fff;
      border: var(--radio-border-width) solid var(--color-gray);
      border-radius: 50%;
      cursor: pointer;
      height: var(--radio-size);
      outline: none;
      transition: background 0.2s ease-out, border-color 0.2s ease-out;
      width: var(--radio-size);
    }
    .radio::after {
      border: var(--radio-border-width) solid #fff;
      border-top: 0;
      border-left: 0;
      content: "";
      display: block;
      height: 0.75rem;
      left: 25%;
      position: absolute;
      top: 50%;
      transform: rotate(45deg) translate(-50%, -50%);
      width: 0.375rem;
    }
    .radio:checked {
        background: #EA0A8E;
        border-color: #EA0A8E;
    }
  }



  input[type=checkbox] + label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
  }
  
  input[type=checkbox] {
    display: none;
  }
  
  input[type=checkbox] + label:before {
    content: "\2714";
    border: 0.1em solid #000;
    border-radius: 0.2em;
    display: inline-block;
    width: 1em;
    height: 1em;
    padding-left: 5px;
    padding-bottom: 0px;
    margin-right: 15px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    font-size: 18px;
}
  
  /* input[type=checkbox] + label:active:before {
    transform: scale(0);
  } */
  
  input[type=checkbox]:checked + label:before {
    background: #EA0A8E !important;
    border-color: #EA0A8E !important;
    color: #fff;
  }

  .top-detail-gallery{
    margin-top: 40px;
  }
  .detail-page-sec {
    width: 100%;
    margin-top: 40px;
    border-bottom: 1px solid #e2e2e2;
}
.top-detail-data {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-detail-data .left-detail-top h3 {
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}
.top-detail-data .left-detail-top .result-navs {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
}
.top-detail-data .left-detail-top .result-navs li {
    list-style: none;
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.top-detail-data .left-detail-top .result-navs li span {
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px;
}
.top-detail-data .right-detail-top {
    display: flex;
    align-items: center;
}
.top-detail-data .right-detail-top .get-direction {
    margin-right: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid #0B0B45;
    padding: 9px 10px;
    border-radius: 3px;
}
.top-detail-data .right-detail-top .get-direction strong {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-top: 3px;
}
.detail-details-tab {
    margin-top: 40px;
}
.nav-tabs.border-tabs li .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    border: 0px;
    border-bottom: 2px solid transparent;
    margin: 0px;
}
.nav-tabs.border-tabs li .nav-link.active{
    color: #EA0A8E;
    border-bottom: 2px solid #EA0A8E;
}
.detail-details-tab .nav-tabs {
    border-color: #e2e2e2;
    margin-left: 0;
}
.book-service-data {
    display: flex;
}
.book-service-data .left-filter-panel {
    width: 25%;
}
.book-service-data .right-detail-result {
    width: 75%;
}
.book-service-data .left-filter-panel .filter-item {
    padding: 20px 0px;
    border-bottom: 1px solid #e2e2e2;
}
.book-service-data .left-filter-panel .filter-item:last-child{
    border: 0px;
}
.book-service-data .left-filter-panel .filter-item h4 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}
.book-service-data .left-filter-panel .filter-item .grid {
    display: flex;
}
.book-service-data .left-filter-panel .filter-item .grid .card{
    width: 50%;
    border: 0px;
}
.book-service-data .left-filter-panel .filter-item .grid .card input{
    width: 30px;
    height: 30px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.book-service-data .left-filter-panel .filter-item .grid .card input::after{
    width:8px;
}
.book-service-data .left-filter-panel .filter-item .grid .card span{
    padding-left:38px;
    padding-top:3px;
    font-size:16px;
}
.book-service-data .left-filter-panel .filter-item .filter-lists ul{
    padding: 0px;
    margin: 0px;
}
.book-service-data .left-filter-panel .filter-item .filter-lists ul li{
    list-style: none;
    margin-bottom:25px;
}
.book-service-data .left-filter-panel .filter-item .filter-lists ul li a{
    color:#000000;
    font-size:16px;
    font-weight:500;
    text-decoration:none;
    transition:all .3s;
}
.book-service-data .left-filter-panel .filter-item .filter-lists ul li.active a,
.book-service-data .left-filter-panel .filter-item .filter-lists ul li a:hover{
    color:#EA0A8E;
}
.book-service-data .left-filter-panel .filter-item .offers-checklist label{
    margin:0px;
    padding:0px;
    margin-bottom:15px;
    display:flex;
    align-items:center;
    font-size:16px;
}
.book-service-data .left-filter-panel .filter-item .offers-checklist label::before{
    width:30px;
    height:30px;
    border-color:#666666;
}
.book-service-data .right-detail-result{
    width:75%;
    padding-left:30px;
    border-left:1px solid #e2e2e2;
}
.book-service-data .right-detail-result .top-result-search{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:15px;
}
.book-service-data .right-detail-result .top-result-search h3{
    font-size:20px;
    font-weight:500;
    color:#000000;
}
.book-service-data .right-detail-result .top-result-search .service-search{
    position:relative;
}
.book-service-data .right-detail-result .top-result-search .service-search .form-control{
    background:#F3F5F9;
    border:0px;
    height:40px;
    width:270px;
    padding:12px;
}
.book-service-data .right-detail-result .top-result-search .service-search .service-search-btn {
    position:absolute;
    right:15px;
    top:6px;
}
.offers-lists {
    margin-top: 10px;
}
.right-detail-result .offers-lists ul{
    padding:0px;
    margin:0px -10px !important;
    display:flex;
    align-items:flex-end;
}
.right-detail-result .offers-lists ul li {
    list-style: none;
    padding: 0px 10px;
}
.right-detail-result .offers-lists ul li .offer-inner-box {
    padding: 10px;
    box-shadow: 0px 3px 4px #0000001A;
    border: 1px solid #EBEBEB;
    border-radius: 0px 3px 3px 3px;
    display: flex;
}
.right-detail-result .offers-lists ul li .offer-inner-box figure {
    margin: 0px;
}
.right-detail-result .offers-lists ul li .offer-inner-box figure img {
    max-height: 30px;
}
.right-detail-result .offers-lists ul li .offer-inner-box .offer-right-details .offer-title {
    color: #EA0A8E;
}
.right-detail-result .offers-lists ul li .offer-inner-box .offer-right-details .offer-des {
    font-size: 14px;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.right-detail-result .offers-lists ul li .offer-inner-box .offer-right-details .usecode {
    font-size: 14px;
    color: #666666;
    display: block;
    white-space: nowrap;
}
.right-detail-result .offers-lists ul li .offer-inner-box .offer-right-details .usecode strong {
    color: #EA0A8E;
    font-weight: 400;
}
.right-detail-result .offers-lists ul li.selected .offer-tag {
    background: #EA0A8E;
    color: #fff;
    padding: 3px 10px;
    font-size: 13px;
    font-weight: 600;
}
.right-detail-result .offers-lists ul li.selected .offer-inner-box {
    box-shadow: 0px 3px 4px #0000001A;
    border: 1px solid #EA0A8E;
}
.right-detail-result .detail-service-lists{
    padding: 30px 0px;
    border-bottom: 1px solid #e2e2e2;
}
.right-detail-result .detail-service-lists:last-child{
    border: 0px;
}
.right-detail-result .detail-service-lists h4 {
    color: #EA0A8E;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
    font-weight: 500; 
}
.book-about-data{
    padding: 25px 0px;
}
.book-about-data .about-saloon p {
    color: #000;
    line-height: 180%;
}
.saloon-about {
    padding: 20px;
    border: 1px solid #e2e2e2;
    height: 100%;
    width: 100%;
    border-radius: 3px;
}
.saloon-about h3 {
    color: #EA0A8E;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}
.saloon-about ul {
    padding: 0px;
    margin: 0px;
}
.saloon-about ul li{
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.saloon-about ul li span {
    font-size: 16px;
    font-weight: 500;
    width: 55%;
    display: flex;
}
.saloon-about ul li span:first-child {
    width: 45%;
}
.saloon-about ul li span:last-child{
    justify-content: end;
}
.facilities-about.saloon-about ul li span:last-child{
    justify-content: flex-start;
}
.saloon-contact-sec {
    height: 100%;
    border: 1px solid #e2e2e2;
    padding: 20px;
    border-radius: 3px;
}
.saloon-contact-sec .call-details{
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
}
.saloon-contact-sec .call-details h3 {
    color: #EA0A8E;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}
.saloon-contact-sec .call-details a {
    color: #000000;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 5px;
}
.saloon-contact-sec .direction-details .address-text {
    display: block;
    margin-top: 20px;
    font-weight: 500;
}
.saloon-contact-sec .direction-details .get-direction-cta {
    margin-top: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.saloon-contact-sec .direction-details .get-direction-cta span {
    color: #EA0A8E;
    font-weight: 600;
    margin-left: 10px;
}
.book-review-data {
    padding: 40px 0px;
}
.book-review-data .top-reviews-sec {
    display: flex;
}
.book-review-data .top-reviews-sec .left-reviews-text {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.book-review-data .top-reviews-sec .left-reviews-text h2 {
    font-size: 100px;
    color: #000000;
    font-weight: 300;
    line-height: 100%;
}
.top-reviews-sec .left-reviews-text .reviews-stars {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
}
.top-reviews-sec .left-reviews-text .reviews-stars li {
    list-style: none;
    margin-right: 7px;
}
.top-reviews-sec .left-reviews-text .reviews-stars li img{
    width: 35px;
}
.top-reviews-sec .left-reviews-text strong {
    color: #666666;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-top: 20px;
}
.top-reviews-sec .right-review-sec {
    width: 50%;
    display: flex;
}
.top-reviews-sec .right-review-sec .reviews-labels {
    padding: 0px;
    margin: 0px;
    width: 14%;
}
.top-reviews-sec .right-review-sec .reviews-labels li {
    list-style: none;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}
.top-reviews-sec .right-review-sec .review-progressbar {
    margin: 0px;
    padding: 0px;
    width: 92%;
}
.top-reviews-sec .right-review-sec .review-progressbar li {
    list-style: none;
    margin-bottom: 8px;
}
.top-reviews-sec .right-review-sec .review-progressbar li .review-progress {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-reviews-sec .right-review-sec .review-progressbar li .review-progress .progrss-bg {
    width: 86%;
    background: #F4F7FC;
    height: 20px;
}
.top-reviews-sec .right-review-sec .review-progressbar li .review-progress .progrss-bg .progress-colored{
    width: 91%;
    display: inline-block;
    background: #EA0A8E;
    height: 20px;
}
.top-reviews-sec .right-review-sec .review-progressbar li .review-progress .progress-export {
    font-size: 18px;
    font-weight: 500;
}
.book-review-data .top-reviews {
    margin-top: 40px;
}
.book-review-data .top-reviews .top-title-reviews {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.book-review-data .top-reviews .top-title-reviews h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    white-space: nowrap;
}
.book-review-data .top-reviews .top-title-reviews .form-control {
    width: 210px;
    background-color: #F3F5F9;
    border: 0px;
    background-position: top 23px right 15px;
}
.reviews-lists {
    margin-top: 30px;
}
.reviews-lists .review-items {
    margin-bottom: 20px;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    padding: 20px;
    display: flex;
}
.reviews-lists .review-items figure {
    margin: 0px;
    margin-right: 40px;
}
.reviews-lists .review-items figure img {
    width: 80px;
    border-radius: 80px;
    min-width: 80px;
}
.review-items .reviewes-content .reviewd-details .details-left {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
.review-items .reviewes-content .reviewd-details .details-left .reviews-stars {
    padding: 0px;
    margin: 0px;
    display: flex;
}
.review-items .reviewes-content .reviewd-details .details-left .reviews-stars li{
    list-style: none;
}
.review-items .reviewes-content .reviewd-details .details-left h3 {
    font-size: 18px;
    color: #292929;
    font-weight: 500;
    display: block;
    margin-top: 5px;
}
.review-items .reviewes-content .reviewd-details {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.review-items .reviewes-content .reviewd-details span {
    margin-top: 5px;
    color: #292929;
    font-weight: 500;
}
.review-items .reviewes-content .reviews-data {
    margin-top: 20px;
}
.review-items .reviewes-content .reviews-data p {
    line-height: 180%;
}
.load-more-reviews a {
    color: #EA0A8E;
    text-decoration: none;
}
.load-more-reviews {
    display: flex;
    justify-content: flex-end;
}
.book-portfolio-data{
    padding: 30px 0px;
}
.book-portfolio-data .portfolio-lists ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    /* margin: 0px -15px; */
}
.book-portfolio-data .portfolio-lists ul li {
    padding: 0px 15px;
    margin-bottom: 30px;
    list-style: none;
    width: 33.33%;
}
.book-portfolio-data .portfolio-lists ul li a img {
    width: 100%;
    max-height: 235px;
    object-fit: cover;
}
.contact-us-sec {
    background: #F6F8FC;
    padding: 70px 0px;
}
.left-contact h3 {
    font-size: 40px;
    color: #0B0B45;
    font-weight: 800;
    display: block;
    margin-bottom: 15px;
}
.left-contact span {
    color: #000000;
    font-size: 20px;
    display: block;
    margin-bottom: 30px;
}
.left-contact .contact-details-lists {
    margin: 0px;
    padding: 0px;
    display: flex;
    margin-bottom: 50px;
}
.left-contact .contact-details-lists li {
    list-style: none;
    width: 50%;
}
.left-contact .contact-details-lists li a {
    color: #EA0A8E;
    font-size: 20px;
    text-decoration: none;
}
.contact-right {
    background: #fff;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    padding: 30px;
    width: 100%;
}
.form-control {
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    padding: 15px;
    min-height: 50px;
    color: #666666;
    font-weight: 500;
}
.contact-right .form-group {
    margin-bottom: 20px;
}
.contact-right .form-group textarea.form-control {
    height: 100px;
    resize: none;
}
.contact-right .blue-btn{
    width:100%;
    background:#EA0A8E;
    display:block;
    text-align:center;
    height:50px;
    line-height:50px;
    padding:0px;
    border:1px solid transparent;
    color:#fff;
}
.contact-right .blue-btn:hover{
    border: 1px solid #EA0A8E;
    background: #fff;
    color: #EA0A8E;
}
.filter-detail-mobile{
    display: none;
}
.faq-details-tab ul {
    display: flex;
    flex-direction: column;
    border: 0px;
    margin-bottom: 5px;
}
.faq-details-tab ul li .nav-link.active {
    box-shadow: 0px 5px 10px #0000000D;
    border-radius: 3px;
    border: 0px !important;
}
.right-faq-data {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}
.faq-top-title h2 {
    color: #000000;
    font-weight: 600;
    font-size: 30px;
    display: block;
    margin-top: 30px;
    padding-left: 30px;
    margin-bottom: 20px;
}
.right-faq-data .nav-tabs {
    padding: 0px 30px;
}
.right-faq-data .tab-content .accordion-flush {
    padding: 0px 30px;
}
.right-faq-data .tab-content .accordion-flush .accordion-header button {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    padding: 1.25rem;
}
.right-faq-data .tab-content .accordion-flush .accordion-header button:focus, 
.accordion-button:not(.collapsed){
    box-shadow: none;
    border: 0px;
    background: #fff;
}
.right-faq-data .tab-content .accordion-flush .accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.right-faq-data .tab-content .accordion-flush .accordion-body{
    padding-top: 0px;
}
.terms-content-sec {
    padding: 0px 30px;
    padding-bottom: 20px;
}
.terms-content-sec strong {
    color: #292929;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.terms-content-sec p {
    text-align: left;
    font: normal normal normal 16px/30px Inter;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 10px;
}
.terms-content-sec ul {
    margin: 0px;
    padding: 0px;
}
.terms-content-sec ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font: normal normal normal 16px/30px Inter;
}
.terms-content-sec ul li:before{
    position: absolute;
    content: '';
    left: 10px;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #EA0A8E;
    border-radius: 10px;
    top: 7px;
}
.banner-search .banner-inner-search .banner-search-panel .left-search-ico{
    position: absolute;
    top: 7px;
    z-index: 1;
}
.banner-search .banner-inner-search .banner-search-panel .form-control{
    padding-left: 43px;
    white-space: pre;
    text-overflow: ellipsis;
    padding-right: 2px;
}
.category-search .banner-search .banner-inner-search .banner-search-panel, .banner-search .banner-inner-search .banner-search-panel{
    position:relative;
}
.contact-right .blue-btn + .wpcf7-spinner {
    position: absolute;
}
/*.banner-search .banner-inner-search .banner-search-panel .form-control {
    -webkit-appearance: none;
    background: transparent;
}*/
.banner-inner-search .banner-search-panel .search-box {
    width: 100%;
}

/*About page*/
.inner-page-banner {
    width: 100%;
    height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom left!important;
    display: flex;
    align-items: flex-end;
    position: relative;
}
.inner-page-banner::before{
    position: absolute;
    content: '';
    left: 0;
    right: 0px;
    width: 100%;
    background: #000;
    opacity: .2;
    top: 0px;
    height: 100%;
}
.inner-banner-content{
    padding-bottom: 40px;
    position: relative;
}
.inner-banner-content h3 {
    font-size: 70px;
    font-weight: 400;
    color: #fff;
}
.inner-banner-content strong {
    display: block;
    font-size: 80px;
    font-weight: 800;
}
.about-content {
    padding: 80px 0px 48px;
}
.about-para {
    margin-bottom: 32px;
}
.about-para strong {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.about-para p {
    font-size: 16px;
    line-height: 200%;
}
.saloon-features-sec.about-features {
    margin: 0px;
    background: #F3F5F9;
    padding: 80px 0px;
}
.news-right-sec .news-form .form-group .form-control{
    width:100%;
    min-width:225px;
    padding:15px;
}
body #instagram-gallery-feed-1 .instagram-gallery-item__media-mask {
    background-color: rgb(0 0 0 / 60%) !important;
}

.business-banner .inner-banner-content h3 {
    font-size: 40px;
}
.business-banner .inner-banner-content h3 strong {
    font-size: 70px;
}
.inner-page-banner.business-banner{
    height: 400px;
    display: inherit;
}
.inner-page-banner.business-banner .inner-banner-content {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 400px;
}
.business-banner .contact-right {
    position: relative;
    top: 140px;
    border-radius: 20px;
    box-shadow: 0px 10px 16px #0000000D;
}
.business-contact-cta{
    display: flex;
}
.business-contact-cta .blue-btn, 
.business-contact-cta .border-btn {
    width: 150px;
}
.business-contact-cta .border-btn {
    margin-left: 30px;
}
.border-btn {

    color: #999999 !important;
    text-decoration: none;
    font-weight: 500;
    background: #fff !important;
    border-radius: 3px !important;
    text-align: center;
    border: 1px solid #e2e2e2 !important;
    font-size: 16px;
    padding: 10px 20px !important;
    transition: all .3s;
}
.inner-page-banner.business-banner .contact-right .form-group textarea {
    height: 50px;
    resize: none;
    padding: 12px 0px 0px 15px;
}
header .right-btn.active .blue-btn {
    background: #EA0A8E;
    border-color: #EA0A8E;
    color: #fff;
}
.appointment-sec .appointment-box .appointment-left .appoint-sub strong {
    display: block;
    color: #EA0A8E;
    font-weight: 500;
}
.banner-inner-search .banner-search-panel .search-box select#servicecategory {
    padding-left: 15px;
}
.homebanner .banner-search .banner-inner-search{
    width:100%;
}
.instagram-gallery-feed{
    max-width:1140px;
    margin:auto;
}
.homebanner.category-search {
    margin-top: 20px;
}
.top-detail-data .right-detail-top .get-direction strong a{
    color: #000;
    text-decoration: none;
}
ul, ol{
    margin-left:0 !important;
}
.terms-content-sec p br{
    display: none;
}
.terms-content-sec p b{
    font-weight:500;
}
.contact-right .form-group{
    margin-bottom:20px;
}
form[aria-label="Contact form"] .form-group .wpcf7-form-control{
    border:1px solid #E2E2E2;
    border-radius:5px;
    padding:15px;
    height:50px;
    color:#666666;
    font-weight:500;
}
form[aria-label="Contact form"] .form-group p{
    margin-bottom:0;
}
.result-top-sec .result-left{
    max-width:60%;
}
.result-listing p[style="color:red"], .reviews-lists p[style="color:red; text-align: center;"], 
.portfolio-lists p[style="color:red; text-align: center;"]{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    width:100%;
    margin-bottom: 0;
}
.result-item-right .top-result .result-data .result-navs li:first-child{
    max-width:160px;
}
.cities-sec{
    padding:80px 0px 20px;
}
form[aria-label="Contact form"] .form-group .wpcf7-form-control.wpcf7-textarea{
    height:auto;
    max-height:95px;
}
.contact-right .row div:last-child p{
    margin:0;
}
.banner-search .banner-inner-search .banner-search-panel .form-control#servicecategory{
    padding-left:15px;
}
.result-top-sec .result-right select.form-control{
    padding:8px 35px 8px 15px;
}
.saloon-list-slider .item-slide a > figure > img{
    min-height:170px;
}
.instagram-gallery__button>i{
    font-size:15px !important;
    position:relative;
    top:1px;
}
#instagram-gallery-feed-1 .instagram-gallery__actions .instagram-gallery__button--follow{
    font-size:16px;
}
.footer-widget .wpcf7-not-valid-tip {
    margin-top: 10px;
    line-height: normal;
}
.footer-widget .wpcf7 form.invalid .wpcf7-response-output, .footer-widget .wpcf7 form.unaccepted .wpcf7-response-output, 
.footer-widget .wpcf7 form.payment-required .wpcf7-response-output, .footer-widget .wpcf7 form.sent .wpcf7-response-output {
    font-size: 14px;
    color: #fff;
    margin-left: 0;
}
.news-right-sec .news-form .form-group .form-control {
    color: #000;
}
span.wpcf7-form-control-wrap.recaptcha {
    margin-bottom: 15px;
}
.business-contact-cta p {
    display: flex;
}
.business-contact-cta input[type="reset"] {
    border: 1px solid #ea0a8e !important;
    color: #ea0a8e !important;
}
.wpcf7-not-valid-tip{
    margin-top:8px;
}
.appointment-sec .appointment-box .appointment-left .stats-download li span {
    font-weight:500;
}
header .navbar-collapse .navbar-nav li.current-menu-item a {
    color: #ea0a8e !important;
}
.result-top-sec .result-left h3 {
    text-transform: capitalize;
}
button.desktop{
    display:block;
}
button.mobile{
    display:none;
}
input[type=checkbox][disabled] + label::before {
    background: #eee;
    border: 2px solid #eee !important;
}
input[type=checkbox][disabled] + label {
    pointer-events: none;
}
.download_billu {
    border: 1px solid #E2E2E2;
}
.download_billu .caption_customer h4{
    font: normal normal 600 26px/31px Inter;
    letter-spacing: 0px;
    color: #000000;
}
.download_billu .caption_customer p{
    font: normal normal 600 16px/20px Inter;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 13px;
}
.download_billu .caption_customer h5{
    font: normal normal 600 20px/24px Inter;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 16px;
}
.caption_customer {
    padding:35px 0;
}
.caption_customer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 18px;
}
@media(min-width:1266px){
.download_billu .text-center img{
    width:570px;
    max-width:none;
    height:256px;
}
}
.terms-content-sec a{
    color: #ea0a8e;
}
h3.wp-block-heading{
    color: #292929;
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.right-detail-result .offers-lists ul li{
    margin-bottom: 20px;
}
.right-detail-result .offers-lists ul{
    flex-wrap:wrap;
}
.homebanner .top-banner-title h2 span {
    color: #EA0A8E;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
}
.homebanner .top-banner-title h2 span img{
    position:relative;
    top:10px;
}
.homebanner .word{
    text-align:left;
    display:inline;
}
.simple-pagination ul{
    padding:0;
    line-height:normal;
    display:flex;
    align-items:center;
    margin:0;
    list-style:none;
    justify-content:center;
    gap:4px;
}
.simple-pagination ul li,.simple-pagination ul li span, .simple-pagination ul li a{
    width: 40px;
    display: inline-flex;
    text-align: center;
    border: 1px solid #e9e9e9;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #e9e9e9;
}
.simple-pagination ul li span, .simple-pagination ul li a:hover{
    border:1px solid #ea0a8e;
    color:#fff;
    background:#ea0a8e;
}

.simple-pagination ul li:hover{
    border:1px solid #ea0a8e;
    color:#fff;
    background:#ea0a8e;
}

.simple-pagination ul li .current{
    border:1px solid #ea0a8e;
    color:#fff;
    background:#ea0a8e;
}

.homebanner .top-banner-title h2 span{
    top:-5px;
    position:relative;
}
.about-para p{
    margin-bottom: 0;
}
.result-prices-sec ul li{
    flex-wrap: wrap;
}
.result-prices-sec ul li .short_description{
    width: 100%;
    margin-top: 20px;
}
footer .row {
    justify-content: space-between;
}
.book-portfolio-data .portfolio-lists ul li video{
    background: #000;
}
.saloon-list-slider .item-slide .item-des figure img{
    width: 20px;
    object-fit: none;
}
.contact-right, .business-contact-cta p, .contact-right div[class] p{
    position: relative;
}
.contact-right .blue-btn + .wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.contact-right .business-contact-cta p .wpcf7-spinner {
    right: auto;
    left: 67px;
}
.instagram-gallery-modal__icons, .instagram-gallery-modal__profile {
    padding: 5px 20px !important;
}
#instagram-gallery-modal-1 .instagram-gallery-modal .instagram-gallery-modal__body .instagram-gallery-modal__media-sidebar .instagram-gallery-modal__media_description {
    padding:10px 20px !important;
    color: #000;
}
.saloon-list-slider {
    display: flex !important;
    flex-wrap: wrap;
}
.saloon-list-slider .item-slide{
    width: 25%;
}
.saloon-list-slider #loadMore{
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 25px;
}
.saloon-list-slider #loadMore a{
    text-decoration: none;
    color: #ea0a8e;
    font-weight: 600;
}

.simple-pagination li.page_click.active {
    border: 1px solid #ea0a8e;
    color: #fff;
    background: #ea0a8e;
    pointer-events:none; 
}
.revie-item-inner a.read_more {
    outline: 0;
}
.review-list-slider .item-slide:focus-visible {
    outline: 0;
}

.footercateogry {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;
}
.footercateogry .cities-lists{
    padding:0px;
    width:16.667%;
}
.footercateogry li{
    list-style:none;
    margin-bottom:15px;
}
.footercateogry li a{
    color:#101928;
    text-decoration:none;
    font-size:16px;
    font-weight:500;
}


/* rahul styling start */

.contact-main__area .contact-right{
    border:0;
    padding:0;
}
.terms-content-sec .entry-content strong{
    font-size:20px;
}
.terms-content-sec .entry-content ul li strong{
    font-size:18px;
}
.terms-content-sec .entry-content h4{
    font-size:18px;
    font-weight:400;
}
.terms-content-sec ul li:before{
    top:9px;
}
.terms-content-sec ul li{
    margin-bottom:15px;
}
.terms-content-sec .entry-content li{
    position:relative;
    margin-bottom:10px;
    text-transform:capitalize;
    font:normal normal normal 18px/30px Inter;
}
.terms-content-sec .entry-content h4 + h4 {
    font: normal normal normal 16px/30px Inter;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 10px;
}
.terms-content-sec .entry-content h4 ~ h3 {
    font: normal normal normal 16px/30px Inter;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 10px;
}

.terms-content-sec ul{
    margin:15px 0;
}
.terms-content-sec ul table {
    margin-top: 10px;
}
.terms-content-sec ul table tr td{
    padding:5px 10px;
}
.review-list-slider .item-slide .revie-item-inner .review-by .reviewd-details span {
    word-break: break-all;
}

/*sunil*/
.landing_theme .nearby-area {
    background: #fff;
}
.landing_theme .cradit-area__left h4 {
    font: normal normal bold 30px/45px Inter;
    letter-spacing: 0px;
    color: #EA0A8E;
    margin-bottom: 0;
}
.landing_theme .nearby-title span, .landing_theme .nearby-title{
    font-size:30px;
    line-height:45px;
}
.landing_theme .nearby-title span, .landing_theme .nearby-title {
    margin-bottom: 0;
}
.landing_theme .nearby-text{
    color:#333333;
    font:normal normal normal 16px/28px Inter;
}
.landing_theme .scan-area{
    padding-left:0;
    padding-right:0;
    background-color:transparent !important;
}
form .wpcf7-not-valid-tip {
    margin-bottom: -12px;
}
.wpcf7 form.sent .wpcf7-response-output {
    font-size: 15px;
}
.erorr_404 {
    padding: 100px 0;
}
.erorr_404 h2 {
    font-size: 95px;
    font-weight: 600;
}
.erorr_404 p {
    font-size: 24px;
}
.without_animation {
    position: relative;
    bottom: -14px;
}
.bcw-home__left h4 img{display:none}
.slick-track .item-slide.slick-slide:nth-child(2) .bcw-home__left h4 img {
    display: block;
}
.terms-content-sec article header.entry-header {
    display: none;
}