@charset "utf-8";

@font-face {
    font-family: "MyriadPro-Regular";
    src: url("../fonts/MyriadPro-Regular.otf")
}

body.book-artist-page-dd {
    font-family: "MyriadPro-Regular";
    overflow-x: hidden;
    background: url(../images/bg-book-artist.jpg) center center fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.book-artist-page-dd header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 0 100px;
}

.book-artist-page-dd header .header-right {
    display: none;
}

.book-artist-page-dd header figure {
    float: left;
    top: 0;
    position: relative;
    left: 0px;
    padding: 20px;
    width: 30%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.book-artist-page-dd header figure img {
    width: 420px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.book-artist-page-dd header nav {
    width: 70%;
    margin: 78px 0;
    float: right;
    background: transparent;
    border: none;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.book-artist-page-dd header nav ul {
    border-radius: 100px;
    background: #175da8;
}

.book-artist-page-dd header nav ul ul.sub-menu {
    background: none repeat scroll 0 0 padding-box #282828;
    border-bottom-left-radius: 0.53em;
    border-bottom-right-radius: 0.53em;
}

.book-artist-page-dd header nav ul li a {
    text-shadow: 2px 2px 4px #000, #000 0px 0px 1px;
    padding: 22px 23px;
    line-height: inherit;
    border: none;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: normal;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    transition: none;
}

.book-artist-page-dd header nav ul li a:hover {
    background: #da030b;
    text-decoration: none;
}


header nav ul li:first-child {
    margin-left: 35px;
}

header nav ul li:last-child {
    margin-right: 35px;
}

header nav .sub-menu li {
    margin: 0 !important;
}

.book-artist-page-dd header.sticky-header figure {
    padding: 5px;
}

.book-artist-page-dd header.sticky-header figure img {
    max-height: 50px;
    width: inherit;
    display: block;
    margin: 0 auto;
}

.book-artist-page-dd header.sticky-header nav {
    margin: 11px 0;
}

.book-artist-page-dd .artist-baner-div {
    position: relative;
    margin: 0;
}

.book-artist-page-dd .artist-baner-div .banner-content-div {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.book-artist-page-dd .artist-baner-div .banner-content-div h1 {
    margin: 0;
    color: #fff;
    font-size: 96px;
    letter-spacing: 7px;
    padding: 0 15px;
    text-shadow: 0 0px 15px rgba(0, 0, 0, 0.5);
}

.book-artist-page-dd .breadcrums-div {
    position: relative;
    background: #da030b;
    height: 10px;
    width: 100%;
}

.book-artist-page-dd .breadcrums-div .container {
    padding: 0 15px;
    position: relative;
}

.book-artist-page-dd .breadcrums-div .breadcrumb {
    padding: 6px 15px;
    display: inline-block;
    position: absolute;
    top: -30px;
    left: 0;
    margin-bottom: 0px;
    list-style: none;
    background-color: #da030b;
    border-radius: 0px;
}

.book-artist-page-dd .breadcrums-div .breadcrumb > li {
    color: #fff;
    font-size: 16px;
}

.book-artist-page-dd .breadcrums-div .breadcrumb > li a {
    color: #fff;
}

.book-artist-page-dd .breadcrumb > li + li:before {
    color: #fff;
}

.
.book-artist-page-dd .mid-table-form-div {
}

.book-artist-page-dd .mid-table-form-div .container {
    background: transparent;
    padding: 0;
}

.book-artist-page-dd .mid-table-form-div .content-divbox {
    background: #fff;
    border: 4px solid #175da8;
    padding: 30px;
    border-radius: 30px;
    margin: 100px 0;
}

.book-artist-page-dd .mid-table-form-div .content-divbox .fill-text {
    color: #000;
    font-size: 22px;
    margin: 0 0 25px 0;
}

.book-artist-page-dd .mid-table-form-div .content-divbox .mids-cont {
    font-family: "MyriadPro-Regular";
    padding: 0px;
    color: #000;
    font-size: inherit;
}

.book-artist-page-dd .mid-table-form-div .content-divbox .box {
    margin-bottom: 15px;
}

.book-artist-page-dd .mid-table-form-div .content-divbox .box .blok {
    width:auto;
    color: #000;
    font-size: 15px;
    padding: 0 10px;
    text-align: left;
}

.book-artist-page-dd .mid-table-form-div .content-divbox .box .blok a {
    display: inline-block; 
}

.book-artist-page-dd .mid-table-form-div .content-divbox .book-table-div {
    width: 100%;
}

.book-artist-page-dd .mid-table-form-div .content-divbox .book-table-div table {
    border: none;
}

.book-artist-page-dd .mid-table-form-div .content-divbox .book-table-div table thead {
    border: 1px solid #175da8;
}

.book-artist-page-dd .mid-table-form-div .content-divbox .book-table-div table tbody {
    border: #ccc 1px solid;
}

.book-artist-page-dd .mid-table-form-div .content-divbox .book-table-div thead tr td {
    background: #175da8;
    font-size: 16px;
}

.book-artist-page-dd .mid-table-form-div .content-divbox .book-table-div tr td {
    font-weight: normal;
    border-bottom: none;
    border-right: none;
}

.book-artist-page-dd .mid-table-form-div .content-divbox .book-table-div thead tr td a.header_link {
    margin-left: 0px;
}

.book-artist-page-dd .mid-table-form-div .content-divbox .book-table-div thead tr td a.header_link:hover {
    color: #fff;
    text-decoration: none;
}

.book-artist-page-dd .mid-table-form-div .content-divbox .book-table-div table thead td.artist-name-td {
    background: #da030b;
    color: #fff;
}

.book-artist-page-dd .mid-table-form-div .content-divbox .search input[type="text"], .book-artist-page-dd .mid-table-form-div .content-divbox .search select {
    border: #eee 1px solid;
    width: 180px;
    font-size: 16px;
    border-radius: 0px;
    background: #eeeeee;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.book-artist-page-dd .mid-table-form-div .content-divbox .search input[type="submit"], .book-artist-page-dd .mid-table-form-div .content-divbox .search input[type="submit"]:hover {
    background: #175da8;
    border-radius: 0px;
}

.book-artist-page-dd .mid-table-form-div .content-divbox .search {
    background: transparent;
    font-size: inherit;
    color: #000;
    font-weight: normal;
    padding: 0;
    display: inline-block;
    margin-top: 5px;
}

.book-artist-page-dd .requestform-div {
    background: #175da8;
    padding: 20px 0;
}

.book-artist-page-dd .requestform-div .container {
    background: transparent;
    padding: 0;
}

.book-artist-page-dd .requestform-div .find-content {
    float: left;
    width: 75%;
}

.book-artist-page-dd .requestform-div .find-content h2 {
    font-size: 36px;
    letter-spacing: 3px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.book-artist-page-dd .requestform-div .find-content p {
    font-size: 20px;
    color: #fff;
    margin: 0;
    letter-spacing: 0.5px;
}

.book-artist-page-dd .requestform-div .form-btn-div {
    float: right;
    width: 25%;
}

.book-artist-page-dd .requestform-div .form-btn-div a {
    display: block;
    text-decoration: none;
    background: #da030b;
    font-size: 26px;
    font-weight: 600;
    padding: 15px 20px;
    letter-spacing: 2px;
    color: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
    text-align: center;
    min-height: 67px;
}

.book-artist-page-dd .requestform-div .form-btn-div a:hover {
    text-decoration: none;
}

.book-artist-page-dd .footer-dd {
    background: #232323;
    padding: 50px 0;
}

.book-artist-page-dd .footer-dd .container {
    background: transparent;
    padding: 0;
}

.book-artist-page-dd .footer-dd .foot-logo-div {
    width: 33.27%;
    float: left;
    min-height: 1px;
}

.book-artist-page-dd .footer-dd .foot-box2 {
    width: 14.73%;
    float: left;
    min-height: 1px;
}

.book-artist-page-dd .footer-dd .foot-box3 {
    width: 19.27%;
    float: left;
    min-height: 1px;
}

.book-artist-page-dd .footer-dd .foot-box3 .navigation-footer-div h4 {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.book-artist-page-dd .footer-dd .foot-box3 .navigation-footer-div ul {
    padding-left: 25px;
}

.book-artist-page-dd .footer-dd .foot-box3 .navigation-footer-div ul li {
    position: relative;
    font-size: 18px;
    padding: 3px 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.book-artist-page-dd .footer-dd .foot-box3 .navigation-footer-div ul li a {
    color: #fff;
}

.book-artist-page-dd .footer-dd .foot-box3 .navigation-footer-div ul li a:hover {
    text-decoration: none;
}

.book-artist-page-dd .footer-dd .foot-box3 .navigation-footer-div .sub-menu li a {
    color: #232323;
    padding: 3px 10px;
    display: block;
}

.book-artist-page-dd .footer-dd .foot-box3 .navigation-footer-div .sub-menu li {
    font-size: 15px;
}

.book-artist-page-dd .footer-dd .foot-box3 .navigation-footer-div .sub-menu li a:hover {
    background: transparent;
    border-radius: 0;
}

.book-artist-page-dd .footer-dd .foot-box3 .navigation-footer-div .sub-menu {
    display: none !important;
    position: absolute;
    top: 0;
    border-radius: 0px;
    left: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    display: none;
    min-width: 220px;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}

.book-artist-page-dd .footer-dd .foot-box3 .navigation-footer-div .fl-has-submenu:hover > .sub-menu, .book-artist-page-dd .footer-dd .foot-box3 .navigation-footer-div .fl-has-submenu.focus > .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
}

.book-artist-page-dd .footer-dd .foot-box4 {
    width: 32.73%;
    float: left;
    min-height: 1px;
}

.book-artist-page-dd .footer-dd .foot-box4 .contact-info-footer h4 {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.book-artist-page-dd .footer-dd .foot-box4 .contact-info-footer p {
    font-size: 18px;
    padding: 3px 0 3px 30px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    line-height: 30px;
}

.book-artist-page-dd .footer-dd .foot-box4 .contact-info-footer .social-div {
    margin-top: 30px;
    margin-left: 25px;
}

.book-artist-page-dd .footer-dd .foot-box4 .contact-info-footer .social-div a {
    display: inline-block;
    margin-right: 4px;
}

/* Profile Page CSS 19-12-2017 */
.book-artistprofile-page-dd {
    font-family: "MyriadPro-Regular";
}

.book-artistprofile-page-dd .container {
    background: transparent;
    padding: 0;
}

.book-artistprofile-page-dd .profile-page-content {
    background: #fff;
    border: 4px solid #175da8;
    padding: 30px;
    border-radius: 30px;
    margin: 200px 0 0;
}

.book-artistprofile-page-dd .main_text .profile-admin {
    font-family: "MyriadPro-Regular";
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 30px 0 0 0;
    display: block;
    position: relative;
}

.book-artistprofile-page-dd .profile-page-content .profile-admin .det_sec_div {
    width: 300px;
    height: 300px;
    margin: 30px auto auto auto;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 8px 0 rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 0px 8px 0 rgba(0,0,0,0.57);
    -webkit-box-shadow: 0px 0px 8px 0 rgba(0,0,0,0.57);
}

.book-artistprofile-page-dd .profile-page-content .profile-admin img {
    display: block;
    text-align: center;
    height: 100%;
    margin: 0 auto;
    float: none;
    width: 100%;
    object-fit: cover;
   /* min-height: 300px;*/
}
.admin-left .text_second img {
    width: auto !important;
    text-align: left !important;
    margin: 5px 0 20px 0 !important;
}
.book-artistprofile-page-dd .profile-page-content .profile-admin h2 {
    font-family: "MyriadPro-Regular";
    font-size: 30px;
    color: #000;
    display: block;
    text-align: center;
    margin: 40px 0 10px 0;
    font-weight: 700;
}

.book-artistprofile-page-dd .profile-page-content .profile-admin p {
    color: #3b3a3a;
    display: block;
    text-align: left;
    font-size: 17px;
    margin: 10px 0 0 0;
    line-height: 22px;
    font-family: "MyriadPro-Regular";
    padding-left: 15px;
    font-weight: 500;
}

#artise-gallerys {
    padding: 0 30px;
    margin: 10px 0 0 0;
}

#artise-gallerys .item {
    margin: 0 8px;
}

#artise-gallerys .owl-pagination {
    display: none;
}

#artise-gallerys .item img {
    display: block;
    width: 100%;
    height: 118px;
}

#artise-gallerys .owl-wrapper-outer {
    z-index: 9;
}

#artise-gallerys .fa-angle-left {
    background: url(../images/left-arrow.png) no-repeat;
    width: 33px;
    height: 56px;
    background-size: cover;
    display: block;
}

#artise-gallerys .fa-angle-right {
    background: url(../images/right-arrow.png) no-repeat;
    width: 33px;
    height: 56px;
    background-size: cover;
    display: block;
}

#artise-gallerys .owl-controls .owl-buttons {
    z-index: 1;
    margin-top: -28px;
    width: 100%;
    height: 56px;
    position: absolute;
    left: 0;
    top: 50%;
}

#artise-gallerys .owl-controls .owl-buttons div {
    position: absolute;
    width: 33px;
    height: 56px;
    background: transparent;
    padding: 0;
}

#artise-gallerys .owl-controls .owl-buttons div.owl-prev {
    left: -15px;
    border-right: none;
}

#artise-gallerys .owl-controls .owl-buttons div.owl-next {
    right: -15px;
}

.book-artistprofile-page-dd .profile-boxdata {
}

.book-artistprofile-page-dd .profile-boxdata .col-md-4 {
    min-height: 180px;
}

.book-artistprofile-page-dd .profile-boxdata h3 {
    padding-left: 0px;
}

.book-artistprofile-page-dd .profile-boxdata ul li {
    font-size: 17px;
    background: none;
    padding-left: 0;
    list-style: disc inside;
    font-family: "MyriadPro-Regular";
}

.admin-left .colour_span
{
    font-size: 17px;
    color: #3b3a3a;
    font-family: "MyriadPro-Regular";
    font-weight: 500;
}

.book-artistprofile-page-dd .profile-boxdata ul {
    margin-bottom: 30px;
    padding-left: 15px;
}

.book-artistprofile-page-dd .profile-boxdata .common_title_rate h3 {
    text-decoration: none;
}

.book-artistprofile-page-dd .profile-boxdata .price-hr {
    text-decoration-line: underline;
}

.book-artistprofile-page-dd .foot-artise-button .backtohome_div {
    display: none;
}

.book-artistprofile-page-dd .foot-artise-button h2 {
    font-size: 36px;
    color: #3b3a3a;
    font-family: "MyriadPro-Regular";
    text-transform: uppercase;
    margin: 0 0 40px 0;
    text-decoration: underline;
    text-align: center;
}

.book-artistprofile-page-dd .foot-artise-button .prev {
    background: url(../images/left-arrow.png) no-repeat bottom;
    height: 34px !important;
    width: 19px !important;
    margin-top: 0px;
    background-size: contain !important;
}

.book-artistprofile-page-dd .foot-artise-button .prev::after {
    content: 'Previous';
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 40px;
    width: 70px;
    margin-left: -20px;
    color: #428bca;
}
.book-artistprofile-page-dd .foot-artise-button .next {
    background: url(../images/right-arrow.png) no-repeat bottom;
    background-size: contain !important;
    height: 34px !important;
    margin-top: 0px;
    width: 19px !important;
}

.book-artistprofile-page-dd .foot-artise-button .next::after {
    content: 'Next';
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 40px;
    width: 55px;
    margin-left: -20px;
    color: #428bca;
}

.book-artistprofile-page-dd .next_prev {
    float: none;
    margin: 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: "MyriadPro-Regular";
}

.book-artistprofile-page-dd .next_prev a,
.book-artistprofile-page-dd .next_prev .buttons_previous_div,
.book-artistprofile-page-dd .next_prev .buttons_next_div {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.book-artistprofile-page-dd .next_prev a.booking .buttons.book {
    height: auto !important;
    text-indent: -999999px;
    background: transparent;
    float: none;
    width: auto !important;
    margin-top: 0 !important;
    margin: 0 20px;
}

.book-artistprofile-page-dd .next_prev a.booking .buttons.book span {
    display: block;
    text-indent: 0;
    font-weight: bold;
    font-size: 14px;
}

.main_text.foot-artise-button {
    float: none;
    width: auto;
    margin-bottom: 100px;
    margin-top: 20px;
}
.booking-artish-dd {
    margin-bottom: 20px;
    text-align: center;
}

.booking-artish-dd h3 {
    margin: 0;
    font-size: 20px;
    display: inline-block;
    background: #da030b;
    color: #fff;
    padding: 22px 30px;
    font-family: "MyriadPro-Regular";
    font-weight: 600;
}

body.book-artist-page-dd.book-artistprofile-page-dd.bookartist_new_dd .profile-page-content {
    margin: 110px 0 100px;
    padding: 100px;
    padding-bottom: 0;
}

.bookartist_new_dd .book-artist {
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
    font-weight: normal;
}

.bookartist_new_dd .form-title {
    border-radius: 0;
    font-size: 26px;
    background: #175da8;
    color: #fff;
    font-weight: bold;
    margin: 30px 0;
}

.bookartist_new_dd .artist input[type="text"],
.bookartist_new_dd .artist select {
    background: #f5f5f5;
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 5px;
    color: #aeaeae;
    margin: 0 0 23px;
}

.bookartist_new_dd .artist textarea {
    background: #f5f5f5;
    padding: 15px;
    font-size: 16px;
    border-radius: 5px;
    color: #aeaeae;
}

.bookartist_new_dd .artist input::-webkit-input-placeholder,
.bookartist_new_dd .artist textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #aeaeae;
}

.bookartist_new_dd .artist input::-moz-placeholder,
.bookartist_new_dd .artist textarea::-moz-placeholder { /* Firefox 19+ */
    color: #aeaeae;
}

.bookartist_new_dd .artist input:-ms-input-placeholder,
.bookartist_new_dd .artist textarea:-ms-input-placeholder { /* IE 10+ */
    color: #aeaeae;
}

.bookartist_new_dd .artist input:-moz-placeholder,
.bookartist_new_dd .artist textarea:-moz-placeholder { /* Firefox 18- */
    color: #aeaeae;
}

.bookartish-new-submit input[type="submit"], .bookartish-new-submit input[type="reset"] {
    margin-top: 0;
    font-size: 22px;
    font-weight: bold;
    width: auto;
    border-radius: 0;
    padding: 10px 60px;
    height: auto;
    line-height: normal;
    background: #d90810;
}

.profile-admin h3 {
    color: #d90810;
    font-size: 17px;
    line-height: normal;
    clear: both;
    font-family: "MyriadPro-Regular";
    font-weight: 600;
    padding-left: 17px;
}
.profile-info-left-box ul {
    padding-left: 15px;
}

.profile-info-left-box ul li {
    list-style: disc inside;
}

.profile-info-left-box ul li span {
    font-size: 17px;
    color: #3b3a3a;
    font-family: "MyriadPro-Regular";
    font-weight: 500;
}
.common_title_rate .colour_span.dece
{
    color: #d90810;
}

.zip-search-block {
    background: #175da8;
        padding: 20px 0;
}

.zip-search-block h2 {
    color: #fff;
    font-size: 24px;
    font-family: "MyriadPro-Regular";
    margin: 8px 0 0 0;
    line-height: normal;
}
.zip-search-block #zip {
    width: 100%;
    max-width: 350px;
    border-radius: 0;
    border: none;
    padding: 10px 10px;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    margin-right: 40px;
    box-shadow: inset 3px 3px 5px 0 rgba(0,0,0,0.5);
    font-family: "MyriadPro-Regular";
    color: #000;
}

.zip-search-block .search_botton {
    background: #d90810;
    border: none;
    border-radius: 0;
    padding: 10px 40px;
    line-height: 26px;
    color: #fff;
    font-size: 25px;
    letter-spacing: 5px;
    float: right;
    height: 42px;
    font-family: "MyriadPro-Regular";
}

.profile-page-content .mid-container {
    padding-bottom: 30px;
}

.profile-page-content .profile-admin
{
    border: none;
    background: #fff;
}

.artist input[type="radio"], .artist input[type="checkbox"] {
    cursor: pointer;
}

.middle-box {
    padding: 20px 40px;
}
.middle-box .bookartish-new-submit
{
    margin-top: 101px;
}
/* Added by yesha 29-01-2018 */
.profile-page-content.signup {margin-bottom: 200px;}
.value {padding-left: 17px;}
span.price-hr {
    color: #3b3a3a;
}
/* till here */
/*Media Query*/
@media (max-width: 1199px){
    .profile-admin h3,
    .profile-info-left-box ul li span,
    .book-artistprofile-page-dd .profile-boxdata ul li,
    .admin-left .colour_span,
    .book-artistprofile-page-dd .profile-page-content .profile-admin p{
        font-size: 15px;
    }
}
@media (max-width: 1100px) and (min-width: 651px) {

    .book-artistprofile-page-dd .next_prev a {
        width: auto;
        float: none;
    }

}

@media all and (max-width: 767px) {

    .book-artistprofile-page-dd .next_prev a {
        width: auto;
        float: none;
    }

    .booking-artish-dd h3 {
        font-size: 20px;
        padding: 15px 30px;
    }

    .book-artistprofile-page-dd .foot-artise-button h2 {
        font-size: 26px;
    }

    .book-artistprofile-page-dd .profile-boxdata {
        padding: 0;
    }

    .book-artistprofile-page-dd .profile-boxdata .col-md-4 {
        margin-bottom: 30px;
    }

    .book-artistprofile-page-dd .profile-boxdata .col-md-4:last-child {
        margin-bottom: 0;
    }

    body.book-artist-page-dd.book-artistprofile-page-dd.bookartist_new_dd .profile-page-content {
        padding: 20px;
        margin: 70px 0;
    }

    .bookartist_new_dd div#recaptcha_widget_div {
        overflow: scroll;
    }

    .bookartist_new_dd .form-title {
        font-size: 20px;
    }

    .bookartish-new-submit input[type="submit"] {
        margin-bottom: 20px;
    }
}
@media all and (max-width: 767px) {
    /*#artise-gallerys .item img{*/
    /*    height:230px;*/
    /*    width:230px;*/
    /*    margin: 0 auto;*/
    /*}*/
    /*#artise-gallerys .item{*/
    /*    text-align: center;*/
    /*}*/
}
/* Profile Page CSS 19-12-2017 END */

/* media Query css */
@media (min-width: 1200px) and (max-width: 1366px) {
    .book-artist-page-dd header nav ul li a {
        padding: 8px 18px;
        letter-spacing: 0px;
    }

    .book-artist-page-dd header nav {
        margin: 49px 0;
    }

    .book-artist-page-dd .artist-baner-div .banner-content-div {
        margin-top: -20px;
        margin-left: -32%;
        width: 64%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .book-artist-page-dd .artist-baner-div .banner-content-div h1 {
        font-size: 78px;
        letter-spacing: 5px;
        padding: 0 15px;
    }

    .book-artist-page-dd .mid-table-form-div .content-divbox {
        margin: 90px 0;
    }
    .book-artist-page-dd header {
        padding: 0 50px;
    }
    #request_artist_page.new-artist-request-page header > nav > ul > li > a, #request_artist_page.new-artist-request-page header > nav > ul > li > a:focus, #request_artist_page.new-artist-request-page header > nav > ul > li > a:active {
        padding: 22px 8px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .book-artist-page-dd header {
        padding: 0 70px;
    }

    .book-artist-page-dd header figure {
        padding: 10px;
    }

    .book-artist-page-dd header nav ul li a {
        padding: 8px 14px;
        font-size: 15px;
        letter-spacing: 0px;
    }

    .book-artist-page-dd header nav {
        margin: 49px 0;
    }

    .book-artist-page-dd .artist-baner-div .banner-content-div {
        margin-top: -20px;
        margin-left: -32%;
        width: 64%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .book-artist-page-dd .artist-baner-div .banner-content-div h1 {
        font-size: 68px;
        letter-spacing: 4px;
        padding: 0 15px;
    }

    .book-artist-page-dd .requestform-div .form-btn-div a {
        font-size: 24px;
        padding: 13px 15px;
        min-height: inherit;
    }

    .book-artist-page-dd .requestform-div .find-content p {
        font-size: 18px;
        letter-spacing: 0px;
    }

    .book-artist-page-dd .requestform-div .find-content h2 {
        font-size: 34px;
        letter-spacing: 2px;
    }

    .book-artist-page-dd .footer-dd .foot-box3 .navigation-footer-div ul li {
        font-size: 16px;
    }

    .book-artist-page-dd .footer-dd .foot-box4 .contact-info-footer p {
        font-size: 16px;
        padding: 0px;
        line-height: 28px;
    }

    .book-artist-page-dd .footer-dd .foot-box3 .navigation-footer-div ul {
        padding-left: 0px;
    }

    .book-artist-page-dd .mid-table-form-div .content-divbox .box .blok {
        width: 49%;
        font-size: 19px;
    }

    .book-artist-page-dd .mid-table-form-div .content-divbox .fill-text {
        font-size: 19px;
        margin: 0 0 20px 0;
    }

    .book-artist-page-dd .mid-table-form-div .content-divbox {
        margin: 80px 0;
    }
    .main_text .booking
    {
        float: none;
        display: block;
        width: auto;
    }
    .book-artistprofile-page-dd .profile-page-content .profile-admin .det_sec_div
    {
        width: 200px;
        height:200px;
    }
    .book-artist-page-dd header {
        padding: 0 50px;
    }
    #request_artist_page.new-artist-request-page header > nav > ul > li > a, #request_artist_page.new-artist-request-page header > nav > ul > li > a:focus, #request_artist_page.new-artist-request-page header > nav > ul > li > a:active {
        padding: 22px 8px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .book-artist-page-dd .container {
        padding: 0 15px !important;
    }

    .book-artist-page-dd header {
        padding: 0 30px;
    }

    .book-artist-page-dd header figure {
        padding: 10px;
        width: 28%;
    }

    .book-artist-page-dd header nav ul li a {
        padding: 8px 9px;
        font-size: 14px;
        letter-spacing: 0px;
    }

    .book-artist-page-dd header nav {
        margin: 25px 0;
        width: 72%
    }

    .book-artist-page-dd .artist-baner-div .banner-content-div {
        margin-top: -20px;
        margin-left: -35%;
        width: 70%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .book-artist-page-dd .artist-baner-div .banner-content-div h1 {
        font-size: 60px;
        letter-spacing: 3px;
        padding: 0 15px;
    }

    .book-artist-page-dd .requestform-div .form-btn-div a {
        font-size: 20px;
        padding: 8px 15px;
        min-height: inherit;
        display: inline-block;
        margin-top: 15px;
    }

    .book-artist-page-dd .requestform-div .find-content p {
        font-size: 18px;
        letter-spacing: 0px;
    }

    .book-artist-page-dd .requestform-div .find-content h2 {
        font-size: 34px;
        letter-spacing: 2px;
    }

    .book-artist-page-dd .footer-dd .foot-box3 .navigation-footer-div ul li {
        font-size: 16px;
    }

    .book-artist-page-dd .footer-dd .foot-box4 .contact-info-footer p {
        font-size: 16px;
        padding: 0px;
        line-height: 28px;
    }

    .book-artist-page-dd .footer-dd .foot-box3 .navigation-footer-div ul {
        padding-left: 0px;
    }

    .book-artist-page-dd .mid-table-form-div .content-divbox .box .blok {
        width: 49%;
        font-size: 19px;
    }

    .book-artist-page-dd .mid-table-form-div .content-divbox .fill-text {
        font-size: 19px;
        margin: 0 0 20px 0;
    }

    .book-artist-page-dd .breadcrums-div .breadcrumb {
        left: inherit;
    }

    .book-artist-page-dd .mid-table-form-div .content-divbox {
        margin: 70px 0;
    }

    .book-artist-page-dd .requestform-div .find-content {
        float: none;
        width: 100%;
    }

    .book-artist-page-dd .requestform-div .form-btn-div {
        float: none;
        width: 100%;
    }

    .book-artist-page-dd .footer-dd {
        padding: 45px 0;
    }

    .book-artist-page-dd .footer-dd .foot-box2 {
        display: none;
    }

    .book-artist-page-dd .footer-dd .foot-logo-div {
        width: 30%;
    }

    .book-artist-page-dd .footer-dd .foot-box3, .book-artist-page-dd .footer-dd .foot-box4 {
        width: 33%;
        margin-left: 2%;
    }

    .book-artist-page-dd .footer-dd .foot-box4 .contact-info-footer .social-div {
        margin-left: 0px;
    }

    .book-artist-page-dd .search {
        width: inherit;
    }
    .zip-search-block .search_botton
    {
        float: left;
        margin-top: 10px;
    }
    .main_text .booking
    {
        float: none;
        display: block;
        width: auto;
    }
    .middle-box {
        padding: 0;
    }
    #request_artist_page.new-artist-request-page header > nav {
        margin-top: 35px;
    }
    #request_artist_page.new-artist-request-page header > nav > ul > li > a, #request_artist_page.new-artist-request-page header > nav > ul > li > a:focus, #request_artist_page.new-artist-request-page header > nav > ul > li > a:active {
        padding: 12px 7px;
    }
}
@media (max-width: 979px) {
    #artise-gallerys .item img{height: 180px;}
}
@media (max-width: 768px) {
    #artise-gallerys .item img{height: 120px;}
}
@media (max-width: 600px) {
    #artise-gallerys .item img{height: 110px;}
}
@media (max-width: 479px) {
    #artise-gallerys .item img{height: 150px; width: 150px; margin: 0 auto;}
}
@media (max-width: 767px) {
    .book-artist-page-dd .container {
        padding: 0 15px !important;
    }

    .book-artist-page-dd header figure {
        margin-bottom: -153px;
        z-index: 9;
    }

    .book-artist-page-dd .mobi-menu {
        z-index: 9;
    }

    .book-artist-page-dd header {
        padding: 0 30px;
        position: static;
    }

    .book-artist-page-dd header figure {
        padding: 10px;
        width: 50%;
    }

    .book-artist-page-dd header nav ul li a {
        padding: 8px 9px;
        font-size: 14px;
        letter-spacing: 0px;
    }

    .book-artist-page-dd .artist-baner-div .banner-content-div {
        margin-top: 10px;
        margin-left: -45%;
        width: 90%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .book-artist-page-dd .artist-baner-div .banner-content-div h1 {
        font-size: 56px;
        letter-spacing: 2px;
        padding: 0px;
    }

    .book-artist-page-dd .requestform-div .form-btn-div a {
        font-size: 20px;
        padding: 8px 15px;
        min-height: inherit;
        display: inline-block;
        margin-top: 15px;
    }

    .book-artist-page-dd .requestform-div .find-content p {
        font-size: 18px;
        letter-spacing: 0px;
    }

    .book-artist-page-dd .requestform-div .find-content h2 {
        font-size: 34px;
        letter-spacing: 2px;
    }

    .book-artist-page-dd .footer-dd .foot-box3 .navigation-footer-div ul li {
        font-size: 16px;
    }

    .book-artist-page-dd .footer-dd .foot-box4 .contact-info-footer p {
        font-size: 16px;
        padding: 0px;
        line-height: 28px;
    }

    .book-artist-page-dd .footer-dd .foot-box3 .navigation-footer-div ul {
        padding-left: 0px;
    }

    /*
        .book-artist-page-dd .mid-table-form-div .content-divbox .box .blok { width: 49%;  font-size: 19px;}
    */
    .book-artist-page-dd .mid-table-form-div .content-divbox .box .blok {
        width: 100%;
        font-size: 15px;
    }

    .book-artist-page-dd .mid-table-form-div .content-divbox .fill-text {
        font-size: 19px;
        margin: 0 0 20px 0;
    }

    .book-artist-page-dd .breadcrums-div .breadcrumb {
        left: inherit;
    }

    .book-artist-page-dd .mid-table-form-div .content-divbox {
        margin: 70px 0;
    }

    .book-artist-page-dd .requestform-div .find-content {
        float: none;
        width: 100%;
    }

    .book-artist-page-dd .requestform-div .form-btn-div {
        float: none;
        width: 100%;
    }

    .book-artist-page-dd .footer-dd {
        padding: 45px 0 !important;
    }

    .book-artist-page-dd .footer-dd .foot-box2 {
        display: none;
    }

    .book-artist-page-dd .footer-dd .foot-logo-div {
        width: 100%;
        margin-bottom: 20px;
    }

    .book-artist-page-dd .footer-dd .foot-box3, .book-artist-page-dd .footer-dd .foot-box4 {
        width: 48%;
        margin-left: 4%;
        text-align: left;
    }

    .book-artist-page-dd .footer-dd .foot-box3 {
        margin-left: 0px;
    }

    .book-artist-page-dd .footer-dd .foot-box4 .contact-info-footer .social-div {
        margin-left: 0px;
    }

    .book-artist-page-dd .search input[type="submit"] {
        width: inherit;
    }

    .book-artist-page-dd .search {
        width: inherit;
    }

    .book-artist-page-dd header nav {
        margin: 0;
        display: none;
        position: fixed;
        right: 0;
        height: 100%;
        width: 70%;
        left: 0;
        border-radius: 0;
        z-index: 99;
        background: #175da8; /*float: none;*/
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    .book-artist-page-dd header nav ul li a {
        padding: 10px 23px;
        font-size: 1.1em;
        line-height: 38px;
        border-bottom: #003c6c 1px solid;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .book-artist-page-dd .artist-baner-div img {
        height: 320px;
        max-width: inherit !important;
        width: 100%;
        object-fit: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .main_text .next_prev .prev, .main_text .booking, .main_text .next_prev .next
    {
        float: left;
        display: block;
        width: auto;
    }
    .zip-search-block #zip
    {
        margin: 15px 0;
    }
    .zip-search-block .search_botton
    {
        float: left;
    }
    .main_text.foot-artise-button{text-align: center;}
    .booking-artish-dd{display: inline-block;width: 100%;vertical-align: top;}
    #request_artist_page.new-artist-request-page .artist-baner-div .banner-content-div h1 {
         margin-top: 70px;
    }
    .mobi-menu {
        top: 50px;
    }
    header nav ul {
        display: block;
    }
    header nav ul li:first-child,header nav ul li:last-child {
        margin: 0;
    }
    .image-up-arraow {
        background: url(/images/menu-arrow.png) no-repeat right 15px !important;
    }
    .image-down-arraow {
        background: url(/images/menu-arrow-rotate.png) no-repeat 98% 15px !important;
    }
    #request_artist_page.new-artist-request-page header nav ul ul.sub-menu {
        box-shadow: none;
    }
}

@media (max-width: 580px) {
    .book-artist-page-dd .artist-baner-div .banner-content-div h1 {
        font-size: 50px;
    }
}

@media only screen and  (max-width: 480px) {
    .book-artist-page-dd .artist-baner-div img {
        height: 300px;
        max-width: inherit !important;
        width: 100%;
        object-fit: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .book-artist-page-dd header {
        padding: 0 15px;
    }

    .book-artist-page-dd header figure {
        width: 60%;
    }

    .book-artist-page-dd .footer-dd .foot-logo-div {
        float: none;
        width: 100%;
        margin-bottom: 0px;
    }

    .book-artist-page-dd .footer-dd .foot-box3, .book-artist-page-dd .footer-dd .foot-box4 {
        width: 100%;
        margin-left: 0%;
        float: none;
        margin-top: 20px;
    }

    .book-artist-page-dd .artist-baner-div .banner-content-div h1 {
        font-size: 37px;
        letter-spacing: 0px;
        padding: 0px;
    }

    .book-artist-page-dd .breadcrums-div {
        height: 7px;
    }

    .book-artist-page-dd .mid-table-form-div .content-divbox {
        border-radius: 20px;
        margin: 50px 0;
        border: 3px solid #175da8;
        padding: 0px;
    }

    .book-artist-page-dd .mid-table-form-div .content-divbox .box .blok {
        width: 100%;
        padding: 0;
    }

    .book-artist-page-dd .mid-table-form-div .content-divbox .search input[type="text"], .book-artist-page-dd .mid-table-form-div .content-divbox .search select {
        display: block;
        width: 100%;
    }

    .book-artist-page-dd .requestform-div .find-content h2 {
        font-size: 28px;
        letter-spacing: 0px;
    }

    .book-artist-page-dd .requestform-div .find-content p {
        font-size: 16px;
        margin-top: 5px;
        letter-spacing: 0px;
    }

    .book-artist-page-dd .requestform-div .form-btn-div a {
        font-size: 18px;
        padding: 6px 15px;
        min-height: inherit;
        letter-spacing: 1px;
    }

    .book-artist-page-dd .footer-dd {
        padding: 30px 0 !important;
    }

    .book-artist-page-dd .footer-dd .foot-box4 .contact-info-footer .social-div {
        margin-top: 20px;
    }

    .book-artist-page-dd .footer-dd .foot-box3 .navigation-footer-div ul li {
        padding: 2px 0;
    }

    .book-artist-page-dd .mid-table-form-div .content-divbox .fill-text {
        font-size: 18px;
        padding: 15px;
        margin: 0 0 10px 0;
    }

    .book-artist-page-dd .mid-table-form-div .content-divbox .box .blok {
        font-size: 18px;
    }

    .book-artist-page-dd .mid-table-form-div .content-divbox .box {
        padding: 0 15px;
    }

    .book-artist-page-dd .search {
        width: 100%;
        padding: 0 15px !important;
    }
    .book-artistprofile-page-dd .profile-page-content .profile-admin .det_sec_div
    {
        width: 200px;
        height: 200px;
        margin-top: 0;
    }
    .book-artistprofile-page-dd .main_text .profile-admin p,
    .profile-info-left-box ul,
    .book-artistprofile-page-dd .profile-boxdata ul
    {
        padding: 0;
    }

    .middle-box {
        padding: 0;
    }
    .profile-admin h3,
    .book-artistprofile-page-dd .profile-page-content .profile-admin p {
        padding-left: 0;
    }
    .book-artistprofile-page-dd .profile-page-content{
        padding: 30px 10px;
    }
    .profile-admin h3{
        font-size: 16px;
    }
}
