.tab {
    display: none;
}

.hidden {
    display: none !important;
}

.text-right {
    text-align: right;
}
.thin-label-font {
    font-weight: 400;
}

.wwwbooking_user_profile {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    margin: 0 10px 15px;
    float: left;
    width: calc(33.333% - 20px);
    z-index: 1;
    border-radius: 3px;
}
a.cd-select.priceguide-link {
    background: #9492ac;
}

.dashboard_main_parent_div .tab-content>.tab-pane .wwwbooking_user_profile img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.wwwbooking_user_portfolio .wwwbooking_portfolio {
    max-width: 150px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    position: relative;
}

td.ui-datepicker-unselectable.ui-state-disabled span.ui-state-default {
    cursor: not-allowed;
}

.remove_portfolio {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-weight: 600;
    width: 25px;
    text-align: center;
    text-decoration: none !important;
    z-index: 99999;
}

.remove_portfolio:focus {
    outline: none;
}

.remove_profile_image {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-weight: 600;
    width: 25px;
    text-align: center;
    text-decoration: none !important;
    z-index: 99999;
}

.remove_profile_image:focus {
    outline: none;
}

/* wizard css start */
.wizard {
    margin: 10px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    z-index: 1;
    border-bottom-color: #e0e0e0;
    display: none;
}

.wizard>div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 71%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs>li.active>a, .wizard .nav-tabs>li.active>a:hover, .wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs>li {
    width: calc(33.33% - 2%);
    margin: 0 1%;
}

s .wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs>li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
   /* padding-top: 50px;*/
}

.wizard h3 {
    margin-top: 0;
}

@media(max-width : 585px) {
    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs>li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.category-selection-wrapper {
    margin: 25px 0;
}

.category-selection-wrapper .radio label .radio-label {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    text-align: center;
}

.category-selection-wrapper .radio label .radio-label img {
    margin: 10px 0;
}

.category-selection-wrapper .radio label input:checked~.radio-label img {
    opacity: 1
}

.category-selection-wrapper .radio label input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.category-selection-wrapper .radio label {
    padding: 0;
    margin: 0;
}

.category-selection-wrapper .radio label input:checked~.radio-label img {
    opacity: 1;
    outline: 2px solid #5bc0de;
}

.category-selection-wrapper .radio label .radio-label img {
    opacity: 1;
    outline: 2px solid #ddd;
    outline-offset: 4px;
    height: 200px;
    object-fit: cover;
}

/* wizard css start */
/* tab css start */
#exTab1 .tab-content {
    color: white;
    background-color: #FFC600;
    padding: 5px 15px;
}

#exTab2 h3 {
    color: white;
    background-color: #FFC600;
    padding: 5px 15px;
}

/* remove border radius for the tab */
#exTab1 .nav-pills>li>a {
    border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/
#exTab3 .nav-pills>li>a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
    color: white;
    background-color: #FFC600;
    padding: 5px 15px;
}

.control-group .controls input {
    width: 100%;
}

.control-group .controls input, .control-group .controls select {
    background: #f2f2f2;
    border: 0;
    font-size: 15px;
}

.form-check .form-check-input[type="checkbox"] {
    width: auto;
    vertical-align: middle;
    margin: 0;
}

.control-group {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}

.control-group label.control-label {
    width: 100%;
    text-align: left;
    float: left;
    font-size: 15px;
    font-weight: 600;
}

.control-group .controls {
    width: 100%;
    float: left;
}

@media screen and (max-width:767px) {
    .control-group label.control-label, .control-group .controls {
        display: block;
        width: 100%;
    }
}

.custom-file.image_parent {
    position: relative;
}

.custom-file.image_parent input {
    cursor: pointer;
    padding: 6px 12px;
    position: relative;
    z-index: 1;
    opacity: 0;
    width: 100%;
}

.custom-file.image_parent .custom-file-label {
    padding: 6px 15px !important;
    background: #f2f2f2;
    font-size: 13px !important;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    width: 100%;
    text-align: left;
    font-weight: 500 !important;
}

.custom-file.image_parent .custom-file-label:after {
    background: #e6e6e6;
    position: absolute;
    width: 110px;
    height: auto;
    content: 'Choose File';
    padding: 6px 15px;
    top: 0;
    right: 0;
    text-align: center;
}

.profile-info-img-content-wrapper {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.main-profile-wrapper-box {
    border: 1px solid #ddd;
    padding: 15px;
}

.main-profile-wrapper-box .profile-info-label, .main-profile-wrapper-box .services-info-label, .main-profile-wrapper-box label.col-form-label.public_comments-label {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin: 5px 0;
    width: 100%;
    padding: 10px 15px;
    background: #f1f1f1;
    font-family: "Poppins";
    text-transform: uppercase;
}

.dashboard_main_parent_div .tab-content>.tab-pane .custom-file .custom-file-label:before {
    background: #e6e6e6;
    position: absolute;
    width: 110px;
    height: auto;
    content: 'Choose File';
    padding: 6px 15px;
    top: 0;
    right: 0;
    text-align: center;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
}

.main-profile-wrapper-box label.col-form-label.public_comments-label {
    margin: 10px 0;
}

.dashboard_main_parent_div .tab-content>.tab-pane label {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 6px 0;
}

.dashboard_main_parent_div ul li a {
    font-size: 16px !important;
    font-weight: bold !important;
    letter-spacing: 0.5px !important;
}

.main-profile-wrapper-box .profile-info-label-content {
    font-size: 15px;
    letter-spacing: 0.5px;
    margin: 5px 0;
    padding: 5px 0;
}

.single-suer-rating-comments-box .rating-u-user-name, .single-suer-rating-comments-box .rating-u-star, .single-suer-rating-comments-box .rating-u-user-comments {
    margin: 0;
}

.single-suer-rating-comments-box .rating-u-user-name {
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    line-height: normal
}

.single-suer-rating-comments-box .rating-u-star i {
    color: #FFC600;
}

.single-suer-rating-comments-box {
    background: #fff;
    box-shadow: 0px 0px 15px 1px #dddddd8f;
    margin: 10px 0;
    padding: 20px;
    border-radius: 8px;
}

.row.public-review-wrapper {
    margin-top: 15px;
}

.row.public-review-wrapper .services-info-label {
    margin-top: 10px;
}

.profile-picture-wrapper {
    margin-bottom: 20px;
    text-align: right;
}

.main-profile-wrapper-box .services-images-wrapper .single-service-img-title-wrapp {
    width: 100%;
    padding: 10px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
    line-height: normal;
}

.main-profile-wrapper-box .services-images-wrapper .single-service-img-title-wrapp .single-service-title {
    margin: 0 0 5px 0;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.main-profile-wrapper-box .services-images-wrapper .single-service-img-title-wrapp img {
    height: 180px;
    object-fit: cover;
    width: 100%;
}

.Portfolio-images-wrapper .wwwbooking_portfolio {
    /* width: 32.333%; */
    padding: 0px;
    float: left;
    margin: 0px;
}
.Portfolio-images-wrapper .wwwbooking_portfolio.thumbnail {
    border-radius: 0px;
}
.profile-images-wrapper .wwwbooking_portfolio {
    float: right;
}

.Portfolio-images-wrapper {
    display: inline-block;
    width: 100%;
    /*margin-bottom: 20px;*/
}

.dashboard_main_parent_div fieldset,
.dashboard_main_parent_div fieldset legend {
    background: transparent !important;
}

.dashboard_main_parent_div div#calendar .fc-row .fc-highlight-skeleton {
    z-index: unset !important;
}

.dashboard_main_parent_div div#calendar .fc-row .fc-highlight-skeleton td.fc-highlight {
    z-index: 3 !important;
    background: #bce8f1;
    opacity: 0.3;
    position: relative;
}

.dashboard_main_parent_div div#calendar .fc-row .fc-highlight-skeleton td,
.dashboard_main_parent_div div#calendar .fc-row .fc-bgevent-skeleton td {
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}

.dashboard_main_parent_div fieldset .woocommerce-form-row label {
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.dashboard_main_parent_div table tbody tr td:last-child select {
    width: 45% !important;
    float: left;
}

.dashboard_main_parent_div table tbody tr td:last-child span {
    width: 10%;
    float: left;
    text-align: center;
    padding: 5px 0;
}

.dashboard_main_parent_div fieldset legend {
    padding: 0;
    margin: 0;
    background: transparent;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.dashboard_main_parent_div .tab-content>.tab-pane .custom-file input[type="file"] {
    margin: 10px 0px 15px;
}

.dashboard_main_parent_div .wwwbooking_user_portfolio {
    display: inline-block;
    width: 100%;
}

.dashboard_main_parent_div .wwwbooking_user_portfolio .wwwbooking_portfolio {
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 10px;
    float: left;
    width: calc(33.333% - 20px);
    max-width: 100%;
}

.dashboard_main_parent_div .wwwbooking_user_portfolio .wwwbooking_portfolio img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.dashboard_main_parent_div .wwwbooking_user_portfolio~input[type="file"] {
    margin-top: 0 !important;
}

.wwwbooking_user_profile_wrap .wwwbooking_user_profile {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    position: relative;
}

.dashboard_main_parent_div .wwwbooking_user_portfolio .wwwbooking_portfolio .remove_portfolio {
    background: red;
    top: 3px;
    right: 3px;
    border-top-right-radius: 0;
    width: 20px;
    height: 20px;
    color: #fff;
    line-height: 20px;
    padding: 0;
    font-size: 12px;
    font-weight: 700;
}

.dashboard_main_parent_div .wwwbooking_user_profile_wrap .wwwbooking_user_profile .remove_profile_image {
    background: red;
    top: 3px;
    right: 3px;
    border-top-right-radius: 0;
    width: 20px;
    height: 20px;
    color: #fff;
    line-height: 20px;
    padding: 0;
    font-size: 12px;
    font-weight: 700;
}

.dashboard_main_parent_div ul.nav.nav-tabs {
    margin: 0 0 20px 0;
}

.dashboard_main_parent_div .nav-tabs>li>a {
    border-radius: 0;
    margin: 0;
    padding: 10px 25px;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #666;
    outline: none !important;
    transition: 0.5s;
}

.dashboard_main_parent_div .tab-content>.tab-pane input[type="submit"] {
    display: inline-block;
    width: auto;
    background: #333;
    color: #fff;
    padding: 10px 30px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: 0.5s;
}

.dashboard_main_parent_div .tab-content>.tab-pane input[type="submit"]:hover {
    background: #000
}

.dashboard_main_parent_div .tab-content>.tab-pane input[type="checkbox"]~span:before, .dashboard_main_parent_div .tab-content>.tab-pane input[type="radio"]~span:before {
    margin: 0;
    content: '';
    display: inline-block;
    position: relative;
    padding: 0;
    background: #f2f2f2;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
    color: #43454b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    resize: none;
}

.dashboard_main_parent_div .tab-content>.tab-pane ul {
    margin: 0;
    /* padding: 0; */
    line-height: normal;
    list-style: none;
}

.dashboard_main_parent_div .tab-content>.tab-pane ul li ul {
    padding-left: 25px;
}

.dashboard_main_parent_div .tab-content>.tab-pane input[type="checkbox"]:checked~span:after, .dashboard_main_parent_div .tab-content>.tab-pane input[type="radio"]:checked~span:after {
    width: 20px;
    height: 20px;
    content: '\2713';
    position: absolute;
    left: 0;
    top: 0;
    line-height: 33px;
    text-align: center;
}

.dashboard_main_parent_div fieldset {
    background: transparent;
    padding: 0;
    margin: 0;
}

/*   .dashboard_main_parent_div .tab-content>.tab-pane ul li {
       margin: 10px 0;
   } */
.dashboard_main_parent_div .tab-content>.tab-pane {
    padding: 15px 30px;
    border: 2px solid #ddd;
}

.artist_checkbox_view_profile {
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 0 10px;
    align-items: center;
    margin-top: 10px;
}

.artist_checkbox_view_profile .artist_checkbox_service {
    width: 64%;
    display: inline-flex;
    align-items: center;
}

.artist_checkbox_view_profile .artist_view_profile_service {
    width: 100%;
    display: inline-flex;
    justify-content: flex-end;
}

.dashboard_main_parent_div .tab-content>.tab-pane select, select.form-control {
    border: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
    background-color: #f2f2f2;
    color: #43454b;
    box-sizing: border-box;
    font-weight: 400;
    resize: none;
    display: block;
    border-radius: 4px;
    width: 100%;
    padding: 6px 12px;
}

.dashboard_main_parent_div .tab-content>.tab-pane .choose-file-selection .custom-file-label {
    background: #f2f2f2;
    margin: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

@media screen and (max-width:767px) {
    .Portfolio-images-wrapper .wwwbooking_portfolio {
        width: 50%;
        margin: 0px;
    }

    .single-service-title.pricing-label.text-right {
        text-align: left;
    }
}

/* rating css */
.rating-picker__container {
    display: table;
    position: relative;
    color: #d6dbe0;
    font-family: FontAwesome;
    font-weight: normal;
    cursor: pointer;
    font-style: normal;
}

.rating-picker__container:hover,
.rating-picker__container:focus {
    color: #FFC600;
}

.rating-picker__input--none:not(:checked)+.rating-picker__container {
    color: #FFC600;
}

.rating-picker__input--none:not(:checked)+.rating-picker__container:hover,
.rating-picker__input--none:not(:checked)+.rating-picker__container:focus {
    color: #FFC600;
}

.rating-picker__input--none:not(:checked)+.rating-picker__container:hover>.rating-picker__label:after,
.rating-picker__input--none:not(:checked)+.rating-picker__container:focus>.rating-picker__label:after {
    color: #FFC600;
}

.rating-picker__input--none:not(:checked)+.rating-picker__container:hover>.rating-picker__label:hover:after,
.rating-picker__input--none:not(:checked)+.rating-picker__container:focus>.rating-picker__label:hover:after,
.rating-picker__input--none:not(:checked)+.rating-picker__container:hover>.rating-picker__label:focus:after,
.rating-picker__input--none:not(:checked)+.rating-picker__container:focus>.rating-picker__label:focus:after {
    color: #FFC600;
}

.rating-picker__label {
    display: table-cell;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.rating-picker__label:after {
    box-sizing: content-box;
    font-size: 25px;
    content: '\f089';
    display: table-caption;
    width: 11.5px;
}

.rating-picker__label.rating-picker__label--even:after {
    padding-left: 10px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.rating-picker__container .rating-picker__input {
    top: 0;
    left: 0;
    opacity: 0;
}

.rating-picker {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    position: relative;
}

span.input-rating-main-wrapper {
    position: relative;
}

.rating-picker__label:hover:after,
.rating-picker__label:focus:after {
    color: #FFC600;
}

.rating-picker__input--none {
    display: none;
}

.rating-picker__input {
    position: absolute;
    z-index: -1;
    top: 33.33333333px;
    left: 33.33333333px;
}

.rating-picker__input.rating-picker__input--item+.rating-picker__label:hover~label.rating-picker__label:after,
.rating-picker__input.rating-picker__input--item+.rating-picker__label:focus~label.rating-picker__label:after {
    color: #d6dbe0;
}

.rating-picker__input.rating-picker__input--item:checked+label.rating-picker__label:after {
    color: #FFC600;
}

.rating-picker__input.rating-picker__input--item:checked~.rating-picker__label:after {
    color: #d6dbe0;
}

.rating-picker.disabled-ration-selection:before {
    content: '';
    position: absolute;
    background: #00ffff00;
    height: 100%;
    width: 100%;
    z-index: 9;
}

.main-profile-wrapper-box {
    margin-bottom: 50px;
}

.take-a-look-profile-text a {
    text-decoration: none !important;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: normal;
    transition: 0.5s;
    color: #333;
    text-align: right;
    float: right;
    padding: 6px 25px;
    font-weight: 600;
}

.dashboard_main_parent_div .tab-content>.tab-pane label span:first-child {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.services-details-info-main-wrap {
    padding-bottom: 25px;
    width: 80%;
    margin: 0 auto;
    display: block;
}

.services-details-info-main-wrap .services-details-info-title-wrap .services-details-info-title {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 25px;
    text-decoration: underline;
}

.services-details-info-main-wrap .services-details-info-table table {
    border: 1px solid #f0f0f0;
}

.services-details-info-main-wrap .services-details-info-table table tr td:nth-child(2) {
    text-align: center;
}

.services-details-info-main-wrap .services-details-info-table table tr th,
.services-details-info-main-wrap .services-details-info-table table tr td {
    border: 1px solid #f0f0f0;
    padding: 10px;
}

.services-details-info-main-wrap .services-details-info-table table tr th {
    font-size: 16px;
}

.services-details-info-main-wrap .services-details-info-submit-btn-wrap {
    text-align: right;
}

.services-details-info-main-wrap .services-details-info-submit-btn-wrap .services-details-info-submit-btn {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 500ms ease-in-out;
}

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

.dashboard_main_parent_div .tab-content>.tab-pane ul.woocommerce-error {
    padding: 1em 1.618em;
    margin-bottom: 2.617924em;
    margin-left: 0;
}

@media screen and (max-width:767px) {
    .services-details-info-main-wrap {
        width: 100%;
    }
}

.swal2-popup {
    font-size: 1.5rem !important;
}

.box {
    position: relative;
    display: inline-block;
    /* Make the width of box same as image */
}

.box .text {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    /* Adjust this value to move the positioned div up and down */
    background: rgba(0, 0, 0, 0.8);
    font-family: Arial, sans-serif;
    color: #fff;
    width: 100%;
    /* Set the width of the positioned div */
}
.process-pad {
    margin-top: 18px;
}
.general-btn {
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    padding: 1rem 2rem !important;
}
.general-profile-btn {
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    padding: 1rem 1rem !important;
}

#what-we-offer-pro {
    display: none;
}

#what-we-offer-pro-m {
    display: none;
}

#what-we-offer-student {
    display: none;
}
#step1 > div{
	max-width: 80%;
	margin: auto;
}
#step1 > ul.pull-right.list-inline{
	display: block !important;
	float: left !important;
	width: 80%;
	margin-left: 10%;
}
#step-event-details {
    display: none;
}

.step_4_show_hair_stylists, .show_makeup_artists_conditions {
    display: none;
}

#step_3_continue_button, .depent_on_makeup_artists, .show_hair_stylists_conditions {
    display: none;
}

/*.right-sidebar .content-area {
       width: 100% !important;
   }*/
/*input[type=text]:focus {
       box-shadow: 0 0 5px red;
       border: 0.01em solid red;
   }
   input::selection { background:black; color: white;}
   input::-moz-selection { background:black; color:white; }
   input::-webkit-selection { background:black; color:white; }*/
.option-1 {
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
}

.option-1 input {
    margin-top: 0;
}

.main-option {
    display: block;
    width: 100%;
}

div#get-additional, div#commercial-shoot-fields, div#other-events-fields {
    padding: 0 15px;
}

.artist-wrap {
    position: relative;
    padding: 15px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.artist-wrap img {
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    max-height: 200px !important;
    object-fit: cover;
}

.artist-wrap a {
    text-decoration: none !important;
    font-size: 17px;
    margin-top: 5px;
    display: block;
}

/* .artist-wrap input {
       position: absolute;
       top: 0;
       left: 0;
       opacity: 0;
       width: 100%;
       height: 68%;
   } */
.artist_checkbox_view_profile {
    position: relative;
}

.artist_checkbox_view_profile .artist_checkbox_service input {
    /* position: absolute;
          left: 5px; */
    opacity: 1;
    width: auto;
    height: auto;
    margin-top: 0;
    /* top: 50%;
          transform: translateY(-50%); */
}

.artist-wrap input:checked~img {
    border: 1px solid #63BDDC;
    padding: 10px;
}

.artist-wrap i.fa.fa-check {
    position: absolute;
    top: 15px;
    right: 0;
    width: 20px;
    height: 20px;
    background: #dedede;
    line-height: 20px;
    color: #fff;
    font-size: 10px;
    opacity: 0;
}

.artist-wrap input:checked~img~i.fa.fa-check {
    opacity: 1;
}

label.control-label[for="bqw_prefer_to_go"] {
    margin-bottom: 10px;
}

label.control-label[for="need_makeup_artist_1"],
label.control-label[for="numbers_of_people_hair_stylists"] {
    margin-bottom: 7px;
}

.theme-storefront div#ui-datepicker-div .ui-datepicker-title {
    display: inline-block;
    width: 100%;
    font-size: 19px;
    font-weight: 500;
}

.theme-storefront div#ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    margin-top: 0;
    background: rgba(255, 255, 255, 1);
    display: inline-block;
    width: 100%;
    padding: 5px;
}

.theme-storefront div#ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-prev {
    float: left;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.theme-storefront div#ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next {
    float: right;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

div#ui-datepicker-div .ui-datepicker-title {
    display: inline-block;
    width: 100%;
    font-size: 19px;
    font-weight: 500;
}

div#ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    margin-top: 0;
    background: rgba(255, 255, 255, 1);
    display: inline-block;
    width: 100%;
    padding: 5px;
}

div#ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-prev {
    float: left;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

div#ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next {
    float: right;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

div#ui-datepicker-div .ui-datepicker-title {
    text-align: center;
    margin: 15px 0;
}

div#ui-datepicker-div table.ui-datepicker-calendar {
    width: auto;
    border: 0;
}

div#ui-datepicker-div table.ui-datepicker-calendar tbody tr td {
    padding: 15px;
    text-align: center;
    border: 0;
}

div#ui-datepicker-div table.ui-datepicker-calendar thead tr th {
    text-align: center;
    padding: 19px 10px;
    background: rgba(222, 222, 222, 0.5);
    font-weight: bold;
    border: 0;
}

.theme-storefront div#ui-datepicker-div .ui-datepicker-title select.ui-datepicker-year {
    /* margin-left: 10px; */
    padding: 0;
    font-size: 14px;
}

div#ui-datepicker-div .ui-datepicker-title select.ui-datepicker-year {
    /* margin-left: 10px; */
    padding: 0;
    font-size: 14px;
}

.controls .form-check.user_events_option {
    float: left;
    width: 33.33%;
}

.p-0 {
    padding: 0 !important;
}

table tbody td a {
    text-decoration: none !important;
}

#register_form {
    max-width: none !important;
    width: auto !important;
}

#wwt_booking_registration .control-group .controls .form-check.all-hours-checkbox {
    margin-top: 25px;
}
#wwt_booking_registration {
    border: 1px solid #f9f9f9!important;
    background: #fbfbfb;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
    width: 980px;
    margin: 50px auto;
}  

.form-check.all-hours-checkbox {
    margin-top: 18px;
}

.theme-storefront div#ui-datepicker-div {
    box-shadow: 0px 0px 15px 1px #dddddd8f;
    background: #fff;
    padding: 5px;
}

div#ui-datepicker-div {
    box-shadow: 0px 0px 15px 1px #dddddd8f;
    background: #fff;
    padding: 5px;
}

.custom-file.col-sm-9.portfolio-grid-wrapper {
    padding: 0 15px 0 6px;
}

div#step1 .form-group label {
    font-size: 15px;
    font-weight: 600;
}

td.ui-datepicker-unselectable.ui-state-disabled {
    opacity: 0.35;
}

.wwwbooking_user_profile_wrap .wwwbooking_user_profile,
.wwwbooking_user_portfolio .wwwbooking_portfolio {
    overflow: hidden;
}

.wwwbooking_user_profile_wrap .wwwbooking_user_profile:hover .overlay,
.wwwbooking_user_portfolio .wwwbooking_portfolio:hover .overlay {
    top: 0%;
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 0%;
    background: rgba(0, 0, 0, 0.5);
    top: 100%;
    left: 0;
    justify-content: center;
    align-items: center;
    padding: 10px;
    transition: all 500ms ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.overlay a.set_as_profile_pic {
    background: #ffffff;
    height: 28px;
    text-decoration: none !important;
    color: #000000;
    padding: 0 8px;
    display: inline-flex;
    width: auto;
    border-radius: 2px;
    width: 100%;
    font-size: 12px;
    line-height: 26px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    transition: all 500ms ease-in-out;
}

.overlay a.set_as_profile_pic i,
.overlay a.remove_profile_image i,
.dashboard_main_parent_div .wwwbooking_user_portfolio .wwwbooking_portfolio .overlay a.remove_portfolio i {
    margin-right: 3px;
}

.Portfolio-images-wrapper .wwwbooking_portfolio img.portfolio-images {
   /* height: 150px;
    
    object-fit: cover;*/
    width: 100%;
}
.user_profile_modal .modal-dialog .main-profile-wrapper-box .row .col-md-9 .Portfolio-images-wrapper {
        min-height: 800px !important;
    overflow-y: scroll;
}

.user_profile_modal .modal-dialog .main-profile-wrapper-box .profile-info-img-content-wrapper .row .col-md-6 {
    padding-left: 0px;
}

.overlay a.remove_profile_image,
.dashboard_main_parent_div .wwwbooking_user_portfolio .wwwbooking_portfolio .overlay a.remove_portfolio {
    position: relative;
    top: 0 !important;
    width: 100% !important;
    height: 28px !important;
    background: #ffffff !important;
    right: 0px !important;
    color: #000000 !important;
    font-size: 12px !important;
    line-height: 26px !important;
    font-weight: 600 !important;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    transition: all 500ms ease-in-out;
}

.overlay a.remove_profile_image:hover,
.overlay a.set_as_profile_pic:hover,
.dashboard_main_parent_div .wwwbooking_user_portfolio .wwwbooking_portfolio .overlay a.remove_portfolio:hover {
    background: #000000 !important;
    color: #ffffff !important;
}

.form-group .wwwbooking_user_profile.box {
    margin-bottom: 0 !important;
    position: relative;
    top: 10px;
}

input#username:read-only {
    opacity: 0.5;
}

.take-a-look-profile-text a {
    display: inline-block;
    width: auto;
    background: #333;
    color: #fff !important;
    padding: 10px 30px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: 0.5s;
    position: relative;
}

.select-disable-when-loading[disabled] {
    background-color: #eee !important;
}

.continue-btn-spinner {
    display: none;
}

.is-loading-spinner {
    display: none;
}

span.select2.select2-container {
    width: 100% !important;
}

.take-a-look-profile-text a:hover:before {
    right: 5px;
    opacity: 1;
}

.take-a-look-profile-text a:before {
    content: "\f30b";
    position: absolute;
    right: 60px;
    color: #ffffff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    opacity: 0;
    top: 53%;
    transition: all 500ms ease-in-out;
    transform: translatey(-50%);
}

.dashboard_main_parent_div .small-box {
    box-shadow: 0px 0px 15px 1px #dddddd8f;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.dashboard_main_parent_div .small-box a.small-box-footer {
    background: #000;
    color: #fff;
    border-radius: 3px;
    padding: 3px 8px;
    box-shadow: 0px 0px 15px 1px #dddddd8f;
    text-decoration: none !important;
    transition: all 500ms ease-in-out;
}

.dashboard_main_parent_div .small-box .icon {
    position: absolute;
    top: auto;
    bottom: 5px;
    right: 25px;
    z-index: 0;
    color: rgba(0, 0, 0, .15);
    font-size: 95px;
    transition: all 500ms ease-in-out;
}

.dashboard_main_parent_div .small-box:hover .icon {
    transform: scale(1.1);
}

.dashboard_main_parent_div .small-box a.small-box-footer:hover {
    background: #ffffff;
    color: #000000;
}

.dashboard_main_parent_div .small-box .inner h3 {
    background: transparent !important;
    color: #000000 !important;
    font-weight: bold;
    padding: 0 !important;
    font-size: 33px;
    margin-bottom: 10px !important;
}

.dashboard_main_parent_div .small-box .inner p {
    font-size: 15px;
    font-weight: 500;
}

.professional-photos-wrap {
    margin-bottom: 0 !important;
}

.www-booking_user_pro-wrap .wwwbooking_user_profile_wrap {
    display: inline-block;
    width: 100%;
}

.www-booking_user_pro-wrap .wwwbooking_user_profile_wrap .wwwbooking_user_profile.box {
    top: 0;
}

.www-booking_user_pro-wrap .custom-file.col-sm-9.p-0 {
    padding: 0 6px !important;
}

.custom-file.col-sm-9.portfolio-grid-wrapper input#user_portfolio {
    margin-left: 10px;
}

.single-suer-rating-comments-box .rating-u-user-comments {
    padding: 15px 10px 0;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.single-suer-rating-comments-box .reply-of-comments {
    margin: 10px 0 10px 30px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    background-color: #f5f5f5;
    padding: 10px
}

.single-suer-rating-comments-box .reply-of-comments p {
    font-weight: bold;
    margin-bottom: 5px;
}

.single-suer-rating-comments-box blockquote {
    font-style: normal;
    margin-bottom: 0;
}

.reply_comment_form textarea {
    border: 1px solid #dedede;
    margin-bottom: 15px;
    box-shadow: unset;
}

.reply_comment_form {
    margin: 10px 0 10px 30px;
}

#userImagefileList ul,
#portfoliofileList ul {
    margin: 10px 15px 0;
    display: inline-block;
    width: 100%;
    list-style-type: none;
}

#userImagefileList ul li,
#portfoliofileList ul li {
    float: left;
    width: 33.33%;
    position: relative;
    list-style-type: none;
    max-width: 33.33%;
    padding-left: 20px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#userImagefileList ul li:after,
#portfoliofileList ul li:after {
    content: "\f03e";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    left: 0;
    font-size: 11px;
    top: 50%;
    transform: translateY(-50%);
}

.user_profile_modal.modal.fade.in:before {
    content: '';
    position: fixed;
    width: calc(99.5% - 0.5%);
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    left: 0;
    top: 0;
}

.user_profile_modal.modal.fade.in .modal-backdrop.fade.in {
    display: none;
}

@media screen and (max-width:991px) and (min-width:768px) {
    div#get-additional, div#commercial-shoot-fields, div#other-events-fields {
        margin-top: 5px;
    }

    #wwt_booking_registration .control-group .controls .form-check.all-hours-checkbox {
        margin-top: 5px;
    }
    #wwt_booking_registration {
        padding: 20px;
        width: 100%;
        margin: 0px auto;
    }  

    select#yoe_years {
        margin-top: 10px;
    }

    #userImagefileList ul, #portfoliofileList ul {
        margin: 10px 0px 0;
    }

    #userImagefileList ul li, #portfoliofileList ul li {
        width: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 767px) {
    div#get-additional, div#commercial-shoot-fields, div#other-events-fields {
        padding: 0 15px;
        margin-top: 15px;
    }

    select#yoe_years {
        margin-top: 10px;
    }

    div#get-additional label {
        line-height: normal;
        display: inline;
    }

    .artist-wrap img {
        height: auto;
    }

    .Portfolio-images-wrapper .wwwbooking_portfolio img.portfolio-images {
        height: auto;
    }
    #wwt_booking_registration {
        padding: 20px;
        width: 100%;
        margin: 0px auto;
    }  
    .wwwbooking_user_profile {
        width: 100%;
        margin: 0 !important;
        top: 0 !important;
    }

    .wwwbooking_user_profile,
    .form-group .wwwbooking_user_profile.box {
        margin-bottom: 15px !important;
    }

    .dashboard_main_parent_div .wwwbooking_user_portfolio .wwwbooking_portfolio {
        width: 100%;
        margin: 0 0 15px !important;
    }

    #wwt_booking_registration .control-group .controls .form-check.all-hours-checkbox {
        margin-top: 5px;
    }

    .form-check.all-hours-checkbox {
        margin-top: 0px;
    }

    .controls .form-check.user_events_option {
        width: 100%;
    }

    #userImagefileList ul, #portfoliofileList ul {
        margin: 10px 0px 0;
    }

    #userImagefileList ul li, #portfoliofileList ul li {
        width: 100%;
        max-width: 100%;
    }
}

.fc-row.fc-widget-header {
    margin-bottom: -20px;
}

.fc th {
    padding: 10px 0px !important;
    vertical-align: middle !important;
    background: #F2F2F2;
}

.fc-day-grid-event>.fc-content {
    padding: 4px;
}

#calendar {
    max-width: 900px;
    margin: 0 auto;
}

.event-tooltip {
    width: 150px;
    background: rgba(0, 0, 0, 0.85);
    color: #FFF;
    padding: 10px;
    position: absolute;
    z-index: 10001;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 11px;
}

.modal-header {
    background-color: #3A87AD;
    color: #fff;
}

span.fc-title {
    display: inline-block;
    width: 65% !important;
    float: left !important;
    padding-bottom: 4px !important;
    margin-bottom: 0 !important;
}

span.fc-close.fc-icon.fc-icon-x {
    margin-top: 7px !important;
}

.modal .modal-header {
    padding: 10px 15px;
    position: relative;
}

.user_profile_modal.modal .modal-header {
    padding: 20px 15px;
}

.modal .modal-header button.close {
    color: #ffffff;
    opacity: 1;
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 27px;
    background: transparent !important;
    outline: 0 !important;
    transform: translateY(-50%);
}

.modal .modal-header .modal-title {
    font-size: 25px;
    color: #9492ac;
    font-weight: 400;
}
.modal-footer {
    border-top: inherit !important;
}
.user_profile_modal .modal-dialog {
    width: 50%;
}
.full_map_text{
     margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
}
/*---- 04-11-2019 ----*/


/*---- 04-11-2019 ----*/
.hide_in_popup {
     display: none;
 }
 
 div[class^="error_"] {
     color: red;
 }
 /* popup and map image gallary start */
 .append_state_imgs {
      padding-top: 10px;
      display: inline-block;
      width: 100%;
 }
 .state_img {
      width: 100%;
      outline: 1px solid #000;
      padding: 5px;
      float: left;
      object-fit: cover;
      height: 100%;
 }
 .append_state_imgs a.state_img_link {
      display: inline-block;
      width: 30%;
      margin-right: 10px;
      height: 145px;
  }
  .main-profile-wrapper-box .no-reviews {
     margin: 8px 0;
     padding: 8px 0;
  }
 
 .map_popup .modal-content {
      background-color: #fefefe;
      margin: auto;
      padding: 20px;
      border: 1px solid #888;
      width: 100%;
 }
 .map_popup img.state_img {
     float: unset;
 }
 .map_popup .modal-dialog{
      margin-top: 45px;
 }
 .map_popup .modal-content span.close {
      font-size: 32px;
      position: absolute;
      z-index: 9999;
      top: -25px;
      right: 0;
      color: #000000;
      opacity: 1;
  }
  .map_popup .modal-content {
      padding: 0;
  }
   /* popup and map image gallary end */
.clear_all_img, .clear_all_portfolio_img{
     float: right;
}
.cd-pricing-features {
    /* text-align: center; */
    padding: 20px 24px;
    font-weight: 500;
}

/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  color: #173d50;
  background-color: #173d50;
}

a {
  color: #e97d68;
  text-decoration: none;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-header {
  height: auto;
  line-height: 170px;
  position: relative;
  margin: 20px 0px;
}
.cd-header h1 {
  text-align: center;
  color: #000000;
  font-size: 2.2rem;
  margin-bottom: 0px;
}
li.is-ended.selectedpro > i{
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    padding-top: 54%;
    background: #e97c6857;
    color: #fff;
    font-size: 104px;
    left: 0px;
    z-index: 2;
}
li.is-ended > i{
    display: none;
}
li.is-ended.selectedpro > i{
    display: block;
}
a.cd-select {color: #ffffff !important;
    text-decoration: none !important;}
@media only screen and (min-width: 768px) {
  .cd-header {
    height: auto;
    line-height: 280px;
  }
  .cd-header h3 {
    text-align: center;
    color: black;
    font-size: 25px;
    font-weight: 400;
  }
}

.cd-pricing-container {
  width: 100%;
  max-width: 1170px;
  margin: 0em auto;
}
@media only screen and (min-width: 768px) {

    .cd-pricing-container {
        margin: 0em auto;
    }
    .cd-pricing-container.cd-full-width {
        width: 100%;
        max-width: none;
    }
}

.cd-pricing-list {
  margin: 0em 0 0;
}
.cd-pricing-list > li {
  position: relative;
  margin-bottom: 1em;
  background-color: #FFFFFF;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Firefox bug - 3D CSS transform, jagged edges */    width: 100%;
    float: left;

  outline: 1px solid #9a99bb;
}
.cd-pricing-list > li::after {
  /* subtle gradient layer on the right - to indicate it's possible to scroll */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  pointer-events: none;
  background: -webkit-linear-gradient( right , #FFFFFF, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
}
.cd-pricing-list > li.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  display: none;
}
@media only screen and (min-width: 768px) {
  .cd-pricing-list {
    margin: 0em 0 0;
  }
  .cd-pricing-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-pricing-list > li {
    width: 33.3333333333%;
    float: left;
  }
  .cd-pricing-list > li::before {
    /* separator between pricing tables - visible when number of tables > 3 */
    content: '';
    position: absolute;
    z-index: 6;
    left: -1px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    /* background-color: #b1d6e8; */
  }
  .cd-pricing-list > li::after {
    /* hide gradient layer */
    display: none;
  }
  .cd-pricing-list > li.is-ended:hover, .cd-pricing-list > li.is-ended.selectedpro {
    /* box-shadow: inset 0 0 0 3px #e97d68; */
  }
  .cd-pricing-list > li.cd-popular::before {
    /* hide table separator for .cd-popular table */
    display: none;
  }
  .cd-pricing-list > li.cd-popular + li::before {
    /* hide table separator for tables following .cd-popular table */
    display: none;
  }
  .cd-has-margins .cd-pricing-list > li, .cd-has-margins .cd-pricing-list > li.cd-popular {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  .cd-secondary-theme .cd-pricing-list > li {
    background: #3aa0d1;
    background: -webkit-linear-gradient( bottom , #3aa0d1, #3ad2d1);
    background: linear-gradient(to top, #3aa0d1, #3ad2d1);
  }
  .cd-secondary-theme .cd-pricing-list > li.cd-popular {
    background: #e97d68;
    background: -webkit-linear-gradient( bottom , #e97d68, #e99b68);
    background: linear-gradient(to top, #e97d68, #e99b68);
    box-shadow: none;
  }
  .cd-pricing-list:nth-of-type(1)::before {
    /* hide table separator for the first table */
    display: none;
  }
  .cd-has-margins .cd-pricing-list > li {
    width: 32.3333333333%;
    float: left;
    margin-right: 1.5%;
    border-radius: 4px 4px 6px 6px;
  }
  .cd-has-margins .cd-pricing-list > li:last-of-type {
    margin-right: 0;
  }
  .cd-has-margins .cd-pricing-list > li::before {
    display: none;
  }
}
@media only screen and (min-width: 1500px) {
  .cd-full-width .cd-pricing-list > li {
    padding: 2.5em 0;
  }
}

@media only screen and (min-width: 768px) {
  .cd-popular .cd-pricing-wrapper > li::before {
    /* hide table separator for .cd-popular table */
    display: none;
  }
}
.cd-pricing-header {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cd-pricing-header h2 {
  margin-bottom: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.cd-pricing-list > li.is-ended:hover .cd-pricing-header,  .cd-pricing-list > li.is-ended.selectedpro .cd-pricing-header{
  /* background-color: #e97d68; */
}
@media only screen and (min-width: 768px) {
  .cd-pricing-header {
    height: auto;
    padding: 0px;
    pointer-events: auto;
    /* text-align: center; */
    color: #173d50;
    background-color: transparent;
  }
  .cd-pricing-list > li.is-ended:hover .cd-pricing-header, .cd-pricing-list > li.is-ended.selectedpro .cd-pricing-header {
    color: #e97d68;
    background-color: transparent;
  }
  .cd-secondary-theme .cd-pricing-header {
    color: #FFFFFF;
  }
  .cd-pricing-header h2 {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
}

.cd-currency, .cd-value {
    font-size: 100%;
    font-weight: 500;
    font-family: "Roboto";
}

.cd-duration {
  font-weight: 700;
  font-size: 1.3rem;
  color: #8dc8e4;
  text-transform: uppercase;
}
  .cd-pricing-list > li.is-ended:hover .cd-duration, .cd-pricing-list > li.is-ended.selectedpro .cd-duration{
  color: #f3b6ab;
}
.cd-duration::before {
  content: '/';
  margin-right: 2px;
}

@media only screen and (min-width: 768px) {
  .cd-value {
    font-size: 100%;
    font-weight: 500;
    font-family: "Roboto";
  }

  .cd-currency, .cd-duration {
    color: #000;
  }
  .cd-pricing-list > li.is-ended:hover .cd-currency, .cd-pricing-list > li.is-ended:hover .cd-duration,
.cd-pricing-list > li.is-ended.selectedpro .cd-currency, .cd-pricing-list > li.is-ended.selectedpro .cd-duration
   {
    color: #e97d68;
  }
  .cd-secondary-theme .cd-currency, .cd-secondary-theme .cd-duration {
    color: #2e80a7;
  }
  .cd-secondary-theme .cd-pricing-list > li.is-ended:hover .cd-currency,
   .cd-secondary-theme .cd-pricing-list > li.is-ended.selectedpro .cd-currency,
   .cd-secondary-theme .cd-popular .cd-duration {
    color: #ba6453;
  }

  .cd-currency {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    font-size: 2rem;
    font-weight: 700;
  }

  .cd-duration {
    font-size: 1.4rem;
  }
}
.cd-pricing-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .cd-pricing-body {
    overflow-x: visible;
  }
}

.cd-pricing-features {
  width: 600px;
}
.cd-pricing-features:after {
  content: "";
  display: table;
  clear: both;
}
.cd-pricing-features li {
  width: 100px;
  float: left;
  padding: 1.6em 1em;
  font-size: 1.4rem;
  text-align: center;
/*  white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.cd-pricing-features em {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .cd-pricing-features {
    width: auto;
  }
  .cd-pricing-features li {
    float: none;
    width: auto;
    padding: 1em;
  }
  .cd-popular .cd-pricing-features li {
    margin: 0 3px;
  }
  .cd-pricing-features li:nth-of-type(2n+1) {
    background-color: rgba(23, 61, 80, 0.06);
  }
  .cd-pricing-features em {
    display: inline-block;
    margin-bottom: 0;
  }
  .cd-has-margins .cd-popular .cd-pricing-features li, .cd-secondary-theme .cd-popular .cd-pricing-features li {
    margin: 0;
  }
  .cd-secondary-theme .cd-pricing-features li {
    color: #FFFFFF;
  }
  .cd-secondary-theme .cd-pricing-features li:nth-of-type(2n+1) {
    background-color: transparent;
  }
}

.cd-pricing-footer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  /* on mobile it covers the .cd-pricing-header */
  height: 80px;
  width: 100%;
}
.cd-pricing-footer::after {
  /* right arrow visible on mobile */
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background: none;
}
@media only screen and (min-width: 768px) {
  .cd-pricing-footer {
    position: relative;
    padding: 20px 10px;
    text-align: center;
  }
  .cd-pricing-footer::after {
    /* hide arrow */
    display: none;
  }
  .cd-has-margins .cd-pricing-footer {
    padding-bottom: 0;
  }
}

.cd-select {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  /* hide button text on mobile */
  /* overflow: hidden; */
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
@media only screen and (min-width: 768px) {
  .cd-select {
    position: static;
    display: inline-block;
    height: auto;
    padding: 10px;
    color: #FFFFFF;
    border-radius: 2px;
    background-color: #0c1f28;
    font-size: 1.4rem;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .no-touch .cd-select:hover {
    background-color: #112e3c;
  }
  .selectedpro .cd-select {
    background-color: #e97d68;
  }
  .no-touch .cd-popular .cd-select:hover {
    background-color: #ec907e;
  }
  .cd-secondary-theme .cd-popular .cd-select {
    background-color: #0c1f28;
  }
  .no-touch .cd-secondary-theme .cd-popular .cd-select:hover {
    background-color: #112e3c;
  }
  .cd-has-margins .cd-select {
    display: block;
    padding: 1.7em 0;
    border-radius: 0 0 4px 4px;
  }
}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
    display: block;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



@media screen and (max-width:991px) and (min-width:768px) {
    .cd-header {
        text-align: center;
    }
    .full-width-profile-btn {
        width: 100%;
    }
    .user_profile_modal .modal-dialog {
        width: 85%;
    }
    .general-btn {
        width: 100%;
    }
    .pull-right {
        float: none;
    }
    .full-size-pull-right {
        width: 100% !important;
        padding: 10px 20px !important;
    }
    .sm-no-padding {
        padding: 0px !important;
    }
    #step1 > div {
        max-width: 98%;
    }
}

@media screen and (max-width:767px) {
    .cd-header {
        text-align: center;
    }
    .cd-pricing-features {
        width: auto;
    }
    .cd-pricing-features li {    width: 100%;
        float: left;
        padding: 3px 6px;
    }
    .cd-pricing-header h2, .cd-pricing-header .h2 {
        font-size: 19px;
        margin: 0px !important;
    }
    .cd-pricing-footer {
        position: unset;text-align: center;
        padding: 0px 35px;
    }
    .full-width-profile-btn {
        width: 100% !important;
        padding: 10px 20px !important;
    }
    .user_profile_modal .modal-dialog {
        width: 100%;
        margin: 0;
    }
    a.cd-select {display: inline-block;
    height: auto;
    background: #9492ac;
    color: #fff;
text-indent: unset;padding: 6px 19px;
    font-size: 23px;
    margin-top: 18px;}
    li.is-ended.selectedpro .cd-pricing-footer a {    background: #e97c68;}
    .general-btn {
        width: 100%;
    }
    .sm-no-padding {
        padding: 0px !important;
    }
    #step1 > div {
        max-width: 98%;
    }
    .pull-right {
        float: none;
    }
    .full-size-pull-right {
        width:100% !important;
    }
    .user_profile_modal {
        padding: 15px;
        z-index: 99999;
    }
    li.is-ended.selectedpro > i {padding-top: 30%;}

    div#ui-datepicker-div table.ui-datepicker-calendar tbody tr td {
        padding: 10px;
    }
    .append_state_imgs a.state_img_link {
          width: 100%;
          height: auto;
     }
}

.loeion_loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}