body {
    font-family: "Roboto-Regular";
    font-weight: normal;
    line-height: 1.5;
    color: #808080
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.category_icon_styles{
    height: 48px;
    width: 48px;
    object-fit: contain;
    object-position: center center;
}

header.site-header {
    margin: 0;
    padding: 8px 10px;
    display: block;
    width: 100%;
    clear: both;
    position: fixed;
    /*min-height: 85px;*/
    z-index: 100;
}

/* Logo */
.site-logo {
    position: relative;
    float: left;
    padding-top: 7px;
}

.site-logo a {
    position: relative;
    padding-left: 0;
    padding-top: 10px;
}

.site-logo img {
    width: 94%;
}

.sticky-wrapper {
    height: 61px !important;
}

/* Header navigation */
.site-nav {
    margin: 0;
    padding: 0;
    display: block;
    float: right;
    line-height: 38px;
    padding-top: 5px;
}

.site-nav ul {
    margin: 0;
    padding: 0;
    display: block;
}

.site-nav li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    list-style: none;
}

.site-nav li.active > a, .site-nav li:hover > a {
    text-decoration: none;
}

.site-nav li:last-child > a {
    /* padding-right: 0; */
}

.site-nav a {
    padding: 15px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-weight: 500;
    /* letter-spacing: 0.2px; */
    font-size: 15px;
}

.site-nav a > i.fa {
    margin-left: 5px;
    display: inline-block;
}

.site-nav .indicator-desktop {
    font-size: 11px;
}

.site-nav .indicator-mobile {
    display: none;
}

/* Navigation toggle button */
.site-nav-toggle {
    display: none;
    float: right;
    margin-top: 14px;
    cursor: pointer;
}

.site-nav-toggle span {
    width: 40px;
    display: block;
    clear: both;
    margin-bottom: 6px;
    height: 4px;
    background-image: linear-gradient(72deg, #FF8955, #FF386B);
    transition: 400ms ease;
    transition-property: opacity, transform;
    opacity: 1;
    transform-origin: top left;
    transform: rotate(0deg);
}

.site-nav-toggle span span:nth-child(3) {
    transform-origin: bottom left;
}

.site-nav-toggle.active {
    /* Active Toggle button */
}

.site-nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    transition-delay: 200ms;
    margin-left: 2px;
}

.site-nav-toggle.active span:nth-child(2) {
    opacity: 0;
}

.site-nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    transition-delay: 200ms;
    margin-top: 13px;
}

.signup {
    border-radius: 36px;
    padding: 0px 15px !important;
}

.signup a:hover {
    text-decoration: none;
}

.header_texts {
    /* HiraginoSansCNS-W6;letter-spacing: 3.4px;*/
    font-size: 56px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    font-weight: 400;
    font-family: 'Roboto-Regular';
}

.header_subtext {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 20px;
}

.main_header_text {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
}

.sub_header_text {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    /* color: #677897; */
    /* font-size: 16px; */
    letter-spacing: 0px;
}

/*----------Banner Search-------------*/
#barber {
    min-height: 100vh;
    height: 100%;
    padding-top: 8%;
    position: relative;
}

.drpdowns {
    width: 216px;
    height: 48px;
    border-radius: 2px;
    text-align-last: center;
    font-size: 14px;
    /* padding: 0px 10px; */
}

.imageselect {
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: left;
}

.bow_wrapper {
    float: left;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.bow_wrapper input {
    width: 100%;
    height: 48px;
    padding-left: 35px;
    padding-right: 10px;
    border-radius: 2px;
}

.bow_form_wrapper select {
    width: 100%;
    height: 50px;
    border: transparent;
    padding-left: 40px;
    position: relative;
    border-radius: 2px;
}

.bow_form_wrapper .first_icon {
    position: absolute;
    top: 0px;
    font-size: 26px;
    left: 10px;
    z-index: 1;
    line-height: 48px;
    padding-left: 5px
}

.bow_form_wrapper .second_icon {
    position: absolute;
    right: 15px;
    line-height: 48px;
    top: 0px;
}

.bow_form_wrapper .date_icon {
    position: absolute;
    left: 5px;
    width: 74%;
    z-index: 22;
    font-size: 26px;
    line-height: 48px;
    padding-left: 5px;
}

.btn-themecolor {
    height: 48px;
    padding: 5px 20px;
    font-size: 26px;
    border-radius: 2px;
}

.text-left {
    text-align: left !important;
}

.servicesfilter {
    width: 100%;
    height: auto;
    float: left;
}

.m-0 {
    margin: 0px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.m-b-23 {
    margin-bottom: 23px;
}

.mt-14p {
    margin-top: 14%
}

.mtn-20 {
    margin-top: -20px
}

.ptl-1020 {
    padding: 5px 0px 0 20px;
}

.ptl-2510 {
    padding: 20px 15px 0px
}

.padd-20 {
    padding: 20px;
}

.p-0 {
    padding: 0px;
}

.pt-4 {
    padding-top: 4px !important;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
    padding-bottom: 10px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pl-0 {
    padding-left: 0px;
}

.pl-35 {
    padding-left: 35px !important
}

.pl-40 {
    padding-left: 40px !important
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-10 {
    padding-right: 10px ;
}

.pr-20 {
    padding-right: 20px ;
}

.plr-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.plr-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.plr-20 {
    padding-left: 0px;
    padding-right: 0px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 30px
}

.ptb-80 {
    padding-top: 80px;
}

.border0 {
    border: 0px !important
}

.text-color {
    color: #323d47 !important;
}

.white-color {
    color: #fff !important
}

.width40p {
    width: 42%
}

.font-36 {
    font-size: 36px;
}

.font-30 {
    font-size: 30px;
}

.font-26 {
    font-size: 26px;
}

.font-24 {
    font-size: 24px;
}

.font-22 {
    font-size: 22px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-14 {
    font-size: 24px;
}

.font-12 {
    font-size: 12px;
}

.theme-color {
    color: #F66161;
    font-weight: bold
}

.fontp {
    color: #9a9797;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 0px;
}

.fontspan {
    font-size: 16px;
    color: #949393;
}

.text-right {
    text-align: right
}

.w-100p {
    width: 100%;
}
/*----- Advantage Box-------------------*/
#Advantages {
    padding-bottom: 50px;
    float: left;
    width: 100%;
    height: auto;
}

.whychoose_text {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -0.1px;
    text-align: center;
}

.bow_box {
    border-radius: 2px;
    text-align: center
}

.bow_box img {
    /* width: 110px; */
    /* height: 110px; */
}

.bow_box_title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    padding: 30px 0px 0px 0px;
}

.bow_box_subtitle {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    text-align: center;
    padding: 0px 0px 35px 0px;
}

.bow_box:hover {
    border-radius: 4px;
    transform: scale(1.1);
    box-shadow: 0 2px 24px 0 rgba(220, 220, 220, 0.5);
    background: #fff;
    transition: transform .2s;
}

.bow_box > a {
    border-radius: 4px;
    margin: 20px 0px 30px;
    font-size: 16px;
    letter-spacing: 0px;
    padding: 10px 35px;
}

.bow_box:hover > a {
    border-radius: 4px;
    box-shadow: 0;
}

/*---------------How It Works----------*/
#howitworks {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 700px
}

.howitworks {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1.7px;
}

#howitworks ul {
    display: block;
    font-size: 14px;
    margin: 16px 0;
}

#howitworks li {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.9px;
    padding: 15px 0;
    padding-left: 10px;
    list-style: none;
    counter-increment: li
}

#howitworks li:before {
    content: counter(li);
    margin-right: 15px;
    font-size: 14px;
    display: inline-block;
    margin-top: 0px;
    float: left;
    margin-left: -35px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
}

.aboutus {
    position: relative;
    width: 80%;
}

.aboutus p {
    font-size: 14px;
    text-align: justify;
    color: #909090;
    line-height: 1.6;
}

/*---------------Our Services----------*/
#ourservices {
    padding-top: 60px;
    padding-bottom: 80px;
    width: 100%;
    float: left;
}

.service_icon {
    margin: 0px auto;
    display: block;
    text-align: center;
    transition: all .3s;
    padding: 40px 20px;
}

.service_text {
    font-size: 16px;
    letter-spacing: 0px;
    text-align: center;
    padding: 20px 0 0px 0;
    margin-bottom: 0px;
}

.service_icon:hover {
    transition: transform .1s;
}

/*------------Our Services Carousel---------------------- */
.carousel {
    margin-bottom: 0;
    padding: 30px 15px 30px 15px;
}

.carousel-control {
    height: 32px;
    width: 32px;
    border-radius: 100px;
    margin-top: 90px;
    opacity: inherit !important;
}

.carousel-control.right {
    right: -12px;
}

.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -30px;
    margin-right: -19px;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
}

.carousel-indicators .active {
    width: 20px;
    height: 20px;
}

/*-----------Testimonials------------*/
#testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
    float: left;
    width: 100%;
}

.testimonial_box {
    display: block;
    margin-bottom: 10px
}

.testimonials_text {
    margin: 0;
    padding: 20px 30px 30px 30px
}

.testimonials_text h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    text-align: center
}

.testimonials_text p {
    font-size: 15px;
    font-weight: 300;
    font-style: oblique;
    line-height: 1.5;
    letter-spacing: 0.4px;
    text-align: center;
    padding-bottom: 20px;
}

.testimonials_second {
    margin-left: 20px;
    margin-top: -40px
}

.testimonials_pic {
    padding-right: 15px;
    text-align: center
}

.testimonials_pic img {
    width: 70px;
    height: 70px;
    border-radius: 100px
}

.testimonial_rating {
    text-align: center;
    padding-top: 20px;
    font-size: 18px;
}

.star_color {
    color: gold;
}

.testimonial_name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

/*---------------------NowAvailable------------------------**/
#NowAvailable {
    padding-top: 80px;
    padding-bottom: 50px;
    float: left;
    width: 100%;
    background: #fff;
}

.Available {
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
    background: #fff;
    /* box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15); */
}

/*-------------------------FAQ--------------------*/
.faq {
    background-color: #fff;
    position: relative;
    padding-bottom: 20px;
    padding-top: 40px;
}

/*-------------Footer----------------------------*/
footer {
    /* padding-top: 70px; */
    float: left;
    width: 100%;
    padding: 25px 0px 0px;
    position: relative;
}

.height48 {
    height: 48px;
}

footer ul {
    margin: 0;
    padding: 0 0 20px;
    list-style: none;
}

.second_footer {
    padding: 30px 0px 0px 0px;
}

.footer_ul ul {
    text-align: right;
    padding-top: 5px;
}

.footer_ul ul li {
    display: inline-block;
    margin: 0 5px 10px;
    border-right: 1px solid #fff;
    padding-right: 15px;
    line-height: 12px
}

.footer_color {
    font-size: 14px;
}

#social_footer {
    float: left;
}

#social_footer ul {
    margin: 0;
    padding: 0 0 10px;
}

#social_footer ul li {
    display: inline-block;
    margin: 0 5px 10px;
}

#social_footer ul li a {
    line-height: 32px;
    display: block;
    font-size: 16px;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}

.footer_headtext {
    font-size: 14px;
    letter-spacing: 1.5px;
    margin-top: 10px;
}

.sublink li a {
    font-size: 12px;
    letter-spacing: 0.8px;
}

.sublink li {
    padding: 5px 0px 0px 0px;
}

/* -------- Scroll To Top ---------- */
.scrollToTop {
    bottom: 65px;
    display: none;
    height: 60px;
    padding-top: 2px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 60px;
    z-index: 9;
    line-height: 47px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    border: 4px solid #fff;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
}

.scrollToTop i {
    animation: loadingJ 2s cubic-bezier(.17,.37,.43,.67) infinite;
    font-size: 42px;
}

.scrollToTop:hover {
    text-decoration: none;
}

/*------------Login ----------------*/
.login_height {
    height: 610px;
}

.loginblade {
    position: relative
}

.loginblade:after {
    content: "";
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    z-index: -1
}

.loginblade:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0
}

.loginsection_left {
    padding: 0px 60px 0px 0px;
}

.loginsection_right {
    opacity: 0.89;
    padding: 0px 0 0 88px;
}

.login_box {
    float: left;
    width: 100%;
    padding: 20px 0px;
    display: inline-flex;
}

.login_side_img {
    float: left;
    width: 100px;
}

.login_content {
    float: left;
    padding-left: 20px;
    font-size: 14px;
}

.login_content h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.8px;
    margin: 0px 0px 15px;
}

.validate-input {
    position: relative;
}

.wrap-input100 {
    width: 100%;
    position: relative;
}

.label-input100 {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 7px;
}

.input100 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    display: block;
    width: 100%;
    padding: 20px 7px 0 10px;
    border: 0px solid;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    pointer-events: none;
}

.focus-input100::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
}

.focus-input100::after {
    content: attr(data-symbol);
    font-family: icons;
    font-size: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 13px;
    padding-top: 3px;
}

.input100:focus + .focus-input100::before {
    width: 100%;
}

.has-val.input100 + .focus-input100::before {
    width: 100%;
}

input:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none
}

.btn-colored {
    border-radius: 32px;
    padding: 10px 50px;
}

.dont_link_text {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.11;
    letter-spacing: 1.8px;
}

/*-------- Registration Validation Messages----*/
.register_valid {
    position: absolute;
    display: inline-flex;
    padding: 10px 0px 0px 0px;
}

.bow_form_wrapper {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
}

.fixedsecclass {
    background-color: #fff;
    position: relative;
    z-index: 1
}

/*--------------------------------Start Material Style---------------*/
.materialstyle input[type="text"], .materialstyle input[type="mobile"], .materialstyle input[type="number"], .materialstyle input[type="email"], .materialstyle input[type="password"] {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #E1E1E1;
    width: 100%;
    color: #8C8C8C;
    outline: 0;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(152,203,232,.6);
    z-index: 1;
    position: relative
}

.materialstyle input[type="text"]:focus, .materialstyle input[type="mobile"]:focus, .materialstyle input[type="number"]:focus, .materialstyle input[type="email"]:focus, .materialstyle input[type="password"]:focus {
    outline: none;
    color: #F33C3A;
    border-bottom: 2px solid #FF8656;
    -webkit-transition: border-bottom .5s;
    -moz-transition: border-bottom .5s;
    -ms-transition: border-bottom .5s;
    -o-transition: border-bottom .5s;
    transition: border-bottom .5s;
    outline: 0;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(152,203,232,.6);
    z-index: 1;
    position: relative;
}

.materialstyle input[type=number]::-webkit-inner-spin-button, .materialstyle input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.materialstyle .control-label {
    position: absolute;
    transition: all .2s;
    z-index: 0
}

.materialactive {
    transform: translateY(-140%);
    font-size: 14px;
    z-index: 0;
    margin-top: 20px
}

.materialstyle .form-control {
    height: 48px;
    font-size: 15px;
    font-family: arial;
    border-radius: 0;
}

.form-horizontal .form-group {
    margin: 0 0 15px 0 !important;
}

.form-horizontalcustom .form-group {
    margin: 0 0 0px 0 !important;
}

.control-label b, .control_required b {
    font-weight: normal;
    font-size: 16px;
    color: #ff0016;
}

.control-label {
    font-weight: normal;
    margin-bottom: 2px;
}

.control-label .fa-mobile {
    font-size: 22px;
}

.control-label i {
    font-size: 20px;
    vertical-align: middle;
    color: #808080
}

.error {
    color: red;
    font-size: 13px
}

.error-keyup-3 {
    font-weight: 500
}

.btn-colored {
    padding: 6px 40px 10px 40px;
    font-size: 20px;
    text-align: center;
    margin: 0px auto;
    border: 0px;
    display: block;
}

label.error, span.error {
    margin-bottom: 0 !important;
    line-height: 14px;
    font-weight: 500;
    display: block;
    padding-top: 3px
}

/*----------------------END Material Style---------------------*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s !important;
}

/*--------------------------Custom Checkbox and Radio Buttons*/
.checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal
}

.checkcontainer input {
    position: absolute;
    opacity: 0;
}

.checkcontainer .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 25px;
    width: 25px;
    background-image: linear-gradient(73deg, #fff, #fff);
    border: 2px solid #F33C3A;
}

.checkcontainer:hover input ~ .checkmark {
    background-image: linear-gradient(73deg, #FF8955, #FF386B);
    border: 2px solid #FF8656;
}

.checkcontainer input:checked ~ .checkmark {
    background-image: linear-gradient(73deg, #FF8955, #FF386B);
    border: 2px solid #FF8656;
}

.checkcontainer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}

.checkcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkcontainercustom {
    display: table;
}

.checkcontainer b {
    font-weight: normal;
    color: #ff0016;
    font-size: 16px;
}

.checkcontainer a {
    color: #8c8c8c;
}

/*-----custom radio buttons--------------*/
.radiocontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal
}

.radiocontainer input {
    position: absolute;
    opacity: 0;
}

.radiocontainer .checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 28px;
    width: 28px;
    background-image: linear-gradient(73deg, #fff, #fff);
    border-radius: 50%;
    border: 2px solid #4fa9cc
}

.radiocontainer:hover input ~ .checkmark {
    background-image: linear-gradient(73deg, #FF8955, #FF386B);
    border: 2px solid #FF8656
}

.radiocontainer input:checked ~ .checkmark {
    background-image: linear-gradient(73deg, #FF8955, #FF386B);
    border: 2px solid #FF8656
}

.radiocontainer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radiocontainer input:checked ~ .checkmark:after {
    display: block;
}

.radiocontainer .checkmark:after {
    top: 5px;
    left: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: white;
}

.form-groupcustom .radiocontainer {
    float: left;
    padding-right: 20px
}

/*-------End Checkbox and Radio Buttons--------------------- */
.animationfixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.animationtop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-image: url(../images/BodyBG.png);
    background-repeat: no-repeat;
    background-position: 0 bottom
}

.animationbarber {
    background-image: url(../images/animationbg.png);
    background-repeat: repeat-x;
    background-position: center center;
    width: 100%;
    margin: 0;
    text-align: center;
    min-height: 340px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2%;
    z-index: -1;
    box-sizing: border-box;
    -webkit-animation: slide 20s linear infinite;
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -1500px 0;
    }
}

@-webkit-keyframes animateCloud {
    0% {
        margin-left: -500px;
    }

    100% {
        margin-left: 100%;
    }
}

@-moz-keyframes animateCloud {
    0% {
        margin-left: -500px;
    }

    100% {
        margin-left: 100%;
    }
}

@keyframes animateCloud {
    0% {
        margin-left: -500px;
    }

    100% {
        margin-left: 100%;
    }
}

/* ANIMATIONS */
.x1 {
    -webkit-animation: animateCloud 35s linear infinite;
    -moz-animation: animateCloud 35s linear infinite;
    animation: animateCloud 35s linear infinite;
    /*
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    transform: scale(0.65);*/
}

.x2 {
    -webkit-animation: animateCloud 30s linear infinite;
    -moz-animation: animateCloud 20s linear infinite;
    animation: animateCloud 20s linear infinite;
    /*
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    transform: scale(0.65);*/
}

.x3 {
    /* -webkit-animation: animateCloud 30s linear infinite; */
    -moz-animation: animateCloud 30s linear infinite;
    /* animation: animateCloud 30s linear infinite; */
    /*
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);*/
}

.x4 {
    text-align: center /*z-index:-1;position:relative;
         -webkit-animation: animateCloud 40s linear infinite;
         -moz-animation: animateCloud 40s linear infinite;
         animation: animateCloud 40s linear infinite;

-webkit-transform: scale(0.4);
-moz-transform: scale(0.4);
transform: scale(0.4);*/
}

.x5 {
    /* -webkit-animation: animateCloud 25s linear infinite; */
    -moz-animation: animateCloud 25s linear infinite;
    /* animation: animateCloud 25s linear infinite; */
    /*
    -webkit-transform: scale(0.55);
    -moz-transform: scale(0.55);
    transform: scale(0.55);*/
    float: right;
}

.cloud {
    height: 100px;
    position: relative;
    width: 350px;
}

/* OBJECTS

.cloud {
        background: #e8e8e8;
        background: -moz-linear-gradient(top,  #e8e8e8 5%, #f1f1f1 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#e8e8e8), color-stop(100%,#f1f1f1));
        background: -webkit-linear-gradient(top,  #e8e8e8 5%,#f1f1f1 100%);
        background: -o-linear-gradient(top,  #e8e8e8 5%,#f1f1f1 100%);
        background: -ms-linear-gradient(top,  #e8e8e8 5%,#f1f1f1 100%);
        background: linear-gradient(top,  #e8e8e8 5%,#f1f1f1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f1f1f1',GradientType=0 );

        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;

        -webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);

        height: 120px;
        position: relative;
        width: 350px;
}

.cloud:after, .cloud:before {
    background: #e8e8e8;
        content: '';
        position: absolute;
        z-indeX: -1;
}

.cloud:after {
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;

        height: 100px;
        left: 50px;
        top: -50px;
        width: 100px;
}

.cloud:before {
        -webkit-border-radius: 200px;
        -moz-border-radius: 200px;
        border-radius: 200px;

        width: 180px;
        height: 180px;
        right: 50px;
        top: -90px;
}*/
.MoreServices {
    background-color: #fff;
    box-shadow: 0 2px 24px 0 rgba(220, 220, 220, 0.5);
    border: 1px solid #e7e7e7;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: 11px;
    position: relative;
    z-index: 2;
}

.Promotions {
    background: #fff;
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    padding: 60px 0px;
}

.ImgPromo {
    width: 100%;
    float: left;
}

.OffersPromo {
    margin: 50px 0px;
    min-height: 250px;
    padding: 0px 15px;
}

.ImgPromo_cont {
    padding: 0px 20px;
    width: 100%;
    float: left;
    background: #000;
    color: #fff;
}

.ImgPromo_cont h3 {
    font-size: 18px;
    color: #00b2ff;
    font-weight: bold;
}

.ImgPromo_cont p {
    width: 50%;
    float: left;
}

i.fa.fa-ticket, i.fa.fa-usd {
    color: #F33C3A;
}

.OffersPromo:hover {
    transform: scale(1.05);
    box-shadow: 0 2px 24px 0 rgba(220, 220, 220, 0.5);
    transition: transform .2s;
}

.WantoBusiness {
    width: 100%;
    float: left;
    background-image: linear-gradient(72deg, #FF8955, #FF386B);
    height: auto;
    position: relative;
    padding: 50px 0px;
}

.WantoBusiness h3 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    font-family: 'Roboto-Regular';
    line-height: 60px;
}

.RegisterNoww {
    background: #fff;
    padding: 18px 50px;
    border-radius: 4px;
    line-height: 30px;
    color: #14181b;
    font-size: 18px;
    letter-spacing: .7px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 50px;
    float: right;
}

.Available h3 {
    font-weight: bold;
    margin-bottom: 0px;
}

.align_center_mobile a {
    margin: 0px 0px;
    width: 40%;
    float: left;
}

.SubscribeSec {
    padding: 60px 0px;
}

.loginsection_right h2 {
    margin-bottom: 60px;
}

.dont_link_text a {
    font-weight: bold;
}

.loginsection_left h2 {
    margin-bottom: 40px;
}

.ExploreNow {
    background-image: linear-gradient(72deg, #FF8955, #FF386B);
    box-shadow: 0 2px 24px 0 rgba(236, 236, 236, 0.5);
    padding: 16px 30px;
    border-radius: 4px;
    line-height: 83px;
    color: #fff;
    font-size: 18px;
    letter-spacing: .7px;
    text-transform: uppercase;
    font-weight: bold;
}

.ExploreNow:hover {
    color: #fff;
    text-decoration: none;
}

/*agreement styles*/
.agreement {
    background: #fff;
    padding: 40px
}

.ollist li {
    padding-bottom: 10px
}

.agreement a {
    text-decoration: underline
}

.footer_ul ul li:last-child {
    border: 0
}

.customheaderfontsize {
    font-size: 27px
}

/*end*/
/*------------help block ----------------------*/
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: red;
}

.help-block strong {
    font-weight: normal !important;
}

#preguntas h1 {
    font-size: 2.1em;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

#preguntas h3 {
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    background-color: #f6f9f9;
    border-bottom: 2px solid #eee;
    margin: 0;
    padding: 18px 15px;
    transition: all 0.35s ease;
    font-weight: 500;
    font-size: 18px;
}

#preguntas h3:hover {
    background-color: #f1f1f1;
    color: #193e2d;
    cursor: pointer;
}

#preguntas h3::before {
    content: "\276f";
    font-size: 18px !important;
    float: left;
    line-height: 30px;
    margin: 0 15px 0 5px;
    opacity: 0.5;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

#preguntas h3.cerrar {
    cursor: pointer;
}

#preguntas h3.cerrar::after {
    content: "\2715";
    float: right;
    font-size: 11px;
    font-weight: 300;
    line-height: 30px;
}

#preguntas h3.cerrar::before {
    -moz-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    -o-transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
}

#preguntas h4 {
    font-size: 21px;
    font-weight: 400;
    margin: 0 auto;
    width: 70%;
    border-bottom: 1px dotted #74c8a3;
    padding-bottom: 20px;
}

#preguntas div {
    margin: 0;
}

#preguntas div:first-child {
    border: none;
    margin-top: 45px;
}

#preguntas img {
    height: 16px;
    width: 16px;
}

#preguntas h3:hover::before {
    opacity: 0.55;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#preguntas div.respuesta {
    background: #f1f1f1;
    margin-bottom: 20px;
    line-height: 1.8em;
}

#preguntas div.respuesta p {
    font-weight: 400;
    margin: 0;
    padding: 25px 50px;
}

#preguntas #header {
    background: #40a075;
    margin: 0 0 20px 0;
    padding: 30px;
    text-align: center;
    overflow: hidden;
}

#preguntas #header a {
    color: #bde5d3;
    text-decoration: none;
}

#preguntas {
    margin: 40px auto 0;
    padding: 0 5%;
}

#preguntas #cerrartodas {
    background-color: #ed1409;
    bottom: 30px;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px;
    position: fixed;
    right: 10%;
    text-decoration: none;
    z-index: 1;
}

.blackcolor {
    color: #000;
    vertical-align: baseline
}

.fa-salon:before {
    content: url(/images/Salons.png);
    padding-right: 10px;
    vertical-align: bottom;
}

.fa-barber {
    content: url(/images/barber.png);
    padding-right: 10px;
    vertical-align: middle
}

.fa-map-marker:before {
    content: url(/images/Location-grad.png);
}

.fa-calendar:before {
    content: url(/images/Calendar.png);
}

.fa-paddingleft {
    padding-left: 20px
}

.bootstrap-select {
    width: 160px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #909090;
    background-color: #fff;
    border-color: transparent;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
}

.btn-default:hover {
    color: #909090;
    background-color: #fff !important;
    border-color: transparent;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #909090;
    background-color: #fff !important;
    border-color: transparent;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #909090;
    background-color: #fff !important;
    border-color: transparent;
}

.bootstrap-select > .btn {
    width: 100%;
    padding-right: 25px;
    border-radius: 2px !important
}

.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    padding: 6px 20px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
    -webkit-box-shadow: none
}

a, a:visited, a:focus, a:active, a:hover {
    outline: 0 none !important;
}

*:focus {
    outline: 0;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

.btn-toggle:focus, .btn-toggle.focus, .btn-toggle:focus.active, .btn-toggle.focus.active {
    outline: none;
}

/*-----------------------WELOCME LAUNCH-----------------------------*/
#launch-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 12px 0;
}

#launch {
    background-image: url(../images/launch-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    height: 100vh;
}

.d-table {
    width: 100%;
    height: 100%;
    display: table !important;
    padding-top: 60px;
}

.d-table-cell {
    display: table-cell !important;
}

.align-middle {
    vertical-align: middle !important;
}

.timer_show {
    background: rgba(242, 114, 76, 0.90);
    padding: 20px 5px 30px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.downaload_show {
    background: #fff;
    padding: 30px 5px 30px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.launchintext {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
}

.timer {
    margin-top: 30px;
    margin-bottom: 30px;
}

.timer_box {
    width: 74%;
    background-color: #fff;
    margin: 0 auto;
}

.timer .days-wrapper, .timer .minutes-wrapper {
    background-color: #eee;
}

.timer .days-wrapper, .timer .hours-wrapper, .timer .minutes-wrapper, .timer .seconds-wrapper {
    display: inline-block;
    width: 24.4%;
    height: 110px;
    margin: 0 0px;
    padding: 10px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.timer .days, .timer .hours, .timer .minutes, .timer .seconds {
    font-size: 40px;
    font-weight: 100;
    line-height: 60px;
    color: #ff5c62;
}

.btn-gradients {
    background: #fff;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 1px 1px rgba(2, 3, 3, 0.15);
    letter-spacing: 0.7px;
    border: 1px solid #FF8955;
    position: relative;
    cursor: pointer;
    padding: 15px 20px;
    margin: 0px 5px;
}

.btn-gradients span, .btn-gradients i, .btn-gradients:hover span, .btn-gradients:hover i {
    background: #FF386B;
    background: -webkit-linear-gradient(-45deg, #FF8955 0%, #FF386B 100%);
    background: -o-linear-gradient(-45deg, #FF8955 0%, #FF386B 100%);
    background: -moz-linear-gradient(-45deg, #FF8955 0%, #FF386B 100%);
    background: linear-gradient(-45deg, #FF8955 0%, #FF386B 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.download-text {
    font-size: 20px;
    font-weight: 600;
    background: linear-gradient(-45deg, #FF8955 0%, #FF386B 100%);
    color: transparent;
    -webkit-background-clip: text;
}

/*-----------------------Home -------------------*/
#barber {
    background-image: url(../images/landing-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    /* width: 100%; */
    /* height: auto; */
    /* float: left; */
}

/*-----------------------------New Theme Search-------------*/
.home-searchbox {
    background-color: #d1483382;
    border-radius: 3px;
    border: 1px solid #d14833;
    padding: 25px 20px;
}

.home-searchbox input {
    height: 52px;
    border: 0px solid #fff !important;
    font-size: 14px;
    font-weight: 500;
}

/*--------------------START SEARCH ---------------------------*/
.inner-addon {
    position: relative;
}

.inner-addon .fa {
    position: absolute;
    padding: 0px 10px;
    line-height: 52px;
    pointer-events: none;
}

.left-addon .fa {
    left: 0px;
}

.right-addon .fa {
    right: 0px;
}

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

/*--------------------END SEARCH ---------------------------*/
/*----------FIRST SERVICESSS----------------------*/
.service-holder {
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: -8vh;
    z-index: 10;
    height: 88px;
    border-radius: 3px;
}

.service-colum {
    background: #fff;
    /*line-height: 36px;*/
}

.service-colum .service-icon {
    text-align: center;
    color: #000;
    padding: 10px 0px 5px 0px;
    font-size: 12px;
    height: 88px;
}

.service-icon span {
    display: block;
    font-size: 12px;
    line-height: 16px;
}

.service-colum .active {
    background-image: linear-gradient(72deg, #FF8955, #FF386B);
    color: #fff;
}

.service-icon:hover {
    background-image: linear-gradient(72deg, #FF8955, #FF386B);
    color: #fff;
}

.signuplogin {
    background-color: #fff;
    border-radius: 3px;
    color: #ff5b62;
    padding: 0px 15px !important;
}

.signuplogin a {
    color: #ff5b62 !important;
}

.search-btns {
    background-image: linear-gradient(45deg, #FFA454,#F66161);
    color: #fff;
    cursor: pointer;
    height: 52px;
    padding: 5px 15px;
    border-radius: 3px;
    border: 0px solid #000;
    font-size: 17px;
    font-weight: 500;
    width: 95%;
    float: left;
}

.search-btns:hover, .search-btns:focus, .search-btns:active {
    color: #fff !important;
}

.looks-subtext {
    text-align: center;
    color: #ccc;
}

#bestoffers {
    background-image: url(../images/Best-offers-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100%;
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bestoffers-heading:after {
    display: block;
    content: '';
    width: 60px;
    height: 4px;
    background-image: linear-gradient(72deg, #FF8955, #FF386B);
    position: absolute;
    left: 46%;
    text-align: center;
    margin-top: 15px;
}

#recommendedsalons {
    float: left;
    height: 100%;
    clear: both;
    padding-bottom: 40px;
    width: 100%;
}

/*-------------Carousel------------*/
#theCarousel {
    padding: 0 0px 0px 0px;
}

.multi-item-carousel .carousel-inner > .item {
    transition: 0.6s ease-in-out all;
}

.multi-item-carousel .carousel-inner .active.left {
    left: -33%;
}

.multi-item-carousel .carousel-inner .active.right {
    left: 33%;
}

.multi-item-carousel .carousel-inner .next {
    left: 33%;
}

.multi-item-carousel .carousel-inner .prev {
    left: -33%;
}

.carousel-controlsland {
    border: 0px solid transparent;
    color: #fff !important;
    position: absolute;
    width: auto;
    height: auto;
    padding: 5px 18px;
    text-align: center;
}

.carousel-controlsland.left {
    background-color: #eee;
    left: 100px;
}

.carousel-controlsland.right {
    background-image: linear-gradient(45deg, #FFA454,#F66161);
}

/*--------recomendation box----------*/
.recommendedbox {
    height: auto;
    padding: 0px;
    background-color: #ffffff;
    box-shadow: 0 4px 10px 4px rgba(239, 239, 239, 0.5);
    border-radius: 4px;
    margin-bottom: 0px;
    overflow: hidden;
    border: 4px solid #ffffff;
}

.recommendedbox .item-mask-wrapper {
    height: 174px;
    border-radius: 4px;
    position: relative;
}

.recommended-bg-box {
    background-color: #eeeeee;
    height: 100%;
    width: 100%;
    position: absolute;
}

.offersblog {
    position: absolute;
    z-index: 9;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 0px;
    height: 175px;
    background: #000000cc;
}

.offersblogleft {
    background: #0000;
    font-size: 13px;
    padding: 0;
    color: #fff;
    font-weight: 600;
    top: 25%;
    left: 0;
    position: absolute;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    bottom: 1px;
}

.offersblogleft p span {
    color: #ff6100;
    font-size: 36px;
}

.offersblog_subtext {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.offersblogleft p {
    font-size: 30px;
    margin-bottom: 0px;
}

.btn-theme-small {
    padding: 2px 12px;
    background-image: linear-gradient(45deg, #FFA454,#F66161);
    color: #fff;
}

.btn-theme-small:hover {
    color: #fff;
}

.btn-grey {
    padding: 2px 6px;
    background-color: #eee;
    border-radius: 2px;
    color: #F66161;
}

.btn-grey:hover {
    color: #F66161;
}

.btn-services {
    background-image: linear-gradient(45deg, #FFA454,#F66161);
    border-radius: 0px;
    border: 0;
    color: #fff;
    height: 60px;
    padding: 2px 18px;
    font-size: 16px;
}

.text-location {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0;
}

.itme-footer {
    background-color: #ffd1bd;
    box-shadow: 0 2px 7px 4px rgba(226, 226, 226, 0.5);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: 25px -10px 0px -10px;
}

/*------------------------Introduction App----------------*/
#introductionapp {
    background-image: url(../images/Best-offers-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 100%;
    clear: both;
    float: left;
    width: 100%;
}

.getcashbackfloat {
    position: relative;
    display: inline-block;
    left: 205px;
    top: -429px;
}

.getcashbackfloat:after {
    content: url(/images/Path-1.png);
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: -50px;
    position: absolute;
}

.introduction_box {
    border-radius: 3px;
    box-shadow: 0 2px 20px 4px rgba(226, 226, 226, 0.5);
    background-color: #ffffff;
    padding: 5px;
    position: relative;
    display: inline-block;
    left: 253px;
    top: -501px;
}

.introduction_box_text, .instantsearch_box_text, .bestsalon_box_text {
    font-family: Roboto-Regular;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0px;
    color: #ff5863;
    padding-left: 5px;
    vertical-align: middle;
    width: 75%;
    padding-top: 10px;
    float: right;
}

.finbestfloat {
    position: relative;
    display: inline-block;
    right: 83px;
    top: -180px;
}

.finbestfloat:after {
    content: url(/images/Path-4.png);
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: -105px 0 0 -60px;
}

.finbest_box {
    border-radius: 3px;
    box-shadow: 0 2px 20px 4px rgba(226, 226, 226, 0.5);
    background-color: #ffffff;
    padding: 5px;
    position: relative;
    display: inline-block;
    right: 120px;
    top: -307px;
    vertical-align: middle;
}
.features-icon-img {
    width: 25%;
    float: left;
    background: #fddadc;
    padding: 5px;
}

.finbest_box_text {
    font-family: Roboto-Regular;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0px;
    color: #ff5863;
    padding-left: 5px;
    vertical-align: middle;
    width: 75%;
    /* height: 100%; */
    padding-top: 15px;
    float: right;
}

.instantsearchfloat {
    position: relative;
    display: inline-block;
    right: 170px;
    top: -460px;
    bottom: 0;
}

.instantsearchfloat:after {
    content: url(/images/Path-2.png);
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: -40px 0 0 28px;
}

.instantsearch_box {
    border-radius: 3px;
    box-shadow: 0 2px 20px 4px rgba(226, 226, 226, 0.5);
    background-color: #ffffff;
    padding: 5px;
    position: relative;
    display: inline-block;
    left: 181px;
    top: -498px;
}


.bestsalonfloat {
    position: relative;
    display: inline-block;
    right: 415px;
    top: -350px;
    bottom: 0;
}

.bestsalonfloat:after {
    content: url(/images/Path-3.png);
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: 30px 0 0 0px;
}

.bestsalon_box {
    border-radius: 3px;
    box-shadow: 0 2px 20px 4px rgba(226, 226, 226, 0.5);
    background-color: #ffffff;
    padding: 5px;
    position: relative;
    display: inline-block;
    right: 230px;
    top: -234px;
}


.introbutton {
    margin: 15px 0px 0px 0px;
    animation-duration: 1000ms;
    animation-delay: 600ms;
    animation-name: fadeInDown;
}

.introbutton .small {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.introbutton .big {
    display: block;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
}

.btn-app-store {
    background: #000;
    color: #FFF;
    position: relative;
    height: 53px;
    padding: 2px 20px 0 47px;
    border: 2px solid #eee;
    width: 150px;
    border-radius: 10px;
}

.btn-app-store i {
    font-size: 24px;
    position: absolute;
    left: 10px;
    bottom: 12px;
}

.btn-googleplay {
    background: #000;
    color: #FFF;
    position: relative;
    height: 53px;
    border: 2px solid #eee;
    width: 155px;
    padding: 3px 30px 0 5px;
    border-radius: 10px;
}

.btn-googleplay i {
    font-size: 40px;
    position: absolute;
    left: 10px;
}

.googleplay-img {
    margin-top: 10px;
    margin-right: 5px;
    width: 35px;
}

.introbutton .btn.focus, .btn:focus, .btn:hover {
    color: #F66161;
    text-decoration: none;
}

.amenitiesname {
    padding-right: 10px;
    display: inline
}

/*-------------------Refer and Earn---------------------*/
#referandearn {
    clear: both;
    background-color: #fff;
    width: 100%;
    float: left;
    padding-bottom: 40px;
}

.searchbg {
    background-color: #fdece1;
    border-radius: 6px;
    padding: 20px 15px 20px 15px !important;
}

.refernowbox {
    float: left;
    width: 100%;
    padding: 15px 15px;
    margin: 50px 0px 30px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 2px 16px 0 rgba(224, 224, 224, 0.5);
}

.textemial {
    outline: none;
    border: none;
    font-size: 20px;
    /*width: 80%;*/
    color: #ff5764;
}

.btn-refernow {
    border-radius: 3px;
    background-image: linear-gradient(72deg, #FFA454, #F66161);
    color: #fff;
    padding: 10px 35px;
    font-size: 20px;
    float: right;
}

.btn-refernow:hover, .btn-refernow:focus {
    color: #fff !important;
}

::placeholder {
    color: #ff5764;
}

:-ms-input-placeholder {
    color: #ff5764;
}

::-ms-input-placeholder {
    color: #ff5764;
}

/*---------------------Notifications-----------------*/
.dropdown-menu {
    padding: 0px !important;
    margin: 8px !important;
    min-width: 190px;
    border: none;
}

.dropdown-menu-header {
    position: relative;
    padding: 20px 20px;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 4px;
}

.dropdown-menu-header > h5 {
    margin: 0;
}

.dropdown-menu-header a {
    color: #FF8656 !important;
}

.badge.up {
    position: relative;
    top: -13px;
    margin: 0 -.8em;
    border-radius: 15px;
}

.badge {
    font-weight: 500;
}

.badge-pill {
    padding: 3px 6px;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545 !important;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.badge {
    background: none;
    display: inline-block;
    padding: .25em .6em;
    font-size: 75%;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .215rem;
    cursor: default;
}

.dropdown-menu-media {
    width: 360px;
    padding-top: 0;
    padding-bottom: 0;
}

.this-week-text {
    color: #FF8656;
    text-decoration: underline;
    position: absolute;
    top: -5px;
    right: 20px;
}

.waves-effect.dropdown-item {
    display: block;
}

.dropdown-menu-media .list-group-item {
    padding: 0 0px !important;
    margin: 0;
    border: none;
    border-radius: 0 !important;
}

.dropdown-menu-media .list-group-item:first-child .media {
    border-top: none;
}

.list-group-item > .media:only-child {
    margin: 0;
}

.dropdown-menu-media .list-group-item .media {
    padding: 15px 65px 15px 15px;
    border-top: 1px solid #e0e0e0;
}

.list-group .media {
    width: 100%;
    padding: 2px 0;
    border-bottom: 0;
}

.imagesmall {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.iconsmalls {
    background-image: linear-gradient(45deg, #FF8955, #FF386B);
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-style: normal;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    color: #fff;
    text-transform: capitalize
}

.notificattion-iconsmall {
    background-image: linear-gradient(45deg, #FF8955, #FF386B);
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    font-style: normal;
    text-align: center;
    line-height: 56px;
    font-size: 30px;
    color: #fff;
    text-transform: capitalize
}

.list-group .media-heading {
    margin: 0;
    font-size: 14px;
    line-height: normal;
}

.media-meta {
    margin-bottom: 0px;
    font-size: 12px;
    color: #616161;
    line-height: normal;
}

.media {
    display: -webkit-box;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.scrollable-content {
    width: 358px;
    height: 284px;
    overflow-y: scroll;
}

.dropdown-menu-media .list-group {
    max-height: 270px;
    margin: 0;
    font-size: .858rem;
    border-radius: 0;
}

.dropdown-menu-media > .dropdown-menu-footer {
    background-image: linear-gradient(70deg, #FF8955, #FF386B);
    margin-top: 15px;
}

.dropdown-menu-media > .dropdown-menu-footer > a {
    padding: 15px 20px !important;
    margin: 0;
    color: #fff !important;
    text-align: center;
}

.vertical_timeline {
    width: 95%;
    max-width: 80em;
    margin: 0 auto;
    padding: 0 1.875em 3.125em;
}

.cbp_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}

/* The line */
.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #ddd;
    left: 20%;
    margin-left: -17px;
    height: 100%;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
    display: block;
    text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
    font-size: 15px;
    color: #b1b1b1;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 15px;
    color: #b1b1b1;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
    color: #000;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 5px 25%;
    background: #f4f8f9;
    color: #000;
    padding: 0px 30px;
    line-height: 1.4;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.bgcolor {
    background-color: #fff !important;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 {
    margin-top: 0px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.cbp_tmtimeline > li .cbp_tmicon {
    width: 20px;
    height: 20px;
    position: absolute;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    left: 20%;
    margin: 0 0 0 -25px;
    background-color: #f8f8f8;
    border: solid 2px #f98a81;
}

.cbp_tmicon-screen {
    width: 20px;
    height: 20px;
    background-color: #f8f8f8;
    border: solid 2px #f98a81;
    position: absolute;
    color: #fff;
}

.clear_all {
    margin: 0px 0px 0px 25%;
    text-align: center;
    background-color: #FF8656;
    color: #fff;
    padding: 10px;
}

.btn-badge {
    padding: 5px 4px!important;
    font-size: 11px !important;
    font-weight: normal !important;
}

.fa-gradient {
    background-image: linear-gradient(20deg, #FFA454,#F66161);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.fa-gradient-search{
    padding:3px 10px 0 !important;
}
.fa-gradient-search:before {
    content: url(/images/Search-btn.png);
}

#search_services-error,#salon_name-error {
    position: absolute;
    background: #fff;
    border: 2px solid #fff;
    top: 56px;
    padding: 8px 10px 5px;
}
#search_services-error:before,#salon_name-error:before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
}

#autocomplete-error{
    position: absolute;
    background: #fff;
    border: 2px solid #fff;
    top: 56px;
    padding: 8px 10px 5px;
}
#autocomplete-error:before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#autocomplete-error:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
}
#mobile-error{
    top: auto;
    position: absolute;
}

#bannerpromotions{
    padding: 30px 0;
    clear: both;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.categoryoffersbox {
    width: 370px;
    height: 200px;
    position: relative;
    display: block
}

.categoryoffersbox b {
    display: block;
    padding-left: 175px;
    position: absolute;
    font-weight: normal
}

.categoryoffersbox b p {
    /*padding: 0 0 0 35px;*/
    padding: 0 0 0 57px;
    margin: 0;
    font-family: "Roboto-Regular";
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #fff;
}

.categoryoffersbox b .fontbig {
    font-family: 'Oswald', sans-serif;;
    font-weight: 600;
    font-size: 45px;
    line-height: 47px;
    padding-top: 57px;
    color:#fff
}

.categoryoffersbox b .fontbig sub {
    font-size: 35px;
    position: relative;
    top: -21px;
}

.categoryoffersbox b i {
    font-style: normal;
    font-family: 'Roboto-Regular';
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #fff
}

.categoryoffersbox b p.fonttext {
    margin-top: 20px;
    position: relative;
}

.categoryoffersbox b i.upto {
    position: absolute;
    top: 58px;
}

.categoryoffersbox b i.off {
    position: absolute;
    bottom: 27px;
    right: -8px
}
.facial-category{
    color: #ff5369 !important;
}


.categoryoffersnailbox b {
    display: inline-flex;
    padding-left: 55px;
    position: absolute;
    font-weight: normal;
    padding-top: 77px;
}
.categoryoffersnailbox b i {
    font-style: normal;
    font-family: 'Roboto-Regular';
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #FFF
}
.categoryoffersnailbox b i.upto {
    top: 0;
    padding-top: 12px;
}
.categoryoffersnailbox b i.off {
    position: absolute;
    bottom: -14px;
    left: 160px;
}
.categoryoffersnailbox b .fontbig {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 70px;
    color: #fff;
    line-height: 40px;
}
.categoryoffersnailbox b .fontbig sub {
    font-size: 35px;
    position: relative;
    top: -24px;
}
.categoryoffersnailbox b p.fonttext {
    margin-top: 12px;
    position: relative;
    padding-left: 20px;
}
.categoryoffersnailbox b p{
    padding: 0 0 0 0;
    margin: 0;
    font-family: "Roboto-Regular";
    font-size: 13px;
    letter-spacing: 0.5px;
    color:#fff
}
#bestsalonoffers {
    background-image: url(../images/Best-offers-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.img-wihi30{
    width: 30px;
    height: 30px;
}

.fieldsicon{
    margin-top: 39px;
    margin-left: 165px;
    position: absolute;
}

.btn-theme_colors{background-image: linear-gradient(64deg, #FF8955, #FF386B);color: #fff;border-radius: 30px;padding: 5px 15px;}
.btn-theme_colors:hover{color: #fff;}
.marr20{
    margin: 20px;
}
#search_services{
    height: 52px;
    color: #555;
    border: 0px solid #ccc;
    box-shadow: none;
}

@media screen and (max-width: 65.375em) {
    .cbp_tmtimeline > li .cbp_tmtime span:last-child {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 47.2em) {
    .cbp_tmtimeline:before {
        display: none;
    }

    .cbp_tmtimeline > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }

    .cbp_tmtimeline > li .cbp_tmtime span {
        text-align: left;
    }

    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }

    .cbp_tmtimeline > li .cbp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0px;
    }
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .multi-item-carousel .carousel-inner > .item {
        transition: 0.6s ease-in-out all;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        -webkit-perspective: none;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media (min-width: 768px) {
    .custom-container .custom-containerrefer .custom-containerservice {
        width: 750px !important;
    }
}

@media (min-width: 992px) {
    .custom-container {
        width: 850px;
    }

    .custom-containerservice {
        width: 750px;
    }

    .custom-containerrefer {
        width: 940px;
    }
}

@media (min-width: 1200px) {
    .custom-container {
        width: 900px;
    }

    .custom-containerservice {
        width: 750px;
    }

    .custom-containerrefer {
        width: 940px;
    }
}

@media (max-width: 991px) {
    .section-header.sticky {
        padding: 15px;
        position: relative;
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}

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

    100% {
        opacity: 1;
        -moz-transform: none;
    }
}

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

    100% {
        opacity: 1;
        -o-transform: none;
    }
}

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

    100% {
        opacity: 1;
        transform: none;
    }
}


input[type=password]::-ms-reveal,
input[type=password]::-ms-clear
{
    display: none;
    width: 0;
    height: 0;
}
input[type=text]::-ms-reveal,
input[type=text]::-ms-clear
{
    display: none;
    width: 0;
    height: 0;
}
select::-ms-value {
    background: none;
    color:#000;
}
.service-carousel {
    position: relative;
}
.service-carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.service-carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
.service-carousel-inner > .item > img,
.service-carousel-inner > .item > a > img {
    line-height: 1;
}
.service-carousel-inner > .active,
.service-carousel-inner > .next,
.service-carousel-inner > .prev {
    display: block;
}
.service-carousel-inner > .active {
    left: 0;
}
.service-carousel-inner > .next,
.service-carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.service-carousel-inner > .next {
    left: 100%;
}
.service-carousel-inner > .prev {
    left: -100%;
}
.service-carousel-inner > .next.left,
.service-carousel-inner > .prev.right {
    left: 0;
}
.service-carousel-inner > .active.left {
    left: -100%;
}
.service-carousel-inner > .active.right {
    left: 100%;
}
.service-carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3%;
    font-size: 20px;
    color: #d14833;
    text-align: center;
}
.service-carousel-control.left {
}
.service-carousel-control .fa-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.service-carousel-control.right {
    right: 0;
    left: auto;
}
.service-carousel-control .fa-chevron-right, .service-carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.service-carousel-control .fa-chevron-left, .service-carousel-control .fa-chevron-right, .service-carousel-control .icon-next, .service-carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.service-colum:last-child{
    padding-right: 0px
}

.min-height220{
    min-height: 205px
}

.select2-dropdown{
    z-index: 1 !important;
}

@media (max-width: 767px){
    .service-colum {
        padding-left: 0px;
        padding-right: 3px;
    }
    .service-holder {
        height: 180px;
        z-index: 1;
    }
    #introductionapp {
        background-size: cover;
    }
    .bestsalonfloat, .getcashbackfloat, .instantsearchfloat, .finbestfloat{
        display:none
    }
    .bestsalonfloat:after, .getcashbackfloat:after, .instantsearchfloat:after, .finbestfloat:after{
        display:none
    }
    .instantsearch_box {
        left: -19px;
        top: -480px;
    }
    .introduction_box_text, .instantsearch_box_text, .bestsalon_box_text {
        font-size: 14px;
        padding-top: 10px;
    }
    .introduction_box {
        left: 23px;
        top: -355px;
    }
    .finbest_box {
        right: 143px;
        top: -320px;
    }
    .finbest_box_text {
        font-size: 14px;
        padding-top: 12px;
    }
    .bestsalon_box {
        right: 177px;
        top: -315px;
    }
    .rmt-115{
        margin-top: 100px;
    }
    .rpt-40{
        padding-top: 40px
    }
    .width40p{
        margin-bottom: -24px;
    }
    .copyright {
        text-align: center;
    }

    .footer_ul ul {
        text-align: left;
    }

    .footer_ul ul li {
        margin: 0 0px 10px;
    }

    #social_footer {
        float: none;
        text-align: center;
    }
}

.mr-5{
    margin-right: 5px;
}

.white-spacepre{
    white-space: pre-line;
}

.btnlgnss{
    padding: 13px 24px !important;
    font-size: 16px !important;
}