@charset "utf-8";

* {
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
}

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

a {
    text-decoration: none;
}

.clr {
    clear: both;
}

input, textarea, select {
    -webkit-border-radius: 0px;
    border: 0px none;
    border-radius: 0px;
    background: none;
    outline: none;
    font-family: 'Poppins';
    font-weight: 400;
    resize: none;
}

img {
    outline: none;
    max-width: 100%;
    height: auto;
    border: 0px none;
    display: block;
}

h1, h2, h3, h4, h5, h6, strong, b {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

input[type='submit'] {
    border-radius: 0px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

input[type='search'] {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

textarea {
    resize: none;
    overflow: auto;
}

:focus {
    outline: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
}

.clearfix {
    display: block;
    zoom: 1;
}

figure, section {
    display: block;
    margin: 0px;
    padding: 0px;
}

html {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    font-size: 14px;
    color: #617283;
    line-height: 1.5em;
    position: relative;
    background: #f1f2f7;
    font-family: 'Poppins';
}

.hidden, body.hidden {
    overflow: hidden;
}

.wf_wrapper {
    width: 100%;
    position: relative;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

h2 {
    font-size: 32px;
    line-height: 1.2em;
    color: #022855;
    font-family: 'Poppins';
    font-weight: 500;
}


/***************bootstrap prefixes****************/

ul, label, figure {
    margin-bottom: 0px;
}

/***************end bootstrap prefixes****************/

/**********buttons start style*********/

.all_buttons {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    padding: 10px 20px;
    white-space: nowrap;
    font-family: 'Poppins';
    font-weight: 500;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease;
    line-height: 20px;
    border-radius: 6px !important;
    background-color: #f5f8f9;
    border: 1px solid #d2d6dd;
    color: #617283;
}

.all_buttons:hover {
    box-shadow: 0px 0px 4px 0px rgba(145, 145, 145, 0.3);
}

.all_buttons.all_small {
    padding: 6px 14px;
    font-size: 14px;
    line-height: 20px;
}

.all_buttons.all_large {
    padding: 15px 30px;
}

.all_buttons.all_primary {
    background: #022855;
    border: solid #022855 1px;
    color: #fff;
}

.all_buttons.all_primary:hover {
    background: #011937;
    border-color: #011937;
}

.all_buttons.all_white {
    background: #fff;
    border: solid #e3e7eb 1px;
    color: #022855;
}

.all_buttons.all_white:hover, .all_buttons.all_white.active {
    background: #022855;
    border-color: #022855;
    color: #fff;
}

.no_bg {
    background: none;
}

/**********buttons end style*********/

.auto_content {
    width: 100%;
    max-width: 1076px;
    padding: 0px 20px;
    margin: auto;
}

.bf_header .auto_content {
    max-width: 1344px;
    padding: 0px 40px;
}

.bf_header {
    width: 100%;
}

.bf_header_up {
    width: 100%;
    padding: 16px 0px;
    background: #011937;
}

.bf_headerUp_inner {
    width: 100%;
}

.bf_headerUp_right {
    width: 100%;
    float: right;
    display: table;
    table-layout: fixed;
}

.bf_header_signup {
    width: auto;
    display: table-cell;
    vertical-align: middle;
}

.bf_header_signup ul {
    font-size: 0px;
    margin-bottom: 0px;
}

.bf_header_signup ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 0px 5px;
    position: relative;
}

.bf_header_signup a {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 500;
    display: block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in-out;
}

.bf_header_signup a:hover {
    color: #5fcdc4;
}

.bf_headerUp_icons {
    width: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 20px;
}

.bf_headerUp_icons ul {
    font-size: 0px;
    margin-bottom: 0px;
}

.bf_headerUp_icons ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 0px 20px;
}

.bf_headerUp_icons ul li a {
    max-width: 22px;
    display: block;
}

.bf_headerUp_icons ul li a img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 16px;
    margin: auto;
}

.bf_headerUp_icons ul li.cart_wish a img {
    max-width: 20px;
}

.bf_headerUp_icons ul li:first-child {
    position: relative;
}

.bf_header_search {
    padding-top: 2px;
}

.searchBox {
    display: none;
    width: 250px;
    position: absolute;
    left: -250px;
    top: -13px;
    background: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    padding: 5px;
    z-index: 22;
    transition: all 0.3s ease-in-out;
}

.searchBox_inner {
    width: 100%;
}

.searchBox_feild {
    width: 100%;
}

.searchBox_feild input[type="text"] {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 5px;
    background: #f4f4f4;
    border: 1px solid #B5B5B5;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.searchBox_feild input[type="text"]:focus {
    border-color: #4b9ddc !important;
    box-shadow: 0 0 3px #11969f;
}

.cart {
    position: relative;
}

.cart span {
    width: 8px;
    height: 8px;
    background: #f7931d;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    right: -3px;
}


.bf_headerUp_btn_out {
    width: 166px;
    display: table-cell;
    vertical-align: middle;
}

.bf_headerUp_btn {
    font-size: 14px;
    line-height: 1.5em;
    display: block;
    color: #022855;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 6px 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    background: #fff;
}

.bf_headerUp_btn:hover {
    background: transparent;
    color: #fff;
}

.bf_header_navbar {
    width: 100%;
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #51657b;
    background: #022855;
}

.bf_logo {
    width: 20%;
    float: left;
    padding-top: 4px;
}

.bf_logo a {
    max-width: 170px;
    display: block;
    width: 100%;
}

.bf_logo a img {
    max-width: none;
    display: block;
    width: 100%;
    height: auto;
}


.bf_header_menu {
    width: calc(80% - 260px);
    float: left;
    padding-top: 14px;
}

.bf_header_menu ul {
    font-size: 0px;
    float: right;
}

.bf_header_menu ul li {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 32px 0px 0px;
}

.bf_header_menu ul li:last-child {
    padding-right: 0px;
}

.bf_header_menu ul li a {
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 1.1px;
    display: block;
    color: #fff;
    transition: all 0.3s ease-in-out;
    position: relative;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
}

.bf_header_menu ul li a:before {
    content: "";
    height: 3px;
    background: #00adef;
    position: absolute;
    bottom: -38px;
    left: 50%;
    right: 50%;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.bf_header_menu ul li a:hover:before, .bf_header_menu ul li a.active:before {
    left: 0px;
    right: 0px;
}

.bf_header_userInfo {
    max-width: 260px;
    width: 100%;
    float: right;
    position: relative;
}

.bf_header_userAvatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    border: 1px solid #fff;
}

.bf_header_userAvatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
}


.bf_header_userInfo_inner {
    padding-right: 66px;
    position: relative;
    width: 100%;
}

.bf_header_userInfo_detail {
    width: 100%;
    padding-top: 4px;
}

.bf_header_userInfo_detail strong {
    display: block;
    width: 100%;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 4px;
}

.bf_header_userInfo_detail strong a {
    color: #fff;
}

.bf_header_userInfo_detail strong a:hover {
    text-decoration: underline;
}

.bf_header_userInfo_detail span {
    display: block;
    width: 100%;
    text-align: right;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding-right: 20px;
    position: relative;
}

.bf_header_userInfo_detail span i {
    width: 8px;
    height: 8px;
    background: #43b02a;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 0px;
}


.menu_close, .menuIcon {
    display: none;
}


/***************cart popup***************/

.cart_wish {
    position: relative;
}

.cart_popup {
    display: none;
    width: 750px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
    position: absolute;
    left: -511px;
    top: 41px;
    z-index: 10;
}

.cart_popup:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #fff;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 20px;
    position: absolute;
    right: 167px;
    top: -10px;
}

.cart_popup_inner {
    width: 100%;
}

.cart_popup_head {
    width: 100%;
    padding: 20px 32px;
    border-bottom: 2px solid #f5f5f5;
}

.cart_popup_headLeft {
    width: 50%;
    float: left;
}

.cart_popup_headLeft h4 {
    font-size: 16px;
    line-height: 1.5em;
    color: #617283;
    font-family: 'Poppins';
    font-weight: 500;
    text-align: left;
    padding-top: 5px;
}

.cart_popup_headRight {
    width: 50%;
    float: right;
}

.cart_popup_headRight a {
    max-width: none !important;
    width: 100px !important;
    float: right;
}

.cart_popup_headRight .all_buttons {
    color: #a5adba;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    background: #fff;
}

.cart_popup_content {
    width: 100%;
    height: 336px;
    overflow-y: auto;
}

.cart_popup_row {
    width: 100%;
    padding: 15px 32px;
    border-bottom: 2px solid #f5f5f5;
}

.cart_popup_content ul li {
    font-size: 14px;
    display: block;
    padding: 0px;
    border: 0px;
}


.cart_popup_rowInner {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.columnCell {
    display: table-cell;
    vertical-align: middle;
}

.cell_1 {
    width: 18% !important;
}

.cell_2 {
    width: 28% !important;
}

.cell_3 {
    width: 15% !important;
}

.cell_4 {
    width: 25% !important;
}

.cell_5 {
    width: 16% !important;
}

.cell_6 {
    width: 25px !important;
}

.cell_7 {
    width: 57% !important;
}

.cell_21 {
    width: 30px !important;
}

.cell_10 {
    width: 8% !important;
}

.cell_11 {
    width: 45% !important;
}

.cell_12 {
    width: 49% !important;
}

.cell_20 {
    width: 20% !important;
}

.cell_30 {
    width: 35% !important;
}

.cell_15 {
    width: 11% !important;
}

.cell_9 {
    width: 9% !important;
}

.listing li .cart_popup_rowInner {
    padding-bottom: 15px;
}

.itemDetail span {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    border: 2px solid #d6dae0;
    background: #f7f8f8;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 30px;
    padding: 10px;
}

.itemDetail span a {
    width: 100%;
    display: block;
    max-width: none !important;
}

.itemDetail span a img {
    max-width: 40px !important;
    max-height: 60px;
    display: block;
    margin: auto;
}

.itemDetail_description p {
    font-size: 14px;
    color: #617283;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 1.5em;
    text-align: left;
}

.price_valvue strong, .sub_price_detail strong {
    font-size: 15px;
    color: #617283;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 1.5em;
    text-align: right;
    display: block;
}

.sub_price_detail strong {
    color: #009fe4;
    text-align: left;
}

.aliegnCenter {
    text-align: center;
}

.quantity_dtail {
    width: 120px;
    border: 1px solid #d6dae0;
    margin: auto;
    border-radius: 3px;
}

.quantity_dtail input {
    display: block;
    font-size: 15px;
    float: left;
    width: 33%;
    height: 40px;
    text-align: center;
    color: #3e4b57;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
}

.quantity_dtail a {
    text-align: center;
    width: 33%;
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #3e4b57;
    max-width: none !important;
}

.delIcon {
    font-size: 15px;
    color: #a3a3a3;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 1.5em;
    display: block;
}


.cart_popup_footer {
    widows: 100%;
    padding: 20px 30px;
}

.total_priceOut {
    max-width: 420px;
    float: right;
}

.totalprice span {
    font-size: 14px;
    line-height: 1.4em;
    color: #617283;
    display: block;
    font-family: 'Poppins';
    font-weight: 500;
}

.totalprice strong {
    font-size: 16px;
    line-height: 1.4em;
    color: #617283;
    display: block;
    font-weight: 900;
    text-align: center;
}

.totalprice a {
    max-width: none !important;
    font-size: 12px;
}

.totalprice a i {
    padding-left: 10px;
}


/************************end header************************/


.formParent {
    width: 100%;
}

.formRow {
    width: auto;
    margin: 0px -8px;
    padding-bottom: 20px;
}

.formCell {
    float: left;
    padding: 0px 8px;
    width: 100%;
}

.col12 {
    width: 100%
}

.col11 {
    width: 91.66666667%
}

.col10 {
    width: 83.33333333%
}

.col9 {
    width: 75%
}

.col8 {
    width: 66.66666667%
}

.col7 {
    width: 58.333333%
}

.col6 {
    width: 50%
}

.col5 {
    width: 41.66666667%
}

.col4 {
    width: 33.33333333%
}

.col3 {
    width: 25%
}

.col2 {
    width: 16.66666667%
}

.col1 {
    width: 8.33333333%
}

.pull_right {
    float: right;
}

.form_field_out {
    width: 100%;
}

.field_title {
    font-size: 12px;
    color: #a5adba;
    line-height: 1.5em;
    min-height: 25px;
    font-family: 'Poppins';
    font-weight: 600;
    text-align: left;
    display: block;
}

.form_field {
    position: relative;
}

.form_field input, .form_field textarea {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #022855;
    padding: 15px;
    background-color: #fff !important;
    border: 1px solid #e3e7eb;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    -webkit-appearance: none;
}

.form_field input:focus, .form_field textarea:focus {
    border-color: #00AEEF !important;
    box-shadow: 0 0 3px #00AEEF;
}

.form_field textarea {
    height: 125px;
    resize: none;
}

.form_heading {
    width: 100%;
}

.form_heading strong {
    font-size: 12px;
    line-height: 1.5em;
    display: block;
    color: #022855;
    padding-bottom: 10px;
}

.form_heading i {
    font-style: italic;
    font-weight: 400;
}

.form_heading strong {
    padding-top: 10px;
}

.form_field.bf_searchField input {
    padding-right: 35px;
    background: url(../images/bf_srchFieldIocn.png) no-repeat right 15px center;
    background-size: 18px auto;
}


.bf_banerMain {
    width: 100%;
    background-size: cover;
    background: linear-gradient(to right, #DFE2EC, #DFE1EE);
}

.bf_baner_auto {
    max-width: 1344px;
    margin: auto;
    width: 100%;
    padding: 0px 40px;
}

.bf_banerInner {
    width: 100%;
    position: relative;
}

.bf_banerPet {
    width: 100%;
}

/*.bf_banerPet span{ width:calc(40% + 40px); height:100%; position:absolute; left:-40px; bottom:0px; background:url(../images/1.png) no-repeat bottom center; background-size:100% auto;   }*/

.bf_banerText {
    max-width: 1344px;
    margin: auto;
    padding: 24px 50px;
}

.bf_banerText h2 {
    padding-bottom: 10px;
    font-size: 24px;
}

.bf_banerText p {
    font-size: 16px;
}

.fb_dateAndTime_uploaded {
    position: absolute;
    right: 86px;
    font-size: 14px;
    line-height: 20px;
    top: 0px;
    color: #36a7c4;
    padding: 8px;
    display: inline-block;
    background: #fff;
    opacity: 0;
    visibility: hidden;
}

.upload_file_main ul li:hover .fb_dateAndTime_uploaded {
    visibility: visible;
    opacity: 1;
}


.bf_acc_section {
    width: 100%;
}

.bf_acc_mainRow {
    width: 100%;
}

.bf_acc_head {
    width: 100%;
    box-shadow: inset 0 -1px 0 0 #e3e7eb;
    background-color: #ffffff;
    cursor: default;
}

.bf_acc_head_inner {
    width: 100%;
    padding: 20px 75px;
    position: relative;
}

.bf_acc_count {
    width: 48px;
    height: 48px;
    background-color: #022855;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 50%;
    padding: 5px;
    margin-top: -24px;
    font-family: 'Poppins';
    font-weight: 700;
}

.bf_acc_head_text {
    width: 100%;
    max-width: 56%;
    float: left;
}

.bf_acc_head_selectedText {
    width: 100%;
    max-width: 42%;
    float: right;
    display: none;
}


.bf_acc_head_selectedText p {
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 8px;
    line-height: 1.5em;
    color: #617283;
    font-family: 'Poppins';
    font-weight: 700;
    display: block;
    text-align: right;
}

.bf_acc_head_text strong {
    font-size: 14px;
    line-height: 1.5em;
    color: #022855;
    font-family: 'Poppins';
    font-weight: 700;
    display: block;
    text-transform: uppercase;
}

.bf_acc_head_text span {
    font-size: 12px;
    line-height: 1.5em;
    color: #617283;
    display: block;
}

.bf_acc_click {
    width: 30px;
    height: 30px;
    background: url(../images/bf_plus.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -15px;
}

.bf_active .bf_acc_click {
    background: url(../images/bf_minus.png) no-repeat center center;
    background-size: 100% auto;
}


.bf_acc_show {
    width: 100%;
    display: none;
}

.bf_acc_mainRow.bf_active .bf_acc_show {
    display: block;
}

.bf_acc_detail {
    width: 100%;
    padding: 25px 30px;
}

.bf_searchField {
    padding: 6px 0;
}

.bf_artar_boxes_main {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(27, 27, 29, 0.1);
    padding: 15px 20px 15px 20px;
    background: #022855;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
    max-height:275px;
    margin-bottom: 6px;
}

.bf_artar_boxes_main ul {
}

.bf_artar_boxes_main ul li {
    font-size: 14px;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e9ed;
    width: 100%;
}

.bf_artar_boxes_main ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px none;
}

.bf_artar_boxe {
    width: 100%;
    transition: all 0.175s ease;
    padding-right: 140px;
    position: relative;
}

.bf_artar_boxe h3 {
    font-size: 18px;
    color: #fff;
    line-height: 1.5em;
    font-family: 'Poppins';
    font-weight: 600;
    padding-bottom: 15px;
    transition: all 0.175s ease;
}

.bf_artar_boxe p {
    font-size: 14px;
    color: #fff;
    line-height: 1.5em;
    transition: all 0.175s ease;
}

.bf_artar_boxe .all_buttons {
    min-width: 100px;
    transition: all 0.175s ease;
    margin-bottom: 10px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -15px;
    background: #fff;
    color: #022855;
}

.bf_artar_selectBtn:hover {
    background: #00aeef !important;
    border-color: #00aeef !important;
    color: #fff;
}

.bf_artar_boxe.active h3 {
    color: #00AEEF;
}

.bf_artar_boxe a {
    font-size: 14px;
    color: #fff;
    line-height: 1.5em;
    transition: all 0.175s ease;
    text-decoration: underline;
}

.bf_availDatesMain {
    width: 100%;
}

.bf_title_heading {
    width: 100%;
    padding-bottom: 20px;
}

.bf_title_heading h4 {
    font-size: 14px;
    color: #022855;
    line-height: 1.5em;
    font-family: 'Poppins';
    font-weight: 700;
}

.bf_title_heading p {
    padding-bottom: 15px;
    font-size: 14px;
    color: #617283;
    line-height: 1.5em;
}

.bf_availDate_calanderMain {
    width: 100%;
    padding-bottom: 30px;
    font-size: 0px;
}

.bf_availDate_calander {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0px 30px;
}


.bf_availDate_text {
    min-width: 130px;
    font-size: 24px;
    color: #022855;
    line-height: 30px;
    font-family: 'Poppins';
    font-weight: 600;
    text-align: center;
}

.bf_availDate_prev, .bf_availDate_next {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -10px;
    border-radius: 50%;
    background-color: #022855 !important;
    background: url(../images/bf_arrow_left.png) no-repeat 6px center;
    background-size: 6px auto !important;
    transition: all 0.175s ease;
    cursor: pointer;
}

.bf_availDate_next {
    left: inherit;
    right: 0px;
    background: url(../images/bf_arrow_right.png) no-repeat 8px center;
}

.bf_availDate_prev:hover, .bf_availDate_next:hover {
    background-color: #022855 !important;
}


.bf_vailDays_main {
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}

.bf_vailDays_slider {
    width: 100%;
    position: relative;
    border-radius: 6px;
    display: table;
    box-shadow: 0 0 6px 0 rgba(27, 27, 29, 0.1);
    border: solid 1px #e3e7eb;
    font-size: 0px;
}

.slick-list {
    overflow: hidden;
    border-radius: 6px;
}

.bf_vailDays_run {
    display: block;
    background: #fff;
    margin-left: -1px;
}

.bf_vailDays_box {
    width: 100%;
    max-width: none;
    display: block;
    vertical-align: top;
    font-size: 20px;
    border-left: solid 1px #eceff2;
    text-align: center;
    padding: 0 10px;
}

.bf_vailDays_box h3 {
    font-size: 32px;
    line-height: 1.2em;
    color: #022855;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 500;
}

.bf_vailDays_box p {
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    color: #022855;
}

.cal_sun {
    border-right: solid 10px #eceff2;
}

.cal_past_day {
    opacity: 0.5;
    pointer-events: none;
}

.bf_vailDays_run.bf_active {
    background: #00AEEF;
}

.slick-arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -15px;
    background: url(../images/bf_daySlider_left.png) no-repeat center center;
    background-size: 8px auto !important;
    border: 0px none !important;
    outline: none;
    cursor: pointer;
    z-index: 22;
}

.slick-arrow.slick-next {
    left: inherit;
    right: -50px;
    background: url(../images/bf_daySlider_right.png) no-repeat center center;
}

.bfDaysRunMain {
    float: left;
    width: calc(100% / 7);
}


.bf_vailButtons_main {
    width: 100%;
}

.bf_vailButtons_main ul {
    font-size: 0px;
    margin: 0px -5px;
}

.bf_vailButtons_main ul li {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 5px 10px 5px;
    width: 25%;
}

.bf_vailButtons_main ul li a {
    display: block;
    text-align: center;
    font-size: 18px;
    font-family: 'Poppins';
}


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

.search_select_out .select2-container--default .select2-selection--single {
    border-color: #e3e7eb;
    border-radius: 6px;
    color: #022855;
    height: 50px;
    font-family: 'Poppins';
    transition: all 0.3s ease-in-out;
}

.search_select_out .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #022855;
    line-height: 50px;
    min-height: 50px;
    font-size: 14px;
    font-family: 'Poppins';
}

.search_select_out .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
}

.search_select_out .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0px none;
    position: relative;
}

.search_select_out .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f107";
    color: #022855;
    font-size: 18px;
    position: absolute;
    right: -15px;
    top: 5px;
    font-family: fontAwesome;
    width: 12px;
    text-align: right;
    line-height: 1.3em;
    padding: 8px 0px;
    z-index: 0;
    transition: all 0.4s ease;
}

.search_select_out .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #617283;
}

.select2-selection__clear {
    display: none !important;
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 26px;
    color: #757575;
    font-weight: normal !important;
    text-align: center;
}

.search_select_out .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 26px;
    padding-left: 15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f2f2f2 !important;
    color: #002257 !important;
}

.search_select_out .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 0px;
    right: 0px;
    left: inherit;
}

.select2-container.select2-container--open {
    z-index: 10000 !important;
}

.search_select_out .select2-container--open .select2-selection--single {
    border-color: #00AEEF !important;
    box-shadow: 0 0 3px #00AEEF;
}


.bf_dogSizes_main {
    width: 100%;
    padding-bottom: 40px;
}

.bf_dogSizes_inner {
    width: 100%;
}

.bf_dogSizes_inner ul {
    font-size: 0px;
    margin: 0px -20px;
}

.bf_dogSizes_inner ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    font-size: 14px;
    width: calc(100% / 6)
}

.bf_dogSizes_boxMain {
    padding: 10px 10px;
}

.bf_dogSizes_box {
    width: 100%;
    background-color: #fff;
    padding: 5px;
    border-radius: 20px;
    box-shadow: 0 0 6px 0 rgba(27, 27, 29, 0.1);
    position: relative;
}

.bf_dogSizes_box i {
    width: 100%;
    height: 90px;
    display: block;
    border-radius: 20px;
    background-color: #e3e7eb !important;
    overflow: hidden;
    min-width: 90px;
}

.bf_addPlus .bf_dogSizes_box i {
    background: url(../images/bf_plus.png) no-repeat center center;
    background-size: 40px auto;
}

.bf_dogSizes_box i img {
    width: 100%;
    height: 100%;
    display: block;
    max-width: 153px;
    max-height: 90px;
    object-fit: contain
}

.bf_dogSizes_box span {
    font-size: 14px;
    line-height: 1.5em;
    color: #617283;
    display: block;
    text-align: center;
    padding: 15px 4px;
}

.bf_dogSizes_box span b {
    font-size: 14px;
    color: #617283;
    font-family: 'Poppins';
    font-weight: 600;
    display: block;
}

.bf_dogSizes_box input, .bf_dogSizes_box a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    cursor: pointer;
}

.bf_dogSizes_box.checked:before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../images/service_selection_active.png) no-repeat top center;
    background-size: 50px auto;
    position: absolute;
    left: 50%;
    top: -20px;
    margin-left: -25px;
    display: none;
}

.bf_dogSizes_box.checked:before {
    display: block;
}

.bf_dogSizes_boxText {
    width: 100%;
    padding: 20px 5px 0px;
}

.bf_dogSizes_boxText span {
    font-size: 12px;
    line-height: 1.5em;
    color: #022855;
    display: block;
    text-align: center;
}


.bf_selGroom_main {
    width: 100%;
}

.bf_selGroom_inner {
    width: 100%;
}

.bf_selGroom_inner ul li {
    padding-bottom: 20px;
}


.bf_selGroom_checkbox {
    width: 100%;
}

.bf_checkboxLarge {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.8em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #617283;
}

.bf_checkboxLarge input {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.bf_checkmarkLarge {
    width: 24px;
    height: 24px;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 rgba(97, 114, 131, 0.4);
    border: solid 1px #e3e7eb;
    background-color: #ffffff;
    position: absolute;
    top: 1px;
    left: 0px;
}

.bf_checkboxLarge input:checked ~ .bf_checkmarkLarge {
    background-color: #00AEEF;
    border: 0px;
}

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

.bf_checkboxLarge input:checked ~ .bf_checkmarkLarge:after {
    display: block;
}

.bf_checkboxLarge .bf_checkmarkLarge:after {
    left: 9px;
    top: 6px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.bf_dogSize_error {
    width: 100%;
    background-color: #f3c6cf;
    display: none;
}

.bf_dogSize_errorInner {
    width: 100%;
    padding: 10px 20px 10px 40px;
    max-width: 940px;
    margin: auto;
    position: relative;
}

.bf_dogSize_errorInner span {
    font-size: 12px;
    line-height: 1.5em;
    color: #8f001b;
    display: block;
}

.bf_dogSize_error_close {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -15px;
    background: url(../images/red_cross.png) no-repeat center center;
    background-size: 13px auto;
    display: block;
}

.bf_row_error .bf_acc_count {
    background-color: #e4012b !important;
    font-size: 0px !important;
    background: url(../images/bf_cross_white.png) no-repeat center center;
    background-size: 13px auto;
}

.bf_row_error .bf_dogSize_error {
    display: block;
}

.bf_row_sucess .bf_acc_head_selectedText {
    display: block;
}

.bf_row_sucess .bf_acc_count {
    background-color: #43b02a !important;
    font-size: 0px !important;
    background: url(../images/bf_tick_white.png) no-repeat center center;
    background-size: 13px auto;
}


.bf_tab_personal_detailMain {
    width: 100%;
}


.bf_tab_personal_detail_left {
    width: 42%;
    float: left;
}

.bf_tab_personal_detail_box {
    width: 100%;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(27, 27, 29, 0.1);
    border: solid 1px #e3e7eb;
    transition: all 0.175s ease;
}

.bf_tab_personal_detail_box_head {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e9ed;
}

.bf_tab_personal_detail_box_head h3 {
    font-size: 18px;
    color: #022855;
    line-height: 1.5em;
    font-family: 'Poppins';
    font-weight: 600;
    padding-bottom: 10px;
}

.bf_tab_personal_detail_box_head p {
    font-size: 14px;
    color: #617283;
    line-height: 1.5em;
}

.bf_tab_personal_detail_box_list {
    width: 100%;
}

.bf_tab_personal_detail_box_list ul li {
    width: 100%;
    display: flex;
}

.bf_tab_personal_detail_box_list ul li span {
    flex-shrink: 0;
    width: 132px;
    display: block;
    text-align: right;
    font-size: 14px;
    color: #617283;
    line-height: 1.5em;
}

.bf_tab_personal_detail_box_list ul li p {
    display: block;
    text-align: left;
    padding-left: 24px;
    font-size: 14px;
    color: #022855;
    line-height: 1.5em;
}


.bf_tab_personal_detail_right {
    width: 58%;
    float: left;
    padding-left: 50px;
}

.bf_prsDetail_bookBtn_main {
    text-align: right;
    padding-top: 20px;
}

.bf_prsDetail_bookBtn_main a {
    min-width: 150px;
    text-align: center;
}


.bf_content {
    padding-bottom: 0px;
}

.bf_footer {
    width: 100%;
    background: #022855;
    padding: 20px;
}

.bf_footer_inner {
    text-align: center;
    max-width: 1100px;
    margin: auto;
}

.bf_footer_inner ul {
    font-size: 0px;
}

.bf_footer_inner ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 0px 20px;
}

.bf_footer_inner ul li a {
    display: block;
    transition: all 0.175s ease;
    color: #fff;
}

.bf_footer_inner ul li a i {
    display: block;
    font-size: 20px;
}

.bf_footer_inner ul li a:hover {
    color: #00acf8;
}

.bf_footer_inner p {
    display: block;
    padding-top: 14px;
    font-size: 11px;
    color: #ffffff;
    line-height: 1.5em;
}


.bf_cancelBooking_cont {
    width: 100%;
    padding: 40px 0px;
    min-height: calc(100vh - 278px);
}

.bf_cancelBookingInner {
    max-width: 1220px;
    margin: auto;
}

.bf_cancelBooking_left {
    width: 41%;
    float: left;
}

.bf_cancelBooking_left span {
    display: block;
}

.bf_cancelBooking_left img {
    max-width: none;
    width: 100%;
    display: block;
    margin: auto;
}

.bf_cancelBooking_right {
    width: 42%;
    float: left;
    padding-left: 50px;
    padding-top: 150px;
}

.bf_cancelBooking_right h2 {
    padding-bottom: 30px;
}

.bf_footerBtns_main {
    width: 100%;
}

.bf_footerBtns_main ul {
    float: right;
}

.bf_footerBtns_main ul li {
    float: left;
    padding-left: 15px;
    padding-top: 10px;
}

.bf_footerBtns_main ul li:first-child {
    padding-left: 0px;
}

.bf_footerBtns_main ul li .all_buttons {
    min-width: 140px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Poppins';
}


.all_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100000;
    background-color: rgba(2, 41, 85, 0.89);
    display: none;
}

.all_popup_inner {
    width: 100%;
    height: 100%;
}

.popup_table {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
    padding: 20px 0px;
}

.popup_tableCell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.popup_auto {
    max-width: 668px;
    margin: auto;
    padding: 0px 20px;
    position: relative;
    z-index: 2;
}

.popup_detail {
    width: 100%;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(27, 27, 29, 0.1);
    border: solid 1px #e3e7eb;
    transition: all 0.175s ease;
    border-radius: 6px;
    max-height: calc(100vh - 40px);
    max-height: -webkit-calc(100vh - 40px);
    max-height: -moz-calc(100vh - 40px);
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
}

.bf_cancelPop_content {
    width: 100%;
}

.bf_cancelPop_content h2 {
    padding-bottom: 24px;
}


.bf_padBtm20 {
    padding-bottom: 20px !important;
}

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


.bf_popup_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1;
}


.bf_enterDigitPopup .popup_auto {
    max-width: 565px;
}

.bf_enterDigitPopup .bf_cancelPop_content h2 {
    text-align: center;
}

.bf_enterDigitPopuphead {
    width: 100%;
    padding: 30px;
    text-align: center;
}

.bf_enterDigitPopuphead strong {
    font-size: 18px;
    color: #022855;
    line-height: 1.5em;
    font-family: 'Poppins';
    font-weight: 600;
    display: block;
}

.bf_enterDigitPopup_number {
    width: 100%;
    padding-bottom: 50px;
    text-align: center;
}

.bf_enterDigitPopup_number strong {
    font-size: 56px;
    color: #022855;
    line-height: 1em;
    font-family: 'Poppins';
    font-weight: 500;
    display: block;
}

.bf_enterDigitPopup_list {
    max-width: 330px;
    margin: auto;
    width: 100%;
    padding-bottom: 40px;
}

.bf_enterDigitPopup_list ul {
    font-size: 0px;
    margin: 0px -8px;
}

.bf_enterDigitPopup_list ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0px 8px;
    width: 25%;
}

.bf_enterDigitPopup_feild {
    width: 100%;
}

.bf_enterDigitPopup_feild input {
    width: 100%;
    font-size: 56px;
    color: #617283;
    line-height: 1em;
    font-family: 'Poppins';
    font-weight: 500;
    padding: 10px 5px;
    background: #fff;
    border-bottom: 2px solid #e3e7eb;
    transition: all 0.3s ease;
    text-align: center;
}

.bf_enterDigitPopup_feild input:focus {
    border-color: #00AEEF;
    color: #00AEEF;
}

.bf_btnCenter {
    text-align: center;
    padding-bottom: 15px;
}


.bf_bookingSuccess {
    width: 100%;
    position: relative;
}

.bf_bookingSuccess_head {
    width: 100%;
    background-color: #00AEEF;
    padding: 25px 0px;
    position: relative;
    z-index: 2;
}

.bf_bookingSuccess_head_menu {
    width: 100%;
    padding-right: 144px;
}

.bf_bookingSuccess_head_menu ul {
    font-size: 0px;
    float: right;
}

.bf_bookingSuccess_head_menu ul li {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 40px 0px 0px;
}

.bf_bookingSuccess_head_menu ul li:last-child {
    padding-right: 0px;
}


.bf_bookingSuccess_head_menu ul li a {
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 1.1px;
    display: block;
    color: #022855;
    transition: all 0.3s ease-in-out;
    position: relative;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
}

.bf_bookingSuccess_head_menu ul li a:before {
    content: "";
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -25px;
    left: 50%;
    right: 50%;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.bf_bookingSuccess_head_menu ul li a:hover:before, .bf_bookingSuccess_head_menu ul li a.active:before {
    left: 0px;
    right: 0px;
}

.bf_sucessBkng_main {
    padding: 30px 0px;
    width: 100%;
}

.bf_sucessBkng_inner {
    width: 100%;
    max-width: 665px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.bf_sucessBkng_header {
    text-align: center;
    padding-bottom: 20px;
}

.bf_sucessBkng_header h2 {
    padding-bottom: 12px;
}

.bf_sucessBkng_header p {
    padding-bottom: 12px;
}

.bf_colorBlue {
    color: #00AEEF !important;
}

.bf_bookingSuccess .bf_footerBtns_main {
    padding-top: 20px;
}

.bf_bookingSuccess .bf_tab_personal_detail_box_list {
    padding-left: 30px;
}


.bf_bookingSuccess:before {
    content: "";
    width: 300px;
    height: 340px;
    background: url(../images/bf_bookingSuccess_left_img.png) no-repeat left bottom;
    background-size: auto 100%;
    position: absolute;
    left: 0px;
    bottom: -30px;
}

.bf_bookingSuccess:after {
    content: "";
    width: 300px;
    height: 700px;
    background: url(../images/bf_bookingSuccess_right_img.png) no-repeat right bottom;
    background-size: auto 100%;
    position: absolute;
    right: 0px;
    bottom: -30px;
}

.bf_bookingSuccess {
    min-height: calc(100vh - 308px);
}


.bf_flowGrooming_content {
    padding-bottom: 0px;
}

.bf_flowGrooming_main {
    width: 100%;
    padding-top: 50px;
}

.bf_flowGrooming_top {
    width: 100%;
    padding-bottom: 46px;
}

.bf_flowGrooming_heading {
    max-width: 650px;
    margin: auto;
    text-align: center;
    padding-bottom: 44px;
}

.bf_flowGrooming_heading h3 {
    font-size: 56px;
    color: #022855;
    line-height: 1.5em;
    font-family: 'urw_din_condmedium';
    padding-bottom: 10px;
}

.bf_flowGrooming_heading p {
    font-size: 18px;
    color: #022855;
    line-height: 1.5em;
    font-family: 'Poppins';
    font-weight: 500;
}


.bf_srchMap_main {
    width: 100%;
    position: relative;
}

.bf_srchMap {
    width: 100%;
    min-height: 450px;
}

.bf_srchMap span {
    width: 100%;
    display: block;
}

.bf_srchMap span img {
    width: 100%;
    display: block;
    height: 520px;
    object-fit: cover;
}

.bf_srchMap_pos {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 10px 0px;
    z-index: 22;
    max-width: 500px;
}

.bf_srchMap_inner {
    width: 100%;
}


.bf_grmCustomer_main {
    width: 100%;
}

.bf_grmCustomer_main ul {
    font-size: 0px;
    margin: 0px -15px;
}

.bf_grmCustomer_main ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    padding: 8px 15px;
}

.bf_grmCustomer {
    width: 100%;
    padding-bottom: 35px;
}

.bf_grmCustomer_img {
    width: 100%;
    height: 112px;
    display: table;
    table-layout: fixed;
    margin-bottom: 20px;
}

.bf_grmCustomer_img span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.bf_grmCustomer_img span img {
    max-width: 115px;
    max-height: 112px;
    margin: auto;
    display: block;
}

.bf_grmCustomer_text {
    width: 100%;
    text-align: center;
}

.bf_grmCustomer_text p {
    font-size: 16px;
    line-height: 1.5em;
    color: #617283;
}


.bf_grmInform_main {
    max-width: 590px;
    margin: auto;
    text-align: center;
    padding-bottom: 45px;
}

.bf_grmInform_main p {
    font-size: 14px;
    line-height: 1.5em;
    color: #617283;
    padding-bottom: 15px;
}

.bf_grmInform_main a {
    font-size: 14px;
    line-height: 1.5em;
    color: #00AEEF;
    margin-bottom: 20px;
    display: inline-block;
    text-decoration: underline;
    font-family: 'Poppins';
    font-weight: 700;
}

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

.bf_grmInform_main strong {
    font-size: 56px;
    line-height: 1em;
    color: #022855;
    padding-bottom: 20px;
    font-family: 'Poppins';
    font-weight: 500;
    display: block;
}


.bf_suply_footer {
    width: 100%;
    background: #00AEEF;
    padding: 50px 0px;
}

.bf_suply_inner {
    width: 100%;
    max-width: 710px;
    margin: auto;
}

.bf_suply_inner h2 {
    text-align: center;
    padding-bottom: 30px;
}

.bf_suply_inner .form_heading {
    width: 100%;
    max-width: 510px;
    margin: auto;
    padding: 0px 6px;
}

.bf_suply_inner ul {
    font-size: 0px;
    width: 100%;
    max-width: 510px;
    margin: auto;
}


.bf_suply_inner ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 0px 6px 12px 6px;
}

.bf_suply_inner ul li .form_field {
    min-width: 320px;
}

.bf_suply_inner ul li .all_buttons {
    min-width: 160px;
}

.bf_grmInform_smallHdng {
    font-size: 24px !important;
}

.bf_banerFlow2 .bf_banerPet span {
    background: url(../images/bf_banerPet2.png) no-repeat bottom center;
    background-size: 100% auto;
}

.bf_banerFlow2 {
    background: #f1f2f3;
    position: relative;
}

.bf_dogSize_flow2 .bf_dogSizes_boxMain {
    padding: 10px 10px;
    max-width: none;
}

.bf_dogSize_flow2 .bf_dogSizes_inner ul li {
    padding: 0px;
    padding-top: 20px;
}


.bf_dogSizes_title {
    width: 100%;
    padding-bottom: 10px;
}

.bf_dogSizes_title strong {
    font-size: 14px;
    line-height: 1.14em;
    color: #022855;
    font-family: 'Poppins';
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.bf_dogSizes_title p {
    font-size: 12px;
    line-height: 1.33em;
    color: #617283;
    padding-bottom: 20px;
}

.pb_30 {
    padding-bottom: 30px;
}


.vet_bookList_main {
    width: 100%;
    padding: 50px 0px;
}

.vet_bookList_inner {
    width: 100%;
}

.vet_bookList_head {
    width: 100%;
    padding-bottom: 50px;
}

.vet_bookList_head_left {
    width: 50%;
    float: left;
    padding-top: 8px;
}

.vet_bookList_head_right {
    width: 50%;
    float: right;
}

.vet_bookList_head_left strong {
    font-size: 24px;
    line-height: 1.5em;
    color: #022855;
    font-family: 'Poppins';
    font-weight: 600;
    display: block;
}


.vet_bookList_content .bf_vailDays_box {
    min-height: 168px;
}

.vet_bookList_content .bf_vailDays_box p {
    padding-bottom: 15px;
}

.bf_vailDays_box span {
    width: 40px;
    height: 40px;
    background-color: #022855;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    display: block;
    margin: auto;
    text-align: center;
    border-radius: 50%;
}

.vet_bookList_main .bf_acc_mainRow {
    padding-bottom: 12px;
}

.bf_list_acc {
    width: 100%;
    box-shadow: inset 0 -1px 0 0 #e3e7eb;
    background-color: #ffffff;
    padding: 20px 80px 20px 20px;
    position: relative;
}

.bf_list_acc .bf_acc_click {
    right: 30px;
    top: 38px;
    margin: 0px;
}

.bf_list_acc ul {
    font-size: 0px;
    display: table;
    table-layout: fixed;
    margin: 0px 0px 0px -15px;
}

.bf_list_acc ul li {
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
}


.bf_list_acc_head {
    width: 100%;
    min-height: 63px;
    border-left: 1px solid #e3e7eb;
    padding: 0px 15px;
}

.bf_list_acc ul li:first-child .bf_list_acc_head {
    border: 0px none;
}

.bf_list_acc_head small {
    font-size: 12px;
    line-height: 1.5em;
    color: #617283;
    display: block;
}

.bf_list_acc_head h4 {
    font-size: 24px;
    line-height: 1.5em;
    color: #022855;
    display: block;
    font-family: 'Poppins';
    font-weight: 600;
}

.bf_list_acc_head span {
    font-size: 16px;
    line-height: 1.5em;
    color: #617283;
    display: block;
    font-family: 'Poppins';
    font-weight: 600;
}

.bf_list_acc_head p {
    font-size: 14px;
    line-height: 1.5em;
    color: #617283;
    display: block;
}

.bf_list_acc_head strong {
    font-size: 14px;
    line-height: 1.5em;
    color: #022855;
    display: block;
    font-family: 'Poppins';
    font-weight: 700;
}


.bf_list_acc ul ul {
    display: block;
    table-layout: inherit;
    margin: 0px;
}

.bf_list_acc ul li ul li {
    display: block;
    font-size: 14px;
    border-left: 0px;
    padding: 0px 0px;
}

.bf_list_acc .bf_tab_personal_detail_box_list ul li {
    display: flex !important;
}

/*.bf_tab_personal_detail_box_list ul li span{ text-align:left; width:170px; }*/
.bf_list_acc_show {
    width: 100%;
    display: none;
}

.text_center {
    text-align: center;
}

.bf_list_acc.bf_active .bf_list_acc_show {
    display: block;
}

.bf_list_acc_show .bf_acc_detail {
    padding: 30px 15px;
}

.bf_padBtm40 {
    padding-bottom: 40px !important;
}

.pt_10 {
    padding-top: 10px;
}

.pt_5 {
    padding-top: 5px;
}

.vet_searchBy_main {
    width: 100%;
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 1);
    padding: 15px 10px;
    margin-bottom: 16px;
}

.vet_searchBy {
    width: 100%;
    display: flex;
    align-items: center;
}

.vet_searchBy_title {
    width: 20%;
}

span {
    font-size: 14px;
    line-height: 1.5em;
    color: #022855;
    font-family: 'Poppins';
    font-weight: 500;
}

.vet_searchBy_radio {
    width: 40%;
    padding-left: 15px;
}

.bf_radio {
    width: 100%;
}

.bf_radio label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 13px;
    line-height: 2em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #617283;
}

.bf_radio label input {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.bf_radiomark {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: inset 0 1px 0 0 rgba(97, 114, 131, 0.4);
    border: solid 1px #e3e7eb;
    background-color: #ffffff;
    position: absolute;
    top: 1px;
    left: 0px;
}

.bf_radio label input:checked ~ .bf_radiomark {
    background: #00AEEF;
    border-color: #00AEEF;
}

.bf_radio .bf_radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

.bf_radio label input:checked ~ .bf_radiomark:after {
    display: block;
}

.bf_radio label .bf_radiomark:after {
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 12px;
    background-color: #ffffff;
}


.vet_nearest_main {
    width: 100%;
    padding: 50px 0px 40px;
}

.vet_nearest {
    width: 100%;
}

.vet_nearest ul {
    font-size: 0px;
    text-align: center;
}

.vet_nearest ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0px 50px;
    font-size: 14px;
}

.vet_nearest_inner {
    width: 100%;
    min-height: 340px;
}

.vet_nearest_box {
    width: 280px;
    margin: auto;
    position: relative;
}

.vet_nearest_box label {
    width: 100%;
    padding: 15px;
    position: relative;
    border-radius: 11px;
    box-shadow: 0 8px 12px -4px rgba(130, 136, 148, 0.24), 0 0 4px 0 rgba(141, 141, 148, 0.16), 0 0 2px 0 rgba(141, 141, 148, 0.12);
    background-color: #ffffff;
    border: 3px solid #fff;
    transition: all 0.175s ease;
    display: block;
}

.vet_nearest_box input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    cursor: pointer;
    z-index: 33;
}

.vet_nearest_box input:checked ~ label {
    border-color: #00AEEF;
}

.vet_nearest_box figure {
    height: 140px;
    display: flex;
    align-items: center;
    margin: 0px;
}

.vet_nearest_box figure img {
    display: block;
    max-width: 180px;
    max-height: 140px;
    margin: auto;
}

.vet_nearest_box span {
    font-size: 24px;
    line-height: 1.5;
    color: #002856;
    display: block;
    text-align: center;
    padding-top: 20px;
    font-family: 'Poppins';
    font-weight: 600;
}

.vet_mobile_postcode {
    width: 100%;
    padding-top: 30px;
    display: none;
}


.bf_tab_personal_detail_right .formParent {
    max-width: 450px;
}

.select2-selection__placeholder {
    line-height: 50px !important;
    font-family: 'Poppins';
}

.proceed_input_submit_button {
    width: 85px;
    height: 50px;
    margin-left: 8px;
}

/******************footer style******************/
.footer .auto_content {
    max-width: 1340px;
    padding: 0 20px;
    margin: auto;
}

.footer {
    width: 100%;
    background: #f8f1ef;
    padding: 45px 0px 25px;
}

.footer_inner {
    width: 100%;
    padding-bottom: 20px;
    display: table;
    table-layout: fixed;
}

.footer_left {
    width: 290px;
    display: table-cell;
    vertical-align: middle;
}

.footer_mid {
    width: auto;
    display: table-cell;
    vertical-align: middle;
}

.footer_right {
    width: 280px;
    display: table-cell;
    vertical-align: middle;
}

.footer_logo {
    width: 100%;
}

.footer_logo a {
    max-width: 200px;
    display: block;
}

.footer_logo a img {
    max-width: none;
    width: 100%;
    height: auto;
    display: block;
}

.footer_mid_inner {
    width: 100%;
    padding: 25px 30px 0px 0px;
    text-align: center;
}

.footer_mid_inner ul {
    font-size: 0;
}

.footer_mid_inner ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    font-size: 16px;
}

.footer_mid_inner ul li a {
    width: 145px;
    height: 48px;
    border-radius: 10px;
    background-color: #f3ebe8;
    font-size: 13px;
    color: #000000;
    line-height: 30px;
    padding: 8px 15px 10px 15px;
    transition: all 0.175s ease;
    display: block;
    position: relative;
    text-align: left;
}

.footer_mid_inner ul li a i {
    max-width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.footer_mid_inner ul li a i img {
    max-width: none;
    width: 100%;
    height: auto;
    display: block;
}

.footer_mid_inner ul li a:hover {
    background: #DFE1EF;
}


.footer_checkout {
    width: 100%;
    padding-left: 35px;
    border-left: 1px solid #345377;
}

.footer_checkout strong {
    font-size: 14px;
    line-height: 15px;
    color: #ffffff;
    display: block;
    padding-bottom: 10px;
}

.footer_checkout ul {
    font-size: 0;
    margin: 0 -5px;
}

.footer_checkout ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    font-size: 16px;
}

.footer_checkout ul li a {
    max-width: 70px;
    display: block;
    margin: auto;
}

.footer_checkout ul li a img {
    max-width: none;
    width: 100%;
    height: auto;
    display: block;
}

.footer_copyRight {
    width: 100%;
    text-align: center;
}

.footer_copyRight p {
    font-size: 14px;
    line-height: 1.5em;
    color: #000;
}

.footer_copyRight p a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    color: #000;
    transition: all 0.175s ease;
    text-decoration: underline !important;
}

.footer_copyRight p a:hover {
    text-decoration: none !important;
}
/*************start 01_04_Petstock_Flow_1_5 style*************/
.bf_adHeader {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding-bottom: 40px;
}

.bf_adHeader_left {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
}

.bf_adHeader_right {
    width: 60%;
    display: table-cell;
    vertical-align: middle;
}

.bf_adHeader_right ul {
    font-size: 0px;
    float: right;
}

.bf_adHeader_right ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0px 5px;
    font-size: 14px;
}

.bf_adHeader_right ul li a {
    font-size: 16px;
    line-height: 1em;
    color: #617283;
    border-radius: 28px;
    border: solid 1px #e3e7eb;
    background-color: #ffffff;
    padding: 10px 15px 12px 40px;
    display: block;
    transition: all 0.175s ease;
    position: relative;
}

.bf_adHeader_right ul li a:hover {
    background-color: #022855;
    border-color: #022855;
    color: #fff;
}

.bf_adHeader .bf_availDate_calanderMain {
    padding-bottom: 0px;
}

.bf_adHeader_right ul li a span {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.morning_icon {
    width: 10px;
    height: 10px;
    background-color: #00AEEF;
    display: block;
    margin-left: 14px;
}

.afternoon_icon {
    width: 10px;
    height: 10px;
    background-color: #ec018c;
    border-radius: 50%;
    display: block;
    margin-left: 14px;
}

.evening_icon {
    width: 10px;
    height: 10px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #43b02a;
    display: block;
    margin-left: 14px;
}

.bfn_days_detail {
    width: 100%;
    padding-top: 15px;
}

.bfn_days_detail ul {
    display: flex;
}

.bfn_days_detail ul li {
    width: 33.33%;
    padding: 0px 2px;
    text-align: center;
}

.bfn_days_detail ul li span {
    display: block;
    margin: auto;
}

.bfn_days_detail ul li em {
    font-size: 12px;
    line-height: 1.3em;
    color: #022855;
    font-style: normal;
    display: block;
    padding-top: 5px;
}

.bfn_availDatesMain .bf_vailDays_run {
    background-color: #f7f8f8;
}

.bfn_availDatesMain .bf_vailDays_box {
    min-height: 135px;
    padding: 3px;
}

.bfn_availDatesMain .bf_vailDays_run.bf_active {
    background-color: #022855;
}

.bfn_availDatesMain .bf_vailDays_run.bf_active .bf_vailDays_box h3 {
    color: #fff;
}

.bfn_availDatesMain .bf_vailDays_run.bf_active .bf_vailDays_box p {
    color: #fff;
}

.bfn_availDatesMain .bf_vailDays_run.bf_active .bfn_days_detail ul li em {
    color: #fff;
}

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

/*************start 01_04_Petstock_Flow_1_5 style*************/
.free {
    display: none;
}

.red {
    color: red;
}

.blue {
    color: #022855;
}
.list-item {
    display: list-item;
    margin-left: 40px;
}

.bf_flowGrooming_heading img {
    width: 230px;
    margin: 0 auto;
}

.search_box {
    background: #022855;
    padding-bottom: unset;
    border-radius: 5px;
}

.search_box_cell {
    padding: 15px;
}

#search_ul li .alert {
    margin-bottom: unset;
}

i.tick::before {
    content: '\2713';
    display: inline-block;
    color: #fff;
    padding: 0 6px 0 0;
}

a.all_buttons.all_primary.all_small.bf_artar_selectBtn.active {
    background: #00aeef !important;
    border-color: #00aeef !important;
    color: #fff;
}

.bf_enterDigitPopup_valid strong{
    font-size: 56px;
    color: #c0c0c0a3;
    line-height: 1em;
    font-family: 'Poppins';
    font-weight: 500;
    display: inline-flex;
    padding: 0 90px;
}
.bf_enterDigitPopup_valid input {
    visibility: hidden;
}
.bf_enterDigitPopup_valid .active{
    color:#00AEEF;
}
input[type="radio"][name="exist"]:checked + label {
    color: #00AEEF;
}
.email-error-span {
    text-align: center;
}

.img_popup {
    width: 50%;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .bf_banerText h2 {
        font-size: 18px;
    }

    .bf_banerText p {
        font-size: 12px;
    }
    
    .bf_dogSize_flow2 .bf_dogSizes_inner ul li {
        width: 50%;
    }

    .bf_dogSizes_inner ul li {
        padding-bottom: 20px;
        width: 50%;
    }

    .bf_dogSizes_boxMain {
        max-width: unset;
    }

    .bf_adHeader_right ul li a {
        font-size: 11px;
        padding: 13px 15px 12px 30px;
    }

    .bf_adHeader_right {
        text-align: center;
    }

    .bfn_availDatesMain .bf_vailDays_box {
        min-height: 91px;
    }

    .bfn_days_detail {
        padding-top: 5px;
    }

    .full {
        font-size: 11px;
    }

    .morning_icon {
        margin-left: unset;
    }

    .afternoon_icon {
        margin-left: unset;
    }

    .evening_icon {
        margin-left: unset;
    }

    .bf_vailButtons_main ul li a.all_buttons.all_large {
        padding: 15px 10px;
    }
    .bf_artar_boxes_main {
        max-height: 225px;
    }
    .bf_enterDigitPopup_valid strong {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 768px) {
    .bf_grmCustomer_main ul li {
        width: 25%;
    }

    .bf_dogSize_flow2 .bf_dogSizes_inner ul li {
        width: calc(100% / 6);
    }

    .bf_vailDays_main {
        display: flex;
    }

    .bf_vailDays_slider {
        padding: 0 10px;
        border: unset;
        width: 75%;
        text-align: center;
    }

    .bf_vailButtons_main {
        padding: 0 10px;
        border-radius: 6px;
        box-shadow: 0 0 6px 0 rgb(27 27 29 / 10%);
        width: 25%;
    }

    .bf_vailButtons_main ul {
        padding-top: 20px;
        text-align: center;
    }

    .bf_vailButtons_main ul li {
        width: 100%;
    }

    .bf_vailButtons_main ul li a.all_buttons.all_large {
        padding: 15px 10px;
    }
}

/*custom scrollbar */
::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}
