@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@900&amp;family=Poppins:wght@700;800&amp;display=swap");

html {
  font-family: "Open Sans", Arial !important;
}

* {
  font-family: "Open Sans", Arial;
}

.hs-mega-menu-opened {
  z-index: 9999 !important;
}

.custom-badge {
  top: 3px;
  right: 10px;
  padding: 4px 14px;
  border-radius: 1px;
  font-size: 12px;
  background: #1e1e1e;
}

.topbar-buttons {
  font-size: 13px;
  padding: 2px 10px !important;
  border: 1px solid #1e1e1e;
  color: #1e1e1e !important;
  display: flex;
  justify-content: space-between;
}

.topbar-buttons-left {
  font-size: 13px;
  padding: 2px 10px !important;
  background: #1e1e1e;
  color: #ffffff !important;
}

.topbar-buttons:hover {
  background: #1e1e1e;
  color: #fff !important;
}

.hmw-primary-bg {
  background: #1e1e1e;
}

.hmw-primary-hosting-bg {
  background: #124de5;
}

.hmw-business-hosting-bg {
  background: #4d4ad2;
}
.hmw-un-vps-bg {
  background: #001e6b;
  padding: 65px 0 0;
}
.hmw-dedicated-bg {
  padding: 65px 0 0;
  background: #292dae;
}
.hmw-reseller-hosting-bg {
  background: linear-gradient(
    255.05deg,
    #0f317c 1.46%,
    #40a3ff 28.51%,
    #163e95 74.64%
  );
}

.hmw-btn-primary {
  background: #e68e03;
  color: #fff !important;
}

.hmw-guarantee-padding {
  padding: 18px 0 30px 0;
  line-height: 1.6;
  font-weight: 300;
}

.hmw-guarantee {
  font-weight: 200 !important;
  font-size: 15px;
  color: #fff;
  padding: 18px 0 0 0;
  line-height: 1.5;
  max-width: 577px;
  font-family: "Open Sans", Arial;
}

.btn-brand-78 {
  background-color: #e68e03;
  border-color: #e68e03 !important;
  color: #ffffff;
  font-weight: 500 !important;
  padding: 16px 40px;
}

.btn-brand-78:hover,
.btn-brand-78:focus {
  background: #f7a21a;
  border-color: #f7a21a !important;
  border: 1px solid #f7a21a !important;
  color: #ffffff;
}

.highlight-bar {
  display: flex;
  margin: 0;
  padding: 0;
  width: auto;
}

.hightlight-items {
  display: flex;
}

.hightlight-items li {
  align-items: center;
  display: flex;
  margin-right: 1.4rem;
}

.hightlight-items .image-container {
  width: 50px;
  margin-right: 14px;
}

.hightlight-items .image-container img {
  width: 100%;
}

.white-filter {
  filter: invert(100%);
}

.text-container h1 {
  color: #fff;
  font-size: 1.5rem;
}

.text-container p {
  font-size: 0.9rem;
  line-height: 0.1px;
}

.search-box-container {
  display: block;
  max-width: 950px;
  margin: 0 auto;
  box-shadow: 0px 11px 92px 0px
    rgba(118.00000000000001, 191.00000000000006, 254, 0.19);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  z-index: 123;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #cde7f1;
}
.search-box,
.search-inputs {
  display: flex;
  width: 100%;
}

.search-inputs input[type="text"] {
  border-radius: 0;
  border-top: transparent;
  border-right: transparent;
  border-bottom: transparent;
  border-left: 2px solid #e1e1e1;
  padding: 1rem;
  font-size: 1.4rem;
}
.search-inputs input[type="text"]::placeholder {
  font-size: 1.4rem;
}

.search-inputs select {
  border-radius: 0 3px 3px 0;
  padding: 1rem;
  height: 70px;
}

.search-inputs select:focus {
  box-shadow: none;
}

.search-inputs input:focus {
  box-shadow: none;
  border-top: transparent;
  border-right: transparent;
  border-bottom: transparent;
  border-left: 2px solid #e1e1e1;
}

.search-btn {
  padding: 20px 45px;
  border-radius: 2px;
}

@media screen and (max-width: 750px) {
  .search-box,
  .search-inputs {
    display: grid;
  }
  .search-inputs input {
    border: 1px solid #e1e1e1 !important;
    margin: 1rem 0;
  }

  .search-button {
    display: flex;
    width: 100%;
  }

  .search-btn {
    display: block;
    width: 100%;
    margin: 1rem 0;
  }
}

.domain-section-wrap {
  margin-top: -3rem;
  position: relative;
  z-index: 123;
}

.domain-bg {
  border-radius: 1rem;
}

.domain-pricing-box {
  display: block;
  max-width: 900px;
  margin: 0 auto;
}
.__xdsoqw {
  display: inline-block;
  padding: 12px 10px;
  font-size: 16px;
  border: 1px solid #cde7f1;
  border-radius: 12px;
  margin-bottom: 10px;
}

.domain-pricing-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 800px;
  margin: auto;
  max-width: 100%;
}

.domain-pricing-items .ext-img {
  width: 45px;
  margin: 0 auto 13px;
}

.domain-pricing-items .ext-img img {
  width: 100%;
  text-align: center;
}
.domain-pricing-items .ext-img img.lk-domain {
  width: 40px;
}

.domain-pricing-items span {
  background: #d9edff;
  padding: 4px 60px;
  border-radius: 18px;
  font-size: 15px;
  color: #486484;
}

.hmw-bg-op {
  background: #eff8ff;
}

._bho06td {
  display: grid;
  align-items: center;
}

._bho06td h5 {
  font-size: 30px;
  color: #3e5272;
  font-weight: 700;
  margin-bottom: 3px;
}

._bho06td span {
  font-size: 1.2rem;
  font-weight: 300;
  color: #4878c6;
}

._mnxsda {
  padding: 2rem;
}

.domain-search-title {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.7rem;
}

.domain-search-title h1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #323a45;
}

.expert-contact-box {
  border-radius: 10px;
  background: #2ecc71;
  justify-content: space-around;
  padding: 17px 0;
  max-width: 472px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.expert-contact-box .__cxkld3 {
  position: relative;
  font-size: 18px;
  color: #fff !important;
  font-weight: 700;
}

.expert-contact-box .__cxkld3::before {
  position: absolute;
  content: "";
  background: #0f5fbd;
  width: 1px;
  height: 41px;
  right: -33px;
}

@media screen and (max-width: 750px) {
  .expert-contact-box .__cxkld3::before {
    position: absolute;
    content: "";
    display: block;
    background: #0f5fbd;
    width: 100%;
    height: 1px;
    right: 0;
    top: 100%;
  }
}

.__7cmnxsa {
  font-size: 18px;
  cursor: pointer;
  font-weight: 700;
  color: #fff !important;
}

.__vbmkxs {
  vertical-align: middle;
  padding: 9px;
  width: 40px;
  height: 40px;
}

.__vbmkxs.expert-icon {
  width: 50px;
  height: 50px;
}

.styled-icon {
  width: 70px;
  height: 70px;
  position: absolute;
  top: -40px;
  left: 21px;
  border-radius: 50%;
}

.__jxswpor:before {
  content: "";
  position: absolute;
  border-radius: 0 20px 20px 0;
  background: #f3fbff;
  width: 836px;
  z-index: -1;
  right: 117px;
  top: -20px;
  bottom: -20px;
}

.bvloxsi {
  font-size: 40px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin: auto;
  line-height: 1.3;
}

.hmw-speed-list {
  padding-top: 40px;
}

.hmw-speed-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 25px;
  position: relative;
  padding-left: 25px;
}

.hmw-speed-list li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  background: url(../img/icons/assets/check-mark.png) center center no-repeat;
  background-size: contain;
  width: 15px;
  filter: brightness(1.2) saturate(1.2) hue-rotate(78deg);
  height: 11px;
}

.owl-carousel .item.partners img {
    width: 150px;
  }

  .owl-carousel.brandsxx {
    position: relative;
    padding: 15px 35px 0;
  }
  .logo-slider-2 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 40px;
    text-align: center;
  }
  .owl-carousel.brandsxx .owl-item {
    background: #fff;
    padding: 0 20px;
    height: 400px;
    display: flex;
  }
  .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #fff !important;
    border-radius: 50%;
    margin: auto 0;
    box-shadow: 0px 0px 5px #00000069;
  }
  .owl-nav button.owl-next {
    right: 0;
  }
  .owl-nav button.owl-prev {
    left: 0;
  }

  .brandsxx .owl-item {
    text-align: center;
    padding: 10px 20px 20px;
  }
  .brandsxx .owl-item img {
    width: 100px !important;
    margin: 1rem auto;
  }
  
  .brandsxx h2 {
    margin: 0px;
    font-size: 20px;
  }
  .brandsxx p {
    font-size: 15px;
    font-weight: normal;
  }

.__cgkoxsa {
  border: 1px solid #73cff7;
  border-radius: 40px;
  position: relative;
  padding: 3rem 30px;
}

.__cgkoxsa::after {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  bottom: 0;
  border-left: 7px solid #14e6e6;
  height: 333.33px;
  border-radius: 120px;
}

.__cgkoxsa::before {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  bottom: 0;
  border-right: 7px solid #14e6e6;
  height: 333.33px;
  border-radius: 120px;
}

.cpanel-btn {
  background: #1e1e1e;
  padding: 3px 10px;
  border-radius: 3px;
  color: #ffffff !important;
}

.cpanel-btn:hover {
  opacity: 0.88;
}

.__0clffos {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 17px 0 rgb(149 149 149 / 15%);
  padding: 22px;
  text-align: center !important;
  border: none;
}

.__0clffos img {
  width: 69px;
  height: 70px;
  margin: 0 auto;
}

.__0clffos .__ckhodr {
  justify-content: center;
  padding-top: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.__0clffos .__ckhodr .xddsloe {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #373737;
  margin: 0;
}

.__0fi3esa {
  text-align: center;
  font-size: 15px;
  line-height: 1.7;
  color: #707070;
  margin-bottom: 10px;
}

._0ccolaq {
  text-align: center;
  margin: 0 auto;
}

.__0ccchs {
  width: 100%;
  background: #1e1e1e;
  max-width: 400px;
}
.zxssoris {
  cursor: pointer;
  display: inline-block;
  color: #fff !important;
  font-size: 16px;
  padding: 14px 40px;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

._cxxorua img {
  vertical-align: bottom;
}

._0chggur img {
  vertical-align: bottom;
}

.__cxxkogt {
  padding-top: 94px;
}

@media (max-width: 1280px) {
  .__0cvmkaau3 {
    font-size: 34px;
  }
}
.gbbblcos {
  color: #373737 !important;
  padding-left: 15px;
}

.__0cvmkaau3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.4;
  color: #fff;
  margin: 0;
}

.__cxxkogt p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  padding: 10px 0 48px 15px;
  color: #707070 !important;
}

.zxssit {
  background-color: #ddf9ff;
  padding: 15px 40px;
  position: relative;
  border: 1px solid #8fc4d5;
}

.zxssit a {
  padding-right: 45px;
}
.zxssit a,
.zxssit span {
  font-weight: 500;
  font-size: 22px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.xddoapr {
  color: #0b7a24 !important;
  padding-left: 30px;
  position: relative;
}

.__cchdutt {
  color: #045a7e;
  padding-left: 30px;
  position: relative;
}

.__d55477 {
  justify-content: center;
}

.box-hover {
  border-radius: 19px;
  background: #4067f6;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
}
.xoxoas {
  border-radius: 19px;
  border: 1px solid #c9d5ff;
  padding: 10px 10px 25px 25px;
  transition: all 0.5s ease-in-out;
}

.box-hover .sttyos {
  color: #fff;
  transition: all 0.5s ease;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
  padding-bottom: 16px;
}

.sttyos {
  color: #373737;
  transition: all 0.5s ease;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
  padding-bottom: 16px;
}

.box-hover .__0xxkgir {
  color: #fff;
  transition: all 0.5s ease;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 30px;
}

.__0xxkgir {
  color: #707070;
  transition: all 0.5s ease;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding-bottom: 30px;
}

._xxsot {
  color: #466eff !important;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #466eff;
  background: #fff;
  padding: 12px 30px;
  border-radius: 6px;
}

._xxsot:hover {
  transform: translate(0, -4px);
}

.__cvloft:hover {
  border-radius: 19px;
  background: #4067f6;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}
.__cvloft {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 19px;
  border: 1px solid #c9d5ff;
  background: #fff;
  padding: 25px 20px;
  transition: all 0.5s ease-in-out;
  margin-bottom: 1rem;
}

.xcp04re {
  max-width: 460px;
  padding: 0 20px;
}

.xddsor5 {
  transition: all 0.5s ease-in-out;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #373737;
  margin: 0;
  padding-bottom: 16px;
}

._cddjgu {
  transition: all 0.5s ease-in-out;
  margin: 0 auto;
  color: #707070;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}

.__cvloft:hover .xddsor5 {
  color: #fff;
}

.__cvloft:hover p._cddjgu {
  color: #fff;
}

.xwpdil {
  font-size: 1.2rem;
}

.hmw-pkg-card {
  padding: 32px 20px;
  box-shadow: 8px 8px 0 0 rgb(34 33 139 / 10%);
  background-color: #fff;
  border: 0;
  border-style: solid;
  border-width: 6px 0 0;
  position: relative;
  -o-border-image: linear-gradient(
    90deg,
    #3a86ff 13%,
    transparent 0,
    transparent 0,
    #3c6 0
  );
  border-image: linear-gradient(
    90deg,
    #3a86ff 13%,
    transparent 0,
    transparent 0,
    #3c6 0
  );
  margin-bottom: 20px;
  width: 100%;
}

.hmw-pkg-card-a {
  border-image: linear-gradient(
      to right,
      rgb(18 170 92) 23%,
      transparent 23%,
      transparent 30%,
      rgb(34 33 139) 13%
    )
    1 / 1 / 0 stretch;
}
.hmw-pkg-card-b {
  border-image: linear-gradient(
      to right,
      rgb(57 197 243) 23%,
      transparent 23%,
      transparent 30%,
      rgb(34 33 139) 13%
    )
    1 / 1 / 0 stretch;
}
.hmw-pkg-card-c {
  border-image: linear-gradient(
      to right,
      rgb(238 55 74) 23%,
      transparent 23%,
      transparent 30%,
      rgb(34 33 139) 13%
    )
    1 / 1 / 0 stretch;
}
.hmw-pkg-card-d {
  border-image: linear-gradient(
      to right,
      rgb(248, 158, 30) 23%,
      transparent 23%,
      transparent 30%,
      rgb(34 33 139) 13%
    )
    1 / 1/ 0 stretch;
}

.hmw-pkg-card img {
  width: 70px;
}
.hmw-pkg-card strong {
  font-size: 21px;
  font-weight: 900;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.hmw-pkg-card p {
  font-size: 16px;
  color: #000;
}

.hmw-pkg-card .starting-price h1 {
  font-size: 2.5rem;
  color: #1e1e1e;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

.hmw-pkg-card .starting-price small {
  font-size: 1.5rem;
  color: #1e1e1e;
}

.pkg-btn {
  border-radius: 5px;
  min-width: 180px;
  background: #1e1e1e;
  font-size: 20px;
  color: #fff !important;
}

.pkg-btn:hover {
  opacity: 0.88;
}

.price-arrow {
  font-size: 16px;
  margin-left: 6px;
  width: 18px;
  height: 15px;
}

.pkg-btn-x {
  display: inline-flex;
  justify-content: center;
  padding: 5px 16px;
  margin: 4px 0;
  position: relative;
  overflow: hidden;
  line-height: normal;
  border: none;
  font-size: 24px;
  align-items: center;
  font-weight: 800;
  color: #fff !important;
  border-radius: 3px;
  min-height: 50px;
  min-width: 180px;
}

.hwm-x-section {
  background: #effff1 !important;
}

.__cddore {
  margin: 0 auto;
  padding: 1px 0;
}

@media only screen and (max-width: 600px) {

  .__xddos p {
    line-height: 17px !important;
  }
  .__xddos h1 {
    line-height: 13px !important;
  }
  .xoxoas {
    margin-bottom: 2rem !important;
    width: 100%;
  }
  .domain-search-title {
    width: 100%;
  }
  .domain-search-title h1 {
    font-size: 1.98rem;
  }
  .__cvloft {
    display: block !important;
  }

  .xcp04re {
    padding: 0 1px;
  }

  ._xxsot {
    margin-top: 1rem;
  }

  .expert-contact-box {
    border-radius: 10px;
    background: #2ecc71;
    justify-content: center;
    padding: 17px 0;
    max-width: 472px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: stretch;
    align-items: center;
  }
}

.__vckgo h2 {
  font-family: inherit;
}

.hmw-guarantee {
  font-size: 17px;
}

._0vvlfo {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700;
  font-size: 45px !important;
}

.ptb-hosting {
  padding: 100px 0 0;
}

.country-wrap {
  max-width: 950px;
  margin: 0 auto;
}

.country-wrap .goxozsur {
  font-size: 1.2rem;
  font-weight: 600;
}

.country-wrap ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}

.country-wrap ul li._offaii {
  margin: 0 10px;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  display: flex;
  text-align: center;
  height: 4rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  background: var(--bg) !important;
}

.country-wrap ul li._offaii::before {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 99px;
  content: "";
  display: block;
  height: 14px;
  left: 0.5rem;
  position: absolute;
  top: 0.5rem;
  width: 14px;
}

.country-wrap ._xossir {
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  outline: none;
}

.country-wrap ._xossir img {
  background: transparent;
  outline: none;
  max-width: 100%;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border: 1px solid #ebebeb;
  border-radius: 50%;
}

.country-wrap ._xossir ._x229sia {
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 0.95rem;
}

.country-wrap ul li.selected {
  border: 2px solid #2ecc71;
}
.country-wrap ul li.selected::before {
  background: #ffffff;
  border: 2px solid #2ecc71;
  border-radius: 99px;
  content: "";
  display: block;
  height: 14px;
  left: 0.5rem;
  position: absolute;
  top: 0.5rem;
  width: 14px;
}

@media screen and (max-width: 768px) {
  .country-wrap ul {
    flex-wrap: wrap;
  }

  .country-wrap ul li._offaii {
    width: calc(50% - 20px);
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 900px) {
  .country-wrap ul {
    flex-wrap: wrap;
  }

  .country-wrap ul li._offaii {
    width: calc(50% - 20px);
    margin-bottom: 1rem;
  }
}

.__weapowa {
  font-weight: 700;
  font-family: "Poppins", sans-serif !important;
}

.mnsdxot {
  border-radius: 999px;
  width: 100% !important;
  font-size: 1.1rem;
  padding: 8px;
  font-weight: 500;
}

.single-pricing-pack {
  background: transparent !important;
  border: 2px solid #2ecc71 !important;
  border-radius: 3px !important;
}

.ribbon {
  background-color: #2ecc71 !important;
  color: #f8f8f8f8 !important;
  padding: 3px 7px !important;
  border-radius: 3px !important;
  font-size: 12px !important;
}

.yearly-price,
.monthly-price {
  font-size: 2rem !important;
  color: #1e1e1e !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 900 !important;
  text-align: center;
}

.package-title {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 900 !important;
  color: inherit !important;
  font-size: 4rem;
}

.gatfk-mncntnr {
  max-width: 90%;
  margin: 0 auto;
}

.gatfk-lnk-cntnr {
  border: 1px solid #d8d8d8;
  position: relative;
  border-radius: 2px;
  padding: 16px 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.gatfk-lnk-arrow {
  position: absolute;
  top: 0;
  right: 5px;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color: #b3b3b3;
  transition: all 0.5s ease-in-out;
}

.gatfk-lnk-arrow i {
  font-size: 22px;
}

.gatfk-s1-wrapr {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.s1-dur {
  margin-right: 15px;
  color: #5c5f67;
  font-size: 14px;
}

.s1-prc-strik {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color: #61646e;
  font-size: 14px;
  line-height: 1;
  position: relative;
}

.s1-prc-strik:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: calc(100% + 16px);
  height: 1px;
  background: #61646e;
}

.s1-prc-strik i {
  font-size: 90%;
}

.s1-prc-strik div {
  font-size: 100%;
  margin: 0 2px;
}

.s1-prc-fnl {
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}

.s1-prc-fnl i {
  align-self: flex-start;
}

.s1-prc-fnl div {
  font-size: 180%;
  margin: 0 3px;
  line-height: 0.8;
}

.s1-prc-fnl span {
  align-self: flex-end;
}

.s1-save-wrapr {
  width: 100%;
  color: #ff4546;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: 1px;
  text-align: center;
}

.satfl-mncntnr {
  display: none;
  position: absolute;
  background: #fff;
  width: 80%;
  border: 1px solid #eeaca7;
  border-radius: 3px;
  padding: 25px 15px;
  margin: 0 auto;
  z-index: 999;
}

.satfl-row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
  border-bottom: 1px solid #f5d2d0;
  cursor: pointer;
}

.satfl-mnwrapr .satfl-row:last-child {
  border: none;
}

._gt3k-r3n .gatfk-lnk-cntnr {
  border-radius: 10px;
}

._gt3k-r3n .s1-save-wrapr {
  color: #ff2626;
  font-size: 18px;
  font-weight: 700;
}

._gt3k-r3n .kl_price_duration {
  font-size: 16px;
  color: #102747;
}

._gt3k-r3n .s1-prc-strik {
  color: #757575;
}

._gt3k-r3n .s1-prc-fnl {
  color: #1c2430;
  font-size: 23px;
}

._gt3k-r3n .kl_price_discounted {
  font-size: 160%;
  font-weight: 800;
}

._gt3k-r3n .s1-prc-fnl span {
  font-weight: 600;
}

._gt3k-r3n .gatfk-lnk-arrow i {
  color: #044db5;
  font-size: 15px;
}

._gt3k-r3n .gatfk-lnk-cntnr-active {
  border-color: #dcdcdc !important;
}

._gt3k-r3n .satfl-mncntnr {
  border-color: #dcdcdc !important;
  padding: 0;
}

._gt3k-r3n .satfl-row {
  border: none;
  padding: 25px 10px;
  transition: all 0.3s ease-in-out;
}

._gt3k-r3n .satfl-row:hover {
  background: #e2eeff;
}

._gt3k-r3n .satfl-mnwrapr {
  padding: 0;
}

._gt3k-r3n .p1-save {
  color: #ff2626;
  font-size: 18px;
  font-weight: 700;
}

._gt3k-r3n .p1-dur {
  font-size: 16px;
  color: #102747;
  margin-right: 0;
}

._gt3k-r3n .p1-prc-strik {
  color: #757575;
  font-size: 14px;
  margin-left: 12px;
}

._gt3k-r3n .p1-prc-strik div {
  font-size: 100%;
}

._gt3k-r3n .p1-prc-fnl {
  color: #1c2430;
  font-size: 23px;
}

._gt3k-r3n .p1-prc-fnl i {
  font-size: 18px;
}

._gt3k-r3n .p1-prc-fnl div {
  font-size: 25px;
  font-weight: 800;
}

._gt3k-r3n .p1-prc-fnl span {
  font-size: 20px;
}

._gpricprvw-r3n span {
  font-weight: 600;
}

._s3lb1l-r3n mark {
  font-weight: 700;
}

._p1zpln-r3n {
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  ._gt3k-r3n .s1-save-wrapr {
    font-size: 16px;
  }

  ._gt3k-r3n .s1-prc-fnl {
    font-size: 20px;
  }

  ._gt3k-r3n .kl_price_discounted {
    font-size: 150%;
  }

  ._gt3k-r3n .gatfk-lnk-arrow i {
    font-size: 14px;
  }

  ._gt3k-r3n .p1-save {
    font-size: 16px;
  }

  ._gt3k-r3n .p1-dur {
    font-size: 15px;
  }

  ._gt3k-r3n .satfl-row {
    padding: 17px 5px;
  }

  ._gt3k-r3n .p1-prc-fnl i {
    font-size: 14px;
  }

  ._gt3k-r3n .p1-prc-fnl div {
    font-size: 20px;
  }

  ._gt3k-r3n .p1-prc-fnl span {
    font-size: 16px;
  }
}

.satfl-row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
  border-bottom: 1px solid #f5d2d0;
  cursor: pointer;
}

.satfl-mnwrapr .satfl-row:last-child {
  border: none;
}

.p1-dur {
  font-size: 14px;
  margin: 5px;
}

.p1-prc-strik {
  font-size: 14px;
  color: #5c5f67;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 5px 15px;
  position: relative;
  line-height: 1;
}

.p1-prc-strik:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  width: calc(100% + 10px);
  height: 1px;
  background: #61646e;
}

.p1-prc-strik i {
  font-size: 80%;
}

.p1-prc-strik div {
  font-size: 110%;
  margin: 0 2px;
}

.p1-prc-fnl {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1;
  color: #408de4;
}

.p1-prc-fnl div {
  font-size: 140%;
  font-weight: 600;
  margin: 0 3px;
}

.p1-save {
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
  color: #ff4546;
  text-align: center;
}

.kl_price_discounted span {
  font-size: 80%;
  font-weight: 400;
}

.gatfk-lnk-cntnr-active {
  border-color: #eeaca7;
}

.gatfk-lnk-cntnr-active .gatfk-lnk-arrow {
  transform: rotate(180deg);
  color: #ee9690;
}

.gatfk-lnk-cntnr-active .s1-prc-fnl {
  color: #222;
}


.xddoai {
  padding-top: 35px;
  position: relative;
}

.zssotod {
  color: #707070;
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  font-weight: 400;
  padding-top: 15px;
  margin: auto;
  font-family: "Open Sans", Arial;
}

.xdooa0 {
  font-size: 40px;
  font-weight: 700;
  margin: auto;
  line-height: 1.3;
  color: #373737;
}

.xdooa02 {
  font-size: 40px;
  font-weight: 700;
  margin: auto;
  line-height: 1.3;
  color: #373737;
}

.xdooa0::after {
  content: "";
  position: absolute;
  left: -30px;
  bottom: 68px;
  width: 7px;
  height: 199px;
  background: linear-gradient(360deg, #cbe7ff 62.97%, #b8ebcf 100%);
}

.xddkaoe {
  padding: 52px 20px;
  position: relative;
  border-top: 1px solid #73cff7;
  border-bottom: 1px solid #73cff7;
}

.fttwdo .features-box:hover {
  background: #ebf6ff;
  border-radius: 5px;
}

.__cxddsae {
  border-radius: 10px;
  border: 5px solid #73cff7;
}

._xxdoai {
  color: #262626;
  padding: 7px;
}

._xxdoai:hover {
  background: #1e1e1e;
  color: #f5f5f5;
  padding: 7px;
  border-radius: 4px;
}

.add-ons .nav-link {
  background: #fff !important;
  color: #373737 !important;
  width: 100%;
  padding: 20px 15px;
  cursor: pointer;
  margin-bottom: 1.5rem;
  border-radius: 10px !important;
  border: 1px solid #e7e7e7;
  text-align: left;
}

.add-ons button.active {
  background: #1e1e1e !important;
  color: #fff !important;
}

.add-ons .nav-link .xdpr5wo {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 1rem;
}

.__cgffta {
  box-shadow: 0 0 15px rgba(67, 67, 67, 0.2);
  padding: 42px 25px;
  border-radius: 10px;
  text-align: left;
}

.__cgffta h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  color: #1e1e1e;
  margin: 0;
}

._mxa0ei {
  margin: 0 auto;
}

@media screen and (max-width: 768px), (max-width: 1000px) {
  .tab-pane {
    display: block !important;
    margin-bottom: 1rem;
  }
  .fade:not(.show) {
    opacity: 1;
  }
  .xr44eoad {
    margin: 0 20px !important;
    padding: 20px 0 !important;
  }
}

.xr44eoad {
  background: #f5faff;
  border-radius: 24px 24px 0 0;
  margin: 0 50px;
  padding: 68px 0;
}

.zdiria {
  transform: rotate(313deg);
  margin-left: 0.5rem;
}

.xaqeot {
  display: flex;
  align-items: center;
}

/* page css */

.title {
  color: #1c2531 !important;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 700;
}

.sub-title {
  color: #102848 !important;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 25px;
  font-weight: 500;
}

/* .btn-brand-03{
            border-radius:0px !important;
            font-weight: 500;
            font-size:22px;
            line-height: 1;
            color: #fff;
            background: #044db5;
            padding-top: 15px;
            padding-right: 70px;
            padding-bottom: 15px;
            padding-left: 70px;
        } 
.btn-brand-03:hover {
  background: #044db5;
  border-color: #044db5;
}
*/
.starts-at {
  font-size: 18px;
  line-height: 1.3;
  margin-right: 25px;
  color: #61646e;
}

.list-unstyled {
  margin-bottom: 0px;
}

.line-through {
  text-decoration: line-through;
}

.ammount-text {
  font-weight: 700;
  line-height: 1.3;
  font-size: 45px;
}

.fa-circle {
  font-size: 8px;
}

.price-text {
  color: #1c2531;
}

.wraper-color {
  background-color: #8fd9f3 !important;
}

.sup {
  vertical-align: super !important;
  font-weight: 1;
  font-size: 20px;
}

.sub {
  vertical-align: sub !important;
  font-weight: 1;
  font-size: 20px;
}

.btn-brand-01 {
  width: 220px;
}

.old-price {
  color: black;
  font-weight: 300;
}

.package-description {
  font-size: 16px;
}

.package-title {
  font-size: 25px;
  color: black;
  font-weight: 500;
}

.package-price {
  font-size: 25px !important;
}

/* .ribbon {
            font: bold 15px sans-serif;
            text-align: center;
            -webkit-transform: rotate(-45deg);
            -moz-transform:    rotate(-45deg);
            -ms-transform:     rotate(-45deg);
            -o-transform:      rotate(-45deg);
            position: relative;
            padding: 7px ;
            top: 25px;
            left: -35px;
            width: 155px;
            background-color: #FF0000;
            color: #f8f8f8f8;
        } */

.ribbon {
  position: absolute;
  left: 50%;
  top: 6px;
  transform: translateX(-50%);
  background-color: #ff0000;
  color: #f8f8f8f8;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  z-index: 2;
  width: 50%;
}

.single-pricing-pack {
  z-index: 1;
}

.resources-link {
  color: #000000;
  cursor: pointer;
  font-size: 14px;
  background-color: #e9f8fe;
  padding: 12px;
  border-radius: 5px;
}

.resources-link:hover {
  color: #221638;
}

.fa-square-check {
  color: #5a83dd;
}

.nav-link-spec {
  color: black;
}

.fa-check {
  color: #21a8f8;
}

.tab-desc {
  font-size: 16px;
}

.tab-detail-value {
  font-weight: bold;
}

.item {
  padding-top: 100px;
}

.btn-brand-02:hover {
  background: #eca62c !important;
  border: 1px solid #f7a21a !important;
}

.single-pricing-pack {
  max-width: 310px;
  min-height: 100%;
  margin: auto;
}

.containerbackground {
  position: absolute;
  top: -5vh;
  left: 50vw;
  bottom: 0;
  padding-bottom: 3vh;
  z-index: -1;
  color: grey;
  font-size: 6vw;
  opacity: 20%;
}

.feature-sub {
  padding-left: 10px;
  margin-top: 8px;
  color: #000;
  position: relative !important;
}

.feature-sub:after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -10px;
  width: 120px;
  background-color: #007eff;
  height: 3px;
}

.feature-box-img {
  padding: 5px;
  padding-bottom: 10px;
  padding-top: 10px;
  height: 90px;
  width: 90px;
}

/* .badge{
            font-size:18px;
        } */
.feature-heading-h1 {
  color: #000;
  font-size: 45px;
}

@media only screen and (max-width: 768px) {
  .feature-heading-h1 {
    font-size: 35px;
  }
}

html {
  overflow-x: hidden !important;
}

.main-link-toggle::after {
  display: none !important;
}

.client-button {
  border-radius: 8px !important;
  font-size: 14px;
}

@media (max-width: 768px) {
  .client-button {
    border-radius: 0px !important;
  }
}

.xddsjriaj {
  padding: 45px 0;
}

.xddejriaj {
  padding: 45px 0;
}

.xsoayri {
  max-width: 463px;
  text-align: left;
  color: #707070;
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
  font-weight: 400;
  padding-top: 15px;
  margin: auto;
  font-family: "Open Sans", Arial;
}

.odw34aep {
  background: #fff;
  border: 1px solid #bfb3ff;
  border-radius: 23px;
  padding: 30px;
  position: relative;
  margin-bottom: 20px;
}

.odw34aep:hover {
  background: linear-gradient(229.05deg, #2268f0 -2.77%, #c67dff 73.23%);
  transition: all 0.3s ease-in-out;
}

.cdoauu1 {
  position: absolute;
  top: 0;
  right: 10%;
  display: inline;
}

.cdoauu2 {
  position: absolute;
  top: 0;
  right: 10%;
  display: none;
}

.odw34aep:hover .cdoauu1 {
  display: none;
}

.odw34aep:hover .cdoauu2 {
  display: inline;
}

.odw34aep:hover .xdsoreu,
.odw34aep:hover .tri5is {
  color: #fff;
}

.xdsoreu {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #373737;
  padding-bottom: 40px;
  font-family: "Open Sans", Arial;
}

.tri5is {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
  color: #909090;
  margin-top: 1rem;
}

.__0saodao ._skake {
  width: 50%;
  padding: 0 10px;
}

.xdsoat {
  padding-bottom: 30px;
}

.cddaozir {
  background: radial-gradient(
    62.37% 61.3% at 110.58% 43.16%,
    #c5d8ff 0,
    #7d89f8 49.48%,
    #594edc 100%
  );
  padding: 65px;
  position: relative;
  margin: 45px auto;
}

.xsoqyri {
  padding: 22px 0 40px;
  max-width: inherit;
}

.itm1es .row {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.itm1es .row .col-md-6 {
  width: 50%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.xdso-line {
  border: 1px dashed #fff;
  margin: 22px 0;
  width: 67%;
}

.soodkt {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #909090;
  padding-top: 10px;
  max-width: 1020px;
  margin: 0;
}

.soodkt span.gkks {
  color: #abf560;
}

.xdootai {
  max-width: 875px;
  padding: 22px 20px 22px 0;
  margin-left: 0 !important;
  color: #707070;
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  font-weight: 400;
  padding-top: 15px;
  margin: auto;
}

.ouxxofor {
  display: flex;
  width: 100%;
  position: relative;
}

.ouxxofor .col-md-6 {
  width: 50%;
  padding: 0 10px;
}

.cjjfodr {
  flex-direction: column !important;
  padding: 0 !important;
}

@media (max-width: 786px) {
  .ouxxofor {
    flex-direction: column-reverse !important;
    justify-content: center;
  }
}

@media (max-width: 950px) {
  .cffdoa {
    max-width: 610px;
    margin: auto;
  }
  .oxdllkft,
  .ouxxofor .col-md-6 {
    width: 100%;
  }
}

@media (max-width: 786px) {
  .xddsjriaj .container {
    padding-left: 20px !important;
  }

  .cddaozir {
    padding: inherit;
  }
  .cddaozir .xdooa02 {
    font-size: 27px;
  }
  .xdso-line {
    width: 100%;
  }

  .cddaozir .xdooa02 {
    position: relative;
    top: 18px;
    margin-bottom: 2rem;
  }
}

.__0diaye {
  padding-left: 20px;
}

.xsazout {
  list-style: disc;
  font-weight: 600;
  font-size: 18px;
  color: #434343;
  list-style: none;
  position: relative;
}

.xsazout::before {
  content: "";
  background: url(../img/icons/assets/check-mark.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -7%;
  top: 22%;
}

.xfoosur {
  margin-top: 15px;
  margin: 0;

  color: var(--sub_ttl_clr);
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  font-weight: 400;
  padding-top: 15px;
  margin: auto;
}

.ouhxdsao {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.ouhxdsao::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
}

.oxdllkft div {
  width: 100%;
  height: 0;
  padding-top: 56%;
  background: url(../img/icons/assets/h-solution.png) no-repeat;
  background-size: contain;
}

.xddsjriaj .container {
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding-left: 100px;
}

.appliction-hosting .item {
  padding-top: 10px !important;
}

.cxdsaou {
  border: 1px solid #f0f4ff;
  border-radius: 16px;
  border-top: 9px solid #d5def7;
  padding: 46px 25px;
}

.cxdsaou:hover {
  border-top: 9px solid transparent;
  box-shadow: 0 0 14px rgba(39, 39, 39, 0.08);
  border-radius: 16px;
}

.udsewac {
  position: relative;
  padding-bottom: 28px;
}

.xouvldor {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #373737;
  margin: 0;
  border-bottom: 1px solid #d0d0d0;
  max-width: 170px;
  padding-bottom: 18px;
  font-family: open sans, Arial;
}

.xdsourk {
  position: absolute;
  right: 0;
  top: -6px;
}

.xorkai43 {
  color: #707070;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;

  max-width: 347px;
}

.prices-table {
  margin: 0 auto;
  margin-bottom: 5px;
  margin-top: 10px;
  text-align: center;
  padding: 10px;
}

.prices-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
}

.prices-table td,
.prices-table th {
  border-right: 1px solid #e8e8e8;
  empty-cells: show;
  padding: 10px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  color: #808080;
  font-size: 17px;
}

.prices-table tbody tr:nth-child(odd) {
  display: none;
}

.prices-table .fcs-row {
  background: #f7f7f7;
}

.fa-check {
  color: #69c7f1;
}

.prices-table th {
  font-weight: normal;
  padding: 0;
  border-top: 0px solid #e8e8e8;
  border-bottom: 0px solid #e8e8e8;
}

.prices-table tr td:first-child {
  text-align: left;
  padding: 15px;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}

.prices-table .plan-items,
.prices-table .tl {
  color: #fff;
  padding: 10px;
  font-size: 14px;
}

.prices-table .tl2 {
  border-right: 0;
}

.prices-table .plan-items {
  background: #1e1e1e;
  padding: 0;
  font-size: 1.6em;
}

.prices-table .price-info {
  padding: 15px;
}

.prices-table .price-now,
.prices-table .price-now span {
  color: #808080;
}

.prices-table .price-now span {
  font-size: 36px;
  color: #545454;
}

.prices-table .price-now p {
  font-size: 14px !important;
  text-align: center;
  line-height: 16px;
  display: inline;
}

@media screen and (min-width: 721px) and (max-width: 1000px) {
  .table_ul li {
    letter-spacing: 0px;
  }
  .prices-table .price-now span {
    font-size: 32px;
  }
  .prices-table .price-now p {
    display: block;
  }
}

@media screen and (max-width: 720px) {
  .table_ul {
    padding: 0px;
  }
  .table_ul li {
    font-size: 10px;
    line-height: 16px;
    padding: 3px 0;
  }
  .prices-table {
    max-width: 100%;
    overflow-x: scroll;
    padding: inherit;
  }
  .prices-table td:first-child,
  .prices-table th:first-child {
    display: none;
  }
  .prices-table tbody tr:nth-child(odd) {
    display: table-row;
    background: #f7f7f7;
  }
  .prices-table .row {
    background: #fff;
  }
  .prices-table td,
  .prices-table th {
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
  }
  .price-info {
    border-top: 0 !important;
    padding: 10px 0 !important;
  }
  .price-info p {
    line-height: 8px;
    font-size: 8px !important;
  }
  .prices-table .fcs-row {
    background: #ffffff;
  }
  .prices-table .price-now {
    display: block;
    text-align: center;
  }
  .prices-table .price-now span {
    font-size: 24px;
    padding: 0 5px;
  }
  .prices-table .qbse {
    font-size: 1.2em;
  }
  .prices-table td {
    font-size: 14px;
  }
  .prices-table th {
    font-size: 14px;
  }
}

.lk-domains .container {
  position: relative;
  z-index: 1;
}

.lk-domains {
  position: relative;
  height: 75vh;
  z-index: -1;
}

.dot-lk-form .search-btn {
  background: #2ecc71 !important;
}

.dot-lk-form .lk-logo {
  width: 80px;
  height: 53px;
  margin-top: -12px;
}

.lk-domains::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/banners/26614261.jpg) no-repeat center;
  background-size: cover;
  opacity: 0.85;
}

.lk-content {
  background: rgba(0, 0, 0, 0.438);
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.lk-content h1 {
  font-weight: 800;
  font-size: 4rem;
  color: #fff;
}

.xfdaot {
  position: relative;
  width: 65px;
  margin: 0 auto;
  text-align: center;
}

.xfdotdd .card-body {
  margin-top: -16px;
}

.xfdotdd {
  text-align: center;
  height: 230px !important;
}

.lk-domain-offer .lk-domain-offer-content {
  height: auto;
}
.lk-domain-offer .lk-domain-offer-content .lk-heading h2 {
  font-size: 2.5rem;
  color: #044db5;
  font-weight: 600;
  line-height: 1.1;
}
.lk-domain-offer .lk-domain-offer-content h4 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.lk-domain-offer .lk-domain-offer-content h1 {
  font-size: 2.3rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif !important;
  color: #52565a;
}

.lk-domain-offer .lk-domain-offer-content ul._ckaroor {
  font-size: 1rem;
  font-weight: 300 !important;
}
.lk-domain-offer .lk-domain-offer-content ul._ckaroor li {
  font-size: 1rem;
  font-weight: 300 !important;
}

.lk-domain-offer .lk-domain-offer-content ul._ckaroor ul._daaoea {
  font-size: 1rem;
  font-weight: 300 !important;
}

.lk-domian-button {
  padding: 0.76rem 1rem;
  font-size: 1.1rem;
  color: #fff !important;
  background: #2ecc71;
  width: 100%;
}

.xhhotka4 {
  margin-top: 2rem;
}

.lk-domain-table {
  border: 1px solid #fff;
}
.lk-domain-table th {
  background: #007eff;
  color: #fff;
  padding: 1rem;
  border: 1px solid #fff;
}

.lk-domain-table td,
.lk-domain-table tr {
  padding: 1rem;
  border: 1px solid #c9c8c8;
  text-align: center;
}
.lk-domain-table p {
  text-align: left !important;

  margin: 0 !important;
}
.lk-domain-table td._x49to {
  padding: 1rem !important;
  margin: 0 !important;
}

.lk-domain-structure {
  max-width: 1100px;
  margin: 0 auto;
}

.hmw-cards {
  border: 1px solid #f0f4ff;
  border-radius: 16px;
  border-top: 9px solid #d5def7;
  padding: 25px 25px;
  height: 280px;
  background: #fff;
}
.sewxso {
  height: 250px;
}

.hmw-cards:hover {
  border-top: 9px solid transparent;
  box-shadow: 0 0 14px rgba(39, 39, 39, 0.08);
  border-radius: 16px;
}

.hmw-cards-heading {
  position: relative;
  padding-bottom: 20px;
}

.cards-heading-content {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #373737;
  margin: 0;
  text-align: center;
}
.xddsor21 {
  border-bottom: 1px solid #d0d0d0;
  max-width: 100%;
  padding-bottom: 18px;
}

.hmw-cards-content {
  color: #707070;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}

.vkkisir {
  color: #292929 !important;
}

.xdsotui {
  border-radius: 52px 0 0 0;
  margin-bottom: 20px;
  background: #f0f7ff;
  padding: 36px 33px;
  padding-bottom: 30px;
}
.xdsotui:hover {
  background: #0063d8;
  transition: all 350ms ease-out;
  color: #fff !important;
}

.xdsotui:hover .vccos04 {
  transition: all 350ms ease-out;
  color: #fff !important;
}

.vccos04 {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #373737;
  margin: 0;
  padding-bottom: 20px;
}

.vccos04:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: url(../img/icons/assets/extra/check-mark.png) center center
    no-repeat;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.cx45darg {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #373737;
  padding-bottom: 10px;
}

.xdsotui:hover .cx45darg {
  transition: all 350ms ease-out;
  color: #fff !important;
}

.dcklsaer {
  font-weight: 700;
  font-size: 32px;
  line-height: 31px;
  color: #373737;
  position: relative;
  padding-left: 10px;
  padding-bottom: 30px;
  padding-top: 10px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  padding-left: 10px;
  padding-bottom: 26px;
  padding-top: 8px;
}

.xdsotui:hover .dcklsaer {
  transition: all 350ms ease-out;
  color: #54ffc1 !important;
}

.eddoitjf {
  font-weight: 300;
  font-size: 19px;
  line-height: 1;
  top: 16px;
  position: absolute;
  left: -2px;
}

.foyisj {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 500;
}

.rto49ss {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.2;
  color: #373737;
}

.xdsotui:hover .rto49ss {
  transition: all 350ms ease-out;
  color: #54ffc1 !important;
}

.cfosirk {
  font-weight: 400;
  font-size: 16px;
  line-height: 129.18%;
  color: #707070;
  padding-bottom: 35px;
}

.xdsotui:hover .cfosirk {
  transition: all 350ms ease-out;
  color: #fff !important;
}

.tisskfi {
  text-align: center;
  color: #0f6634;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  padding: 19px 0;
  background: #c9e8ff;
  line-height: 1;
  width: 100%;
  max-width: 437px;
  position: relative;
  display: inline-block;
}

.xdsotui:hover .tisskfi {
  background: #fff;
  transition: all 350ms ease-out;
  color: #024ab5 !important;
}

.cukkfdi .row .col-md-6:nth-child(2) .xdsotui {
  border-radius: 0 52px 0 0;
}
.cukkfdi .row .col-md-6:nth-child(3) .xdsotui {
  border-radius: 0 0 0 52px;
}
.cukkfdi .row .col-md-6:nth-child(4) .xdsotui {
  border-radius: 0 0 52px 0;
}

.t1ksh-list-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.t1ksh-list {
  max-width: 1024px;
  margin: 50px auto 0;
}

.t1ksh-list li {
  color: #102747;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  padding-left: 30px;
  transition: all 0.3s ease-in-out;
}
/* li bg */
.t1ksh-list li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url();
}

.kr0b3-mnwrapr {
  max-width: 1100px;
  margin: 60px auto 0;
  display: flex;
  flex-flow: row wrap;
}
.kr0b3-mncol {
  align-self: flex-start;
}
.kr0b3-mncol-quals {
  padding: 30px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.kr1b4-box {
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 25px 10px;
  text-align: center;
  position: relative;
  perspective: 1000px;
}
.kr1b4-box-body {
  position: relative;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.kr1b4-box:hover .kr1b4-box-body {
  transform: rotateY(180deg);
}
.kr1b4-box_front,
.kr1b4-box_back {
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
}
.kr1b4-box_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateY(180deg);
}

.kr1b4-box_active .kr1b4-box-body {
  transform: rotateY(180deg);
}

.kr1b4-image {
  margin-bottom: 15px;
}
.kr1b4-image img {
  display: block;
  width: 50px;
  margin: 0 auto;
}
.kr1b4-title {
  color: #1c2430;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.mrth-tbl thead tr td {
  padding: 18px 10px;
  font-size: 18px;
  font-weight: 600;
  background: #ffffff;
}

.mrth-tbl td {
  padding: 16px 8px;
  font-weight: 500;
}

.mrth-tbl tr {
  padding: 16px 10px;
  border-bottom: 1px solid #ddd;
  margin: 0 15px;
}

.mrth-tbl td {
  padding: 16px 6px;
  font-weight: 500;
}

.containerbackground {
  position: absolute;
  top: -5vh;
  left: 50vw;
  bottom: 0;
  padding-bottom: 3vh;
  z-index: -1;
  color: grey;
  font-size: 6vw;
  opacity: 20%;
}
.contain {
  position: relative;
}

.feature-sub {
  padding-left: 10px;
  margin-top: 8px;
  color: #000;
  position: relative !important;
}
.feature-sub:after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -10px;
  width: 120px;
  background-color: #007eff;
  height: 3px;
}
.feature-box-img {
  padding: 5px;
  padding-bottom: 10px;
  padding-top: 10px;
  height: 90px;
  width: 90px;
}
.feature-heading-h1 {
  color: #000;
  font-size: 45px;
}
@media only screen and (max-width: 768px) {
  .feature-heading-h1 {
    font-size: 35px;
  }
}
.btn-brand-01 {
  width: 100%;
}
.btn-brand-01:hover {
  width: 100%;
}

.vps-select-tab {
  border-bottom: 3px solid #73a6f0;
}
.vps-select-tab li {
  display: block;
  font-size: 15px;
  padding: 10px 5px;
  color: #333;
  text-decoration: none;
  background: #f8f8f8;
  border: 1px solid #efefef;
  border-bottom: none;
}
.vps-select-tab li.active {
  background: #73a6f0;
  color: #fff;
}
.vps-select-tab li a {
  color: #2e2e2e;
  font-size: 1.1rem;
  font-weight: bold;
}

.vps-select-tab li.active a {
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
}

.vps-select-tab li img {
  display: inline-block;
  text-align: center;
  height: 35px;
  width: auto;
  margin-right: 0.5rem;
}

.vps-select-tab li.active img {
  filter: invert(1);
}

.hidden {
  display: none;
}
.lk-price-switch label {
  cursor: pointer;
  height: 35px;
  margin-bottom: 0;
  position: relative;
  width: 70px;
}
ce-switch input[type="checkbox"] {
  width: 100%;
  opacity: 0;
}

.lk-price-switch input[type="checkbox"]:checked ~ .switch-innr {
  background-color: #fff;
}
.lk-price-switch input[type="checkbox"]:checked ~ .switch-innr::before {
  transition: 0.4s linear all;
  transform: translateX(31px);
}
.lk-price-switch .switch-innr {
  background-color: #eeeeee !important;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.lk-price-switch .switch-innr::before {
  background-color: #408de4;
  content: "";
  height: 30px;
  left: 5px;
  position: absolute;
  top: 2px;
  transition: 0.4s linear all;
  width: 30px;
}

.lk-domain-result {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.ume43sr {
  font-size: 1.1rem;
  margin: 0 8px;
}

.lk-alert {
  margin-top: 1rem;
  text-align: center;
}

.lkdwhg-row .card {
  border-radius: 1rem;
}

.xdffka {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.xcmkfors {
  width: 70px;
}

.xckdors {
  font-size: 0.934rem;
  font-weight: bold;
}

.umbdse {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.umbdse span {
  color: #1e1e1e;
  font-size: 1.85rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

.umbdse span small {
  font-weight: 900;
  font-size: 0.85rem;
}

.umbdse small.dreaor {
  color: #545554;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: line-through;
  font-family: "Montserrat", sans-serif;

  /* line-height: 0.5rem; */
}

.sxfduti {
  background: #0063d8;
  padding: 0.84rem 2rem;
  width: 100%;
  border: 0;
  outline: 0;
  color: #fff;
  font-weight: 800;
}

.umnbkor {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
.umnbkor li {
  margin: 0 10px 0 0;
}

.dse95h {
  padding: 0;
  margin: 0;
}

.dse95h li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: rgb(237, 249, 255);
}

._dsarto {
}

._dsaato {
  font-weight: 700;
}
._dsaato small {
  font-weight: 700;
  font-size: 1rem;
  margin-left: 1rem;
  text-decoration: line-through;
  color: rgb(247, 25, 25);
}

.xomgks {
  margin-top: 2.4rem;
}

.jgitush {
  background: #0063d8 !important;
  color: #fff !important;
}

.cjfieoa {
  margin: -15px;
}

.mvkfotu {
  color: #fff;
}

.diukfk {
  background: #0f6634;
}

.vlodtir {
  margin-top: 5rem;
}

.vkodtjd {
  border: 2px solid #1e1e1e;
  padding: 1rem;
  border-radius: 6px;
}

.cfjsirl {
  font-size: 1.1rem;
  font-weight: bold;
}
.cfjsirl a {
  color: #1e1e1e;
}

.xfoorjs {
  margin: 0 auto;
  display: block;
  padding: 35px 50px;
  border-radius: 0 0 0.5rem 0.5rem;
  background: rgb(238, 241, 243);
  background: -moz-linear-gradient(
    top,
    rgba(238, 241, 243, 1) 0%,
    rgba(255, 255, 255, 1) 58%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(238, 241, 243, 1) 0%,
    rgba(255, 255, 255, 1) 58%
  );
  background: linear-gradient(
    to bottom,
    rgba(238, 241, 243, 1) 0%,
    rgba(255, 255, 255, 1) 58%
  );
}

.umbkgos .search-box-container {
  border-radius: 0.5rem 0.5rem 0 0;
  border: none;
  border-bottom: 1px solid #cde7f1;
}

.umbkgos .coldirj {
  max-width: 1050px;
  margin: 0 auto;
  box-shadow: 0 7px 9px 0 rgb(127 147 167 / 0.13) !important;
  border: 1px solid #d7d5d7 !important;
  border-radius: 0.5rem;
}

.imgkisi {
  max-width: 1050px;
  display: flex;
  margin: 0 auto;
  text-align: center;
}

.imgkisi ul {
  list-style: none;
  margin: 0 auto;

  display: flex;
  text-align: center;
}

.imgkisi ul li {
  margin: 0 1rem;
  display: flex;
}

.imgkisi ul li::before {
  content: "";
  display: block;
  background: url(../img/icons/assets/check-mark.png) no-repeat center center;
  width: 30px;
}

@media (max-width: 991px) {
  .imgkisi ul {
    display: block;
  }
  .imgkisi ul li {
    margin: 0 1rem;
  }

  .mbvvofr {
    margin-top: 6.5rem;
  }
  .dse95h li {
    flex-direction: column;
  }
 

  .xdaoorks {
    position: absolute;
    right: 35px;
    top: 0;
  }
}

.xmsir45 {
  height: 100px;
  display: flex;
}

.xmsir45 .card-body {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
}

.xumgks .search-box-container {
  max-width: 1050px !important;
}

.cumgisk h1 {
  font-size: 2.2rem;
}

.xkmgotusi {
  max-width: 1050px;
  margin: 0 auto;
}

.cmksirlai {
  padding: 0;
  margin: 0;
  padding: 2rem;
  background: #1e1e1e;
  border-radius: 3px 3px 0 0;
}
.cmksirlai .fsoo59da {
  width: 100%;
  font-size: 1.1rem;
}

.umgodjri {
  border-top: none;
  border: 1px solid #d7d5d7 !important;
  padding: 1rem;
}

.umgodjri {
  text-align: center;
}

#tldResult tr td:first-child {
  color: #0f6634;
  font-weight: 700;
  border-left: none;
}
#tldResult tr td {
  background: linear-gradient(
    to right,
    rgba(243, 245, 249, 1) 80%,
    rgba(239, 241, 244, 1) 100%
  );
  border-top: none;
  border-left: 1px solid #e6e8ec;
  text-align: center;
  color: #1f2933;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  border-bottom: 5px solid #fff;
}

.dkotkfh tr th {
  text-align: center;
  color: #1f2933;
  font-weight: 400;
  font-size: 15px;
}

.vmckodr {
  color: #0f6634 !important;
}

.xddkoajf {
  background: #0f6634;
  color: #fff !important;
  padding: 0.5rem 3rem;
  border-radius: 10px;
  font-size: 1.3rem;
}
.xddkoajf:hover {
  opacity: 0.88;
}

.cmkgodu {
  font-weight: 900 !important;
  font-family: "Montserrat", sans-serif;
}

.ckkgdoot {
  position: absolute;
  top: 1px;
  right: 10px;
  display: none;
}

.ckkgdoot img {
  width: 250px;
}

.cxkfity h1 {
  font-size: 2.5rem;
  color: #1e1e1e;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin: 0;
}

.umncdsi .cxkfity h1 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}

.umgossir small {
  font-size: 1.2rem;
}
.umgossir h4 {
  font-family: "Montserrat", sans-serif;
}

.cldogjt {
  background: #1e1e1e;
  padding: 0.4rem 2rem;
  border-radius: 2rem;
  font-size: 1.3rem;
  color: #fff !important;
  display: inline-block;
  width: auto;
  margin-bottom: 1rem;
  font-weight: 700;
}

.ckgotis {
  font-family: "Poppins", sans-serif !important;
}

.cxkfity {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cxkfity span {
  color: #202020;
  font-family: "Poppins", sans-serif !important;
  font-weight: 900;
  font-size: 2rem;
}

.cxkfity strong {
  color: #202020;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  text-decoration: line-through;
}

.ddirjalr {
  font-size: 2rem;
  font-family: "Poppins", sans-serif !important;
}

.umncdsi {
  border: 3px dashed #b3b3b3;
}

.cxkfotj {
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 260px;
  width: 100%;
}

.mkgiah {
  width: 90px;
}

.umgkdi {
  width: 90px;
}

.diifks {
  font-size: 2rem;
}

.umaddisy {
  background: linear-gradient(135deg, #1e1e1e, #1e1e1e);
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.dkiidjr {
  width: 80px;
  border-radius: 8px;
  margin-bottom: 20px;
  filter: brightness(5) saturate(100%);
}
i.dkiidjr {
  font-size: 70px;
  margin-bottom: 0 !important;
}

.umaddisy h3 {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  line-height: 40px;
}
.umaddisy p {
  font-size: 15px;
}
.eoeioeau {
  display: flex;
  align-items: center;
  margin: 25px auto;
  width: fit-content;
}
.cpnCode {
  border: 1px dashed #fff;
  padding: 4px 10px;
  border-right: 0;
}
.cpnBtn {
  border: 1px solid #fff;
  background: #fff;
  padding: 4px 20px;
  color: #0f6634;
  cursor: pointer;
}
.circle1,
.circle2 {
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.circle1 {
  left: -25px;
}
.circle2 {
  right: -25px;
}

.xdaojhd {
  opacity: 0.23;
  user-select: none;
  pointer-events: none;
}

.cmkfira {
  display: flex;
  justify-content: space-between;
}


.dropdown-toggle {
  display: flex;
  align-items: center;
}

.dropdown-toggle::after {
  margin-left: -8px;
}

.hmw-bdr {
  border: 1px solid #dfdfdf;
  border-radius: 1rem;
  height: 400px;
  align-items: center;
  text-align: center;
}
.hmw-bdr-fff {
  border: 1px solid #ebebeb;
  border-radius: 1rem;
  margin-bottom: 0.5rem;
  background: #fff;
  align-items: center;
  height: 270px;
}

.xitksjf {
  display: none;
  width: 100%;
  max-height: 100%;
  background: #fff;
}
.o0ckdiar.active + .xitksjf {
  display: block;
}

.o0ckdiar,
.xitksjf {
  padding: 15px;
}
.o0ckdiar {
  background: #0f6634;
}
.xitksjf {
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.158);
  border-radius: 1rem;
  color: #353535;
}

@media (min-width: 992px) {
  .o0ckdiar {
    width: 100%;
  }
  .xitksjf {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    min-height: 100%;
    overflow-y: auto;
  }
  .ckfosjt {
    background: #0f6634;
    color: #fff;
    padding: 30px 30px;
    width: 100%;
    max-width: 280px;
    border-radius: 1rem !important;
  }
}

.ckfosjt {
  background: #0f6634;
  color: #fff;
  padding: 30px 30px;
  width: 100%;
  border-radius: 1rem !important;
}

.x9deiai {
  color: #fff !important;
  display: flex;
  flex-direction: column;
}

.o0ckdiar::after {
  content: "";
  display: block;
  border-bottom: 1px solid #ececec;
  padding: 10px 0;
  opacity: 0.48;
}

.o0ckdiar.active::after {
  opacity: 1 !important;
  border-bottom: 2px solid #fff;
}
.o0ckdiar span {
  font-size: 0.84rem;
}

.omcf5d3 {
  color: #cbcece;
}

.xdlotua h4 {
  color: #333333 !important;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}

.xdlotua h4::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url(../img/icons/assets/check-mark.png) center center no-repeat;
  background-size: contain;
  filter: brightness(1.2) saturate(1.2) hue-rotate(78deg);
  margin-right: 0.45rem;
}

.xdlotua p {
  margin-left: 1.2rem;
  line-height: 10px;
}

.x9fir83 {
  padding: 1rem 2rem;
}

.fdukvmk {
  font-size: 40px;
  font-weight: 700;
  margin: auto;
  line-height: 1.3;
  color: #fff !important;
}
.doukksu {
  padding: 20px 0;
  font-weight: 300;
  color: #fff !important;
  font-size: 18px;
  line-height: 1.3;
  margin: auto;
}
.esddor {
  padding-bottom: 10px;
  font-weight: 300;
  color: #fff !important;
  font-size: 18px;
  line-height: 1.3;
  margin: auto;
}

.oumgkfid {
  background: #002875;
  padding: 25px 0 50px;
}

.rssoskd {
  padding: 45px 0;
}

.rooake {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
}
.rooake li {
  margin-left: 0;
  position: relative;
}
.rooake li:before {
  content: url(data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2219%22%20viewBox%3D%220%200%2018%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17.8759%202.64386L6.40109%2011.4639L0.120971%206.50806L0%208.80609L6.23484%2016.3562L18%204.9388L17.8759%202.64386Z%22%20fill%3D%22%231DE4FF%22%2F%3E%3C%2Fsvg%3E);
  padding-right: 10px;
}

.x3eoakr {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  font-weight: 400;
  padding-top: 15px;
  margin: auto;
}

.xdory {
  text-align: left;
}

.umgdsw {
  text-align: center;
  margin: 0 auto;
}

.u32wdut {
  font-size: 40px;
  font-weight: 700;
  margin: auto;
  line-height: 1.3;
  color: #373737;
}

.pxst {
  color: #707070 !important;
}

.sxkdia {
  max-width: 1024px;
  margin: 50px auto 0 !important;
}

.clfosr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.tooltip {
  width: auto !important;
}

.tooltip-inner {
  max-width: 600px !important;
}

.sxkdia li:before {
  content: url(data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2219%22%20viewBox%3D%220%200%2018%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17.8759%202.64386L6.40109%2011.4639L0.120971%206.50806L0%208.80609L6.23484%2016.3562L18%204.9388L17.8759%202.64386Z%22%20fill%3D%22%231DE4FF%22%2F%3E%3C%2Fsvg%3E);
  padding-right: 10px;
}
.sxkdia li:hover {
  color: #00e9ff;
}

.x32esolf {
  background: linear-gradient(286deg, #1e1e1e 0, #106233 100%);
}

.cdotlau {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}

.fwsaolt {
  display: flex;
  flex-wrap: wrap;
}

.xdaotlsi {
  padding-bottom: 60px;
  padding-top: 60px;
}

.cumgkdi ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  padding-bottom: 25px;
  position: relative;
  padding-left: 24px;
}
.cumgkdi ul li:before {
  content: url(data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2219%22%20viewBox%3D%220%200%2018%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17.8759%202.64386L6.40109%2011.4639L0.120971%206.50806L0%208.80609L6.23484%2016.3562L18%204.9388L17.8759%202.64386Z%22%20fill%3D%22%231DE4FF%22%2F%3E%3C%2Fsvg%3E);
  padding-right: 10px;
}

.srrisj {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  color: #fff;
}

@media (max-width: 768px) {
  .xdory {
    margin-top: 20px;
  }
  .cfores {
    width: 100%;
    padding: 0 5px;
  }
  .fdukvmk {
    margin: 15px 0;
  }

  .cfsotr {
    text-align: center;
  }
  .clfosr {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cggdoru {
  border-top: 2px solid #00e9ff;
}

.ggdoru {
  border-top: 2px solid #007eff;
}

.xdst {
  width: var(--ridi) !important;
  margin: 0 auto;
  text-align: center;
}

.yumckdi {
  border-top: 3px solid #00e9ff;
  border-radius: 0.654rem;
}

.custom-ribbon-div {
    background: #60e198;
    color: #000;
    font-size: 12px;
    width: 84px;
    height: 45px;
    position: absolute;
    text-align: center;
    top: 15px;
    right: 25px;
    line-height: 35px;
}

.custom-ribbon-div::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 42px 10px;
    border-color: transparent transparent #fafafa transparent
}


/* New line edit kavindu custom css*/
#main-msg_k {
    text-align: center;
  }

  .img-responsive_k {
    max-width: 100%;
    height: auto;
  }


  #cta {
    background: url(../img/cta-bg--index.jpg) no-repeat center center;
    background-size: cover;
    color: #fff
  }
  #cta.cta--other-page {
    text-align: center
  }

  #cta .grid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    max-width: 1440px;
    padding-top: 15px
  }
  .jumbotron_k {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #ffffff;
    border-radius: 0.3rem;
  }




  /*pleks i want btn*/


  .button-container_k {
    display: flex;           /* Enables flexbox */
    justify-content: center; /* Centers horizontally */
    align-items: center;     /* Centers vertically */
    height: 20vh;           /* Full viewport height to center vertically */
  }


  .btn_k {
    border: none;
    border-radius: 35px;
    background: rgb(138, 3, 3);
    width: 250px;
    height: 50px;
    color: #fff;
    background: linear-gradient(to right, rgb(87, 3, 3) 50%, rgb(233, 24, 24) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background-position 0.5s ease-out;
  }


  .plks_k{
    width: 400px;
    height: 150px;
    background-color: #000;
  background: transparent;
    font-size: 70px;


  }


  .btn_k2{
    border: none;
    border-radius: 50px;
    background: rgb(247, 246, 246);
    width: 250px;
    height: 50px;
    color: #af0303;
    background: linear-gradient(to right, rgb(197, 195, 195) 50%, rgb(243, 243, 243) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background-position 0.5s ease-out;
  }
  .btn_k2:hover {
    background-position: left bottom;
  }




  /*pleks i want btn*/
  .bgwh_k {
    width: 110%; /* Adjust width as needed */
    height: 60px; /* Adjust height as needed */
    padding: 10px;
  }

  .bgwh_kp {
    width: 110%; /* Adjust width as needed */
    height: 60px; /* Adjust height as needed */
    padding: 10px;
  }


  .plus-mark {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.5em;
    color: #333;
    padding: 0 10px;
    cursor: pointer;
  }






  .feature-box_k {
      width: 100%; /* Adjust as needed */
      height: 60px; /* Adjust as needed */
      padding-left: 50px;
      padding-right: 50px;
      background-color: #000000; /* Dark background */
      display: flex;
      align-items: center;
      justify-content: center;
  }




  .arrow-down_k {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #9b9b9b;
    margin: 0 auto;
  }
  .custom-padding_k {
    padding-bottom: 30px; /* Adjust the value as needed */
  }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  .header-nav-last-item .btn {
    padding: 10px 20px !important;
    font-size: 12px !important;
    border-radius: 30px !important;
    line-height: 1.25em!important;
  }





