@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;500;600;700;800;900&display=swap');


body, html {
    overflow-x: hidden !important;
    font-family: 'Open Sans', sans-serif;
}

/************************************************/
/******************General************************/
/************************************************/
.container-fluid {
    padding-top: 0 !important;
}

.p-font {
    font-size: 16px;
    color: #282972 !important
}

.offset-continer {
    margin-top: -120px;
}


@media (max-width: 991px) {


    .offset-continer {
        margin-top: 0px;
    }
}

.equal {
    display: flex;
    display: -webkit-flex;
}

.panel {
    width: 100%;
    height: 100%;
}

.min-height-420 {
    min-height: 500px;
}

.min-height-455 {
    min-height: 455px;
}


/************************************************/
/******************Colors************************/
/************************************************/

.bg-grey {
    background-color: #E7E7E7;
}

.bg-dark-blue {
    background-color: #282972;
}

.bg-white {
    background-color: #fff;
}

.blue-text {
    color: #27A9E1;
}

.dark-blue-text {
    color: #282972 !important;
}

.teal-text {
    color: #61C4BF;
}

.white-text {
    color: #fff;
}

/************************************************/
/******************Text************************/
/************************************************/

.bg-blue h2 {
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.about h3 {
    font-family: 'Open Sans', sans-serif;
    color: #282972;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
}


/************************************************/
/******************Buttons************************/
/************************************************/

.btn-primary {
    background-color: #53cd67;
    border: 2px solid #53cd67;
    font-weight: bold;
    border-radius: 25px 0px 0px 25px;
    box-shadow: -2px 1px 11px 3px rgba(0,0,0,0.25);
    -webkit-box-shadow: -2px 1px 11px 3px rgba(0,0,0,0.25);
    -moz-box-shadow: -2px 1px 11px 3px rgba(0,0,0,0.25);
    display: inline-block;
    vertical-align: top;
    border: 4px solid #fff;
    padding-right: 20px;
    padding-left: 20px;
}

.circle-green {
    background-color: #53cd67;
    width: 70px;
    height: 70px;
    border-radius: 25pc;
    z-index: 10;
    vertical-align: top;
    margin-top: -9px;
    margin-left: -20px;
    display: inline-block;
    border: 4px solid #fff;
    box-shadow: -2px 1px 11px 3px rgba(0,0,0,0.25);
    -webkit-box-shadow: -2px 1px 11px 3px rgba(0,0,0,0.25);
    -moz-box-shadow: -2px 1px 11px 3px rgba(0,0,0,0.25);
    padding: 5px;
}

.small-circle-icon {
    width: 20px;
    height: 20px;
    background-color: transparent;
}

.small-circle-green {
    background-color: #53cd67;
    width: 60px;
    height: 60px;
    border-radius: 25pc;
    z-index: 10;
    vertical-align: top;
    margin-top: -4px;
    margin-left: -25px;
    display: inline-block;
    border: 4px solid #fff;
    box-shadow: -2px 1px 11px 3px rgba(0,0,0,0.25);
    -webkit-box-shadow: -2px 1px 11px 3px rgba(0,0,0,0.25);
    -moz-box-shadow: -2px 1px 11px 3px rgba(0,0,0,0.25);
    padding: 0px;
}

.circle-icon {
    width: 50px;
    height: 50px;
    background-color: transparent;
}

.btn-primary:hover {
    background-color: #34ba70;
    border: 2px solid #34ba70;
    border-radius: 25px;
    border-radius: 25px 0px 0px 25px;
    border: 4px solid #fff;
}

.btn-custom-blue {
    background-color: #33E2D1;
    height: 60px;
    border-radius: 25px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.42);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.42);
    color: #282972;
    font-weight: bold;
    font-size: 20px;
}

    .btn-custom-blue:hover {
        background-color: #40aee1;
    }

    .btn-custom-blue img {
        height: 30px;
        margin-top: -4px;
        margin-right: 10px;
    }

.btn-HowToClaim {
    background-color: #61C4BF;
    max-width: 270px;
    width: 100%;
    padding: 0px;
    height: 40px;
}

    .btn-HowToClaim:hover {
        background-color: #282972;
        max-width: 270px;
        width: 100%;
        padding: 0px;
        height: 40px;
    }

/************************************************/
/******************Accordions********************/
/************************************************/

.accordion-A
{
    color:#fff!important;
    text-decoration:none!important;
}
    .accordion-A:hover:active {
        color: #fff !important;
        text-decoration: none !important;
    }

    #accordion .panel-default {
        margin-bottom: 15px;
        border: 0px
    }

#accordion .panel-heading {
    height: auto;
    vertical-align: middle;
    padding-bottom: 15px;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    background-color: #282972!important;
    color:#fff!important;

}

#accordion .panel-body {
    border-top-color: none !important;
    background-color: #fafafa;
    margin-top: -5px;
    border: 1px solid #ccc;
}

#accordion .panel-title {
    font-size: 16px;
    padding-top: 15px
}

#accordion .panel-collapse {
    font-size: 16px;
    line-height: 140%;
    ;
}


#accordion .panel-title a::after {
    background-image: url('../../images/icon-plus-expand-2.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    content: "";
    float: right;
    margin-top: -10px;
    color:#fff!important;
}

#accordion .panel-title a[aria-expanded="true"]::after {
    background-image: url('../../images/icon-minus-expand-2.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    content: "";
    float: right;
    margin-top: -10px;
}

#accordion .panel-title a[aria-expanded="false"]::after {
    background-image: url('../../images/icon-plus-expand-2.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    content: "";
    float: right;
    margin-top: -10px;
    color: #fff !important;
}


@media (max-width: 720px) {

    #accordion .panel-title a[aria-expanded="false"]::after {
        display: none;
    }

    #accordion .panel-title a[aria-expanded="true"]::after {
        display: none;
    }

    #accordion .panel-heading {
        padding-bottom: 22px;
    }
}


/************************************************/
/******************Jumbotrons********************/
/************************************************/


/***************Global Jumbotron*****************/

.claims-jumbotron {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin-left: -5px !important;
    margin-right: -5px !important;
    margin-bottom: 10px !important;
    padding-top: 0 !important;
}

    .claims-jumbotron h1 {
        font-size: 40px;
        font-weight: 900;
        font-family: 'Open Sans', sans-serif;
    }

    .claims-jumbotron p {
        text-transform: none;
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
    }

    .claims-jumbotron span:nth-child(2) {
        font-weight: 900;
        color: #282972;
    }

    .claims-jumbotron span:nth-child(3) {
        font-weight: 900;
        color: #282972;
    }


/***************background Jumbotron*****************/

.grey-jumbo .claims-jumbotron {
    background: linear-gradient(244.37deg, #F4F4FB 21.88%, #DDDDF1 79.26%);
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.blue-jumbo .claims-jumbotron {
    background-color: #f2f2f2 !important;
    position: relative;
}

.rounded-hero .claims-jumbotron {
    position: relative;
    background-image: url('../../images/background-contact-curved.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-color: #282972;
    height: 400px;
}

@media (max-width: 991px) {
    .rounded-hero .claims-jumbotron {
        position: relative;
        background-image: url('../../images/background-mobile.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        background-color: #282972;
    }
}


/***************Text Jumbotron*****************/


.grey-jumbo .claims-jumbotron h1 {
    color: #40AEE1;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
}


.blue-jumbo .claims-jumbotron h1 {
    /*  
  padding-top:55px;*/
    color: #fff
}


.rounded-hero .claims-jumbotron h1 {
    font-weight: 900;
    padding-top: 55px;
    color: #282972
}

@media (max-width: 991px) {

    .rounded-hero .claims-jumbotron h1 {
        padding-top: 5px;
    }

    .blue-jumbo .claims-jumbotron h1 {
        padding-top: 5px;
    }
}

.rounded-hero .claims-jumbotron p {
    color: #333;
}

.blue-jumbo .claims-jumbotron p {
    color: #fff;
}


/************************************************/
/***************Custom sections*****************/
/************************************************/


/*************Promise section******************/

.checkbox-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 5px
}

    .checkbox-wrapper img {
        display: inline-block;
        height: 20px;
        margin-right: 10px;
    }

    .checkbox-wrapper p {
        display: inline-block;
        width: 85%;
    }

@media (max-width: 991px) {

    .checkbox-wrapper img {
        vertical-align: top;
        margin-top: 5px
    }
}

/***********offeset vertical colums section (timeline) ***************/

.vertical-offset-container h2 {
    font-weight: 900 !important;
    text-transform: uppercase;
}

.offset-card {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

    .offset-card img {
        display: inline-block;
        width: 20%;
        margin-right: 10px;
        vertical-align: top;
        margin-top: 15px
    }

    .offset-card .offset-card-text {
        display: inline-block;
        width: 75%;
        color: #fff;
        vertical-align: middle;
    }

    .offset-card h4 {
        font-weight: 600;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

        .offset-card h4:nth-child(2) {
            font-weight: 300;
            color: #27A9E1;
            margin-top: 0px;
            padding-top: 0px;
        }

.offset-card-right {
    margin-top: 90px;
}

@media (max-width: 1200px) {
    .offset-card-right {
        margin-top: 115px;
    }
}

@media (max-width: 991px) {
    .offset-card-right {
        margin-top: 0px;
    }
}

@media (max-width: 720px) {
    .offset-card-right {
        margin-top: 0px;
    }
}


/***********bold numbers section ***************/


.number-usp .panel-default, .number-usp .panel-body, .number-usp .panel-heading {
    background-color: transparent;
    border: 0px;
    box-shadow: none;
    background-image: none !important;
}

.number-usp .panel h2 {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    font-size: 54px;
    line-height: 60%;
    color: #282972
}

.number-usp .panel h4 {
    color: #282972;
    font-size: 18px;
    font-weight: bold;
}

.number-usp .panel img {
    width: 45px;
}

.number-usp .panel h1 small {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #27A9E1
}

.number-usp .panel .panel-body p {
    font-size: 16px;
    color: #333333
}


/***********image panel sections section ***************/

.image-panel .panel {
    border-radius: 12px;
    border: 0px
}

.image-panel p {
    color: #333333
}


.image-panel .panel {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.42);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.42);
    padding: 0px;
}

.image-panel .panel-heading {
    border-radius: 12px;
    padding: 0px;
}


    .image-panel .panel-heading img {
        border-radius: 12px 12px 0px 0px;
    }

.image-panel h3 {
    font-weight: bold;
    color: #282972;
    text-transform: uppercase;
    font-size: 18px;
}

    .image-panel h3 span {
        font-weight: 300;
    }

.image-panel h4 {
    color: #27A9E1;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.image-panel a {
    margin-bottom: 25px
}

.left-text-container h2 {
    font-family: 'Open Sans', sans-serif;
    color: #282972;
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
}


.left-text-container h2 {
    font-family: 'Open Sans', sans-serif;
    color: #282972;
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
}

.left-text-container h3 {
    margin-top: 0px;
    color: #282972;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.three-column-wrapper h2 {
    font-family: 'Open Sans', sans-serif;
    color: #282972;
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
}

.three-column-wrapper h3 {
    margin-top: 0px;
    color: #282972;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    width: 77%;
}


.three-column-wrapper .three-column-icon {
    width: 15%;
    vertical-align: top;
    margin-right: 5px
}


.three-column-wrapper .img-responsive {
    width: 100%;
    height: auto;
    padding-top: 70px
}

@media (max-width: 991px) {
    .three-column-wrapper h3 {
        padding-top: 25px;
    }

    .three-column-wrapper .three-column-icon {
        width: 10%;
    }
}

@media (max-width: 720px) {

    .three-column-wrapper h3 {
        padding-top: 10px;
        margin-left: 10px
    }

    .three-column-wrapper .img-responsive {
        padding-top: 70px
    }
}


/***********two tone sections section ***************/

.custom-panel .panel {
    border-radius: 12px !important;
    box-shadow: 2px 0px 18px 2px rgba(0, 0, 0, 0.29);
}

    .custom-panel .panel img {
        margin: auto
    }

.custom-panel .panel-heading img:first-child {
    width: 72px;
}

.custom-panel .panel-body p img {
    width: 70%;
}

.custom-panel .panel-body {
    border-radius: 0px 0px 12px 12px;
}

.custom-panel .panel-heading {
    border-radius: 12px 12px 0px 0px;
}

.custom-panel .panel-heading-grey .panel-heading {
    background-color: #EFEFEF !important;
    border-color: transparent !important;
    padding-top: 20px;
    padding-bottom: 20px
}


.custom-panel .panel-heading-clear .panel-heading {
    background-color: #fff !important;
    border-color: transparent !important;
    padding-top: 30px
}

.panel-heading-grey {
    display: block;
}

    .panel-heading-grey .panel-footer {
        background-color: transparent;
        border: 0px;
    }


.panel-heading-clear {
    position: relative;
    padding-bottom: 30px
}

    .panel-heading-clear .panel-footer {
        background-color: transparent;
        border: 0px;
        color: #333;
        margin: 0px;
        padding: 0px;
    }

    .panel-heading-clear a {
        font-weight: bold;
        color: #61C4BF;
        font-size: 16px;
        position: absolute;
        bottom: 5%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .panel-heading-clear a img {
            width: 15px !important;
            margin-top: -2px;
        }

.custom-panel .panel-body h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 900 !important;
    font-size: 18px;
    line-height: 100%;
    color: #282972;
    text-transform: uppercase;
}


.custom-panel h5 {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #9C9C9C;
}


.custom-panel .panel-body p {
    color: #282972 !important;
    margin-bottom: 20px
}

.custom-panel .panel-footer {
    color: #282972;
    font-weight: bold;
    font-size: 1
}

.min-height-360 {
    min-height: 420px;
}



/***********panels with no background ***************/


.clear-panel .panel {
    background-color: transparent;
    border: 0px;
    text-align: center;
}

.clear-panel .panel-heading {
    background-color: transparent;
    border: 0px;
}

.clear-panel .panel h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 80%;
    color: #fff
}

.clear-panel .panel h4 {
    font-size: 18px;
    color: #27A9E1
}

.clear-panel .panel-heading img {
    margin: auto;
    width: 60px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.clear-panel .panel-body {
    padding-top: 0px;
    margin-top: 0px;
}

    .clear-panel .panel-body h3 {
        padding-top: 18px;
        margin-top: 0px;
    }


/***********panels with icon on the left ***************/
.icon-left-container {
    width: 100% !important;
}

    .icon-left-container .left-icon {
        display: inline-block;
        width: 20%;
        vertical-align: top;
    }

@media (max-width: 720px) {
    .icon-left-container .left-icon {
        display: block;
        padding-top: 30px;
        padding-bottom: 10px;
        text-align: center;
        width: 100%;
    }
}

.icon-left-container .left-icon img {
    width: 40px;
}

.icon-left-container .icon-left-text {
    display: inline-block;
    width: 75%;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;
}

    .icon-left-container .icon-left-text h3 {
        text-transform: uppercase;
        font-size: 18px;
        ;
        line-height: 130%;
        color: #282972;
        font-weight: bold;
        margin-top: 0px;
        font-family: 'Open Sans', sans-serif;
    }

@media (max-width: 720px) {
    .icon-left-container .icon-left-text {
        width: 100%;
        text-align: center;
    }
}

/*****************contact form********************/



.contact form {
    background-color: #fff;
    margin-top: -50px;
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 45px;
    border-radius: 25px;
    box-shadow: 0px 0px 19px 4px rgba(0, 0, 0, 0.17);
}

@media (max-width: 991px) {

    .contact form {
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
}

.contact form h3 {
    font-family: 'Open Sans', sans-serif;
    color: #282972;
    font-weight: 900;
    font-size: 18px;
}

.contact form p small {
    color: #616161;
    margin-top: 10px !important
}



.contact form .form-group .row .col-md-6 {
    margin-top: 25px;
}

.contact form input {
    border-radius: 15px;
    background-color: #F2F2F2;
    height: 40px;
    box-shadow: inset 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.contact form select {
    border-radius: 15px;
    background-color: #F2F2F2;
    height: 40px;
    box-shadow: inset 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}


/**************************************/
/********************Global elements************/
/**************************************/



/***********Google review badge************/

.review-badge {
    display: none;
    position: fixed;
    top: 0px;
    right: 0;
    text-align: center;
    border-top: 1px solid #000;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    margin-right: 30px;
    z-index: 1;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0px -1px 16px -2px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px -1px 16px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -1px 16px -2px rgba(0,0,0,0.75);
}

@media (max-width: 991px) {
    .review-badge {
        right: 30px;
        left: 30px;
        margin: auto;
    }
}

.google-logo {
    width: 50px;
    padding: 10px;
    display: inline-block;
    margin: auto;
    vertical-align: top;
}

.review-container {
    display: inline-block;
}

.review-heading {
    font-weight: bold;
    display: block;
    font-size: 18px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: left;
}

.review-stars {
    display: block;
    height: 20px;
    padding-bottom: 10px;
    margin-top: 5px;
    margin-right: 10px;
    float: left;
}

.review-container a {
    float: left;
}

/***********heading breaks************/

.heading-break {
    margin-top: -5px;
}

    .heading-break h1 {
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        font-weight: 900;
        font-size: 40px;
    }

    .heading-break img {
        width: 65%;
    }

@media (max-width: 720px) {
    .heading-break h1 {
        font-size: 24px
    }
}

.underline-lineheight {
    line-height: 60px !important;
}

.underline::before {
    background-image: url('../../images/stroke.png');
    background-repeat: no-repeat;
    background-size: 637px 10px;
    position: absolute;
    bottom: 215px;
    display: inline-block;
    width: 637px;
    height: 10px;
    content: "";
}

@media (max-width: 991px) {
    .underline::before {
        bottom: 275px;
    }
}


@media (max-width: 720px) {
    .underline::before {
        display: none;
    }
}

.panel-footer {
    padding: 10px 15px;
    background-color: #fff !important;
    border-top: 1px solid #fff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align:center!important;
    
}

.panel-body-health-cp {
    height: 200px !important;
}

.panel-body-pet-cp {
    height: 200px !important;
}

.panel-body-gap-cp {
    height: 200px !important;
}

.panel-body-st-cp {
    height: 200px !important;
}


/**************************************/
/********************Screeen Sizes ************/
/**************************************/
@media (min-width: 320px) and (max-width: 360px) {
    .blue-jumbo .claims-jumbotron {
        background-color: #f2f2f2 !important;
        position: relative;
    }

        .blue-jumbo .claims-jumbotron h1 {
            padding-top: 30px;
            line-height: 1.1 !important;
        }

    .claims-jumbotron h1 {
        font-size: 28px;
        font-weight: 900;
        margin-bottom: 15px !important;
    }

    .panel {
        width: 90%;
        height: 100%;
        margin-left: 5% !important;
    }

    .oneplan-claim-card {
        width: 100% !important;
    }

    .appStore {
        width: 100% !important;
    }

    .playStore {
        width: 100% !important;
    }

    .whatsApp {
        width: 100% !important;
    }

    .mt-50 {
        margin-top: -20px !important;
    }

   
}

@media (min-width: 361px) and (max-width: 380px) {
    .blue-jumbo .claims-jumbotron {
        background-color: #f2f2f2 !important;
        position: relative;
    }

        .blue-jumbo .claims-jumbotron h1 {
            padding-top: 30px;
            line-height: 1.1 !important;
        }

    .claims-jumbotron h1 {
        font-size: 28px;
        font-weight: 900;
        margin-bottom: 15px !important;
    }

    .panel {
        width: 90%;
        height: 100%;
        margin-left: 5% !important;
    }

    .oneplan-claim-card {
        width: 100% !important;
    }

    .appStore {
        width: 100% !important;
    }

    .playStore {
        width: 100% !important;
    }

    .whatsApp {
        width: 100% !important;
    }

    .mt-50 {
        margin-top: -20px !important;
    }
}

@media (min-width: 381px) and (max-width: 400px) {
    .blue-jumbo .claims-jumbotron {
        background-color: #f2f2f2 !important;
        position: relative;
    }

        .blue-jumbo .claims-jumbotron h1 {
            padding-top: 30px;
            line-height: 1.1 !important;
        }

    .claims-jumbotron h1 {
        font-size: 28px;
        font-weight: 900;
        margin-bottom: 15px !important;
    }

    .panel {
        width: 85%;
        height: 100%;
        margin-left: 7% !important;
    }

    .oneplan-claim-card {
        width: 100% !important;
    }

    .appStore {
        width: 100% !important;
    }

    .playStore {
        width: 100% !important;
    }

    .whatsApp {
        width: 100% !important;
    }

    .mt-50 {
        margin-top: -20px !important;
    }
}

@media (min-width: 401px) and (max-width: 450px) {
    .blue-jumbo .claims-jumbotron {
        background-color: #f2f2f2 !important;
        position: relative;
    }

        .blue-jumbo .claims-jumbotron h1 {
            padding-top: 30px;
            line-height: 1.1 !important;
        }

    .claims-jumbotron h1 {
        font-size: 28px;
        font-weight: 900;
        margin-bottom: 15px !important;
    }

    .panel {
        width: 85%;
        height: 100%;
        margin-left: 7% !important;
    }

    .oneplan-claim-card {
        width: 100% !important;
    }

    .appStore {
        width: 100% !important;
    }

    .playStore {
        width: 100% !important;
    }

    .whatsApp {
        width: 100% !important;
    }

    .mt-50 {
        margin-top: -20px !important;
    }
}

@media (min-width: 451px) and (max-width: 500px) {
    .blue-jumbo .claims-jumbotron {
        background-color: #f2f2f2 !important;
        position: relative;
    }

        .blue-jumbo .claims-jumbotron h1 {
            padding-top: 30px;
            line-height: 1.1 !important;
        }

    .claims-jumbotron h1 {
        font-size: 28px;
        font-weight: 900;
        margin-bottom: 15px !important;
    }

    .panel {
        width: 80%;
        height: 100%;
        margin-left: 10% !important;
    }

    .oneplan-claim-card {
        width: 100% !important;
    }

    .appStore {
        width: 100% !important;
    }

    .playStore {
        width: 100% !important;
    }

    .whatsApp {
        width: 100% !important;
    }

    .mt-50 {
        margin-top: -20px !important;
    }
}

@media (min-width: 501px) and (max-width: 600px) {
    .blue-jumbo .claims-jumbotron {
        background-color: #f2f2f2 !important;
        position: relative;
    }

        .blue-jumbo .claims-jumbotron h1 {
            padding-top: 30px;
            line-height: 1.1 !important;
        }

    .claims-jumbotron h1 {
        font-size: 28px;
        font-weight: 900;
        margin-bottom: 15px !important;
    }

    .panel {
        width: 75%;
        height: 100%;
        margin-left: 12% !important;
    }

    .oneplan-claim-card {
        width: 80% !important;
    }

    .appStore {
        width: 100% !important;
    }

    .playStore {
        width: 100% !important;
    }

    .whatsApp {
        width: 100% !important;
    }

    .mt-50 {
        margin-top: -20px !important;
    }

}

@media (min-width: 601px) and (max-width: 700px) {
    .blue-jumbo .claims-jumbotron {
        background-color: #f2f2f2 !important;
        position: relative;
    }

        .blue-jumbo .claims-jumbotron h1 {
            padding-top: 30px;
            line-height: 1.1 !important;
        }

    .claims-jumbotron h1 {
        font-size: 28px;
        font-weight: 900;
        margin-bottom: 15px !important;
    }

    .panel {
        width: 70%;
        height: 100%;
        margin-left: 15% !important;
    }

    .oneplan-claim-card {
        width: 75% !important;
    }

    .appStore {
        width: 80% !important;
    }

    .playStore {
        width: 80% !important;
    }

    .whatsApp {
        width: 80% !important;
    }

    .mt-50 {
        margin-top: -20px !important;
    }
}

@media (min-width: 701px) and (max-width: 750px) {
    .blue-jumbo .claims-jumbotron {
        background-color: #f2f2f2 !important;
        position: relative;
    }

    .claims-jumbotron h1 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 900;
        font-size: 36px;
        line-height: 1.1 !important;
    }

    .panel {
        width: 70%;
        height: 100%;
        margin-left: 15% !important;
    }

    .oneplan-claim-card {
        width: 70% !important;
    }

    .appStore {
        width: 70% !important;
    }

    .playStore {
        width: 70% !important;
    }

    .whatsApp {
        width: 70% !important;
    }

    .mt-50 {
        margin-top: -20px !important;
    }

   
}

@media (min-width: 751px) and (max-width: 767.98px) {
    .blue-jumbo .claims-jumbotron {
        background-color: #f2f2f2 !important;
        position: relative;
    }

    .claims-jumbotron h1 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 900;
        font-size: 36px;
        line-height: 1.1 !important;
    }

    .panel {
        width: 70%;
        height: 100%;
        margin-left: 15% !important;
    }

    .oneplan-claim-card {
        width: 70% !important;
    }


    .appStore {
        width: 70% !important;
    }

    .playStore {
        width: 70% !important;
    }

    .whatsApp {
        width: 70% !important;
    }

    .mt-50 {
        margin-top: -20px !important;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .blue-jumbo .claims-jumbotron {
        background-color: #f2f2f2 !important;
        position: relative;
    }

    .claims-jumbotron h1 {
        font-size: 36px;
        font-weight: 900;
        margin-bottom: 15px !important;
        line-height: 1.1 !important;
    }

    .panel {
        width: 90%;
        height: 100%;
        margin-left: 5% !important;
    }

    .oneplan-claim-card {
        width: 70% !important;
    }

    .appStore {
        width: 50% !important;
    }

    .playStore {
        width: 50% !important;
    }

    .whatsApp {
        width: 50% !important;
    }

    .mt-50 {
        margin-top: -20px !important;
    }
}

@media (min-width: 981px) and (max-width: 991px) {
    .blue-jumbo .claims-jumbotron {
        background-color: #f2f2f2 !important;
        position: relative;
    }

    .claims-jumbotron h1 {
        font-size: 36px;
        font-weight: 900;
        margin-bottom: 15px !important;
        line-height: 1.1 !important;
    }

    .panel {
        width: 90%;
        height: 100%;
        margin-left: 5% !important;
    }

    .oneplan-claim-card {
        width: 60% !important;
    }

    .appStore {
        width: 50% !important;
    }

    .playStore {
        width: 50% !important;
    }

    .whatsApp {
        width: 50% !important;
    }

    .mt-50 {
        margin-top: 20px !important;
    }
}

@media (min-width: 992px) and (max-width: 1039px) {
    .blue-jumbo .claims-jumbotron {
        background-color: #f2f2f2 !important;
        position: relative;
    }

    .claims-jumbotron h1 {
        font-size: 36px;
        font-weight: 900;
        margin-bottom: 15px !important;
        line-height: 1.1 !important;
    }

    .panel {
        width: 90%;
        height: 100%;
        margin-left: 5% !important;
    }

    .panel-body-pet-row-1 {
        height: 300px !important;
    }

    .panel-body-pet-row-2 {
        height: 250px !important;
    }

    .panel-body-health-row-1 {
        height: 330px !important;
    }

    .panel-body-health-row-2 {
        height: 330px !important;
    }

    .panel-body-health-row-3 {
        height: 420px !important;
    }

    .panel-body-health-row-4 {
        height: 380px !important;
    }

    .panel-body-gap-row-1 {
        height: 380px !important;
    }

    .panel-body-gap-row-2 {
        height: 350px !important;
    }

    .panel-body-st-row-1 {
        height: 180px !important;
    }

    .panel-body-st-row-2 {
        height: 180px !important;
    }

    .appStore {
        width: 100% !important;
    }

    .playStore {
        width: 100% !important;
    }

    .whatsApp {
        width: 100% !important;
    }

    .mt-50 {
        margin-top: 25px !important;
    }

    .p1-mt {
        margin-top: 58px !important;
    }

    .p2-mt {
        margin-top: 38px !important;
    }


}

@media (min-width: 1040px) and (max-width: 1199px) {

    
    .panel-body-pet-row-1 {
        height: 250px !important;
    }

    .panel-body-pet-row-2 {
        height: 200px !important;
    }


    .panel-body-health-row-1 {
        height: 300px !important;
    }

    .panel-body-health-row-2 {
        height: 300px !important;
    }

    .panel-body-health-row-3 {
        height: 370px !important;
    }

    .panel-body-health-row-4 {
        height: 330px !important;
    }

    .panel-body-gap-row-1 {
        height: 350px !important;
    }

    .panel-body-gap-row-2 {
        height: 330px !important;
    }

    .panel-body-st-row-1 {
        height: 180px !important;
    }

    .panel-body-st-row-2 {
        height: 180px !important;
    }


    .appStore {
        width: 100% !important;
    }

    .playStore {
        width: 100% !important;
    }

    .whatsApp {
        width: 100% !important;
    }

    .mt-50 {
        margin-top: 20px !important;
    }

    .claims-jumbotron h1 {
        font-size: 35px;
        font-weight: 900;
        font-family: 'Open Sans', sans-serif;
    }

    .heading-break h1 {
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        font-weight: 900;
        font-size: 35px;
    }

    .p1-mt {
        margin-top: 58px !important;
    }

    .p2-mt {
        margin-top: 38px !important;
    }
}

@media (min-width:1200px) and (max-width: 3999px) {

    .panel-body-pet-row-1 {
        height: 250px !important;
    }

    .panel-body-pet-row-2 {
        height: 200px !important;
    }


    .panel-body-health-row-1 {
        height: 250px !important;
    }

    .panel-body-health-row-2 {
        height: 250px !important;
    }

    .panel-body-health-row-3 {
        height: 300px !important;
    }

    .panel-body-health-row-4 {
        height: 280px !important;
    }

    .panel-body-gap-row-1 {
        height: 300px !important;
    }

    .panel-body-gap-row-2 {
        height: 250px !important;
    }

    .panel-body-st-row-1 {
        height: 150px !important;
    }

    .panel-body-st-row-2 {
        height: 150px !important;
    }

    .claims-jumbotron h1 {
        font-size: 35px;
        font-weight: 900;
        margin-top: 5% !important;
        font-family: 'Open Sans', sans-serif;
    }

    .heading-break h1 {
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        font-weight: 900;
        font-size: 35px;
    }

    .p1-mt {
        margin-top: 58px !important;
    }

    .p2-mt {
        margin-top: 38px !important;
    }
}
