@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
:root {
    --primary-color: #ff6600;
    --secondary-color: #0a0d35;
    --heading-color: #000;
    --text-color: #515151;
    --subtext-color: #302c28;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: var(--text-color);
}

ul,
li {
    padding: 0;
    margin: 0;
}

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

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
    color: var(--heading-color);
}

.btn,
a {
    transition: all 0.5s ease-in-out;
}

.btn,
.nav-menu a.btn {
    font-size: 13px;
    border-radius: 4px;
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 10px 18px;
    border: 1px solid var(--primary-color);
    font-weight: 600;
    position: relative;
}

.btn:hover,
.nav-menu a.btn:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.t-center {
    text-align: center;
}

.row-align {
    align-items: center;
}

.disp-flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.ovrflw-hiddn {
    overflow-x: hidden;
}

.get-started-btn:hover::after {
    left: 250px;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: .2;
}

.strg-plans .pricing-block .get-started-btn:hover::after {
    left: 200px;
}

.get-started-btn::after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate( 35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
}

.get-started-btn {
    position: relative;
    overflow: hidden;
}

.wrapper .banner-top,
.wrapper .banner-top-space {
    padding-top: 190px;
}

.title-pd {
    padding-bottom: 40px;
}

.topbar {
    box-shadow: 0px 2px 2.5px rgb(0 0 0 / 5%);
    padding: 10px 0px;
}

.topbar ul li a {
    font-size: 13px;
    color: rgb(48 44 40 / 80%);
    font-weight: 600;
    transition: all .3s ease-in-out;
}

.topbar ul li a:hover {
    color: var(--primary-color);
}

.topbar ul li {
    padding: 0px 4px;
}

.topbar ul li i {
    margin-right: 2px;
}

.header {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1030;
    padding: 32px 0px;
    background: transparent;
    transition: ease .6s;
}

.fixed-header {
    background-color: #ffffff;
    box-shadow: 0px 2px 15px rgb(204 204 204 / 28%);
    padding: 20px 0px;
    top: 0;
}

.header .logo img {
    max-height: 40px;
    max-width: 200px;
}

.nav-menu a.btn.signin-btn:hover,
.blue-btn:hover {
    color: var(--secondary-color);
    background-color: transparent;
}

.nav-menu a.btn.signin-btn,
.blue-btn {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.nav-menu .drop-down li:last-child {
    border-bottom: 0;
}


/*--------------------------------------------------------------
  # Navigation Menu
--------------------------------------------------------------*/

.nav-menu .drop-down .submenu p a {
    padding: 10px 0px;
}

.nav-menu .submenu {
    display: flex;
    /* padding-bottom: 25px; */
    width: 100%;
    align-items: flex-start;
}

.nav-menu .submenu .menu-heading {
    font-weight: 700;
    font-size: 16px;
    display: block;
    width: 100%;
    color: var(--heading-color);
    margin-bottom: 0px;
}

.nav-menu .drop-down ul.nav__item-list {
    visibility: visible;
    opacity: 1;
    position: relative;
    box-shadow: none;
    padding: 5px 0 0;
}

.nav-menu .drop-down ul.nav__item-list li {
    border-bottom: 0;
}

nav.nav-menu.nav-space ul.nav-link-items li {
    padding: 0px 10px;
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
}

.nav-menu>ul>li {
    position: static;
    white-space: nowrap;
    float: left;
}

.submenu-items {
    margin-left: 7px;
}

.nav-menu>.nav-link-items>li {
    padding: 15px 10px;
    margin: 0px 15px;
}

.nav-menu .submenu .icon-users {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    background-color: #fff0e6;
    text-align: center;
    margin-right: 8px;
    border-radius: 50%;
}

span.icon-users img {
    max-width: 22px;
}

.nav-menu>.nav-link-btns>li {
    padding: 10px 14px;
}

.nav-menu .drop-down ul {
    display: none;
    position: absolute;
    left: auto;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: ease all 0.3s;
    box-shadow: 0 6px 15px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 16px;
}

.nav-menu .drop-down:hover>ul.dropdown-nav {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.first-drop-menu li {
    width: 50%;
}

.nav-menu .drop-down:hover>ul.dropdown-nav li {
    padding-right: 20px;
    border: 0;
}

.nav-menu .drop-down li {
    padding: 20px;
    /* min-width: 180px; */
    position: relative;
    border-bottom: 1px solid #f0f3f7;
}

.nav-menu .drop-down ul.nav__item-list li {
    padding: 0;
}

.nav-menu .submenu li {
    width: 100%;
}

nav.nav-menu .drop-down ul.nav__item-list li:last-child,
nav.nav-menu .drop-down ul.nav__item-list li:last-child a {
    padding-bottom: 0;
    margin-bottom: 0;
}

.nav-menu .drop-down ul.nav__item-list li a,
.menu-price {
    border-bottom: 0;
    color: var(--subtext-color);
    font-size: 13px;
    padding: 2px 0px;
    font-weight: 400;
    position: relative;
    transition: all .3s ease-in-out;
}

.nav-menu .drop-down ul.nav__item-list li a::after {
    display: inline-block;
    /* content: ''; */
    background: #ff6600;
    height: 2px;
    width: 9px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.nav-menu .drop-down ul.nav__item-list li a {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
    align-items: center;
    padding-left: 18px;
}

.nav-menu .submenu span,
.nav-menu .drop-down ul.nav__item-list li a {
    white-space: normal;
}

.nav-menu .drop-down ul.nav__item-list li i {
    position: absolute;
    left: 0;
    font-size: 11px;
    top: 7px;
    color: #595959;
}

.nav-menu .drop-down ul a {
    padding: 0px;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    color: var(--heading-color);
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}


/* .menu-text b{
  font-weight: 600;
} */

.menu-price {
    font-weight: 400;
    /* display: inline-block;
  margin-left: 8px;
  word-break: break-word;
    white-space: normal; */
}


/* .menu-text b {
  display: block;
} */

.menu-price .price {
    display: inline-block;
    font-weight: 600;
    color: #ff6600;
    font-size: 12px;
    letter-spacing: 0.4px;
    background: rgb(255 102 0 / 15%);
    border-radius: 20px;
    padding: 0px 8px;
}

.nav-menu {
    position: relative;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down ul.dropdown-nav {
    left: 0;
    right: 0;
}

.nav-menu .drop-down:hover>ul .submenu ul {
    display: block;
}

.nav-menu>.nav-link-items>li.drop-down ul li:hover a {
    color: #000;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 95%;
    min-width: 200px;
    visibility: visible;
    display: block;
}


/* .nav-menu .drop-down:hover>ul li:last-child {
  padding-bottom: 5px;
} */

.nav-menu .drop-down .drop-down>a::before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 15px;
}

.nav-menu .dropdown-title::before {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    padding-left: 5px;
    font-size: 14px;
    font-weight: 800;
    right: -16px;
    position: absolute;
    margin-top: 2px;
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
}

.nav-menu a,
.nav-menu .dropdown-title {
    display: block;
    position: relative;
    transition: 0.3s;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    color: var(--subtext-color);
    cursor: pointer;
}


/* .nav-menu a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2;
  left: 50%;
  height: 2px;
  width: 0;
  background: transparent;
  transition: all .5s ease;
} */

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a,
.nav-menu>.nav-link-items>li.drop-down ul li .submenu ul li:hover a,
.submenu-items:hover .menu-price,
.nav-menu .dopdown-title:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.nav-menu a.nav-link:hover:after,
.nav-menu li.active a.nav-link:after,
.detail-bar-menu li a:hover::after,
.detail-bar-menu li.active a::after {
    width: 100%;
    left: 0;
    background: var(--primary-color);
}

.nav-link-items {
    padding: 0px 17px;
}

.mobile-nav li {
    list-style-type: none;
}

.mobile-nav li .dropdown-nav li {
    /* border-bottom: 1px solid #3c3c3c; */
    border-bottom: 1px solid #f0f3f7;
}

.mobile-nav li .dropdown-nav .submenu li {
    border: 0;
}


/* .mobile-nav li .submenu li:last-child{
  border-bottom: 0;
} */

.nav-menu .drop-down li.content-box .contright {
    max-width: 250px;
    white-space: normal;
}

.nav-menu .drop-down li.content-box .contright {
    max-width: 250px;
    white-space: normal;
}

.nav-menu .drop-down li.content-box .contright h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.nav-menu .drop-down li.content-box .contright p {
    font-size: 13px;
    color: #7a7a7a;
}


/*============ Mobile Navigation =============*/

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -350px;
    max-width: 350px;
    padding: 25px 20px;
    background: #fff;
    transition: 0.6s;
    width: 100%;
}

.mobile-nav-toggle .bar2 {
    width: 30px;
}

.mobile-nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #000;
    margin: 5px 0;
    transition: .5s;
}

.mobile-nav-active .mobile-nav-toggle .bar2 {
    opacity: 0;
}

.mobile-nav-active .mobile-nav-toggle .bar1 {
    -webkit-transform: rotate( -45deg) translate(-7px, 3px);
    -ms-transform: rotate( -45deg) translate(-7px, 3px);
    transform: rotate( -45deg) translate(-7px, 3px);
}

.mobile-nav-active .mobile-nav-toggle .bar3 {
    -webkit-transform: rotate( 45deg) translate(-7px, -3px);
    -ms-transform: rotate( 45deg) translate(-7px, -3px);
    transform: rotate( 45deg) translate(-7px, -3px);
}

.mob-menu-link {
    display: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: var(--subtext-color);
    padding: 0px;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
}

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 80px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}


/* .mobile-nav-toggle i {
  color: #222;
} */

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgb(0 0 0 / 59%);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: var(--white-color);
}


/*================ header-css-end =================*/


/*=============== home-banner-css-start =============*/

.banner-section {
    padding: 20px 0px 45px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}


/* 
.banner-section::after {
  content: "";
  position: absolute;
  background: url('../image/banner-right-img.png') no-repeat;
  width: 702px;
  height: 614px;
  top: 0;
  z-index: -1;
  right: 0;
} */

.banner-img {
    margin-left: -30px;
    text-align: right;
}

.server-title {
    font-size: 13px;
    color: rgb(0 0 0 / 80%);
    font-weight: 600;
    border: 1px solid #e9e9e9;
    display: inline-block;
    padding: 6px 11px 6px 6px;
    border-radius: 3px;
}

.server-title span {
    font-size: 11px;
    color: #f6f7f8;
    font-weight: 600;
    border-radius: 3px;
    background-color: #ff4051;
    display: inline-block;
    padding: 3px 6px;
    margin-right: 7px;
}

.banner-title {
    font-size: 45px;
    line-height: 52px;
    color: var(--heading-color);
    font-weight: 600;
    max-width: 500px;
    margin: 20px 0px 32px;
}

.banner-content p {
    font-size: 20px;
    line-height: 32px;
    color: #343a46;
    font-weight: 600;
    max-width: 500px;
}

.list-block li {
    font-size: 15px;
    line-height: 26px;
    color: var(--subtext-color);
    margin-bottom: 15px;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
}

.list-block li img {
    position: absolute;
    left: 0;
    top: 4px;
}

.list-block li span {
    font-weight: 600;
}

.btn.get-started-btn {
    padding: 13px 40px;
    font-size: 17px;
}

.list-block {
    padding: 18px 0px 24px;
}

h2 {
    font-size: 40px;
    line-height: 42px;
    color: var(--heading-color);
    font-weight: 700;
    margin-bottom: 18px;
}

.section-heading p {
    font-size: 17px;
    line-height: 30px;
    color: var(--text-color);
    font-weight: 400;
    max-width: 970px;
    margin: auto;
}

.pd {
    padding: 45px 0px;
}

.server-txt h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.server-txt span,
.cloud-month {
    font-size: 13px;
    line-height: 22px;
    color: var(--primary-color);
    font-weight: 600;
    border-radius: 12px;
    background-color: #ffefe5;
    display: inline-block;
    padding: 2px 14px 3px;
}

.server-box {
    position: relative;
    padding-left: 125px;
}

.server-icon {
    border-radius: 10px;
    background-color: #ffefe5;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 95px;
    position: absolute;
    left: 0;
}

.server-icon img {
    height: 56px;
}

.server-list-blk {
    padding-top: 45px;
}


/* .server-list-blk .list-block li {
  font-size: 16px;
} */

.server-list-blk a {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
}

.server-list-blk a img {
    margin-left: 7px;
}

.service-inner {
    box-shadow: 0px 3px 5.5px rgb(0 0 0 / 5%);
    padding: 60px 48px;
    border: 1px solid rgba(57, 174, 184, 0.28);
    border-radius: 10px;
    transition: all .3s ease-in-out;
    height: 100%;
}

.service-inner:hover .server-list-blk a {
    color: var(--primary-color);
}

.service-section .section-heading {
    margin-bottom: 36px;
}

.service-inner:hover .right-arrow {
    display: none;
}

.service-inner:hover .orng-arrow {
    display: block;
}

.orng-arrow {
    display: none;
}

.service-inner:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 33px 6px rgb(0 0 0 / 10%)
}

.feature-box h3 {
    font-size: 20px;
    line-height: 30px;
    color: #080f1a;
    font-weight: 600;
}

.expand-feature-content h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}

.feature-box p,
.expand-feature-content p {
    font-size: 15px;
    line-height: 26px;
    color: var(--subtext-color);
    font-weight: 400;
}

.expand-feature-content p {
    color: var(--text-color);
    font-size: 15px;
    max-width: 555px;
}

.feature-icon {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    border: 2px solid #ffcead;
    margin-bottom: 18px;
    transition: all .3s ease-in-out;
}

.feature-icon img {
    max-width: 45px;
}

.feature-box a {
    font-size: 13px;
    color: var(--primary-color);
    border-radius: 12px;
    background-color: #f6f7f8;
    display: inline-block;
    padding: 3px 10px;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

.feature-box {
    padding: 32px 35px;
    border-radius: 10px;
    height: 100%;
    transition: all .3s ease-in-out;
}

.feature-box:hover {
    background-color: #f7f8f9;
}

.feature-box:hover .feature-icon {
    box-shadow: 0px 2px 1.5px rgb(0 0 0 / 13%);
    border-color: transparent;
    background-color: #fff;
}

.feature-box:hover a {
    box-shadow: 0px 1px 1.5px rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

/* .feature-inner .feature-box p {
    max-width: 300px;
} */

.feature-section .section-heading {
    margin-bottom: 80px;
}

.cloud-content h3 {
    font-size: 28px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 25px;
}

.cloud-content p {
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
}

.cloud-content a {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 28px;
}

.cloud-content a i,
.feature-box a i {
    transition: all .3s ease-in-out;
}

.service-inner a img {
    transition: all .6s ease-in-out;
}

.choose-block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.choose-block ul li {
    width: 30.5%;
    -ms-flex: 0 0 30.5%;
    flex: 0 0 30.5%;
}

.cloud-content a:hover i,
.feature-box:hover a i {
    padding-left: 3px;
}

.cloud-content {
    background-color: #ff8a39;
    position: relative;
    padding: 44px 48px;
    border-radius: 10px;
    min-height: 540px;
    overflow: hidden;
}

.cloud-content img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.performance-inner span {
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 20px;
    color: var(--primary-color);
    display: inline-block;
    font-weight: 600;
    border-radius: 12px;
    background-color: #f6f7f8;
    padding: 2px 17px 3px;
    margin-bottom: 40px;
}

.perform-txt {
    font-size: 15px;
    line-height: 26px;
    color: var(--text-color);
    font-weight: 400;
    margin: 25px 0px 40px;
}

.performance-section .custom-container {
    position: relative;
}

.performance-section {
    position: relative;
    padding: 70px 0px 110px;
}

.performance-section h2 {
    font-size: 38px;
}

/*.perform-img {
    position: absolute;
    left: -168px;
    top: -30px;
    max-width: 927px;
}*/

.performance-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: -56px;
    background: url('../image/performace-bg1.png') no-repeat;
    width: 864px;
    height: 100%;
    z-index: -1;
}

.choose-section h2,
.performance-section h2 {
    line-height: 50px;
}

.choose-inner-box p {
    max-width: 465px;
}

.choose-ico h5 {
    font-size: 18px;
    line-height: 24px;
    color: var(--heading-color);
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 0;
}

.choose-ico:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 33px 6px rgb(0 0 0 / 10%);
}

.choose-ico span::after {
    content: "";
    position: absolute;
    background: url('../image/choose-shape.svg') no-repeat;
    width: 44px;
    height: 46px;
    right: -8px;
    top: -13px;
    z-index: -1;
}

.choose-ico span {
    display: inline-block;
    margin-bottom: 28px;
    position: relative;
}

.choose-ico span img {
    height: 50px;
}

.choose-ico {
    border: 1px solid rgba(57, 174, 184, 0.28);
    border-radius: 6px 6px 6px 38px;
    padding: 42px 40px;
    height: 100%;
    width: 100%;
    transition: all .3s ease-in-out;
}

.choose-block li,
.choose-block .list-inline-item:nth-child(n) {
    margin: 0px 0px 25px 20px;
}

.testi-content h3 {
    font-size: 26px;
    line-height: 36px;
    color: var(--heading-color);
    font-weight: 600;
    margin-bottom: 15px;
}

.testi-content p {
    /* font-size: 20px;
  line-height: 32px; */
    font-size: 15px;
    line-height: 26px;
    color: var(--text-color);
    margin-bottom: 35px;
}

.testi-content h5 {
    font-size: 18px;
    color: var(--heading-color);
    font-weight: 600;
    margin-bottom: 2px;
    line-height: 20px;
}

.testi-content span {
    font-size: 14px;
    color: var(--text-color);
    display: inline-block;
}

.testimonial-inner {
    padding: 70px 60px 70px;
    border: 1px solid #cdcdcd;
    border-radius: 8px;
    display: flex;
    position: relative;
}

.testi-img {
    margin-right: 45px;
}

.testimonail-section .section-heading {
    margin-bottom: 42px;
}

.testimonial-inner::after {
    content: "";
    position: absolute;
    background: url(../image/quote.svg) no-repeat;
    width: 36px;
    height: 28px;
    right: 45px;
    top: 28px;
}

.testimonial-block {
    padding: 0px 67px;
}

.testimonial-block .owl-carousel .owl-nav button.owl-next,
.history-inner.owl-carousel .owl-nav button.owl-next {
    right: -58px;
    /*   background: url('../image/right-testi-arrow.png') no-repeat; */
}

.testimonial-block .owl-theme .owl-nav .disabled,
.history-inner.owl-carousel .owl-nav .disabled {
    opacity: 1;
}

.testimonial-block .owl-carousel .owl-nav button.owl-prev,
.history-inner.owl-carousel .owl-nav button.owl-prev {
    left: -58px;
    /* background: url('../image/left-testi-arrow.png') no-repeat; */
}

.testimonial-block .owl-carousel .owl-nav button.owl-next,
.testimonial-block .owl-carousel .owl-nav button.owl-prev,
.history-inner.owl-carousel .owl-nav button.owl-next,
.history-inner.owl-carousel .owl-nav button.owl-prev {
    width: 20px;
    height: 18px;
    position: absolute;
    font-size: 0;
}

.testimonial-block .owl-carousel .owl-nav button.owl-next::after,
.testimonial-block .owl-carousel .owl-nav button.owl-prev::after,
.history-inner.owl-carousel .owl-nav button.owl-next::after,
.history-inner.owl-carousel .owl-nav button.owl-prev::after {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    left: -13px;
    box-shadow: 0px 3px 3.5px rgb(0 0 0 / 9%);
    top: -17px;
    background-color: #fff;
    z-index: -1;
}

.testimonial-block .owl-nav,
.history-inner.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}


/* ===footer-start======== */

.footer {
    background-color: #f9f9f9;
}

.footer-btm {
    border-top: 1px solid #f2f0f2;
    padding: 32px 0px;
}

.footer-top {
    padding: 85px 0px 65px;
}

footer ul li a {
    font-size: 15px;
    line-height: 28px;
    color: var(--text-color);
}

.footer-addrs-block ul li {
    margin-bottom: 30px;
}

.footer-addrs-block ul li a i {
    color: #677788;
    position: absolute;
    left: 0;
    top: 7px;
}

.footer-addrs-block ul li a {
    position: relative;
    padding-left: 32px;
    display: inline-block;
    transition: all .3s ease-in-out;
}

.footer-logo {
    margin-bottom: 45px;
}

.footer ul li a:hover {
    color: var(--primary-color);
    /* padding-left: 5px; */
}

.footer-links h4 {
    font-size: 15px;
    line-height: 20px;
    color: #1e2c3a;
    font-weight: 700;
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
}

.footer-links li a {
    font-size: 14px;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-copyright p {
    font-size: 13px;
    line-height: 20px;
    color: rgb(103 119 136 / 80%);
}

.footer-social ul li a {
    color: #90a1b3;
    font-size: 20px;
}

.footer-social ul li a:hover i {
    transform: translatey(-4px);
    color: var(--primary-color);
}

.footer-social ul li a i {
    transition: all .3s ease-in-out;
}

.footer-social ul li {
    margin: 0px 5px;
}

.footer-social ul {
    text-align: right;
}

.footer-btm .row {
    align-items: center;
}

.faq-section.pd,
.last-pd {
    padding-bottom: 90px;
}

#testimonial.owl-carousel .owl-item img {
    width: 210px;
}


/* =========== footer-css-end ============= */


/* ============= cloud-server-page-css-start ================= */


/* .banner-section.cloud-server-banner {
  padding: 190px 0px 80px;
} */

.cloud-server-work-sec,
.server-plan-sec {
    padding: 70px 0px 45px;
}


/* .cloud-server-banner {
  background: url('../image/cloud-server-bg.png') no-repeat;
  background-size: cover;
}

.cloud-server-banner::after {
  display: none;
} */


/* .cloud-server-work-sec h2 {
  max-width: 520px;
  margin: 0 auto 30px;
}

.cloud-server-work-sec .section-heading p {
  font-size: 16px;
}

.cloud-server-work-sec .section-heading p:not(:last-child) {
  margin-bottom: 30px;
} */


/* .server-feature-section {
  background: url('../image/server-plan-bg.png') no-repeat;
  background-size: cover;
  padding-bottom: 0;
} */

.server-plans table thead th {
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 20px 15px;
    border: 0;
}

.server-plans table thead th:first-child {
    border-top-left-radius: 6px;
}

.server-plans table thead th:last-child {
    border-top-right-radius: 6px;
}

.server-plans table tbody tr td {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.4px;
    font-weight: 600;
    color: var(--text-color);
    border: 0;
    padding: 20px 15px;
    background-color: #fff;
    vertical-align: middle;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    transition: all .3s ease-in-out;
}

.server-plans table tbody tr td span {
    transition: all .3s ease-in-out;
}

.server-plans table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.server-data .price-month {
    display: block;
    font-size: 12px;
    font-weight: 400;
}


/* .server-plans table tbody tr td:last-child{
  border-right: 2px solid #f1f1f1;
} */

.server-plans table tbody tr td:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-left: 2px solid #f5f5f5;
}


/* .storage-table-sec .server-plans table tbody tr:hover td {
  border-color: transparent;
} */

.server-plans table tbody tr td {
    border-top: 2px solid #fbfbfb;
    border-bottom: 2px solid #fbfbfb;
}

.server-plans table tbody tr td:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 2px solid #f5f5f5;
}

.server-plans table tbody tr {
    box-shadow: 0 0 2px rgb(0 0 0 / 12%);
}

.server-plans table tbody tr:hover td {
    border-color: #feeadd;
}

.server-plans table tbody tr:hover .rate {
    color: var(--primary-color);
}

.server-plans table tbody tr:hover td .btn,
.buy-btn.blue-btn:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.server-plan-sec .section-heading {
    margin-bottom: 0px;
}

.server-feature-section .feature-box {
    border: 2px solid #ededed;
    padding: 35px 45px 40px;
}

.server-feature-section .col-md-4,
.server-feature-section .col-lg-4 {
    margin-bottom: 30px;
}

.server-feature-section .feature-inner {
    padding-top: 40px;
}

.server-questions-inner {
    min-height: auto;
    display: flex;
    justify-content: space-between;
    background-color: #ff6600;
    border-radius: 4px;
    padding: 27px 25px 27px 127px;
    position: relative;
}

.server-questions-inner h3 {
    color: #fdf8f5;
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
}

.server-quest p {
    font-weight: 300;
    font-size: 16px;
    color: #fdf8f5;
}

.btn.contact-btn {
    background-color: #fff;
    color: #353a42;
    padding: 14px 27px;
    font-size: 15px;
    white-space: nowrap;
}

.btn.contact-btn:hover {
    color: #000;
}

.chat-icon {
    position: absolute;
    left: 40px;
}


/* 
.server-questions-section {
  padding: 10px 0 0;
} */

.cloud-server-img {
    border-radius: 20px;
    overflow: hidden;
}

.cloud-server-img img {
    transition: all .6s ease-in-out;
}

.cloud-server-img:hover img {
    transform: scale(1.1);
}

.cloud-img::after {
    content: "";
    position: absolute;
    background: url('../image/server-dots.svg') no-repeat;
    width: 144px;
    height: 265px;
    right: -30px;
    bottom: -3px;
    z-index: -1;
}

.cloud-server-content h5 {
    font-size: 18px;
    line-height: 28px;
    color: #080f1a;
    font-weight: 600;
    transition: all .6s ease-in-out;
}

.cloud-server-content p {
    font-size: 14px;
    line-height: 22px;
    color: var(--text-color);
    max-width: 200px;
    margin: auto;
}

.cloud-server-box:hover,
.expand-email-features .expand-feature-inner:hover {
    box-shadow: 0 18px 33px 6px rgb(0 0 0 / 10%);
    background-color: #fff;
}

.server-quest {
    padding-right: 20px;
}

.choose-section .section-heading {
    margin-bottom: 25px;
}

.cloud-s-img img {
    height: 51px;
}

.cloud-server-box {
    padding: 30px;
    text-align: center;
    transition: all .3s ease-in-out;
    border-radius: 10px;
    height: 100%;
}

.cloud-s-img {
    margin-bottom: 18px;
}

.cloud-server-list li {
    box-shadow: 0px 1px 4.5px rgb(0 0 0 / 13%);
    border-radius: 4px;
    padding: 30px 25px;
    margin-bottom: 25px;
}

.cloud-server-list {
    padding-right: 65px;
    margin-top: 36px;
}

.cloud-img {
    padding-top: 18px;
}

.cloud-server-list li:hover h5 {
    color: var(--primary-color);
}

.filter-list {
    margin-bottom: 28px;
}

.filter-list h6,
.range-slider h6 {
    line-height: 33px;
    color: var(--heading-color);
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 17px;
}

.filter-chekboxes .custom-control {
    margin-bottom: 8px;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-checkbox .custom-control-label {
    color: var(--text-color);
    font-size: 15px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label {
    color: #000;
    font-weight: 600;
}

.filter-list .custom-control-label::before {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.24);
}

.custom-control-input:checked~.custom-control-label::before,
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border: 1px solid rgba(0, 0, 0, 0.24);
    background-color: #fff;
}

.custom-control-label::after {
    top: .25em;
    left: -1.48rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background: url('../image/tick.png') no-repeat;
    background-position: 48.9% 50%;
    background-size: 8px;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}


/* ==========range-slider-css-start========== */

.range-slider {
    margin-top: 10px;
}

.slider-box {
    width: 95%;
    margin: 0px auto;
}

.range-slider .ui-slider-horizontal {
    height: .4em;
}

.range-slider .ui-widget-content {
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
}

.range-slider .slider .ui-widget-header {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
}

.range-slider .ui-slider-horizontal .ui-slider-handle {
    top: -.375em;
}

.range-slider .slider .ui-state-default,
.range-slider .slider .ui-widget-content .ui-state-default {
    background: #fff !important;
    border-radius: 3px !important;
    width: 1em;
    height: 1em;
}

.range-slider .slider .ui-state-default,
.range-slider .slider .ui-widget-content .ui-state-default:focus-visible {
    outline: 0;
}

.slider-price {
    margin-top: 12px;
}

.range-slider label,
.range-slider input {
    border: none;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    width: 60%;
    font-size: 14px;
    color: #747474;
    font-weight: 400;
}

.range-slider input {
    width: 40%;
    text-align: right;
}


/* ==========range-slider-css-end========== */

.server-plan-content {
    padding-top: 25px;
}

.filter-list .dropdown {
    display: inline-block;
    width: 100%;
}

.server-plans-right-block .results_box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
    background: #fff;
    border-radius: 4px;
}

.results_box .col1:first-child {
    background: #f0f3f7;
}

.results_box .col1 {
    display: flex;
    justify-content: center;
    flex: 0 0 17%;
    padding: 15px 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.results_box .col1 h5 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #404040;
    font-weight: 700;
    text-align: center;
}

.results_box .col1 .sata_button {
    font-size: 10px;
    color: #444;
    border: 0 solid #f51322;
    text-align: center;
    padding: 2px 6px;
    margin-top: 8px;
    float: left;
    background: #fff;
    font-weight: 600;
    margin-left: 6px;
}

.results_box .col2 {
    flex: 0 0 32%;
}

.results_box .col1 i {
    font-size: 14px;
    color: #404040;
    margin-bottom: 8px;
    font-weight: 700;
    display: inline-block;
}

.results_box li {
    margin-bottom: 8px;
    font-size: 12px;
    list-style-type: none;
    color: var(--text-color);
}

.results {
    color: var(--text-color);
    margin-bottom: 10px;
    font-weight: 600;
}

.results_box .col1 .flag_text {
    position: relative;
    font-size: 12px;
    color: var(--heading-color);
    padding-left: 0;
    margin-bottom: 6px;
}

.results_box .col1 p {
    font-size: 11px;
    color: var(--heading-color);
    margin: 0;
    padding: 0 0 5px 0;
    font-weight: 700;
}

.results_box .col1 h2 {
    margin: 0;
    font-size: 24px;
    color: var(--heading-color);
    padding: 0;
    font-weight: 800;
}

.results_box .col1:last-child {
    border-right: none;
    align-items: center;
}

.results_box .col1 .button02 {
    background-color: #ff6600;
    font-size: 11px;
    color: #fff;
    padding: 8px 8px;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.results_box {
    display: flex;
    border: 1px solid #d7dfe0;
    flex-wrap: wrap;
    margin-bottom: 12px;
    background: #f7f7f7;
}

.server-plans-left-block .filter-list .dropdown .dropdown-toggle::after,
.pricing-block .dropdown-toggle::after {
    right: 14px;
    position: absolute;
    top: 8px;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    border: 0;
}

.results_box .col1 .flag_text img {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 7px 0 0;
}

.server-plans-left-block .filter-list .dropdown .dropdown-toggle:focus,
.cloud-blocks .pricing-block .dropdown-toggle:focus,
.cloud-blocks .pricing-block .dropdown-toggle:active {
    box-shadow: none;
    color: #404040;
    border-color: #dbd8d8;
    background-color: transparent;
}

.cloud-blocks .pricing-block .dropdown-toggle {
    margin-bottom: 15px;
}

.server-plans-left-block .filter-list .dropdown .dropdown-toggle,
.cloud-blocks .pricing-block .dropdown-toggle {
    height: 37px;
    position: relative;
    font-size: 15px;
    color: #404040;
    background-color: #fff;
    width: 100%;
    float: left;
    text-align: left;
    padding: 7px 15px;
    border: 1px solid #dbd8d8;
    border-radius: 4px;
    font-weight: 600;
}

.cloud-blocks .pricing-block .dropdown-menu {
    min-width: 100%;
}

.pricing-block .dropdown-menu {
    top: -12px !important;
    right: 0;
    width: inherit;
    margin: 0 auto;
    padding: 0;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.pricing-block .dropdown-menu a.dropdown-item:first-child,
.cloud-blocks .pricing-block .dropdown-item {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 10px 15px 10px;
}

.pricing-block .dropdown-menu .dropdown-item.active,
.pricing-block .dropdown-menu .dropdown-item:active {
    background-color: #e9ecef;
    color: #000;
}

.pricing-block .dropdown-menu a.dropdown-item:last-child {
    padding-bottom: 12px;
}

.dropdown-menu {
    border: none;
    border-top: 1px solid #e7e7e7;
    font-size: 16px;
    min-width: 16rem;
}

.dedicateelocation {
    transform: translate3d(0, 58px, 0) !important;
}

.flag {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../image/flags.png') no-repeat;
}

#locationList a img {
    margin-right: 5px;
}

.flag.flag-au {
    background-position: -325px -1px;
}

.flag.flag-gb {
    background-position: -251px -102px;
}

.flag.flag-sg {
    background-position: -350px -277px;
}

.flag.flag-ca {
    background-position: -101px -52px;
}

.flag.flag-pl {
    background-position: -325px -250px;
}

.flag.flag-es {
    background-position: 0 -100px;
}

.flag.flag-fr {
    background-position: -200px -100px;
}

.filter-list .dropdown-item {
    padding: 3px 15px;
    font-size: 14px;
}

.filter-mrgn {
    margin-bottom: 20px;
}

.cloud-blocks {
    padding-top: 10px;
}

.pricing-block h4 {
    font-weight: 700;
    margin-bottom: 20px;
}

.pricing-block .get-started-btn {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #ffffff;
    width: 100%;
}

.pricing-block {
    padding: 40px;
    box-shadow: 0px 3px 5.5px rgb(0 0 0 / 5%);
    border: 1px solid rgba(57, 174, 184, 0.28);
    border-radius: 10px;
    transition: all .3s ease-in-out;
    position: relative;
    height: 100%;
    background-color: #fff;
}

.most-popular {
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    display: inline-block;
    text-align: center;
    clip-path: polygon(20% 0%, 80% 0%, 90% 100%, 10% 100%);
    background-color: #ff6600;
    color: #fff;
    font-size: 15px;
    padding: 3px;
    font-weight: 600;
    max-width: 270px;
    margin: auto;
}

.pricing-block:hover {
    box-shadow: 0 18px 33px 6px rgb(0 0 0 / 10%);
    transform: translateY(-10px);
}

.pricing-block:hover .get-started-btn {
    background-color: var(--primary-color);
    color: #fff;
    overflow: hidden;
    border-color: var(--primary-color);
}

.plans-heading-block {
    margin-bottom: 40px;
}

.pricing-block p {
    font-size: 15px;
    line-height: 24px;
}

.pricing-block-content b,
.text-bold {
    color: var(--heading-color);
}

.cloud-price .cloud-prc {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    color: var(--heading-color);
}

.pricing-block-heading {
    text-align: center;
}

.cloud-price {
    display: inline-block;
    margin: 2px 0 0px;
}

.cloud-price-content p {
    font-size: 16px;
    text-decoration: line-through;
    margin: 30px 0px 10px;
}

.cloud-price-content p .badge {
    background-color: #ff6600;
    color: #fff;
    padding: 7px 10px;
    border-radius: 50px;
    font-size: 13px;
    margin-left: 10px;
    font-weight: 600;
}

.cloud-price span {
    font-size: 16px;
    font-weight: 400;
    /* margin-left: -5px; */
}

.cloud-price .prc-point {
    font-size: 32px;
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
}

.cloud-month {
    margin-bottom: 10px;
}

.pricing-block ul li {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.pricing-block ul {
    padding: 25px 0px 30px;
}

.pricing-block ul li:not(:last-child) {
    margin-bottom: 16px;
}

.pricing-block ul li span {
    display: inline-block;
    margin-right: 5px;
}

.cloud-blocks .col-md-3,
.cloud-blocks .col-lg-3 {
    padding: 0px 12px;
}

.domain-inner {
    box-shadow: 0px 3px 5.5px rgb(0 0 0 / 5%);
    border: 1px solid rgba(57, 174, 184, 0.28);
    border-radius: 4px;
}

.domain-left-block .nav-pills .nav-link {
    background-color: transparent;
    color: var(--text-color);
    font-weight: 600;
    padding: 20px 25px;
    display: flex;
}

.domain-left-block .nav-pills .nav-link img {
    width: 20px;
    margin-right: 8px;
}

.domain-left-block {
    padding: 0px;
    height: 100%;
    border-right: 1px solid #b8b8b847;
}

.domain-left-block .nav-pills .nav-link:hover {
    color: var(--primary-color);
    background-color: #f0f3f7;
}

.domain-search .input-group {
    border: 0px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    background-color: #fff;
}

.domain-search .input-group .input-group-text {
    padding: 3px 15px;
}

.shared-domain {
    padding: 25px;
}

.domian-pricing-text {
    padding: 20px 24px;
}

.domain-search .btn {
    margin: 8px;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.domain-search .btn:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.domain-search {
    background-color: #f0f3f7;
    padding: 20px;
}

.domain-tab-content .domain-search .btn {
    margin: 8px;
    padding: 10px 20px;
    border-radius: 4px;
}

.domain-tab-content .domain-search .btn:hover {
    border-color: var(--primary-color);
}

.domain-tab-content .domain-search .btn:focus,
.business-email-form:hover .submitform-button .btn {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.domain-search .input-group input::placeholder {
    color: #a9a9a9;
}

.domain-table td {
    border-top: 0;
    padding: 14px 24px;
    border-bottom: 1px solid #f0f3f7;
}

.domain-table {
    background-color: #fff;
}

.domain-table tr td:nth-of-type(2) {
    text-align: center;
}

.pricing-full-txt,
.domain-table tr td:nth-of-type(1),
.domain-table tr td:nth-of-type(2),
.domain-table tr td:nth-of-type(3),
.domain-search .input-group input::placeholder,
.domain-search .input-group .input-group-text,
.domain-heading h5,
.domain-list .list-block li:first-child {
    font-weight: 600;
}

.domain-table tr td:nth-of-type(3) {
    text-align: right;
    text-decoration: line-through;
    font-size: 14px;
    color: var(--text-color);
}

.domian-pricing-text p {
    font-size: 14px;
}

.doamin-arrow {
    display: inline-block;
    padding: 0px 5px;
}

.pricing-full-txt {
    color: var(--secondary-color);
}

.domain-heading p {
    font-size: 14px;
}

.domain-heading {
    max-width: 300px;
    margin: auto;
}

.domain-list .list-block li {
    font-size: 14px;
    margin-bottom: 8px;
}

.plans {
    padding: 30px;
}

.domain-plans {
    padding: 0px 15px;
}

.domain-right-brdr {
    border-right: 1px solid #b8b8b847;
}

.domain-plans .col-md-4 {
    border-top: 1px solid #b8b8b847;
}

.plans-price span {
    font-weight: 400;
    font-size: 12px;
}

.plans-price {
    font-weight: 700;
}

.domain-plans .get-started-btn {
    padding: 6px 15px;
    font-size: 14px;
}


/*=========== accordian-css-start ==============*/

.faq-accordian .accordion .card-header span .fa-plus::before {
    content: "\f068";
}

.faq-accordian .accordion .card-header .collapsed span .fa-plus::before {
    content: "\f067";
}

.faq-accordian {
    max-width: 800px;
    margin: 30px auto 0;
}

.faq-accordian .accordion .card-header span i {
    font-size: 11px;
}

.faq-accordian .card-header:hover .widget-new-title {
    color: var(--primary-color);
}

.faq-accordian .widget-new-title {
    font-weight: 600;
    color: var(--heading-color);
    font-size: 16px;
    transition: all .3s ease-in-out;
    padding-right: 10px;
}

.faq-accordian .card-header {
    background: transparent;
    border-bottom: 1px solid #f0f3f7;
    padding: 15px 0px;
    cursor: pointer;
}

.faq-accordian .card-body p {
    margin-bottom: 0px;
    line-height: 24px;
    font-size: 14px;
    color: var(--text-color);
}

.faq-accordian .accordion .card .card-body {
    padding: 20px 0px;
}

.faq-accordian .accordion .card {
    padding: 0 0 1px;
    border: 0;
    margin-bottom: 0;
}

.faq-accordian .card-header span i {
    font-size: 13px;
    color: var(--primary-color);
}

.faq-accordian .accordion .fa-stack {
    font-size: 18px;
    width: 1.5em;
}

.faq-accordian .accordion li+li {
    margin-top: 10px;
}


/*=========== accordian-css-end ==============*/


/* =====wordpress-page-css-start */


/* #package-slider .pricing-block{
  margin: 0px 10px;
} */

.history-inner .owl-stage-outer {
    padding: 20px 0px;
    /* display: flex; */
}

.history-inner .owl-stage-outer .item {
    height: 100%;
}

.history-inner.owl-carousel .owl-stage {
    display: flex;
}

.history-inner.owl-theme .owl-dots .owl-dot.active span,
.history-inner.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff6600;
    /* font-size: 0; */
}


/* #package-slider .pricing-block:hover {
  box-shadow: 0px 11px 13px 0px rgb(0 0 0 / 10%);
} */

.history-inner.owl-carousel .owl-nav {
    top: 47%;
}

.history-inner.owl-carousel .owl-nav button span {
    font-size: 0;
}

.history-inner {
    max-width: 90%;
    margin: auto;
}

.wrdpress-hstng-subtitle {
    font-size: 20px;
    font-weight: 600;
}

.wordpress-server-list ul li {
    width: 50%;
    padding-right: 25px;
    font-size: 15px;
}

.wordpress-rate-sec .server-questions-inner {
    padding: 27px 25px 27px 25px;
}

.wordpress-rate-sec .server-questions-inner h3 {
    font-size: 24px;
}

.wordpress-rate-sec .server-questions-inner p span {
    font-weight: 600;
}

.email-hosting-plans .col-md-3 {
    max-width: 20%;
    padding: 0px 8px;
}

.email-hosting-plans .pricing-block {
    padding: 30px;
}

.email-hosting-plans .pricing-block h4,
.strg-plans .pricing-block h4 {
    font-size: 18px;
}

.email-hosting-plans .pricing-block .cloud-prc {
    font-size: 40px;
}

.email-hosting-plans .pricing-block .cloud-price .prc-point {
    font-size: 26px;
}


/* .expand-feature-img {
  margin-right: 20px;
} */


/* .expand-feature-inner {
  display: flex;
  
} */

.expand-feature-section .col-md-6 {
    margin-bottom: 20px;
}

.expand-feature-section .col-md-4 {
    margin-bottom: 50px;
}

.banner-top {
    background: url('../image/plan_bg.png') no-repeat;
    background-size: 100%;
}

.expand-feature-img img {
    width: 45px;
}

.server-feature-section.pd {
    padding-bottom: 15px;
}

.wordpress-server-section .list-block {
    padding-bottom: 0;
}


/*================ About us=================== */

.abt-inner p {
    font-size: 15px;
    line-height: 26px;
    color: var(--text-color);
    font-weight: 400;
    margin: 20px 0 0;
}

.visionsec {
    background-color: #f9f9f9;
}

.vision_inner-cnt {
    padding: 37px 30px;
    border-radius: 8px;
    border: 1px solid rgba(57, 174, 184, 0.28);
    background-color: #fff;
}

.vision_image {
    max-width: 62px;
    margin-bottom: 34px;
}

.vision_inner-cnt h4 {
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 18px;
}

.vision_inner-cnt p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0px;
}

.heading-outer {
    margin-bottom: 35px;
}

.history-inner {
    position: relative;
}


/* .divide-line {
  border-top: 2px solid #f7f7f7;
  position: absolute;
  top: 68px;
  bottom: 0px;
  left: 0px;
  right: 0px;
} */

.history-sec span {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 700;
    line-height: 30px;
    margin-top: 4px;
    display: block;
}


/* .history-sec .plan-circle {
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background: var(--primary-color);
  text-align: center;
  margin: 9% auto;
  z-index: 2;
  margin-bottom: 80px;
}
.history-sec .plan-circle:after {
  content: "";
  width: 5px;
  height: 37px;
  position: absolute;
  top: 66px;
  left: 0;
  right: 0;
  border-right: 2px dotted;
  margin: 11% auto;
  color: var(--primary-color);
} */


/* .history-sec h4 {
  color: #181b22;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 18px;
}
.history-sec .years-box p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0px;
  color: var(--text-color);
} */


/*============= Contact us =============*/

.bg_light {
    background: url(../image/plan_bg.png) no-repeat;
}

.bg_light::after {
    content: none;
}

.inner_bnr .banner-content {
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.inner_bnr .banner-content .banner-title,
.inner_bnr .banner-content p {
    max-width: 100%;
}

.inner_bnr .banner-content p {
    font-size: 18px;
}

.inner_bnr.faq-banner p {
    max-width: 600px;
    margin: 0 auto 25px;
}

.cont-inner {
    padding: 30px;
    background: var(--global--color-white);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgb(130 130 130 / 18%);
    height: 100%;
    text-align: center;
    transition: all .3s ease-in-out;
}

.cont-inner:hover {
    transform: translateY(-10px);
}

.cont-inner .icon i {
    font-size: 35px;
    color: #ff6600;
}

.cont-inner h4 {
    font-size: 18px;
    margin: 9px 0;
    font-weight: 700;
}

.cont-inner a {
    display: block;
    color: #536d87;
    font-weight: 500;
    font-size: 16px;
}

.form-outer {
    padding: 50px 40px;
    border-radius: 15px;
    box-shadow: 0 3px 17px rgb(30 34 47 / 8%);
    transition: all 0.3s ease-in-out;
    position: relative;
    margin: 50px 0 0;
}

.contact-form-text {
    margin-bottom: 34px;
}

.contact-form-box .form-control::placeholder {
    color: #97a4af;
    font-weight: 400;
}

.contact-form-box .form-control {
    padding: 17px 20px;
    height: auto;
    font-size: 15px;
    color: var(--heading-color);
    border-radius: 4px;
    position: relative;
    border: 1px solid #e8eaf1;
    font-weight: 600;
}

login-form .reset-input {
    margin: 0;
}

.login-form .reset-input label {
    text-align: center;
    margin-bottom: 15px;
}

.login-form .reset-input .form-group {
    margin-bottom: 15px;
}

.submitform-button {
    text-align: center;
    margin: 0;
}

.domain-list ul li span {
    display: block;
    font-weight: 600;
    font-size: 13px;
}

.domain-list {
    padding-top: 20px;
}

.domain-options {
    overflow-x: auto;
}

.license-pricing-sec h5 {
    font-weight: 700;
    text-align: left;
    font-size: 22px;
}

.license-pricing-sec .col-12:not(:last-child) {
    margin-bottom: 30px;
}

.inner_bnr.banner-top {
    padding: 190px 0 90px;
}

.domain-list ul li {
    font-weight: 700;
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    cursor: default;
    transition: all .3s ease-in-out;
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
}

.domain-list ul li:hover {
    color: var(--primary-color);
}

.domain-list ul li span,
.domain-list ul li:hover span {
    color: var(--text-color);
}

.suggestion-list-innr {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f0f3f7;
    padding-bottom: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.domain-name span.domain-sale {
    font-size: 11px;
    position: relative;
    top: -10px;
    font-weight: 700;
    color: var(--primary-color);
    background: rgb(255 102 0 / 15%);
    display: inline-block;
    border-radius: 50px;
    padding: 1px 9px;
}

.domain-name span.extension {
    font-weight: 700;
}

.suggestion-list-innr:hover span.extension {
    color: var(--primary-color);
}

.domain-name span {
    font-size: 20px;
    transition: all .3s ease-in-out;
}

.domain-price {
    font-size: 22px;
    font-weight: 700;
    color: var(--heading-color);
}

.domain-name,
.domain-price,
.domain-btn {
    width: 33%;
}

.domain-btn {
    text-align: right;
}

.server-feature-section.pd.suggestion-list-sec {
    padding-top: 70px;
}

.suggestion-list-innr .get-started-btn.btn {
    padding: 8px 15px 8px;
    font-size: 13px;
}

.inner_bnr .banner-content .banner-title {
    margin: 0 0 20px;
}

.choose-section.wordpress-choose-sec {
    padding-bottom: 25px;
}

.contact_inform.pd.extra-spc {
    padding: 140px 0px;
}

.nav-menu .list-3rd-item.drop-down:hover>ul {
    max-width: 320px;
}

.footer .col-md-4 {
    max-width: 28%;
    flex: 0 0 28%;
    flex: 0 0 28%;
}


/* .footer .col-md-2:nth-child(3), .footer .col-md-2:nth-child(4) {
  padding-left: 60px;
 
}
.footer .col-md-2:nth-child(2), .footer .col-md-2:nth-child(3), .footer .col-md-2:nth-child(4){
  max-width: 27.7%;
  flex: 0 0 27.7%;
  -ms-flex: 0 0 27.7%;
}
.footer .col-md-2:nth-child(5) {
  max-width: 10%;
  flex: 0 0 10%;
  -ms-flex: 0 0 10%;
} */

.choose-section .choose-block {
    margin-bottom: -25px;
}

.wordpress-server-section h2 {
    font-size: 34px;
}

.faq-inner .faq-accordian {
    max-width: 100%;
    margin: 0px;
}

.faq-title:not(:first-child) {
    margin: 45px 0px 0px;
}

.faq-inner h2 {
    margin-bottom: 0px;
}

.support-contact-heading h5 {
    font-size: 32px;
    font-weight: 600;
    margin: 5px 0px 40px;
}

.support-contact-heading h5 span {
    color: var(--primary-color);
}

.login-section {
    padding: 100px 0px;
    height: 100vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-form-box .form-control:focus {
    border-color: var(--primary-color);
}

.form-title h3 {
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.login-form label {
    display: block;
}

.login-form label.input-label {
    font-size: 14px;
    font-weight: 500;
}

.link-underline {
    color: #8c98a4;
    border-bottom: .0625rem dashed #97a4af;
}

.link-underline:hover {
    color: var(--primary-color);
    border-bottom: .0625rem dashed var(--primary-color);
}

.login-form .submitform-button span a {
    color: var(--primary-color);
    font-weight: 600;
}

.login-form .get-started-btn {
    padding: 11px 18px;
    font-size: 15px;
    min-width: 130px;
}

.login-form {
    padding: 45px 40px;
    box-shadow: 0 10px 34px -15px rgb(0 0 0 / 24%);
    background-color: #fff;
    border-radius: 4px;
}

.login-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.login-check label:before {
    content: '';
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background-color: transparent;
    margin-top: -3px;
    border: 1px solid #d6dbeb;
}

.login-check input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 6px;
    width: 4px;
    height: 7px;
    border: solid var(--primary-color);
    border-width: 0 2px 2px 0;
    transform: rotate( 45deg);
}

.login-check label {
    position: relative;
    cursor: pointer;
    font-size: 13px;
    line-height: 24px;
    color: #a1a3a9;
    font-weight: 500;
    margin: 0;
}

.register-section {
    padding: 100px 0px;
}

.submitform-button span {
    font-size: 14px;
    color: #8c98a4;
}

.login-check {
    margin-bottom: 35px;
}

.register-sec {
    padding: 200px 0px;
}

.mobile-nav-toggle.mobile-toggle-top {
    top: 25px;
}

.award-img img {
    width: 300px;
    height: 330px;
}

.award-content h5 {
    font-size: 18px;
    /* margin: 20px 0px 0px; */
}

.hostory-innr-content {
    margin: 0px 15px;
    /* background-color: #f7f8f9; */
    padding: 20px;
    box-shadow: 0px 2px 1px rgb(0 0 0 / 9%);
    border: 1px solid #f4f4f4;
    border-radius: 10px;
    height: 100%;
}

.award-content {
    padding-top: 20px;
}

.cloud-blocks .tab-content {
    padding-top: 80px;
}

.cloud-blocks ul.nav li .nav-link {
    color: var(--text-color);
    font-size: 15px;
    padding: 10px 23px;
    border-radius: 0px;
    font-weight: 600;
    border-color: #d5dae2;
}

.cloud-blocks ul.nav li:first-child .nav-link {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.cloud-blocks ul.nav li:last-child .nav-link {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.cloud-blocks ul.nav li .nav-link.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.cloud-blocks ul.nav li .nav-link {
    color: var(--text-color);
    font-size: 15px;
    padding: 10px 23px;
    border-radius: 0px;
    font-weight: 600;
    border-color: #d5dae2;
}

.cloud-blocks .nav {
    display: flex;
    justify-content: center;
}

.email-service-img img {
    /* height: 200px; */
    width: 150px;
}

.email-service-img {
    margin-right: 35px;
}

.email-service-content span {
    font-size: 13px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600;
}

.email-service-content h5 {
    font-weight: 700;
    margin-bottom: 15px;
}

.email-service-content p {
    font-size: 15px;
    line-height: 24px;
}

.email-service-block {
    padding: 30px 30px;
    display: flex;
    align-items: center;
    background-color: #fff;
    height: 100%;
}

.email-service-content a.btn {
    color: var(--heading-color);
    font-weight: 600;
    padding: 8px 18px;
    font-size: 13px;
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.email-service-block:hover .email-service-content a.btn {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.email-service-section .col-md-6 {
    margin-bottom: 30px;
}

.email-service-content a.btn:hover {
    color: #fff;
}

.email-service-block:hover h5,
.email-service-block:hover span b,
.anti-spam-sec .email-service-content span.anti-domain-price {
    color: var(--primary-color);
}

.email-service-block h5,
.email-service-block span b,
.email-service-block a,
.anti-spam-sec .email-service-block .email-service-content .anti-domain {
    transition: all .3s ease-in-out;
}

.email-service-section .section-heading {
    margin-bottom: 45px;
}

.startup-busi-plans .pricing-block .get-started-btn.cart-btn:hover::after {
    left: 450px;
    /* right: -74px; */
}

.anti-spam-sec .email-service-block {
    display: block;
}

.anti-spam-sec .email-service-block .email-service-img {
    margin: 0px 0px 20px 0px;
}

.email-service-content .anti-domain {
    display: block;
    font-size: 16px;
    /* color: #747474ab; */
    color: #787878;
    font-weight: 700;
    margin-bottom: 20px;
}

.anti-spam-sec .email-service-content span {
    font-size: 16px;
}

.anti-spam-sec .email-service-block .email-service-img i {
    font-size: 50px;
    color: var(--primary-color);
}

.email-service-content .btn i {
    margin-left: 4px;
}

.anti-spam-sec .email-service-content span.anti-domain-price {
    font-size: 22px;
    font-weight: 700;
}

.filter-content-block p,
.security-content p {
    font-size: 15px;
    line-height: 26px;
}

.filter-content-block h5 {
    font-weight: 700;
}

.anti-filter-txt,
.span-txt {
    margin-bottom: 25px;
}

.filter-content-block .list-block {
    padding: 10px 0px 24px;
    /* display: flex;
    flex-wrap: wrap; */
}

.anti-server-section .cloud-blocks .tab-content {
    padding-top: 35px;
}

.filter-content-block .list-block li {
    /* padding-right: 20px; */
    margin-bottom: 7px;
}

.anti-filter-txt:last-child {
    margin-bottom: 0;
}

.filter-content-block.service-inner:hover {
    transform: unset;
}

.Vulnerability-sec .banner-content {
    max-width: 632px;
    margin-left: 0;
    text-align: left;
}

.security-block {
    padding: 30px 20px;
    box-shadow: 0 10px 34px -15px rgb(0 0 0 / 24%);
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 15px;
    transition: all .3s ease-in-out;
    cursor: default;
}

.security-block:hover {
    transform: translateY(-10px);
}

.security-inner {
    max-width: 900px;
    margin: auto;
    padding-top: 40px;
    position: relative;
}

.security-inner::after {
    content: "";
    position: absolute;
    background: url(../image/vul-bg-img.png) no-repeat;
    width: 934px;
    height: 822px;
    right: -160px;
    top: 9px;
    z-index: -1;
    background-size: 79%;
    opacity: 0.3;
}

.security-content h5 {
    font-size: 18px;
    font-weight: 700;
}

.security-img {
    margin-bottom: 28px;
}

.security-inner .col-md-7,
.security-inner .col-md-5 {
    padding: 0px 8px;
}

.aboutsec figure {
    text-align: right;
}

.inner_bnr.banner-top.Vulnerability-sec {
    padding-bottom: 45px;
}

.security-inner .col-md-4 {
    padding: 0px 7px;
}

.range-slider input:focus {
    outline: 0;
}

.selct-icon {
    position: relative;
}

.selct-icon::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    right: 18px;
    top: 13px;
    position: absolute;
    font-size: 20px;
    color: #3b3733;
}

.contact-form-box .selct-icon select.form-control,
.selct-icon select.form-control {
    padding-right: 40px;
    -webkit-appearance: none;
}

.nav-tabs .nav-link.brdr-right {
    border-right: 0;
}

.wordpress-hosting-image img {
    max-width: 430px;
    width: 100%;
}

.pricing-block ul li.square-box {
    background-color: var(--primary-color);
}

.pricing-block .scrore-box ul li {
    line-height: normal;
    margin: 0 0px;
    width: 10px;
    height: 10px;
}

.pricing-block ul li.half-square {
    background: linear-gradient(to right, var(--primary-color) 50%, #d8d8d8 50%);
}

.pricing-block ul li.empty-square {
    background-color: #d8d8d8;
}

.strg-plans .pricing-block .scrore-box ul {
    padding: 0;
}

.off-setup {
    margin-top: 10px;
    font-size: 14px;
}

.package-flag-container img {
    margin: 0px 1px;
}

.package-flag-container {
    text-align: center;
    margin-bottom: 15px;
}

.package-flag-container p {
    font-weight: 600;
    color: #000;
}


/* .storage-table-sec {
  padding: 25px 0px;
} */

.strg-plans .pricing-block .pricing-block-heading {
    padding: 20px;
}

.strg-plans .pricing-block .pricing-block-content ul {
    padding: 0px 20px;
}

.package-container-block {
    padding: 0px 20px;
    /* border-top: 1px solid #f0f3f7; */
    /* margin-top: 20px; */
}

/*.pricing-block-content {
    padding: 0px 0px 20px;
}*/

.strg-plans .pricing-block .off-setup {
    margin: 0;
}

.strg-plans .pricing-block .pricing-block-content .scrore-box {
    border-top: 1px solid #f0f3f7;
    border-bottom: 1px solid #f0f3f7;
    text-align: center;
    padding: 15px 20px;
    margin: 15px 0px;
}

.strg-plans .pricing-block ul {
    padding: 30px 0px;
}

.strg-plans .col-lg-2.col-md-6.col-12 {
    padding: 0 5px;
    max-width: 20%;
    flex: 0 0 20%;
}

.strg-plans .pricing-block span.cloud-prc {
    font-size: 30px;
}

.strg-plans .pricing-block {
    padding: 0px;
    box-shadow: none;
    border: 0;
    background-color: transparent;
    max-width: 100%;
}

.strg-plans .pricing-block .btn.get-started-btn {
    padding: 8px 16px;
    font-size: 13px;
    width: auto;
    margin-top: 10px;
}

.strg-plans .section-heading.t-center {
    margin-bottom: 40px;
}

.footer-top .card-header,
.footer-top .card .card-body,
.footer-top .card-header .btn-block,
.footer-top .card-header {
    padding: 0;
}

.footer-top .card {
    background-color: transparent;
    border: 0;
}

.footer-top .card-header .btn-block,
.footer-top .card-header {
    background-color: transparent;
    border: 0;
    text-decoration: none;
}

#accordionExample .row {
    width: 100%;
    margin: 0;
}

.footer-top .col-md-8 {
    -ms-flex: 0 0 71.9%;
    flex: 0 0 71.9%;
    max-width: 71.9%;
}

#accordionExample .col-md-3 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}

#accordionExample .col-md-3:last-child {
    max-width: 16%;
    flex: 0 0 16%;
    -ms-flex: 0 0 16%;
}

#accordionExample .col-md-3:nth-of-type(3) {
    padding-left: 60px;
}

#accordionExample .col-md-3:nth-of-type(2) {
    padding-left: 50px;
}

.server-plans-left-block .dedicateelocation {
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    top: -16px !important;
    width: 100%;
    border-top: 0;
}

.server-plans-left-block .filter-list .dropdown-item:active {
    background-color: #e9ecef;
    color: #000;
}

.cloud-blocks .col-md-6:hover {
    z-index: 9;
}


/* .banner-logo ul li img {
  max-width: 85px;
}
.banner-logo ul {
  display: flex;
  align-items: center;
} */

.banner-logo {
    padding-top: 45px;
}

.banner-content .get-started-btn {
    margin-top: 25px;
}

.banner-logo h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--subtext-color);
}

.banner-slidr-img {
    padding: 0px 10px 0px 0px;
}

.banner-logo-slider .owl-stage {
    display: flex;
    align-items: center;
}

.banner-logo-slider .banner-slidr-img img {
    filter: grayscale(1);
    transition: all .3s ease-in-out;
    width: 112px;
    opacity: 0.6;
}

.banner-slidr-img img:hover {
    filter: inherit;
    transform: scale(1.02);
    opacity: 1;
}


/* .storage-table-sec table thead th {
  background-color: #0a0d35;
  color: #fff;
} */


/* .storage-table-sec .server-plans table tbody tr td:first-child {
  background-color: transparent;
} */


/* .storage-table-sec .server-plans table tbody tr:hover td:not(:first-child) {
  background-color: #f0f3f7;
} */


/* .storage-table-sec .server-plans table tbody tr td:first-child, .storage-table-sec .server-plans table thead tr th:first-child {
  border: 0;
  background-color: transparent;
  color: var(--heading-color);
  font-weight: 700;
} */


/* .storage-table-sec .server-plans table tbody tr:nth-child(odd) td:first-child, .storage-table-sec .server-plans table tbody tr:nth-child(even) td {
  background-color: #f0f3f7;
}

.storage-table-sec .server-plans table thead tr th:not(:first-child), .storage-table-sec .server-plans table tbody tr td:not(:first-child) {
  text-align: center;
}

.storage-table-sec .server-plans table tbody tr td:not(:first-child) {
  border: 0;
}

.storage-table-sec .server-plans table thead th:first-child {
  background-color: transparent;
  color: var(--heading-color);
}

.storage-table-sec .server-plans table tbody tr {
  box-shadow: none;
}

.storage-table-sec .server-plans table {
  border-collapse: collapse;
  border-spacing: 0;
} */

.index-service .server-txt h3 {
    font-size: 19px;
    line-height: 24px;
}

.index-service .server-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
}

.index-service .server-icon img {
    height: 35px;
}

.index-service .server-box {
    padding-left: 90px;
}

.index-service .service-inner {
    padding: 30px 30px;
}

.index-service .server-txt span {
    font-size: 11px;
}

.index-service .list-block {
    padding: 0 0px 10px;
}


/* .server-list-blk .list-block li {
  font-size: 15px;
} */

.expand-feature-section.pd {
    padding-bottom: 10px;
}

.expand-email-features .expand-feature-inner {
    text-align: center;
    padding: 30px 25px;
    transition: all .3s ease-in-out;
    border-radius: 10px;
    height: 100%;
}

.expand-email-features .expand-feature-inner p {
    margin: 0 auto;
}

.expand-feature-img i {
    font-size: 40px;
    margin-bottom: 20px;
    color: #ff6600;
    transition: all .3s ease-in-out;
}


/* .expand-feature-section.expand-email-features {
  padding-bottom: 0;
} */

.single-plans .email-service-block {
    padding: 40px;
    display: block;
    background-color: #fff;
    height: auto;
    max-width: 400px;
    margin-left: auto;
}

.single-plans .single-plans-price {
    font-size: 35px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 20px 0px;
}

.single-plan-feature-section .wordpress-server-list ul li {
    width: 33%;
}

.enterprise-email-plans .pricing-block-content {
    padding: 15px 20px 20px;
}

.enterprise-email-plans.strg-plans .pricing-block .pricing-block-content ul {
    padding-bottom: 20px;
}

.single-plans-inr {
    margin-top: 30px;
}

.single-plans-inr h5,
.startup-bus-plans-feature .expand-feature-img {
    margin-bottom: 20px;
}

.single-plans-inr h5,
.startup-bus-plans-feature .expand-feature-content p {
    max-width: 400px;
}

.index-feature-sec .expand-feature-inner.service-inner {
    padding: 40px;
    background-color: #fff;
}

.index-feature-sec .expand-feature-inner.service-inner p {
    margin: 0;
}

.storage-table-sec .server-plans table tbody tr td,
.storage-table-sec .server-plans table thead tr th {
    padding: 13px 30px;
}

.single-plans .banner-title {
    margin-top: 0;
}

.business-email-form {
    max-width: 1000px;
    margin: auto;
}

.expand-feature-section.expand-email-features,
.expand-feature-section.index-feature-sec {
    background-color: #f9fafc;
    padding: 70px 0px;
    /* margin: 45px 0px; */
}

.business-email-form .submitform-button span {
    padding-right: 20px;
    text-align: left;
}

.business-email-form .col-6,
.business-email-form .col-4,
.business-email-form .col-12 {
    padding: 0px 8px;
}

.email-form-price b {
    font-size: 22px;
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
    color: var(--heading-color);
    transition: all .3s ease-in-out;
}

.email-form-price {
    margin: 22px 0px 10px;
    font-size: 13px;
}

.index-service .col-md-6 {
    margin-bottom: 32px;
}

.service-section.index-service {
    padding-bottom: 0;
}

.business-email-form:hover .email-form-price b {
    color: var(--primary-color);
}

.pricing-block-heading .filter-chekboxes .custom-control {
    margin-bottom: 15px;
    text-align: left;
    padding-left: 0;
}

.storage-table-sec .cloud-price-content p .badge {
    margin-left: 0;
}

.storage-table-sec .server-plans table tbody tr td {
    border: 1px solid #eaeaea;
}

.storage-table-sec .server-plans table tbody tr {
    box-shadow: none;
}

.storage-table-sec .server-plans table {
    border-collapse: collapse;
    border-spacing: 0 10px;
}

.storage-table-sec .server-plans table tbody tr td:first-child {
    color: var(--heading-color);
}

.storage-table-sec .custom-checkbox .custom-control-label,
.storage-table-sec .server-plans table tbody tr td:first-child {
    font-weight: 600;
}

.storage-table-sec .server-plans table tbody tr td:not(:first-child) {
    text-align: center;
}

.storage-table-sec .most-popular {
    top: -15px;
}

.storage-table-sec .server-plans table tbody tr:first-child td {
    border: 0;
}

.strg-plans .pricing-block:hover {
    transform: unset;
}

.storage-table-sec .server-plans table tbody tr:nth-of-type(2) td:first-child {
    background-color: #fff;
}

.storage-table-sec .server-plans table tbody tr td:first-child {
    background-color: #f0f3f7;
}

.storage-table-sec .server-plans table tbody tr:nth-of-type(2) td,
.storage-table-sec .server-plans table tbody tr:first-child td {
    background-color: transparent;
}

.storage-table-sec .server-plans table tbody tr:nth-of-type(2) td {
    background-color: #f0f3f7;
}

.storage-table-sec .cloud-price-content p .badge {
    margin-left: 0;
    background-color: transparent;
    padding: 0;
}

.storage-table-sec .cloud-price-content p {
    margin: 15px 0px 0;
}

.storage-table-sec .server-plans table tbody tr:not(:first-child) {
    border-left: 2px solid #eaeaea;
    border-right: 2px solid #eaeaea;
}

.storage-table-sec .server-plans table tbody tr:last-child {
    border-bottom: 2px solid #eaeaea;
}

.storage-table-sec .server-plans table tbody tr:nth-of-type(2) {
    border-top: 2px solid #eaeaea;
}

.storage-table-sec .cloud-price-content p .badge {
    color: #a8a8a8;
}

.storage-table-sec .package-flag-container {
    margin: 5px 0px 10px;
}

.storage-table-sec .feature-heading {
    padding-top: 62px;
}

.storage-table-sec .filter-chekboxes {
    padding-top: 10px;
}
section.banner-section.banner-top.single-plans.banner-email-sec h1.banner-title {
    font-size: 45px;
}
section.banner-section.banner-top.single-plans.banner-email-sec .banner-content p {
    font-size: 20px;
    line-height: 32px;
    color: #677788;
}