@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Black.eot');
    src: url('../fonts/GothamPro-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamPro-Black.woff2') format('woff2'), url('../fonts/GothamPro-Black.woff') format('woff'), url('../fonts/GothamPro-Black.ttf') format('truetype'), url('../fonts/GothamPro-Black.svg#GothamPro-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Roboto', sans-serif;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}
.uk-link,
a {
    color: #000;
}

a:hover {
    color: #F79421;
}
.form-control{
    height: 40px;
}
.checkbox label,
.radio label {
    padding-left: 0;
}

.parent_category_submit_button {
    display: table;
    text-align: right;
    width: 100%;
}

#categories_select_id {
    font-size: 12px;
}

.rating>.full:before {
    margin-right: 10px;
}

.category_submit_button {
    display: inline-block;
    padding-right: 15px;
}

#business_done {
    float: right;
    font-size: 12px;
}

body div.uk-modal {
    z-index: 2000;
}

.login-box-body.verify-login-box-body.verify_body {
    background: none!important;
}

.book_now:hover {
    background-color: black;
    color: white;
}

button.book_artist:hover {
    background-color: black;
    color: white;
}

.service_select.collapsed .panel-caret:before {
    content: '\f0da';
}

.col-xs-12.col-md-12.col-sm-12.error_message {
    padding-bottom: 500px!important;
}

.service_select:focus .panel-caret,
.service_select:hover .panel-caret {
    color: #fff;
}

.dummy {
    color: white;
}

.panel-caret:before {
    font-family: 'FontAwesome';
    content: '\f0d7';
}

.panel-caret {
    right: 5px;
    position: absolute;
    color: #000;
}

.rc-anchor-light {
    background: transparent;
    border: 1px solid #d3d3d3;
    color: white;
}

.quarter,
.year {
    display: none;
}

.success_message {
    text-align: center;
    display: none;
}

.success_message h3 {
    color: green!important;
}

.row.blog_by_date p {
    margin-left: -15px;
}

.success_message.alert.alert-success a h5 {
    color: green!important;
}

.form-group.confirm_registeration_form label {
    color: rgb(247, 148, 33);
    font-size: 15px;
}

.success_message.alert.alert-success a h5:hover {
    color: orange!important;
    text-decoration: underline;
}

.parent_fields label {
    color: rgb(247, 148, 33);
    text-align: left!important;
}

.my_userreg_title h6 {
    margin-top: 10px!important;
}

input::-webkit-input-placeholder {
    opacity: 0.5 !important;
    /* for older chrome versions. may no longer apply. */
    color: gray !important;
}

input:-moz-placeholder {
    /* Firefox 18- */
    opacity: 0.5 !important;
    color: gray !important;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 0.5!important;
    color: gray !important;
}

input:-ms-input-placeholder {
    opacity: 0.5 !important;
    color: gray !important;
}
input::placeholder {
    opacity: 0.5; /* Firefox */
    color: gray !important;
}


.margin_top_fields {
    margin-bottom: 0px!important;
}

.confirm_body {
    background: url(../images/looking_beautifier.png);
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.8);
    background-position: center;
}

.register_switch {
    background: url('../images/regback.png');
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    border-radius: 8px;
}


/*.customer_register_package{
//opacity:0.5;
//content:"SELECTED";}*/

.confirm_message {
    text-align: center;
        min-height: 470px;
        margin-top:30px;
}
.confirm_message h4 {
    margin-bottom:0px;
}
.confirm_message h5 {
    margin-top:10px;
}

.r_body .formm button {
    text-transform: uppercase;
    color: #fff;
    border: 1px solid white;
    padding: 6px 24px;
    background: #f79421;
    box-shadow: none;
    display: inline-block;
}

.r_body .formm button:hover {
    background-color: white;
    color: #f79421;
    border: 1px solid #f79421;
}

.verify_body3 {
    background: url(../images/register.jpg);
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.8);
    background-position: center;
}

.form-group.confirm_registeration_form {
    width: 100%;
    text-align: left;
    margin: auto;
    height: 90px;
    margin-top: 28px;
}

.form-group.confirm_registeration_form.reset_pass {
    height: 60px;
    margin-top: 26px;
}

.form-group.confirm_registeration_form input {
    text-transform: none;
    text-align: left!important;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.parent_resgistration_form {
    //text-align: center;
}

.verify-login-box-body {
    min-height: 500px;
    max-width: 530px;
    margin: auto;
    background: none!important;
}

.confirm_registeration_form input {
    text-align: center;
    text-transform: none;
}

.ht-cont-wrap {
    min-height: 400px;
}

.content-page-cont {
    color: white;
    min-height: 400px;
}
.my-next:hover,
.my-prev:hover {
    opacity: 0.8;
    cursor: pointer;
}

.my-next.swiper-button-disabled,
.my-prev.swiper-button-disabled {
    opacity: 0.4;
}

.swiper-slide button.book_now {
    float: right;
}

.ps-swiper.swiper-container-horizontal {
    display: inline-block;
    width: 90%;
    overflow: hidden;
    margin-left: 5%;
    margin-right: 5%;
}

.swiper-button-prev,
.swiper-button-next {
    top: 58%;
}
.swiper-button-prev{
    background-image: url(../images/arrow-left.png);
}
.swiper-button-next{
    background-image: url(../images/arrow-right.png);
}
.ps_btn_link {
    color: white;
}

.ahead_part h5 {
    margin: 0;
}

.ahead_part h3 {
    margin-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: 'Gotham Pro';
    font-weight: 900;
}
.confirm_message h1,
.confirm_message h2,
.confirm_message h3,
.confirm_message h4,
.confirm_message h5,
.confirm_message h6 {
    color: white;
    font-family: 'Gotham Pro';
    font-weight: 900;
}

/*Loader
if it's not present, don't show loader */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/Preloader_9.gif) center no-repeat #fff;
}

a:hover {
    text-decoration: none;
}

body {
    background: #fff;
}


/*Navbar*/

.marginBottom-0 {
    margin-bottom: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*Navbar*/


.navbar {
    background: transparent;
    border: 0px;
}

.navbar-nav {
    float: none;
    display: flex;
    align-items: center;
}

.navbar-inverse .navbar-nav>li>a {
    color: #000;
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #f79421;
    color: #000;
}

.navbar-inverse .navbar-nav>li>a>span {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover{
    background: none;
    color: #000;
}
.navbar-inverse .navbar-nav>li>a:hover span,
.navbar-inverse .navbar-nav>li>a:focus span {
    color: #000;
    opacity: 1;
}
.navbar-brand{
    height: auto;
}
.navbar-brand>img {
    display: block;
    height: 40px;
}

.login {
    color: #000;
    text-transform: uppercase;
    font-size: 10px;
    padding: 1px 15px;
}

.login:hover,
.login:focus {
    background: #f79421;
    color: #fff;
}

.looking_beautifier {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.articles {
    background: url(../images/articles.jpg);
    color: #FFF;
    height: 500px;
    background-size: cover;
}

.beautifier {
    background: url(../images/img-90786.jpg);
    padding: 50px;
    height: 500px;
    color: #FFF;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

.welcome h1 {
    
    font-size: 40px;
    text-transform: uppercase;
    word-spacing: 5px;
    margin-top: 0px;
    color: rgb(247, 148, 33);
}

.color_alaptaw {
    color: #f79421;
}

.winner {
    background-image: url(../images/SterlingHairBarberSh.png)!important;
    padding: 0;
    color: #FFF;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.artist_day {
    background-image: url(../images/artistday.png)!important;
    padding: 0;
    color: #FFF;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.lorium {
    padding: 50px;
    background: url(../images/img-87634.jpg);
    color: #FFF;
    height: 500px;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.contest {
    padding: 10px;
}

.btn-register {
    background: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 2px;
    padding: 10px 25px;
    color: #000;
}

.btn-register:hover,
.btn-register:focus {
    background: #f79421;
    color: #fff;
}

.lorium p {
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 15px;
    color: #FFF;
}

.winner_strip h1 {
    font-size: 30px;
    margin-top: 5px;
    color: #f79421;
    letter-spacing: 3px;
    font-weight: 500;
    margin-bottom: 0px;
}

.winner_strip p {
    font-size: 20px;
}


/*swiper*/

.swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid ;
}
.contest .swiper-container{
    border-bottom: 1px solid #F79421;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.participate {
    background: transparent;
}

.participate img {
    border: rgba(238, 238, 238, 0.42) solid 5px;
    border-radius: 10px;
    height: 250px;
    margin: auto;
}

.heading-full {
    font-size: 26px;
    margin-top: 0px;
    background: transparent;
    background-color: transparent;
    font-size: 30px;
    margin-top: 5px;
    color: #f79421;
    font-weight: 500;
    margin-bottom: 0px;
}

.articles h3 {
    font-size: 30px;
    margin-top: 15px;
    color: #f79421;
    letter-spacing: 3px;
    font-weight: 500;
    margin-bottom: 0px;
}

.example-top,
.example-bottom {
    width: 100%;
    height: 400px;
    padding: 5px;
    margin-top: 20px;
    background: none;
    color: #fff;
    overflow: hidden;
}

.list {
    list-style: none;
}

.list li {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.list li h3 {
    font-size: 18px;
    margin-top: 5px;
    color: #f79421;
    letter-spacing: 3px;
    font-weight: 500;
    margin-bottom: 0px;
    vertical-align: top;
    display: inline-block;
}

.side_text {
    display: inline-block;
    vertical-align: top;
}

.list li .post_image {
    margin: auto;
    left: 0px;
    display: inline-block;
    border-radius: 10px;
    border: 5px solid #eee;
    margin-left: 5px;
}

.participate .effects .img img {
    display: block;
    margin: auto;
    padding: 0;
    max-width: 100%;
    height: auto;
}


/*hover img */


/* ============================================================
  GLOBAL
============================================================ */

.effects {
    padding-left: 15px;
}

.effects .img {
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
}

.effects .img:nth-child(n) {
    margin-right: 5px;
}

.effects .img:first-child {
    margin-left: -15px;
}

.effects .img:last-child {
    margin-right: 0;
}

.effects .img img {
    display: block;
    margin: auto;
    padding: 0;
    max-width: 100%;
    height: 200px;
}

.cat_services.category_services {
    padding-bottom: 135px!important;
    display: block;
    border-bottom: 1px solid #f79421;
}

.overlay {
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a.close-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 45px;
    height: 45px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background-color: #000;
    cursor: pointer;
}

a.close-overlay.hidden {
    display: none;
}

a.expand {
    display: block;
    position: absolute;
    z-index: 100;
    width: 60px;
    height: 60px;
    border: solid 5px #fff;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    font-size: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

#effect-3 .overlay {
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
}

#effect-3 .overlay a.expand {
    top: 0;
    bottom: 0;
    left: 50%;
    margin: auto 0 auto -30px;
    padding-top: 10px;
}

#effect-3 .overlay a.expand :hover,
#effect-3 .overlay a.expand :focus {
    color: #f79421;
}

#effect-3 .img.hover .overlay {
    width: 100%;
}

.business {
    background: url(../images/bg-875.jpg);
    background-repeat: no-repeat;
    height: auto;
    padding: 50px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 50px;
}

.bg-business {
    background: #fff;
    padding: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 5px;
    border: none;
}

.bg-business img {
    margin: auto;
}

.bg-business h3 {
    letter-spacing: 1px;
    margin-bottom: 0px;
}


/*Stars*/

.rating {
    border: none;
    float: right;
}

.rating>input {
    display: none;
}

.rating>label:before {
    //  margin: 2px;
    font-size: 40px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.welcome h4 {
    font-size: 26px;
    font-weight: bold;
    text-decoration: underline;
}

.rating>.half:before {
    content: "\f089";
    position: absolute;
}

.rating>label {
    color: #ddd;
    float: right;
    cursor: pointer;
}


/***** CSS Magic to Highlight Stars on Hover *****/

.rating>input:checked~label,

/* show gold star when clicked */

.rating:not(:checked)>label:hover,

/* hover current star */

.rating:not(:checked)>label:hover~label {
    color: #f79421;
}


/* hover previous stars in list */

.rating>input:checked+label:hover,

/* hover current star when changing rating */

.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,

/* lighten current selection */

.rating>input:checked~label:hover~label {
    color: #f79421;
}

.book_now {
    padding: 3px 11px;
    color: #000;
    background: #f79421;
    border: #f79421 1px solid;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}

.heading-business {
    margin-bottom: 20px;
}

.no_padding {
    padding-right: 0px;
    padding-left: 0px;
}

.artist_day h4 {
    font-size: 24px;
}

.artist_day .meet_full_a p {
    font-size: 20px;
}

.no_margin {
    margin-right: 0px;
    margin-left: 0px;
}

.book_artist {
    padding: 10px 33px;
    color: #000;
    background: #f79421;
    border: #f79421 1px solid;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
}

footer {
    padding: 10px;
    background: url(../images/footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

footer a {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

footer a i {
    color: #FFF;
    font-size: 35px !important;
}

footer .info {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
}

.shrink {
    background: rgba(0, 0, 0, 0.81);
    transition: all 0.3s ease;
    border-bottom: 5px #f79421 solid;
}

.shrink li>a {
    transition: all 0.3s ease;
    padding-top: 5px;
    padding-bottom: 5px;
}

.shrink ul.nav {
    margin: 5px 0 5px 0;
}

footer a i:hover,
footer a i:focus {
    color: #f79421;
}

.dropdown-menu {
    background: #fff;
    border-radius: 3px;
    border: none;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.2);
}

.dropdown-menu>li>a {
    color: #FFf;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #f79421;
    background: none;
}

.search-form {
    width: 100%;
}
.search-form h3{
    margin-top: 30px;
    margin-bottom: 10px;
}

.dark-theme .looking_beautifier {
    background: #000;
}

.search-form .border-right {
    border-right: 1px solid #fff;
}

.search-form label {
    letter-spacing: 1px;
    font-weight: 500;
}

.form-group input,
.selectpicker {
    background: rgba(0, 0, 0, 0.35);
    border: 1px #fff solid;
    border-radius: 0px;
    color: #FFF;
    
    /* min-height: 42px; */
    /* text-transform: uppercase; */
    /*  font-size: 11px; */
    /*  padding: 5px; */
}

.border-bottom {
    border-bottom: #eee solid 1px;
}

.btn-theme {
    background: #F79421;
    border: 1px solid #F79421;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 2px;
    padding: 8px 9px;
        margin-top: 0px;
    font-size: 9px;
}
.btn-theme:hover, .btn-theme:focus{
     background: #000;
    border: 1px solid #000;
    color: #fff;
}
.margin-bottom {
    margin-bottom: 5px;
}

.margin-top {
    margin-top: 5px
}
.mt-2 {
    margin-top: 10px;
}



.hvr-shutter-in-vertical:before {
    background: rgba(0, 0, 0, 0.56);
}

.my_aboutside_title {
    text-align: center;
    color: rgb( 255, 156, 0);
    text-transform: uppercase;
    display: block;
    font-weight: bold;
}

.my_aboutside_title span {
    max-width: 150px;
    display: inline-block;
}

.my_asliderinfo h5 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

img {
    max-width: 100%;
}

.my_asliderinfo {
    position: relative;
}

.my_asliderinfo h6 {
    position: absolute;
    bottom: 51px;
    width: 100%;
    text-align: center;
    left: 0;
    color: white;
    font-size: 34px;
    text-transform: uppercase;
}

.swiper-slide.about {
    background: transparent;
}

.my_arrowslink {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.my_arrowslink .my-prev,
.my_arrowslink .my-prev1 {
    display: inline-block;
    margin-right: 3px;
}

.my_arrowslink .my-next,
.my_arrowslink .my-next1 {
    display: inline-block;
    margin-left: 3x;
}

.my_sidea a.my_asociallink {
    color: #fff;
    margin: 0 1px;
}

.my_sidea a.my_asociallink i.fa {
    font-size: 24px;
}

.my_social_about a:hover {
    color: #f79421;
}

.my_sidea {
    margin-top: 15px;
}

.my_social_about .info {
    text-transform: uppercase;
    font-size: 15px;
    margin: 2px 0;
    display: block;
}

.about_toplinks {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #f79421;
}

.about_toplinks a {
    display: inline-block;
    padding: 8px;
    text-transform: uppercase;
    border: 1px solid #f79421;
    background: #000;
    color: #f79421;
    letter-spacing: 1px;
}

.about_toplinks a.mactive,
.about_toplinks a:hover {
    background: #f79421;
    color: #000;
    text-decoration: none;
}

.my_aparts {
    display: block;
    margin: 20px 0;
}

.ahead_part {
    padding-left: 10px;
    border-left: 10px solid #f79421;
}

.ahead_part h3 {
    color: #f79421;
    text-transform: uppercase;
}

.ahead_part h5 {
    color: #fff;
    text-transform: uppercase;
}

.ahead_content p {
    color: #fff;
}

.ahead_content h4 {
    color: #f79421;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 5px;
}

.about_body {
    background: url(../images/bg-about.jpg);
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.8);
    background-position: center;
    background-position: bottom;
    background-color: #FE7738;
}

.my_abox{
    display: inline-block;
    width: 100%;
    padding: 0 1%;
}

.abox_part {
    background: #f8f8f8;
    border-radius: 5px;
    padding: 15px;
    margin-top: 15px;
}

.abox_part h6 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: rgb( 0, 0, 0);
    font-size: 18px;
    margin-top: 0;
}

.abox_part p {
    color: rgb( 0, 0, 0);
}

.abox_part p span {
    font-weight: bolder;
    display: block;
    text-transform: uppercase;
}

.ahead_content {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}



.con_content {
    text-align: center;
}

.con_content .my_aboxs {
    text-align: left
}

.page_title h3 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
}

.page_title .h4 {
    text-align: center;
    color: #fff;
}

.page_title h6 span {
    max-width: 300px;
    display: inline-block;
}

.my_bsliderinfo {
    background: #000;
}

.binfo_content h3 {
    margin: 0;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 15px;
    text-align: left;
    color: #f79421;
}

.binfo_content p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
}

.swiper-slide.blog {
    background: rgba(0, 0, 0, 0.9);
    border: 10px solid #5C5C5C;
    border-radius: 10px;
}

.my_img img {
    margin-top: 8px;
    border-radius: 18px;
}

.beauty_hacks img {
    height: 140px;
    width: 134px;
    object-fit: contain;
}

.b_name_blog a {
    color: rgb(247, 148, 33);
}

.b_name_blog a:hover {
    text-decoration: underline;
    color: white;
}

.blog_post_image {
    width: 50px;
    height: 50px;
    float: left;
    object-fit: contain;
}

.b_name_blog,
.b_date_blog {
    margin-left: 65px;
    margin-top: 5px;
}

.front_page {
    margin-left: 13px;
}

.blog_descr {
    min-height: 88px;
}

.beauty_hack_date h6 {
    float: right;
}

.beauty_hack_date {
    margin-bottom: 20px;
}

.blog_tiltles {
    text-transform: uppercase;
    padding-top: 25px;
}


.my_mbtop {
    margin-top: 20px;
}

.my_blog2 {
    border-left: 1px solid #f79421;
    border-right: 1px solid #f79421;
}

ul.list li .tit_left h3 {
    margin: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.tit_right h6 {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.side_text p {
    float: left;
    width: 100%;
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    text-align: justify;
}

.blog_body .list li {
    padding: 15px 0;
    border-bottom: 1px solid #f79421;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.blog_body .list li:last-child {
    border-bottom: 0;
}

.blog_body ul.list {
    padding: 0;
    float: left;
    width: 100%;
    border: 1px solid #f79421;
    border-radius: 8px;
}

.blog_body ul.list .rows1>.col-xs-3 {
    text-align: center;
}

.example-top1 {
    width: 100%;
    height: 277px;
    padding: 5px;
    margin-top: 20px;
    background: none;
    color: #fff;
}
.my_form_control input,
.my_form_control textarea,
.my_form_control select{
    display: block;
    width: 100%;
    padding: 8px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    min-width:640px;
    min-height:50px;
    
}

.my_form_control input:hover,
.my_form_control input:focus,
.my_form_control textarea:hover,
.my_form_control textarea:focus {
    border-color: #000;
    outline: none;
}

.my_form_control {
    margin-bottom: 15px;
}
.my_form_control_submit {
    text-align: right;
}

.my_formdesign {
    margin-top: 30px;
}

.myh_con1 {
    border-right: 1px solid #f79421;
}

.swiper-container.events_right.swiper-container-horizontal {
    border-bottom: 1px solid #f79421;
    margin-top: 51px;
}

.register_body {
    background: url(../images/register.jpg);
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.8);
    background-position: center;
}

.register_body2 {
    background: url(../images/register2.jpg);
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.8);
    background-position: center;
}

.register_body3 {
    background: url(../images/register3.jpg);
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.8);
    background-position: center;
}

.my_jsregform .my_inputstyle.customer_zip_code {
    padding-right: 2px;
    padding-left: 10px;
}
.my_regbtns {
    display: block;
    margin: 20px 0;
    text-align: center;
}

.my_regbtns a {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 6px 24px;
    border-radius: 2px;
}

.formm .register_disabled {
    pointer-events: none;
    opacity: .5;
}

.my_regbtns a.myactivep {
    border-color: #f79421;
    color: #f79421;
}

.my_rbox {
    background: url('../images/regback.png');
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    border-radius: 8px;
}

.reg_pr3 .my_rbox {
    background: url('../images/regback1.png');
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    border-radius: 8px;
    box-shadow: 1px 2px 4px 6px rgba( 255, 156, 0, 0.141);
}

.r_head {
    position: relative;
}

.r_head_logo {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: -18px;
}

.r_head_logo span {
    display: inline-block;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
}

.r_headmain {
    display: block;
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb( 255, 255, 255);
}

.r_headmain h3 {
    margin: 0;
    text-align: center;
    color: #f79421;
    text-transform: uppercase;
    font-size: 24px;
    height: 52px;
}

.r_headmain h6 {
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin: 14px 0;
}

.r_headmain h4 {
    margin: 0;
    margin-top: 10px;
    text-align: center;
    color: #f79421;
    text-transform: none;
    font-size: 42px;
}

.r_headmain h5 {
    margin: 0;
    text-align: center;
    color: #f79421;
    font-size: 14px;
}

.r_body ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid rgb( 255, 255, 255);
}

.r_body ul li {
    display: block;
    padding: 0px 20px;
    color: rgb( 255, 255, 255);
}

.my_jsregform .col-md-6,
.my_jsregform .col-md-5,
.my_jsregform .col-md-2 {
    margin-bottom: 20px;
}

.check_opacity_reduce {
    opacity: 0.5;
}

.r_body .formm {
    padding: 20px 0;
    text-align: center;
}

.r_body .formm input[type="submit"] {
    text-transform: uppercase;
    color: #f79421;
    border: 1px solid #f79421;
    padding: 8px 32px;
    background: transparent;
    box-shadow: none;
    display: inline-block;
}

.r_body ul li div {
    padding: 10px 0px;
    border-bottom: 1px solid rgb( 255, 255, 255);
}

.r_body ul li div i.fa-times {
    color: grey;
    opacity: 0.5!important;
}

.r_body ul li div i {
    color: #f79421;
    margin-right: 10px;
    font-size: 20px;
    float: left
}

.r_body ul li div span {
    font-size: 12px;
}

.r_body ul li:last-child div {
    border-bottom: 0;
}

.r_body form {
    padding: 20px 0;
    text-align: center;
}

.r_body form input[type="submit"] {
    text-transform: uppercase;
    color: #f79421;
    border: 1px solid #f79421;
    padding: 8px 32px;
    background: transparent;
    box-shadow: none;
    display: inline-block;
}

.my_register_process1 {
    display: block;
    margin: 30px 0;
    float: left;
    width: 100%;
}

.r_head_logo img {
    width: 18px;
}

.register_process2 {
    display: block;
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}

.my_userreg_title h3 {
    color: #f79421;
    text-align: left;
    font-size: 24px;
}

.my_userreg_title h5 {
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.my_jsregform {
    margin: 30px 0;
}

.my_jsregform h4 {
    color: #f79421;
    border-bottom: 1px solid #f79421;
    font-size: 21px;
    padding-bottom: 7px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
}

.my_jsregform .my_inputstyle {
    color: #fff;
    border: 1px solid #fff;
    width: 100%;
    border-radius: 4px;
    padding: 6px 12px;
    height: 34px;
}

.my_jsregform textarea.my_inputstyle {
    height: 150px;
    max-width: 100%;
    

}

.my_jsregform .col-md-6 {
    margin-bottom: 12px;
}

.my_jsregform .col-md-6:nth-child(odd) {
    clear: left
}

.ur_part2 {
    margin-top: 25px;
}

.my_submitdiv,
.customer_register {
    display: block;
    /*//text-align: right;*/
    margin-top: 33px;
}

.my_submitdiv input {
    background: #f79421;
    border: 0;
    color: #fff;
    padding: 6px 24px;
    box-shadow: none;
    display: inline-block;
    border: 1px solid white;
}

.customer_register input {
    background: #f79421;
    border: 1px solid white;
    color: #fff;
    padding: 6px 24px;
    box-shadow: none;
    display: inline-block;
}

.my_jsregform select.my_inputstyle option {
    background: #000;
    padding: 2px;
}

.my_client_plan h4.mh4 {
    color: #f79421;
    border-bottom: 1px solid #f79421;
    font-size: 21px;
    padding-bottom: 7px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
}

.my_client_plan {
    margin: 30px 0;
}

.my_client_plan h4.myh4margin {
    margin-bottom: 40px;
}

.my_jsregform h4.myh4margin1 {
    /*  //margin-bottom: 40px;*/
}

.creg_pr2 .my_rbox {
    background: url(../images/regback1.png);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    border-radius: 8px;
    box-shadow: 1px 2px 4px 6px rgba( 255, 156, 0, 0.141);
}

.register_body3 .my_jsregform {
    /*margin-bottom: 20px;*/
}

.selected_list .h5 {
    text-align: left;
    padding: 15px;
    margin-bottom: 0px;
}

.selected_list_price {
    color: #000;
    float: right;
    margin-right: 30px;
}

.grand_total h3 {
    color: #f79421;
    font-weight: bold;
    float: left;
    margin-left: 10px;
}

.grand_total h6 {
    font-size: 12px;
    font-style: italic;
}

.grand_price h2 {
    color: #f79421;
    font-weight: bold;
    font-size: 40px;
    margin-top: -11px;
}

.grand_debit h6 {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
}

.modal-body h4 {
    color: rgb(255, 149, 54);
    text-align: left;
}

.modal_time h4 {
    padding-top: 11px;
}

.no_category h4 {
    padding-top: 15px;
    text-align: center;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding-bottom: 12px;
    color: white;
}

.row_new {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

#selected_service h5:hover {
    background: white;
    color: black;
}

.row_new::before,
.row_new::after {
    display: table;
    content: " ";
}

.row_new::after {
    clear: both;
}

.services_specification.service_id.btn.btn-primary.btn-block:hover {
    background: rgb(247, 148, 33);
}

.btn.btn-danger.cat_delete {
    font-size: x-small;
}

.category_submit_button input {
    display: table-caption;
    margin-left: 17px;
    background-color: rgb(247, 148, 33);
    color: white;
    text-transform: uppercase;
}

.select_category {
    width: auto;
    text-align: center;
    margin-bottom: 14px;
}

.certificate_number.form-group input {
    border-radius: 4px;
}

.modal-title.cat_header {
    text-decoration: underline;
    font-weight: bold;
}

.other_tertiary_school,
.categories_select {
    display: none;
}

.parent_grand_total {
    float: right;
    margin-top: 25px;
}


/*
.certificate_number input {margin-top: 25px;}*/

.fa.fa-times.service_close {
    margin-left: 7px;
    font-size: 14px;
    background: #E04F5F;
    color: #fff;
    padding: 0;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
    position: relative;
    z-index: 111;
}
.fa.fa-times.service_close:hover {
    background: black;
}

.selected_time h5 {
    height: 40px;
    color: black;
    font-size: 20px;
    font-weight: bold;
    padding-top: 3px;
}

.category_amenities li a h5 {
    float: left;
    margin-left: -29px;
    margin-top: 8px;
}

.category_header {
    position: relative;
}

.container-fluid.cat_beautifier {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.cat_heading h1 {
    padding-top: 30px;
    margin-bottom: 0px;
}

.borderless {
    letter-spacing: 0.5px;
    text-transform: none;
}

.img1 {
    float: left;
    margin-right: 24px;
}

.category_services ul {
    list-style-type: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.view h5 {
    text-align: right;
    padding-right: 100px;
    font-style: italic;
}

.view a {
    color: rgb(255, 156, 0);
    text-decoration: underline;
}

.view a:hover {
    color: white;
    text-decoration: underline;
}

.select_services {
    width: 70%;
    margin: auto;
    padding-top: 15px;
}

.select_services h6 span {
    display: block;
    font-style: italic;
    color: rgb(255, 156, 0);
    text-align: justify;
    font-weight: bold;
}

.select_service_inner .hvr-shutter-in-vertical {
    height: 55px;
}

.book_appoint {
    height: 55px;
    display: block;
    margin: 4px 0 20px 45px;
    text-align: center;
    float: left;
    background-image: url('../images/book-appoint-btn.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.book_appoint a {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 6px 24px;
    border-radius: 2px;
}

.book_appoint a.myactiveapp {
    border-color: #f79421;
    color: #f79421;
}
.text-center.heading-full.category_heading_full {
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.category_amenities h5 {
    color: white;
    padding-left: 40px;
    text-align: left;
}

.category_amenities h4 {
    text-align: left;
    padding-top: 10px;
}

.category_amenities,
ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.category_amenities li {
    display: inline-block;
    width: 32%;
    text-transform: none;
}

.category_amenities img {
    float: left;
    display: block;
}
.category_about {
    color: white;
    padding-top: 10px;
}

.cat_deals {
    margin: auto;
}

.category_list tr {
    color: white;
}

.cat_deals,
.category_hours {
    list-style: none;
}

.cat_deals h5 {
    color: white;
    padding-left: 40px;
    text-align: left;
    margin-top: 0px;
}

.cat_deals ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.cat_deals li {
    display: inline-block;
}

.cat_deals img {
    float: left;
}

.get a {
    line-height: 19px;
    color: black!important;
    background: rgb(255, 156, 0);
    font-size: 10px;
    width: 57px;
    height: 22px;
    float: right;
}

.get a:hover {
    background: white;
    color: black;
}

.cat_gallery a {
    font-size: 20px;
    font-style: italic;
    text-decoration: none!important;
    color: rgb(255, 156, 0);
}

.cat_gallery a:hover {
    font-size: 20px;
    font-style: italic;
    text-decoration: underline;
    color: white;
}

.cat_footer {
    color: rgb(247, 148, 33);
    list-style: none;
}

.cat_contact li {
    color: #ffffff;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    list-style: outside none none;
    text-align: center;
    text-transform: none;
}

.cat_contact a i {
    color: #ffffff;
    font-size: 35px !important;
}

.cat1_video {
    border-bottom: 1px solid #f79421;
    margin-bottom: 16px;
    padding-bottom: 20px;
}

.cat1_video h3,
.cat1_gallery h3,
.cat_about h3,
.cat_services h3,
.cat_deals h3,
.cat_hours h3,
.contact_color,
.my_aboutside1 h3 {
    color: #000000;
    padding-top: 25px;
    font-weight: 500;
}

.cat_contact {
    margin-top: 30px;
}

.cat_contact h5 {
    font-weight: bold;
    margin-bottom: 5px;
}

.cat_services,
.cat_about,
.cat1_gallery,
.cat_hours {
    display: block;
    border-bottom: 1px solid #f79421;
    padding-bottom: 20px;
}

.text-center.padding {
    margin-top: 20px;
    margin-bottom: 10px;
}

.cat_gallery img {
    margin-bottom: 16px;
    width: 200px;
    height: 200px;
    object-fit: contain;
    background-color: black;
}

.cat_about {
    padding-top: 20px;
}


.review_gallery {
    margin-left: 229px;
    padding-top: 27px;
}

.col-xs-12.col-sm-12.col-md-8>h5 {
    padding-left: 250px;
    text-align: left;
}

.col-xs-12.col-sm-12.col-md-8>hr {
    margin-left: 300px;
    width: 500px;
    border-color: #f79421!important;
}

.cat_deals>hr {
    border-color: #f79421;
}

.write_review a {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 6px 24px;
    border-radius: 2px;
}

.write_review a.myactiveapp {
    border-color: #f79421;
    color: #f79421;
}

.events_content {
    font-size: 12px;
    margin-left: 128px;
    padding-top: 5px;
    text-align: left;
    width: 175px;
    background: rgba(44, 30, 8, 0.88) none repeat scroll 0 0;
}

.my_arrowslink {
    text-align: left;
    padding-top: 10px;
}

.my_arrowslink img {
    float: left;
}

.my_arrowslink>hr {
    border-color: #f79421!important;
}

.text-center.heading-full.category_heading_full {
    border-right: 1px solid;
}

.category_amenities li {
    display: inline-block;
    width: 32%;
}

.table {
    font-size: 12px;
    color: #f79421;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
}


/*.table > tbody > tr > td {border-top: none;padding: 0px;}*/

.select_service_inner a span {
    margin-left: 10px;
}

.select_service_inner h6 {
    text-align: left;
    float: left;
}

.modal_date h4 {
    text-align: left;
    color: #f79421;
    font-size: 15px;
    font-weight: bold;
}

div.vertical-line {
    width: 0px;
    height: 100%;
    float: left;
    border: 1px inset #f79421;
    margin-left: 22px;
    border-right: #f79421;
}

.drop_down_image select {
    // background: url('../images/dropdown.png') no-repeat right;
    padding-right: 38px;
}

.picked_time.form-control {
    width: 19%;
    background-color: black;
    color: white;
    float: left;
    margin-top: 0px;
}

.to_time h5 {
    text-align: left;
    padding-left: 124px;
    padding-top: 3px;
}

.map {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mx-0 {
    margin-left: 0px!important;
    margin-right: 0px!important;
}

.events_desc {
    font-size: 8px;
}

.services_specification.btn.btn-primary.btn-block {
    background: black;
    color: white;
    border-color: white;
    margin-top: 12px;
    text-align: left;
    width: 100%;
    height: 38px;
}

.categories_services_background {
    background-color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.front_service .h3 {
    text-align: left;
    font-weight: bold;
    margin-bottom: 30px;
}
.right_service_container .h3{
    margin-bottom: 30px;
}

.modal-footer.front_service_button {
    text-align: center;
}

.modal_time h4 {
    color: #f79421;
    ;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
}

.btn.btn-default.btn-lg.btn-submit.front_services_button {
    font-size: 18px;
}

.service_select {
    background: #F7F4EF;
    color: #000;
    border-color: #F7F4EF;
    margin-top: 10px;
    font-weight: 500;
    text-align: left;
    position: relative;
    letter-spacing: 0;
    text-transform: capitalize;
    border-radius: 3px;
    font-size: 16px;
    padding: 10px 15px;
}

.service_select:hover {
    background-color: #fff;
    border-color: #F7F4EF;
    color: #000;
}

.service_select:focus {
    background-color: #000;
    border-color: #fff;
}

.events_content {
    display: inline-block;
    background: rgba(44, 30, 8, 0.88) none repeat scroll 0 0;
}

.cat_deals ul li {
    background: rgba(44, 30, 8, 0.88) none repeat scroll 0 0;
    padding: 15px 8px 8px;
    width: 100%;
    border-bottom: 5px solid black;
}

.events_content {
    background: rgba(44, 30, 8, 0.88) none repeat scroll 0 0;
    padding: 8px;
    width: 277px;
    border-bottom: 5px solid black;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.write_review {
    float: right;
    margin-top: 20px;
}

.my_arrowslink {
    font-size: 12px;
    text-align: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-md-9.col-sm-12.col-xs-12>hr {
    border-color: rgb(255, 156, 0);
}

.cat_events>hr {
    border-color: rgb(255, 156, 0);
}

.write_review>h5 {
    text-align: left;
}

.text-center.right_socialicons {
    margin-top: 20px;
}

.my_arrowslink h5 {
    float: right;
    display: block!important;
    font-style: italic;
    text-decoration: underline;
    margin-top: 0px;
    font-size: 20px;
}

.my_arrowslink h5 a {
    color: rgb(255, 156, 0)!important;
}

.my_arrowslink h5 a:hover {
    color: white!important;
    text-decoration: underline;
}

.text-center.heading-full.category_heading_full {
    border-right: 1px solid;
    margin-bottom: 40px;
}

.events_content h5 span {
    display: block;
}

.cat_review {

}

.cat_review .cat_name {
    font-size:18px;
    text-transform: capitalize;
    text-align: left;
    margin-left: 50px;
    font-weight: bold;
}

.cat_review .cat_image {
    float: left;
}

.cat_review .cat_descr {
    font-size: 14px;
    text-align: justify;
    color: black;
    margin-left: 95px;
  word-wrap: break-word;
  margin-right: 20px;
}

.cat_date {
    font-size: 16px;
    text-align: right;
    margin-top: -15px;
    font-style: italic;
    font-weight: bold;
}

.cat_star {
    float: left;
    margin-left: 5px;
}
.category_services .each_service_wrap {
    margin-bottom: 20px;
    width: 24%;
    border: 1px solid #ddd;
    background: #FCFCFC;
    border-radius: 150px;
    margin-right: 1%;
}

.full_service_button .book_appoint {
    font-size: 0 !important;
    border: none !important;
    margin: 0;
    height: 73px;
    width: 300px;
    background-position: top center;
    background-image: url('../images/book-appoint-btn.png');
    margin-bottom: 30px;
}

.full_service_button .book_appoint:hover,
.full_service_button .book_appoint:focus {
    background-position: bottom center;
}

.card-style1 {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 50px;
}

.card-style1 img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
}

.card-style1 h2 {
    margin-top: 10px;
}

.card-style1 h5 {
    margin-top: 0px;
}

.card-style1 p {
    color: #979797;
}

.card-style1 a {
    color: #f79421;
}

nav.navbar {
    background: #fff;
    padding-bottom: 10px;
    border-bottom: 2px #f79421 solid;
}

.country_chng_btn {
    background: transparent;
    opacity: 1;
}

.country_name {
    color: #000;
}

.country_flag {
    object-fit: cover;
    width: 20px;
    border-radius: 30px;
    height: 20px;
    object-position: center;
}

#SearchForm .form-control,
#SearchForm span.select2 span.select2-selection,
#business_listing_form .form-control {
    background: #595959;
    height: 45px;
    letter-spacing: 0;
    border-radius: 3px;
}

#SearchForm .input-group-btn,
#SearchForm .input-group .input-group-addon,
#business_listing_form .input-group-btn,
#business_listing_form .input-group .input-group-addon {
    position: relative;
    background: transparent;
    position: absolute;
    right: 10px;
    top: 9px;
    bottom: 0;
    color: #F79421;
    z-index: 2;
    border: none;
}

#SearchForm .input-group {
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}

.distance_select .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 1px;
}

span.select2 span.select2-selection {
    border: none;
}

.distance_select span.select2 span.select2-selection {
    padding-top: 0;
}

span.select2 span.select2-selection span.select2-selection__rendered {
    text-align: left;
    line-height: 45px;
}

#SearchForm .select2-container {
    width: 100% !important;
}

.form-control:focus {
    border-color: #000;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.beautifier h1,
.lorium h1 {
    font-size: 65px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 60px;
}

.winner,
.artist_day {
    background: #FE7332;
    padding: 20px;
    margin-top: 80px;
}

.winner h3.winner_text_p,
.artist_day h3.winner_text_p {
    color: #fff;
}

.winner .meet_full_a,
.artist_day .meet_full_a {
    background: #fff;
    padding: 20px;
    color: #000;
    position: relative;
}

.winner .meet_full_a .winner_strip,
.artist_day .meet_full_a .background_artist {
    padding-right: 200px;
    min-height: 169px;
}

.meet_full_a .artist_img_wrap {
    position: absolute;
    right: -1px;
    top: -20px;
}

.meet_full_a .artist_img {
    max-width: 210px;
}

.beaut_name_wrap {
    color: #F79421;
    font-weight: 500;
    padding-top: 15px;
    border-top: 1px solid #AD864A;
    margin-bottom: 0;
}

.winner_strip h3,
.background_artist h3 {
    margin-bottom: 10px;
}

.address_info_wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    cursor: pointer;
    color: #777777;
    font-size: 12px;
}

.swiper-slide {
    height: auto;
}

.u_rating i.fa-star,
.u_rating i.fa-star-half-o {
    color: #79C179;
}

.book_now.book_now_wrap {
    background: transparent;
    border: none;
    color: #f79421;
    letter-spacing: 0;
}

.site-footer p {
    color: #FFFFFF;
    opacity: 0.5;
    margin: 10px 0;
}

.business_header {
    background: url(../images/banner-inner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
    width: 100%;
    position: relative;
    padding: 25px;
    padding-bottom: 30px;
}

.business_beautifier {
    color: #000;
    background: #fff;
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
}

.business_body_background {
    background: #fff;
    color: #000;
    height: 100%;
}

.business_heading h1 {
    padding-top: 30px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.container {
    width: 100%;
    max-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
}

.form-group.left_option,
.form-group.left_check {
    text-align: left;
    background: #F7F7F7;
    padding: 15px 20px;
}

.py_search_list img.img-rounded.listing_image {
    border: 1px solid #EBEBEB;
}

.h3.beauti_name {
    text-transform: uppercase;
    margin-top: 10px;
}

div.py_search_list {
    width: 100%;
    display: flex;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #DDDDDD;
    align-items: center;
}

.py_search_list .py_right_pt {
    width: 130px;
}

.py_search_list .py_left_pt {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.star.bus_listing_star {
    margin-top: 5px;
}

.btn-outline {
    background: transparent;
    color: #F79421;
    border: 1px solid #F79421;
    padding: 5px 10px;
    white-space: nowrap;
    border-radius: 3px;
}

.btn-outline:hover,
.btn-outline:focus {
    background: #F79421;
    color: #fff;
    text-decoration: none;
}

.records-found p {
    font-style: italic;
    margin-bottom: 20px;
}

.py_right_pt .btn-outline {
    margin-bottom: 5px;
    width: 100%;
    font-weight: 500;
}

.map-info span {
    color: #5C5C5C;
    margin-right: 10px;
}

.map-info br {
    display: none;
}

.pagination {
    background: #F1F1F1;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: flex-end;
}

.map-info-location {
    text-transform: capitalize;
    border-right: 1px solid #b3b3b3;
    padding-right: 15px;
}

.map-info-location:empty {
    display: none;
}

.cat_beautifier {
    background: #000;
    padding: 0px 0;
    margin-bottom: 25px;
}

.category_header .py_img_circle_wrap {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 50%;
    padding: 0;
}

.img-rounded {
    border-radius: 50%;
}

div.category_header {
    margin-bottom: 20px;
    padding-left: 120px;
    height: auto;
    width: 45%;
    display: flex;
    flex-direction: column;
    float: left;
    padding-top: 45px;
}

.category_banner {
    width: 55%;
    float: left;
    text-align: center;
}

.category_header .cat_img_p {
    width: auto;
    position: absolute;
    left: 0;
    top: 60px;
    max-width: 100%;
}

.right_socialicons {
    margin-top: 15px;
}

.cat_heading .beaut_name_p {
    color: #fff;
    text-transform: uppercase;
}

.category_banner img {
    max-height: 268px;
    min-height: 268px;
    object-fit: cover;
}

.h-tabs {
    display: flex;
    border-bottom: 2px solid #DDDDDD;    
    margin: 0px 0px 20px;
}
.h-tabs a {
    display: block;
    padding: 10px;
    color: #919191;
    position: relative;
    text-decoration: none !important;
    white-space: nowrap;
}
.h-tabs li a.active{
    color: #000;
}
.h-tabs li a.active::after {
    position: absolute;
    content: '';
    height: 2px;
    background: #F79421;
    width: 100%;
    left: 0;
    bottom: -2px;
}

.working__hours {
    display: flex;
    flex-wrap: wrap;
}

.working__day {
    width: 25%;
    border: 1px solid #ddd;
    padding: 10px;
}

.working__day p span {
    font-weight: 500;
}

.working__day p {
    margin-bottom: 0;
}

.contest p.h4 {
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
}
.each_service_wrap a {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.each_service_wrap a img{
    width: 100px;
    margin-right: 15px;
    border-radius: 100px;
}
.category_services h5{
    margin: 0 0 0 10px;
}
.my_login .modal-content {
    background: #fff;
    border: none;
    -webkit-box-shadow: 0 5px 35px rgba(0,0,0,.3);
    box-shadow: 0 5px 35px rgba(0,0,0,.3);
}

.customer_image {
    width: 75px;
    border-radius: 50%;
    border: 1px solid #ddd;
    height: 75px;
    margin-right: 20px;
}
.text-white{
    color: #fff !important;
}
.modal-body{
    padding:  30px;
}
.modal-header{
    padding: 15px 30px;
    border-bottom: 1px solid #ddd;
}

.busi_user_name .img-circle { 
    width: 41px;
}

.navbar-nav > li:last-child a:hover, .navbar-nav > li:last-child a:focus{
    color: #000;
}
.navbar-right{
    margin-right: 0;
}
.navbar-nav > li {
    padding: 0 10px;
}
.forgot__password a, .new__account a{
    display: inline-block;
}
.forgot__password a{
    text-decoration: underline;
}
.forgot__password {
    margin: 20px 0;
}
.new__account {
    color: #8e8e8e;
}
.navbar-nav > li:last-child > a:not(.dropdown-toggle) {
    background: transparent;
    color: #F79421;
    min-width: 100px;
    text-transform: uppercase;
    height: 45px;
    line-height: 41px;
    padding: 0 10px;
    border: 2px solid #F79421;
}
.navbar-nav > li:last-child > a:not(.dropdown-toggle):hover, .navbar-nav > li:last-child > a:not(.dropdown-toggle):focus{
    background: #F79421;
    color: #fff;
}
.for_enquiry_only_btn .h5 {
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000;
}
.modal_header h3{
    margin-bottom: 0;
}
.services_specification {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: 1px solid #AD864A;
    border-radius: 2px;
    margin-top: 10px;
}
nav.navbar.busi_header_bg a.usr_image_link {
    border: none;
    padding: 0;
    color: #fff;
}
.navbar-nav > li:last-child a.usr_image_link:hover, .navbar-nav > li:last-child a.usr_image_link:focus{
    background: transparent;
}
html body.busi_page_bg .navbar .logo-dark {
    display: none;
}
html body.busi_page_bg .navbar .logo-light{
    display: block;
}
.notification_wrap a {
    font-weight: 500;
}
/*Dark Theme*/

.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6 {
    color: #fff;
}

.dark-theme nav.navbar {
    background: #000;
}

.dark-theme .navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-brand>img.logo-light,
.dark-theme .navbar-brand>img.logo-dark {
    display: none;
}

.dark-theme .country_name {
    color: #fff;
}
.selected_list .crt_ser_item {
    margin-bottom: 5px;
    background: #E7F5E4;
    border: 1px solid #B5C7B1;
    border-radius: 3px;
    color: #3A5633;
    font-size: 16px;
}
.crt_small_desc {
    font-size: 14px;
    display: block;
    opacity: 0.7;
    font-weight: 400;
    margin-top: 5px;
}
.selected_list .crt_ser_item.ser_danger{
    border-color: #e04f5f;
}
.selected_list .crt_ser_item.ser_danger {
    border-color: #e04f5f;
    background: #fdf6f6;
    color: #e04f5f;
}
.cart__totals{
    padding:  20px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.cart_totals .h4 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.parent_grand_total_display {
    float: none;
    margin-top: 25px;
    margin-left: auto;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}
.about_content p:not(.h3) {
    margin-bottom: 10px;
    font-size: 16px;
}
.about__text h2{
    color: #fff;
}
.about_content {
    color: #fff;
    display: flex;
    padding-top: 80px;
    align-items: flex-start;
}
.about_content > img {
    max-width: 400px;
}
.fw-m{
    font-weight: 500 !important;
}
.about__text {
    max-width: 900px;
    padding-left: 160px;
    position: relative;
    margin-top: 0 auto;
    padding-right: 0%;
    padding-bottom: 0px;
    margin-bottom: 40px;
}
.about_content .h3 {
    line-height: 35px;
    margin-bottom: 30px;
}
.about__text::before {
    position: absolute;
    left: 100px;
    width: 4px;
    height: 100%;
    content: '';
    top: 0;
    bottom: 0;
    background-image: url(../images/line.png);
    background-repeat: repeat-y;
    background-size: 4px;
}
.page_title {
    background: url(../images/bg-about.jpg);
    color: #fff;
    padding: 30px 0;
    background-position: bottom;
}

.blog-bg {
    /* background: #FE7738; */
    min-height: 170px;
    background: url(../images/bg-about.jpg);
    background-position: bottom;
    color: #fff;
    padding:  20px;
}
.blog-bg h3{
    color: #fff;
}
.btn-white{
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}
.btn-white:hover, .btn-white:focus{
    background: #000;
    color: #fff;
    border-color: #000;
}
.left_check .checkbox input[type="checkbox"] {
    margin-left: 0;    
    position: relative;
    vertical-align: 0px;
}
.btn.btn-text {
    padding: 0;
    background: transparent;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
}
.btn.btn-text::after {
    position: absolute;
    content: '\f056';
    font-family: FontAwesome;
    right: 0;
    top: -1px;
    font-size: 16px;
}
.btn.btn-text.collapsed::after{
    content: '\f055';
}
.left_container .form-group{
    margin-bottom: 5px;
}
.btn.active, .btn:active{
    box-shadow: none;
}
.parent1 label{
    font-weight: 400;
}
.pa.rplist {
    background: #fff;
    padding: 10px;
}
.left_container .collapse {
    border-top: 1px solid #ddd;
    margin-top: 10px;
}
.navbar-inverse .navbar-toggle .icon-bar{
    background: #000;
}
.navbar-inverse .navbar-toggle{
    border: none;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
    background: transparent;
}
.navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar{
    background: #F79421;
}

.page_number_business select.page_number_business {
    padding: 0;
}
.logo_container {
    position: relative;
    float: left;
}
div .shrink {
    border-bottom: 2px #f79421 solid;
    box-shadow: 0px 8px 18px rgba(0,0,0,0.15);
}
.pr-sm-0 {
    padding-right: 0;
}
.btn-field {
    padding-right: 130px;
    position: relative;
}
.btn-field .search-now {
    position: absolute;
    right: 15px;
    top: 0;
}
.social-list {
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
#business_listing_form .business_button{
    float: left;
    width: 10%;
    text-align: right;
}
#business_listing_form .business_button .btn-theme{
    padding: 10px 35px;
}
.business_body_button {
    text-align: right;
    position: absolute;
    right: 15px;
    width: auto;
}
.business_body_button label{
    margin-bottom: 0;
}
.input-group-addon, .input-group-btn{
    width: auto;
}
#business_listing_form .form-group {
    width: 30%;
    padding-right: 10px;
    float: left;
    position: relative;
}
.vote_thanks_message h3 {
    font-size: 50px; 
    margin-top: 30px;
    margin-bottom: 0;
    color: #79C179;
}
.vote_thanks_message h4 {
    margin-top: 20px;
    margin-bottom: 50px;
    font-family: 'Roboto', sans-serif;
}
.my_conPart {
    margin-bottom: 40px;
}
.cat_beautifier div.review_link i.fa{
    margin-left: 0;
    margin-top: 0;
}
.cat_heading_p .cat_rating{
    float: left;
}
.cat_rating h5 {
    color: #f79421;
    margin-bottom: 0px;
    margin-right: 10px;
}
 .my_userreg_title h5, .my_userreg_title h6{
    color: #fff;
}
.page_number_business select[multiple]:focus{
    padding: 0px;
}
/*.page_number_business select option{
    background: #F1F1F1;
    color: #000;
}*/
.page_number_business select option:checked, .page_number_business select[multiple]:focus option:checked{
    background: #f79421;
    color: #fff;
}
.page_number_business select option:not(:checked){
    background: #fff;
    color: #000;
}
.search-form form{
    margin-bottom: 35px;
}
.heading-business .fa_font{
    text-transform: uppercase;
}
.ps-swiper.swiper-container-horizontal{
    padding-bottom: 40px;
}
.ps-swiper .swiper-pagination-bullet-active{
    background-color: #F79421;
}
#business_listing_form .business_option .form-control{
    padding-right: 30px;
}
#business_listing_form{
    margin-bottom: 40px;
}
.select_service_button .btn-theme{
    background: transparent;
    color: #F79421;
    transition: all .3s ease;
}
.select_service_button .btn-theme:hover{
    background: #F79421;
    color: #ffffff;
    border-color: #F79421;
}
ul.list-addr li{
    text-align: left;
    color: #000;
    font-style: normal;
    font-weight: normal;
}
.map-tab{
    margin-top: 20px;
}
.map-tab .cat_contact{
    margin-top: 20px;
    border-bottom: 1px solid #F79421;
    padding-bottom: 20px;
}
.contest .swiper-container{
    padding-bottom: 0px;
}
.coupon-c{
   border-bottom: 1px solid #F79421;
}
footer.site-footer{
    background: #3B3B3B;
    color: #fff;
    padding: 20px 0px;
}
footer.site-footer p{
    color: rgb(255, 255, 255, .65);
}
footer.site-footer ul.social-list a i{
    font-size: 24px !important;
}
.right_socialicons_p i{
    font-size: 26px;
}
.customer_vote{
    margin-bottom: 10px;
}
.customer_vote .customer_vote_button{
    font-weight: normal;
    padding: 4px 10px;
}
.checkout_services .front_service .h3, .right_service_container .h3{
    text-transform: uppercase;
}

.about__text .meet-article-cont h1 {
    white-space: normal;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;
}
.about__text .meet-article-cont h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.about_content .artist_day {
    text-align: center;
}
.about_content .artist_day .beaut_name_wrap{
    color: #fff;
    margin-bottom: 20px;
}
.content-page-cont .my_blog_title{
    margin-top: 30px;
}
.content-page-cont .page-content{
    color: #000;
}
#myVideo {
      min-width: 100%;
      min-height: 100%;
    }
.banner-home{
    max-height: 660px;
    overflow: hidden;
}

/*Responsive Starts*/

@media (max-width: 1199px) {
    .beautifier h1, .lorium h1 {
        font-size: 55px;
        line-height: 55px;
    }
    .search-form{
        padding-left: 0;
        padding-right: 0;
    }
    #business_listing_form .form-group{
        width: 29%;
    }
    .each_service_wrap a img{
        width: 75px;
    }
}

@media only screen and (max-width: 1024px) {
    .winner_strip h1 {
        font-size: 26px;
    }
    .book_artist {
        padding: 10px 9px;
    }
    .select_services {
        width: 100%;
        margin: auto;
        padding-top: 15px;
    }
    .about__text{
        padding-left: 100px;
        padding-right: 50px;
    }
    .about__text::before{
        left: 50px;
    }
    a#cust_review{
        font-size: 14px
    }
    div.category_header{
        padding-left: 100px;
    }
    .category_header .py_img_circle_wrap{
        height: 80px;
        width: 80px;
    }
    .right_socialicons_p i{
        font-size: 25px;
    }
    .cat_heading .beaut_name_p{
        margin-top: 0;
    }
    .category_header .cat_img_p{
        top: 0;
    }
    .cat_rating h5{
        float: none;
    }
}
@media (max-width: 991px) {
    .country_wrap {
        position: absolute;
        right: -49px;
        top: -5px;
    }
    .navbar-nav > li:last-child > a:not(.dropdown-toggle){
        min-width: initial;
    }
    .winner, .artist_day{
        margin-top: 20px;
    }
    .beautifier h1, .lorium h1 {
        font-size: 45px;
        line-height: 45px;
    }
    .lorium, .beautifier{
        padding: 30px 20px;
    }
    .about_content > img {
        max-width: 300px;
    }
    .about_content p:not(.h3) {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .about_content .h3 {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 24px;
    }
    .about__text::before{
        left: 0;
    }
    .about__text{
        padding-left: 25px;
        padding-right: 25px;
    }
    .about_content{
        padding-top: 20px;
    }
    #business_listing_form {
        margin-bottom: 20px;
    }
    #business_listing_form .form-group{
        width: 33.33%;
    }
    .working__day p span{
        display: block;
    }
    div .right_service_container{
        padding-left: 0;
    }
}
@media screen and (min-width: 768px) {
    .my_abox {
        width: 33%;
    }
}
@media screen and (max-width: 769px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 14px;
        text-transform: uppercase;
        padding: 9px;
    }
    .navbar-brand>img {
        display: block;
        height: 28px;
    }
    div.vertical-line {
        display: none;
    }
     .text-center.right_socialicons {
        display: none;
    }
    .countries_flag {
        width: 140px;
        height: 100px;
        display: block;
        margin: 0 auto;
    }
    .selected_country{
        float: none !important;
    }
    .modal-body {
        padding: 20px;
    }
    .modal-header{
        padding-left: 20px;
        padding-right: 20px;
    }
    .selected_country span {
        font-size: 12px;
        line-height: 12px;
        margin-top: 5px;
        display: block;
    }
     .select_services {
        width: 100%;
        margin: auto;
        padding-top: 15px;
    }
    .text-center.heading-full.category_heading_full {
        border-left: none;
        border-right: none
    }
    .btn.btn-default.btn-lg.btn-submit.front_services_button {
        margin-bottom: 25px;
    }
    .right_service_container {
        border-left: none;
    }
    .logo_container{
        float: none;
    }
    .country_wrap {
        left: 150px;
        right: auto;
        margin: 10px 0px 10px 20px;
    }
    
    
    .pr-sm-0{
        padding-right: 15px;
    }
    .navbar {
        background: #000;
    }
    
    .nav>li {
        border-bottom: rgba(238, 238, 238, 0.38) solid 1px;
    }
    .list {
        padding-left: 0;
    }
    .lorium, .beautifier{
        height: 300px;
        margin-bottom: 20px;
    }
    #SearchForm .form-group {
        margin-bottom: 5px;
    }
    .meet_full_a .artist_img_wrap {
        position: relative;
        right: 0;
        top: 0;
        margin: 0 auto;
        display: block;
    }
    .winner .meet_full_a .winner_strip, .artist_day .meet_full_a .background_artist {
        padding-right: 0;
        min-height: auto;
        text-align: center;
    }
    .meet_full_a .artist_img {
        max-width: 210px;
        margin: 0 auto 10px auto;
        display: block;
    }
    .beaut_name_wrap{
        text-align: center;
    }
     .ps-swiper.swiper-container-horizontal{
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }
    .social-list{
        justify-content: center;
    }
    .h3.beauti_name {
        text-transform: capitalize;  
        margin-top: 10px;
        font-size: 18px;
    }
    #business_listing_form .form-group {
        width: 50%;
    }
    .category_banner{
        display: none;
    }
    div.category_header{
        width: 100%;
    }
    .right_socialicons_p i{
        font-size: 25px;
    }
    .h-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 16px;
        border-bottom: none;
    }
    ul.h-tabs li {
        border-bottom: 3px solid #DDD;
    }
    .vote_thanks_message h3 {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .blog-bg{
        min-height: auto;
    }
    .category_services .each_service_wrap {
        width: 32.33%;
    }
}
@media screen and (max-width: 767.99px) {
    .navbar-inverse .navbar-toggle{
        margin-top: 10px;
    }
    .navbar-nav {
        align-items: flex-start;
        flex-direction: column;
    }
    .navbar-nav > li {
        padding: 0;
        width: 100%;
    }
    .navbar-inverse .navbar-nav > li > a{
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }
    
    .shrink .navbar-nav > li{
        padding: 0;
    }
    .navbar-nav > li:last-child > a:not(.dropdown-toggle) {
        width: auto;
        display: inline-block;
        text-align: center;
    }
    .navbar-nav{
        margin: 0;
    }
    .nav, .shrink ul.nav{
        margin:  10px 0 20px 0;
    }
}
@media screen and (max-width: 667px) { 
    .about_content > img{
        display: none;
    }
    .about__text::before{
        content: none;
    }
    .working__day{
        width: 33.33%;
    }
    .category_services .each_service_wrap {
        width: 49%;
    }
    .each_service_wrap a img{
        margin-top: 10px;
    }
    .each_service_wrap a img {
        width: 55px;
    }


}
@media screen and (max-width: 576px) {    
    div.py_search_list{
        flex-wrap: wrap;
    }
    .py_search_list div#right_image{
        width: 90px;
    }
    .py_search_list .py_left_pt {
        width: calc(100% - 80px);
        padding-left: 20px;
        padding-right: 20px;
    }
    .py_search_list .py_right_pt{
        width: 100%;
        padding-left: 100px;
    }
    .py_right_pt #right_button {
        display: flex;
        margin-top: 10px;
    }
    .py_right_pt #right_button a{
        margin-right: 10px;
    }
    .py_search_list div#right_image{
        width: 80px;
    }
    .h3.beauti_name{
        margin-bottom: 5px;
    }
    .side-map-wrap #map-canvas{
        height: 200px !important;
    }
    #business_listing_form .form-group {
        width: 100%;
        margin-bottom: 5px;
        padding-right: 0;
    }
    .contest{
        padding: 0;
    }
    .category_services .each_service_wrap{
        border: none;
    }
    .each_service_wrap a img{
        width: 50px;
        margin-top: 5px;
    }
    .modal_header h3 {
        font-size: 16px;
    }
    .my_aboutside2 .about__text{
        max-width: 100%;
    }
    .my_aboutside2  .artist_day{
        min-height: auto;
    }
    .my_aboutside2  .artist_day .artist_img {
        object-fit: cover;
        max-height: auto;
        max-width: 100%;
        width: 100%;
    }
    .about__text .meet-article-cont h1{
        font-weight: 500;
    }
}
@media screen and (max-width: 414px) {
    .text-center.right_socialicons {
        display: none;
    }
    .grand_total h3 {
        font-size: 16px;
    }
    .grand_price h2 {
        margin-top: -18px;
    }
    input.btn.btn-default.btn-lg.btn-submit.front_services_button {
        font-size: 10px;
    }
    .cat_heading h1 {
        padding-top: 30px;
        font-size: 18px;
    }
    .cat_date {
        font-size: 10px;
        text-align: left;
        margin-top: 24px;
    }
    
    .select_service_inner h6 {
        padding-left: 70px;
        font-size: 10px;
    }
    .select_services {
        text-align: center;
    }
    .select_service_inner h6 span {
        font-size: 10px;
        text-align: center;
    }
    .text-center.heading-full.category_heading_full {
        border-left: none;
    }
    .countries_flag {
        width: 120px;
        height: 55px;
        display: block;
        margin: 0 auto;
    }
    .beaut_name_wrap{
        font-size: 18px;
    }
    .beautifier h1, .lorium h1 {
        font-size: 35px;
        line-height: 35px;
    }
    .lorium, .beautifier {
        height: 240px;
    }
    .working__day{
        width: 50%;
    }
    .working__day p{
        font-size: 12px;
    }
    div.category_header{
        padding-left: 0;
    }
    .category_header .cat_img_p {
        position: relative;
        top: 0;
        margin: 0 auto;
    }
    .cat_heading_p {
        max-width: 100%;
        float: none;
        text-align: center;
    }
    div.review_link{
        display: inline-block;
    }
    .right_socialicons{
        text-align: center;
    }
    .cat_beautifier {
        padding: 20px 0;
    }
    .cat_heading_p .cat_rating {
        float: none;
        display: inline-block;
    }
    .cat_heading .beaut_name_p{
        margin-top: 10px;
        text-align: center;
    }
    .cat_desc {
        text-align: center;
    }
    #business_listing_form .form-group{
        max-width: 100% !important;
    }
    .category_services .each_service_wrap{
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .select_service_inner h6 {
        padding-left: 60px;
        font-size: 10px;
    }
    .category_amenities ul li {
        list-style-type: none;
        margin: 0;
        width: 64%;
        height: 63px;
    }
    .cat_heading h1 {
        padding-top: 30px;
        font-size: 18px;
    }
  
}

@media screen and (max-width: 360px) {
    .cat_heading h1 {
        padding-top: 30px;
        font-size: 22px;
    }
    .select_service_inner h6 {
        padding-right: 30px;
        font-size: 10px;
    }
    .cat_beautifier {
        background-size: auto;
        position: relative;
    }
    .cat_desc>h5 {
        font-size: 11px;
    }
  
    .cat_review .cat_name {
        font-size: 12px;
        text-align: left;
    }

    .category_amenities,
    ul {
        padding-left: 0px;
    }
    .select_service_inner>h6 {
        padding-left: 19px;
        font-size: 13px;
    }
    .category_amenities li {
        display: inline-block;
        width: 51%;
    }
}

#bprofile_reviews_cont .cat_review {
     border: 1px solid #eee7e7;
        padding-bottom:24px;
        box-shadow:none;
        min-height:160px;
}

#bprofile_reviews_cont .cat_review .cat_descr{
    padding-top:0px;
}

.cat_review .rheading{
    border-bottom: 1px solid #f79421;
}

