/*--------------------- Copyright (c) 2020 -----------------------
[Master Stylesheet]
Project Name: Splash and Dash For Dogs - Pet Grooming
Version: 1.0.0
Author:
 -------------------------------------------------------------------
[Table of contents]
	1. Global CSS Start
	2. Comman CSS Start
    3. Top Header start
    4. Header CSS Start
    5. Banner CSS Start
    6. Appoinment Page Start
    7. Sidebar Css Start
    8. Footer Banner Css
    9. Package Page Start
    10. Up Sell Page Css Start
    11. Customer Information Page Css Start
-------------------------------------------------------------------*/

/* Fonts Use ====================================
font-family: 'Lato', sans-serif;
font-family: 'PT Sans', sans-serif;
============================================= */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

/****************** Plugin Css Import File ********************/
@import url("../js/plugin/revolution/css/layers.css");
@import url("../js/plugin/revolution/css/settings.css");

/********************************************************
    1. Global CSS Start
********************************************************/
:root {
    --blue_color: #21479e;
    --pink_color: #de4a5d;
    --white_color: #ffffff;
    --text_color: #2d3e50;
    --placeholder_color: #97a6b7;
    --border_color: #dbdde6;
    --yellow_color: #ffc80b;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #cbd6e3;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #cbd6e3;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #cbd6e3;
}

:-moz-placeholder { /* Firefox 18- */
    color: #cbd6e3;
}

body {
    background-color: #f2f2f2;
}

a:hover {
    color: var(--pink_color);
}

fieldset {
    position: relative;
    margin-bottom: 15px;
}

    fieldset legend {
        font-size: 14px;
        background-color: var(--white_color);
        position: absolute;
        display: inline-block;
        width: auto;
        left: 35px;
        top: -13px;
        margin-bottom: 0;
        padding: 0 6px;
        color: var(--text_color);
        font-weight: 500;
        font-family: 'Lato';
        z-index: 1;
    }

pre {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    color: #97a6b7;
    vertical-align: middle;
}
/********************************************************
    2. Comman CSS Start
********************************************************/
.spl_input {
    border: 1px solid var(--border_color);
    line-height: 52px;
    padding: 0px 25px;
    background-color: transparent;
    border-radius: 7px;
    height: 52px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    cursor: pointer;
}

    .spl_input:focus {
        border: 1px solid #0069d9;
    }

.spl_input_error {
    color: #ff4e65;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    bottom: -2px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    text-indent: 5px;
}

.spl_input_bg {
    background-repeat: no-repeat;
    background-position: calc(95%);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding-right: 50px;
}

.spl_banner_form h1 {
    font-size: 52px;
    font-weight: 900;
    color: var(--white_color);
    font-family: 'PT Sans', sans-serif;
}

.spl_banner_form h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 32px;
    color: var(--white_color);
}

.spl_btn {
    line-height: 52px;
    border-width: 1px;
    border-style: solid;
    padding: 0px 30px;
    border-radius: 7px;
    display: inline-block;
    font-size: 16px;
    color: var(--white_color);
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

    .spl_btn:hover {
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }

    .spl_btn:after {
        content: '';
        position: absolute;
        left: 50%;
        right: 50%;
        top: 0;
        bottom: 0;
        display: inline-block;
        background-color: rgba(255,255,255,0.2);
        -webkit-transform: skew(20deg);
        -moz-transform: skew(20deg);
        -ms-transform: skew(20deg);
        -o-transform: skew(20deg);
        transform: skew(20deg);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .spl_btn:hover:after {
        right: -10px;
        left: -10px;
    }

.btn-success.focus, .btn-success:focus {
    box-shadow: none;
}

.spl_btn_white, .spl_btn_trn:hover {
    background-color: var(--white_color);
    color: var(--pink_color);
    border-color: var(--white_color);
}

    .spl_btn_trn, .spl_btn_white:hover, .spl_btn_pink:hover {
        background-color: transparent;
        color: var(--white_color);
        border-color: var(--white_color);
    }

.spl_btn_pink, .spl_blue_btn:hover {
    background-color: var(--pink_color);
    color: var(--white_color);
    border-color: var(--pink_color);
}

.spl_blue_btn {
    background-color: #0069d9;
    color: var(--white_color);
    border-color: #0069d9;
}

.spl_btn_holder .spl_btn {
    margin-right: 15px;
    font-weight: normal !important;
}

a#scroll {
    background: linear-gradient(141deg, rgb(33 71 158) 50%, rgb(33 71 158) 100%);
    color: var(--white_color);
}

/**************************************************
    3. Top Header start
***************************************************/
.spl_tophead_nav {
    width: 100%;
    float: left;
    margin: 0 auto;
}

    .spl_tophead_nav ul {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        display: block;
    }

    .spl_tophead_nav > ul > li {
        display: inline-block;
        position: relative;
    }

    .spl_tophead_nav ul li a {
        color: #fff;
        text-transform: capitalize;
        display: block;
        padding: 0 17px;
        text-decoration: none;
    }

    .spl_tophead_nav ul li.has_submenu > a:after {
        margin: 0 8px;
        content: "\f0d7";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .spl_tophead_nav ul li:last-child a {
        padding-right: 0;
    }

    .spl_tophead_nav ul li:first-child a {
        padding-left: 0;
    }

    .spl_tophead_nav > ul > li ul.sub-menu {
        position: absolute;
        min-width: 195px;
        background-color: #222222;
        padding: 23px;
        display: none;
        z-index: 999;
        top: 101%;
    }

    .spl_tophead_nav > ul > li:last-child ul.sub-menu {
        right: 0;
    }

@-webkit-keyframes travel_fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes travel_fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0) scale(1.1);
        transform: translate3d(0, 50px, 0) scale(1.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.travel_fadeInUp {
    -webkit-animation-name: travel_fadeInUp;
    animation-name: travel_fadeInUp;
}

.spl_tophead_nav > ul > li:hover ul.sub-menu {
    display: block;
    -webkit-animation: travel_fadeInUp 0.2s;
    -moz-animation: travel_fadeInUp 0.2s;
    -ms-animation: travel_fadeInUp 0.2s;
    -o-animation: travel_fadeInUp 0.2s;
    animation: travel_fadeInUp 0.2s;
}

.spl_tophead_nav ul.sub-menu li {
    display: block;
    line-height: 28px;
    border-bottom: 1px dashed #555555;
    -webkit-animation: fadeInUp 0.4s;
    -moz-animation: fadeInUp 0.4s;
    -ms-animation: fadeInUp 0.4s;
    -o-animation: fadeInUp 0.4s;
    animation: fadeInUp 0.4s;
}

    .spl_tophead_nav ul.sub-menu li a {
        display: block;
        padding: 10px 0;
        text-transform: uppercase;
        color: #fff;
        text-align: left;
    }

    .spl_tophead_nav ul.sub-menu li:last-child {
        border: none;
    }

    .spl_tophead_nav ul.sub-menu li a:hover {
        color: #86b817;
    }

.spl_top_header {
    padding: 10px 0;
    background-color: #0069d9;
    font-size: 14px;
    color: var(--white_color);
}

    .spl_top_header img {
        margin-right: 10px;
    }

    .spl_top_header span.call_icon img {
        margin-right: 20px;
        margin-left: 12px;
    }

span.call_icon {
    position: relative;
    color: var(--white_color);
    margin-right: 10px;
    line-height: 40px;
    display: inline-block;
}

    span.call_icon::before {
        content: "";
        background-color: rgba(255, 255, 255, 0.1);
        position: absolute;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        left: 0;
        top: 0;
    }

ul.nav.spl_tophead_nav {
    display: block;
}

.spl_tophead_nav li {
    display: inline-block;
}

a.contact_text {
    font-weight: 700;
    color: var(--yellow_color);
}

.spl_tophead_nav li a {
    color: var(--white_color);
    padding: 0px 20px;
    line-height: 41px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
}

.spl_tophead_nav li:first-child a {
    border: 0px;
}

.spl_tophead_nav li:hover a {
    color: var(--yellow_color);
}

a.contact_text:hover {
    color: var(--pink_color);
}
/** Top Header End **/

/***********************************************************
    3. Header Css Start
**************************************************************/
.main_menu_wrapper ul > li:hover > a {
    color: #0069d9;
}

.spl_main_menu.main_menu_parent,
.spl_menu_btn_wrap {
    display: inline-block;
    padding: 0px 0;
}

.spl_slider_holder {
    position: relative;
}

.main_menu_wrapper ul > li > a {
    color: var(--text_color);
}

a.searchBtn {
    color: var(--text_color);
}

    a.searchBtn:hover {
        color: var(--pink_color);
    }

.spl_banner_slider .swiper-button-next,
.spl_banner_slider .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    background-size: 30px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: none !important;
    text-align: center;
    background-color: var(--white);
    border: 2px solid var(--white);
    border-radius: 50%;
    line-height: 45px;
    font-size: 30px;
    color: var(--pink_color);
}

    .spl_banner_slider .swiper-button-next.swiper-button-disabled,
    .spl_banner_slider .swiper-button-prev.swiper-button-disabled {
        opacity: 1;
        cursor: auto;
        pointer-events: none;
        background-color: transparent;
        border: 2px solid #fff;
        border-radius: 50%;
        line-height: 45px;
        font-size: 30px;
        color: #fff;
    }

.spl_banner_slider .swiper-button-next,
.spl_banner_slider.swiper-container-rtl .swiper-button-prev {
    right: 40px;
}

.spl_banner_slider .swiper-button-prev,
.spl_banner_slider.swiper-container-rtl .swiper-button-next {
    left: 40px;
}

    .spl_banner_slider .swiper-button-next i.fa,
    .spl_banner_slider .swiper-button-prev i.fa {
        line-height: 20px;
    }

.slider_overlay_2 {
    background: #df4a5d;
    content: "";
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
    opacity: 0.2;
}

.full_width.home_slider {
    position: relative;
    float: left;
}
/******************************************************
4. Banner Form css Start
********************************************************/
form#spl_form_booking {
    box-shadow: 0px 0px 50px rgba(0 0 0 / 10%);
    background-color: var(--white_color);
    border-radius: 0px 10px 10px 10px;
    float: left;
    width: 100%;
}

.spl_banner_form_h2 {
    font-size: 52px !important;
    font-weight: 900 !important;
    color: var(--white_color);
    font-family: 'PT Sans', sans-serif;
}

.ever_tag_text, .tour_text {
    font-size: 22px;
    font-weight: normal;
    line-height: 32px;
    color: var(--white_color);
    font-family: 'Lato', sans-serif;
}

.spl_banner_form {
    position: absolute;
    top: 45%;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 1170px;
    z-index: 1;
}

.spl_btn_holder {
    margin-bottom: 55px;
    margin-top: 25px;
    display: block;
    font-family: 'Lato', sans-serif;
}

a.book_btn {
    background-color: var(--white_color);
    display: inline-block;
    padding: 10px 35px;
    border-radius: 10px 10px 0 0;
    position: relative;
    font-family: 'Lato', sans-serif;
}

    a.book_btn img {
        height: 32px;
    }

    a.book_btn:after {
        content: "";
        background-image: url(../images/shap_icon.png);
        width: 20px;
        height: 20px;
        right: -20px;
        position: absolute;
        z-index: 1;
        bottom: 0px;
    }

.spl_form_holder form .spl_inner_form {
    background-color: transparent;
    padding: 45px 25px 0;
}

.spl_input_bg {
    background-position: calc(95%);
    background-repeat: no-repeat;
}

select.spl_input {
    background-image: url(../images/angle_down.png);
    cursor: pointer;
}

.spl_pick_location {
    background-image: url(../images/pick_location.png);
}

.spl_date.spl_datepicker {
    background-image: url(../images/calander.png);
    background-repeat: no-repeat;
    background-position: calc(95%);
    cursor: pointer;
}

.spl_time.spl_timepicker {
    background-image: url(../images/clock.png);
    background-repeat: no-repeat;
    background-position: calc(95%);
}

.spl_selected_doglist {
    /* border-top: 1px solid #edeff6; */
    padding: 0px 25px;
    background-color: #fafbff;
    float: left;
    width: 100%;
    display: none;
    border-radius: 0 0 10px 10px;
}

    .spl_selected_doglist fieldset legend {
        background-color: #fafbff;
        left: 20px;
    }

    .spl_selected_doglist fieldset {
        margin-bottom: 0;
    }

.spl_list_items h3 {
    font-size: 16px;
    color: var(--text_color);
    margin-bottom: 20px;
    font-weight: bold;
}

.form_btn {
    margin: 15px 0;
}

    .form_btn a.spl_btn {
        padding: 0px 45px;
    }

span.input-group-addon {
    width: 40px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #ccc;
    border-radius: 0 7px 7px 0;
    background-color: #fff;
    margin-left: -1px;
    border-left: 0px;
    z-index: 1;
}

.spl_list_items {
    display: none;
    padding-top: 20px;
}

input.spl_input.error_msg {
    border-color: var(--pink_color);
}

.spl_input_error {
    display: none;
}

input.spl_input.error_msg + .spl_input_error {
    display: block;
}
/** Header Css End **/

/********************************************************
   6. Appoinment Page Start
*********************************************************/
.spl_banner_text {
    display: block;
    text-align: center;
    padding: 55px;
    color: #fff;
}

    .spl_banner_text h1 {
        font-size: 20px;
        font-weight: 600;
        font-family: 'PT Sans', sans-serif;
    }

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    max-width: 800px;
    margin-bottom: 55px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-step:nth-child(4) {
    left: -90px;
    z-index: 1;
}

.stepwizard-step:nth-child(3) {
    left: -60px;
    z-index: 2;
}

.stepwizard-step:nth-child(2) {
    left: -30px;
    z-index: 3;
}

.stepwizard-step:first-child {
    left: 0px;
    z-index: 4;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.spl_appoinment_page {
    padding: 155px 0;
    background-color: var(--white_color);
}

a.spl_btn_primary, a.spl_btn_default {
    display: inline-block;
    padding: 13px 25px;
    width: 100%;
    color: #fff;
    border-radius: 5px 0px 0px 5px;
    font-size: 14px;
    text-transform: capitalize;
}

.spl_btn_default:after {
    background-color: transparent;
    background-image: url(../images/tab_gray.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    content: "";
    width: 100%;
    height: 55px;
    position: absolute;
    background-position: right;
    top: -1px;
    right: 0px;
    z-index: -1;
}

a.spl_btn_primary.spl_btn_default,
a.spl_btn_default {
    background-color: transparent;
    color: #97a6b7;
    position: relative;
}

.visited a.spl_btn_primary:after,
.stepwizard-step.active.visited + .stepwizard-step.active a.spl_btn_primary:after,
.stepwizard-step.active:first-child a.spl_btn_primary:after {
    background-color: transparent;
    background-image: url(../images/tab_blue.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    content: "";
    width: 100%;
    height: 54px;
    position: absolute;
    background-position: right;
    top: -1px;
    right: 0px;
    z-index: -1;
}

.stepwizard-step.active.visited a.spl_btn_primary.spl_btn_default,
.stepwizard-step.active.visited + .stepwizard-step.active a.spl_btn_primary.spl_btn_default,
.stepwizard-step:first-child a.spl_btn_default.spl_btn_primary {
    color: #fff;
}
/* Grig List Horizantel */
.spl_listitem {
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 30px;
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #d9e1ea;
    background-color: #ffffff;
}

.mt_item_selected {
    background-color: #fbfff6;
    border: 1px solid #8dc63f;
}

.spl_listimg {
    position: relative;
    float: left;
    /* width: 290px; */
    border-radius: 15px;
    overflow: hidden;
}

.spl_mainlist_holder {
    float: left;
    width: 100%;
    padding-right: 15px;
}

.setup-content {
    float: left;
    width: 100%;
}
/*.spl_dogcatagory {
    float: left;
    width: calc(100% - 320px);
    margin-left: 30px;
}*/
.spl_dog_header h2 {
    font-size: 20px;
    color: #222222;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;
}

    .spl_dog_header h2 span {
        font-size: 14px;
        color: #97a6b7;
        margin-left: 10px;
        font-weight: normal;
        font-family: 'Lato', sans-serif;
    }

ul.spl_rating {
    display: inline-block;
    float: left;
}

p.spl_headtext {
    display: inline-block;
    width: auto;
}

ul.spl_rating li {
    display: inline-block;
}

    ul.spl_rating li a {
        color: #ffd71f;
    }

.spl_dog_header {
    padding: 15px 0;
    position: relative;
    float: left;
    width: calc(100% - 120px);
}

.spl_innerbody h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.spl_innerbody {
    float: left;
    width: 50%;
}

.spl_innerbody_full {
    width: 100%;
}

.inner_list {
    padding-left: 15px;
    list-style: disc;
    color: #97a6b7;
}

    .inner_list li a {
        font-size: 14px;
        color: #97a6b7;
        font-weight: normal;
    }

.spl_dog_footer {
    float: left;
    margin-top: 5px;
    width: 100%;
}

.text_foot {
    float: left;
    line-height: 65px;
    width: 50%;
    font-size: 14px;
    color: #97a6b7;
}

.spl_select_btn {
    padding: 0px 60px;
    color: #fff;
    font-size: 16px;
    margin-top: 7px;
    background-color: #0069d9;
    border: 0px;
}

.mt_item_selected .spl_select_btn {
    background-color: #8dc63f;
    border: 0px;
}

.spl_select_btn:hover {
    color: #fff;
    border-color: #8dc63f;
}

.inner_list li a:hover {
    color: #222;
}

p.spl_headtext {
    display: inline-block;
    width: auto;
    font-size: 14px;
    color: #97a6b7;
    font-family: 'Lato', sans-serif;
    margin-left: 15px;
}

.mt_item_selected .spl_dog_price {
    background-color: #e3f6c9;
    color: #8dc63f;
}

.spl_dog_price {
    float: left;
    width: 120px;
    text-align: center;
    line-height: 60px;
    font-size: 26px;
    font-weight: bold;
    font-family: 'PT Sans';
    background-color: #e9eef9;
    height: 60px;
    border-radius: 10px;
    color: #0069d9;
}

.text_foot p {
    line-height: 65px;
}
/* video Icon */
.mt_overlay_dv:before {
    content: "";
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0 0 0 / 60%);
    cursor: pointer;
    width: 100%;
}

.spl_imgeffect_hover:hover .mt_overlay_dv:before {
    left: 0px;
    transition: all 0.3s;
}

.spl_imgeffect_hover:hover .mt_overlay_dv {
    transform: scale(1.2);
    transition: all 0.5s;
}

.spl_imgeffect_hover .mt_overlay_dv {
    transform: scale(1);
    transition: all 0.5s;
}

.video_icon {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    opacity: 0;
    transition: all 0.3s;
}

.spl_imgeffect_hover:hover .video_icon {
    opacity: 1;
    transition: all 0.7s;
}

.video_play {
    width: 60px;
    height: 60px;
    line-height: 58px;
    display: inline-block;
    background-image: linear-gradient(141deg, rgba(141,198,63,1) 50%, rgba(141,198,63,1) 100%);
    border-radius: 100%;
    text-align: center;
    margin-left: 0px;
    animation: shadow-pulse 2s infinite;
}

.video_icon svg {
    width: 18px;
    fill: var(--main-bg-color);
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(103, 159, 26, 0.2);
    }

    100% {
        box-shadow: 0 0 0 25px rgba(252, 89, 124, 0);
    }
}

@keyframes shadow-pulse-big {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    }
}

.spl_btn.btn-primary {
    color: #fff;
    background-color: #0069d9;
    border-color: #0069d9;
    margin-top: 15px;
}

.spl_btn.btn-success {
    background-color: #8dc63f;
    border-color: #8dc63f;
    margin-top: 15px;
    min-width: 140px;
}
/**========================
   7. Sidebar Css
==========================*/
.spl_checkdate h4 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'PT Sans';
    margin-bottom: 25px;
    color: #222222;
}

.spl_date_btn {
    position: absolute;
    background-color: #da1c5c;
    width: 50px;
    height: 51px;
    text-align: center;
    line-height: 46px;
    border-radius: 7px;
    right: 0;
    cursor: pointer;
}

.spl_sidebar h4 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'PT Sans';
    color: #222222;
    margin-bottom: 25px;
    margin-top: 20px;
}
/* SPl Radio Button Css*/
/*
.spl_radio_input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    width: 100%;
    height: 30px;
    position: relative;
    margin-right: 5px;
    z-index: 1;
    cursor: pointer;
 */
.spl_radio_dv label {
    position: absolute;
    padding-left: 20px;
    top: 0;
    left: 0;
    font-size: 14px;
    color: Black;
    cursor: pointer;
    z-index: 0;
}
    /*
.spl_radio_dv label:before,.spl_radio_dv label:after {
    content: "";
    position: absolute;
    border-radius: 20px;
}
*/
    .spl_radio_dv label:before {
        width: 13px;
        height: 13px;
        border: 1px solid #97a6b7;
        left: 0;
        top: 7px;
    }

    .spl_radio_dv label:after {
        width: 7px;
        height: 7px;
        left: 3px;
        top: 10px;
        background-color: #97a6b7;
    }

.spl_radio_input:checked + label:before {
    border: 1px solid var(--pink_color);
}

.spl_radio_input:checked + label:after {
    background-color: var(--pink_color);
}

.spl_radio_dv {
    position: relative;
    width: 100%;
    float: left;
}
/* SPl Radio Button End */
/***********************************************************
   8. Footer Banner Css
************************************************************/
section.spl_footer_banner {
    padding: 100px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.spl_footer_banner h2 {
    font-size: 32px;
    font-weight: 900;
    font-family: 'PT Sans';
    color: #fff;
    line-height: 40px;
    position: relative;
}

.spl_footer_banner p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
    line-height: 28px;
}

.spl_overlay_foot {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.75);
}

/** Modal Css **/
.spl_modal {
    text-align: center;
}

.spl_modal_dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    max-width: 450px;
    width: 80%;
}

.spl_modal_dialog {
    text-align: center;
}

    .spl_modal_dialog .modal-header .close {
        padding: 1rem;
        margin: 0;
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .spl_modal_dialog .modal-header img {
        margin: auto;
    }

    .spl_modal_dialog .modal-header {
        border: 0px;
        padding-bottom: 0;
        padding-top: 30px;
        position: relative;
    }

    .spl_modal_dialog .modal-body h2 {
        font-size: 22px;
        font-weight: 800;
        color: #2d3e50;
        margin-bottom: 5px;
    }

    .spl_modal_dialog .modal-body p {
        color: #97a6b7;
        font-size: 16px;
    }

    .spl_modal_dialog .modal-footer {
        border: 0px;
        padding-top: 0;
        padding-bottom: 30px;
        text-align: center;
    }

        .spl_modal_dialog .modal-footer .spl_btn.btn-primary {
            margin: auto;
        }

    .spl_modal_dialog .modal-content {
        border-radius: 10px;
        overflow: hidden;
        border: 0;
    }

modal .modal-side {
    max-width: 100%;
}
/********************************************************
   9. Package Page Start
********************************************************/
.spl_nopackage_btn {
    color: #21479e;
    font-size: 20px;
    font-weight: bold;
    background-color: #ecf2ff;
    border: 0px;
    box-shadow: none;
    height: 80px;
    padding: 0px 55px;
}
/********* Pagination Css ************/
.spl_pagination_dv {
    margin-top: 40px;
    position: relative;
}

.spl_pagination li {
    margin-right: 15px;
}

    .spl_pagination li.disabled a {
        background-color: #0069d9;
        color: var(--white_color);
        border: 1px solid #0069d9;
    }

    .spl_pagination li.active a, .spl_pagination li:hover a {
        background-color: #dbe6ff;
        border: 1px solid #dbe6ff;
        color: #0069d9;
    }

    .spl_pagination li.disabled_last a {
        border: 1px solid #dbe6ff;
    }

    .spl_pagination li a {
        width: 40px;
        height: 40px;
        line-height: 38px;
        display: inline-block;
        border-radius: 5px;
        text-align: center;
        color: #97a6b7;
    }

.spl_continue {
    text-align: right;
}

    .spl_continue .btn-primary {
        margin: 0px;
    }

/********************/
.spl_sidebar_table table thead {
    padding: 10px;
    text-align: center;
    background-color: #da1c5c;
    width: 100%;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    font-family: 'PT Sans';
}

.spl_sidebar_table {
    padding: 0;
    border: 1px solid #d9e1ea !important;
    border-radius: 7px;
    overflow: hidden;
    margin: auto;
}

    .spl_sidebar_table table {
        width: 100%;
        border: 0;
        border-radius: 7px;
        overflow: hidden;
        margin: auto;
    }

        .spl_sidebar_table table td {
            font-size: 14px;
            color: #97a6b7;
        }

        .spl_sidebar_table table th {
            font-size: 16px;
            color: #222222;
            line-height: 30px;
            padding-top: 20px;
            padding-bottom: 10px;
        }

        .spl_sidebar_table table td,
        .spl_sidebar_table table th {
            padding-left: 15px;
            padding-right: 15px;
        }

        .spl_sidebar_table table thead td {
            color: #fff;
            font-size: 16px;
        }

        .spl_sidebar_table table tfoot {
            border-top: 1px solid #d9e1ea;
        }

            .spl_sidebar_table table tfoot th {
                padding: 15px;
            }

        .spl_sidebar_table table tbody tr:last-child td {
            padding-bottom: 25px;
        }

/********************************************************
   10. Up Sell Page Css Start
*********************************************************/
.spl_upsell_page {
    padding: 100px 0;
    background-color: #fff;
}

    .spl_upsell_page .spl_listimg, .spl_upsell_page .spl_dogcatagory {
        width: 100%;
    }

    .spl_upsell_page .spl_dogcatagory {
        margin-left: 0;
        margin-top: 20px;
    }

.spl_upsell_head p.spl_headtext {
    margin-left: 0;
}

.spl_upsell_head {
    vertical-align: baseline;
    float: left;
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #d9e1ea;
    margin-bottom: 25px;
}

.spl_upsell_page .spl_dog_footer {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #d9e1ea;
    padding-bottom: 10px;
}

.spl_upsell_page .mt_overlay_dv > a > img {
    width: 100%;
}

.spl_remove_row {
    font-size: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    background-color: #ecf1f6;
    cursor: pointer;
}

.spl_sidebar_table.spl_upsell_table table tfoot th {
    padding: 10px 15px 10px;
}

.spl_sidebar_table.spl_upsell_table table tfoot tr:nth-child(2) th {
    padding: 0px 15px 15px;
}

.spl_sidebar_table.spl_upsell_table table tfoot tr:first-child th {
    padding-bottom: 0px;
}

.spl_sidebar_table.spl_upsell_table table tfoot tr:last-child th {
    padding: 15px;
    border-top: 1px solid #d9e1ea;
}

span.spl_remove_row:hover {
    background-color: var(--pink_color);
    color: var(--white_color);
}

/****************************************************
    11. Customer Information Page Css Start
*****************************************************/
.spl_customer_info {
    padding: 100px 0;
    background-color: #fff;
}

.spl_customerinfo_form {
    padding: 40px;
    background-color: #f2f4f9;
    border-radius: 10px;
    border: 1px solid #eceff5;
}

    .spl_customerinfo_form h4 {
        color: #fff;
        background-color: #da1c5c;
        padding: 15px 25px;
        border-radius: 10px 10px 0 0;
        font-size: 18px;
        font-family: 'PT Sans';
        font-weight: 600;
    }

.spl_input.spl_textarea {
    height: auto;
    min-height: 140px;
    line-height: normal;
    padding: 25px;
}

.spl_customerinfo_form fieldset legend {
    left: 20px;
}

.spl_checkbox {
    margin-right: 10px;
}

.spl_customerinfo_form form .spl_inner_form {
    background-color: var(--white_color);
    padding: 45px 25px 45px;
    border-radius: 0px 0px 10px 10px;
}

.spl_customerinfo_form label {
    font-size: 14px;
    color: #97a6b7;
}
/*---------- Checkbox CSS Start -------*/
.spl_checkbox {
    float: left;
    margin: 0px;
    margin-bottom: 15px;
    position: relative;
    display: block;
    color: #cbced2;
}

    .spl_checkbox label {
        min-height: 18px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
        font-size: 14px;
    }

    .spl_checkbox + .checkbox {
        margin-top: -5px;
    }

    .spl_checkbox label {
        padding-left: 25px;
        position: relative;
        background: transparent !important;
        padding: 0px 0px 0px 25px;
        top: 0px !important;
        float: left;
        width: 100%;
        font-weight: 500;
    }

    .spl_checkbox input {
        top: 0;
        left: 0;
        margin-left: 0 !important;
        z-index: 1;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        margin-top: 0;
        width: 0;
    }

    .spl_checkbox .input-helper:before,
    .spl_checkbox .input-helper:after {
        -webkit-transition: all;
        -o-transition: all;
        transition: all;
        -webkit-transition-duration: 50ms;
        transition-duration: 50ms;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        content: "";
    }

    .spl_checkbox .input-helper:before {
        left: 0;
        border: 1px solid #cbced2;
    }

    .spl_checkbox input:checked + .input-helper:before {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .spl_checkbox input:checked + .input-helper:after {
        -webkit-transform: scale(1) rotate(-50deg);
        -ms-transform: scale(1) rotate(-50deg);
        -o-transform: scale(1) rotate(-50deg);
        transform: scale(1) rotate(-50deg);
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .spl_checkbox .input-helper:before {
        top: 6px;
        left: 2px;
        width: 16px;
        height: 16px;
        border-radius: 4px;
    }

    .spl_checkbox .input-helper:after {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0) rotate(80deg);
        -ms-transform: scale(0) rotate(80deg);
        -o-transform: scale(0) rotate(80deg);
        transform: scale(0) rotate(80deg);
        width: 22px;
        height: 9px;
        border-bottom: 2px solid #21479e;
        border-left: 2px solid #21479e;
        border-bottom-left-radius: 2px;
        left: -1px;
        top: 4px;
    }
/****************************/

/****************************************************
    Responsive Css Start
*****************************************************/
@media screen and (min-width: 768px) {
    .spl_modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

@media screen and (min-width: 1024px) {
    #Step1BannerDog {
        background-image: url('../MembSignupImages/dog_banner2.png') !important;
    }
}

span.SentencePart {
    display: none;
}

@media screen and (min-width: 768px) {
    div.Step5Background {
        background-image: url('../MembSignupImages/dog_banner3.png') !important;
    }
}
