body {
    font-family: "Lato-Regular";
    font-weight: normal;
    line-height: 1.5;
}
img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
header.site-header {
    margin: 0;
    padding: 8px 0;
    display: block;
    width: 100%;
    clear: both;
    position: fixed; /*min-height: 85px;*/
    z-index: 100;
}
@font-face {
    font-family: "Lato-regular";
    src: url("../fonts/Lato-Regular.eot");
    src: url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype');
}
@font-face {
    font-family: "Lato-Light";
    /*src: url(../fonts/Lato-Light.eot);  IE9 Compat Modes */
    src: url('../fonts/Lato-Light.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Lato-Light.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Lato-Light.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: "Lato-Semibold";
    /*src: url(../fonts/Lato-Semibold.eot);  IE9 Compat Modes */
    src: url('../fonts/Lato-Semibold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Lato-Semibold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Lato-Semibold.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: "Lato-Bold";
    /*src: url(../fonts/Lato-Bold.eot);  IE9 Compat Modes */
    src: url('../fonts/Lato-Bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Lato-Bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Lato-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: "Lato-Italic";
    /*src: url(../fonts/Lato-Bold.eot);  IE9 Compat Modes */
    src: url('../fonts/Lato-Italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Lato-Italic.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Lato-Italic.ttf') format('truetype'); /* Safari, Android, iOS */
}
/*********************Registration Css*************/
.btnCust {
    border-radius: 25px;
    font-size: 18px;
    height: 42px;
    padding: 10px 30px;
    letter-spacing: 1.2px;
    font-weight: bold;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}
.btnCust:hover {
    box-shadow: 0 3px 3px 0 rgba(46, 91, 192, 0.33);
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}
.btnTrans {
    border-radius: 3px;
    font-size: 16px;
    padding: 12px 45px;
    border: 1px solid #fff;
    letter-spacing: 1.2px;
}
.sectionHeading {
    font-size: 24px;
    text-align: center;
    letter-spacing: 1.5px;
}
.sectionDesc {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.6;
}
/*============================================= registration starts =========================*/
.RFlow {
    width: 100%;
    float: left;
    height: auto;
    background: #fff;
    padding: 0px;
    margin: 0px;
}
.RFlowCont {
    width: 100%;
    float: left;
    height: auto;
    padding: 0px;
    background: #fff;
}
.RFlow_steps {
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.11);
    min-height: 660px;
}
.RFlow_cont {
    float: right;
    min-height: 662px; /* background-image: linear-gradient(73deg, #2ae68d, #4fa9cc); */
    padding: 30px 0px 10px;
    overflow-y: auto;
}
/*============================================= steps process starts =========================*/
.design-process-section .text-align-center {
    line-height: 25px;
    margin-bottom: 12px;
}
.design-process-content {
    position: relative;
    padding: 16px 20% 30px 18%;
}
.design-process-content-welcome {
    padding-top: 50%;
}
.design-process-content img {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    max-height: 100%;
    width: 70%;
}
.design-process-content h3 {
    margin-bottom: 16px;
    color: #31393c;
    font-weight: bold;
}
.design-process-content p {
    line-height: 24px;
    margin-bottom: 12px;
    font-size: 14px;
}
.design-process-content1 h3 {
    margin-bottom: 16px;
    color: #31393c;
    font-weight: bold;
    text-align: left;
}
.design-process-content1 p {
    line-height: 28px;
    margin-bottom: 12px;
    font-size: 14px;
    text-align: justify;
}
.design-process-content1 {
    padding: 16px 8% 30px 8%;
}
.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    max-width: 600px;
    margin: 48px auto 26px;
    border: none;
    z-index: 0;
}
.process-model li::after {
    background: #909090 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    right: -30px;
    top: 16px;
    width: 85%;
    z-index: -1;
}
.process-model li.visited::after {
    background: #F33C3A;
}
.process-model li:last-child::after {
    width: 0;
}
.process-model li {
    display: inline-block;
    width: 18%;
    text-align: center;
    float: none;
}
.process-model li a {
    padding: 0;
    border: none;
    color: #606060;
}
.process-model li.active, .process-model li.visited {
    color: #F33C3A;
}
.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
    color: #fff;
}
.process-model li.active p,
.process-model li.visited p {
    font-weight: 600;
}
.process-model li a {
    display: block;
    height: 34px;
    width: 34px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #909090;
    line-height: 34px;
    font-size: 16px;
    border-radius: 50%;
}
.process-model li.active a, .process-model li.visited a {
    background: linear-gradient(73deg, #FF386B, #FF8955);
    color: #fff;
    border-color: #FF6A2F;
}
.process-model li p {
    font-size: 14px;
    margin-top: 11px;
}
.process-model.contact-us-tab li.visited a, .process-model.contact-us-tab li.visited p {
    color: #606060 !important;
    font-weight: normal;
}
.process-model.contact-us-tab li::after {
    display: none;
}
.process-model.contact-us-tab li.visited i {
    border-color: #e5e5e5;
}
.tab-pane {
    display: block;
    text-align: center;
}
.tab-content {
    padding-top: 50%;
}
@media screen and (max-width: 560px) {
    .more-icon-preocess.process-model li span {
        font-size: 23px;
        height: 50px;
        line-height: 46px;
        width: 50px;
    }
    .more-icon-preocess.process-model li::after {
        top: 17px;
    }
}
@media screen and (max-width: 380px) {
    .process-model.more-icon-preocess li {
        width: 16%;
    }
    .more-icon-preocess.process-model li span {
        font-size: 16px;
        height: 35px;
        line-height: 32px;
        width: 35px;
    }
    .more-icon-preocess.process-model li p {
        font-size: 8px;
    }
    .more-icon-preocess.process-model li::after {
        top: 18px;
    }
    .process-model.more-icon-preocess {
        text-align: center;
    }
}
.Conttop {
    width: 88%;
    height: auto;
    padding: 10px 20px 50px 15px;
    border-radius: 6px;
    margin: 0px auto;
    margin-top: 10px;
    display: block; /* background-image: linear-gradient(73deg, #2ae68d, #4fa9cc); */
    position: relative;
    z-index: 1;
}
.Contbody {
    width: 90%;
    min-height: 410px;
    padding: 40px 20px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.11);
    margin: 0px auto;
    margin-top: 20px;
    display: block;
    float: left;
    margin-left: 5%;
    position: relative;
    z-index: 1;
}
/*.Contbody .form-group { margin-bottom: 20px !important; margin-top: 14px !important;}*/
/*.Contbody .form-group .control-label { position: absolute; top: 18px; pointer-events: none; padding-left: 0.125rem; z-index: 1; color: #909090; font-size: 15px; font-weight: normal; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;}*/
/*.Contbody .form-group .bar {position: relative; max-width: 100% !important; display: block;}*/
/*.Contbody .form-group .bar::before {content: ''; height: 0.125rem; width: 0; left: 50%; bottom: -0.0625rem; position: absolute; background: #00a0e0; -webkit-transition: left 0.28s ease, width 0.28s ease; transition: left 0.28s ease, width 0.28s ease; z-index: 2;}*/
/*.Contbody .form-group select:focus,*/
/*.Contbody .form-group input:focus,*/
/*.Contbody .form-group textarea:focus {outline: none;}*/
/*.Contbody .form-group select:focus ~ .control-label,*/
/*.Contbody .form-group input:focus ~ .control-label,*/
/*.Contbody .form-group textarea:focus ~ .control-label { color: #337ab7;}*/
/*.Contbody .form-group select:focus ~ .bar::before,*/
/*.Contbody .form-group input:focus ~ .bar::before,*/
/*.Contbody .form-group textarea:focus ~ .bar::before {width: 100%; left: 0;}*/
/*.Contbody .checkbox label,*/
/*.Contbody .form-radio label {position: relative; cursor: pointer; padding-left: 2rem; text-align: left; color: #333; display: block;}*/
/*.Contbody .checkbox input,*/
/*.Contbody .form-radio input {width: auto;opacity: 0.00000001; position: absolute; left: 0;}*/
/*.Contbody .form-group select ~ .control-label, .Contbody .form-group input:focus ~ .control-label, .Contbody .form-group input:valid ~ .control-label, .Contbody .form-group input[readonly] ~ .control-label, .Contbody .form-group input.form-file ~ .control-label, .Contbody .form-group input.has-value ~ .control-label, .Contbody .form-group textarea:focus ~ .control-label, .Contbody .form-group textarea:valid ~ .control-label, .Contbody .form-group textarea.form-file ~ .control-label, .Contbody .form-group textarea.has-value ~ .control-label{    top: 0px; left: 15px;}*/
.ConttopLeft {
    font-size: 24px;
    letter-spacing: 1px;
    color: #fff;
}
/*============================ btns ======================================*/
.btns {
    height: 80px;
    margin: 0 auto;
    width: 66%;
    display: block;
    text-align: center;
    padding-top: 100px;
}
.btns input {
    display: none;
}
.btns label {
    display: table;
    float: left;
    padding: 0;
    width: auto;
    height: 100%;
    margin: 0;
    text-align: center;
}
.btns label:first-child {
    border-left: none;
    border-radius: 40px 0 0 40px;
    margin-right: 20px;
}
.btns label:last-child {
    border-radius: 0 40px 40px 0;
}
.btns .btn {
    font-size: 20px;
    cursor: pointer;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    color: #31393c;
    border-radius: 40px;
    border-radius: 40px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    background: #f4f6f9;
    padding: 12px 20px;
    text-align: center;
    vertical-align: middle;
}
.btns .btn:hover {
    box-shadow: inset 0 30px 30px -20px rgba(50, 50, 50, 0.02);
    transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btns .btn:after {
    content: '\2714';
    margin-left: -10px;
    display: inline-block;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, -webkit-transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.btns .first {
    border-radius: 40px;
}
.btns .last {
    border-radius: 0 40px 40px 0;
}
.btns input:checked + .btn {
    color: #ffffff;
    text-shadow: none;
    transition: color 500ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 150ms;
    border-radius: 40px;
    background-image: linear-gradient(72deg, #FF8955, #FF386B);
}
.btns input:checked + .btn:after {
    margin-left: 12px;
    -webkit-transform: scale(1.25);
    transform: scale(1.05);
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms, margin 500ms;
    transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms, margin 500ms, -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
}
.Img-Custom {
    width: 20%;
}
button.btn.btn-warning.role_type, input.btn.btn-default.btn-login {
    background-image: linear-gradient(74deg, #FF8955, #FF386B);
    color: #ffffff;
    text-shadow: none;
    transition: color 500ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 150ms;
    border-radius: 40px;
    padding: 8px 40px;
    font-size: 20px;
    text-align: center;
    margin: 0px auto;
    border: 0px;
    display: block;
}
.BottomBtn {
    text-align: center;
    margin-top: 100px;
}
/*====================================================== pricing plan ==================================== */
.pricing-plan-list {
    display: flex;
}
.pricing-plan {
    position: relative;
    width: 33%;
    padding: 20px 0 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f8f8f8;
    border: solid 1px #e2e2e2;
}
/*.pricing-plan:first-child .pricing-plan__price { color: #31393c;}
.pricing-plan:nth-child(2) .pricing-plan__price {color: #31393c;}
.pricing-plan:last-child .pricing-plan__price { color: #31393c;}*/
.pricing-plan:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
}
.pricing-plan--featured {
    width: 35%; /*background-image: linear-gradient(30deg, #2ae68d, #4fa9cc);*/
    border-radius: 4px;
    border: solid 1px #e2e2e2;
    margin: 0px 0px 0px 15px;
}
/*.pricing-plan--featured .pricing-plan__name { color: #fff;}*/
.pricing-plan__name,
.pricing-plan__price {
    font-weight: 200;
}
.pricing-plan__name {
    font-size: 34px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #31393c;
}
.pricing-plan__price {
    font-size: 26px;
    margin: 0 0 5px 0;
}
/*.pricing-plan--featured .pricing-plan__disclosure, .pricing-plan--featured .pricing-plan__feature-list{color:#fff;}*/
.pricing-plan__disclosure {
    font-size: 12px;
    color: #a1a5aa;
}
.pricing-plan__feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 2;
    color: #31393c;
}
.pricing-plan__feature-listt {
    padding-left: 35px;
    border: 1px solid transparent;
    background: none;
    width: 32%;
}
.pricing-plan__feature-listt .pricing-plan__feature-list {
    list-style: none;
    padding: 0;
    font-size: 14px;
    margin-top: 25px;
    line-height: 2.5;
    color: #90a4ae;
    background: transparent;
    border: 1px solid transparent;
    text-align: left;
}
.pricing-plan__feature {
    text-align: left;
    padding: 0px 20px;
}
.pricing-plan__feature i {
    color: #0ade88;
    padding-right: 10px;
}
.RFlow_cont-plan {
}
.Contbody_plan {
    height: auto;
}
.select_plan {
    width: 136px;
    height: 40px;
    border-radius: 32px;
    border: solid 2px #3c99fc;
    background: transparent;
    color: #3c99fc;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    -webkit-transition: 0.28s ease;
    transition: 0.28s ease;
}
/*.pricing-plan--featured .select_plan{background-color: #fff; }*/
.select_plan:hover {
    background-color: #3c99fc;
    color: #000 !important;
}
.pricing-plan-beauty {
}
#loginFooter {
    padding-top: 10px;
}
.pricing-plan--featured:hover {
    background-image: linear-gradient(72deg, #FF8955, #FF386B);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.pricing-plan__price {
    color: #000;
}
.pricing-plan--featured:hover .pricing-plan__name {
    color: #fff;
}
.pricing-plan--featured:hover .pricing-plan__feature-list {
    color: #fff;
}
.pricing-plan--featured:hover .pricing-plan__feature i {
    color: #17e829;
}
.pricing-plan--featured:hover > .pricing-plan__price,.pricing-plan--featured:hover > .price_nag {
    color: #fff;
}
.pricing-plan--featured:hover > .select_plan {
    background: #fff;
    color: #000;
    border: solid 0px #000;
}
/*==================================== registration starts =====================================================*/
/*.Contbody .form-group {margin-bottom: 20px !important;margin-top: 14px !important;}
.Contbody .form-group input {display: block; background: none; padding: 5px 30px; font-size: 16px; border: 0; border-bottom: 1px solid #ddd;   line-height: 1.9;    -webkit-transition: all 0.28s ease;    transition: all 0.28s ease;    box-shadow: none;    width: 100%;    color: #4a4a4a;}
.Contbody .form-group .control-label { position: absolute;top: -4px;pointer-events: none; padding-left: 0.125rem; z-index: 1; color: #909090; font-size: 15px; font-weight: normal; -webkit-transition: all 0.28s ease; transition: all 0.28s ease;}
.Contbody .form-group .bar {position: relative; max-width: 100% !important; display: block;}
.Contbody .form-group .bar::before { content: ''; height: 0.125rem; width: 0; left: 50%; bottom: -0.0625rem; position: absolute;    background: #00a0e0; -webkit-transition: left 0.28s ease, width 0.28s ease;transition: left 0.28s ease, width 0.28s ease;    z-index: 2;}
.Contbody .form-group select:focus,
.Contbody .form-group input:focus,
.Contbody .form-group textarea:focus { outline: none;}
.Contbody .form-group select:focus ~ .control-label,
.Contbody .form-group input:focus ~ .control-label,
.Contbody .form-group textarea:focus ~ .control-label { color: #337ab7;}
.Contbody .form-group select:focus ~ .bar::before,
.Contbody .form-group input:focus ~ .bar::before,
.Contbody .form-group textarea:focus ~ .bar::before { width: 100%; left: 0;}
.Contbody .checkbox label,
.Contbody .form-radio label {position: relative; cursor: pointer; padding-left: 2rem;text-align: left; color: #333; display: block;}
.Contbody .checkbox input,
.Contbody .form-radio input {width: auto; opacity: 0.00000001;position: absolute; left: 0;}
.Contbody .form-group select ~ .control-label, .Contbody .form-group input:focus ~ .control-label, .Contbody .form-group input:valid ~ .control-label, .Contbody .form-group input[readonly] ~ .control-label, .Contbody .form-group input.form-file ~ .control-label, .Contbody .form-group input.has-value ~ .control-label, .Contbody .form-group textarea:focus ~ .control-label, .Contbody .form-group textarea:valid ~ .control-label, .Contbody .form-group textarea.form-file ~ .control-label, .Contbody .form-group textarea.has-value ~ .control-label{    top: -22px;    left: 15px;}
.ConttopLeft {font-size: 24px;letter-spacing: 1px; color: #fff;}
.RFlow .row{ margin: 0px;    width: 100%; float: left;}
*/
/*================================================== OTP pages ===============================================================================*/
.Contbody_otp .form-group {
    margin-bottom: 20px !important;
    margin-top: 14px !important;
}
.Contbody_otp .form-group input:focus,
.Contbody_otp .form-group textarea:focus {
    outline: none;
}
.Contbody_otp .form-group input {
    display: block;
    background: none;
    padding: 5px 30px;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #ddd;
    line-height: 1.9;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
    color: #4a4a4a;
}
#otp_verify .Contbody .form-group .input-group .form-control:first-child {
    border-bottom: 1px solid transparent;
}
#otp_verify .input-group {
    border: solid 1px #dadada !important;
    height: 48px;
    width: 100%;
}
.MobileNum {
    float: left;
}
.Resend {
    float: left;
    line-height: 52px;
}
.MobileNum {
    width: 75% !important;
    float: left !important;
    height: 52px;
}
.Resend a {
    color: #ff5e44;
    border-left: 1px solid #dadada;
    padding-left: 20px;
}
.panel-cust {
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
    box-shadow: 0 0px 0px rgba(0,0,0,.05);
}
.alert_cust {
    padding: 10px 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: #2eff9999;
    color: #00904a;
    font-weight: normal;
    font-size: 14px;
}
#otp_verify .panel-body {
    padding: 0px;
    border: 0px;
}
.EnterOtpCode {
    padding: 0px;
}
.EnterOtpCode input {
    width: 11%;
    float: left;
    margin: 0px 8px;
    padding: 5px 0 !important;
    border-bottom: 1px solid #25292c !important;
    text-align: center;
}
.panel.EnterOtpCodeHead {
    padding-top: 40px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
    box-shadow: 0 0px 0px rgba(0,0,0,.05);
}
.panel.EnterOtpCodeHead .panel-heading {
    padding: 10px 15px 0px;
    letter-spacing: 0.7px;
    color: #31393c;
    font-size: 22px;
}
#confirm_otp_alert {
    margin-bottom: 40px;
}
#verify_success {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    float: left;
    margin-top: 15%;
    color: #31393c;
    line-height: 1.4;
    font-size: 18px;
}
#verify_success h1 {
    color: #69f0ae;
    font-size: 40px;
}
#verify_success p {
    padding-bottom: 50px;
}
.Headingss {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    color: #F33C3A;
    margin: 0px 0px 15px 0px;
    padding: 0px 15px 0px;
}
.TexttArea {
    width: 100%;
    margin: 0px;
    padding: 12px 20px;
    box-sizing: border-box;
    border-radius: 04px;
    background-color: #f8f8f8;
    border: 1px solid #e8e8e9;
    resize: none;
}
.Timings {
    padding: 0px;
    margin: 0px;
}
.Timings ul {
    width: 100%;
    float: left;
    height: auto;
    text-decoration: none;
    list-style: none;
    margin: 10px 0px;
    padding: 0px;
}
.Timings ul li {
    float: left;
    height: auto;
    width: 25%;
    list-style: none;
    text-align: center;
    cursor: pointer;
}
.Timings ul li a {
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.Timings ul li a:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}
.Timings ul li a.active {
    filter: none;
    -webkit-filter: grayscale(0%);
}
.TimingsBodyNtms li {
    width: 14% !important;
    float: left;
    padding: 3px 5px;
    text-align: center;
    margin: 0px 5px;
}
.TimingsBodyNtms li .TimingsBtns {
    border: 0px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #242424;
    background: transparent;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}
.TimingsBodyNtms li .TimingsBtns:hover {
    color: #3c99fc;
    border-radius: 40px;
    background-color: #3c99fc3d;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}
.TimingsBodyNtms li .TimingsBtns.active {
    background: linear-gradient(73deg, #2ae68d, #4fa9cc);
    color: #fff;
    border-radius: 40px;
    background-color: #3c99fc3d;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}
#file-upload, #other_documents {
    position: absolute;
    left: -9999px;
}
label[for="file-upload"], label[for="other_documents"] {
    padding: 11px 20px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background-color: #3c99fc;
}
label[for="file-upload"]:hover, label[for="other_documents"]:hover {
    background: #6b3880;
}
#filename, #other_document_name {
    padding: 10px 15px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    width: 75%;
    height: auto;
    border-radius: 0px;
    background-color: #f8f8f8;
    border: solid 1px #e8e8e9;
}
.UploadDocs {
    padding: 0px;
    margin-top: 40px;
}
.ImageUploads {
    padding: 0px;
}
.top-img {
    position: relative;
    overflow: hidden;
    margin: auto;
    max-height: 210px;
    border: 0px solid #f4f4f4;
    min-height: 165px;
}
.top-img_sub {
    position: relative;
    overflow: hidden;
    margin: auto;
    max-height: 102px;
    border: 1px solid #f4f4f4;
    max-width: 102px;
    min-height: 102px;
}
.img-admin {
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.img-wihi30 {
    width: 30px !important;
    height: 30px !important;
}
.ImageUploads_small {
    padding: 0px 5px 0px 0px;
    margin-top: 10px;
    margin-right: 0px;
}
.ImageUploads_small2 {
    left: 5px;
    position: relative;
}
.RFlow_cont:before,
.RFlow_cont:after {
    content: ""; /*kosong, for it to exist*/
    height: 240px;
    position: absolute;
    width: 100%;
    background-image: linear-gradient(72deg, #FF8955, #FF386B);
}
.RFlow_cont:before {
    top: 0px;
    left: 0;
}
.RFlow_cont:after {
    left: 0px;
    top: 0px;
}
/*New Styles animation for registration*/
.Contbody_animation {
    width: 90%;
    min-height: 410px;
    background: #fff;
    padding: 80px 40px 40px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.11);
    margin: 0px auto;
    margin-top: 20px;
    display: block;
    float: left;
    margin-left: 5%;
    z-index: 1;
    position: relative;
}
/*Media Queries*/
.materialstyle input[type="text"], .materialstyle input[type="mobile"], .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="email"]:focus, .materialstyle input[type="password"]:focus {
    outline: none;
    color: #FF8656;
    border-bottom: 2px solid #F33C3A;
    -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 .control-label {
    position: absolute;
    transition: all .2s;
    z-index: 0;
}
.materialactive {
    transform: translateY(-140%);
    font-size: 14px;
    z-index: 0;
    margin-top: 20px;
}
.TimingsBody h6 {
    color: #b5b4b4;
}
.TimingsBody .active h6 {
    color: #3c99fc;
}
.TimingsBody a {
    text-decoration: none;
}
.error {
    color: red;
}
#verify_success {
    text-align: center;
    position: relative;
}
#verify_success h1 {
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #3fdc8f;
}
#verify_success p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.5px;
    text-align: center;
    color: #31393c;
}
#confirm_otp_alert {
    margin-top: 20px;
    display: none;
}
.next_btn, .next_btn:hover, .next_btn:focus {
    background-image: linear-gradient(72deg, #FF8955, #FF386B);
    color: #ffffff;
    text-shadow: none;
    transition: color 500ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 150ms;
    border-radius: 40px;
    padding: 8px 40px;
    font-size: 20px;
    text-align: center;
    margin: 0px auto;
    border: 0px;
}
.next_btn:hover{
    color: #fff !important;
}
.select_plan {
    color: #3c99fc !important;
}
.SalonType {
    padding: 0px;
    margin: 0px;
}
.SalonTypeBody {
    width: 100%;
    float: left;
    height: auto;
    text-decoration: none;
    list-style: none;
    padding: 0px;
}
.SalonTypeBody li {
    width: auto;
    float: left;
    padding: 3px 5px;
    text-align: center;
    margin: 4px 5px;
}
.SalonTypeBody li .SalonTypeBtns {
    border: 1px solid #efefef;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #999999;
    background: transparent;
    border-radius: 40px;
}
.SalonTypeBody li .SalonTypeBtns:hover {
    color: #FFF;
    border-radius: 40px;
    background-color: #FF8955;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}
.SalonTypeBody li .SalonTypeBtns.active {
    background: linear-gradient(73deg, #FF8955,#FF386B);
    color: #fff;
    border-radius: 40px;
    background-color: #FF8955;
    border-color: #FF6A2F;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}
.Headingss a {
    color: #242424;
    float: right;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
}
.UploadDocs {
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
}
header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;
}
.navul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.navul li {
    float: left;
    padding: 0 20px;
}
.navul li a {
    padding: 10px 25px;
    display: flex;
}
.themebutton {
    height: 50px;
    border-radius: 12px;
    background-image: linear-gradient(72deg, #FF8955, #FF386B);
    font-size: 20px;
    border: 0;
    width: 100%;
    color: #fff;
    font-weight: 400;
}
.paddingbtm30 {
    padding-bottom: 30px;
}
.footertitle {
    font-size: 26px;
    color: #fff;
}
.footerullist {
}
.footerullist ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footerullist ul li {
    padding: 3px 0;
}
.footerullist ul li a {
    color: #d3d3d3;
    font-weight: 400;
}
#footersection {
    padding: 70px 0 30px;
}
.footer_mimddlesection {
    width: 98%;
    margin: auto;
    padding-bottom: 30px;
}
.footer_mimddlesection input {
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.08);
    height: 50px;
    width: 100%;
    border: 0;
    padding: 0 20px;
}
#copyrightsection {
    min-height: 60px;
    background: #292d4a;
    color: #fff;
    width: 100%;
    float: left;
    padding-top: 20px;
}
.demopadding {
    text-align: right;
    float: right;
}
.icon {
    position: relative;
    text-align: center;
    width: 0px;
    height: 0px;
    padding: 15px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    -khtml-border-radius: 20px 20px 20px 20px;
    color: #FFFFFF;
}
.icon i {
    font-size: 18px;
    position: absolute;
    left: 9px;
    top: 6px;
}
.icon.social {
    float: left;
    margin: 0 15px 0 0;
    cursor: pointer;
    background: #f4f4f4;
    color: #F33C3A;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.icon.social:hover {
    background-image: linear-gradient(72deg, #FF8955, #FF386B);
    color: #fff;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
    -moz-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
    -ms-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
    -o-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
    filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
}
.icon.social.fb i {
    left: 10px;
    top: 7px;
}
.icon.social.tw i {
    left: 8px;
}
.icon.social.in i {
    left: 10px;
}
label {
    font-weight: 500;
}
.pt-60 {
    padding-top: 60px;
}
.dont_link_text {
    font-size: 16px;
    font-weight: 400;
}
.control-label i {
    font-size: 20px;
    vertical-align: middle;
}
.control-label .fa-mobile {
    font-size: 22px;
}
.padding100 {
    padding: 30px 60px 0;
}
.paddingbottom10 {
    padding-bottom: 10px;
}
.paddingbottom20 {
    padding-bottom: 20px;
}
.padding-left10 {
    padding-left: 10px;
}
.wrapper:after, .outerdiv:after {
    content: "";
    clear: both;
    display: block;
}
#copyrightsection .col-md-6 { /* padding-top:22px */
}
.list-inline {
    color: #fff;
    margin-bottom: 0px;
    margin-top: 5px;
    margin-right: 20px;
}
.list-inline a {
    color: #fff;
}
.list-inline a:hover {
    color: #FFF !important;
}
.copyright, .footertitle {
    color: #fff;
    margin-top: 5px;
    cursor: default;
}
/*header*/
.site-logo {
    position: relative;
    float: left;
}
.site-nav-toggle {
    display: none;
    float: right;
    margin-top: 14px;
    cursor: pointer;
}
.site-nav-toggle span {
    background: #59b42d;
}
.site-nav-toggle span {
    width: 40px;
    display: block;
    clear: both;
    margin-bottom: 6px;
    height: 4px;
    background: #59b42d;
    transition: 400ms ease;
    transition-property: opacity, transform;
    opacity: 1;
    transform-origin: top left;
    transform: rotate(0deg);
}
.site-nav {
    margin: 0;
    padding: 0;
    display: block;
    float: right;
    line-height: 45px;
}
.site-nav ul {
    margin: 0;
    padding: 0;
    display: block;
}
.site-nav li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    list-style: none;
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-left: 15px;
}
.navbar-default .navbar-nav > li.signup {
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-default .navbar-nav > li.signup > a {
    color: #fff;
    cursor: pointer;
}
.navbar-default .navbar-nav > li.signup > a:hover {
    color: #fff !important;
}
.nav {
    padding-top: 10px;
    padding-right: 30px;
}
.site-nav a {
    color: #2d2d2d;
}
.site-nav a:hover {
    text-decoration: none;
}
.signup {
    background-image: linear-gradient(72deg, #FF8955, #FF386B);
    box-shadow: 0 2px 24px 0 rgba(236, 236, 236, 0.5);
}
.signup {
    border-radius: 36px;
}
header.site-header {
    background: #FFFFFF;
}
.sticky-wrapper {
    height: 61px !important;
}
#footersection {
    clear: both;
    display: block;
}
.site-nav a:focus, .site-nav a:hover {
    color: #23527c;
    text-decoration: none;
}
.signup a {
    color: #fff;
}
.main_header_text {
    color: #25292c;
}
.main_header_text {
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.5px;
    text-align: center;
    font-size: 42px;
    font-family: 'Lato-Light';
    font-weight: 500;
    line-height: 1.3;
    margin: 60px 0px 20px;
}
.sub_header_text {
    color: #909090;
}
.pb-30 {
    padding-bottom: 30px;
}
.sub_header_text {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
    margin: 10px 0px 40px;
}
/*carousal */
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
.carousel {
    position: relative;
}
.carousel-control {
    background-image: none !important;
    border: 2px solid #4fa9cc;
    box-shadow: 0 2px 24px 0 rgba(236, 236, 236, 0.5);
    color: #4fa9cc !important;
}
.carousel-indicators li {
    background: #cecece;
}
.carousel-indicators .active {
    background: #428bca;
}
#testimonials {
    background-color: #fff;
}
.testimonials_text {
    background-color: #ffffff;
    box-shadow: 0 2px 20px 4px rgba(226, 226, 226, 0.3);
}
.testimonials_text h3 {
    color: #25292c;
}
.testimonials_text p {
    color: #909090;
}
.testimonials_pic img {
    background-image: linear-gradient(45deg, #FF8955, #FF386B);
    box-shadow: 0 2px 24px 0 rgba(236, 236, 236, 0.5);
}
/*-----------Testimonials------------*/
#testimonials {
    padding-top: 50px;
    padding-bottom: 30px;
    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_pic {
    padding-right: 15px;
    text-align: center;
}
.testimonials_pic img {
    width: 70px;
    height: 70px;
    border-radius: 100px;
}
.testimonial_rating {
    text-align: center;
    padding-top: 8px;
    font-size: 18px;
}
.star_color {
    color: gold;
}
.testul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    margin: auto;
}
.testimonial_name {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.carousel-control {
    height: 32px;
    width: 32px;
    border-radius: 100px;
    margin-top: 90px;
    opacity: inherit !important;
}
/*end*/
/*app store*/
/*---------------App Store CSS------------------------*/
.btn-app-store {
    background-image: linear-gradient(70deg, #FF8955, #FF386B);
    color: white;
    box-shadow: 0 2px 24px 0 #a5a5a5;
}
.btn-play-store_white {
    background-image: linear-gradient(70deg, #fff, #fff);
    color: #fff;
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.07);
}
/*---------------------NowAvailable------------------------**/
#NowAvailable {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    width: 100%;
    float: left;
}
.Available {
    padding-top: 20px;
    padding-bottom: 20px;
}
/*---------------App Store CSS------------------------*/
.btn-app-store {
    border-radius: 12px;
    position: relative;
    height: 56px;
    padding-left: 48px;
    padding-right: 20px;
    margin: 0px 10px;
}
.btn-app-store i {
    font-size: 32px;
    position: absolute;
    left: 10px;
    line-height: 45px;
    color: #000;
}
.btn-app-store .big {
    display: block;
    text-align: left;
    font-family: Helvetica;
    font-size: 20px;
    line-height: 45px;
}
.btn-play-store {
    border-radius: 12px;
    position: relative;
    height: 56px;
    padding-left: 45px;
    padding-right: 20px;
}
.btn-play-store img {
    position: absolute;
    left: 0px;
    width: 45px;
    padding-top: 5px;
}
.btn-play-store .big {
    display: block;
    text-align: left;
    font-family: Helvetica;
    font-size: 20px;
    line-height: 45px;
}
.btn-play-store_white .big {
    color: #000;
}
.btn-play-store_white:focus, .btn-play-store_white:active{
    background-color: transparent;
}
#NowAvailable:after {
    z-index: -1;
    background-image: linear-gradient(77deg, #FF8955, #FF386B);
    content: "";
    clear: both;
    position: absolute;
    left: 0;
    right: 0;
    top: 137px;
    bottom: 0;
}
.pt-140 {
    padding-top: 170px;
}
.pt-100 {
    padding-top: 100px;
}
#NowAvailable .main_header_text, #NowAvailable .sub_header_text {
    color: #fff;
}
.paddingzero {
    padding: 0;
}
.marginzero {
    margin: 0;
}
.paddingtopbottom {
    padding-top: 30px;
    padding-bottom: 30px;
}
.custombg {
    margin-right: -15px;
}
.custom_carousel {
    padding: 100px 0px 120px 50px;
}
.custom_carousel h2 {
    text-align: left;
    font-size: 42px;
    font-family: 'Lato-Light';
    font-weight: 500;
    line-height: 1.3;
    color: #25292c;
}
.custom_carousel h4 {
    font-family: "Lato-Regular";
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 2;
    color: #909090;
    margin-top: 20px;
}
.footer_bottomsection p {
    color: #f4f4f4;
}
/*end*/
/* -------- Scroll To Top ---------- */
.scrollToTop {
    bottom: 20px;
    display: none;
    height: 60px;
    padding-top: 6px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 60px;
    z-index: 9;
    line-height: 47px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}
.scrollToTop i {
    animation: loadingJ 2s cubic-bezier(.17,.37,.43,.67) infinite;
    font-size: 42px;
}
.scrollToTop:hover {
    text-decoration: none;
}
.paddingright10 {
    padding: 0 10px;
}
.paddingtop10 {
    padding-top: 10px;
}
.control-label b, .control_required b {
    font-weight: normal;
    color: #ff0016;
    font-size: 14px;
}
.header50 {
    height: 50px;
}
.iconsmall {
    background-image: linear-gradient(45deg, #FF8955, #FF386B);
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 100px;
    font-style: normal;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
}
.container-fluid_custom {
    padding: 0;
}
/* ---------------- Category styles -------------- */
.Headingss_margin {
    margin-left: 0;
    padding-left: 0;
}
.categorysection {
}
.categorysection .categorylist .categoryheader {
    font-size: 18px;
    color: #F33C3A;
    font-weight: 700;
    letter-spacing: 0.6px;
}
.categorysection .categorylist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.categorysection .categorylist li {
    float: left;
    list-style: none;
    width: 25%;
    text-align: left;
}
.categorysection .categorylist .subcategorylist {
    padding: 0;
    margin: 0;
    list-style: none;
}
.categorysection .categorylist .subcategorylist li {
    width: 100%;
    text-align: left;
    margin: 3px 0px;
}
.categorysection .categorylist .subcategorylist li a {
    padding-left: 16px;
    background: url(../images/right-arrow.png) no-repeat left top;
    color: #000;
    margin: 5px 0px;
}
.categorysection .categorylist .subcategorylist li a.active {
    padding-left: 16px;
    color: #222222;
}
.subcategorylist li a:active, .subcategorylist li a.active:active {
    color: #FF8656 !important;
}
.modalpadding {
    padding: 30px;
}
.categorypanelouter {
    display: table;
    width: 100%;
}
.tablewidth {
    width: 100%;
}
.tablewidth tr td {
    padding: 10px 8px;
    height: 50px;
    font-size: 16px;
    background-color: #fbfafa;
    border-bottom: solid 1px rgb(235, 235, 235);
}
.tablewidth tr td.center {
    text-align: center;
}
.servicetabletr {
    display: table;
    width: 100%;
}
.categorypanel {
    font-size: 18px;
    color: #2a2a2a;
    font-weight: 600;
    background-color: rgb(243, 243, 243);
    border: solid 1px rgb(235, 235, 235);
    height: 40px;
    vertical-align: middle;
    display: table-cell;
    padding: 0 15px;
}
.service_price {
    color: #F33C3A;
    font-size: 16px;
    font-weight: 600;
}
.service_time {
    font-size: 14px;
    padding: 5px;
    display: inline-block;
    background-color: rgb(243, 243, 243);
}
.tagsouter {
    padding: 6px 25px 6px 10px;
    border-radius: 100px;
    background: #FF8656;
    color: #fff;
    position: relative;
}
.tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tags ul li {
    float: left;
    margin-bottom: 5px;
    white-space: nowrap;
    padding-left: 1px;
    padding-right: 2px;
}
.modal-content {
    border-radius: 0;
}
button.btn.btn-warning.role_type.btn_inline, input.btn.btn-default.btn-login.btn_inline {
    display: inline-block;
}
button.btn.btn-warning.role_type_grey, input.btn.btn-default.btn-login_grey {
    background: #fff;
    border: 2px solid #ccc;
    color: #989898;
    text-shadow: none;
    border-radius: 40px;
    padding: 6px 40px;
    font-size: 20px;
    text-align: center;
    margin: 0px auto;
    display: inline-block;
}
.dropdown-header, .dropdown-menu > li.logout > a {
    background-image: linear-gradient(70deg, #FF8955, #FF386B);
    padding: 10px 0px 10px 20px;
    display: block;
    color: #fff;
}
.dropdown-header, .dropdown-menu > li.logout > a:hover {
    background: #FF8656;
    padding: 10px 0px 10px 20px;
    display: block;
    color: #fff;
}
.user {
    background: #f4f4f4;
    padding: 10px 10px 10px 20px;
    color: #333;
}
.sectionouter {
    position: relative;
    margin-right: -15px;
}
.sectionouter .sectionouterbg {
    position: absolute;
    left: 154px;
    right: 0;
    top: -135px;
    bottom: 0;
    width: 80%;
    z-index: 1; /* height: 500px; */
}
.sectionouter .sectioninner {
    padding-top: 90px;
    position: relative;
    z-index: 2;
    right: 40px;
}
.custombgouter {
    background: url(../images/Bg_Image.png)no-repeat left top;
}
.mobilecustom {
    position: absolute;
    left: 0px;
    top: 50px;
    padding: 50px;
    display: none;
}
.customcarousel {
    padding: 0 0 0 30px;
    z-index: 1;
    display: none;
}
.capitalize {
    text-transform: capitalize;
    padding: 0px 10px;
}
.caret {
    margin-left: 5px;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.customcarousel-inner {
    left: 23px;
    top: 5px;
}
.maskimg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.maskimg img {
    max-width: none;
}
.carousel-indicators_custom_mack {
    width: 70%;
    bottom: -37px;
    visibility: hidden;
}
.carousel-indicators_custom {
    width: 100%;
    bottom: -31px !important;
    visibility: hidden;
}
.categorysection .categorylist li.clearboth {
    width: 100%;
    clear: both;
    float: none;
}
*:focus {
    outline: 0;
}
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;
}
/* ------------ end  ------------- */
@media screen and (min-width: 992px) {
    .site-nav {
        display: block !important;
    }
}
/* end*/
a.custom_carousel-Btns {
    border-radius: 36px;
    background-image: linear-gradient(72deg, #FF8955, #FF386B);
    box-shadow: 0 2px 24px 8px rgba(236, 236, 236, 0.5);
    padding: 18px 36px;
    color: #fff;
    margin: 10px 0px;
    font-size: 18px;
}
a.custom_carousel-Btns:hover {
    color: #fff !important;
}
a.custom_carousel-Btns:hover, a.custom_carousel-Btns_last-child:hover {
    text-decoration: none;
}
a.custom_carousel-Btns_last-child {
    background-color: #ffffff;
    box-shadow: 0 2px 24px 8px rgba(236, 236, 236, 0.5);
    color: #25292c;
    border-radius: 36px;
    padding: 18px 48px;
    margin: 10px 0px;
    font-size: 16px;
}
.custom_carousel-Btn {
    width: 100%;
    float: left;
    height: auto;
    margin: 40px 0px;
}
#topsection {
    width: 100%;
    float: left;
    height: auto;
    background-color: #fcfcfc;
}
#ebounti_features_section {
    width: 100%;
    float: left;
    height: auto;
    background-color: #fff;
    padding: 80px 0px 50px;
}
.whyrightsection_cont {
    padding: 30px 20px;
    padding: 5% 4% 0%;
    height: 400px;
    margin-bottom: 0px;
}
.whyrightsection_cont:hover {
    border: 1px solid #eee;
    box-shadow: 0 0 14px #e8e6e6;
    border-radius: 5px;
}
.whyrightsection_cont h4 {
    color: #25292c;
    font-weight: bold;
    text-align: center;
}
.whyrightsection_cont p {
    color: #909090;
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
}
.serviceicon {
    margin: 0px 0px 30px;
    text-align: center;
}
.serviceicon img {
    width: 55%;
}
#livechatsection, #analyticsdashboardsection, #promotionssection {
    width: 100%;
    float: left;
    height: auto;
    background-color: #fff;
    padding: 0px 0px 80px;
}
.sectioninner img {
    width: 60%;
}
.sectionouterbg.sectionouterbg_2 {
    left: -15px;
    width: 70%;
    top: 0px;
}
.sectioninner_2 img {
    width: 90%;
}
.custom_carousel_2 {
    padding: 120px 80px 120px 0px;
}
.custom_carousel_1 {
    padding: 120px 0px 120px 80px;
}
.custom_carousel-3 {
    padding: 60px 0px 120px 50px;
}
#ebounti_features_section h1 {
    text-align: left;
    font-size: 36px;
    font-family: 'Lato-Light';
    font-weight: 500;
    line-height: 1.3;
    color: #25292c;
    text-align: center;
    margin-bottom: 40px;
}
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: 11px;
    position: relative;
    z-index: 2;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}
/*======================================= Responsive Css =========================================================================*/
@media only screen and (max-width: 667px) {
    .custom_carousel {
        padding: 10px 0px 120px 5px;
    }
    .custom_carousel h2 {
        text-align: center;
        font-size: 32px;
    }
    .custom_carousel h4 {
        margin-bottom: 20px;
    }
    a.custom_carousel-Btns {
        padding: 16px 24px;
        font-size: 16px;
    }
    a.custom_carousel-Btns_last-child {
        padding: 16px 20px;
        font-size: 16px;
    }
    .custombgouter {
        display: none;
    }
    #ebounti_features_section {
        padding: 50px 0px 50px;
    }
    #ebounti_features_section h1 {
        font-size: 32px;
    }
    .whyrightsection_cont h4 {
        font-size: 22px;
    }
    .whyrightsection_cont p {
        font-size: 16px;
    }
    #analyticsdashboardsection h2 {
        text-align: center;
    }
    #analyticsdashboardsection .col-md-5.paddingtopbottom {
        padding-top: 0px;
    }
    #analyticsdashboardsection .col-md-7.paddingtopbottom {
        padding-bottom: 0px;
    }
    .custom_carousel-Btn {
        margin: 0 auto;
        text-align: center;
        margin-top: 30px;
    }
    #livechatsection, #analyticsdashboardsection, #promotionssection {
        padding: 0px 0px 0px;
    }
    #promotionssection h2 {
        text-align: center;
    }
    .btn-app-store {
        height: 50px;
        padding-left: 40px;
        padding-right: 0px;
        margin: 0px 20px 0px 0px;
        width: 40%;
        float: left;
    }
    .btn-app-store i {
        font-size: 24px;
        line-height: 36px;
        left: 13px;
    }
    .btn-app-store .big {
        font-size: 18px;
        line-height: 36px;
    }
    .btn-play-store {
        height: 50px;
        width: 40%;
        padding-left: 40px;
        float: right;
        margin-bottom: 30px;
    }
    .btn-play-store img {
        width: 40px;
        padding-left: 5px;
    }
    .btn-play-store .big {
        font-size: 16px;
        line-height: 36px;
    }
    .footer_topsection h4 {
        padding: 0px 0px 30px;
    }
    .footer_mimddlesection input {
        margin-bottom: 20px;
    }
    #copyrightsection .col-md-6 {
        padding-top: 22px;
        text-align: center;
    }
    #topsection .paddingtopbottom {
        padding-bottom: 0px;
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
    margin-top: 0px;
    width: 100%;
    padding-bottom: 20px;
    margin-left: 0px !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #d3e0e900;
}
.navbar-nav > li > a {
    line-height: 14px;
}
/*agreement styles*/
label.error, span.error {
    margin-bottom: 0 !important;
    line-height: 14px;
    font-weight: 500;
    display: block;
    padding-top: 3px;
}
.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*/
.RFlow_steps .tab-content {
    padding-top: 20%;
}
.pt-30 {
    padding-top: 30px;
}
.pl-0 {
    padding-left: 0px;
}
#footersection input:focus ~ label, #footersection textarea:focus ~ label, #footersection input:valid ~ label, #footersection textarea:valid ~ label {
    font-size: 1em;
    color: #999;
    top: -5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}
#footersection .styled-input {
    float: left;
    width: 100%;
    margin: 1rem 0;
    position: relative;
    border-radius: 4px;
}
@media only screen and (max-width: 768px) {
    #footersection .styled-input {
        width: 100%;
    }
}
#footersection .styled-input label {
    color: #999;
    padding: 1.3rem 30px 1rem 30px;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}
#footersection .styled-input.wide {
    width: 650px;
    max-width: 100%;
}
#footersection input,
#footersection textarea {
    padding: 40px 30px 20px;
    border: 0;
    width: 100%;
    font-size: 2rem;
    background-color: #ffffff;
    color: #171a3a;
    border-radius: 4px;
}
#footersection input:focus,
#footersection textarea:focus {
    outline: 0;
}
#footersection input:focus ~ span,
#footersection textarea:focus ~ span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}
#footersection textarea {
    width: 100%;
    min-height: 9em;
}
#footersection .input-container {
    width: auto;
    max-width: 100%;
    margin: 20px auto 25px auto;
}
#footersection .submit-btn {
    float: right;
    padding: 7px 35px;
    border-radius: 60px;
    display: inline-block;
    /* background-color: #4b8cfb; */
    background-image: linear-gradient(72deg, #FF8955, #FF386B);
    /* box-shadow: 0 2px 24px 0 rgba(236, 236, 236, 0.5); */
    color: white;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06), 0 2px 10px 0 rgba(0,0,0,0.07);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
#footersection .submit-btn:hover {
    transform: translateY(1px);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10), 0 1px 1px 0 rgba(0,0,0,0.09);
}
@media (max-width: 768px) {
    #footersection .submit-btn {
        width: 100%;
        float: none;
        text-align: center;
    }
}
#footersection input[type=checkbox] + label {
    color: #ccc;
    font-style: italic;
}
#footersection input[type=checkbox]:checked + label {
    color: #f00;
    font-style: normal;
}
#map-canvas {
    height: 300px;
    width: 600px;
    border: 3px solid black;
}
.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.delay-a {
    -webkit-animation-delay: 0.50s;
    -moz-animation-delay: 0.50s;
    -o-animation-delay: 0.50s;
    animation-delay: 0.50s;
}
.delay-b {
    -webkit-animation-delay: 0.80s;
    -moz-animation-delay: 0.80s;
    -o-animation-delay: 0.80s;
    animation-delay: 0.80s;
}
#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: 20px 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: 20px;
    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 20px;
    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;
}
.spanfaq {
    display: block;
    padding: 5px 0px;
}
a:focus, a:hover {
    color: #336699 !important;
}
.wrap {
    margin: 0 auto;
    width: 100%;
    height: 437px;
    padding-top: 100%; /* ratio of image * 100 */
    overflow: hidden;
    position: relative;
}
.mockup {
    position: absolute;
    top: 5px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.mockup::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.mockup__img {
    display: block;
}
.mobile {
    overflow: hidden;
    position: absolute;
    z-index: 100;
    background: #333;
    width: 230px;
    height: 880px;
    top: 85px;
    left: 50px;
    outline: 1px solid transparent;
    -webkit-transform-origin: 0 0 0;
    display: none;
}
.slideshow {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    list-style-type: none;
}
.slideshow__item {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.slideshow__item.current {
    pointer-events: auto;
    z-index: 100;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slideshow img {
    width: 100%;
}
.slideshow__item.in--next {
    -webkit-animation: inNext 0.3s forwards;
    animation: inNext 0.3s forwards;
}
.slideshow__item.out--next {
    -webkit-animation: outNext 0.3s forwards;
    animation: outNext 0.3s forwards;
}
.slideshow__item.in--prev {
    -webkit-animation: inPrev 0.3s forwards;
    animation: inPrev 0.3s forwards;
}
.slideshow__item.out--prev {
    -webkit-animation: outPrev 0.3s forwards;
    animation: outPrev 0.3s forwards;
}
.height300 {
    height: 300px;
}
.w-150 {
    width: 150px;
}
.bggraycolor thead td{
    background-color: #ccc !important;
    font-weight: 600;
    padding: 10px 3px !important;
}
::-webkit-input-placeholder { font-size: 14px;font-weight: 500}
::-moz-placeholder { font-size: 14px;font-weight: 500}
:-ms-input-placeholder {font-size: 14px;font-weight: 500}
:-moz-placeholder {font-size: 14px;font-weight: 500 }
@media (max-width: 575px) {
    .sectionouterbg.sectionouterbg_2 {
        width: 89% !important;
    }
    .sectionouter .sectioninner {
        right: 0px !important;
    }
    .sectioninner_2 img {
        width: 100% !important;
    }
    .custom_carousel {
        padding: 10px 0px 20px 5px;
    }
    #copyrightsection .col-md-6{
        padding: 0px
    }
    a.custom_carousel-Btns_last-child {
        display: inline-block;
        text-align: center;
        margin: 20px 55px 20px 0px;
    }
    .design-process-content-welcome {
        padding-top: 20px;
    }
    .design-process-content {
        padding: 16px 10% 30px 8%;
    }
    .RFlow_steps {
        min-height: 470px;
    }
    .btns .first {
        margin: 10px 0px;
    }
    .RFlow_steps .tab-content {
        padding-top: 5%;
    }
    .pricing-plan--featured{
        width: 100%;
        margin: 10px 0px
    }
    .pricing-plan-list {
        display: block;
        float: left;
        width: 100%;
    }
    .RFlow_cont-plan{
        width: 100%;
    }
    .barber_section{
        margin-bottom: 10px;
    }
    .acclogingaps{
        margin-top: 10px
    }
    .address_section{
        padding: 40px 0px
    }
    .rp-0{
        padding: 0px
    }
}
@media (max-width: 40em){
    .sectionouterbg.sectionouterbg_2 {
        width: 89% !important;
    }
    .sectionouter .sectioninner {
        right: 0px !important;
    }
    .sectioninner_2 img {
        width: 100% !important;
    }
    .custom_carousel {
        padding: 10px 0px 20px 5px;
    }
    #copyrightsection .col-md-6{
        padding: 0px
    }
    .design-process-content-welcome {
        padding-top: 20px;
    }
    .RFlow_steps {
        min-height: 470px;
    }
    .btns .first {
        margin: 10px 0px;
    }
    .RFlow_steps .tab-content {
        padding-top: 5%;
    }
    .pricing-plan--featured{
        width: 100%;
        margin: 10px 0px;
    }
    .pricing-plan-list {
        display: block;
        float: left;
        width: 100%;
    }
    .RFlow_cont-plan{
        width: 100%;
    }
    .barber_section{
        margin-bottom: 10px;
    }
    .acclogingaps{
        margin-top: 10px
    }
    .address_section{
        padding: 40px 0px
    }
    .rp-0{
        padding: 0px
    }
}
@-webkit-keyframes inPrev {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes inPrev {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes inNext {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes inNext {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes outPrev {
    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes outPrev {
    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@-webkit-keyframes outNext {
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes outNext {
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}