﻿html {
    overflow-x: hidden !important;
    font-family: 'Open Sans', sans-serif !important;
}

body {
    overflow-x: hidden !important;
    color: #282972;
    font-family: 'Open Sans', sans-serif !important;
}

.f-aqua {
    color: #60c5c0 !important;
}

.f-blue {
    color: #282972 !important;
}

.bg-oneplan-blue {
    background-color: #282972 !important;
}

.jumbotron h1 {
    text-transform: uppercase;
    font-weight: 900;
    color: #282972;
    line-height: 90%;
    margin-top: 20px !important;
}

h1 {
    font-size: 45px;
    margin: 0 !important;
    color: #282972;
}

h2 {
    text-transform: none !important;
    color: #282972;
    font-size: 28px;
    font-weight: 100 !important;
    line-height: normal;
}


.onecard-p {
    color: #fff !important;
    font-size: 20px !important;
    text-align: left !important;
}

h2 span {
    font-weight: 600 !important;
    color: #282972;
}

p {
    color: #282972;
}



.p-font-25 {
    font-size: 25px !important;
}

.p-bold {
    font-weight: 600 !important;
}

.img-about-icons {
    float: left;
    padding-right: 15px !important;
}


/************* SPACING *****************/
.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}
.pb-60 {
    padding-top: 60px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
/*=============== CARD ===============*/
.wrapper {
    width: 100%;
}

    .wrapper i {
        /*  height: 50px;
        width: 50px;*/
        text-align: center;
        line-height: 50px;
        border-radius: 50%;
        cursor: pointer;
        position: absolute;
        top: 50%;
        font-size: 2em;
        transform: translateY(-50%);
        font-weight: bold !important;
        color: #282972 !important;
    }

        .wrapper i:first-child {
            left: -22px;
        }

        .wrapper i:last-child {
            right: -22px;
        }

    .wrapper .carousel {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: calc((100% / 3) - 12px);
        gap: 16px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: 0;
    }

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel :where(.card, .img) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel.no-transition {
    scroll-behavior: auto;
}

.carousel.dragging .card {
    cursor: grab;
    user-select: none;
}

.carousel .mycard {
    position: relative;
    background: #0fafe5;
    margin-top: 30px;
    display: flex;
    scroll-snap-align: start;
    list-style: none;
    border-radius: 8px;
    display: flex;
    cursor: pointer;
    padding-bottom: 15px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.mycard-img-top {
    position: absolute;
    top: -30px;
    left: 40%;
    margin-left: -30px;
    height: 80%;
}
.card-img-top {
    vertical-align: top !important;
    margin-top: -4%;
}


.mycard-card-h2 {
    color: #fff !important;
    font-weight: bold !important;
    text-align: center !important;
    display: inline;
    font-size: 22px !important;
    line-height: normal;
}

.card .img {
    width: 100%;
}

    .card .img img {
        width: 100%;
        height: 140px;
        object-fit: cover;
        border: 4px solid #fff;
    }

.card h2 {
    font-weight: 500;
    font-size: 1.56rem;
    margin: 30px 0 5px;
    line-height: normal;
}

.card span {
    color: #6a6d78;
    font-size: 1.31rem;
}

@media screen and (max-width: 900px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 9px);
    }
}

@media screen and (max-width: 600px) {
    .wrapper .carousel {
        grid-auto-columns: 100%;
    }
}





/************* SCREEN SIZES *****************/
@media (min-width: 220px) and (max-width: 450px) {

    .pb-50 {
        padding-bottom: 20px !important;
    }

    .pt-50 {
        padding-top: 20px !important;
    }

    .div-about-Onplan {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .about-oneplan-header-img {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: block;
    }

    .img-underline {
        width: 95%;
    }

    .about-img-1 {
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        display: block;
        margin-top: 20px !important;
    }

    .img-about-icons {
        width: 20%;
    }

    h1 {
        font-size: 30px;
        margin-top: 20px !important;
        color: #282972;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 18px;
        font-weight: 100 !important;
        line-height: normal;
    }

    .p-font-25 {
        font-size: 18px !important;
    }

    .p-font-20 {
        font-size: 18px !important;
    }

    .hellopeterlogo {
        max-width: 80% !important;
        margin-top: 10% !important;
    }

    .onePetStore {
        width: 60% !important;
    }

    .mobileAppImg {
        width: 100% !important;
        margin-top: 3% !important;
    }

    h3 {
        font-size: 20px;
        letter-spacing: normal;
        line-height: 24px !important;
        margin-top: 10px !important;
    }

    .panel-usp .panel-heading-1 {
        color: #282972 !important;
        text-align: center;
        font-size: 22px;
        font-weight: bold !important;
    }

    .panel-desc-pet {
        color: #282972 !important;
        text-align: center;
        font-size: 18px;
    }

    #WhatsAOneCardDesktop {
        display: none !important;
    }

    #WhatsAOneCardMobile4 {
        display: inline-block !important;
    }

    .onecard-p {
        color: #fff !important;
        font-size: 18px !important;
        text-align: left !important;
    }

    .onecardFunds-p {
        color: #fff !important;
        font-size: 16px !important;
        text-align: left !important;
    }

    .oneClaimCard-Img {
        position: relative;
        left: -8%;
        margin-top: -15%;
    }

    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 18px !important;
        width: 280px !important;
        text-align: center !important;
    }

    span.plan-products {
        font-size: 22px !important;
        font-weight: 800;
        line-height: 32px !important;
        padding-top: 20px !important;
    }

    .about-usp-icon {
        width: 30% !important;
    }

    .onecard {
        font-size: 40px;
        color: #fff !important;
        text-align: left !important;
    }

    .card-h2 {
        color: #282972 !important;
        font-size: 20px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        text-align: left !important;
        padding: 0 10px 0 10px !important;
        line-height: normal;
    }

    .card-p {
        font-size: 14px !important;
        text-align: left !important;
        margin-top: 12px !important;
        padding: 0 10px 0 10px !important;
    }

    .btn-readMore {
        color: #fff !important;
        background-color: #282972 !important;
        float: left !important;
        margin: 0 10px 0 10px !important;
    }


    .divTable {
        display: table;
        width: 100%;
    }

    .divTableRow {
        display: inline-grid;
        border-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin-bottom: 10% !important;
        width: 100%;
    }

    .p-about-icons {
        margin-top: 1% !important;
    }

    .p-about-quality-icons {
        margin-top: 3% !important;
    }

    #multi-bg {
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 677.76'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M1920,677.76V217C1678.78,83.57,1333.7,0,950.5,0,577.25,0,240.17,79.28,0,206.75v470' style='fill:%2360c5c0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center, 100%, 100%;
    }

    span.prod-name {
        margin: auto !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        display: inline-block;
        padding-top: 25px;
    }

    .p-discounts {
        font-style: italic !important;
        font-size: 14px !important;
    }

    .callimg, .quoteimg {
        width: 10% !important;
    }

    .divTableCell.cta.btm a {
        background-color: #60c0bb !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #60c0bb;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 6px 20px;
        border-radius: 26px;
        font-family: Open Sans,Arial,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
    }

    .divTableCell.cta.top a {
        background-color: #322f78 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #322f78;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: Open Sans,Arial,sans-serif;
        transition: 0.5s all ease;
        margin-top: 8px;
    }

    .prod-list-img {
        width: 18% !important;
        position: relative;
        top: 50%;
        left: auto !important;
        right: -22% !important;
    }

    .carousel .card {
        scroll-snap-align: start;
        height: 500px;
        list-style: none;
        background: #f7f7f7;
        border-radius: 8px;
        display: flex;
        cursor: pointer;
        width: 98%;
        padding-bottom: 15px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divTableCell-Products.cta a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        border: 3px solid #fff;
        width: 90%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 19px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    }

    .divTableCell-Products.cta.btm a {
        background-color: #282972 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #282972;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
    }

        .divTableCell-Products.cta.btm a:hover {
            background-color: #3bafe3 !important;
            color: #fff !important;
            position: relative;
            transition: 0.5s all ease;
            text-decoration: none;
            font-size: 18px;
            font-weight: 900;
            border: 3px solid #3bafe3;
            box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
            margin: auto;
            padding: 10px 20px;
            border-radius: 26px;
            font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
            padding-right: 2em;
            display: block;
            line-height: 23px;
            transition: 0.5s all ease;
        }

    .callimg, .plansimg {
        width: 7% !important;
    }
    .about-muddy-puppy-img
    {
        width:80%!important;
        padding-bottom:20px!important;
    }
    .app-img, .google-img {
        width: 55% !important;
        padding-bottom: 20px;
    }
}

@media (min-width: 451px) and (max-width: 490px) {

    .pb-50 {
        padding-bottom: 20px !important;
    }

    .pt-50 {
        padding-top: 20px !important;
    }

    .div-about-Onplan {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .about-oneplan-header-img {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: block;
    }

    .img-underline {
        width: 95%;
    }

    .about-img-1 {
        margin-left: auto;
        margin-right: auto;
        width: 60%;
        display: block;
        margin-top: 20px !important;
    }

    .img-about-icons {
        width: 20%;
    }

    h1 {
        font-size: 40px;
        margin-top: 20px !important;
        color: #282972;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 18px;
        font-weight: 100 !important;
        line-height: normal;
    }

    .p-font-25 {
        font-size: 18px !important;
    }

    .p-font-20 {
        font-size: 18px !important;
    }

    .hellopeterlogo {
        max-width: 80% !important;
        margin-top: 10% !important;
    }

    .onePetStore {
        width: 60% !important;
    }

    .mobileAppImg {
        width: 100% !important;
        margin-top: 3% !important;
    }

    h3 {
        font-size: 20px;
        letter-spacing: normal;
        line-height: 24px !important;
        margin-top: 10px !important;
    }

    .panel-usp .panel-heading-1 {
        color: #282972 !important;
        text-align: center;
        font-size: 22px;
        font-weight: bold !important;
    }

    .panel-desc-pet {
        color: #282972 !important;
        text-align: center;
        font-size: 18px;
    }

    #WhatsAOneCardDesktop {
        display: none !important;
    }

    #WhatsAOneCardMobile4 {
        display: inline-block !important;
    }

    .onecard-p {
        color: #fff !important;
        font-size: 18px !important;
        text-align: left !important;
    }

    .onecardFunds-p {
        color: #fff !important;
        font-size: 16px !important;
        text-align: left !important;
    }

    .oneClaimCard-Img {
        position: relative;
        left: -8%;
        margin-top: -15%;
    }

    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 18px !important;
        width: 280px !important;
        text-align: center !important;
    }

    span.plan-products {
        margin: auto !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        display: inline-block;
        padding-top: 25px;
    }

    .about-usp-icon {
        width: 30% !important;
    }

    .onecard {
        font-size: 40px;
        color: #fff !important;
        text-align: left !important;
    }

    .card-h2 {
        color: #282972 !important;
        font-size: 20px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        text-align: left !important;
        padding: 0 10px 0 10px !important;
        line-height: normal;
    }

    .card-p {
        font-size: 14px !important;
        text-align: left !important;
        margin-top: 12px !important;
        padding: 0 10px 0 10px !important;
    }

    .btn-readMore {
        color: #fff !important;
        background-color: #282972 !important;
        float: left !important;
        margin: 0 10px 0 10px !important;
    }


    .divTable {
        display: table;
        width: 100%;
    }

    .divTableRow {
        display: inline-grid;
        border-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin-bottom: 10% !important;
        width: 100%;
    }

    .p-about-icons {
        margin-top: 1% !important;
    }

    .p-about-quality-icons {
        margin-top: 3% !important;
    }

    #multi-bg {
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 677.76'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M1920,677.76V217C1678.78,83.57,1333.7,0,950.5,0,577.25,0,240.17,79.28,0,206.75v470' style='fill:%2360c5c0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center, 100%, 100%;
    }

    span.prod-name {
        margin: auto !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        display: inline-block;
        padding-top: 15px;
    }

    .p-discounts {
        font-style: italic !important;
        font-size: 14px !important;
    }

    .callimg, .quoteimg {
        width: 10% !important;
    }

    .divTableCell.cta.btm a {
        background-color: #60c0bb !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #60c0bb;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 6px 20px;
        border-radius: 26px;
        font-family: Open Sans,Arial,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
    }

    .divTableCell.cta.top a {
        background-color: #322f78 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #322f78;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: Open Sans,Arial,sans-serif;
        transition: 0.5s all ease;
        margin-top: 8px;
    }

    .prod-list-img {
        width: 20% !important;
        position: relative;
        top: 45%;
        left: auto !important;
        right: -25% !important;
    }

    .carousel .card {
        scroll-snap-align: start;
        height: 500px;
        list-style: none;
        background: #f7f7f7;
        border-radius: 8px;
        display: flex;
        cursor: pointer;
        width: 98%;
        padding-bottom: 15px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divTableCell-Products.cta a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        border: 3px solid #fff;
        width: 90%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 19px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    }

    .divTableCell-Products.cta.btm a {
        background-color: #282972 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #282972;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
    }

        .divTableCell-Products.cta.btm a:hover {
            background-color: #3bafe3 !important;
            color: #fff !important;
            position: relative;
            transition: 0.5s all ease;
            text-decoration: none;
            font-size: 18px;
            font-weight: 900;
            border: 3px solid #3bafe3;
            box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
            margin: auto;
            padding: 10px 20px;
            border-radius: 26px;
            font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
            padding-right: 2em;
            display: block;
            line-height: 23px;
            transition: 0.5s all ease;
        }

    .callimg, .plansimg {
        width: 7% !important;
    }

    .app-img, .google-img {
        width: 55%!important;
        padding-bottom: 20px;
    }
    .about-muddy-puppy-img {
        width: 80% !important;
        padding-bottom: 20px !important;
    }
}

@media (min-width: 491px) and (max-width: 550px) {

    .pb-50 {
        padding-bottom: 20px !important;
    }

    .pt-50 {
        padding-top: 20px !important;
    }

    .div-about-Onplan {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .about-oneplan-header-img {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: block;
    }

    .img-underline {
        width: 95%;
    }

    .about-img-1 {
        margin-left: auto;
        margin-right: auto;
        width: 65%;
        display: block;
        margin-top: 20px !important;
    }

    .img-about-icons {
        width: 17%;
    }

    h1 {
        font-size: 40px;
        margin-top: 20px !important;
        color: #282972;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 18px;
        font-weight: 100 !important;
        line-height: normal;
    }

    .p-font-25 {
        font-size: 18px !important;
    }

    .p-font-20 {
        font-size: 18px !important;
    }

    .hellopeterlogo {
        max-width: 65% !important;
        margin-top: 10% !important;
    }

    .onePetStore {
        width: 60% !important;
    }

    .mobileAppImg {
        width: 100% !important;
        margin-top: 3% !important;
    }

    h3 {
        font-size: 20px;
        letter-spacing: normal;
        line-height: 24px !important;
        margin-top: 10px !important;
    }

    .panel-usp .panel-heading-1 {
        color: #282972 !important;
        text-align: center;
        font-size: 22px;
        font-weight: bold !important;
    }

    .panel-desc-pet {
        color: #282972 !important;
        text-align: center;
        font-size: 18px;
    }

    #WhatsAOneCardDesktop {
        display: none !important;
    }

    #WhatsAOneCardMobile4 {
        display: inline-block !important;
    }

    .onecard-p {
        color: #fff !important;
        font-size: 18px !important;
        text-align: left !important;
    }

    .onecardFunds-p {
        color: #fff !important;
        font-size: 16px !important;
        text-align: left !important;
    }

    .oneClaimCard-Img {
        position: relative;
        left: -8%;
        margin-top:-15%!important;
    }

    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 18px !important;
        width: 280px !important;
        text-align: center !important;
    }

    span.plan-products {
        font-size: 22px !important;
        font-weight: 800;
        line-height: 32px !important;
        padding-top: 20px !important;
    }

    .about-usp-icon {
        width: 25% !important;
    }

    .onecard {
        font-size: 40px;
        color: #fff !important;
        text-align: left !important;
    }

    .card-h2 {
        color: #282972 !important;
        font-size: 20px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        text-align: left !important;
        padding: 0 10px 0 10px !important;
        line-height: normal;
    }

    .card-p {
        font-size: 14px !important;
        text-align: left !important;
        margin-top: 12px !important;
        padding: 0 10px 0 10px !important;
    }

    .btn-readMore {
        color: #fff !important;
        background-color: #282972 !important;
        float: left !important;
        margin: 0 10px 0 10px !important;
    }


    .divTable {
        display: table;
        width: 100%;
    }

    .divTableRow {
        display: inline-grid;
        border-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin-bottom: 10% !important;
        width: 100%;
    }

    .p-about-icons {
        margin-top: 1% !important;
    }

    .p-about-quality-icons {
        margin-top: 3% !important;
    }

    #multi-bg {
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 677.76'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M1920,677.76V217C1678.78,83.57,1333.7,0,950.5,0,577.25,0,240.17,79.28,0,206.75v470' style='fill:%2360c5c0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center, 100%, 100%;
    }

    span.prod-name {
        margin: auto !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        display: inline-block;
        padding-top: 15px;
    }

    .p-discounts {
        font-style: italic !important;
        font-size: 14px !important;
    }

    .callimg, .quoteimg {
        width: 10% !important;
    }

    .divTableCell.cta.btm a {
        background-color: #60c0bb !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #60c0bb;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 6px 20px;
        border-radius: 26px;
        font-family: Open Sans,Arial,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
    }

    .divTableCell.cta.top a {
        background-color: #322f78 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #322f78;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: Open Sans,Arial,sans-serif;
        transition: 0.5s all ease;
        margin-top: 8px;
    }

    .prod-list-img {
        width: 20% !important;
        position: relative;
        top: 45%;
        left: auto !important;
        right: -25% !important;
    }

    .carousel .card {
        scroll-snap-align: start;
        height: 500px;
        list-style: none;
        background: #f7f7f7;
        border-radius: 8px;
        display: flex;
        cursor: pointer;
        width: 98%;
        padding-bottom: 15px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divTableCell-Products.cta a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        border: 3px solid #fff;
        width: 90%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 19px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    }

    .divTableCell-Products.cta.btm a {
        background-color: #282972 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #282972;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
    }

        .divTableCell-Products.cta.btm a:hover {
            background-color: #3bafe3 !important;
            color: #fff !important;
            position: relative;
            transition: 0.5s all ease;
            text-decoration: none;
            font-size: 18px;
            font-weight: 900;
            border: 3px solid #3bafe3;
            box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
            margin: auto;
            padding: 10px 20px;
            border-radius: 26px;
            font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
            padding-right: 2em;
            display: block;
            line-height: 23px;
            transition: 0.5s all ease;
        }

    .callimg, .plansimg {
        width: 7% !important;
    }

    .about-muddy-puppy-img {
        width: 75% !important;
        padding-bottom:20px!important;
    }

    .app-img, .google-img {
        width: 55% !important;
        padding-bottom: 20px;
    }

}

@media (min-width: 551px) and (max-width: 575px) {

    .pb-50 {
        padding-bottom: 20px !important;
    }

    .pt-50 {
        padding-top: 20px !important;
    }

    .div-about-Onplan {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .about-oneplan-header-img {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: block;
    }

    .img-underline {
        width: 95%;
    }

    .about-img-1 {
        margin-left: auto;
        margin-right: auto;
        width: 60%;
        display: block;
        margin-top: 20px !important;
    }

    .img-about-icons {
        width: 17%;
    }

    h1 {
        font-size: 40px;
        margin-top: 20px !important;
        color: #282972;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 18px;
        font-weight: 100 !important;
        line-height: normal;
    }
    

    .p-font-25 {
        font-size: 18px !important;
    }

    .p-font-20 {
        font-size: 18px !important;
    }

    .hellopeterlogo {
        max-width: 65% !important;
        margin-top: 10% !important;
    }

    .onePetStore {
        width: 50% !important;
    }

    
    .mobileAppImg {
        width: 100% !important;
        margin-top: 3% !important;
    }

    h3 {
        font-size: 20px;
        letter-spacing: normal;
        line-height: 24px !important;
        margin-top: 10px !important;
    }

    .panel-usp .panel-heading-1 {
        color: #282972 !important;
        text-align: center;
        font-size: 22px;
        font-weight: bold !important;
    }

    .panel-desc-pet {
        color: #282972 !important;
        text-align: center;
        font-size: 18px;
    }

    #WhatsAOneCardDesktop {
        display: none !important;
    }

    #WhatsAOneCardMobile4 {
        display: inline-block !important;
    }

    .onecard-p {
        color: #fff !important;
        font-size: 18px !important;
        text-align: left !important;
    }

    .onecardFunds-p {
        color: #fff !important;
        font-size: 16px !important;
        text-align: left !important;
    }

    .oneClaimCard-Img {
        position: relative;
        left: -8%;
        margin-top:-15%!important;
    }

    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 18px !important;
        width: 280px !important;
        text-align: center !important;
    }

    span.plan-products {
        font-size: 22px !important;
        font-weight: 800;
        line-height: 32px !important;
        padding-top: 20px !important;
    }

    .about-usp-icon {
        width: 20% !important;
    }

    .onecard {
        font-size: 40px;
        color: #fff !important;
        text-align: left !important;
    }

    .card-h2 {
        color: #282972 !important;
        font-size: 20px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        text-align: left !important;
        padding: 0 10px 0 10px !important;
        line-height: normal;
    }

    .card-p {
        font-size: 14px !important;
        text-align: left !important;
        margin-top: 12px !important;
        padding: 0 10px 0 10px !important;
    }

    .btn-readMore {
        color: #fff !important;
        background-color: #282972 !important;
        float: left !important;
        margin: 0 10px 0 10px !important;
    }


    .divTable {
        display: table;
        width: 100%;
    }

    .divTableRow {
        display: inline-grid;
        border-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin-bottom: 10% !important;
        width: 100%;
    }

    .p-about-icons {
        margin-top: 1% !important;
    }

    .p-about-quality-icons {
        margin-top: 3% !important;
    }

    #multi-bg {
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 677.76'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M1920,677.76V217C1678.78,83.57,1333.7,0,950.5,0,577.25,0,240.17,79.28,0,206.75v470' style='fill:%2360c5c0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center, 100%, 100%;
    }

    span.prod-name {
        margin: auto !important;
        font-weight: 600 !important;
        font-size: 17px !important;
        display: inline-block;
        padding-top: 15px;
    }

    .p-discounts {
        font-style: italic !important;
        font-size: 14px !important;
    }

    .callimg, .quoteimg {
        width: 10% !important;
    }

    .divTableCell.cta.btm a {
        background-color: #60c0bb !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #60c0bb;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 6px 20px;
        border-radius: 26px;
        font-family: Open Sans,Arial,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
    }

    .divTableCell.cta.top a {
        background-color: #322f78 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #322f78;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 15px 20px;
        border-radius: 26px;
        font-family: Open Sans,Arial,sans-serif;
        transition: 0.5s all ease;
        margin-top: 8px;
    }

    .prod-list-img {
        width: 30% !important;
        position: relative;
        top: 45%;
        left: auto !important;
        right: -29% !important;
    }

    .carousel .card {
        scroll-snap-align: start;
        height: 500px;
        list-style: none;
        background: #f7f7f7;
        border-radius: 8px;
        display: flex;
        cursor: pointer;
        width: 98%;
        padding-bottom: 15px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divTableCell-Products.cta a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        border: 3px solid #fff;
        width: 90%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 19px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    }

    .divTableCell-Products.cta.btm a {
        background-color: #282972 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #282972;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
    }

        .divTableCell-Products.cta.btm a:hover {
            background-color: #3bafe3 !important;
            color: #fff !important;
            position: relative;
            transition: 0.5s all ease;
            text-decoration: none;
            font-size: 18px;
            font-weight: 900;
            border: 3px solid #3bafe3;
            box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
            margin: auto;
            padding: 10px 20px;
            border-radius: 26px;
            font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
            padding-right: 2em;
            display: block;
            line-height: 23px;
            transition: 0.5s all ease;
        }

    .callimg, .plansimg {
        width: 7% !important;
    }

    .about-muddy-puppy-img {
        width: 75% !important;
        padding-bottom:20px!important;
    }
    .app-img, .google-img {
        width: 55% !important;
        padding-bottom: 20px;
    }
}

@media (min-width: 576px) and (max-width: 650px) {

    .pb-50 {
        padding-bottom: 20px !important;
    }

    .pt-50 {
        padding-top: 20px !important;
    }

    .div-about-Onplan {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .about-oneplan-header-img {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: block;
    }

    .img-underline {
        width: 95%;
    }

    .about-img-1 {
        margin-left: auto;
        margin-right: auto;
        width: 60%;
        display: block;
        margin-top: 20px !important;
    }

    .img-about-icons {
        width: 15%;
    }

    h1 {
        font-size: 40px;
        margin-top: 20px !important;
        color: #282972;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 20px;
        font-weight: 100 !important;
        line-height: 24px !important;
        line-height: normal;
    }

    .p-font-25 {
        font-size: 20px !important;
    }

    .p-font-20 {
        font-size: 20px !important;
    }

    .hellopeterlogo {
        max-width: 70% !important;
        margin-top: 10% !important;
    }

    .onePetStore {
        width: 50% !important;
    }

    .mobileAppImg {
        width: 100% !important;
        margin-top: 3% !important;
    }

    h3 {
        font-size: 20px;
        letter-spacing: normal;
        line-height: 24px !important;
        margin-top: 10px !important;
    }

    .panel-usp .panel-heading-1 {
        color: #282972 !important;
        text-align: center;
        font-size: 22px;
        font-weight: bold !important;
    }

    .panel-desc-pet {
        color: #282972 !important;
        text-align: center;
        font-size: 18px;
    }

    #WhatsAOneCardDesktop {
        display: none !important;
    }

    #WhatsAOneCardMobile4 {
        display: inline-block !important;
    }

    .onecard-p {
        color: #fff !important;
        font-size: 18px !important;
        text-align: left !important;
    }

    .onecardFunds-p {
        color: #fff !important;
        font-size: 16px !important;
        text-align: left !important;
    }

    .oneClaimCard-Img {
        position: relative;
        left: -8%;
        margin-top:-15%!important;
    }

    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 18px !important;
        width: 280px !important;
        text-align: center !important;
    }

    span.plan-products {
        font-size: 22px !important;
        font-weight: 800;
        line-height: 32px !important;
        padding-top: 20px !important;
    }

    .about-usp-icon {
        width: 20% !important;
    }

    .onecard {
        font-size: 40px;
        color: #fff !important;
        text-align: left !important;
    }

    .card-h2 {
        color: #282972 !important;
        font-size: 20px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        text-align: left !important;
        padding: 0 10px 0 10px !important;
        line-height: normal;
    }

    .card-p {
        font-size: 14px !important;
        text-align: left !important;
        margin-top: 12px !important;
        padding: 0 10px 0 10px !important;
    }

    .btn-readMore {
        color: #fff !important;
        background-color: #282972 !important;
        float: left !important;
        margin: 0 10px 0 10px !important;
    }


    .divTable {
        display: table;
        width: 100%;
    }

    .divTableRow {
        display: inline-grid;
        border-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin-bottom: 10% !important;
        width: 100%;
    }

    .p-about-icons {
        margin-top: 1% !important;
    }

    .p-about-quality-icons {
        margin-top: 3% !important;
    }

    #multi-bg {
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 677.76'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M1920,677.76V217C1678.78,83.57,1333.7,0,950.5,0,577.25,0,240.17,79.28,0,206.75v470' style='fill:%2360c5c0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center, 100%, 100%;
    }

    span.prod-name {
        margin: auto !important;
        font-weight: 600 !important;
        font-size: 17px !important;
        display: inline-block;
        padding-top: 15px;
    }

    .p-discounts {
        font-style: italic !important;
        font-size: 14px !important;
    }

    .callimg, .quoteimg {
        width: 10% !important;
    }

    .divTableCell.cta.btm a {
        background-color: #60c0bb !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #60c0bb;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 6px 20px;
        border-radius: 26px;
        font-family: Open Sans,Arial,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
    }

    .divTableCell.cta.top a {
        background-color: #322f78 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #322f78;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: Open Sans,Arial,sans-serif;
        transition: 0.5s all ease;
        margin-top: 8px;
    }

    .prod-list-img {
        width: 30% !important;
        position: relative;
        top: 45%;
        left: auto !important;
        right: -29% !important;
    }

    .carousel .card {
        scroll-snap-align: start;
        height: 500px;
        list-style: none;
        background: #f7f7f7;
        border-radius: 8px;
        display: flex;
        cursor: pointer;
        width: 98%;
        padding-bottom: 15px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divTableCell-Products.cta a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        border: 3px solid #fff;
        width: 90%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 19px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    }

    .divTableCell-Products.cta.btm a {
        background-color: #282972 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #282972;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
    }

        .divTableCell-Products.cta.btm a:hover {
            background-color: #3bafe3 !important;
            color: #fff !important;
            position: relative;
            transition: 0.5s all ease;
            text-decoration: none;
            font-size: 18px;
            font-weight: 900;
            border: 3px solid #3bafe3;
            box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
            margin: auto;
            padding: 10px 20px;
            border-radius: 26px;
            font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
            padding-right: 2em;
            display: block;
            line-height: 23px;
            transition: 0.5s all ease;
        }

    .callimg, .plansimg {
        width: 7% !important;
    }

    .about-muddy-puppy-img {
        width: 75% !important;
        padding-bottom:20px!important;
    }
    .app-img, .google-img {
        width: 40% !important;
        padding-bottom: 20px;
    }
}

@media (min-width: 651px) and (max-width: 767px) {
    .pb-50 {
        padding-bottom: 20px !important;
    }

    .pt-50 {
        padding-top: 20px !important;
    }

    .div-about-Onplan {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .about-oneplan-header-img {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        display: block;
    }

    .img-underline {
        width: 80%;
    }

    .about-img-1 {
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        display: block;
        margin-top: 20px !important;
    }

    .img-about-icons {
        width: 15%;
    }

    h1 {
        font-size: 40px;
        margin-top: 20px !important;
        color: #282972;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 20px;
        font-weight: 100 !important;
        line-height: normal;
    }

    .p-font-25 {
        font-size: 20px !important;
    }

    .p-font-20 {
        font-size: 20px !important;
    }

    .hellopeterlogo {
        max-width: 60% !important;
        margin-top: 10% !important;
    }

    .onePetStore {
        width: 50% !important;
    }

    .mobileAppImg {
        width: 100% !important;
        margin-top: 3% !important;
    }

    h3 {
        font-size: 20px;
        letter-spacing: normal;
        line-height: 24px !important;
        margin-top: 10px !important;
    }

    .panel-usp .panel-heading-1 {
        color: #282972 !important;
        text-align: center;
        font-size: 22px;
        font-weight: bold !important;
    }

    .panel-desc-pet {
        color: #282972 !important;
        text-align: center;
        font-size: 18px;
    }

    #WhatsAOneCardDesktop {
        display: none !important;
    }

    #WhatsAOneCardMobile4 {
        display: inline-block !important;
    }

    .onecard-p {
        color: #fff !important;
        font-size: 18px !important;
        text-align: left !important;
    }

    .onecardFunds-p {
        color: #fff !important;
        font-size: 16px !important;
        text-align: left !important;
    }

    .oneClaimCard-Img {
        position: relative;
        left: -8%;
        margin-top:-15%!important;
    }

    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 18px !important;
        width: 280px !important;
        text-align: center !important;
    }

    span.plan-products {
        font-size: 22px !important;
        font-weight: 800;
        line-height: 32px !important;
        padding-top: 20px !important;
    }

    .about-usp-icon {
        width: 15% !important;
    }

    .onecard {
        font-size: 40px;
        color: #fff !important;
        text-align: left !important;
    }

    .card-h2 {
        color: #282972 !important;
        font-size: 20px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        text-align: left !important;
        padding: 0 10px 0 10px !important;
        line-height: normal;
    }

    .card-p {
        font-size: 14px !important;
        text-align: left !important;
        margin-top: 12px !important;
        padding: 0 10px 0 10px !important;
    }

    .btn-readMore {
        color: #fff !important;
        background-color: #282972 !important;
        float: left !important;
        margin: 0 10px 0 10px !important;
    }


    .divTable {
        display: table;
        width: 100%;
    }

    .divTableRow {
        display: inline-grid;
        border-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin-bottom: 10% !important;
        width: 100%;
    }

    .p-about-icons {
        margin-top: 1% !important;
    }

    .p-about-quality-icons {
        margin-top: 3% !important;
    }

    #multi-bg {
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 677.76'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M1920,677.76V217C1678.78,83.57,1333.7,0,950.5,0,577.25,0,240.17,79.28,0,206.75v470' style='fill:%2360c5c0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center, 100%, 100%;
    }

    span.prod-name {
        margin: auto !important;
        font-weight: 600 !important;
        font-size: 18px !important;
        display: inline-block;
        padding-top: 15px;
    }

    .p-discounts {
        font-style: italic !important;
        font-size: 14px !important;
    }

    .callimg, .quoteimg {
        width: 10% !important;
    }

    .divTableCell.cta.btm a {
        background-color: #60c0bb !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #60c0bb;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 6px 20px;
        border-radius: 26px;
        font-family: Open Sans,Arial,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
    }

    .divTableCell.cta.top a {
        background-color: #322f78 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #322f78;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: Open Sans,Arial,sans-serif;
        transition: 0.5s all ease;
        margin-top: 8px;
    }

    .prod-list-img {
        width: 23% !important;
        position: relative;
        top: 45%;
        left: auto !important;
        right: -32% !important;
    }

    .carousel .card {
        scroll-snap-align: start;
        height: 500px;
        list-style: none;
        background: #f7f7f7;
        border-radius: 8px;
        display: flex;
        cursor: pointer;
        width: 98%;
        padding-bottom: 15px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divTableCell-Products.cta a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        border: 3px solid #fff;
        width: 90%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 19px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    }

    .divTableCell-Products.cta.btm a {
        background-color: #282972 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #282972;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
    }

        .divTableCell-Products.cta.btm a:hover {
            background-color: #3bafe3 !important;
            color: #fff !important;
            position: relative;
            transition: 0.5s all ease;
            text-decoration: none;
            font-size: 18px;
            font-weight: 900;
            border: 3px solid #3bafe3;
            box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
            margin: auto;
            padding: 10px 20px;
            border-radius: 26px;
            font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
            padding-right: 2em;
            display: block;
            line-height: 23px;
            transition: 0.5s all ease;
        }

    .callimg, .plansimg {
        width: 7% !important;
    }

    .about-muddy-puppy-img {
        width: 65% !important;
        padding-bottom:20px!important;
    }
    .app-img, .google-img {
        width: 40% !important;
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 850px) {
    .pb-50 {
        padding-bottom: 20px !important;
    }

    .pt-50 {
        padding-top: 20px !important;
    }

    .div-about-Onplan {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .about-oneplan-header-img {
        margin-left: auto;
        margin-right: auto;
        width: 85%;
        display: block;
    }

    .img-underline {
        width: 85%;
    }

    .about-img-1 {
        margin-left: auto;
        margin-right: auto;
        width: 45%;
        display: block;
        margin-top: 20px !important;
    }

    .img-about-icons {
        width: 12%;
    }

    h1 {
        font-size: 40px;
        margin-top: 20px !important;
        color: #282972;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 20px;
        font-weight: 100 !important;
        line-height: normal;
    }

    .h2-techSavvy {
        width:80%!important;
        margin-left:2%!important;
    }

    .p-font-25 {
        font-size: 20px !important;
    }

    .p-font-20 {
        font-size: 20px !important;
    }

    .hellopeterlogo {
        max-width: 50% !important;
        margin-top: 10% !important;
    }

    .onePetStore {
        width: 40% !important;
    }

    .mobileAppImg {
        width: 100% !important;
        margin-top: 3% !important;
    }

    h3 {
        font-size: 20px;
        letter-spacing: normal;
        line-height: 24px !important;
        margin-top: 10px !important;
    }

    .panel-usp .panel-heading-1 {
        color: #282972 !important;
        text-align: center;
        font-size: 22px;
        font-weight: bold !important;
    }

    .panel-desc-pet {
        color: #282972 !important;
        text-align: center;
        font-size: 18px;
    }

    #WhatsAOneCardDesktop {
        display: none !important;
    }

    #WhatsAOneCardMobile4 {
        display: inline-block !important;
    }

    .onecard-p {
        color: #fff !important;
        font-size: 18px !important;
        text-align: left !important;
    }

    .onecardFunds-p {
        color: #fff !important;
        font-size: 16px !important;
        text-align: left !important;
    }

    .oneClaimCard-Img {
        position: relative;
        left: -8%;
        margin-top:-15%!important;
    }

    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 18px !important;
        width: 280px !important;
        text-align: center !important;
    }

    span.plan-products {
        font-size: 22px !important;
        font-weight: 800;
        line-height: 32px !important;
        padding-top: 20px !important;
    }

    .about-usp-icon {
        width: 15% !important;
    }

    .onecard {
        font-size: 40px;
        color: #fff !important;
        text-align: left !important;
    }

    .card-h2 {
        color: #282972 !important;
        font-size: 20px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        text-align: left !important;
        padding: 0 10px 0 10px !important;
        line-height: normal;
    }

    .card-p {
        font-size: 14px !important;
        text-align: left !important;
        margin-top: 12px !important;
        padding: 0 10px 0 10px !important;
    }

    .btn-readMore {
        color: #fff !important;
        background-color: #282972 !important;
        float: left !important;
        margin: 0 10px 0 10px !important;
    }


    .divTable {
        display: table;
        width: 100%;
    }

    .divTableRow {
        display: inline-grid;
        border-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin-bottom: 10% !important;
        width: 100%;
    }

    .p-about-icons {
        margin-top: 1% !important;
    }

    .p-about-quality-icons {
        margin-top: 3% !important;
    }

    #multi-bg {
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 677.76'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M1920,677.76V217C1678.78,83.57,1333.7,0,950.5,0,577.25,0,240.17,79.28,0,206.75v470' style='fill:%2360c5c0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center, 100%, 100%;
    }

    span.prod-name {
        margin: auto !important;
        font-weight: 600 !important;
        font-size: 18px !important;
        display: inline-block;
        padding-top: 15px;
    }

    .p-discounts {
        font-style: italic !important;
        font-size: 14px !important;
    }

    .callimg, .quoteimg {
        width: 8% !important;
    }
    .onlinequoteimg {
        width: 7% !important;
    }
    .letuscallimg {
        width:5.5% !important;
    }

    .plansimg {
        width: 5% !important;
    }

    .divTableCell.cta.btm a {
        background-color: #60c0bb !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #60c0bb;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 6px 20px;
        border-radius: 26px;
        font-family: Open Sans,Arial,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
    }

    .divTableCell.cta.top a {
        background-color: #322f78 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #322f78;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: Open Sans,Arial,sans-serif;
        transition: 0.5s all ease;
        margin-top: 8px;
    }

    .prod-list-img {
        width: 22% !important;
        position: relative;
        top: 45%;
        left: auto !important;
        right: -35% !important;
    }

    .carousel .card {
        scroll-snap-align: start;
        height: 500px;
        list-style: none;
        background: #f7f7f7;
        border-radius: 8px;
        display: flex;
        cursor: pointer;
        width: 98%;
        padding-bottom: 15px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divTableCell-Products.cta a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        border: 3px solid #fff;
        width: 90%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 19px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    }

    .divTableCell-Products.cta.btm a {
        background-color: #282972 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #282972;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
    }

        .divTableCell-Products.cta.btm a:hover {
            background-color: #3bafe3 !important;
            color: #fff !important;
            position: relative;
            transition: 0.5s all ease;
            text-decoration: none;
            font-size: 18px;
            font-weight: 900;
            border: 3px solid #3bafe3;
            box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
            margin: auto;
            padding: 10px 20px;
            border-radius: 26px;
            font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
            padding-right: 2em;
            display: block;
            line-height: 23px;
            transition: 0.5s all ease;
        }

 
    .about-muddy-puppy-img {
        width: 65% !important;
        padding-bottom:20px!important;
    }
    .app-img, .google-img {
        width: 35% !important;
        padding-bottom: 20px;
    }
}

@media (min-width: 851px) and (max-width: 990px) {
    .pb-50 {
        padding-bottom: 20px !important;
    }

    .pt-50 {
        padding-top: 20px !important;
    }

    .div-about-Onplan {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .about-oneplan-header-img {
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        display: block;
    }

    .img-underline {
        width: 58%;
    }

    .about-img-1 {
        margin-left: auto;
        margin-right: auto;
        width: 40%;
        display: block;
        margin-top: 20px !important;
    }

    .img-about-icons {
        width: 11%;
    }

    h1 {
        font-size: 40px;
        margin-top: 20px !important;
        color: #282972;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 22px;
        font-weight: 100 !important;
        line-height: normal;
    }

    .h2-techSavvy {
        width: 80% !important;
        margin-left: 2% !important;
    }


    .p-font-25 {
        font-size: 22px !important;
    }

    .p-font-20 {
        font-size: 22px !important;
    }

    .hellopeterlogo {
        max-width: 50% !important;
        margin-top: 10% !important;
    }

    .onePetStore {
        width: 35% !important;
    }

    .mobileAppImg {
        width: 75% !important;
        margin-top: 3% !important;
    }

    h3 {
        font-size: 22px;
        letter-spacing: normal;
        line-height: 24px !important;
        margin-top: 10px !important;
    }

    .panel-usp .panel-heading-1 {
        color: #282972 !important;
        text-align: center;
        font-size: 22px;
        font-weight: bold !important;
    }

    .panel-desc-pet {
        color: #282972 !important;
        text-align: center;
        font-size: 20px;
        width: 60%;
        margin-left: 20%;
    }

    #WhatsAOneCardDesktop {
        display: none !important;
    }

    #WhatsAOneCardMobile4 {
        display: inline-block !important;
    }

    .onecard-p {
        color: #fff !important;
        font-size: 18px !important;
        text-align: left !important;
    }

    .onecardFunds-p {
        color: #fff !important;
        font-size: 16px !important;
        text-align: left !important;
    }

    .oneClaimCard-Img {
        margin-top: -14%;
        position: relative;
        left: -22.5%;
        width: 70%;
        top: 5%;
    }

    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 18px !important;
        width: 280px !important;
        text-align: center !important;
    }

    span.plan-products {
        font-size: 22px !important;
        font-weight: 800;
        line-height: 32px !important;
        padding-top: 20px !important;
    }

    .about-usp-icon {
        width: 12% !important;
    }

    .onecard {
        font-size: 40px;
        color: #fff !important;
        text-align: left !important;
    }

    .card-h2 {
        color: #282972 !important;
        font-size: 20px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        text-align: left !important;
        padding: 0 10px 0 10px !important;
        line-height: normal;
    }

    .card-p {
        font-size: 14px !important;
        text-align: left !important;
        margin-top: 12px !important;
        padding: 0 10px 0 10px !important;
    }

    .btn-readMore {
        color: #fff !important;
        background-color: #282972 !important;
        float: left !important;
        margin: 0 10px 0 10px !important;
    }

    .p-about-icons {
        margin-top: 1% !important;
    }

    .p-about-quality-icons {
        margin-top: 3% !important;
    }

    #multi-bg {
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 677.76'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M1920,677.76V217C1678.78,83.57,1333.7,0,950.5,0,577.25,0,240.17,79.28,0,206.75v470' style='fill:%2360c5c0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center, 100%, 100%;
    }

    span.prod-name {
        margin: auto !important;
        font-weight: 600 !important;
        font-size: 20px !important;
        display: inline-block;
        padding-top: 15px;
    }

    .p-discounts {
        font-style: italic !important;
        font-size: 14px !important;
    }

    .callimg, .quoteimg {
        width: 15% !important;
    }

    .onlinequoteimg {
        width: 12% !important;
    }

    .letuscallimg {
        width: 10% !important;
    }

    .plansimg {
        width: 12% !important;
    }

    .divTable {
        display: table;
        width: 70%;
        margin-left: 15% !important;
    }

    .divTable-Products {
        display: table;
        width: 70%;
        margin-left: 15% !important;
    }

    .divTableRow {
        display: inline-grid;
        border-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin-bottom: 10% !important;
        width: 100%;
    }

    .divTableCell.cta.btm a {
        background-color: #60c0bb !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #60c0bb;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: Open Sans,Arial,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
        width: 55% !important;
    }

    .divTableCell.cta.top a {
        background-color: #322f78 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #322f78;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: Open Sans,Arial,sans-serif;
        transition: 0.5s all ease;
        margin-top: 8px;
        width: 55% !important;
    }

    .prod-list-img {
        width: 25% !important;
        position: relative;
        top: 45%;
        left: auto !important;
        right: -22% !important;
    }

    .carousel .card {
        scroll-snap-align: start;
        height: 500px;
        list-style: none;
        background: #f7f7f7;
        border-radius: 8px;
        display: flex;
        cursor: pointer;
        width: 98%;
        padding-bottom: 15px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divTableCell-Products.cta a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        border: 3px solid #fff;
        width: 90%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 19px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    }

    .divTableCell-Products.cta.btm a {
        background-color: #282972 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #282972;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
        width: 300px !important;
    }

        .divTableCell-Products.cta.btm a:hover {
            background-color: #3bafe3 !important;
            color: #fff !important;
            position: relative;
            transition: 0.5s all ease;
            text-decoration: none;
            font-size: 18px;
            font-weight: 900;
            border: 3px solid #3bafe3;
            box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
            margin: auto;
            padding: 10px 20px;
            border-radius: 26px;
            font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
            padding-right: 2em;
            display: block;
            line-height: 23px;
            transition: 0.5s all ease;
        }



    .about-muddy-puppy-img {
        width: 55% !important;
        padding-bottom: 20px !important;
    }

    .app-img, .google-img {
        width:30% !important;
        padding-bottom: 20px;
    }
}

@media (min-width: 991px) and (max-width: 991px) {
    .pb-50 {
        padding-bottom: 20px !important;
    }

    .pt-50 {
        padding-top: 20px !important;
    }

    .div-about-Onplan {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .about-oneplan-header-img {
        margin-left: auto;
        margin-right: auto;
        width: 70%;
        display: block;
    }

    .img-underline {
        width: 58%;
    }

    .about-img-1 {
        margin-left: auto;
        margin-right: auto;
        width: 35%;
        display: block;
        margin-top: 20px !important;
    }

    .img-about-icons {
        width: 10%;
    }

    h1 {
        font-size: 40px;
        margin-top: 20px !important;
        color: #282972;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 22px;
        font-weight: 100 !important;
        line-height: normal;
    }

    .h2-techSavvy {
        width: 70% !important;
        margin-left: 2% !important;
    }


    .p-font-25 {
        font-size: 22px !important;
    }

    .p-font-20 {
        font-size: 22px !important;
    }

    .hellopeterlogo {
        max-width: 45% !important;
        margin-top: 10% !important;
    }

    .onePetStore {
        width: 30% !important;
    }

    .mobileAppImg {
        width: 75% !important;
        margin-top: 3% !important;
    }

    h3 {
        font-size: 22px;
        letter-spacing: normal;
        line-height: 24px !important;
        margin-top: 10px !important;
    }

    .panel-usp .panel-heading-1 {
        color: #282972 !important;
        text-align: center;
        font-size: 22px;
        font-weight: bold !important;
    }

    .panel-desc-pet {
        color: #282972 !important;
        text-align: center;
        font-size: 20px;
        width: 60%;
        margin-left: 20%;
    }

    #WhatsAOneCardDesktop {
        display: none !important;
    }

    #WhatsAOneCardMobile4 {
        display: inline-block !important;
    }

    .onecard-p {
        color: #fff !important;
        font-size: 18px !important;
        text-align: left !important;
    }

    .onecardFunds-p {
        color: #fff !important;
        font-size: 16px !important;
        text-align: left !important;
    }

    .oneClaimCard-Img {
        margin-top: -14%;
        position: relative;
        left: -22.5%;
        width: 70%;
        top: 5%;
    }

    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 18px !important;
        width: 280px !important;
        text-align: center !important;
    }

    span.plan-products {
        font-size: 22px !important;
        font-weight: 800;
        line-height: 32px !important;
        padding-top: 20px !important;
    }

    .about-usp-icon {
        width: 12% !important;
    }

    .onecard {
        font-size: 40px;
        color: #fff !important;
        text-align: left !important;
    }

    .card-h2 {
        color: #282972 !important;
        font-size: 20px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        text-align: left !important;
        padding: 0 10px 0 10px !important;
        line-height: normal;
    }

    .card-p {
        font-size: 14px !important;
        text-align: left !important;
        margin-top: 12px !important;
        padding: 0 10px 0 10px !important;
    }

    .btn-readMore {
        color: #fff !important;
        background-color: #282972 !important;
        float: left !important;
        margin: 0 10px 0 10px !important;
    }

    .p-about-icons {
        margin-top: 1% !important;
    }

    .p-about-quality-icons {
        margin-top: 3% !important;
    }

    #multi-bg {
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 677.76'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M1920,677.76V217C1678.78,83.57,1333.7,0,950.5,0,577.25,0,240.17,79.28,0,206.75v470' style='fill:%2360c5c0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center, 100%, 100%;
    }

    span.prod-name {
        margin: auto !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        display: inline-block;
        padding-top: 10px;
    }

    .p-discounts {
        font-style: italic !important;
        font-size: 14px !important;
    }

    .callimg, .quoteimg {
        width: 15% !important;
    }

    .onlinequoteimg {
        width: 12% !important;
    }

    .letuscallimg {
        width: 10% !important;
    }

    .plansimg {
        width: 12% !important;
    }

    .divTable {
        display: table;
        width: 70%;
        margin-left: 15% !important;
    }

    .divTable-Products {
        display: table;
        width: 70%;
        margin-left: 15% !important;
    }

    .divTableRow {
        display: inline-grid;
        border-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin-bottom: 10% !important;
        width: 100%;
    }

    .divTableCell.cta.btm a {
        background-color: #60c0bb !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #60c0bb;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: Open Sans,Arial,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
        width: 55% !important;
    }

    .divTableCell.cta.top a {
        background-color: #322f78 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #322f78;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: Open Sans,Arial,sans-serif;
        transition: 0.5s all ease;
        margin-top: 8px;
        width: 55% !important;
    }

    .prod-list-img {
        width: 45% !important;
        position: relative;
        top: 45%;
        left: auto !important;
        right: -27% !important;
 

    }

    .carousel .card {
        scroll-snap-align: start;
        height: 500px;
        list-style: none;
        background: #f7f7f7;
        border-radius: 8px;
        display: flex;
        cursor: pointer;
        width: 98%;
        padding-bottom: 15px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divTableCell-Products.cta a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        border: 3px solid #fff;
        width: 90%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 19px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    }

    .divTableCell-Products.cta.btm a {
        background-color: #282972 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #282972;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
        width: 300px !important;
    }

        .divTableCell-Products.cta.btm a:hover {
            background-color: #3bafe3 !important;
            color: #fff !important;
            position: relative;
            transition: 0.5s all ease;
            text-decoration: none;
            font-size: 18px;
            font-weight: 900;
            border: 3px solid #3bafe3;
            box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
            margin: auto;
            padding: 10px 20px;
            border-radius: 26px;
            font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
            padding-right: 2em;
            display: block;
            line-height: 23px;
            transition: 0.5s all ease;
        }



    .about-muddy-puppy-img {
        width: 45% !important;
        padding-bottom: 20px !important;
    }

    .app-img, .google-img {
        width: 30% !important;
        padding-bottom: 20px;
    }
}



/************* MEDIUM STARTS HERE *****************/

@media (min-width: 992px) and (max-width: 1039px) {
    .pb-50 {
        padding-bottom: 20px !important;
    }

    .pt-50 {
        padding-top: 20px !important;
    }

    .div-about-Onplan {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .about-oneplan-header-img {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: block;
        margin-top: 11%;
    }

    .img-underline {
        width: 100%;
    }

    .about-img-1 {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: block;
        margin-top: 20px !important;
        margin-left:5%!important;
    }

    .img-about-icons {
        width: 22%;
    }

    h1 {
        font-size: 30px;
        margin-top: 20px !important;
        color: #282972;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 20px;
        font-weight: 100 !important;
        line-height: normal;
    }

    .h2-techSavvy {
        width: 100% !important;
        margin-left: 2% !important;
    }


    .p-font-25 {
        font-size: 20px !important;
    }

    .p-font-20 {
        font-size: 18px !important;
    }

    .hellopeterlogo {
        max-width: 45% !important;
        margin-top: 10% !important;
    }

    .onePetStore {
        width: 30% !important;
    }

    .mobileAppImg {
        width: 75% !important;
        margin-top: 3% !important;
    }

    h3 {
        font-size: 22px;
        letter-spacing: normal;
        line-height: 24px !important;
        margin-top: 10px !important;
    }

    .panel-usp .panel-heading-1 {
        color: #282972 !important;
        text-align: center;
        font-size: 22px;
        font-weight: bold !important;
    }

    .panel-desc-pet {
        color: #282972 !important;
        text-align: center;
        font-size: 16px;
    }

    #WhatsAOneCardDesktop {
        display: inline-block !important;
    }

    #WhatsAOneCardMobile {
        display: none !important;
    }

    .onecard-p {
        color: #fff !important;
        font-size: 18px !important;
        text-align: left !important;
    }

    .onecardFunds-p {
        color: #fff !important;
        font-size: 14px !important;
        text-align: left !important;
    }

    .oneClaimCard-Img {
        margin-top: 45%;
        position: relative;
        left: -46%;
        width: 100%;
    }

    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 18px !important;
        width: 280px !important;
        text-align: center !important;
    }

    span.plan-products {
        font-size: 22px !important;
        font-weight: 800;
        line-height: 32px !important;
        padding-top: 20px !important;
    }

    .about-usp-icon {
        width: 35% !important;
    }

    .onecard {
        font-size: 30px;
        color: #fff !important;
        text-align: left !important;
    }

    .card-h2 {
        color: #282972 !important;
        font-size: 16px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        text-align: left !important;
        padding: 0 10px 0 10px !important;
        line-height: normal;
    }

    .card-p {
        font-size: 14px !important;
        text-align: left !important;
        margin-top: 12px !important;
        padding: 0 10px 0 10px !important;
    }

    .btn-readMore {
        color: #fff !important;
        background-color: #282972 !important;
        float: left !important;
        margin: 0 10px 0 10px !important;
    }

    .p-about-icons {
        margin-top: 1% !important;
    }

    .p-about-quality-icons {
        margin-top: 3% !important;
    }

    #multi-bg {
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 677.76'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M1920,677.76V217C1678.78,83.57,1333.7,0,950.5,0,577.25,0,240.17,79.28,0,206.75v470' style='fill:%2360c5c0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center, 100%, 100%;
    }

    span.prod-name {
        margin: auto !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        display: inline-block;
        padding-top: 10px;
    }

    .p-discounts {
        font-style: italic !important;
        font-size: 14px !important;
    }

    .callimg, .quoteimg {
        width: 15% !important;
    }

    .onlinequoteimg {
        width: 12% !important;
    }

    .letuscallimg {
        width: 10% !important;
    }

    .plansimg {
        width: 12% !important;
    }

    .divTable {
        display: table;
        width: 50%;
        margin-left: 25% !important;
    }

    .divTable-Products {
        display: table;
        width: 50%;
        margin-left: 25% !important;
    }

    .divTableRow {
        display: inline-grid;
        border-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin-bottom: 10% !important;
        width: 100%;
    }

    .divTableCell.cta.btm a {
        background-color: #60c0bb !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #60c0bb;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: Open Sans,Arial,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
        width: 55% !important;
    }

    .divTableCell.cta.top a {
        background-color: #322f78 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #322f78;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: Open Sans,Arial,sans-serif;
        transition: 0.5s all ease;
        margin-top: 8px;
        width: 55% !important;
    }

    .prod-list-img {
        width: 45% !important;
        position: relative;
        top: 45%;
        left: auto !important;
        right: -27% !important;
    }

    .carousel .card {
        scroll-snap-align: start;
        height: 500px;
        list-style: none;
        background: #f7f7f7;
        border-radius: 8px;
        display: flex;
        cursor: pointer;
        width: 98%;
        padding-bottom: 15px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divTableCell-Products.cta a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        border: 3px solid #fff;
        width: 90%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 19px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    }

    .divTableCell-Products.cta.btm a {
        background-color: #282972 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #282972;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
        width: 300px !important;
    }

        .divTableCell-Products.cta.btm a:hover {
            background-color: #3bafe3 !important;
            color: #fff !important;
            position: relative;
            transition: 0.5s all ease;
            text-decoration: none;
            font-size: 18px;
            font-weight: 900;
            border: 3px solid #3bafe3;
            box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
            margin: auto;
            padding: 10px 20px;
            border-radius: 26px;
            font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
            padding-right: 2em;
            display: block;
            line-height: 23px;
            transition: 0.5s all ease;
        }



    .about-muddy-puppy-img {
        margin-left:5%!important;
        padding-bottom: 20px !important;
    }

    .app-img, .google-img {
        width: 30% !important;
        padding-bottom: 20px;
    }
}

@media (min-width: 1040px) and (max-width: 1199px) {
    .pb-50 {
        padding-bottom: 20px !important;
    }

    .pt-50 {
        padding-top: 20px !important;
    }

    .div-about-Onplan {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .about-oneplan-header-img {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: block;
        margin-top: 11%;
    }

    .img-underline {
        width: 100%;
    }

    .about-img-1 {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: block;
        margin-top: 20px !important;
        margin-left: 5% !important;
    }

    .img-about-icons {
        width: 22%;
    }

    h1 {
        font-size: 30px;
        margin-top: 20px !important;
        color: #282972;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 20px;
        font-weight: 100 !important;
        line-height: normal;
    }

    .h2-techSavvy {
        width: 100% !important;
        margin-left: 2% !important;
    }


    .p-font-25 {
        font-size: 20px !important;
    }

    .p-font-20 {
        font-size: 18px !important;
    }

    .hellopeterlogo {
        max-width: 45% !important;
        margin-top: 10% !important;
    }

    .onePetStore {
        width: 30% !important;
    }

    .mobileAppImg {
        width: 75% !important;
        margin-top: 3% !important;
    }

    h3 {
        font-size: 22px;
        letter-spacing: normal;
        line-height: 24px !important;
        margin-top: 10px !important;
    }

    .panel-usp .panel-heading-1 {
        color: #282972 !important;
        text-align: center;
        font-size: 22px;
        font-weight: bold !important;
    }

    .panel-desc-pet {
        color: #282972 !important;
        text-align: center;
        font-size: 16px;
    }

    #WhatsAOneCardDesktop {
        display: inline-block !important;
    }

    #WhatsAOneCardMobile {
        display: none !important;
    }

    .onecard-p {
        color: #fff !important;
        font-size: 18px !important;
        text-align: left !important;
    }

    .onecardFunds-p {
        color: #fff !important;
        font-size: 14px !important;
        text-align: left !important;
    }

    .oneClaimCard-Img {
        margin-top: 45%;
        position: relative;
        left: -46%;
        width: 100%;
    }

    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 18px !important;
        width: 280px !important;
        text-align: center !important;
    }

    span.plan-products {
        font-size: 22px !important;
        font-weight: 800;
        line-height: 32px !important;
        padding-top: 20px !important;
    }

    .about-usp-icon {
        width: 35% !important;
    }

    .onecard {
        font-size: 30px;
        color: #fff !important;
        text-align: left !important;
    }

    .card-h2 {
        color: #282972 !important;
        font-size: 16px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        text-align: left !important;
        padding: 0 10px 0 10px !important;
        line-height: normal;
    }

    .card-p {
        font-size: 14px !important;
        text-align: left !important;
        margin-top: 12px !important;
        padding: 0 10px 0 10px !important;
    }

    .btn-readMore {
        color: #fff !important;
        background-color: #282972 !important;
        float: left !important;
        margin: 0 10px 0 10px !important;
    }

    .p-about-icons {
        margin-top: 1% !important;
    }

    .p-about-quality-icons {
        margin-top: 3% !important;
    }

    #multi-bg {
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 677.76'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M1920,677.76V217C1678.78,83.57,1333.7,0,950.5,0,577.25,0,240.17,79.28,0,206.75v470' style='fill:%2360c5c0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center, 100%, 100%;
    }

    span.prod-name {
        margin: auto !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        display: inline-block;
        padding-top: 10px;
    }

    .p-discounts {
        font-style: italic !important;
        font-size: 14px !important;
    }

    .callimg, .quoteimg {
        width: 15% !important;
    }

    .onlinequoteimg {
        width: 12% !important;
    }

    .letuscallimg {
        width: 10% !important;
    }

    .plansimg {
        width: 12% !important;
    }

    .divTable {
        display: table;
        width: 50%;
        margin-left: 25% !important;
    }

    .divTable-Products {
        display: table;
        width: 50%;
        margin-left: 25% !important;
    }

    .divTableRow {
        display: inline-grid;
        border-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin-bottom: 10% !important;
        width: 100%;
    }

    .divTableCell.cta.btm a {
        background-color: #60c0bb !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #60c0bb;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: Open Sans,Arial,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
        width: 55% !important;
    }

    .divTableCell.cta.top a {
        background-color: #322f78 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #322f78;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: Open Sans,Arial,sans-serif;
        transition: 0.5s all ease;
        margin-top: 8px;
        width: 55% !important;
    }

    .prod-list-img {
        width: 45% !important;
        position: relative;
        top: 45%;
        left: auto !important;
        right: -27% !important;
    }

    .carousel .card {
        scroll-snap-align: start;
        height: 500px;
        list-style: none;
        background: #f7f7f7;
        border-radius: 8px;
        display: flex;
        cursor: pointer;
        width: 98%;
        padding-bottom: 15px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divTableCell-Products.cta a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        border: 3px solid #fff;
        width: 90%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 19px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    }

    .divTableCell-Products.cta.btm a {
        background-color: #282972 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #282972;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
        width: 300px !important;
    }

        .divTableCell-Products.cta.btm a:hover {
            background-color: #3bafe3 !important;
            color: #fff !important;
            position: relative;
            transition: 0.5s all ease;
            text-decoration: none;
            font-size: 18px;
            font-weight: 900;
            border: 3px solid #3bafe3;
            box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
            margin: auto;
            padding: 10px 20px;
            border-radius: 26px;
            font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
            padding-right: 2em;
            display: block;
            line-height: 23px;
            transition: 0.5s all ease;
        }



    .about-muddy-puppy-img {
        margin-left: 5% !important;
        padding-bottom: 20px !important;
    }

    .app-img, .google-img {
        width: 30% !important;
        padding-bottom: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1250px) {
    .pb-50 {
        padding-bottom: 20px !important;
    }

    .pt-50 {
        padding-top: 20px !important;
    }

    .div-Oneplan-Pet-Insurance {
        margin-top: 2% !important;
    }

    .div-about-Oneplan {
        margin-left: -4% !important;
    }

    h1 {
        font-size: 40px;
        margin: 0 !important;
        color: #282972;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 22px;
        font-weight: 100 !important;
        padding-top: 5px !important;
        line-height: normal;
    }

    .h2-techSavvy {
        margin-left: 4% !important;
    }

    .about-oneplan-header-img {
        margin-left: 1%;
        margin-right: auto;
        margin-top: 5% !important;
        width: 100%;
        display: block;
    }

    .img-underline {
        width: 100%;
    }

    .about-img-1 {
        margin-left: 16% !important;
        margin-right: auto;
        width: 100%;
        display: block;
    }

    .div-about-Oneplan {
        margin-left: 3%;
    }

    .p-font-20 {
        font-size: 17.5px !important;
    }

    .p-font-25 {
        font-size: 22px !important;
    }

    .img-about-icons {
        width: 18%;
        vertical-align: middle;
    }

    .p-about-instant-claims {
        margin-top: 0;
    }

    .p-about-accident-cover {
        margin-top: 1% !important;
    }

    .p-about-quality {
        margin-top: 2% !important;
    }

    .hellopeterlogo {
        width: 30% !important;
        margin-top: 3% !important;
    }

    .mobileAppImg {
        width: 50% !important;
        margin-top: 3% !important;
    }

    .onePetStore {
        width: 25% !important;
        margin-top: -10px !important;
        margin-bottom: 20px !important;
    }

    span.prod-name {
        margin: auto !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        display: inline-block;
        padding-top: 10px;
    }


    .about-usp-icon {
        width: 40% !important;
    }

    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 18px !important;
        width: 300px !important;
    }

    span.plan {
        font-size: 22px !important;
        font-weight: 800;
    }

    span.price {
        color: #fff;
        font-size: 2.6em;
        font-weight: 900;
    }

    span.plan-products {
        font-size: 30px !important;
        font-weight: 800;
        line-height: 32px !important;
        padding-top: 50px !important;
    }

    .panel-usp .panel-heading-1 {
        color: #282972 !important;
        text-align: center;
        font-size: 22px;
        font-weight: bold !important;
    }


    .panel-desc-pet {
        color: #282972 !important;
        text-align: center;
        font-size: 18px;
        width: 82% !important;
        margin-left: 10% !important;
    }

    #WhatsAOneCardDesktop {
        display: inline-block !important;
    }

    #WhatsAOneCardMobile {
        display: none !important;
    }

    .onecard {
        font-size: 40px;
        color: #fff !important;
        text-align: left !important;
    }


    .onecard-p {
        color: #fff !important;
        font-size: 22px !important;
        text-align: left !important;
    }

    .onecardFunds-p {
        color: #fff !important;
        font-size: 16px !important;
        text-align: left !important;
        font-weight: lighter !important;
    }

    .oneClaimCard-Img {
        width: 100%;
        position: absolute;
        padding-top: 10% !important;
        left:-34.6%!important;
    }

    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 22px !important;
        width: 300px !important;
        text-align: center !important;
    }

    span.plan-products {
        font-size: 25px !important;
        font-weight: 800;
        line-height: 32px !important;
        padding-top: 20px !important;
    }

    .about-muddy-puppy-img {
        width: 100% !important;
    }

    .about-usp-icon {
        width: 30% !important;
    }

    .card-h2 {
        color: #282972 !important;
        font-size: 20px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        text-align: left !important;
        padding: 0 10px 0 10px !important;
        line-height: normal;
    }

    .card-p {
        font-size: 16px !important;
        text-align: left !important;
        margin-top: 12px !important;
        padding: 0 10px 0 10px !important;
    }

    .btn-readMore {
        color: #fff !important;
        background-color: #282972 !important;
        float: left !important;
        margin: 0 10px 0 10px !important;
        font-size: 18px !important;
    }

    .carousel .card {
        scroll-snap-align: start;
        height: 500px;
        list-style: none;
        background: #f7f7f7;
        border-radius: 8px;
        display: flex;
        cursor: pointer;
        width: 98%;
        padding-bottom: 15px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divTableCell-Products.cta a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        border: 3px solid #fff;
        width: 100%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 19px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    }

    .divTableCell-Products.cta.btm a {
        background-color: #282972 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 16px;
        font-weight: 900;
        border: 3px solid #282972;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
    }

        .divTableCell-Products.cta.btm a:hover {
            background-color: #3bafe3 !important;
            color: #fff !important;
            position: relative;
            transition: 0.5s all ease;
            text-decoration: none;
            font-size: 16px;
            font-weight: 900;
            border: 3px solid #3bafe3;
            box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
            margin: auto;
            padding: 10px 20px;
            border-radius: 26px;
            font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
            padding-right: 2em;
            display: block;
            line-height: 23px;
            transition: 0.5s all ease;
        }

    #multi-bg {
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 677.76'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M1920,677.76V217C1678.78,83.57,1333.7,0,950.5,0,577.25,0,240.17,79.28,0,206.75v470' style='fill:%2360c5c0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center, 100%, 100%;
    }

    .divTable-Products {
        display: table;
        width: 100%;
    }

    .about-muddy-puppy-img {
        width: 100% !important;
        padding-bottom: 20px !important;
    }

    .app-img, .google-img {
        padding-bottom: 20px !important;
        width:250px!important;
    }
}

@media (min-width: 1251px) and (max-width: 1299px) {
    .pb-50 {
        padding-bottom: 20px !important;
    }

    .pt-50 {
        padding-top: 30px !important;
    }

    .pb-40 {
        padding-bottom: 40px !important;
    }

    .div-Oneplan-Pet-Insurance {
        margin-top: 2% !important;
    }

    .div-about-Oneplan {
        margin-top: 1%;
    }

    h1 {
        font-size: 40px;
        margin: 0 !important;
        color: #282972;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 22px;
        font-weight: 100 !important;
        padding-top: 5px !important;
        line-height: normal;
    }
    h3 {
        font-size: 22px;
        padding-top:10px!important;
    }
    .h2-techSavvy {
        margin-left: 4% !important;
    }

    .about-oneplan-header-img {
        margin-left: 1%;
        margin-right: auto;
        margin-top: 5% !important;
        width: 100%;
        display: block;
    }

    .img-underline {
        width: 100%;
    }

    .about-img-1 {
        margin-left: 15% !important;
        margin-top: 2% !important;
        margin-right: auto;
        width: 90%;
        display: block;
    }

    .p-font-20 {
        font-size: 17.5px !important;
    }

    .p-font-25 {
        font-size: 22px !important;
    }

    .img-about-icons {
        width: 18%;
        vertical-align: middle;
    }

    .p-about-instant-claims {
        margin-top: 0;
    }

    .p-about-accident-cover {
        margin-top: 1% !important;
    }

    .p-about-quality {
        margin-top: 2% !important;
    }

    .hellopeterlogo {
        width: 30% !important;
        margin-top: 3% !important;
    }

    .mobileAppImg {
        width: 50% !important;
        margin-top: 3% !important;
    }

    .onePetStore {
        width: 25% !important;
        margin-top: -10px !important;
        margin-bottom: 20px !important;
    }

    .about-usp-icon {
        width: 40% !important;
    }

    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 18px !important;
        width: 300px !important;
    }

    span.plan {
        font-size: 22px !important;
        font-weight: 800;
    }

    span.price {
        color: #fff;
        font-size: 2.6em;
        font-weight: 900;
    }

    span.plan-products {
        font-size: 30px !important;
        font-weight: 800;
        line-height: 32px !important;
        padding-top: 50px !important;
    }

    .panel-usp .panel-heading-1 {
        color: #282972 !important;
        text-align: center;
        font-size: 22px;
        font-weight: bold !important;
    }


    .panel-desc-pet {
        color: #282972 !important;
        text-align: center;
        font-size: 17px;
        width: 90% !important;
        margin-left: 5% !important;
    }

    #WhatsAOneCardDesktop {
        display: inline-block !important;
    }

    #WhatsAOneCardMobile {
        display: none !important;
    }

    .onecard {
        font-size: 40px;
        color: #fff !important;
        text-align: left !important;
    }


    .onecard-p {
        color: #fff !important;
        font-size: 22px !important;
        text-align: left !important;
    }

    .onecardFunds-p {
        color: #fff !important;
        font-size: 16px !important;
        text-align: left !important;
        font-weight: lighter !important;
    }

    .oneClaimCard-Img {
        width: 100%;
        position: absolute;
        padding-top: 10% !important;
        left: -24.6% !important;
    }

    .div-what-claim-card {
        padding: 40px 0 40px 0 !important;
    }

    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 22px !important;
        width: 300px !important;
        text-align: center !important;
    }

    span.plan-products {
        font-size: 25px !important;
        font-weight: 800;
        line-height: 32px !important;
        padding-top: 20px !important;
    }

    .about-muddy-puppy-img {
        width: 100% !important;
    }

    .about-usp-icon {
        width: 30% !important;
    }

    .card-h2 {
        color: #282972 !important;
        font-size: 22px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        text-align: left !important;
        padding: 0 10px 0 10px !important;
        line-height: normal;
    }

    .card-p {
        font-size: 16px !important;
        text-align: left !important;
        margin-top: 12px !important;
        padding: 0 10px 0 10px !important;
    }

    .btn-readMore {
        color: #fff !important;
        background-color: #282972 !important;
        float: left !important;
        margin: 0 10px 0 10px !important;
        font-size: 18px !important;
    }

    .carousel .card {
        scroll-snap-align: start;
        list-style: none;
        background: #f7f7f7;
        border-radius: 8px;
        display: flex;
        cursor: pointer;
        padding-bottom: 15px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divTableCell-Products.cta a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        border: 3px solid #fff;
        width: 100%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 19px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    }

    .divTableCell-Products.cta.btm a {
        background-color: #282972 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 16px;
        font-weight: 900;
        border: 3px solid #282972;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
    }

        .divTableCell-Products.cta.btm a:hover {
            background-color: #3bafe3 !important;
            color: #fff !important;
            position: relative;
            transition: 0.5s all ease;
            text-decoration: none;
            font-size: 16px;
            font-weight: 900;
            border: 3px solid #3bafe3;
            box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
            margin: auto;
            padding: 10px 20px;
            border-radius: 26px;
            font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
            padding-right: 2em;
            display: block;
            line-height: 23px;
            transition: 0.5s all ease;
        }

    #multi-bg {     
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 677.76'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M1920,677.76V217C1678.78,83.57,1333.7,0,950.5,0,577.25,0,240.17,79.28,0,206.75v470' style='fill:%2360c5c0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center, 100%, 100%;
    }

    .divTable-Products {
        display: table;
        width: 100%;
    }

    .div-read-blog, .div-sponsering, .div-products .div-find-plan, .div-customise-insurance {
        margin-top: 2% !important;
    }

    .div-theres-an-App {
        padding-bottom: 40px !important;
    }

    span.prod-name {
        margin: auto !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        display: inline-block;
        padding-top: 15px;
    }


    .app-img, .google-img {
        padding-bottom: 20px !important;
    }
}

@media (min-width: 1300px) and (max-width: 1440px) {
    .pb-50 {
        padding-bottom: 20px !important;
    }

    .pt-50 {
        padding-top: 30px !important;
    }

    .pb-40 {
        padding-bottom: 40px !important;
    }

    .div-Oneplan-Pet-Insurance {
        margin-top: 2% !important;
    }

    .div-about-Oneplan {
        margin-top: 1%;
    }

    h1 {
        font-size: 40px;
        margin: 0 !important;
        color: #282972;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 22px;
        font-weight: 100 !important;
        padding-top: 5px !important;
        line-height: normal;
    }

    .h2-techSavvy {
        margin-left: 4% !important;
    }

    .about-oneplan-header-img {
        margin-left: 1%;
        margin-right: auto;
        margin-top: 5% !important;
        width: 100%;
        display: block;
    }

    .img-underline {
        width: 100%;
    }

    .about-img-1 {
        margin-left: 10% !important;
        margin-top: 2% !important;
        margin-right: auto;
        width: 90%;
        display: block;
    }

    .p-font-20 {
        font-size: 18px !important;
    }

    .p-font-25 {
        font-size: 22px !important;
    }

    .img-about-icons {
        width: 15%;
        vertical-align: middle;
    }

    .p-about-instant-claims {
        margin-top: 0;
    }

    .p-about-accident-cover {
        margin-top: 1% !important;
    }

    .p-about-quality {
        margin-top: 2% !important;
    }

    .hellopeterlogo {
        width: 30% !important;
        margin-top: 3% !important;
    }

    .mobileAppImg {
        width: 50% !important;
        margin-top: 3% !important;
    }

    .onePetStore {
        width: 25% !important;
        margin-top: -10px !important;
        margin-bottom: 20px !important;
    }

    .about-usp-icon {
        width: 40% !important;
    }

    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 18px !important;
        width: 300px !important;
    }

    span.plan {
        font-size: 22px !important;
        font-weight: 800;
    }

    span.price {
        color: #fff;
        font-size: 2.6em;
        font-weight: 900;
    }

    span.plan-products {
        font-size: 30px !important;
        font-weight: 800;
        line-height: 32px !important;
        padding-top: 50px !important;
    }

    .panel-usp .panel-heading-1 {
        color: #282972 !important;
        text-align: center;
        font-size: 22px;
        font-weight: bold !important;
    }


    .panel-desc-pet {
        color: #282972 !important;
        text-align: center;
        font-size: 17px;
        width: 90% !important;
        margin-left: 5% !important;
    }

    #WhatsAOneCardDesktop {
        display: inline-block !important;
    }

    #WhatsAOneCardMobile {
        display: none !important;
    }

    .onecard {
        font-size: 40px;
        color: #fff !important;
        text-align: left !important;
    }


    .onecard-p {
        color: #fff !important;
        font-size: 22px !important;
        text-align: left !important;
    }

    .onecardFunds-p {
        color: #fff !important;
        font-size: 16px !important;
        text-align: left !important;
        font-weight: lighter !important;
    }

    .oneClaimCard-Img {
        width: 95%;
        position: absolute;
/*        padding-top: 10% !important;*/
        left: -24.6% !important;
    }

    .div-what-claim-card {
        padding: 40px 0 40px 0 !important;
    }

    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 22px !important;
        width: 300px !important;
        text-align: center !important;
    }

    span.plan-products {
        font-size: 25px !important;
        font-weight: 800;
        line-height: 32px !important;
        padding-top: 20px !important;
    }

    .about-muddy-puppy-img {
        width: 100% !important;
    }

    .about-usp-icon {
        width: 30% !important;
    }

    .card-h2 {
        color: #282972 !important;
        font-size: 22px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        text-align: left !important;
        padding: 0 10px 0 10px !important;
        line-height: normal;
    }

    .card-p {
        font-size: 16px !important;
        text-align: left !important;
        margin-top: 12px !important;
        padding: 0 10px 0 10px !important;
    }

    .btn-readMore {
        color: #fff !important;
        background-color: #282972 !important;
        float: left !important;
        margin: 0 10px 0 10px !important;
        font-size: 18px !important;
    }

    .carousel .card {
        scroll-snap-align: start;
        list-style: none;
        background: #f7f7f7;
        border-radius: 8px;
        display: flex;
        cursor: pointer;
        padding-bottom: 15px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divTableCell-Products.cta a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        border: 3px solid #fff;
        width: 100%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 19px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    }

    .divTableCell-Products.cta.btm a {
        background-color: #282972 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 16px;
        font-weight: 900;
        border: 3px solid #282972;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
    }

        .divTableCell-Products.cta.btm a:hover {
            background-color: #3bafe3 !important;
            color: #fff !important;
            position: relative;
            transition: 0.5s all ease;
            text-decoration: none;
            font-size: 16px;
            font-weight: 900;
            border: 3px solid #3bafe3;
            box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
            margin: auto;
            padding: 10px 20px;
            border-radius: 26px;
            font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
            padding-right: 2em;
            display: block;
            line-height: 23px;
            transition: 0.5s all ease;
        }

    #multi-bg {
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 677.76'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M1920,677.76V217C1678.78,83.57,1333.7,0,950.5,0,577.25,0,240.17,79.28,0,206.75v470' style='fill:%2360c5c0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center, 100%, 100%;
    }

    .divTable-Products {
        display: table;
        width: 100%;
    }

    .div-read-blog, .div-sponsering, .div-products .div-find-plan, .div-customise-insurance {
        margin-top: 2% !important;
    }

    .div-theres-an-App {
        padding-bottom: 40px !important;
    }

    span.prod-name {
        margin: auto !important;
        font-weight: 600 !important;
        font-size: 15px !important;
        display: inline-block;
        padding-top: 30px;
    }


    .app-img, .google-img {
        padding-bottom: 20px !important;
    }
}

@media (min-width: 1441px) and (max-width: 1550px) {

    .pb-50 {
        padding-bottom: 20px !important;
    }

    .pt-50 {
        padding-top: 20px !important;
    }
    pt-30 {
        padding-top: 50px !important;
    }

    .div-Oneplan-Pet-Insurance {
        margin-top: 2% !important;
    }

    .div-about-Oneplan {
        margin-left: 2% !important;
        margin-top: 1%;
    }

    h1 {
        font-size: 40px;
        margin: 0 !important;
        color: #282972;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 22px;
        font-weight: 100 !important;
        padding-top: 5px !important;
        line-height: normal;
    }

    .h2-techSavvy {
        margin-left: 4% !important;
    }

    h3 {
        font-size: 25px;
        padding-top: 10px !important;
    }
    .about-oneplan-header-img {
        margin-left: 1%;
        margin-right: auto;
        margin-top: 5% !important;
        width: 100%;
        display: block;
    }

    .img-underline {
        width: 100%;
    }

    .about-img-1 {
        margin-left: 15% !important;
        margin-top: 1% !important;
        margin-right: auto;
        width: 75%;
        display: block;
    }

 

    .p-font-20 {
        font-size: 18px !important;
    }

    .p-font-25 {
        font-size: 22px !important;
    }

    .img-about-icons {
        width: 13%;
        vertical-align: middle;
    }

    .p-about-instant-claims {
        margin-top: 0;
        width:86%!important;
    }

    .p-about-accident-cover {
        margin-top: 1% !important;
        width: 86% !important;
    }

    .p-about-quality {
        margin-top: 1% !important;
        width: 86% !important;
    }

    .hellopeterlogo {
        width: 30% !important;
        margin-top: 3% !important;
    }

    .mobileAppImg {
        width: 50% !important;
        margin-top: 3% !important;
    }

    .onePetStore {
        width: 22% !important;
        margin-top: -10px !important;
        margin-bottom: 20px !important;
    }

    .about-usp-icon {
        width: 40% !important;
    }
    .div-customise-pet-insurance {
        width: 82% !important;
        margin-left: 10% !important;
    }

    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 18px !important;
        width: 300px !important;
    }

    span.plan {
        font-size: 22px !important;
        font-weight: 800;
    }

    span.price {
        color: #fff;
        font-size: 2.6em;
        font-weight: 900;
    }

    span.plan-products {
        font-size: 30px !important;
        font-weight: 800;
        line-height: 32px !important;
        padding-top: 50px !important;
    }

    .panel-usp .panel-heading-1 {
        color: #282972 !important;
        text-align: center;
        font-size: 20px;
        font-weight: bold !important;
    }


    .panel-desc-pet {
        color: #282972 !important;
        text-align: center;
        font-size: 16px;
        width: 82% !important;
        margin-left: 10% !important;
    }

    #WhatsAOneCardDesktop {
        display: inline-block !important;
    }

    #WhatsAOneCardMobile {
        display: none !important;
    }

    .onecard {
        font-size: 40px;
        color: #fff !important;
        text-align: left !important;
    }


    .onecard-p {
        color: #fff !important;
        font-size: 22px !important;
        text-align: left !important;
    }

    .onecardFunds-p {
        color: #fff !important;
        font-size: 16px !important;
        text-align: left !important;
        font-weight: lighter !important;
    }

    .oneClaimCard-Img {
        width: 80%;
        position: absolute;
        top: revert-layer;
        left: -33%;
        margin-top:-7%!important;
    }
    .div-what-claim-card {
        padding: 20px 0 20px 0 !important;
    }
    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 22px !important;
        width: 300px !important;
        text-align: center !important;
    }

    span.plan-products {
        font-size: 25px !important;
        font-weight: 800;
        line-height: 32px !important;
        padding-top: 20px !important;
    }

    .about-muddy-puppy-img {
        width: 100% !important;
    }

    .about-usp-icon {
        width: 30% !important;
    }

    .card-h2 {
        color: #282972 !important;
        font-size: 20px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        text-align: left !important;
        padding: 0 10px 0 10px !important;
        line-height: normal;
    }

    .card-p {
        font-size: 16px !important;
        text-align: left !important;
        margin-top: 12px !important;
        padding: 0 10px 0 10px !important;
    }

    .btn-readMore {
        color: #fff !important;
        background-color: #282972 !important;
        float: left !important;
        margin: 0 10px 0 10px !important;
        font-size: 16px !important;
    }

    .carousel .card {
        scroll-snap-align: start;
        height: 500px;
        list-style: none;
        background: #f7f7f7;
        border-radius: 8px;
        display: flex;
        cursor: pointer;
        width: 98%;
        padding-bottom: 15px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divTableCell-Products.cta a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        border: 3px solid #fff;
        width: 100%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 19px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    }

    .divTableCell-Products.cta.btm a {
        background-color: #282972 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 16px;
        font-weight: 900;
        border: 3px solid #282972;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
    }

        .divTableCell-Products.cta.btm a:hover {
            background-color: #3bafe3 !important;
            color: #fff !important;
            position: relative;
            transition: 0.5s all ease;
            text-decoration: none;
            font-size: 16px;
            font-weight: 900;
            border: 3px solid #3bafe3;
            box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
            margin: auto;
            padding: 10px 20px;
            border-radius: 26px;
            font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
            padding-right: 2em;
            display: block;
            line-height: 23px;
            transition: 0.5s all ease;
        }

    #multi-bg {
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 677.76'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M1920,677.76V217C1678.78,83.57,1333.7,0,950.5,0,577.25,0,240.17,79.28,0,206.75v470' style='fill:%2360c5c0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center, 100%, 100%;
    }

    .divTable-Products {
        display: table;
        width: 100%;
    }
    span.prod-name {
        margin: auto !important;
        font-weight: 600 !important;
        font-size: 15px !important;
        display: inline-block;
        padding-top: 15px;
    }


    .app-img, .google-img {
        padding-bottom: 20px !important;
    }
}

@media (min-width: 1551px) and (max-width: 2000px) {

    .pb-50 {
        padding-bottom: 20px !important;
    }

    .pt-50 {
        padding-top: 20px !important;
    }

    pt-30 {
        padding-top: 50px !important;
    }

    .div-Oneplan-Pet-Insurance {
        margin-top: 3% !important;
    }

    .div-about-Oneplan {
        margin-left: 3% !important;
        margin-top: 1%;
    }

    h1 {
        font-size: 40px;
        margin: 0 !important;
        color: #282972;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 25px;
        font-weight: 100 !important;
        padding-top: 5px !important;
        line-height: normal;
    }

    h3 {
        font-size: 25px;
        padding-top:10px!important;
    }

    .h2-techSavvy {
        margin-left: 4% !important;
        width:75%!important;
    }

    .about-oneplan-header-img {
        margin-left: 15%;
        margin-right: auto;
        margin-top: 5% !important;
        width: 80%;
        display: block;
    }

    .img-underline {
        width: 80%;
    }

    .about-img-1 {
        margin-left: 15% !important;
        margin-top: 1% !important;
        margin-right: auto;
        width: 55%;
        display: block;
    }

    .p-font-20 {
        font-size: 20px !important;
    }

    .p-font-25 {
        font-size: 22px !important;
    }

    .img-about-icons {
        width: 10%;
        vertical-align: middle;
    }

    .p-about-instant-claims {
      
        width: 86% !important;
    }

    .p-about-accident-cover {
       
        width: 86% !important;
    }

    .p-about-quality {
        margin-top: 1% !important;
        width: 86% !important;
    }

    .hellopeterlogo {
        width: 25% !important;
        margin-top: 5% !important;
    }

    .mobileAppImg {
        width: 40% !important;
        margin-top: 3% !important;
    }

    .onePetStore {
        width: 20% !important;
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }

    .about-usp-icon {
        width: 40% !important;
    }

    .div-customise-pet-insurance {
        width: 82% !important;
        margin-left: 10% !important;
    }

    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 18px !important;
        width: 300px !important;
    }

    span.plan {
        font-size: 22px !important;
        font-weight: 800;
    }

    span.price {
        color: #fff;
        font-size: 2.6em;
        font-weight: 900;
    }

    span.plan-products {
        font-size: 30px !important;
        font-weight: 800;
        line-height: 32px !important;
        padding-top: 50px !important;
    }

    .panel-usp .panel-heading-1 {
        color: #282972 !important;
        text-align: center;
        font-size: 22px;
        font-weight: bold !important;
    }


    .panel-desc-pet {
        color: #282972 !important;
        text-align: center;
        font-size: 18px;
        width: 82% !important;
        margin-left: 10% !important;
    }

    #WhatsAOneCardDesktop {
        display: inline-block !important;
    }

    #WhatsAOneCardMobile {
        display: none !important;
    }

    .onecard {
        font-size: 40px;
        color: #fff !important;
        text-align: left !important;
    }


    .onecard-p {
        color: #fff !important;
        font-size: 22px !important;
        text-align: left !important;
    }

    .onecardFunds-p {
        color: #fff !important;
        font-size: 16px !important;
        text-align: left !important;
        font-weight: lighter !important;
    }

    .oneClaimCard-Img {
        width: 65%;
        position: absolute;
        left: -24.5%;
        margin-top:-11% !important;
    }
    .div-what-claim-card
    {
        padding:40px 0 40px 0!important;
    }
    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 22px !important;
        width: 300px !important;
        text-align: center !important;
    }

    span.plan-products {
        font-size: 25px !important;
        font-weight: 800;
        line-height: 32px !important;
        padding-top: 20px !important;
    }

    .about-muddy-puppy-img {
        width: 70% !important;
    }

    .about-usp-icon {
        width: 20% !important;
    }

    .card-h2 {
        color: #282972 !important;
        font-size: 22px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        text-align: left !important;
        padding: 0 10px 0 10px !important;
        line-height: normal;
    }

    .card-p {
        font-size: 16px !important;
        text-align: left !important;
        margin-top: 12px !important;
        padding: 0 10px 0 10px !important;
    }

    .btn-readMore {
        color: #fff !important;
        background-color: #282972 !important;
        float: left !important;
        margin: 0 10px 0 10px !important;
        font-size: 16px !important;
    }

    .carousel .card {
        scroll-snap-align: start;
        height: 500px;
        list-style: none;
        background: #f7f7f7;
        border-radius: 8px;
        display: flex;
        cursor: pointer;
        width: 98%;
        padding-bottom: 15px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divTableCell-Products.cta a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        border: 3px solid #fff;
        width: 100%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 19px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    }

    .divTableCell-Products.cta.btm a {
        background-color: #282972 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #282972;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
    }

        .divTableCell-Products.cta.btm a:hover {
            background-color: #3bafe3 !important;
            color: #fff !important;
            position: relative;
            transition: 0.5s all ease;
            text-decoration: none;
            font-size: 18px;
            font-weight: 900;
            border: 3px solid #3bafe3;
            box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
            margin: auto;
            padding: 10px 20px;
            border-radius: 26px;
            font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
            padding-right: 2em;
            display: block;
            line-height: 23px;
            transition: 0.5s all ease;
        }

    #multi-bg {
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 677.76'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M1920,677.76V217C1678.78,83.57,1333.7,0,950.5,0,577.25,0,240.17,79.28,0,206.75v470' style='fill:%2360c5c0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center, 100%, 100%;
    }

    .divTable-Products {
        display: table;
        width: 100%;
    }

    .div-read-blog, .div-sponsering, .div-products .div-find-plan, .div-customise-insurance {
        margin-top: 2% !important;
    }

    .div-theres-an-App {
        padding-bottom: 40px !important;
    }
    span.prod-name {
        margin: auto !important;
        font-weight: 600 !important;
        font-size: 18px !important;
        display: inline-block;
        padding-top: 15px;
    }
    .app-img, .google-img {
        padding-bottom: 10px !important;
        width:250px!important;
    }
}

@media (min-width: 2001px) and (max-width: 2559px) {

    .pb-50 {
        padding-bottom: 50px !important;
    }

    .pt-50 {
        padding-top: 50px !important;
    }

    pt-30 {
        padding-top: 50px !important;
    }

    .div-Oneplan-Pet-Insurance {
        margin-top: 3% !important;
    }

    .div-about-Oneplan {
        margin-left: 4% !important;
        margin-top: 1%;
    }

    h1 {
        font-size: 40px;
        margin: 0 !important;
        color: #282972;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 25px;
        font-weight: 100 !important;
        padding-top: 5px !important;
        line-height: normal;
    }

    h3 {
        font-size: 25px;
        padding-top:10px!important;
    }

    .h2-techSavvy {
        margin-left: 4% !important;
        width: 65% !important;
    }

    .about-oneplan-header-img {
        margin-left: 15%;
        margin-right: auto;
        margin-top: 5% !important;
        width: 85%;
        display: block;
    }

    .img-underline {
        width: 70%;
    }

    .about-img-1 {
        margin-left: 15% !important;
        margin-top: 1% !important;
        margin-right: auto;
        width: 50%;
        display: block;
    }

    .p-font-20 {
        font-size: 22px !important;
    }

    .p-font-25 {
        font-size: 25px !important;
    }

    .img-about-icons {
        width: 10%;
        vertical-align: middle;
    }

    .p-about-instant-claims {
        width: 86% !important;
    }

    .p-about-accident-cover {
        width: 86% !important;
    }

    .p-about-quality {
        margin-top: 1% !important;
        width: 86% !important;
    }

    .hellopeterlogo {
        width: 25% !important;
        margin-top: 5% !important;
    }

    .mobileAppImg {
        width: 40% !important;
        margin-top: 3% !important;
    }

    .onePetStore {
        width: 20% !important;
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }

    .about-usp-icon {
        width: 40% !important;
    }

    .div-customise-pet-insurance {
        width: 82% !important;
        margin-left: 10% !important;
    }

    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 18px !important;
        width: 300px !important;
    }

    span.plan {
        font-size: 22px !important;
        font-weight: 800;
    }

    span.price {
        color: #fff;
        font-size: 2.6em;
        font-weight: 900;
    }

    span.plan-products {
        font-size: 30px !important;
        font-weight: 800;
        line-height: 32px !important;
        padding-top: 50px !important;
    }

    .panel-usp .panel-heading-1 {
        color: #282972 !important;
        text-align: center;
        font-size: 22px;
        font-weight: bold !important;
    }


    .panel-desc-pet {
        color: #282972 !important;
        text-align: center;
        font-size: 20px;
        width: 82% !important;
        margin-left: 10% !important;
    }

    #WhatsAOneCardDesktop {
        display: inline-block !important;
    }

    #WhatsAOneCardMobile {
        display: none !important;
    }

    .onecard {
        font-size: 40px;
        color: #fff !important;
        text-align: left !important;
    }


    .onecard-p {
        color: #fff !important;
        font-size: 22px !important;
        text-align: left !important;
        width: 80% !important;
    }

    .onecardFunds-p {
        color: #fff !important;
        font-size: 16px !important;
        text-align: left !important;
        font-weight: lighter !important;
        width:80%!important;
    }

    .oneClaimCard-Img {
        width: 60%;
        position: absolute;
        left: -24.5%;
        margin-top: -11% !important;
    }

    .div-what-claim-card {
        padding: 40px 0 40px 0 !important;
    }

    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 22px !important;
        width: 300px !important;
        text-align: center !important;
    }

    span.plan-products {
        font-size: 25px !important;
        font-weight: 800;
        line-height: 32px !important;
        padding-top: 20px !important;
    }

    .about-muddy-puppy-img {
        width: 70% !important;
    }

    .about-usp-icon {
        width: 20% !important;
    }

    .card-h2 {
        color: #282972 !important;
        font-size: 22px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        text-align: left !important;
        padding: 0 10px 0 10px !important;
        line-height: normal;
    }

    .card-p {
        font-size: 16px !important;
        text-align: left !important;
        margin-top: 12px !important;
        padding: 0 10px 0 10px !important;
    }

    .btn-readMore {
        color: #fff !important;
        background-color: #282972 !important;
        float: left !important;
        margin: 0 10px 0 10px !important;
        font-size: 16px !important;
    }

    .carousel .card {
        scroll-snap-align: start;
        height: 500px;
        list-style: none;
        background: #f7f7f7;
        border-radius: 8px;
        display: flex;
        cursor: pointer;
        width: 98%;
        padding-bottom: 15px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divTableCell-Products.cta a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        border: 3px solid #fff;
        width: 100%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 19px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    }

    .divTableCell-Products.cta.btm a {
        background-color: #282972 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 18px;
        font-weight: 900;
        border: 3px solid #282972;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
    }

        .divTableCell-Products.cta.btm a:hover {
            background-color: #3bafe3 !important;
            color: #fff !important;
            position: relative;
            transition: 0.5s all ease;
            text-decoration: none;
            font-size: 18px;
            font-weight: 900;
            border: 3px solid #3bafe3;
            box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
            margin: auto;
            padding: 10px 20px;
            border-radius: 26px;
            font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
            padding-right: 2em;
            display: block;
            line-height: 23px;
            transition: 0.5s all ease;
        }

    #multi-bg {
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 677.76'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M1920,677.76V217C1678.78,83.57,1333.7,0,950.5,0,577.25,0,240.17,79.28,0,206.75v470' style='fill:%2360c5c0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center, 100%, 100%;
    }

    .divTable-Products {
        display: table;
        width: 100%;
    }
    .div-read-blog, .div-sponsering, .div-products .div-find-plan, .div-customise-insurance {
        margin-top: 1% !important;
    }

    .div-theres-an-App {
        padding-bottom: 40px !important;
    }

    .app-img, .google-img {
        width: 18% !important;
    }
    span.prod-name {
        margin: auto !important;
        font-weight: 600 !important;
        font-size: 18px !important;
        display: inline-block;
        padding-top: 15px;
    }

    .app-img, .google-img {
        width: 250px !important;
    }
    .prod-list-img {
        width: 35% !important;
        position: relative;
        top: 50%;
        left: auto !important;
        right: -33% !important;
    }
}

@media (min-width: 2560px) and (max-width: 2685px) {
    .pb-50 {
        padding-bottom: 20px !important;
    }

    .pt-50 {
        padding-top: 50px !important;
    }

    pt-30 {
        padding-top: 50px !important;
    }

    .div-Oneplan-Pet-Insurance {
        margin-top: 3% !important;
    }

    .div-about-Oneplan {
        margin-left: 3% !important;
        margin-top: 1%;
    }

    h1 {
        font-size: 60px;
        margin: 0 !important;
        color: #282972;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 30px;
        font-weight: 100 !important;
        padding-top: 5px !important;
        line-height: normal;
    }

    .h2-techSavvy {
        margin-left: 4% !important;
        width: 60% !important;
    }

    h3 {
        font-size: 30px;
        color: #282972;
    }

    .about-oneplan-header-img {
        margin-left: 10%;
        margin-right: auto;
        margin-top: 5% !important;
        width: 90%;
        display: block;
    }

    .img-underline {
        width: 60%;
    }

    .about-img-1 {
        margin-left: 15% !important;
        margin-top: 1% !important;
        margin-right: auto;
        width: 60%;
        display: block;
    }

    .p-font-20 {
        font-size: 30px !important;
    }

    .p-font-25 {
        font-size: 30px !important;
    }

    .img-about-icons {
        width: 11%;
        vertical-align: middle;
    }

    .p-about-instant-claims {
        width: 86% !important;
    }

    .p-about-accident-cover {
        width: 86% !important;
    }

    .p-about-quality {
        margin-top: 1% !important;
        width: 86% !important;
    }

    .hellopeterlogo {
        width: 30% !important;
        margin-top: 6% !important;
    }

    .mobileAppImg {
        width: 40% !important;
        margin-top: 3% !important;
    }

    .onePetStore {
        width: 20% !important;
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }

    .about-usp-icon {
        width: 40% !important;
    }

    .div-customise-pet-insurance {
        width: 82% !important;
        margin-left: 10% !important;
    }

    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 18px !important;
        width: 300px !important;
    }

    span.plan {
        font-size: 22px !important;
        font-weight: 800;
    }

    span.price {
        color: #fff;
        font-size: 2.6em;
        font-weight: 900;
    }

    span.plan-products {
        font-size: 30px !important;
        font-weight: 800;
        line-height: 32px !important;
        padding-top: 50px !important;
    }

    .panel-usp .panel-heading-1 {
        color: #282972 !important;
        text-align: center;
        font-size: 28px;
        font-weight: bold !important;
    }


    .panel-desc-pet {
        color: #282972 !important;
        text-align: center;
        font-size: 25px;
        width: 82% !important;
        margin-left: 10% !important;
    }

    #WhatsAOneCardDesktop {
        display: inline-block !important;
    }

    #WhatsAOneCardMobile {
        display: none !important;
    }

    .onecard {
        font-size: 60px;
        color: #fff !important;
        text-align: left !important;
    }


    .onecard-p {
        color: #fff !important;
        font-size: 30px !important;
        text-align: left !important;
    }

    .onecardFunds-p {
        color: #fff !important;
        font-size: 25px !important;
        text-align: left !important;
        font-weight: lighter !important;
    }

    .oneClaimCard-Img {
        width: 65%;
        position: absolute;
        left: -24.5%;
        margin-top: -12% !important;
    }

    .div-what-claim-card {
        padding: 40px 0 40px 0 !important;
    }

    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 30px !important;
        width: 300px !important;
        text-align: center !important;
    }

    .app-img, .google-img {
        width: 18% !important;
    }

    span.plan-products {
        font-size: 25px !important;
        font-weight: 800;
        line-height: 32px !important;
        padding-top: 20px !important;
    }

    .about-muddy-puppy-img {
        width: 70% !important;
    }

    .about-usp-icon {
        width: 20% !important;
    }

    .card-h2 {
        color: #282972 !important;
        font-size: 28px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        text-align: left !important;
        padding: 0 10px 0 10px !important;
        line-height: normal;
    }

    .card-p {
        font-size: 22px !important;
        text-align: left !important;
        margin-top: 12px !important;
        padding: 0 10px 0 10px !important;
    }

    .btn-readMore {
        color: #fff !important;
        background-color: #282972 !important;
        float: left !important;
        margin: 0 10px 0 10px !important;
        font-size: 25px !important;
    }

    .carousel .card {
        scroll-snap-align: start;
        height: 650px;
        list-style: none;
        background: #f7f7f7;
        border-radius: 8px;
        display: flex;
        cursor: pointer;
        width: 98%;
        padding-bottom: 15px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divTableCell-Products.cta a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        border: 3px solid #fff;
        width: 100%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 19px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    }

    .divTableCell-Products.cta.btm a {
        background-color: #282972 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 25px;
        font-weight: 900;
        border: 3px solid #282972;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 20px 20px;
        border-radius: 26px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
    }

        .divTableCell-Products.cta.btm a:hover {
            background-color: #3bafe3 !important;
            color: #fff !important;
            position: relative;
            transition: 0.5s all ease;
            text-decoration: none;
            font-size: 25px;
            font-weight: 900;
            border: 3px solid #3bafe3;
            box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
            margin: auto;
            padding: 20px 20px;
            border-radius: 26px;
            font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
            padding-right: 2em;
            display: block;
            line-height: 23px;
            transition: 0.5s all ease;
        }

    #multi-bg {
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 677.76'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M1920,677.76V217C1678.78,83.57,1333.7,0,950.5,0,577.25,0,240.17,79.28,0,206.75v470' style='fill:%2360c5c0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center, 100%, 100%;
    }

    .divTable-Products {
        display: table;
        width: 100%;
    }

    .div-read-blog, .div-sponsering, .div-products .div-find-plan, .div-customise-insurance {
        margin-top: 1% !important;
    }

    .div-theres-an-App {
        padding-bottom: 40px !important;
    }
    span.prod-name {
        margin: auto !important;
        font-weight: 600 !important;
        font-size: 20px !important;
        display: inline-block;
        padding-top: 15px;
    }

    .app-img, .google-img {
        width: 250px !important;
    }

    .prod-list-img {
        width: 35% !important;
        position: relative;
        top: 50%;
        left: auto !important;
        right: -33% !important;
    }
}

@media (min-width: 2686px) and (max-width: 3570px) {
    .pb-50 {
        padding-bottom: 20px !important;
    }

    .pt-50 {
        padding-top: 50px !important;
    }

    pt-30 {
        padding-top: 50px !important;
    }

    .div-Oneplan-Pet-Insurance {
        margin-top: 4% !important;
    }

    .div-about-Oneplan {
        margin-left: 4% !important;
        margin-top: 1%;
    }

    h1 {
        font-size: 60px;
        margin: 0 !important;
        color: #282972;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 40px;
        font-weight: 100 !important;
        padding-top: 5px !important;
        line-height: normal;
    }

    .h2-techSavvy {
        margin-left: 4% !important;
        width: 60% !important;
    }

    h3 {
        font-size: 40px;
        color: #282972;
    }

    .about-oneplan-header-img {
        margin-left: 20%;
        margin-right: auto;
        margin-top: 5% !important;
        width: 80%;
        display: block;
    }

    .img-underline {
        width: 60%;
    }

    .about-img-1 {
        margin-left: 15% !important;
        margin-top: 1% !important;
        margin-right: auto;
        width: 50%;
        display: block;
    }

    .p-font-20 {
        font-size: 40px !important;
    }

    .p-font-25 {
        font-size: 45px !important;
    }

    .img-about-icons {
        width: 11%;
        vertical-align: middle;
    }

    .p-about-instant-claims {
        width: 86% !important;
    }

    .p-about-accident-cover {
        width: 86% !important;
    }

    .p-about-quality {
        margin-top: 1% !important;
        width: 86% !important;
    }

    .hellopeterlogo {
        width: 25% !important;
        margin-top:13%!important;
        vertical-align:top!important;
    }

    .mobileAppImg {
        width: 40% !important;
        margin-top: 3% !important;
    }

    .onePetStore {
        width: 20% !important;
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }

    .about-usp-icon {
        width: 40% !important;
    }

    .div-customise-pet-insurance {
        width: 82% !important;
        margin-left: 10% !important;
    }

    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 18px !important;
        width: 300px !important;
    }

    span.plan {
        font-size: 22px !important;
        font-weight: 800;
    }

    span.price {
        color: #fff;
        font-size: 2.6em;
        font-weight: 900;
    }

    span.plan-products {
        font-size: 30px !important;
        font-weight: 800;
        line-height: 32px !important;
        padding-top: 50px !important;
    }

    .panel-usp .panel-heading-1 {
        color: #282972 !important;
        text-align: center;
        font-size: 35px;
        font-weight: bold !important;
    }


    .panel-desc-pet {
        color: #282972 !important;
        text-align: center;
        font-size: 30px;
        width: 82% !important;
        margin-left: 10% !important;
    }

    #WhatsAOneCardDesktop {
        display: inline-block !important;
    }

    #WhatsAOneCardMobile {
        display: none !important;
    }

    .onecard {
        font-size: 60px;
        color: #fff !important;
        text-align: left !important;
    }


    .onecard-p {
        color: #fff !important;
        font-size: 40px !important;
        text-align: left !important;
    }

    .onecardFunds-p {
        color: #fff !important;
        font-size: 30px !important;
        text-align: left !important;
        font-weight: lighter !important;
    }

    .oneClaimCard-Img {
        width: 60%;
        position: absolute;
        left: -24.5%;
        margin-top: -12% !important;
    }

    .div-what-claim-card {
        padding: 40px 0 40px 0 !important;
    }

    .btn-ViewBlogs {
        color: #282972 !important;
        background-color: #60bdb8 !important;
        margin: 0 10px 0 10px !important;
        border-radius: 20px !important;
        font-weight: bold !important;
        font-size: 30px !important;
        width: 300px !important;
        text-align: center !important;
    }

    .app-img, .google-img {
        width: 18% !important;
    }

    span.plan-products {
        font-size: 35px !important;
        font-weight: 800;
        line-height: 32px !important;
        padding-top: 20px !important;
    }

    .about-muddy-puppy-img {
        width: 70% !important;
    }

    .about-usp-icon {
        width: 20% !important;
    }

    .card-h2 {
        color: #282972 !important;
        font-size: 28px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        text-align: left !important;
        padding: 0 10px 0 10px !important;
        line-height: normal;
    }

    .card-p {
        font-size: 22px !important;
        text-align: left !important;
        margin-top: 12px !important;
        padding: 0 10px 0 10px !important;
    }

    .btn-readMore {
        color: #fff !important;
        background-color: #282972 !important;
        float: left !important;
        margin: 0 10px 0 10px !important;
        font-size: 25px !important;
    }

    .carousel .card {
        scroll-snap-align: start;
        height: 650px;
        list-style: none;
        background: #f7f7f7;
        border-radius: 8px;
        display: flex;
        cursor: pointer;
        width: 98%;
        padding-bottom: 15px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .divTableCell-Products.cta a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        border: 3px solid #fff;
        width: 100%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 19px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    }

    .divTableCell-Products.cta.btm a {
        background-color: #282972 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 30px;
        font-weight: 900;
        border: 3px solid #282972;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 20px 20px;
        border-radius: 26px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
    }

        .divTableCell-Products.cta.btm a:hover {
            background-color: #3bafe3 !important;
            color: #fff !important;
            position: relative;
            transition: 0.5s all ease;
            text-decoration: none;
            font-size: 30px;
            font-weight: 900;
            border: 3px solid #3bafe3;
            box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
            margin: auto;
            padding: 20px 20px;
            border-radius: 26px;
            font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
            padding-right: 2em;
            display: block;
            line-height: 23px;
            transition: 0.5s all ease;
        }

    #multi-bg {
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 677.76'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M1920,677.76V217C1678.78,83.57,1333.7,0,950.5,0,577.25,0,240.17,79.28,0,206.75v470' style='fill:%2360c5c0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center, 100%, 100%;
    }

    .divTable-Products {
        display: table;
        width: 100%;
    }

    .div-read-blog, .div-sponsering, .div-products .div-find-plan, .div-customise-insurance {
        margin-top: 1% !important;
    }

    .div-theres-an-App {
        padding-bottom: 40px !important;
    }
    span.prod-name {
        margin: auto !important;
        font-weight: 600 !important;
        font-size: 30px !important;
        display: inline-block;
        padding-top: 15px;
    }

    .app-img, .google-img {
        width: 250px !important;
    }

    .prod-list-img {
        width: 28% !important;
        position: relative;
        top: 50%;
        left: auto !important;
        right: -33% !important;
    }
}

/************* START PLANS *****************/
@media (min-width: 320px) and (max-width: 1199px) {

    #FindYourPlanDesktop {
        display: none !important;
    }

    #mobileplans {
        display: block !important;
    }

    .divTableHeading {
        background-color: #EEE;
        display: table-header-group;
    }

    .divTableCell, .divTableHead {
        display: table-cell;
        padding: 3px 10px;
    }

    .divTableHeading {
        background-color: #EEE;
        display: table-header-group;
        font-weight: bold;
    }

    .divTableFoot {
        background-color: #EEE;
        display: table-footer-group;
        font-weight: bold;
    }

    .divTableBody {
        display: table-row-group;
    }

    .divTableCell.heading.accent {
        text-align: center;
        background-color: #282b6e;
        color: #fff;
        font-size: 15px;
        padding-top: 14px;
        padding-bottom: 14px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    span.plan {
        font-size: 20px;
        font-weight: 800;
    }

    span.price {
        color: #fff;
        font-size: 2.6em;
        font-weight: 900;
    }

    .divTableCell.btn {
        display: inline-flex;
        padding-left: 0;
        padding-right: 0;
    }

    .extheight1x {
        min-height: 55px;
    }



    .divTableCell {
        background-color: rgb(149 149 149 / 11%);
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        padding: 10px 10px;
        vertical-align: middle;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    }

        .divTableCell:nth-child(2n) {
            background: #fff;
        }

    .divTableRow.thefirst {
        box-shadow: none;
        border-radius: 0;
        margin-right: 0;
        width: 22%;
        margin-left: 0;
    }

    .divTableCell.heading.accent {
        display: block;
        flex-direction: inherit;
        justify-content: center;
        line-height: initial;
    }

    .divTableRow.thefirst .divTableCell {
        color: #282b6e;
        font-size: 15px;
        font-weight: 700;
        line-height: inherit;
    }

    .divTableCell.heading.accent.empty {
        font-size: 15px;
        line-height: initial;
        opacity: 0;
    }

    .divTableCell.accentcell {
        color: #40aee1 !important;
        font-weight: 900 !important;
    }

    .divTableCell.extheight {
        min-height: 56px;
    }

    .divTableRow.thesec {
        margin-left: 0;
    }

    .divTableCell.extheight3x {
        line-height: 1.5em;
        min-height: 117.5px;
    }

    .divTableRow.thefirst .divTableCell.extheight3x {
        min-height: 117.5px;
    }

    .divTableCell.extheight2x {
        line-height: 1.5em;
    }

    .divTableCell.extheight2x {
        min-height: 80px;
    }

    .divTableCell.btn img {
        width: 25px;
        margin-right: 5px;
        top: -2px;
        position: relative;
    }

    .divTableCell.btn a {
        text-decoration: none;
        font-size: 11px;
        font-weight: 900;
        color: #282b6e;
        font-family: Open Sans,Arial,sans-serif;
    }

    .divTableCell.cta a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        border: 3px solid #fff;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        width: 90%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 19px;
        font-family: Open Sans,Arial,sans-serif;
    }



    .divTableCell.makewhite {
        background-color: #fff;
    }

    .divTableCell.heading.accent.recommended {
        background-image: linear-gradient(#3596cc,#2780bd,#1563ab);
    }

    .divTableCell.heading.accent.accident {
        background-image: linear-gradient(#292a6f,#1e2367,#151e61);
    }

    .divTableCell.heading.accent.primary {
        /*  background-color: #515e69;*/
        background-image: linear-gradient(#687075,#4e606e,#254862);
    }

    .divTableCell.heading.accent.hospital {
        background-image: linear-gradient(#2969a5,#1f5999,#0f4388);
    }

    .divTableCell.heading.accent.super {
        background-image: linear-gradient(#84d5d4,#6cced1,#48c4cb);
    }


    .divTableCell.heading.accent.recommended span.price {
        color: #fff;
    }


    .divTableCell.extheight.price, .divTableCell.extheight2x.last.price {
        font-size: 1.2em;
        font-weight: 900;
        color: #282b6e;
    }

    span.plan.popular {
        position: absolute;
        top: -35px;
        left: 0;
        right: 0;
        margin: auto;
        color: #40aee1;
        z-index: 99999;
        width: max-content;
        display: block;
        height: auto;
        font-size: 15px;
    }

    .quotecta {
        line-height: 20px;
    }

    strong {
        display: contents;
        font-weight: 900;
    }

    .divTableCell.emptyspace {
        height: 4px;
    }

    .divTableCell.cta.top.makewhite {
        padding-top: 0px;
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) and (max-width: 3570px) {

    #FindYourPlanDesktop {
        display: block !important;
    }

    #mobileplans {
        display: none !important;
    }

    /************* PLANS *****************/

    /* Table */


    .divTable {
        display: table;
        width: 100%;
    }

    .divTableHeading {
        background-color: #EEE;
        display: table-header-group;
    }

    .divTableCell, .divTableHead {
        display: table-cell;
        padding: 3px 10px;
    }

    .divTableHeading {
        background-color: #EEE;
        display: table-header-group;
        font-weight: bold;
    }

    .divTableFoot {
        background-color: #EEE;
        display: table-footer-group;
        font-weight: bold;
    }

    .divTableBody {
        display: table-row-group;
    }

    .divTableCell.heading.accent {
        text-align: center;
        background-color: #282b6e;
        color: #fff;
        font-size: 15px;
        padding-top: 14px;
        padding-bottom: 14px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }



    .divTableCell.btn {
        display: inline-flex;
        padding-left: 0;
        padding-right: 0;
    }

    .extheight1x {
        min-height: 55px;
    }

    .divTableRow {
        display: inline-grid;
        border-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin-right: 1%;
        width: 18.9%;
    }

    .divTableCell {
        background-color: rgb(149 149 149 / 11%);
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        padding: 10px 10px;
        vertical-align: middle;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    }

        .divTableCell:nth-child(2n) {
            background: #fff;
        }

    .divTableRow.thefirst {
        box-shadow: none;
        border-radius: 0;
        margin-right: 0;
        width: 22%;
        margin-left: 0;
    }

    .divTableCell.heading.accent {
        display: block;
        flex-direction: inherit;
        justify-content: center;
        line-height: initial;
    }

    .divTableRow.thefirst .divTableCell {
        color: #282b6e;
        font-size: 15px;
        font-weight: 700;
        line-height: inherit;
    }

    .divTableCell.heading.accent.empty {
        font-size: 15px;
        line-height: initial;
        opacity: 0;
    }

    .divTableCell.accentcell {
        color: #40aee1 !important;
        font-weight: 900 !important;
    }

    .divTableCell.extheight {
        min-height: 56px;
    }

    .divTableRow.thesec {
        margin-left: 0;
    }

    .divTableCell.extheight3x {
        line-height: 1.5em;
        min-height: 117.5px;
    }

    .divTableRow.thefirst .divTableCell.extheight3x {
        min-height: 117.5px;
    }

    .divTableCell.extheight2x {
        line-height: 1.5em;
    }

    .divTableCell.extheight2x {
        min-height: 80px;
    }

    .divTableCell.btn img {
        width: 25px;
        margin-right: 5px;
        top: -2px;
        position: relative;
    }

    .divTableCell.btn a {
        text-decoration: none;
        font-size: 11px;
        font-weight: 900;
        color: #282b6e;
        font-family: Open Sans,Arial,sans-serif;
    }

    .divTableCell.cta a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        border: 3px solid #fff;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        width: 90%;
        margin: auto;
        padding: 10px 20px;
        border-radius: 19px;
        font-family: Open Sans,Arial,sans-serif;
    }

    .divTableCell.cta.btm a {
        background-color: #60c0bb !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 16px;
        font-weight: 900;
        border: 3px solid #60c0bb;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: Open Sans,Arial,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
    }

    .divTableCell.cta.top a {
        background-color: #322f78 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 16px;
        font-weight: 900;
        border: 3px solid #322f78;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 10px 20px;
        border-radius: 26px;
        font-family: Open Sans,Arial,sans-serif;
        transition: 0.5s all ease;
        margin-top: 8px;
    }

    .divTableCell.makewhite {
        background-color: #fff;
    }

    .divTableCell.heading.accent.recommended {
        background-color: #40aee1;
    }

    .divTableCell.heading.accent.accident {
        background-color: #322f78;
    }

    .divTableCell.heading.accent.primary {
        background-color: #515e69;
    }

    .divTableCell.heading.accent.hospital {
        background-color: #3276b7;
    }

    .divTableCell.heading.accent.super {
        background-color: #60c5c0;
    }


    .divTableCell.heading.accent.recommended span.price {
        color: #fff;
    }


    .divTableCell.extheight.price, .divTableCell.extheight2x.last.price {
        font-size: 1.2em;
        font-weight: 900;
        color: #282b6e;
    }

    span.plan.popular {
        position: absolute;
        top: -35px;
        left: 0;
        right: 0;
        margin: auto;
        color: #40aee1;
        z-index: 99999;
        width: max-content;
        display: block;
        height: auto;
        font-size: 15px;
    }

    .quotecta {
        line-height: 20px;
    }

    strong {
        display: contents;
        font-weight: 900;
    }

    .divTableCell.emptyspace {
        height: 4px;
    }

    .divTableCell.cta.top.makewhite {
        padding-top: 0px;
        padding-bottom: 0;
    }
}

/************* END PLANS *****************/

@media (min-width: 1200px) {
    .col-lg-3 {
        width: 33%;
    }
}
