﻿
.signup-img {
    width: 45% !important;
    position: relative;
    top: 50%;
    left: 28%;
}

span.plan {
    margin-top: 60px !important;
    font-weight: 600 !important;
    line-height: 32px !important;
}

.divTableCell-Products {
    background-color: #fff;
    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-Products:nth-child(2n) {
        background: #fff;
    }

.divTableRow-Products.thefirst {
    box-shadow: none;
    border-radius: 0;
    margin-right: 0;
    width: 22%;
    margin-left: 0;
}

.divTableCell-Products.heading.accent {
    display: block;
    flex-direction: inherit;
    justify-content: center;
    line-height: initial;
}

.divTableRow-Products.thefirst .divTableCell-Products {
    color: #282b6e;
    font-size: 15px;
    font-weight: 700;
    line-height: inherit;
}

.divTableCell-Products.heading.accent.empty {
    font-size: 15px;
    line-height: initial;
    opacity: 0;
}

.divTableCell-Products.accentcell {
    color: #40aee1 !important;
    font-weight: 900 !important;
}

.divTableCell-Products.extheight {
    min-height: 56px;
}

.divTableRow-Products.thesec {
    margin-left: 0;
}

.divTableCell-Products.extheight3x {
    line-height: 1.5em;
    min-height: 117.5px;
}

.divTableRow-Products.thefirst .divTableCell-Products.extheight3x {
    min-height: 117.5px;
}

.divTableCell-Products.extheight2x {
    line-height: 1.5em;
}

.divTableCell-Products.extheight2x {
    min-height: 80px;
}

.divTableCell-Products.btn img {
    width: 25px;
    margin-right: 5px;
    top: -2px;
    position: relative;
}

/*.callimg, plansimg {
    width: 18px !important;
}*/


.divTableCell-Products.btn a {
    text-decoration: none;
    font-size: 11px;
    font-weight: 900;
    color: #282b6e;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}



.divTableCell-Products.makewhite {
    background-color: #fff;
}

.divTableCell-Products.heading.accent.recommended {
    background-color: #40aee1;
}

.divTableCell-Products.heading.accent.accident {
    background-color: #322f78;
}

.divTableCell-Products.heading.accent.primary {
    background-color: #515e69;
}

.divTableCell-Products.heading.accent.hospital {
    background-color: #3276b7;
}

.divTableCell-Products.heading.accent.super {
    background-color: #60c5c0;
}

.divTableCell-Products.heading.accent.recommended span.price {
    color: #fff;
}

.divTableCell-Products.extheight.price, .divTableCell-Products.extheight2x.last.price {
    font-size: 1.2em;
    font-weight: 900;
    color: #282b6e;
}


/************* SCREEN SIZES *****************/

@media (min-width: 220px) and (max-width: 450px) {
    .divTableCell-Products.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 150px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 70% !important;
    }

    .divTableCell-ExclusiveProducts.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 60% !important;
        height:120px!important;
    }
   
    .signup-img {
        width: 30% !important;
        position: relative;
        top: 50%;
        left: 33%;
    }

    .divTable-Products {
        display: table;
        width: 100%;
        margin-right: 10% !important;
    }


    .divTableRow-Products {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
        width: 100%;
    }
    .divTableRow-ExclusiveProducts {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
        width: 100%;
    }

    .divTableCell-Products.heading.pet-in {
        text-align: center;
        background-color: #41586a;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.health-in {
        text-align: center;
        background-image: linear-gradient(#2968a4, #1b5495, #0e4287);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.gap-cover {
        text-align: center;
        background-image: linear-gradient(#3494ca, #257cbb, #1360a9);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.carHouse-in {
        text-align: center;
        background-image: linear-gradient(#85d5d4, #5fcacf, #46c3cb);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

   
  
}

@media (min-width: 451px) and (max-width: 490px) {

    .divTableCell-Products.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 150px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 70% !important;
    }
    .divTableCell-ExclusiveProducts.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 120px !important;
        padding-top: 40px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 70% !important;
    }

    .signup-img {
        width: 28% !important;
        position: relative;
        top: 50%;
        left: 35%;
    }

    span.plan {
        margin-top: 25px !important;
        font-weight: 600 !important;
        line-height: 32px !important;
    }

    .divTable-Products {
        display: table;
        width: 100%;
        margin-right: 10% !important;
    }

    .divTableRow-Products {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
        width: 100%;
    }
    .divTableRow-ExclusiveProducts {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
        width: 100%;
    }


    .divTableCell-Products.heading.pet-in {
        text-align: center;
        background-color: #41586a;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.health-in {
        text-align: center;
        background-image: linear-gradient(#2968a4, #1b5495, #0e4287);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.gap-cover {
        text-align: center;
        background-image: linear-gradient(#3494ca, #257cbb, #1360a9);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.carHouse-in {
        text-align: center;
        background-image: linear-gradient(#85d5d4, #5fcacf, #46c3cb);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

   
}

@media (min-width: 491px) and (max-width: 550px) {

    .divTableCell-Products.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 150px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 70% !important;
    }

    .divTableCell-ExclusiveProducts.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 120px !important;
        padding-top: 40px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 70% !important;
    }

    
    .signup-img {
        width: 22% !important;
        position: relative;
        top: 50%;
        left: 38%;
    }

    span.plan {
        margin-top: 50px !important;
        font-weight: 600 !important;
        line-height: 32px !important;
    }

    .divTable-Products {
        display: table;
        width: 100%;
        margin-right: 10% !important;
    }

    .divTableRow-Products {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
        width: 100%;
    }
    .divTableRow-ExclusiveProducts {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
        width: 100%;
    }

    .divTableCell-Products.heading.pet-in {
        text-align: center;
        background-color: #41586a;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.health-in {
        text-align: center;
        background-image: linear-gradient(#2968a4, #1b5495, #0e4287);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.gap-cover {
        text-align: center;
        background-image: linear-gradient(#3494ca, #257cbb, #1360a9);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.carHouse-in {
        text-align: center;
        background-image: linear-gradient(#85d5d4, #5fcacf, #46c3cb);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

}

@media (min-width: 551px) and (max-width: 575px) {


    .divTableCell-Products.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 150px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 100% !important;
    }

    .divTableCell-ExclusiveProducts.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 125px !important;
        padding-top: 40px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 90% !important;
    }

 
    .signup-img {
        width: 23% !important;
        position: relative;
        top: 50%;
        left: 38%;
    }

    span.plan {
        margin-top: 50px !important;
        font-weight: 600 !important;
        line-height: 32px !important;
    }


    .divTableRow-Products {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
    }
    .divTableRow-ExclusiveProducts {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
        width: 60%;
    }

    .divTableCell-Products.heading.pet-in {
        text-align: center;
        background-color: #41586a;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.health-in {
        text-align: center;
        background-image: linear-gradient(#2968a4, #1b5495, #0e4287);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.gap-cover {
        text-align: center;
        background-image: linear-gradient(#3494ca, #257cbb, #1360a9);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.carHouse-in {
        text-align: center;
        background-image: linear-gradient(#85d5d4, #5fcacf, #46c3cb);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

}

@media (min-width: 576px) and (max-width: 650px) {


    .divTableCell-Products.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 150px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 100% !important;
    }

    .divTableCell-ExclusiveProducts.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 125px !important;
        padding-top: 40px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 90% !important;
    }


    .signup-img {
        width: 20% !important;
        position: relative;
        top: 50%;
        left: 39%;
    }

    span.plan {
        margin-top: 50px !important;
        font-weight: 600 !important;
        line-height: 32px !important;
    }


    .divTableRow-Products {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
    }

    .divTableRow-ExclusiveProducts {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
        width: 60%;
    }

    .divTableCell-Products.heading.pet-in {
        text-align: center;
        background-color: #41586a;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.health-in {
        text-align: center;
        background-image: linear-gradient(#2968a4, #1b5495, #0e4287);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.gap-cover {
        text-align: center;
        background-image: linear-gradient(#3494ca, #257cbb, #1360a9);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.carHouse-in {
        text-align: center;
        background-image: linear-gradient(#85d5d4, #5fcacf, #46c3cb);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }
}

@media (min-width: 651px) and (max-width: 767px) {

    .divTableCell-Products.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 150px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 100% !important;
    }

    .divTableCell-ExclusiveProducts.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 125px !important;
        padding-top: 40px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 90% !important;
    }


    .signup-img {
        width: 20% !important;
        position: relative;
        top: 50%;
        left: 40%;
    }

    span.plan {
        margin-top: 50px !important;
        font-weight: 600 !important;
        line-height: 32px !important;
    }


    .divTableRow-Products {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
    }

    .divTableRow-ExclusiveProducts {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
        width: 60%;
    }

    .divTableCell-Products.heading.pet-in {
        text-align: center;
        background-color: #41586a;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.health-in {
        text-align: center;
        background-image: linear-gradient(#2968a4, #1b5495, #0e4287);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.gap-cover {
        text-align: center;
        background-image: linear-gradient(#3494ca, #257cbb, #1360a9);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.carHouse-in {
        text-align: center;
        background-image: linear-gradient(#85d5d4, #5fcacf, #46c3cb);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }
}

@media (min-width: 768px) and (max-width: 850px) {
    .divTableCell-Products.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 150px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 100% !important;
    }

    .divTableCell-ExclusiveProducts.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 125px !important;
        padding-top: 40px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 90% !important;
    }


    .signup-img {
        width: 18% !important;
        position: relative;
        top: 50%;
        left: 40%;
    }

    span.plan {
        margin-top: 50px !important;
        font-weight: 600 !important;
        line-height: 32px !important;
    }


    .divTableRow-Products {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
    }

    .divTableRow-ExclusiveProducts {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
        width: 60%;
    }

    .divTableCell-Products.heading.pet-in {
        text-align: center;
        background-color: #41586a;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.health-in {
        text-align: center;
        background-image: linear-gradient(#2968a4, #1b5495, #0e4287);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.gap-cover {
        text-align: center;
        background-image: linear-gradient(#3494ca, #257cbb, #1360a9);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.carHouse-in {
        text-align: center;
        background-image: linear-gradient(#85d5d4, #5fcacf, #46c3cb);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }
}

@media (min-width: 851px) and (max-width: 990px) {
    .divTableCell-Products.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 150px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 100% !important;
    }

    .divTableCell-ExclusiveProducts.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 125px !important;
        padding-top: 40px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 70% !important;
    }


    .signup-img {
        width: 22% !important;
        position: relative;
        top: 50%;
        left: 39%;
    }

    span.plan {
        margin-top: 50px !important;
        font-weight: 600 !important;
        line-height: 32px !important;
    }


    .divTableRow-Products {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
    }

    .divTableRow-ExclusiveProducts {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
        width: 45%;
    }

    .divTableCell-Products.heading.pet-in {
        text-align: center;
        background-color: #41586a;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.health-in {
        text-align: center;
        background-image: linear-gradient(#2968a4, #1b5495, #0e4287);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.gap-cover {
        text-align: center;
        background-image: linear-gradient(#3494ca, #257cbb, #1360a9);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.carHouse-in {
        text-align: center;
        background-image: linear-gradient(#85d5d4, #5fcacf, #46c3cb);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }
}

@media (min-width: 991px) and (max-width: 991px) {

    .divTableCell-Products.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 150px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 100% !important;
    }

    .divTableCell-ExclusiveProducts.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 125px !important;
        padding-top: 30px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 100% !important;
    }


    .signup-img {
        width: 18% !important;
        position: relative;
        top: 50%;
        left: 40%;
    }

    span.plan {
        margin-top: 50px !important;
        font-weight: 600 !important;
        line-height: 32px !important;
    }


    .divTableRow-Products {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
    }

    .divTableRow-ExclusiveProducts {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
        width: 100%;
    }

    .divTableCell-Products.heading.pet-in {
        text-align: center;
        background-color: #41586a;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.health-in {
        text-align: center;
        background-image: linear-gradient(#2968a4, #1b5495, #0e4287);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.gap-cover {
        text-align: center;
        background-image: linear-gradient(#3494ca, #257cbb, #1360a9);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.carHouse-in {
        text-align: center;
        background-image: linear-gradient(#85d5d4, #5fcacf, #46c3cb);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .divTableCell-Products.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 150px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 100% !important;
    }

    .divTableCell-ExclusiveProducts.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 120px !important;
        padding-top: 30px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 100% !important;
    }

    .prod-list-img {
        width: 50% !important;
        position: relative;
        top: 50%;
        left: auto !important;
        right: -28% !important;
    }

    .signup-img {
        width: 25% !important;
        position: relative;
        top: 40%;
        left: 37%;
    }

    span.plan {
        margin: auto !important;
        font-weight: 600 !important;
        line-height: 32px !important;
    }

    .divTable {
        margin-bottom: 30px !important;
    }

    .divTableBody {
        display: table-row-group;
        margin: auto;
    }

    .divTableRow-Products {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
    }

    .divTableRow-ExclusiveProducts {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
    }

    .divTableCell-Products.heading.pet-in {
        text-align: center;
        background-color: #41586a;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.health-in {
        text-align: center;
        background-image: linear-gradient(#2968a4, #1b5495, #0e4287);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.gap-cover {
        text-align: center;
        background-image: linear-gradient(#3494ca, #257cbb, #1360a9);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.carHouse-in {
        text-align: center;
        background-image: linear-gradient(#85d5d4, #5fcacf, #46c3cb);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

}

@media (min-width: 1200px) and (max-width: 1250px) {

    .divTableCell-Products.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 150px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 100% !important;
    }

    .divTableCell-ExclusiveProducts.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 120px !important;
        padding-top: 30px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 100% !important;
    }

    .prod-list-img {
        width: 50% !important;
        position: relative;
        top: 50%;
        left: auto !important;
        right: -28% !important;
    }

    .signup-img {
        width: 35% !important;
        position: relative;
        top: 40%;
        left: 30%;
    }

    span.plan {
        margin: auto !important;
        font-weight: 600 !important;
        line-height: 32px !important;
    }

    .divTable {
        margin-bottom: 30px !important;
    }

    .divTableBody {
        display: table-row-group;
        margin: auto;
    }

    .divTableRow-Products {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
    }
    .divTableRow-ExclusiveProducts {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
    }

    .divTableCell-Products.heading.pet-in {
        text-align: center;
        background-color: #41586a;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.health-in {
        text-align: center;
        background-image: linear-gradient(#2968a4, #1b5495, #0e4287);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.gap-cover {
        text-align: center;
        background-image: linear-gradient(#3494ca, #257cbb, #1360a9);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.carHouse-in {
        text-align: center;
        background-image: linear-gradient(#85d5d4, #5fcacf, #46c3cb);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }


   
}

@media (min-width: 1251px) and (max-width: 1299px) {

    .divTableCell-Products.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 150px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 100% !important;
    }

    .divTableCell-ExclusiveProducts.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 150px !important;
        padding-top: 45px;
        border-radius: 16px;
        width: 100% !important;
    }

    .prod-list-img {
        width: 50% !important;
        position: relative;
        top: 50%;
        left: auto !important;
        right: -28% !important;
    }

    .signup-img {
        width: 40% !important;
        position: relative;
        top: 40%;
        left: 30%;
    }

    span.plan {
        margin: auto !important;
        font-weight: 600 !important;
        line-height: 32px !important;
    }

    .divTable {
        margin-bottom: 30px !important;
    }

    .divTableBody {
        display: table-row-group;
        margin: auto;
    }

    .divTableRow-Products {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
    }
    .divTableRow-ExclusiveProducts {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
    }

    .divTableCell-Products.heading.pet-in {
        text-align: center;
        background-color: #41586a;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.health-in {
        text-align: center;
        background-image: linear-gradient(#2968a4, #1b5495, #0e4287);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.gap-cover {
        text-align: center;
        background-image: linear-gradient(#3494ca, #257cbb, #1360a9);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.carHouse-in {
        text-align: center;
        background-image: linear-gradient(#85d5d4, #5fcacf, #46c3cb);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .prod-list-img {
        width: 50% !important;
        position: relative;
        top: 50%;
        left: 30%;
    }

    
}

@media (min-width: 1300px) and (max-width: 1440px) {

    .divTableCell-Products.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 150px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 100% !important;
    }

    .divTableCell-ExclusiveProducts.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 130px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 100% !important;
    }

    .prod-list-img {
        width: 50% !important;
        position: relative;
        top: 50%;
        left: auto !important;
        right: -28% !important;
    }

    .signup-img {
        width: 35% !important;
        position: relative;
        top: 40%;
        left: 30%;
    }

    span.plan {
        margin: auto !important;
        font-weight: 600 !important;
        line-height: 32px !important;
    }

    .divTable {
        margin-bottom: 30px !important;
    }

    .divTableBody {
        display: table-row-group;
        margin: auto;
    }

    .divTableRow-Products {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
    }
    .divTableRow-ExclusiveProducts {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
    }

    .divTableCell-Products.heading.pet-in {
        text-align: center;
        background-color: #41586a;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.health-in {
        text-align: center;
        background-image: linear-gradient(#2968a4, #1b5495, #0e4287);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.gap-cover {
        text-align: center;
        background-image: linear-gradient(#3494ca, #257cbb, #1360a9);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.carHouse-in {
        text-align: center;
        background-image: linear-gradient(#85d5d4, #5fcacf, #46c3cb);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

}

@media (min-width: 1441px) and (max-width: 2000px) {

    .divTableCell-Products.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 150px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 100% !important;
    }

    .divTableCell-ExclusiveProducts.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 150px !important;
        padding-top: 50px;
        border-radius: 16px;
        width: 100% !important;
    }

    .prod-list-img {
        width: 35% !important;
        position: relative;
        top: 50%;
        left: auto !important;
        right: -30% !important;
    }

    .signup-img {
        width: 25% !important;
        position: relative;
        top: 40%;
        left: 37%;
    }

    span.plan {
        margin: auto !important;
        font-weight: 600 !important;
        line-height: 32px !important;
    }

    .divTableBody {
        display: table-row-group;
        margin: auto;
    }

    .divTableRow-Products {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
    }
    .divTableRow-ExclusiveProducts {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
    }


    .divTableCell-Products.heading.pet-in {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 150px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 16px;
    }

    .divTableCell-Products.heading.health-in {
        text-align: center;
        background-image: linear-gradient(#2968a4, #1b5495, #0e4287);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.gap-cover {
        text-align: center;
        background-image: linear-gradient(#3494ca, #257cbb, #1360a9);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.carHouse-in {
        text-align: center;
        background-image: linear-gradient(#85d5d4, #5fcacf, #46c3cb);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 150px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 16px;
    }

   
}

@media (min-width: 2001px) and (max-width: 3570px) {
    .divTableCell-Products.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 150px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 16px;
        width: 100% !important;
    }

    .divTableCell-ExclusiveProducts.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 150px !important;
        padding-top: 50px;
        border-radius: 16px;
        width: 100% !important;
    }

    .signup-img {
        width: 20% !important;
        position: relative;
        top: 40%;
        left: 38%;
        padding-bottom: 50px;
    }

    span.plan {
        margin: auto !important;
        font-weight: 600 !important;
        line-height: 32px !important;
    }

    .divTableBody {
        display: table-row-group;
        margin: auto;
    }

    .divTableRow-Products {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
    }

    .divTableRow-ExclusiveProducts {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
    }

    .divTableCell-Products.heading.pet-in {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 150px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 16px;
    }

    .divTableCell-Products.heading.health-in {
        text-align: center;
        background-image: linear-gradient(#2968a4, #1b5495, #0e4287);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.gap-cover {
        text-align: center;
        background-image: linear-gradient(#3494ca, #257cbb, #1360a9);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.carHouse-in {
        text-align: center;
        background-image: linear-gradient(#85d5d4, #5fcacf, #46c3cb);
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 200px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .divTableCell-Products.heading.list {
        text-align: center;
        background-color: #0fafe5;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        height: 150px !important;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 16px;
    }


}
   
