/* Common CSS */
/* h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
}
h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
}
h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
} */
.cus-page h4, .cus-page .h4 {
    font-size: calc(1.875rem + 0.3vw);
    font-weight: 700;
    color: #1B3567;
}
/* h5, .h5 {
    font-size: 1.25rem;
}
h6, .h6 {
    font-size: 1rem;
} */
.path-ques{background:linear-gradient(0deg, #FFF 4.58%, #F2F1F6 20.01%, rgba(219, 216, 230, 0.30) 47.15%, #F2F1F6 65.15%, #FFF 100%);
}
.path-question{background:linear-gradient(0deg, #FFF 4.58%, #F2F1F6 20.01%, rgba(219, 216, 230, 0.30) 47.15%, #F2F1F6 65.15%, #FFF 100%);}
.path-user-results{background:linear-gradient(0deg, #FFF 4.58%, #F2F1F6 20.01%, rgba(219, 216, 230, 0.30) 47.15%, #F2F1F6 65.15%, #FFF 100%);}
.path-user-details{background:linear-gradient(0deg, #FFF 4.58%, #F2F1F6 20.01%, rgba(219, 216, 230, 0.30) 47.15%, #F2F1F6 65.15%, #FFF 100%);}
.fs-large {
    font-size: 1.25rem !important;
}
.fs-medium {
    font-size: 1rem !important;
}
.fs-small {
    font-size: 0.875rem !important;
}
.border-bottom {
    border-bottom: 1px solid #D9D9D9 !important;
}
.bottom-btns-group {
    padding: 25px;
   /* background-color: #FBFAFC; */
}
.cus-page .category-hero {
    padding: 20px;
}

@media (min-width: 1200px) {
    /* h1, .h1 {
      font-size: 2.5rem;
    }
    h2, .h2 {
      font-size: 2rem;
    }
    h3, .h3 {
      font-size: 1.75rem;
    } */
    .cus-page h4, .cus-page .h4 {
        font-size: 2.375rem;
    }
}

.product-lists1 {
    padding: 25px 80px;
    background: #f9f9f9;
    border-radius: 0;
}
.product-item__details {
    text-align: left;
}
body .breed-container {
    background: #ffffff;
    margin: 32px auto;
    max-width: 840px;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
}
body .result-container {
    margin: 80px auto;
    max-width: 70%;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}
.result-container .hero-brand__title_type {
    margin: 0%;
}
.hero-brand__title_type {
    margin-bottom: 2%;
}
input.grey-field,
select.grey-field {
    background-color: #FBFAF9;
    border-color: transparent;
}
.cus-inc-dec input {
    max-width: 38px;
    padding: 5px;
    text-align: center;
    border: none;
}
.cus-inc-dec .input-group {
    width: auto;
    border: 1px solid #E6E5EA;
    border-radius: 8px;
    margin-right: 10px;
}
.cus-page .mark-question img,
.cus-page .mark-question svg {
    width: 20px;
    height: 20px;
    color: #1B3567;
}
.bottom-btns-group button {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    border: none;
    gap: 6px;
    border-radius: 24px;
    min-width: 88px;
    min-height: 46px;
    font-size: 14px;
    font-weight: 700;
}
.backbtn {
    font-size: 16px;
}
.bottom-btns-group button svg {
    width: 20px;
    color: #1B3567;
}
.bottom-btns-group button.btn-transparent {
    padding: 0;
    color: #1B3567;
    background: transparent;
    border-radius: 0;
    min-width: auto;
    min-height: auto;
    font-weight: normal;
}
.bottom-btns-group button.btn-transparent a {
    color: #1B3567;
    text-decoration: none;
    font-weight: 500;
}
.bottom-btns-group button.btn-transparent svg {
    width: 14px;
    height: 14px;
    max-height: none;
    object-fit: contain;
}
.bottom-btns-group button.btn-grey {
    color: #ffffff;
    background: #D9D9D9;
}
.bottom-btns-group button:focus {
    box-shadow: none !important;
}
.hero-brand__title_type p {
    color: #1B3567;
}
.checkbox-list-design ul {
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 340px;
    margin: 0 auto;
}
.checkbox-list-design ul li {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    margin-bottom: 15px;
}
.checkbox-list-design ul li label {
    display: flex;
    width: 100%;
    background: #FBFAFC;
    border: 1px solid #E6E5EA;
    border-radius: 30px 12px 12px 30px;
    padding: 0;
    cursor: pointer;
    gap: 20px;
}
.checkbox-list-design ul li .labelinfo {
    display: flex;
    width: 100%;
    background: #FBFAFC;
    border-radius: 12px;
    padding: 12px 12px 12px 32px;
    cursor: pointer;
    gap: 20px;
    border: 1px solid #E6E5EA;
}
.checkbox-list-design ul li .labelinfo p{
    margin: 5px 0 0 0;
    font-weight: normal;
    color: #1B3567;
}
.checkbox-list-design ul li label img {
    width: 60px;
    height: 60px;
}
.checkbox-list-design ul li label span {
    display: flex;
    flex-direction: column;
    align-items: start;
    color: #1B3567;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    padding: 10px 0;
    gap: 2px;
    line-height: normal;
    justify-content: center;
}
.checkbox-list-design.no-concerns-sec ul li label span {
    padding: 5px 0;
}
.checkbox-list-design ul li label span em {
    font-weight: normal;
    font-size: 16px;
}
.checkbox-list-design ul li input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.hero-brand.cus-page {
    z-index: auto;
    /*background: #535435;*/
    padding-bottom: 0;
}
.hero-brand.cus-page .conatiner-fluid {
    z-index: 1;
    position: relative;
}
.hero-brand.cus-page .hero-brand__union {
    z-index: 0;
    bottom: auto;
    top: 450px;
}
.hero-brand.cus-page:before {
    /*content: "";
    background: url("../assets/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;*/
    width: 100%;
    height: 352px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.checkbox-list-design ul li input:checked + label {
    background: #1B3567;
}
.checkbox-list-design ul li input:checked + label span,
.checkbox-list-design ul li input:checked + label span p {
    color: #ffffff;
}
.checkbox-list-design ul li input:checked + label:before {
    content: "";
    position: absolute;
    right: 30px;
    top: calc(50% - 12px);
    width: 10px;
    height: 20px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkbox-list-design.radio-list-design ul li input:checked + label:before {
    content: none;
}
.cus-page .progress-bar {
    color: #9693A3;
    background-color: #9693A3;
}
.cus-page .progress {
    overflow: visible;
    margin: 30px 50px 20px;
}
.cus-page .progress p {
    color: #9693A3;
    font-size: 14px;
    position: absolute;
    left: 0;
    margin: 6px 0 0 0;
    font-weight: 400;
}
.cus-page .form-control {
    padding: .75rem 1rem;
}
.curve-bottom {
    clip-path: ellipse(160% 100% at 50% 0%);
}
.top-section {
   /* background:#ffffff;*/
}
.middle-section {
    background:#f9f9f9;
}
.cus-page .btn-dark,
.cus-page .btn-dark:hover,
.cus-page .btn-dark:focus {
    opacity: 1;
    background-color: #fff;
    border-color: #1B3567;
    color: #1B3567;
    border-radius: 24px;
    border: 2px solid #1B3567
}
.cus-page .btn-dark.disabled, 
.cus-page .btn-dark:disabled {
    opacity: 1;
    background-color: #D9D8DF;
    border-color: #D9D8DF;
}
.cus-page .form-check {
    display: flex;
    align-items: center;
    margin: 10px 30px 10px 0;
    gap: 10px;
    padding: 0;
}
.cus-page .form-check .form-check-input {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0;
}
.cus-page .form-check [type="radio"]:not(:checked), 
.cus-page .form-check [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
.cus-page .form-check [type="radio"]:not(:checked)+label, 
.cus-page .form-check [type="radio"]:checked+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 1rem;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #1B3567;
}
.cus-page .form-check [type="radio"]+label:before, 
.cus-page .form-check [type="radio"]+label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    z-index: 0;
    transition: .28s ease;
}
.cus-page .form-check [type="radio"].form-check-input+label:before {
    border-radius: 50%;
    border: 2px solid #303030;
}
.cus-page .form-check [type="radio"].form-check-input:checked+label:after {
    border-radius: 50%;
    border: 2px solid #1B3567;
    background-color: #1B3567;
    z-index: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
}
.cus-page .form-check [type="radio"].form-check-input:checked+label:before {
    border-color: #1B3567;
}
.cus-page .form-check [type="radio"]:checked+label {
    font-weight: 600;
}
.input-group button:focus,
.input-group input:focus {
    outline: none;
    box-shadow: none;
}
.dogselection .category-hero__item-title.active a{
    background: #000000 !important;
    color: #ffffff !important;
}
.catselection .category-hero__item-title.active a{
    background: #000000 !important;
    color: #ffffff !important;
}
.custom-background-gradient .content-block__cta a{
    width: 149px;
    text-align: center;
    margin-top: 20px;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    padding: 14px 24px;
    border: 2px solid var(--primary);
    color: var(--primary);
    text-decoration: none;
    border-radius: 24px;
}
.breed-container .category-hero__item-title a{
    padding: 9px 16px;
    color: #1B3567;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    background: #FBFAFC;
    width: 100%;
    display: block;
    border-radius: 0;
    text-align: center;
    border: 1px solid #E6E5EA;
}
.breed-container .category-hero__item-title a.active {
    background-color: #1B3567;
    color: #ffffff;
}
.question-container .question-inner-sec .category-hero__item-title {
    margin-top: 20px;
    width: 100%;
    display: inline-block;
}
.question-container .question-inner-sec .catselection,
.question-container .question-inner-sec .dogselection {
    flex: 1;
}
.question-container .question-inner-sec .dogselection .category-hero__item-inner {
    float: right;
}
.petname-container .form-control{
    display: block;
    width: 100%;
    height: 48px;
    padding: .375rem 1rem;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #1B3567;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #1B3567;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.petname-container .form-control:focus{
    border-color: #1B3567 !important;
    background-color: #ffffff;
    box-shadow: none
}
.petname-container .form-control::-webkit-input-placeholder {
    color: #1B3567;
    font-weight: 400;
}
.petname-container .form-control:-ms-input-placeholder {
    color: #1B3567;
    font-weight: 400;
}
.petname-container .form-control::-moz-placeholder {
    color: #1B3567;
    font-weight: 400;
    opacity: 1;
}
.petname-container .form-control:-moz-placeholder {
    color: #1B3567;
    font-weight: 400;
    opacity: 1;
}
.why-asking button {
    padding: 0;
    border: none;
    background: transparent;
    color: #1B3567;
}
.why-asking button .close-icon {
    display: none;
}
.why-asking button[aria-expanded="true"] .close-icon {
    display: block;
}
.why-asking button[aria-expanded="true"] .question-icon {
    display: none;
}
.why-asking button .fs-small {
    text-decoration: underline;
}
.why-asking #collapseWhy {
    margin-top: 15px;
}
.why-asking #collapseWhy .card {
    background-color: #FBFAFC80;
}
.why-asking.desktop-show #collapseWhy .card {
    border-radius: 4px;
    border: 1px solid #E6E5EA;
    background: #ffffff;
    padding: 24px;
}
.why-asking.desktop-show #collapseWhy .card p {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
}
.why-asking #collapseWhy .card p {
    font-size: 14px;
    color: #1B3567;
    margin: 0;
} 
.why-asking.desktop-show {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.why-asking.desktop-show h3 {
    font-size: 1rem !important;
    text-decoration: underline;
    font-weight: 500;
}
.cus-page .form-label {
    color: #1B3567;
    font-weight: 500;
}
.cus-page input[type="date"] {
    text-transform: uppercase;
}
.cus-page .calendar-field {
    width: 100%;
    display: inline-block;
    position: relative;
}
.cus-page .calendar-field input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 15px;
}
.cus-page .calendar-field input::-webkit-datetime-edit {
    position: relative;
    left: 15px;
}
.cus-page .calendar-field input::-webkit-datetime-edit-fields-wrapper {
    position: relative;
    left: 15px;
}
.cus-page .optionno .cus-inc-dec .form-label {
    font-weight: 500;
}
.optionno .cus-inc-dec {
    padding-left: 25px;
}
.hero-brand__title_type .heading-mark-question {
    padding: 0;
    border: none;
    width: 20px;
    height: 20px;
    background: transparent;
    font-weight: normal;
    display: inline-block;
}
.hero-brand__title_type .heading-mark-question .question-icon {
    margin-top: -5px;
    margin-left: 3px;
    width: 20px;
    height: 20px;
}
.hero-brand__title_type .tooltip-center#collapseTopWhy {
    left: 50%;
    transform: translateX(-50%);
}
.hero-brand__title_type .tooltip-top#collapseTopWhy {
    top: 100px;
}
.hero-brand__title_type .tooltip-top-95#collapseTopWhy {
    top: 95px;
}
.hero-brand__title_type #collapseTopWhy {
    position: absolute;
    top: 50px;
    width: 320px;
    left: calc(50% + 23px);
    transform: translateX(0);
    background-color: #F8F7F8;
    border-radius: 8px;
    border: none;
    z-index: 2;
    box-shadow: 0 0 10px #ccc;
}
.hero-brand__title_type #collapseTopWhy .card.card-body {
    padding: 12px;
    background-color: transparent;
    border-radius: 0;
    border: none;
}
.hero-brand__title_type #collapseTopWhy .card.card-body p {
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}
.hero-brand__title_type #collapseTopWhy::after {
    content: "";
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ebebeb;
    top: -10px;
    left: 50%;
    position: absolute;
    transform: rotate(180deg);
}
.heading-container {
    width: 100%;
    display: inline-block;
}
.heading-container h4 {
    width: auto;
    display: inline-block;
    position: relative;
}
.cus-page .select2-container--default .select2-selection--single {
    background-color: #FBFAFC;
    border: 1px solid #E6E5EA;
    border-radius: .25rem;
    padding: .75rem 1rem;
    height: 50px;
}
.cus-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 10px;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1B3567;
    color: #ffffff;
}
.cus-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
    color: #1B3567;
    font-size: 18px;
    font-weight: 500;
}
.cus-page .select2-container {
    width: 100% !important;
    max-width: 350px;
    margin: 0 auto;
    display: block;
}
body .select2-results__option {
    padding: 10px 15px;
    color: #303030;
    font-size: 16px;
   /* font-weight: 700;*/
    word-break: break-all;
}
body .select2-container--open .select2-dropdown--below {
    border: none;
    background: #FBFAF9;
    border-radius: 0;
    margin-top: 5px;
}
body .select2-search--dropdown .select2-search__field {
    padding: 6px 15px;
}
body .select2-search--dropdown .select2-search__field:focus {
    box-shadow: none;
    outline: none;
}
.cus-page .form-check.check-term-condition .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    margin-right: 5px;
}
.cus-page .form-check.check-term-condition  label.form-check-label {
    margin-left: 5px;
    width: calc(100% - 30px);
}
.cus-page .form-check.check-term-condition {
    margin-right: 0;
    align-items: start;
}
.cus-page.user-results-pg .category-hero {
    border-radius: 10px 10px 0 0;
   /*background-color: #FFFFFF;*/
}
.user-results-pg .my-results-sec {
    background: #FFFFFF;
    padding: 25px;
}
.user-results-pg .my-results-sec .text-start {
    margin: 0 auto;
    max-width: 600px;
    background-color: #FBFAFC;
    padding: 55px;
    border-radius: 4px;
    border: none;
}
.user-results-pg .my-results-sec .text-start .form-control {
    /* border-radius: 4px;
    border: 1px solid #1B3567; */
    border: 1px solid transparent;
    background: #ffffff;
    outline: none;
    box-shadow: none;
}
.user-results-pg .my-results-sec .text-start .form-control:focus {
    border: 1px solid #1B3567;
}
.user-results-pg .my-results-sec .text-start label {
    /* font-weight: 400; */
}
.user-results-pg .my-results-sec .bottom-btns-group button.btn-grey {
    min-width: 160px;
}
.cus-page .result-form-inner .form-check.check-term-condition label.form-check-label {
    /* font-size: 14px; */
}
.result-form-inner {
    width: 100%;
}
.user-results-pg .my-results-sec .bottom-btns-group {
    padding: 15px 0 0 0;
    background-color: transparent;
    position: relative;
}
.cus-home .content-block__img {
    height: 100%;
}
.cus-home .content-block__img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.cus-home .home-banner-mobile {
    display: none;
}
.cus-home .content-block__content-wrap {
    width: 100%;
    height: 100%;
    padding: 2rem;
    margin: 0 auto;
    max-width: 430px;
    display: flex;
    align-items: start;
    justify-content: center;
}
.cus-home .content-block__content-wrap h2,
.cus-home .content-block__content-wrap p {
    color: #ffffff;
}
.cus-home .content-block__content-wrap h2 {
    font-size: 48px;
    line-height: normal;
}
.cus-home .content-block__content-wrap p {
    line-height: 28px;
}
.cus-home .custom-background-gradient .content-block__cta a {
    width: 130px;
    border: 2px solid #ffffff;
    color: #ffffff;
}
.cus-home .content-block__content-inner {
    margin-top: 135px;
}
.cus-home .content-block__content-item {
    margin: 15px 0;
    width: 100%;
    display: inline-block;
}
.question-container {
    width: 100%;
    margin: 0 auto;
    max-width: 325px;
}
.question-container .question-inner-sec {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}
.hero-brand__subtitle_type {
    width: 100%;
    margin-bottom: 2%;
    display: inline-block;
}
.hero-brand__subtitle_type p {
    color: #1B3567;
    font-size: 20px;
    text-align: center;
}
.question-container .question-inner-sec .catselection .category-hero__item-inner {
    margin-right: 10px;
}
.question-container .question-inner-sec .dogselection .category-hero__item-inner {
    margin-left: 10px;
}
.question-container .question-inner-sec .catselection .category-hero__item-title {
    margin-right: -1px;
}
.question-container .question-inner-sec .dogselection .category-hero__item-title {
    margin-left: -1px;
}
.question-container .question-inner-sec .catselection .category-hero__item-title a {
    border-radius: 4px 0 0 4px;
}
.question-container .question-inner-sec .dogselection .category-hero__item-title a {
    border-radius: 0 4px 4px 0;
}
.hero-brand .pets-active-pg img {
    width: 247px;
    height: 240px;
    border-radius: 50%;
    object-fit: cover;
}
.cus-page footer input.btn-dark {
    box-shadow: none;
    border: none;
    border-radius: 24px;
    min-width: 160px;
    min-height: 46px;
    font-size: 14px;
    font-weight: 700;
}
.cus-page footer input.btn-grey {
    padding: 0;
    color: #1B3567;
    background: transparent;
    border-radius: 0;
    min-width: auto;
    min-height: auto;
    font-weight: normal;
    outline: none;
    box-shadow: none;
    border-color: transparent;
}
.cus-page .form-btns input.btn-dark {
    box-shadow: none;
    border-radius: 24px;
    min-width: 177px;
    min-height: 46px;
    font-size: 14px;
    font-weight: normal;
    color: #1B3567;
    border: 1px solid #1B3567;
    background: #ffffff;
}
.cus-page .form-btns input.btn-grey {
    padding: 0;
    color: #ffffff;
    background: #D9D8DF;
    border-radius: 24px;
    min-width: 177px;
    min-height: 46px;
    font-size: 14px;
    font-weight: normal;
    outline: none;
    box-shadow: none;
    border-color: transparent;
}
.cus-page .form-btns input.btn-grey.disabled {
    color: #ffffff;
    background: #D9D8DF;
}
.user-details-pg .res-btns-group {
    gap: 20px;
}
.user-results-pg .breed-container .product-item__col {
    margin-bottom: 25px;
}
.user-results-pg .breed-container .product-item__col .product-item {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 25px;
    width: 100%;
    height: 100%;
}
.user-results-pg .breed-container .product-item__col .product-item:hover {
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.12);
}
.user-results-pg .breed-container .product-item__col .product-item .product-item__details {
    margin-top: 20px;
}
.user-results-pg .breed-container .product-item__col .product-item .product-item__tags span {
    color: #1B3567;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
}
.user-results-pg .breed-container .product-item__col .product-item .product-item__title {
    color: #1B3567;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    margin-top: 10px;
    width: 100%;
    display: inline-block;
}
.user-results-pg .breed-container .product-item__col .product-item .product-item__sub-title {
    color: #1B3567;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 4px;
    text-transform: capitalize;
}
.user-results-pg .breed-container .product-item__col .product-item .product-item__benefits .product-item__benefit-item span {
    color: #1B3567;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.user-results-pg .breed-container .error-field,
.user-details-pg .error-field {
    color: #ff0000;
    font-size: 14px;
    margin-top: 2px;
}
.cus-page .user-details-pg .form-control {
    box-shadow: none;
    outline: none;
    font-weight: 500;
}
.cus-page .user-details-pg .form-control:focus {
    background-color: #FBFAF9;
    border: 1px solid #1B3567;   
}
.first_name_error,
.last_name_error,
.email_error,
.marketing_consent_error {
    display: none;
}
.user-results-pg .my-results-sec .bottom-btns-group input#edit-submit-one:disabled,
.user-results-pg .my-results-sec .bottom-btns-group input#edit-submit-one.disabled {
    background: #D9D8DF;
}
.user-results-pg .my-results-sec .bottom-btns-group input#edit-submit-one {
    border-radius: 32px;
    background: #D9D8DF;
    color: #ffffff;
    min-width: 200px;
    padding: 9px;
    font-size: 18px;
    font-weight: normal;
}
.user-results-pg .breed-container .product-item__col .product-item .product-item__tags {
    width: 100%;
    display: inline-block;
}
/*.user-results-pg .my-results-sec .bottom-btns-group .ajax-progress {
    position: absolute;
    bottom: -33px;
}*/
.user-details footer .bottom-btns-group {
    position: relative;
}
.user-details footer .bottom-btns-group .ajax-progress {
    position: absolute;
    left: 30px;
    bottom: 10px;
}
.cus-page .user-details-pg .hero-brand__title_type p {
    font-weight: 300;
}
.cus-page .user-details-pg .progress {
    background: transparent;
    border-radius: 0;
}
.cus-page .user-details-pg p {
    color: #1B3567;
    font-weight: 300;
}
.question-error{
    display: none;
    color: #ff0000;
    font-size: 14px;
}
.user-details .form-text::placeholder,
.user-details .form-email::placeholder {
    color:#1B3567;
    opacity: 1;
    font-weight: 400;
}  
.user-details .form-text::-ms-input-placeholder,
.user-details .form-email::-ms-input-placeholder {
    color:#1B3567;
    font-weight: 400;
}
.user-details-pg .cus-max-width {
    max-width: 340px;
    margin: 0 auto;
}
.user-details-pg .res-btns-group {
    gap: 20px;
}

@media (min-width: 1024px) {
    body .user-results-pg .breed-container {
        max-width: 1016px;
    }
}
@media (min-width: 768px) {
    .why-asking {
        display: none;
    }
    body .user-results-pg .breed-container {
        border-radius: 0;
        background-color: transparent;
    }
    .cus-page .calendar-field {
        display: block;
        max-width: 340px;
        margin: 0 auto;
    }
    .radio-btns-sec {
        justify-content: center;
    }
    .cus-page .form-label {
        width: 100%;
        text-align: center !important;
    }
    .cus-page .petname-container .petname-sec {
        max-width: 350px;
        justify-content: center;
        margin: 0 auto;
    }
    .cus-page .optionno .cus-inc-dec {
        padding: 0;
        text-align: center;
        justify-content: start;
    }
    .cus-page .optionno .cus-inc-dec .form-label {
        width: auto;
    }
    .cus-page .user-details-pg .form-label,
    .cus-page .my-results-sec .form-label {
        text-align: left !important;
    }
    .cus-page .container {
        padding: 0 24px;
    }
    .cus-page .fs-medium {
        font-size: 1.25rem !important;
    }
    .des-left {
        width: 100%;
        max-width: 325px;
        margin: 0 auto;
        text-align: left;
    }
    .cus-page .des-left .form-label {
        text-align: left !important;
    }
    .des-left .radio-btns-sec {
        justify-content: start;
    }
    .user-details-pg .cus-max-width {
        margin: 0 auto;
        max-width: 600px;
        /*background-color: #FBFAFC;*/
        padding: 55px 100px;
        border-radius: 4px;
        border: none;
    }
    .user-details-pg .cus-max-width .hero-brand__title_type {
        padding-bottom: 5px;
    }
    .user-details-pg .hero-brand__title_type p {
        text-align: center;
    }
    .cus-page .user-details-pg .cus-max-width .form-control {
        border-radius: 4px;
        border: 1px solid #1B3567;
        background: #ffffff;
    }
    .user-details-pg .cus-max-width .mb-4.form-btns {
        margin-bottom: 0 !important;
    }
}
@media (max-width: 1430px) {
    .hero-brand.cus-page .hero-brand__union {
        top: 550px;
    }
}
@media (max-width: 1199px) {
    .cus-home .content-block__content-inner {
        margin-top: 100px;
    }
}
@media (max-width: 991px) {
    body .breed-container {
        max-width: 750px;
    }
    .hero-brand.cus-page:before {
        content: none;
    }
    .cus-home .content-block__content-wrap {
        align-items: center;
    }
    .cus-home .content-block__content-inner {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .cus-page .category-hero {
        padding: 0;
    }
    body .breed-container {
        margin: 26px auto;
        max-width: 100%;
        border-radius: 0;
    }
    body .result-container {
        margin: 0 auto;
        max-width: 100%;
        border-radius: 0;
    }
    .cus-page .hero-brand__title_type h4,
    .cus-page .hero-brand__title_type p {
        width: 100%;
        text-align: left;
    }
    .cus-page .hero-brand__title_type h4 br {
        display: none;
    }
    .cus-page .result-container .hero-brand__title_type h4{
        text-align: center;
    }
    .bottom-btns-group {
        padding: 24px;
        background-color: transparent;
    }
    .bottom-btns-group.res-btns-group {
        gap: 15px;
        flex-direction: column;
    }
    .bottom-btns-group.res-btns-group button {
        min-width: 160px;
    }
    .cus-page .progress {
        margin: 30px 0 0;
    }
    .hero-brand__title_type .heading-mark-question, 
    .hero-brand__title_type #collapseTopWhy {
        display: none;
    }
    .user-details-pg .text-start {
        padding: 0 12px;
    }
    .product-lists1 {
        padding: 25px 30px;
        border-radius: 0;
    }
    .cus-page.user-results-pg .category-hero {
        border-radius: 0;
    }
    .user-results-pg .my-results-sec {
        background: #ffffff;
        padding: 20px;
    }
    .user-results-pg .my-results-sec .text-start {
        max-width: 100%;
        padding: 0;
        border-radius: 0;
        border: none;
        background-color: #ffffff;
    }
    .user-results-pg .breed-container .product-item__col .product-item .product-item__title, .user-results-pg .breed-container .product-item__col .product-item .product-item__sub-title {
        font-size: 18px;
    }
    .user-results-pg .breed-container .product-item__col .product-item .product-item__title {
        margin-top: 2px;
    }
    .user-results-pg .breed-container .product-item__col .product-item .product-item__benefits .product-item__benefit-item span {
        font-size: 12px;
    }
    .user-results-pg .breed-container .product-item__col .product-item .product-item__tags span {
        font-size: 10px;
    }
    .cus-page .select2-container {
        max-width: 100%;
    }
    body .select2-results__option {
        font-size: 14px;
    }
    .cus-page .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 16px;
    }
    .cus-home .content-block__content-wrap h2, 
    .cus-home .content-block__content-wrap p {
        text-align: center;
    }
    .cus-home .content-block__content-inner .content-block__cta {
        text-align: center;
    }
    .cus-home .content-block__content-wrap {
        padding: 4rem 3rem;
    }
    .cus-home .content-block__content-wrap p {
        line-height: 26px;
    }
    .cus-home .content-block__content-wrap h2 {
        padding: 0 2rem;
        font-size: 40px;
    }
    .cus-home .curve-left.order-2 {
        order: 1 !important;
    }
    .cus-home .row {
        margin: 0;
    }
    .cus-home .order-1,
    .cus-home .order-2 {
        padding: 0;
    }
    .cus-home .home-banner-desktop {
        display: none;
    }
    .cus-home .home-banner-mobile {
        display: block;
    }
    .question-container {
        margin: 0;
    }
    .cus-page .category-hero .mt-md-0 {
        margin-top: 0 !important;
    }
    .hero-brand__subtitle_type p {
        font-size: 18px;
    }
    .cus-page .category-hero .hero-brand__title_type {
        margin-bottom: 0;
    }
    .cus-page .category-hero .hero-brand__title_type h4 {
        margin: 0;
    }
    .hero-brand__subtitle_type {
        margin-bottom: 6%;
    }
    .why-asking #collapseWhy .card p {
        text-align: left;
    }
    .optionno .cus-inc-dec {
        padding-left: 0;
    }
    .checkbox-list-design ul {
        margin: 0;
    }
    .cus-page h4, .cus-page .h4 {
        font-size: 28px;
    }
    .hero-brand__subtitle_type p {
        text-align: left;
    }
    .user-results-pg .breed-container .product-item__col .product-item {
        padding: 20px;
    }
    .user-results-pg .my-results-sec .bottom-btns-group input#edit-submit-one {
        min-width: 180px;
        font-size: 16px;
    }
    .user-results-pg .my-results-sec .text-start .form-control {
        background: #FBFAF9;
    }
    .user-details-pg .text-start .mb-4:last-child {
        margin-bottom: 0 !important;
    }
    .user-details-pg + footer {
        margin-bottom: 20px;
    }
    .user-results-pg .breed-container .product-item__col .product-item .product-item__image {
        height: auto !important;
    }
    .user-results-pg .breed-container .product-item__col .product-item .product-item__details {
        margin-top: 5px;
    }
    .user-details footer .bottom-btns-group .ajax-progress {
        left: auto;
        bottom: auto;
        top: 41px;
    }
    .form-btns .res-btns-group {
        flex-direction: column;
        gap: 20px;
    }
    .cus-page .user-details-pg .hero-brand__title_type p {
        margin-top: 15px;
    }
    .cus-page .user-details-pg .hero-brand__title_type h4 {
        margin-top: 20px;
    }
    .cus-page .user-details-pg .progress {
        margin-top: 10px;
    }
    .user-details-pg .cus-max-width {
        max-width: 100%;
    }
    .cus-page .category-hero .cus-max-width .hero-brand__title_type p {
        margin-top: 0;
    }
    .cus-page .category-hero .cus-max-width .hero-brand__title_type {
        margin-bottom: 30px;
    }
}
@media (max-width: 599px) {
    .bottom-btns-group {
        padding: 16px;
    }
    .checkbox-list-design ul li label span {
        font-size: 18px;
    }
    .product-lists1 {
        padding: 20px;
    }
    .user-results-pg .breed-container .product-item__col .product-item .product-item__title, .user-results-pg .breed-container .product-item__col .product-item .product-item__sub-title {
        font-size: 14px;
        line-height: 20px;
    }
    .user-results-pg .breed-container .product-item__col .product-item .product-item__benefits .product-item__benefit-item span {
        font-size: 10px;
    }
    .user-results-pg .breed-container .product-item__col .product-item .product-item__tags span {
        font-size: 8px;
    }
    .user-results-pg .breed-container .product-item__col .product-item {
        padding: 16px;
    }
    .user-details footer .bottom-btns-group .ajax-progress {
        top: 34px;
        font-size: 14px;
    }
    .user-details-pg .cus-max-width {
        padding: 0 16px;
    }
}


.user-results-pg .my-results-sec .bottom-btns-group input#edit-submit-one.btn-dark {

    color: #1B3567;
    border: 1px solid #1B3567;
    background: #ffffff;
}
.loadingimg{height:33px !important; display:none;width:auto !important}
.loadingimgadv{height:40px !important; width: auto !important;display:none;}
.loadingimgadv1{height:40px !important; width: auto !important;}
.loadingimgadvsfmc{height:40px !important; width: auto !important;display:none;}
.inforesults{color:#1B3567}
.backtotop{width:100%;text-align:center;font-size:1rem;font-weight:500;color:#1B3567;display:inline-block}
.path-food-recommender .throbber{display:none}
.path-user-details .throbber{display:none}
.user-details .ajax-progress-throbber .message{display:block !important}
.path-ques .join-pets-club-form-title{    font-weight: 500;font-size: 40px;}
.path-question .join-pets-club-form-title{    font-weight: 500;font-size: 40px;}
.path-user-results .heading-container .heading-font{font-size:40px; font-weight:500;}