﻿:root {
    --primary-color: #000;
    --secondary-color: #fff;
    --ffw: #e66a83;
    --autoGen: #002862;
    --auto-grey: #999;
    --autoLight: #ebebeb;
    --auto-form: #ACACAC;
    --auto-active: #0f0f0f;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../Assets/font/roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('../Assets/font/roboto/Roboto-Medium.ttf') format('truetype');
}

html {
    height: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Roboto-Regular',Arial, Helvetica, sans-serif;
    font-weight: normal;

    line-height: 1.42857143;
    color: #333333;
    background-color: #fff !important;
    overflow-x: hidden;
    cursor: pointer;
}

.footer-text {
    font-family: 'Roboto-Regular',Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
}

.no-js #loader {
    display: none;
}

/* Preloader */
p {
    color: var(--primary-color);
    font-size: 17px;
}


h5 {
    font-family: 'Roboto-Regular',Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size:17px!important;
    color:#333333!important;

}

#div-select-pet {
    color: var(--primary-color);
}
/*auto & gen*/
.pet-text {
    color: #333333 !important;
}
.header-allign {
    display: inline-block;
    vertical-align: middle;
}

.header-font {
    margin-left: 100px;
    margin-top:8px!important;
    font-size: 42px;
    font-weight: normal;
    font-family: 'Roboto-Regular',Arial, Helvetica, sans-serif;

}
.plan-model-header-autoGen {
    background-color: var(--primary-color);
    color: white;
    padding: 10px 10px 10px 10px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
#heading {
    text-transform: uppercase;
    background: var(--secondary-color) !important;
    font-weight: bolder;
    color: var(--primary-color) !important;
    padding: 10px 10px 10px 10px;
    text-align: center;
}

.logo {
    background-image: url(../Assets//logo/ag-logo.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 300px 300px;
    /* margin-right: 400px; */
    width: 310px;
    height: 200px;
    display: block;
    z-index: 100;
    margin-bottom: -90px;
}
.footer-logo {
    background-image: url(../Assets/logo/ag-footer.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 850px 163px;
    width: 100%;
    height: 163px;
    display: block;
    z-index: 100;
}

.header-text {
    z-index: -100;
    margin-left: 300px;
    margin-bottom: -15px;
}
.header-text-thank-you {
   text-align:left!important;
}
.header-div {
    display: flex;
    align-items: center;
    padding: 40px 0 0 0;
}
.thankYouMessage, .thankYouSignature, .fullCompanyName {
    color: var(--autoGen);
    text-align: left !important;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}
#msform input::placeholder {
    color: #ACACAC;
}

#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;
}
/*Auto & gen*/
    #msform input, #msform textarea, #msform select, #call-back-modal input {
    padding: 8px 15px 8px 15px;
    border: 1px solid var(--auto-form);
    border-radius: 30px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: var(--primary-color);
    background-color: #ffff;
    font-size: 16px;
    letter-spacing: 1px;
    outline: none;
    /*cursor: url('../Assets/icons/pawblue.png'), auto !important;*/
}
    #msform select {
        color: #ACACAC;
    }

    #msform select option {
        color: #2F2F2F;
    }
/*Auto & gen*/
#my-notes-modal input {
    padding: 8px 15px 8px 15px;
    border: 1px solid var(--autoGen);
    border-radius: 30px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: var(--primary-color);
    background-color: #ffff;
    font-size: 16px;
    letter-spacing: 1px;
    outline: none;
    /*cursor: url('../Assets/icons/pawblue.png'), auto !important;*/
}

#msform input[type=checkbox],
#msform input[type=radio] {
    width: auto;
}
/*Auto n gen*/
#msform input:focus,
#msform textarea:focus,
#msform select:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid var(--primary-color) !important;
    outline-width: 0;
}

#msform .action-button {
    background: #333333;
    font-weight: bold;
    color: #FFFFFF;
    border: 1px solid #333333;
    border-radius: 10px;
    width: 19%;
    /*cursor: url('../Assets/icons/pawblue.png'), auto !important;*/
    /*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:disabled {
        background: #999999 !important;
        border:none;
    }
#msform .action-button:active {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    -webkit-animation: hover 1200ms linear 2 alternate;
    animation: hover 1200ms linear 2 alternate;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    -webkit-animation: active 1200ms ease 1 alternate;
    animation: active 1200ms ease 1 alternate;
}

#msform .action-button-previous {
    width: 19%;
    background: white;
    font-weight: bold;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 10px;
    /*cursor: url('../Assets/icons/pawblue.png'), auto !important;*/
    padding: 10px 5px;
    margin: 10px 5px 10px 5px;
    float: right;
    outline: none;
}

    #msform .action-button-previous:hover,
    #msform .action-button-previous:focus {
        background-color: white;
        -webkit-animation: active 1200ms ease 1 alternate;
        animation: active 1200ms ease 1 alternate;
    }

    #msform .action-button-previous:active {
        background-color: white;
        -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-family: 'Roboto-Regular',Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: var(--primary-color);
    margin-bottom: 15px;
    font-weight: normal;
    text-align: center;
}

.purple-text {
    color: var(--primary-color);
    font-weight: normal;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

.fieldlabels {
    color: #2F2F2F!important;
    text-align: left !important;
    font-family: 'Roboto-Medium',Arial, Helvetica, sans-serif;
    font-size: 16px !important;
    font-weight: normal !important;
}

select {
    -webkit-appearance: none;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: var(--primary-color);
}

#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;
    margin:0;
}


.progress-bar {
    /*background: url('../Assets/icons/paw-telesure.jpg');*/
    background-color: #E74E3E;
    background-size: 30px;
    border-radius: 5px;
}

.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;
}

.line-thank {
    width: 200px;
    border-top: 1px solid var(--autoGen);
}

.policy_num {
    color: var(--primary-color);
}
.store-link {
    color: var(--autoGen)!important;
}
.thank-text {
    color: var(--primary-color);
    margin-top: 35px !important;
}
/*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: var(--primary-color);
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px;
}

.model-hr {
    border-top: 1px solid #dddddd !important;
}

.modal {
    border-radius: 0px;
}

.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;
    /*cursor: url('../Assets/icons/paw.png'), auto !important;*/
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
    text-align: center;
    color: white;
    font-weight: bold;
}



.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: #b6b4b5;
    border-left: 6px solid var(--autoGen);
    padding: 20px 10px 0px 0px;
    text-align: justify;
    margin-bottom: 20px;
    color: var(--secondary-color);
}

.note > p {
    padding-top: 20px;
    color: var(--secondary-color);
}

.note > div > img {
    width: 30px;
}

.note > .note-text {
    padding-top: 4px;
    color: var(--secondary-color);
}

.note > .note-text p {
    color: var(--secondary-color);
}

.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+2) {
    padding-bottom: 20px;
}

.nav-tabs > li > a:last-child {
    height:500px;
    width:220px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
    /*cursor: url('../Assets/icons/pawblue.png'), auto !important;*/
}

.switch-field1 input {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
    /*cursor: url('../Assets/icons/pawblue.png'), auto !important;*/
}
/*auto & Gen*/
.switch-field1 label {
    line-height: 1;
    text-align: center;
    padding: 8px 134px;
    border: 1px solid var(--auto-form);
    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: var(--primary-color);
    background-color: white;
    font-size: 16px;
    letter-spacing: 1px;
}

/*auto & Gen*/
.switch-field label {
    line-height: 1;
    text-align: center;
    padding: 8px 114px;
    border: 1px solid var(--auto-form);
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: var(--primary-color);
    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;
}

/*auto & Gen*/
.fieldlabels span {
    color: var(--primary-color) !important;
    font-weight: 800 !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;
}

.switch-field label:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    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-telesure_a&g.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    justify-content: space-around;
    padding-left: 5px;
    color: #2F2F2F;
    /*cursor: url('../Assets/icons/pawblue.png'), auto !important;*/
}

.switch-field1 input[type=radio]:checked + label {
    background: url(../Assets/icons/tick-telesure_a&g.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    justify-content: space-around;
    padding-left: 5px;
    color: var(--primary-color);
    /*cursor: url('../Assets/icons/pawblue.png'), auto !important;*/
}
.switch-field input[type=radio]:not(:checked) + label {
    color: #ACACAC;
    font-weight: normal;
}
.switch-field input[type=radio]:checked + label.yes {
    background: url(../Assets/icons/tick-telesure_a&g.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    justify-content: space-around;
    padding-left: 50px;
    color: var(--primary-color);
    /*cursor: url('../Assets/icons/pawblue.png'), auto !important;*/
}

.switch-field input[type=radio]:checked + label.no {
    background: url('../Assets/icons/tick-telesure_a&g.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    justify-content: space-around;
    padding-left: 50px;
    color: var(--primary-color);
    /*cursor: url('../Assets/icons/pawblue.png'), auto !important;*/
}

.switch-field input[type=radio]:checked + label.person {
    background: url(../Assets/icons/tick-telesure_a&g.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    justify-content: space-around;
    padding-left: 5px;
    color: var(--primary-color);
    /*cursor: url('../Assets/icons/pawblue.png'), auto !important;*/
}

.switch-field input[type=radio]:checked + label.business {
    background: url(../Assets/icons/tick-telesure_a&g.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    justify-content: space-around;
    padding-left: 5px;
    color: var(--primary-color);
}

.switch-field input[type=radio]:checked + label.buster {
    background: url(../Assets/icons/tick-telesure_a&g.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 30px !important;
    background-size: 40px 40px;
    justify-content: space-around;
    padding-right: 197px;
    color: var(--primary-color);
}

.switch-field input[type=radio]:checked + label.routine {
    background: url(../Assets/icons/tick-telesure.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
    border-radius: 30px !important;
    justify-content: space-around;
    padding-right: 181px;
    color: var(--primary-color);
}

.switch-field1 input[type=radio]:checked + label.buster {
    background: url(../Assets/icons/tick-telesure.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 30px !important;
    background-size: 40px 40px;
    justify-content: space-around;
    padding-right: 197px;
    color: var(--primary-color);
}

.switch-field1 input[type=radio]:checked + label.routine {
    background: url(../Assets/icons/tick-telesure.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
    border-radius: 30px !important;
    justify-content: space-around;
    padding-right: 181px;
    color: var(--primary-color);
}

/*auto & Gen*/
.select-pure__select {
    border: 1px solid var(--auto-form);
    cursor: pointer !important;
}
/*auto & Gen*/
.select-pure__select:active {
    border: 1px solid var(--auto-form);
}

.select-pure__selected-label {
    color: var(--primary-color);
}
.select-pure__placeholder {
    color: #ACACAC;
}
.select-pure__select--opened {
    border: 1px solid var(--primary-color);
}
.radio-tick {
    display: none;
}

/*auto & Gen*/
.icon-btn {
    border: 1px solid #232323 !important;
    background: #232323 !important;
}
/*auto & Gen*/
.add-btn::before, .add-btn::after {
    background: white !important;
}
/*auto & Gen*/
.add-icon::after, .add-icon::before {
    background: white !important;
}
.btn-txt{
    color:white !important;
}
.dog__icon {
    /*background: url(../Assets/icons/dog_telesure.jpg);*/
    background: url(../Assets/icons/dog_telesure_a&g.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 150px 150px;
    height: 150px;
}
.cat__icon {
    /*background: url(../Assets/icons/cat-telesure.jpg);*/
    background: url(../Assets/icons/cat-telesure_a&g.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 150px 150px;
    height: 150px;
}
.mail-icon {
    background: url(../Assets/icons/FFW-Email-Icon-Pet-Insurance.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px;
    height: 50px;
}
/*Range sliders*/
    .rng-percentage-label {
    background-color: #eceff1 !important;
    border: 3px solid var(--primary-color) !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;
    /*cursor: url('../Assets/icons/paw.png'), auto !important;*/
    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;
}
/*auto & Gen*/
.line {
    border-top: 1px solid #EAEAEA !important;
    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 var(--primary-color);
    padding: 20px 10px 0px 0px;
    text-align: justify;
    margin-bottom: 20px;
}

.panel-default {
    border-color: var(--primary-color) !important;
}

.panel-default > .panel-heading {
    color: #fff !important;
    background-color: #707070 !important;
    background-image: none;
    border-color: #707070 !important;
}

/*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;
}

.fa-map-marker {
    color: var(--secondary-color);
    padding-right: 10px;
    font-size: 20px;
}
.fa {
    padding-left: 5px;
}
@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;
    /*cursor: url('../Assets/icons/paw.png'), auto !important;*/
    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;
    /*cursor: url('../Assets/icons/pawblue.png'), auto !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: var(--primary-color);
    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;
    /*cursor: url('../Assets/icons/paw.png'), auto !important;*/
    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;
    /*cursor: url('../Assets/icons/paw.png'), auto !important;*/
    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;
    /*cursor: url('../Assets/icons/paw.png'), auto !important;*/
    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-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-top: 40px !important;
    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: var(--primary-color);
    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,#b6b4b5 0,#b6b4b5 100%);
    background-image: -o-linear-gradient(top,#b6b4b5 0, #b6b4b5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#b6b4b5),to(#b6b4b5));
    background-image: linear-gradient(to bottom,#b6b4b5 0,#b6b4b5 100%);
    background-repeat: repeat-x;
}

#select-pet-origin, #select-pet-drop {
    text-align: center;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: none !important;
    border-color: none !important;
}

.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: 'Roboto-Regular',Arial, Helvetica, sans-serif;
    color: #555;
}

.select-pet-num {
    width: 80px !important;
    height: 50px !important;
    border: none;
    text-align: center;
    font-weight: bold;
    background-color: var(--auto-grey) !important;
    color: #333333 !important;
}

/*.dog_icon {
    width: 150px !important;
}*/

/*.cat_icon {
    width: 140px;
    margin-bottom: 15px;
    margin-top: 15px;
}*/

.plan-model-header {
    background-color: #b6b4b5;
    color: white;
    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);
    margin-right: 5px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: white;
    box-shadow: 2px -4px 10px 0px #515e69;
}

.nav > li > a:hover, .nav > li > a:focus > p {
    color: white;
}
/*auto & Gen*/
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    /*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: transparent !important;
    margin-right: 5px;
    color: var(--primary-color);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border: 3px solid #002862;
}

    .nav-tabs.nav-justified > .active > a > p, .nav-tabs.nav-justified > .active > a:hover > p, .nav-tabs.nav-justified > .active > a:focus > p {
        color: var(--primary-color);
    }

/*auto & Gen*/
.nav-tabs.nav-justified > .active > .plan-presentation input.select-plans {
    border: 2px solid #002862 !important;
    background: #002862 !important;
    color: var(--secondary-color) !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);*/
}
/*auto & Gen*/
.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: var(--autoGen);
}

/*auto & Gen*/
.nav-tabs.nav-justified > li > 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);
    color: var(--primary-color);
    margin-right: 10px;
    font-size: 30px;
    font-weight: 700;
    border-radius: 30px;
}

.plan-presentation input {
    margin-top: 15px !important;
}

.plan-model-body {
    padding-left: 10px;
    padding-right: 10px;
}

.plan-model hr {
    border-top: 0px solid #b1b1b1;
}

.plan-model h4 {
    font-weight: bold;
}
.fs-title-top-description {
    font-family: 'Roboto-Regular',Arial, Helvetica, sans-serif;
    color: #333333 !important;
    text-align: center;
    line-height: 4.2rem;
    font-size: 27px !important;
    font-weight: bold !important;
    letter-spacing: 0.41px;
}
.fs-title-fullheadingSentence {
    font-family: 'Roboto-Regular',Arial, Helvetica, sans-serif;
    color: var(--primary-color);
    font-weight: normal;
    text-align: center;
    font-size: 16px !important;
}

.fs-title-description {
    font-family: 'Roboto-Regular',Arial, Helvetica, sans-serif;
    color: var(--primary-color);
    font-weight: normal;
    text-align: center;
    line-height: 4.2rem;
    font-size: 27px !important;
}
.fs-pet-details-description {
    font-family: 'Roboto-Medium',Arial, Helvetica, sans-serif;
    font-size: 28px !important;
    font-weight: normal;
    text-align: center;
    color: #333333 !important;
}

.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;
}

.plan-name {
    font-family: 'Roboto-Regular',Arial, Helvetica, sans-serif;
    font-size: 25px !important;
    font-weight: bold;
    text-align: center;
    color: #2F2F2F !important;
    letter-spacing: -0.36px;
    height: 80px !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 !important;
    border: 1px solid #232323 !important;
    color: #232323 !important;
}

/* 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: var(--primary-color);
        top: -41px;
        transform: translateX(100%);
        font-size: 11px;
        margin-left: -344px;
        width: 323px;
        border-radius: 30px;
        color: var(--secondary-color);
        padding: 10px;
    }

    .plan-tooltip-routine {
        margin-top: 50px;
        margin-bottom: -234px;
    }

    .plan-tooltip-routine .tooltip_spayed:hover::after {
        content: attr(data-tooltip);
        background: var(--primary-color);
        top: -42px;
        transform: translateX(100%);
        font-size: 11px;
        margin-left: -344px;
        width: 330px;
        border-radius: 30px;
        color: var(--secondary-color);
        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%;
    }

    .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: var(--primary-color);
        top: -41px;
        transform: translateX(100%);
        font-size: 11px;
        margin-left: -344px;
        width: 323px;
        border-radius: 30px;
        color: var(--secondary-color);
        padding: 10px;
    }

    .plan-tooltip-routine {
        margin-top: 50px;
        margin-bottom: -234px;
    }

    .plan-tooltip-routine .tooltip_spayed:hover::after {
        content: attr(data-tooltip);
        background: var(--primary-color);
        top: -42px;
        transform: translateX(100%);
        font-size: 11px;
        margin-left: -344px;
        width: 330px;
        border-radius: 30px;
        color: var(--secondary-color);
        padding: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .plan-presentation p.text {
        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: var(--primary-color);
        background-color: #ECEFF1;
        letter-spacing: 0px !important;
        font-size: 30px !important;
        text-align: center;
    }

    

    .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;
    }

    .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 var(--primary-color);
        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 var(--primary-color);
        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;
    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;
    cursor: help;
    width: 50px;
    z-index: 500;
    margin-top: -39px;
    opacity: 1;
}

.tooltip_spayed {
    position: relative;
    padding: 5px 5px;
    border-radius: 30px;
    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: var(--primary-color);
    top: 12px;
    transform: translateY(-100%);
    font-size: 13px;
    margin-left: -195px;
    width: 300px;
    border-radius: 30px;
    color: var(--secondary-color);
    padding: 14px;
}

.tooltip_chip:hover::after {
    content: attr(data-tooltip);
    background: var(--primary-color);
    top: -20px;
    transform: translateX(100%);
    font-size: 13px;
    margin-left: -320px;
    width: 300px;
    border-radius: 30px;
    color: var(--secondary-color);
    padding: 14px;
}

.tooltip_spayed:hover::after {
    content: attr(data-tooltip);
    background: var(--primary-color);
    top: -23px;
    transform: translateX(100%);
    font-size: 13px;
    margin-left: -284px;
    width: 300px;
    color: var(--secondary-color);
    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: var(--primary-color);
        top: -20px;
        transform: translateX(100%);
        margin-left: -491px;
        width: 265px;
        border-radius: 30px;
        color: var(--secondary-color);
        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: var(--primary-color);
        top: -22px;
        transform: translateX(100%);
        font-size: 12px;
        margin-left: -298px;
        width: 310px;
        color: var(--secondary-color);
        border-radius: 30px;
        padding: 9px;
    }

    .plan-tooltip-routine .tooltip_spayed:hover::after {
        content: attr(data-tooltip);
        background: var(--primary-color);
        top: -29px;
        transform: translateX(100%);
        font-size: 12px;
        margin-left: -351px;
        width: 371px;
        color: var(--secondary-color);
        border-radius: 30px;
        padding: 12px;
        padding-bottom: 7px;
        padding-top: 6px;
    }

    .plan-tooltip-plan .tooltip_spayed:hover::after {
        content: attr(data-tooltip);
        background: var(--primary-color);
        top: -14px;
        transform: translateX(100%);
        font-size: 12px;
        margin-left: -470px;
        width: 500px;
        color: var(--secondary-color);
        border-radius: 30px;
        padding: 9px;
    }

    #illness .tooltip_spayed:hover::after {
        content: attr(data-tooltip);
        background: var(--primary-color);
        top: -26px;
        transform: translateX(100%);
        font-size: 12px;
        margin-left: -615px;
        width: 640px;
        color: var(--secondary-color);
        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: 20px !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: var(--primary-color);
        top: -22px;
        transform: translateX(100%);
        font-size: 12px;
        margin-left: -259px;
        width: 265px;
        color: var(--secondary-color);
        border-radius: 30px;
        padding: 9px;
    }

    .plan-tooltip-routine .tooltip_spayed:hover::after {
        content: attr(data-tooltip);
        background: var(--primary-color);
        top: -28px;
        transform: translateX(100%);
        font-size: 12px;
        margin-left: -298px;
        width: 301px;
        color: var(--secondary-color);
        border-radius: 30px;
        padding: 9px;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .plan-tooltip-plan .tooltip_spayed:hover::after {
        content: attr(data-tooltip);
        background: var(--primary-color);
        top: -14px;
        transform: translateX(100%);
        font-size: 12px;
        margin-left: -483px;
        width: 500px;
        color: var(--secondary-color);
        border-radius: 30px;
        padding: 9px;
    }

    #illness .tooltip_spayed:hover::after {
        content: attr(data-tooltip);
        background: var(--primary-color);
        top: -26px;
        transform: translateX(100%);
        font-size: 12px;
        margin-left: -620px;
        width: 640px;
        color: var(--secondary-color);
        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.nav-justified > li > a {
        font-size: 24px;
        margin-right: 5px;
    }

    .nav-tabs > li > a:last-child {
        height: 500px;
    }

    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;
    }
    .header-text {
        z-index: -100;
        font-size: 25px;
        margin-left: 300px;
    }

    .tab-plan-pricing {
        width: 100% !important;
    }

    .nav-tabs > li > a:last-child {
        height: 500px;
        width: 175px;
    }

    .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 {
        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: var(--primary-color);
        top: -26px;
        transform: translateX(100%);
        font-size: 11px;
        margin-left: -236px;
        width: 217px;
        color: var(--secondary-color);
        border-radius: 30px;
        padding: 9px;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .plan-tooltip-routine .tooltip_spayed:hover::after {
        content: attr(data-tooltip);
        background: var(--primary-color);
        top: -28px;
        transform: translateX(100%);
        font-size: 11px;
        margin-left: -219px;
        width: 220px;
        color: var(--secondary-color);
        border-radius: 30px;
        padding: 9px;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .plan-tooltip-plan .tooltip_spayed:hover::after {
        content: attr(data-tooltip);
        background: var(--primary-color);
        top: -14px;
        transform: translateX(100%);
        font-size: 12px;
        margin-left: -483px;
        width: 500px;
        color: var(--secondary-color);
        border-radius: 30px;
        padding: 9px;
    }

    #illness .tooltip_spayed:hover::after {
        content: attr(data-tooltip);
        background: var(--primary-color);
        top: -16px;
        transform: translateX(100%);
        font-size: 12px;
        margin-left: -620px;
        width: 640px;
        color: var(--secondary-color);
        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: 4.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: #333333;
        /*cursor: url('../Assets/icons/pawblue.png'), auto !important;*/
    }

    .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: #333333;
        /*cursor: url('../Assets/icons/pawblue.png'), auto !important;*/
    }
}

@media only screen and (min-width: 425px ) and (max-width: 767px) {
    .logo {
        background-size: 250px 250px;
        width: 250px;
        height: 315px;
        margin-top: -130px;
    }
    .header-text {
        z-index: -100;
        font-size: 25px;
        margin-top: -25px;
        margin-left: 0px;
    }
    .text-pet {
        padding:0 10px 0 10px;
    }
    #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: var(--primary-color);
        /*cursor: url(../Assets/icons/pawblue.png), auto !important;*/
    }

    .nav-tabs > li > a:last-child {
        height: 380px;
    }

    .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: var(--primary-color);
        top: -9px;
        transform: translateX(100%);
        font-size: 14px;
        margin-left: -258px;
        width: 300px;
        border-radius: 30px;
        color: var(--secondary-color);
        padding: 10px;
    }

    .tooltip_spayed:hover::after {
        content: attr(data-tooltip);
        background: var(--primary-color);
        top: -19px;
        transform: translateX(100%);
        font-size: 14px;
        margin-left: -269px;
        width: 300px;
        border-radius: 30px;
        color: var(--secondary-color);
        padding: 10px;
    }

    .plan-tooltip-plan .tooltip_spayed:hover::after {
        content: attr(data-tooltip);
        background: var(--primary-color);
        top: -14px;
        transform: translateX(100%);
        font-size: 12px;
        margin-left: -483px;
        width: 500px;
        color: var(--secondary-color);
        border-radius: 30px;
        padding: 9px;
    }

    #illness .tooltip_spayed:hover::after {
        content: attr(data-tooltip);
        background: var(--primary-color);
        top: -16px;
        transform: translateX(100%);
        font-size: 12px;
        margin-left: -620px;
        width: 640px;
        color: var(--secondary-color);
        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: 376px ) and (max-width: 599px) {
  
    .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: var(--primary-color);
    }

    .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 {
        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: 40%;
    }

    #msform .action-button-previous {
        width: 40%;
    }
    /*auto & Gen*/
        .line {
        border-top: 1px solid var(--autoGen) !important;
        width: 275px;
    }
 
    .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: var(--primary-color);
            top: -44px;
            transform: translateX(100%);
            font-size: 11px;
            margin-left: -344px;
            width: 323px;
            border-radius: 30px;
            color: var(--secondary-color);
            padding: 10px;
        }

    .plan-tooltip-routine {
        margin-top: 50px;
        margin-bottom: -261px;
    }

        .plan-tooltip-routine .tooltip_spayed:hover::after {
            content: attr(data-tooltip);
            background: var(--primary-color);
            top: -49px;
            transform: translateX(100%);
            font-size: 11px;
            margin-left: -344px;
            width: 330px;
            border-radius: 30px;
            color: var(--secondary-color);
            padding: 10px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

    .plan-tooltip-plan .tooltip_spayed:hover::after {
        content: attr(data-tooltip);
        background: var(--primary-color);
        top: -14px;
        transform: translateX(100%);
        font-size: 11px;
        margin-left: -304px;
        width: 323px;
        border-radius: 30px;
        color: var(--secondary-color);
        padding: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #illness .tooltip_spayed:hover::after {
        content: attr(data-tooltip);
        background: var(--primary-color);
        top: -60px;
        transform: translateX(100%);
        font-size: 11px;
        margin-left: -310px;
        width: 325px;
        border-radius: 30px;
        color: var(--secondary-color);
        padding: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .tooltip:hover::after {
        content: attr(data-tooltip);
        background: var(--primary-color);
        top: -8px;
        transform: translateX(100%);
        font-size: 11px;
        margin-left: -483px;
        width: 300px;
        border-radius: 30px;
        color: var(--secondary-color);
        padding: 10px;
    }

    .tooltip_chip:hover::after {
        content: attr(data-tooltip);
        background: var(--primary-color);
        top: -20px;
        transform: translateX(100%);
        font-size: 11px;
        margin-left: -475px;
        width: 300px;
        border-radius: 30px;
        color: var(--secondary-color);
        padding: 10px;
    }

    .tooltip_spayed:hover::after {
        content: attr(data-tooltip);
        background: var(--secondary-color);
        top: -20px;
        transform: translateX(100%);
        font-size: 11px;
        margin-left: -495px;
        width: 300px;
        border-radius: 30px;
        color: var(--secondary-color);
        padding: 10px;
    }

    .tooltip_chip img {
        width: 10.5% !important;
    }

    .tooltip_spayed img {
        width: 4.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;
    }
    .switch-field label:last-child {
        padding-top: 7px;
    }

    .txt-monthly-pet {
        font-weight: 800;
    }
   
    a#tab-planId-92 {
        padding-right: 10px;
    }

    #msform .action-button-previous {
        float: left;
    }

    #msform .action-button {
        float: none;
    }
}

@media only screen and (min-width: 319px ) and (max-width: 375px) {
    .logo {
        background-size: 200px 200px;
        width: 250px;
        height: 100px;
        margin-bottom: -25px;
    }

    .header-text {
        z-index: -100;
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .policy-text {
        font-size: 11px;
    }

    .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;
    }

    .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: 450px;
        font-size: 15px;
    }

    .nav-tabs.nav-justified > .active > .plan-presentation input {
        background-color: transparent !important;
        color: var(--primary-color) !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: 8.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: var(--primary-color);
    }

    .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: var(--primary-color);
    }

    .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: 450px;
        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: var(--primary-color);
            top: -45px;
            transform: translateX(100%);
            font-size: 11px;
            margin-left: -265px;
            width: 263px;
            border-radius: 30px;
            color: var(--secondary-color);
            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: var(--primary-color);
            top: -49px;
            transform: translateX(100%);
            font-size: 10px;
            margin-left: -285px;
            width: 263px;
            border-radius: 30px;
            color: var(--secondary-color);
            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;
        }
}
/*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;
    float: right;
    margin-top: 10px;
}

.plan-model-footer {
    height: 75px;
    background: white;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top: 1px solid #ddd;
}
.tooltip_spayed-img {
    content: url("../Assets/icons/Question_mark_a&g.svg");
    background-repeat: no-repeat;
}
.plan_buttons input {
    border-radius: 7px !important;
    border: 1px solid #002862 !important;
    color: #002862 !important;
    margin-right:15px;
}
.cross-img {
    width: 20px;
    height: 20px;
    margin: 10px;
}

.cross-allign {
    display: inline-block;
    vertical-align: middle;
}
/* 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;
    }
}
#msform .action-button-call {
    background: #333333;
    font-weight: bold;
    color: #FFFFFF;
    border: 1px solid #333333;
    border-radius: 10px;
    width: 19%;
    /*cursor: url('../Assets/icons/pawblue.png'), auto !important;*/
    /*cursor: text;*/
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: left;
    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-call:disabled {
        background: #999999 !important;
        border: none;
    }

    #msform .action-button-call:active {
        background-color: var(--primary-color);
        color: var(--secondary-color);
        -webkit-animation: hover 1200ms linear 2 alternate;
        animation: hover 1200ms linear 2 alternate;
    }

    #msform .action-button-call:hover,
    #msform .action-button-call:focus {
        background-color: var(--primary-color);
        color: var(--secondary-color);
        -webkit-animation: active 1200ms ease 1 alternate;
        animation: active 1200ms ease 1 alternate;
    }