@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Montserrat Light"),local("Montserrat-Light"),url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD7g4.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Montserrat Regular"),local("Montserrat-Regular"),url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW4.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Montserrat Medium"),local("Montserrat-Medium"),url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Montserrat SemiBold"),local("Montserrat-SemiBold"),url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Montserrat Bold"),local("Montserrat-Bold"),url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local("Montserrat ExtraBold"),local("Montserrat-ExtraBold"),url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H7g4.ttf) format("truetype")
}

.fontMontserrat {
    font-family: Montserrat,sans-serif
}

.fontPoppins {
    font-family: Poppins,sans-serif
}

.block {
    display: block
}

.iblock {
    display: inline-block
}

.inline {
    display: inline
}

.none {
    display: none
}

.fleft {
    float: left
}

.fright {
    float: right
}

.rel {
    position: relative
}

.abs {
    position: absolute
}

.tcenter {
    text-align: center!important
}

.tleft {
    text-align: left!important
}

.tright {
    text-align: right!important
}

.w100 {
    width: 100%
}

a {
    text-decoration: none!important
}

.w-light {
    font-weight: 300!important
}

.w-bold {
    font-weight: 700!important
}

.w-normal {
    font-weight: 400!important
}

.w-medium,.w-semi {
    font-weight: 500!important
}

input[type=password],input[type=text],textarea {
    -webkit-appearance: none
}

input[type=password]:focus,input[type=text]:focus,textarea:focus {
    outline: 0
}

p {
    margin: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

form {
    margin: 0
}

.t-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block
}

.pointer {
    cursor: pointer
}

h1,h2,h3,h4,h5,h6 {
    margin: 0
}

.rows:after,.rows:before {
    content: "";
    display: table;
    clear: both
}

.rowFlex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

img {
    max-width: 100%
}

.container {
    max-width: 100%
}

.headContent strong {
    display: block;
    color: #3aa1ff;
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
    font-family: Montserrat,sans-serif
}

.headContent strong:first-child {
    padding-top: 0
}

.headContent h1,.headContent h2,.headContent h3,.headContent h4,.headContent h5,.headContent h6 {
    color: #105285;
    font-size: 40px;
    font-weight: 600;
    padding-top: 20px;
    font-family: Montserrat,sans-serif
}

.headContent h1:first-child,.headContent h2:first-child,.headContent h3:first-child,.headContent h4:first-child,.headContent h5:first-child,.headContent h6:first-child {
    padding-top: 0
}

.happyCustomer {
    padding: 100px 15px
}

.happyCustomer .headContent {
    padding-bottom: 40px
}

.happyCustomer .item .text {
    background: rgb(255 255 255 / 72%);
    border-radius: 20px;
    padding: 30px 30px 50px 30px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.happyCustomer .item .text>svg path {
    fill: #009cff;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.happyCustomer .item .text>div {
    padding: 10px 0;
    color: #7988a3;
    font-size: 16px;
    font-family: Montserrat,sans-serif;
    line-height: 27px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.happyCustomer .item .text ul {
    font-size: 0
}

.happyCustomer .item .text ul li {
    display: inline-block
}

.happyCustomer .item .text ul li>svg path {
    fill: #009cff;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.happyCustomer .item .name {
    margin-top: -32px;
    padding: 0 30px;
    font-family: Montserrat,sans-serif
}

.happyCustomer .item .name img {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    object-fit: cover
}

.happyCustomer .item .name strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #105285;
    font-family: Montserrat,sans-serif;
    padding: 8px 0
}

.happyCustomer .item .name span {
    display: block;
    font-size: 16px;
    color: #7988a3;
    font-family: Montserrat,sans-serif
}

.happyCustomer .item:hover .text {
    background: #009cff
}

.happyCustomer .item:hover .text>svg path {
    fill: #fff
}

.happyCustomer .item:hover .text>div {
    color: #fff
}

.happyCustomer .item:hover .text ul li>svg path {
    fill: #fff
}

.happyCustomer .owl-dots {
    padding-top: 30px
}

.owl-dots {
    font-size: 0;
    text-align: center!important
}

.owl-dots>div {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin: 5px;
    background: rgba(0,0,0,.1);
    cursor: pointer;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.owl-dots>div.active {
    width: 40px;
    background: #009cff!important
}

#home {
    padding-top: 30px;
    padding-bottom: 70px
}

#home .price {
    padding-bottom: 100px
}

#home .price .item {
    padding-top: 20px;
    padding-bottom: 20px
}

#home .price .item a {
    position: relative;
    top: 0;
    display: block;
    text-align: center!important;
    background: #ffffff85;
    border-radius: 8px;
    padding: 55px 10px 15px 10px;
    box-shadow: 0 0 18px rgba(0,0,0,.02);
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#home .price .item a:hover b {
    color: #fffbfb
}

#home .price .item a b {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 21px;
    height: 28px;
    width: 100%;
    object-fit: contain;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#home .price .item a img:last-child {
    opacity: 0
}

#home .price .item a span {
    display: block;
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    color: #7988a3;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#home .price .item a span u {
    text-decoration: line-through
}

#home .price .item a strong {
    padding-top: 10px;
    display: block;
    font-family: Montserrat,sans-serif;
    font-weight: 800;
    color: #7988a3;
    font-size: 32px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#home .price .item a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 10px;
    right: 10px;
    height: 4px;
    background-color: #43c6e0;
    border-radius: 2px
}

#home .price .item a:hover {
    top: -20px;
    background-color: #43c6e0;
    box-shadow: 0 0 48px rgba(0,0,0,.14)
}

#home .price .item a:hover img {
    opacity: 0
}

#home .price .item a:hover img:last-child {
    opacity: 1
}

#home .price .item a:hover span,#home .price .item a:hover strong {
    color: #fff
}

#home .price .item a.darkBlue:before {
    background: #0f1376
}

#home .price .item a.darkBlue:hover {
    background: #0f1376
}

#home .price .item a.purple:before {
    background: #911cbc
}

#home .price .item a.purple:hover {
    background: #911cbc
}

#home .price .item a.green:before {
    background: #1cbcab
}

#home .price .item a.green:hover {
    background: #1cbcab
}

#home .price .item a.blue:before {
    background: #1185ff
}

#home .price .item a.blue:hover {
    background: #1185ff
}

#home .price .item a.orange:before {
    background: #e9533a
}

#home .price .item a.orange:hover {
    background: #e9533a
}

#home .price .owl-dots {
    font-size: 0;
    text-align: center!important;
    padding-top: 10px
}

#home .price .owl-dots>div {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin: 5px;
    background: rgba(0,0,0,.1);
    cursor: pointer;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#home .price .owl-dots>div.active {
    width: 40px;
    background: #009cff
}

#home .campaign {
    position: relative
}

#home .campaign>div {
    width: 100%;
    max-width: 1430px
}

#home .campaign>div>div {
    position: relative;
    border-radius: 20px;
    background: url(../images/homeCampany.svg) no-repeat center;
    background-size: cover;
    padding: 40px 760px 40px 65px
}

#home .campaign>div>div>div {
    font-family: Montserrat,sans-serif;
    color: #fff
}

#home .campaign>div>div>div>strong {
    display: block;
    font-size: 20px;
    font-weight: 600
}

#home .campaign>div>div>div h1 {
    display: block;
    font-weight: 600;
    font-size: 40px;
    padding: 25px 0 15px
}

#home .campaign>div>div>div p {
    display: block;
    font-size: 20px;
    line-height: 34px;
    padding-bottom: 10px
}

#home .campaign>div>div>div span {
    display: inline-block;
    background-color: #186ff2;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    padding: 7px;
    text-align: center!important;
    border: 1px solid #d6dce040;
}

#home .campaign>div>div>div span b {
    display: block;
    font-weight: 600
}

#home .campaign>div>div ul {
    position: absolute;
    right: 50px;
    width: 700px;
    top: 50%;
    transform: translateY(-50%)
}

#home .campaign>div>div ul li {
    padding-right: 40px
}

#home .campaign>div>div ul li:after,#home .campaign>div>div ul li:before {
    content: "";
    display: table;
    clear: both
}

#home .campaign>div>div ul li:nth-child(even) {
    padding-right: 0;
    padding-left: 40px
}

#home .campaign>div>div ul li>div {
    float: left;
    width: 50%;
    padding: 15px
}

#home .campaign>div>div ul li>div>div {
    background: #fff;
    border-radius: 8px;
    display: table;
    width: 100%
}

#home .campaign>div>div ul li>div>div>div {
    padding: 15px 6px 15px 12px;
    display: table-cell;
    vertical-align: middle;
    font-family: Montserrat,sans-serif
}

#home .campaign>div>div ul li>div>div>div>strong {
    display: block;
    color: #105285;
    font-size: 19px;
    font-weight: 600
}

#home .campaign>div>div ul li>div>div>div>p {
    color: #7988a3;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0
}

#home .campaign>div>div ul li>div>div>div a {
    color: #3aa1ff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline!important
}

#home .campaign>div>div ul li>div>div>div:last-child {
    width: 10px;
    white-space: nowrap;
    text-align: center!important;
    padding: 15px 12px 15px 6px
}

#home .campaign>div>div ul li>div>div>div:last-child img {
    display: block;
    height: 38px;
    object-fit: contain;
    margin: 0 auto
}

#home .campaign>div>div ul li>div>div>div:last-child u {
    display: block;
    font-size: 16px;
    color: #7988a3;
    text-decoration: line-through;
    padding: 10px 0 5px
}

#home .campaign>div>div ul li>div>div>div:last-child b {
    color: #7988a3;
    font-weight: 700!important;
    font-size: 24px
}

#home .campaign:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 100px;
    width: 100%;
    height: 800px
}

#home .hosting {
    position: relative;
    z-index: 5;
    padding-top: 150px
}

#home .hosting>.row {
    margin: 0 -8px;
    padding-top: 50px
}

#home .hosting>.row>div {
    padding: 15px 8px
}

#home .hosting>.row>div>div {
    position: relative;
    font-family: Montserrat,sans-serif
}

#home .hosting>.row>div>div .top {
    position: relative;
    text-align: right!important;
    padding: 35px 20px 35px 110px
}

#home .hosting>.row>div>div .top em {
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #3aa1ff;
    font-style: normal;
    padding: 13px 15px;
    border-radius: 8px;
    transform: translate(-50%,-50%)
}

#home .hosting>.row>div>div .top img {
    position: absolute;
    left: 20px;
    top: 50%;
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-top: -35px
}

#home .hosting>.row>div>div .top strong {
    display: inline-block;
    padding: 20px 15px;
    color: #3aa1ff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    background: rgba(21,212,142,.2)
}

#home .hosting>.row>div>div .head {
    padding: 0 20px
}

#home .hosting>.row>div>div .head span {
    color: #3aa1ff;
    font-size: 20px;
    font-weight: 500;
    display: block;
    line-height: 24px
}

#home .hosting>.row>div>div .head strong {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #105285;
    line-height: 29px;
    padding: 10px 0
}

#home .hosting>.row>div>div .head p {
    font-size: 16px;
    color: #7988a3;
    line-height: 27px
}

#home .hosting>.row>div>div .price {
    text-align: center!important;
    padding-top: 25px;
    padding-bottom: 0
}

#home .hosting>.row>div>div .price>span {
    display: block;
    color: #7988a3;
    font-size: 25px
}

#home .hosting>.row>div>div .price>span span {
    text-decoration: line-through
}

#home .hosting>.row>div>div .price>span sub {
    font-size: 16px;
    bottom: 0
}

#home .hosting>.row>div>div .price strong {
    display: block;
    font-size: 50px;
    color: #105285;
    padding-top: 20px
}

#home .hosting>.row>div>div .price strong sub {
    bottom: 0;
    font-weight: 500;
    font-size: 16px
}

#home .hosting>.row>div>div .buttons {
    text-align: center!important;
    padding: 20px 20px 0
}

#home .hosting>.row>div>div .buttons strong {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: url(../images/homeCampany.svg) no-repeat center;
    border-radius: 8px;
    padding: 13px 15px
}

#home .hosting>.row>div>div .buttons a {
    font-size: 20px;
    font-weight: 500;
    font-family: Poppins,sans-serif;
    background: #15d48e;
    box-shadow: 0 10px 18px rgba(21,212,142,.25);
    display: block;
    color: #fff;
    width: 100%;
    border-radius: 8px;
    padding: 25px 15px;
    margin: 20px 0
}

#home .hosting>.row>div>div .buttons p span {
    display: inline-block;
    position: relative;
    padding-right: 25px
}

#home .hosting>.row>div>div .buttons p span a {
    color: #105285;
    font-size: 14px
}

#home .hosting>.row>div>div .buttons p span a:last-child {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px
}

#home .hosting>.row>div>div .property {
    padding: 0 30px 0 25px
}

#home .hosting>.row>div>div .property ul {
    padding: 10px 0;
    border-top: 1px solid rgba(0,0,0,.08)
}

#home .hosting>.row>div>div .property ul li {
    position: relative;
    padding: 15px 0 15px 42px
}

#home .hosting>.row>div>div .property ul li>img {
    position: absolute;
    left: 0;
    top: 10px;
    width: 32px;
    height: 32px;
    object-fit: contain
}

#home .hosting>.row>div>div .property ul li span {
    color: #105285;
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 20px
}

#home .hosting>.row>div>div .property ul li a {
    position: absolute;
    right: 0;
    top: 17px
}

#home .hosting>.row>div>div:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px
}

#home .hosting>.row>div>div:after {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border: 2px solid #3aa1ff;
    border-radius: 14px;
    opacity: 0;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#home .hosting>.row>div>div:hover:after {
    opacity: 1
}

#home .support {
    text-align: center!important;
    font-size: 0
}

#home .support li {
    display: inline-block;
    padding: 35px 70px
}

#home .support li svg circle {
    fill: #ff9910
}

#home .support li .h {
    display: block;
    color: #105285;
    font-size: 32px;
    font-weight: 600;
    margin: 20px 0 10px
}

#home .support li .s {
    color: #ff9910;
    font-size: 16px;
    font-weight: 600
}

#home .support li:first-child svg circle {
    fill: #3aa1ff
}

#home .support li:first-child .s {
    color: #3aa1ff
}

#home .support li:last-child svg circle {
    fill: #15d48e
}

#home .support li:last-child .s {
    color: #15d48e
}

#wordpress {
    position: relative
}

#wordpress .top {
    position: relative;
    padding: 35px 15px 150px
}

#wordpress .top>div>img {
    position: absolute;
    z-index: 0;
    left: 50%;
    bottom: 15px;
    margin-left: -150px
}

#wordpress .top>div>div {
    display: table;
    width: 100%;
    position: relative;
    z-index: 2
}

#wordpress .top>div>div>div {
    display: table-cell;
    width: 650px;
    padding: 35px 0
}

#wordpress .top>div>div>div div {
    position: relative;
    width: 74px;
    padding: 12px;
    border-radius: 8px;
    background: #2e2bbc
}

#wordpress .top>div>div>div div svg {
    width: 48px
}

#wordpress .top>div>div>div div:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 100%;
    border: 14px solid transparent;
    border-top-color: #2e2bbc;
    margin-left: -14px
}

#wordpress .top>div>div>div h1 {
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-size: 48px;
    font-weight: 700!important;
    padding: 30px 0 15px
}

#wordpress .top>div>div>div h2 {
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-size: 20px;
    font-weight: 400!important
}

#wordpress .top>div>div>ul {
    display: table-cell;
    font-size: 0;
    text-align: right!important;
    padding: 35px 0
}

#wordpress .top>div>div>ul li {
    display: inline-block;
    padding: 7px 4px
}

#wordpress .top>div>div>ul li span {
    position: relative;
    display: block;
    color: #fff;
    font-weight: 300!important;
    font-size: 18px;
    background: #060694;
    border-radius: 5px;
    padding: 25px 20px 25px 60px
}

#wordpress .top>div>div>ul li span svg {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -16px
}

#wordpress .top>div>div>ul li span strong {
    font-weight: 600
}

#wordpress .top>div>div>ul li.break {
    padding: 0;
    display: block
}

#wordpress .top:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/wordpress-head.png) no-repeat top center;
    background-size: cover
}

#wordpress .package {
    padding-top: 32px;
    padding-bottom: 90px;
    margin-top: -150px
}

#wordpress .package>.row {
    margin: 0 -8px
}

#wordpress .package>.row>div {
    padding: 32px 8px
}

#wordpress .package>.row>div>div {
    position: relative;
    background: #fff;
    box-shadow: 0 0 48px rgba(0,0,0,.04);
    border-radius: 8px;
    padding: 50px 15px 20px
}

#wordpress .package>.row>div>div>svg {
    position: absolute;
    left: 15px;
    top: -32px;
    width: 64px;
    height: 64px;
    padding: 16px;
    border-radius: 100%;
    background: #e9533a
}

#wordpress .package>.row>div>div .t em {
    display: block;
    font-style: normal;
    color: #e9533a;
    font-size: 20px;
    font-weight: 500
}

#wordpress .package>.row>div>div .t strong {
    display: block;
    font-size: 24px;
    color: #105285;
    font-weight: 500;
    padding: 15px 0 10px
}

#wordpress .package>.row>div>div .t span {
    color: #7988a3;
    font-size: 16px;
    line-height: 27px
}

#wordpress .package>.row>div>div .p {
    margin: 0;
    padding: 20px 0 15px
}

#wordpress .package>.row>div>div .p>div {
    padding: 0 0;
    text-align: center!important
}

#wordpress .package>.row>div>div .p>div:first-child {
    color: #105285;
    letter-spacing: -.2px
}

#wordpress .package>.row>div>div .p>div:first-child strong {
    display: block;
    font-size: 62px;
    font-weight: 600;
    padding-top: 5px
}

#wordpress .package>.row>div>div .p>div:first-child strong sup {
    top: 28px;
    font-size: 22px;
    font-weight: 400!important;
    vertical-align: top
}

#wordpress .package>.row>div>div .p>div:first-child strong sub {
    bottom: 0;
    font-size: 18px
}

#wordpress .package>.row>div>div .p>div:first-child span {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: #105285;
    padding-top: 7px
}

#wordpress .package>.row>div>div .p>div:last-child {
    color: #e9533a;
    letter-spacing: -.2px
}

#wordpress .package>.row>div>div .p>div:last-child strong {
    display: block
}

#wordpress .package>.row>div>div .p>div:last-child strong b {
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding-top: 7px
}

#wordpress .package>.row>div>div .p>div:last-child span {
    display: block;
    padding-top: 7px;
    font-size: 11px
}

#wordpress .package>.row>div>div .buttons {
    text-align: center!important
}

#wordpress .package>.row>div>div .buttons strong {
    display: block;
    color: #fff;
    font-size: 0;
    font-weight: 500;
    border-radius: 4px;
    overflow: hidden
}

#wordpress .package>.row>div>div .buttons strong span {
    display: inline-block;
    width: 50%;
    font-size: 14px;
    background: #e9533a;
    padding: 15px 10px
}

#wordpress .package>.row>div>div .buttons strong span:last-child {
    color: #e9533a;
    background: #fbdcd7;
    border-left: 1px solid #fff
}

#wordpress .package>.row>div>div .buttons a {
    font-size: 20px;
    font-weight: 500;
    font-family: Poppins,sans-serif;
    background: #15d48e;
    display: block;
    color: #fff;
    width: 100%;
    border-radius: 4px;
    padding: 25px 15px;
    margin: 12px 0
}

#wordpress .package>.row>div>div .buttons p span {
    display: inline-block;
    position: relative;
    padding-right: 25px
}

#wordpress .package>.row>div>div .buttons p span a {
    color: #105285;
    font-size: 14px
}

#wordpress .package>.row>div>div .buttons p span a:last-child {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px
}

#wordpress .package>.row>div>div .property {
    padding: 0 0 0
}

#wordpress .package>.row>div>div .property ul {
    padding: 10px 0;
    border-top: 1px solid rgba(0,0,0,.08)
}

#wordpress .package>.row>div>div .property ul li {
    position: relative;
    padding: 15px 0 15px 42px
}

#wordpress .package>.row>div>div .property ul li>svg {
    position: absolute;
    left: 0;
    top: 10px;
    width: 32px;
    height: 32px;
    object-fit: contain
}

#wordpress .package>.row>div>div .property ul li>svg path {
    fill: #e9533a
}

#wordpress .package>.row>div>div .property ul li span {
    color: #105285;
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 20px
}

#wordpress .package>.row>div>div .property ul li a {
    position: absolute;
    right: 0;
    top: 17px
}

#wordpress .package>.row>div>div select {
    width: 100%;
    color: #7988a3;
    font-size: 16px;
    font-weight: 500;
    background: url(../images/crevron-down-icon.svg) no-repeat right 20px center,#f1f6f9;
    border-radius: 8px;
    padding: 20px;
    appearance: none
}

#wordpress .package>.row>div>div.blue>svg {
    background: #1185ff
}

#wordpress .package>.row>div>div.blue .t em {
    color: #1185ff
}

#wordpress .package>.row>div>div.blue .p>div:last-child strong {
    color: #1185ff
}

#wordpress .package>.row>div>div.blue .p>div:last-child strong svg path {
    fill: #1185ff
}

#wordpress .package>.row>div>div.blue .p>div:last-child span {
    color: #1185ff
}

#wordpress .package>.row>div>div.blue .buttons strong span {
    background: #1185ff
}

#wordpress .package>.row>div>div.blue .buttons strong span:last-child {
    color: #1185ff;
    background: #cfe7ff
}

#wordpress .package>.row>div>div.blue .property ul li>svg path {
    fill: #1185ff
}

#wordpress .package>.row>div>div.purple>svg {
    background: #911cbc
}

#wordpress .package>.row>div>div.purple .t em {
    color: #911cbc
}

#wordpress .package>.row>div>div.purple .p>div:last-child strong {
    color: #911cbc
}

#wordpress .package>.row>div>div.purple .p>div:last-child strong svg path {
    fill: #911cbc
}

#wordpress .package>.row>div>div.purple .p>div:last-child span {
    color: #911cbc
}

#wordpress .package>.row>div>div.purple .buttons strong span {
    background: #911cbc
}

#wordpress .package>.row>div>div.purple .buttons strong span:last-child {
    color: #911cbc;
    background: #e9d1f2
}

#wordpress .package>.row>div>div.purple .property ul li>svg path {
    fill: #911cbc
}

#wordpress .package>.row>div>div.pink>svg {
    background: #ff5f8d
}

#wordpress .package>.row>div>div.pink .t em {
    color: #ff5f8d
}

#wordpress .package>.row>div>div.pink .p>div:last-child strong {
    color: #ff5f8d
}

#wordpress .package>.row>div>div.pink .p>div:last-child strong svg path {
    fill: #ff5f8d
}

#wordpress .package>.row>div>div.pink .p>div:last-child span {
    color: #ff5f8d
}

#wordpress .package>.row>div>div.pink .buttons strong span {
    background: #ff5f8d
}

#wordpress .package>.row>div>div.pink .buttons strong span:last-child {
    color: #ff5f8d;
    background: #ffdfe8
}

#wordpress .package>.row>div>div.pink .property ul li>svg path {
    fill: #ff5f8d
}

#wordpress .package>.button {
    text-align: center!important;
    padding-top: 30px
}

#wordpress .package>.button a {
    display: inline-block;
    background: #3aa1ff;
    border-radius: 8px;
    padding: 20px;
    width: 360px;
    max-width: 100%;
    box-shadow: 0 10px 18px rgba(58,161,255,.25);
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#wordpress .package>.button a span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: Montserrat,sans-serif;
    padding-right: 20px
}

#wordpress .package>.button a span svg {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px
}

#wordpress .package>.button a:hover {
    box-shadow: 0 10px 18px rgba(58,161,255,.5)
}

#wordpress .why {
    padding-bottom: 60px;
    background: url(../images/wordpressWhy.png) no-repeat left 220px,url(../images/wordpressWhy2.png) no-repeat right bottom
}

#wordpress .why .rowFlex {
    margin: 0 -8px;
    padding-top: 30px
}

#wordpress .why .rowFlex>div {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 8px
}

#wordpress .why .rowFlex>div>div {
    text-align: center!important;
    height: 100%;
    border-radius: 14px;
    padding: 20px 15px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.04)
}

#wordpress .why .rowFlex>div>div em {
    display: block;
    font-style: normal;
    color: #15d48e;
    font-family: Montserrat,sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 20px 0 15px;
    text-transform: uppercase
}

#wordpress .why .rowFlex>div>div strong {
    display: block;
    font-family: Montserrat,sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #105285;
    padding-bottom: 15px
}

#wordpress .why .rowFlex>div>div p {
    color: #7988a3;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    line-height: 27px
}

#wordpress .why .rowFlex>div>div.purple svg circle {
    fill: #911cbc
}

#wordpress .why .rowFlex>div>div.purple em {
    color: #911cbc
}

#wordpress .why .rowFlex>div>div.blue svg circle {
    fill: #3aa1ff
}

#wordpress .why .rowFlex>div>div.blue em {
    color: #3aa1ff
}

#wordpress .why .rowFlex>div>div.red svg circle {
    fill: #e9533a
}

#wordpress .why .rowFlex>div>div.red em {
    color: #e9533a
}

#wordpress .why .rowFlex>div>div.pink svg circle {
    fill: #ff5f8d
}

#wordpress .why .rowFlex>div>div.pink em {
    color: #ff5f8d
}

#wordpress .why .rowFlex>div>div.orange svg circle {
    fill: #ff9910
}

#wordpress .why .rowFlex>div>div.orange em {
    color: #ff9910
}

#wordpress .why .rowFlex>div>div.darkBlue svg circle {
    fill: #6266dc
}

#wordpress .why .rowFlex>div>div.darkBlue em {
    color: #6266dc
}

#wordpress .comparison {
    position: relative;
    padding-top: 90px;
    padding-bottom: 80px
}

#wordpress .comparison>div {
    position: relative;
    z-index: 2
}

#wordpress .comparison .headContent {
    position: relative;
    z-index: 2
}

#wordpress .comparison .tabMenu {
    position: relative;
    z-index: 2;
    text-align: center!important;
    font-size: 0;
    padding-top: 35px
}

#wordpress .comparison .tabMenu ul {
    display: inline-block;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 8px;
    padding: 5px
}

#wordpress .comparison .tabMenu ul li {
    display: inline-block;
    padding: 5px
}

#wordpress .comparison .tabMenu ul li a {
    display: block;
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #105285;
    background: #f0f3fa;
    border-radius: 8px;
    padding: 20px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#wordpress .comparison .tabMenu ul li a.active {
    background: #3aa1ff;
    color: #fff;
    box-shadow: 0 10px 18px rgba(58,161,255,.25)
}

#wordpress .comparison .detail {
    position: relative;
    background: #fff;
    border-radius: 8px;
    margin-top: 50px
}

#wordpress .comparison .detail ul {
    display: table;
    width: 100%
}

#wordpress .comparison .detail ul li {
    display: table-row
}

#wordpress .comparison .detail ul li>span {
    color: #7988a3;
    font-size: 16px;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    padding: 10px;
    font-family: Montserrat,sans-serif;
    text-align: center!important
}

#wordpress .comparison .detail ul li>span:first-child {
    text-align: left!important;
    color: #105285
}

#wordpress .comparison .detail ul li>span select {
    width: 100%;
    color: #7988a3;
    font-size: 15px;
    font-weight: 500;
    background: url(../images/crevron-down-icon.svg) no-repeat right 10px center,#f1f6f9;
    border-radius: 8px;
    padding: 20px 10px;
    appearance: none
}

#wordpress .comparison .detail ul li>span a {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #15d48e;
    border-radius: 4px;
    padding: 20px 10px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#wordpress .comparison .detail ul li>span button:hover {
    box-shadow: 0 0 18px rgba(0,0,0,.075)
}

#wordpress .comparison .detail ul li.head {
    background: #fff!important
}

#wordpress .comparison .detail ul li.head>span {
    position: relative;
    font-size: 20px;
    color: #105285;
    text-align: left!important;
    padding: 25px 20px;
    width: 200px;
    border-left: 1px solid rgba(0,0,0,.08)
}

#wordpress .comparison .detail ul li.head>span strong {
    font-weight: 600
}

#wordpress .comparison .detail ul li.head>span span {
    display: block;
    color: #7988a3;
    font-weight: 500;
    font-size: 16px;
    border-left: none;
    padding-top: 10px
}

#wordpress .comparison .detail ul li.head>span svg {
    position: absolute;
    right: 18px;
    bottom: 12px;
    width: 32px
}

#wordpress .comparison .detail ul li.head>span.red {
    border-bottom: 3px solid #e9533a
}

#wordpress .comparison .detail ul li.head>span.red svg path {
    fill: #e9533a
}

#wordpress .comparison .detail ul li.head>span.blue {
    border-bottom: 3px solid #1185ff
}

#wordpress .comparison .detail ul li.head>span.blue svg path {
    fill: #1185ff
}

#wordpress .comparison .detail ul li.head>span.purple {
    border-bottom: 3px solid #911cbc
}

#wordpress .comparison .detail ul li.head>span.purple svg path {
    fill: #911cbc
}

#wordpress .comparison .detail ul li.head>span.pink {
    border-bottom: 3px solid #ff5f8d
}

#wordpress .comparison .detail ul li.head>span.pink svg path {
    fill: #ff5f8d
}

#wordpress .comparison .detail ul li.head>span:first-child {
    border-left: none;
    width: auto;
    border-bottom: 3px solid #e7e7e7
}

#wordpress .comparison .detail ul li:nth-child(odd) {
    background: #fafbfe
}

#wordpress .comparison .detail:before {
    position: absolute;
    content: "";
    left: -30px;
    bottom: 100%;
    width: 300px;
    height: 220px
}

#wordpress .comparison .detail:after {
    position: absolute;
    content: "";
    right: -42px;
    top: 280px;
    width: 84px;
    height: 84px;
    z-index: -1;
    background: url(../images/wordpressDetailPlanet.png)
}

#wordpress .comparison .detail>div:before {
    position: absolute;
    content: "";
    left: -105px;
    top: 580px;
    width: 172px;
    height: 174px;
    z-index: -1;
    background: url(../images/wordpressDetailPlanet2.png)
}

#wordpress .comparison .detail>div:after {
    position: absolute;
    content: "";
    right: -97px;
    bottom: -70px;
    width: 177px;
    height: 175px;
    z-index: -1;
    background: url(../images/wordpressDetailPlanet3.png)
}

#wordpress .comparison .mobileDetail {
    display: none
}

#wordpress .comparison .mobileDetail>div>div {
    background: #fff;
    border-radius: 8px;
    margin-top: 15px
}

#wordpress .comparison .mobileDetail>div>div>div {
    position: relative;
    font-size: 20px;
    color: #105285;
    padding: 15px 20px
}

#wordpress .comparison .mobileDetail>div>div>div strong {
    font-weight: 600
}

#wordpress .comparison .mobileDetail>div>div>div span {
    display: block;
    color: #7988a3;
    font-weight: 500;
    font-size: 16px;
    border-left: none;
    padding-top: 10px
}

#wordpress .comparison .mobileDetail>div>div>div svg {
    position: absolute;
    right: 18px;
    bottom: 12px;
    width: 32px
}

#wordpress .comparison .mobileDetail>div>div>div.red {
    border-bottom: 3px solid #e9533a
}

#wordpress .comparison .mobileDetail>div>div>div.red svg path {
    fill: #e9533a
}

#wordpress .comparison .mobileDetail>div>div>div.blue {
    border-bottom: 3px solid #1185ff
}

#wordpress .comparison .mobileDetail>div>div>div.blue svg path {
    fill: #1185ff
}

#wordpress .comparison .mobileDetail>div>div>div.purple {
    border-bottom: 3px solid #911cbc
}

#wordpress .comparison .mobileDetail>div>div>div.purple svg path {
    fill: #911cbc
}

#wordpress .comparison .mobileDetail>div>div>div.pink {
    border-bottom: 3px solid #ff5f8d
}

#wordpress .comparison .mobileDetail>div>div>div.pink svg path {
    fill: #ff5f8d
}

#wordpress .comparison .mobileDetail>div>div ul li {
    color: #7988a3;
    font-size: 13px;
    display: block;
    vertical-align: middle;
    padding: 15px 10px;
    font-family: Montserrat,sans-serif;
    text-align: center!important
}

#wordpress .comparison .mobileDetail>div>div ul li strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
    color: #105285
}

#wordpress .comparison .mobileDetail>div>div ul li select {
    width: 100%;
    color: #7988a3;
    font-size: 15px;
    font-weight: 500;
    background: url(../images/crevron-down-icon.svg) no-repeat right 10px center,#f1f6f9;
    border-radius: 8px;
    padding: 20px 10px;
    appearance: none
}

#wordpress .comparison .mobileDetail>div>div ul li button {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #15d48e;
    border-radius: 8px;
    padding: 20px 10px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#wordpress .comparison .mobileDetail>div>div ul li button:hover {
    box-shadow: 0 0 18px rgba(0,0,0,.075)
}

#wordpress .comparison .mobileDetail>div>div ul li:nth-child(even) {
    background: #fafbfe
}

#wordpress .comparison:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 250px
}

#wordpress .cause {
    padding-top: 50px
}

#wordpress .cause .headContent h3 {
    font-size: 24px;
    line-height: 38px
}

#wordpress .cause .headContent button {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #3aa1ff;
    border-radius: 8px;
    padding: 20px 25px;
    box-shadow: 0 10px 18px rgba(58,161,255,.25);
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#wordpress .cause .headContent button:hover {
    box-shadow: 0 10px 18px rgba(58,161,255,.5)
}

#wordpress .cause .owl-carousel .item {
    padding: 20px 0
}

#wordpress .cause .owl-carousel .item>a {
    display: block;
    text-align: center!important;
    font-family: Montserrat,sans-serif;
    border-radius: 8px;
    background: #fff;
    padding: 20px 10px 30px;
    box-shadow: 0 10px 48px rgba(0,0,0,.02);
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#wordpress .cause .owl-carousel .item>a svg path {
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#wordpress .cause .owl-carousel .item>a strong {
    display: block;
    color: #105285;
    font-size: 18px;
    font-weight: 600;
    padding-top: 25px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#wordpress .cause .owl-carousel .item>a span {
    display: block;
    color: #7988a3;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 0;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#wordpress .cause .owl-carousel .item>a i {
    color: #7988a3;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#wordpress .cause .owl-carousel .item>a:hover {
    background: #ee672f
}

#wordpress .cause .owl-carousel .item>a:hover svg path {
    fill: #fff
}

#wordpress .cause .owl-carousel .item>a:hover i,#wordpress .cause .owl-carousel .item>a:hover span,#wordpress .cause .owl-carousel .item>a:hover strong {
    color: #fff
}

#wordpress .cause .owl-carousel .owl-dots {
    font-size: 0;
    text-align: center!important
}

#wordpress .cause .owl-carousel .owl-dots>div {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin: 5px;
    background: rgba(0,0,0,.1);
    cursor: pointer;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#wordpress .cause .owl-carousel .owl-dots>div.active {
    width: 40px;
    background: #009cff
}

#wordpress .freeTransport {
    padding-bottom: 40px
}

#wordpress .freeTransport .headContent p {
    font-family: Montserrat,sans-serif;
    font-size: 20px;
    line-height: 34px;
    color: #7988a3;
    padding: 20px 0
}

#wordpress .freeTransport .slogan img {
    float: right;
    width: 100%
}

#wordpress .offer {
    padding-top: 50px
}

#wordpress .offer .headContent p {
    font-size: 20px;
    color: #105285;
    font-family: Montserrat,sans-serif;
    padding-top: 20px
}

#wordpress .offer .row {
    margin: 0 -8px;
    padding-top: 20px
}

#wordpress .offer .row>div {
    padding: 16px 8px 0
}

#wordpress .offer .row>div>div {
    padding: 20px;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,.08);
    font-family: Montserrat,sans-serif;
    background-color: #fff
}

#wordpress .offer .row>div>div em {
    display: block;
    font-style: normal;
    color: #911cbc;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 0
}

#wordpress .offer .row>div>div strong {
    color: #105285;
    font-size: 18px;
    font-weight: 600
}

#wordpress .offer .row>div>div p {
    font-size: 14px;
    color: #7988a3;
    line-height: 27px;
    padding-top: 15px
}

#wordpress .offer .row>div>div.red em {
    color: #ff5f8d
}

#wordpress .offer .row>div>div.blue em {
    color: #3aa1ff
}

#wordpress .offer .row>div>div.green em {
    color: #15d48e
}

#wordpress .faq {
    padding: 90px 15px
}

#wordpress .faq ul {
    padding-top: 30px
}

#wordpress .faq ul li {
    font-family: Montserrat,sans-serif;
    border-radius: 8px;
    margin-top: 10px;
    border: 1px solid rgba(0,0,0,.08);
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#wordpress .faq ul li>strong {
    display: block;
    color: #7988a3;
    font-size: 18px;
    background-color: #fff;
    font-weight: 600;
    padding: 40px 30px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    cursor: pointer
}

#wordpress .faq ul li div {
    color: #105285;
    line-height: 29px;
    font-size: 16px;
    border-top: 1px solid #3aa1ff;
    padding: 30px;
    background-color: #fff;
    display: none
}

#wordpress .faq ul li.active {
    border-color: #3aa1ff
}

#wordpress .faq ul li.active strong {
    color: #3aa1ff
}

#wordpress .faq ul li.open {
    border-color: #3aa1ff
}

#wordpress .faq ul li.open>strong {
    color: #3aa1ff
}

#wordpress .faq ul li.open>div {
    display: block
}

#dedicated {
    position: relative;
    background: #fafbfe
}

#dedicated .top {
    position: relative;
    padding: 35px 15px 125px;
    overflow: hidden
}

#dedicated .top>div {
    position: relative
}

#dedicated .top>div>div {
    position: relative;
    z-index: 2;
    width: 650px;
    padding: 35px 0 15px;
    max-width: 100%
}

#dedicated .top>div>div div {
    position: relative;
    width: 74px;
    padding: 12px;
    border-radius: 8px;
    background: #2e2bbc
}

#dedicated .top>div>div div svg {
    width: 48px
}

#dedicated .top>div>div div:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 100%;
    border: 14px solid transparent;
    border-top-color: #2e2bbc;
    margin-left: -14px
}

#dedicated .top>div>div h1 {
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-size: 48px;
    font-weight: 700!important;
    padding: 30px 0 15px
}

#dedicated .top>div>div h2 {
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400!important
}

#dedicated .top>div>ul {
    position: relative;
    z-index: 2;
    font-size: 0;
    padding-bottom: 60px
}

#dedicated .top>div>ul li {
    display: inline-block;
    padding: 7px 7px 7px 0
}

#dedicated .top>div>ul li span {
    position: relative;
    display: block;
    color: #fff;
    font-weight: 300!important;
    font-size: 18px;
    background: #060694;
    border-radius: 8px;
    padding: 25px 20px 25px 60px
}

#dedicated .top>div>ul li span svg {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -16px
}

#dedicated .top>div>ul li span strong {
    font-weight: 600
}

#dedicated .top>div>ul li.break {
    padding: 0;
    display: block
}

#dedicated .top>div>img {
    position: absolute;
    right: -90px;
    top: 50%;
    transform: translateY(-50%)
}

#dedicated .top:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/wordpress-head.png) no-repeat top center;
    background-size: cover
}

#dedicated .detail {
    position: relative;
    width: 1330px;
    margin-top: -105px;
    overflow: hidden
}

#dedicated .detail>div {
    padding: 30px 30px;
    background: #fff;
    border-radius: 20px
}

#dedicated .detail>div .tabMenu {
    font-size: 0;
    padding-bottom: 20px;
    text-align: center!important
}

#dedicated .detail>div .tabMenu ul {
    display: inline-block;
    padding: 5px;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,.08)
}

#dedicated .detail>div .tabMenu ul li {
    display: inline-block;
    padding: 5px
}

#dedicated .detail>div .tabMenu ul li a {
    display: block;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #105285;
    padding: 25px 60px;
    border-radius: 8px;
    background: #f0f3fa;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#dedicated .detail>div .tabMenu ul li a.active {
    background: #911cbc;
    color: #fff;
    box-shadow: 0 10px 18px rgba(145,28,188,.25)
}

#dedicated .detail>div .t {
    display: table;
    width: 100%
}

#dedicated .detail>div .t>div {
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px
}

#dedicated .detail>div .t>div h2,#dedicated .detail>div .t>div h3 {
    font-size: 24px;
    color: #105285;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    padding: 15px 0
}

#dedicated .detail>div .t>div p {
    font-size: 16px;
    font-family: Montserrat,sans-serif;
    color: #7988a3;
    line-height: 27px
}

#dedicated .detail>div .t>div:last-child {
    width: 365px
}

#dedicated .detail>div .l {
    background: #f5f7ff;
    border-radius: 14px;
    overflow: hidden;
    margin-top: 30px
}

#dedicated .detail>div .l table {
    width: 100%
}

#dedicated .detail>div .l table thead tr th {
    color: #105285;
    font-family: Montserrat,sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-align: center!important;
    padding: 30px 20px
}

#dedicated .detail>div .l table tbody {
    background: #fafbfe
}

#dedicated .detail>div .l table tbody tr td {
    text-align: center!important;
    padding: 15px 20px;
    height: 110px;
    vertical-align: middle;
    font-family: Montserrat,sans-serif;
    color: #105285;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500
}

#dedicated .detail>div .l table tbody tr td.model strong {
    display: block;
    color: #105285;
    font-family: Montserrat,sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-align: center!important;
    padding-top: 5px
}

#dedicated .detail>div .l table tbody tr td.cpu strong {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background: #911cbc;
    border-radius: 3px;
    padding: 7px 15px
}

#dedicated .detail>div .l table tbody tr td.cpu p {
    display: block;
    padding-top: 5px
}

#dedicated .detail>div .l table tbody tr td.price span {
    color: #911cbc
}

#dedicated .detail>div .l table tbody tr td.buy button {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #15d48e;
    border-radius: 8px;
    padding: 20px 10px;
    white-space: nowrap;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#dedicated .detail>div .l table tbody tr td.buy button:hover {
    box-shadow: 0 10px 18px rgba(21,212,142,.15)
}

#dedicated .detail>div .l table tbody tr.even {
    background: #f5f7ff
}

#dedicated .detail>div .l table tbody tr.sub {
    display: none
}

#dedicated .detail>div .l table tbody tr.sub td {
    position: relative;
    padding: 40px;
    border-top: 2px solid #e6e7ea;
    text-align: left!important
}

#dedicated .detail>div .l table tbody tr.sub td ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin: 0 -12px
}

#dedicated .detail>div .l table tbody tr.sub td ul li {
    position: relative;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 16px;
    padding: 12px 12px 12px 60px
}

#dedicated .detail>div .l table tbody tr.sub td ul li svg {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -16px
}

#dedicated .detail>div .l table tbody tr.sub td .right p {
    font-size: 0;
    display: block;
    padding: 5px;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,.08)
}

#dedicated .detail>div .l table tbody tr.sub td .right p span {
    display: inline-block;
    width: 50%;
    padding: 5px
}

#dedicated .detail>div .l table tbody tr.sub td .right p span strong {
    display: block;
    text-align: center!important;
    font-size: 16px;
    font-weight: 600;
    color: #911cbc;
    background: #f0f3fa;
    border-radius: 8px;
    padding: 20px 10px
}

#dedicated .detail>div .l table tbody tr.sub td .right p span:last-child strong {
    background: #f0f3fa;
    box-shadow: none;
    color: #105285
}

#dedicated .detail>div .l table tbody tr.sub td .right a {
    width: 100%;
    display: block;
    text-align: center!important;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: #15d48e;
    border-radius: 8px;
    padding: 25px 10px;
    margin-top: 10px;
    outline: 0!important;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#dedicated .detail>div .l table tbody tr.sub td .right a:hover {
    box-shadow: 0 10px 18px rgba(21,212,142,.15)
}

#dedicated .detail>div .l table tbody tr.sub td:before {
    position: absolute;
    content: "";
    left: 45px;
    top: 0;
    border: 12px solid transparent;
    border-top-color: #e6e7ea
}

#dedicated .detail>div .l table tbody tr.sub.open {
    display: table-row
}

#dedicated .detail>div .w {
    margin: 0 -45px;
    padding-top: 45px
}

#dedicated .detail>div .w>div {
    padding: 15px 45px
}

#dedicated .detail>div .w strong {
    display: block;
    font-family: Montserrat,sans-serif;
    color: #ff5f8d;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0
}

#dedicated .detail>div .w h3 {
    display: block;
    font-family: Montserrat,sans-serif;
    color: #105285;
    font-size: 24px;
    font-weight: 600
}

#dedicated .detail>div .w p {
    display: block;
    font-family: Montserrat,sans-serif;
    color: #7988a3;
    font-size: 16px;
    line-height: 27px;
    padding-top: 15px
}

#dedicated .detail>div .w .red strong {
    color: #e9533a
}

#dedicated .detail>div .w .green strong {
    color: #15d48e
}

#dedicated .detail>div .b {
    display: table;
    margin: 70px 0 35px;
    width: 100%
}

#dedicated .detail>div .b>div {
    display: table-cell;
    width: 420px;
    max-width: 100%;
    vertical-align: middle
}

#dedicated .detail>div .b>div h4 {
    font-size: 24px;
    line-height: 38px;
    padding-top: 15px
}

#dedicated .detail>div .b ul {
    display: table-cell;
    font-size: 0;
    text-align: center!important;
    vertical-align: middle
}

#dedicated .detail>div .b ul li {
    display: inline-block;
    width: 25%;
    padding: 20px
}

#dedicated .quality {
    background: url(../images/dedicatedQuality.png) no-repeat center;
    background-size: cover;
    padding: 130px 15px;
    margin: -130px 0
}

#dedicated .quality>div {
    width: 720px;
    text-align: center!important;
    margin: 0 auto;
    max-width: 100%;
    color: #fff;
    font-family: Montserrat,sans-serif
}

#dedicated .quality>div .item {
    padding: 40px 0
}

#dedicated .quality>div .item img {
    width: auto
}

#dedicated .quality>div .item strong {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding: 20px 0
}

#dedicated .quality>div .item h4 {
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600
}

#dedicated .quality>div .item p {
    display: block;
    font-size: 20px;
    line-height: 34px;
    padding-top: 20px
}

#dedicated .quality>div .owl-dots {
    padding-bottom: 40px
}

#dedicated .quality>div .owl-dots>div {
    background: #8a8ac3
}

#dedicated .access {
    width: 1330px
}

#dedicated .access>div {
    background: #fff;
    border-radius: 20px;
    padding: 80px 50px 20px
}

#dedicated .access .step {
    margin: 70px 0 120px;
    display: table;
    table-layout: fixed;
    width: 100%
}

#dedicated .access .step li {
    position: relative;
    display: table-cell;
    text-align: center!important
}

#dedicated .access .step li span {
    display: inline-block;
    background: #edeffa;
    border-radius: 8px;
    line-height: 80px;
    width: 80px;
    text-align: center!important;
    color: #105285;
    font-size: 21px;
    font-weight: 600
}

#dedicated .access .step li strong {
    display: block;
    color: #105285;
    font-size: 21px;
    font-weight: 600;
    padding-top: 20px
}

#dedicated .access .step li:before {
    position: absolute;
    content: "";
    top: 39px;
    left: 100%;
    max-width: 150px;
    width: 50%;
    transform: translateX(-50%);
    border-top: 2px dashed rgba(0,0,0,.1)
}

#dedicated .access .step li:last-child:before {
    display: none
}

#dedicated .access .bottom {
    display: table;
    width: 100%
}

#dedicated .access .bottom .headContent {
    vertical-align: middle
}

#dedicated .access .bottom .headContent strong {
    color: #911cbc
}

#dedicated .access .bottom .headContent p {
    color: #7988a3;
    font-size: 20px;
    line-height: 34px;
    padding-top: 20px
}

#dedicated .access .bottom .image {
    width: 365px;
    display: table-cell;
    vertical-align: middle;
    text-align: right!important
}

#dedicated .list {
    overflow: hidden;
    padding: 80px 15px
}

#dedicated .list>div {
    margin: 0 -120px
}

#dedicated .list>div>div {
    padding: 0 120px
}

#dedicated .list .headContent h5 {
    font-size: 24px
}

#dedicated .list ul {
    padding-top: 30px
}

#dedicated .list ul li {
    position: relative;
    padding: 0 10px 30px 65px;
    font-size: 14px;
    color: #7988a3;
    line-height: 26px;
    font-family: Montserrat,sans-serif
}

#dedicated .list ul li strong {
    display: block;
    color: #105285;
    font-weight: 600
}

#dedicated .list ul li strong b {
    font-weight: 700!important;
    color: #3aa1ff
}

#dedicated .list ul li svg {
    position: absolute;
    left: 0;
    top: 0
}

#dedicated .list ul li:last-child {
    padding-bottom: 0
}

#dedicated .list .red {
    border-left: 2px solid rgba(0,0,0,.1)
}

#dedicated .list .red .headContent strong {
    color: #ff5f8d
}

#dedicated .list .red ul li strong b {
    color: #ff5f8d
}

#dedicated .cms {
    width: 1430px;
    padding: 70px 15px
}

#dedicated .cms>div {
    padding: 40px 25px;
    border-radius: 20px;
    background: url(../images/dedicatedCmsBack.png) no-repeat center;
    background-size: cover;
    font-family: Montserrat,sans-serif;
    color: #fff
}

#dedicated .cms>div>div {
    position: relative;
    padding-right: 475px
}

#dedicated .cms>div strong {
    display: block;
    padding: 20px 0 15px
}

#dedicated .cms>div h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px
}

#dedicated .cms>div p {
    display: block;
    font-size: 16px;
    line-height: 27px;
    padding-top: 15px
}

#dedicated .cms>div ul {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

#dedicated .cms>div ul li {
    padding: 20px 0 20px 40px
}

#dedicated .cms>div ul li img {
    padding: 7px 9px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 18px rgba(0,0,0,.1)
}

#dedicated .cms>div ul li:nth-child(even) {
    padding: 20px 40px 20px 0
}

#dedicated .matter>div {
    display: table;
    padding: 45px 0;
    width: 100%
}

#dedicated .matter>div>div {
    display: table-cell;
    vertical-align: middle
}

#dedicated .matter>div .image {
    width: 500px
}

#dedicated .matter>div .headContent {
    padding-left: 60px
}

#dedicated .matter>div .headContent svg circle {
    fill: #911cbc
}

#dedicated .matter>div .headContent strong {
    color: #911cbc
}

#dedicated .matter>div .headContent p {
    font-family: Montserrat,sans-serif;
    font-size: 20px;
    line-height: 34px;
    color: #7988a3;
    padding-top: 15px
}

#dedicated .matter>div.green .headContent svg circle {
    fill: #15d48e
}

#dedicated .matter>div.green .headContent strong {
    color: #15d48e
}

#dedicated .matter>div:nth-child(even) .headContent {
    padding-left: 0;
    padding-right: 60px
}

#dedicated .different {
    background: url(../images/dedicatedDifferintBack.png) no-repeat center;
    background-size: cover;
    padding: 90px 0 80px;
    margin-top: 80px
}

#dedicated .different h6 {
    color: #fff
}

#dedicated .different p {
    font-size: 20px;
    font-family: Montserrat,sans-serif;
    color: #fff;
    line-height: 34px;
    padding-top: 15px
}

#dedicated .different ul {
    display: inline-block;
    text-align: center!important;
    font-size: 0;
    margin: 0 -8px;
    padding-top: 50px
}

#dedicated .different ul:after,#dedicated .different ul:before {
    content: "";
    display: table;
    clear: both
}

#dedicated .different ul>li {
    display: inline-block;
    width: 16.666667%;
    padding: 8px;
    box-sizing: border-box
}

#dedicated .different ul>li div {
    display: block;
    text-align: center!important;
    background: #fff;
    border-radius: 8px;
    overflow: hidden
}

#dedicated .different ul>li div svg {
    width: 100%;
    height: auto
}

#dedicated .different ul>li div p {
    font-family: Montserrat,sans-serif;
    font-size: 20px;
    color: #105285;
    line-height: 27px;
    padding: 20px 10px
}

#dedicated .different ul>li div p strong {
    display: block;
    font-weight: 600
}

#coLocation {
    position: relative;
    background: #fafbfe
}

#coLocation .top {
    position: relative;
    overflow: hidden
}

#coLocation .top>div {
    position: relative;
    padding: 35px 15px 125px
}

#coLocation .top>div>div {
    position: relative;
    z-index: 2;
    width: 650px;
    padding: 35px 0 15px;
    max-width: 100%
}

#coLocation .top>div>div div {
    position: relative;
    width: 74px;
    padding: 12px;
    border-radius: 8px;
    background: #2e2bbc
}

#coLocation .top>div>div div svg {
    width: 48px
}

#coLocation .top>div>div div:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 100%;
    border: 14px solid transparent;
    border-top-color: #2e2bbc;
    margin-left: -14px
}

#coLocation .top>div>div h1 {
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-size: 48px;
    font-weight: 700!important;
    padding: 30px 0 15px
}

#coLocation .top>div>div h2 {
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400!important
}

#coLocation .top>div>img {
    position: absolute;
    right: 15px;
    bottom: 0;
    max-height: 90%
}

#coLocation .top:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/wordpress-head.png) no-repeat top center;
    background-size: cover
}

#coLocation .professional {
    position: relative;
    width: 1330px;
    margin-top: -90px
}

#coLocation .professional>div {
    padding: 45px 15px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 48px rgba(0,0,0,.04)
}

#coLocation .step .rowFlex {
    margin: 0 -8px
}

#coLocation .step .rowFlex>div {
    position: relative;
    padding: 180px 8px 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

#coLocation .step .rowFlex>div>div {
    position: relative;
    text-align: center!important;
    background: #fff;
    padding: 25px 10px;
    border-radius: 8px;
    box-shadow: 0 10px 48px rgba(0,0,0,.04);
    height: 100%
}

#coLocation .step .rowFlex>div>div strong {
    display: block;
    font-family: Montserrat,sans-serif;
    font-size: 17px;
    color: #105285;
    font-weight: 600;
    line-height: 32px;
    padding-top: 10px
}

#coLocation .step .rowFlex>div>div:before {
    position: absolute;
    content: "";
    left: 50%;
    top: -10px;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    border-radius: 100%;
    border: 5px solid #fff;
    background: #3aa1ff
}

#coLocation .step .rowFlex>div:before {
    position: absolute;
    content: "";
    left: 50%;
    top: -10px;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    border-radius: 100%;
    border: 5px solid #fff;
    background: #3aa1ff
}

#coLocation .step .rowFlex>div:after {
    position: absolute;
    content: "";
    top: 20px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    border-left: 2px dashed #3aa1ff;
    height: 140px
}

#coLocation .step .rowFlex>div.red:before {
    background: #e9533a
}

#coLocation .step .rowFlex>div.red:after {
    border-color: #e9533a
}

#coLocation .step .rowFlex>div.red>div:before {
    background: #e9533a
}

#coLocation .step .rowFlex>div.purple:before {
    background: #911cbc
}

#coLocation .step .rowFlex>div.purple:after {
    border-color: #911cbc
}

#coLocation .step .rowFlex>div.purple>div:before {
    background: #911cbc
}

#coLocation .step .rowFlex>div.pink:before {
    background: #ff5f8d
}

#coLocation .step .rowFlex>div.pink:after {
    border-color: #ff5f8d
}

#coLocation .step .rowFlex>div.pink>div:before {
    background: #ff5f8d
}

#coLocation .grid {
    padding: 90px 15px
}

#coLocation .grid .headContent svg {
    margin-left: 30px
}

#coLocation .grid .headContent svg:first-child {
    margin-left: 0
}

#coLocation .grid .headContent strong {
    color: #15d48e
}

#coLocation .grid .headContent h3 {
    font-size: 24px;
    line-height: 38px
}

#coLocation .grid ul {
    margin: 0 -8px
}

#coLocation .grid ul li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 8px 16px
}

#coLocation .grid ul li a {
    display: block;
    height: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 25px 15px;
    box-shadow: 0 10px 48px rgba(0,0,0,.02);
    font-family: Montserrat,sans-serif;
    text-align: center!important;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#coLocation .grid ul li a>* {
    margin-top: 10px
}

#coLocation .grid ul li a strong {
    display: block;
    font-size: 18px;
    color: #105285;
    font-weight: 600;
    line-height: 22px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#coLocation .grid ul li a span {
    display: block;
    color: #7988a3;
    font-size: 15px;
    line-height: 24px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#coLocation .grid ul li a svg {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#coLocation .grid ul li a svg path {
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#coLocation .grid ul li a:hover {
    background: #15d48e;
    box-shadow: 0 10px 48px rgba(21,212,142,.25)
}

#coLocation .grid ul li a:hover span,#coLocation .grid ul li a:hover strong {
    color: #fff
}

#coLocation .grid ul li a:hover svg path {
    fill: #fff
}

#coLocation .matter {
    background: #fff
}

#coLocation .matter>div>div {
    display: table;
    padding: 45px 0;
    width: 100%
}

#coLocation .matter>div>div>div {
    display: table-cell;
    vertical-align: middle
}

#coLocation .matter>div>div .image {
    width: 540px
}

#coLocation .matter>div>div .headContent {
    padding-left: 60px
}

#coLocation .matter>div>div .headContent p {
    font-family: Montserrat,sans-serif;
    font-size: 20px;
    line-height: 34px;
    color: #7988a3;
    padding-top: 15px
}

#coLocation .matter>div>div.red .headContent strong {
    color: #e9533a
}

#coLocation .matter>div>div.green .headContent strong {
    color: #15d48e
}

#coLocation .matter>div>div:nth-child(odd) .headContent {
    padding-left: 0;
    padding-right: 60px
}

#standartWildcard {
    position: relative;
    background: #fafbfe
}

#standartWildcard .top {
    position: relative;
    overflow: hidden;
    padding: 120px 0 330px
}

#standartWildcard .top ul {
    position: relative;
    text-align: center!important;
    z-index: 2;
    font-size: 0
}

#standartWildcard .top ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 30px
}

#standartWildcard .top ul li div {
    position: relative;
    width: 170px;
    padding: 30px 10px;
    border-radius: 100%;
    background: #060694;
    border: 2px solid #3aa1ff;
    color: #fff;
    font-family: Montserrat,sans-serif
}

#standartWildcard .top ul li div strong {
    display: block;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    padding-top: 8px
}

#standartWildcard .top ul li div.center {
    border-width: 4px;
    width: 220px;
    padding: 40px 10px;
    background: 0 0
}

#standartWildcard .top ul li div.center strong {
    font-size: 21px;
    line-height: 26px;
    padding-top: 15px
}

#standartWildcard .top ul li div:after,#standartWildcard .top ul li div:before {
    position: absolute;
    content: "";
    left: 100%;
    top: 50%;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 5px solid #fff;
    background: #3aa1ff
}

#standartWildcard .top ul li div:before {
    left: 0
}

#standartWildcard .top ul li div.red {
    border-color: #e9533a
}

#standartWildcard .top ul li div.red:after,#standartWildcard .top ul li div.red:before {
    background: #e9533a
}

#standartWildcard .top ul li div.green {
    border-color: #15d48e
}

#standartWildcard .top ul li div.green:after,#standartWildcard .top ul li div.green:before {
    background: #15d48e
}

#standartWildcard .top ul li div.purple {
    border-color: #911cbc
}

#standartWildcard .top ul li div.purple:after,#standartWildcard .top ul li div.purple:before {
    background: #911cbc
}

#standartWildcard .top ul li div.pink {
    border-color: #ff5f8d
}

#standartWildcard .top ul li div.pink:after,#standartWildcard .top ul li div.pink:before {
    background: #ff5f8d
}

#standartWildcard .top ul li:before {
    position: absolute;
    content: "";
    left: 100%;
    top: 50%;
    margin: -1px 0 0 -10px;
    height: 2px;
    width: 20px;
    background: #15d48e
}

#standartWildcard .top ul li:first-child div:before {
    display: none
}

#standartWildcard .top ul li:last-child div:after {
    display: none
}

#standartWildcard .top ul li:last-child:before {
    display: none
}

#standartWildcard .top:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/wordpress-head.png) no-repeat top center;
    background-size: cover
}

#standartWildcard .detail {
    position: relative;
    width: 1330px;
    margin-top: -150px
}

#standartWildcard .detail>div {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 18px rgba(0,0,0,.04)
}

#standartWildcard .detail .tabMenu {
    padding: 30px 15px;
    text-align: center!important;
    font-size: 0
}

#standartWildcard .detail .tabMenu ul {
    display: inline-block;
    padding: 5px;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,.08)
}

#standartWildcard .detail .tabMenu ul li {
    display: inline-block;
    padding: 5px;
    width: 250px;
    max-width: 25%
}

#standartWildcard .detail .tabMenu ul li a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #105285;
    background: #f0f3fa;
    border-radius: 8px;
    line-height: 20px;
    padding: 20px 10px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#standartWildcard .detail .tabMenu ul li a.active {
    color: #fff;
    background: #3aa1ff;
    box-shadow: 0 10px 18px rgba(58,161,255,.25)
}

#standartWildcard .detail table {
    width: 100%;
    border-left: none;
    border-top: 1px solid rgba(0,0,0,.08)
}

#standartWildcard .detail table thead {
    background: #fafbfe
}

#standartWildcard .detail table thead tr th {
    text-align: center!important;
    color: #105285;
    font-size: 17px;
    font-weight: 400!important;
    line-height: 24px;
    padding: 20px;
    border-left: 1px solid rgba(0,0,0,.08)
}

#standartWildcard .detail table thead tr th strong {
    display: block;
    font-weight: 600
}

#standartWildcard .detail table thead tr th:first-child {
    border-left: none
}

#standartWildcard .detail table tbody tr td {
    text-align: center!important;
    font-family: Montserrat,sans-serif;
    font-size: 17px;
    line-height: 24px;
    padding: 10px 20px;
    color: #105285;
    height: 120px;
    vertical-align: middle;
    border-top: 1px solid rgba(0,0,0,.08);
    border-left: 1px solid rgba(0,0,0,.08)
}

#standartWildcard .detail table tbody tr td button {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #15d48e;
    border-radius: 8px;
    display: block;
    padding: 20px;
    white-space: nowrap;
    width: 100%;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#standartWildcard .detail table tbody tr td button:focus {
    outline: 0
}

#standartWildcard .detail table tbody tr td button:hover {
    box-shadow: 0 10px 18px rgba(21,212,142,.25)
}

#standartWildcard .detail table tbody tr td.price {
    color: #e9533a;
    font-weight: 600
}

#standartWildcard .detail table tbody tr td.price.purple {
    color: #911cbc
}

#standartWildcard .detail table tbody tr td.price.blue {
    color: #3aa1ff
}

#standartWildcard .detail table tbody tr td:first-child {
    border-left: none
}

#standartWildcard .detail table tbody tr td:first-child span {
    display: block;
    padding-top: 5px
}

#standartWildcard .detail table tbody tr:nth-child(even) {
    background: #fafbfe
}

#standartWildcard .detail table tbody tr.open {
    display: table-row
}

#standartWildcard .seo {
    padding: 100px 15px;
    background: url(../images/standartSeo.png) no-repeat center right
}

#standartWildcard .seo>div {
    max-width: 630px
}

#standartWildcard .seo>div .headContent strong {
    color: #ff5f8d
}

#standartWildcard .seo>div .headContent p {
    color: #7988a3;
    font-size: 20px;
    line-height: 34px;
    padding-top: 20px
}

#standartWildcard .features {
    background: #fff;
    padding: 60px 0
}

#standartWildcard .features>div>div {
    display: table;
    width: 100%
}

#standartWildcard .features>div>div>div {
    display: table-cell;
    vertical-align: middle;
    width: 580px
}

#standartWildcard .features>div>div .headContent>strong {
    color: #911cbc
}

#standartWildcard .features>div>div .headContent p {
    color: #7988a3;
    font-size: 20px;
    line-height: 34px;
    padding-top: 20px
}

#standartWildcard .features>div>div .headContent ul {
    display: table;
    width: 100%;
    font-family: Montserrat,sans-serif;
    padding-top: 15px
}

#standartWildcard .features>div>div .headContent ul>li {
    display: table-row
}

#standartWildcard .features>div>div .headContent ul>li>div {
    display: table-cell;
    width: 54px;
    vertical-align: middle;
    padding: 5px 0
}

#standartWildcard .features>div>div .headContent ul>li p {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    color: #105285;
    line-height: 26px;
    padding: 5px 0 5px 15px
}

#standartWildcard .features>div>div .headContent ul>li p b {
    font-weight: 700!important;
    color: #911cbc
}

#domain {
    position: relative;
    background: #fafbfe
}

#domain .top {
    position: relative;
    padding: 75px 15px 200px;
    overflow: hidden
}

#domain .top>div {
    position: relative
}

#domain .top>div>div {
    position: relative;
    z-index: 2;
    width: 650px;
    padding: 35px 0 15px;
    max-width: 100%
}

#domain .top>div>div div {
    position: relative;
    width: 74px;
    padding: 12px;
    border-radius: 8px;
    background: #2e2bbc
}

#domain .top>div>div div svg {
    width: 48px
}

#domain .top>div>div div:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 100%;
    border: 14px solid transparent;
    border-top-color: #2e2bbc;
    margin-left: -14px
}

#domain .top>div>div h1 {
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-size: 48px;
    font-weight: 700!important;
    padding: 30px 0 15px
}

#domain .top>div>div h2 {
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400!important
}

#domain .top>div>img {
    position: absolute;
    right: -90px;
    top: 50%;
    transform: translateY(-50%)
}

#domain .top:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/wordpress-head.png) no-repeat top center;
    background-size: cover
}

#domain .query {
    position: relative
}

#domain .query>div {
    background: #fff;
    border-radius: 20px;
    margin-top: -100px;
    padding: 45px 20px
}

#domain .query>div .form {
    position: relative
}

#domain .query>div .form svg {
    position: absolute;
    left: 20px;
    top: 34px
}

#domain .query>div .form input {
    position: relative;
    width: 100%;
    background: 0 0;
    border-radius: 5px;
    line-height: 96px;
    padding: 0 200px 0 70px;
    border: 1px solid rgba(0,0,0,.08);
    font-family: Montserrat,sans-serif;
    font-size: 18px;
    color: #7988a3
}

#domain .query>div .form input::-webkit-input-placeholder {
    color: #7988a3
}

#domain .query>div .form input:-ms-input-placeholder {
    color: #7988a3
}

#domain .query>div .form input::placeholder {
    color: #7988a3
}

#domain .query>div .form button {
    position: absolute;
    right: 15px;
    top: 42%;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    background: url(../images/homeCampany.svg) no-repeat center;
    width: 140px;
    padding: 20px;
    border-radius: 5px;
    line-height: 32px;
    margin-top: -28px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#domain .query>div .form button:focus {
    outline: 0
}

#domain .query>div .form button:hover {
    box-shadow: 0 10px 18px rgba(58,161,255,.25)
}

#domain .query>div ul {
    padding-top: 15px
}

#domain .query>div ul li {
    display: table;
    width: 100%;
    font-family: Montserrat,sans-serif
}

#domain .query>div ul li>div {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
    height: 90px
}

#domain .query>div ul li .icon {
    padding: 10px 15px 10px 30px;
    width: 85px;
    text-align: center!important
}

#domain .query>div ul li .detail p strong {
    display: table;
    font-size: 17px;
    font-weight: 600;
    color: #105285;
    line-height: 23px
}

#domain .query>div ul li .detail p strong span {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px
}

#domain .query>div ul li .detail p strong span:last-child {
    padding-right: 0
}

#domain .query>div ul li .detail p strong em {
    display: block;
    padding: 0 5px;
    line-height: 20px;
    font-family: Poppins,sans-serif;
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    background: #105285;
    border-radius: 2px;
    font-style: normal;
    white-space: nowrap
}

#domain .query>div ul li .detail p>span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #7988a3;
    line-height: 20px
}

#domain .query>div ul li .detail p>span.green {
    color: #15d48e
}

#domain .query>div ul li .detail:last-child {
    padding-right: 30px
}

#domain .query>div ul li .note {
    text-align: right!important
}

#domain .query>div ul li .note a {
    font-size: 12px;
    font-weight: 600;
    color: #7988a3;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#domain .query>div ul li .note a:hover {
    color: #009cff
}

#domain .query>div ul li .price {
    width: 240px;
    padding: 10px 0 10px 60px
}

#domain .query>div ul li .price select {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,.08);
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #105285;
    height: 56px;
    padding: 0 12px;
    display: block
}

#domain .query>div ul li .button {
    padding: 10px 30px;
    width: 200px
}

#domain .query>div ul li .button button {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #15d48e;
    padding: 20px 10px;
    border-radius: 10px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#domain .query>div ul li .button button:focus {
    outline: 0
}

#domain .query>div ul li .button button:hover {
    box-shadow: 0 10px 18px rgba(58,161,255,.25)
}

#domain .query>div ul li .button button.gray {
    background: #7988a3
}

#domain .query>div ul li .button button.gray:hover {
    box-shadow: 0 10px 18px rgba(121,136,163,.25)
}

#domain .query>div ul li:nth-child(odd) {
    background: #fafbfe
}

#domain .price {
    padding-top: 30px
}

#domain .price>div {
    margin: 0 -5px
}

#domain .price>div>div {
    padding: 15px 5px
}

#domain .price a {
    position: relative;
    top: 0;
    display: block;
    text-align: center!important;
    background: #fff;
    border-radius: 8px;
    padding: 65px 10px 15px 10px;
    box-shadow: 0 0 18px rgba(0,0,0,.02);
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#domain .price a img {
    position: absolute;
    left: 0;
    top: 12px;
    height: 52px;
    width: 100%;
    object-fit: contain;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#domain .price a img:last-child {
    opacity: 0
}

#domain .price a span {
    display: block;
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    color: #7988a3;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#domain .price a span u {
    text-decoration: line-through
}

#domain .price a strong {
    padding-top: 10px;
    display: block;
    font-family: Montserrat,sans-serif;
    font-weight: 800;
    color: #7988a3;
    font-size: 32px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#domain .price a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 10px;
    right: 10px;
    height: 4px;
    background-color: #43c6e0;
    border-radius: 2px
}

#domain .price a:hover {
    top: -20px;
    background-color: #43c6e0;
    box-shadow: 0 0 48px rgba(0,0,0,.14)
}

#domain .price a:hover img {
    opacity: 0
}

#domain .price a:hover img:last-child {
    opacity: 1
}

#domain .price a:hover span,#domain .price a:hover strong {
    color: #fff
}

#domain .price a.darkBlue:before {
    background: #0f1376
}

#domain .price a.darkBlue:hover {
    background: #0f1376
}

#domain .price a.purple:before {
    background: #911cbc
}

#domain .price a.purple:hover {
    background: #911cbc
}

#domain .price a.green:before {
    background: #1cbcab
}

#domain .price a.green:hover {
    background: #1cbcab
}

#domain .price a.blue:before {
    background: #1185ff
}

#domain .price a.blue:hover {
    background: #1185ff
}

#domain .price a.orange:before {
    background: #e9533a
}

#domain .price a.orange:hover {
    background: #e9533a
}

#domain .features {
    background: #fff;
    padding: 120px 0 45px;
    margin-top: -60px;
    width: 100%
}

#domain .features>div {
    overflow: hidden
}

#domain .features .row {
    margin: 0 -45px
}

#domain .features .row>div {
    padding: 45px 45px
}

#domain .features .row strong {
    display: block;
    font-family: Montserrat,sans-serif;
    color: #ff5f8d;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0
}

#domain .features .row h3 {
    display: block;
    font-family: Montserrat,sans-serif;
    color: #105285;
    font-size: 24px;
    font-weight: 600
}

#domain .features .row p {
    display: block;
    font-family: Montserrat,sans-serif;
    color: #7988a3;
    font-size: 16px;
    line-height: 27px;
    padding-top: 15px
}

#domain .features .row .red strong {
    color: #e9533a
}

#domain .features .row .green strong {
    color: #15d48e
}

#domain .features .row .purple strong {
    color: #911cbc
}

#domain .domainName {
    overflow: hidden
}

#domain .domainName .container {
    position: relative
}

#domain .domainName .container>img {
    position: absolute;
    right: -100px;
    top: 140px
}

#domain .domainName .container:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    right: -60px;
    bottom: 230px;
    background: url(../images/domainName.png)
}

#domain .domainName .container:after {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    left: -37px;
    bottom: 380px;
    background: url(../images/domainName.png)
}

#domain .domainName .headContent {
    position: relative;
    z-index: 2;
    padding: 60px 0 30px
}

#domain .domainName .c {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    text-align: center!important
}

#domain .domainName .c table {
    width: 100%;
    table-layout: fixed
}

#domain .domainName .c table thead tr th {
    text-align: center!important;
    color: #105285;
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    height: 100px;
    vertical-align: middle;
    border-bottom: 3px solid #1185ff;
    border-left: 1px solid rgba(0,0,0,.08)
}

#domain .domainName .c table thead tr th:first-child {
    border-bottom-color: #105285;
    border-left: none
}

#domain .domainName .c table thead tr th:nth-child(2) {
    border-bottom-color: #e9533a
}

#domain .domainName .c table thead tr th:nth-child(4) {
    border-bottom-color: #911cbc
}

#domain .domainName .c table thead tr th:last-child {
    border-bottom-color: #ff5f8d
}

#domain .domainName .c table tbody tr td {
    padding: 20px;
    color: #7988a3;
    font-size: 16px;
    font-weight: 500;
    height: 80px;
    vertical-align: middle
}

#domain .domainName .c table tbody tr:nth-child(even) {
    background: #fafbfe
}

#domain .domainName .c button {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 30px 20px;
    background: #3aa1ff;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#domain .domainName .c button:focus {
    outline: 0
}

#domain .domainName .c button:hover {
    box-shadow: inset 0 0 18px rgba(0,0,0,.12)
}

#domain .document {
    padding: 50px 15px
}

#domain .document>div {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 48px rgba(0,0,0,.04)
}

#domain .document>div>div {
    position: relative;
    padding: 20px 20px 20px 90px;
    border-bottom: 1px solid #ff5f8d
}

#domain .document>div>div svg {
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -20px
}

#domain .document>div>div h4 {
    font-family: Montserrat,sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    color: #105285
}

#domain .document>div>div p {
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #7988a3
}

#domain .document>div>ul>li>strong {
    position: relative;
    display: block;
    font-size: 17px;
    color: #105285;
    font-weight: 600;
    font-family: Montserrat,sans-serif;
    line-height: 27px;
    padding: 30px 20px 30px 90px;
    cursor: pointer
}

#domain .document>div>ul>li>strong span {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    line-height: 48px;
    border-radius: 8px;
    text-align: center!important;
    color: #7988a3;
    border: 1px solid rgba(0,0,0,.15);
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#domain .document>div>ul>li>div {
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    color: #7988a3;
    padding: 30px 20px;
    border-top: 1px solid rgba(0,0,0,.08);
    display: none
}

#domain .document>div>ul>li.open>strong span {
    color: #fff;
    background: #ff5f8d;
    border-color: #ff5f8d
}

#domain .document>div>ul>li.open>div {
    display: block
}

#domain .document>div>ul>li.active>strong span {
    color: #fff;
    background: #ff5f8d;
    border-color: #ff5f8d
}

#domain .document>div>ul>li:nth-child(even) {
    background: #fafbfe
}

#clouddrive {
    position: relative;
    background: #fff
}

#clouddrive .top {
    position: relative;
    padding: 75px 15px 200px;
    overflow: hidden
}

#clouddrive .top>div {
    position: relative
}

#clouddrive .top>div>div {
    position: relative;
    z-index: 2;
    width: 650px;
    padding: 35px 0 15px;
    max-width: 100%
}

#clouddrive .top>div>div div {
    position: relative;
    width: 74px;
    padding: 12px;
    border-radius: 8px;
    background: #2e2bbc
}

#clouddrive .top>div>div div svg {
    width: 48px
}

#clouddrive .top>div>div div:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 100%;
    border: 14px solid transparent;
    border-top-color: #2e2bbc;
    margin-left: -14px
}

#clouddrive .top>div>div h1 {
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-size: 48px;
    font-weight: 700!important;
    padding: 30px 0 15px
}

#clouddrive .top>div>div h2 {
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400!important
}

#clouddrive .top>div>img {
    position: absolute;
    right: -90px;
    top: 50%;
    transform: translateY(-50%)
}

#clouddrive .top:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/wordpress-head.png) no-repeat top center;
    background-size: cover
}

#clouddrive .package {
    padding-top: 32px;
    padding-bottom: 90px;
    margin-top: -150px
}

#clouddrive .package>.row {
    margin: 0
}

#clouddrive .package>.row>div {
    padding: 0
}

#clouddrive .package>.row>div>div {
    position: relative;
    background: #f5f7ff;
    padding: 50px 15px 20px;
    text-align: center!important;
    top: 0;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#clouddrive .package>.row>div>div>svg {
    position: absolute;
    left: 50%;
    top: -32px;
    margin-left: -32px;
    width: 64px;
    height: 64px;
    padding: 16px;
    border-radius: 100%;
    background: #e9533a
}

#clouddrive .package>.row>div>div .t em {
    display: block;
    font-style: normal;
    color: #e9533a;
    font-size: 20px;
    font-weight: 500
}

#clouddrive .package>.row>div>div .t strong {
    display: block;
    font-size: 24px;
    color: #105285;
    font-weight: 500;
    padding: 15px 0 10px
}

#clouddrive .package>.row>div>div .t span {
    color: #7988a3;
    font-size: 16px;
    line-height: 27px
}

#clouddrive .package>.row>div>div .p {
    margin: 0;
    padding: 20px 0 15px;
    color: #105285
}

#clouddrive .package>.row>div>div .p strong {
    display: block;
    font-size: 62px;
    font-weight: 600;
    padding-top: 5px
}

#clouddrive .package>.row>div>div .p strong sup {
    top: 28px;
    font-size: 22px;
    font-weight: 400!important;
    vertical-align: top
}

#clouddrive .package>.row>div>div .p strong sub {
    bottom: 0;
    font-size: 18px
}

#clouddrive .package>.row>div>div .p span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #105285;
    padding-top: 7px
}

#clouddrive .package>.row>div>div .buttons {
    text-align: center!important
}

#clouddrive .package>.row>div>div .buttons strong {
    position: relative;
    display: block;
    text-align: left!important;
    color: #fff;
    font-weight: 500;
    border-radius: 8px;
    overflow: hidden;
    font-size: 14px;
    background: #e9533a;
    padding: 15px 20px
}

#clouddrive .package>.row>div>div .buttons strong>span {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px;
    font-size: 0
}

#clouddrive .package>.row>div>div .buttons strong>span b,#clouddrive .package>.row>div>div .buttons strong>span span {
    display: inline-block;
    width: 6px;
    height: 24px;
    border-radius: 3px;
    background: #fff;
    margin-left: 5px
}

#clouddrive .package>.row>div>div .buttons strong>span span {
    opacity: .35;
    background: #000
}

#clouddrive .package>.row>div>div .buttons button {
    font-size: 20px;
    font-weight: 500;
    font-family: Poppins,sans-serif;
    background: #15d48e;
    display: block;
    color: #fff;
    width: 100%;
    border-radius: 8px;
    padding: 25px 15px;
    margin: 12px 0
}

#clouddrive .package>.row>div>div .buttons p span {
    display: inline-block;
    position: relative;
    padding-right: 25px
}

#clouddrive .package>.row>div>div .buttons p span a {
    color: #105285;
    font-size: 14px
}

#clouddrive .package>.row>div>div .buttons p span a:last-child {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px
}

#clouddrive .package>.row>div>div .property {
    padding: 20px 0 0
}

#clouddrive .package>.row>div>div .property ul {
    padding: 10px 0;
    border-top: 1px solid rgba(0,0,0,.08)
}

#clouddrive .package>.row>div>div .property ul li {
    position: relative;
    padding: 15px 0 15px 42px;
    text-align: left!important
}

#clouddrive .package>.row>div>div .property ul li>svg {
    position: absolute;
    left: 0;
    top: 10px;
    width: 32px;
    height: 32px;
    object-fit: contain
}

#clouddrive .package>.row>div>div .property ul li>svg path {
    fill: #e9533a
}

#clouddrive .package>.row>div>div .property ul li span {
    color: #105285;
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 20px
}

#clouddrive .package>.row>div>div .property ul li a {
    position: absolute;
    right: 0;
    top: 17px
}

#clouddrive .package>.row>div>div.blue>svg {
    background: #1185ff
}

#clouddrive .package>.row>div>div.blue .t em {
    color: #1185ff
}

#clouddrive .package>.row>div>div.green>svg {
    background: green
}

#clouddrive .package>.row>div>div.green .t em {
    color: green
}

#clouddrive .package>.row>div>div.green .buttons strong {
    background: green
}

#clouddrive .package>.row>div>div.green .property ul li>svg path {
    fill: green
}

#clouddrive .package>.row>div>div.blue .buttons strong {
    background: #1185ff
}

#clouddrive .package>.row>div>div.blue .property ul li>svg path {
    fill: #1185ff
}

#clouddrive .package>.row>div>div.purple>svg {
    background: #911cbc
}

#clouddrive .package>.row>div>div.purple .t em {
    color: #911cbc
}

#clouddrive .package>.row>div>div.purple .buttons strong {
    background: #911cbc
}

#clouddrive .package>.row>div>div.purple .property ul li>svg path {
    fill: #911cbc
}

#clouddrive .package>.row>div>div:hover {
    top: -40px;
    border-radius: 8px!important;
    background: #fff
}

#clouddrive .package>.row>div:first-child>div {
    border-radius: 8px 0 0 8px
}

#clouddrive .package>.row>div:last-child>div {
    border-radius: 0 8px 8px 0
}

#clouddrive .access {
    background: #fafbfe
}

#clouddrive .access>div {
    border-radius: 20px;
    padding: 80px 50px 20px
}

#clouddrive .access .step {
    margin: 70px auto 120px;
    display: table;
    table-layout: fixed;
    width: 780px;
    max-width: 100%
}

#clouddrive .access .step li {
    position: relative;
    display: table-cell;
    text-align: center!important
}

#clouddrive .access .step li span {
    display: inline-block;
    background: #edeffa;
    border-radius: 8px;
    line-height: 80px;
    width: 80px;
    text-align: center!important;
    color: #105285;
    font-size: 21px;
    font-weight: 600;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#clouddrive .access .step li strong {
    display: block;
    color: #105285;
    font-size: 21px;
    font-weight: 600;
    padding-top: 20px
}

#clouddrive .access .step li:before {
    position: absolute;
    content: "";
    top: 39px;
    left: 100%;
    max-width: 150px;
    width: 50%;
    transform: translateX(-50%);
    border-top: 3px dashed rgba(0,0,0,.1)
}

#clouddrive .access .step li:last-child:before {
    display: none
}

#clouddrive .access .step li.active span {
    color: #fff;
    background: #911cbc
}

#clouddrive .access .bottom {
    display: table;
    width: 100%
}

#clouddrive .access .bottom .headContent {
    display: table-cell;
    vertical-align: middle
}

#clouddrive .access .bottom .headContent img {
    width: auto
}

#clouddrive .access .bottom .headContent strong {
    color: #911cbc
}

#clouddrive .access .bottom .headContent p {
    color: #7988a3;
    font-size: 20px;
    line-height: 34px;
    padding-top: 20px
}

#clouddrive .access .bottom .image {
    width: 460px;
    display: table-cell;
    vertical-align: middle;
    text-align: right!important
}

#clouddrive .access .bottom .image img {
    width: 100%
}

#clouddrive .features {
    background: #fafbfe;
    padding: 120px 0 45px;
    margin-top: -60px;
    width: 100%
}

#clouddrive .features>div {
    overflow: hidden
}

#clouddrive .features .row {
    margin: 0 -45px
}

#clouddrive .features .row>div {
    padding: 45px 45px
}

#clouddrive .features .row strong {
    display: block;
    font-family: Montserrat,sans-serif;
    color: #ff5f8d;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0
}

#clouddrive .features .row h3 {
    display: block;
    font-family: Montserrat,sans-serif;
    color: #105285;
    font-size: 24px;
    font-weight: 600
}

#clouddrive .features .row p {
    display: block;
    font-family: Montserrat,sans-serif;
    color: #7988a3;
    font-size: 16px;
    line-height: 27px;
    padding-top: 15px
}

#clouddrive .features .row .red strong {
    color: #e9533a
}

#clouddrive .features .row .green strong {
    color: #15d48e
}

#clouddrive .option {
    padding: 60px 15px
}

#clouddrive .option>div {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 25px;
    padding: 60px 15px;
    border: 1px solid rgba(0,0,0,.1);
    text-align: center!important
}

#clouddrive .option>div ul {
    display: inline-block;
    width: 680px;
    max-width: 100%;
    font-size: 0;
    padding-top: 15px
}

#clouddrive .option>div ul li {
    display: inline-block;
    padding: 15px 15px 0;
    width: 50%
}

#clouddrive .option>div ul li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 18px;
    padding: 20px 0;
    background: #3aa1ff;
    border: 1px solid #3aa1ff;
    border-radius: 8px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#clouddrive .option>div ul li a span {
    display: inline-block;
    position: relative;
    padding-right: 30px
}

#clouddrive .option>div ul li a span i {
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 0
}

#clouddrive .option>div ul li a:hover {
    box-shadow: 0 10px 18px rgba(58,161,255,.25)
}

#clouddrive .option>div ul li:last-child a {
    color: #3aa1ff;
    background: #fff
}

#dash {
    position: relative;
    background: #f2f7fd;
    padding-bottom: 70px
}

#dash .top {
    position: relative;
    padding-top: 120px;
    background: url(../images/dash2.png) no-repeat center top;
    background-size: cover;
    overflow: hidden
}

#dash .top .container {
    position: relative;
    padding: 50px 15px 400px
}

#dash .top .container .back {
    position: absolute;
    left: -140px;
    top: 0;
    right: -140px;
    height: 100%;
    background: #000081;
    border-radius: 8px
}

#dash .top .name {
    position: relative
}

#dash .top .name img {
    position: absolute;
    left: 15px;
    top: 50%;
    border-radius: 100%;
    border: 12px solid rgba(255,255,255,.1)
}

#dash .top .name strong {
    display: block;
    font-size: 16px;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    color: rgba(255,255,255,.65)
}

#dash .top .name h1 {
    font-size: 32px;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    color: #fff;
    padding: 10px 0
}

#dash .top .name a {
    font-size: 16px;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    color: #fff
}

#dash .top .right {
    text-align: right!important
}

#dash .top .right>div {
    display: inline-block;
    text-align: left!important
}

#dash .top .right .level {
    font-size: 0;
    display: block
}

#dash .top .right .level svg {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle
}

#dash .top .right .level span {
    display: inline-block;
    font-family: Montserrat,sans-serif;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    color: #ff9910;
    background: rgba(255,153,16,.5);
    border-radius: 8px;
    padding: 9px 15px
}

#dash .top .right .level ul {
    display: inline-block;
    vertical-align: middle
}

#dash .top .right .level ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #00005d
}

#dash .top .right .level ul li.full {
    background: #ff9910
}

#dash .top .right .bottom {
    font-size: 0;
    padding-top: 12px
}

#dash .top .right .bottom .account {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #00005d;
    border-radius: 8px;
    padding: 15px 180px 15px 70px
}

#dash .top .right .bottom .account svg {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px
}

#dash .top .right .bottom .account p {
    display: block;
    font-family: Montserrat,sans-serif;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 22px
}

#dash .top .right .bottom .account p strong {
    display: block;
    font-size: 17px;
    font-weight: 600
}

#dash .top .right .bottom .account a {
    position: absolute;
    display: block;
    top: 50%;
    right: 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    background: #15d48e;
    width: 104px;
    padding: 15px;
    border-radius: 5px;
    margin-top: -22px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#dash .top .right .bottom .account a:focus {
    outline: 0
}

#dash .top .right .bottom .account a:hover {
    box-shadow: 0 10px 18px rgba(21,212,142,.25)
}

#dash .top .right .bottom>a {
    text-align: center!important;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    background: #00005d;
    border-radius: 8px;
    width: 140px;
    padding: 12px 0;
    margin-left: 10px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#dash .top .right .bottom>a span {
    display: block;
    padding-top: 10px
}

#dash .top .right .bottom>a:hover {
    background: #911cbc
}

#dash .top:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    border-width: 150px 50vw;
    border-style: solid;
    border-color: transparent;
    border-right-color: #f2f7fd;
    border-bottom-color: #f2f7fd
}

#dash .detail {
    position: relative;
    z-index: 2;
    margin-top: -350px;
    width: 1330px
}

#dash .detail>div {
    background: #fff;
    border-radius: 15px
}

#dash .detail .menu {
    position: relative;
    z-index: 2;
    text-align: center!important;
    padding: 10px 10px
}

#dash .detail .menu>ul {
    display: table;
    width: 100%;
    table-layout: fixed
}

#dash .detail .menu>ul>li {
    padding: 10px;
    display: table-cell;
    text-align: center!important
}

#dash .detail .menu>ul>li>div {
    position: relative;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,.1);
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#dash .detail .menu>ul>li>div>a {
    display: block;
    color: #7988a3;
    padding: 20px 0 5px
}

#dash .detail .menu>ul>li>div>a span {
    display: inline-block;
    border: 1px solid #c5c7c9;
    padding: 12px;
    border-radius: 6px
}

#dash .detail .menu>ul>li>div>a>strong {
    display: block;
    padding-top: 20px;
    height: 48px;
    font-weight: 400
}

#dash .detail .menu>ul>li>div>ul {
    position: absolute;
    left: -1px;
    top: 100%;
    text-align: initial;
    right: -56px;
    background: #3aa1ff;
    border-radius: 0 0 6px 6px;
    opacity: 0;
    visibility: hidden;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#dash .detail .menu>ul>li>div>ul li {
    border-top: 1px solid rgba(255,255,255,.15)
}

#dash .detail .menu>ul>li>div>ul li a {
    display: block;
    font-family: Montserrat,sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 15px;
    opacity: .65;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#dash .detail .menu>ul>li>div>ul li a:hover {
    opacity: 1
}

#dash .detail .menu>ul>li>div:hover {
    border-radius: 6px 6px 0 0;
    border-color: #3aa1ff;
    background: #3aa1ff
}

#dash .detail .menu>ul>li>div:hover>a {
    color: #fff
}

#dash .detail .menu>ul>li>div:hover>a span {
    border-color: #fff;
    background: #fff
}

#dash .detail .menu>ul>li>div:hover>a span svg path {
    fill: #3aa1ff
}

#dash .detail .menu>ul>li>div:hover>ul {
    opacity: 1;
    visibility: visible
}

#dash .detail .b {
    padding: 0 18px 85px
}

#dash .detail .b>div {
    margin-top: 30px
}

#dash .detail .b>div:first-child {
    margin-top: 20px
}

#dash .detail .notice {
    position: relative;
    background: #f2f7fd;
    border-radius: 14px;
    padding: 12px 155px 12px 100px
}

#dash .detail .notice>svg {
    position: absolute;
    left: 32px;
    top: 50%;
    margin-top: -24px
}

#dash .detail .notice .owl-carousel .item {
    padding: 12px 0
}

#dash .detail .notice .owl-carousel .item a {
    display: block;
    font-family: Montserrat,sans-serif;
    color: #105285;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis
}

#dash .detail .notice>ul {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -24px
}

#dash .detail .notice>ul li {
    float: left;
    padding: 12px;
    border-radius: 14px;
    background: #b9bfdd;
    margin-left: 10px;
    cursor: pointer;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#dash .detail .notice>ul li:hover {
    background: #3aa1ff
}

#dash .detail .list {
    background: #f2f7fd;
    overflow: hidden;
    border-radius: 14px
}

#dash .detail .list .head {
    padding: 0 30px
}

#dash .detail .list .head>div {
    display: table;
    width: 100%
}

#dash .detail .list .head>div>div {
    display: table-cell;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px
}

#dash .detail .list .head>div>div.icon {
    width: 10px;
    padding-right: 12px
}

#dash .detail .list .head>div>div.h h1,#dash .detail .list .head>div>div.h h2,#dash .detail .list .head>div>div.h h3,#dash .detail .list .head>div>div.h h4,#dash .detail .list .head>div>div.h h5,#dash .detail .list .head>div>div.h h6 {
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #105285
}

#dash .detail .list .head>div>div.h h1 strong,#dash .detail .list .head>div>div.h h2 strong,#dash .detail .list .head>div>div.h h3 strong,#dash .detail .list .head>div>div.h h4 strong,#dash .detail .list .head>div>div.h h5 strong,#dash .detail .list .head>div>div.h h6 strong {
    font-weight: 600;
    color: #7988a3
}

#dash .detail .list .head>div>div.btn {
    width: 10px;
    white-space: nowrap;
    font-size: 0;
    padding-left: 0;
    padding-right: 0
}

#dash .detail .list .head>div>div.btn a,#dash .detail .list .head>div>div.btn button {
    display: inline-block;
    background: url(../images/dash2.png) no-repeat center top;
    border-radius: 8px;
    font-family: Montserrat,sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    padding: 15px 20px;
    margin-left: 10px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#dash .detail .list .head>div>div.btn a:hover,#dash .detail .list .head>div>div.btn button:hover {
    background: #ff9910
}

#dash .detail .list .head>div>div.btn a:first-child,#dash .detail .list .head>div>div.btn button:first-child {
    margin-left: 0
}

#dash .detail .list table {
    width: 100%;
    border-top: 1px solid rgba(0,0,0,.04)
}

#dash .detail .list table thead tr th {
    padding: 5px;
    font-family: Montserrat,sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #7988a3;
    height: 70px;
    vertical-align: middle;
    white-space: nowrap
}

#dash .detail .list table thead tr th:first-child {
    padding-left: 30px
}

#dash .detail .list table thead tr th:last-child {
    padding-right: 30px
}

#dash .detail .list table tbody {
    background: #fff
}

#dash .detail .list table tbody tr {
    border-top: 1px solid rgba(0,0,0,.04)
}

#dash .detail .list table tbody tr td {
    padding: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #7988a3;
    vertical-align: middle;
    font-family: Montserrat,sans-serif;
    line-height: 20px;
    height: 80px
}

#dash .detail .list table tbody tr td.nowrap {
    white-space: nowrap
}

#dash .detail .list table tbody tr td strong {
    font-weight: 600;
    color: #105285
}

#dash .detail .list table tbody tr td b {
    display: block;
    color: #fff;
    background: #b9bfdd;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    text-align: center!important;
    padding: 14px
}

#dash .detail .list table tbody tr td b.wait {
    color: #3aa1ff;
    background: #cfe7ff
}

#dash .detail .list table tbody tr td b.answered {
    background: #15d48e
}

#dash .detail .list table tbody tr td button {
    white-space: nowrap;
    display: block;
    text-align: center!important;
    background: #15d48e;
    border-radius: 8px;
    font-family: Montserrat,sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    padding: 14px 20px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#dash .detail .list table tbody tr td button:hover {
    box-shadow: 0 10px 18px rgba(21,212,142,.2)
}

#dash .detail .list table tbody tr td:first-child {
    padding-left: 30px
}

#dash .detail .list table tbody tr td:last-child {
    padding-right: 30px
}

#dash .detail .list table tbody tr:nth-child(odd) {
    background: #fafbfe
}

#dash .detail .tickets .head {
    padding: 0 30px;
    background: #f2f7fd;
    border-radius: 14px
}

#dash .detail .tickets .head>div {
    display: table;
    width: 100%
}

#dash .detail .tickets .head>div>div {
    display: table-cell;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px
}

#dash .detail .tickets .head>div>div.icon {
    width: 10px;
    padding-right: 12px
}

#dash .detail .tickets .head>div>div.h h1,#dash .detail .tickets .head>div>div.h h2,#dash .detail .tickets .head>div>div.h h3,#dash .detail .tickets .head>div>div.h h4,#dash .detail .tickets .head>div>div.h h5,#dash .detail .tickets .head>div>div.h h6 {
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #105285
}

#dash .detail .tickets .head>div>div.h h1 strong,#dash .detail .tickets .head>div>div.h h2 strong,#dash .detail .tickets .head>div>div.h h3 strong,#dash .detail .tickets .head>div>div.h h4 strong,#dash .detail .tickets .head>div>div.h h5 strong,#dash .detail .tickets .head>div>div.h h6 strong {
    font-weight: 600;
    color: #7988a3
}

#dash .detail .tickets .head>div>div.btn {
    width: 10px;
    white-space: nowrap;
    font-size: 0;
    padding-left: 0;
    padding-right: 0
}

#dash .detail .tickets .head>div>div.btn a,#dash .detail .tickets .head>div>div.btn button {
    display: inline-block;
    background: #b9bfdd;
    border-radius: 8px;
    font-family: Montserrat,sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    padding: 15px 20px;
    margin-left: 10px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#dash .detail .tickets .head>div>div.btn a:hover,#dash .detail .tickets .head>div>div.btn button:hover {
    background: #ff9910
}

#dash .detail .tickets .head>div>div.btn a:first-child,#dash .detail .tickets .head>div>div.btn button:first-child {
    margin-left: 0
}

#dash .detail .tickets ul {
    margin: 0 -8px
}

#dash .detail .tickets ul li {
    padding: 8px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

#dash .detail .tickets ul li a {
    display: block;
    font-family: Montserrat,sans-serif;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.08);
    height: 100%;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#dash .detail .tickets ul li a strong {
    position: relative;
    display: block;
    background: #b9bfdd;
    border-radius: 14px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 18px;
    padding: 25px 15px 25px 70px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#dash .detail .tickets ul li a strong svg {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -24px
}

#dash .detail .tickets ul li a strong svg rect {
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#dash .detail .tickets ul li a span {
    padding-top: 20px;
    display: block;
    text-align: center!important;
    color: #7988a3;
    font-size: 14px;
    line-height: 24px
}

#dash .detail .tickets ul li a:hover {
    border-color: #fff;
    box-shadow: 0 0 48px rgba(0,0,0,.06)
}

#dash .detail .tickets ul li a:hover strong {
    background: #6266dc
}

#dash .detail .tickets ul li a:hover strong svg rect {
    fill: #4b4fc5
}

#contact {
    position: relative;
    padding-top: 50px;
    background: #f2f7fd;
    background-size: cover;
    overflow: hidden;
    font-family: Montserrat,sans-serif
}

#contact .container {
    position: relative;
    z-index: 2;
    padding: 50px 15px
}

#contact .container>div>div {
    float: right
}

#contact .menu ul {
    background: #000075;
    border-radius: 20px;
    padding: 25px 20px
}

#contact .menu ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 20px 15px;
    border-radius: 8px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#contact .menu ul li a svg {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -12px;
    opacity: 0;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#contact .menu ul li a:hover {
    background: rgb(3 3 134)
}

#contact .menu ul li a.active {
    background: #3aa1ff
}

#contact .menu ul li a.active svg {
    opacity: 1
}

#contact .detail>div {
    background: #fff;
    border-radius: 20px;
    overflow: hidden
}

#contact .detail>div .head {
    position: relative;
    background: #f2f7fd;
    padding: 30px 15px 30px 28px
}

#contact .detail>div .head svg {
    position: absolute;
    left: 32px;
    top: 50%;
    margin-top: -24px
}

#contact .detail>div .head h1 {
    font-size: 16px;
    font-weight: 600;
    color: #105285;
    line-height: 20px
}

#contact .detail>div .bottom {
    padding: 30px
}

#contact .detail>div .bottom h2 {
    font-size: 24px;
    font-weight: 600;
    color: #105285
}

#contact .detail>div .bottom ul {
    font-size: 0
}

#contact .detail>div .bottom ul li {
    display: inline-block;
    padding-top: 15px;
    padding-right: 30px
}

#contact .detail>div .bottom ul li a,#contact .detail>div .bottom ul li p {
    display: table
}

#contact .detail>div .bottom ul li a svg,#contact .detail>div .bottom ul li p svg {
    display: table-cell;
    vertical-align: middle
}

#contact .detail>div .bottom ul li a svg rect,#contact .detail>div .bottom ul li p svg rect {
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#contact .detail>div .bottom ul li a span,#contact .detail>div .bottom ul li p span {
    display: table-cell;
    color: #105285;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
    padding-left: 12px;
    line-height: 24px
}

#contact .detail>div .bottom ul li a:hover svg rect {
    fill: #105285
}

#contact .detail>div .bottom ul li:first-child {
    width: 100%
}

#contact .detail>div .bottom .maps {
    margin-top: 30px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.08)
}

#contact .detail>div .bottom .maps .t {
    position: relative
}

#contact .detail>div .bottom .maps .t img {
    height: 150px;
    width: 100%;
    object-fit: cover
}

#contact .detail>div .bottom .maps .t a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    white-space: nowrap;
    background: #ff5f8d;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    line-height: 40px;
    padding: 0 15px;
    display: block;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#contact .detail>div .bottom .maps .t a:hover {
    box-shadow: 0 0 18px rgba(255,95,141,.25)
}

#contact .detail>div .bottom .maps .b {
    position: relative;
    text-align: center!important;
    padding: 55px 15px 20px 15px
}

#contact .detail>div .bottom .maps .b div {
    position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -35px
}

#contact .detail>div .bottom .maps .b div span {
    position: absolute;
    left: 0;
    width: 100%;
    top: 22px;
    color: #fff;
    text-align: center!important;
    font-size: 27px;
    font-weight: 600
}

#contact .detail>div .bottom .maps .b h2 {
    font-size: 17px;
    font-weight: 600;
    color: #353760
}

#contact .detail>div .bottom .maps .b p {
    color: #7988a3;
    font-size: 15px;
    line-height: 24px;
    padding-top: 10px
}

#contact .detail>div .bottom .info {
    position: relative;
    margin-top: 30px;
    border-radius: 8px
}

#contact .detail>div .bottom .info svg {
    position: absolute;
    left: 25px;
    top: 15px
}

#contact .detail>div .bottom .info p {
    font-size: 14px;
    font-weight: 500;
    color: #7988a3;
    line-height: 24px;
    padding: 15px 15px 15px 70px
}

#contact .detail>div .bottom .info p strong {
    font-weight: 700!important;
    color: #105285
}

#contact:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 700px;
    background: url(../images/dash2.png) no-repeat center top,#f2f7fd
}

#contact:after {
    position: absolute;
    content: "";
    left: 0;
    top: 400px;
    width: 100%;
    border-width: 150px 50vw;
    border-style: solid;
    border-color: transparent;
    border-right-color: #f2f7fd;
    border-bottom-color: #f2f7fd
}

footer {
    background: #ecebf5;
    overflow: hidden
}

footer .top {
    padding: 20px 15px
}

footer .top>div {
    display: table;
    width: 100%
}

footer .top>div>div {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0
}

footer .top>div>div:first-child {
    font-size: 0
}

footer .top>div>div:first-child a {
    display: inline-block;
    vertical-align: middle
}

footer .top>div>div:first-child strong {
    margin-left: 15px;
    padding: 3px 0 3px 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #105285;
    line-height: 20px;
    font-weight: 500;
    font-family: Montserrat,sans-serif;
    border-left: 1px solid rgba(16,82,133,.65)
}

footer .top>div>div:last-child {
    text-align: right!important
}

footer .top>div>div:last-child a {
    display: inline-block;
    padding: 3px 0 3px 50px;
    color: #105285;
    font-size: 30px;
    font-weight: 600;
    font-family: Montserrat,sans-serif;
    background: url(../images/headset2-icon.svg) no-repeat left center
}

footer .center {
    background: #fff;
    padding: 45px 0 0
}

footer .center .menu {
    margin: 0 -30px
}

footer .center .menu:after,footer .center .menu:before {
    content: "";
    display: table;
    clear: both
}

footer .center .menu>div {
    display: table;
    width: 100%
}

footer .center .menu>div>div {
    display: table-cell;
    padding: 0 30px
}

footer .center .menu>div>div>strong {
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.08)
}

footer .center .menu>div>div>strong em {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    font-family: Montserrat,sans-serif;
    color: #105285;
    font-style: normal;
    padding-bottom: 15px
}

footer .center .menu>div>div>strong em:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 100%;
    border-radius: 9px;
    height: 3px;
    background: #43c6e0
}

footer .center .menu>div>div>strong em.purple:before {
    background: #911cbc
}

footer .center .menu>div>div>strong em.darkBlue:before {
    background: #0f1376
}

footer .center .menu>div>div>strong em.blue:before {
    background: #1185ff
}

footer .center .menu>div>div>strong em.ligthBlue:before {
    background: #1cbcab
}

footer .center .menu>div>div>strong em.orange:before {
    background: #e9533a
}

footer .center .menu>div>div ul {
    padding-top: 15px;
    padding-bottom: 30px
}

footer .center .menu>div>div ul li {
    padding: 5px 0
}

footer .center .menu>div>div ul li a {
    color: #7988a3;
    font-size: 13px;
    line-height: 20px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

footer .center .menu>div>div ul li a:hover {
    color: #3aa1ff
}

footer .center .informed {
    display: table;
    width: 100%;
    margin: 10px 0
}

footer .center .informed>strong {
    display: table-cell;
    width: 10px;
    white-space: nowrap;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #105285;
    vertical-align: middle;
    padding-right: 50px
}

footer .center .informed>div {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

footer .center .informed>div input {
    width: 100%;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #7988a3;
    line-height: 70px;
    border-radius: 15px;
    padding: 0 330px 0 40px;
    border: 1px solid rgba(0,0,0,.15)
}

footer .center .informed>div input::-webkit-input-placeholder {
    color: #7988a3
}

footer .center .informed>div input:-ms-input-placeholder {
    color: #7988a3
}

footer .center .informed>div input::placeholder {
    color: #7988a3
}

footer .center .informed>div button {
    position: absolute;
    right: 20px;
    top: 8px;
    bottom: 8px;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background: #3aa1ff;
    border-radius: 15px;
    padding: 0 15px;
    width: 290px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

footer .center .informed>div button:hover {
    background: #15d48e
}

footer .center .sub {
    margin-top: 50px;
    display: table;
    width: 100%
}

footer .center .sub>ul {
    display: table-cell;
    font-size: 0;
    vertical-align: bottom
}

footer .center .sub>ul li {
    display: inline-block
}

footer .center .sub>ul li a {
    position: relative;
    font-size: 13px;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    color: #7988a3;
    display: block;
    line-height: 14px;
    padding: 15px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

footer .center .sub>ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #105285;
    transform: scaleX(0);
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

footer .center .sub>ul li a:hover {
    color: #105285
}

footer .center .sub>ul li a:hover:before {
    transform: scaleX(1)
}

footer .center .sub>div {
    display: table-cell;
    width: 450px;
    white-space: nowrap;
    font-size: 0;
    text-align: right!important
}

footer .center .sub>div strong {
    display: inline-block;
    font-family: Montserrat,sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #8d88ab;
    vertical-align: middle;
    line-height: 14px;
    padding: 18px 15px;
    border-bottom: 2px solid #8d88ab
}

footer .center .sub>div ul {
    display: inline-block;
    vertical-align: middle
}

footer .center .sub>div ul li {
    display: inline-block;
    vertical-align: middle
}

footer .center .sub>div ul li a {
    display: block;
    padding: 13px;
    border-bottom: 2px solid #4267b2;
    background-color: #ecebf5
}

footer .center .sub>div ul li a.twitter {
    border-color: #1ca0f1
}

footer .center .sub>div ul li a.linkedin {
    border-color: #0073b2
}

footer .center .sub>div ul li a.instagram {
    border-color: #e4405f
}

footer .center .sub>div ul li a.youtube {
    border-color: red
}

footer .bottom {
    padding: 35px 15px
}

footer .bottom>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    margin-right: -15px;
    margin-left: -15px
}

footer .bottom>div p {
    order: -1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 5px 15px;
    color: #105285;
    font-size: 14px;
    font-family: Montserrat,sans-serif;
    font-weight: 500
}

footer .bottom>div ul {
    padding: 0 3px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    font-size: 0
}

footer .bottom>div ul li {
    display: inline-block;
    padding: 5px 12px
}

footer .bottom>div ul li a {
    color: #7988a3;
    font-size: 14px;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

footer .bottom>div ul li a:hover {
    color: #3aa1ff
}

@media (max-width: 1430px) {
    #home .campaign>div>div {
        padding:40px 740px 40px 40px
    }

    #home .campaign>div>div ul {
        right: 25px
    }
}

@media (max-width: 1310px) {
    #home .campaign>div>div {
        padding:40px 665px 40px 30px
    }

    #home .campaign>div>div>div h1 {
        font-size: 36px
    }

    #home .campaign>div>div>div p {
        font-size: 16px;
        line-height: 26px
    }

    #home .campaign>div>div ul {
        width: 650px;
        right: 15px
    }
}

@media (max-width: 1199px) {
    #home .campaign>div>div {
        padding:40px 30px
    }

    #home .campaign>div>div>div {
        text-align: center!important
    }

    #home .campaign>div>div>ul {
        position: unset;
        transform: translateY(0);
        width: 100%;
        padding-top: 20px
    }

    #home .campaign>div>div>ul li {
        padding: 0!important
    }

    #home .support li {
        padding: 35px
    }

    #wordpress .top>div>div>div {
        width: 450px
    }

    #wordpress .why .rowFlex>div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    #wordpress .comparison .detail ul li.head>span {
        width: 160px
    }

    #wordpress .comparison:before {
        border-radius: 150px
    }

    #dedicated .detail>div {
        padding: 30px 20px
    }

    #dedicated .detail>div .tabMenu ul li a {
        padding: 25px
    }

    #dedicated .detail>div .l table tbody tr td {
        padding: 15px 10px;
        font-size: 14px;
        line-height: 20px
    }

    #dedicated .detail>div .l table tbody tr.sub td {
        padding: 20px
    }

    #dedicated .detail>div .l table tbody tr.sub td .right {
        padding-top: 20px
    }

    #dedicated .access .bottom .image {
        width: 360px
    }

    #dedicated .list>div {
        margin: 0 -30px
    }

    #dedicated .list>div>div {
        padding: 0 30px
    }

    #dedicated .list .red {
        border-left: none
    }

    #dedicated .cms>div {
        padding: 25px 10px
    }

    #dedicated .cms>div>div {
        padding-right: 380px
    }

    #dedicated .matter>div .image {
        width: 350px
    }

    #dedicated .different ul>li {
        width: 33.33%
    }

    #coLocation .step .rowFlex>div>div strong {
        font-size: 14px;
        line-height: 25px
    }

    #coLocation .grid .headContent {
        text-align: center!important;
        padding-bottom: 40px
    }

    #coLocation .matter>div>div .image {
        width: 350px
    }

    #standartWildcard .top ul li {
        padding: 20px 15px
    }

    #standartWildcard .top ul li div {
        width: 160px;
        padding: 25px 10px
    }

    #standartWildcard .top ul li div.center {
        width: 190px;
        padding: 25px 10px
    }

    #standartWildcard .top ul li div.center strong {
        font-size: 19px
    }

    #standartWildcard .detail table tbody tr td,#standartWildcard .detail table thead tr th {
        padding: 10px
    }

    #standartWildcard .seo>div {
        max-width: 500px
    }

    #domain .query>div ul li .icon {
        padding: 10px 10px 10px 20px
    }

    #domain .query>div ul li .price {
        padding: 10px 0 10px 20px;
        width: 180px
    }

    #domain .query>div ul li .button {
        padding: 10px 20px;
        width: 180px
    }

    #domain .domainName .c table {
        table-layout: unset
    }

    #clouddrive .access .bottom .image {
        width: 360px
    }

    #dash .top {
        text-align: center!important
    }

    #dash .top .name {
        display: inline-block;
        padding: 15px
    }

    #dash .top .name img {
        position: unset;
        margin: 0
    }

    #dash .top .name strong {
        padding-top: 15px
    }

    #dash .top .right {
        text-align: center!important
    }

    #dash .top .right .level {
        text-align: center!important
    }

    #dash .detail .b {
        padding: 0 15px 60px
    }

    #dash .detail .menu {
        padding: 17px 12px
    }

    #dash .detail .menu ul li {
        padding: 3px
    }

    #dash .detail .notice {
        padding: 12px 140px 12px 70px
    }

    #dash .detail .notice>svg {
        left: 15px
    }

    #dash .detail .notice>ul {
        right: 15px
    }

    #dash .detail .list .head {
        padding: 0 15px
    }

    #dash .detail .list table thead tr th:first-child {
        padding-left: 15px
    }

    #dash .detail .list table thead tr th:last-child {
        padding-right: 15px
    }

    #dash .detail .list table tbody tr td:first-child {
        padding-left: 15px
    }

    #dash .detail .list table tbody tr td:last-child {
        padding-right: 15px
    }

    #dash .detail .tickets ul li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    footer .center .menu>div {
        display: block
    }

    footer .center .menu>div:after,footer .center .menu>div:before {
        content: "";
        display: table;
        clear: both
    }

    footer .center .menu>div>div {
        float: left;
        display: block;
        width: 33.33%
    }

    footer .center .sub {
        display: block;
        text-align: center!important
    }

    footer .center .sub>ul {
        display: block
    }

    footer .center .sub>div {
        display: block;
        width: 100%;
        text-align: center!important
    }

    footer .bottom>div {
        text-align: center!important
    }

    footer .bottom>div p {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
        padding-top: 15px
    }

    footer .bottom>div ul {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 991px) {
    #home .support li {
        padding:20px
    }

    #home .support li .h {
        font-size: 30px
    }

    #wordpress .top>div>div {
        display: block;
        text-align: center!important
    }

    #wordpress .top>div>div>div {
        display: block;
        width: 100%
    }

    #wordpress .top>div>div>div>div {
        margin: 0 auto
    }

    #wordpress .top>div>div>ul {
        text-align: center!important
    }

    #wordpress .top>div>img {
        display: none
    }

    #wordpress .comparison .detail ul li>span {
        font-size: 14px;
        height: 60px
    }

    #wordpress .comparison .detail ul li.head>span {
        width: 130px;
        font-size: 17px;
        padding: 25px 10px
    }

    #wordpress .comparison .detail ul li.head>span span {
        font-size: 14px
    }

    #wordpress .comparison .detail:before {
        display: none
    }

    #wordpress .comparison:before {
        border-radius: 50px
    }

    #wordpress .cause .headContent {
        text-align: center!important;
        padding-bottom: 30px
    }

    #wordpress .freeTransport .slogan {
        display: none
    }

    #dedicated .top {
        text-align: center!important
    }

    #dedicated .top>div>div {
        width: 100%
    }

    #dedicated .top>div>div div {
        display: inline-block
    }

    #dedicated .top>div>img {
        display: none
    }

    #dedicated .detail>div .l table {
        display: block
    }

    #dedicated .detail>div .l table thead {
        display: none
    }

    #dedicated .detail>div .l table tbody {
        display: block
    }

    #dedicated .detail>div .l table tbody tr {
        display: block;
        padding: 20px 0
    }

    #dedicated .detail>div .l table tbody tr td {
        display: block;
        height: auto;
        padding: 5px 10px
    }

    #dedicated .detail>div .l table tbody tr td[data-head] {
        padding-top: 10px
    }

    #dedicated .detail>div .l table tbody tr td[data-head]:before {
        display: block;
        content: attr(data-head);
        font-size: 16px;
        font-family: Montserrat,sans-serif;
        font-weight: 600
    }

    #dedicated .detail>div .b ul li {
        width: 33.33%;
        padding: 10px
    }

    #dedicated .access>div {
        padding: 60px 20px 40px
    }

    #dedicated .access .step {
        margin: 40px 0 60px
    }

    #dedicated .access .step li span {
        width: 60px;
        line-height: 60px
    }

    #dedicated .access .step li strong {
        font-size: 16px
    }

    #dedicated .access .step li:before {
        width: 40%;
        top: 29px
    }

    #dedicated .access .bottom .image {
        display: none
    }

    #dedicated .list>div>div {
        padding: 30px
    }

    #dedicated .cms {
        padding: 0 15px
    }

    #dedicated .cms>div>div {
        padding-right: 15px
    }

    #dedicated .cms>div ul {
        position: unset;
        font-size: 0;
        margin: 20px -10px 0;
        transform: translate(0)
    }

    #dedicated .cms>div ul:after,#dedicated .cms>div ul:before {
        content: "";
        display: table;
        clear: both
    }

    #dedicated .cms>div ul li {
        display: inline-block;
        padding: 10px!important;
        width: 33.33%
    }

    #dedicated .matter {
        padding-top: 45px
    }

    #dedicated .matter>div {
        padding: 45px 0 0
    }

    #dedicated .matter>div .headContent {
        padding: 0!important
    }

    #dedicated .matter>div .headContent p {
        font-size: 16px;
        line-height: 24px;
        padding-top: 10px
    }

    #dedicated .matter>div .image {
        display: none
    }

    #coLocation .top {
        text-align: center!important
    }

    #coLocation .top>div>div {
        width: 100%
    }

    #coLocation .top>div>div div {
        display: inline-block
    }

    #coLocation .top>div>img {
        display: none
    }

    #coLocation .step .rowFlex>div {
        padding: 70px 8px 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    #coLocation .step .rowFlex>div:after {
        top: 15px;
        height: 40px
    }

    #coLocation .matter>div {
        padding-bottom: 45px
    }

    #coLocation .matter>div>div {
        padding: 45px 0 0
    }

    #coLocation .matter>div>div .headContent {
        padding: 0!important
    }

    #coLocation .matter>div>div .headContent p {
        font-size: 16px;
        line-height: 24px;
        padding-top: 10px
    }

    #coLocation .matter>div>div .image {
        display: none
    }

    #standartWildcard .top ul li {
        width: 100%
    }

    #standartWildcard .top ul li>div {
        margin: 0 auto
    }

    #standartWildcard .top ul li>div:before {
        left: 50%;
        top: 0
    }

    #standartWildcard .top ul li>div:after {
        left: 50%;
        top: 100%
    }

    #standartWildcard .top ul li:before {
        left: 50%;
        top: 100%;
        margin: -10px 0 0 -1px;
        width: 2px;
        height: 20px
    }

    #standartWildcard .detail table {
        display: block
    }

    #standartWildcard .detail table thead {
        display: none
    }

    #standartWildcard .detail table tbody {
        display: block
    }

    #standartWildcard .detail table tbody tr {
        padding: 20px 0
    }

    #standartWildcard .detail table tbody tr td {
        display: block;
        height: auto;
        border-top: none;
        border-left: none;
        padding: 5px 10px
    }

    #standartWildcard .detail table tbody tr td:before {
        content: attr(data-head);
        display: block;
        font-weight: 600
    }

    #standartWildcard .detail table tbody tr.open {
        display: block
    }

    #standartWildcard .seo {
        background: 0 0
    }

    #standartWildcard .seo>div {
        max-width: 100%
    }

    #standartWildcard .features>div>div>div:first-child {
        display: none
    }

    #domain .top {
        text-align: center!important
    }

    #domain .top>div>div {
        width: 100%
    }

    #domain .top>div>div div {
        display: inline-block
    }

    #domain .top>div>img {
        display: none
    }

    #domain .query>div ul li {
        display: block;
        position: relative
    }

    #domain .query>div ul li:after,#domain .query>div ul li:before {
        content: "";
        display: table;
        clear: both
    }

    #domain .query>div ul li>div {
        display: block;
        height: auto
    }

    #domain .query>div ul li .icon {
        position: absolute;
        left: 0;
        top: 0;
        padding: 11px 10px;
        width: 60px
    }

    #domain .query>div ul li .detail {
        padding-left: 60px
    }

    #domain .query>div ul li .note {
        text-align: left!important;
        margin-top: -10px;
        padding: 5px 10px 5px 60px
    }

    #domain .query>div ul li .button,#domain .query>div ul li .price {
        float: left;
        width: 50%
    }

    #domain .features {
        padding: 120px 0 90px
    }

    #domain .features .row>div {
        padding: 45px 45px 0
    }

    #clouddrive .top {
        text-align: center!important
    }

    #clouddrive .top>div>div {
        width: 100%
    }

    #clouddrive .top>div>div div {
        display: inline-block
    }

    #clouddrive .top>div>img {
        display: none
    }

    #clouddrive .package>.row>div:first-child>div {
        border-radius: 8px 8px 0 0
    }

    #clouddrive .package>.row>div:last-child>div {
        border-radius: 0 0 8px 8px
    }

    #clouddrive .access {
        overflow: hidden
    }

    #clouddrive .access>div {
        padding: 60px 20px 40px
    }

    #clouddrive .access .step {
        margin: 40px 0 60px;
        width: 100%
    }

    #clouddrive .access .step li span {
        width: 60px;
        line-height: 60px
    }

    #clouddrive .access .step li strong {
        font-size: 16px
    }

    #clouddrive .access .step li:before {
        width: 40%;
        top: 29px
    }

    #clouddrive .access .bottom .image {
        display: none
    }

    #clouddrive .features .row>div {
        text-align: center!important;
        padding: 45px 45px 0
    }

    #dash .top {
        padding-top: 0
    }

    #dash .top .container {
        padding: 50px 15px 250px
    }

    #dash .top .container .back {
        opacity: .5
    }

    #dash .top:after {
        border-width: 75px 50vw
    }

    #dash .detail {
        margin-top: -200px
    }

    #dash .detail .list .head {
        position: relative;
        padding: 15px
    }

    #dash .detail .list .head>div {
        display: block
    }

    #dash .detail .list .head>div>div {
        display: block;
        height: auto;
        padding: 0;
        text-align: center!important
    }

    #dash .detail .list .head>div>div.icon {
        width: 100%;
        display: inline-block;
        padding-right: 0
    }

    #dash .detail .list .head>div>div.h {
        padding: 10px 0
    }

    #dash .detail .list .head>div>div.btn {
        width: 100%;
        margin: -5px 0
    }

    #dash .detail .list .head>div>div.btn a,#dash .detail .list .head>div>div.btn button {
        margin: 5px
    }

    #dash .detail .list table {
        display: block
    }

    #dash .detail .list table thead {
        display: none
    }

    #dash .detail .list table tbody {
        display: block
    }

    #dash .detail .list table tbody tr {
        display: block;
        padding: 10px 0
    }

    #dash .detail .list table tbody tr td {
        display: block;
        height: auto;
        padding: 5px 15px;
        text-align: center!important
    }

    #dash .detail .list table tbody tr td br {
        display: none
    }

    #dash .detail .list table tbody tr td b {
        display: inline-block;
        margin-top: 5px;
        padding: 5px 20px
    }

    #dash .detail .list table tbody tr td button {
        display: inline-block
    }

    #dash .detail .list table tbody tr td:before {
        content: attr(data-head);
        color: #105285;
        font-weight: 700!important;
        display: block;
        text-decoration: underline
    }

    #contact .menu {
        padding-top: 20px
    }

    #contact .detail>div .head {
        padding: 30px 15px 30px 75px
    }

    #contact .detail>div .head svg {
        left: 15px
    }

    #contact .detail>div .bottom {
        padding: 30px 15px
    }

    #contact .detail>div .bottom .info svg {
        left: 10px
    }

    #contact .detail>div .bottom .info p {
        padding: 15px 15px 15px 45px
    }

    #contact:before {
        height: 450px
    }

    #contact:after {
        top: 300px;
        border-width: 75px 50vw
    }

    footer .center .informed>strong {
        font-size: 20px;
        padding-right: 25px
    }
}

#cloudServer {
    position: relative;
    background: #fafbfe
}

#cloudServer .top {
    position: relative;
    padding: 35px 15px 150px
}

#cloudServer .top>div>div {
    width: 100%;
    position: relative;
    z-index: 2
}

#cloudServer .top>div>div>div {
    padding: 35px 0 0
}

#cloudServer .top>div>div>div div {
    position: relative;
    width: 74px;
    padding: 12px;
    border-radius: 8px;
    background: #2e2bbc
}

#cloudServer .top>div>div>div div svg {
    width: 48px
}

#cloudServer .top>div>div>div div:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 100%;
    border: 14px solid transparent;
    border-top-color: #2e2bbc;
    margin-left: -14px
}

#cloudServer .top>div>div>div h1 {
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-size: 48px;
    font-weight: 700!important;
    padding: 30px 0 15px
}

#cloudServer .top>div>div>ul {
    font-size: 0;
    padding: 0 0 35px
}

#cloudServer .top>div>div>ul li {
    display: inline-block;
    padding: 7px 4px
}

#cloudServer .top>div>div>ul li span {
    position: relative;
    display: block;
    color: #fff;
    font-weight: 300!important;
    font-size: 18px;
    background: #060694;
    border-radius: 8px;
    padding: 25px 20px 25px 60px
}

#cloudServer .top>div>div>ul li span svg {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -16px
}

#cloudServer .top>div>div>ul li span strong {
    font-weight: 600
}

#cloudServer .top>div>div>ul li.break {
    padding: 0;
    display: block
}

#cloudServer .top:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/wordpress-head.png) no-repeat top center;
    background-size: cover
}

#cloudServer .package {
    position: relative;
    z-index: 2;
    padding-top: 32px;
    padding-bottom: 90px;
    margin-top: -150px;
    width: 1330px
}

#cloudServer .package .headContent p {
    color: #105285;
    font-size: 20px;
    line-height: 34px;
    padding-top: 20px
}

#cloudServer .package>div {
    padding: 45px;
    background: #fff;
    border-radius: 20px
}

#cloudServer .package>div>.row {
    margin: 0 -8px;
    padding-top: 50px
}

#cloudServer .package>div>.row>div {
    padding: 32px 8px;
    text-align: center!important
}

#cloudServer .package>div>.row>div>div {
    position: relative;
    background: #fff;
    box-shadow: 0 0 48px rgba(0,0,0,.04);
    border-radius: 8px;
    padding: 50px 15px 20px;
    border: 1px #eee solid
}

#cloudServer .package>div>.row>div>div>svg {
    position: absolute;
    left: 50%;
    top: -32px;
    margin-left: -32px
}

#cloudServer .package>div>.row>div>div .t em {
    display: block;
    font-style: normal;
    color: #e9533a;
    font-size: 20px;
    font-weight: 500
}

#cloudServer .package>div>.row>div>div .t strong {
    display: block;
    font-size: 24px;
    color: #105285;
    font-weight: 500;
    padding: 15px 0 10px
}

#cloudServer .package>div>.row>div>div .t span {
    color: #7988a3;
    font-size: 16px;
    line-height: 27px
}

#cloudServer .package>div>.row>div>div .p {
    margin: 0;
    padding: 20px 0 15px
}

#cloudServer .package>div>.row>div>div .p>div {
    padding: 0 0;
    text-align: center!important;
    color: #105285;
    letter-spacing: -.2px
}

#cloudServer .package>div>.row>div>div .p>div strong {
    display: block;
    font-size: 62px;
    font-weight: 600;
    padding-top: 5px
}

#cloudServer .package>div>.row>div>div .p>div strong sup {
    top: 28px;
    font-size: 22px;
    font-weight: 400!important;
    vertical-align: top
}

#cloudServer .package>div>.row>div>div .p>div strong sub {
    bottom: 0;
    font-size: 18px
}

#cloudServer .package>div>.row>div>div .p>div span {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: #105285;
    padding-top: 7px
}

#cloudServer .package>div>.row>div>div .buttons {
    text-align: center!important
}

#cloudServer .package>div>.row>div>div .buttons strong {
    display: block;
    color: #fff;
    font-size: 0;
    font-weight: 500;
    border-radius: 8px;
    overflow: hidden
}

#cloudServer .package>div>.row>div>div .buttons strong span {
    display: inline-block;
    width: 50%;
    font-size: 14px;
    background: #e9533a;
    padding: 15px 10px
}

#cloudServer .package>div>.row>div>div .buttons strong span:last-child {
    color: #e9533a;
    background: #fbdcd7;
    border-left: 1px solid #fff
}

#cloudServer .package>div>.row>div>div .property {
    padding: 20px 0 0
}

#cloudServer .package>div>.row>div>div .property ul {
    padding: 10px 0;
    border-top: 1px solid rgba(0,0,0,.08)
}

#cloudServer .package>div>.row>div>div .property ul li {
    position: relative;
    padding: 15px 20px 15px 42px;
    text-align: left!important
}

#cloudServer .package>div>.row>div>div .property ul li>svg {
    position: absolute;
    left: 0;
    top: 10px;
    width: 32px;
    height: 32px;
    object-fit: contain
}

#cloudServer .package>div>.row>div>div .property ul li>svg path {
    fill: #e9533a
}

#cloudServer .package>div>.row>div>div .property ul li span {
    color: #105285;
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 20px
}

#cloudServer .package>div>.row>div>div .property ul li a {
    position: absolute;
    right: 0;
    top: 17px
}

#cloudServer .package>div>.row>div>div button {
    font-size: 20px;
    font-weight: 500;
    font-family: Poppins,sans-serif;
    background: #15d48e;
    display: block;
    color: #fff;
    width: 100%;
    border-radius: 8px;
    padding: 25px 15px;
    margin: 12px 0;
    outline: 0
}

#cloudServer .package>div>.row>div>div.blue>svg circle {
    fill: #1185ff
}

#cloudServer .package>div>.row>div>div.blue .t em {
    color: #1185ff
}

#cloudServer .package>div>.row>div>div.blue .buttons strong span {
    background: #1185ff
}

#cloudServer .package>div>.row>div>div.blue .buttons strong span:last-child {
    color: #1185ff;
    background: #cfe7ff
}

#cloudServer .package>div>.row>div>div.blue .property ul li>svg path {
    fill: #1185ff
}

#cloudServer .package>div>.row>div>div.purple>svg circle {
    fill: #911cbc
}

#cloudServer .package>div>.row>div>div.purple .t em {
    color: #911cbc
}

#cloudServer .package>div>.row>div>div.purple .buttons strong span {
    background: #911cbc
}

#cloudServer .package>div>.row>div>div.purple .buttons strong span:last-child {
    color: #911cbc;
    background: #e9d1f2
}

#cloudServer .package>div>.row>div>div.purple .property ul li>svg path {
    fill: #911cbc
}

#cloudServer .package>div>.row>div>div.pink>svg circle {
    fill: #ff5f8d
}

#cloudServer .package>div>.row>div>div.pink .t em {
    color: #ff5f8d
}

#cloudServer .package>div>.row>div>div.pink .buttons strong span {
    background: #ff5f8d
}

#cloudServer .package>div>.row>div>div.pink .buttons strong span:last-child {
    color: #ff5f8d;
    background: #ffdfe8
}

#cloudServer .package>div>.row>div>div.pink .property ul li>svg path {
    fill: #ff5f8d
}

#cloudServer .features {
    background: #fff;
    padding: 60px 0 45px;
    margin-top: -60px;
    width: 100%
}

#cloudServer .features>div {
    overflow: hidden
}

#cloudServer .features .row {
    margin: 0 -45px;
    padding-top: 15px
}

#cloudServer .features .row>div {
    padding: 45px 45px
}

#cloudServer .features .row strong {
    display: block;
    font-family: Montserrat,sans-serif;
    color: #ff5f8d;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0
}

#cloudServer .features .row h3 {
    display: block;
    font-family: Montserrat,sans-serif;
    color: #105285;
    font-size: 24px;
    font-weight: 600
}

#cloudServer .features .row p {
    display: block;
    font-family: Montserrat,sans-serif;
    color: #7988a3;
    font-size: 16px;
    line-height: 27px;
    padding-top: 15px
}

#cloudServer .features .row .red strong {
    color: #e9533a
}

#cloudServer .features .row .green strong {
    color: #15d48e
}

#cloudServer .features .row .purple strong {
    color: #911cbc
}

#cloudServer .step {
    background: #fff;
    padding: 60px 0;
    overflow: hidden
}

#cloudServer .step>div>div {
    margin: 0 -30px;
    padding: 50px 0
}

#cloudServer .step>div>div:after,#cloudServer .step>div>div:before {
    content: "";
    display: table;
    clear: both
}

#cloudServer .step>div>div>div {
    width: 60%;
    float: left;
    padding: 0 30px
}

#cloudServer .step>div>div>div:first-child {
    width: 40%
}

#cloudServer .step>div>div>div:first-child img {
    display: block;
    margin: 0 auto
}

#cloudServer .step>div>div .headContent>strong {
    color: #911cbc
}

#cloudServer .step>div>div .headContent p {
    color: #7988a3;
    font-size: 20px;
    line-height: 34px;
    padding-top: 20px
}

#cloudServer .step>div>div .headContent ul {
    display: table;
    width: 100%;
    font-family: Montserrat,sans-serif;
    padding-top: 15px
}

#cloudServer .step>div>div .headContent ul>li {
    display: table-row
}

#cloudServer .step>div>div .headContent ul>li>div {
    display: table-cell;
    width: 54px;
    vertical-align: middle;
    padding: 5px 0
}

#cloudServer .step>div>div .headContent ul>li p {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    color: #105285;
    line-height: 26px;
    padding: 5px 0 5px 15px
}

#cloudServer .step>div>div .headContent ul>li p b {
    font-weight: 700!important;
    color: #911cbc
}

#cloudServer .step>div>div:nth-child(odd)>div {
    float: right
}

@media (max-width: 767px) {
    .headContent strong {
        font-size:16px
    }

    .headContent h1,.headContent h2,.headContent h3,.headContent h4,.headContent h5,.headContent h6 {
        font-size: 36px
    }

    #home .campaign>div>div {
        padding: 40px 15px 10px
    }

    #home .campaign>div>div>ul>li>div {
        width: 100%;
        padding: 10px 0
    }

    #home .support li {
        width: 100%
    }

    #wordpress .top>div>div>div h1 {
        font-size: 40px
    }

    #wordpress .top>div>div>div h2 {
        font-size: 16px
    }

    #wordpress .top>div>div>ul {
        padding-top: 0
    }

    #wordpress .package>.button {
        padding-top: 0
    }

    #wordpress .why .rowFlex>div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    #wordpress .comparison .tabMenu ul {
        padding: 0;
        border: none
    }

    #wordpress .comparison .tabMenu ul li {
        padding: 3px
    }

    #wordpress .comparison .tabMenu ul li a {
        padding: 10px 15px;
        font-size: 14px
    }

    #wordpress .comparison .detail {
        display: none
    }

    #wordpress .comparison .mobileDetail {
        display: block
    }

    #wordpress .faq ul li>strong {
        padding: 25px 15px
    }

    #wordpress .faq ul li>div {
        padding: 15px
    }

    #dedicated .top>div>div h1 {
        font-size: 40px
    }

    #dedicated .top>div>div h2 {
        font-size: 16px;
        line-height: 25px
    }

    #dedicated .top>div>ul {
        padding-top: 0
    }

    #dedicated .detail>div .tabMenu ul {
        display: block
    }

    #dedicated .detail>div .tabMenu ul li {
        display: block
    }

    #dedicated .detail>div .t>div:last-child {
        display: none
    }

    #dedicated .detail>div .l table tbody tr.sub td ul li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    #dedicated .detail>div .l table tbody tr.sub td .right p span {
        width: 100%
    }

    #dedicated .detail>div .b {
        display: block
    }

    #dedicated .detail>div .b>div {
        display: block
    }

    #dedicated .detail>div .b ul {
        display: block
    }

    #dedicated .quality>div .item strong {
        font-size: 16px;
        line-height: 20px
    }

    #dedicated .quality>div .item h4 {
        font-size: 30px;
        line-height: 38px
    }

    #dedicated .quality>div .item p {
        font-size: 16px;
        line-height: 28px
    }

    #dedicated .cms>div ul li {
        width: 100%
    }

    #dedicated .different p {
        font-size: 16px;
        line-height: 24px
    }

    #dedicated .different ul>li {
        width: 50%
    }

    #dedicated .different ul>li div p {
        font-size: 16px;
        line-height: 24px;
        padding: 10px
    }

    #coLocation .top>div>div h1 {
        font-size: 40px
    }

    #coLocation .top>div>div h2 {
        font-size: 16px;
        line-height: 25px
    }

    #coLocation .step .rowFlex>div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    #coLocation .grid ul {
        margin: 0 -4px
    }

    #coLocation .grid ul>li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 4px 8px
    }

    #coLocation .grid ul>li a {
        padding: 20px 10px
    }

    #coLocation .grid ul>li a strong {
        font-size: 16px;
        line-height: 22px
    }

    #coLocation .grid ul>li a span {
        font-size: 14px;
        line-height: 20px
    }

    #standartWildcard .detail .tabMenu ul li {
        max-width: 50%
    }

    #domain .query>div .form svg {
        top: 29px;
        left: 10px
    }

    #domain .query>div .form input {
        line-height: 94px;
        padding: 0 13px 54px 53px
    }

    #domain .query>div .form button {
        right: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        padding: 17px 10px;
        border-radius: 0 0 10px 10px
    }

    #domain .query>div ul li .detail p strong span {
        display: block
    }

    #domain .query>div ul li .detail p strong span em {
        display: inline-block
    }

    #domain .query>div ul li .button,#domain .query>div ul li .price {
        width: 100%
    }

    #domain .domainName .c table {
        display: block
    }

    #domain .domainName .c table thead {
        display: none
    }

    #domain .domainName .c table tbody {
        display: block
    }

    #domain .domainName .c table tbody tr {
        display: block;
        padding: 10px 5px
    }

    #domain .domainName .c table tbody tr td {
        display: block;
        height: auto;
        padding: 5px 10px
    }

    #domain .domainName .c table tbody tr td:before {
        content: attr(data-head) " : ";
        color: #105285
    }

    #domain .document>div>div {
        padding: 20px 15px 20px 70px
    }

    #domain .document>div>div svg {
        left: 15px
    }

    #domain .document>div>ul>li>strong {
        padding: 15px 15px 15px 70px;
        font-size: 15px;
        line-height: 22px
    }

    #domain .document>div>ul>li>strong span {
        left: 15px;
        width: 40px;
        line-height: 38px;
        margin-top: -20px
    }

    #domain .document>div>ul>li>div {
        padding: 15px;
        font-size: 15px;
        line-height: 22px
    }

    #clouddrive .top>div>div h1 {
        font-size: 40px
    }

    #clouddrive .top>div>div h2 {
        font-size: 16px;
        line-height: 25px
    }

    #clouddrive .top>div>ul {
        padding-top: 0
    }

    #dash .top .right .level ul {
        display: block;
        padding-top: 10px
    }

    #dash .top .right .level ul li {
        margin: 0 5px
    }

    #dash .top .right .bottom>div {
        margin-bottom: 10px
    }

    #dash .top .right .bottom>a {
        width: 31.33%;
        margin: 0 1%
    }

    #dash .top .right .bottom>a:nth-child(2) {
        margin: 0 2% 0 0
    }

    #dash .top .right .bottom>a:last-child {
        margin: 0 0 0 2%
    }

    #dash .top:after {
        border-width: 50px 50vw
    }

    #dash .detail .menu>ul {
        display: block;
        font-size: 0
    }

    #dash .detail .menu>ul>li {
        display: inline-block;
        width: 50%
    }

    #dash .detail .menu>ul>li>div>a strong {
        font-size: 14px
    }

    #dash .detail .menu>ul>li>div>ul {
        display: none
    }

    #dash .detail .menu>ul>li>div:hover {
        border-radius: 20px
    }

    #dash .detail .notice {
        padding: 12px 15px 12px 55px
    }

    #dash .detail .notice>svg {
        width: 32px
    }

    #dash .detail .notice .owl-carousel .item {
        padding: 6px 0
    }

    #dash .detail .notice .owl-carousel .item a {
        font-size: 13px;
        font-weight: 600
    }

    #dash .detail .notice>ul {
        display: none
    }

    #dash .detail .list .head>div>div.btn {
        white-space: normal
    }

    #dash .detail .tickets ul li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    #contact:after {
        top: 350px;
        border-width: 50px 50vw
    }

    #cloudServer .top>div>div {
        display: block;
        text-align: center!important
    }

    #cloudServer .top>div>div>div {
        display: block;
        width: 100%
    }

    #cloudServer .top>div>div>div>div {
        margin: 0 auto
    }

    #cloudServer .top>div>div>ul {
        text-align: center!important
    }

    #cloudServer .top>div>div>ul li {
        text-align: left!important
    }

    #cloudServer .top>div>div>ul li .break {
        display: none
    }

    #cloudServer .top>div>img {
        display: none
    }

    #cloudServer .features .row>div {
        text-align: center!important;
        padding: 45px 45px 0
    }

    #cloudServer .step>div>div>div {
        width: 100%
    }

    #cloudServer .step>div>div>div:first-child {
        display: none
    }

    footer .top>div {
        display: block
    }

    footer .top>div>div {
        display: block;
        text-align: center!important
    }

    footer .top>div>div:last-child {
        text-align: center!important
    }

    footer .center .menu>div>div {
        width: 100%
    }

    footer .center .sub>div strong {
        display: none
    }
}

.registerPageAll {
    padding-top: 50px;
    padding-bottom: 270px
}

.registerPageAll.login {
    padding-bottom: 90px
}

.registerPage ul {
    width: 100%;
    display: inline-block;
    float: left;
    max-width: 850px;
    margin: 0 auto;
    float: none;
    display: table
}

.registerPage ul li {
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.4)
}

.registerPage ul li.icon {
    font-size: 55px;
    margin-bottom: 20px
}

.registerPage ul li.title {
    font-size: 22px;
    line-height: 30px
}

.registerPage ul li.otherTitle {
    font-size: 30px;
    line-height: 35px;
    font-weight: 800;
    margin-bottom: 20px
}

.registerPage ul li.desc {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 15px
}

.registerPage ul li.newTitle {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 10px
}

.registerPage ul li.newTitleX {
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 20px
}

.registerPage ul li.buttons {
    text-align: center
}

.registerPage ul li.buttons a {
    text-align: left;
    float: none;
    margin-left: 10px;
    margin-right: 10px;
    width: auto
}

.registerForm {
    margin-top: -210px;
    position: relative;
    background: #fff;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden
}

.registerFormTop ul {
    width: 100%;
    display: inline-block;
    float: left
}

.registerFormTop ul li {
    width: 50%;
    float: left;
    display: inline-block;
    border-right: 2px solid #f1f3f8
}

.registerFormTop ul li:last-child {
    border-right: 0
}

.registerFormTop ul li a {
    width: 100%;
    float: left;
    display: inline-block;
    color: #404257;
    font-size: 20px;
    line-height: 30px;
    padding: 30px;
    padding-left: 80px
}

.registerFormTop ul li a i {
    float: left;
    line-height: 30px;
    margin-right: 20px;
    color: #1dcc5b;
    font-size: 30px
}

.registerFormTop ul li.active a {
    background: #f7f9fd
}

.registerFormTop ul li.business a i {
    color: #34a3fc
}

.registerFormBotBox {
    padding: 20px 30px
}

.registerFormTitle {
    border-bottom: 2px solid #f1f3f8;
    margin-bottom: 30px
}

.registerFormTitle .title {
    float: left;
    color: #404257;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    padding-bottom: 20px;
    position: relative
}

.registerFormTitle .title:before {
    content: "";
    width: 80px;
    height: 2px;
    background: #2423b2;
    position: absolute;
    left: 0;
    bottom: -2px;
    display: inline-block
}

.registerFormTitle .title:after {
    content: "";
    position: absolute;
    left: 30px;
    bottom: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #2523b2 transparent transparent transparent
}

.registerFormRow {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.registerFormCol {
    width: 33.33%;
    float: left;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px
}

.registerFormTab {
    border: 2px solid #f1f3f8;
    background: #fff;
    border-radius: 5px;
    padding: 12px
}

.registerFormTab ul {
    position: relative;
    width: 100%;
    display: inline-block;
    float: left;
    padding-left: 8px
}

.registerFormTab ul li {
    width: 100%;
    display: inline-block;
    float: left
}

.registerFormTab ul li.icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
    color: #aeadb7;
    font-size: 25px;
    width: 32px;
    text-align: center;
    display: inline-block
}

.registerFormTab ul li.icon:after {
    content: "";
    width: 2px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: 0;
    display: inline-block
}

.registerFormTab ul li.title {
    color: #404257;
    font-size: 11px;
    line-height: 15px;
    font-weight: 600
}

.registerText {
    width: 100%;
    float: left;
    color: #aeadb7;
    font-size: 14px;
    height: 41px;
    background: 0 0
}

.registerTextarea {
    width: 100%;
    float: left;
    color: #aeadb7;
    font-size: 14px;
    height: 165px;
    background: 0 0
}

.registerFormTab ul li.arrow {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    color: #aeadb7;
    width: 12px;
    font-size: 10px;
    height: 30px;
    line-height: 30px
}

.registerSelect {
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: "";
    padding-left: 0;
    padding-right: 0;
    color: #aeadb7;
    font-size: 14px;
    height: 40px;
    width: 100%;
    border-radius: 0;
    background: 0 0;
    cursor: pointer;
    float: left
}

.registerFormList {
    margin-bottom: 7.5px
}

.registerForm {
    margin-bottom: 30px
}

.registerFormSubmit {
    margin-bottom: 30px;
    margin-top: 13.5px
}

.registerFormTerm {
    position: relative;
    cursor: pointer;
    margin-top: 10px;
    float: left
}

.registerFormTerm .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border: 2px solid #f1f3f8;
    border-radius: 5px;
    text-align: center;
    line-height: 56px;
    color: #25d461;
    font-size: 30px
}

.registerFormTerm .icon i {
    display: none
}

.registerFormTerm .icon.active i {
    display: inline-block
}

.registerFormTerm .title {
    float: left;
    color: #404257;
    font-size: 17px;
    line-height: 30px;
    padding: 15px 0
}

.registerFormSubmitRight {
    float: right
}

.termList {
    background: #f7f9fd;
    padding: 25px;
    color: #404257;
    font-size: 14px;
    line-height: 24px;
    height: 350px;
    overflow-y: scroll
}

.registerFormBotBox.blue .registerFormTitle .title:before {
    background: #34a3fc
}

.registerFormBotBox.blue .registerFormTitle .title:after {
    border-color: #34a3fc transparent transparent transparent
}

.registerFormBotBox.blue .registerFormTerm .icon {
    color: #34a3fc
}

.loginPage {
    max-width: 570px;
    margin: 0 auto;
    display: table;
    float: none;
    border-radius: 5px;
    overflow: hidden
}

.registerPage.login {
    margin-bottom: 60px
}

.loginPageTop .title {
    width: 100%;
    float: left;
    display: inline-block;
    color: #404257;
    font-size: 20px;
    line-height: 30px;
    padding: 30px;
    padding-left: 30px;
    background: #f7f9fd
}

.loginPageTop .title i {
    float: left;
    line-height: 30px;
    margin-right: 20px;
    color: #3ca7fc;
    font-size: 30px
}

.loginPageBot {
    padding: 30px;
    background: #fff
}

.loginPageBot .registerFormTab {
    margin-bottom: 15px
}

.registerButton.bigX {
    padding: 20px 40px;
    line-height: 20px;
    font-size: 17px;
    padding-right: 90px
}

.registerButton.green {
    background: #25d461
}

.registerButton {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    padding: 10px 30px;
    padding-right: 85px;
    background: #35a0f6;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    color: #fff;
    position: relative
}

.registerButton.bigX i {
    line-height: 60px;
    width: 50px
}

.registerButton.green i {
    background: #19c153
}

.registerButton i {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    line-height: 44px;
    font-size: 12px;
    background: #2f93e2;
    text-align: left;
    -webkit-transition: all .3 ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-left: 0
}

@media (max-width: 600px) {
    .registerFormCol {
        width:100%
    }
}

@media (max-width: 768px) {
    .registerFormTop ul li {
        width:100%;
        border-right: 0;
        border-bottom: 2px solid #f1f3f8
    }
}
