/*============= Nav BAR STYLES ==============*/
.top_nav_sale_label {
    color: #fff;
    background: #c11731;
    font-size: 1.2rem;
    text-align: center;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    margin: 10px 27px -30px 3px;
    position: relative;
    max-width: 40px;
    top: 7px;
    left: 65px;
    max-width: 40px
}

@media (min-width:768px) {
    .top_nav_sale_label {
        position: initial;
        max-width: auto
    }
}

.navbar #navbar .navbar-logo {
    width: auto
}

@media (min-width:768px) {
    .navbar #navbar .navbar-logo img {
        width: 120px
    }
}

@media (min-width:992px) {
    .navbar #navbar .navbar-logo img {
        width: 150px
    }

    .top_nav_sale_label {
        margin: -43px -45px 0 0
    }
}

@media (min-width:1200px) {
    .navbar #navbar .navbar-logo img {
        width: 190px
    }
}

.navbar ul.navbar-right li {
    font-weight: 500
}


        


/*================ PRODUCT POD STYLES ================*/

body p {
        color: #333
    }

.container.chart {
    width: 1150px;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.chart p {
    font-size: 14px;
    margin-bottom: 15px
}

@media(min-width:768px) {
    .chart p {
        margin-bottom: 1.25rem;
        font-size: 16px
    }
}

.chart .col {
    position: relative;
    background: white;
    padding: 2rem 1rem 1rem;
    border: 0px solid #d8d8d8;
    box-shadow: inset 0px 0px 0px 1px hsl(0, 0%, 85%);
    width: 49%
}

@media(min-width:768px) {
    .chart .col {
        padding: 2rem 1.5rem 1.5rem 1.5rem;
        width: 100%
    }
}

.chart .col img {
    width: 65px;
    position: relative;
    top: -74px;
    display: block;
    margin: 4px auto -75px
}

@media (min-width:768px) {
    .chart .col img {
        width: 80px;
        top: -83px;
        margin: 0px auto -75px
    }
}

.chart .flex {
    gap: 5px;
    flex-wrap: wrap;
    row-gap: 20px
}

@media (min-width:768px) {
    .chart .flex {
        gap: 15px;
        flex-wrap: nowrap;
        row-gap: inherit
    }
}

.gradient-line {
    width: 100%;
    position: absolute;
    margin-bottom: 40px;
    display: inline-block;
    height: 8px;
    border-radius: 0px;
    background: linear-gradient(to right, #1a355d 0%, #63b770 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a355d", endColorstr="#63b770", GradientType=1);
    top: -1px;
    left: 0px;
    right: 0px
}

.chart h2 {
    font-family: 'MuseoSansRounded-500', Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: left
}

@media(min-width:768px) {
    .chart h2 {
        font-size: 24px;
        padding-bottom: 0.8rem
    }
}

.chart ul {
    padding-inline-start: 0px;
    list-style: none;
    margin-top: 15px;
    margin-bottom: 15px
}

.chart ul li {
    margin-bottom: 5px
}

@media(min-width:768px) {
    .chart ul li {
        margin-bottom: 10px
    }
}

.chart ul li a {
    font-size: 13px;
    color: #333
}

@media(min-width:768px) {
    .chart ul li a {
        font-size: 16px;
        color: #333
    }
}

.chart ul li a:hover {
    text-decoration: none
}

.chart .col [data-toggle=popover] {
    border-bottom: 2px dotted #ccc;
    font-weight: 400;
    font-family: 'MuseoSansRounded-300'
}

.chart .col [data-toggle=popover]:hover {
    border-bottom: 2px dotted #333
}

.price {
    color: #285e77;
    font-family: 'MuseoSansRounded-500';
    font-size: 1.8rem
}

.btn {
    padding: 1.3rem 3rem 1rem;
    font-size: 16px
}

.subpages .switch-wrap {
    background: transparent;
    border: 0px solid #fff;
    text-align: right;
    font-size: 12px
}

.subpages .switch-container {
    top: 4px
}

.subpages .switch-wrap .switcher {
    background-color: transparent;
    border: 2px solid white;
    width: 40px;
    height: 24px
}

.subpages .switch-wrap .switcher::after {
    width: 18px;
    height: 18px;
    background-color: white
}

.subpages .switch-wrap .switcher.right::after {
    transform: translateX(17px)
}

.subpages .switch-wrap span.title {
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px
}

.subpages .switch-container {
    position: absolute;
    right: 15px;
    top: 3px;
    left: auto
}

@media (min-width:768px) {
    .subpages .switch-container {
        right: 17px;
        margin-left: -0px
    }
}

.popular-label {
    display: inline-block;
    background: #cf1855;
    width: auto;
    color: white;
    border-radius: 5px;
    font-size: 14px;
    padding: 4px 10px 3px;
    position: absolute;
    right: 5px;
    top: 24px
}

@media (min-width: 768px) {
    .popular-label {
        right: 15px;
        top: 30px
    }
}

.most-popular {
    padding-top: 35px
}

@media (min-width:768px) {
    .most-popular {
        margin-top: -40px;
        margin-bottom: 40px
    }
}

.most-popular img {
    top: -98px
}

.hide-at-mobile {
    display: none
}

@media (min-width:768px) {
    .hide-at-mobile {
        display: inline
    }
}

.sale-disturber {
    display: inline-block;
    margin-bottom: 20px
}

@media (min-width:992px) {
    .sale-disturber {
        display: inline-block;
        position: absolute;
        right: 1.5rem;
        margin-bottom: 0px
    }
}

.sale-disturber .save {
    background: rgb(38, 74, 96);
    background: linear-gradient(90deg, rgba(38, 74, 96, 1) 0%, rgba(93, 173, 111, 1) 100%);
    color: white;
    font-family: 'museosansrounded-500', helvetica, arial;
    font-size: 18px;
    display: inline-block;
    line-height: 27px;
    padding: 2px 6px 0px;
    width: 90px;
    text-align: center
}

.sale-disturber .save span {
    font-size: 15px
}

.sale-disturber .code {
    color: #C61B2B;
    font-family: 'museosansrounded-500', helvetica, arial;
    border: 1px dashed black;
    padding: 1px 5px;
    width: 90px;
    text-align: center
}

.sale-disturber .code span {
    font-size: 15px
}

.col .primary_button {
    margin-top: 20px
}

.col .period {
    font-family: 'museosansrounded-500', sans-serif;
    padding: 3px 7px
}



    /*============ SUB PAGE STYLES =============*/
.subpages {
    background: #0d4e46;
    padding-top: 0px;
    padding-bottom: 0px
}

.subpages a {
    color: white !important
}

.subpages a:hover {
    border-bottom: solid white 3px;
    text-decoration: none
}

.subpage_web-hosting {
    margin-left: 5px !important
}

.subpages .subpages_left .active {
    border-bottom: 3px solid #fff
}

.subpages .container {
    position: relative
}

.subpages_left {}

.subpages_left ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #04342e
}

@media (min-width:768px) {
    .subpages_left ul {
        background: transparent
    }
}

.subpages_left li a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
    font-size: 1.5rem
}

.subpages_left li a:hover {
    border-bottom: solid white 0px
}

@media (min-width:768px) {
    .subpages_left li a:hover {
        border-bottom: solid white 3px
    }
}

.subpages_left .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none
}

.subpages_left .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    margin-left: -15px
}

.subpages_left .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: left;
    padding: 22px 22px 22px 5px;
    position: relative;
    user-select: none
}

.subpages_left .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 22px
}

.subpages_left .menu-icon .navicon:before,
.subpages_left .menu-icon .navicon:after {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%
}

.subpages_left .menu-icon .navicon:before {
    top: 8px
}

.subpages_left .menu-icon .navicon:after {
    top: -8px
}

.subpages_left .menu-btn {
    display: none
}

.subpages_left .menu li a {
    padding: 10px 20px 10px 15px;
    width: 100%
}

@media (min-width:768px) {
    .subpages_left .menu {
        margin-left: 0px;
        position: absolute;
        z-index: 3
    }

    .subpages_left .menu li a {
        padding: 13px 0 8px;
        width: auto
    }
}

.subpages_left .menu-btn:checked~.menu {
    max-height: 240px;
    z-index: 1;
    position: absolute;
    top: 45px;
    width: 100%
}

.subpages_left .menu-btn:checked~.menu-icon .navicon {
    background: transparent
}

.subpages_left .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg)
}

.subpages_left .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg)
}

.subpages_left .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.subpages_left .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0
}

@media (min-width: 768px) {
    .subpages_left li {
        float: left
    }

    .subpages_left li a {
        padding: 20px 30px
    }

    .subpages_left .menu {
        clear: none;
        float: right;
        max-height: none
    }

    .subpages_left .menu-icon {
        display: none
    }
}

.subpages .switch-container {
    position: absolute;
    top: -150px;
    left: 50%;
    margin-left: -105px
}

@media (min-width:768px) {
    .switch-container {
        right: 17px;
        left: auto;
        margin-left: -0px
    }
}

.subpages .switch-wrap {
    font-size: 14px;
    font-weight: 300;
    width: 210px;
    padding-top: 8px;
    padding-bottom: 2px;
    margin: 0px !important;
    border-radius: 50px;
    color: white;
    background: #042c28;
    border: 2px solid #fff
}

.subpages .switch-wrap .switcher-col {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.subpages .switch-wrap .switcher {
    position: relative;
    cursor: pointer;
    border-radius: 40px;
    border: 1px solid #fff;
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.11);
    padding: 1px 0px
}

.subpages .switch-wrap .switcher.left::after {
    transform: translateX(1px)
}

.subpages .switch-wrap .switcher.right::after {
    transform: translateX(28px)
}

.subpages .switch-wrap .switcher::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px
}

.subpages .switch-wrap .switcher-col {
    color: white
}

.subpages .switch-wrap {
    background: transparent;
    border: 0px solid #fff;
    text-align: right;
    font-size: 12px
}

.subpages .switch-container {
    top: 4px
}

.subpages .switch-wrap .switcher {
    background-color: transparent;
    border: 2px solid white;
    width: 40px;
    height: 24px
}

.subpages .switch-wrap .switcher::after {
    width: 18px;
    height: 18px;
    background-color: white
}

.subpages .switch-wrap .switcher.right::after {
    transform: translateX(17px)
}

.subpages .switch-wrap span.title {
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px
}

.subpages .switch-container {
    position: absolute;
    right: 15px;
    top: 3px;
    left: auto
}

@media (min-width:768px) {
    .subpages .switch-container {
        right: 17px;
        margin-left: -0px
    }
}