﻿







@charset "utf-8";
/*
    Author: Filip Todorov - www.filiptodorov.com
    Project: BelayOn - Slips Happen
    All rights reserved
*/

body, html {
    font-family: 'Interstate', sans-serif;
    position: relative;
    font-size: 16px;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1190px !important;
    }
}

/* ANIMATES */
.animate__delay-first {
    --animate-delay: 0.3s;
}
.animate__delay-second {
    --animate-delay: 0.6s;
}
.animate__delay-third {
    --animate-delay: 0.9s;
}

/* NAVIGATION */
.navbar-dark {
    background: transparent !important;
    border-top: 0.5rem solid #19254b;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.navbar .navbar-brand {
    margin-top: 0.75rem;
    margin-bottom: -0.75rem;
}
.navbar .navbar-brand img {
    height: 2.5rem;
}
.navbar .navbar-brand span {
    display: block;
    color: #707367;
    font-size: 1rem;
    margin-top: 0.25rem;
}
.navbar .nav-item > .nav-link {
    color: #707367;
    font-size: 1rem;
    transition: 0.2s ease all;
    margin-poligonleft: 0.65rem;
}
.navbar .nav-item > .nav-link:hover,
.navbar .nav-item > .nav-link:active,
.navbar .nav-item > .nav-link:focus {
    color: #00b088;
}
.navbar .nav-item > .nav-link.button {
    background: #00b088;
    color: #fff;
    font-weight: bold;
    font-size: 1.15rem;
    padding: 0.45rem 2.25rem;
    margin-left: 1.2rem;
    position: relative;
}
.navbar .nav-item > .nav-link.button:hover {
    background: #008062;
    border-color: #008062;
}
.navbar .nav-item > .nav-link.button:active,
.navbar .nav-item > .nav-link.button:focus {
    background: #19254b !important;
    border-color: #19254b !important;
    box-shadow: none !important;
    outline: none;
}
.navbar .nav-item > .nav-link.button:before {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 100%;
    height: 100%;
    background: #E1E1DF;
    content: ' ';
    z-index: -1;
    transition: 0.2s ease all;
}
.navbar .nav-item > .nav-link.button:hover:before {
    transform: translateX(-2.5px) translateY(-2.5px);
}
.navbar .nav-item > .nav-link.button:after {
    content: ' ';
    width: 0.9rem;
    height: 0.9rem;
    background: url('images/icons/chevron-double-right.svg') no-repeat center;
    background-size: contain;
    margin-left: 0.5rem;
    display: inline-block;
    vertical-align: middle;
    filter: brightness(0) invert(1);
    margin-top: -0.365rem;
}

/* MAIN */
.main {
    height: auto;
    position: relative;
    padding: 8rem 0 12rem 0;
}
.main .main-image-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 60px);
    height: 100%;
}
.main .main-image-wrapper:before {
    position: absolute;
    bottom: 65px;
    left: 30px;
    width: calc(100% - 15px);
    height: calc(100% - 13%);
    background: #E1E1DF;
    content: ' ';
    z-index: -1;
}
.main .main-image-wrapper img.main-image {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(13% 0px 0px 0px);
    object-fit: cover;
    user-select: none;
    pointer-events: none;
}
.main h1 {
    font-size: 3rem;
    color: #2D2D32;
    font-weight: bold;
    line-height: 1.33;
    margin: 0 0 2rem 0;
}
.main h2 {
    font-size: 2.5rem;
    color: #2D2D32;
    font-weight: bold;
    line-height: 1.33;
    margin: 0 0 2rem 0;
}
.main h1 strong {
    font-weight: bold;
    color: #fff;
    position: relative;
}
.main h1 strong:before {
    position: absolute;
    top: 0.25rem;
    left: -1rem;
    right: -1rem;
    bottom: -0.25rem;
    background: #00b088;
    content: ' ';
    z-index: -1;
    clip-path: polygon(5% 0%, 100% 0, 95% 100%, 0% 100%);
}
.main p {
    font-size: 1.5rem;
    line-height: 1.33;
    color: #707367;
    margin: 0;
    max-width: 85%;
}
.detail-p {
    color: #000000 !important;
    max-width: 55% !important;
}
.main ul {
    margin: 2rem 0 2rem 0;
}
.main ul li {
    font-size: 1.5rem;
    line-height: 1.33;
    color: #707367;
    margin: 1rem 0 0 0;
    max-width: 85%;
}
.plan-details ul{
    margin: none;
}
.plan-details ul li{
    font-size: 1.3rem;
}
/*VIDEO BOX BTN, quitar estilo .video-box al set 10121*/
.main .plans {
    display: block;
    position: relative;
    margin: 4.5rem 0 0 0;
    max-width: 85%;
    padding: 1.5rem 2.5rem 1.5rem 0;
}

/*VIDEO BOX BTN*/
.video-box {
    margin: auto;
}
.video-btn{
    color: #2D2D32;
    font-size: 2rem;
    margin: auto;
}
.video-box a{
    font-size: 2rem;
    font-weight: bold;
    color: #707367;
    padding-left: 15px;
    margin: auto;
    text-decoration: none;
}
/*VIDEO BOX BTN cambió aumentó vertical align 10121*/
.player-col {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
/*VIDEO BOX 10121*/

.video-box {
    margin: auto;
    max-width: fit-content;
    padding-top: 0rem;
}

.Desktop-BO {
    display: block;
}

.main .plans:before {
    position: absolute;
    top: 0;
    left: -2.5rem;
    right: 0;
    bottom: 0;
    background: #E1E1DF;
    content: ' ';
    z-index: -1;
}
.main .plans p {
    color: #2D2D32;
    font-size: 1.25rem;
    line-height: 1.6;
    max-width: 100%;
}
.main .plans .btn {
    margin-bottom: -4rem;
    margin-top: 0.85rem;
}
.main p + .btn {
    margin-top: 4rem;
}
.responsive-BO{
    display: none;
}


/* BUTTONS AND CURSORS*/
.cursor-help {
    cursor: help;
}
.btn.btn-primary {
    background: #00b088;
    border-color: #00b088;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    font-size: 1.25rem;
    position: relative;
    transition: 0.2s ease all;
    padding: 0.45rem 2.25rem;
}
.btn.btn-primary:hover {
    background: #008062;
    border-color: #008062;
}
.btn.btn-primary:active,
.btn.btn-primary:focus {
    background: #19254b !important;
    border-color: #19254b !important;
    box-shadow: none !important;
    outline: none;
}
.btn.btn-primary:before {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 100%;
    height: 100%;
    background: #E1E1DF;
    content: ' ';
    z-index: -1;
    transition: 0.2s ease all;
}
.btn.btn-primary:hover:before {
    transform: translateX(-2.5px) translateY(-2.5px);
}
.btn.btn-primary:after {
    content: ' ';
    background: url('images/icons/chevron-double-right.svg') no-repeat center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    filter: brightness(0) invert(1);
    width: 0.9rem;
    height: 0.9rem;
    margin-left: 0.5rem;
    margin-top: -0.55rem;
}
.btn.btn-primary.btn-lg {
    font-size: 2rem;
    padding: 0.4rem 2.6rem;
}
.btn.btn-primary.btn-lg:before {
    bottom: -10px;
    right: -10px;
}
.btn.btn-primary.btn-lg:hover:before {
    transform: translateX(-5px) translateY(-5px);
}
.btn.btn-primary.btn-lg:after {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 1rem;
    margin-top: -0.7rem;
}
.btn.btn-secondary {
    background: transparent;
    border-color: transparent;
    border-radius: 0;
    color: #707367;
    font-weight: 400;
    font-size: 1.25rem;
    position: relative;
    transition: 0.2s ease all;
    padding: 0;
}
.btn.btn-secondary:hover {
    background: transparent;
    border-color: transparent;
    color: #00B088;
}
.btn.btn-secondary:active,
.btn.btn-secondary:focus {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    color: #19254b !important;
    outline: none;
}
/*Style modification comment background*/
.btn.btn-secondary:before {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: calc(100% - 1.4rem);
    height: 1px;
    content: ' ';
}
.btn.btn-secondary:after {
    content: ' ';
    background: url('images/icons/chevron-double-right.svg') no-repeat center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 0.9rem;
    height: 0.9rem;
    margin-left: 0.5rem;
    margin-top: -0.55rem;
}

.btn.btn-price:after {
    content: ' ';
    background: url('images/icons/chevron-double-right.svg') no-repeat center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 0.9rem;
    height: 0.9rem;
    margin-left: 0.5rem;
    margin-top: -0.55rem;
}
#play-btn{
    width: 60px;
}
.info-icon{
    width: 25px;
}


.table.plans-table tbody tr td.btn.btn-price:after:hover{
    content: ' ';
    background: url('images/icons/chevron-double-right-white-01.svg') no-repeat center;
    opacity: 85%;
}


.table.plans-table tbody tr td.plan-price:hover strong:after {
    filter: brightness(0) invert(1);
}

.btn.btn-price:after {
    content: ' ';
    background: url('images/icons/chevron-double-right.svg') no-repeat center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 0.9rem;
    height: 0.9rem;
    margin-left: 0.5rem;
    margin-top: 0rem;
}

.plan-price:hover .btn.btn-price:after{
    content: ' ';
    background: url('images/icons/chevron-double-right-white-01.svg') no-repeat center;
    opacity: 0.85;
}

.btn-details{
    padding-left: none;
    color: #00B088 !important;
}
.btn-details:after{
    content: ' ';
    background: url('images/icons/chevron-double-right-green.svg') no-repeat center;
    padding: 0.5rem;
    margin-left: 8px;
}
.btn-details:hover{
    text-decoration: underline;
}
.btn.btn-secondary.btn-lg {
    font-size: 2rem;
}
.btn.btn-secondary.btn-lg:before {
    width: calc(100% - 2.25rem);
}
.btn.btn-secondary.btn-lg:after {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 1rem;
    margin-top: -0.7rem;
}
.btn-links-BO{
    margin-left: 5%;
    padding: 1rem 1rem;
    border-radius: 0;
}
/*SOCIAL ICONS*/

.social-box{
    padding-left: 3rem;
    padding-top: 0.5rem;
}

.icon-social {
    display: inline-block;
    width: 23px;
    height: 25px;
    background-size: cover;
}
.icon-facebook {
    background-image: url(./images/icons/facebook-square-brands-gray.svg);
}
.icon-facebook-white {
    background-image: url(./images/icons/facebook-square-brands-white.svg);
}
.icon-facebook:hover,
.icon-facebook-white:hover {
    background-image: url(./images/icons/facebook-square-brands.svg);
}

.icon-twitter {
    background-image: url(./images/icons/twitter-square-brands-gray.svg);
}
.icon-twitter-white {
    background-image: url(./images/icons/twitter-square-brands-white.svg);
}
.icon-twitter:hover,
.icon-twitter-white:hover{
    background-image: url(./images/icons/twitter-square-brands.svg);
}

.icon-instagram {
    background-image: url(./images/icons/instagram-square-brands-gray.svg);
}
.icon-instagram-white {
    background-image: url(./images/icons/instagram-square-brands-white.svg);
}
.icon-instagram:hover,
.icon-instagram-white:hover {
    background-image: url(./images/icons/instagram-square-brands.svg);
}

.icon-linkedin{
    background-image: url(./images/icons/linkedin-brands-gray.svg);
}

.icon-linkedin-white{
    background-image: url(./images/icons/linkedin-brands-white.svg);
}

.icon-linkedin:hover,
.icon-linkedin-white:hover {
    background-image: url(./images/icons/linkedin-brands.svg);
}



/* ROW */
.row.larger-spacing {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
/*MARGINS AND PADDINGS*/

.margin-section{
    margin-top: 4rem;
}

.margin-right-3rem{
    margin-right: 3rem !important;
}
.row.larger-spacing div[class^='col'] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.row-detail-padding{
    padding-left: 15px;
    padding-right: 15px;
}

/* INSURANCE TYPES */
.insurance-types {
    display: block;
    position: relative;
    padding: 1rem 0;
}
.insurance-types h3 {
    font-size: 3rem;
    font-weight: bold;
    margin: 0;
    line-height: 1.33;
    color: #707367;
}
.insurance-types .insurance-type-box {
    background: #bae9df;
    padding: 1.5rem 1.5rem 3rem 1.5rem;
    position: relative;
    margin-top: 6rem;
    text-align: center;
}
.insurance-types .insurance-type-box img {
    display: block;
    margin: -4rem auto 0 auto;
    max-height: 4.5rem;
}
.insurance-types .insurance-type-box h4 {
    color: #00B088;
    font-weight: bold;
    font-size: 2rem;
    margin: 1.5rem 0 1rem 0;
}
.insurance-types .insurance-type-box p {
    font-size: 1.25rem;
    color: #2D2D32;
    line-height: 1.6;
    margin: 0;
}
.insurance-types .insurance-type-box .link {
    color: #00B088;
    font-weight: 400;
    font-size: 1.25rem;
    margin-top: 2.5rem;
    line-height: 1.2;
    display: block;
    text-decoration: none;
}
.insurance-types .insurance-type-box .link img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5rem 0 1rem;
    max-width: 2rem;
}
.insurance-types .insurance-type-box .link span {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: calc(100% - 3.5rem - 6px);
    padding-left: 0.25rem;
}

/* INSURANCE SECTION */
.insurance-section {
    display: block;
    position: relative;
    padding: 3rem 0 10rem 0;
}
.insurance-section h3 {
    font-size: 3rem;
    color: #707367;
    font-weight: bold;
    line-height: 1.33;
    margin: 0 0 1rem 0;
}
.insurance-section h3 span {
    font-weight: bold;
    color: #fff;
    position: relative;
    display: inline-block;
}
.insurance-section h3 span:before {
    position: absolute;
    top: 0.35rem;
    left: -1rem;
    right: -1rem;
    bottom: 0.35rem;
    background: #00b088;
    content: ' ';
    z-index: -1;
    clip-path: polygon(3% 0%, 100% 0, 97% 100%, 0% 100%);
}
.insurance-section h3 small {
    font-size: 1rem;
    font-weight: normal;
}
.insurance-section h5 {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.33;
    color: #707367;
    margin: 0 0 2rem 0;
}
.insurance-section ul {
    list-style: none;
    padding: 0;
    display: flex;
}
.insurance-section ul li {
    font-size: 2rem;
    color: #707367;
}
.insurance-section ul li:before {
    width: 1.5rem;
    height: 1.5rem;
    background: url('images/icons/shield-check.svg') center no-repeat;
    background-size: contain;
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem;
    margin-top: -0.75rem;
}
.insurance-section .section-cta {
    padding-top: 4rem;
}
.insurance-section .section-plus {
    text-align: center;
    color: #707367;
    font-weight: bold;
    font-size: 3rem;
    padding-top: 3rem;
    margin-bottom: -10rem;
}

/* PETS */
.pets {
    padding: 6.5rem 0 10rem 0;
}
.pets .pets-box {
    position: relative;
    background: #E1E1DF;
    padding: 1rem;
}
.pets .pets-box .img-fluid {
    margin-top: -4rem;
    max-width: 95%;
}
.pets .pets-box .pets-icon {
    max-height: 4.5rem;
    width: 189px;
    margin: -3.25rem 0 2rem 0;
    display: inline-block;
}
.pets .pets-box h4 {
    font-weight: bold;
    color: #707367;
    font-size: 2rem;
    margin: 0 0 1.25rem 0;
}
.pets .pets-box p {
    font-size: 1.25rem;
    line-height: 1.33;
    color: #2D2D32;
    margin: 0;
    max-width: 90%;
}

/* TREE */
.tree-plants {
    padding: 0 0 7rem 0;
}
.tree-plants .box {
    border-top: 2px solid #707367;
    border-bottom: 2px solid #707367;
    padding: 2.5rem 0;
}
.tree-plants .box img.img-fluid {
    width: calc((100% / 4) * 1);
    display: inline-block;
    vertical-align: middle;
}
.tree-plants .box .info {
    display: inline-block;
    vertical-align: middle;
    width: calc(((100% / 4) * 3) - 5px);
    padding-left: 2.5rem;
}
.tree-plants h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #707367;
}
.tree-plants p {
    font-size: 1.25rem;
    font-weight: 400;
    color: #2D2D32;
    line-height: 1.6;
}
.tree-plants p strong {
    font-weight: normal;
    text-decoration: underline;
}

/* FOUNDER */
.founder {
    display: block;
    padding: 3rem 0 13rem 0;
}
.founder h3 {
    font-weight: bold;
    color: #19254B;
    font-size: 2rem;
    margin: 0 auto 3rem auto;
    max-width: 60%;
}
.founder p {
    font-size: 1.25rem;
    color: #2D2D32;
    line-height: 1.4;
    margin: 0 auto 2rem auto;
    max-width: 95%;
}
.founder .founder-image-wrapper {
    display: block;
    position: relative;
    margin-left: -15px;
    width: calc(100% + 15px);
}
.founder .founder-image-wrapper img.img-fluid {
    margin-left: -20px;
    position: relative;
    z-index: 1;
}
.founder .founder-image-wrapper:after {
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 100%;
    height: 100%;
    background: #E1E1DF;
    content: ' ';
    z-index: 0;
}

/* VOICE COMMAND */
.voice-command {
    padding: 5rem 0;
    background: #E1E1DF;
    position: relative;
}
.voice-command:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: ' ';
    width: 256px;
    height: 256px;
    background: url('images/favicon.png') center no-repeat;
    background-size: contain;
    z-index: 0;
    user-select: none;
    filter: brightness(0) invert(1);
    opacity: 0.35;
}
.voice-command .container {
    position: relative;
    z-index: 1;
}
.voice-command h3 {
    font-weight: bold;
    font-size: 3rem;
    color: #00B088;
}
.voice-command p {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #2D2D32;
    margin: 0;
}

/* FOOTER */
footer {
    padding: 4rem 0 1.5rem 0;
    background: #19254B;
    position: relative;
}
footer .logo {
    display: inline-block;
    margin-bottom: 2.5rem;
}
footer .logo img {
    display: block;
    height: 2.45rem;
}
footer ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    display: block;
}
footer ul li a {
    display: block;
    font-size: 1.25rem;
    font-family: 'Arial';
    color: #fff;
    margin-bottom: 1.35rem;
    transition: 0.2s ease all;
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active {
    color: #00b088;
    text-decoration: none;
}
footer ul li a span {
    display: block;
    font-size: 0.9rem;
    margin-top: -0.25rem;
}
footer p.copyright,
footer p.disclaimer {
    color: #fff;
    font-size: 1rem;
    margin: 0 0 0.75rem 0;
}
footer p.copyright span {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    margin: -0.5rem 0.5rem 0 0.5rem;
}
footer p.copyright a {
    color: #fff;
}
footer .made-in-america {
    color: #fff;
    font-size: 1rem;
    margin: 0;
}
footer .made-in-america:before {
    display: inline-block;
    vertical-align: middle;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 1rem;
    margin-top: -0.25rem;
    background: url('images/icons/flag-usa.svg') center no-repeat;
    background-size: contain;
    content: ' ';
}

/* PICK PLAN */
.pick-plan {
    height: auto;
    position: relative;
    padding: 8rem 0 12rem 0;
}
.pick-plan h1 {
    font-size: 3rem;
    color: #2D2D32;
    font-weight: bold;
    line-height: 1.33;
    margin: 0 0 1.4rem 0;
}
.pick-plan h4 {
    font-size: 2rem;
    color: #707367;
    display: block;
    margin: 3rem 0 0 0;
}
.pick-plan p {
    font-size: 1.5rem;
    line-height: 1.33;
    color: #707367;
    margin: 0;
    max-width: 85%;
}
.pick-plan .form-group {
    position: relative;
    margin-top: 3rem;
}
.pick-plan .form-group img {
    width: 2.5rem;
    display: block;
}
.pick-plan .form-group label {
    font-size: 2rem;
    color: #707367;
    display: block;
    margin: 0.75rem 0;
    line-height: 1.5;
}
.pick-plan .form-group.input-field label {
    font-size: 1.25rem;
    color: #2D2D32;
}
.pick-plan .form-group label .info {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: url('images/icons/info-circle.svg') center no-repeat;
    background-size: contain;
    margin-left: 5px;
    transform: translateY(3px);
}
.pick-plan .select-dropdown,
.pick-plan .date-dropdown {
    position: relative;
    width: 32.5%;
}
.pick-plan .form-group.input-field {
    position: relative;
    width: 60%;
}
.pick-plan .select-dropdown .form-control,
.pick-plan .date-dropdown .form-control {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.pick-plan .date-dropdown .form-control {
    opacity: 1;
    visibility: visible;
    border: transparent;
    background: transparent;
    color: transparent;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    outline: none;
    box-shadow: none;
    user-select: none;
}
.pick-plan .date-dropdown .form-control::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.pick-plan .date-dropdown .form-control::-webkit-datetime-edit-day-field:focus,
.pick-plan .date-dropdown .form-control::-webkit-datetime-edit-month-field:focus,
.pick-plan .date-dropdown .form-control::-webkit-datetime-edit-year-field:focus {
    background-color: transparent;
    color: transparent;
    outline: none;
}
.pick-plan .form-group.input-field .form-control {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1rem 3rem 1rem 1.5rem;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    display: block;
    text-decoration: none;
    color: #2B2C33;
    font-size: 1.25rem;
    box-shadow: rgba(10,10,10,0.25) 0 3px 3px;
    transition: 0.25s ease all;
}
.pick-plan .select-dropdown .dropdown-toggle,
.pick-plan .date-dropdown .dropdown-toggle {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1rem 3rem 1rem 1.5rem;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    display: block;
    text-decoration: none;
    color: #2B2C33;
    font-size: 1.25rem;
    box-shadow: rgba(10,10,10,0.25) 0 3px 3px;
    cursor: pointer;
    transition: 0.25s ease all;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pick-plan .select-dropdown.error .dropdown-toggle,
.pick-plan .date-dropdown.error .dropdown-toggle {
    border-color: #00B088;
    color: #00B088;
}
.pick-plan .select-dropdown .dropdown-toggle:hover,
.pick-plan .date-dropdown .dropdown-toggle:hover {
    background: #f9f9f9;
}
.pick-plan .select-dropdown .dropdown-toggle:after,
.pick-plan .date-dropdown .dropdown-toggle:after {
    border: none;
    display: block;
    margin: auto;
    content: ' ';
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #727481;
    border-left: 2px solid #727481;
    transform-origin: center;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    transition: 0.25s ease transform;
}
.pick-plan .select-dropdown .dropdown-menu {
    width: 100%;
    top: -3px !important;
    border-radius: 0 0 10px 10px;
    background: #fff;
    border: 1px solid #E6E6E6;
    max-height: 300px;
    overflow-x: hidden;
    user-select: none;
}
.pick-plan .select-dropdown .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
    color: #2B2C33;
    font-size: 1.25rem;
    cursor: pointer;
    transition: 0.25s ease all;
}
.pick-plan .select-dropdown .dropdown-menu .dropdown-item:active {
    background: #ddd;
    color: #2B2C33;
}
.pick-plan .select-dropdown .dropdown.show .dropdown-toggle {
    border-radius: 10px 10px 0 0;
    background: #f9f9f9;
    box-shadow: none;
}
.pick-plan .select-dropdown .dropdown.show .dropdown-toggle:after {
    transform: rotate(-225deg);
}
.pick-plan .btn.btn-primary {
    margin-top: 3rem;
    padding-left: 4rem;
    padding-right: 4rem;
}
.tooltip-custom.show {
    opacity: 1;
}
.tooltip-custom .tooltip-inner {
    background: #707367;
    color: #F4F4F4;
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: rgba(10,10,10,0.35) 0 10px 20px;
    opacity: 1;
    max-width: 800px;
    text-align: left;
    font-size: 1rem;
    line-height: 1.25;
}
.tooltip-custom.bs-tooltip-top .tooltip-inner {
    transform: translateY(-1.5rem);
}
.tooltip-custom.bs-tooltip-bottom .tooltip-inner {
    transform: translateY(1.5rem);
}
.tooltip-custom .tooltip-inner ul {
    margin: 0;
    padding: 0;
}
.tooltip-custom .tooltip-inner ul li {
    display: block;
    position: relative;
    padding-left: 3rem;
}
.tooltip-custom .tooltip-inner ul li:before {
    position: absolute;
    top: 0.65rem;
    left: 1.325rem;
    width: 0.35rem;
    height: 0.35rem;
    background: #fff;
    content: ' ';
    border-radius: 50%;
}
.tooltip-custom .tooltip-inner ul li + li {
    margin-top: 5px;
}
.tooltip-custom .tooltip-inner ul li strong {
    font-weight: 600;
}
.tooltip-custom .arrow {
    width: 1.2rem;
    height: 2rem;
    z-index: 2;
}
.tooltip-custom.bs-tooltip-top .arrow::before,
.tooltip-custom.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-width: 2rem 0.6rem 0;
    border-top-color: #707367;
}
.tooltip-custom.bs-tooltip-bottom .arrow::before,
.tooltip-custom.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-width: 0 0.6rem 2rem;
    border-bottom-color: #707367;
}

/* QUESTIONS */
.pick-plan .form-group.question-item {
    margin-top: 2rem;
}
.pick-plan .form-group.question-item label {
    font-size: 1.5rem;
    margin: 0 0 0.75rem 0;
}
.pick-plan .form-group.question-item label.radio-inline {
    font-size: 1.25rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2rem 0 0;
    position: relative;
    color: #2B2C33;
    cursor: pointer;
    user-select: none;
}
.pick-plan .form-group.question-item label.radio-inline input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.pick-plan .form-group.question-item label.radio-inline input + div {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: rgba(10,10,10,0.3) 0 3px 6px;
    transition: 0.15s ease all;
}
.pick-plan .form-group.question-item label.radio-inline:hover input + div {
    background: #f9f9f9;
}
.pick-plan .form-group.question-item label.radio-inline:active input + div {
    background: #eee;
}
.pick-plan .form-group.question-item label.radio-inline input + div:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1rem;
    height: 1rem;
    background: #00B088;
    content: ' ';
    border-radius: 50%;
    transition: 0.1s ease all;
    transform-origin: center;
    transform: scale(-0.5);
    opacity: 0;
}
.pick-plan .form-group.question-item label.radio-inline input:checked + div:after {
    opacity: 1;
    transform: scale(1);
}
.pick-plan .form-group.question-item label.radio-inline span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.5rem;
}
.pick-plan .response-box {
    display: none;
}
.pick-plan .response-box .form-group.input-field {
    position: relative;
    width: 45%;
    margin-top: 2rem;
}
.pick-plan .response-box .btn.btn-primary {
    margin-top: 2rem;
}
.pick-plan .compliance-links {
    padding-top: 5rem;
}
.pick-plan .compliance-links a {
    text-decoration: underline;
    color: #2D2D32;
    font-size: 1.25rem;
}
.pick-plan .compliance-links p.small {
    font-size: 1rem;
    color: #2D2D32;
    margin-top: 1rem;
    margin-bottom: 0;
}

/* PLANS WE RECOMMEND */
.pick-plan .box h1 {
    padding-bottom: 2rem;
}
.pick-plan .box h2 {
    font-size: 2rem;
    color: #2D2D32;
    margin: 0.75rem 0 1rem 0;
}
.pick-plan .box img {
    width: 2.5rem;
    display: block;
}
.pick-plan .box .btn-primary {
    margin-top: 4rem;
}
/*style modification, commeny margin-top + line height*/
.pick-plan .box .btn-secondary {
    /*margin-top: 4rem;*/
    line-height: 1.3rem;
}
/*PLAN DETAILS*/
.plan-details {
    padding: 15px 15px 25px 15px;
}
.plan-details p {
    max-width: 100%;
    font-size: 1.3rem;
}
.plan-details-head{
    /*    background-color:rgba(0, 176, 136, 0.10);*/
    border-bottom: #00b088 2px solid;
    padding: 15px 15px 25px 15px;
}
.plan-details-box{
    background-color:#f3f3f3;
    padding: 15px 15px 25px 15px;
}
.plan-details-box p{
    font-size: 1.3rem !important;
}
/* TABLES */
.table.plans-table {

    margin-top: 0.5rem;
    margin-bottom: 0rem;

}
.table-margins{
    margin-top: 4rem;
    margin-bottom: 1rem;
}
.table.plans-table tbody tr td,
.table.plans-table thead th {
    width: 25%;
}
.table.plans-table thead th {
    vertical-align: middle;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 400;
    padding: 2rem 1.75rem;
    border-top: none;
    border-bottom: none;
    color: #2D2D32;
}
.table.plans-table thead th.plan-type {
    border: 1px solid #979797;
    border-bottom-color: #00B088;
}
.table.plans-table tbody tr td {
    vertical-align: top;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 400;
    padding: 2rem 1.75rem;
    border-top: none;
    border-bottom: none;
    color: #2D2D32;
}
.table.plans-table tbody tr td.plan-type {
    /*border: 1px solid #979797;*/
    border-right-color: #00B088;
    /*border: 1px solid #00B088;*/
}
.table.plans-table tbody tr td.plan-benefit {
    /*border: 1px solid #00B088;*/
    cursor: pointer;
    transition: 0.15s ease all;
}
.table.plans-table tbody tr td.plan-price {
    /*border: 1px solid #00B088;*/
    cursor: pointer;
    transition: 0.15s ease all;
}
/*style modification, un comment style*/
.table.plans-table tbody tr td.plan-price:hover {
    /*background-color: #00B088;*/
}
.table.plans-table tbody tr td.highlight-background:hover {
   /*background-color: #00B088;*/
}

.table.plans-table tbody tr td.plan-action {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
}
/*style modification*/
.table.plans-table tbody tr td strong {
    font-weight: 400;
    display: inline-block;
    /*display: block;*/
}
/*style modification*/
.table.plans-table tbody tr td.plan-price strong {
    color: #00B088;
    position: relative;
    transition: 0.15s ease all;
}
.table.plans-table tbody tr td.plan-price:hover strong {
    color: #fff;
}
.table.plans-table tbody tr td.plan-price strong:after {
    position: absolute;
    bottom: 0.75rem;
    right: -0.5rem;
    margin: auto;
    width: 1.25rem;
    height: 1.25rem;
    background: url('images/icons/chevron-double-right-green.svg') center no-repeat;
    background-size: contain;
    opacity: 0.85;
    content: ' ';
    transition: 0.15s ease all;
}
.table.plans-table tbody tr td.plan-price:hover strong:after {
    filter: brightness(0) invert(1);
}
.table.plans-table tbody tr td.plan-price i {
    display: block;
    font-style: normal;
    font-size: 1rem;
    color: #2D2D32;
    font-weight: bold;
    transition: 0.15s ease all;
}
.table.plans-table tbody tr td.plan-price:hover i {
    color: #fff;
}
.table.plans-table tbody tr td span {
    color: #707367;
    font-size: 1.5rem;
    display: block;
    white-space: nowrap;
    transition: 0.15s ease all;
}

/*Style modification, un comment style*/
/*.table.plans-table tbody tr td span:hover {
color: #ffffff;
}*/


.table.plans-table tbody tr td.plan-price:hover span {
    color: rgba(255,255,255,0.75);
}



.table.plans-table tbody tr td.plan-action .btn.btn-secondary {
    margin: 0;
}
.table.plans-table tbody tr td.plan-action .btn.btn-secondary:after {
    display: none;
}
.table.plans-table tbody tr td.plan-action .btn.btn-secondary:before {
    width: 100%;
}
.table.plans-table tbody tr td.plan-type a.btn.btn-secondary {
    margin: 0;
    text-align: left;
    width: 100%;
    display: block;
    color: #2D2D32;
    font-size: 2rem;
    padding: 0;
}
.table.plans-table tbody tr td.plan-type a.btn.btn-secondary:before {
    display: none;
}
.table.plans-table tbody tr td.plan-type a.btn.btn-secondary:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1.5rem;
    height: 1.5rem;
    filter: brightness(0);
    background: url('images/icons/chevron-double-right-green.svg') center no-repeat;
    background-size: contain;
    opacity: 0.85;
}
.table.plans-table tbody tr td.plan-type a.btn.btn-secondary:hover {
    color: #00B088;
}



.table.plans-table tbody tr td.plan-type a.btn.btn-secondary:hover:after {
    filter: none;
    opacity: 1;
}
/*style modification, + width*/
.table.plans-table tbody tr td.plan-type.basic-borders {
    border: 1px solid #979797;
    width: 25%;
}
/*style modification, + width*/
.table.plans-table tbody tr td.plan-type.plan-link {
    width: 50%;
}

/*Highlights and boxes////////////////////////////////////*/

.table-highlight{
    font-weight: bold;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-left: 7px;
    padding-right: 7px;
    overflow: hidden;
}
.Hightlight-blue{
    background: #3F7FBF;
    clip-path: polygon(6% 0%, 100% 0, 97% 100%, 0% 100%);
}
.Hightlight-green{
    background: #00B088;
    cursor: pointer;
    clip-path: polygon(6% 0%, 100% 0, 97% 100%, 0% 100%);
}



/*TABLE BORDER/////////////////////////////////////////////*/

.green-border-bottom{
    border-bottom: 7px solid #00b088 !important;
    /*color: #00b088;*/
}
.border-top{
    border-bottom: 7px solid;
    /*color: #00b088;*/
}


/* ALERTS */
.alert.alert-success {
    padding: 2rem;
    margin: 2.5rem 0;
    border: 2px solid #00b088;
    border-radius: 0;
    background: transparent;
    color: #00B088;
    font-size: 1.25rem;
    line-height: 1.5;
}
.alert.alert-success a {
    color: #00B088;
    text-decoration: underline;
}
.alert.alert-success.border-0 {
    font-size: 1.5rem;
    line-height: 1.33;
}
.alert.alert-info {
    font-size: 1.5rem;
    line-height: 1.33;
    color: #2D2D32;
    padding: 2rem;
    margin: 2.5rem 0;
    border: 2px solid #2D2D32;
    border-radius: 0;
    background: transparent;
}


/*TOOL TIPS */

.tooltipBO {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltipBO .tooltiptextBO {
    visibility: hidden;
    width: 250px;
    background-color: rgba(0, 0, 0, 0.66);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    font-size: 0.9em;
    position: absolute;
    z-index: 1;
}

.tooltipBO:hover .tooltiptextBO {
    visibility: visible;
}


/*TEXT ON IMAGE*/


.text-on-image{
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(-50%, -50%);
    color: #2D2D32 !important;
}

/*General adjustments*/

.padding-top2rem{
    padding-top: 2rem;
}
.margin-top2rem {
    margin-top: 2rem;
}
.greenTypo{
    color: #00B088;
}

/*IMAGE FOOT*/
.image-footBO{
    position: absolute;
    bottom: -65px;
    left: 16px;
    margin-right: 60px;
    color: #707367;
    font-size: 14px;
    max-width: 80%;
    background-color: #FFFFFF;
    padding: 5px;
}

.DigitalEnrollmentServices {
    font-size: 0.87rem
}

@media (min-width: 992px) and (max-width: 1199px) {
    html, body {
        font-size: 14px;
    }
    .navbar .nav-item > .nav-link.button:after {
        margin-top: -0.5rem;
    }
    .main h1 strong {
        display: inline-block;
    }
    .insurance-section ul li {
        font-size: 1.65rem;
    }
    .pets .pets-box h4 {
        font-size: 1.5rem;
    }
    .table.plans-table tbody tr td,
    .table.plans-table thead th {
        font-size: 1.5rem;
        padding: 1.5rem;
    }
    .table.plans-table tbody tr td.plan-type a.btn.btn-secondary {
        font-size: 1.5rem;
    }
    .table.plans-table tbody tr td.plan-type a.btn.btn-secondary:after {
        width: 1rem;
        height: 1rem;
        right: 0.5rem;
    }
    .table.plans-table tbody tr td span {
        font-size: 1.25rem;
    }

    .DigitalEnrollmentServices {
        font-size: 0.87rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    html, body {
        font-size: 10px;
    }
    .main h1 strong {
        display: inline-block;
    }
    .insurance-section ul li {
        font-size: 1.65rem;
    }
    .pets .pets-box h4 {
        font-size: 1.5rem;
    }
    .pick-plan .select-dropdown,
    .pick-plan .date-dropdown {
        width: 40%;
    }
    .tooltip-custom .tooltip-inner {
        max-width: 500px;
    }
    .table.plans-table tbody tr td,
    .table.plans-table thead th {
        font-size: 1.5rem;
        padding: 1.5rem;
    }
    .table.plans-table tbody tr td span {
        font-size: 1.25rem;
    }
    .DigitalEnrollmentServices {
        font-size: 1.5rem
    }
}

@media (max-width: 767px) {
    .Desktop-BO {
        display: none;
    }
    responsive-BO {
        display: block;
    }

    body {
        overflow-x: hidden;
    }
    html, body {
        font-size: 14px;
    }
    .navbar-dark {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .navbar-dark .navbar-toggler {
        filter: invert(1);
        border-color: transparent;
        font-size: 14px;
    }
    .navbar .nav-item:first-child > .nav-link,
    .navbar .nav-item:last-child > .nav-link {
        margin-top: 1rem;
    }
    .navbar .nav-item > .nav-link {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }
    .navbar .nav-item > .nav-link.button {
        margin-left: 0;
        margin-bottom: 1rem;
    }
    .main {
        padding: 3.5rem 0 0 0;
    }
    .main h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .main h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .main h1 strong {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
    }
    .main p,
    .main ul li {
        max-width: 100%;
        font-size: 1.25rem;
    }
    .detail-p {
        max-width: 85% !important;
    }
    .main .plans {
        max-width: calc(100% + 15px);
        margin: 2.5rem 0 0 -15px;
        padding: 1.5rem 15px;
        background: #E1E1DF;
    }
    .main .plans:before {
        display: none;
    }
    .main .plans p {
        line-height: 1.3;
        font-size: 1.15rem;
    }
    .main .plans .btn {
        margin-bottom: -3rem;
    }
    .main .container {
        position: relative;
        z-index: 1;
    }
    .main .main-image-wrapper {
        /* display: block;*/ 
        position: relative;
        width: 100%;
        height: auto;
        margin-top: -3px;
    }
    .main .main-image-wrapper img.main-image {
        width: 100%;
        height: auto;
        position: relative;
    }
    .main.home .btn.btn-primary.btn-lg:before {
        bottom: -5px;
        right: -5px;
    }
    .responsive-BO{
        display: block;
    }
    /*10121*/
    .video-box a{
        font-size: 1.3rem;
    }
    .btn.btn-primary {
        font-size: 1.1rem;
        padding: 0.5rem 1rem;
    }
    .btn.btn-primary.btn-lg {
        font-size: 1.1rem;
        padding: 0.5rem 1rem;
    }
    .btn.btn-primary.btn-lg.btn-mobile-lg,
    .btn.btn-secondary.btn-lg.btn-mobile-lg {
        font-size: 1.25rem;
        padding: 0.75rem 2.5rem;
    }
    .btn.btn-primary:after,
    .btn.btn-primary.btn-lg:after {
        width: 0.9rem;
        height: 0.9rem;
        margin-left: 0.5rem;
        margin-top: -0.45rem;
    }
    .btn.btn-secondary {
        font-size: 1.1rem;
    }
    .btn.btn-secondary.btn-lg {
        font-size: 1.1rem;
    }
    .btn.btn-secondary:after,
    .btn.btn-secondary.btn-lg:after {
        width: 0.9rem;
        height: 0.9rem;
        margin-left: 0.5rem;
        margin-top: -0.45rem;
    }
    .btn.btn-secondary:before,
    .btn.btn-secondary.btn-lg:before {
        display: none;
    }
    .btn-links-BO{
        margin-left: 7%;
        padding: 1rem 1rem;
        border-radius: 0;
    }
    .image-footBO {
        bottom: -100px;
        background: #ffffff;
        padding: 10px 10px 25px 10px;
    }
    .insurance-types {
        padding: 2.5rem 0 5rem 0;
    }
    .insurance-types h3 {
        font-size: 2rem;
    }
    .insurance-types .insurance-type-box {
        height: auto;
        margin-top: 4rem;
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
        padding: 2rem 2rem 3.5rem 2rem;
    }
    .insurance-types .insurance-type-box h4 {
        font-size: 1.5rem;
    }
    .insurance-types .insurance-type-box p {
        font-size: 1.15rem;
        line-height: 1.3;
    }
    .insurance-types .insurance-type-box .link {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        font-size: 1rem;
    }
    .insurance-section {
        padding: 0 0 5rem 0;
    }
    .insurance-section h3 {
        font-size: 1.7rem;
        text-align: center;
        line-height: 1.2;
    }
    .insurance-section h3 span {
        font-size: 1.65rem;
        margin-top: 0.5rem;
        margin-left: 1rem;
        margin-right: 1rem;
        width: auto;
    }
    .insurance-section h3 span:before {
        top: -0.25rem;
        bottom: -0.25rem;
    }
    .insurance-section h3 small {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    .insurance-section h5 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    .insurance-section ul li {
        font-size: 1.5rem;
    }
    .insurance-section .section-cta {
        padding-top: 1.5rem;
    }
    .insurance-section .section-plus {
        margin-bottom: -4rem;
        padding-top: 0;
    }
    .pets {
        padding: 2.5rem 0 5rem 0;
    }
    .pets .pets-box .pets-icon {
        margin: 2rem 0 1rem 0;
        max-height: 3rem;
        object-position: center left;
        object-fit: contain;
    }
    .pets .pets-box h4 {
        font-size: 1.5rem;
        max-width: 90%;
        margin-bottom: 0.5rem;
    }
    .pets .pets-box p {
        font-size: 1.15rem;
    }
    .pets .pets-box {
        padding-bottom: 2rem;
    }
    .founder {
        padding: 0 0 5rem 0;
    }
    .founder .founder-image-wrapper {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .founder .founder-image-wrapper:after {
        display: none;
    }
    .founder .founder-image-wrapper img.img-fluid {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        object-fit: cover;
        object-position: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .founder h3 {
        margin: 2rem auto 2rem auto;
        max-width: 80%;
        font-size: 1.5rem;
    }
    .founder p {
        font-size: 1.15rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }
    footer .logo {
        margin-bottom: 2rem;
    }
    footer ul li a {
        font-size: 1rem;
        margin-bottom: 0.5rem;
        display: inline;
        padding-top
    }
    footer ul li a span {
        opacity: 0.5;
    }
    #socialmedia{
        padding: 20px 0px 20px 15px;
    }
    .tree-plants .box img.img-fluid {
        display: block;
        width: 150px;
        margin: auto;
    }
    .tree-plants .box .info {
        width: 100%;
        text-align: center;
        padding-top: 1.5rem;
        padding-left: 0;
    }
    .pick-plan {
        padding: 3.5rem 0 5rem 0;
    }
    .pick-plan h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .pick-plan p {
        max-width: 100%;
        font-size: 1.25rem;
    }
    .pick-plan .form-group label {
        font-size: 1.5rem;
    }
    .pick-plan .select-dropdown,
    .pick-plan .date-dropdown {
        width: 80%;
    }
    .pick-plan .form-group {
        margin-top: 2rem;
    }
    .pick-plan .btn.btn-primary {
        margin-top: 1.5rem;
    }
    .tooltip-custom .tooltip-inner {
        max-width: 320px;
    }
    .pick-plan .box .btn-secondary {
        margin-top: 2rem;
    }
    .pick-plan .box h2 {
        font-size: 1.5rem;
    }
    .pick-plan .form-group.input-field,
    .pick-plan .response-box .form-group.input-field {
        width: 100%;
    }
    .pick-plan h4 {
        font-size: 1.5rem;
    }
    .pick-plan .form-group.question-item label {
        font-size: 1.25rem;
        margin-bottom: 0.25rem;
    }
    .pick-plan .form-group.question-item label.radio-inline {
        font-size: 1.1rem;
    }
    #pick-plan-box{
        margin-bottom: 50px !important;
    }
    /*SOCIAL ICONS*/
    .social-box {
        padding-left: 0rem;
        margin: auto;
    }
    .social-box {
        display: inline-block;
        padding-right: 10px;
    }

    .table.plans-table {
        margin-top: 2rem;
    }

    .table.plans-table tbody tr {
        /*display: flex;*/
        flex-direction: row;
        flex-wrap: wrap;
    }

    .table.plans-table tbody tr.empty-row {
        display: none;
    }

    .table.plans-table tbody tr td {
        padding: 1rem 0.3rem;
        font-size: 1.25rem;
    }
    .table.plans-table tbody tr td span {
        font-size: 0.9rem;
        white-space: normal;
        line-height: 2rem;
    }
    .btn-details {
        font-size: 1.2rem !important;
    }
    .table.plans-table tbody tr td.plan-type {
        border-right: transparent;
    }
    .table.plans-table tbody tr td.plan-type strong {
        line-height: 1.25;
        margin-bottom: 0.25rem;
    }
    .table.plans-table tbody tr td.plan-price i {
        font-size: 0.8rem;
    }
    .table.plans-table tbody tr td.plan-price strong {
        line-height: 1.25;
        margin-bottom: 0.25rem;
        padding-right: 0.5rem;
    }
    .table.plans-table tbody tr td.plan-price strong:after {
        width: 0.75rem;
        height: 0.75rem;
        bottom: auto;
        top: 0.35rem;
    }
    /*style modification, border-top commented*/
    .table.plans-table tbody tr td.plan-price + td.plan-price {
        margin-left: auto;
        /*        border-top: transparent;
*/ /*style modification, border-top commented*/
    }
    .table.plans-table tbody tr td.plan-action {
        margin-left: auto;
        padding: 0.15rem 1rem 2rem 1rem;
        width: calc(50% + 1px);
    }
    .table.plans-table tbody tr td.plan-action .btn.btn-secondary {
        font-size: 0.9rem;
    }
    /*style modification, width 1px -> 25%*/
    .table.plans-table thead th.empty:nth-child(4),
    .table.plans-table tbody tr.empty-row td:nth-child(4),
    .table.plans-table tbody tr:last-child td.plan-action {
        width: 25%;
    }
    .table.plans-table tbody tr td.plan-type a.btn.btn-secondary {
        font-size: 1.25rem;
        padding-right: 2rem;
        line-height: 1.25;
    }
    .table.plans-table tbody tr td.plan-type a.btn.btn-secondary:after {
        width: 0.6rem;
        height: 0.6rem;
    }
    .table.plans-table tbody tr td.plan-type.plan-link {
        border-left: transparent;
    }
    .alert.alert-info,
    .alert.alert-success,
    .alert.alert-success.border-0 {
        font-size: 1.25rem;
    }

    .DigitalEnrollmentServices {
        font-size: 1rem
    }

}

@media (max-width: 355px) {
    .insurance-types .insurance-type-box {
        max-width: 85%;
    }
    .insurance-section h3 {
        font-size: 1.5rem;
    }
    .insurance-section h3 span {
        font-size: 1.45rem;
        margin-top: 0.5rem;
    }
    .btn.btn-primary,
    .btn.btn-primary.btn-lg {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }
    .btn.btn-secondary,
    .btn.btn-secondary.btn-lg {
        font-size: 1rem;
    }

    .DigitalEnrollmentServices {
        font-size: 1rem
    }
}

@media (max-width: 370px){
    .table.plans-table tbody tr td.plan-type.plan-link {
        border-left: transparent;
    }
    .table.plans-table tbody tr td.plan-type.plan-link {
        width: 50%;
    }
    .table.plans-table tbody tr td.plan-type.basic-borders {
        border: 1px solid #979797;
        width: 25%;
    }
}
/*MODALS*/


/*VIDEO LIIGHT BOX*/

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position:relative;
    padding:0px;
}

.modal-body p{
    padding-left: 20px;
    padding-right: 20px;
}

.modal-body ul li {
    padding-left: 20px;
    padding-right: 20px;
}

.font-size-modal {
    font-size: 14px;
}

.btn-close {
    position:absolute;
    right:-30px;
    top:0;
}

.hand-pointer{
    cursor: pointer;
}

/*IMAGE BELAYER PESPONSIVE*/
@media (max-width: 1999px){
    #responsive-big{
        display: none;
    }
}

@media (max-width: 1999px) and (min-width: 2000px){

    #resp-medium{
        display: none;
    }
    #responsive-big{
        display: block;
    }
}
/*IMAGE BELAYER PESPONSIVE*/



.table_summary {
    font-size: 14px;
    width: 100%
}


@media (max-width: 767px) {
    .table_summary {
        font-size: 8px;
        width: 100%
    }
}

#OP-Modal .modal-body {
    background: url(./images/ambulance.jpeg) no-repeat center;
    height: 450px;
    color: #fff;
}

.modal-txt-content {
    margin: auto;
    padding-left: 20px;
    padding-top: 40px;
}
