﻿html {
    overflow-x: hidden !important;
}

body {
    overflow-x: hidden !important;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}


.f-aqua {
    color: #60c5c0 !important;
}

.f-blue {
    color: #282972 !important;
}


.jumbotron h1 {
    text-transform: uppercase;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 900;
    color: #282972;
    line-height: 90%;
    margin-top: 20px !important;
}

/*h1 {
    font-size: 40px;
    margin: 0 !important;
}*/

h2 {
    text-transform: none !important;
    color: #282972;
    font-size: 28px;
    font-weight: normal !important;
}

    h2 span {
        font-weight: 600 !important;
        color: #282972;
    }


.p-font {
    color: #282972 !important;
}

.signup-img {
    width: 45% !important;
    position: relative;
    top: 50%;
    left: 28%;
}

.container-usp {
    padding-top: 50px;
}

span.plan {
    margin-top: 60px !important;
    font-weight: 600 !important;
    line-height: 32px !important;
}

span.price {
    color: #fff;
    font-size: 2.6em;
    font-weight: 900;
}

/*.divTable {
    display: table;
    width: 100%;
    margin-bottom: 80px !important;
    margin-top: -50% !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.btn {
    display: inline-flex;
    padding-left: 0;
    padding-right: 0;
}

.extheight1x {
    min-height: 55px;
}

/*.divTableRow {
    display: inline-grid;
    box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
    margin-right: 1%;
    width: 100%;
}
*/
.divTableCell {
    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: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',Helvetica,Arial,Lucida,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',Helvetica,Arial,Lucida,sans-serif;
}

.divTableCell.cta.btm a {
    background-color: #282972 !important;
    color: #fff !important;
    position: relative;
    transition: 0.5s all ease;
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
    border: 3px solid #282972;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
    margin: auto;
    padding: 6px 20px;
    border-radius: 17px;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    padding-right: 2em;
    display: block;
    line-height: 23px;
    transition: 0.5s all ease;
}

    .divTableCell.cta.btm a:hover {
        background-color: #3bafe3 !important;
        color: #fff !important;
        position: relative;
        transition: 0.5s all ease;
        text-decoration: none;
        font-size: 14px;
        font-weight: 900;
        border: 3px solid #3bafe3;
        box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
        margin: auto;
        padding: 6px 20px;
        border-radius: 17px;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        padding-right: 2em;
        display: block;
        line-height: 23px;
        transition: 0.5s all ease;
    }

.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;
}


/*// Extra small devices (portrait phones, less than 576px)*/

@media (min-width: 320px) and (max-width: 350px) {
    h1 {
        font-size: 28px;
        margin: 0 !important;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 18px;
        font-weight: normal !important;
        line-height: 25px !important;
    }

        h2 span {
            font-weight: 600 !important;
            color: #282972;
            margin-top: 2px !important;
        }

    .my-col-sm {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .signup-img {
        width: 35% !important;
        position: relative;
        top: 50%;
        left: 33%;
    }

    span.plan {
        margin-top: 20px !important;
        font-weight: 600 !important;
        line-height: 32px !important;
    }

    .divTableRow {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
        width: 80%;

    }


    .divTableCell.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.heading.health-in {
        text-align: center;
        background-color: #174f92;
        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.heading.gap-cover {
        text-align: center;
        background-color: #1b6db1;
        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.heading.carHouse-in {
        text-align: center;
        background-color: #61cbcf;
        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: 351px) and (max-width: 450px) {
    h1 {
        font-size: 28px;
        margin: 0 !important;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 18px;
        font-weight: normal !important;
        line-height: 25px !important;
    }

        h2 span {
            font-weight: 600 !important;
            color: #282972;
            margin-top: 2px !important;
        }

    .my-col-sm {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .signup-img {
        width: 35% !important;
        position: relative;
        top: 50%;
        left: 33%;
    }

    span.plan {
        margin-top: 25px !important;
        font-weight: 600 !important;
        line-height: 32px !important;
    }
    .divTableRow {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
        width: 80%;
    }

    .divTableCell.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.heading.health-in {
        text-align: center;
        background-color: #174f92;
        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.heading.gap-cover {
        text-align: center;
        background-color: #1b6db1;
        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.heading.carHouse-in {
        text-align: center;
        background-color: #61cbcf;
        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) {
    h1 {
        font-size: 28px;
        margin: 0 !important;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 18px;
        font-weight: normal !important;
        line-height: 25px !important;
    }

        h2 span {
            font-weight: 600 !important;
            color: #282972;
            margin-top: 2px !important;
        }

    .img-underline {
        width: 70% !important;
    }

    .my-col-sm {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .signup-img {
        width: 35% !important;
        position: relative;
        top: 50%;
        left: 33%;
    }

    span.plan {
        margin-top: 50px !important;
        font-weight: 600 !important;
        line-height: 32px !important;
    }

    .divTableRow {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
        width: 80%;
    }

    .divTableCell.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.heading.health-in {
        text-align: center;
        background-color: #174f92;
        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.heading.gap-cover {
        text-align: center;
        background-color: #1b6db1;
        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.heading.carHouse-in {
        text-align: center;
        background-color: #61cbcf;
        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) {
    h1 {
        font-size: 28px;
        margin: 0 !important;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 18px;
        font-weight: normal !important;
        line-height: 25px !important;
    }

        h2 span {
            font-weight: 600 !important;
            color: #282972;
            margin-top: 2px !important;
        }


    .img-underline {
        width: 65% !important;
    }

    .my-col-sm {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .signup-img {
        width: 35% !important;
        position: relative;
        top: 50%;
        left: 33%;
    }

    span.plan {
        margin-top: 50px !important;
        font-weight: 600 !important;
        line-height: 32px !important;
    }


    .divTableRow {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
        width: 80%;
    }


    .divTableCell.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.heading.health-in {
        text-align: center;
        background-color: #174f92;
        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.heading.gap-cover {
        text-align: center;
        background-color: #1b6db1;
        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.heading.carHouse-in {
        text-align: center;
        background-color: #61cbcf;
        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) {
    h1 {
        font-size: 28px;
        margin: 0 !important;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 18px;
        font-weight: normal !important;
        line-height: 25px !important;
    }

        h2 span {
            font-weight: 600 !important;
            color: #282972;
            margin-top: 2px !important;
        }


    .img-underline {
        width: 65% !important;
    }

    .my-col-sm {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .signup-img {
        width: 35% !important;
        position: relative;
        top: 50%;
        left: 33%;
    }

    span.plan {
        margin-top: 50px !important;
        font-weight: 600 !important;
        line-height: 32px !important;
    }

    .divTableRow {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
        width: 70%;
    }


    .divTableCell.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.heading.health-in {
        text-align: center;
        background-color: #174f92;
        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.heading.gap-cover {
        text-align: center;
        background-color: #1b6db1;
        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.heading.carHouse-in {
        text-align: center;
        background-color: #61cbcf;
        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) {
    h1 {
        font-size: 28px;
        margin: 0 !important;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 18px;
        font-weight: normal !important;
        line-height: 25px !important;
    }

        h2 span {
            font-weight: 600 !important;
            color: #282972;
            margin-top: 2px !important;
        }


    .img-underline {
        width: 65% !important;
    }

    .my-col-sm {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .signup-img {
        width: 35% !important;
        position: relative;
        top: 50%;
        left: 33%;
    }

    span.plan {
        margin-top: 50px !important;
        font-weight: 600 !important;
        line-height: 32px !important;
    }
    .divTableRow {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
        width: 70%;
    }


    .divTableCell.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.heading.health-in {
        text-align: center;
        background-color: #174f92;
        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.heading.gap-cover {
        text-align: center;
        background-color: #1b6db1;
        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.heading.carHouse-in {
        text-align: center;
        background-color: #61cbcf;
        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) {

    .div-margin {
        margin-top: 1% !important;
    }

    .p-width {
        width: 100%;
    }

    .jumbotron h1 {
        text-transform: none !important;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        font-weight: 900;
        color: #282972;
        line-height: 90%;
        margin-top: 20px !important;
        text-align: left !important;
    }

    .subheading {
        width: 100%;
    }

    h1 {
        font-size: 32px;
    }

    .h1-margin {
        margin-top: 4% !important;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 18px;
        font-weight: normal !important;
        line-height: 25px !important;
    }

        h2 span {
            font-weight: 600 !important;
            color: #282972;
        }

    .img-underline {
        width: 65% !important;
    }

    .my-col-sm {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .signup-img {
        width: 35% !important;
        position: relative;
        top: 50%;
        left: 33%;
    }

    span.plan {
        margin-top: 50px !important;
        font-weight: 600 !important;
        line-height: 32px !important;
    }

    .divTableRow {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
        width: 70%;
    }


    .divTableCell.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.heading.health-in {
        text-align: center;
        background-color: #174f92;
        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.heading.gap-cover {
        text-align: center;
        background-color: #1b6db1;
        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.heading.carHouse-in {
        text-align: center;
        background-color: #61cbcf;
        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) {
    .div-margin {
        margin-top: 1% !important;
    }

    .p-width {
        width: 100%;
    }

    .jumbotron h1 {
        text-transform: none !important;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        font-weight: 900;
        color: #282972;
        line-height: 90%;
        margin-top: 20px !important;
        text-align: left !important;
    }

    .subheading {
        width: 90%;
        margin-left: 5% !important;
    }

    h1 {
        font-size: 32px;
    }

    .h1-margin {
        margin-top: 4% !important;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 18px;
        font-weight: normal !important;
        line-height: 25px !important;
    }

        h2 span {
            font-weight: 600 !important;
            color: #282972;
        }

    .img-underline {
        width: 65% !important;
    }

    .col-sm-10 {
        width: 35% !important;
        margin-left: 10% !important;
    }

    .signup-img {
        width: 30% !important;
        position: relative;
        top: 40%;
        left: 35%;
    }

    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 {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
    }



    .divTableCell.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.heading.health-in {
        text-align: center;
        background-color: #174f92;
        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.heading.gap-cover {
        text-align: center;
        background-color: #1b6db1;
        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.heading.carHouse-in {
        text-align: center;
        background-color: #61cbcf;
        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: 992px) {
    .div-margin {
        margin-top:1% !important;
    }

    .p-width {
        width: 100%;
    }

    .jumbotron h1 {
        text-transform: none !important;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        font-weight: 900;
        color: #282972;
        line-height: 90%;
        margin-top: 20px !important;
        text-align: left !important;
    }

    .subheading {
        width: 90%;
        margin-left: 5% !important;
    }

    h1 {
        font-size: 32px;
    }

    .h1-margin {
        margin-top: 4% !important;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 18px;
        font-weight: normal !important;
        line-height: 25px !important;
    }

        h2 span {
            font-weight: 600 !important;
            color: #282972;
        }

    .img-underline {
        width: 65% !important;
    }
    .col-sm-10 {
        width: 35% !important;
        margin-left: 10% !important;
    }

    .signup-img {
        width: 30% !important;
        position: relative;
        top: 40%;
        left: 35%;
    }

    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 {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
    }



    .divTableCell.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.heading.health-in {
        text-align: center;
        background-color: #174f92;
        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.heading.gap-cover {
        text-align: center;
        background-color: #1b6db1;
        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.heading.carHouse-in {
        text-align: center;
        background-color: #61cbcf;
        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: 993px) and (max-width: 1199px) {

    .p-width {
        width: 80%;
        margin-left: 10% !important;
    }

    .jumbotron h1 {
        text-transform: none !important;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        font-weight: 900;
        color: #282972;
        line-height: 90%;
        margin-top: 20px !important;
        text-align: left !important;
    }

    .subheading {
           width: 70%;
           margin-left:15%!important;
    }

    h1 {
        font-size: 32px;
    
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 18px;
        font-weight: normal !important;
        line-height: 25px !important;
    }

        h2 span {
            font-weight: 600 !important;
            color: #282972;
        }
    .col-sm-10 {
        width: 30% !important;
        margin-left:15%!important;
    }

    .signup-img {
        width: 30% !important;
        position: relative;
        top: 40%;
        left: 35%;
    }
    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 {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
    }

   

    .divTableCell.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.heading.health-in {
        text-align: center;
        background-color: #174f92;
        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.heading.gap-cover {
        text-align: center;
        background-color: #1b6db1;
        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.heading.carHouse-in {
        text-align: center;
        background-color: #61cbcf;
        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: 1440px) {

    .p-width {
        width: 80%;
        margin-left: 10% !important;
    }

    .jumbotron h1 {
        text-transform: none !important;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        font-weight: 900;
        color: #282972;
        line-height: 90%;
        margin-top: 20px !important;
        text-align: left !important;
    }

    .subheading {
        margin-left: 15% !important;
    }

    h1 {
        font-size: 32px;
        width: 70%;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 18px;
        font-weight: normal !important;
        line-height: 25px !important;
    }

        h2 span {
            font-weight: 600 !important;
            color: #282972;
        }

    .col-lg-3 {
        width: 23% !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;
        margin-left: 6% !important;
    }

    .divTableBody {
        display: table-row-group;
        margin: auto;
    }

    .divTableRow {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
    }

    .divTableCell.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.heading.health-in {
        text-align: center;
        background-color: #174f92;
        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.heading.gap-cover {
        text-align: center;
        background-color: #1b6db1;
        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.heading.carHouse-in {
        text-align: center;
        background-color: #61cbcf;
        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) {
    .p-width {
        width: 80%;
        margin-left: 10% !important;
    }

    .jumbotron h1 {
        text-transform: none!important;
        font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
        font-weight: 900;
        color: #282972;
        line-height: 90%;
        margin-top: 20px !important;
        text-align:left!important;
    }
    .subheading
    {
        margin-left:15%!important;
    }
    h1 {
        font-size: 32px;
        width: 70%;
    }

    h2 {
        text-transform: none !important;
        color: #282972;
        font-size: 18px;
        font-weight: normal !important;
        line-height: 25px !important;
    }

        h2 span {
            font-weight: 600 !important;
            color: #282972;
        }
    .col-lg-3 {
        width: 22% !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;
        margin-left:13%!important;
    }

    .divTableBody {
        display: table-row-group;
        margin: auto;
    }

    .divTableRow {
        display: grid;
        box-shadow: 0px 15px 10px -15px rgb(0 0 0 / 10%);
        margin: auto;
    }

    .divTableCell.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.heading.health-in {
        text-align: center;
        background-color: #174f92;
        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.heading.gap-cover {
        text-align: center;
        background-color: #1b6db1;
        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.heading.carHouse-in {
        text-align: center;
        background-color: #61cbcf;
        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) {
    .col-md-offset-2 {
        margin-left: 13.5%;
    }
}
