.compute-services-page sup { line-height: initial }
.compute-services-page h2 sup { font-size: 16px }
.compute-services-page .banner_sec { width: 100%; background: #fff; padding: 50px 0 85px; height: auto; margin: 70px auto 0; border-bottom: 1px solid #d0d0d0; background-color: #edf5fb;height: 500px; }
.compute-services-page .banner_content_cont { float: left; width: 100%; display: flex; justify-content: flex-start; flex-wrap: inherit }
.compute-services-page .banner_content_area { width: 57%; float: left; padding: 40px 38px 0px 0px; margin: 10px 20px 10px 0 }
.compute-services-page .banner_sec .banner_content_area h1 { font-size: 39px; border-top: none; line-height: 52px; color: #333; width: 100%; margin: 0 0 36px; font-weight: 600; }
.compute-services-page .banner_sec .banner_content_area h1 sup { font-size: 18px }
.compute-services-page .banner_content_area p { font-size: 17px; margin-bottom: 40px; line-height: 32px; color: #333; width: 100%; }
.compute-services-page .banner_content_area p.first-desc { margin-bottom: 42px; }
.compute-services-page .banner_content_area p.price-txt span.price { font-size: 22px }
.compute-services-page .banner_right { float: left; width: 40%; text-align: left;margin-top: 71px; }
.compute-services-page .banner_content_area .signup-btn { margin-bottom: 35px; }
.compute-services-page .banner_right img { width: auto; }
.compute-services-page .signup-btn { display: flex; justify-content: flex-start }
.compute-services-page .signup-btn .signup-new { background-color: #FA665C; color: #fff; border: 1px solid #FA665C; font-size: 16px; font-weight: 400; padding: 12px 34px; border-radius: 30px; cursor: pointer; display: inline-block; margin: 0; position: static }
.compute-services-page .signup-btn .signup-new:hover { background-color: #fff; color: #104a69; border: 1px solid #98a9b2 }
.compute-services-page .banner_right .signup-btn .signup-new { background-color: #0D72B9; border: 1px solid #0D72B9; padding: 10px 34px; }
.compute-services-page .banner_right .signup-btn .signup-new:hover { color: #fff; background-color: #008DDB; border: 1px solid #008DDB; }
.compute-services-page .features { float: left; width: 100%; padding: 70px 0 90px; }
.compute-services-page .feature-items:hover {background-color: #f2f8fb;}
.compute-services-page .features h2 { color: #104a69; font-size: 28px; font-weight: 600; margin: 0 0 30px }
.compute-services-page .features p { font-size: 16px; line-height: 38px; color: #000 }
.compute-services-page .features-main { display: flex; justify-content: space-between; flex-wrap: wrap; }
.compute-services-page .feature-items { padding: 30px; border: 1px solid #a1bac7; width: 48%; margin: 30px 0; border-radius: 10px; box-shadow: 0 0 5px #a2a2a2; }
.compute-services-page .icon {width: 220px;height: 62px;margin-bottom: 20px;background: url(https://static.idriveonlinebackup.com/s3-storage-e2/source/images/compute_logos_new2.svg);}
.compute-services-page .icon1 { background-position: 0 8px; }
.compute-services-page .icon2 { background-position: 0 -102px; }
.compute-services-page .icon3 { background-position: 0 -224px; }
.compute-services-page .icon4 { background-position: 0 -338px; }
.compute-services-page .icon5 { background-position: 0 -447px; }
.compute-services-page .icon7 {
    background-position: 0 -580px;
}
.compute-services-page .icon8 {
    background-position: 0 -819px;
}
.compute-services-page .icon9 {
    background-position: 0 -941px;
}
.compute-services-page .icon10 {
    background-position: 0 -1053px;
}

.compute-services-page .icon6 {
    background-position: 0 -709px;
}
@media only screen and (max-width: 1100px) {
.compute-services-page .banner_right img {
    width: 100%;
}
}
@media only screen and (max-width: 980px) {
    .compute-services-page .banner_right {
        display: none;
    }
    
    .compute-services-page .banner_content_area {
        width: 100%;
    }
    .compute-services-page .banner_sec {
        margin-top: 60px;
    }
    }
@media only screen and (max-width: 767px) {
.compute-services-page .feature-items {
    width: 100%;
}
.compute-services-page .banner_sec .banner_content_area h1 {
    font-size: 30px;
}
.compute-services-page .banner_content_area .signup-btn {
    margin-bottom: 0;
}
.compute-services-page .banner_content_area {
   margin-top: 0;
    padding-top: 0;
}
}

.compute-services-page .guide_menu {
    position: absolute;
    top: 0;
    right: 17px;
}
.compute-services-page .wrapper.s3-drp {
    overflow: visible;
}

/* wcag */
 :focus-visible{outline:2px solid #000;outline-offset:2px;border-radius:3px}
.head_inside{display:flex;justify-content:end}
.compute-services-page .signup-btn .signup-new {
    background-color: #BC572F;
    border: 1px solid #BC572F;
}
