body {
    font-size: .875rem;
    font-family: 'Red Hat Display', sans-serif;
    background: #E6E6E6;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

.gray-bg {
    background: #E6E6E6;
}

.form-container {
    border-radius: 19px;
    background: #FFF;
}

.form-group {
    margin-bottom: 0rem;
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.btn-primary-theme {
    border-radius: 5px;
    background: #3762A8;
    color: #fff;
    font-size: 1.6em;
    min-width: 180px;
    font-weight: 800;
}

.btn-secondary-theme {
    border-radius: 5px;
    background: #484848;
    color: #fff;
    font-size: 1.6em;
    min-width: 180px;
    font-weight: 800;
    border-color: #484848;
}

a.btn-secondary-theme {
    color: #FFF !important;
}

.customer_info_primary_color {
    color: #3762A8;
    font-size: 1.2em;
    font-weight: 700;
}

/*
 * Sidebar
 */

#sidebar {
    width: 250px;
    height: auto;
}

#main {
    //width: 100%;
}



.header-h1 {
    font-size: 5em;
    line-height: 66px;
}

.header-h2 {
    font-weight: 100;
    font-size: 2.5em;
}

.header-span {
    margin: auto;
    display: table;
    font-size: 2em;
    border-radius: 21px;
}


@media only screen and (min-width: 960px) and (max-width: 1365px) {


    .header-h1 {
        font-size: 2em;
        line-height: 1em;
    }

    .header-h2 {
        font-size: 1em;
    }

    .header-span {
        font-size: 1em;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1919px) {


    .header-h1 {
        font-size: 3em;
        line-height: 1em;
        margin-right: 10%;
    }

    .header-h2 {
        font-size: 1.5em;
    }

    .header-span {
        font-size: 1.3em;
    }
}

@media only screen and (min-width: 1920px) {


    .header-h1 {
        font-size: 3em;
        line-height: 1em;
        margin-right: 10%;
    }

    .header-h2 {
        font-size: 1.5em;
    }

    .header-span {
        font-size: 1.3em;
    }
}

.sidebar-sticky {
    /* position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; */
    /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.nav-item {
    border-radius: 5px;
    background: #FFF;
}

a.nav-link.active {
    border-radius: 5px;
    background: #3762A8;
    color: #fff;
}

.menu-icon {
    margin-right: 10px;
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
    cursor: default;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.hr-no-padding {
    margin-left: -18px;
    margin-right: -18px;
}

/******************************************************************************/

input[type="radio"] {
    width: auto;
}

ul.nav li a {
    font-size: 1.5em;
    color: #000;
    padding: 15px 5px 15px .8em;
    cursor: default;
}

ul.nav li {
    margin-bottom: 20px;
    cursor: default;
}

.sidebar-sticky {
    padding-top: 40px;
    min-height: 100%;
}

.text-center {
    text-align: center;
}

.flex-start {
    align-items: flex-start;
}

.semi-bold {
    font-weight: 600;
}

.coverage-description {
    font-size: 0.8em;
    font-weight: 400;
}

.custom-switch {
    padding-left: 1.25rem;
    margin-top: -15px;
}

.center-content {
    justify-content: center;
}

h1 {
    font-weight: 800;
    font-size: 3.5rem;
}

h1 span {
    /* color: #cb3265; */
}

select.form-control.selectAditional:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ced4da;
}

h2 {
    font-weight: 700;
    font-size: 2.5rem;
}

.form-group {
    padding: 15px 13px 10px;
    border-radius: 21px;
}

.form-group p {
    font-size: 1.5em;
}

.form-group input {
    border-radius: 6px;
    border: 1px solid #C9C9C9;
    background: #F8F8F8;
}

.form-group input:read-only {
    color: rgb(70, 70, 70);
    border-bottom: 1px solid gray;
}

.form-group input:focus {
    outline: none;
}

button:active,
button:focus {
    outline: none;
}

label {
    display: block;
    font-size: 1.2em;
}

input,
select {
    padding: 7px;
    padding-bottom: 0px;
    font-size: 1.5em;
    border: none;
    width: 100%;
}

button.send,
button.back {
    font-size: 2em;
    font-weight: 800;
    border: none;
    border-radius: 21px;
    color: #fff
}

a.send {
    font-size: 2em;
    font-weight: 800;
    border-radius: 21px;
}

a.send.orange-border {
    color: #cb3265;
}

button.send,
a.send {
    padding: 10px 35px 10px 35px;
    position: relative;
}

button.back {
    padding: 10px 35px 10px 35px;
    margin-right: 25px;
    position: relative;
}

.transparent-btn:focus {
    outline: none;
    box-shadow: none;
}

.transparent-btn.green-border:hover {
    border: 2px solid #78d9e1;
    color: #78d9e1;
}

.transparent-btn.orange-border:hover {
    color: #ffb486;
    border: 2px solid #ffb486;
}

a.back {
    /*padding: 10px 35px 10px 60px;*/
    padding: 10px 35px 10px 35px;
    margin-right: 25px;
    position: relative;
}

.col-narrow {
    max-width: 700px;
    margin: auto;
}

footer {
    background-color: #333333;
    color: #fff;
    padding: 3em 5em;
    font-size: 1.1em;
    box-shadow: inset 0px 32px 30px -16px #000;
    width: 100%;
}

.customer:not:first-child b {
    font-weight: 800;
    padding-left: 13px;
}

.customer {
    font-size: 1.5em;
}

.service label {
    display: inline-block;
    width: 25%;
}

.service input,
.service select {
    max-width: 74%;
    width: 74%;
}

.plan-select span {
    font-size: 1.5em;
    margin-left: 15px;
    padding: 3px 19px 6px 10px;
}

.plan-select span input[type="radio"] {
    width: auto;
    transform: scale(1.7);
    margin: 0px 9px 0 6px;
}

/* .plan .header {
    border-bottom: 1px solid;
} */
.plan .header p {
    font-size: 1.2em;
}

.plan .footer {
    /* border-top: 1px solid; */
    padding: 20px;
    text-align: center;
    margin-top: auto;
    align-self: center;
}

.plan .footer a.btn {
    font-size: 1.6em;
}

.plan .option,
.plan.option {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 26px;
    width: 100%;
    background-color: #313131;
    color: #ffffff;
    border: 0;
}

.plan-card-header {
    background-color: transparent;
    border-radius: 26px;
}

.hr-plan-card {
    background-color: #696969;
    margin-top: 0;
    margin-bottom: 0;
}

.plan-title {
    color: #fff;
    font-size: 2.4em;
    font-weight: 800;
}

.plan-includes {
    padding-left: 1em;
    color: #84B3FF;
    font-size: 1.15em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.plan-includes-list {
    padding-inline-start: 1.7em;
    font-size: 1.15em;
}

.benefits-list {
    color: #84B3FF;
}

.plan-btn {
    background: #3762A8;
    color: #fff;
    border-radius: 0px 0px 26px 26px;
    border: 0;
}

.plan-btn:hover {
    background: #39A837;
    color: #fff;
    border-radius: 0px 0px 26px 26px;
}

.thankyou-bg-mail {
    border-radius: 20px;
    background-image: url('../../../img/thankyou-bg.png');
    background-size: cover;
    max-width: 1250px;
    min-height: 600px;
}

.thankyou-legend {
    font-size: 1.9em;
    color: #3762A8;
    font-weight: 800;
    min-height: 300px;
}

.thankyou-legend-checkout {
    font-size: 1.9em;
    color: #3762A8;
    font-weight: 800;
}

.thankyou-bg-mail-checkout {
    border-radius: 20px;
    background-image: url('../../../img/thankyou-checkout-bg.jpeg');
    background-size: cover;
    max-width: 1250px;
    min-height: 600px;
}

.left-border {
    border-left: 1px solid #525252;
    padding-left: 20px;
    font-size: 1.2em;
}

.customize p {
    font-size: 1.3em;
    margin-left: 10px;
    font-weight: 500;
}

.plan-summary {
    color: #fff;
    font-weight: 600;
    font-size: 2.2em;
}

.selected-plan {
    color: #FFF;
    font-size: 1.2em;
}

.selected-plan-name {
    color: #84B3FF;
    font-size: 1.2em;
}

.plan-name-review {
    font-size: 1.2em;
    font-weight: 800;
    color: #000;
}

.plan-period-review {
    color: #84B3FF;
    font-size: 1em;
}

.plan-total-item {
    font-size: 1.7em;
}

.billing-information-title {
    color: #3762A8;
    font-size: 2.2em;
    font-weight: 800;
}

.billing-payment-info-title {
    color: #84B3FF;
    font-size: 2.2em;
    font-weight: 800;
}

.cc-brands {
    background: #FFF;
    padding: 5px 10px;
    border-radius: 10px;
}

.customize .form-group {
    margin-bottom: 0;
}

.customize .form-group:nth-child(2n) {
    background-color: #666666;
}

.change {
    font-weight: 500;
    font-size: 1.6em;
}

.change span.period {
    font-weight: 500;
}

.review .head {
    border-bottom: 1px solid;
}

.review ul {
    position: relative;
}

.review li.on:before {

    background-color: #0097a4;

}

.review li:before {
    content: "";
    width: 21px;
    height: 21px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    margin-top: 6px;
}

.review li {
    font-size: 1.5em;
    margin-bottom: 10px;
    list-style-type: none;
}

.dark-bg {
    background-color: #313131;
}

.plan-summary-left {
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
}


/*.checkout input {
    width: 59%;
}
.checkout label {
    display: inline-block;
    width: 40%;
}*/

a.back.griz-bg:before {
    content: "";
    top: 9px;
    height: 44px;
    width: 44px;
    position: absolute;
    right: 19px;
    background: #999;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -22px;
}

.addondescription ul {
    list-style-type: none;
}

.addondescription ul li {
    font-size: 1em;
    margin-bottom: 10px;
}

.addondescription ul li:before {
    background-color: #33803F;
}