.space {
    padding: 50px 0;
}

li.raid span {
    text-decoration: none !important;
}

ul.pricing-list span {
    text-decoration: line-through;
}

.hosting-box p {
    font-size: 22px;
    font-weight: 600;
}

.top-header .wrapper h1.heading {
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 15px;
    color: #002450;
    font-style: normal;
    text-transform: capitalize;
    font-weight: 600;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.subad {
    color: #606c7a;
    margin-bottom: 30px;
}

.top-header img {
    width: 100%;
}

.sec-main.sec-bg1.filt {
    position: relative;
}

.sec-main.sec-bg1 {
    box-shadow: 0 5px 15px 0 rgba(110,110,110,.1);
    border-radius: 15px;
    position: relative;
    padding: 50px 35px 32px;
}

.cta-class {
    background: #032c3d !important;
    border-radius: 15px;
}

.details-dabba {
    padding: 10px 0;
}

    .details-dabba p {
        font-size: 32px;
        margin: 0;
        font-weight: 500;
        color: #ffe396;
        text-transform: uppercase;
        line-height: 48px;
    }

button.bton.bton-pulse {
    background: linear-gradient(90deg, rgb(0, 114, 255) 0%, rgb(0, 198, 255) 100%) !important;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 18px;
    padding: 12px 30px;
    border-radius: 5px;
    border: none;
    color: #fff;
}

section.windo .sec-main.sec-bg1 {
    border-radius: 15px;
    position: relative;
    padding: 50px 35px 32px;
    text-align: justify;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

section.sec-two h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
}

    section.sec-two h2 span {
        display: block;
        color: #167cb8;
    }

ul.solution-ul {
    list-style: none;
}

    ul.solution-ul li {
        display: flex;
        margin: 10px 0px;
    }

        ul.solution-ul li .icon-li {
            border: 2px solid #ddd;
            border-radius: 15px;
            text-align: center;
            display: inline-flex;
            align-items: center;
            width: 90px;
            height: 90px;
        }

            ul.solution-ul li .icon-li img {
                width: 75px;
                height: 75px;
            }

        ul.solution-ul li .text-box {
            margin-left: 30px;
        }

            ul.solution-ul li .text-box h5 {
                font-size: 21px !important;
                font-weight: 700;
                line-height: 30px !important;
                color: #167cb8;
            }

            ul.solution-ul li .text-box p {
                font-size: 16px;
                line-height: 28px;
            }

section.sec-three {
    background: #F5F9FF;
}

.secthree {
    justify-content: center;
    text-align: center;
    display: flex;
}

section.sec-three ul.Unlimited-ul {
    padding: 0;
    list-style: none;
    display: flex;
    text-align: center;
    margin: 0 auto;
}

    section.sec-three ul.Unlimited-ul li {
        padding: 30px 40px;
        margin-right: 50px;
    }

        section.sec-three ul.Unlimited-ul li p.h5new {
            font-size: 92px;
            font-weight: 700;
            color: #167cb8;
            line-height: 100px;
        }

        section.sec-three ul.Unlimited-ul li p.h6new {
            font-size: 24px !important;
            font-weight: 700;
        }

        section.sec-three ul.Unlimited-ul li p {
            font-size: 16px;
            line-height: 26px;
        }

section#features .sec-main, .sec-sec {
    box-shadow: 0 5px 15px 0 rgba(110,110,110,.1);
    border-radius: 15px;
    position: relative;
    padding: 50px 35px 32px;
    text-align: justify;
}

section#features .img-bg {
    background: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    height: 100%;
    padding: 15px;
    border-radius: 15px;
}

section.d-my-sec .card-my-sec {
    background: #e4611c;
    color: #fff;
    height: 100%;
    padding: 30px;
    box-shadow: rgb(17 12 46 / 6%) 0px 48px 100px 0px;
    text-align: center;
}

span.imp-word {
    color: #f9653b;
}

section.dd-my-sec01 .img-bg {
    background: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    height: 100%;
    padding: 15px;
    border-radius: 15px;
}

    section.dd-my-sec01 .img-bg img {
        filter: drop-shadow(3px 2px 0px #ccc);
    }

.plans.badge.feat {
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 30px;
    right: 28px;
    z-index: 1;
}
/*public-cloud*/



section.new-section-design .box {
    border-radius: 5px;
    box-shadow: 0px 30px 40px -20px #ccc;
    padding: 30px;
    margin: 20px;
}

section.new-section-design img {
    float: right;
}

@media (max-width: 450px) {
    section.new-section-design .box {
        height: auto;
    }
}

@media (max-width: 950px) and (min-width: 450px) {
    section.new-section-design .box {
        text-align: center;
        height: auto;
    }

    .new-section-design .row2-container .box {
        display: none;
    }
}

section.new-section-design .cyan {
    border-top: 3px solid #ccc;
}

section.new-section-design .red {
    border-top: 3px solid red;
}

section.new-section-design .blue {
    border-top: 3px solid blue;
}

section.new-section-design .orange {
    border-top: 3px solid orange;
}

@media (max-width: 950px) {
    .a-tag-ss a.btn.btn-default-yellow-fill {
        margin-top: 0px !important;
    }
}


@media (min-width: 950px) {
    section.new-section-design .row1-containerr {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    section.new-section-design .row2-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    section.new-section-design .box-down {
        position: relative;
        top: 100px;
    }

    section.new-section-design .box {
        width: 25%;
    }
}

section.new-section-design h4 {
    font-size: 16px;
    font-weight: 700;
    color: #2196c6;
}

.a-tag-ss {
    justify-content: center;
    display: flex;
    padding: 20px;
}

    .a-tag-ss a.btn.btn-default-yellow-fill {
        padding: 18px 60px !important;
    }
/*hybrid-cloud*/
.bg-sec-my-se {
    background: #fff;
    box-shadow: rgb(100 100 111 / 12%) 0px 7px 29px 0px;
    padding: 20px;
    height: 100%;
}

section.history-my-section.sec-normal {
    background: #F5F9FF;
}
/*indian-cloud-server*/
a.bton.bton-pulse {
    background: linear-gradient(90deg, rgb(0, 114, 255) 0%, rgb(0, 198, 255) 100%) !important;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 18px;
    padding: 10px 40px;
    border-radius: 5px;
    border: none;
    color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
}

.top-header .wrapper h1.heading span {
    display: block;
    font-size: 20px;
    line-height: 25px;
    color: #09f;
}

.form-contact.form-contact-my .form_reposie {
    position: relative;
}
/*section.section_plan table.table thead {
    background: linear-gradient(90deg, rgb(0, 114, 255) 0%, rgb(0, 198, 255) 100%) !important;
    color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}*/

.hosting-card {
    background: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 2px dashed #c9dff7;
    height: 100%;
    padding: 0px 0px 15px 0px;
}

    .hosting-card ul.pricing-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .hosting-card ul.pricing-list li {
            display: block;
            font-size: 16px;
            font-weight: 500;
            color: #443f3f;
            border-bottom: 1px dashed #d2d2d2;
            padding: 15px;
        }

            .hosting-card ul.pricing-list li.card-n {
                background: linear-gradient(145deg, #00C6FF 0%, #0072FF 100%);
                color: white !important;
                margin: -12px -10px;
            }

.hosting-button {
    border: none;
    padding: 12px 18px;
    width: 50%;
    background: linear-gradient(145deg, #00C6FF 0%, #0072FF 100%);
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    border-radius: 50px;
    box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px inset, rgb(0 0 0 / 30%) 0px 18px 36px -18px inset;
    margin: auto;
}

    .hosting-button a.hosting-btn {
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        text-shadow: 2px 2px BLACK;
    }

section.section_plan h2.h2span {
    text-align: center;
    font-size: 42px;
    color: #007cff;
    font-weight: 600;
}

    section.section_plan h2.h2span span {
        display: block;
        font-size: 22px;
        line-height: 32px;
        color: #000;
        font-weight: normal;
    }

section.call-to-action {
    background: url(../img/webp/vps-hosting-a.webp) no-repeat fixed;
    background-size: cover;
    min-height: auto;
    background-position: center;
    position: relative;
    color: #fff;
}

    section.call-to-action:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #0e02448c 0%, #4c0c6794 100%) !important;
        top: 0;
        left: 0;
    }

    section.call-to-action .container {
        position: relative;
    }

.call-to-action-cont span.h3 {
    font-size: 36px;
    text-transform: uppercase;
    text-shadow: 0px 2px 9px #0c8cc4;
}

.call-to-action-cont p {
    padding: 30px 0;
    text-shadow: 0px 2px 9px #0c8cc4;
}

a.call-to-action-btn.wappbtn {
    background: linear-gradient(90deg, rgb(0, 114, 255) 0%, rgb(0, 198, 255) 100%);
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 18px;
    padding: 12px 30px;
    border-radius: 5px;
    margin-top: 30px;
    color: #fff;
}

a.call-to-action-btn.formbtn {
    background-color: white !important;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 18px;
    padding: 12px 30px;
    border-radius: 5px;
    margin-top: 30px;
    color: rgb(14,2,68);
    margin-left: 30px;
}

section.feature-area.feature-1 .item.mb-4 {
    padding: 30px 30px 30px 30px;
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

section.feature-area.feature-1 .item-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

section.feature-area.feature-1 .item-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 28px;
    color: #4c0c67;
    background-color: transparent;
    border-right: 2px solid;
}

section.feature-area.feature-1 img.blur-up {
    width: 65% !important;
}

section.feature-area.feature-1 .inst {
    justify-content: center;
    display: flex;
}

section.section-sec-01 {
    background: #F5F9FF;
    text-align: center;
}

    section.section-sec-01 .card {
        padding: 30px 30px 30px 30px;
        background-color: #FFFFFF;
        border-radius: 5px 5px 5px 5px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border: none;
        border-radius: 0;
        height: 100%;
    }

    section.section-sec-01 h4 {
        font-size: 48px;
        line-height: 56px;
        z-index: 9;
        position: relative;
        margin-bottom: 10px;
        font-weight: 600;
        color: #002450;
    }

        section.section-sec-01 h4 span {
            color: #0072ff;
        }

section.section02 .item-top {
    display: flex;
    gap: 20px;
}

section.section02 .item-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    font-size: 28px;
    background-color: transparent;
    border-width: 2px 2px 2px 2px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    transition: all .3s;
    color: #ffffff;
    text-align: center;
}

    section.section02 .item-icon span {
        font-size: 40px;
        color: #fff;
    }

section.section02.space {
    background: linear-gradient(90deg, #4c0c67 0%, #0e0244 100%);
    color: #fff;
}

section.section02 .work__area-item {
    margin: 0rem 0rem 0rem 0rem;
    padding: 30px 0px 30px 0px;
}

section.section02 .item-top h6 {
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    text-transform: capitalize;
    font-weight: 600;
}

section.section02 p {
    line-height: 32px;
}

section.section02 h2 {
    font-size: 43px;
    line-height: 56px;
    z-index: 9;
    position: relative;
    margin-bottom: 10px;
    font-weight: 600;
}

section.section-sec03 {
    background: #F5F9FF;
}

    section.section-sec03 p span {
        display: block;
        font-size: 22px;
        line-height: 32px;
        font-weight: 500;
        color: #4c0c67;
    }

    section.section-sec03 h2.text-my.ext {
        font-size: 48px;
        line-height: 56px;
        z-index: 9;
        position: relative;
        font-weight: 600;
    }

section.sec-three {
    background: linear-gradient(178deg, rgb(0 114 255 / 18%) 0%, rgb(0 198 255 / 21%) 100%);
}

    section.sec-three ul.Unlimited-ul {
        padding: 0;
        list-style: none;
        display: flex;
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
        justify-content: space-around;
    }

        section.sec-three ul.Unlimited-ul li {
            padding: 30px 40px;
        }

            section.sec-three ul.Unlimited-ul li h5 {
                font-size: 92px;
                font-weight: 700;
                color: #0072ff;
                line-height: 100px;
            }

            section.sec-three ul.Unlimited-ul li h6 {
                font-size: 24px;
                font-weight: 700;
            }

.expedita-sec {
    padding: 30px;
    box-shadow: rgb(255 255 255 / 10%) 0px 1px 1px 0px inset, rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
    height: 100%;
}

    .expedita-sec h4 span {
        display: block;
        font-size: 18px;
        line-height: 25px;
        color: #0072ff;
    }

.Choose-sec03 img {
    width: 100%;
    justify-content: center;
    display: flex;
    margin: auto;
}

section.Choose-sec03 {
    background: #F5F9FF;
}

.text-my {
    font-size: 48px;
    line-height: 56px;
    z-index: 9;
    position: relative;
    font-weight: 600;
}

.modal-content {
    background-color: #fff !important;
}

h3.text-nam {
    font-size: 42px;
    line-height: 64px;
    margin-bottom: 15px;
    color: #002450;
    font-style: normal;
    text-transform: capitalize;
    font-weight: 600;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

@media screen and (min-width:200px) and (max-width:991px) {
    section.sec-three ul.Unlimited-ul {
        display: block;
    }

        section.sec-three ul.Unlimited-ul li h5 {
            font-size: 46px;
        }

    .text-my {
        font-size: 26px;
        line-height: 32px;
    }

    section.section-sec03 h2.text-my.ext {
        font-size: 28px;
        line-height: 32px;
    }

    section.sec-three ul.Unlimited-ul li {
        margin-right: 0px;
        padding: 0;
    }

    .top-header .wrapper h1.heading {
        font-size: 32px;
        line-height: 42px;
    }

    section.section_plan h2.h2span {
        font-size: 22px;
    }

    .call-to-action-cont span.h3 {
        font-size: 22px;
    }

    a.call-to-action-btn.formbtn {
        margin-left: 0;
    }

    section.section-sec-01 h4 {
        font-size: 32px;
        line-height: 36px;
    }

    section.section02 h2 {
        font-size: 20px;
        line-height: 28px;
    }

    section.section02 .item-top {
        display: block;
        gap: 20px;
        text-align: center;
    }

    section.section02 .item-icon {
        margin: auto;
    }

    section.sec-three ul.Unlimited-ul li p.h5new {
        font-size: 52px;
    }

    section.sec-two h2 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 30px;
    }

    ul.solution-ul li {
        display: block;
        margin: 10px 0px;
    }

        ul.solution-ul li .text-box {
            margin-left: 0;
        }

    tr.mix.ext.gtld.popular.fgb.data1.cores2.others.\.com {
        /*background: linear-gradient(90deg, rgb(0 114 255 / 22%) 0%, rgb(0 198 255 / 23%) 100%) !important;*/
        margin-bottom: 20px;
        padding: 10px;
        border-radius: 15px;
        text-align: center;
    }

        tr.mix.ext.gtld.popular.fgb.data1.cores2.others.\.com td:first-child {
            background: linear-gradient(90deg, rgb(0 114 255 / 22%) 0%, rgb(0 198 255 / 23%) 100%) !important;
        }

    section.windo .sec-main.sec-bg1 {
        background-color: transparent;
        padding: 0;
        box-shadow: none;
    }

    .space {
        padding: 20px 0 !important;
    }

    .cta-class {
        background: transparent !important;
        border-radius: 0;
    }

    .details-dabba p {
        font-size: 18px;
        margin: 0;
        font-weight: 500;
        color: #000000;
        text-transform: uppercase;
        line-height: 32px;
    }

    section#features .sec-main, .sec-sec {
        box-shadow: none;
        border-radius: 15px;
        position: relative;
        padding: 0;
        text-align: justify;
    }

    .form-contact.form-contact-my {
        overflow: hidden;
    }

    h3.text-nam {
        font-size: 30px;
        line-height: normal;
    }
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
    section.feature-area.feature-1 img.blur-up {
        width: 100% !important;
    }
}


.mb-60{
    margin-bottom: 60px;
}
