.top_header {
    padding: 50px 0;
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
}

.inner_background {
    background-image: url('../../Content/images/banner1.jpg');
    background-attachment: fixed;
    /*filter: grayscale(.8);*/
    padding: 50px 0;
    background-size: cover;
    position: relative;
}

    .inner_background:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        background: rgba(0, 0, 0, .9);
    }

    .inner_background .heading2 {
        padding-bottom: 50px;
        position:relative;
        z-index:9;
    }

    .inner_background h4 {
        padding: 15px 0 10px;
    }

.d-inline-block {
    position: relative;
    z-index: 9;
}

    .d-inline-block p {
        color: #ffffff;
        text-align: justify;
    }

.heading1 {
    font-size: 30px;
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: bold;
}

.ivr_circle {
    position: absolute;
    top: 107px;
    left: 115px;
    font-size: 2em;
    font-weight: 800;
    color: #0f0a53;
    text-shadow: 0 0 2px #000000;
}

.UsaseIvr {
    padding: 80px 0 50px;
    border-bottom: 1px solid #bdbdbd;
    background: #ffffff;
}

    .UsaseIvr .bulleted-list li p {
        margin-bottom: 20px;
    }

    .UsaseIvr h3 {
        padding: 0;
        font-size: 40px;
        margin-bottom: 30px;
    }

.myiconbg i {
    font-size: 30px;
    line-height: 60px;
}

.myiconbg {
    background-color: #1fc4d3;
    /* padding: 25px 20px; */
    /* border-radius: 50%; */
    color: #ffffff;
    width: 60px;
    display: block;
    height: 60px;
    text-align: center;
    margin-right: 10px;
    position: relative;
    z-index: 9;
}

    .myiconbg:hover {
        background-color: #ffffff;
        color: #000000;
    }

.heading2 {
    font-size: 2em;
    word-spacing: 10px;
    letter-spacing: 5px;
    color: #ffffff;
    font-weight: 600;
}

.mycontent {
    word-spacing: 10px;
    font-size: 17px;
    text-align: justify;
}

.mycontent2 {
    font-size: 16px;
    color: #ffffff;
    transition: transform .8s ease-in-out;
    cursor: pointer;
    padding: 0;
}

    .mycontent2:hover {
        transform: scale(1.1);
    }

.point1 {
    padding: 10px 5px 10px 15px;
    background-color: white;
    border: 1px solid #0f0a53 !important;
    font-size: 16px;
    color: #0f0a53;
    margin: 0;
    border-radius: 0;
}

    .point1 a {
        color: #0f0a53;
        text-decoration: none;
    }

    .point1:hover {
        background: #0f0a53;
        color: #ffffff;
    }

        .point1:hover a {
            color: #ffffff;
        }

.spanani {
    width: 220px;
    height: 100%;
    border: 8px solid #0f0a53;
    border-radius: 50%;
    position: absolute;
    animation: ani 1.5s infinite linear;
}

    .spanani:nth-child(1) {
        animation-delay: 0;
    }

    .spanani:nth-child(2) {
        animation-delay: 0.2s;
    }

    .spanani:nth-child(3) {
        animation-delay: 0.4s;
    }

@keyframes ani {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    70% {
        opacity: 1;
        transform: scale(0.8);
    }

    100% {
        opacity: 0;
        transform: scale(1.1);
    }
}

.IvrBottom {
    padding: 50px 0;
}

    .IvrBottom h2 {
        font-size: 40px;
        margin-bottom: 30px;
        padding: 0;
        color: #000000;
    }

    .IvrBottom .col-md-6 {
        padding-bottom: 15px;
    }

#accordion ul {
    background: rgb(255, 255, 255);
    border: 1px solid #bdbdbd;
    padding: 10px 0 0 5px;
    margin: 0;
    list-style: none;
}

    #accordion ul > li {
        line-height: 25px;
        display: flex;
    }

        #accordion ul > li > i {
            display: inline-flex;
            margin-right: 5px;
        }

.more-less {
    float: right;
}

.IvrAnimation {
    margin-top: 50px;
    position: relative;
    height: 220px;
}


/*===========================hosting=====================*/
.hostingPlans {
    padding: 50px 0;
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
}

    .hostingPlans h3 {
        margin-bottom: 50px;
    }

.hosting_package {
    border-radius: 10px;
    padding: 20px 20px;
    background: #ffffff;
    box-shadow: 0 0 4px #0e6187;
}

.hostingPlans .hosting_package .hostingHeading {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    padding: 15px 0 30px;
    margin: 0;
}

.hostingPlans .hosting_package p {
    margin-bottom: 15px;
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 15px;
}

    .hostingPlans .hosting_package p i {
        color: #29a2d9;
        margin-right: 5px;
    }

.btnBuy {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    background: #29a2d9;
    border-radius: 5px;
    padding: 8px 20px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.hostingFeatures {
    padding: 50px 0;
    background: #f5f5f5;
}

    .hostingFeatures .featureHeader, .typeHosting .featureHeader {
        text-align: center;
        margin-bottom: 50px;
    }

        .hostingFeatures .featureHeader h3, .typeHosting .featureHeader h3 {
            margin-bottom: 5px;
        }

        .hostingFeatures .featureHeader p, .typeHosting .featureHeader p {
            font-size: 16px;
            margin: 0;
        }

    .hostingFeatures .panel-box {
        text-align: center;
        background: #ffffff;
        padding: 20px 5px;
    }

        .hostingFeatures .panel-box img {
            width: 110px;
            margin-bottom: 15px;
        }

        .hostingFeatures .panel-box h3 {
            padding-top: 0;
            font-size: 18px;
            padding-bottom: 10px;
        }

        .hostingFeatures .panel-box p {
            margin: 0;
        }

.typeHosting {
    padding: 50px 0;
    background: #ffffff;
}

.type1 {
    background: url('../../Content/images/hosting2.png');
    color: #fff;
    padding: 30px 50px;
    background-position: 57px -90px;
    height: 350px;
}

    .type1 h3, .type2 h3 {
        text-align: center;
        font-size: 30px;
        padding: 20px 0 0;
    }

    .type1 p, .type2 p {
        text-align: center;
        margin: 20px 0 0;
    }

.type2 {
    background: url('../../Content/images/hosting3.png');
    color: #fff;
    padding: 20px 50px;
    background-position: 57px -90px;
    min-height: 350px;
}

@media (max-width: 1024px) {
    .point1 {
        font-size: 1em;
    }

        .point1:hover {
            font-size: 1em;
        }

    .mycontent2 {
        font-size: 1em;
    }

    .myicons {
        font-size: 1.5em;
    }

    .heading1 {
        font-size: 1.5em;
        margin: 0 0 20px 0;
    }

    .heading2 {
        font-size: 1.2em;
    }
}



@media (max-width: 768px) {
    .heading1, .IvrBottom h2, .UsaseIvr h3 {
        font-size: 18px;
        word-spacing: 5px;
        letter-spacing: 3px;
        margin: 0 0 15px 0;
    }

    .point1:hover {
        font-size: .8em;
    }

    .heading2 {
        word-spacing: 5px;
        letter-spacing: 5px;
    }
}

/*=============================hosting====================*/
@media (max-width: 475px) {
    .mt_xs_top {
        margin-top: 20px;
    }
}
