.cpnl-stcky-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}
.cpnl-stcky-cnt {
    font-size: 16px;
    font-weight: 400;
}
.cpnl-shrd-stcky-main{
    background-color: #F0F0FF;
}
.cpnl-shrd-stcky-reltv {
    position: relative;
}
.cpnl-shrd-stcky-box {
    box-shadow: 0px 0px 10px #00000014;
    padding: 40px;
    border-radius: 20px;
    position: sticky;
    top: 110px;
    background-color: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    height: 70vh;
}
.cpnl-stky-box-2 {
    top: 120px;
}
.cpnl-stky-box-3 {
    top: 130px;
}
.cpnl-stky-box-4 {
    top: 140px;
}
.cpnl-stky-box-5 {
    top: 150px;
}
.cpnl-stky-box-6 {
    top: 160px;
}


.cpanel-sec-ftr-main{
    background-color: #3838ff;
    color: #fff;
    position: relative;
}
.cpanel-sec-ftr-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.cpanel-sec-ftr-box {
    margin-bottom: 20px;
}
.cpanel-sec-ftr-data {
    font-size: 16px;
    font-weight: 400;
    color: #C2D3F2;
}
.cpanel-sec-ftr-title span {
    margin-right: 7px;
}
.cpanel-sec-ftr-main::before {
    position: absolute;
    content: "";
    background-image: url(/assets/images/cpanel_shared_hosting/website-performance-line.webp);
    width: 800px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    height: 100%;
}


.wh-control-pnl {
    background-color: #f8f8ff;
    padding: 80px 0
}

.wh-control-panel-box {
    background: #fff;
    box-shadow: 0 0 10px #00000014;
    padding: 40px;
    border-radius: 30px
}

.wn-features-ul ul li {
    display: inline-flex;
    width: 48%
}


span.wn-features-cnt-icon {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    position: relative;
    margin-left: 30px
}
span.wn-features-cnt-icon:before {
    position: absolute;
    content: "\f00c";
    color: #28282a;
    font-family: FontAwesome;
    left: -30px
}
span.wn-features-cnt-icon i {
    font-size: 16px;
    margin-right: 5px;
    color: #28282a
}




.cpanel-sec-prct-main .cpanel-sec-ftr-data {
    color: #080808;
}




.smart-wh-left-col {
    border-radius: 20px;
    padding: 40px;
    background: transparent radial-gradient(closest-side at 50% 50%, #E5E5FF 0%, #E5E5FF 52%, #FFFFFF 100%) 0% 0%;
    box-shadow: 0px 0px 60px #00000033;
}
.smart-wh-left-col{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1
}

.smart-wh-cnt ul p{
    margin-bottom: 20px
}

.smart-wh-cnt ul li {
    font-size: 20px;
    font-weight: 600;
    color: #000C66
}
.smart-wh-cnt ul p {
    font-size: 14px;
    font-weight: 400;
    color: #28282a
}
.smart-wh-cnt ul {
    min-height: 380px;
}

button.smart-wh-next-btn,
button.smart-wh-prev-btn {
    background-color: transparent;
    margin: 20px 20px 0 0;
    padding: 0;
    border: none;
}













@media only screen and (max-width: 1399px) {
    .smart-wh-cnt ul {
        min-height: 400px;
    }
    .cpnl-shrd-stcky-box{
        height: 60vh;
    }
    .cpanel-sec-ftr-main::before{
        width: 670px;
    }
}

@media only screen and (max-width:1099px) {
    .wn-features-ul ul li {
        margin: 8px 0
    }
     span.wn-features-cnt-icon {
        font-size: 14px
    }
    .cpnl-shrd-stcky-box {
        height: 40vh;
    }
    .cpanel-sec-ftr-main::before {
        width: 500px;
    }
}

@media only screen and (max-width:992px) {
    .wn-features-ul ul li,
    p.wn-features-cnt {
        font-size: 16px
    }
    .cpnl-shrd-stcky-box {
        height: 70vh;
    }
    .cpanel-sec-ftr-main::before {
        display: none;
    }
    .wp-pml-first-img img {
       margin-bottom: 20px;
    }
    .smart-wh-right-col img{
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .wh-control-pnl {
        padding: 30px 0
    }
    .wh-control-panel-box {
        padding: 20px
    }
     .wn-features-ul ul li {
        font-size: 14px
    }
    span.wn-features-cnt-icon i {
        font-size: 14px;
        margin-top: 5px
    }
    .smart-wh-left-col{
        padding: 20px
    }
    .cpnl-shrd-stcky-box {
        height: inherit;
        padding: 20px;
    }
    .cpnl-stcky-title{
        font-size: 26px;
    }
}