 
body,
button,
h1,
h2,
h4,
h5,
input,
label,
li,
select,
span,
ul {
    font-family: Montserrat, sans-serif;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s;
    text-decoration: none
}

a,
h3,
p {
    font-family: Montserrat, sans-serif
}

a {
    text-decoration: none;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s
}

a:focus,
a:hover {
    text-decoration: none
}

figure {
    margin: 0
}

#page {
    overflow-x: hidden;
    overflow-y: -webkit-paged-x
}

body {
    overflow-x: hidden
}

.mrt100 {
    margin-top: 100px
}

.container {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 90%;
    max-width: 1700px
}

.best-offer-section {
    padding: 20px 50px 20px 100px;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 490px;
    z-index: 99;
    background-image: -webkit-gradient(linear, left bottom, right top, from(#2e39bf), color-stop(#5439c4), color-stop(#7138c7), color-stop(#8a37ca), to(#a135cc));
    background-image: -webkit-linear-gradient(left bottom, #2e39bf, #5439c4, #7138c7, #8a37ca, #a135cc);
    background-image: -o-linear-gradient(left bottom, #2e39bf, #5439c4, #7138c7, #8a37ca, #a135cc);
    background-image: linear-gradient(to right top, #2e39bf, #5439c4, #7138c7, #8a37ca, #a135cc)
}

.best-offer-section h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 700
}
.domain-order1 {
    background: #00229e none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    padding: 3px 13px;
}

.best-offer-section h3 span {
    font-size: 42px;
    text-transform: uppercase
}

.best-offer-section .best-offer-img {
    position: absolute;
    bottom: 0;
    left: -50px
}
th.text-center {
    background: #00229e;
    color: white;
}

.best-offer-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer
}

.top-header {
    background: #372582;
    padding: 10px 0
}

.header-currency span {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.currency-dropdown {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    position: relative
}

.select-currency {
    position: relative;
    color: #fff;
    padding-right: 30px;
    display: inline-block;
    cursor: pointer
}

.select-currency:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffb8aa;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.currency-dropdown ul li p {
    display: inline-block;
    margin-left: 5px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
    vertical-align: middle;

}

.select-currency p {
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0
}

.currency-dropdown ul {
    display: none;
    position: absolute;
    top: 120%;
    left: 0;
    background: #fff;
    z-index: 99;
    width: 130px;
    border: 1px solid #f1f1f1;
    border-radius: 3px
}

.currency-dropdown ul li {
    padding: 7px 10px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer
}

.show-currency-dropdown {
    display: block!important
}

.dis-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-currency {
    width: 250px
}

.top-header-menu {
    width: calc(100% - 250px);
    text-align: right
}

.top-header-menu ul li {
    display: inline-block;
    margin-left: 20px
}
.top-header-menu ul{
    margin-bottom: 0
}

.top-header-menu ul li span {
    color: #fff;
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500
}

.clr-pnk {
    color: #fe8c8c!important
}

.header-logo {
    width: 320px
}

.main-header-menu {
    width: calc(100% - 320px)
}

.main-header-menu ul {
    position: relative
}

.main-header-menu ul li {
    display: inline-block
}

.main-header-menu ul li a {
    padding: 35px 13px;
    color: #464d5f;
    font-size: 15px;
    font-weight: 500;
    display: block;
}

.main-header-menu ul li a:hover {
    color: #1037c6
}

.main-header{ border-bottom: 1px solid #372582 }


.just-nine a {
    background: #fe5c5c;
    color: #fff!important;
    border-radius: 5px;
    padding: 8px 17px!important
}

.just-nine {
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    animation-name: wiggle;
    -o-animation-name: wiggle;
    -ms-animation-name: wiggle;
    -moz-animation-name: wiggle;
    -webkit-animation-name: wiggle;
    animation-duration: 5s;
    -o-animation-duration: 5s;
    -ms-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -webkit-animation-duration: 5s;
    animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-play-state: running;
    -o-animation-play-state: running;
    -ms-animation-play-state: running;
    -moz-animation-play-state: running;
    -webkit-animation-play-state: running
}

@keyframes wiggle {
    2% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    4% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    6% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }
    8% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
    10% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    12% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    14% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }
    16% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }
    18% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }
    20% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

.domain-ssl-dropdown {
    position: relative
}

.domain-ssl-dropdown:hover .domain-ssl-part {
    display: block
}

.domain-ssl-dropdown:hover::after {
    display: block
}

.domain-ssl-dropdown:after {
    display: none;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #c1c5d3;
    position: absolute;
    left: 50%;
    bottom: 20px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 9
}

.domain-ssl-part {
    display: none;
    position: absolute;
    background: #fff;
    width: 900px;
    position: absolute;
    top: 103%;
    z-index: 10;
    padding: 20px
}

.align-right-submenu {
    right: 0
}

.halfmenu-section {
    width: 640px!important
}

.domain-ssl {
    border-right: 1px solid #d7d0d0
}

.domain-ssl h3 {
    font-size: 20px;
    color: #fe5c5c;
    font-weight: 700;
    margin-bottom: 20px
}

.domain-ssl figure {
    margin-bottom: 20px
}

.domain-ssl p {
    font-size: 15px;
    color: #464d5f;
    line-height: 25px;
    font-weight: 500
}

.common-padding {
    padding: 15px
}

.domain-wrapper h3 {
    font-size: 20px;
    color: #00229e;
    font-weight: 700;
    margin-bottom: 20px
}

.domain-wrapper ul li {
    display: block;
    margin-bottom: 10px
}

.domain-wrapper ul li a {
    padding: 0!important
}

.domain-wrapper ul li figure {
    display: inline-block;
    width: 45px;
    vertical-align: middle
}

.domain-wrapper ul li span {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px)
}

.training-program {
    position: absolute;
    bottom: -52px;
    z-index: 9;
    right: 0
}

.training-program a {
    color: #1b0055;
    white-space: nowrap;
    background: #04ffaf;
    padding: 14px 20px!important;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600!important
}

.training-program a:hover {
    background: #fe5c5c;
    color: #fff!important
}

.mobile-menu-btn {
    display: none
}

.mobile-menu-btn a {
    display: inline-block
}

.mobile-menu-btn a span {
    font-size: 20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #fe8c8c;
    text-align: center;
    color: #fff
}

.mm-menu {
    background: #fff
}

.mobile-menu .domain-ssl-dropdown:after {
    display: none!important
}

.mobile-menu .mm-title {
    font-size: 21px;
    color: #372582!important;
    font-weight: 500
}

.mobile-menu .just-nine {
    text-align: center;
    margin-bottom: 30px
}

.mobile-menu .mm-navbar {
    height: 50px;
    line-height: 50px;
    border: none
}

.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: 0
}

.mobile-menu .mm-listview {
    padding: 20px
}

.mobile-menu .mm-listview li a {
    color: #000;
    font-weight: 500;
    padding: 15px 15px 15px 10px
}

.mobile-menu .mm-listview li {
    border-bottom: 1px solid #f0f0f0
}

.mm-listview>li:not(.mm-divider):after {
    display: none!important
}

.mobile-menu .mm-listview li img {
    width: 20px;
    margin-right: 10px
}

.training-program:after {
    display: none!important
}

.training-program {
    text-align: center
}

.mm-menu .mm-listview>li .mm-next:after {
    border-color: #fff;
    right: 13px
}

.mm-listview .mm-next {
    background: #372582;
    width: 30px;
    border-radius: 5px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%)
}

.mm-prev {
    background: #372582;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    top: 20px;
    left: 10px!important
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    left: 13px!important
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: #fff;
    left: 17px
}

.mobile-menu .just-nine a {
    padding: 12px 17px!important
}

.mobile-menu .common-padding {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding: 0!important
}

.mobile-menu .domain-ssl-part {
    width: 100%!important
}

.mobile-menu .domain-ssl {
    border-right: 0!important
}

.mobile-menu .domain-wrapper ul li span {
    font-size: 13px;
    width: calc(100% - 75px);
    font-weight: 600
}

.show-mobile {
    display: none!important
}

.fixedheader {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    width: 100%;
    z-index: 99;
    background: #fff;
    -webkit-box-shadow: 2px -4px 15px 0 rgba(0, 0, 0, .26);
    -moz-box-shadow: 2px -4px 15px 0 rgba(0, 0, 0, .26);
    box-shadow: 2px -4px 15px 0 rgba(0, 0, 0, .26);
    border-bottom: none;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-80px)
    }
    100% {
        transform: translateY(0)
    }
}

.banner-image img {
    width: 100%
}

.banner-section {
    position: relative;
    background: #1b0055;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 535px;
    display: flex;
    align-items: center;
}
.banner-section .row{ width: 100%; }
.banner-wrapper{display: flex; align-items: center;}

.banner-content {width: 50%;}


.banner-image {
    width: 50%;
    padding-left: 100px
}

.banner-content h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 75px
}

.banner-content p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 55px
}

.banner-content a {
    color: #1b0055;
    background: #04ffaf;
    padding: 14px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600
}

.banner-content a:hover {
    background: #fe5c5c;
    color: #fff
}

#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.cloud-hosting-section {
    padding-top: 70px;
    padding-bottom: 70px
}

.cloud-hosting {
    padding: 70px;
    float: left;
    width: 50%
}

.cloud-hosting-heading h3 {
    font-size: 24px;
    color: #1d065a;
    font-weight: 700;
    line-height: 38px
}

.cloud-hosting-heading {
    border-right: 2px solid #feb155;
    position: relative;
    display: flex;
    align-items: center;
}

.cloud-hosting-heading:after {
    display: block;
    content: '';
    width: 4px;
    background: #feb155;
    height: 80px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: -5px
}

.cloud-hosting-content p {
    font-size: 18px;
    color: #464d5f;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 25px;
}
.cloud-hosting-content p:last-child{margin-bottom: 0}

.persional-space-section {
    padding-top: 40px;
    padding-bottom: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#fcfcff), color-stop(#f8f8ff), color-stop(#f4f5ff), to(#eff2ff));
    background-image: -webkit-linear-gradient(top, #fff, #fcfcff, #f8f8ff, #f4f5ff, #eff2ff);
    background-image: -o-linear-gradient(top, #fff, #fcfcff, #f8f8ff, #f4f5ff, #eff2ff);
    background-image: linear-gradient(to bottom, #fff, #fcfcff, #f8f8ff, #f4f5ff, #eff2ff)
}

.persional-space-heading h3 {
    font-size: 42px;
    color: #00229e;
    font-weight: 700;
    margin-bottom: 25px
}

.persional-space-heading h3 span {
    color: #dd54a8;
    text-transform: uppercase;
    font-weight: 800
}
.persional-space-heading h2 {
    font-size: 42px;
    color: #00229e;
    font-weight: 700;
    margin-bottom: 25px
}

.persional-space-heading h2 span {
    color: #dd54a8;
    text-transform: uppercase;
    font-weight: 800
}

.persional-space-heading p {
    color: #464d5f;
    font-size: 24px;
    font-weight: 600
}

.persional-space-heading {
    margin-bottom: 180px
}

.personal-space {
    float: left;
    width: 33%;
    position: relative;
    text-align: right;
    padding-right: 80px
}

.personal-space figure {
    position: absolute;
    top: -85px;
    left: 35px
}

.personal-space:nth-child(2) {
    margin-top: 70px
}

.personal-space:nth-child(3) {
    margin-top: 140px
}

.personal-space .personal-space-content {
    background: rgba(255, 255, 255, .5);
    -webkit-box-shadow: 3px 12px 17px -9px rgba(0, 0, 0, .27);
    box-shadow: 3px 12px 17px -9px rgba(0, 0, 0, .27);
    display: inline-block;
    text-align: left;
    width: 300px;
    padding: 35px 40px 35px 35px;
    border-radius: 5px;
    z-index: 1;
    position: relative;
    margin-bottom: 15px
}

.orange-heading {
    color: #f0a348
}

.pink-heading {
    color: #dd54a8
}

.pinkdark-heading {
    color: #be68f0
}

.personal-space .personal-space-content h4 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px
}

.personal-space .personal-space-content p {
    font-size: 18px;
    line-height: 25px;
    color: #464d5f;
    font-weight: 500;
    margin-bottom: 30px
}

.personal-space .personal-space-content h5 {
    font-size: 18px;
    color: #00229e;
    font-weight: 600
}

.personal-space .personal-space-content h6 {
    font-size: 28px;
    color: #00229e;
    font-weight: 800
}

.personal-space .personal-space-content a {
    color: #1b0055;
    background: #04ffaf;
    padding: 13px 70px;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
    margin-left: -100px;
    display: inline-block
}

.personal-space .personal-space-content a:hover {
    background: #1b0055;
    color: #04ffaf
}

.get-online-section {
    padding-top: 100px;
    padding-bottom: 100px
}

.get-online-heading h3 {
    font-size: 52px;
    color: #00229e;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 30px
}

.get-online-heading {
    width: 55%;
    margin: 0 auto 80px
}

.get-online-heading p {
    color: #464d5f;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500
}

.get-online-wrapper figure {
    height: 400px
}

.get-online-wrapper figure img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.video-content {
    position: relative
}

.playbutton-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.get-online-content {
    margin: -30px 30px 0 30px;
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 3px 12px 17px -9px rgba(0, 0, 0, .27);
    box-shadow: 3px 12px 17px -9px rgba(0, 0, 0, .27);
    height: 130px
}

.get-online-content h5 {
    color: #808593;
    font-size: 18px;
    margin-bottom: 10px
}

.get-online-content h4 {
    color: #00229e;
    font-size: 24px;
    line-height: 30px
}

.happycustomer-heading {
    padding-top: 80px;
    background-image: -webkit-gradient(linear, left bottom, right top, from(#2e39bf), color-stop(#5439c4), color-stop(#7138c7), color-stop(#8a37ca), to(#a135cc));
    background-image: -webkit-linear-gradient(left bottom, #2e39bf, #5439c4, #7138c7, #8a37ca, #a135cc);
    background-image: -o-linear-gradient(left bottom, #2e39bf, #5439c4, #7138c7, #8a37ca, #a135cc);
    background-image: linear-gradient(to right top, #2e39bf, #5439c4, #7138c7, #8a37ca, #a135cc)
}

.happycustomer-heading h3 {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 80px
}

.happycustomer-heading .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.happycustomer-heading .nav li {
    margin: 0 20px
}

.happycustomer-heading .nav a {
    display: inline-block;
    padding: 0 30px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: .7;
    border-bottom: 5px solid transparent
}

.happycustomer-heading .nav a.activelink {
    border-color: #fff;
    opacity: 1
}

.happy-customer-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    right: 0;
    z-index: 1
}

.happy-customer-tabcontent {
    position: relative
}

.customer-slider {
    overflow: hidden
}

.customer-slider .owl-prev {
    position: absolute;
    top: 50%;
    left: 20px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.customer-slider .owl-next {
    position: absolute;
    top: 50%;
    right: 20px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.customer-slider.owl-carousel .owl-stage-outer {
    overflow: initial
}

.active {
    display: block
}

.hide {
    display: none
}

.happy-customer-wrapper {
    background: rgba(255, 255, 255, .85);
    max-width: 765px;
    width: 95%;
    padding: 40px;
    position: relative;
    -webkit-box-shadow: 3px 12px 17px -9px rgba(0, 0, 0, .27);
    box-shadow: 3px 12px 17px -9px rgba(0, 0, 0, .27)
}

.happy-customer-wrapper figure img {
    width: auto!important;
    display: inline-block!important
}

.happy-customer-wrapper:after {
    display: block;
    content: '';
    background-image: url(../images/shapes.png);
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    position: absolute;
    top: -45px;
    right: 15px
}

.happy-customer-text {
    position: relative;
    padding: 35px 40px 20px;
    margin-top: 20px
}

.happy-customer-text:after {
    display: block;
    content: '';
    clear: both;
    background-image: url(../images/testimonial-arrow.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0
}

.happy-customer-text:before {
    display: block;
    content: '';
    clear: both;
    background-image: url(../images/testimonial-arrow.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.happy-customer-text p {
    color: #464d5f;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px
}

.service-section {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
    background-size: cover
}

.service-section:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #000825;
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0
}

.alltime-slide {
    position: relative;
    z-index: 9
}

.service-section-content h3 {
    display: inline-block;
    font-size: 52px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative
}

.service-section-content h3:after {
    display: block;
    content: '';
    background-repeat: no-repeat;
    width: 110px;
    height: 110px;
    position: absolute;
    right: -150px;
    bottom: 0;
    opacity: 0;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition: all .4s
}

.service-section-content small {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.service-section-content p {
    width: 80%;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 25px
}

.service-section-content a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
    align-items: self-start;
}


.color-img {
    display: none
}

.service-section-content a span {
    font-size: 32px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    width: calc(100% - 60px);
}

.support-div a span {
    color: #feb155
}

.sale-training a span {
    color: #dd54a8
}

.control-training a span {
    color: #04ffaf
}

.support-div h3:after {
    background-image: url(../images/support-cup.png)
}

.sale-training h3:after {
    background-image: url(../images/light.png)
}

.control-training h3:after {
    background-image: url(../images/color-call-icon.png)
}

.service-wrapper * {
    color: #515c85!important;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition: all .4s
}

.service-wrapper:hover * {
    color: #fff!important
}

.service-wrapper.support-div:hover a span {
    color: #feb155!important
}

.service-wrapper.sale-training:hover a span {
    color: #dd54a8!important
}

.service-wrapper.control-training:hover a span {
    color: #04ffaf!important
}

.service-wrapper:hover .color-img {
    display: inline-block
}

.service-wrapper:hover .grey-img {
    display: none
}

.service-wrapper:hover h3::after {
    opacity: 1
}

:root {
    --marquee-width: 80vw;
    --marquee-height: 20vh;
    --marquee-elements-displayed: 5;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s)
}

.marquee-content {
    list-style: none;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: scrolling var(--marquee-animation-duration) linear infinite;
    animation: scrolling var(--marquee-animation-duration) linear infinite
}

.marquee-content:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

@-webkit-keyframes scrolling {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
        transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)))
    }
}

@keyframes scrolling {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
        transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)))
    }
}

.marquee-content .service-wrapper {
    display: flow-root;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40%;
    max-height: 100%;
    white-space: normal;
    padding-left: 100px
}

.like-coffee-section {
    padding-top: 80px;
    padding-bottom: 80px
}

.like-coffee-heading h3 {
    font-size: 58px;
    color: #00229e;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 5px
}

.like-coffee-heading h4 {
    font-size: 42px;
    color: #00229e;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 40px
}

.like-coffee-heading p {
    font-size: 18px;
    color: #464d5f;
    line-height: 35px;
    font-weight: 500
}

.like-coffee-form {
    width: 70%;
    margin: 60px auto 0
}

.like-coffee-form form input.form-control {
    border: 1px solid #e3e9fe;
    background: #f7f9ff;
    height: 50px;
    padding: 0 15px;
    border-radius: 0;
    -webkit-box-shadow: 4px 5px 15px -8px rgba(0, 0, 0, .2);
    box-shadow: 4px 5px 15px -8px rgba(0, 0, 0, .2);
    margin-bottom: 20px
}

.like-coffee-form form textarea {
    border: 1px solid #e3e9fe;
    background: #f7f9ff;
    height: 190px;
    padding: 15px;
    border-radius: 0;
    -webkit-box-shadow: 4px 5px 15px -8px rgba(0, 0, 0, .2);
    box-shadow: 4px 5px 15px -8px rgba(0, 0, 0, .2);
    resize: none
}

.like-coffee-form form input::-webkit-input-placeholder,
.like-coffee-form form textarea::-webkit-input-placeholder {
    color: #a7acb9;
    font-weight: 500
}

.coffee-form-submit {
    color: #1b0055;
    background: #04ffaf;
    padding: 13px 50px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-top: 35px;
    cursor: pointer
}

.coffee-form-submit:hover {
    background: #1b0055;
    color: #04ffaf
}

.top-footer {
    position: relative;
    padding: 120px 0;
    background-size: cover
}

.top-footer:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #000825;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0
}

.footer-content {
    position: relative;
    z-index: 9
}

.footer-menu h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase
}

.footer-menu ul li a {
    color: #fff;
    font-size: 16px;
    opacity: .5
}

.footer-menu ul li a:hover {
    opacity: 1
}

.footer-menu ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px
}

.footer-menu ul li:after {
    display: block;
    content: '';
    background: #feb155;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px
}

.footer-newsletter h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase
}

.footer-newsletter p {
    font-size: 16px;
    color: #fff;
    line-height: 28px
}

.footer-newsletter form {
    margin: 20px 0 50px
}

.footer-newsletter form input.form-control {
    border: 1px solid #e3e9fe;
    background: #f7f9ff;
    height: 52px;
    font-size: 18px;
    padding: 0 15px;
    border-radius: 0
}

.footer-newsletter form input.form-control::-webkit-input-placeholder {
    color: #a7acb9;
    font-weight: 500
}

.footer-newsletter form .form-group {
    position: relative
}

.footer-newsletter form .newsletter-submit {
    cursor: pointer;
    background: #04ffaf;
    border-radius: 5px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 52px;
    padding: 0 30px;
    position: absolute;
    right: -10px;
    top: 0;
    font-size: 16px;
    color: #1b0055;
    font-weight: 600;
    text-transform: uppercase
}

.footer-newsletter form .newsletter-submit:hover {
    background: #1b0055;
    color: #04ffaf
}

.footer-logo figure {
    width: 80%
}

.footer-logo figure img {
    width: 100%
}

.footer-address .address-wrapper figure {
    width: 100px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px
}

.footer-address .address-wrapper address {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    width: calc(100%- 100px)
}

.private-policy a {
    font-size: 14px;
    color: #00229e;
    font-weight: 500
}

.bottom-footer {
    padding: 45px 0
}

.footer-social ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px
}

.footer-social ul li a span {
    color: #464d5f;
    font-size: 32px
}

.footer-copyright p {
    font-size: 14px;
    font-weight: 600;
    color: #464d5f
}

.footer-copyright span {
    display: inline-block;
    padding: 0 4px
}

.footer-social ul li a span.fa-facebook:hover {
    color: #3060a3
}

.footer-social ul li a span.fa-twitter:hover {
    color: #00abef
}

.footer-social ul li a span.fa-google-plus:hover {
    color: #ff3e2c
}

.footer-social ul li a span.fa-linkedin:hover {
    color: #ff2867
}

.footer-social ul li a span.fa-skype:hover {
    color: #0066e0
}

.footer-social ul li a span.fa-pinterest-p:hover {
    color: #ee2027
}

.chat-section {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99
}

.chat-btn p {
    font-size: 16px;
    color: #dd54a8;
    font-weight: 500;
    margin-top: 15px
}

.chat-btn {
    cursor: pointer;
    padding: 20px
}

.chat-form-content {
    background: #fff;
    position: absolute;
    bottom: 15px;
    right: 0;
    padding: 25px 20px;
    width: 320px;
    -webkit-box-shadow: -8px 10px 16px -13px rgba(0, 0, 0, .54);
    -moz-box-shadow: -8px 10px 16px -13px rgba(0, 0, 0, .54);
    box-shadow: -8px 10px 16px -13px rgba(0, 0, 0, .54);
    transform: rotatez(90deg);
    -webkit-transform: rotatez(90deg);
    -moz-transform: rotatez(90deg);
    transform-origin: bottom right;
    transition: all .4s;
    -webkit-transition: all .4s;
    opacity: 0;
}

.chat-form-roatat {
    transform: none;
    opacity: 1 !important;
}

.chat-close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer
}

.chat-form-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #00229e;
    margin-bottom: 15px;
    text-transform: uppercase
}

.chat-form-content p {
    font-size: 15px;
    font-weight: 500;
    color: #dd54a8;
    margin-bottom: 25px
}

.chat-form-content form ul li {
    margin-bottom: 10px
}

.chat-form-content form ul li input,
.chat-form-content form ul li select {
    height: 40px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    padding: 15px;
    font-size: 15px;
    color: #000;
    font-weight: 500
}

.chat-form-content form ul li select {
    padding: 0 10px
}

.chat-form-content form ul li input::-webkit-input-placeholder {
    color: #464d5f
}

.start-chat-btn {
    margin-top: 20px
}

.start-chat-btn a {
    display: inline-block;
    width: 125px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    background: #bec1ce;
    color: #fff;
    border-radius: 8px;
    margin-right: 10px;
    font-weight: 500
}

.start-chat-btn a:last-child {
    margin-right: 0
}

.start-chat-btn a.start-chat {
    background: #04ffaf;
    color: #1b0055
}

.start-chat-btn a:hover {
    background: #1b0055;
    color: #fff
}

[type=radio]:checked,
[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #464d5f
}

[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 30px;
    height: 30px;
    border: 1px solid #b1b6c1;
    border-radius: 100%;
    background: #fff
}

[type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
    content: '';
    width: 15px;
    height: 15px;
    background: #00229e;
    position: absolute;
    top: 3px;
    left: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.simple-hosting-section {
    padding-top: 100px;
    padding-bottom: 150px;
    background: #eff2ff;
    background: linear-gradient(0deg, rgba(239, 242, 255, 1) 0, rgba(255, 255, 255, 1) 100%)
}

.window-hoting {
    height: 73px;
    width: 260px
}

.window-hoting a {
    height: 100%;
    padding: 15px 20px;
    background: #00229e;
    display: block;
    color: #fff
}

.window-hoting a span {
    margin-left: 10px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle
}

.window-hoting a:hover {
    background: #fe5c5c
}

.datacenter-location-wrapper {
    align-items: center;
    width: calc(100% - 0px);
    background: #eff2ff;
    height: 73px;
    line-height: 73px;
    padding: 0 30px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .13);
}

.datacenter-location h4 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #00229e;
    margin-right: 20px
}

.datacenter-location ul {
    display: inline-block
}

.datacenter-location ul li {
    display: inline-block;
    margin-right: 40px
}

.datacenter-location ul li:last-child {
    margin-right: 0
}

.linux-hoting a {
    display: inline-block;
    margin-right: 20px
}

.linux-hoting a span {
    color: #00229e;
    font-weight: 600;
    margin-left: 10px
}

.simple-hosting-section .persional-space-heading {
    margin-bottom: 50px
}

.hosting-price-section {
    margin-top: 80px
}

.powerfull-hosting-heading {
    color: #464d5f;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    line-height: 35px;
}

.powerfull-hosting-heading span {
    color: #dd54a8
}

.hosting-price {
    width: 23%;
    vertical-align: top;
    margin: 0 10px;
    margin-top: 40px;
    display: inline-block;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 3px 3px 17px -4px rgba(0, 0, 0, .07);
    -moz-box-shadow: 3px 3px 17px -4px rgba(0, 0, 0, .07);
    box-shadow: 3px 3px 17px -4px rgba(0, 0, 0, .07)
}

.hosting-price h4 {
    color: #fff;
    font-size: 25px;
    padding: 15px 20px;
    font-weight: 700;
    border-radius: 8px 8px 0 0
}

.acitve-hosting-price {
    margin-top: 0!important;
    margin-bottom: 60px!important
}

.acitve-hosting-price h4 {
    padding: 35px 20px;
    text-transform: uppercase
}

.acitve-hosting-price .price-get-started-btn {
  /*  margin-top: 50px*/
}

.bg-orange {
    background: #f0a348
}

.bg-standerd {
    background: #dd54a8
}

.bg-popular {
    background: #00229e
}

.bg-business {
    background: #be68f0
}

.bg-cloud6GB {
    background: #730037
}

.bg-cloud8GB {
    background: #ff5001
}

.bg-cloud16GB {
    background: #f89827
}

.bg-cloud32GB {
    background: #dc682d
}

.bg-lightblue{
    background: #688ef0
}

.hosting-price ul {
    margin-bottom: 15px;
    margin-top: 15px
}

.hosting-price ul li {
    padding: 12px 30px;
    color: #464d5f;
    font-size: 18px;
    font-weight: 600
}

.hosting-price ul li span {
    background-image: url(../images/pricing-listing-icon.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: left top 5px;
    padding-left: 30px;
    display: block
}

.mail-account {
    background: #eff2ff;
    padding: 13px 30px;
    min-height:60px;
}

.mail-account span {
    width: calc(100% - 48px);
    font-weight: 700;
    color: #464d5f;
    font-size: 18px;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block
}

.timeperiod {
    padding: 13px 30px
}

.timeperiod select {
    width: 100%;
    height: 50px;
    border: 1px solid #e3e9fe;
    border-radius: 10px;
    padding: 5px 15px;
    color: #00229e;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    -webkit-appearance: none;
    background-image: url(../images/select-icon.png);
    background-repeat: no-repeat;
    background-position: right 20px center
}

.price-get-started-btn {
    padding: 13px 30px;
    margin-bottom: -45px;
    margin-top: 10px
}

.get-started-btn {
    background: #04ffaf;
    padding: 20px;
    color: #1b0055;
    font-weight: 700;
    font-size: 20px;
    border-radius: 8px;
    display: block;
    text-align: center;
    text-transform: uppercase
}

.get-started-btn:hover {
    background: #fe5c5c;
    color: #fff
}

.premium-feature-section {
    padding-top: 100px;
    padding-bottom: 40px
}

.premium-feature-section .persional-space-heading {
    margin-bottom: 50px
}

.premium-feature {
    min-height: 475px;
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 70px;
    margin: 0;
    margin-left: -5px;
    margin-top: -1px;
    position: relative
}

.premium-feature figure {
    margin-bottom: 15px
}

.premium-feature h4 {
    font-size: 24px;
    color: #00229e;
    font-weight: 600;
    margin-bottom: 20px
}

.premium-feature p {
    color: #464d5f;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px
}

.premium-feature p span {
    color: #dd54a8;
    font-weight: 700
}

.right-bottom-after {
    position: relative
}

.right-bottom-after:after {
    display: block;
    content: '';
    width: 5px;
    border-right: 1px dashed #cacdd7;
    height: 40%;
    position: absolute;
    right: 0;
    bottom: 0
}

.right-bottom-after:before {
    display: block;
    content: '';
    height: 5px;
    border-bottom: 1px dashed #cacdd7;
    width: 40%;
    position: absolute;
    right: 0;
    bottom: 0
}

.centerfeature {
    position: relative;
    border: 1px dashed #cacdd7
}

.centerfeature:after {
    display: block;
    content: '';
    width: 20%;
    height: calc(100% + 2px);
    background: #fff;
    position: absolute;
    top: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.centerfeature:before {
    display: block;
    content: '';
    width: calc(100% + 2px);
    height: 20%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: -1px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.centerfeature figure,
.centerfeature h4,
.centerfeature p {
    z-index: 1;
    position: relative
}

.left-bottom-after:after {
    display: block;
    content: '';
    height: 5px;
    border-bottom: 1px dashed #cacdd7;
    width: 40%;
    position: absolute;
    left: 0;
    bottom: 0
}

.right-top-after:after {
    display: block;
    content: '';
    width: 5px;
    border-right: 1px dashed #cacdd7;
    height: 40%;
    position: absolute;
    right: 0;
    top: 0
}

.right-top-after:before {
    display: block;
    content: '';
    height: 5px;
    border-bottom: 1px dashed #cacdd7;
    width: 40%;
    position: absolute;
    right: 0;
    top: -4px
}

.right-top-after-single:after {
    display: block;
    content: '';
    width: 5px;
    border-right: 1px dashed #cacdd7;
    height: 40%;
    position: absolute;
    right: 0;
    top: 0
}

.learn-online-section {
    background: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0, rgba(239, 242, 255, 1) 36%)
}

.simple-hosting-section.bg-white, .learn-online-section.bg-white{background: transparent;}


.saperate-line {
    border-color: #00229e;
    border-width: 2px;
    width: calc(90% - 80px)
}



/*fiveplans-section*/
.fiveplans-section .hosting-price{ width: 18% !important; }
.fiveplans-section .hosting-price ul li{padding: 12px 15px !important; font-size: 15px !important;}
.fiveplans-section .mail-account span{font-size: 16px !important;}
.fiveplans-section .timeperiod select{ font-size: 18px !important; }
.fiveplans-section .get-started-btn{font-size: 18px !important;}

.fiveplans-section .mail-account img{ width: 35px; }
.fiveplans-section .mail-account span {width: calc(100% - 50px);}
.fiveplans-section .hosting-price{margin-top: 40px !important;}
.fiveplans-section .acitve-hosting-price{margin-top: 0 !important}


/************************************----GIP-SMS-PAGE-------************************************/
.sms-services-section{padding-top: 70px; padding-bottom: 70px;}
.gredient-bg{
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#fcfcff), color-stop(#f8f8ff), color-stop(#f4f5ff), to(#eff2ff));
    background-image: -webkit-linear-gradient(top, #fff, #fcfcff, #f8f8ff, #f4f5ff, #eff2ff);
    background-image: -o-linear-gradient(top, #fff, #fcfcff, #f8f8ff, #f4f5ff, #eff2ff);
    background-image: linear-gradient(to bottom, #fff, #fcfcff, #f8f8ff, #f4f5ff, #eff2ff);
}
.sms-services-section .persional-space-heading{margin-bottom: 60px !important;}

.bulksms-service-section .persional-space-heading{margin-bottom: 20px !important;}
.bulksms-service-section{padding-top: 80px;}
.feature-services-section{ padding-top: 80px;padding-bottom: 80px; border-bottom: 1px solid #00229e }

.feature-services-section .feature-services-image{width: 36%;}
.feature-services-section .feature-services-image img{width: 100%;}
.feature-services-section .feature-services-listing{ width: 64%; padding-left: 150px; }
.feature-services-section .feature-services-listing ul li{position: relative; font-size: 18px; color: #00229e;font-weight: 600;padding-top: 25px; padding-bottom: 25px; background-image: url(../images/service-tick.png); padding-left: 60px;background-repeat: no-repeat;background-position: top 17px left;}
.feature-services-section .feature-services-listing ul li:after{
    display: block;
    content: '';
    border-bottom: 2px dashed #c1c5d0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 60px);
    height: 3px;

}

.feature-services-section .feature-services-listing ul li:last-child::after{display: none;}

.bulksms-servicetypes-section{padding-top: 80px;}
.bulksms-servicetypes-section .persional-space-heading{margin-bottom: 20px !important;}


.smsservice-typeswrapper{ min-height: 390px; margin-bottom: 50px;}

.bgclr-one{background-color: #feefde}
.bgclr-two{background-color: #feeaf6}
.bgclr-three{background-color: #eaefff}

.orange-text{color: #f0a348}
.pink-text{color: #dd54a8}
.purple-text{color: #be68f0}


.services-features{ width: 550px; padding: 70px; position: relative; border-left: 6px solid #fff; }
.services-features:after{
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 40px solid transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
}


.services-features h4{ font-size: 24px; color: #00229e; font-weight: 600; margin-bottom: 15px; }
.services-features ul li{
    font-size: 16px;
    color: #00229e;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(../images/service-tick.png);
    background-size: 28px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: top 7px left;
}

.smsservice-content{position: relative; width: calc(100% - 550px); padding: 60px 40px;}
.smsservice-img{position: absolute; left: 30px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.smsservice-contentwrapper{width: 48%}

.smsservice-typeslisting{padding-top: 70px;padding-bottom: 70px;}

.smsservice-contentwrapper h3{ font-size: 36px; margin-bottom: 25px; font-weight: 600}
.smsservice-contentwrapper p{ font-size: 18px; color: #464d5f; line-height: 28px; }
.smsservice-contentwrapper ul{margin-top: 20px;}
.smsservice-contentwrapper ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    font-weight: 400;
    color: #84868d;
    line-height: 26px;
    font-size: 16px;
}
.smsservice-contentwrapper ul li:after {
    display: block;
    content: '';
    background: #feb155;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px
}

.newservices-features{width: 550px; padding: 40px;}
.newservices-features p{font-size: 16px; color: #00229e; line-height: 26px; font-weight: 500}


.callus-smsservice p{ font-size: 36px; color: #404554; font-weight: 600 }
.callus-smsservice h3{ font-size: 36px; color: #00229e; font-weight: 600 }
.callus-smsservice a{ font-size: 48px; color: #dd54a8; font-weight: 800 }


.pinkblue-gredientbg{
    background-image: -webkit-gradient(linear, left bottom, right top, from(#2e39bf), color-stop(#5439c4), color-stop(#7138c7), color-stop(#8a37ca), to(#a135cc));
    background-image: -webkit-linear-gradient(left bottom, #2e39bf, #5439c4, #7138c7, #8a37ca, #a135cc);
    background-image: -o-linear-gradient(left bottom, #2e39bf, #5439c4, #7138c7, #8a37ca, #a135cc);
    background-image: linear-gradient(to right top, #2e39bf, #5439c4, #7138c7, #8a37ca, #a135cc);
}

.feature-vairus-section{ margin-top: 90px; padding-top: 90px; padding-bottom: 90px;}
.feature-vairus-heading{margin-bottom: 60px;}
.feature-vairus-heading h3{ font-size: 52px; line-height: 68px; color: #fff; font-weight: 600}

.feature-vairus-table{ width: 80%; margin: 0 auto;}
.feature-vairus-table table{width: 100%; border:1px solid #d5d5d5; }
.feature-vairus-table table th{ background-color: #fff; color: #00229e; font-size: 22px; padding: 12px 25px;}
.feature-vairus-table table td{ color: #fff; font-size: 18px; padding: 15px 25px; font-weight: 600}
.feature-vairus-table table td:first-child{background-color: #fff; color: #464d5f}
.feature-vairus-table table tr{border-bottom: 1px solid #d5d5d5;}




/*domains-page*/
.domains-banner-section{position: relative; padding-top: 230px;padding-bottom: 230px;}
.innerbanner-search{ width: 60% ; margin: 0 auto; position: relative;}
.innerbanner-search input.form-control{ font-weight: 600; height: 60px; background: #fff; padding: 0 50px 0 30px; font-size: 18px;color: #464d5f; border-radius: 50px !important ;}
.like-coffee-form form input::-webkit-input-placeholder{color: #464d5f;}
.innerbanner-search a{
    position: absolute;
    right: 0;
    top: 0;
    width: 190px;
    text-align: center;
    border-radius: 50px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #1b0055;
    text-transform: uppercase;
    background: #07ffb2;
    display: inline-block;
    font-weight: 600;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.innerbanner-search a:hover{background: #fe5c5c; color: #fff;}
.domains-banner-content h3{
    color: #fff;
    font-size: 58px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 75px;
}
.domains-banner-content p{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 55px;
}


.exclusive-offers-section{ max-width: 1200px; width: 100%; margin: 0 auto;}
.exclusive-offers-wrapper{
    
    width: 33.3%;
    margin-bottom: 10px;
}
.exclusive-offers-wrapper a{
    background: #f7f9ff;
    border: 1px solid #dbe2fb;
    -webkit-box-shadow: 4px 5px 15px -8px rgba(0, 0, 0, .2);
    box-shadow: 4px 5px 15px -8px rgba(0, 0, 0, .2);
    padding: 30px 30px 50px;
    display: block;
    width: 100%;
    height: 100%;
}


.domain-logo{height: 60px; margin-bottom: 30px;}
.exclusive-offers-wrapper h3{ font-size: 24px;color: #00229e; font-weight: 700; margin-bottom: 10px; }
.exclusive-offers-wrapper p{ font-size: 18px;color: #464d5f; font-weight: 600; line-height: 28px; min-height: 60px;}
.domain-price{margin-top: 40px;margin-bottom: 30px;}
.domain-price h5{ font-size: 18px; font-weight: 700; color: #dd54a8; margin-bottom: 5px; }
.domain-price h4{font-size: 36px; font-weight: 700; color: #dd54a8; display: inline-block; vertical-align: middle; margin-right: 30px;}
.domain-price del{font-size: 18px; font-weight: 600; color: #464d5f; display: inline-block; vertical-align: middle; text-decoration: line-through;}


.normalparegraph{margin-bottom: 30px !important;}
.normalparegraph p{ color: #464d5f; font-size: 18px; font-weight: 600 }
.worlcycledomain-section{ padding-top: 100px; padding-bottom: 70px; }

.worlcycledomain-wrapper{border-bottom: 1px solid #d2d3d5; padding-bottom: 100px; padding-top: 80px;}
.worlcycledomain-content{width: 20%; padding: 0 30px;}
.worlcycledomain-content figure{margin-bottom: 30px;}
.worlcycledomain-content h4{font-size: 24px; line-height: 32px; font-weight: 700; color: #00229e; margin-bottom: 10px; }
.worlcycledomain-content p{ font-size: 18px;color: #464d5f; font-weight: 600; }

.heightautopremium .premium-feature{ height: auto !important; }
.addons-feature{width: 25%; padding: 90px 30px; position: relative;}
.addons-feature:after{
    display: block;
    content: '';
    width: 280px;
    height: 280px;
    left: 66%;
    top: calc(50% + 20px);
    position: absolute;
    background-image: url(../images/plusborder.png);
    background-repeat: no-repeat;
    background-position: center;
}

.addons-feature:nth-child(4n)::after{display: none;}

.addons-feature h4{font-size: 24px; line-height: 32px; font-weight: 700; color: #00229e; margin-top: 10px; margin-bottom: 0 !important}
.addons-feature-wrapper{padding-bottom: 150px;}

.newheadingadd p{margin-bottom: 20px !important;}
.newheadingadd h4{font-size: 36px; color: #fff; margin-bottom: 30px;}



/*SSL-CERTIFICATES*/
.encrypted-section{margin-top: 100px;}

.orangecolor-certificate h3{color: #f0a348;}
.orangecolor-certificate .ssl-certificates {border: 2px solid #f0a348}
.orangecolor-certificate .certificate-price, .orangecolor-certificate .certificate-benifits{background: #f0a348;}

.pink-certificate h3{color: #dd54a8;}
.pink-certificate .ssl-certificates {border: 2px solid #dd54a8}
.pink-certificate .certificate-price, .pink-certificate .certificate-benifits{background: #dd54a8;}


.blue-certificate h3{color: #00229e;}
.blue-certificate .ssl-certificates {border: 2px solid #00229e}
.blue-certificate .certificate-price, .blue-certificate .certificate-benifits{background: #00229e;}




.encrypted-wrapper h3{font-size: 32px; font-weight: 600; text-transform: uppercase; margin-bottom: 15px;}
.encrypted-wrapper{width: 50%; padding-left: 40px;padding-right: 40px; margin-bottom: 90px;}
.encrypted-wrapper:last-child{margin-bottom: 0}
.encrypted-certificate-wrapper{position: relative; border-top: 2px solid #b5b7bb;padding: 50px 20px 0;}
.encrypted-certificate-wrapper:after{
    display: block;
    content: '';
    width: 100%;
    height: 30px;
    border-right: 2px solid #b5b7bb;
    border-left: 2px solid #b5b7bb;
    position: absolute;
    top: 0;
    left: 0;

}

.ssl-certificates{width: 48%;background: #fff; border-radius: 10px;

 -webkit-box-shadow: 4px 5px 15px -8px rgba(0, 0, 0, .2);
    box-shadow: 4px 5px 15px -8px rgba(0, 0, 0, .2);
}
.certificates-heading{padding: 30px 10px;}
.certificates-heading h4{font-size: 26px; color: #1b0055; margin-bottom: 10px; font-weight: 600}
.certificate-starrating span{ font-size: 20px; color: #f0a348}
.certificate-benifits{border-radius: 10px; margin-top: 50px; padding: 70px 30px 40px;position: relative;

     -webkit-box-shadow: 4px 5px 15px -8px rgba(0, 0, 0, .2);
    box-shadow: 4px 5px 15px -8px rgba(0, 0, 0, .2);
}
.certificate-price{ border-radius: 50%; border: 5px solid #fff; width: 120px;height: 120px; justify-content: center; display: flex;align-items: center; flex-wrap: wrap;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.certificate-price h5{font-size: 32px; color: #fff; font-weight: 600}
.certificate-price h5 span{font-size: 18px;}
.certificate-price p{font-size: 16px; font-weight: 600; color: #fff;}

.certificate-benifits ul{margin-top: 20px;}
.certificate-benifits ul li{text-align: left; color: #fff; font-weight: 600; margin-bottom: 18px; background-image: url(../images/righttick.png); background-repeat: no-repeat; padding-left: 30px; background-position: left center;}
.certificate-benifits ul li:last-child{margin-bottom: 0}
.certificate-footer{padding: 15px 10px;}

.certificate-buybtn {text-align: left; background: #04ffaf; padding: 5px 0 5px 25px; width: 150px; border-radius: 5px; color: #1b0055; text-transform: uppercase; font-weight: 600; font-size: 20px;}
.certificate-buybtn:hover{background: #fe5c5c;}
.certificate-buybtn span{display: inline-block;vertical-align: middle; margin-left: 10px;}


.single-certificate{width:28%; }
.single-certificate .ssl-certificates{width: 100%}


/*business-professional-email-GSuite*/
.whyg-suit{margin-top:40px;margin-bottom: 40px;}
.whyg-suit ul li{ width: 50%; margin-bottom: 10px;}
.whyg-suit ul li span{ font-size: 20px; color: #fff; font-weight: 600; padding-left: 15px; color: #fff; }

.gsuit-pricing-section .nav-tabs li{width: 33.3%; text-align: center;}
.gsuit-pricing-section .nav-tabs li a{padding: 20px; font-size: 20px; color: #00229e;; font-weight: 600}
.gsuit-pricing-section .nav-tabs .nav-link.active{background: #00229e; color: #fff; border: none; border-radius: 0}
.gsuit-pricing-section .nav-tabs{
    background: #eff2ff;
    -webkit-box-shadow: 4px 5px 15px -8px rgba(0, 0, 0, .2);
    box-shadow: 4px 5px 15px -8px rgba(0, 0, 0, .2);
    margin-bottom: 60px;
}


.gsuit-pricing-wrapper{ 
    width: 31%;
    -webkit-box-shadow: 4px 5px 15px -8px rgba(0, 0, 0, .2);
    box-shadow: 4px 5px 15px -8px rgba(0, 0, 0, .2);
    background: #fbfbff;
    border-radius: 5px;
    position: relative;
}
.gsuit-price{
    border-radius: 5px 5px 0px 0px;
    padding: 20px 15px;
}

.gsuit-price h4{font-size: 28px; font-weight: 600; color: #fff; margin-bottom: 5px;}
.gsuit-price h5{font-size: 36px; font-weight: 600; color: #fff; padding-left: 50px;}
.gsuit-price span{ font-size: 18px; font-weight: 500; color: #fff; }

.gsuitpricing-benifitslisting{padding-bottom: 70px;}
.gsuitpricing-benifitslisting ul li{
    padding: 15px 15px;
    font-size: 18px;
    background-image: url(../images/pricing-listing-icon.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: center left 32px;
    padding-left: 65px;
    color: #464d5f;
    font-weight: 600;
    border-bottom: 1px solid #d9deea
}

.gsuit-pricing-wrapper .price-get-started-btn{position: absolute; width: 100%; bottom: 0}

.officeplanfor-bussiness-table{margin-top: 60px;}

.officeplanfor-bussiness-table thead{ background: #00229e; }
.officeplanfor-bussiness-table thead th {color: #fff; font-size: 26px; font-weight: 600; text-align: center; padding-top: 10px;padding-bottom: 10px; }
.officeplanfor-bussiness-table tr td {vertical-align: middle;}
.officeplanfor-bussiness-table tr td, .officeplanfor-bussiness-table tr th, .officeplanfor-bussiness-table table{border: 1px solid #bbc7ef}
.officeplanfor-bussiness-table table{position: relative;}
.officeplanfor-bussiness-table tbody tr:nth-child(even){background: #ecf0fe}
.officeplanfor-bussiness-table tbody tr:nth-child(odd){background: #f7f9ff}


.different-bgclr{background: #d9dff2 !important}

.bundleplas-header span{ color: #00229e; font-weight: 600; font-size: 18px; }
.bundleplas-header h5{ color: #dd54a8; font-weight: 600;font-size: 16px; }
.bundleplas-header p{ color: #00229e; font-weight: 500; font-size: 16px;}

.smallbusiness-enterprices{padding-left: 100px !important;}

.officeplanfor-bussiness-table .verticaltablerow {
    transform: rotate(-90deg);
    position: absolute;
    left: 40px;
    height: 50px;
    
    background: #dd54a8 !important;
    bottom: -40px;
    transform-origin: left;
    display: table;
}
.officeplanfor-bussiness-table .verticaltablerow td{width: 30%;color: #fff; font-weight: 500; font-size: 18px;  border: none; text-align: center; text-transform: uppercase;}
.regulartr td{text-align: center;}
.regulartr td:first-child{padding-left: 100px; text-align: left;}


/*smartermail-professional*/
.normalbottommargin{margin-bottom: 50px !important}
.smartermail-professional{padding-top: 70px;padding-bottom: 70px;}
.professional-accordian{width: 100%; max-width: 750px; margin: 0 auto;}
.professional-accordian .card-header{background: #00229e; padding: 0; border-radius: 0}
.professional-accordian .card-header button{width: 100%; text-align: left; color: #fff; font-size: 20px; font-weight: 600;padding: 12px 20px; position: relative;}
.professional-accordian .card-header button:hover, .professional-accordian .card-header button:focus{color: #fff; text-decoration: none;}

.professional-accordian .card-header button span{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.professional-accordian .card-header button span:after{
    display: block;
    content: '';
    width: 15px;
    height: 2px;
    background: #464d5f;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);

}

.professional-accordian .card-header button.collapsed span:before{
    display: block;
    content: '';
    height: 15px;
    width: 2px;
    background: #464d5f;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);

}

.professional-accordian .card-body{ background: #f7f9ff }

.faqlisting ul li{
    padding: 0px 15px 0px 30px;
    margin-bottom: 12px;
    font-size: 18px;
    background-image: url(../images/pricing-listing-icon.png);
    background-repeat: no-repeat;
    background-position: center left ;
    color: #464d5f;
    font-weight: 500;
    
}


/*dedicated-plans*/
.newhardware-ssd-table tr td span{ font-size: 18px; color: #00229e; font-weight: 600 }
.newhardware-ssd-table thead th{text-align: left !important;}
.newhardware-ssd-table tr td p{ font-size: 18px; color: #464d5f; }

.tableorder-now{
    display: inline-block;
    font-size: 16px;
    color: #1b0055 !important;
    border-radius: 7px;
    background-color: #04ffaf;
    text-transform: uppercase;
    padding: 12px 20px;
}
.tableorder-now:hover{background-color:#1b0055; color: #04ffaf !important; }

.newhardware-ssd-table tbody tr:nth-child(odd){background: #ecf0fe}
.newhardware-ssd-table tbody tr:nth-child(even){background: #f7f9ff}
.newhardware-ssd-table .faqlisting ul li{font-size: 18px;}
.newhardware-ssd-table .faqlisting ul li:last-child{margin-bottom: 0}




/*choose-billing*/

.choosebilling-from{margin-top: 50px; border-bottom: 1px solid #00229e; padding-bottom: 50px;}
.choosebilling-left{border-right: 1px solid #c2cabf; padding-right: 30px;}
.choosebilling-right{padding-left: 30px;}

.orderinfo-wrapper h4{
    font-size: 28px;
    font-weight: 600;
    padding-bottom:15px;
    color: #00229e;
}

.common-orderinfo{
    display: block;
    width: 100%;
    padding:30px;
    color: #495057;
    background-color: #f7f9ff;
    border: 1px solid #e3e9fe;
    border-radius: 10px;
}

.choose-cycle-listing ul li{margin-bottom: 20px;}
.configure-server ul li:last-child, .choose-cycle-listing ul li:last-child{margin-bottom: 0}
.orderinfo-wrapper{margin-bottom: 40px;}
.orderinfo-wrapper:last-child{margin-bottom: 0px;}
.configure-server ul li{margin-bottom: 15px;}

.configure-server ul li h5{font-size: 18px; color: #372582; font-weight: 400; width: 250px; display: inline-block; vertical-align: middle; padding-right: 20px; line-height: 26px;}
.configure-server ul li .form-group{width: 350px; margin-bottom: 0; display: inline-block;  vertical-align: middle;}
.configure-server ul li label{padding-left: 20px; font-size: 16px; color: #898e9b; font-style: italic;display: inline-block;  vertical-align: middle;}
.configure-server ul li .form-group input.form-control{ height: 45px;border: 1px solid #e3e9fe; padding: 0 15px;  }
.configure-server ul li .form-group select.form-control{
    border: 1px solid #e3e9fe;
    background: #fff;
    border-radius: 5px;
    height: 45px !important;
    width: 100%;
    padding-left: 15px;
    background-image: url(../images/bg-img.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    color: #898e9b;
    font-weight: 400;
    cursor: pointer;
}


/*price-range*/


.range-slider {
     width: 100%;
}
.range-slider input.range-slider__range {
    -webkit-appearance: none !important;
    width: 100% !important;
    height: 15px !important;
    border-radius: 10px !important;
    background: #d7dcdf;
    outline: none;
    padding: 0 !important;
    margin: 0 !important;
}
.range-slider__range::-webkit-slider-thumb {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #04ffaf;
    cursor: pointer;
    border: 4px solid #fff;
    transition: background 0.15s ease-in-out;
    -webkit-box-shadow: 3px 12px 17px -9px rgba(0, 0, 0, .27);
    box-shadow: 3px 12px 17px -9px rgba(0, 0, 0, .27);
}
.range-slider__range::-moz-range-thumb {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #04ffaf;
    cursor: pointer;
    border: 4px solid #fff;
    transition: background 0.15s ease-in-out;
    -webkit-box-shadow: 3px 12px 17px -9px rgba(0, 0, 0, .27);
    box-shadow: 3px 12px 17px -9px rgba(0, 0, 0, .27);
}
 
 .range-slider__value {
     display: none;
     position: relative;
     width: 60px;
     color: #fff;
     line-height: 20px;
     text-align: center;
     border-radius: 3px;
     background: #2c3e50;
     padding: 5px 10px;
     margin-left: 8px;
}
.range-slider__value:after {
     position: absolute;
     top: 8px;
     left: -7px;
     width: 0;
     height: 0;
     border-top: 7px solid transparent;
     border-right: 7px solid #2c3e50;
     border-bottom: 7px solid transparent;
     content: '';
}
 ::-moz-range-track {
     background: #d7dcdf;
     border: 0;
}
.range-slider input::-moz-focus-inner, .range-slider input::-moz-focus-outer {
     border: 0;
}


/*custome-checkbox*/
.custome-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custome-checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 18px; color: #464d5f;
}

.custome-checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #a1a6b3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
}

.custome-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 8px;
    height: 14px;
    border: solid #a1a6b3;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.order-summery h5{ font-size: 18px; color: #464d5f; font-weight: 500 }
.order-summery h5 strong{color: #00229e;  font-weight: 600}
.order-summery span{color: #898e9b; font-size: 18px;}
.bestprice-div{margin-top: 15px;}
.ordersummery-detail{margin-bottom: 10px;}
.ordersummery-detail p{font-size: 18px; color: #464d5f}

.addfeature-summery h6{ font-size: 22px; color: #00229e; margin-bottom: 20px; }
.addfeature-wrap{margin-bottom: 2px; padding-left: 15px;}
.addfeature-wrap img{margin-left: 5px; display: inline-block;vertical-align: middle;}

.viewcart{ background-color: #04ffaf;padding: 0px 15px; height: 40px; line-height: 40px; font-weight: 500; border-radius: 5px; font-size: 16px; color: #1b0055; text-transform: uppercase; display: inline-block;}
.viewcart img{display: inline-block;vertical-align: middle; margin-right: 5px;}

.continuebtn{margin-left: 10px; background-color: #3f50ac;padding: 0px 15px; height: 40px; line-height: 40px; font-weight: 500; border-radius: 5px; font-size: 16px; color: #fff; text-transform: uppercase; display: inline-block;}
.continuebtn img{display: inline-block;vertical-align: middle; margin-left: 5px;}
.continuebtn:hover{color: #fff;}

.windows-hoting a span {
    color: #00229e;
    font-weight: 600;
    margin-left: 10px;
}
.os-type-div.active {
    background: #1b0055;
    color: #ffffff!important;

}
.os-type-div.active a span {
    color: #ffffff!important;
  
}
.os-type-div {
    padding-left: 11px;
    margin-right: 11px;
    padding-right: 11px;
}





.spinner-section {
   position: absolute;
   left: 50%;

   top: 72%;
    height: 100px;
    width: 100px;


   margin:0px auto;
   -webkit-animation: rotation .6s infinite linear;
   -moz-animation: rotation .6s infinite linear;
   -o-animation: rotation .6s infinite linear;
   animation: rotation .6s infinite linear;
   border-left:6px solid rgba(0,174,239,.15);
   border-right:6px solid rgba(0,174,239,.15);
   border-bottom:6px solid rgba(0,174,239,.15);
   border-top:6px solid rgba(0,174,239,.8);
   border-radius:100%;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}

.overlay-pp{
    /*position: absolute;*/
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: .5;
}
.product-not-found{
    color: #dd54a8; 
    font-size: -webkit-xxx-large;
    text-transform: uppercase;
    font-weight: 800;
}

.remove-arrow::after {
    display: none!important;
}

.remotebackup{margin-top: 80px;margin-bottom: 0 !important;}



/*offers-page*/
.bestofferwebhostings-plans{max-width: 1100px; width: 100%; margin: 0 auto;}

.webhostings-wrapper:nth-child(odd){border: 1px solid #f0a348}
.webhostings-wrapper:nth-child(odd) .hosting-name{background: #f0a348}
.webhostings-wrapper:nth-child(odd) .webhostings-plans-listing{border-bottom: 1px solid #f0a348}
.webhostings-wrapper:nth-child(odd) .hosting-offer{background-color: #f0a348}
.webhostings-wrapper:nth-child(odd) .webhostings-wrapper-footer p span{color: #f0a348}



.webhostings-wrapper:nth-child(even){border: 1px solid #dd54a8}
.webhostings-wrapper:nth-child(even) .hosting-name{background: #dd54a8}
.webhostings-wrapper:nth-child(even) .webhostings-plans-listing{border-bottom: 1px solid #dd54a8}
.webhostings-wrapper:nth-child(even) .hosting-offer{background-color: #dd54a8}
.webhostings-wrapper:nth-child(even) .webhostings-wrapper-footer p span{color: #f28aca}




.bestofferwebhostings-plans .webhostings-wrapper{
    width: 48%;
    background: #f7f9ff;
    position: relative;
    margin: 50px 0;
    box-shadow: 0px 3px 15px -3px rgba(0, 0, 0, .20);
}

.bestofferwebhostings-plans .webhostings-wrapper:nth-child(3), .bestofferwebhostings-plans .webhostings-wrapper:nth-child(4){margin-bottom: 0 !important}


.bestofferwebhostings-plans .webhostings-wrapper .hosting-name{
    display: inline-block;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center;
}

.bestofferwebhostings-plans .webhostings-wrapper .hosting-name h4{
    color: #fff;
    font-weight: 800;
    font-size: 26px;
    padding: 0 50px;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
}

.bestofferwebhostings-plans .webhostings-wrapper .hosting-name h4 span{
    font-weight: 400;
    color: #1b0055;
    display: inline-block;
}


.webhostings-plans-listing{padding: 60px 70px 20px;}
.webhostings-plans-listing ul li{
    background-image: url(../images/blue-tick.png);
    background-repeat: no-repeat;
    background-position: left top 5px;
    padding-left: 25px;
    color: #00229e;
    font-size: 16px;
    font-weight: 500;
}


.webhostings-content{padding: 20px;}
.webhostings-content p{
    font-size: 18px;
    color: #464d5f;
    line-height: 28px;
    font-weight: 500
}

.hosting-offer{
    display: block;
    height: 165px;
    width: 165px;
    border-radius: 50%;
    margin: 30px auto 10px;
    position: relative;
}

.hosting-offer p{
    position: absolute;
    top: calc(50% + 5px);
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    text-align: center;
}
.hosting-offer p span{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
}

.webhostings-wrapper-footer{
    background: #464d5f;
}

.webhostings-wrapper-footer p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 0 20px;
}

.webhostings-wrapper-footer a{
    font-size: 16px;
    color: #1b0055;
    font-weight: 700;
    padding: 12px 25px;
    display: inline-block;
    white-space: nowrap;
    background: #04ffaf
}

.webhostings-wrapper-footer a:hover{
    background: #000;
    color: #fff;
}

/*subscribe-section*/
.subscribe-section{
    background: #000b27;
    padding-top: 90px;
    padding-bottom: 90px;
}

.subscribe-section-heading h3, .subscribe-section-heading h4{color: #fff;}
.subscribe-section-heading p {
    max-width: 748px;
    width: 100%;
    margin: 0 auto; 
    color: #5591ea;
}

.subscribe-section-heading{margin-bottom: 50px;}


/**/
.happy-customer-image figure img{object-fit: cover;}


/**=======blog-page==========**/
/**============blog-page==============**/


.blog-post figure img {
    max-width: 100%;
}

.blog-post {
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
}

#blogs {
    padding: 50px 0;padding:50px 0 20px 0;
}

.blog-post .media-left {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    margin-top: -86px;
    margin-left: 10px;
    min-width: 64px;
} 
.blog-post .media.media-box .media-body {
    padding: 10px;
}

.blog-post .media.media-box  .blog-post-summary {
    padding: 10px 0;
    font-size: 13px;
    line-height: 1.6;
    color: #727272;
    height: 74px;
    overflow: hidden;
}

.blog-post .media.media-box .blog-post-author {
    padding: 10px 0;
    font-size: 13px;
    font-weight: bold;
}

.blog-post .media.media-box .blog-post-author span {
    font-weight: normal;
}

.blog-post .blog-post-cat {
    padding: 10px 10px 0;
    font-size: 13px;
    color: #372582;
    font-weight: 600;
}

.blog-post a:hover {
    color: #000;
}


 

.blog-sidebar .blogs-block {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.blog-sidebar .blogs-block .block-heading {
    font-size: 18px;
    padding: 0 0 10px 0;
    text-transform: capitalize;
}

.blog-sidebar .blogs-block .media-left {
    max-width: 50px;
    float: left;
} 

.blog-sidebar .blogs-block .media-left img {
    max-width: 100%;
}

.blog-sidebar .blogs-block  .media-body {
    margin-left: 64px;
    font-size: 12px;
}

.blog-sidebar .blogs-block .media-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.blog-sidebar .blogs-block .media-list li h4 {
    font-weight: 600;
}

.blog-sidebar .blogs-block .media-list li a {
    color: #372582;
}
#blog-load .pager {
    display: flex;
    justify-content: center;
}
 
#blog-load .pager li {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 4px;
}

#blog-load .pager {
    margin-bottom: 15px;
}

#blog-load .pager li span, #blog-load .pager li a {
    padding: 5px 15px;
    display: inline-block;
}
 


/**===========blog-detail============**/

#blog-page .list-inline {
    display: flex;
}

#blog-page {
    padding: 0 0 50px;
}
 
.blog-page-content {
    padding: 24px 0 0 0;
}

.blog-page-titlebar.clearfix {
    margin-top: -20px;
    background: #fff;
    display: inline-block;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    border-left: 5px solid #372582;
}

#blog-page .list-inline li {
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
}

#blog-page .list-inline li img {
    margin-right: 10px;
}

.blog-page-content .MsoNormal {
    padding: 10px 0;
    font-size: 13px;
}

.blog-page-content h3 {
    display: block;
    padding: 10px 0;
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 10px;
}
 

#blog-page #rating_page-add-form {
    /* background: #fff; */
    /* border: 1px solid #ddd; */
    padding: 10px 0;
    /* box-shadow: 0 0 10px rgba(0,0,0,.2); */
    margin: 20px 0 0;
    border-top: none;
}

#blog-page #rating_page-add-form .btn.btn-brand {
    float: left;
    font-size: 14px;
    padding: 8px 20px;
    font-weight: bold;
    float: none;
    background: #372582;
    color: #fff;
    min-width: 130px;
}

#blog-page #rating_page-add-form label {
    font-size: 14px;
    font-weight: 500;
}

#blog-page #rating_page-add-form .form-control {
    border-radius: 0;
    font-size: 13px;
    padding: 8px 10px;
    background: rgba(243, 243, 243, 1);
    border-color: #eee;
}
 
#blog-page .media-left {
    float: left;
    width: 110px;
    height: 50px;
}

#blog-page .media-left img {
    width: 100%;
    height: 100%;
}

#blog-page .media-body {
    margin-left: 120px;
}

#blog-page .media-body .post-summary {
    font-size: 13px;
    color: #372582;
}

#blog-page .media-body h4 {
    font-size: 14px;
    color: #372582;
    font-weight: 500;
    padding: 2px 0;
    margin-bottom: 5px;
    font-weight: bold;
}

#blog-page 
 .media-list li {
    padding: 15px;
    font-size: 13px;
}

.blog-page-meta .block-heading {
    text-transform: capitalize;
    font-size: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

#blog-page .blog-page-meta {
    padding: 36px 0;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}

.blog-page-comment-section .text-uppercase {
    font-size: 18px;
}

.blog-page-comment-section {
    padding: 36px 0;
}

.blog-page-comment-section .comments {
    background: rgba(243, 243, 243, 1);
    margin: 15px 0 32px;
}

.blog-page-comment-section .comments .media-body {
    margin-left: 0!important;
}

#blog-page .comment-timestamp.pull-right {
    float: left;
    padding-left: 15px;
}
  
.container.custom-container.gallery-header-highligh.banner-contnt {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 10px 20px;
    background: #0000007d;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    max-width: 60%;
    margin-left: 0;
    transform: translateY(-50%);
}

section.banner-outer {
    position: relative;
}

.blog-page-content .MsoNormal a {
    color: #372582;
}
.banner-figure img {
    max-width: 100%;
}



.blog-page-content p, .blog-page-content h2, .blog-page-content ul, .blog-page-content ol, .blog-page-content h3, .blog-page-content h4  {margin-bottom:1rem;}


.blog-page-content ul li, .blog-page-content .list-unstyled {margin-left:20px;padding-left:10px; list-style:circle;}

.blog-page-content a {color:#007bff}

.blog-page-content h2 {font-size:20px;font-weight:bold }
.blog-page-content ol {list-style-type: decimal;margin-left: 40px;}
.blog-page-content ol li {padding-left:15px}
