html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    min-height: 100vh;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

/*.full-height {*/
/*height: 100vh;*/
/*}*/

/*.flex-center {*/
/*align-items: center;*/
/*display: flex;*/
/*justify-content: center;*/
/*}*/

/*.position-ref {*/
/*position: relative;*/
/*}*/

.header {
    text-align: center;
    padding-top: 100px;
}

.title {
    font-size: 5.2rem;
}

.cta-buttons-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.cta_button {
    font-size: 1.5rem;
    color: #636b6f;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.03), 0 1px 3px rgba(0,0,0,0.05);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid #f0f0f0;
}

.custom-icon {
    height: 1em;
    width: auto;
    margin-right: 15px;
}

.phone-icon {
    transform: translateY(1px);
}

.cta_button:hover {
    color: #2a2a2a;
    background-color: #f9f9f9;
    border-color: #e5e5e5;
}

.sub-title {
    font-size: 1.5rem;
}

.sub-title.small {
    font-size: 1.3rem;
}

.sub-title a {
    color: #636b6f;
    text-decoration: none;
}

.sub-title a:hover,
.sub-title a:focus {
    color: #000000;
}

.header,
.content,
.footer {
    padding-left: 20px;
    padding-right: 20px;
}


@media only screen and (max-width: 800px) {
    /*.header {*/
    /*text-align: center;*/
    /*padding-top: 20px;*/
    /*}*/
    .title {
        font-size: 4rem;
    }
    .title.small {
        font-size: 2.8rem;
    }
}
@media only screen and (max-width: 500px) {
    .header {
        padding-top: 100px;
    }
    .title {
        font-weight: 300;
        font-size: 3rem;
    }
    .title.small {
        font-size: 2.8rem;
    }
    /*.sub-title.dynamic {*/
    /*font-size: 2rem;*/
    /*}*/
}
@media only screen and (max-width: 400px) {
    /*.title {*/
    /*font-size: 2rem;*/
    /*font-weight: 300;*/
    /*}*/
}
@media only screen and (max-height: 560px) {
    .header {
        text-align: center;
        padding-top: 20px;
    }
    .title {
        font-size: 3rem;
    }
    .title.small {
        font-size: 1.8rem;
    }
}

/*@media only screen and (max-height: 800px) {*/
/*.header {*/
/*text-align: center;*/
/*padding-top: 20px;*/
/*}*/
/*.title {*/
/*font-size: 3rem;*/
/*}*/
/*}*/

.content {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-grow: 1;
}
.m-b-md {
    margin-bottom: 30px;
}
.footer {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    text-align: center;
    /*width: 100%;*/
    height: auto;
    padding-top: 30px;
    padding-bottom:  20px;
}
.footer-link {
    font-size: 1rem;
    font-weight: 300;
}
.footer-link a {
    display: inline-block;
    padding: 5px;
    color: #636b6f;
    text-decoration: none;
}
.footer-link a:hover,
.footer-link a:focus {
    color: #000000;
}

/*
 * CTA BUTTONS
 */
.type-1 .btn-3 {
    background-color: #5A5B5E;
}
.type-1 .btn-3 .round {
    background-color: #737478;
}
.type-1 a {
    text-decoration: none;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 12px 53px 12px 23px;
    color: #fff;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bold;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
}
.type-1 a span {
    position: relative;
    z-index: 3;
}
.type-1 a .round {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 3px;
    top: 3px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 2;
}
.type-1 a .round i {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -4px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.type-1 .txt {
    font-size: 14px;
    line-height: 1.45;
}
.type-1 a:hover {
    padding-left: 48px;
    padding-right: 28px;
}
.type-1 a:hover .round {
    width: calc(100% - 6px);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.type-1 a:hover .round i {
    left: 12%;
}

.containerBox {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 20px;
    overflow-x: auto;
}

table {
    font-size: 20px;
    color: #000000;
    font-weight: 300;
    border-spacing: unset;
    width: 100%;
}

table .fa {
    color: forestgreen;
}

table thead tr td {
    padding: 0 10px;
}

table tbody tr td {
    height: 35px;
    border-bottom: 1px solid #595959;
}

table tbody tr:hover {
    background: rgba(185,185,185,.3);
}

.package {
    margin-bottom: 45px;
}

.package small {
    font-size: 20px;
}

.package h3 {
    padding: 0;
    margin: 0;
}

.package h4 {
    padding: 0;
    margin: 0;
}
.footer-copyright {
    text-align: center;
    padding-bottom: 20px;
    margin-top: auto;
}

.company-popover-trigger {
    cursor: pointer;
    outline: none;
    text-decoration: underline;
    padding: 0 2px;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
}

.custom-popover-content {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    width: max-content;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.custom-popover-content::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.custom-popover-content::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    border-width: 7px;
    border-style: solid;
    border-color: #ccc transparent transparent transparent;
}

.custom-popover-content.show {
    display: block;
}
