.inner-page-banner {
  width: 100%;
  /*  float: left; */
  position: relative;
  background-image: linear-gradient(to left, #0072ff, #0051b5);
  background: linear-gradient(
      95deg,
      #059dff 15%,
      #6549d5 45%,
      #e33fa1 75%,
      #fb5343 100%
    )
    95% / 200% 100%;
  padding: 80px 0 150px 0;
  background: linear-gradient(
      95deg,
      #059dff 15%,
      #6549d5 45%,
      #6c0041 75%,
      #fb5343 100%
    )
    95% / 200% 100%;
}

.inner-page-banner .container,
.inner-page-banner .row {
  position: relative;
  z-index: 1;
}

.wshf-img .l-wshf-img {
  height: 405px;
  width: 100%;
  object-fit: cover;
}

.spe-test {
  font-size: 20px;
  color: #616060;
  font-family: "DM Sans", sans-serif;
  margin-top: 10px;
}

.center-action {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.w-85 {
  width: 85% !important;
}

.hosting-features {
  /* background-image: 
  url(../images/footer-shape-1.png),
  url(../images/footer-shape-2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right center;
  background-size: auto, auto; */
}

.inner-page-banner:before {
  content: "";
  position: absolute;
  background: url(../images/inner-banner.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  top: 0;
  left: 0;
}

.inner-page-banner:after {
  content: "";
  position: absolute;
  background: url(../images/banner-shape.png);
  width: 100%;
  height: 140px;
  background-size: cover;
  background-position: top;
  opacity: 1;
  bottom: -60px;
  left: auto;
}

.geotrustssl {
  background-image: linear-gradient(to right, #f07131, #f7b733);
}

.rappidssl {
  background-image: linear-gradient(to right, #854114, #854114);
}

.setigossl {
  background-image: linear-gradient(to right, #0eaf75, #0bab72);
}

.comodossl {
  background-image: linear-gradient(to right, #d92648, #ca0d31);
}

.thawtessl {
  background-image: linear-gradient(to right, #0f5fb3, #004fa3);
}

.geotrustssl:before {
  background: url(../images/inner-banner-geotrustssl.png);
  background-size: cover;
  background-position: center;
}

.rappidssl:before {
  background: url(../images/inner-banner-rappidssl.png);
  background-size: cover;
  background-position: center;
}

.setigossl:before {
  background: url(../images/inner-banner-setigo.jpg);
  background-size: cover;
  background-position: center;
}

.comodossl:before {
  background: url(../images/inner-banner-comodo.jpg);
  background-size: cover;
  background-position: center;
}

.thawtessl:before {
  background: url(../images/inner-banner-thawte.jpg);
  background-size: cover;
  background-position: center;
}

.ht-100 {
  height: 100%;
}

/* .geotrustssl .banner-circle-shape-1,
.geotrustssl .banner-circle-shape-2 {
  border: 65px solid #f6ab33;
}

.rappidssl .banner-circle-shape-1,
.rappidssl .banner-circle-shape-2 {
  border: 65px solid #bd6227;
}

.geotrustssl .banner-circle-shape-1,
.geotrustssl .banner-circle-shape-2 {
  border: 65px solid #059863;
} 

.geotrustssl .other-div {
  border-left: 2px solid #f6ab33;
}

.rappidssl .other-div {
  border-left: 2px solid #b95919;
}

.geotrustssl .other-div {
  border-left: 2px solid #059863;
}
*/

.digicertssl-plan {
  background: linear-gradient(to right, #0072ff, #0072ff) !important;
}

.geotrustssl-plan {
  background: linear-gradient(to right, #f07631, #f07531) !important;
}

.rappidssl-plan {
  background-image: linear-gradient(to right, #a1653d, #a1653d) !important;
}

.setigossl-plan {
  background-image: linear-gradient(to right, #00b373, #059863) !important;
}

.comodossl-plan {
  background-image: linear-gradient(to right, #d92648, #d92648) !important;
}

.thawtessl-plan {
  background-image: linear-gradient(to right, #004fa3, #004fa3) !important;
}

.mt-110 {
  margin-top: -110px;
  padding-bottom: 0 !important;
  position: relative;
  z-index: 1;
}

.top-bar:after {
  content: "";
  position: absolute;
  /* height: 100%;
  width: 1px;
  left: 54%;
  transform: translateX(-50%);
  background: linear-gradient(
    to bottom,
    transparent 0%,
    #c1cbed 20%,  #e7e3e3 80%,
    transparent 100%
  ); */
}

.top-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.btn-cta {
  margin-right: 30px;
}

.btn-cta h4 {
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  color: #424242;
}

.btn-cta .highlight {
  color: #4b55ed !important;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  font-size: 28px !important;
}

.top-br-right .item {
  position: relative;
  display: inline-block;
  margin: 0 10px;
}

/* Tooltip section Start */

.top-br-right .item::after {
  content: attr(data-tooltip);
  position: absolute;
  top: -63px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: #6a5ff8;
  color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
}

.top-br-right .item::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  border-width: 7px;
  border-style: solid;
  border-color: #6a5ff8 transparent transparent transparent;
  opacity: 0;
  transition: 0.25s ease;
}

.top-br-right .item:hover::after,
.top-br-right .item:hover::before {
  opacity: 1;
  transform: translateX(-50%) translateY(0px);
}
/* Tooltip section End */

.top-br-right {
  display: flex;
  margin-left: 30px;
}
.top-br-right .item:first-child {
  margin-left: 0px;
}

.top-br-right .item {
  transition: all 0.4s ease;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-br-right .item img {
  transition: transform 0.4s ease, filter 0.4s ease;
  width: 24px;
}

.top-br-right .item:hover {
  background: linear-gradient(
    28deg,
    rgba(29, 79, 217, 1) 0%,
    rgb(86 29 217) 100%
  );
}

.top-br-right .item:hover img {
  transform: scale(1.1);
  filter: brightness(0) invert(1);
}

.top-br-right .item {
  height: 45px;
  width: 45px;
  background: linear-gradient(
    28deg,
    rgb(223 231 255 / 42%) 0%,
    rgb(242 245 255) 100%
  );
  border-radius: 6px;
  padding: 12px;
  margin-left: 8px;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.country-and-ssd-hdd-wrap {
  background: #ffffff;
  padding: 10px 30px;
  border-bottom: 1px solid #edeaea;
  border-radius: 8px 8px 0 0;
  position: relative;
}

.line {
  width: 70px;
  height: 1px;
  background: #0072ff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 40px;
  top: 50%;
}

.web-hosting-plan-section .plan-container-new {
  background: #ffffff;
  padding: 50px;
  padding-bottom: 80px;
  background: rgba(242, 245, 255);
}

.dot-illustration {
  width: 10px;
  height: 10px;
  background: linear-gradient(278.54deg, #0072ff 15.93%, #0051b5 98.7%);
  border-radius: 50%;
  bottom: 10px;
  left: 330px;
  padding: 0 !important;
}

.soft-light {
  mix-blend-mode: soft-light;
}

.left-bottom {
  left: 0;
  bottom: 0;
}

.right-bottom {
  right: -140px;
  top: 0;
  width: 35%;
}

.dot {
  bottom: 50px;
  left: 50px;
}

.plus {
  top: 150px;
  left: 120px;
}

.inner-page-banner ul li:before {
  content: "";
  position: absolute;
  background: url(../images/check-mark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 17px;
  left: 0;
}

.inner-page-banner li,
.inner-page-banner p,
.inner-page-banner span,
.inner-page-banner h1 {
  color: #ffffff;
}

.inner-page-banner li {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  margin-top: 10px;
  padding-left: 29px;
}

.inner-page-banner h1 {
  font-family: "DM Sans", sans-serif;
  font-family: "Plus Jakarta Sans", sans-serif;
  /* font-size: 65px; */
  font-size: 55px;
  font-weight: 600;
  /* padding-right: 80px; */
  /* font-family: "Playfair Display";
  font-weight: 900; */
  font-weight: 700;
}

.inner-page-banner span {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  margin: 0px 0 10px 0;
  display: block;
  padding-right: 0px;
}

.inner-page-banner .buynowbutton {
  margin-top: 40px;
}

.inner-page-banner .buynowbutton {
  border: 2px solid #fff;
}

.inner-page-banner .buynowbutton a {
  color: #fff;
}

.inner-page-banner .buynowbutton:hover {
  border: 2px solid #0072ff;
}

.why-choose-shared-hosting .section-heading-caption {
  width: 40%;
}

.left-right-cont-box {
  display: flex;
  width: 100%;
  float: left;
  /* margin-top: 30px; */
  margin-top: 25px;
  /* margin-top: 30px; */
  /* align-items: center;
  border-bottom: 2px solid #ddd;
  padding-bottom: 24px;
  margin-bottom: 23px; */
}

/* .codegaurd-easy-to-stay .row .col-12 {
  margin-top: 0px;
} */

.codegaurd-easy-to-stay .left-right-cont-box p {
  min-height: 72px;
}

.free-service-content
  .left-right-cont-box-wrap
  .col-12:nth-child(1)
  .left-right-cont-box,
.free-service-content
  .left-right-cont-box-wrap
  .col-12:nth-child(2)
  .left-right-cont-box,
.free-service-content
  .left-right-cont-box-wrap
  .col-12:nth-child(3)
  .left-right-cont-box,
.codegaurd-easy-to-stay
  .left-right-cont-box-wrap
  .col-12:nth-child(1)
  .left-right-cont-box,
.codegaurd-easy-to-stay
  .left-right-cont-box-wrap
  .col-12:nth-child(2)
  .left-right-cont-box,
.codegaurd-easy-to-stay
  .left-right-cont-box-wrap
  .col-12:nth-child(3)
  .left-right-cont-box,
.benifits-hackerguardian .row .col-12:nth-child(1) .advantage-hosting-box,
.benifits-hackerguardian .row .col-12:nth-child(2) .advantage-hosting-box,
.benifits-hackerguardian .row .col-12:nth-child(3) .advantage-hosting-box {
  margin-top: 0 !important;
}

.left-cont-box {
  width: 71px;
  height: 71px;
  margin-right: 20px;
  margin-bottom: 20px;
  /* margin-right: 20px; */
}

.icons img {
  width: 65px !important;
}

.right-cont-box h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  color: #242424;
  /* text-transform: uppercase; */
  width: 100%;
  margin-bottom: 0;
}

.col-xl-4:nth-child(1) .left-right-cont-box,
.col-xl-4:nth-child(2) .left-right-cont-box,
.col-xl-4:nth-child(3) .left-right-cont-box {
  margin-top: 15px;
}
.col-xl-4:nth-child(3) .left-right-cont-box,
.col-xl-4:nth-child(6) .left-right-cont-box {
  border-right: none;
}

.service-shape-2 {
  background-image: url(../images/services-shape-2.png);
  background-repeat: no-repeat;
  width: 303px;
  height: 292px;
  background-size: cover;
  position: absolute;
  left: -65px;
  top: 95px;
  z-index: -1;
  opacity: 0.2;
}

.service-shape-6 {
  background-image: url(../images/services-shape-6.png);
  background-repeat: no-repeat;
  width: 320px;
  height: 330px;
  background-size: cover;
  position: absolute;
  right: -20px;
  bottom: -65px;
  z-index: -1;
  opacity: 0.2;
}

.popular-badge {
  background: linear-gradient(287.85deg, #ff0766 0%, #ff7e5d 95.32%);
  width: 170px;
  font-size: 14px;
  color: #fff;
  padding: 8px 0;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  right: -43px;
  top: 20px;
}

.accordion .show {
  left: auto;
  opacity: 1;
  padding-top: 0;
  padding-bottom: 0px;
}

/* Smooth accordion open/close animation */
/* .accordion .accordion-collapse {
  transition: height 0.4s ease, opacity 0.3s ease;
  overflow: hidden;
}

.accordion .accordion-collapse.collapsing {
  height: auto !important;
  display: block;
  overflow: hidden;
  opacity: 0.7;
}

.accordion .accordion-collapse.show {
  opacity: 1;
  transition: height 0.4s ease, opacity 0.3s ease;
}

.accordion-collapse.show .accordion-body {
  opacity: 1;
  transform: translateY(0);
}
.accordion-body {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
} */

/* for smooth hide and show */
.faqs-section {
  background: #ffffff;
}
.faqs-section .accordion-item {
  overflow: hidden;
  transition: all 0.5s ease;
}

.faqs-section .accordion-item.hidden {
  max-height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.faqs-section .accordion-item.visible {
  max-height: 1000px; /* large enough to fit full accordion */
  opacity: 1;
  margin-bottom: 12px;
}
/* for smooth hide and show */

.light-bg-background {
  background: #f6f9ff;
}

.cp-accordion .accordion-button:not(.collapsed) {
  background-color: #ffffff;
}

.cp-accordion .accordion-item {
  border: 1px solid #eeeeee;
  border-radius: 0;
  position: relative;
  margin-bottom: 12px;
}

.accordion-header button {
  font-size: 17px;
  color: #242424 !important;
  text-align: left;
  font-weight: 600;
  line-height: 24px;
  padding: 14px 12px;
}

/* .accordion-header button:focus {
  border: none;
  outline: none;
  box-shadow: none;
} */

/* .cp-accordion {
  position: relative;
  margin-left: 55px;
} */

/* .cp-accordion::before {
  content: "";
  position: absolute;
  left: -43px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #b4b8dc;
} */

/* .cp-accordion .accordion-item::before {
  content: "";
  position: absolute;
  left: -55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #b6d7ff;
  border-radius: 50%;
} */

/* .cp-accordion .accordion-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(95.45deg, #0072ff 0.64%, #0051b5 98.23%);
} */

.width-40p {
  width: 40%;
}

.brand__slider-5 .slick-list,
.brand__slider-5-1 .slick-list {
  margin: 0 6px;
}

.brand__slider-5 .slick-slide,
.brand__slider-5-1 .slick-slide {
  margin: 0 10px;
}

.brand__slider-5 .slick-slide img,
.brand__slider-5-1 .slick-slide img {
  width: 100%;
}

.brand__item-5 {
  width: 270px !important;
  height: 140px;
  border: 1px solid #eeeeee;
  text-align: center;
  line-height: 160px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.banner-top-shape {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 85px 85px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

.banner-circle-shape-1,
.banner-circle-shape-2 {
  width: 350px;
  height: 350px;
  position: absolute;
  background: transparent;
  /* border: 65px solid #006ff9; */
  border: 65px solid rgb(255 255 255 / 40%);
  border-radius: 50%;
  opacity: 0.15;
  bottom: 16px;
  left: -13px;
}

.banner-circle-shape-2 {
  width: 560px;
  height: 560px;
  left: -118px;
  bottom: -92px;
}

.banner-bottom-shape {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 85px 85px 0 0;
  border-color: #000179 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.left-right-cont-box .view-all {
  border-top: none;
  padding-top: 5px;
}

.domain-name-serach-box {
  width: 80%;
  margin: 0 auto;
  min-height: 400px;
  background: #0051b6 url(../images/overlay.png);
  padding: 50px;
}

.domain-name-serach-box h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

.domain-name-serach-box .domain-home-prices li {
  /* margin: 0 30px; */
  position: relative;
}

.domain-name-serach-box .domain-home-prices li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  background: #06499b;
  right: -30px;
}

.domain-name-serach-box .domain-home-prices li:last-child::before {
  display: none;
}

.domain-name-serach-box .domain-home-prices li img {
  margin-bottom: 13px;
}

.domain-name-serach-box .domain-home-prices li span {
  height: 42px;
  display: flex;
  align-items: center;
}

.protect-box h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 20px !important;
  color: #242424;
  text-transform: uppercase;
  width: 100%;
}

.before-starting .protect-box {
  min-height: 230px;
}

.before-starting {
  margin-top: -110px;
}

.before-starting ul {
  margin-top: 30px;
}

.before-starting ul li {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  font-size: 15px;
  line-height: 24px;
}

.before-starting ul li:last-child {
  margin-bottom: 0;
}

.before-starting ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../images/icons/verification-mark.svg) no-repeat;
  width: 14px;
  height: 14px;
  background-size: cover;
}

.domain-price-box {
  /* margin-bottom: 25px; */
  margin-top: 25px;
  z-index: 9;
}

.price-section-box .row .col-12:nth-child(1) .domain-price-box,
.price-section-box .row .col-12:nth-child(2) .domain-price-box,
.price-section-box .row .col-12:nth-child(3) .domain-price-box,
.price-section-box .row .col-12:nth-child(4) .domain-price-box {
  margin-top: 0px;
}

.validity-y {
  color: #9da4bc;
}

.domain-timer-icon {
  background: url(../images/time-left.svg) no-repeat;
  width: 14px;
  height: 14px;
  background-size: cover;
  position: relative;
  margin-top: 3px;
  margin-right: 7px;
}

.domain-price-box .discount-plan-pricing {
  font-size: 12px;
  height: 31px;
  width: 95px;
  background: linear-gradient(to right, rgb(100 148 78), rgb(7 201 10));
}

.price-plan {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}

.price-plan .plan-price {
  display: block;
  width: 100%;
  color: #000000;
  font-family: "DM Sans", sans-serif;
  font-size: 33px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid transparent;
  margin: 0 auto;
  padding: 12px 8px;
  font-weight: 600;
  margin-bottom: 0;
}

.renwal-pr {
  font-family: "DM Sans", sans-serif;
}

/* .wave-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.wave-shape img {
  width: 100%;
  height: 100%;
}

.domain-price-box:hover::before {
  transform: scale(1, 1);
  transform-origin: top center;
}
.domain-price-box::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #384bff;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
  z-index: -1;
  border-radius: 8px;
}
.domain-price-box:hover .domain-icon {
  filter: brightness(0) invert(1);
} */

.header-list-count {
  column-count: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 25px;
  column-gap: 25px;
  margin-top: 45px;
}

.why-choose-shared-hosting .view-all {
  border-top: none;
}

.three-steps {
  background: #f6f8ff;
  padding: 50px;
}

.business-online-right img {
  width: 300px;
  float: right;
}

.business-online-left {
  display: flex;
  gap: 90px;
  align-items: center;
}

.business-online-left h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  color: #242424;
  text-transform: uppercase;
  width: 100%;
}

.business-online-left span {
  font-family: "DM Sans", sans-serif;
  font-size: 160px;
  -webkit-text-fill-color: #f6f8ff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #5479f7;
}

.lowest-price {
  font-size: 24px;
  font-weight: 500;
  display: block;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  line-height: 52px;
}

.lowest-price-with-brand {
  margin: 70px 0 0;
  /* flex-direction: column !important;
  align-items: start; */
}

.sarvers {
  flex-direction: column !important;
}

.lowest-price-with-brand .chat-button {
  width: 200px;
}

.lowest-price i {
  font-size: 55px;
  font-style: normal;
  color: #ffff00;
  font-weight: 600;
  display: block;
  font-family: "DM Sans", sans-serif;
}

.lowest-price p {
  font-size: 16px;
  margin: 0;
  display: block;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  line-height: 23px !important;
  margin-top: 10px;
  width: 100% !important;
}

.other-div {
  min-height: 127px;
  display: flex;
  align-items: center;
  border-left: 2px solid rgb(255 255 255 / 22%);
  margin-left: 20px;
  padding-left: 20px;
}

.inner-page-banner .image img {
  float: right;
  width: 100%;
}

.hdd-plan {
  display: none;
}

.plan-us,
.plan-in,
.plan-eu {
  position: relative;
}

.plan-us.plan-us-ssd:before,
.plan-in.plan-in-ssd:before,
.plan-us.plan-us-hdd:before,
.plan-in.plan-in-hdd:before,
.plan-eu.plan-eu-ssd:before {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 15px;
  margin: auto;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  width: 50px;
  padding: 3px 0;
  border-radius: 50px;
  z-index: 1;
}

.plan-us.plan-us-ssd:before,
.plan-in.plan-in-ssd:before,
.plan-eu.plan-eu-ssd:before {
  content: "SSD";
  background: #07c90a;
  color: #ffffff;
}

.plan-in.plan-in-hdd:before,
.plan-us.plan-us-hdd:before {
  content: "HDD";
  background: #0072fe;
  color: #ffffff;
}

.plan-us.plan-us-ssd .plan-heading,
.plan-in.plan-in-ssd .plan-heading,
.plan-us.plan-us-hdd .plan-heading,
.plan-in.plan-in-hdd .plan-heading,
.plan-eu.plan-eu-ssd .plan-heading {
  margin-top: 32px;
}

.server-location-wise {
  display: none;
}

.server-location-wise.active-plan {
  display: block;
}

.plan-us,
.plan-in {
  position: relative;
}

.plan-us-hdd {
  display: none;
}

.hdd .plan-us-ssd {
  display: none;
}

.hdd .plan-us-hdd {
  display: block;
}

.flag-cont img {
  width: 40px;
}

.country-cont h4 {
  font-family: "DM Sans", sans-serif;
  color: #666666;
  font-size: 15px;
  line-height: normal;
  margin-right: 10px;
  margin-bottom: 0;
}

.country-cont ul li {
  cursor: pointer;
  position: relative;
}

.country-active:before {
  position: absolute;
  content: "";
  background: url(../images/icons/yes.svg);
  width: 15px;
  height: 15px;
  background-size: contain;
  bottom: 0;
  left: -5px;
  background-repeat: no-repeat;
}

.country-cont ul li {
  opacity: 0.3;
}

.country-cont li.country-active {
  opacity: 1;
}

.form-switch-lg {
  display: flex;
  align-items: center;
  padding: 0;
}

#ssd-hdd-switch {
  margin: 0 10px;
}

.form-switch-lg label {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  /* color: #07c90a; */
  color: #000000;
  line-height: 0;
  position: relative;
  top: 1px;
}

.form-switch.form-switch-lg .form-check-input {
  height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}

.form-switch-lg.active-ssd label:first-child {
  color: #07c90a;
}

.form-switch-lg.active-hdd label:last-child {
  color: #0072ff;
}

.form-switch-lg .form-check-input {
  background-image: url(../images/switch-check-round.svg),
    linear-gradient(to right, rgb(100 148 78), rgb(7 201 10));
  border: none;
}

.form-switch-lg .form-check-input:checked {
  background-image: url(../images/switch-check-round.svg),
    linear-gradient(to right, rgba(0, 81, 181, 1) 0%, rgba(0, 114, 255, 1) 100%);
}

.form-check-input:focus {
  box-shadow: none;
}

.disable-switch .form-check-label {
  cursor: default;
  opacity: 0.5;
  color: #000000 !important;
}

.add-on-box h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 25px;
  color: #0051b5;
  line-height: 40px;
  margin-bottom: 15px;
}

.add-on-box ul li {
  margin-bottom: 20px;
}

.add-on-box {
  /* padding-right: 50px;
  border-right: 1px solid #dfd9fd;
  padding-left: 50px; */
  border: 0px solid #1b229445;
  padding: 20px;
  margin: 10px;
  border-radius: 8px;
}

.add-on-box img {
  margin-bottom: 15px;
}

.ts-wrapper li {
  margin-bottom: 40px;
  position: relative;
  padding-left: 50px;
}

.ts-wrapper li:before {
  content: "";
  position: absolute;
  background: url(../images/green-tick.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 27px;
  left: 0;
  top: 0;
}

.ts-wrapper li:last-child {
  margin-bottom: 0;
}

.ts-wrapper li h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 21px;
  color: #242424;
}

.ts-tab-wrapper button h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 21px;
  color: #242424;
  text-transform: uppercase;
  margin-left: 30px;
  margin-bottom: 0;
}

.ts-tab-wrapper button svg {
  width: 60px;
  height: 60px;
  fill: #0072ff;
}

.nav-link.active svg {
  fill: #ffffff;
}

.ts-tab-wrapper button {
  border: 1px solid #eeeeee;
  padding: 20px;
}

.nav-link.active {
  background: linear-gradient(
    to right,
    rgba(0, 81, 181, 1) 0%,
    rgba(0, 114, 255, 1) 100%
  );
}

.nav-link.active button {
  border: none;
}

.nav-link.active h2 {
  color: #ffffff;
}

.ts-wrapper {
  margin-left: -50px;
}

.disabled-checklist {
  pointer-events: none;
  opacity: 0.5;
  opacity: 0;
  visibility: hidden;
}

.custom-solutions {
  height: 100%;
}

.specialize-sol .plan-box {
  /* height: 100%; */
}

.specialize-sol::before {
  display: none;
}

.specialize-sol .recomended-test {
  font-size: 15px;
  color: #616060;
  font-family: "DM Sans", sans-serif;
  margin-top: 10px;
}

.price-box {
  margin: 0% 0% 1.5%;
  padding: 0% 0%;
  clear: both;
  border: solid 1px #dadada;
  width: 100%;
  display: inline-block;
}

.price-box-left {
  display: block;
  width: 75%;
  float: left;
  border-right: solid 1px #dadada;
  /* padding: 21px 0px; */
}

.total-sms {
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  background: linear-gradient(to right, #54a447, #54a447);
  padding: 30px 45px 30px 20px;
  width: 35%;
  float: left;
  line-height: normal;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 116px;
}

.total-sms h2 {
  color: #fff;
  margin: 0px;
  line-height: 28px;
  padding: 0;
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
}

.sms-price-boxes {
  margin: 0px;
  width: 30%;
  text-align: center;
  float: left;
  border-right: 1px solid #dadada;
  padding: 12px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 115px;
}

.price-box .plan-price {
  margin-bottom: 0;
  line-height: 45px;
  font-size: 29px;
}

.sms-price-boxes:last-child {
  border-right: 0;
}

.price-box-right {
  display: block;
  width: 25%;
  float: right;
  /* padding: 10px 0px; */
}

.add-to-cart-this {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 115px;
}

.add-to-cart-this span {
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  color: #2a7bdf;
  font-family: "DM Sans", sans-serif;
  margin-top: 10px;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 20px;
}

.sms-price-boxes p {
  font-size: 22px;
  margin: 0px 0px 3px 0px;
  color: #000000;
  line-height: 30px;
  font-family: "DM Sans", sans-serif;
}

.validity-box span {
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  color: #6c6b6b;
  margin-top: 5px;
  font-family: "DM Sans", sans-serif;
}

.ssl-product-summery-view-wrapper {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  padding: 12px;
  border-top: 1px solid #dadada;
  background: #f3fbfe;
  display: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.active-summary {
  display: flex;
}

.left-summary {
  width: 25%;
}

.right-summary {
  width: 75%;
}

.newfeatures ul {
  float: left;
  width: 100%;
}

.newfeatures ul li {
  width: 33%;
  float: left;
  margin: 5px 0;
}

.newfeatures ul li span {
  padding: 0 8px 0 0;
  display: inline-block;
}

.left-summary h3 {
  font-size: 20px;
  margin: 0;
  color: #000000;
  line-height: 30px;
  font-family: "DM Sans", sans-serif;
}

.rts-client-reviews-h2 {
  padding: 30px;
  background: #fff;
  border: 1px solid #dcdcdc;
  margin-top: 30px;
}

.col-xl-6:nth-child(1) .rts-client-reviews-h2,
.col-xl-6:nth-child(2) .rts-client-reviews-h2 {
  margin-top: 0;
}

.rts-client-reviews-h2 .review-header {
  display: flex;
  align-items: center;
}

.rts-client-reviews-h2 .review-header .thumbnail {
  position: relative;
}

.rts-client-reviews-h2 .review-header .thumbnail img {
  display: block;
  width: 71px;
  height: 71px;
  object-fit: cover;
}

.rts-client-reviews-h2 .review-header .thumbnail.thumb::after {
  background-image: url(../images/testimonials/icon/01.png);
}

.rts-client-reviews-h2 .review-header .thumbnail::after {
  position: absolute;
  content: "";
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/testimonials/icon/02.png);
  height: 40px;
  width: 40px;
  background-size: cover;
}

.rts-client-reviews-h2 .review-header .discription {
  margin-left: 25px;
}

.rts-client-reviews-h2 .review-header .discription span {
  color: #818181;
}

.rts-client-reviews-h2 .review-header .discription .title {
  margin-bottom: 7px;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.rts-client-reviews-h2 .review-body p.disc {
  font-size: 15px;
  margin-top: 0;
  line-height: 24px;
  /* font-family: 'montserratregular'; */
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #666;
  margin-top: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 25px;
  text-align: left;
  min-height: 175px;
}

.rts-client-reviews-h2 .review-body .body-end {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rts-client-reviews-h2 .review-body .body-end img {
  width: auto;
  height: 32px;
}

.rts-client-reviews-h2 .review-body .body-end .star-icon.icon-2 i {
  width: 20px;
  height: 20px;
  background: url(../images/icons/rating.svg);
  background-size: cover;
  display: inline-flex;
}

.goggle-map {
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
  /* background: rgba(220, 27, 84, 0.95); */
  /* padding: 5px 15px; */
  display: inline-block;
  z-index: 999;
  cursor: pointer;
}

.goggle-map a {
  z-index: 44;
  font-size: 14px;
  background: rgb(0 114 254);
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 5px 15px;
  position: relative;
}

.root-map-section {
  /* padding: 0;
  padding-left: 0px; */
  position: relative;
}

.bhubaneswar-address-location {
  position: absolute;
  top: 0;
  left: 0;
}

.zindex-high .bhubaneswar-address-location {
  z-index: 99;
}

.pune-high .pune-address-location {
  z-index: 99;
}

.root-map-section iframe {
  padding-left: 0px;
  float: left;
}

.pune-address-location {
  position: relative;
}

.visit-content {
  /* background: #f6f9ff; */
  height: 100%;
  width: 100%;
  padding: 30px;
}

.visit-us {
  background: url(../images/ntspl-corporate-office-visit-us.jpg) no-repeat;
  position: relative;
  background-size: cover;
}

.visit-us2 {
  background: url(../images/ntspl-branch-visit-us.jpg) no-repeat;
  background-size: cover;
}

.visit-us:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom right, #0051b5, #13417a);
  opacity: 0.8;
  left: 0;
}

.visit-content {
  z-index: 99999999;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  justify-content: center;
  display: flex;
  height: 100%;
  flex-direction: column;
}

.visit-content h2 {
  font-size: 37px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 20px;
}

.office-locations {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  /* padding: 20px 10px 20px 32px; */
  position: relative;
  width: 100%;
  margin-bottom: 20px !important;
  padding-bottom: 20px;
  /* margin-left: 25px !important; */
}

.right-minus-50px {
  right: -50px;
}

.left-minus-50px {
  left: -50px;
}

.bottom-minus-50px {
  bottom: -50px;
}

.office-locations h3 {
  font-size: 18px;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 24px;
}

.visit-content h4 {
  font-size: 17px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  margin: 0px 0;
  margin-bottom: 7px;
}

.visit-content p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  font-family: "DM Sans", sans-serif;
}

.office-locations:last-child {
  border-bottom: none;
}

/* -------Sonali CSS (01-06-2023)----- */
.banner-content span {
  width: 78%;
}

.inner-page-banner p {
  width: 80%;
  line-height: 30px;
}

.sitelock-protects .section-heading {
  width: 67%;
  margin: 0 auto;
  /* line-height: 46px; */
}

.sitelock-protects .section-heading-caption {
  margin: 20px auto 40px !important;
  width: 62%;
}

a.link-text {
  color: #4a84ff;
}

.padding-top0 {
  padding-top: 0px;
}

.protect-against {
  background: #f6f9ff;
  background: url(../images/protect-bg.jpg);
  background-size: cover;
}

.protect-against .section-heading-caption {
  width: 60%;
}

.googleworkspace-box.protect-box h2 {
  text-transform: capitalize !important;
  font-weight: 600;
}

.googleworkspace-box.protect-box p {
  margin-top: 17px;
  line-height: 21px;
}

.protect-box {
  background: #fff;
  border: 1px solid #eeeeee;
  padding: 25px;
  display: block;
  margin-top: 25px;
  min-height: 270px;
  transition: all 0.4s ease;
}

.protect-box:hover {
  box-shadow: 0 0 30px rgb(0 0 0 / 15%);
  border-color: #fff;
  transform: scale(1.01);
}

.protect-box img {
  width: 70px;
}

.protect-box h2 {
  color: #001042;
}

.technology-logos .section-heading {
  width: 58%;
  margin: 0 auto;
}

.vdo-left {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.vdo-left .section-heading {
  text-align: left;
  width: 99%;
  line-height: 48px;
}

.vdo-image {
  position: relative;
  text-align: center;
}

.vdo-shape1 {
  background-image: url(../images/vdo-bg-shape-1png.png);
  background-repeat: no-repeat;
  width: 424px;
  height: 397px;
  background-size: cover;
  position: absolute;
  left: -23px;
  top: -140px;
  opacity: 0.6;
}

.vdo-shape2 {
  background-image: url(../images/vdo-bg-shape-2.png);
  background-repeat: no-repeat;
  width: 300px;
  height: 333px;
  background-size: cover;
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 0.6;
}

.sitelock-right-vdo {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

li.cross-mark:before {
  /* content: "";
  position: absolute;
  left: 0;
  top: 0; */
  background: url(../images/icons/cancel.svg) no-repeat !important;
  background-size: cover !important;
}

.vdo-circle {
  background: url(../images/bar-circle.png) no-repeat;
  width: 120px;
  height: 120px;
  background-size: cover;
  position: absolute;
  left: 13px;
  top: 45px;
  opacity: 0.3;
}

.star-circle {
  background: url(../images/star-elements.png) no-repeat;
  width: 126px;
  height: 126px;
  background-size: cover;
  position: absolute;
  left: 13px;
  top: 45px;
  -webkit-animation: rotations 8s infinite linear;
}

@-webkit-keyframes rotations {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

.section-instantly-enhance {
  background: linear-gradient(to top left, #1f269f 71%, #bc43b2 96%);
}

.section-instantly-enhance h2,
.section-instantly-enhance .section-heading-caption {
  color: #ffffff;
}

.cwatch-box {
  min-height: 250px;
  min-height: 235px;
}

.cwatch-box img {
  margin-bottom: 0px;
  margin-right: 25px;
}

.cwatch-box h2 {
  color: #242424;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0px;
}

.cwatch-webworks .section-heading {
  width: 60%;
  margin: 0 auto;
}

.subheading-margin h2 {
  margin-bottom: 20px;
  line-height: 32px;
}

.min-height277 {
  min-height: 277px;
}

.skew-bg {
  background: linear-gradient(to bottom, #001165, #001268);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0;
  z-index: -1;
  left: 0;
  top: -12px;
  clip-path: polygon(0 0, 100% 0, 100% 69%, 0 92%);
}

.cwatch-shape-1 {
  background-image: url(../images/cwatch-shape1.png);
  background-repeat: no-repeat;
  width: 113px;
  height: 200px;
  background-size: cover;
  position: absolute;
  left: -70px;
  top: 265px;
}

.cwatch-shape-2 {
  background-image: url(../images/cwatch-shape2.png);
  background-repeat: no-repeat;
  width: 277px;
  height: 306px;
  background-size: cover;
  position: absolute;
  /* right: -188px; */
  bottom: 75px;
}

.border-right-bottom {
  border-right: 1px solid #793dc5;
  border-bottom: 1px solid #793dc5;
  /* padding:25px; */
  margin-top: 0px;
  transition: all 0.4s ease;
}

.col-xl-4:nth-child(4) .border-right-bottom,
.col-xl-4:nth-child(5) .border-right-bottom,
.col-xl-4:nth-child(6) .border-right-bottom {
  border-bottom: none;
}

.border-right0 .col-xl-4:nth-child(3) .left-right-cont-box,
.border-right0 .col-xl-4:nth-child(6) .left-right-cont-box {
  border-right: 0;
}

.border-right0 .col-xl-4:nth-child(4) .left-right-cont-box,
.border-right0 .col-xl-4:nth-child(5) .left-right-cont-box,
.border-right0 .col-xl-4:nth-child(6) .left-right-cont-box {
  border-bottom: 0;
}

.border-right-bottom:hover {
  box-shadow: 0 0 30px rgb(0 0 0 / 15%);
  border-color: #fff;
  transform: scale(1.01);
}

.no-gutters .col-xl-4 {
  padding: 0px;
}

.server-location img {
  width: 47px;
}

.server-location ul {
  display: inline-flex;
}

.server-location ul li {
  margin: 0px 8px;
}

.server-location ul li.active:after {
  content: "";
  position: absolute;
  background: url(../images/icons/yes.svg) no-repeat center center;
  width: 10px;
  height: 10px;
  background-size: 20px;
  bottom: 2px;
  left: -5px;
  padding: 8px;
  border-radius: 50px;
}

h4.title {
  font-size: 16px;
  color: #737373;
}

.specification-grid ul li {
  color: #484848;
  display: list-item;
  font-size: 15px;
  list-style: none;
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
}

.specification-grid ul li:last-child {
  margin-bottom: 0px;
}

.specification-grid ul li:before {
  content: "";
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: 2px solid #0072ff;
  position: absolute;
  border-radius: 50%;
}

.specification-grid ul li:after {
  content: "";
  left: 5px;
  top: 8px;
  width: 5px;
  height: 5px;
  background: #00c6ff;
  position: absolute;
  border-radius: 50%;
}

/* .reseller-specification{
  padding:40px;
} */

.specification-grid h4 {
  font-size: 24px;
  font-weight: 600;
  color: #0051b5;
}

.specification-grid img {
  width: 80px;
  margin-bottom: 20px;
}

.min-height355 {
  min-height: 355px;
}

.add-on-box img {
  width: 73px;
}

.rc-window h1 {
  font-size: 58px !important;
}

.rc-window .adj-width {
  width: 85%;
}

.margin-left0 {
  margin-left: 0px;
}

.min-height258 {
  min-height: 258px;
}

.aws h1 {
  width: 90%;
}

.aws-subheading {
  width: 38% !important;
}

.need-management {
  background: linear-gradient(278.54deg, #1c38c5 15.93%, #000f57 98.7%);
  width: 100%;
  /* float: left; */
  position: relative;
  margin-bottom: 150px;
}

.need-management h2 {
  text-align: left;
  color: #fff;
  line-height: 48px;
}

.need-management span {
  font-size: 16px;
  margin: 30px 0 45px 0;
  font-weight: 500;
  display: block;
  padding-right: 100px;
  color: #fff;
}

.phone-chart a {
  color: #fff;
  font-size: 18px;
}

.migrate-server {
  width: 90%;
  margin: 0 auto;
  padding: 50px;
  background: #fff;
  z-index: 0;
  position: absolute;
  box-shadow: 0 0 30px rgb(0 0 0 / 15%);
  border-color: #fff;
  left: 5%;
}

.migrate-server h4 {
  color: #0051b5;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  width: 54%;
  margin: 0 auto;
}

.migrate-server p {
  font-size: 14px;
  width: 75%;
}

.phone-chart img {
  width: 30px;
  margin-right: 10px;
}

.management-right img {
  position: absolute;
  top: -71px;
  z-index: 0;
  right: 170px;
}

.aws-journey .section-heading {
  text-align: left;
}

.grid-border,
.azure-service {
  border: 1px solid #eee;
  padding: 25px;
  align-items: center;
}

.grid-border .left-cont-box {
  background: #f3f8ff;
  height: 100px;
  width: 100px;
  border: 1px solid #5693df;
  border-radius: 50px;
  text-align: center;
  padding: 15px;
  margin-bottom: 0px;
}

.feature-rc-cloud-hosting .section-heading-caption {
  width: 64%;
}

.migrationshape1 {
  background-image: url(../images/aws-shape1.png);
  background-repeat: no-repeat;
  width: 277px;
  height: 254px;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.migrationshape2 {
  background-image: url(../images/aws-shape2.png);
  background-repeat: no-repeat;
  width: 328px;
  height: 270px;
  background-size: cover;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.accordion-button::after {
  /* background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important; */
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%2315587a' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
}

/* .accordion-button:hover::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23de1f4e' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
} */
/* .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
} */

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23006cf1' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
}

.aws-plan-accordion .accordion-header button {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #242424 !important;
  text-align: left;
  text-transform: none;
  background: transparent;
  box-shadow: none;
  padding: 10px 0px;
}

.aws-plan-h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #242424 !important;
  text-align: left;
}

.aws-plan-accordion .accordion-item {
  border: none;
  background: transparent;
}

img.crown-icon {
  width: 20px;
  height: 21px;
  margin-left: 7px;
}

.width-70 {
  width: 70%;
}

.white-border {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.azure-cloud-service .col-xl-6:nth-child(2) .left-right-cont-box,
.azure-cloud-service .col-xl-6:nth-child(4) .left-right-cont-box {
  border-right: 0;
}

.azure-cloud-service .col-xl-6:nth-child(3) .left-right-cont-box,
.azure-cloud-service .col-xl-6:nth-child(4) .left-right-cont-box {
  border-bottom: 0;
}

.azure-cloud-plan .section-heading-caption {
  width: 52%;
}

.mt-150 {
  margin-top: 150px;
}

.min-height596 {
  min-height: 596px;
}

.azure-cloud-service .right-cont-box h2 {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 12px;
  line-height: 30px;
}

.azure-cloud-service .right-cont-box p {
  width: 85%;
  margin: 0 auto;
}

.azure-cloud-service .left-cont-box img {
  width: 80px !important;
}

.azure-cloud-service .left-right-cont-box {
  min-height: 290px;
}

.width72 {
  width: 72%;
}

.cloud-site-hosting {
  width: 100% !important;
}

.plan-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 65%;
  margin-bottom: 50px;
}

.plan-logo-border {
  border: 1px solid #eee;
  padding: 10px 15px;
}

.plan-logo-border:hover {
  box-shadow: 0 0 30px rgb(0 0 0 / 15%);
  border-color: #fff;
  transform: scale(1.01);
}

.plan-logo-border img {
  width: 100%;
}

.pb-100 {
  padding-bottom: 100px;
}

.c-guard-icons img {
  margin-bottom: 20px;
  width: 65px;
}

.minheight587 {
  min-height: 587px;
}

.hacker-icons {
  background: #f6f5fd;
  border-radius: 8px;
  height: 70px;
  width: 70px;
  padding: 10px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hacker-icons img {
  width: 45px;
}

.uppertext h2 {
  text-transform: capitalize;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
  font-size: 19px;
}

.width40 {
  width: 40%;
}

.uppertext {
  margin-top: 25px;
}

.abstracts-banner {
  width: 284px;
  right: 0px;
  top: 49px;
  z-index: -1;
  position: absolute;
}

.enterprise-hosting-wrapper {
  padding: 0 30px;
}

.enterprise-hosting-caption {
  width: 53%;
  width: 100%;
}

.enterprise-hosting-caption .section-desc {
  width: 70%;
  text-align: start;
}

.right-shrrt-wrap {
  width: 70%;
  float: right;
}

.right-shrrt {
  /*  width: 70%;
  float: right; */
  margin-top: 60px;
  font-size: 21px;
  line-height: 31px;
}

.h-info-box {
  /* width: 400px; */
  padding: 35px 25px;
  /* box-shadow: rgb(235 240 255) 0px 2px 8px 0px; */
  border-radius: 8px;
}

.overlap-s .box_2 {
  background: #e4eaff;
}
.overlap-s .box_1 {
  background: #1f53dd;
  color: white;
}
.overlap-s .box_1 p {
  color: white;
  font-size: 15px;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}
.decorative-text {
  font-size: 100px;
  font-weight: 600;
  color: transparent;
  /* -webkit-text-stroke: 0.5px #bcc0cd; */
  /* margin-top: 20px; */
  display: flex;
  justify-content: start;
  margin-right: -213px;
  background: linear-gradient(179deg, #cbd7f9 19%, #ffffff00 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 253px;
}

.overlap-s .box_2 p {
  color: rgb(31, 31, 31);
  font-size: 15px;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}

.dsc-content {
  position: relative;
}

.dsc-content p {
  font-size: 18px;
  line-height: 31px;
  color: #313131;
}

/* .dsc-content:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 4px;
  height: 109px;
  top: 2px;
  left: -19px;
  background: #d27cd7;
} */

.s-shape {
  width: 136px;
  height: 157px;
  background: linear-gradient(
    28deg,
    rgba(29, 79, 217, 1) 0%,
    rgb(86 29 217) 100%
  );
  padding: 25px;
  border-radius: 30px 3px 3px 3px;
  position: absolute;
  top: 149px;
  right: -24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.s-shape .figure {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
}

.s-shape:before {
  background: url("../images/awards-certifications/left-arrow.svg") 0 0 / 100%;
}

.s-shape .text {
  font-size: 18px;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
}

/* .overlap-caption-bg {
  background: #ffffff;
  padding: 0 40px 40px 0;
  display: flex;
  flex-direction: row;
  border: 1px solid #2646d9;
  border-radius: 16px;
  padding: 25px;
} */
.c-shape {
  position: relative;
}

.c-shape::after {
  content: "";
  position: absolute;
  right: -116px;
  bottom: 0px;
  width: 180px;
  height: 55px;
  background-image: url(../images/about-us-section.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.overlap-caption .c-shape {
  width: 92%;
  background-color: #f2f5ff;
  height: 54px;
  margin-top: -1px;
}

.overlap-caption-bg {
  position: relative;
  background: #f2f5ff;
  padding: 45px 40px;
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  z-index: 1;
  background: linear-gradient(
    to bottom right,
    #533caf 71% 71%,
    #e1695d 96% 96%
  );
  background: linear-gradient(to top left, #434bc6 71%, #bc43b2 90%);
  background: linear-gradient(to top left, #c9e2ff 71%, #b5d8ff 90%);
}

.enterprise-hosting-section {
  background: url(../images/cta-img-5.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}

.overlap-caption-bg::before {
  /* content: ''; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(
    137deg,
    #e2e7f9de 15%,
    #6549d5 45%,
    #e33fa1 75%,
    #fb5343 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}

.side-bar {
  width: 20px;
  height: 105px;
  background: #cf73cc;
  width: 100;
  display: inline-block;
  margin-right: 15px;
}

.overlap-caption {
  position: relative;
  z-index: 3;
  margin-right: -260px;
}

.overlap-s {
  position: absolute;
  left: 62%;
  display: flex;
  flex-direction: column;
  top: 50%;
  transform: translateY(-50%);
  width: 450px;
}

.overlap-s h5 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: 600;
}

.eh-video-shape {
  position: relative;
  /* margin-right: -279px; */
  margin-top: 50px;
  margin-bottom: -10px;
  width: 100vw;
  height: 530px;
}

.eh-video-shape video {
  border-radius: 8px;
}

.rounded-video-2 {
  border-radius: 16px;
  overflow: hidden;
  /* background: linear-gradient(180deg, #4b55ed 0%, rgba(0, 0, 0, 0) 90.04%); */
}

.rounded-video {
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, #4b55ed 0%, rgba(0, 0, 0, 0) 90.04%);
  padding: 20px;
}

.col-xl-4:nth-child(1) .uppertext,
.col-xl-4:nth-child(2) .uppertext,
.col-xl-4:nth-child(3) .uppertext {
  margin-top: 0px;
}

.googleworkspace-box img {
  width: 50px;
  margin-bottom: 20px;
  margin-top: 5px;
}

.googleworkspace-box {
  min-height: 232px;
  text-align: center;
  border-radius: 8px;
}

/* .why-choose-google-workspace p {
  min-height: 96px;
} */

.one-powerfull-suit .row .col-12:nth-child(1) .protect-box,
.one-powerfull-suit .row .col-12:nth-child(2) .protect-box,
.one-powerfull-suit .row .col-12:nth-child(3) .protect-box,
.one-powerfull-suit .row .col-12:nth-child(4) .protect-box,
.one-powerfull-suit .row .col-12:nth-child(5) .protect-box,
.one-powerfull-suit .row .col-12:nth-child(6) .protect-box {
  margin-top: 0px;
}

.minheight837 {
  min-height: 837px;
}

.bt-0 {
  border-bottom: none;
}

.switch-email-bg {
  background: #f6f9ff !important;
  padding: 80px;
}

.migrate-btn {
  width: 220px;
  margin: 0 auto;
}

.microsoft-icons-list {
  column-count: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 25px;
  column-gap: 15px;
}

.microsoft-icons-list li {
  font-size: 12px !important;
  line-height: 15px;
}

.microsoft-icons-list li {
  text-align: center;
  padding-left: 0px !important;
  font-size: 12px;
}

.microsoft-icons-list li img {
  /* width: 45px; */
  width: 40px;
  display: block;
  margin: 0 auto;
}

ul.microsoft-icons-list li:before {
  display: none;
}

ul.microsoft-icons-list {
  padding-top: 20px;
}

.enterprise-process {
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 0px 50px 10px rgba(241, 241, 241, 0.8);
  -ms-box-shadow: 0 0px 50px 10px rgba(241, 241, 241, 0.8);
  box-shadow: 0 0px 50px 10px rgba(241, 241, 241, 0.8);
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  position: relative;
  min-height: 280px;
}

.enterprise-process:before {
  content: "";
  height: 4px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #0061d9;
  transition: all 0.3s ease-out;
}

.enterprise-process:hover:before {
  width: 100%;
}

.enterprise-process span {
  font-size: 90px;
  font-weight: bold;
  color: #eae8f7;
}

.enterprise-process h4,
.process-content h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  width: 75%;
}

.process-content img {
  width: 70px;
  margin-bottom: 20px;
}

.mr-0 {
  margin-right: 0px;
}

.faq-accordion::before,
.faq-accordion .accordion-item::before,
.faq-accordion .accordion-item::after {
  display: none;
}

.border-top0 {
  border-top: none;
}

.faq-grid {
  background: #f6f9ff;
}

.faq-grid-faq {
  padding: 30px !important;
}

.grid-header-icon img {
  width: 40px;
  text-align: center;
}

.grid-header-icon {
  display: flex;
  background: #ffffff;
  border-radius: 50px;
  width: 65px;
  height: 65px;
  padding: 0;
  text-align: center;
  box-shadow: 0px 5px 20px 0px rgba(164, 155, 221, 0.15);
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.grid-header span {
  margin-left: 25px;
  font-family: "DM Sans", sans-serif;
  font-size: 21px;
  color: #242424;
  text-transform: uppercase;
}

.faq-grid p {
  color: #767676;
  font-size: 15px;
  font-weight: 500;
}

.grid-body ul li {
  margin-bottom: 20px;
}

.grid-body ul li:last-child {
  margin-bottom: 0px;
}

.grid-body span {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: #757575;
}

.grid-body p {
  color: #000;
  font-size: 18px;
  /* margin-top: 5px; */
  font-family: "DM Sans", sans-serif;
}

/* .faq-form {
  border: 1px solid #eeeeee;
  position: relative;
  overflow: hidden;
}

.form-faq input,
.form-faq textarea,
.form-faq select {
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #e9eaea;
  box-shadow: none;
  padding: 1px 0px 1px 0;
  font-size: 15px;
  color: #233035;
  float: left;
  width: 100%;
  border-radius: 0;
  margin-bottom: 30px;
}

.form-faq label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
} */

.form-faq .form-group {
  margin-bottom: 20px;
}

.submit-btn {
  float: none;
  margin: 0 auto;
}

/* .contact-form {
  margin: 110px auto 0px;
} */

.enterprise-process img {
  width: 100%;
  margin-bottom: 0px;
}

.key-client img:hover {
  filter: grayscale(100%);
}

.width-72 .section-heading-caption {
  width: 72% !important;
}

.about-content .section-heading {
  width: 78%;
}

.column-gap90 {
  column-gap: 90px !important;
}

.light-border {
  border: 1px solid #dcdcdc;
}

.hosting-partner-logo img {
  margin-bottom: 0px !important;
}

.hover-none:hover {
  background: transparent !important;
}

.hover-none:hover .product-logo img {
  filter: none;
}

.basic-feature-cloud-hosting .protect-box:hover,
.light-border:hover {
  border: 1px solid #0051b5;
}

ul.website-component li span {
  font-weight: 700;
}

.min-height200 {
  min-height: 200px !important;
}

.culture-icon img {
  margin-right: 10px;
  margin-bottom: 0;
}

.culture-icon h2 {
  margin-bottom: 0px;
}

.large-font {
  font-size: 42px;
  font-weight: 700;
  color: #0067e7;
  display: block;
}

.background-grey {
  background: #f2f6fe;
  padding: 30px 0px;
}

.certification-section {
  margin: 30px auto 0;
  text-align: center;
  padding-left: 0px;
}

ul.certification-section li {
  list-style: none;
  float: none;
  display: inline-block;
  margin-right: 65px;
  position: relative;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  padding: 35px;
  border: 1px solid #e2e2e2;
}

ul.certification-section li:last-child {
  margin-right: 0px;
}

.slick-slider .element {
  border-radius: 5px;
  display: inline-block;
  margin: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}

.slick-slider .slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.award-title h2 {
  font-size: 30px;
  text-align: center;
}

.certificate-box {
  background: #384548;
  width: 100%;
  float: left;
  background: linear-gradient(278.54deg, #1c38c5 15.93%, #000f57 98.7%);
  background-size: cover;
  background-attachment: fixed;
}

.award-title img {
  width: auto;
  margin: 0 auto;
}

/* slick-slider CSS */

.wrapper {
  height: 100%;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-slider {
  min-width: 0;
}

.slick-track {
  display: flex;
  align-items: flex-start;
}

.slider {
  position: relative;
  padding: 0px 60px;
}

.testimonial-slider.slider,
.company-logo-slider.slider {
  padding: 0;
}

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -20px 0px 0px 0px;
  z-index: 10;
  font-size: 0;
  width: 30px;
  height: 30px;
}

.media-slider .slider .slick-arrow.slick-prev {
  left: 20%;
  background: url("../images/awards-certifications/left-arrow.svg") 0 0 / 100%
    no-repeat;
  top: 10%;
  height: 55px;
  width: 50px;
}

.media-slider .slider .slick-arrow.slick-next {
  right: 20%;
  background: url("../images/awards-certifications/right-arrow.svg") 0 0 / 100%
    no-repeat;
  top: 10%;
  height: 55px;
  width: 50px;
}

.slider .slick-arrow.slick-disabled {
  opacity: 0.2;
}

.slider__item {
  padding: 0px 15px;
}

.slick-prev:before,
.slick-next:before {
  content: "←";
  display: none;
}

.awards-slider {
  padding-bottom: 0px;
  padding-top: 35px;
}

.paper-clip {
  /* margin-bottom: 30px; */
  text-align: center;
  position: relative;
  border: 1px solid #eee;
}

.domain-transfer-accordion .accordion-header button {
  text-transform: none !important;
}

.domain-transfer-accordion .accordion-body ul li {
  padding-left: 30px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: #666;
  position: relative;
}

.domain-transfer-accordion::before,
.domain-transfer-accordion .accordion-item::after,
.domain-transfer-accordion .accordion-item::before {
  display: none;
}

.domain-transfer-accordion ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: url(../images/icons/verification-mark.svg) no-repeat;
  width: 14px;
  height: 14px;
  background-size: cover;
}

.domain-transfer-accordion .accordion-body ul {
  margin-bottom: 30px;
}

.cloud-site-hosting .plan-box {
  min-height: 627px;
}

.phone-chart-separator {
  min-height: 30px;
  display: flex;
  align-items: center;
  border-left: 2px solid rgb(255 255 255 / 22%);
  margin-left: 20px;
  padding-left: 20px;
}

.ssl-details-list-style ul {
  padding: 15px 15px;
  background: #f3fbfe;
  border: 1px solid #eee;
}

.ssl-details-list-style ul li {
  color: #666;
}

.price-details-box {
  background: #c3deff;
  padding: 30px;
  /* border: 1px solid #eee; */
}

.price-specification ul li {
  line-height: 34px;
  font-size: 16px;
}

.price-specification ul li span {
  color: #0f59b8;
  font-weight: 600;
}

.saving-price {
  font-size: 22px;
  color: #44aa03;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}

.saving-border {
  border-top: 1px solid #0f59be;
  border-bottom: 1px solid #0f59be;
  padding: 8px 0px;
}

.total-price {
  padding: 8px 0px;
}

.margin-left0 {
  margin-left: 0px;
}

.compatible-browsers ul li {
  width: 25%;
  float: left;
  margin: 5px 0;
  padding-left: 0px !important;
}

.compatible-browsers img {
  width: 20px !important;
  margin-right: 10px;
  margin-top: 3px;
  float: left !important;
}

.compatible-browsers ul li::before {
  display: none;
}

.ssl-content-list ul li {
  padding-left: 25px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: #666;
  position: relative;
}

.ssl-content-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: url(../images/icons/verification-mark.svg) no-repeat;
  width: 14px;
  height: 14px;
  background-size: cover;
}

.rapid-ssl-img img {
  width: 100%;
  float: right;
}

.faq-qa-div li {
  color: #646363;
  line-height: 24px;
}

.codeguard-work .ts-tab-wrapper button h2 {
  text-align: left;
}

.codeguard-work .ts-tab-wrapper button p {
  margin-left: 30px;
}

.codeguard-work .nav-link.active p {
  color: #fff;
}

.codeguard-tab-img img {
  box-shadow: 0 0 30px rgb(0 0 0 / 15%);
  width: 100%;
}

.buynowbutton a:hover {
  color: #fff !important;
}

.cwatch-benefits ul {
  width: 100%;
  display: table;
  float: left;
}

.cwatch-benefits ul li {
  padding: 0 10px;
  text-align: center;
  width: 14.2222222222%;
  display: table-cell;
  border-right: 1px solid #dddddd;
}

.cwatch-benefits ul li:last-child {
  border-right: none;
}

.cwatch-benefits ul li span {
  display: block;
  margin-bottom: 20px;
}

.cwatch-benefits ul li p {
  font-weight: 700;
}

.min-height233 {
  min-height: 233px;
}

.col-xl-3:nth-child(5) .benefit-content,
.col-xl-3:nth-child(6) .benefit-content,
.col-xl-3:nth-child(7) .benefit-content {
  margin-top: 50px;
}

.benefit-content {
  border-right: 1px solid #ddd;
}

.col-xl-3:nth-child(4) .benefit-content,
.col-xl-3:last-child .benefit-content {
  border-right: none;
}

.benefit-content p {
  font-weight: 600;
}

.benefit-content img {
  width: 65px;
}

.border-right0 .col-xl-3:nth-child(4) .left-right-cont-box,
.border-right0 .col-xl-3:nth-child(8) .left-right-cont-box {
  border-right: 0;
}

.border-right0 .col-xl-3:nth-child(5) .left-right-cont-box,
.border-right0 .col-xl-3:nth-child(6) .left-right-cont-box,
.border-right0 .col-xl-3:nth-child(7) .left-right-cont-box,
.border-right0 .col-xl-3:nth-child(8) .left-right-cont-box {
  border-bottom: 0;
}

.text-normal h2 {
  text-transform: none;
  font-weight: 400 !important;
  line-height: 30px;
  font-size: 19px;
}

.min-height312 {
  min-height: 312px;
}

.font13 p {
  font-size: 13px;
}

.process-spacing {
  margin-bottom: 30px;
}

.awards-slider .sliders-item {
  height: 100%;
  border: 1px solid #dcdcdc;
  flex-direction: column;
  border-radius: 0px;
}

.awards-slider .sliders-item span {
  text-align: center;
}

.leading-industries {
  background-color: #0a7fe2;
  text-align: center;
}

.industry-slider span {
  color: #fff;
}

.leading-industries .industry-slider .sliders-item {
  background: transparent;
  border-right: 1px solid #eee !important;
  position: relative;
  border: 0;
  height: 107px;
}

.leading-industries .company-logo-slider .sliders-item img {
  filter: brightness(0) invert(1);
  width: 65px;
  margin-bottom: 20px;
}

.industry-slider .sliders-item:nth-child(6) {
  border-right: none !important;
}

.about-hosting-partners .ssl-plan-box {
  padding: 0;
}

.about-awards {
  background: url(../images/light-sky-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 100px 0px;
  background-position: center bottom;
}

.manage-cloud-hosting-bg {
  background: #f2f6fe;
}

.core-values-box ul li {
  width: 25%;
}

.min-height-auto {
  min-height: auto !important;
}

.core-values-box li span {
  height: auto !important ;
  font-size: 14px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}

.core-values-box img {
  filter: brightness(0) invert(1);
  width: 65px;
}

.core-values-box li:before {
  height: 185px !important;
}

/* awrads-certifications */

.trophy {
  float: left;
  width: 100%;
  position: relative;
}

.award2016-left {
  float: left;
  width: 100%;
}

img.trofp {
  width: 142px !important;
}

.trofp {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 111111;
}

.award-title {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.award-title h2 {
  color: #001856;
  font-size: 26px;
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  text-align: center;
}

.paper-clips-list {
  /* max-width: 700px; */
  margin: 0 auto;
  padding: 30px 0;
}

.media-clip-title h2 {
  font-size: 40px;
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
}

.custom-media-arrow img {
  width: 45px;
}

.custom-media-arrow .prev-btn,
.custom-media-arrow .next-btn {
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  background: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
}

.custom-media-arrow .prev-btn {
  margin-right: 8px;
}

.custom-media-arrow .prev-btn:after {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 700;
  font-size: 20px;
  text-rendering: auto;
  width: 20px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}

.custom-media-arrow .next-btn:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 700;
  font-size: 20px;
  text-rendering: auto;
  width: 20px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}

/* 
.media-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.media-slider.finally-loaded {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
} */

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.paper-clip:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size: 20px;
}

.content-details p {
  color: #fff;
  font-size: 16px;
}

.content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.cssload-wrap {
  width: 200px;
  height: 200px;
  margin: 97px auto;
  position: relative;
  perspective: 3900px;
  -o-perspective: 3900px;
  -ms-perspective: 3900px;
  -webkit-perspective: 3900px;
  -moz-perspective: 3900px;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  position: absolute;
  top: 2px;
  right: -8px;
}

.cssload-circle {
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  opacity: 0;
  width: 250px;
  height: 250px;
  border: 2px solid rgba(221, 221, 221, 0.8);
  border-radius: 146px;
  position: absolute;
  top: -35px;
  right: 175px;
  animation: cssload-spin 34.5s ease-in-out alternate infinite;
  -o-animation: cssload-spin 34.5s ease-in-out alternate infinite;
  -ms-animation: cssload-spin 34.5s ease-in-out alternate infinite;
  -webkit-animation: cssload-spin 34.5s ease-in-out alternate infinite;
  -moz-animation: cssload-spin 34.5s ease-in-out alternate infinite;
}

.cssload-circle:nth-of-type(1) {
  animation-delay: 575ms;
  -o-animation-delay: 575ms;
  -ms-animation-delay: 575ms;
  -webkit-animation-delay: 575ms;
  -moz-animation-delay: 575ms;
}

.cssload-circle:nth-of-type(2) {
  animation-delay: 1150ms;
  -o-animation-delay: 1150ms;
  -ms-animation-delay: 1150ms;
  -webkit-animation-delay: 1150ms;
  -moz-animation-delay: 1150ms;
}

.cssload-circle:nth-of-type(3) {
  animation-delay: 1725ms;
  -o-animation-delay: 1725ms;
  -ms-animation-delay: 1725ms;
  -webkit-animation-delay: 1725ms;
  -moz-animation-delay: 1725ms;
}

.cssload-circle:nth-of-type(4) {
  animation-delay: 2300ms;
  -o-animation-delay: 2300ms;
  -ms-animation-delay: 2300ms;
  -webkit-animation-delay: 2300ms;
  -moz-animation-delay: 2300ms;
}

.cssload-circle:nth-of-type(5) {
  animation-delay: 2875ms;
  -o-animation-delay: 2875ms;
  -ms-animation-delay: 2875ms;
  -webkit-animation-delay: 2875ms;
  -moz-animation-delay: 2875ms;
}

/* ----10/08/2023---- */

.product-summary-heading {
  padding: 12px 0px;
}

.product-summary-heading h4 {
  color: #242424;
  font-size: 40px;
  /* font-family: "Playfair Display";
  font-weight: 900; */
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}

.business-validated-icons img {
  width: 62px;
}

.business-validated-icons ul li {
  display: inline-block;
  float: left;
  width: 33.33%;
  text-align: center;
}

.business-validated-icons p {
  font-size: 13px;
  font-weight: 500;
  color: #0f59b8;
  text-align: center;
  line-height: 18px;
  padding-top: 8px;
}

.min-height337 {
  min-height: 337px;
}

.important-info {
  background: #fff7de;
  padding: 15px 15px;
}

span.bold-span {
  font-weight: 600;
}

.paper-clip:hover .content-overlay {
  opacity: 1;
}

.privacy-policy-list ul li {
  padding-left: 25px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  /* color: #666; */
  color: #313131;
  position: relative;
  margin-bottom: 10px;
}

.privacy-policy-list ul li:last-child {
  margin-bottom: 0;
}

.privacy-policy-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  /* background: url(/images/icons/verification-mark.svg) no-repeat; */
  background: url(../images/icons/verification-mark.svg) no-repeat;
  width: 14px;
  height: 14px;
  background-size: cover;
}

.award-content-para p {
  font-size: 18px;
  color: #2b2b2b;
  line-height: 34px;
}

.hosting-light-border {
  border: none;
  border-right: 1px solid #dcdcdc;
  min-height: 80px;
}

.col-xl-3:last-child .hosting-light-border {
  border-right: none;
}

.col-xl-6:nth-child(2) .about-ssl-certificates,
.col-xl-6:nth-child(4) .about-ssl-certificates,
.col-xl-6:nth-child(6) .about-ssl-certificates {
  border-right: none;
}

.col-xl-6:nth-child(5) .about-ssl-certificates,
.col-xl-6:nth-child(6) .about-ssl-certificates {
  border-bottom: none;
}

.col-xl-6:nth-child(1) .left-right-cont-box,
.col-xl-6:nth-child(2) .left-right-cont-box {
  margin-top: 0px;
}

.trusted-brands img {
  width: auto;
  margin-bottom: 5px;
  float: left;
  position: relative;
}

.icon-card {
  margin-top: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.icon-card:last-child {
  border-bottom: none !important;
}

.icon-card img {
  float: left !important;
}

.zindex0 {
  z-index: 0 !important;
}

.grey-accordion-bg .accordion-button,
.grey-accordion-bg .accordion-header {
  background: #f6f9ff !important;
}

.renew-btn {
  background: #000;
  color: #fff;
}

.width-260 {
  width: 260px;
}

.azure-implementation .section-heading-caption {
  text-align: left !important;
}

.all-border {
  border: 1px solid #eee;
  border-top: 5px solid #0051b5;
}

.min-height-auto {
  min-height: auto;
}

.transfer-registar .cp-accordion {
  margin-left: 0px;
}

.transfer-registar .ssl-left-box {
  padding-right: 15px;
}

.whois-domain-lookup-search {
  width: 75%;
}

.who-owns-website .section-heading-caption,
.free-services .section-heading-caption {
  width: 60%;
}

.who-owns-website-box .protect-box {
  margin-top: 25px;
}

.who-owns-website-box .row .col-12:nth-child(1) .protect-box,
.who-owns-website-box .row .col-12:nth-child(2) .protect-box,
.who-owns-website-box .row .col-12:nth-child(3) .protect-box {
  margin-top: 0px;
}

.who-owns-website .advantage-hosting-box-icon-2::before {
  border-radius: 8px;
}

.domain-search-box .resp-width,
.domain-name-serach-box .resp-width {
  width: 50%;
}

img.plesk-icon {
  width: 95px !important;
}

.faq-page .col-xl-3:nth-child(5) .protect-box,
.faq-page .col-xl-3:nth-child(6) .protect-box,
.faq-page .col-xl-3:nth-child(7) .protect-box,
.faq-page .col-xl-3:nth-child(8) .protect-box {
  margin-top: 0px;
}

/* .technical-specification-grid .col-xl-4:nth-child(1) .add-on-box {
  padding-left: 0px;
} */

.login-right-modal {
  display: none;
}

.support-phn-chart {
  margin-bottom: 3rem;
}

/* -------Sumit CSS (01-06-2023)----- */

.codeguard-features .section-heading-caption {
  width: 47%;
}

.web-name {
  color: #4a84ff;
}

.hosting-price-plan .plan-heading {
  margin-top: 15px;
}

.not-included:before {
  background-image: url(../images/cross.png);
}

.popular-plan .plan-box {
  background-color: #f6f9ff;
  overflow: hidden;
  border: none;
  border-radius: 0 0 8px 8px;
}

.popular-plan .plan-box:hover {
  border: 1px solid #f6f9ff;
}

/* .popular-plan {
  background-color: #F6F9FF;
  overflow: hidden;
}
.popular-plan:hover {
  border: 1px solid #F6F9FF;
} */

.toggle {
  color: hsl(234, 14%, 74%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 54px;
}

.toggle label {
  font-size: 18px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 97px;
  height: 40px;
  margin: 0 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.toggle .slider:before {
  position: absolute;
  content: "";
  height: 35px;
  width: 35px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #053a84;
}

input:focus + .slider {
  box-shadow: 0 0 1px #053a84;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(53px);
}

/* Rounded sliders */
.toggle .slider.round {
  border-radius: 34px;
}

.toggle .slider.round:before {
  border-radius: 50%;
}

.annual-text {
  font-weight: 600;
  color: #000;
}

.how-it-works-section {
  background-color: #f6f9ff;
}

.connect-your-web,
.regular-update,
.restore-point {
  background-color: #ffffff;
  width: 100%;
  height: auto;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 8px;
}

.connect-your-web h2,
.regular-update h2,
.restore-point h2 {
  font-size: 18px;
}

.common-circle {
  background-image: -moz-linear-gradient(
    141deg,
    rgb(232, 247, 254) 0%,
    rgb(255, 255, 255) 96%
  );
  background-image: -webkit-linear-gradient(
    141deg,
    rgb(232, 247, 254) 0%,
    rgb(255, 255, 255) 96%
  );
  background-image: -ms-linear-gradient(
    141deg,
    rgb(232, 247, 254) 0%,
    rgb(255, 255, 255) 96%
  );
  opacity: 0.859;
  position: absolute;
  /* z-index: 589; */
  border-radius: 50%;
  background-image: linear-gradient(141deg, #e8f7fe, #fff);
}

.circle-shape-1 {
  left: -26px;
  top: 377px;
  width: 242px;
  height: 242px;
}

.circle-shape-2 {
  right: -52px;
  top: 154px;
  width: 275px;
  height: 275px;
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.services-technologies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  float: left;
}
.services-technologies img {
  margin: auto;
  display: block;
  max-height: 95px;
}

.services-technologies div {
  margin: 10px;
}

.domain-transfer-accordion .accordion-button,
.domain-transfer-accordion .accordion-header {
  background: #f6f9ff;
}

.domain-transfer-accordion.cp-accordion .accordion-button:not(.collapsed) {
  background: #f6f9ff;
}

.businew-w .need-management {
  margin-top: 0px !important;
}

.businew-two {
  margin-top: 100px !important;
}

.add-on-table {
  width: 80%;
  margin: 0 auto;
}

.add-on-table thead {
  font-size: 19px;
  text-align: center;
}

.add-on-table thead th:first-child {
  text-align: left;
}

.add-on-table tbody tr td {
  text-align: center;
}

.add-on-table tr td:first-child {
  text-align: left;
}

.bold-heading,
.add-on-table tr td:first-child {
  font-weight: 600;
}

.add-on-table tr td:first-child ul {
  font-weight: normal;
  list-style: disc;
  padding: 10px 0 0 19px;
}

.table.add-on-table > :not(caption) > * > * {
  padding: 1.5rem 1.5rem;
}

.add-on-table td {
  vertical-align: middle;
}

/* Prajakta---css-- start */

/* .hosting-price-plan .plan-box {
  min-height: 650px;
  min-height: 673px;
  min-height: 690px;
} */

.wordpress-hosting-pricing .plan-box {
  min-height: 625px;
}

.banner-heading {
  font-size: 50px;
  padding-right: 0;
}
/* windoes shared hosting sectin start here*/

.why-choose-shared-hosting-new-v2:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url(../images/cloud-server-hero-shape.png);
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.5;
  top: 0;
}

/* .why-choose-shared-hosting-new-v2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 700px;
  height: 100%;
  background-size: cover;
  background-image: url(../images/wcsh-left-b.svg);
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.5;
} */

.slick-dots li button:before {
  font-size: 12px;
  background: #afb2ff;
  opacity: 0.7;
}

.slick-dots li.slick-active button:before {
  color: #ffffff;
  opacity: 1;
}

/* .why-choose-shared-hosting-new-v2 .service-wrap .service-section:hover {
  background: linear-gradient(
    324deg,
    rgba(75, 103, 227, 1) 0%,
    rgba(75, 103, 227, 1) 71%,
    rgba(155, 172, 250, 1) 100%
  );
}

.why-choose-shared-hosting-new-v2 .service-section:hover .title,
.why-choose-shared-hosting-new-v2 .service-section:hover p {
  color: #ffffff !important;
}
.why-choose-shared-hosting-new-v2 .service-section:hover .wcsh-lcon-box {
  background: linear-gradient(
    211deg,
    rgba(255, 255, 255, 0.78) 0%,
    rgba(72, 100, 221, 1) 36%,
    rgba(88, 113, 224, 1) 56%,
    rgba(255, 255, 255, 0.83) 100%
  );
  border: 1px solid #7891ff;
} */
/* .why-choose-shared-hosting-new-v2 .service-section:hover .wcsh-lcon-box img {
  filter: brightness(0) invert(1);
} */
.why-choose-shared-hosting-new-v2 .service-section .title,
.why-choose-shared-hosting-new-v2 .service-section p,
.why-choose-shared-hosting-new-v2 .service-section .wcsh-lcon-box,
.why-choose-shared-hosting-new-v2 .service-section .wcsh-lcon-box img {
  transition: all 0.3s ease;
}

/* .wcsh-lcon-box {
  height: 110px;
  width: 110px;
  background: linear-gradient(
    144deg,
    rgba(217, 224, 255, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(217, 224, 255, 1) 100%
  );
  margin: 25px 0 25px 0;
  border-radius: 50%;
  padding: 22px;
  border: 1px solid #d8deff;
} */

.why-choose-shared-hosting-new-v2 .service-section .title {
  color: #181818;
}

.why-choose-shared-hosting-new-v2 .service-section p {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #1d1e20;
  text-align: start;
}

.why-choose-shared-hosting-new-v2 .service-section .title {
  font-size: 22px;
  text-align: center;
}

.wcsh-lcon-box img {
  display: block !important;
  width: 100%;
}

.why-choose-shared-hosting-new-v2 .service-wrap .service-section {
  background: #ffffff;
  min-height: 334px;
  border-radius: 8px;
  /* color: #000 !important; */
  /* backdrop-filter: blur(4px); */
  background: linear-gradient(
    315deg,
    #d4ddf1,
    #ffffff 20%,
    #ffffff 85%,
    #d4ddf1
  );
  align-items: center;
}

.wcsh-para {
  text-align: center !important;
}

.why-choose-shared-hosting-new-v2 {
  background-image: linear-gradient(to left, #344bad, #344bad);
  /* background: linear-gradient(to top left, #614cd7 71%, #ee4875 96%); */
  background: linear-gradient(to top left, #22288f 71%, #bc43b2 96%) !important;
  background: linear-gradient(to top left, #22288f 62%, #bc43b2 94%) !important;
  position: relative;
  /* padding: 100px; */
  z-index: 0;
}

.wcsh-label {
  color: #ffff;
  font-size: 22px;
  line-height: 29px;
  width: 78%;
  /* float: right; */
  justify-content: flex-end;
  height: 100%;
  align-items: center;
  display: flex;
  float: right;
}

.why-choose-shared-hosting-new-v2.sitelock-protects-new
  .section-heading-caption {
  margin: 20px auto 40px !important;
}

.why-choose-shared-hosting-new-v2 .section-heading-caption {
  margin-top: 0px !important;
  margin-bottom: 60px;
}

.why-choose-shared-hosting-new-v2 .section-heading {
  color: #ffffff;
  text-align: start;
  /* font-size: 53px;
  line-height: 50px;
  line-height: 70px; */
}

.text-h-col {
  color: #4b55ed !important;
}

/* windoes shared hosting sectin start End*/

.why-choose-shared-hosting {
  /* background-image: linear-gradient(176deg, #0462d8 30%, #001125 100%); */
  /* background-image: linear-gradient(to left, #0072ff, #0051b5); */
  background-color: rgb(247, 252, 255);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.why-choose-shared-hosting-new .section-heading,
.why-choose-shared-hosting-new .section-heading-caption {
  color: #ffffff;
}

.why-choose-shared-hosting-new {
  background-image: linear-gradient(to left, #0072ff, #0051b5);
}

.why-choose-shared-hosting-new::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  /* background-image: url(../images/serv-icons/why-choose-hosting-bg-abstract.png); */
  /* background-image: url(../images/hero-bg-shape-left.png); */
  /* background-position: center center; */
  /* background-repeat: no-repeat; */
  background-size: cover;
  /* background-image: url(../images/serv-icons/why-choose-hosting-bg-abstract.png); */
  background-image: url(../images/why-choose-hosting-bg-abstract2.svg);
  --background-overlay: "";
  background-position: top left;
  background-repeat: no-repeat;
  /* background-size: 100% auto; */
}

.icon-black {
  display: none !important;
  transition: 0.3s all;
}

.icon-white {
  transition: 0.3s all;
}

.service-wrap .service-section:hover .icon-black {
  display: block !important;
}

.service-wrap .service-section:hover .icon-white {
  display: none !important;
}

.service-wrap .service-section:hover {
  background: #ffffff;
}

/* .why-choose-shared-hosting::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 800px;
  height: 532px;
  background-image: url(../images/hero-bg-shape-right.png);
} */

/* .light-blue-shape {
  position: absolute;
  top: -55px;
  width: 100%;
} */

.service-wrap .service-section {
  position: relative;
  z-index: 1;
  padding: 25px;
  min-height: 250px;
  display: flex !important;
  flex-direction: column;
  /* border: 1px solid #ffffff40; */
  background: #ffffff21;
  /* background: linear-gradient(135deg, rgb(134 178 224 / 25%) 0%, rgba(255, 255, 255, 0.08) 100%); */
  /* box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); */
  /* transition: all 0.3s ease; */
  backdrop-filter: blur(4px);
}

.service-section .left-cont-box {
  position: relative;
  /* min-height: 60px; */
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 0;
  /* width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #eef5ff;
  justify-content: center; */
}

.service-section .left-cont-box::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* background: #f3f5f9 !important; */
  left: 0px;
  top: 0;
}

.service-section .left-cont-box img {
  transition: 0.3s all;
  margin-bottom: 0;
  width: 60px !important;
  height: 60px;
}

.service-slider .slick-slide {
  margin: 0 10px !important;
  /* margin-right: 20px !important; */
}

.service-section .title {
  font-weight: 700;
  line-height: 27px;
  font-size: 22px;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.5s;
}

.service-section p {
  transition: 0.3s all;
  color: #ffffff;
}

/* .service-wrap .service-section:hover .title,
.service-wrap .service-section:hover p {
  color: #000;
} */

.slider-progress {
  height: 2px;
  background: #eee;
  background: #c1c1c13d;
  margin-top: 35px;
  border-radius: 3px;
  overflow: hidden;
}

.slider-progress .progress-bar {
  height: 100%;
  width: 0;
  background: #007bff;
  background: #fff;
  transition: width 0.5s linear;
}

.left-cont-box img {
  width: 55px;
  margin-bottom: 10px;
}

.service-section:hover {
  box-shadow: 0 5px 15px 0 rgba(110, 110, 110, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  transform: scale(1.01);
}

.ntspl-advantage {
  background: #f6f9ff;
  background: #fff;
  text-align: left;
  overflow: hidden;
}

.ntspl-advantage .advantage-box {
  margin-top: 30px;
  text-align: center;
  background-color: #90b5ff14;
  background-color: #ffffff;
  padding: 25px;
  border: 1px solid #779ce540;
  min-height: 300px;
  position: relative;
  transition: 0.5s all;
}

.ntspl-advantage .advantage-box::before {
  content: "";
  position: absolute;
  left: calc(50% - 45px);
  top: 50px;
  width: 44px;
  height: 44px;
  background: #1366cc;
  opacity: 0.1;
  z-index: 1;
  border-radius: 50%;
}

.ntspl-advantage .advantage-box:hover {
  box-shadow: 12px 26px 50px rgba(90, 108, 234, 0.07);
  transform: scale(1.02);
}

/* .ntspl-advantage .advantage-box:hover .icon {
  background: #ffffff70;
} */

.ntspl-advantage .advantage-box:hover .icon img {
  animation: 0.4s tiltShaking linear;
}

.ntspl-advantage .icon {
  /* margin-bottom: 40px; */
  position: relative;
  z-index: 11;
  /* width: 126px; */
  padding-right: 35px;
  /* height: 60px; */
  /* background: #d1e1ff66; */
  /* padding: 19px; */
  border-radius: 0;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  /* border: 1px solid #c8e0fb; */
  transition: 0.4s all;
}

.ntspl-advantage .icon img {
  width: 58px;
  height: 58px;
  position: relative;
  top: 10px;
  left: 10px;
  border-radius: 8px;
}

.advantage-hosting-box-icon-1 img {
  background-color: #f4e5fe;
  padding: 12px;
  border-radius: 4px;
}

.advantage-hosting-box-icon-1::before {
  content: "";
  position: absolute;
  left: -6px;
  top: -5px;
  width: 58px;
  height: 58px;
  background: #faf4ff;
  /* opacity: 0.1; */
  z-index: -1;
  border-radius: 8px;
}

.nawsh-box {
  /* background: white; */
  border-radius: 8px;
  padding: 0 68px 0 0;
  margin-top: 41px;
}

.advantage-hosting-box-icon-2 img {
  background-color: #d5e6f9;
  padding: 12px;
  border-radius: 4px;
}

.advantage-hosting-box-icon-2::before {
  content: "";
  position: absolute;
  left: -6px;
  top: -5px;
  width: 58px;
  height: 58px;
  background: #eef5fd;
  /* opacity: 0.1; */
  z-index: -1;
  border-radius: 8px;
}

.advantage-hosting-box-icon-3 img {
  background-color: #d9f0db;
  padding: 12px;
  border-radius: 4px;
}

.advantage-hosting-box-icon-3::before {
  content: "";
  position: absolute;
  left: -6px;
  top: -5px;
  width: 58px;
  height: 58px;
  background: #f0f8f1;
  /* opacity: 0.1; */
  z-index: -1;
  border-radius: 8px;
}

.advantage-hosting-box-icon-4 img {
  background-color: #ccf6ff;
  padding: 12px;
  border-radius: 4px;
}

.advantage-hosting-box-icon-4::before {
  content: "";
  position: absolute;
  left: -6px;
  top: -5px;
  width: 58px;
  height: 58px;
  background: #e2faff;
  /* opacity: 0.1; */
  z-index: -1;
  border-radius: 0%;
  border-radius: 8px;
}

.advantage-hosting-box-icon-5 img {
  background-color: #d2dafe;
  padding: 12px;
  border-radius: 4px;
}

.advantage-hosting-box-icon-5::before {
  content: "";
  position: absolute;
  left: -6px;
  top: -5px;
  width: 58px;
  height: 58px;
  background: #d2dafe9e;
  /* opacity: 0.1; */
  z-index: -1;
  border-radius: 0%;
  border-radius: 8px;
}

.advantage-hosting-box-icon-6 img {
  background-color: #f6cbaf;
  padding: 12px;
  border-radius: 4px;
}

.advantage-hosting-box-icon-6::before {
  content: "";
  position: absolute;
  left: -6px;
  top: -5px;
  width: 58px;
  height: 58px;
  background: #f6cbaf8a;
  /* opacity: 0.1; */
  z-index: -1;
  border-radius: 0%;
  border-radius: 8px;
}

.advantage-hosting-box-icon-7 img {
  background-color: #89c7f1;
  padding: 12px;
  border-radius: 4px;
}

.advantage-hosting-box-icon-7::before {
  content: "";
  position: absolute;
  left: -6px;
  top: -5px;
  width: 58px;
  height: 58px;
  background: #89c7f18a;
  /* opacity: 0.1; */
  z-index: -1;
  border-radius: 8px;
}

.advantage-hosting-box-icon-8 img {
  background-color: #ffb9ce;
  padding: 12px;
  border-radius: 4px;
}

.advantage-hosting-box-icon-8::before {
  content: "";
  position: absolute;
  left: -6px;
  top: -5px;
  width: 58px;
  height: 58px;
  background: #ffe3eb;
  /* opacity: 0.1; */
  z-index: -1;
  border-radius: 0%;
  border-radius: 8px;
}

.ntspl-advantage .icon::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #000000;
  position: absolute;
  bottom: -23px;
  left: 0;
  display: none;
}

.ntspl-advantage h4 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
  position: relative;
  font-family: "DM Sans", sans-serif;
}

/* .ntspl-advantage h4::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #000;
  margin: 8px 0 0; 
} */

.ntspl-advantage p {
  margin: 0;
  font-size: 16px;
}

@keyframes tiltShaking {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* .gradient-title {
  background: linear-gradient(180deg, #005dd0 0%, #005fd5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
} */

/* .gradient-word {
  font-weight: 600;
} */

.popular-plan {
  /* background: #0060da; */

  background: linear-gradient(287.85deg, #ff0766 0%, #ff7e5d 95.32%);
  /* z-index: 5; */
  padding: 0px;
}

.hosting-price-plan .popular-plan {
  transition: 0.4s;
  background-image: linear-gradient(to left, #0072ff, #0051b5);
  padding-top: 40px;
  position: relative;
  padding: 45px 2px 2px;
  background: linear-gradient(287.85deg, #ff0766 0%, #ff7e5d 95.32%);
  background: linear-gradient(
      95deg,
      #059dff 15%,
      #6549d5 45%,
      #e33fa1 75%,
      #fb5343 100%
    )
    95% / 200% 100%;
  border-radius: 8px;
}

.hosting-price-plan .popular-plan:hover {
  /*  filter: brightness(110%); */
}

.hosting-price-plan .popular-badge {
  background: none;
  width: auto;
  font-size: 15px;
  color: #ffffff;
  padding: 11px;
  -webkit-transform: rotate(40deg);
  transform: rotate(0deg);
  left: 50%;
  transform: translate(-50%);
  top: 0px;
  right: 0;
  position: absolute;
  z-index: 999;
}

.popular-plan .plan-box {
  margin-top: 0;
}

/* Show only first 5 accordions initially */
.accordian-faq {
  height: 617px;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.accordian-faq.expanded {
  height: auto;
}

.show-more-arrow {
  transition: transform 0.4s ease;
}

.show-more-arrow.rotated {
  transform: rotate(180deg);
}

.accordian-faq .accordion-item {
  overflow: hidden;
  opacity: 1;
  max-height: 1000px; /* for smooth expansion */
  transition: height 0.6s ease;
}

.accordian-faq .accordion-item.visible {
  display: block;
  transition: all 0.5s ease-in-out;
}

.accordion-item.hidden {
  opacity: 0;
  max-height: 0;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease;
}

/* Shadow gradient */
.faq-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 147px;
  background: linear-gradient(
    to top,
    rgb(255 255 255 / 89%),
    rgba(255, 255, 255, 0)
  );
  pointer-events: none;
  transition: opacity 0.3s ease;
  opacity: 1;
}

/* Hide shadow when expanded */
.faq-shadow.hide {
  opacity: 1;
}

/* Show More Arrow */
.show-more-arrow {
  width: 17px;
  cursor: pointer;
  transition: transform 0.4s ease;
  /* animation: arrowBounce 1.5s ease-in-out infinite; */
}

/* @keyframes arrowBounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
} */

/* Rotate arrow when expanded */

.rotated img {
  transform: rotate(180deg);
  animation: none;
}

/* .show-more-arrow.rotated {
  transform: rotate(180deg);
  animation: none;
} */

.rotated img {
  transition: transform 0.3s ease;
}

/* .toggle-icon.rotated {
  transform: rotate(180deg);
} */

.hosting-features-contents {
  position: relative;
  padding-left: 20px;
}

.hosting-features-contents h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
  position: relative;
  font-family: "DM Sans", sans-serif;
}

.hosting-features-contents ul {
  list-style: none;
  padding: 18px 0px 0px;
  margin-bottom: 0px;
}

.hosting-features-contents ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 11px !important;
  width: 100%;
  font-size: 15px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #1d1e20;
}

.hosting-features-contents ul:last-child li {
  margin-bottom: 0;
}

.hosting-features-contents ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../images/icons/verification-mark.svg) no-repeat;
  width: 14px;
  height: 14px;
  background-size: cover;
}

/* .hosting-features-contents::after {
  content: "";
  position: absolute;
  left: -28px;
  top: 58%;
  transform: translateY(-50%);
  width: 2px;
  height: calc(100% + 87px);
  background-color: #f6faff;
} */

/* Prajakta---css-- end */

.price-btn-choose {
  padding: 0px !important;
  border: 0px !important;
  margin-bottom: 0px !important;
  font-weight: 600 !important;
  color: #4b55ed !important;
  font-size: 18px !important;
}

.price-btn-choose.dropdown-toggle::after {
  font-size: 25px !important;
  left: 0px !important;
  border-top: 0.2em solid;
  border-right: 0.2em solid transparent;
  border-bottom: 0;
  border-left: 0.2em solid transparent;
  top: 3px;
  position: relative;
}

.plan-box .plan-price ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
  width: 228px;
  left: 0px !important;
  border: 1px solid #ededed;
}

.plan-box .plan-price ul li {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #0000000f;
  padding-left: 0;
  text-align: center;
  transition: 0.3s all;
}

.plan-box .plan-price ul li:last-child {
  border-bottom: 0;
}

.hosting-price-plan .plan-box .plan-price ul li a {
  font-weight: 600;
  padding: 8px 7px;
  transition: 0.3s all;
  font-size: 16px;
}

.hosting-price-plan .plan-box .plan-price ul li:first-child a {
  border-radius: 8px 8px 0 0;
}

.hosting-price-plan .plan-box .plan-price ul li:last-child a {
  border-radius: 0 0 8px 8px;
}

.plan-box .plan-price ul li a:hover {
  background-color: #c4dae7 !important;
}

.plan-box .plan-price ul li:last-child {
  margin-bottom: 0;
}
.plan-box .plan-price ul li:before {
  display: none;
}

.plan-price .dropdown {
  line-height: 0px !important;
  border-radius: 8px;
  margin-bottom: 5px;
  /* border: 1px solid #bcdaff; */

  /* background: #f2f5ff;*/
}

.linux-specification button {
  padding: 13px;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  background: #fff;
  color: #000;
  border: 1px solid #3f94fd3d;
  border-radius: 0px !important;
  margin-bottom: 10px;
}

.linux-specification button:hover {
  background-color: #f7fcff;
  color: #000;
}

.linux-specification .nav-pills .nav-link.active {
  background: #f7fcff !important;
  color: #000;
}

.box-linux-specification-content {
  background-color: #f7fcff;
  padding: 0px;
  border: 1px solid #3f94fd3d;
}

.shared-hosting .title {
  font-weight: 600;
  font-size: 21px;
  color: #212122;
  margin-bottom: 14px;
  line-height: 28px;
}

.shared-hosting {
  padding: 20px;
}

.linux-shared-hosting-button {
  width: 135px !important;
}

.linux-shared-hosting-button input {
  padding: 7px 5px !important;
  font-size: 14px !important;
}

.share-hosting-table-linux tbody td .fas::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 1px !important;
  background: url(../images/icons/verification-mark.svg) no-repeat;
  width: 14px;
  height: 14px;
  background-size: cover;
}

.img-why-choose-shared-hosting {
  position: relative !important;
  /* background-image: url(../images/consult-bg.png); */
  background-image: url(../images/hero-bg-shape--.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
}

.hosting-price-plan .plan-price ul.price-menu {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(235 235 235);
  border-radius: 8px;
  width: 100% !important;
  box-shadow: 0px 0px 14px rgb(221 220 246) !important;
  transform: none !important;
  position: absolute !important;
  top: 30px !important;
}

.hosting-price-plan .plan-price ul.price-menu li {
  padding: 0;
  margin-bottom: 0;
}

.renewal-price {
  color: #aaa;
  font-size: 11px;
  text-align: center;
}

.titan-profession-content .business-features {
  min-height: 96px !important;
}

.enterprise-email .business-features {
  min-height: 172px !important;
}

.domain-name-reg .section-heading-caption,
.register-domain .section-heading-caption {
  width: 50%;
}

.searchbox-width,
.cloud-site-hosting-image img {
  width: 75%;
}

.azure-implementation h2.section-heading,
.aws-journey .section-heading-caption {
  text-align: left;
}

.microsoft-partner-img {
  justify-content: flex-end;
}

.gc-pricing .section-heading-caption,
.hacker-scan .section-heading-caption {
  width: 50%;
}

.login-left h2,
.login-left p {
  color: #fff;
}

.company-logo-slider.slider {
  margin-top: 30px;
}

.key-clients-logo .col-xl-3:nth-child(1) .protect-box,
.key-clients-logo .col-xl-3:nth-child(2) .protect-box,
.key-clients-logo .col-xl-3:nth-child(3) .protect-box,
.key-clients-logo .col-xl-3:nth-child(4) .protect-box {
  margin-top: 0px;
}

.award-paragraph .section-heading-caption {
  width: 85%;
}

.row.awardds {
  margin-top: 50px;
}

/*--------- 14-09-2023---------- */
.geotrust-buy-now::after {
  background: #f07131;
}

.geotrust-buy-now:hover {
  border: 2px solid #f07131;
}

.geotrust-buy-now::before {
  background: #f07131;
}

.rapidssl-buy-now::after {
  background: #a1653d;
}

.rapidssl-buy-now:hover {
  border: 2px solid #a1653d;
}
.rapidssl-buy-now::before {
  background: #a1653d;
}

.sectigossl-buy-now::after {
  background: linear-gradient(to right, #00b373, #059863);
}

.sectigossl-buy-now:hover {
  border: 2px solid #059863;
}

.sectigossl-buy-now::before {
  background: linear-gradient(to right, #00b373, #059863);
}

.comodo-buy-now::after {
  background: linear-gradient(to right, #d92648, #d92648);
}

.comodo-buy-now:hover {
  border: 2px solid #d92648;
}

.comodo-buy-now::before {
  background: linear-gradient(to right, #d92648, #d92648);
}

.thawte-buy-now::after {
  background: linear-gradient(to right, #004fa3, #004fa3);
}

.thawte-buy-now:hover {
  border: 2px solid #004fa3;
}

.thawte-buy-now::before {
  background: linear-gradient(to right, #004fa3, #004fa3);
}

/* case studies landing page new css Start */
.case-studies-clients-s {
  margin-bottom: 60px;
}

.case-studies-clients-s h3 {
  font-size: 22px;
  color: #000;
  text-align: center;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.case-studies-clients-s .blend-x {
  margin-top: 30px;
}

.case-studies-clients-s .scroller-content.new-scroll-x-wrapper .img-fluid {
  height: 35px;
}

.case-studies-clients-s .scroller-content {
  filter: grayscale();
}

.new-case-studies img {
  border-radius: 8px 8px 0 0;
}

.lower-case-box .case-study-title {
  font-size: 20px;
  line-height: 29px;
}

.case-s-content .page-redirect-btn {
  display: flex;
  float: none !important;
}

.uper-case-box {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

/* case studies landing page new css End */
s .full-story-container,
.full-story-container-text {
  width: 100%;
  float: left;
}
.full-story-container-text {
  border: 1px solid #ddd;
  border-left: 0;
  height: 100%;
  padding: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.full-story-container-text .case-study-title a {
  font-size: 25px;
  line-height: 34px;
}
.full-story-container-text .view-all {
  text-align: left;
}
.full-story-container .lower-case-box {
  font-size: 17px !important;
  line-height: 25px;
  padding: 25px;
  border: 1px solid #ccc;
  border-top: 1px solid #ddd;
  margin-bottom: 25px;
  border-radius: 0 0 8px 8px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.full-story-container:hover img {
  transform: scale(1.08);
}

.full-story-container img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}
.full-story-container-text .page-redirect-btn {
  width: fit-content;
}

.promo-card {
  box-shadow: 0 1px 4px 0 rgba(17, 19, 35, 0.07);
  border: 1px solid #eee;
  background: #f7f6ff;
  padding: 30px;
  margin-bottom: 30px;
}

.card-top {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.card-top h4 {
  font-size: 36px;
  font-weight: 800;
  color: #0052b7;
}

.card-top img {
  width: 110px;
}

.couponcode-box p.code {
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  border-radius: 2px;
  border: dashed 2px #000;
  background-color: #f0f0f0;
  text-align: center;
  color: #16171a;
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
  margin-top: 20px;
  width: 100%;
}

p.code {
  color: #000;
  font-weight: 700;
  height: 63px;
  line-height: 63px;
  box-sizing: border-box;
  font-size: 26px;
}
.couponcode-button {
  width: 100%;
  display: inline-block;
  height: 45px;
  border-radius: 2px;
  color: #fff;
  vertical-align: middle;
  background-color: #2491ef;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  border: none;
  margin-top: 5px;
}

.card-left {
  border-right: 1px dashed #ddd;
  padding-right: 25px;
}

.card-right ol {
  padding-left: 15px;
}

.card-right ol li {
  line-height: 30px;
  position: relative;
}

.use-at-checkout p {
  color: #000;
  font-weight: 800;
}

.req-quote {
  background: #0068ea;
  padding: 15px;
  font-size: 22px;
  color: #ffffff;
}
.page-sedebar-form .g-recaptcha {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.casestudy-side-list ul {
  border: 1px solid #eeeeee;
}

.casestudy-side-list ul li {
  border-bottom: 1px solid #eee;
}

.casestudy-side-list ul li a {
  color: #666;
  padding: 14px;
  width: 100%;
}

.casestudy-side-list ul li:last-child {
  border-bottom: none;
}

.faq-page-heading .section-heading-caption {
  width: 50%;
}
/* New accordian css umakanta start  */

/* New accordian css umakanta end   */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2e8afd;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: #fff;
}

.hvr-sweep-to-right:active:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:hover:before {
  transform: scaleX(1);
}

.flex-multidomain-table th {
  width: 50%;
  background: #1b75bc;
  color: #fff;
  padding: 15px;
}

.flex-multidomain-table td {
  padding: 15px;
}

h2.switch-heading {
  color: #242424;
  font-size: 40px !important;
  /* font-family: "Playfair Display";
  font-weight: 900; */
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  line-height: 38px;
}

.product-slider-center .slick-list,
.product-slider-center-two .slick-list,
.product-slider-center-three .slick-list,
.product-slider-center-four .slick-list,
.product-slider-center-five .slick-list {
  padding: 0 !important;
  padding-bottom: 20px !important;
}
.product-slider-center .slick-slide,
.product-slider-center-two .slick-slide,
.product-slider-center-three .slick-slide,
.product-slider-center-four .slick-slide,
.product-slider-center-five .slick-slide {
  margin: 0 7px !important;
}
.product-slider-center .slick-slide:first-child,
.product-slider-center-two .slick-slide:first-child,
.product-slider-center-three .slick-slide:first-child,
.product-slider-center-four .slick-slide:first-child,
.product-slider-center-five .slick-slide:first-child {
  margin-left: 0 !important;
}
/* .product-slider-center .slick-slide:last-child,
.product-slider-center-two .slick-slide:last-child,
.product-slider-center-three .slick-slide:last-child {
  margin-right: 1px !important;
} */

.product-slider-center .slick-slide .col-xl-3,
.product-slider-center-two .slick-slide .col-xl-3,
.product-slider-center-three .slick-slide .col-xl-3,
.product-slider-center-four .slick-slide .col-xl-3,
.product-slider-center-five .slick-slide .col-xl-3 {
  width: 100%;
}

.product-slider-center .plan-box:hover,
.product-slider-center-two .plan-box:hover,
.product-slider-center-three .plan-box:hover,
.product-slider-center-four .plan-box:hover,
.product-slider-center-five .plan-box:hover {
  /* border: 1px solid #0051b5; */
  border-image: none;
  border-color: #007bff;
  border-radius: 8px;
  box-shadow: none !important;
  transform: none !important;
}

/* ---------18/10/2023------- */

img.pr-info {
  height: 18px;
  width: 18px;
}

/* Popup container - can be anything you want */
.popup {
  float: right;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 210px;
  background-color: #135eba;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  top: 130%;
  right: -32%;
  margin-left: -200px;
  font-size: 12px;
  line-height: 18px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #135eba transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#unmetered_modal .modal_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
.modal_overlay {
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000 !important;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: absolute;
  height: 100%;
  width: 100%;
}

#unmetered_modal .modal_content {
  width: 648px;
  padding: 24px 20px;
  background: #ffffff;
  border: 1px solid #828282;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-left: -324px;
  top: 50%;
  left: 50%;
  margin-top: -272px;
  position: fixed;
  z-index: 99999;
}

.modal-cross-icon {
  background: url(../images/icons/cancel.svg) no-repeat 0 0;
  right: 10px;
  top: 10px;
  height: 15px;
  position: absolute;
  width: 15px;
  opacity: 0.6;
}

a.cross-icon {
  background: #e6e6e6;
  width: 30px;
  text-align: center;
}

a.cross-icon span {
  font-size: 20px;
}

.custom-modal-header {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
}

.custom-modal-header h4 {
  font-size: 20px;
}

.inner-content h5 {
  font-size: 18px;
}

.c-hosting-plans-pt {
  padding-top: 20px !important;
}

.in-c-hosting-plans-pt {
  padding-top: 12px !important;
}

.col-xl-4:nth-child(3) .box-borderright {
  border-right: 1px solid #eee !important;
}

.min-height220 {
  min-height: 220px !important;
}

.accordion-list ul li {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  color: #232323;
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.accordion-list ul li:before {
  content: "";
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: 2px solid #0072ff;
  position: absolute;
  border-radius: 50%;
}

.accordion-list ul li:after {
  content: "";
  left: 5px;
  top: 10px;
  width: 5px;
  height: 5px;
  background: #00c6ff;
  position: absolute;
  border-radius: 50%;
}

.optech-iconbox-wrap {
  padding: 28px;
  transition: all 0.4s;
  background-color: #fff;
  border-radius: 18px;
  min-height: 425px;
}

.optech-4column-slider .slick-slide {
  margin: 0px 12px;
}

.optech-iconbox-icon {
  width: 70px;
  height: 70px;
  display: flex;
  transition: all 0.4s;
  align-items: center;
  margin-bottom: 60px;
  border-radius: 10px;
  justify-content: center;
  background-color: #eef1ff;
}

.optech-iconbox-icon img {
  width: 36px;
  transition: all 0.4s;
}

.advantange-bg {
  background: #f5f6f7;
}

/* new css */

.feature-1-wrapper {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  padding-right: 3.5rem;
  padding-left: 3.5rem;
}
.title-hosting-name {
  font-size: 26px;
  font-weight: 600;
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0px !important;
  letter-spacing: 0px;
}
.share-hosting-table {
  margin-bottom: 0;
}
.share-hosting-table thead th,
.share-hosting-table tbody tr td {
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  background-color: transparent;
  color: #ffffff;
}
.share-hosting-table tfoot tr td {
  border-bottom: 0;
}
.share-hosting-table tbody td {
  padding: 15px !important;
  color: #3b4349;
  font-size: 16px !important;
}

.view-all-tech-btn {
  margin-top: 20px;
  border: 1px solid #ffffff;
  background-color: #fff;
}
.view-all-tech-btn input {
  /* color: #fff; */
}
.feature-1-wrapper {
  /* background-color: #033699; */
  /* box-shadow: 10px 10px 10px rgb(33 79 147 / 40%); */
  background: #eaefff;
  /*  backdrop-filter: blur(10px); */
  position: relative;
  overflow: hidden;
  background-image: url(../images/testimonial-shape-bg.png);
  background-size: cover;
  /* background-image: linear-gradient(176deg, #0462d8 -35%, #001125 100%); */
  /* background-image: url(../images/testimonial-shape-bg.png); */
  /* -webkit-mask-image: url(../images/testimonial-shape-bg.png);
  mask-image: url(../images/testimonial-shape-bg.png);
  mask-size: 100% 100%;
  mask-position: center top;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; */
}
.feature-1-wrapper-no-bg {
  background: #ffffff;
  background-image: none;
}
.feature-1-wrapper .circle {
  position: absolute;
  width: 200px;
  height: 200px;
  /* transform: translate(0rem, 9rem); */
  z-index: -1;
  left: 19px;
  object-fit: cover;
  rotate: 50deg;
  /* top: 350px; */
  bottom: 25px;
  border-radius: 50%;
  background-image: linear-gradient(180deg, #c5a9c6 0%, #246ee4 100%);
}
.feature-1-wrapper .circle-1 {
  position: absolute;
  width: 200px;
  height: 200px;
  /* transform: translate(0rem, 9rem); */
  z-index: -1;
  right: 20px;
  object-fit: cover;
  rotate: 50deg;
  /* top: 350px; */
  top: 175px;
  border-radius: 50%;
  background-image: linear-gradient(180deg, #f2f4f63d 15%, #dc1b5475 100%);
}

.feature-1-wrapper .circle-2 {
  position: absolute;
  width: 75px;
  height: 75px;
  /* transform: translate(0rem, 9rem); */
  z-index: -4;
  right: 56%;
  object-fit: cover;
  rotate: 50deg;
  /* top: 350px; */
  top: 45%;
  /* z-index: 9; */
  border-radius: 50%;
  background-image: linear-gradient(180deg, #dec9cf 0%, #0547b126 100%);
}
.feature-1-wrapper .circle-3 {
  position: absolute;
  width: 75px;
  height: 75px;
  /* transform: translate(0rem, 9rem); */
  z-index: -4;
  right: 20%;
  object-fit: cover;
  rotate: 50deg;
  /* top: 350px; */
  top: 75%;
  /* z-index: 9; */
  border-radius: 50%;
  background-image: linear-gradient(180deg, #dc1b54 -50%, #f5f9ff26 100%);
}

.design-tbox-s:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url(../images/shared-hosting-technical.png);
  --background-overlay: "";
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0.08;
  z-index: -1;
}
.ufha-div {
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 15%,
    #000 85%,
    transparent 100%
  );
  margin-right: -380px;
}
.ms-n4 {
  margin-left: -50px;
}
.logo-ha-section {
  display: flex;
}
.click-away-s .click-away-s-images {
  width: 800px;
}
.logo-ha-section-iteam {
  width: 167px;
  background-color: white;

  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
  /* margin: 0 !important; */
  margin-right: 19px;
}

.click-away-s {
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(176deg, #0462d8 -35%, #001125 100%);
  padding: 110px 0;
  background: #6549d5 !important;
}

.click-away-s .section-heading-caption {
  text-align: start;
}

.click-away-s .section-heading {
  text-align: start;
}

.logo-ha-section-iteam img {
  width: 115px;
  height: auto;
  object-fit: cover;
}

/* .share-hosting-table tbody td .fas {
  background: linear-gradient(287.85deg, #005bcb 0%, #739cce 95.32%);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  display: inline-block;
  border-radius: 50%;
} */
.share-hosting-table tbody td .fas {
  position: relative;
}
.item {
  position: relative;
}
.group .item .fas::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../images/verification-icon.png) no-repeat;
  width: 19px;
  height: 19px;
  background-size: cover;
  top: 50%;
  transform: translatey(-50%);
}

.share-hosting-table tbody td .fas::before {
  content: "";
  position: absolute;
  left: -15px;
  background: url(../images/verification-icon.png) no-repeat;
  width: 19px;
  height: 19px;
  background-size: cover;
}
.btn-default-purple-fill {
  background-color: #dc1b54 !important;
  color: #fff !important;
  border: none;
  font-size: 16px;
  margin: 0;
  padding: 14px 30px;
  position: relative;
  letter-spacing: 0.2px;
  font-weight: 700;
  box-shadow: 0 2px 8px 0 rgb(62 62 79 / 23%);
  text-transform: capitalize;
  cursor: pointer !important;
  border-radius: 50px;
}
.classic-bg {
  /* background-color: #f7fcff;
  background: #f4f5ff; */
  background-color: #fff;
}
.brand-btn {
  background: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  display: flex;
  align-items: left;
  gap: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  transition: transform 0.3s ease;
  margin-bottom: 30px !important;
}
.brand-btn img {
  max-height: 65px;
}
.brand-btn:hover {
  transform: translateY(-5px) scale(1.05);
}
.bg-share-hosting-fiture-sec {
  background-color: #f1f5f9;
}
.nav-tab-list {
  gap: 15px;
  /* margin-top: 3rem; */
  justify-content: space-between;
}

.nav-tab-list li {
  margin-bottom: 20px;
  width: 15%;
}

.nav-tab__btn {
  background: #fff;
  border: 1px solid #e3e6f0;
  padding: 16px 14px;
  text-align: center;
  width: 100%;
  min-height: 85px;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  border-radius: 5px !important;
  position: relative;
}

/* Subtitle (Step Number) */
.nav-tab__subtitle {
  font-size: 13px;
  font-weight: 600;
  color: #6c757d;
  transition: all 0.3s ease;
}

/* Step Title */
.nav-tab__title {
  font-size: 17px;
  color: #242424;
  transition: all 0.3s ease;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  line-height: 24px;
}

/* Active State */
.nav-tab__btn.active {
  border-color: #0d6efd;
  background: linear-gradient(135deg, #0d6efd, #3b82f6);
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(13, 110, 253, 0.25);
  border: none;
}

.nav-tab__btn.active:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%) !important;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #347ff8 transparent transparent transparent;
  transform: rotate(0deg);
}

.nav-tab__btn.active .nav-tab__subtitle,
.nav-tab__btn.active .nav-tab__title {
  color: #fff !important;
}

/* Hover */
.nav-tab__btn:hover {
  border-color: #0d6efd;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.15);
}

/* Line Decoration */
.nav-tab__line {
  width: 20px;
  height: 2px;
  background: #0d6efd;
  border-radius: 10px;
  transition: width 0.3s ease;
}

.nav-tab__btn.active .nav-tab__line {
  width: 35px;
  background: #fff;
}

/* Smooth fade for tab content */
.tab-pane {
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: translateY(15px);
  opacity: 0;
}

.tab-pane.show.active {
  opacity: 1;
  transform: translateY(0);
}

/* Card container */

/* .card-feature {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid #f3f3f3;
}
.card-feature .card-body {
  padding: 50px 20px !important;
} */
.show-more-arrow.rotated {
  transform: rotate(180deg);
  transition: transform 0.4s ease;
}
.hosting-features {
  /* content: "";
  position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/windows-shared-hosting.png);
  /* background-size: cover; */
  background-position: center;
  opacity: 1;
}
.l-wshf-img {
  width: 100%;
  border-radius: 8px;
}
.fe-box {
  background: white;
  padding: 25px;
  border-radius: 8px;
  height: 454px;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.tab-pane.show.active {
  /* animation: fadeSlideIn 0.1s ease both; */
  animation: fadeSlideIn 0.5s ease-out forwards;
}
.tab-pane.fade {
  /* transition: opacity 0.1s linear !important; */
  transition: opacity 0.2s linear !important;
}

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animate nav buttons on first load */
.nav-tab__btn {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.6s ease forwards;
  border: 1px solid #dee2e6;
}
.tab-pane {
  padding-top: 0px;
}
.nav-tab__btn:nth-child(1) {
  animation-delay: 0.2s;
}
.nav-tab__btn:nth-child(2) {
  animation-delay: 0.4s;
}
.nav-tab__btn:nth-child(3) {
  animation-delay: 0.6s;
}
.nav-tab__btn:nth-child(4) {
  animation-delay: 0.8s;
}
.step-box {
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 14px;
  /* background-color: rgb(220 27 84) !important; */
  color: #000 !important;
}

b,
strong {
  font-weight: bold;
}
.img-steps {
  display: block;
  margin: 0 auto;
}
.accordion-button:focus {
  box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.8);
}

/* Hosting Technical Specifications section css*/

.design-tbox {
  padding: 40px;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.View-faq-button {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}
/* Debasis */
.server-cont-wrap {
  padding: 0 30px;
}
.top-25 {
  inset-block-start: 6.25rem !important;
}
.bottom-25 {
  inset-block-end: 6.25rem !important;
}
.tab-image {
  width: 51px;
  border-radius: 8px;
  background: #ffffff;
}
.box-layout {
  padding-left: 80px;
  padding-right: 80px;
  background: #ffffff;
}
.cover-background {
  padding-top: 110px;
  padding-bottom: 65px;
  background-repeat: no-repeat !important;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-position: center center !important;
}
.border-radius-10px {
  border-radius: 10px !important;
}
.left-minus-30px {
  left: -30px;
}
.top-minus-80px {
  top: -80px;
}
.why-choose-section .round-card {
  padding: 25px;
  padding: 35px;
}
.why-choose-section h6 {
  text-transform: capitalize !important;
  font-weight: 600;
  color: #001042;
  font-family: "DM Sans", sans-serif;
  font-size: 20px !important;
  width: 100%;
}

.advantage-wp-2 {
  padding: 54px 0 !important;
}

.advantage-wp-2 .nawsh-box {
  padding-left: 68px !important;
  padding-right: 0 !important;
}

.new-why-wraper .col-lg-4 h6 {
  font-size: 30px !important;
}
.new-why-wraper .col-md-6 img {
  display: flex;
  margin: 0 auto;
  width: 65px;
}
.new-why-wraper .col-md-6 h6 {
  text-align: center;
}
.new-why-wraper .col-md-6 p {
  text-align: center;
}

.why-choose-section .bg-secondary {
  background-color: rgba(92, 101, 255, 0.2) !important;
  /* background:linear-gradient(31deg,rgba(156, 161, 230, 1) 0%, rgba(222, 224, 255, 1) 100%); */
}
.why-choose-section .bg-info {
  background-color: rgba(0, 196, 253, 0.2) !important;
  /* background:linear-gradient(31deg,rgb(233 250 255) 0%, rgba(167, 231, 250, 1) 100%); */
}
.why-choose-section .bg-danger {
  background-color: rgba(248, 40, 90, 0.2) !important;
}
.why-choose-section .bg-success {
  background-color: rgba(23, 198, 83, 0.2) !important;
}
.why-choose-section .bg-greem-light {
  background-color: #fff7eb !important;
}
.why-choose-section .bg-lavender-light {
  background: #f0f0ff !important;
}
.why-choose-section img {
  width: 50px;
}
.feau-video {
  width: 100%;
  background: #ffffff;
}
.advantage-wp {
  border-radius: 8px;
  /* background: #ffffff; */
  align-items: center;
  padding: 54px;
}
.ntspl-bg-video-wrapper {
  bottom: 0;
  right: 0;
  top: 1px;
  left: 0;
  position: absolute;
  overflow: hidden;
  width: 40%;
  height: 100%;
}
.ntspl-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  box-shadow: none;
  filter: none;
  mix-blend-mode: normal;
  opacity: 1;
  object-position: 50% 50%;
  object-fit: cover;
  background-position: center center;
}

.ntspl-overlay-gradient {
  opacity: 0.91;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 1;
  height: 100%;
  width: 100%;
  z-index: 0;
  filter: opacity(100%);
  background: linear-gradient(
    90deg,
    rgb(75 85 237 / 65%) -1%,
    rgb(75 85 237) 39%,
    rgb(119 75 237) 100%
  );
}

.scroller-x {
  --_scroll-animation: scroll-ltr;
  overflow: hidden;
}
.scroller-x[data-direction="right"] {
  --_animation-direction: reverse;
}
.scroller-x[data-direction="left"] {
  --_animation-direction: forwards;
}
.scroller-x[data-speed="fast"] {
  --_animation-duration: 30s;
}
.scroller-x[data-speed="slow"] {
  --_animation-duration: 120s;
}
.scroller-x__list {
  width: max-content;
  flex-wrap: nowrap;
  animation: var(--_scroll-animation, scroll-ltr)
    var(--_animation-duration, 60s) var(--_animation-direction, forwards) linear
    infinite;
}
.scroller-x__list:hover {
  animation-play-state: paused;
}
.scroller-x__list > li {
  flex-shrink: 0;
}

[dir="rtl"] .scroller-x {
  --_scroll-animation: scroll-rtl;
}

@keyframes scroll-ltr {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

.wnc-svg {
  color: #9810fa;
  padding: 4px 5px;
  border-radius: 4px;
  display: flex;
}
.wnc-svg-2 {
  color: #175efc;
}

.wnc-cta {
  width: 100%;
  float: left;
  margin: 35px 0;
  display: flex;
  align-items: center;
}
.wnc-d a {
  list-style: none;
  text-decoration: none;
}
.divider-h {
  width: 1px;
  height: 56px;
  background: linear-gradient(to bottom, transparent, #9ca3af, transparent);
}

.chat-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(to right, #2563eb, #1d4ed8);
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  padding: 12px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.chat-button:hover {
  background: linear-gradient(to right, #1d4ed8, #1e40af);
  color: #ffffff;
}

.chat-button .shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-100%);
  transition: transform 0.7s ease;
  margin: 0 !important;
}

.chat-button:hover .shine {
  transform: translateX(100%);
}

.chat-button .icon {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

.chat-button:hover .icon {
  transform: rotate(12deg);
}

.chat-button .label,
.chat-button .arrow-wnc {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  padding-right: 10px !important;
}

.chat-button:hover .arrow-wnc {
  transform: translateX(4px);
}

.wnc-d {
  justify-content: center;
  flex-direction: column;
}

.wnc-mail:hover {
  color: black;
}

.wnc-mail {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  /* background: linear-gradient(
    90deg,
    rgb(255 255 255) 0%,
    rgb(252 249 255) 100%
  ); */
  /* border-radius: 8px;
  padding: 10px 12px; */
  color: black;
  gap: 6px;
  /* border: 1px solid #ebebeb; */
}

.wmcat {
  font-size: 14px;
  font-weight: 500;
}
.wcnh-main {
  position: relative;
  width: 85%;
  margin: 0 auto;
}
.wcnh-main::before {
  content: "";
  position: absolute;
  top: 2.5rem;
  bottom: 2.5rem;
  left: -2.25rem;
  right: -2.25rem;
  background-color: var(--bs-white);
  border-top: 0.25rem solid #c844ab;
  border-radius: 0.5rem;
  z-index: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.support-wrapper {
  background: white;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 25px 25px 0px 55px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  /* border-top: 5px solid;
border-image: linear-gradient(95deg, #059dff 15%, #6549d5 45%, #e33fa1 75%, #fb5343 100%) 1; */
}
.why-image img {
  width: 100%;
}
.wcnh-shape {
  position: relative;

  margin: 0 auto;
  transition: all 0.5s ease;
}
.wcnh-shape:before {
  content: "";
  position: absolute;
  /* inset: 0; */
  /* border-radius: inherit; */
  padding: 2px;
  background: linear-gradient(
    95deg,
    #059dff 15%,
    #6549d5 45%,
    #e33fa1 75%,
    #fb5343 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  z-index: -1;
  top: -6px;
  width: 100%;
  height: 20px;
  z-index: 1;
  border-radius: 50px;
}
.support-wrapper:hover ~ .wcnh-shape::before {
  background: linear-gradient(
    275deg,
    #fb5343 15%,
    #e33fa1 45%,
    #6549d5 75%,
    #059dff 100%
  );
}
.colour-advantage-bg {
  background: #ffffff url(../images/cta-shape-5.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.colour-advantage .bg-sky-light {
  background: #fff !important;
  border: 1px solid #779ce540;
}

/* .colour-advantage .bg-green-light {
  background: #e5f5ffb0 !important;
} */

.colour-advantage .bg-blue-light {
  background: #fff !important;
  border: 1px solid #779ce540;
}

/* .colour-advantage .bg-pale-azure {
  background: #cce6ff63 !important;
} */
.hosting-price-plan .plan-box {
  /*  transition: all 0.8s cubic-bezier(0.25, 1, 0.3, 1); */
  margin-top: 46px;
}
.popular-plan .plan-box {
  margin-top: 0px;
}
.hosting-price-plan .plan-box:hover,
.product-slider-center-two .plan-box:hover,
.product-slider-center-three .plan-box:hover,
.product-slider-center-four .plan-box:hover,
.product-slider-center-five .plan-box:hover {
  border-image: none;
  border-color: #d5dfff;
  border-color: #007bff;
  border-width: 1px;
  /* border-radius: 0px; */
  /* box-shadow: none !important;
    transform: none !important;  */
  /* transform: translateY(-10px) !important; */
  /* box-shadow: 7px 4px 7px rgb(38 47 58 / 12%) !important; */
  /* overflow: visible; */
}
/* .product-slider-center .plan-box:hover .buynowbutton::before,
.product-slider-center .plan-box:hover .buynowbutton::after {
  transform: translate3d(0, 100%, 0);
  color: #0162da;
} */
.hosting-price-plan .discount-plan-pricing {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  background: linear-gradient(
    287.85deg,
    rgb(149 180 217 / 27%) 0%,
    rgb(179 204 235 / 35%) 95.32%
  );
  color: #ffffff !important;
  letter-spacing: 0px;
  font-weight: 600;
  border-radius: 50px;
  height: 31px;
  width: 115px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  background: linear-gradient(to right, rgb(100 148 78), rgb(7 201 10));
}

.icon-box {
  background-color: #ffffff;
  padding: 28px 32px;
  border-radius: 8px 8px 8px 8px;
  display: inline-block;
  /* width: 170px; */
  width: 100%;
}
.icon-box img {
  display: block;
  margin: 0 auto;
  width: 50px;
  margin-bottom: 17px;
}
.icon-box p {
  text-align: center;
}

@media (min-width: 1750px) {
  .feature-1-wrapper .circle {
    left: 10%;
  }
  .feature-1-wrapper .circle-1 {
    right: 10%;
  }
}
.advantage-hosting-box .bg-white {
  background: #ffffff !important;
}
.advantage-hosting-box {
  /*  background: #fff !important; */
  background: linear-gradient(130deg, #e9f3ff -10%, #fff 50%, #f1ecff 110%);
  border: 0px solid #779ce540;
  margin-top: 25px;
  padding: 30px 25px;
  display: flex;
  border-radius: 8px;
  border: 1px solid #89bffa;
  min-height: 164px;
  align-items: center;
}

.advantage-linux-hosting .row .col-12:nth-child(1) .advantage-hosting-box,
.advantage-linux-hosting .row .col-12:nth-child(2) .advantage-hosting-box {
  margin-top: 0px;
}

.advantage-hosting-box:hover {
  border-color: #007bff;
}
.col-right {
  overflow: visible;
  scroll-behavior: smooth;
}
.sticky-content img {
  width: 90%;
}

/* Wordpress Power */
.wordpress-power .title {
  font-weight: 700;
  line-height: 27px;
  font-size: 22px;
  color: #181818;
  margin-top: 10px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.wordpress-power .subtitle {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #1d1e20;
  text-align: start;
  transition: all 0.3s ease;
}

.wordpress-power .wp-power-icons {
  width: 55px;
}

.wp-power-img-wrapper {
  text-align: center;
}

.transfer-domains-name-img img {
  width: 100%;
}

.wp-power-wrapper {
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #89bffa;
  min-height: 224px;
}

.wp-power-wrapper:hover {
  border-color: #007bff;
}

.wp-main-left-wrapper .row .col-sm-6:nth-child(1),
.wp-main-left-wrapper .row .col-sm-6:nth-child(2) {
  margin-top: 0;
}
/* Wordpress Power */

/* Linux Shared Hosting Features V2 */
.uh_email_tabs {
  display: flex;
  background: rgb(255 255 255);
  width: 85%;
}
.uh_tabs {
  display: inline-flex;
  margin: 0 0 40px;
  border: 1px solid #e6e6e6;
  border-radius: 32px;
  padding: 5px;
  white-space: nowrap;
  overflow-x: auto;
  flex-wrap: nowrap;
}

.uh_email_tabs .nav-item {
  flex: 1;
}

/* .uh_tabs .nav-item {
  margin: 3px;
} */

.uh_email_tabs .nav-item .nav-link {
  width: 100%;
}
.uh_tabs .nav-item .nav-link {
  font-size: 14px;
  margin: 0;
  border: 0;
  border-radius: 2em;
  font-weight: 700;
  color: rgba(33, 37, 41, 1);
  padding: 10px 18px;
  display: block;
  text-decoration: none;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out,
    border-color 0.5s ease-in-out;
}

.uh_email_tabs .nav-item .nav-link.active {
  background: #4b55ed;
  color: #fff;
}

.hosting-feature-v2 .fe-box {
  background: linear-gradient(
    225deg,
    #f0ecff,
    #ffffff 20%,
    #ffffff 85%,
    #f0ecff
  );
}

.hosting-feature-v2 .fe-box:hover {
  background: #ffffff;
}

.hosting-feature-tab-wrapper {
  width: 85%;
  margin: 0 auto;
}
/* Linux Shared Hosting Features V2 */

/* RC Linux Hosting New */
.why-choose-shared-hosting-new-v2.rc-linux-hosting-n .section-heading {
  color: #ffffff;
  text-align: center;
}

.rc-linux-hosting-n .section-heading-caption {
  color: #ffffff;
}

.rc-linux-hosting-n .col-xl-4:nth-child(1) .left-right-cont-box,
.rc-linux-hosting-n .col-xl-4:nth-child(2) .left-right-cont-box,
.rc-linux-hosting-n .col-xl-4:nth-child(3) .left-right-cont-box {
  margin-top: 0;
}

.rc-linux-hosting-n .border-right-bottom {
  padding: 25px;
  margin-top: 0px;
  transition: transform 0.4s ease-out;
  border-radius: 8px;
  display: flex;
  width: 100%;
  float: left;
  background-color: #fff;
}

.rc-linux-hosting-n .left-cont-box {
  width: 71px;
  height: 71px;
  margin-right: 0;
  margin-bottom: 0;
}

.rc-linux-hosting-n .left-cont-box img {
  width: 100% !important;
}

.rc-linux-hosting-n .right-cont-box h2 {
  font-family: "DM Sans", sans-serif;
  width: 100%;
  margin-bottom: 0;
  color: #181818;
  text-align: center;
  font-weight: 700;
  line-height: 27px;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 18px;
  transition: all 0.3s ease;
}

.rc-linux-hosting-n .right-cont-box p {
  margin-top: 0;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1d1e20;
  transition: all 0.3s ease;
  min-height: 72px;
}

/* new Linux VPS Specification */
/* .new-linux-vps-specification {
  background: #eaefff;
} */

.new-linux-vps-specification .ts-tab-wrapper button {
  padding: 20px;
  border-radius: 8px !important;
  border: 1px solid #b0d4ff;
  background-color: #ffffff;
}

.new-linux-vps-specification .ts-tab-wrapper button:hover {
  border-color: #67acff;
}

.new-linux-vps-specification .ts-tab-wrapper button svg {
  width: 35px;
  height: 35px;
  fill: #0072ff;
}

.new-linux-vps-specification .ts-tab-wrapper button h2 {
  text-transform: uppercase;
  margin-left: 30px;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  color: #000;
  position: relative;
  font-family: "DM Sans", sans-serif;
}

.new-linux-vps-specification .nav-link.active svg {
  fill: #ffffff;
}

.new-linux-vps-specification .nav-link.active h2 {
  color: #ffffff;
}

.new-linux-vps-specification .nav-link.active {
  background: linear-gradient(to top left, #434bc6 71%, #bc43b2 96%);
}

.new-linux-vps-specification .ts-wrapper {
  margin-left: 0;
}

.new-linux-vps-specification .ts-wrapper li:before {
  background: none;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: -10px;
  top: 3px;
  background-size: cover;
  background-color: #424bc6;
}

.new-linux-vps-specification .ts-wrapper li:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  left: -5px;
  top: 8px;
}

.new-linux-vps-specification .specification-list {
  border-left: 1px solid #424bc6;
}

.new-linux-vps-specification .ts-wrapper li {
  padding-left: 35px;
  margin-bottom: 25px;
}

.new-linux-vps-specification .ts-wrapper li h2 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
  position: relative;
  font-family: "DM Sans", sans-serif;
}

.specification-list .advantage-hosting-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 0;
  background: #ffffff;
}

.new-linux-vps-specification {
  position: relative;
  isolation: isolate;
  background-image: url(../images/hero-2-grid-box.png);
  background-repeat: repeat;
}

.square-pattern-bg {
  position: relative;
  isolation: isolate;
  background-image: url(../images/hero-3-grid-box.png);
  background-repeat: repeat;
}

.new-tour-vps .add-on-box img {
  width: 45px;
}

.new-tour-vps .add-on-box ul {
  min-height: 185px;
}
/* RC Linux Hosting New */

/* New Domain Section */
.new-domain-banner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.new-domain-banner-wrapper .domain-search-box {
  width: 60%;
  margin: 45px auto;
}

.new-domain-banner-wrapper .searchbox {
  border-radius: 6px;
  padding: 19px 300px 19px 19px;
}

.new-domain-banner-wrapper .submitBtn {
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 15px;
  width: 135px;
  background: #555cf1;
}

.inner-page-banner .new-domain-banner-wrapper .domain-home-prices ul li:before {
  display: none;
}

.new-domain-banner-wrapper .domain-home-prices li span {
  margin-bottom: 0;
  padding-right: 4px;
}

.new-domain-banner-wrapper .domain-home-prices li p {
  font-size: 13px;
  margin-top: 4px;
  line-height: 15px;
  padding-left: 4px;
  font-weight: 600;
}

.new-domain-banner-wrapper .domain-home-prices li {
  margin-top: 0;
  background: rgb(255 255 255 / 14%);
  padding: 7px 10px;
  border-radius: 6px;
  /* margin-right: 13px; */
  border: 1px solid;
  border-color: rgb(255 255 255 / 0%);
  transition: all 0.3s ease;
}
.new-domain-banner-wrapper .domain-home-prices ul {
  column-gap: 13px;
  display: flex !important;
  text-align: center;
  flex-wrap: wrap;
}

.new-domain-banner-wrapper .domain-home-prices li:hover {
  border: 1px solid rgb(255 255 255 / 12%);
}

.new-domain-banner-wrapper .domain-home-prices li:last-child {
  margin-right: 0;
}

.new-solution-section.domain-name-reg .section-heading-caption {
  width: 70%;
}

.new-header-list-count {
  display: flex;
  width: 60%;
  flex-wrap: wrap;
  justify-content: center;
  grid-column-gap: 45px;
}

.new-header-list-count li {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding-left: 22px;
}

.new-header-list-count li:before {
  content: "";
  position: absolute;
  background: url(../images/check-mark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 17px;
  left: 0;
  top: 2px;
}

.new-header-list-count.lowest-price-with-brand {
  margin: 40px 0 0;
}

.new-all-domain.web-hosting-plan-section .plan-container-new {
  /* border-radius: 8px 8px 0 0; */
}

.easy-steps {
  background: linear-gradient(to top left, #434bc6 71%, #bc43b2 96%);
  position: relative;
  z-index: 0;
}

.easy-steps:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url(../images/cloud-server-hero-shape.png);
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.5;
  top: 0;
}

.easy-steps .section-heading-caption h2 {
  width: 57%;
  margin: 0 auto;
}

.steps .title {
  font-size: 20px;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "DM Sans", sans-serif;
}

.steps p {
  color: #ffffff;
  width: 80%;
  margin: 0 auto;
}

.step-no {
  font-size: 100px;
  line-height: 50px;
  color: transparent;
  font-weight: 900;
  background-clip: text;
  background-image: linear-gradient(
    rgb(255 255 255) 20%,
    rgb(255 255 255) 40%,
    rgb(168 173 255) 85%
  );
}

.easy-steps .section-heading-caption {
  margin-bottom: 55px;
}

.new-domain-register {
  /* background: #ffffff; */
}
.digital-success-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 80px;
  padding: 80px;
  position: relative;
  border-radius: 30px;
  background: linear-gradient(180deg, #4b55ed 0%, rgba(0, 0, 0, 0) 90.04%);
}
.digital-success-box::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f2f5ff 75%, rgb(242 245 255) 99.04%);
  width: calc(100% - 40px);
  height: calc(100% - 20px);
}
.digital-success-list,
.digital-success-content {
  position: relative;
  width: calc(50% - 40px);
  z-index: 1;
}
.digital-success-list::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  border: 1px dashed #515bed63;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.digital-success-content .section-title {
  margin-bottom: 80px;
}
.success-counter-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.success-counter-item {
  width: calc(50% - 15px);
}
.success-counter-item h2 {
  font-size: 50px;
  color: #4b55ed;
  margin-bottom: 10px;
}
.success-list-item {
  background: url(../images/icon-sub-accent-heading.svg) no-repeat;
  background-position: left top 2px;
  background-size: 20px auto;
  padding-left: 30px;
  margin-bottom: 80px;
}
.success-list-item p {
  margin: 0;
}
.success-list-item p span {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
}
.success-list-item:last-child {
  margin-bottom: 0;
}
.digital-success-content .section-heading {
  font-size: 53px;
  line-height: 61px;
  text-align: left;
}
.success-list-item p span {
  display: block;
  margin-bottom: 10px;
}

.new-all-domain.web-hosting-plan-section .section-heading-caption {
  width: 60%;
}

.new-all-domain.ntspl-advantage {
  background: transparent;
}

.new-all-domain.ntspl-advantage.mt-110 {
  padding-bottom: 90px !important;
}

.new-all-domain.web-hosting-plan-section.ntspl-advantage
  .section-heading-caption {
  width: 100%;
}

.new-free-service-lists .left-right-cont-box {
  background: #ffffff;
  /* margin-bottom: 20px; */
  padding: 30px 25px;
  display: flex;
  border-radius: 8px;
  border: 1px solid #89bffa;
  min-height: 190px;
  align-items: center;
  /* margin-top: 8px; */
}

.new-free-service-lists .col-xl-4:nth-child(3) .left-right-cont-box,
.new-free-service-lists .col-xl-4:nth-child(6) .left-right-cont-box {
  border-right: 1px solid #89bffa !important;
}

.new-free-service-lists .col-xl-4:nth-child(3) .left-right-cont-box:hover,
.new-free-service-lists .col-xl-4:nth-child(6) .left-right-cont-box:hover {
  border-color: #007bff;
}

.new-free-service-lists .left-right-cont-box:hover {
  border-color: #007bff;
}

.new-free-service-lists .right-cont-box h2 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
  position: relative;
  font-family: "DM Sans", sans-serif;
}

.new-free-service-lists .right-cont-box p {
  margin: 0;
  font-size: 16px;
  min-height: 96px;
}

.new-free-service-lists .left-right-cont-box .icon {
  position: relative;
  z-index: 11;
  padding-right: 35px;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  transition: 0.4s all;
}

.new-free-service-lists .left-right-cont-box .icon img {
  width: 58px;
  height: 58px;
  position: relative;
  top: 10px;
  left: 10px;
  border-radius: 8px;
}

.website-owner .right-cont-box h2 {
  font-family: "DM Sans", sans-serif;
  width: 100%;
  color: #181818;
  text-align: center;
  font-weight: 700;
  line-height: 27px;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 18px;
  transition: all 0.3s ease;
  text-transform: capitalize;
  margin-top: 0;
}

.website-owner .right-cont-box p {
  min-height: 96px;
}

.new-book-domain .wcsh-label {
  justify-content: center;
  margin: 0 auto;
  float: none;
  margin-bottom: 60px;
  text-align: center;
  width: 78%;
}

.new-domain-search .domain-name-serach-box {
  background: linear-gradient(
    67deg,
    rgb(162 163 255 / 23%) 0%,
    rgb(255 255 255 / 3%) 46%,
    rgb(255 255 255 / 10%) 100%
  );
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 8px;
  border: 1px solid #ffffff17;
}

.new-domain-search .searchbox {
  border-radius: 6px;
}

.new-domain-search .submitBtn {
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 15px;
  width: 135px;
  background: #555cf1;
}

.new-domain-search .domain-home-prices li {
  margin-top: 0;
  background: rgb(255 255 255 / 14%);
  padding: 10px 10px;
  border-radius: 6px;
  /* margin-right: 13px; */
  border: 1px solid;
  border-color: rgb(255 255 255 / 0%);
  transition: all 0.3s ease;
  margin-left: 0;
}

.new-domain-search .domain-home-prices ul {
  column-gap: 13px;
}

.new-domain-search .domain-home-prices li:hover {
  border: 1px solid rgb(255 255 255 / 12%);
}

.new-domain-search .domain-home-prices li span {
  margin-bottom: 0;
  padding-right: 4px;
  height: 0;
}

.new-domain-search .domain-home-prices li p {
  font-size: 13px;
  margin-top: 4px;
  line-height: 15px;
  padding-left: 4px;
  font-weight: 600;
  color: #ffffff;
}

.new-domain-search .domain-home-prices li img {
  margin-bottom: 0;
}

.new-domain-search .domain-name-serach-box .domain-home-prices li:before {
  display: none;
}

.domain-transfer-advantage-new .website-owner .right-cont-box p {
  min-height: 72px;
}

.transfer-steps-wrapper img {
  width: 45px;
}

.transfer-steps-wrapper {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-start;
  min-height: 0;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #89bffa;
  margin-bottom: 20px;
  padding: 22px;
}

.transfer-steps-wrapper:hover {
  border-color: #007bff;
}

.how-transfer-domain .row .col-sm-12:last-child .transfer-steps-wrapper {
  margin-bottom: 0;
}

.transfer-details {
  flex-grow: 1;
}

.transfer-steps-wrapper .transfer-details {
  margin-left: 25px;
}

.transfer-details .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
  font-family: "DM Sans", sans-serif;
}

.how-transfer-domain.new-linux-vps-specification {
  background-color: #ffffff;
}

.transfer-verification .protect-box {
  margin-top: 25px;
  border-radius: 8px;
  min-height: 290px;
}

.smooth-transfer-box .row .col-12:nth-child(1) .protect-box,
.smooth-transfer-box .row .col-12:nth-child(2) .protect-box {
  margin-top: 0;
}

.transfer-verification .protect-box h2 {
  /* color: #242424; */
  color: #0051b5;
  font-weight: 600;
  text-transform: capitalize;
}

.transfer-verification .protect-box ul {
  list-style: none;
  padding: 18px 0px 0;
  margin-bottom: 0px;
}

.transfer-verification .protect-box ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 11px;
  width: 100%;
  font-size: 15px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #1d1e20;
}

.transfer-verification .protect-box ul li:last-child {
  margin-bottom: 0;
}

.transfer-verification .protect-box ul li:before {
  /* content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../images/icons/verification-mark.svg) no-repeat;
  width: 14px;
  height: 14px;
  background-size: cover; */
  content: "";
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: 2px solid #0072ff;
  position: absolute;
  border-radius: 50%;
}

.transfer-verification .protect-box ul li:after {
  content: "";
  left: 5px;
  top: 10px;
  width: 5px;
  height: 5px;
  background: #00c6ff;
  position: absolute;
  border-radius: 50%;
}

.new-transfer-registar .technical-full-box {
  justify-content: center;
}

.new-transfer-registar .technical-full-box .accordion-button {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
  padding: 18px;
  background: #ffffff;
  border-radius: 8px;
}

.new-transfer-registar
  .technical-full-box
  .domain-transfer-accordion.cp-accordion
  .accordion-button:not(.collapsed) {
  background: #ffffff;
}

.new-transfer-registar .technical-full-box .cp-accordion .accordion-item {
  border: 1px solid #bfc3ff;
  border-radius: 8px;
}

.new-transfer-registar .technical-full-box .accordion-header {
  border-radius: 8px;
}

.new-transfer-registar .technical-full-box .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.new-transfer-registar
  .technical-full-box
  .accordion-item:last-of-type
  .accordion-button.collapsed {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.transfer-verification .protect-box img {
  width: 50px;
  margin-bottom: 20px;
}

/* New Domain Section */

/* New Email Section */
.new-business-email-price.hosting-price-plan .plan-box {
  min-height: 528px;
}

.email-faq-section .accordian-faq {
  height: auto;
}

.new-email-hosting-feature .section-heading {
  text-align: center;
}

.new-email-hosting-feature.feature-rc-cloud-hosting .section-heading-caption {
  width: 75%;
  color: #fff;
}

.new-email-hosting-feature .protect-box {
  padding: 25px;
  margin-top: 0;
  transition: transform 0.4s ease-out;
  border-radius: 8px;
  display: flex;
  width: 100%;
  float: left;
  background-color: #fff;
}

/* .new-email-hosting-feature .row .col-12:nth-child(1),
.new-email-hosting-feature .row .col-12:nth-child(2) ,
.new-email-hosting-feature .row .col-12:nth-child(3) {
  margin-top: 0;
} */

.new-email-hosting-feature .protect-box .right-cont-box p {
  min-height: 96px;
}

.new-email-hosting-feature .switch-email-bg {
  height: 100%;
}

.new-email-hosting-feature .switch-heading {
  color: #242424;
  font-weight: 600;
  line-height: 48px !important;
}

.new-email-hosting-feature .switch-email-bg .migrate-btn {
  width: 260px;
  margin: 0 auto;
}

.new-free-service-lists.whois-lookup-n .right-cont-box p {
  min-height: 72px;
}
/* New Email Section */

/* New Security Section */
.sitelock-protects-new .section-heading-caption {
  color: #ffffff;
}

.sitelock-protects-new .section-heading {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.sitelock-protects-new .left-right-cont-box {
  background: #fff;
  border: 1px solid #eeeeee;
  padding: 25px;
  display: block;
  margin-top: 30px;
  transition: all 0.4s ease;
  margin-top: 0;
  border-radius: 8px;
}

.sitelock-protects-new .left-right-cont-box:hover {
  box-shadow: 0 0 30px rgb(0 0 0 / 15%);
  border-color: #fff;
  transform: scale(1.01);
}

.sitelock-protects-new .left-right-cont-box .right-cont-box h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 18px !important;
  width: 100%;
  color: #242424;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.sitelock-protects-new .left-cont-box {
  width: 65px;
  height: 65px;
  margin-right: 0;
  margin-bottom: 20px;
}

.sitelock-protects-new .left-cont-box img {
  width: 65px;
  margin-bottom: 0;
}

.protect-against-new .protect-box {
  background: transparent;
  border: 0;
}

.protect-against-new .protect-box:hover {
  box-shadow: none;
  border-color: #fff;
  transform: none;
}

.protection-list-wrapper {
  width: 80%;
  margin: 0 auto;
}

.protection-list-wrapper .left-right-cont-box.protect-box {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 0;
  transition: all 0.4s ease;
  padding: 0;
  /* border-top: 1px solid #dddddd;
  padding-top: 30px; */
}

.protection-list-wrapper .protect-box img {
  width: 47px;
  background: #edeeff;
  border-radius: 5px;
  padding: 7px;
}

.protection-list-wrapper .protect-box .right-cont-box h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 20px !important;
  width: 100%;
  color: #242424;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.protection-list-wrapper .protection-list-row {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.protection-list-wrapper .protection-list-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.protection-list-wrapper .protection-list-row:last-child .row .col-xl-6 {
  margin: 0 auto;
}

/* .protect-against.protect-against-new {
  background: #ffffff;
} */

.protect-against-new .icon-wrapper img {
  width: 55px;
}

.protect-against-new .icon-wrapper {
  height: 50px;
  width: 50px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.protect-against-new .protection-content {
  padding-left: 25px;
  border-color: rgb(193 0 232 / 26%) !important;
}

.protect-against-new .protection-content h6 {
  font-family: "DM Sans", sans-serif;
  font-size: 18px !important;
  width: 100%;
  color: #242424;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.why-choose-shared-hosting-new-v2.sitelock-protects-new::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url(../images/security-shape-new.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  opacity: 1;
  /* top: 0; */
}

.protection-content-wrapper {
  margin-top: 30px;
}

.codeguard-features-new .section-heading {
  margin: 0 auto;
}

/* .codeguard-features-new .left-right-cont-box .right-cont-box p {
  min-height: 73px;
} */

.tab-name-wrapper {
  text-align: left;
}

.tab-name-wrapper h2 {
  margin-left: 20px !important;
}

.tab-name-wrapper p {
  color: #242424;
  margin-left: 20px;
  line-height: 18px;
  margin-top: 4px;
  font-size: 14px;
}

.new-linux-vps-specification .nav-link.active .tab-name-wrapper p {
  color: #ffffff;
}

.codeguard-work-cont-wrapper {
  background: #ffffff;
  border-radius: 8px;
  padding: 25px;
  border: 1px solid #89bffa;
}

.scroller-x {
  --_scroll-animation: scroll-ltr;
  overflow: hidden;
}

.blend-x {
  mask: linear-gradient(90deg, transparent, white 25%, white 75%, transparent);
  width: 100%;
  margin: 0 auto;
  margin-top: 45px;
}

.scroller-x__list {
  gap: 35px;
  width: max-content;
  flex-wrap: nowrap;
  animation: var(--_scroll-animation, scroll-ltr)
    var(--_animation-duration, 30s) var(--_animation-direction, forwards) linear
    infinite;
}

.list-row {
  --direction: row;
}

.list {
  display: flex;
  flex-direction: var(--direction);
  margin: 0;
  padding: 0;
  list-style: none;
}

.scroller-x__list > li {
  flex-shrink: 0;
}

.new-scroll-x-wrapper .img-fluid {
  height: 40px !important;
  width: auto;
  object-fit: contain;
}

@keyframes scroll-ltr {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

.new-scroll-x-wrapper {
  padding-bottom: 45px;
}

.section-instantly-enhance .cwatch-box {
  border-radius: 8px;
}

.new-cwatch-benefits .section-heading-caption {
  width: 50%;
}

.new-cwatch-benefits .benefit-content {
  border-right: 0;
  display: flex;
  align-items: center;
  background: #f4f4ff;
  padding: 15px;
  border-radius: 8px;
  margin-top: 25px;
}

.new-cwatch-benefits .row .col-12:nth-child(1) .benefit-content,
.new-cwatch-benefits .row .col-12:nth-child(2) .benefit-content,
.new-cwatch-benefits .row .col-12:nth-child(3) .benefit-content,
.new-cwatch-benefits .row .col-12:nth-child(4) .benefit-content {
  margin-top: 0px;
}

.new-cwatch-benefits .benefit-content span {
  background-color: #e4e4ff;
  border-radius: 50%;
  padding: 15px;
  margin-right: 15px;
}

.new-cwatch-benefits .benefit-content img {
  width: 45px;
}

.new-cwatch-benefits .col-xl-3:nth-child(5) .benefit-content,
.new-cwatch-benefits .col-xl-3:nth-child(6) .benefit-content,
.new-cwatch-benefits .col-xl-3:nth-child(7) .benefit-content {
  margin-top: 25px;
}

.new-cwatch-benefits {
  background-color: #ffffff;
}

.cwatch-accordion-images {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.15) 1px,
      transparent 1px
    ),
    linear-gradient(rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  /* background-image: ; */
  background-size: 60px 60px;
  background-position: center center;
  mask-image: radial-gradient(circle, black 0%, transparent 75%);
  opacity: 1;
  clip-path: circle(177% at 70% 70%);
  transform: none;
  padding: 60px;
}

.cwatch-accordion-images img {
  width: 240px;
}

.new-hackerGuardian-scanning .nawsh-box {
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-lock-hackcontent .right-cont-box {
  min-height: 104px;
}

.new-hackerGuardian-scanning .hacker-text {
  margin-bottom: 60px;
}

/* New Security Section */

.ntspl-right-choice-new {
  background: #ffffff;
  overflow: hidden;
}

.ntspl-right-choice-new .main-top-subcaption {
  width: 60%;
}

.ntspl-right-choice-new .digital-success-box::before {
  background: #ffffff;
}

.ntspl-right-choice-new .success-list-item {
  background: url(../images/check-point.svg) no-repeat;
  background-position: left top 2px;
  background-size: 20px auto;
  padding-left: 30px;
  margin-bottom: 80px;
}
.e-box-para br {
  margin-bottom: 15px;
  display: block;
  content: "";
}
.e-box-para {
  font-family: "DM Sans", sans-serif;
  color: #666666;
  text-align: start;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #1d1d1d;
}
.enterprise-box {
  background: #ffffff;
  padding: 35px;
  width: 780px;
  position: absolute;
  top: 45%;
  transform: translatey(-50%);
  border-radius: 8px;
}
.enterprise-grade-section .section-heading {
  text-align: start;
}
.enterprise-grade-section .highlight {
  color: #4b55ed !important;
}
.perfect-server-section {
  background: url(../images/hosting-services-bg-01.jpg);
  background-size: cover;
}
.perfect-server-section .wcsh-label {
  color: #242424;
  font-size: 18px;
  line-height: 29px;
  width: 92%;
  margin-top: 12px;
}

.perfect-server-subcaption {
  display: block;
}

.perfect-server-subcaption span {
  position: relative;
  font-weight: 600;
  font-size: 18px;
}

.perfect-server-section .slick-slide img {
  /* width: 160px; */
  /* width: 190px; */
  width: 70px;
}

.perfect-server-section .service-section:hover {
  box-shadow: none;
  transform: none;
}

.perfect-server-section .service-section {
  background: #ffffff;
  border-radius: 8px;
  min-height: 0;
}

.perfect-server-wrapper .service-section {
  border: 1px solid transparent;
  transition: all 0.35s ease;
  padding: 20px;
  border-radius: 6px;
}

.perfect-server-wrapper .service-section:hover {
  border: 1px solid #bdc1ff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.perfect-server-wrapper .service-section img {
  transition: transform 0.35s ease;
}

.perfect-server-section .server-cont-main:hover img {
  transform: scale(1.08);
}

.perfect-server-section .server-cont-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.perfect-server-section .server-cont-main .servers-img-wrapper {
  margin-bottom: 12px;
}

.perfect-server-section .server-cont-wrapper a {
  font-weight: 600;
  margin-bottom: 13px;
  color: #2d2247;
  font-size: 20px;
  display: inline-block !important;
}

.perfect-server-section .server-cont-wrapper {
  /* margin-left: 25px;
  padding-left: 25px;
  border-left: 1px solid #f5d1ff; */
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
  min-height: 164px;
}

.perfect-server-section .server-cont-wrapper p {
  color: #313131;
  /* min-height: 97px; */
}

.perfect-server-section .slick-slide {
  margin: 0;
  margin-right: 20px;
}

.ntspl-right-choice-new .success-list-item {
  margin-bottom: 35px;
}

.perfect-server-section .slick-list {
  padding-bottom: 50px !important;
}

.perfect-server-section .slick-dots {
  bottom: 0;
}

.perfect-server-heading {
  padding: 0 20px;
}
.data-center-features .table > :not(caption) > * > * {
  background-color: #fff0;
  font-size: 16px;
  border-bottom: 0px;
  text-align: start !important;
  font-family: "DM Sans", sans-serif;
  color: #313131;
}

.data-center-features .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #eaefff;
  text-align: start !important;
}

.animation-rotation-n {
  -webkit-animation: 8s linear infinite rotation-n;
}

.perfect-server-section .table tr {
  border-bottom: none !important;
}

.key-dc-features-section {
  /* background: linear-gradient(0deg, rgb(242 245 255) 74%, rgb(255 255 255) 84%);
  background: linear-gradient(45deg, rgb(6, 18, 105) 0%, rgb(92, 33, 153) 100%)
    transparent; */
}
.key-dc-features-section .dc-feature-box h3 {
  font-size: 32px;
  /* color: #1b4cff; */
  color: #4b55ed;
}
.dc-feature-box .bg-1 {
  background-color: #f4e5fe;
}
.dc-feature-box .bg-2 {
  background-color: #d5e6f9;
}
.dc-feature-box .bg-3 {
  background-color: #d9f0db;
}
.dc-feature-box .bg-4 {
  background-color: #ccf6ff;
}

.dc-feature-box {
  display: flex;
  flex-direction: column;
  align-items: self-start;
}
.dc-feature-box .icon {
  border-radius: 8px;
}
.dc-feature-box .icon img {
  width: 60px;
  height: 60px;
  position: relative;
  padding: 10px;
}
.hs-style {
  font-size: 33px;
  font-weight: 500;
  color: #ffffff;
}
.s-figure .h-style {
  font-size: 65px;
  font-weight: 600;
  color: white;
  margin: 0;
}
.s-figure p {
  color: white;
}
.high-r-image img {
  width: 100%;
}
.s-figure {
  position: absolute;
  top: 33px;
  left: 44px;
  z-index: 9;
}

.high-r-image {
  border-radius: 12px;
  border: 1px solid #7392ff;
  padding: 0;
  overflow: hidden;
  background: white;
  height: 100%;
  position: relative;
}

/* Version 2 World Class Tier-IV Data Centers Features css Start Here*/

.data-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.data-list li {
  display: flex;
  align-items: center;
  opacity: 0.4;
  transform: scale(0.9);
  transition: 0.3s ease;
}

.mw_wave_dynamic_text {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
}

.mw_wave_dynamic_text .mw_wave_dynamic_item {
  color: #667085;
  font-size: 35px;
  padding: 10px 0;
  border-radius: 8px;
  transition: all 0.5s ease-in-out;
  line-height: 1.1;
  margin: 0 0 25px 0;
}
.mw_wave_rolodex_container {
  height: 330px;
  overflow: hidden;
  position: relative;
}

/* Active item fully visible */
.mw_wave_dynamic_text .mw_wave_dynamic_item.active {
  opacity: 1;
  transform: scale(1);
  margin: 25px 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}

/* .data-list :after{
  content: '';
  position: absolute;
  top: -62px;
  left: 0;
  right: 0;
  background: #f5faff;
  filter: blur(8.1px);
  height: 88px;
  z-index: 2;
}

.data-list :before{
  content: '';
  position: absolute;
  top: -62px;
  left: 0;
  right: 0;
  background: #f5faff;
  filter: blur(8.1px);
  height: 88px;
  z-index: 2;
} */

.r-div p {
  margin-bottom: 0;
}

.linrii {
  margin-left: 81px;
}
.linri h3 {
  font-size: 42px;
  margin: 0;
  opacity: 0.5;
  line-height: 51px;
  text-align: center;
}

.linri:after {
  content: "";
  width: 70px;
  height: 70px;
  background: url(../images/servers/wave-pointer.svg);
  position: absolute;
  background-repeat: no-repeat;
  left: 127px;
  top: 44%;
}

.linri h3 {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  position: relative;
}
.dcf-linr {
  display: flex;
  align-items: center;
  padding-left: 25px;
}
/* .dcf-linr{
    background: url(../images/servers/data-center-bg.png);
    background-repeat: no-repeat;
} */

.data-list li {
  display: flex;
}
.r-div h3 {
  font-size: 25px;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #666;
  margin: 0 0 6px 0;
}

.r-div {
  margin-left: 15px;
  width: 75%;
}
.data-list .inrii-icon {
  width: 70px;
  height: 70px;
  background: #343f9f;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #95a0ffa6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dcf-left {
  width: 50%;
}
.dcf-right {
  padding: 70px;
  width: 50%;
}
.dch-style ul li {
  color: #ffffff;
}
.dcf-main:after {
  content: "";
  position: absolute;
  height: 95%;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    #c1cbed 20%,
    /* fade in */ #e7e3e3 80%,
    transparent 100%
  );
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.dcf-main {
  display: flex;
  background: linear-gradient(
    84deg,
    rgb(255 255 255 / 0%) 0%,
    rgb(255 255 255 / 12%) 100%,
    rgb(255 255 255 / 0%) 51%
  );
  border-radius: 8px;
  position: relative;
  backdrop-filter: blur(44px);
  border: 1px solid #b1b5ed;
}

.dc-highlight-table-wrapper h2 {
  text-align: start;
}
.dc-highv-bottom {
  padding-bottom: 0;
}
.dc-highv {
  /* padding: 14px 0; */
  margin-bottom: 20px;
}
.dc-highv h2 {
  font-size: 40px;
}
.dc-highv .highlight {
  font-size: 40px;
}
.dc-highv p {
  width: 100% !important;
  text-align: center;
}
.d-locaiton p {
  font-weight: 500 !important;
  font-size: 15px !important;
}
.dc-second .d-locaiton {
  background: #ffffff;
  border: 1px solid #b6bbff;
}
.dc-pin-second .data-center-btn {
  background: #ecefff;
  border: 1px solid #b6bbff;
}

.resp-title {
  display: none;
}

/* Version 2 World Class Tier-IV Data Centers Features css End Here*/

section li {
  font-size: 16px;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #666;
}

.dc-highlight-table-wrapper {
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../images/servers/data-center-bg.png);
  background-repeat: no-repeat;
}
.dc-highlight-table-wrapper .tbody,
td,
tfoot,
th,
thead,
tr {
  border-style: none;
}
.dc-highlight-table-wrapper .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #f2f5ff;
  text-align: start !important;
  border-radius: 4px;
}
.dc-highlight-table-wrapper thead th {
  font-size: 19px;
  font-weight: 600;
}

.dc-highlight-table-wrapper tbody tr td:first-child {
  font-weight: 700;
}

.dc-highlight-table-wrapper tbody tr:nth-child(even) td:first-child {
  border-right: 3px solid #f2f5ff;
}

.dc-highlight-table-wrapper tbody tr:nth-child(odd) td:first-child {
  border-right: 3px solid #ffffff;
}

.dc-highlight-table thead {
  background: #f7f9ff;
  font-weight: bold;
}

.dc-highlight-table tbody tr:nth-child(even) {
  background: #f9fbff;
}

.dc-highlight-table th,
.dc-highlight-table td {
  padding: 18px 20px;
  vertical-align: middle;
  font-weight: 500;
}
.kdc-cta {
  display: flex;
  justify-content: flex-start;
}
.build-for-section {
  background: linear-gradient(to top left, #22288f 71%, #bc43b2 90%);
  background: linear-gradient(to top left, #181d7b 62%, #bc43b2 94%);
}
.left-key-dc-fe .section-heading {
  color: #ffffff;
}
.left-key-dc-fe {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.every-industry-need {
  background: linear-gradient(45deg, rgb(6 18 105) 0%, rgb(92 33 153) 100%);
  background-color: transparent;
  position: relative;
}
.every-industry-need h2 {
  color: white !important;
  font-weight: 600;
}
.every-industry-need p {
  color: white !important;
}
/* .every-industry-need::before {
  content: "";
  position: absolute;
  background: url(../images/sh-hero-bg.png);
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
} */

.d-locaiton img {
  width: 24px;
  height: auto;
}
.gplr-group {
  width: 100%;
  display: flex;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 34%,
    #000 41%,
    transparent 93%
  );
}
.dc-list {
  gap: 10px !important;
}
.d-locaiton {
  background: #ffffff0f;
  padding: 8px 12px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 6px;
  /* margin-right: 12px; */
  border: 1px solid #ffffff96;
}

.network-map-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.network-map-wrap ul li {
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  margin: -6px;
  background-color: #ffffff;
  border-radius: 50%;
}
.glob-map {
  opacity: 0.4;
}
.network-map-wrap ul li span {
  display: block;
  width: 10px;
  height: 10px;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite;
  -webkit-transition: 0.5s linear;
  border-radius: 50%;
}
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.data-center__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 6px;
  border-radius: 1.5rem;
  background-color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.data-center__btn-arrow {
  display: inline-block;
  margin-top: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.data-center__location-1 {
  top: 30%;
  right: 52%;
}
.data-center__location-2 {
  top: 37%;
  right: 51%;
}
.data-center__location-3 {
  top: 48%;
  right: 46%;
}
.data-center__location-4 {
  top: 48%;
  right: 53%;
}
.data-center__location-5 {
  top: 43%;
  right: 74%;
}
.data-center__location-6 {
  top: 25%;
  right: 20%;
}
.data-center__location-7 {
  top: 25%;
  right: 35%;
}
.data-center__pin {
  width: 14px;
  height: 14px;
  position: relative;
  border-radius: 50%;
  background-color: #1062fe;
}
.data-center__btn-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.data-center__btn-text {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
.data-center__tooltip {
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  position: absolute;
  bottom: 100%;
  right: 100%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

@keyframes rotation-n {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes ripple {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.compliance-security-framework-sec .advantage-hosting-box {
  min-height: 212px;
}

.perfect-server-section .service-wrap .service-section {
  padding: 45px;
  /* border: 1px solid #89bffa; */
  position: relative;
  overflow: hidden;
}

.perfect-server-section .service-wrap .service-section::before {
  content: "";
  position: absolute;
  background: url(../images/servers/servers-box-line-bg.png);
}

.abs-server {
  position: absolute;
  bottom: -20px;
  right: 35px;
  opacity: 0.2;
  width: 85px !important;
}
/* New Server page Quote Section css Start  */

.b-image {
  width: 100%;
  margin-top: 35px;
}
.b-image img {
  width: 100%;
  height: auto;
}
.server-quote-form.click-away-s {
  padding: 90px 0;
}
.r-side-quote h4 {
  font-size: 42px;
  font-weight: 600;
}
.lo-box .icon_ {
  width: 45px;
  height: 45px;
  background: #1e50da;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
.ph-box .icon_ {
  height: 45px;
  width: 45px;
  background: #1e50da;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  flex-shrink: 0;
}
.icon_ img {
  width: 100%;
}
.c-details {
  margin-top: 25px;
}
.c-details .lo-box {
  margin-bottom: 20px;
}

.c-details .ph-box,
.c-details .lo-box {
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  width: 90%;
  border: 1px solid #466fe0;
  border-radius: 8px;
  padding: 8px;
}
.main-quote .highlight-text {
  color: #4b55ed !important;
}
.main-quote {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.c-details {
  width: 100%;
}
.q-text {
  margin-left: 16px;
  font-size: 23px;
  margin-bottom: 0;
}

/* New Server page Quote Section css End  */

.server-quote-form.click-away-s .section-heading,
.server-quote-form.click-away-s .section-heading-caption {
  text-align: center;
}

.server-page-quote .server-quote-form-wrapper {
  width: 100%;
  padding: 0;
}

.server-quote-form-wrapper .r-side-quote {
  padding: 30px;
  /* background: #f5f5ff; */
  height: 100%;
  background: #f5f5ff url("../images/servers/server-quote-bg.png") no-repeat
    center/cover;
}
.server-quote-form-wrapper .l-side-quote {
  padding: 30px;
}

.server-quote-form-wrapper {
  background: #fff;
  margin: 0 auto;
  padding: 30px;
  width: 70%;
  height: 100%;
  z-index: 1;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.server-quote-form-wrapper h3 {
  font-size: 21px;
  font-weight: 500;
  color: #242424;
  position: relative;
  font-family: "DM Sans", sans-serif;
  /* border-bottom: 1px solid #6e4ded; */
  padding-bottom: -6px;
  margin-bottom: 19px;
}

.form-floating .form-control,
.form-floating .form-select {
  font-weight: 400;
  border: 1px solid #dcd4ff;
  box-shadow: none;
  font-size: 14px;
  color: #233035;
  font-family: "DM Sans", sans-serif;
  float: left;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 25px;
  margin-bottom: 0;
}

.new-faq-contact .form-floating .form-control,
.new-faq-contact .form-floating .form-select {
  margin-bottom: 25px !important;
}

.form-floating > label {
  height: 58px;
}
.form-floating {
  width: 100%;
  float: left;
}

.form-floating .form-select {
  padding-left: 12px;
  padding-right: 30px;
}

.form-floating label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  overflow: visible;
}

.white-patch-top {
  height: 71px;
}

/* Stepper Form */

.server-quote-form-wrapper .line {
  transform: rotate(0deg);
}
#email_animation.sent {
  display: block;
}
.email-animation h3 {
  width: 60%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  color: #3ca740;
  opacity: 1;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.bs-stepper-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 185px;
  pointer-events: none;
}

.bs-stepper-circle {
  width: 35px;
  height: 35px;
  background: #ededed;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 0 5px rgb(70 111 224 / 0%);
  outline: solid 4px white;
}

.step.active .bs-stepper-circle,
.step.completed .bs-stepper-circle {
  background: #1e50da;
  color: #fff;
  transform: scale(1.1);
  /* background-image: -webkit-linear-gradient(
    top,
    rgba(247, 247, 247, 0.5),
    rgba(231, 231, 231, 0.01)
  ); */
  outline: solid 4px white;
  box-shadow: 0 0 0 5px rgb(70 111 224);
  margin: 8px;
}

/* .step-trigger:hover .bs-stepper-circle {
  background: #bcd3ff;
} */

.bs-stepper-header .line {
  flex: 1;
  height: 2px;
  background: #ededed;
  margin: 0;
  border-radius: 5px;
}

/* .step.active ~ .line,
.step.completed ~ .line {
  background: #ededed;
} */

.step.completed + .line {
  background: #9ea4ff;
}

.step .btn-link {
  text-decoration: none;
}

.bs-stepper-content {
  padding: 0;
}

.bs-stepper-content .content {
  display: none;
}

.bs-stepper-content .content.active {
  display: block;
}

.btn-primary,
.btn-secondary {
  margin-top: 20px;
}

.bs-stepper .step-trigger:hover {
  background-color: transparent;
}

.bs-stepper .step-trigger {
  padding: 0;
}

.bs-stepper .chat-button .label,
.bs-stepper .chat-button .arrow-wnc {
  padding: 0 !important;
}

.bs-stepper .chat-button {
  width: 120px;
  justify-content: center;
}

.steppers-btn {
  display: flex;
  align-items: center;
}

.chat-button.stepper-prev-btn {
  background: linear-gradient(to right, #ededed, #e5e5e5);
  /* background: linear-gradient(to right, #f77e00, #aa5600); */
}
.stepper-prev-btn span {
  color: #363636 !important;
}

.stepper-prev-btn.chat-button:hover .arrow-wnc {
  transform: translateX(-4px);
}

.form-cont-wrapper {
  /* min-height: 535px; */
  min-height: 470px;
}

.form-btn-wrapper.steppers-btn {
  border-top: 1px solid #6f4eed;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Stepper Form */

.data-center {
  display: inline-block;
  position: relative;
}

.data-center-location {
  display: none;
  position: absolute;
  z-index: 1;
}

@media (min-width: 768px) {
  .data-center-location {
    display: inline-block;
  }
}

.data-center-location:hover .data-center-tooltip {
  visibility: visible;
  opacity: 1;
}

.data-center-location-1 {
  top: 48%;
  right: 6%;
}

.data-center-location-2 {
  top: 5%;
  right: 43%;
}

.data-center-location-3 {
  top: 6%;
  right: 61%;
}

.data-center-location-4 {
  top: 81%;
  right: 6%;
}

.data-center-location-5 {
  top: 36%;
  right: 82%;
}

.data-center-location-6 {
  top: 25%;
  right: 20%;
}

.data-center-location-7 {
  top: 76%;
  right: 70%;
}
.data-center-location-8 {
  top: 6%;
  right: 49%;
}
.data-center-location-9 {
  top: 15%;
  right: 50%;
}

.data-center-location-10 {
  top: 0%;
  right: 46%;
}

.data-center-location-11 {
  top: 39%;
  right: 27%;
}
.data-center-location-12 {
  top: 43%;
  right: 14%;
}

.data-center-location-13 {
  top: 54%;
  right: 19%;
}
.data-center-location-14 {
  top: 34%;
  right: 37%;
}
.data-center-location-15 {
  top: 90%;
  right: 74%;
}

.data-center-location-16 {
  top: 40%;
  right: 34%;
}

.data-center-location.active .data-center-tooltip {
  visibility: visible;
  opacity: 1;
}

.g-presence {
  width: 89% !important;
}
.data-center-pin {
  width: 8px;
  height: 8px;
  position: relative;
  border-radius: 50%;
  background-color: #e2ddff;
  z-index: 10;
  pointer-events: none;
  overflow: visible;
}

.data-center-pin::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
  border-radius: 50%;
  background-color: rgb(191 172 255);

  z-index: 0;
  pointer-events: none;
  will-change: transform, opacity;
  left: 4px;
  top: 4px;
}

.data-center-location.active .data-center-pin::after {
  -webkit-animation: pulser 2s infinite;
  animation: pulser 2s ease-out infinite;
}

@keyframes pulser {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
  }
  70% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

.left-direction-tooltip {
  transform: translateX(125%) !important;
  flex-direction: row-reverse;
}
.left-direction-tooltip .data-center-btn-arrow img {
  transform: scaleX(-1);
}
.data-center-tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  position: absolute;
  bottom: 100%;
  right: 100%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-17%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 99999999999 !important;
}

.data-center-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 6px;
  border-radius: 1.5rem;
  background-color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 115px;
}

.data-center-btn-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.data-center-btn-text {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-left: 2px;
}

.data-center-btn-arrow {
  display: inline-block;
  margin-top: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.data-center-map {
  opacity: 0.7;
}

/* About Ntspl New  */
.about-ntspl-new {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.about-ntspl-new2 {
  background: #ffffff !important;
}

.about-ntspl-new2 .section-heading-caption {
  width: 100%;
  text-align: start;
}

.hosting-partners-new .section-heading-caption {
  width: 80%;
}

.hosting-partners-new .scroller-x__list > li {
  padding: 7px 10px;
}

.hosting-partners-new .blend-x {
  margin-top: 60px;
}

.hosting-partners-new .scroller-x__list {
  gap: 20px;
}

.hosting-partners-new.new-scroll-x-wrapper {
  padding-bottom: 90px;
}

.about-awards-new {
  background: rgb(247, 252, 255);
  position: relative;
  overflow: hidden;
}

.about-awards-new .awards-slider .sliders-item {
  border-radius: 8px;
  border: 1px solid #eeeeee;
  transition: all 0.4s ease;
}

.about-awards-new .awards-slider .sliders-item:hover {
  box-shadow: 0 0 30px rgb(0 0 0 / 15%);
  border-color: #fff;
  transform: scale(1.01);
}

.about-awards-new .awards-slider .sliders-item span {
  font-size: 16px;
  font-weight: 600;
}

.about-awards-new .migrate-btn {
  width: 200px;
}

.about-awards-new .slick-list {
  padding: 30px 0;
}

.new-blog-sec {
  background-color: #ffffff;
}

.new-blog-sec .blog-article {
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.new-blog-sec .blog-desc {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.new-blog-sec .blog-article h5 {
  font-size: 21px;
  font-weight: 600;
}

.new-blog-sec .blog-img:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.new-blog-sec .blog-img:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.new-blog-sec .blog-img img {
  width: 100%;
  transition: transform 0.6s ease;
}

.new-blog-sec .blog-img:hover img {
  transform: scale(1.05);
}

.awards-item img {
  width: 100%;
}

.awards-item {
  width: 100%;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #ffffff;
  border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  transition: all 0.4s ease;
}

.awards-item:hover {
  box-shadow: 0 0 30px rgb(0 0 0 / 15%);
  border-color: #fff;
  transform: scale(1.01);
}

.awards-item span {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  min-height: 48px;
}

.award-wrapper {
  position: relative;
  z-index: 11;
}

.about-awards-new .section-heading-caption {
  width: 70%;
}

.main-about-ntspl-new {
  background-color: #ffffff;
}

.main-about-ntspl-new .inner-page-banner:after {
  content: "";
  position: absolute;
  background: url(../images/banner-shape-white.png);
  width: 100%;
  height: 140px;
  background-size: cover;
  background-position: top;
  opacity: 1;
  bottom: -60px;
  left: auto;
}

.static-val-wrapper {
  padding: 0;
  background-color: #ffffff;
  /* box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06); */
  display: flex;
  align-items: center;
  gap: 50px;
  border-radius: 8px;
  position: relative;
  margin-top: 35px;
}

.static-val-wrapper .static-val:not(:last-child) {
  border-right: 1px solid #d4dcff;
  padding-right: 50px;
}

.static-val-wrapper .static-val {
  text-align: center;
}

.static-val .static-num {
  font-size: 45px;
  color: #4b55ed;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}

.static-val .static-title {
  color: #0f0d1d;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
  display: block;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: rgb(14 52 255 / 36%);
  pointer-events: none;
}

.figure-section {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #90abff1c;
  border-radius: 8px;
  padding: 18px;
  width: 180px;
  text-align: center;
  color: white !important;
  border: 1px solid #425fbd;
  backdrop-filter: blur(4px);
  box-shadow: 0 20px 100px rgba(0, 0, 0, 0.1);
}

.big-img-wrapper {
  border-radius: 8px;
  width: 85%;
  /* box-shadow: 0 20px 100px rgba(0, 0, 0, 0.1); */
  transition: box-shadow 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  position: relative;
  overflow: hidden;
  height: 520px;
}

.big-img-wrapper::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.big-img-wrapper:hover::before {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.big-img-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: opacity 0.65s cubic-bezier(0.5, 1, 0.5, 1);
  opacity: 1;
}

.sm-img-wrapper {
  bottom: -42px;
  right: 56px;
  width: 40%;
  position: absolute;
  overflow: hidden;
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  z-index: 5;
}

.sm-img-wrapper img {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  width: 100%;
}

.sm-img-wrapper:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12);
}

.about-company-img-wrapper {
  position: relative;
}

.manage-cloud-hosting-new .pin-spacer {
  height: 535px !important;
}

.manage-cloud-hosting-new .fe-box {
  padding: 65px !important;
  height: 535px !important;
  max-height: 535px !important;
  overflow: hidden;
  position: relative;
  will-change: scale;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 20px 14px 50px 0 rgba(42, 27, 68, 0.1019607843);
  transition: scale 0.5s;
  background-size: cover;
  background-image: url(../images/manage-cloud-hosting-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  transform-origin: center top;
  -webkit-transform-origin: center top;
  transform: scale(1);
}

.line-bg {
  position: absolute;
  height: 100%;
  display: block;
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(-9.94946deg);
  filter: blur(49.7473px);
}

.scroller-content.new-scroll-x-wrapper .img-fluid {
  height: 50px;
}

.scroller-content .scroller-x__list {
  gap: 50px;
}

.trusted-brands-sec {
  background-color: rgba(242, 245, 255);
}

.trusted-brands-sec .border-right-bottom {
  border-right: 1px solid #e5d0ff;
  border-bottom: 1px solid #e5d0ff;
}

.trusted-brands-sec .border-right-bottom:hover {
  box-shadow: none;
  border-color: #e5d0ff;
  transform: scale(1);
}

.trusted-brands-sec .border-right-bottom img {
  transition: all 0.4s ease;
}

.trusted-brands-sec .border-right-bottom:hover img {
  transform: scale(1.05);
}

/* About Ntspl New  */

/* Contact us new */
.server-quote-form-wrapper .g-recaptcha {
  border-bottom: 0px;
  margin-top: 0;
  padding-bottom: 0;
}

.server-quote-form-wrapper .captcha {
  margin-bottom: 25px;
}

.contact-us-section .grid-body ul li {
  margin-bottom: 20px;
}

.contact-us-section .grid-body ul li p {
  font-weight: 600;
  color: #313131;
}

.contact-us-section .faq-grid .heading-text {
  font-size: 16px;
  margin-top: 0;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #313131;
}

.contact-us-section .faq-grid {
  /* background: linear-gradient(315deg, #d4ddf1, #ffffff 20%, #ffffff 85%, #d4ddf1); */
  /* background: linear-gradient(
    151.82deg,
    rgb(251 240 255 / 0.2) -1.5%,
    rgb(184 177 255 / 0.2) 97.57%
  ); */
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgb(255 255 255);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0%), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  padding: 25px;
  margin-top: 25px;
  height: 260px;
}

.contact-us-section .row .col-12:nth-child(1) .faq-grid,
.contact-us-section .row .col-12:nth-child(2) .faq-grid,
.contact-us-section .row .col-12:nth-child(3) .faq-grid {
  margin-top: 0px;
}

/* .contact-us-section .faq-grid:hover {
  border-color: #007bff;
} */

.glbNew-strp_sprt {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 1px;
  left: 94px;
  bottom: 20px;
}

.glbNew-strp_sprt::before {
  position: absolute;
  content: "";
  width: 40px;
  background-color: #2f39bf;
  height: 2px;
}

.glbNew-strp_sprt::after {
  position: absolute;
  content: "";
  width: 10px;
  margin-left: 5px;
  background-color: #09ebaf;
  left: 45px;
  height: 2px;
}

.contact-faq-head span {
  /* margin-left: 24px; */
  margin-left: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  /* color: #181818; */
  color: #535353;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 20px;
}

.domain-icon img {
  max-width: 100%;
}

.overflow-hidden {
  overflow: hidden !important;
}

[data-anime] {
  opacity: 1;
  transition: none;
}

.bg-gradient-very-light-gray-transparent {
  /* background: -webkit-linear-gradient(right, rgba(110, 44, 255, 0.10), rgba(110, 44, 255, 0)); */
  background: linear-gradient(
    to right,
    rgba(110, 44, 255, 0.1),
    rgba(110, 44, 255, 0)
  );
}

.border-radius-100px {
  border-radius: 100px !important;
}

.btn-link.text-base-color,
.text-base-color {
  color: var(--base-color);
}

.lh-26 {
  line-height: 26px;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 600;
  color: #5114d6;
  margin-bottom: 12px;
}

.d-inline-flex {
  display: inline-flex !important;
}

.me-5px {
  margin-right: 5px !important;
}

.btn-link.text-dark-gray,
.text-dark-gray,
a.text-dark-gray-hover:hover {
  color: var(--dark-gray);
}

.bi-award::before {
  content: "\f154";
}

.bi::before,
[class*=" bi-"]::before,
[class^="bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.outside-box-left-25 {
  margin-left: -25vw;
}

.opacity-2 {
  opacity: 0.2;
}

[data-top-bottom] {
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}

.ls-minus-1px {
  letter-spacing: -1px !important;
}

.box-shadow-quadruple-large,
.box-shadow-quadruple-large-hover:hover {
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  -webkit-transition: 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.cover-background {
  background-repeat: no-repeat !important;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-position: center center !important;
}

.contact-us-new .section-heading {
  text-align: start;
}

.background-position-center-top {
  background-position: center top !important;
}

.contact-us-new {
  background: url(../images/contact-us-bg/vertical-line-bg.svg);
  background-size: cover;
}
.box-shadow-quadruple-large .contact-box-img img {
  width: 100%;
}
.box-shadow-quadruple-large {
  border-radius: 6px;
}
.box-shadow-extra-large {
  padding: 20px;
}
.services-box-style-02 {
  margin-bottom: 25px;
}

.alt-font {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffff;
}
.title-box p {
  color: #ffff;
  font-size: 16px;
}

.service-box {
  position: relative;
  overflow: hidden;
}

.title-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 2;
  width: 100%;
}

.service-box:before {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  height: 90%;
  display: block;
  z-index: 1;
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(15, 15, 15, 0),
    rgb(15 15 15 / 92%) 100%
  );
}

.upper-text-content {
  margin-bottom: 50px;
}

.bg-azure {
  /* background: #7146e8; */
  background: linear-gradient(to top left, #2f36ab 60%, #bc43b2 96%) !important;
  border-radius: 20px;
  padding-left: 40px;
  /* padding: 60px 0px 0px 40px; */
}

.co-more-content h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}
.co-more-content p {
  color: #fff;
}

.co-more {
  align-items: end;
}

.co-more-content {
  padding: 60px 0;
}

.pb-30 {
  padding-bottom: 30px;
}

.co-more-btn {
  background: #fff !important;
  color: #146ef5 !important;
}

.co-more-btn:hover {
  background: #fff;
  transform: translate(0, -5px);
}

.mw-btn {
  cursor: pointer;
  font-size: 16px;
  border-radius: 10px;
  display: inline-block;
  padding: 17px 39px;
  background: var(--azure_clr);
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-align: center;
  letter-spacing: 0.6px;
}

.co-more-img img {
  vertical-align: bottom;
  width: 400px;
}

.ho-talk-bg,
.ho-talk-box {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.contact-explore .why-choose-google-workspace p {
  min-height: 103px;
}

.services-box-content {
  display: flex;
  align-items: center;
  height: 100%;
}

.contact-explore .why-choose-section .bg-info {
  background-color: rgb(194 235 253) !important;
}
.contact-explore .why-choose-section .bg-success {
  background-color: rgb(194 236 222) !important;
}
.contact-explore .why-choose-section .bg-danger {
  background-color: rgb(243 202 221) !important;
}

.ho-talk-bg:after,
.ho-talk-bg:before {
  background: url(../images/contact-us-bg/talk-bg.png) center center no-repeat;
  background-size: contain;
  width: 190px;
  height: 68px;
  left: 89px;
  bottom: 0;
  position: absolute;
  content: "";
  z-index: 2;
}

.ho-talk-box:after,
.ho-talk-box:before {
  background: url(../images/contact-us-bg/square-box.png) center center
    no-repeat;
  z-index: -1;
  background-size: contain;
  width: 200px;
  height: 190px;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
}

.ho-talk-bg,
.ho-talk-box {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.title-center {
  text-align: center;
  margin: 0 auto;
  /* padding:45px 30px; */
  border-radius: 40px;
  /* padding: 65px 0px 0px 45px; */
}

/* .co-more-content {
  padding: 60px 0px 0px 40px;
} */

.ho-talk-h3 {
  font-weight: 400;
  color: #ffffff94;
  font-size: 30px;
}

.mw-h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  color: #fff !important;
}

.ho-talk-h3 {
  font-weight: 400;
  color: #ffffff94;
  font-size: 25px;
}

.missing-line {
  padding: 30px 0;
}

.ho-talk-label {
  font-size: 20px;
  display: inline-block;
  border-radius: 10px;
  padding: 0 0 10px;
  margin-bottom: 4px;
  color: #a0ffd3;
  position: relative;
}

.ho-talk-label:before {
  content: "";
  background: #a0ffd3;
  left: 28px;
  bottom: 0;
  right: 28px;
  height: 1px;
  position: absolute;
}

.mw-icon-btn {
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  color: #146ef5;
  font-size: 16px;
  padding: 17px 24px 15px 25px;
  cursor: pointer;
}

.ho-talk-box:after {
  right: 0;
  left: unset;
  top: unset;
  bottom: 0;
  transform: rotate(180deg);
}

.ho-talk-bg:after {
  right: 0;
  left: unset;
  bottom: unset;
  bottom: 0;
  top: 0;
  right: 89px;
}

.support-icons {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
.support-content-box.why-choose-section h6 {
  margin: 0 auto;
  margin-bottom: 15px;
  width: 75%;
  line-height: 28px;
}

.support-content-box.why-choose-section p {
  width: 80%;
  margin: 0 auto;
}

.support-content-box.why-choose-section img {
  width: 140px;
  height: auto;
}

.contact-form .place-card {
  display: none !important;
}
.contact-form-new {
  padding: 0 30px;
}

.contact-form-new.map-wrapper {
  padding: 0 50px;
}

.contact-form-new .bhubaneswar-address-location {
  position: relative;
  top: 0;
  left: 0;
  border-radius: 8px;
}

.contact-form-new .address-box-content {
  z-index: 99999999;
  position: absolute;
  top: 5px;
  left: 18px;
  border-radius: 8px;
  padding: 30px;
  justify-content: center;
  display: flex;
  height: 100%;
  flex-direction: column;
  background-color: #fff;
  width: 413px;
  height: 215px;
  /* background: linear-gradient(
    315deg,
    #d4ddf1,
    #ffffff 20%,
    #ffffff 85%,
    #d4ddf1
  ); */

  /* background: linear-gradient(to left top, rgb(67, 75, 198) 71%, rgb(188, 67, 178) 90%); */
}

.contact-form-new .address-box-content h6 {
  color: #1c1c1c;
  /* color: #fff; */
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 16px;
}
.contact-form-new .address-box-content p {
  color: #616a72;
  /* color: #fff; */
}

.contact-form-new .chat-button {
  padding: 8px 14px;
}

.contact-faq .grid-body span {
  color: #8c8c8c !important;
}

.contact-us-section .grid-body ul li:last-child {
  margin-bottom: 0;
}
/* .gradient-top {
  border-top: 5px solid;
  border-image: linear-gradient(to right, #ff00cc, #3333ff) 1;
  border-image-slice: 1;
} */

.gradient-top {
  position: relative;
  border-radius: 8px; /* your required radius */
  background: #fff; /* your background */
  padding: 20px;
}

.gradient-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px; /* border thickness */
  width: 100%;
  border-radius: 8px 8px 0 0; /* radius only for top corners */
  /* background: linear-gradient(to right, #ff00cc, #3333ff);  */
  background: linear-gradient(
    95deg,
    #059dff 15%,
    #6549d5 45%,
    #e33fa1 75%,
    #fb5343 100%
  );
}

.technical-support::after,
.billing-type::after,
.sales-support::after {
  background-size: contain;
  width: 80px;
  height: 70px;
  position: absolute;
  content: "";
  right: 22px;
  bottom: 22px;
}

.technical-support::after {
  background: url(../images/contact-us-bg/technical-support.svg) center center
    no-repeat;
}

.billing-type::after {
  background: url(../images/contact-us-bg/billing-support.svg) center center
    no-repeat;
}
.sales-support::after {
  background: url(../images/contact-us-bg/sales-support.svg) center center
    no-repeat;
}

.support-content-box {
  margin-top: 25px;
}
.support-section .row .col-12:nth-child(1) .support-content-box,
.support-section .row .col-12:nth-child(2) .support-content-box,
.support-section .row .col-12:nth-child(3) .support-content-box {
  margin-top: 0;
}

.address-box-content.hidden-content {
  display: none;
}

.more-contact-wrapper {
  padding: 0;
  margin: 0;
  opacity: 0.9;
}

.more-contact-wrapper li {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  list-style: none;
  display: inline-block;
  margin-right: 60px;
  position: relative;
  padding-left: 70px;
}

.more-contact-wrapper li:last-child {
  margin-right: 0;
}

.more-contact-wrapper li:nth-child(1)::before {
  content: "";
  background: url(../images/phone-call.svg) no-repeat;
  width: 47px;
  height: 47px;
  position: absolute;
  top: 3px;
  left: 0px;
  background-size: cover;
}

.more-contact-wrapper li span {
  display: block;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #ffffff;
}

.more-contact-wrapper .chat-section1:before {
  content: "";
  background: url(../images/chat.svg) no-repeat;
  width: 47px;
  height: 47px;
  position: absolute;
  top: 2px;
  left: 0px;
  margin-right: 10px;
  background-size: cover;
}

.more-contact-wrapper li a {
  color: #ffffff;
}

/* Contact us new */

/* New Privacy Policy */

.privacy-policy-content h2 {
  font-size: 24px;
  margin-bottom: 5px;
  color: #242424;
  margin-top: 25px;
  font-weight: 600;
}

.privacy-policy-content .privacy-policy-list {
  margin-bottom: 16px;
}

/* New Privacy Policy */

/* New Promos */
.card-left-new .card-top {
  border-bottom: 0;
  padding-bottom: 0;
}

.card-left.card-left-new {
  border-left: 1px dashed #ddd;
  padding-left: 50px;
  padding: 40px;
  border-right: 0;
}

/* .card-left.card-left-new {
    border-right: 0;
    padding-right: 0;
} */
.main-promo {
  margin: 0 80px;
}

.promo-card-new {
  background: #fff !important;
  padding: 0;
  box-shadow: none;
  border-radius: 8px;
  border: 0;
}

.card-left-new {
  position: relative;
  padding: 30px;
}
.card-left-new p {
  color: #bbbbbb;
  font-size: 14px;
  margin-bottom: 0;
}
.card-left-new .flat-value {
  color: #4d4c4c;
  font-size: 16px;
  font-weight: 600;
}
.card-left-new .flat-discount h4 {
  color: #702dcb;
  margin-bottom: 4px;
}

.note-desc {
  display: flex;
  padding-right: 12px;
  font-weight: 600;
}

.card-left-new .couponcode-box p.code {
  background-color: #f5f8ff;
  border: dashed 2px #e8e9fb;
  color: #464646;
  margin-bottom: 0;
  border-radius: 6px;
  margin-top: 0;
}

.couponcode-button {
  background: linear-gradient(to right, #2563eb, #1d4ed8);
  margin-top: 0;
}

/* .card-left-new::before, .card-left-new::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 30px;
  background-color: #f2f5fe;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  left: -31px;
} */

.card-left-new::before {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 30px;
  background-color: #f2f5fe;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  left: -31px;
}
.card-left-new::after {
  content: "";
  transform: rotate(180deg);
  position: absolute;
  width: 60px;
  height: 30px;
  background-color: #f2f5fe;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  left: -31px;
  bottom: 0;
}

.card-left-new .couponcode-box {
  margin: 18px 0 30px;
}
.couponcode-button {
  border-radius: 6px;
  font-size: 16px;
}

/* New Promos */

/* New FAQ */
.why-choose-shared-hosting-new-v2.new-faq-contact .section-heading-caption {
  margin: 20px auto 40px;
}
.new-faq-boxes .protect-box {
  background-color: #ffffff;
  width: 100%;
  height: auto;
  padding: 20px;
  /* border: 1px solid #eee; */
  border: 1px solid rgb(188 218 255);
  border-radius: 8px;
  box-shadow: none;
  min-height: 0;
  flex-direction: row;
}

.new-faq-boxes .right-cont-box h2 {
  text-transform: capitalize;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
  font-size: 18px !important;
}

.new-faq-boxes .hacker-icons {
  margin-bottom: 0;
}

.new-faq-boxes .hacker-icons img {
  width: 45px;
  margin-bottom: 0;
}

.new-faq-boxes .enterprise-process:before {
  display: none;
}

.new-faq-boxes .protect-box:hover {
  transform: scale(1);
  border-color: #007bff;
}

.new-popular-questions.new-transfer-registar .technical-full-box {
  width: 80%;
  margin: 0 auto;
}

.why-choose-shared-hosting-new-v2.new-faq-contact .section-heading,
.why-choose-shared-hosting-new-v2.new-faq-contact .section-heading-caption {
  text-align: center;
  color: #ffffff;
}

.n-faq-grid {
  background: linear-gradient(
    84deg,
    rgb(255 255 255 / 0%) 0%,
    rgb(255 255 255 / 12%) 100%,
    rgb(255 255 255 / 0%) 51%
  );
  border-radius: 8px;
  padding: 30px !important;
  position: relative;
  backdrop-filter: blur(44px);
  border: 1px solid #b1b5ed;
}

.n-faq-grid .grid-header span {
  font-size: 28px;
  color: #ffffff;
  text-transform: capitalize;
}

.grid-body span {
  color: #cdcdcd;
}

.n-faq-grid .grid-body p {
  color: #ffffff;
}

.n-faq-grid .g-recaptcha {
  margin-bottom: 25px;
  border-bottom: 0;
}

/* .n-faq-grid .grid-body ul li {
  margin-bottom: 18px;
}

.n-faq-grid .grid-body ul li:last-child {
  margin-bottom: 0px;
} */

.n-faq-grid .form-floating .form-control,
.n-faq-grid .form-floating .form-select {
  background: transparent;
  border: 1px solid #46498d;
  color: #ffffff;
}

.n-faq-grid .form-floating > .form-control-plaintext ~ label::after,
.n-faq-grid .form-floating > .form-control:focus ~ label::after,
.n-faq-grid
  .form-floating
  > .form-control:not(:placeholder-shown)
  ~ label::after,
.n-faq-grid .form-floating > .form-select ~ label::after {
  background-color: transparent;
}

.n-faq-grid .form-floating > .form-control-plaintext ~ label,
.n-faq-grid .form-floating > .form-control:focus ~ label,
.n-faq-grid .form-floating > .form-control:not(:placeholder-shown) ~ label,
.n-faq-grid .form-floating > .form-select ~ label {
  color: rgb(193 193 193);
}

.n-faq-grid .form-floating label {
  color: #ffffff;
}

.text-col-white {
  color: #ffffff;
}

.n-faq-grid h2 {
  font-size: 28px;
  margin-bottom: 22px;
}

/* New FAQ */

/* new rc cloud hosting  */
.rc-cloud-hosting .plan-us.plan-us-ssd:before {
  top: 60px !important;
}

.rc-cloud-hosting .popular-plan .plan-us.plan-us-ssd:before {
  top: 15px !important;
}

.why-choose-rc-cloud-hosting .rc-cloud-cont .key-advantages-body {
  margin-top: 25px;
  border-radius: 8px;
}

.why-choose-rc-cloud-hosting
  .rc-cloud-cont
  .row
  .col-12:nth-child(1)
  .key-advantages-body,
.why-choose-rc-cloud-hosting
  .rc-cloud-cont
  .row
  .col-12:nth-child(2)
  .key-advantages-body,
.why-choose-rc-cloud-hosting
  .rc-cloud-cont
  .row
  .col-12:nth-child(3)
  .key-advantages-body,
.why-choose-rc-cloud-hosting
  .rc-cloud-cont
  .row
  .col-12:nth-child(4)
  .key-advantages-body {
  margin-top: 0;
}

.why-choose-rc-cloud-hosting .right-cont-box {
  min-height: 100px;
}

.why-choose-rc-cloud-hosting .left-cont-box {
  width: 50px;
  height: auto;
  margin: 0 auto;
}

.why-choose-rc-cloud-hosting .left-cont-box img {
  width: 100%;
}

/* new rc cloud hosting  */

/* New Case Study Details */
.top-space-radius {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.case-study-details-wrapper .section-heading {
  margin-bottom: 40px;
}

.case-study-left-cont-wrapper {
  padding-right: 20px;
}

.case-study-cover-img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}

.case-study-cover-img img {
  width: 100%;
}

.case-study-right-sidebar-wrapper {
  background: #ffffff;
  padding: 25px;
  border-radius: 8px;
}

.case-study-details-wrapper h4 {
  font-size: 26px;
  margin-bottom: 5px;
  color: #242424;
  margin-top: 35px;
  font-weight: 600;
}

.req-call-back-wrapper {
  background: #ffffff;
  border: 0;
}

.req-call-back-wrapper .faq-form {
  border: 0;
  padding: 0;
}

.req-call-back-form {
  padding: 0;
}

.req-call-back-wrapper .submit-btn {
  display: flex;
  padding: 0;
  border-top: 0;
  margin-top: 25px;
  justify-content: left;
}

.req-call-back-wrapper .g-recaptcha {
  margin-top: 0;
  border-bottom: 0;
  padding: 0;
  justify-content: start;
}

.case-study-right-sidebar-wrapper h4 {
  color: #242424;
  background: #ffffff;
  padding: 0;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 15px;
  margin-bottom: 22px;
  font-size: 19px;
}

.case-study-right-sidebar-wrapper h4 span {
  position: relative;
}

.case-study-right-sidebar-wrapper h4 span::before {
  content: "";
  position: absolute;
  background: #4b55ed;
  width: 100%;
  height: 2px;
  bottom: -17px;
}

.casestudy-sidebar-new ul {
  border: 0;
}

.casestudy-sidebar-new ul li a {
  font-size: 17px;
  line-height: 23px;
  font-weight: 600;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.casestudy-sidebar-new ul li a img {
  width: 110px;
  border-radius: 4px;
}

.casestudy-sidebar-new ul li a:before {
  background: #ffffff;
}

.casestudy-sidebar-new ul li a:hover,
.casestudy-sidebar-new ul li a:focus,
.casestudy-sidebar-new ul li a:active {
  color: #261272;
}

.casestudy-sidebar-new ul li {
  border-bottom: 1px solid #dcd4ff;
  padding: 14px 0;
}

.casestudy-sidebar-new ul li:first-child {
  padding-top: 0;
}

.req-call-back-wrapper .form-floating span {
  color: #ff0000;
}

/* .related-case-study-wrapper {
  margin-top: 60px;
} */

.related-case-study-box {
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
}

.related-case-study-cover-img {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.related-case-study-cover-img::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.related-case-study-box:hover .related-case-study-cover-img::before {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.related-case-study-cover-img img {
  width: 100%;
  transition: transform 0.6s ease;
}

.related-case-study-box:hover .related-case-study-cover-img img {
  transform: scale(1.05);
}

.related-case-study-title {
  font-size: 20px;
  color: #181818;
  font-weight: 700;
  line-height: 27px;
  margin-top: 20px;
  display: block;
  min-height: 81px;
}

.related-case-study-box:hover .related-case-study-title {
  color: #4b55ed;
}

.case-study-details-second-heading {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: #242424;
  font-size: 35px;
  line-height: 40px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
}

.related-case-study-section {
  /* background: linear-gradient(to top left, #181d7b 62%, #bc43b2 94%); */
  background: #e4ecff;
}

.new-captcha-wrapper {
  max-width: 304px;
  transform-origin: 0 0;
}

/* New Case Study Details */

/* Debasis */

.col-right .section-heading,
.col-right .highlight {
  font-size: 35px;
  line-height: 32px;
}

.image-w {
  width: 50px;
  margin-bottom: 20px;
  display: block;
}
.p-xxl-10 {
  padding: 2.5rem !important;
}
.z-1 {
  z-index: 1 !important;
}
.key-ad-heading {
  font-weight: 600;
  margin-bottom: 13px;
  color: #2d2247;
  font-size: 20px;
  display: inline-block !important;
}
.key-advantages-body {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #ffffff00;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.key-advantages-body:hover {
  border: 1px solid #bdc1ff;
}
.key-advantages-body img {
  transition: transform 0.4s ease;
}

.key-advantages-body:hover img {
  transform: scale(1.1);
}

.popular-plan .plan-box:hover {
  transform: none !important;
  border: none;
  border-radius: 0 0 8px 8px;
}

.hosting-price-plan {
  overflow: hidden;
}

/* .bg-body {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.07);
} */

.new-cloud-quote-wrapper .new-contact-form-wrapper {
  border-radius: 8px 8px 0 0;
  padding-bottom: 0;
}

.new-cloud-quote-wrapper .server-quote-form-wrapper {
  width: 90%;
  margin-bottom: 90px;
}

.new-aws-benefit.codeguard-features .section-heading-caption {
  width: 65%;
}

.new-aws-benefit .codegaurd-easy-to-stay .left-right-cont-box p {
  min-height: 96px;
}

.new-aws-benefit.sitelock-protects-new .left-cont-box img {
  width: 55px;
}

.new-cloud-quote-wrapper .q-text {
  font-size: 22px;
}

.what-gcp-do-wrapper .right-cont-box h2 {
  margin-bottom: 10px;
  font-weight: 600;
}

.new-email-top-patch {
  width: 100%;
  min-height: 68px;
  background: #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  /* overflow: hidden; */
  border-radius: 8px 8px 0 0;
}

.new-email-top-patch ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.new-email-top-patch li {
  /* display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  padding: 0 34px;
  min-height: 46px;
  width: stretch;
   width: auto;
    text-align: left; */
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  min-height: 46px;
  padding: 0 30px;
}

.new-email-top-patch li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 34px;
  background: #e6e6e6;
}

.new-email-top-patch li img {
  width: 34px;
  object-fit: contain;
}

.new-email-top-patch .new-email-points {
  margin-left: 12px;
  line-height: 1.2;
}

.new-email-top-patch .new-email-points p {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 4px;
  color: #0061da;
}

.new-email-top-patch .new-email-points span {
  display: block;
  font-size: 13px;
  line-height: 1.35;
  color: #666;
  font-weight: 400;
  white-space: nowrap;
}

.new-email-tab-btns {
  background: #e2e8ff;
  padding: 10px;
  width: fit-content;
  margin: 0 auto 40px;
  border-radius: 40px;
}

.new-email-tab-btns ul {
  background: #f2f5ff;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.new-email-tab-btns ul li {
  padding: 10px 30px;
  margin-right: 0 !important;
  border-radius: 30px;
  overflow: hidden;
  transition: all 0.35s ease;
  position: relative;
}

.country-cont.new-email-tab-btns ul li::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #2563eb, #1d4ed8);
  border-radius: 30px;
  opacity: 0;
  transform: scale(0.85);
  transition: all 0.35s ease;
  z-index: -1;
}

.country-cont.new-email-tab-btns ul li.country-active::after {
  opacity: 1;
  transform: scale(1);
}

/* .country-cont.new-email-tab-btns li.country-active {
  background: linear-gradient(to right, #2563eb, #1d4ed8);
  opacity: 1;
  border-radius: 30px;
} */

.country-cont.new-email-tab-btns li.country-active span {
  color: #ffffff;
  font-weight: 600;
  font-size: 17px;
}

.country-cont.new-email-tab-btns li span {
  margin-left: 10px;
}

.country-cont.new-email-tab-btns .country-active:before {
  display: none;
}

.country-cont.new-email-tab-btns .flag-cont {
  display: flex;
  align-items: center;
}

.country-cont.new-email-tab-btns .flag-cont img {
  width: 25px;
}

.country-cont.new-email-tab-btns ul li {
  opacity: 0.8;
}

.new-azure-services .right-cont-box h2 {
  font-size: 19px;
  font-weight: 600;
}
.new-email-top-patch {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 20px 30px 30px;
  /* overflow: hidden; */
  /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06); */
}

.new-email-top-patch ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.new-email-top-patch li {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding: 4px 28px;
}

.new-email-top-patch li:first-child {
  padding-left: 0;
}

.new-email-top-patch li:last-child {
  padding-right: 0;
}

.new-email-top-patch li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 42px;
  background: linear-gradient(to bottom, transparent, #dedede, transparent);
}

.new-email-top-patch li img {
  width: 38px;
  height: 38px;
  min-width: 38px;
  object-fit: contain;
  padding: 7px;
  border-radius: 10px;
  background: #f4f0ff;
}

.new-email-top-patch .new-email-points {
  min-width: 0;
  overflow: hidden;
}

.new-email-top-patch .new-email-points p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 5px;
  color: #005fd6;
}

.new-email-top-patch .new-email-points span {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  color: #5f6673;
  font-weight: 400;
  white-space: normal;
  overflow-wrap: break-word;
}

.custom-starter-plan-wrapper {
  margin-top: 45px;
}

.custom-starter-plan-wrapper .plan-box {
  padding: 2px;
  margin-top: 0;
  background: linear-gradient(
      95deg,
      #059dff 15%,
      #6549d5 45%,
      #e33fa1 75%,
      #fb5343 100%
    )
    95% / 200% 100%;
  /* overflow: hidden; */
}

.custom-starter-plan-info .custom-offer-tag {
  position: absolute;
  top: -8px;
  left: -42px;
  width: 180px;
  transform: rotate(-45deg);
}

.custom-inner-plan-box {
  background: #ffffff;
  border-radius: 5px;
  padding: 45px 25px;
}

.hosting-price-plan .custom-starter-plan-wrapper .plan-box:hover {
  border-width: 1px !important;
  border-color: #f2f5ff00;
}

.rocket-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-rocket-holder {
  width: 125px;
  height: 125px;
  background: rgb(129 45 210 / 5%);
  border-radius: 50%;
  padding: 8px;
  position: relative;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-rocket-holder::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgb(129 45 210 / 5%);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.inner-rocket-holder img {
  width: 100px;
  position: relative;
  animation: rocketFloat 2.5s ease-in-out infinite;
  will-change: transform;
}

@keyframes rocketFloat {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(8px, -10px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.custom-starter-plan-wrapper .plan-heading {
  margin-top: 0;
  text-align: left;
}

.custom-starter-plan-wrapper .recomended-test {
  width: 90%;
  /* margin: 0 auto; */
  padding: 0;
  text-align: left;
  margin-bottom: 0;
}

.outer-custom-starter-plan-info {
  display: flex;
  align-items: center;
  height: 100%;
}

.custom-starter-plan-wrapper .custom-offer-tag {
  justify-content: flex-start !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 115px;
  height: 115px;
  background: linear-gradient(135deg, #6027e8 0%, #ec3f89 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  border-radius: 10px 0 0 0;
  transform: none !important;
  z-index: 5;
  font-size: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.custom-starter-plan-wrapper .custom-offer-tag::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 58px;
  height: 58px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 1;
  border-radius: 6px 0 0 0;
}

.custom-starter-plan-wrapper .custom-offer-tag .discount-plan-pricing {
  border-radius: 0;
  background: transparent;
  content: "20% OFF";
  position: absolute;
  top: 30px;
  left: -6px;
  width: 100px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transform: rotate(-45deg);
  letter-spacing: 0.4px;
}

.hosting-price-plan .custom-starter-plan-wrapper .plan-price {
  text-align: center;
}

.hosting-price-plan .custom-starter-plan-info .plan-price {
  text-align: left;
  padding: 0;
}

.custom-starter-plan-wrapper .plan-form {
  width: 100%;
  margin-bottom: 0;
}

/* .hosting-price-plan .custom-starter-plan-wrapper .discount-plan-pricing {
  border-radius: 0;
  width: 140px;
} */

.hosting-price-plan .custom-starter-plan-wrapper .price-feature-heading {
  padding-top: 0;
  margin-top: 0;
}

.custom-starter-plan-feature {
  height: 100%;
  display: flex;
  /* align-items: flex-start; */
  width: 100%;
  flex-direction: column;
  justify-content: center;
  border-left: 1px dashed #c5d2ff;
  border-right: 1px dashed #c5d2ff;
}

.hosting-price-plan .custom-starter-plan-wrapper .plan-box ul {
  /* column-count: 2; */
  padding-bottom: 0;
  flex: 1;
}

.custom-starter-plan-wrapper .custom-available-offer {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.custom-starter-plan-wrapper .available-offer-section {
  margin-top: 0;
  flex: 1;
  width: 100%;
  margin-bottom: 15px;
}

.custom-starter-plan-wrapper .offer-row {
  /* width: 30%;
  margin: 20px auto 0; */
  margin-bottom: 0;
}

.inner-custom-starter-plan-feature {
  width: 80%;
  margin: 0 auto;
}

.custom-starter-plan-price-offer {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 34px;
}

.custom-starter-plan-feature ul li:last-child {
  margin-bottom: 0;
}

.custom-starter-plan-info {
  flex: 1;
  padding-left: 25px;
}

/* Main accordion item */
.hidden-features-1 {
  position: relative;
  cursor: pointer;
  font-weight: 600 !important;
}

/* Remove theme default bullet/arrow */
/* .hidden-features-1::before {
    display: none !important;
} */

/* Plus icon */
.hidden-features-1::after {
  content: "+";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f1efff;
  color: #4c35e8;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  transition: all 0.3s ease;
}

/* Active minus icon */
.hidden-features-1.active::after {
  content: "−";
  background: #4c35e8;
  color: #ffffff;
}

/* Inner list hidden by default */
.hidden-features-1 > ul {
  display: none;
}

/* Open list */
.hidden-features-1.active > ul {
  display: block;
}

/* Main accordion item */
.hidden-features-2 {
  position: relative;
  cursor: pointer;
  font-weight: 600 !important;
}
.hidden-features-3 {
  position: relative;
  cursor: pointer;
  font-weight: 600 !important;
}

/* Remove theme default bullet/arrow */
/* .hidden-features-2::before {
    display: none !important;
} */

/* Plus icon */
.hidden-features-2::after {
  content: "+";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f1efff;
  color: #4c35e8;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  transition: all 0.3s ease;
}

.hidden-features-3::after {
  content: "+";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f1efff;
  color: #4c35e8;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  transition: all 0.3s ease;
}

/* Active minus icon */
.hidden-features-2.active::after {
  content: "−";
  background: #4c35e8;
  color: #ffffff;
}
.hidden-features-3.active::after {
  content: "−";
  background: #4c35e8;
  color: #ffffff;
}

/* Inner list hidden by default */
.hidden-features-2 > ul {
  display: none;
}

.hidden-features-3 > ul {
  display: none;
}

/* Open list */
.hidden-features-2.active > ul {
  display: block;
}

.hidden-features-3.active > ul {
  display: block;
}

.hidden-features-1 ul {
  padding-top: 10px !important;
  padding-bottom: 0px !important;
}

.hidden-features-2 ul {
  padding-top: 10px !important;
  padding-bottom: 0px !important;
}

.hidden-features-3 ul {
  padding-top: 10px !important;
  padding-bottom: 0px !important;
}

/* new css enterprise  start */

.trust-line {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin: 0;
  text-align: center;
}

.text-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  min-width: auto;
  padding: 0 18px;
  margin-left: 6px;
  border-radius: 30px;
  color: #ffffff;
  background: linear-gradient(90deg, #a068e8 0%, #ec8de6 100%);
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(118, 87, 255, 0.25);
  overflow: hidden;
  vertical-align: middle;
  position: relative;
}

.text-change {
  display: inline-block;
  white-space: nowrap;
  color: #ffffff;
  font-weight: 700;
  line-height: 34px;
}

.text-change.slide-out {
  animation: slideOut 0.35s ease forwards;
}

.text-change.slide-in {
  animation: slideIn 0.35s ease forwards;
}

@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-18px);
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.codeguard-work-cont-wrapper-warning {
  background: #f8f7c8;
  border-radius: 8px;
  padding: 25px;
  border: 1px solid #c1c6cb;
}

.codeguard-work-cont-wrapper-warning p,
.codeguard-work-cont-wrapper-warning b {
  font-size: 15px;
}

.codeguard-work-cont-wrapper-warning ul {
  margin-bottom: 0px !important;
}

.custom-plan-title {
  text-align: center;
  margin-bottom: 17px;
  font-size: 35px;
  color: #00099d;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
}

.feature-icon img {
  width: 15px;
}

.top-patch-new-wrapper h2 {
  color: #242424;
  line-height: 35px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 27px;
  margin-bottom: 25px;
}

.top-patch-new-wrapper h2 .highlight {
  font-size: 30px;
  /* color: #a248ff !important;rdp */
}

.top-patch-new-wrapper .email-feature-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 80%;
  margin: 0 auto;
}

.top-patch-new-wrapper .email-feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  flex: 1;
  position: relative;
}

.top-patch-new-wrapper .email-feature-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #dfe4f6;
}

.top-patch-new-wrapper .feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* background: linear-gradient(135deg, #c34cff 0%, #7b38f2 100%); */
  background: linear-gradient(
    120deg,
    #2f4fd3 0%,
    #3d2f9b 45%,
    #6a3d9a 75%,
    #9a5a8d 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  box-shadow: 0 6px 16px rgba(139, 72, 242, 0.35);
  border: 4px solid #f1e9ff;
  flex-shrink: 0;
  position: relative;
  animation: iconPop 0.8s ease forwards;
}

@keyframes iconPop {
  0% {
    transform: scale(0.5);
  }
  70% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}

.feature-icon::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid rgba(156, 73, 255, 0.35);
  animation: iconPulse 2.2s ease-out infinite;
}

@keyframes iconPulse {
  0% {
    transform: scale(0.75);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.45);
    opacity: 0;
  }
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}

.top-patch-new-wrapper p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
  color: #27294b;
  width: 70%;
}

.feature-dot {
  position: absolute;
  top: 33px;
  width: 23px;
  height: 80px;
  background-image: radial-gradient(#9f8cff 1.6px, transparent 1.6px);
  background-size: 8px 8px;
  opacity: 0.75;
  animation: dotMove 2.5s ease-in-out infinite alternate;
}

@keyframes dotMove {
  0% {
    transform: translateY(0);
    opacity: 0.45;
  }
  100% {
    transform: translateY(10px);
    opacity: 0.9;
  }
}

.feature-dot-left {
  left: 28px;
  animation-delay: 0s;
}

.feature-dot-right {
  right: 28px;
  animation-delay: 0.4s;
}

.case-study-detail-cont .ssl-content-list ul li {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
}

.case-study-detail-cont .ssl-content-list ul li:last-child {
  margin-bottom: 0;
}

.privacy-policy-content h2:first-of-type {
  margin-top: 0;
}

.contact-us-form-new .form-floating .form-control,
.contact-us-form-new .form-floating .form-select {
  margin-bottom: 25px !important;
}

@media screen and (max-width: 1800px) {
  /* .perfect-server-section .server-cont-wrapper p {
    min-height: 168px !important;
  } */
  /* .perfect-server-section .server-cont-wrapper p {
    min-height: 120px;
  } */
}

@media screen and (max-width: 1600px) {
  .why-choose-rc-cloud-hosting .rc-cloud-cont .key-advantages-body {
    min-height: 274px;
  }

  .wp-power-wrapper.website-owner {
    min-height: 390px;
  }
  .compliance-security-cont .why-choose-google-workspace {
    min-height: 280px !important;
  }

  /* .perfect-server-section .server-cont-wrapper p {
    min-height: 145px !important; 
  } */

  .new-email-hosting-feature .business-features {
    min-height: 180px;
  }

  .why-choose-google-workspace {
    min-height: 264px !important;
  }

  .googleworkspace-box {
    min-height: 243px !important;
  }
  .wordpress-hosting-pricing .plan-box {
    min-height: 650px;
  }

  .inner-page-banner h1 {
    font-size: 50px;
    padding-right: 0;
  }

  .lowest-price i {
    font-size: 47px;
  }

  .inner-page-banner span {
    padding-right: 0;
  }

  .lowest-price-with-brand {
    margin: 50px 0 0;
  }

  .inner-page-banner .image img {
    width: 100%;
  }

  .hacker-gaurdian .right-cont-box p {
    min-height: 72px !important;
  }

  .nav-tab-list {
    gap: 10px;
    /* margin-top: 3rem; */
    justify-content: space-between;
  }
  .nav-tab__btn {
    padding: 10px 10px;
  }
  .card-feature .card-body {
    padding: 50px 20px !important;
  }

  .title-hosting-name {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #d8d8d8;
    padding: 0px 0px 10px 0px !important;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 1599px) {
  .rounded-video {
    height: 450px;
  }

  .new-security-price-wrapper .wordpress-hosting-pricing .plan-box {
    min-height: 865px;
  }

  .new-security-codeguard-price-wrapper.new-security-price-wrapper
    .wordpress-hosting-pricing
    .plan-box {
    min-height: 725px;
  }

  .new-how-domain-name-transfer .transfer-details .subtitle {
    min-height: 0;
  }
}

@media screen and (max-width: 1525px) {
  .perfect-server-section .server-cont-wrapper {
    min-height: 187px;
  }
}

@media screen and (max-width: 1499px) {
  .mw_wave_rolodex_container {
    height: 360px;
  }

  .rounded-video {
    height: 450px;
  }

  .testimonials-box {
    padding: 20px;
  }
}

@media screen and (max-width: 1399px) {
  .white-patch-top {
    height: 78px;
  }

  .q-text {
    font-size: 19px;
  }
  .c-details .ph-box,
  .c-details .lo-box {
    width: 100%;
  }
  .r-side-quote h4 {
    font-size: 35px;
  }
  .server-quote-form-wrapper .r-side-quote {
    padding: 30px 22px;
  }

  .hacker-icons {
    height: 60px;
    width: 60px;
  }

  .new-faq-boxes .hacker-icons img {
    width: 40px;
  }

  .new-faq-boxes .right-cont-box h2 {
    font-size: 17px !important;
    line-height: 24px;
  }

  .new-whois-section .new-free-service-lists .left-right-cont-box {
    min-height: 235px !important;
  }

  .new-free-service-lists .left-right-cont-box {
    min-height: 260px !important;
    align-items: start;
  }
  .new-free-service-lists .right-cont-box p {
    word-break: break-word;
  }

  .static-val-wrapper .static-val:not(:last-child) {
    padding-right: 30px;
  }

  .new-captcha-wrapper {
    transform: scale(0.9);
  }

  .casestudy-sidebar-new ul li a img {
    width: 90px;
  }

  .casestudy-sidebar-new ul li a {
    font-size: 14px;
    line-height: 19px;
  }

  .related-case-study-title {
    min-height: 108px;
  }

  .sales-support::after,
  .technical-support::after,
  .billing-type::after {
    width: 70px;
    height: 52px;
    bottom: 10px;
  }

  .enterprise-email .business-features {
    min-height: 196px !important;
  }

  .titan-profession-content .business-features {
    min-height: 172px !important;
  }
  .new-email-hosting-feature .business-features {
    min-height: 204px;
  }
  .why-choose-google-workspace {
    min-height: 288px !important;
  }
  .banner-heading {
    font-size: 45px !important;
  }

  .googleworkspace-box {
    min-height: 255px !important;
  }

  .service-slider .slick-slide {
    min-height: 300px;
  }

  .ntspl-advantage .advantage-box {
    min-height: 285px;
  }
  .codegaurd-easy-to-stay .right-cont-box {
    min-height: 128px;
  }
  .benifits-hackerguardian .advantage-hosting-box {
    min-height: 236px !important;
  }

  .mw_wave_rolodex_container {
    height: 400px;
  }

  .rounded-video {
    height: 400px;
  }

  .new-cloud-quote-wrapper .server-quote-form-wrapper {
    width: 100%;
  }

  .new-aws-benefit .codegaurd-easy-to-stay .left-right-cont-box p {
    min-height: 122px;
  }

  .gcp-features-wrapper .codegaurd-easy-to-stay .right-cont-box {
    min-height: 176px;
  }

  .protect-against-new .protection-content p {
    min-height: 72px;
  }

  /* .inner-rocket-holder {
    width: 130px;
    height: 130px;
  }

  .inner-rocket-holder::before {
    width: 85px;
    height: 85px;
  } */

  .new-linux-reseller-plan.web-hosting-plan-section .plan-container-new {
    padding: 50px 30px;
  }

  .top-patch-new-wrapper .email-feature-list {
    width: 90%;
  }

  .top-patch-new-wrapper .email-feature-item {
    gap: 10px;
  }

  .top-patch-new-wrapper .feature-icon {
    width: 35px;
    height: 35px;
  }

  .feature-icon img {
    width: 11px;
  }

  .feature-icon::after {
    inset: -5px;
  }

  .top-patch-new-wrapper .email-feature-item:not(:last-child)::after {
    right: -15px;
  }

  .new-how-domain-name-transfer .transfer-details .subtitle {
    min-height: 0;
  }

  .clients-testimonials .testimonials-box .nameinfo {
    min-height: 91px;
  }
}

@media screen and (max-width: 1365px) {
  .linri:after {
    width: 50px;
    height: 50px;
    left: 119px;
    top: 49%;
  }
  .linri h3 {
    font-size: 38px;
    line-height: 38px;
  }

  .dcf-linr {
    padding: 0 20px !important;
  }

  .q-text {
    margin-left: 10px;
  }
  /* .perfect-server-section .server-cont-wrapper p {
    min-height: 170px !important; 
  } */

  .perfect-server-section .server-cont-wrapper {
    min-height: 240px !important;
  }

  .contact-us-section .faq-grid .heading-text {
    min-height: 72px;
  }
  .inner-page-banner span {
    font-size: 20px;
    padding-right: 50px;
  }

  .windows-shared-hosting-pricing .plan-box {
    min-height: 690px;
  }

  .linux-shared-hosting-pricing .plan-box {
    min-height: 650px;
  }

  .perfect-server-section .server-cont-wrapper {
    min-height: 211px;
  }

  .rounded-video {
    height: 380px;
  }

  .new-scroll-x-wrapper .scroller-x__list {
    animation: var(--_scroll-animation, scroll-ltr)
      var(--_animation-duration, 60s) var(--_animation-direction, forwards)
      linear infinite;
  }

  .windows-shared-hosting-pricing .custom-starter-plan-wrapper .plan-box {
    min-height: 0;
  }

  .title-hosting-name {
    font-size: 16px;
  }
}

@media screen and (max-width: 1290px) {
  .navbar-nav li a {
    padding: 15px 23px;
  }
}

@media (min-width: 1280px) {
  .new-all-domain.web-hosting-plan-section .section-heading-caption {
    width: 60%;
  }
}

@media screen and (max-width: 1235px) {
  /* .perfect-server-section .server-cont-wrapper p {
      min-height: 218px !important;
  } */
  .perfect-server-section .service-wrap .service-section {
    padding: 28px;
  }
}

@media screen and (max-width: 1200px) {
  .sales-support::after,
  .technical-support::after,
  .billing-type::after {
    width: 60px;
    height: 60px;
    bottom: 10px;
  }
  .domain-price-box .recomended-test {
    text-align: center;
  }

  .price-section-box .row .col-12:nth-child(3) .domain-price-box,
  .price-section-box .row .col-12:nth-child(4) .domain-price-box {
    margin-top: 25px;
  }
}

@media screen and (max-width: 1199px) {
  .manage-cloud-hosting-new-resp {
    padding-top: 90px !important;
  }
  .about-ntspl-new2 .row {
    flex-direction: column-reverse;
    margin-top: 0 !important;
  }

  .white-patch-top {
    height: 71px;
  }

  .why-choose-shared-hosting-new-v2 .dcf-linr {
    padding: 40px !important;
  }
  .n-faq-grid {
    margin-top: 24px;
  }

  .new-popular-questions.new-transfer-registar .technical-full-box {
    width: 100%;
  }

  .web-hosting-plan-section .plan-container-new.new-faq-main-box {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .more-contact-wrapper li {
    font-size: 21px;
    line-height: 26px;
    margin-right: 60px;
    padding-left: 53px;
  }

  .more-contact-wrapper li:nth-child(1)::before {
    width: 35px;
    height: 35px;
    top: 6px;
  }

  .more-contact-wrapper li span {
    font-size: 17px;
  }

  .more-contact-wrapper .chat-section1:before {
    width: 34px;
    height: 34px;
    top: 7px;
  }

  .more-contact-wrapper li:last-child {
    margin-top: 20px;
  }

  .rounded-video {
    height: 320px !important;
  }
  .new-whois-section .new-free-service-lists .left-right-cont-box {
    min-height: 190px !important;
  }
  .new-free-service-lists .left-right-cont-box,
  .why-choose-rc-cloud-hosting .rc-cloud-cont .key-advantages-body {
    min-height: 0 !important;
  }
  .big-img-wrapper {
    width: 100%;
    height: 450px;
  }

  .sm-img-wrapper {
    right: 0;
    width: 30%;
  }

  .about-company-img-wrapper {
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .hosting-partners-new .section-heading-caption {
    width: 90%;
  }

  .trusted-brand-logos.why-image {
    width: 65%;
    margin: 0 auto;
    float: none;
    margin-top: 20px;
  }

  .about-ntspl-new2 .section-heading {
    text-align: center !important;
  }

  .about-ntspl-new2 .section-heading-caption {
    text-align: center;
  }

  .static-val-wrapper {
    justify-content: center;
  }

  .related-case-study-title {
    min-height: 81px;
  }

  .related-case-study-wrapper
    .row
    .col-12:nth-child(3)
    .related-case-study-box {
    margin-top: 30px;
  }

  .related-case-study-wrapper .row {
    justify-content: center;
  }

  .perfect-server-section .server-cont-wrapper {
    min-height: 235px;
  }
  .compliance-security-cont .why-choose-google-workspace {
    min-height: 351px !important;
  }

  .data-list li {
    justify-content: center;
  }
  .dcf-right {
    position: relative;
  }

  .dcf-right:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 95%;
    background: linear-gradient(
      to right,
      transparent 0%,
      #c1cbed 20%,
      #e7e3e3 80%,
      transparent 100%
    );
    left: 50%;
    transform: translate(-50%, -50%);
    top: 34px;
  }

  .resp-title {
    display: block;
  }
  .dcf-main {
    display: block !important;
  }

  .dcf-left,
  .dcf-right {
    width: 100% !important;
  }
  .linri h3 {
    writing-mode: horizontal-tb !important;
    transform: rotate(0deg) !important;
    position: relative !important;
  }
  .dcf-linr {
    display: block !important;
    align-items: center !important;
    padding-left: 0;
  }
  .linri:after,
  .main-resp-title,
  .dcf-main:after {
    display: none !important;
  }

  .linrii {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin-left: 0px !important;
  }
  .dcf-left,
  .dcf-right {
    width: 100% !important;
  }
  .linri {
    padding: 20px 0px !important;
  }
  .linri h3 {
    opacity: 1 !important;
  }

  .perfect-server-section .wcsh-label {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
  }

  .enterprise-hosting-section {
    padding-bottom: 60px !important;
  }

  .build-for-section .left-key-dc-fe .section-heading-caption {
    width: 95% !important;
  }

  .ntspl-right-choice-new .why-ntspl-content {
    display: flex;
    justify-content: center;
  }

  .enterprise-hosting-caption .section-heading,
  .vps-server .why-content-cont .section-heading,
  .perfect-server-heading .section-heading {
    text-align: center !important;
  }

  .vps-server .why-content-cont .section-heading-caption,
  .perfect-server-heading .section-heading-caption {
    margin: 20px auto 40px;
    width: 70%;
    margin: 0 auto;
    float: none;
    margin-bottom: 40px;
    margin-top: 20px;
    justify-content: center;
    display: flex;
    text-align: center !important;
  }

  .right-shrrt {
    margin-top: 0px;
    font-size: 21px;
    line-height: 31px;
    text-align: center;
  }

  .right-shrrt-wrap {
    width: 70%;
    margin: 0 auto;
    float: none;
    margin-bottom: 50px;
    justify-content: center;
  }
  .right-shrrt-wrap .custom-btn {
    justify-content: center;
  }

  .enterprise-hosting-section .abstracts-banner {
    top: 122px;
  }

  .enterprise-hosting-section .overlap-caption {
    margin-right: 0;
  }
  .eh-video-shape {
    width: 80%;
    position: absolute !important;
    top: 14px;
    z-index: 3;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .enterprise-hosting-section .overlap-caption-bg {
    padding: 70px 40px;
  }

  .video-content {
    padding-top: 335px;
  }

  .enterprise-hosting-section .abstracts-banner {
    width: 328px;
    top: 425px;
  }
  .vps-server .section-space-md-bottom .list-content {
    flex-direction: column-reverse;
  }
  .vps-server .why-image-cont {
    width: 70%;
    margin: 0 auto;
  }

  .support-content-box.why-choose-section h6 {
    width: 95%;
  }
  .why-choose-google-workspace {
    min-height: 336px !important;
  }
  .googleworkspace-box {
    min-height: 206px !important;
  }
  .hacker-gaurdian .right-cont-box p {
    min-height: 50px !important;
  }
  .benifits-hackerguardian .advantage-hosting-box {
    min-height: 165px !important;
  }

  .border-right0 .col-xl-3:nth-child(2) .left-right-cont-box,
  .border-right0 .col-xl-3:nth-child(6) .left-right-cont-box {
    border-right: 0 !important;
  }

  .border-right0 .col-xl-3:nth-child(5) .left-right-cont-box,
  .border-right0 .col-xl-3:nth-child(6) .left-right-cont-box {
    border-bottom: 1px solid #793dc5;
  }

  .codegaurd-easy-to-stay .right-cont-box,
  .new-email-hosting-feature .business-features {
    min-height: 0 !important;
  }
  .cwatch-box {
    min-height: 260px !important;
  }

  .sitelock-protects .section-heading-caption,
  .new-cwatch-benefits .section-heading-caption {
    width: 80% !important;
  }

  .site-lock-hackcontent .right-cont-box {
    min-height: 150px !important;
  }

  .wp-power-wrapper {
    min-height: 275px !important;
  }

  .advantage-hosting-box {
    min-height: 190px !important;
  }

  .advantage-reseller-hosting .advantage-hosting-box {
    min-height: 212px !important;
  }

  .who-owns-website-box .row .col-12:nth-child(3) .protect-box,
  .free-service-content
    .left-right-cont-box-wrap
    .col-12:nth-child(3)
    .left-right-cont-box,
  .new-cwatch-benefits .row .col-12:nth-child(4) .benefit-content,
  .benifits-hackerguardian .row .col-12:nth-child(3) .advantage-hosting-box,
  .one-powerfull-suit .row .col-12:nth-child(5) .protect-box,
  .one-powerfull-suit .row .col-12:nth-child(6) .protect-box,
  .contact-us-section .row .col-12:nth-child(3) .faq-grid,
  .why-choose-rc-cloud-hosting
    .rc-cloud-cont
    .row
    .col-12:nth-child(3)
    .key-advantages-body,
  .why-choose-rc-cloud-hosting
    .rc-cloud-cont
    .row
    .col-12:nth-child(4)
    .key-advantages-body {
    margin-top: 25px !important;
  }

  .navbar-nav li a {
    padding: 15px 15px;
  }
  .nav-tab-list {
    gap: 20px;
    margin-top: 2rem;
    justify-content: left;
  }
  .nav-tab-list li {
    margin-bottom: 10px;
  }

  .banner-heading {
    font-size: 37px !important;
  }

  .price-box-left {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #dadada;
  }
  .total-sms {
    clip-path: none;
    padding: 15px 15px;
    width: 100%;
    min-height: 20px;
    justify-content: center;
    text-align: center;
  }
  .price-box-right,
  .support-content-box.why-choose-section p {
    width: 100%;
  }
  .sms-price-boxes {
    width: 50%;
  }
  .price-box .plan-price {
    line-height: 24px;
    font-size: 19px;
  }
  .sms-price-boxes p {
    font-size: 19px;
  }
  .inner-page-banner {
    padding: 80px 0;
  }
  .inner-page-banner:after {
    display: none;
  }
  .newfeatures ul li {
    width: 50%;
  }
  .mt-110 {
    margin-top: 0px;
  }
  .hosting-price-plan {
    margin-top: 60px;
  }

  .technical_specifications_modal .login-left h2 {
    font-size: 25px;
  }

  .perfect-server-section .server-cont-wrapper {
    min-height: 259px !important;
  }

  .country-and-ssd-hdd-wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    top: 1px;
    left: -100%;
    border-bottom: 1px solid #edeaea;
  }

  .country-and-ssd-hdd-wrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    top: 1px;
    right: -100%;
    border-bottom: 1px solid #edeaea;
    z-index: -1;
  }

  .mw_wave_rolodex_container {
    height: 350px;
  }

  .new-cloud-quote-wrapper .q-text {
    font-size: 18px;
  }

  .new-cloud-quote-wrapper .lo-box .icon_ {
    width: 38px;
    height: 38px;
  }

  .new-cloud-quote-wrapper .r-side-quote h4 {
    font-size: 32px;
  }

  .new-aws-benefit .codegaurd-easy-to-stay .left-right-cont-box p {
    min-height: 96px;
  }

  .what-gcp-do-wrapper .row .col-xl-4:nth-child(2) .left-right-cont-box {
    border-right: 0;
  }

  .what-gcp-do-wrapper .row .col-xl-4:nth-child(4) .left-right-cont-box {
    border-right: 0;
    border-bottom: 1px solid #793dc5;
  }

  .what-gcp-do-wrapper .row .col-xl-4:nth-child(3) .left-right-cont-box {
    border-right: 1px solid #793dc5 !important;
  }

  .what-gcp-do-wrapper .right-cont-box p {
    min-height: 72px !important;
  }

  .codeguard-work-new.new-linux-vps-specification .ts-tab-wrapper button {
    padding: 15px;
  }

  .codeguard-work-new .tab-image {
    width: 44px;
  }

  .codeguard-work-new .tab-name-wrapper h2 {
    margin-left: 13px !important;
    font-size: 16px;
  }

  .codeguard-work-new .tab-name-wrapper p {
    margin-left: 13px;
  }

  .hacker-specification .col-xl-4:nth-child(2) .connect-your-web,
  .hacker-specification .col-xl-4:nth-child(3) .connect-your-web {
    margin-top: 25px;
  }
  .new-email-top-patch {
    padding: 14px 20px;
  }

  .new-email-top-patch li {
    padding: 4px 18px;
  }

  .new-email-points span {
    font-size: 12px;
  }

  .custom-inner-plan-box .row {
    row-gap: 40px;
  }

  .custom-starter-plan-feature {
    border-left: 0;
  }

  .outer-custom-starter-plan-info {
    justify-content: center;
  }

  .custom-starter-plan-info {
    flex: none;
  }

  .inner-custom-starter-plan-feature {
    width: 100%;
  }

  .feature-dot-left {
    left: -95px;
  }

  .feature-dot-right {
    right: -95px;
  }

  .top-patch-new-wrapper .email-feature-list {
    width: 100%;
  }

  .top-patch-new-wrapper p {
    font-size: 14px;
  }

  .top-patch-new-wrapper .email-feature-list {
    gap: 30px;
  }

  .top-patch-new-wrapper .email-feature-item:not(:last-child)::after {
    right: -5px;
  }

  .feature-dot {
    top: 20px;
  }

  .top-patch-new-wrapper p {
    width: 100%;
  }

  .new-how-domain-name-transfer .transfer-details .subtitle {
    min-height: 0;
  }

  .clients-testimonials .testimonials-box .nameinfo {
    min-height: 0;
  }
  .hosting-price-plan .recomended-test {
    min-height: 20px;
  }

  .new-contact-form-wrapper .server-quote-form-wrapper {
    padding: 13px;
  }
}

@media screen and (max-width: 991px) {
  .b-image {
    width: 390px;
    margin-top: 35px;
    margin: 35px auto 0 auto;
  }
  .r-side-quote h4 {
    margin: 0 auto;
    text-align: center;
  }
  .c-details {
    width: 46%;
    margin: 0 auto;
  }
  .c-details .lo-box {
    margin-bottom: 15px;
  }
  .web-hosting-plan-section.new-faq-boxes .plan-container-new {
    padding: 50px 12px !important;
  }

  .new-faq-boxes .container {
    max-width: 720px !important;
  }

  .hacker-abstract {
    width: 70%;
    margin: 0 auto;
  }
  .new-whois-section .new-free-service-lists .left-right-cont-box {
    min-height: 235px !important;
  }
  .wp-power-wrapper.website-owner {
    min-height: 387px !important;
  }

  .new-free-service-lists .left-right-cont-box {
    min-height: 236px !important;
  }
  .manage-cloud-hosting-new-resp .fe-box {
    padding: 30px !important;
    height: 695px !important;
    max-height: 695px !important;
  }

  .manage-cloud-hosting-new-resp .wshf-img .l-wshf-img {
    height: 345px;
  }

  .manage-cloud-hosting-new-resp .wshf-img {
    margin-bottom: 30px;
  }

  .big-img-wrapper {
    height: 470px;
  }

  .banner-circle-shape-2 {
    bottom: -150px;
  }

  .banner-circle-shape-1 {
    bottom: -50px;
  }

  .new-domain-banner-wrapper .searchbox {
    padding: 19px 150px 19px 19px;
  }

  .digital-success-list::before {
    display: none;
  }
  .click-away-s {
    padding: 60px 0;
  }

  .server-quote-form .section-heading-caption {
    width: 100% !important;
  }

  .perfect-server-section .server-cont-wrapper {
    min-height: 187px !important;
  }

  .compliance-security-cont .why-choose-google-workspace {
    min-height: 328px !important;
  }

  .box-layout {
    padding-left: 20px;
    padding-right: 20px;
  }

  .advantage-wp-2 .nawsh-box {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 70%;
    margin: 0 auto;
  }

  .kdc-cta {
    justify-content: center !important;
  }
  /* .perfect-server-section .server-cont-wrapper p {
    min-height: 145px !important;
  } */

  .build-for-section .custom-btn {
    justify-content: center;
  }

  .build-for-section .left-key-dc-fe .section-heading {
    text-align: center !important;
  }
  .build-for-section .left-key-dc-fe .section-heading-caption {
    margin: 20px auto 40px;
    width: 70%;
    margin: 0 auto;
    float: none;
    margin-bottom: 40px;
    margin-top: 20px;
    justify-content: center;
    display: flex;
    text-align: center !important;
  }

  .right-shrrt-wrap {
    width: 100%;
  }

  .video-content {
    padding-top: 240px;
  }

  .eh-video-shape {
    width: 80%;
  }

  .co-more-content {
    padding: 35px 20px;
  }
  .bg-azure {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wcsh-lcon-box img {
    display: block !important;
    width: 85% !important;
    margin: 0 auto !important;
  }

  .new-email-hosting-feature.titan-profession-content .business-features {
    min-height: 172px !important;
  }

  .new-email-hosting-feature .business-features {
    min-height: 204px !important;
  }
  .google-wrokspace-business
    .col-sm-12:last-child
    .why-choose-google-workspace {
    min-height: 0 !important;
  }

  .googleworkspace-box {
    min-height: 210px !important;
  }

  .why-choose-google-workspace {
    min-height: 288px !important;
  }
  .new-cwatch-benefits .row .col-12:nth-child(3) .benefit-content,
  .benifits-hackerguardian .row .col-12:nth-child(2) .advantage-hosting-box,
  .col-xl-4:nth-child(3) .uppertext,
  .one-powerfull-suit .row .col-12:nth-child(3) .protect-box,
  .one-powerfull-suit .row .col-12:nth-child(4) .protect-box,
  .support-section .row .col-12:nth-child(3) .support-content-box {
    margin-top: 25px !important;
  }
  .new-cwatch-benefits .benefit-content span {
    padding: 12px !important;
  }
  .new-cwatch-benefits .benefit-content img {
    width: 35px !important;
  }
  .sitelock-protects-new .section-heading,
  .new-cwatch-benefits .section-heading-caption,
  .support-content-box.why-choose-section h6,
  .support-content-box.why-choose-section p {
    width: 90% !important;
  }
  .cwatch-box {
    min-height: 306px !important;
  }
  .codeguard-work-cont .resp-mt-5 {
    margin-top: 28px !important;
  }

  .codegaurd-easy-to-stay .right-cont-box {
    min-height: 128px !important;
  }
  .site-lock-hackcontent .right-cont-box {
    min-height: 104px !important;
  }
  .wp-power-wrapper,
  .advantage-reseller-hosting .advantage-hosting-box,
  .wordpress-hosting .advantage-hosting-box,
  .linux-reseller-hosting .advantage-hosting-box,
  .windows-share-hosting .advantage-hosting-box,
  .benifits-hackerguardian .advantage-hosting-box {
    min-height: 0 !important;
  }

  .advantage-hosting-box {
    min-height: 260px !important;
  }
  .advantage-hosting-box {
    align-items: flex-start !important;
  }
  .digital-success-box {
    gap: 40px !important;
    padding: 50px !important;
  }
  .success-counter-box {
    gap: 15px !important;
  }
  .success-list-item {
    margin-bottom: 40px !important;
  }

  .digital-success-list,
  .digital-success-content,
  .server-quote-form-wrapper {
    width: 100% !important;
  }

  .digital-success-content::before {
    display: none !important;
  }

  .easy-steps .section-heading-caption h2 {
    width: 70% !important;
  }

  .steps p {
    /* min-height: 72px; */
    width: 100% !important;
  }

  .easy-steps .steps {
    border: 1px solid #ffffff4d;
    padding: 10px;
    border-radius: 8px;
  }

  .step-no {
    font-size: 70px !important;
  }

  .new-all-domain.web-hosting-plan-section .section-heading-caption {
    width: 60% !important;
  }
  .specsModal {
    width: 95%;
    border-radius: 0px;
  }

  .total-sms h2 {
    line-height: 27px;
    font-size: 19px;
  }
  .other-div {
    display: none;
  }
  .inner-page-banner .image img {
    width: 80%;
    float: none;
    margin: 30px auto 0;
    display: block;
  }
  .inner-page-banner h1 {
    font-size: 35px;
  }
  .lowest-price i {
    font-size: 34px;
  }
  .lowest-price {
    font-size: 21px;
    line-height: 42px;
  }
  .lowest-price p {
    font-size: 18px;
  }

  .web-hosting-plan-section .container {
    max-width: 100%;
    padding: 0;
  }

  .web-hosting-plan-section .plan-container-new {
    padding: 50px 20px !important;
  }

  .hacker-icons {
    height: 60px !important;
    width: 60px !important;
  }
  .hacker-icons img {
    width: 35px !important;
  }

  .advantage-linux-hosting .advantage-hosting-box {
    min-height: 284px !important;
  }
  .inner-page-banner {
    padding: 30px 0;
  }
  .lowest-price-with-brand {
    margin: 20px 0 0;
  }
  .resp-mt-5 {
    margin-top: 25px !important;
  }
  .hosting-price-plan .plan-box {
    margin-top: 0px;
  }

  .new-cloud-quote-wrapper .server-quote-form-wrapper {
    width: 95% !important;
    margin-bottom: 60px;
  }

  .new-aws-benefit .codegaurd-easy-to-stay .left-right-cont-box p {
    min-height: 120px;
  }

  .new-cloud-quote-wrapper .server-quote-form-wrapper .l-side-quote {
    padding: 30px 0px;
  }

  .web-hosting-plan-section .plan-container-new.new-contact-form-wrapper {
    padding-bottom: 5px !important;
  }

  .gcp-features-wrapper .codegaurd-easy-to-stay .right-cont-box {
    min-height: 176px !important ;
  }

  .what-gcp-do-wrapper .right-cont-box p {
    min-height: 120px !important;
  }

  .rc-cloud-hosting .plan-us.plan-us-ssd:before {
    top: 15px !important;
  }

  .new-hackerguardian-pci-scan .nav-pills {
    width: 100% !important;
  }

  .needs-contact-form .ntspl-bg-video-wrapper {
    width: 67%;
  }
  .new-email-top-patch {
    padding: 18px;
    border-radius: 0px;
  }

  .new-email-top-patch ul {
    flex-direction: column;
    gap: 14px;
  }

  .new-email-top-patch li {
    padding: 14px;
    border-radius: 12px;
    background: #f8fbff;
    border: 1px solid #edf2f7;
    justify-content: left;
    width: 100%;
  }

  .new-email-top-patch li:first-child,
  .new-email-top-patch li:last-child {
    padding: 14px;
  }

  .new-email-top-patch li:not(:last-child)::after {
    display: none;
  }

  .feature-dot {
    display: none;
  }

  .top-patch-new-wrapper .email-feature-list {
    width: 71%;
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .top-patch-new-wrapper .email-feature-item {
    min-width: 210px;
  }

  .top-patch-new-wrapper .email-feature-item:not(:last-child)::after {
    display: none;
  }
  .domain-transfer-advantage-new {
    padding-bottom: 0px !important;
  }

  .top-domain-list-new.domain-list li {
    width: 170px;
  }

  .clients-testimonials .testimonials-box .nameinfo {
    min-height: 91px;
  }

  .new-domain-free-service .new-free-service-lists .left-right-cont-box {
    min-height: 195px !important;
  }

  .advantage-linux-hosting .advantage-hosting-box {
    min-height: 265px !important;
  }

  .hosting-price-plan .plan-container-new.new-server-top-pt {
    padding: 20px 0 !important;
  }

  .new-azure-services .wp-power-wrapper {
    min-height: 275px !important;
  }

  .new-choose-microsoft-office .row {
    justify-content: center;
  }
}

@media (min-width: 820px) {
  .new-all-domain.web-hosting-plan-section .section-heading-caption {
    width: 60% !important;
  }
}

@media screen and (max-width: 767px) {
  .servers-p .linri {
    padding: 0px 0 20px !important;
  }
  .servers-p .dcf-right:before {
    top: 7px;
  }
  .servers-p .dcf-right {
    padding: 40px !important;
  }
  .bs-stepper-header {
    padding: 0px 55px;
  }
  .b-image {
    width: 100%;
  }
  .ph-box .icon_ {
    width: 40px;
    height: 40px;
  }
  .q-text {
    font-size: 18px;
  }
  .c-details .ph-box,
  .c-details .lo-box {
    padding: 6px;
  }
  .lo-box .icon_ {
    width: 40px;
    height: 40px;
  }
  .c-details {
    width: 64%;
    margin: 0 auto;
  }
  .more-contact-wrapper li {
    margin-right: 0;
  }

  .contact-form-new.map-wrapper {
    padding: 0 20px;
  }

  .new-faq-boxes .container {
    max-width: 540px !important;
    padding: 0 20px;
  }

  .web-hosting-plan-section.new-faq-boxes .plan-container-new {
    padding: 50px 0 !important;
  }

  .rounded-video {
    height: 300px !important;
  }
  .whois-search-box .search-box-inner .searchbox {
    height: 57px;
  }
  .whois-search-box.domain-search-box {
    width: 100% !important;
  }

  .whois-search-box .searchbox {
    padding: 19px 106px 19px 20px;
  }

  .manage-cloud-hosting-new-resp .wshf-img .l-wshf-img {
    height: 260px !important;
  }

  .static-val .static-num {
    font-size: 35px;
  }

  .static-val .static-title {
    font-size: 13px;
  }

  .trusted-brand-logos.why-image {
    width: 85%;
  }

  .new-domain-banner-wrapper .searchbox {
    height: 52px;
  }

  .wordpress-power-resp .wp-main-left-wrapper .row .col-sm-6:nth-child(2) {
    margin-top: 0 !important;
  }

  .ufha-div .scroller-x__list {
    gap: 0px;
  }

  .hosting-service-n.why-choose-shared-hosting-new-v2
    .service-wrap
    .service-section {
    min-height: 300px;
  }

  .wordpress-power-resp .d-lg-block {
    margin-top: 0px !important;
  }

  .service-slider .slick-slide {
    margin-right: 1px !important;
  }

  .related-case-study-title {
    min-height: 0;
  }

  .related-case-study-wrapper
    .row
    .col-12:nth-child(2)
    .related-case-study-box {
    margin-top: 30px;
  }

  .perfect-server-section .server-cont-wrapper {
    min-height: 211px !important;
  }
  .key-advantages-body .vps-server {
    padding: 30px !important;
  }
  .dcf-right {
    padding: 70px 30px 36px 30px;
  }
  .global-presence .section-heading {
    font-size: 28px !important;
    line-height: 40px !important;
  }

  .global-presence .highlight {
    font-size: 32px !important;
  }

  .linri h3 {
    font-size: 30px;
  }
  .r-div h3 {
    font-size: 20px;
  }
  .data-list .inrii-icon {
    width: 60px;
    height: 60px;
    padding: 10px;
  }

  /* .perfect-server-section .server-cont-wrapper p {
    min-height: 170px !important;
  } */
  .eh-video-shape {
    width: 100% !important;
    position: relative !important;
    margin-top: 15px;
    margin-bottom: 0;
    height: auto;
  }

  .enterprise-hosting-section .abstracts-banner {
    display: none;
  }
  .enterprise-hosting-section {
    background: none;
  }

  .video-content {
    padding-top: 0px;
    flex-direction: column-reverse;
  }

  .enterprise-hosting-section .overlap-caption {
    margin-top: 25px;
  }

  .enterprise-hosting-wrapper {
    padding: 0 0px !important;
  }

  .overlap-caption-bg {
    padding: 45px 40px !important;
  }

  .vps-server .why-content-cont .section-heading-caption {
    width: 95% !important;
  }
  .vps-server .why-content-cont .section-heading-caption,
  .perfect-server-heading .section-heading-caption {
    width: 100% !important;
  }

  .bg-azure {
    padding-left: 20px;
    padding-right: 20px;
  }

  .co-more-content {
    padding: 35px 0px;
  }
  .support-icons {
    width: 40%;
  }
  .support-content-box {
    border: 1px solid #89bffa;
    padding: 20px;
    border-radius: 8px;
  }
  .why-choose-section h6 {
    font-size: 18px;
  }
  .sales-support::after,
  .technical-support::after,
  .billing-type::after {
    width: 80px;
    height: 70px;
    bottom: 22px;
  }
  .contact-us-section .faq-grid {
    height: 235px;
  }
  .new-domain-search .domain-home-prices li {
    width: 192px;
  }
  .wcsh-lcon-box img {
    display: block !important;
    width: 75% !important;
    margin: 0 auto !important;
  }

  .email-section .price-content-box {
    margin-top: 25px !important;
  }

  /* .email-section .popular-plan {
    width: 96% !important;
  } */

  .new-email-hosting-feature.feature-rc-cloud-hosting .section-heading-caption {
    width: 85% !important;
  }

  .hacker-gaurdian .border-right-bottom {
    border: 1px solid #793dc5 !important;
    padding: 20px !important;
    margin-top: 25px;
    border-radius: 8px !important;
  }

  .border-right0 .col-xl-3:nth-child(2) .left-right-cont-box,
  .border-right0 .col-xl-3:nth-child(6) .left-right-cont-box {
    border-right: 1px solid #793dc5 !important;
  }

  .connect-your-web,
  .regular-update,
  .restore-point {
    padding: 15px !important;
  }

  .advantage-linux-hosting .row .col-12:nth-child(2) .advantage-hosting-box,
  .wp-main-left-wrapper .row .col-sm-6:nth-child(2),
  .new-cwatch-benefits .row .col-12:nth-child(2) .benefit-content,
  .col-xl-4:nth-child(2) .uppertext,
  .one-powerfull-suit .row .col-12:nth-child(2) .protect-box,
  .contact-us-section .row .col-12:nth-child(2) .faq-grid,
  .support-section .row .col-12:nth-child(2) .support-content-box,
  .why-choose-rc-cloud-hosting
    .rc-cloud-cont
    .row
    .col-12:nth-child(2)
    .key-advantages-body {
    margin-top: 25px !important;
  }

  .free-service-content .new-free-service-lists .right-cont-box p,
  .site-lock-hackcontent .right-cont-box,
  .codegaurd-easy-to-stay .right-cont-box,
  .cwatch-box,
  .codegaurd-easy-to-stay .left-right-cont-box p,
  .hacker-gaurdian .right-cont-box p,
  .googleworkspace-box,
  .why-choose-google-workspace,
  .hosting-price-plan .plan-box,
  .new-email-hosting-feature .business-features,
  .new-email-hosting-feature .protect-box .right-cont-box p,
  .new-email-hosting-feature.titan-profession-content .business-features,
  .contact-us-section .faq-grid .heading-text,
  .compliance-security-cont .why-choose-google-workspace,
  .wp-power-wrapper.website-owner,
  .new-whois-section .new-free-service-lists .left-right-cont-box {
    min-height: 0 !important;
  }

  .new-free-service-lists .left-right-cont-box {
    align-items: flex-start !important;
  }

  .advantage-hosting-box {
    min-height: 0 !important;
  }

  .success-counter-item h2 {
    font-size: 38px !important;
  }
  .success-list-item p span {
    font-size: 20px !important;
  }
  .success-counter-item,
  .sitelock-protects .section-heading-caption,
  .needs-contact-form .section-heading-caption,
  .support-content-box.why-choose-section h6,
  .support-content-box.why-choose-section p {
    width: 100% !important;
  }
  .steps .title {
    font-size: 18px !important;
    margin-top: 17px !important;
    margin-bottom: 16px !important;
  }

  .steps p {
    min-height: 0 !important;
  }

  .who-owns-website-box .row .col-12:nth-child(2) .protect-box,
  .free-service-content
    .left-right-cont-box-wrap
    .col-12:nth-child(2)
    .left-right-cont-box {
    margin-top: 25px !important;
  }
  .new-free-service-lists .left-right-cont-box,
  .wp-power-wrapper,
  .website-owner .right-cont-box p {
    min-height: 0 !important;
  }

  .new-header-list-count {
    width: 100% !important;
  }

  .new-all-domain.web-hosting-plan-section .section-heading-caption {
    width: 80% !important;
  }
  .new-domain-banner-wrapper .domain-search-box {
    width: 85% !important;
  }
  .search-box-inner .submitBtn {
    width: 90px !important;
    padding: 8px 15px !important;
  }

  .price-menu li {
    width: 100% !important;
    margin: 0 !important;
  }

  /* .hosting-features-contents {
    min-height: 234px;
  } */
  .top-popup-login {
    padding: 0px !important;
  }
  .modal {
    padding: 0px;
    padding-top: 40px;
  }
  .modal-fullscreen {
    max-width: 95% !important;
    margin: 0 auto;
  }

  .ntspl-advantage .advantage-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .container {
    padding: 0 20px;
  }

  .windows-shared-hosting-pricing .plan-box,
  .linux-shared-hosting-pricing .plan-box {
    min-height: 665px;
  }
  .service-slider .slick-slide {
    min-height: 250px;
  }
  .newfeatures ul li {
    width: 100%;
  }
  .active-summary {
    flex-direction: column;
  }
  .left-summary {
    width: 100%;
    margin-bottom: 7px;
  }
  .right-summary {
    width: 100%;
  }

  .modal-body {
    padding: 10px 15px;
  }

  .View-faq-button {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
  .accordion-header button {
    font-size: 14px;
  }
  .table-scroll {
    max-height: 300px;
  }
  .nav-tab-list {
    gap: 10px;
    margin-top: 1rem;
    justify-content: flex-start;
  }
  .nav-tab-list li {
    margin-bottom: 5px;
  }
  .card-feature .card-body {
    padding: 1rem !important;
  }
  .nav-tab__btn {
    padding: 8px 10px;
  }
  .nav-tab__title {
    font-size: 10px;
  }
  .title-hosting-name {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #d8d8d8;
    padding: 6px 0px !important;
    letter-spacing: 0px;
  }

  .aws-plan-h4 {
    justify-content: center;
  }
  .product-slider-center .slick-list,
  .product-slider-center-two .slick-list,
  .product-slider-center-three .slick-list,
  .product-slider-center-four .slick-list,
  .product-slider-center-five .slick-list {
    padding: 0px 46px !important;
  }
  .product-slider-center .slick-slide,
  .product-slider-center-three .slick-slide,
  .product-slider-center-four .slick-slide {
    width: 12.5% !important;
    float: left;
    /* padding: 0; */
  }

  .product-slider-center .plan-box ul li,
  .product-slider-center-two .plan-box ul li,
  .product-slider-center-three .plan-box ul li,
  .product-slider-center-four .plan-box ul li,
  .product-slider-center-five .plan-box ul li {
    /* width: 60%; */
    width: 100%;
    margin: 11px auto;
  }

  /* .product-slider-center .plan-box ul,
  .product-slider-center-two .plan-box ul,
  .product-slider-center-three .plan-box ul,
  .product-slider-center-four .plan-box ul,
  .product-slider-center-five .plan-box ul {
    text-align: center;
  }

   .product-slider-center .plan-box ul li,
  .product-slider-center-two .plan-box ul li,
  .product-slider-center-three .plan-box ul li,
  .product-slider-center-four .plan-box ul li,
  .product-slider-center-five .plan-box ul li {
    padding-left: 0px;
  }

  .product-slider-center .plan-box ul li:before,
  .product-slider-center-two .plan-box ul li:before,
  .product-slider-center-three .plan-box ul li:before,
  .product-slider-center-four .plan-box ul li:before,
  .product-slider-center-five .plan-box ul li:before {
    display: none;
  } */

  .advantage-linux-hosting .advantage-hosting-box {
    min-height: 0 !important;
  }

  .feature-1-wrapper.design-tbox-s .section-heading {
    margin-top: 0 !important;
  }

  .hosting-feature-v2 .uh_email_tabs {
    width: 100%;
  }

  .hosting-feature-v2 .hosting-feature-tab-wrapper {
    width: 95%;
  }

  .nawsh-box object {
    width: 100% !important;
  }

  .colour-advantage-bg.ntspl-advantage .advantage-wp {
    padding: 0;
    padding-bottom: 30px;
  }

  .email-section .plan-container-new .row .col-12:first-child .plan-box {
    margin-top: 0 !important;
  }

  .new-cloud-quote-wrapper .b-image {
    width: 56% !important;
  }
  .hosting-price-plan .plan-container-new {
    padding: 50px 0px !important;
  }
  .hosting-price-plan .plan-container-email-section {
    /* padding: 50px 20px !important; */
    padding: 50px 0 !important;
  }
  .need-more-slider {
    display: none !important;
  }
  .product-slider-center .slick-slide {
    width: 11.8% !important;
  }

  .slick-dots li:last-child {
    display: none !important;
  }

  .new-custom-hosting-plan .slick-dots li:last-child {
    display: inline-block !important;
  }

  .new-business-email-price .slick-dots li:last-child {
    display: inline-block !important;
  }

  .plan-container-email-section .slick-dots li:last-child {
    display: inline-block !important;
  }

  .need-more-slider-small-device {
    padding: 20px;
    display: block;
  }
  .hosting-price-plan .need-more-slider-small-device .recomended-test {
    min-height: 30px;
    margin-bottom: 7px;
  }
  .hosting-price-plan .need-more-slider-small-device .plan-box ul {
    list-style: none;
    padding: 8px 0px 10px;
    margin-bottom: 0px;
  }

  .gcp-features-wrapper .codegaurd-easy-to-stay .right-cont-box {
    min-height: 0 !important;
  }

  .transfer-details .subtitle {
    min-height: 0;
  }

  .new-azure-services
    .who-owns-website-box
    .row
    .col-12:nth-child(2)
    .wp-power-wrapper {
    margin-top: 25px;
  }

  .new-end-to-end-azure
    .microsoft-azura-platform
    .col-12:nth-child(2)
    .service-section {
    margin-top: 25px;
  }

  .new-end-to-end-azure.perfect-server-section .server-cont-wrapper a {
    min-height: 0;
  }

  .new-end-to-end-azure.perfect-server-section .server-cont-main {
    text-align: center !important;
    align-items: center;
  }

  .new-end-to-end-azure.perfect-server-section .server-cont-wrapper {
    min-height: 0 !important;
  }

  .new-security-price-wrapper .slick-dots li:last-child {
    display: inline-block !important;
  }
  .price-plan .plan-price {
    font-weight: 900;
  }
  .validity-y {
    color: #9096aa;
    font-weight: 600;
  }

  .disabled-checklist {
    display: none !important;
  }

  .country-and-ssd-hdd-wrap .country-cont {
    margin-bottom: 0 !important;
  }

  .custom-starter-plan-wrapper {
    padding: 0 90px;
  }

  .custom-starter-plan-wrapper .plan-heading {
    text-align: center;
  }

  .custom-starter-plan-wrapper .recomended-test {
    text-align: center;
    min-height: 0;
  }

  .custom-starter-plan-wrapper .custom-offer-tag {
    justify-content: center !important;
  }

  .hosting-price-plan .custom-starter-plan-wrapper .plan-price {
    text-align: center;
  }

  .custom-inner-plan-box > .row {
    display: flex;
  }

  .custom-inner-plan-box > .row > div:nth-child(1) {
    order: 1;
  }

  .custom-inner-plan-box > .row > div:nth-child(3) {
    order: 2;
  }

  .custom-inner-plan-box > .row > div:nth-child(2) {
    order: 3;
  }

  .outer-custom-starter-plan-info {
    justify-content: center;
    flex-direction: column;
  }

  .custom-starter-plan-info {
    margin-top: 20px;
  }

  .custom-starter-plan-feature {
    border-right: 0;
  }

  .inner-custom-starter-plan-feature {
    width: 100%;
  }

  .custom-plan-title {
    font-size: 28px;
  }

  .top-patch-new-wrapper .email-feature-list {
    width: 90%;
  }

  .new-transfer-registar {
    padding-bottom: 0 !important;
  }

  .sitelock-accodian {
    padding-bottom: 60px !important;
  }

  .clients-testimonials .testimonials-box .nameinfo {
    min-height: 0;
  }
  .key-advantages-body img {
    display: block;
    margin: 0 auto;
  }
  .key-ad-heading {
    text-align: center;
    display: block !important;
  }
  .key-advantages-body p {
    text-align: center;
  }

  .perfect-server-heading .section-heading-caption {
    margin-bottom: 15px;
  }

  .dcf-right:before {
    top: -15px;
  }

  .new-aws-benefit.sitelock-protects-new .left-cont-box {
    margin-bottom: 0;
  }

  .what-gcp-do-wrapper .left-cont-box {
    margin-bottom: 0;
  }

  .sitelock-protects-new.new-azure-services .left-cont-box {
    margin-bottom: 0;
  }

  .new-microsoft-office-solutions {
    padding-bottom: 60px !important;
  }

  .new-business-choose-ntspl-wrapper {
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 680px) {
  .perfect-server-section .server-cont-wrapper p {
    min-height: 237px !important;
  }

  .perfect-server-section .server-cont-wrapper a {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 575px) {
  .mw_wave_rolodex_container {
    height: 400px;
  }

  .mw_wave_dynamic_text .mw_wave_dynamic_item.active {
    margin: 26px 0;
  }

  .new-faq-boxes .faq-page .col-xl-3:nth-child(6) .protect-box {
    margin-top: 30px !important;
  }

  .big-img-wrapper {
    height: 335px;
  }

  .static-val .static-num {
    font-size: 30px;
  }

  .static-val-wrapper .static-val:not(:last-child) {
    padding-right: 20px;
  }

  .wordpress-power-resp .wp-main-left-wrapper .row .col-sm-6:nth-child(2) {
    margin-top: 25px !important;
  }

  .hosting-service-n.why-choose-shared-hosting-new-v2
    .service-wrap
    .service-section {
    min-height: 295px;
  }

  .btn-cta .highlight {
    font-size: 20px !important;
  }

  .btn-cta h4 {
    font-size: 18px !important;
  }

  /* .perfect-server-section .server-cont-wrapper p {
    min-height: 264px !important;
  } */

  .looking-for-more {
    padding: 0 20px !important;
  }

  /* .ntspl-advantage .advantage-box {
    padding: 0 20px;
  } */

  .price-section-box .row .col-12:nth-child(2) .domain-price-box {
    margin-top: 25px !important;
  }
  .new-all-domain.web-hosting-plan-section .section-heading-caption {
    width: 100% !important;
  }

  .advantage-hosting-box {
    padding: 25px !important;
  }

  .address-box-content.hidden-content {
    display: block !important;
    width: 100%;
    height: 100%;
    margin-bottom: 25px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0%),
      0 4px 6px -4px rgb(0 0 0 / 0.1);
  }

  .address-box-content {
    display: none !important;
  }

  .contact-form-new .address-box-content {
    position: relative !important;
    top: 0;
    left: 0;
  }

  .contact-form-new {
    padding: 0 20px;
  }

  .perfect-server-section .server-cont-wrapper {
    min-height: 304px !important;
  }

  .image-w {
    width: 43px;
  }

  .key-advantages-body {
    padding: 25px !important;
  }

  .key-ad-heading {
    font-size: 18px;
  }

  .new-cloud-quote-wrapper .server-quote-form-wrapper {
    width: 93% !important;
  }

  .new-contact-form-wrapper .section-heading-caption {
    width: 90% !important;
  }

  .inner-page-banner span {
    font-size: 17px;
  }

  .submitBtn {
    right: 8px;
  }

  .new-email-top-patch {
    padding: 14px;
  }

  .new-email-top-patch li {
    align-items: flex-start;
    gap: 12px;
  }

  .new-email-top-patch li img {
    width: 34px;
    height: 34px;
    min-width: 34px;
  }

  .new-email-points p {
    font-size: 13px;
  }

  .new-email-points span {
    font-size: 12px;
  }

  .top-patch-new-wrapper .email-feature-list {
    width: 100%;
  }

  .footer-glass-box .fgb {
    font-size: 28px;
    line-height: 36px;
  }

  .top-domain-list-new.domain-list li {
    width: 170px;
  }
}

@media screen and (max-width: 517px) {
  .btn-cta {
    margin-right: 20px;
  }

  .top-br-right {
    margin-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .c-details {
    width: 70%;
  }

  .manage-cloud-hosting-new-resp .wshf-img .l-wshf-img {
    height: 245px !important;
  }

  .banner-circle-shape-1 {
    left: -50px;
  }

  .banner-circle-shape-2 {
    left: -150px;
  }

  .ntspl-bg-video-wrapper {
    width: 100%;
  }

  .ntspl-bg-video {
    object-position: 30% 50%;
  }

  .ntspl-overlay-gradient {
    background: linear-gradient(
      90deg,
      rgb(75 85 237 / 65%) -1%,
      rgb(75 85 237 / 82%) 39%,
      rgb(119 75 237 / 92%) 100%
    );
  }

  .perfect-server-section .server-cont-wrapper {
    min-height: 352px !important;
  }

  .top-br-right {
    display: flex !important;
    margin-left: 0 !important;
    margin-top: 12px !important;
  }

  .btn-cta {
    margin-right: 0;
  }

  .top-bar {
    flex-direction: column !important;
  }

  .white-patch-top {
    height: auto !important;
  }

  .top-bar:after {
    display: none !important;
  }

  /* .perfect-server-section .server-cont-wrapper p {
    min-height: 280px !important;
  } */
  .top-bar:after {
    left: 40%;
  }

  .rounded-video {
    height: 265px !important;
    padding: 15px;
  }

  .new-azure-services.new-all-domain.web-hosting-plan-section
    .section-heading-caption {
    padding: 0 20px;
  }

  .new-hackerGuardian-scanning .nawsh-box img {
    width: 100%;
  }

  .needs-contact-form .ntspl-bg-video-wrapper {
    width: 100%;
  }

  .new-header-list-count.lowest-price-with-brand {
    margin: 30px 0 0;
  }
  .new-header-list-count li {
    padding-left: 20px;
  }

  .inner-page-banner ul li:before {
    width: 16px;
    height: 16px;
  }

  .new-header-list-count li {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
  }

  .country-cont.new-email-tab-btns li.country-active span {
    font-size: 15px;
  }

  .country-cont.new-email-tab-btns .flag-cont img {
    width: 25px;
  }

  .new-email-tab-btns ul li {
    padding: 8px 25px;
  }

  .custom-starter-plan-wrapper {
    padding: 0 20px;
  }

  .custom-inner-plan-box {
    padding: 25px;
  }

  .custom-plan-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .r-side-quote h4 {
    font-size: 28px;
  }

  .bs-stepper-header {
    padding: 0px 20px;
  }

  .simple-steps .steps-text h4 {
    font-size: 18px;
  }

  .simple-steps .steps-icon:before {
    height: 100vh;
  }

  .whois-search-box .search-box-inner .searchbox {
    height: 50px;
  }

  .new-scroll-x-wrapper .img-fluid {
    height: 30px !important;
  }

  .new-free-service-lists .left-right-cont-box {
    padding: 20px;
  }

  .static-val-wrapper .static-val {
    border: 1px solid #d4dcff;
    padding: 10px;
    border-radius: 8px;
    padding-right: 10px !important;
  }

  .static-val-wrapper {
    gap: 10px;
    flex-wrap: wrap;
  }

  .static-val .static-num {
    font-size: 27px;
  }

  .big-img-wrapper {
    height: 222px;
  }

  .figure-section .static-val .static-num {
    font-size: 24px;
  }

  .figure-section {
    padding: 10px;
    width: 150px;
  }

  .hosting-partners-new.new-scroll-x-wrapper .img-fluid {
    height: 30px !important;
  }

  .manage-cloud-hosting-new-resp .wshf-img .l-wshf-img {
    height: 200px !important;
  }

  .manage-cloud-hosting-new-resp .fe-box {
    height: 740px !important;
    max-height: 740px !important;
  }

  .trusted-brand-logos.why-image {
    width: 100%;
  }

  .logo-ha-section-iteam img {
    width: 105px;
  }

  .new-domain-banner-wrapper .searchbox {
    height: 47px;
    padding: 16px 90px 16px 16px;
  }

  .search-box-inner .submitBtn {
    width: 80px !important;
    padding: 6px 8px !important;
  }

  .submitBtn {
    right: 5px;
    top: 5px;
  }

  .price-btn-choose {
    font-size: 24px;
  }

  .perfect-server-section .server-cont-wrapper {
    min-height: 405px !important;
  }

  .new-why-wraper .col-md-6 img {
    margin: 0 !important;
    width: 50px;
    margin-bottom: 15px !important;
  }

  .new-why-wraper .col-md-6 h6,
  .new-why-wraper .col-md-6 p {
    text-align: left;
  }

  .dcf-right {
    padding: 70px 10px 36px 10px;
  }

  .global-presence .section-heading {
    font-size: 22px !important;
    line-height: 37px !important;
  }

  .global-presence .highlight {
    font-size: 26px !important;
  }

  .data-list .inrii-icon {
    width: 50px;
    height: 50px;
    padding: 6px;
  }

  .linri h3 {
    font-size: 25px;
  }

  .r-div h3 {
    font-size: 18px;
  }

  .r-div p {
    font-size: 14px;
    line-height: 22px;
  }

  .address-box-content.hidden-content {
    padding: 15px;
  }

  .address-box-content.hidden-content h6 {
    font-size: 20px;
  }

  .address-box-content.hidden-content h5 {
    font-size: 18px;
  }

  .address-box-content.hidden-content p {
    font-size: 14px;
  }

  .server-quote-form-wrapper {
    padding: 15px;
  }

  .accordian-faq {
    height: 630px;
  }

  .new-domain-banner-wrapper .domain-home-prices li {
    width: 180px;
  }

  /* .email-section .popular-plan {
    width: 93% !important;
  } */

  .hosting-price-plan .popular-badge {
    font-size: 14px !important;
    line-height: 23px !important ;
  }

  .easy-steps .steps {
    padding: 15px !important;
  }

  .new-domain-banner-wrapper .domain-search-box {
    margin: 35px auto !important;
  }

  .new-domain-banner-wrapper .domain-search-box {
    width: 100% !important;
  }

  .inner-page-banner span {
    font-size: 16px;
  }

  .banner-heading {
    font-size: 27px !important;
    line-height: 37px;
  }

  .btn-close-custom {
    position: absolute;
    right: -5px;
    top: -25px;
  }

  .windows-shared-hosting-pricing .plan-box,
  .linux-shared-hosting-pricing .plan-box {
    min-height: 690px;
  }

  .product-slider-center .plan-box ul li,
  .product-slider-center-two .plan-box ul li,
  .product-slider-center-three .plan-box ul li,
  .product-slider-center-four .plan-box ul li,
  .product-slider-center-five .plan-box ul li {
    width: 100%;
  }

  .ntspl-advantage .advantage-box {
    min-height: 300px;
  }
  .sales-support::after,
  .technical-support::after,
  .billing-type::after {
    width: 50px;
    height: 50px;
    bottom: 10px;
  }
  .co-more-content .pb-30 {
    padding-bottom: 4px;
  }

  .image-w {
    width: 50px;
  }

  .overlap-caption-bg {
    padding: 25px 25px !important;
  }

  .why-choose-shared-hosting-new-v2 .dcf-linr {
    padding: 20px !important;
  }

  .key-dc-features-section.why-choose-shared-hosting-new-v2 .container-fluid {
    padding: 0;
  }

  .server-quote-form-wrapper h3 {
    font-size: 18px;
  }

  .new-why-wraper .col-lg-4 h6 {
    font-size: 22px !important;
  }

  .rounded-video {
    height: 210px !important;
  }

  .web-hosting-plan-section .plan-container-new.new-contact-form-wrapper {
    padding-bottom: 5px !important;
  }

  .new-cloud-quote-wrapper .b-image {
    width: 75% !important;
  }

  .new-security-codeguard-price-wrapper.new-security-price-wrapper
    .wordpress-hosting-pricing
    .plan-box {
    min-height: 775px !important;
  }

  .new-scroll-x-wrapper .scroller-x__list {
    animation: var(--_scroll-animation, scroll-ltr)
      var(--_animation-duration, 135s) var(--_animation-direction, forwards)
      linear infinite;
  }

  .new-domain-banner-wrapper .domain-search-box {
    margin: 25px auto !important;
  }

  .new-header-list-count li {
    font-size: 13px;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
  }

  .new-domain-search .domain-home-prices li {
    width: 185px;
  }

  .digital-success-box::before {
    left: 13px;
    top: 13px;
    width: calc(100% - 25px);
    height: calc(100% - 20px);
  }

  .digital-success-box {
    padding: 31px !important;
  }

  .digital-success-content .section-heading {
    line-height: 35px !important;
  }

  .digital-success-content .highlight {
    line-height: 24px !important;
  }

  .step-no {
    font-size: 55px !important;
  }

  .plan-container-new.domain-transfer-advantage-new {
    padding-bottom: 0 !important;
  }

  .new-transfer-registar {
    padding-bottom: 0 !important;
  }

  .new-transfer-registar.new-major-components {
    padding-bottom: 60px !important;
  }

  .new-domain-prices {
    padding-bottom: 0;
  }

  .plan-container-new.new-free-service {
    padding-bottom: 0 !important;
  }

  .new-domain-search.new-whois-domain-search .domain-home-prices li span {
    margin: 0;
    padding-right: 0;
    height: 22px;
  }

  .digital-success-list .success-list-item:last-child {
    margin-bottom: 0 !important;
  }

  .hosting-price-plan .plan-container-new.new-server-top-pt {
    padding: 20px 0 !important;
  }

  .right-shrrt-wrap {
    margin-bottom: 0;
  }

  .vps-server-second-main-heading {
    margin-top: 0 !important;
  }

  .perfect-server-section .server-cont-wrapper {
    min-height: 490px !important;
  }

  .new-cs-framework {
    padding-top: 0 !important;
  }

  .server-quote-form.click-away-s {
    padding: 60px 0;
  }

  .new-rc-cloud-feature .simple-steps .steps-icon img {
    width: 36px;
  }

  .new-aws-benefit.sitelock-protects-new .left-cont-box {
    margin-bottom: 5px;
  }

  .bs-stepper .chat-button {
    width: 105px;
    padding: 9px 10px;
  }

  .new-email-tab-btns ul li {
    padding: 8px 18px;
  }

  .new-cloud-plan-wrapper .product-slider-center .slick-slide {
    width: 9.6% !important;
  }

  .looking-for-more {
    margin-top: 0 !important;
  }

  .new-windows-share-hosting-feature .fe-box:last-child {
    margin-bottom: 0 !important;
  }

  .linux-ntspl-advantage-new .nawsh-box {
    margin-top: 0 !important;
  }

  .new-hosting-feature-tabs .fe-box {
    margin-bottom: 0 !important;
  }

  .new-sitelock-vdo-weapper {
    padding-bottom: 0 !important;
  }

  .new-hackerGuardian-scanning .sticky-content .section-heading {
    margin-bottom: 25px;
  }

  .needs-contact-form .bg-azure {
    padding-left: 12px;
    padding-right: 12px;
  }

  .needs-contact-form .co-more-content {
    padding-top: 18px;
  }

  .contact-customers-say-wrapper .customer-voice-section {
    padding-bottom: 0 !important;
  }

  .new-popular-questions.new-transfer-registar {
    padding-bottom: 60px !important;
  }

  .top-patch-new-wrapper .email-feature-list {
    row-gap: 15px;
  }

  .new-choose-titan-email-wrapper {
    padding-bottom: 60px !important;
  }

  .row.why-choose-section {
    margin-top: 10px !important;
  }

  .new-email-flexible-solutions {
    margin-top: 0 !important;
    padding-bottom: 60px;
  }

  .new-business-choose-ntspl-wrapper {
    padding-bottom: 60px !important;
  }

  .new-titan-plan-wrapper.product-slider-center .slick-slide {
    width: 9.6% !important;
  }

  .dcf-right:before {
    top: 5px;
  }
}

@media screen and (max-width: 440px) {
  .new-header-list-count li {
    font-size: 12px;
    font-weight: 600;
    position: relative;
    padding-left: 19px;
  }
  .new-domain-search .domain-home-prices li {
    width: 150px;
  }
}

@media screen and (max-width: 420px) {
  .new-header-list-count li {
    font-size: 12px;
    font-weight: 600;
    position: relative;
    padding-left: 17px;
  }

  .q-text {
    margin-left: 6px;
  }

  .c-details {
    width: 100%;
  }

  /* .perfect-server-section .server-cont-wrapper  {
    min-height: 575px !important;
  } */

  /* .perfect-server-section .server-cont-wrapper {
    min-height: 485px !important;
  } */

  .hosting-price-plan .popular-badge {
    padding: 8px;
    top: 5px;
  }

  .plan-us.plan-us-ssd:before,
  .plan-in.plan-in-ssd:before,
  .plan-us.plan-us-hdd:before,
  .plan-in.plan-in-hdd:before,
  .plan-eu.plan-eu-ssd:before {
    margin: 0px 20px;
  }
  .new-domain-banner-wrapper .domain-home-prices li {
    width: 170px;
  }

  .hidden-features-1::after {
    content: "+";
    position: absolute;
    right: -12px;
    top: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f1efff;
    color: #4c35e8;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    transition: all 0.3s ease;
  }

  .hidden-features-2::after {
    content: "+";
    position: absolute;
    right: -12px;
    top: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f1efff;
    color: #4c35e8;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    transition: all 0.3s ease;
  }

  .hidden-features-3::after {
    content: "+";
    position: absolute;
    right: -12px;
    top: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f1efff;
    color: #4c35e8;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    transition: all 0.3s ease;
  }

  .hosting-price-plan .plan-box ul li.hidden-features-1 {
    font-size: 12px;
  }

  .hosting-price-plan .plan-box ul li.hidden-features-2 {
    font-size: 12px;
  }

  .hosting-price-plan .plan-box ul li.hidden-features-3 {
    font-size: 12px;
  }
}

@media screen and (max-width: 390px) {
  /* .perfect-server-section .server-cont-wrapper {
    min-height: 580px !important;
  } */
  .bs-stepper-header {
    padding: 0px 6px;
  }

  .static-val-wrapper .static-val {
    padding: 8px;
    width: 150px;
    min-height: 95px;
  }

  .why-ntspl-content ul li,
  .cloud-services ul li,
  .add-on-box ul li {
    font-size: 15px !important;
  }

  .advantage-hosting-box {
    padding: 20px !important;
  }

  .uh_email_tabs {
    width: 95% !important;
  }

  .windows-shared-hosting-pricing .plan-box {
    min-height: 740px;
  }

  .linux-shared-hosting-pricing .plan-box {
    min-height: 640px;
  }

  .hosting-price-plan .popular-badge {
    font-size: 12px !important;
    line-height: 23px !important;
  }

  .price-btn-choose {
    font-size: 21px;
  }

  .hosting-price-plan .popular-badge {
    padding: 5px;
    top: 8px;
  }

  .product-slider-center .slick-slide {
    width: 11.8% !important;
  }

  .offer-copy {
    width: 30px;
  }

  .offer-left {
    width: 65px;
    flex-shrink: 0;
  }

  .offer-badge {
    font-size: 10px;
  }

  .new-domain-banner-wrapper .domain-home-prices li {
    width: 48%;
    padding: 8px 12px !important;
  }

  .inner-page-banner span {
    font-size: 14px;
  }
}

@media screen and (max-width: 368px) {
  .new-domain-banner-wrapper .domain-home-prices li {
    padding: 8px 12px !important;
    width: 47%;
  }
}

@media screen and (max-width: 360px) {
  .simple-steps .steps-text p {
    font-size: 15px;
  }

  .simple-steps {
    margin-top: 20px;
  }

  .simple-steps .steps-icon:before {
    height: 124px;
  }

  .manage-cloud-hosting-new-resp .fe-box {
    height: 765px !important;
    max-height: 765px !important;
  }

  .hosting-price-plan .popular-badge {
    padding: 5px;
    top: 8px;
  }

  .price-btn-choose {
    font-size: 21px;
  }

  .new-captcha-wrapper {
    transform: scale(0.88);
  }

  .success-list-item p span {
    font-size: 18px !important;
  }

  .digital-success-box {
    padding: 31px !important;
  }

  .inner-page-banner span {
    font-size: 14px;
  }

  .banner-heading {
    font-size: 25px !important;
    line-height: 37px;
  }

  .windows-shared-hosting-pricing .plan-box {
    min-height: 840px !important;
  }

  .linux-shared-hosting-pricing .plan-box {
    min-height: 620px !important;
  }

  .hosting-price-plan .plan-box ul li {
    font-size: 14px;
  }

  .new-security-codeguard-price-wrapper.new-security-price-wrapper
    .wordpress-hosting-pricing
    .plan-box {
    min-height: 820px !important;
  }

  .offer-left {
    width: 58px;
    flex-shrink: 0;
  }

  .offer-badge {
    font-size: 9px;
  }

  .offer-code {
    font-size: 9px;
  }

  .offer-info {
    width: 25px;
  }

  .new-domain-banner-wrapper .domain-home-prices li {
    width: 47%;
    padding: 8px 10px !important;
  }

  .new-domain-banner-wrapper .domain-home-prices ul {
    column-gap: 8px;
  }

  .perfect-server-section .server-cont-wrapper {
    min-height: 580px !important;
  }
}
@media screen and (max-width: 348px) {
  .new-domain-banner-wrapper .domain-home-prices li {
    width: 48%;
    padding: 8px 10px !important;
  }
}

@media screen and (max-width: 340px) {
  .new-domain-banner-wrapper .domain-home-prices ul {
    column-gap: 6px;
  }
  .new-domain-banner-wrapper .domain-home-prices li {
    width: 48%;
    padding: 8px 6px !important;
  }
}

@media screen and (max-width: 320px) {
  .new-captcha-wrapper {
    transform: scale(0.75);
  }

  .search-box-inner .submitBtn {
    width: 62px !important;
    padding: 6px 6px !important;
    font-size: 14px;
    top: 7px;
  }

  .product-slider-center .slick-slide {
    width: 9.4% !important;
  }

  .mw_wave_rolodex_container {
    height: 490px;
  }

  .dropdown-toggle {
    white-space: normal;
  }

  .price-btn-choose {
    font-size: 16px !important;
  }
}
