﻿html {
    height: 100%;
   
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff !important;
    overflow-x: hidden;
    cursor: pointer;
}
.no-js #loader {
    display: none;
}
.disable-div {
    display:none!important;
}
/* Preloader */

p {
    color: #282972;
    font-size: 17px;
}
#div-select-pet {
    color: #322f78;
}

#heading {
    text-transform: uppercase;
    background: #282972;
    font-weight: bolder;
    color: white;
    padding: 10px 10px 10px 10px;
    text-align: center;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

.form-card {
    text-align: left;
}

.panel-group .panel-footer {
    text-align: center !important;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.panel-group .panel-footer label {
    margin-bottom: 0px; 
    margin-top: 10px;
}

.panel-title {
    
    text-align: center;
}
#msform fieldset:not(:first-of-type) {
    display: none;
}

.notifyjs-corner {
    z-index: 9999 !important;

}

.saving-icon {
    width: 40px;
    margin: 10px 0px 0px 0px;
    float: right;
    height: 90%;
    position: fixed;
    top: 50%;
    left: 45%;
    opacity: 0.8;
    transform: translate(-50%, -50%);
    z-index: 999;
}
#msform input,
#msform textarea,
#msform select,
#call-back-modal input {
    padding: 8px 15px 8px 15px;
    border: 1px solid #3376b8;
    border-radius: 30px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #282972;
    background-color: #ffff;
    font-size: 16px;
    letter-spacing: 1px;
    outline: none;
}
#my-notes-modal input {
    padding: 8px 15px 8px 15px;
    border: 1px solid #3376b8;
    border-radius: 30px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #282972;
    background-color: #ffff;
    font-size: 16px;
    letter-spacing: 1px;
    outline: none;
}

#msform input[type=checkbox],
#msform input[type=radio] {
    width: auto;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #282972;
    outline-width: 0;
}

#msform .action-button {
    background: #282972;
    font-weight: bold;
    color: white;
    border: 3px solid #282972;
    border-radius: 30px;
    width: 19%;
    /*cursor: text;*/
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    outline: none;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1);
}

    #msform .action-button:active {
        background-color: #311B92;
        -webkit-animation: hover 1200ms linear 2 alternate;
        animation: hover 1200ms linear 2 alternate;
    }
    #msform .action-button:hover,
    #msform .action-button:focus {
        background-color: #311B92;
        -webkit-animation: active 1200ms ease 1 alternate;
        animation: active 1200ms ease 1 alternate;
    }

#msform .action-button-previous {
    width: 30%;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 3px solid #616161;
    border-radius: 30px;
    padding: 10px 5px;
    margin: 10px 5px 10px 5px;
    float: right;
    outline: none;
}

    #msform .action-button-previous:hover,
    #msform .action-button-previous:focus {
        background-color: #616161;
        -webkit-animation: active 1200ms ease 1 alternate;
        animation: active 1200ms ease 1 alternate;
    }

    #msform .action-button-previous:active {
        background-color: #616161;
        -webkit-animation: hover 1200ms linear 2 alternate;
        animation: hover 1200ms linear 2 alternate;
    }


.site-header {
    padding-top: 20px !important;
}

/**/
@-webkit-keyframes active {
    0% {
        transform: scale(1,1);
    }

    90% {
        transform: scale(.9,.88);
    }

    100% {
        transform: scale(.92,.9);
    }
}

@keyframes active {
    0% {
    transform: scale(1,1);
}

90% {
    transform: scale(.9,.88);
}

100% {
    transform: scale(.92,.9);
}

}

/* Hover state animation keyframes below */

@-webkit-keyframes hover {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    1.8% {
        -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.016, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    3.5% {
        -webkit-transform: matrix3d(1.033, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.033, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    4.7% {
        -webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.129, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.045, 0, 0, 0, 0, 1.129, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    5.31% {
        -webkit-transform: matrix3d(1.051, 0, 0, 0, 0, 1.142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.051, 0, 0, 0, 0, 1.142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    7.01% {
        -webkit-transform: matrix3d(1.068, 0, 0, 0, 0, 1.158, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.068, 0, 0, 0, 0, 1.158, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    8.91% {
        -webkit-transform: matrix3d(1.084, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.084, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    9.41% {
        -webkit-transform: matrix3d(1.088, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.088, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    10.71% {
        -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.097, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    12.61% {
        -webkit-transform: matrix3d(1.108, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.108, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    14.11% {
        -webkit-transform: matrix3d(1.114, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.114, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    14.41% {
        -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.115, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    16.32% {
        -webkit-transform: matrix3d(1.119, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.119, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    18.12% {
        -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.121, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    18.72% {
        -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.121, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    20.02% {
        -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.121, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    21.82% {
        -webkit-transform: matrix3d(1.119, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.119, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    24.32% {
        -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.11, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.115, 0, 0, 0, 0, 1.11, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    25.53% {
        -webkit-transform: matrix3d(1.113, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.113, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    29.23% {
        -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.106, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    29.93% {
        -webkit-transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    35.54% {
        -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.105, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.098, 0, 0, 0, 0, 1.105, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    36.64% {
        -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.097, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    41.04% {
        -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.096, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    44.04% {
        -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.096, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    51.45% {
        -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    52.15% {
        -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    58.86% {
        -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    63.26% {
        -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.101, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    66.27% {
        -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.101, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    73.77% {
        -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    81.18% {
        -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    85.49% {
        -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    88.59% {
        -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    96% {
        -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    100% {
        -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@keyframes hover {
    0% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    1.8% {
        -webkit-transform: matrix3d(1.016, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.016, 0, 0, 0, 0, 1.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    3.5% {
        -webkit-transform: matrix3d(1.033, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.033, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    4.7% {
        -webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.129, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.045, 0, 0, 0, 0, 1.129, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    5.31% {
        -webkit-transform: matrix3d(1.051, 0, 0, 0, 0, 1.142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.051, 0, 0, 0, 0, 1.142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    7.01% {
        -webkit-transform: matrix3d(1.068, 0, 0, 0, 0, 1.158, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.068, 0, 0, 0, 0, 1.158, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    8.91% {
        -webkit-transform: matrix3d(1.084, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.084, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    9.41% {
        -webkit-transform: matrix3d(1.088, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.088, 0, 0, 0, 0, 1.132, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    10.71% {
        -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.097, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    12.61% {
        -webkit-transform: matrix3d(1.108, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.108, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    14.11% {
        -webkit-transform: matrix3d(1.114, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.114, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    14.41% {
        -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.115, 0, 0, 0, 0, 1.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    16.32% {
        -webkit-transform: matrix3d(1.119, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.119, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    18.12% {
        -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.121, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    18.72% {
        -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.121, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    20.02% {
        -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.121, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    21.82% {
        -webkit-transform: matrix3d(1.119, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.119, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    24.32% {
        -webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.11, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.115, 0, 0, 0, 0, 1.11, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    25.53% {
        -webkit-transform: matrix3d(1.113, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.113, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    29.23% {
        -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.106, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    29.93% {
        -webkit-transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    35.54% {
        -webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.105, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.098, 0, 0, 0, 0, 1.105, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    36.64% {
        -webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.097, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    41.04% {
        -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.096, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    44.04% {
        -webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.096, 0, 0, 0, 0, 1.097, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    51.45% {
        -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    52.15% {
        -webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.099, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    58.86% {
        -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    63.26% {
        -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.101, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    66.27% {
        -webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.101, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    73.77% {
        -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    81.18% {
        -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    85.49% {
        -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    88.59% {
        -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    96% {
        -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    100% {
        -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

/**/
.card {
    z-index: 0;
    border: none;
    position: relative;
}

.fs-title {
    font-size: 25px;
    color: #282972;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}

.purple-text {
    color: #282972;
    font-weight: normal;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

.fieldlabels {
    color: gray;
    text-align: left !important;
}
   select {
        -webkit-appearance: none;
    }

    #progressbar {
        margin-bottom: 30px;
        overflow: hidden;
        color: lightgrey;
    }

#progressbar .active {
    color: #282972;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #282972;
}

.no {
    padding-top: 11px !important;
}
.buster {
    padding-top: 15px;
}
.business {
    padding-top: 12px !important;
}
.progress {
    height: 20px;
}


.progress-bar {
    background: url('../Assets/icons/paw-Sized_Icon.png');
    background-size: 20px;
}

.fit-image {
    width: 100%;
    object-fit: cover;
}

.pet-view {
    margin-top: 20px;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
}

.txt-business-usage {
    background-color: #282972;
    color: white;
    margin: 20px 20px 20px 20px;
    padding: 10px 10px 10px 10px;
    text-align: center;
}

hr {
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #5b5b5b;
}

/*Model*/
.model-input {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #282972;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px;
}

.modal-dialog {
    padding-top:100px;
}
.model-hr {
    border-top: 1px solid #dddddd !important;
}

.modal {
    border-radius: 0px;
    z-index: 999 !important;
 
}

.modal a.close-modal {
    position: absolute;
    top: 1px;
    right: 5px;
    display: block;
    width: 21px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../Assets/icons/close-icon.png);
}

.modal a.close-modal:hover {
    transform: rotate(360deg);
    transition: all 0.3s ease-in-out 0s;
}

.select-product-div {
    background-color: #282972;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
    text-align: center;
    color: white;
    font-weight: bold;
}

.nav-tabs.nav-justified > .active > .plan-presentation input {
    background-color: transparent !important;
    color: white !important;
}

    .select-product-div:hover {
        color: navajowhite;
    }

.uppercase {
    text-transform: uppercase;
}

.amount {
    text-align: left !important;
}

.number {
    text-align: left !important;
}

.lbl-completed {
    font-weight: normal;
    font-style: italic;
    color: #0026ff;
}

.lbl-completed-white {
    font-weight: normal;
    font-style: italic;
    color: white;
}

#msform .bnt-yes {
    width: 100% !important;
    background-color: green !important;
    text-align: center;
}

.bnt-no {
    width: 100% !important;
    background-color: red !important;
    text-align: center;
}

/* Notes */
.note {
    background-color: #e7f3fe;
    border-left: 6px solid #26ACE3;
    padding: 20px 10px 0px 0px;
    text-align: justify;
    margin-bottom: 20px;
}

.note > p {
    padding-top: 20px;
}

.note > div > img {
    width: 30px;
}

.note > .note-text {
    padding-top: 4px;
}
.pet_name {
    color: #3fafe2;
    text-transform: capitalize;
}

.plan-card {
    display: block;
}
.hide-mobile {
    display:none;
}

.plus {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: linear-gradient(#fff,#fff), linear-gradient(#fff,#fff), transparent;
    background-position: center;
    background-size: 60% 3px,3px 60%;
    background-repeat: no-repeat;
}

.radius {
    border-radius: 50%;
    border: 1px solid #fff;
    margin-bottom: -8px;
    margin-right: 10px;
}

.bnt-submit-plan-selection-model {
    margin-right: 30px !important;
}
label.routine {
    padding-top: 9px;
}
@media (min-width: 992px) {
    .note > .col-md-1 {
        width: 4%;
    }
}

.p-justify {
    text-align: justify;
}


/* Radio button Yes or No */
.switch-field {
    display: flex;
    margin-bottom: 25px;
    overflow: hidden;
    height: 47px;
}

.switch-field1 {
    display: flex;
    margin-bottom: 25px;
    overflow: hidden;
    height: 55px;
    
}
/*.nav-tabs > li > a:nth-child(4n+1) {
    padding-bottom: 20px;
}*/

.nav-tabs > li > a:nth-child(4n+2) {
    padding-bottom: 20px;
}
.nav-tabs > li > a:last-child {
    height: 368px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field1 input {
    /*position: absolute !important;*/
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field1 label {
    line-height: 1;
    text-align: center;
    padding: 8px 134px;
    border: 1px solid #3376b8;
    /*transition: all 0.1s ease-in-out;*/
    box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 6px 8px rgba(0,0,0,0.11), 0 8px 16px rgba(0,0,0,0.11);
    margin-top: 2px;
    width: 100%;
    border-radius: 30px;
    box-sizing: border-box;
    color: #282972;
    background-color: white;
    font-size: 16px;
    letter-spacing: 1px;
}

.switch-field label {
    line-height: 1;
    text-align: center;
    padding: 8px 114px;
    border: 1px solid #3376b8;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #282972;
    background-color: white;
    font-size: 16px;
    letter-spacing: 1px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.fieldlabels1 span {
    color: #3fafe2 !important;
    text-transform: capitalize !important;
}

.fieldlabels span {
    color: #3fafe2 !important;
    text-transform: capitalize !important;
}

.switch-field label:nth-child(1) {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.switch-field label:nth-child(2) {
    border-top-left-radius: 30px;
    padding-top: 10px;
    border-bottom-left-radius: 30px;
    /*border-radius: 30px !important;*/
}
.switch-field label:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    /*border-radius: 30px;*/
    /*border-left: 0;*/
    padding-top: 9px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.switch-field input[type=radio]:checked + label {
    background: url(../Assets/icons/tick-01-01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    justify-content: space-around;
    padding-left: 5px;
    color: #322f78;
}
.switch-field1 input[type=radio]:checked + label {
    background: url(../Assets/icons/tick-01-01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    justify-content: space-around;
    padding-left: 5px;
    color: #322f78;
}

    .switch-field input[type=radio]:checked + label.yes {
        background: url(../Assets/icons/tick-01-01.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 20px 20px;
        justify-content: space-around;
        padding-left: 5px;
        color: #322f78;
    }

    .switch-field input[type=radio]:checked + label.no {
        background: url(../Assets/icons/no-01.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 20px 20px;
        justify-content: space-around;
        padding-left: 5px;
        color: #322f78;
    }
.switch-field input[type=radio]:checked + label.person {
    /*background: url('../Assets/icons/person_News Icon.png');
        background-repeat: no-repeat;
        background-position: center center;*/
    background: url(../Assets/icons/tick-01-01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    justify-content: space-around;
    padding-left: 5px;
    color: #322f78;
}

.switch-field input[type=radio]:checked + label.business {
    /*background: url('../Assets/icons/briefcase_News Icon.png');*/
    background: url(../Assets/icons/tick-01-01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    justify-content: space-around;
    padding-left: 5px;
    color: #322f78;
}

.switch-field input[type=radio]:checked + label.buster {
    background: url(../Assets/icons/tick-01-01.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 30px !important;
    background-size: 20px 20px;
    justify-content: space-around;
    padding-right: 197px;
    color: #322f78;
}

.switch-field input[type=radio]:checked + label.routine {
    background: url(../Assets/icons/tick-01-01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    border-radius: 30px !important;
    justify-content: space-around;
    padding-right: 181px;
    color: #322f78;
}
.switch-field1 input[type=radio]:checked + label.buster {
    background: url(../Assets/icons/tick-01-01.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 30px !important;
    background-size: 20px 20px;
    justify-content: space-around;
    padding-right: 197px;
    color: #322f78;
}

.switch-field1 input[type=radio]:checked + label.routine {
    background: url(../Assets/icons/tick-01-01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    border-radius: 30px !important;
    justify-content: space-around;
    padding-right: 181px;
    color: #322f78;
}

    .radio-tick {
    display: none;
}

/*Range sliders*/
.rng-percentage-label {
    background-color: #eceff1 !important;
    border: 3px solid #282972 !important;
    height: 70px !important;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    width: 70px !important;
    font-size: 30px !important;
    margin: 0px 50% !important;
    text-align: center !important;
}

/*Buttons*/
.bnt {
    text-transform: uppercase;
    font-weight: bolder;
    color: white;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none !important;
    text-align: center;
}

.bnt-green {
    background-color: green;
}

.bnt-red {
    background-color: red;
}

.bnt-orange {
    background-color: orange;
}

.bnt-red:hover {
    color: white;
    background-color: #ff4545;
}

.bnt-green:hover {
    color: white;
    background-color: #149d14;
}

.bnt-orange:hover {
    color: white;
    background-color: #dfa73f;
}
.line {
    border-top: 1px solid #33e2d1;
    width: 500px;
}

.diver-card-image {
    height: 180px;
}

.diver-card-image-div {
    width: 40% !important;
    border-right: dashed;
}

.diver-card {
    background-color: #e7f3fe;
    border-left: 6px solid #282972;
    padding: 20px 10px 0px 0px;
    text-align: justify;
    margin-bottom: 20px;
}

.panel-default {
    border-color: #322f78 !important;
}
.panel-default > .panel-heading {
    color: #fff !important;
    background-color: #322f78 !important;
    background-image: none;
    border-color: #322f78 !important;
}



/*
.notifyjs-metro-base {
    position: relative;
    min-height: 52px;
    color: #444;
}

    .notifyjs-metro-base .image {
        display: table;
        position: absolute;
        height: auto;
        width: auto;
        left: 25px;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .notifyjs-metro-base .text-wrapper {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        margin: 10px 10px 10px 52px;
        clear: both;
        font-family: 'Segoe UI';
    }

    .notifyjs-metro-base .title {
        font-size: 15px;
        font-weight: bold;
    }

    .notifyjs-metro-base .text {
        font-size: 12px;
        font-weight: normal;
        vertical-align: middle;
    }*/


/*loader*/

#loaders{
    width: 100%;
    height: 1000px;
    /*background-color: lightgrey;*/
    position: fixed;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    z-index:999;

}
#loaders img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 4px #ddd solid;
    border-top: 4px #10102e solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

.panel-group .panel {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.thanks-you-div {
    position: absolute;
    top: 140px;
    width: 550px;
    height: 100px;
    padding: 20px 10px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.client-details-info {
    margin-top: 20px;
}

.thanks-you-div-main-text {
    transform-origin: 50% 50%;
    font-size: 50px;
    z-index: 2;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
}
.nav-tabs.nav-justified > .active > input#tab-planId-34.select-plans {
    background: orange;
}
.nav-tabs.nav-justified > .active > .plan-presentation input > .select-plans {
    color: red !important;
}
/*select members drag and drop*/
#select-member-origin {
    text-align: center;
    min-width: 600px;
    min-height: 120px;
}

#select-member-origin img, #drop img {
    margin-top: 3px;
    margin-left: 5px;
}

#select-member-drop {
    text-align: center;
    min-height: 120px;
}

.quote-select {
    margin-right: 2px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 6px 8px rgba(0,0,0,0.11), 0 8px 16px rgba(0,0,0,0.11);
}

.plan_buttons {
    display:flex;
}
.over {
    border: solid 5px purple;
}

.unit-text {
    text-align: center;
}

/* Questionnaire */
.parent-question {
    background-color: #484987;
    color: #fff;
    padding: 10px 10px 10px 10px;
    font-size: 15px;
    margin-bottom: 15px
}

.lbl-questionnaire {
    display: block;
}

.input-questionnaire {
    float: left;
    margin-left: -20px;
    margin-right: 7px !important;
}

/* Plan selection table */
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
}

th,
td {
    font-size: 14px;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

th {
    /*color: lightpink;*/
    color: #282972;
    font-size: 12px;
}

tr.selected {
    background: #ddd;
}

.plan-box-in-hospital {
    width: 48% !important;
    float: left !important;
}

.plan-box-not-in-hospital {
    width: 48% !important;
    float: right !important;
}

.action-button-lost-lead {
    width: 100px;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    height: 42px;
    padding: 15px;
    background: red;
    text-decoration: none;
}

#call-back-div {
    right: 25px;
    bottom: 25px;
    position: fixed;
    z-index: 9999;
}

back-div a {
    position: relative;
}

#call-back-div a.sywh-open-services {
    background-color: #129bf4;
    color: #fff;
    line-height: 55px;
    margin-top: 10px;
    border: none;
    font-size: 23px;
    width: 55px;
    height: 55px;
    text-align: center;
    box-shadow: 2px 2px 8px -3px #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    display: inline-block;
}

#call-back-div a.sywh-open-services i {
    line-height: 55px;
}

#call-back-div a.sywh-open-services i.fa-times {
    display: none;
}

#call-back-div .sywh-services {
    width: 55px;
    height: auto;
}

#call-back-div .sywh-services a {
    display: none;
}

    #call-back-div .sywh-services a i {
        background-color: #129bf4;
        color: #fff;
        line-height: 55px;
        margin-top: 10px;
        border: none;
        font-size: 23px;
        width: 55px;
        height: 55px;
        text-align: center;
        box-shadow: 2px 2px 8px -3px #000;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
    }

a[data-tooltip] {
    position: relative;
}

a[data-tooltip]::before,
a[data-tooltip]::after {
    position: absolute;
    display: none;
    opacity: 0.85;
    transition: all 0.3s ease-in-out;
}

a[data-tooltip]::before {
    content: attr(data-tooltip);
    background: #000;
    color: #fff;
    font-size: 13px;
    padding: 7px 11px;
    border-radius: 5px;
    white-space: nowrap;
    text-decoration: none;
}

a[data-tooltip]::after {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    content: "";
}

a[data-tooltip]:hover::before,
a[data-tooltip]:hover::after {
    display: block;
}

a.sywh-open-services[data-tooltip]::before,
a.sywh-open-services[data-tooltip]::after {
    display: block;
}

a.data-tooltip-hide[data-tooltip]::before,
a.data-tooltip-hide[data-tooltip]::after {
    display: none !important;
}

a.sywh-open-services[data-tooltip][data-placement="left"]::before {
    top: 11px;
}

a[data-tooltip][data-placement="left"]::before {
    top: -7px;
    right: 100%;
    line-height: normal;
    margin-right: 10px;
}

a[data-tooltip][data-placement="left"]::after {
    border-left-color: #000;
    border-right: none;
    top: 50%;
    right: 100%;
    margin-top: -6px;
    margin-right: 4px;
}

a[data-tooltip][data-placement="right"]::before {
    top: -7px;
    left: 100%;
    line-height: normal;
    margin-left: 10px;
}

a[data-tooltip][data-placement="right"]::after {
    border-right-color: #000;
    border-left: none;
    top: 50%;
    left: 100%;
    margin-top: -6px;
    margin-left: 4px;
}

a[data-tooltip][data-placement="top"]::before {
    bottom: 100%;
    left: 0;
    margin-bottom: 10px;
}

a[data-tooltip][data-placement="top"]::after {
    border-top-color: #000;
    border-bottom: none;
    bottom: 100%;
    left: 10px;
    margin-bottom: 4px;
}

a[data-tooltip][data-placement="bottom"]::before {
    top: 100%;
    left: 0;
    margin-top: 10px;
}

a[data-tooltip][data-placement="bottom"]::after {
    border-bottom-color: #000;
    border-top: none;
    top: 100%;
    left: 10px;
    margin-top: 4px;
}

.pet-icon {
    height: 80px;
}

.fldset-pet {
    /*border: 1px solid #282972;*/
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 6px 8px rgba(0,0,0,0.11), 0 8px 16px rgba(0,0,0,0.11);
    margin: 20px;
    /*background-color: #F0F8FF;*/
    /*background: url('../Assets/icons/Sized_Icon dog rot_News Icon.png') left top no-repeat, url('../Assets/icons/Sized_Icon cat rot_News Icon.png') right top no-repeat #fff;*/
    padding: 20px;
    background-size: 130px, 130px, 100px;
}

input#tab-planId-92 {
    margin-top: 45px !important;
}

.legend-class {
    color: #0099dd;
}

.pet-exclusions > .panel {
    border-radius: 0px;
}

.pet-exclusions > .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    background-color: #282972;
}

.pet-exclusions > .panel-primary {
    border-color: #282972;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 6px 8px rgba(0,0,0,0.11), 0 8px 16px rgba(0,0,0,0.11);
}

.pet-exclusions > .panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top,#282972 0,#282972 100%);
    background-image: -o-linear-gradient(top,#282972 0, #282972 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));
    background-image: linear-gradient(to bottom,#282972 0,#282972 100%);
    background-repeat: repeat-x;
}

#select-pet-origin, #select-pet-drop {
    text-align: center;
}

.select-a-plan-box {
    margin: 10px 4px 0px -4px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    color: #555;
}

.dog_icon {
    /*opacity: 0.8;*/
    width: 150px !important;
}
.cat_icon {
    /*opacity: 0.8;*/
    width: 140px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.plan-model-header {
    background-color: #282972;
    color: white;
    /* height: 50px; */
    padding: 10px 10px 10px 10px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.nav-tabs.nav-justified > .active > a {
    border-bottom: none;
    box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 6px 8px rgba(0,0,0,0.11), 0 8px 16px rgba(0,0,0,0.11);
    /*background: #3fafe2;*/
    margin-right: 5px;
    /*  color: white;*/
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: white;
    /*background-color: #3376b8;*/
    box-shadow: 2px -4px 10px 0px #515e69;
}

.nav > li > a:hover, .nav > li > a:focus > p {
   
    color: white;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    /*border: 1px solid #3376b8;*/
    border-bottom: none;
    box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 6px 8px rgba(0,0,0,0.11), 0 8px 16px rgba(0,0,0,0.11);
    background: #322f78;
    margin-right: 5px;
    color: white;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

    .nav-tabs.nav-justified > .active > a > p, .nav-tabs.nav-justified > .active > a:hover > p, .nav-tabs.nav-justified > .active > a:focus > p {
        color: white;
    }

.nav-tabs.nav-justified > .active > .plan-presentation input.select-plans {
    border: 1px solid #322f78 !important;
    box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 6px 8px rgba(0,0,0,0.11), 0 8px 16px rgba(0,0,0,0.11);
}



.nav-tabs.nav-justified .active a > input.select-plan {
    box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 6px 8px rgba(0,0,0,0.11), 0 8px 16px rgba(0,0,0,0.11);
    background: #322f78;
}


.nav-tabs.nav-justified > li > a {
    /*border-radius: 4px 4px 0 0;*/
    border-bottom: none;
    box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 6px 8px rgba(0,0,0,0.11), 0 8px 16px rgba(0,0,0,0.11);
    /*background: #3fafe2;*/
    color: #322f78;
    margin-right: 10px;
    color: #322f78;
    font-size: 30px;
    font-weight: 700;
    /* margin: 3px;*/
    border-radius: 30px;
}

.plan-presentation input {
    margin-top: 15px !important;
}

.plan-model-body {
    padding-left: 10px;
    padding-right: 10px;
}

/*.plan-model {
    border: 1px solid #322f78;
    border-radius: 30px;*/
    /*border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;*/
    /*box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 6px 8px rgba(0,0,0,0.11), 0 8px 16px rgba(0,0,0,0.11);
}*/

.plan-model hr {
    border-top: 0px solid #b1b1b1;
}

.plan-model h4 {
    font-weight: bold;
}

.fs-title-description {
    color: #282972;
    font-weight: bold;
    text-align: center;
    line-height: 4.2rem;
}

.fs-title-description-one {
    text-align: center;
}

.fs-title-description-two {
    font-size: 12px;
    text-align: center;
    font-style: italic;
}

.txt-monthly-pet {
    border: none !important;
    background: transparent !important;
    text-align: center !important;
    font-size: 30px !important;
}

.sub-pet {
    border-radius: 50%;
    background-color: red;
    width: 50px;
    height: 50px;
    font-size: larger;
}

.sub-pet {
    border-radius: 50%;
    background-color: red;
    width: 50px;
    height: 50px;
    border: none;
}

.add-pet {
    border-radius: 50%;
    background-color: green;
    width: 50px;
    height: 50px;
    border: none;
}

.txt-select-pet {
    width: 80px;
    height: 50px;
    border: none;
    text-align: center;
    background-color: white;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.bnt-submit-plan-selection-model {
    width: 100px;
    background: #282972;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    padding: 10px 5px;
}
.txt-monthly-pet {
    border: none !important;
    background: transparent !important;
    text-align: center !important;
    font-size: 30px !important;
    font-weight: 800;
}

#tab-planId-92 > p:nth-child(6) {
    display: none;
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
    .switch-field1 {
            display: block;
            margin-bottom: 25px;
            overflow: hidden;
            height: auto;
        }

        .plan-tooltip {
            display: block !important;
            margin-top: 110px !important;
            z-index: 99999;
            margin-bottom: -24px !important;
        }

        .plan-tooltip-buster {
            margin-left: 0px !important;
            margin-bottom: -3px;
        }

            .plan-tooltip-buster .tooltip_spayed:hover::after {
                content: attr(data-tooltip);
                background: #322f78;
                top: -41px;
                transform: translateX(100%);
                font-size: 11px;
                margin-left: -344px;
                width: 323px;
                border-radius: 30px;
                color: #fff;
                padding: 10px;
            }

        .plan-tooltip-routine {
            margin-top: 50px;
            margin-bottom: -234px;
        }

            .plan-tooltip-routine .tooltip_spayed:hover::after {
                content: attr(data-tooltip);
                background: #322f78;
                top: -42px;
                transform: translateX(100%);
                font-size: 11px;
                margin-left: -344px;
                width: 330px;
                border-radius: 30px;
                color: #fff;
                padding: 10px;
                padding-top: 5px;
                padding-bottom: 5px;
            }
    }

    @media only screen and (max-width: 600px) {
        body {
            overflow-x: hidden; /* Hide scrollbars */
        }

        #heading img {
            width: 65% !important;
            height: auto;
        }

        .tab-plan-pricing {
            width: 100%;
        }

        /* .plan-presentation hr {
        display:none;
    }*/

        .switch-field1 {
            display: block;
            margin-bottom: 25px;
            overflow: hidden;
            height: auto;
        }

        .plan-tooltip {
            display: block !important;
            margin-top: 110px !important;
            z-index: 99999;
            margin-bottom: -24px !important;
        }

        .plan-tooltip-buster {
            margin-left: 0px !important;
            margin-bottom: -3px;
        }

            .plan-tooltip-buster .tooltip_spayed:hover::after {
                content: attr(data-tooltip);
                background: #322f78;
                top: -41px;
                transform: translateX(100%);
                font-size: 11px;
                margin-left: -344px;
                width: 323px;
                border-radius: 30px;
                color: #fff;
                padding: 10px;
            }

        .plan-tooltip-routine {
            margin-top: 50px;
            margin-bottom: -234px;
        }

            .plan-tooltip-routine .tooltip_spayed:hover::after {
                content: attr(data-tooltip);
                background: #322f78;
                top: -42px;
                transform: translateX(100%);
                font-size: 11px;
                margin-left: -344px;
                width: 330px;
                border-radius: 30px;
                color: #fff;
                padding: 10px;
                padding-top: 5px;
                padding-bottom: 5px;
            }
        .plan-presentation p.text {
            /*display: none;*/
            font-size: 15px !important;
        }

        .txt-monthly-pet {
            padding: 0px 0px 0px 0px;
            border-radius: 0px;
            margin-top: 0 0 0 0;
            width: 100%;
            box-sizing: border-box;
            color: #282972;
            background-color: #ECEFF1;
            letter-spacing: 0px !important;
            font-size: 30px !important;
            text-align: center;
        }

        .nav-tabs.nav-justified > .active > .plan-presentation input {
            background-color: transparent !important;
            color: white !important;
        }

        .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
            padding: 3px 0px 0px 0px;
        }

        .nav-tabs.nav-justified > a {
            /*border: 1px solid #ddd;*/
        }

        .tab-plan-pricing {
            padding: 3px 0px 0px 0px;
        }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 0 0 0 0;
        }

        .pet-exclusions {
            padding: 0px 30px 0 30px;
        }

        .steps {
            padding: 0 20px 0 0;
        }

        .fs-title-description {
            padding: 0 15px 0 15px;
        }

        .fs-title-description-one {
            padding: 0 15px 0 15px;
        }

        .fs-title-description-two {
            padding: 0 15px 0 15px;
        }


        h2, .h2 {
            font-size: 20px;
        }

        .nav-tabs.nav-justified > li {
            float: left;
        }

        .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
            border: 1px solid #282972;
            border-bottom: white;
            background-color: #282972;
            color: white;
            border-radius: 30px;
            padding-left: 5px;
            padding-top: 5px;
            padding-right: 1px;
        }

        .nav-tabs.nav-justified > .active p {
            border: 1px solid #282972;
            border-bottom: white;
            background-color: #282972;
            color: white;
        }

        .panel-group {
            padding: 0px;
        }

        #div-banking-details-business {
            padding: 0 20px 0 20px;
        }
    }

    /*tooltip*/

    .tooltip {
        position: relative;
        padding: 5px 12px;
        border-radius: 30px;
        /*font-size: 20px;*/
        cursor: help;
        width: 50px;
        z-index: 500;
        margin-top: -38px;
        opacity: 1;
        margin-left: 170px;
    }

    .tooltip_chip {
        position: relative;
        padding: 5px 12px;
        border-radius: 30px;
        /*font-size: 20px;*/
        cursor: help;
        width: 50px;
        z-index: 500;
        margin-top: -39px;
        opacity: 1;
    }

    .tooltip_spayed {
        position: relative;
        /*background: #3fafe2;*/
        padding: 5px 12px;
        border-radius: 30px;
        /*font-size: 20px;*/
        cursor: help;
        width: 50px;
        z-index: 500;
        margin-top: -38px;
        opacity: 1;
        margin-left: 0px;
    }

    .tooltip::before, .tooltip:hover::after {
        position: absolute;
        left: 50%;
        opacity: 0;
        transition: all ease 0.3s;
    }

    .tooltip_chip::before, .tooltip_chip:hover::after {
        position: absolute;
        left: 50%;
        opacity: 0;
        transition: all ease 0.3s;
    }

    .tooltip_spayed::before, .tooltip_spayed:hover::after {
        position: absolute;
        left: 50%;
        opacity: 0;
        transition: all ease 0.3s;
    }

    .tooltip::before {
        content: "";
        border-width: 10px 8px 08px;
        border-style: solid;
        border-color: rgba(0,0,0,0.3) transparent transparent transparent;
        top: 12px;
        margin-left: 15px;
    }

    .tooltip_chip::before {
        content: "";
        border-width: 10px 8px 08px;
        border-style: solid;
        border-color: rgba(0,0,0,0.3) transparent transparent transparent;
        top: 12px;
        margin-left: 15px;
    }

    .tooltip:hover::after {
        content: attr(data-tooltip);
        background: #322f78;
        top: 12px;
        transform: translateY(-100%);
        font-size: 13px;
        margin-left: -195px;
        width: 300px;
        border-radius: 30px;
        color: #fff;
        padding: 14px;
    }

    .tooltip_chip:hover::after {
        content: attr(data-tooltip);
        background: #322f78;
        top: -20px;
        transform: translateX(100%);
        font-size: 13px;
        margin-left: -320px;
        width: 300px;
        border-radius: 30px;
        color: #fff;
        padding: 14px;
    }

    .tooltip_spayed:hover::after {
        content: attr(data-tooltip);
        background: #322f78;
        top: -23px;
        transform: translateX(100%);
        font-size: 13px;
        margin-left: -284px;
        width: 300px;
        color: #fff;
        border-radius: 30px;
        padding: 9px;
    }

    /*Hover states*/

    .tooltip:hover::before, .tooltip_spayed:hover::before, .tooltip_chip:hover::before, .tooltip:hover::after, .tooltip_spayed:hover::after, .tooltip_chip:hover::after {
        opacity: 1;
    }

    @media only screen and (min-width: 769px ) and (max-width: 1442px) {
        #heading img {
            width: 29% !important;
        }

        .tooltip_chip {
            position: relative;
            padding: 0px;
            margin-top: -39px;
        }

            .tooltip_chip:hover::after {
                content: attr(data-tooltip);
                background: #322f78;
                top: -20px;
                transform: translateX(100%);
                margin-left: -491px;
                width: 265px;
                border-radius: 30px;
                color: #fff;
                padding: 6px;
                padding-left: 11px;
            }
    }

    @media only screen and (min-width: 1440px) {
        .plan-tooltip-buster {
            margin-left: 400px !important;
        }

            .plan-tooltip-buster .tooltip_spayed:hover::after {
                content: attr(data-tooltip);
                background: #322f78;
                top: -22px;
                transform: translateX(100%);
                font-size: 12px;
                margin-left: -298px;
                width: 310px;
                color: #fff;
                border-radius: 30px;
                padding: 9px;
            }

        .plan-tooltip-routine .tooltip_spayed:hover::after {
            content: attr(data-tooltip);
            background: #322f78;
            top: -29px;
            transform: translateX(100%);
            font-size: 12px;
            margin-left: -351px;
            width: 371px;
            color: #fff;
            border-radius: 30px;
            padding: 12px;
            padding-bottom: 7px;
            padding-top: 6px;
        }
        .plan-tooltip-plan .tooltip_spayed:hover::after {
            content: attr(data-tooltip);
            background: #322f78;
            top: -14px;
            transform: translateX(100%);
            font-size: 12px;
            margin-left: -470px;
            width: 500px;
            color: #fff;
            border-radius: 30px;
            padding: 9px;
        }
        #illness .tooltip_spayed:hover::after {
            content: attr(data-tooltip);
            background: #322f78;
            top: -26px;
            transform: translateX(100%);
            font-size: 12px;
            margin-left: -615px;
            width: 640px;
            color: #fff;
            border-radius: 30px;
            padding: 12px;
            padding-top: 7px;
            padding-bottom: 7px;
        }
       
    }

    @media only screen and (min-width: 1024px ) and (max-width: 1439px) {
        #heading img {
            width: 29% !important;
            margin-right: 240px !important;
        }

        .tooltip img {
            width: 28px !important;
        }

        .tooltip_spayed img {
            width: 3% !important;
        }

        .plan-tooltip-buster {
            margin-left: 345px !important;
        }

        .plan-tooltip .tooltip_spayed img {
            width: 6.5% !important;
        }

        .plan-tooltip-buster .tooltip_spayed:hover::after {
            content: attr(data-tooltip);
            background: #322f78;
            top: -22px;
            transform: translateX(100%);
            font-size: 12px;
            margin-left: -259px;
            width: 265px;
            color: #fff;
            border-radius: 30px;
            padding: 9px;
        }


        .plan-tooltip-routine .tooltip_spayed:hover::after {
            content: attr(data-tooltip);
            background: #322f78;
            top: -28px;
            transform: translateX(100%);
            font-size: 12px;
            margin-left: -298px;
            width: 301px;
            color: #fff;
            border-radius: 30px;
            padding: 9px;
            padding-bottom: 5px;
            padding-top: 5px;
        }

        .plan-tooltip-plan .tooltip_spayed:hover::after {
            content: attr(data-tooltip);
            background: #322f78;
            top: -14px;
            transform: translateX(100%);
            font-size: 12px;
            margin-left: -483px;
            width: 500px;
            color: #fff;
            border-radius: 30px;
            padding: 9px;
        }

        #illness .tooltip_spayed:hover::after {
            content: attr(data-tooltip);
            background: #322f78;
            top: -26px;
            transform: translateX(100%);
            font-size: 12px;
            margin-left: -620px;
            width: 640px;
            color: #fff;
            border-radius: 30px;
            padding: 9px;
            padding-top: 5px;
            padding-bottom: 5px;
        }
        .tooltip_chip img {
            width: 10% !important;
        }

        .tooltip:hover::after {
            top: 35px;
            margin-left: 20px;
        }

        .nav > li > a {
            padding: 10px 3px;
        }

        .nav-tabs > li > a:last-child {
            height: 355px;
        }

        .nav-tabs.nav-justified > li > a {
            font-size: 24px;
            margin-right: 5px;
        }

        .nav-tabs > li > a:last-child {
            height: 380px;
        }

        input#tab-planId-92 {
            margin-top: 65px !important;
        }

        #tab-planId-92 .plan_buttons {
            margin-top: 0px !important;
        }

        .switch-field label:last-child {
            padding-top: 10px;
        }

        .plan-presentation input {
            margin-top: 15px !important;
            letter-spacing: 0px !important;
        }

        .switch-field1 label {
            padding: 8px 95px;
        }
    }

    @media only screen and (min-width: 768px ) and (max-width: 1023px) {
        #heading img {
            width: 65% !important;
            height: auto;
        }

        .tab-plan-pricing {
            width: 100% !important;
        }

        .nav-tabs > li > a:last-child {
            height: 505px;
        }

        .tab-plan-pricing {
            width: 100%;
        }

        #tab-planId-92 {
            margin-top: 45px !important;
        }

        .txt-monthly-pet {
            font-size: 22px !important;
        }

        .plan_buttons {
            display: block;
        }

        .nav-tabs.nav-justified > li > a {
            font-size: 25px;
            margin-right: 3px;
            padding-right: 23px;
            padding-left: 23px;
        }

        #txt-monthly-premium-planId-92 {
            margin-bottom: 30px;
            margin-top: 0px !important;
        }

        #tab-planId-92 .plan_buttons {
            margin-top: 83px;
        }

        #tab-planId-92 {
            margin-top: 0px !important;
        }

        input#tab-planId-92 {
            margin-top: 0px !important;
        }

        .plan-presentation p.text {
            font-size: 15px !important;
        }

        .plan-presentation input {
            margin-top: 0px !important;
        }

        .switch-field label {
            padding: 9px 65px;
        }

        .switch-field1 {
            /*display: block !important;*/
            margin-bottom: 25px;
            overflow: hidden;
            height: auto;
        }

        .switch-field label:last-child {
            padding-top: 9px;
        }

        .switch-field1 label {
            padding: 8px 50px;
        }

        .plan-tooltip-buster {
            margin-left: 345px !important;
        }

        .plan-tooltip .tooltip_spayed img {
            width: 6.5% !important;
        }

        .plan-tooltip-buster .tooltip_spayed:hover::after {
            content: attr(data-tooltip);
            background: #322f78;
            top: -26px;
            transform: translateX(100%);
            font-size: 11px;
            margin-left: -236px;
            width: 217px;
            color: #fff;
            border-radius: 30px;
            padding: 9px;
            padding-bottom: 5px;
            padding-top: 5px;
        }

        .plan-tooltip-routine .tooltip_spayed:hover::after {
            content: attr(data-tooltip);
            background: #322f78;
            top: -28px;
            transform: translateX(100%);
            font-size: 11px;
            margin-left: -219px;
            width: 220px;
            color: #fff;
            border-radius: 30px;
            padding: 9px;
            padding-bottom: 5px;
            padding-top: 5px;
        }
        .plan-tooltip-plan .tooltip_spayed:hover::after {
            content: attr(data-tooltip);
            background: #322f78;
            top: -14px;
            transform: translateX(100%);
            font-size: 12px;
            margin-left: -483px;
            width: 500px;
            color: #fff;
            border-radius: 30px;
            padding: 9px;
        }

        #illness .tooltip_spayed:hover::after {
            content: attr(data-tooltip);
            background: #322f78;
            top: -16px;
            transform: translateX(100%);
            font-size: 12px;
            margin-left: -620px;
            width: 640px;
            color: #fff;
            border-radius: 30px;
            padding: 9px;
            padding-top: 2px;
            padding-bottom: 3px;
        }

        .plan-tooltip-buster {
            margin-left: 255px !important;
        }

        .tooltip img {
            width: 40px !important;
        }

        .plan-tooltip .tooltip_spayed img {
            width: 10.5% !important;
        }

        .tooltip_spayed img {
            width: 6.5% !important;
        }

        .tooltip_chip img {
            width: 7% !important;
        }

        .tooltip:hover::after {
            top: 54px;
            margin-left: 20px;
        }

        .switch-field input[type=radio]:checked + label.yes {
            background: url(../Assets/icons/tick-01-01.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 20px 20px;
            justify-content: space-around;
            padding-left: 5px;
            color: #322f78;
        }

        .switch-field input[type=radio]:checked + label.no {
            background: url(../Assets/icons/no-01.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 20px 20px;
            justify-content: space-around;
            padding-left: 5px;
            color: #322f78;
        }
    }

    @media only screen and (min-width: 425px ) and (max-width: 767px) {
        /*.hide-mobile {
            display: block;
        }*/
        #heading img {
            width: 65% !important;
            height: auto;
        }

        .switch-field input[type=radio]:checked + label.no {
            background: url(../Assets/icons/no-01.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 20px 20px;
            justify-content: space-around;
            padding-left: 5px;
            color: #322f78;
        }

        .nav-tabs > li > a:last-child {
            height: 330px;
        }

        .tooltip img {
            width: 35px !important;
        }
        .tooltip_spayed img {
            width: 4.5% !important;
        }

        .tooltip_chip img {
            width: 4.5% !important;
        }

        .tooltip:hover::after {
            content: attr(data-tooltip);
            background: #322f78;
            top: -9px;
            transform: translateX(100%);
            font-size: 14px;
            margin-left: -258px;
            width: 300px;
            border-radius: 30px;
            color: #fff;
            padding: 10px;
        }

        .tooltip_spayed:hover::after {
            content: attr(data-tooltip);
            background: #322f78;
            top: -19px;
            transform: translateX(100%);
            font-size: 14px;
            margin-left: -269px;
            width: 300px;
            border-radius: 30px;
            color: #fff;
            padding: 10px;
        }
        .plan-tooltip-plan .tooltip_spayed:hover::after {
            content: attr(data-tooltip);
            background: #322f78;
            top: -14px;
            transform: translateX(100%);
            font-size: 12px;
            margin-left: -483px;
            width: 500px;
            color: #fff;
            border-radius: 30px;
            padding: 9px;
        }

        #illness .tooltip_spayed:hover::after {
            content: attr(data-tooltip);
            background: #322f78;
            top: -16px;
            transform: translateX(100%);
            font-size: 12px;
            margin-left: -620px;
            width: 640px;
            color: #fff;
            border-radius: 30px;
            padding: 9px;
            padding-top: 2px;
            padding-bottom: 3px;
        }
        .switch-field label {
            padding: 9px 68px;
        }

            .switch-field label:last-child {
                padding-top: 12px;
            }

        .nav-tabs.nav-justified > li > a {
            font-size: 24px;
        }
    }

    @media only screen and (min-width: 319px ) and (max-width: 375px) {
        .select-pure__option {
            height: 64px !important;
            padding: 6px !important;
        }
        .modals-box {
            width: 90%;
        }
        #heading img {
            width: 65% !important;
            height: auto;
        }

        .line {
            width: 215px;
        }

        .fldset-pet {
            margin: 10px;
        }

            .fldset-pet#bank-details-card {
                margin: 0px;
            }

        .thank_icon {
            height: auto;
            width: 200px;
        }
        .debicheck-img {
            width: 220px !important;
        }
        .debi-check-input {
            width: 100% !important;
        }
        .fs-title-description {
            line-height: 3.2rem;
        }

        .nav-tabs.nav-justified > li > a {
            font-size: 10px;
        }

        .bnt-submit-plan-selection-model {
            margin-right: 0px !important;
        }

        .plan-presentation p.text {
            font-size: 12px !important;
        }

        .txt-monthly-pet {
            font-size: 25px !important;
        }

        .nav-tabs.nav-justified > li > a {
            height: 250px;
            font-size: 15px;
        }

        .nav-tabs.nav-justified > .active > .plan-presentation input {
            background-color: transparent !important;
            color: white !important;
            margin-bottom: 10px !important;
            margin-top: 10px !important;
        }

        /*#msform .action-button {
            float: none;
            width: 45%;
        }
       

        #msform .action-button-previous {
            width: 45%;
            float: left;
        }*/

        .switch-field label {
            padding: 8px;
        }

            .switch-field label:last-child {
                padding-top: 7px;
            }

        .switch-field label {
            padding: 9px 7px;
        }

        .tooltip img {
            width: 35px !important;
        }

        .tooltip_spayed img {
            width: 11.5% !important;
        }

        .switch-field input[type=radio]:checked + label.routine {
            padding-right: 15px;
            background: url(../Assets/icons/tick-01-01.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 20px 20px;
        }

        .switch-field input[type=radio]:checked + label.buster {
            padding-right: 14px;
            background: url(../Assets/icons/tick-01-01.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 20px 20px;
        }

        .switch-field input[type=radio]:checked + label.person {
            background: url(../Assets/icons/tick-01-01.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 20px 20px;
            color: #322f78;
        }

        .switch-field input[type=radio]:checked + label.business {
            background: url(../Assets/icons/tick-01-01.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 20px 20px;
            color: #322f78;
        }

        .nav-tabs.nav-justified > li > a {
            border-top-left-radius: 30px;
            border-top-right-radius: 30px;
            margin-right: 0px;
            font-size: 30px;
            padding-left: 5px;
            padding-top: 5px;
            padding-right: 5px;
            height: 330px;
            margin-bottom: 15px;
        }

        .tooltip:hover::after {
            top: 41px;
            font-size: 12px;
            margin-left: -147px;
            width: 210px;
            padding: 8px;
        }

        .tooltip_spayed:hover::after {
            font-size: 13px;
            margin-left: -430px;
            width: 242px;
            padding: 8px;
        }

        .tooltip_chip::after {
            font-size: 13px;
            margin-left: -461px;
            width: 263px;
            padding: 8px;
        }

        .plan-tooltip {
            display: block !important;
            margin-top: 110px !important;
            z-index: 99999;
            margin-bottom: -209px !important;
        }

        .plan-tooltip-buster {
            margin-left: 0px !important;
            margin-bottom: -25px;
        }

            .plan-tooltip-buster .tooltip_spayed:hover::after {
                content: attr(data-tooltip);
                background: #322f78;
                top: -45px;
                transform: translateX(100%);
                font-size: 11px;
                margin-left: -265px;
                width: 263px;
                border-radius: 30px;
                color: #fff;
                padding: 10px;
                padding-bottom: 5px;
                padding-top: 5px;
            }

        .plan-tooltip-plan .tooltip_spayed:hover::after {
            font-size: 11px;
            margin-left: -264px;
            margin-top: -5px;
            width: 255px;
            padding: 8px;
        }

        #illness .tooltip_spayed:hover::after {
            font-size: 11px;
            margin-left: -327px;
            margin-top: -35px;
            width: 292px;
            padding: 8px;
            padding-top: 5px;
            padding-bottom: 5px;
        }
        .plan-tooltip-routine {
            margin-top: 80px;
            margin-bottom: -254px;
        }

            .plan-tooltip-routine .tooltip_spayed:hover::after {
                content: attr(data-tooltip);
                background: #322f78;
                top: -49px;
                transform: translateX(100%);
                font-size: 10px;
                margin-left: -285px;
                width: 263px;
                border-radius: 30px;
                color: #fff;
                padding: 10px;
                padding-top: 2px;
                padding-bottom: 2px;
            }

        .switch-field label {
            padding: 9px 8px;
        }

        .switch-field1 {
            display: block;
            margin-bottom: 25px;
            overflow: hidden;
            height: auto;
        }

            .switch-field1 label {
                padding: 12px;
            }
    }

    @media only screen and (min-width: 376px ) and (max-width: 599px) {
        /*.hide-mobile {
            display: block;
        }*/

        /*.plan-card {
            display: none;
        }*/
        .line {
            width: 215px;
        }

        #heading img {
            width: 65% !important;
            height: auto;
        }

        .fldset-pet {
            margin: 10px;
        }

            .fldset-pet#bank-details-card {
                margin: 0px;
            }

        .bank-details {
            margin: 0px;
        }

        .bnt-submit-plan-selection-model {
            margin-right: 0px !important;
        }

        #loaders img {
            width: 150px !important;
        }

        input#tab-planId-92 {
            margin-top: 40px !important;
        }

        .plan-model-footer {
            text-align: center;
        }

        #div-select-pet {
            margin-top: 35px;
            color: #322f78;
        }

        .fs-title-description {
            line-height: 3.2rem;
        }

        .switch-field1 {
            display: block;
            margin-bottom: 25px;
            overflow: hidden;
            height: auto;
        }

        .switch-field label {
            padding: 9px 35px;
        }

        .switch-field1 label {
            padding: 12px;
        }

        .plan-presentation input {
            margin-top: 10px !important;
            margin-bottom: 10px !important;
            color: #fff;
            background-color: transparent;
            font-weight: 900 !important;
        }


        .switch-field input[type=radio]:checked + label.buster {
            padding-right: 5px;
        }

        .switch-field input[type=radio]:checked + label.routine {
            padding-right: 5px;
            background: url(../Assets/icons/tick-01-01.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 20px 20px;
        }

        .switch-field1 input[type=radio]:checked + label.routine {
            /* padding-right: 5px;*/
            background: url(../Assets/icons/tick-01-01.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 20px 20px;
        }

        .switch-field input[type=radio]:checked + label.buster {
            background: url(../Assets/icons/tick-01-01.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 20px 20px;
        }

        .switch-field1 input[type=radio]:checked + label.buster {
            background: url(../Assets/icons/tick-01-01.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 20px 20px;
        }

        .switch-field input[type=radio]:checked + label.person {
            background: url(../Assets/icons/tick-01-01.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 20px 20px;
        }

        .switch-field input[type=radio]:checked + label.business {
            background: url(../Assets/icons/tick-01-01.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 20px 20px;
        }

        #msform .action-button {
            width: 30%;
        }

        #msform .action-button-previous {
            width: 30%;
            float:right!important;
        }

        .line {
            border-top: 1px solid #33e2d1;
            width: 275px;
        }
        /*        .tooltip {
            width: 60px;
            margin-top: 20px;
            margin-bottom: 5px;
        }*/
        .plan-tooltip {
            display: block !important;
            margin-top: 110px !important;
            z-index: 99999;
            margin-bottom: -209px;
        }

        .plan-tooltip-buster {
            margin-left: 0px !important;
            margin-bottom: 0px;
        }

            .plan-tooltip-buster .tooltip_spayed:hover::after {
                content: attr(data-tooltip);
                background: #322f78;
                top: -44px;
                transform: translateX(100%);
                font-size: 11px;
                margin-left: -344px;
                width: 323px;
                border-radius: 30px;
                color: #fff;
                padding: 10px;
            }

        .plan-tooltip-routine {
            margin-top: 50px;
            margin-bottom: -261px;
        }

            .plan-tooltip-routine .tooltip_spayed:hover::after {
                content: attr(data-tooltip);
                background: #322f78;
                top: -49px;
                transform: translateX(100%);
                font-size: 11px;
                margin-left: -344px;
                width: 330px;
                border-radius: 30px;
                color: #fff;
                padding: 10px;
                padding-top: 5px;
                padding-bottom: 5px;
            }
        .plan-tooltip-plan .tooltip_spayed:hover::after {
            content: attr(data-tooltip);
            background: #322f78;
            top: -14px;
            transform: translateX(100%);
            font-size: 11px;
            margin-left: -304px;
            width: 323px;
            border-radius: 30px;
            color: #fff;
            padding: 10px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        #illness .tooltip_spayed:hover::after {
            content: attr(data-tooltip);
            background: #322f78;
            top: -60px;
            transform: translateX(100%);
            font-size: 11px;
            margin-left: -310px;
            width: 325px;
            border-radius: 30px;
            color: #fff;
            padding: 10px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .tooltip:hover::after {
            content: attr(data-tooltip);
            background: #322f78;
            top: -8px;
            transform: translateX(100%);
            font-size: 11px;
            margin-left: -483px;
            width: 300px;
            border-radius: 30px;
            color: #fff;
            padding: 10px;
        }

        .tooltip_chip:hover::after {
            content: attr(data-tooltip);
            background: #322f78;
            top: -20px;
            transform: translateX(100%);
            font-size: 11px;
            margin-left: -475px;
            width: 300px;
            border-radius: 30px;
            color: #fff;
            padding: 10px;
        }

        .tooltip_spayed:hover::after {
            content: attr(data-tooltip);
            background: #322f78;
            top: -20px;
            transform: translateX(100%);
            font-size: 11px;
            margin-left: -495px;
            width: 300px;
            border-radius: 30px;
            color: #fff;
            padding: 10px;
        }

        .tooltip_chip img {
            width: 10.5% !important;
        }

        .tooltip_spayed img {
            width: 10.5% !important;
        }

        .thank_icon {
            height: 225px !important;
        }

        .nav-tabs.nav-justified > li > a {
            height: 350px;
        }

        .nav-tabs.nav-justified > li > a {
            border-top-left-radius: 30px;
            border-top-right-radius: 30px;
            margin-right: 0px;
            font-size: 40px;
            padding-left: 5px;
            padding-top: 5px;
            padding-right: 5px;
            margin-bottom: 15px;
        }

        .nav-tabs.nav-justified > .active > .plan-presentation input {
            background-color: transparent !important;
            color: white !important;
        }

        .switch-field label:last-child {
            padding-top: 7px;
        }

        .txt-monthly-pet {
            font-weight: 800;
        }
        /* .plan-presentation input#txt-monthly-premium-planId-92 {
            margin-top: 0px !important;
            
        }*/

        a#tab-planId-92 {
            padding-right: 10px;
        }

        #msform .action-button-previous {
            float: left;
        }

        #msform .action-button {
            float: none;
        }
    }


    /*modal*/

    .btn-group {
        text-align: center;
    }

    .open-modal {
        font-weight: bold;
        background: var(--blue);
        color: var(--white);
        padding: 0.75rem 1.75rem;
        margin-bottom: 1rem;
        border-radius: 5px;
    }

    /* MODAL
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    .modals,
    .modal-box {
        z-index: 900;
    }

    .modal-sandbox {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: transparent;
    }

    .modals {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgb(0,0,0);
        background: rgba(0,0,0,.8);
        overflow: auto;
    }

    .modals-box {
        position: relative;
        width: 80%;
        max-width: 920px;
        margin: 200px auto;
        animation-name: modalbox;
        animation-duration: .4s;
        animation-timing-function: cubic-bezier(0,0,.3,1.6);
    }

    .modals-header {
        padding: 20px 40px;
        background: #546E7A;
        color: #ffffff;
    }

    .modals-body {
        background: #ECEFF1;
        padding: 60px 40px;
    }

    /* Close Button */
    .close-modals {
        margin-right: 10px;
        text-align: right;
        cursor: pointer;
    }

    .plan-model-footer {
        height: 75px;
        background: white;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        border-top: 1px solid #ddd;
    }
    /* Animation */
    @-webkit-keyframes modalbox {
        0% {
            top: -250px;
            opacity: 0;
        }

        100% {
            top: 0;
            opacity: 1;
        }
    }

    @keyframes modalbox {
        0% {
            top: -250px;
            opacity: 0;
        }

        100% {
            top: 0;
            opacity: 1;
        }
    }


    /*MEDIA SCREENS - MERLIN DECEMBER 2021*/
