/* WordPress Hosting Page Specific Styles */

/* Hero Section - Same as cpanel-hosting */
.hero-section-bg {
    background-color: #f5f9ff;
}

.hero-title {
    color: #0E3B5A !important;
}

.hero-lead-text {
    color: black;
}

.info-icon {
    height: 40px;
}

.info-box-rounded {
    border-radius: 10px !important;
}

/* Pricing Section - Same as cpanel-hosting */
.pricing-card-first {
    margin-left: 5px;
    max-width: 330px;
}

.pricing-card-middle,
.pricing-card-last {
    max-width: 330px;
}

.pricing-card-middle .sh-pricing-column {
    max-width: 330px;
    margin-left: 15px;
}

.pricing-card-last .sh-pricing-column {
    margin-left: 15px;
}

.feature-list-block {
    display: block;
}

/* Logo Section - Same as cpanel-hosting */
.logo-item-margin-1 {
    margin-top: 10px;
}

.logo-item-margin-2 {
    margin-top: 12px;
}

.logo-item-margin-3 {
    margin-top: 5px;
}

.logo-item-margin-5 {
    margin-top: 35px;
}

.logo-img-margin-1 {
    margin-top: 7px;
}

.logo-img-margin-2 {
    margin-top: 9px;
}

.logo-img-margin-3 {
    margin-top: 10px;
}

/* Content Section */
.content-image-rounded {
    border-radius: 20px;
}

/* WordPress Specific Package Styles */
.section__product {
    position: relative;
    width: 100%;
    padding: 0;
    margin-top: -76px;
    clear: both;
}

*,
:after,
:before {
    box-sizing: border-box;
}

:-webkit-scrollbar {
    width: 10px;
}

:-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(155, 183, 232, 1) 17%, rgba(109, 147, 202, 1) 83%);
}

:-webkit-scrollbar-track {
    background: #f1f1f1;
}

.hosting-package {
    clear: both;
}

.hosting-package:after,
.hosting-package:before {
    display: table;
    content: " ";
    clear: both;
}

.package {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    border-bottom: 0;
    margin: 0 5px;
    box-shadow: 0 0 50px rgb(34 34 34 / 20%);
    float: left;
    width: calc(33% - 10px);
}

.fw {
    width: 100%;
    display: inline-block;
    float: left;
}

.packageListBox {
    background: #fff;
    border-radius: 5px;
}

a {
    color: #262936;
    text-decoration: none;
    background-color: transparent;
}

.purchaseButton {
    display: inline-block;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 30px;
    border-radius: 0 0 5px 5px;
    color: #fff !important;
    background: linear-gradient(315deg, #6a93cb 0%, #a4bfef 74%);
    float: left;
    background-image: linear-gradient(315deg, #6a93cb 0%, #a4bfef 74%);
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

.packageListBoxTop {
    padding: 28px 20px;
    position: relative;
    border-bottom: 2px solid #f1f3f8;
}

.packageListBoxTop:after {
    content: "";
    width: 54px;
    height: 2px;
    background: #404257;
    position: absolute;
    left: 20px;
    bottom: -2px;
}

.packageListBoxBot ul {
    width: 100%;
    display: inline-block;
    float: left;
}

.package .p-price {
    position: relative;
    text-align: center;
    padding: 10px 0 15px;
    background-color: #fafafa;
}

.packageListBoxTop ul {
    position: relative;
    padding-left: 55px;
}

.packageListBoxTop ul li.title {
    color: #4f526b;
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 7.5px;
}

.packageListBoxTop ul li.desc {
    color: #6e8198;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
}

.packageListBoxBot ul li {
    width: 100%;
    display: inline-block;
    float: left;
    background: #fff;
}

.package .p-price .old {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #242736;
    line-height: 1;
}

.package .p-price .price-tag {
    color: #fff;
    padding-left: 15px;
    font-size: 56px;
    line-height: 1;
    font-weight: 800;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: center;
}

.packageListBoxTop ul li.barX {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    padding-top: 5px;
}

.packageListBoxTop ul li.barX span {
    width: 4px;
    height: 34px;
    border-radius: 4px;
    background: #c2c9d6;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 0;
}

.packageListBoxTop ul li.barX span:nth-of-type(1) {
    height: 10px;
}

.packageListBoxTop ul li.barX span:nth-of-type(2) {
    height: 18px;
}

.packageListBoxTop ul li.barX span:nth-of-type(3) {
    height: 26px;
}

.packageListBoxBot ul li .title {
    width: 100%;
    float: left;
    position: relative;
    display: inline-block;
    color: #60768e;
    border-top: 1px solid #e6e5e5;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 15px;
    padding-left: 20px;
}

.package .p-price .price-tag span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    color: #252836;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: center;
}

.packageListBox.pro .packageListBoxTop ul li.barX span.active {
    background: #404257;
}

@media only screen and (max-width: 992px) {
    .package {
        width: 100% !important;
        margin: 10px 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .package {
        width: 100%;
        margin: 10px 0;
    }

    .section__product {
        margin-top: 15px;
    }
}

strong {
    font-weight: 700;
}

sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    top: -.5em;
}

.package .p-price .price-tag sup {
    color: #252836;
    font-size: 28px;
    top: -10px;
    left: -20px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

small {
    font-size: 80%;
    font-weight: 400;
}

.package .p-price .price-tag sup>small {
    font-weight: 300;
    margin-left: 3px;
}

/* Owl Carousel */
.owl-stage-transform {
    transform: translate3d(0px, 0px, 0px);
    transition: all 0s ease 0s;
    width: 1408px;
}

.owl-item-width {
    width: 1408px;
}