/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@media (-webkit-device-pixel-ratio: 1.25) {
  :root {
    zoom: 0.8;
  }
}
body {
  color: #737c8a;
  direction: rtl;
  font-family: IRANSans;
  font-size: 16px;
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-weight: 400;
  height: 100%;
  line-height: 1.4;
}
@media only screen and (max-width: 1199.98px) {
  body {
    font-size: 15px;
  }
}
svg {
  display: inline-block;
  vertical-align: middle;
}
html {
  height: 100%;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1080px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1210px;
  }
}
div.clr {
  width: 100%;
  clear: both;
  height: 1px;
}
.tab-container {
  margin-bottom: 30px;
  min-width: 1100px;
}
.tab-container > ul > li {
  display: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.tab-container > ul > li.active {
  display: block;
  animation-name: fadeInUp;
  animation-duration: .4s;
}
a {
  color: #737c8a;
  text-decoration: none;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
a:hover {
  color: #1c40bf;
}
p {
  margin: 0 0 10px;
  line-height: 26px;
  text-align: justify;
  color: #575f6c; 
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 17px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #17234f;
  line-height: 1.7;
  font-weight: 700;
  font-family: IRANSans;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.sec-title {
  font-size: 19px;
}
button,
input,
select,
textarea {
  font-family: IRANSans;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
img {
  height: auto;
  display: block;
  max-width: 100%;
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/IRANSansWeb_UltraLight.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/IRANSansWeb_Light.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/IRANSansWeb.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/IRANSansWeb_Medium.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/IRANSansWeb_Bold.woff2') format('woff2');
  font-display: swap;
}
input,
textarea {
  outline: none !important;
}
input:foucs,
textarea:foucs {
  outline: none !important;
}
.btn {
  border-radius: 10px;
  line-height: 24px;
  padding: 12px 23px;
  border: 1px solid;
  font-size: 15px;
}
.btn.no-shade {
  box-shadow: none !important;
}
@media only screen and (max-width: 1199.98px) {
  .btn {
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 14px;
  }
}
.btn.btn-success {
  background: #1eac7a;
  border-color: #1eac7a;
  box-shadow: 0px 18px 32px 0px rgba(30, 172, 122, 0.2);
  color: #F2F6FC !important;
}
.btn.btn-success:hover {
  background: #1a966b;
  border-color: #1a966b;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  box-shadow: 0px 18px 32px 0px rgba(28, 64, 191, 0.2);
}
.btn.btn-light:hover {
  background: #f2f2f2;
  border-color: #f2f2f2;
}
.btn.btn-nbg {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: #3F4754;
}
.btn.btn-nbg:hover {
  color: #1c40bf;
}
.btn.btn-primary {
  background: #1c40bf;
  border-color: #1c40bf;
  box-shadow: 0px 18px 32px 0px rgba(28, 64, 191, 0.2);
}
.btn.btn-primary:hover {
  background: #1939a9;
  border-color: #1939a9;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-light:hover {
  background: #fff;
  color: #1c40bf;
}
.btn.btn-outline-dark {
  border-color: #d6d9e8;
  color: #3F4754;
}
.btn.btn-outline-dark:hover {
  background: #3F4754;
  color: #fff;
  border-color: #3F4754;
}
.blue {
  color: #1c40bf !important;
}
.green {
  color: #1eac7a !important;
}
.bg-gray {
  background: #f5f6f7;
}
.bg-primary {
  background: #475ca6 !important;
}
.bg-success {
  background: #1eac7a !important;
}
.badge {
  line-height: 22px;
  border-radius: 12px;
  background: #1c40bf;
  padding: 2px 2px 0 5px;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
  .badge {
    font-size: 13px;
  }
}
.badge.badge-danger {
  background: #D80027;
}
grammarly-desktop-integration {
  display: none;
}
#top-msg {
  background: #17234f;
  line-height: 23px;
  padding: 18px 0;
}
#top-msg p {
  line-height: 23px;
  color: #DBE0E7;
  font-size: 14px;
  font-weight: 300;
}
#top-msg p .icon {
  margin-left: 9px;
}
#top-msg .nav {
  gap: 25px;
}
#top-msg .nav li a {
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
#top-msg .nav li a:hover {
  color: #1eac7a;
}
#header {
  padding: 26px 0 22px;
  border-bottom: 1px solid #D6D9E8;
  z-index: 10;
}
#header #logo {
  margin-left: 57px;
  flex-shrink: 0;
}
#soon {
  color: red;
  border: solid 1px;
  border-radius: 5px;
  padding: 4px;
}
@media only screen and (max-width: 1199.98px) {
  #header #logo {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  #header #logo {
    margin-left: 15px;
  }
}
#header .left-sec {
  flex-shrink: 0;
  gap: 32px;
}
#header .left-sec .number {
  gap: 13px;
}
#header .left-sec .number .num {
  display: flex;
  color: #3F4754;
  font-size: 19px;
  font-weight: 500;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1199.98px) {
  #header .left-sec {
    gap: 20px;
  }
  #header .left-sec .number .num {
    font-size: 16px;
  }
}
#header a.portal {
  width: 40px;
  height: 40px;
  background: #1eac7a;
}
@media only screen and (max-width: 991.98px) {
  #header {
    padding: 15px;
  }
}
.mega-menu {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  background: #fff;
  padding: 24px;
  box-shadow: 0px 23px 80px 0px #E7EBF8;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
}
.mega-menu .contact {
  background: #1c40bf;
  isolation: isolate;
  border-radius: 15px;
  padding: 30px;
  flex-shrink: 0;
  width: 350px;
}
.mega-menu .contact .bg {
  z-index: -1;
  left: 0;
  bottom: 0;
}
.mega-menu .contact .img {
  width: 98px;
  height: 98px;
  isolation: isolate;
  margin-bottom: 15px;
}
.mega-menu .contact .img:before {
  content: "";
  width: 94px;
  height: 92px;
  border-radius: 50%;
  background: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
}
.mega-menu .contact h3 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 11px;
}
.mega-menu .contact p {
  color: #FFF;
  line-height: 23px;
  margin-bottom: 25px;
}
.mega-menu .contact .number {
  gap: 10px;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 30px;
}
.mega-menu .contact .or {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 8px;
}
.mega-menu .options {
  flex-grow: 1;
  padding-left: 70px;
  padding-top: 19px;
  padding-right: 45px;
}
.mega-menu .options h3 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 29px;
}
.mega-menu .options .options-list {
  margin-bottom: 24px;
  position: relative;
}
.mega-menu .options .options-list:before {
  content: "";
  top: 0;
  bottom: 25px;
  right: 40%;
  border-right: 1px solid #D6D9E8;
  position: absolute;
}
.mega-menu .options .options-list li:nth-child(even) {
  padding-right: 40px;
}
.mega-menu .options .options-list a {
  gap: 13px;
  margin-bottom: 25px;
}
.mega-menu .options .options-list a .icon {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  background: #ECEFF9;
}
.mega-menu .options .options-list a h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 3px;
}
.mega-menu .options .options-list a span {
  font-size: 14px;
  line-height: 21px;
}
.mega-menu .options .text h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 7px;
}
.mega-menu .options .text p {
  font-size: 14px;
  line-height: 21px;
  /* 21px */
}
#mainmenu {
  flex-grow: 1;
}
#mainmenu nav {
  display: flex;
  justify-content: center;
}
#mainmenu nav > ul {
  display: flex;
  gap: 30px;
}
#mainmenu nav > ul > li > a {
  color: #3F4754;
  font-size: 18px;
  padding-bottom: 35px;
  font-weight: 500;
}
#mainmenu nav > ul > li > a:hover {
  color: #1c40bf;
}
#mainmenu nav > ul > li:hover .mega-menu {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media only screen and (max-width: 1199.98px) {
  #mainmenu nav > ul {
    gap: 20px;
  }
  #mainmenu nav > ul > li > a {
    font-size: 15px;
  }
}
#mobile-sidedar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999999;
  display: none;
}
#mobile-sidedar .close {
  position: absolute;
  padding: 10px;
  left: 10px;
  top: 10px;
  cursor: pointer;
  transition: all .3s;
}
#mobile-sidedar .close:hover {
  color: #1eac7a;
}
#mobile-sidedar > div {
  width: 300px;
  height: 100%;
  padding: 20px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  transition: all .4s;
  transition-delay: .3s;
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.2);
  transform: translateX(300px);
}
#mobile-sidedar #side-logo {
  margin: 20px 0 40px;
}
#mobile-sidedar #sidemenu .menu,
#mobile-sidedar #sidemenu .navigation {
  position: relative;
  display: block;
  width: 100%;
}
#mobile-sidedar #sidemenu .menu li,
#mobile-sidedar #sidemenu .navigation li {
  position: relative;
  display: block;
  margin-bottom: 10px;
  color: #17234f;
}
#mobile-sidedar #sidemenu .menu li > ul,
#mobile-sidedar #sidemenu .navigation li > ul {
  display: none;
}
#mobile-sidedar #sidemenu .menu li > ul > li,
#mobile-sidedar #sidemenu .navigation li > ul > li {
  padding-right: 20px;
}
#mobile-sidedar #sidemenu .menu li > ul > li:last-child,
#mobile-sidedar #sidemenu .navigation li > ul > li:last-child {
  border-bottom: none;
}
#mobile-sidedar #sidemenu .menu li > ul > li > a,
#mobile-sidedar #sidemenu .navigation li > ul > li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #17234f;
}
#mobile-sidedar #sidemenu .menu li > ul > li.current > a,
#mobile-sidedar #sidemenu .navigation li > ul > li.current > a {
  color: #1c40bf;
}
#mobile-sidedar #sidemenu .menu li > ul > li:hover > a,
#mobile-sidedar #sidemenu .navigation li > ul > li:hover > a {
  color: #1c40bf;
}
#mobile-sidedar #sidemenu .menu li > ul > li > ul,
#mobile-sidedar #sidemenu .navigation li > ul > li > ul {
  display: none;
}
#mobile-sidedar #sidemenu .menu li.menu-item-has-children .dropdown-btn,
#mobile-sidedar #sidemenu .navigation li.menu-item-has-children .dropdown-btn,
#mobile-sidedar #sidemenu .menu li.dropdown .dropdown-btn,
#mobile-sidedar #sidemenu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 15px;
  line-height: 44px;
  cursor: pointer;
  z-index: 5;
}
#mobile-sidedar #sidemenu .menu li.menu-item-has-children .dropdown-btn:after,
#mobile-sidedar #sidemenu .navigation li.menu-item-has-children .dropdown-btn:after,
#mobile-sidedar #sidemenu .menu li.dropdown .dropdown-btn:after,
#mobile-sidedar #sidemenu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#mobile-sidedar #sidemenu .menu li.menu-item-has-children .dropdown-btn.active svg,
#mobile-sidedar #sidemenu .navigation li.menu-item-has-children .dropdown-btn.active svg,
#mobile-sidedar #sidemenu .menu li.dropdown .dropdown-btn.active svg,
#mobile-sidedar #sidemenu .navigation li.dropdown .dropdown-btn.active svg {
  transform: rotate(180deg);
}
#mobile-sidedar #sidemenu .menu li > a,
#mobile-sidedar #sidemenu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #17234f;
}
#mobile-sidedar #sidemenu .menu li.active,
#mobile-sidedar #sidemenu .navigation li.active {
  color: #fff;
}
#mobile-sidedar #sidemenu .menu li.active > a,
#mobile-sidedar #sidemenu .navigation li.active > a {
  background: #1c40bf;
  color: #fff;
  border-radius: 20px;
}
#mobile-sidedar #sidemenu li {
  line-height: 50px;
}
#mobile-sidedar #sidemenu li a {
  color: #64748B;
}
#mobile-sidedar #sidemenu li a:hover {
  color: #1c40bf;
}
#mobile-sidedar #quick-menu {
  border-top: 1px solid #eceefa;
  padding-top: 20px;
  margin-top: 20px;
}
#mobile-sidedar #quick-menu a {
  display: block;
  padding: 10px 24px;
  color: #17234f;
}
#mobile-sidedar #quick-menu a:hover {
  color: #1c40bf;
}
body.out {
  overflow: hidden;
}
body.out #mobile-sidedar > div {
  transform: translateX(0px);
}
#slide {
  padding: 52px 0 0;
}
#slide h1 {
  font-size: 32px;
  font-weight: 900;
  line-height: 44px;
  margin-bottom: 9px;
}
#slide p {
  font-size: 15px;
  font-weight: 500;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 0;
}
#slide .top {
  margin-bottom: 55px;
}
@media only screen and (max-width: 991.98px) {
  #slide h1 {
    font-size: 24px;
  }
  #slide .top {
    margin-bottom: 30px;
  }
  #slide .search-form {
    margin-bottom: 30px;
  }
}
.search-form h5 {
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 25px;
}
.search-form form {
  position: relative;
  padding: 5px 20px 5px 80px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 23px 80px 0px #E7EBF8;
}
.search-form form input {
  width: 100%;
  height: 49px;
  line-height: 49px;
  background: none;
  border: none;
}
.search-form form button {
  width: 70px;
  height: 50px;
  border-radius: 12px;
  background: #1c40bf;
  padding: 0;
  border: none;
  position: absolute;
  top: 5px;
  left: 5px;
  transition: all .3s;
}
.search-form form button:hover {
  background: #153193;
}
.search-form.domain form {
  position: relative;
  padding: 10px 22px 10px 180px;
  border-radius: 12px;
  background: #F3F8FC;
  box-shadow: none;
}
.search-form.domain form input {
  width: 100%;
  height: 39px;
  line-height: 39px;
  background: none;
  border: none;
}
.search-form.domain form button {
  width: 39px;
  height: 39px;
  border-radius: 11px;
  background: #20BF55;
  top: 10px;
  left: 10px;
}
.search-form.domain form button:hover {
  background: #199342;
}
.search-form.domain form button.search {
  padding: 0 11px;
  left: 53px;
  width: auto;
  color: #fff;
  background: #1c40bf;
  font-weight: 300;
}
.search-form.domain form button.search:hover {
  background: #153193;
}
@media only screen and (max-width: 767.98px) {
  .search-form.domain form {
    padding: 5px 15px 5px 90px;
  }
  .search-form.domain form input {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .search-form.domain form button {
    width: 35px;
    height: 35px;
    top: 5px;
    left: 5px;
  }
  .search-form.domain form button.search {
    width: 35px;
    height: 35px;
    padding: 0 0px;
    left: 45px;
  }
  .search-form.domain form button.search span {
    display: none;
  }
}
.light-bg {
  display: inline-block;
  padding: 3px 17px;
  line-height: 24px;
  background: rgba(30, 172, 122, 0.1);
  color: #1eac7a;
  margin-bottom: 23px;
  font-size: 15px;
  border-radius: 15px;
}
#pricing {
  padding: 82px 0 67px;
}
#pricing .top-title {
  margin-bottom: 39px;
}
#pricing .pricing-brands {
  padding: 50px 0 90px;
  gap: 62px;
}
#pricing .pricing-brands .brand {
  transition: all .3s;
  opacity: .4;
  flex-shrink: 0;
}
#pricing .pricing-brands .brand:hover {
  opacity: 1;
}
#pricing .pricing-footer p {
  color: #17234f;
  font-weight: 500;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 22px;
}
#pricing .buttons {
  gap: 13px;
}
.single-pricing {
  margin: 10px 0;
  border-radius: 15px;
  background: #fff;
  padding: 46px 29px 32px;
}
.single-pricing .img {
  margin-bottom: 26px;
}
.single-pricing .top {
  border-bottom: 1px solid #d6d9e8;
  margin-bottom: 21px;
}
.single-pricing .top span {
  display: block;
  font-size: 14px;
  letter-spacing: 1.54px;
  line-height: 22px;
}
.single-pricing .top h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 991.98px) {
  .single-pricing .top h4 {
    font-size: 20px;
  }
}
.single-pricing .top p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 19px;
}
.single-pricing .options {
  margin-bottom: 21px;
}
.single-pricing .options li {
  line-height: 25px;
  margin-bottom: 2px;
  gap: 7px;
  font-size: 14px;
}
.single-pricing.prem {
  padding-bottom: 43px;
  box-shadow: 0px 33px 60px 0px #CBD1E1;
}
.single-pricing.prem .img {
  margin-bottom: 41px;
}
.single-pricing.prem .top p {
  margin-bottom: 32px;
}
.single-pricing.prem .options {
  margin-bottom: 27px;
}
#services {
  padding: 76px 0 61px;
}
#services .top-title {
  margin-bottom: 50px;
}
@media only screen and (max-width: 575.98px) {
  #services .single-service {
    width: 100%;
  }
}
.single-service {
  margin-bottom: 20px;
}
.single-service .icon {
  width: 101px;
  height: 101px;
  margin-bottom: 15px !important;
}
.single-service h4 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.single-service h4 a {
  color: #17234f;
}
.single-service h4 a:hover {
  color: #1eac7a;
}
.single-service span {
  display: block;
  line-height: 24px;
  letter-spacing: 0.88px;
}
.service-list {
  gap: 50px;
}
#safty {
  padding: 111px 0 50px;
}
@media only screen and (max-width: 991.98px) {
  #safty {
    padding: 50px 0 30px;
  }
}
#safty .safty-top {
  margin-bottom: 37px;
}
#safty .safty-top h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 10px;
}
#safty .safty-top p {
  font-weight: 500;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991.98px) {
  #safty .safty-top {
    margin-bottom: 40px;
  }
  #safty .safty-top h3 {
    font-size: 20px;
  }
}
.safty-option {
  gap: 21px;
  margin-bottom: 21px;
}
.safty-option div.icon {
  width: 45px;
  height: 45px;
  /*background: #d9d9d9;*/
  flex-shrink: 0;
}
.safty-option h4 {
  color: #3F4754;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 3px;
}
.safty-option span {
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
}
#information {
  padding: 104px 0 35px;
}
@media only screen and (max-width: 991.98px) {
  #information {
    padding: 50px 0 20px;
  }
}
#information .information {
  padding: 20px 0;
}
#information .information .info-top {
  margin-bottom: 80px;
}
#information .information .info-top h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 10px;
}
#information .information .info-top p {
  font-weight: 500;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991.98px) {
  #information .information .info-top {
    margin-bottom: 40px;
  }
  #information .information .info-top h3 {
    font-size: 20px;
  }
}
#information .single-info {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  #information .single-info {
    width: 100%;
  }
}
#information .single-info .img {
  margin-bottom: 10px;
}
#information .single-info h4 {
  color: #3F4754;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 5px;
}
#information .single-info span {
  line-height: 24px;
  font-size: 13px;
  display: block;
}
#information .info-bot {
  gap: 10px;
}
#stats {
  padding: 40px 0 12px;
}
#stats .stat-row {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  #stats .stat-row .single-stat:before {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #d6d9e8;
    position: absolute;
  }
}
#stats .stat-row > div:last-child div:before {
  display: none;
}
.place {
  width: 7px;
  height: 7px;
  background: #1eac7a;
  cursor: pointer;
  border-radius: 15px;
}
.place span {
  white-space: nowrap;
  font-size: 13px;
  background: #1c40bf;
  color: #fff;
  line-height: 28px;
  padding: 0 15px;
  border-radius: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  left: 50%;
  transform: translate(-50%, -35px);
  transition: all .3s;
  opacity: 0;
  top: -10px;
  pointer-events: none;
}
.place span:after {
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  background: #1c40bf;
}
.place:hover span {
  opacity: 1;
  top: 0;
  pointer-events: auto;
}
.top-title {
  margin-bottom: 33px;
}
.top-title h1,
.top-title h2,
.top-title h3,
.top-title h4,
.top-title h5,
.top-title h6 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.top-title p {
  max-width: 555px;
  margin: 0 auto;
  font-weight: 500;
  font-weight: 400;
  line-height: 28px;
}
.top-title.v2 h1,
.top-title.v2 h2,
.top-title.v2 h3,
.top-title.v2 h4,
.top-title.v2 h5,
.top-title.v2 h6 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 4px;
}
.top-title.v2 p {
  max-width: 685px;
}
@media only screen and (max-width: 767.98px) {
  .top-title.v2 h1,
  .top-title.v2 h2,
  .top-title.v2 h3,
  .top-title.v2 h4,
  .top-title.v2 h5,
  .top-title.v2 h6 {
    font-size: 20px;
    line-height: 32px;
  }
}
.single-stat {
  margin-bottom: 20px;
  padding: 6px 10px 0px;
}
.single-stat h1,
.single-stat h2,
.single-stat h3,
.single-stat h4,
.single-stat h5,
.single-stat h6 {
  color: #1C40BF;
  font-size: 24px;
  font-weight: 600;
}
.single-stat span {
  display: block;
  font-size: 15px;
  line-height: 22px;
  margin-top: -7px;
}
#testimonials {
  padding: 20px 0 20px;
}
.single-testimonial {
  border-radius: 15px;
  background: #ECEFF9;
  margin-bottom: 20px;
  padding: 25px 20px 19px;
}
.single-testimonial p {
  font-size: 15px;
  font-weight: 500;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 14px;
  transition: all .3s;
}
.single-testimonial h4 {
  color: #3F4754;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 0;
  transition: all .3s;
}
.single-testimonial span {
  display: block;
  font-size: 13px;
  transition: all .3s;
}
.single-testimonial.active {
  background: #1c40bf;
}
.single-testimonial.active p {
  color: #fff;
}
.single-testimonial.active h4 {
  color: #fff;
}
.single-testimonial.active span {
  color: #D6D9E8;
}
#customers {
  padding: 21px 0 41px;
}
#customers a.customer {
  display: block;
  margin-bottom: 21px;
  filter: grayscale(100%);
  opacity: .7;
}
#customers a.customer:hover {
  opacity: 1;
  filter: grayscale(0%);
}
#blog {
  padding: 55px 0 33px;
  border-top: 1px solid #d6d9e8;
}
#blog article {
  flex-grow: 1;
  max-width: 247px;
}
@media only screen and (max-width: 767.98px) {
  #blog article {
    max-width: 100%;
  }
}
#blog .blog-row:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 20px;
  border-right: 1px solid #d6d9e8;
  right: calc( 33% - 40px );
}
@media only screen and (max-width: 1199.98px) {
  #blog .blog-row:before {
    right: calc( 33% - 14px );
  }
}
@media only screen and (max-width: 991.98px) {
  #blog .blog-row:before {
    display: none;
  }
}
#blog .blog-row:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 20px;
  border-right: 1px solid #d6d9e8;
  left: calc( 33% - 40px );
}
@media only screen and (max-width: 1199.98px) {
  #blog .blog-row:after {
    left: calc( 33% - 14px );
  }
}
@media only screen and (max-width: 991.98px) {
  #blog .blog-row:after {
    display: none;
  }
}
.single-blog {
  margin-bottom: 20px;
}
.single-blog time {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  display: block;
  margin-bottom: 8px;
}
.single-blog h1,
.single-blog h2,
.single-blog h3,
.single-blog h4,
.single-blog h5,
.single-blog h6 {
  color: #3F4754;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.single-blog h1 a,
.single-blog h2 a,
.single-blog h3 a,
.single-blog h4 a,
.single-blog h5 a,
.single-blog h6 a {
  color: #3F4754;
}
.single-blog h1 a:hover,
.single-blog h2 a:hover,
.single-blog h3 a:hover,
.single-blog h4 a:hover,
.single-blog h5 a:hover,
.single-blog h6 a:hover {
  color: #1c40bf;
}
.title-more {
  line-height: 30px;
  margin-bottom: 50px;
}
.title-more h1,
.title-more h2,
.title-more h3,
.title-more h4,
.title-more h5,
.title-more h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.title-more a {
  font-size: 14px;
}
.fix-number {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}
#footer {
  background: #17234f;
  color: #fff;
  padding: 69px 0 27px;
}
#foot-consult {
  background: #1c40bf;
  margin-bottom: 60px;
  border-radius: 18px;
  isolation: isolate;
  padding: 70px 39px 52px 81px;
}
@media only screen and (max-width: 991.98px) {
  #foot-consult {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  #foot-consult {
    padding: 30px 20px;
  }
}
#foot-consult .bg {
  left: 0;
  bottom: 0px;
  z-index: -1;
}
#foot-consult .right-side {
  max-width: 385px;
}
#foot-consult .right-side h3 {
  color: #FFF;
  font-size: 36px;
  font-weight: 800;
  line-height: 54px;
  min-height: 170px;
  margin-bottom: 44px;
}
@media only screen and (max-width: 991.98px) {
  #foot-consult .right-side h3 {
    min-height: 150px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  #foot-consult .right-side h3 {
    min-height: 122px;
    font-size: 22px;
    line-height: 45px;
  }
}
#foot-consult .left-side {
  max-width: 370px;
}
@media only screen and (max-width: 991.98px) {
  #foot-consult .left-side {
    margin-bottom: 40px;
  }
}
#foot-consult .left-side p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  text-align: unset;
}
#foot-consult .buttons,
#foot-consult .bottom {
  max-width: 385px;
}
#foot-consult .buttons .number,
#foot-consult .bottom .number {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
#foot-consult .buttons .number .icon,
#foot-consult .bottom .number .icon {
  margin-right: 22px;
}
#foot-consult .buttons .or,
#foot-consult .bottom .or {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  /* 30px */
}
#foot-consult .buttons .btn,
#foot-consult .bottom .btn {
  line-height: 22px;
  color: #fff;
  border-color: #fff;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 400;
  padding: 15px 31px;
}
#foot-consult .buttons .btn:hover,
#foot-consult .bottom .btn:hover {
  background: #fff;
  color: #1c40bf;
}
@media only screen and (max-width: 767.98px) {
  #foot-consult .buttons .number,
  #foot-consult .bottom .number {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
  }
  #foot-consult .buttons .number .icon,
  #foot-consult .bottom .number .icon {
    margin-right: 8px;
  }
  #foot-consult .buttons .number .icon svg,
  #foot-consult .bottom .number .icon svg {
    width: 20px;
    height: auto;
  }
  #foot-consult .buttons .or,
  #foot-consult .bottom .or {
    font-size: 16px;
    font-weight: 400;
  }
  #foot-consult .buttons .btn,
  #foot-consult .bottom .btn {
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 12px;
  }
}
.foot-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 11px;
}
.foot-nav {
  margin-bottom: 20px;
}
.foot-nav li {
  color: #D6D9E8;
  font-size: 15px;
  font-weight: 500;
  font-weight: 400;
  line-height: 30px;
}
.foot-nav li a {
  color: #D6D9E8;
}
.foot-nav li a:hover {
  color: #1eac7a;
}
#about-menus {
  margin-bottom: 34px;
}
#foot-about {
  margin-bottom: 20px;
}
#foot-about .text p {
  color: #D6D9E8;
  font-size: 15px;
  font-weight: 500;
  font-weight: 400;
  line-height: 27.3px;
}
#foot-logo {
  margin-bottom: 14px;
}
#foot-logo a {
  gap: 11px;
}
#foot-logo a h4 {
  color: #fff;
  line-height: 21px;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 22px;
}
#foot-logo a span {
  display: block;
  color: #ECEFF9;
  font-size: 13px;
  font-weight: 500;
}
#namad-contact {
  margin: 0 -9px;
}
#namad-contact > * {
  padding: 0 9px;
  margin-bottom: 18px;
}
#namads {
  border-radius: 15px;
  border: 1px solid #2D3C6F;
  background: #17234F;
  padding: 25px 25px 32px 28px;
}
#namads h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 24px;
}
#foot-contact {
  border-radius: 15px;
  border: 1px solid #2D3C6F;
  background: #17234F;
  padding: 30px 25px 10px 28px;
}
#foot-contact .social {
  margin-bottom: 21px;
}
@media only screen and (min-width: 768px) {
  #foot-contact .social {
    width: 160px;
  }
}
#foot-contact .social h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 4px;
}
#foot-contact .social ul {
  gap: 9px;
}
#foot-contact .social ul a {
  color: #D6D9E8;
}
#foot-contact .social ul a:hover {
  color: #1c40bf;
}
.contact-info {
  margin-bottom: 21px;
  margin-left: 42px;
  gap: 8px;
}
@media only screen and (max-width: 767.98px) {
  .contact-info {
    margin-left: 0;
  }
}
.contact-info h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 2px;
}
.contact-info ul {
  gap: 16px;
  color: #D6D9E8;
  font-size: 17px;
  font-weight: 500;
  font-weight: 400;
  line-height: 25px;
}
.contact-info ul a {
  color: #D6D9E8;
}
@media only screen and (max-width: 991.98px) {
  .contact-info h5 {
    font-size: 15px;
  }
  .contact-info ul {
    font-size: 15px;
  }
}
#copyright {
  padding: 20px;
  background: #fff;
  line-height: 40px;
}
#copyright p {
  line-height: 24px;
  font-size: 15px;
  font-weight: 500;
}
#copyright .nav {
  gap: 19px;
}
#copyright .nav li a {
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  color: #737c8a;
}
#copyright .nav li a:hover {
  color: #1c40bf;
}
#faqs {
  padding: 72px 0 40px;
}
#faqs .top-title {
  margin-bottom: 22px;
}
.single-faq {
  border-bottom: 1px solid #d6d9e8;
}
.single-faq .question {
  padding: 19px 0 14px 30px;
  cursor: pointer;
  position: relative;
}
.single-faq .question h4 {
  color: #64667A;
  font-size: 16px;
  font-weight: 500;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
  transition: all .3s;
}
.single-faq .question .icon {
  position: absolute;
  color: #64667A;
  left: 0;
  top: 20px;
  transition: all .3s;
}
.single-faq .question:hover h4 {
  color: #1c40bf;
}
.single-faq div.answer {
  display: none;
}
.single-faq div.answer p {
  margin-bottom: 24px;
  color: #2A2E36;
  font-size: 15px;
  font-weight: 400;
}
.single-faq.active .question h4 {
  color: #1c40bf;
}
.single-faq.active .question .icon {
  transform: rotate(-180deg);
}
#free-service {
  padding: 73px 0 63px;
}
#free-service .sec-title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 575.98px) {
  #free-service .buttons > .btn {
    width: 100%;
  }
}
.sec-title span {
  display: block;
  color: #64667A;
  font-size: 15px;
  font-weight: 500;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 5px;
}
.sec-title h1,
.sec-title h2,
.sec-title h3,
.sec-title h4,
.sec-title h5,
.sec-title h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 10px;
}
.sec-title p {
  font-weight: 500;
  font-weight: 300;
  line-height: 28px;
  font-size: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991.98px) {
  .sec-title h1,
  .sec-title h2,
  .sec-title h3,
  .sec-title h4,
  .sec-title h5,
  .sec-title h6 {
    font-size: 20px;
  }
}
.buttons {
  gap: 17px;
}
#management {
  padding: 44px 0 0px;
}
#management .sec-title h3 {
  margin-bottom: 24px;
}
#management .sec-title p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 33px;
}
#terms {
  margin-top: 20px !important;
  padding: 44px 0 0px;
}
#terms .sec-title h3 {
  margin-bottom: 24px;
}
#terms .sec-title p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 33px;
}
.term-space{
  margin-bottom: 60px !important;
}
#benefits {
  padding: 30px 0 68px;
}
#benefits .top-title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767.98px) {
  #benefits .row {
    margin: 0 -6px;
  }
  #benefits .row > div {
    padding: 0 6px;
  }
}
.single-benefit {
  margin-bottom: 10px;
}
.single-benefit a {
  display: inline-block;
  border-radius: 9px;
  width: 95%;
  padding: 28px 10px 20px;
}
.single-benefit a div.img {
  margin-bottom: 10px;
  min-height: 73px;
}
.single-benefit a h4 {
  color: #737C8A;
  font-weight: 500;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .single-benefit a h4 {
    font-size: 14px;
  }
}
.single-benefit a:hover {
  background: #FFF;
}
#hostpricing {
  padding: 91px 0 60px;
}
.tab-nav ul {
  line-height: 30px;
  background: #fff;
  border-radius: 22px;
  padding: 6px;
  gap: 2px;
  margin-bottom: 39px;
}
.tab-nav ul li {
  cursor: pointer;
  padding: 0 17px;
  border-radius: 15px;
  transition: all .3s;
}
.tab-nav ul li:hover {
  color: #1c40bf;
}
.tab-nav ul li.active {
  color: #fff;
  background: #1c40bf;
}
.host-price {
  padding-right: 125px;
}
@media only screen and (max-width: 767.98px) {
  .host-price {
    padding-right: 100px;
  }
}
.host-price .option2{
  top: 100px !important;
}
.host-price .option3{
  top: 100px !important;
}
.price-container{
  width: 60%;
}
.host-price .host-options {
  right: 0;
  top: 165px;
  font-size: 15px;
  font-weight: 500;
  font-weight: 400;
}
.host-price .host-options li {
  line-height: 20px;
  margin-bottom: 20px;
}
.host-price .option2 li {
  line-height: 21px;
  margin-bottom: 20px;
}
.host-price .option3 li {
  line-height: 22px;
  margin-bottom: 20px;
}
.host-price .host-options li.space {
  margin-bottom: 36px;
}
.host-price .host-options li.band {
  margin-bottom: 47px;
}
.host-price .hot-price-list {
  overflow: auto;
  display: flex;
}
.single-host-price {
  width: 16.6666%;
  min-width: 136px;
  background: #fff;
  padding: 33px 18px 20px;
}
.single-host-price:first-child {
  border-radius: 0px 15px 15px 0px;
}
.single-host-price:last-child {
  border-radius: 15px 0px 0px 15px;
}
.single-host-price.prem {
  position: relative;
  box-shadow: 0px 23px 80px 0px #D8DCE8;
}
.single-host-price div.img {
  margin-bottom: 6px;
}
.single-host-price div.img img {
  width: 90px;
}
.single-host-price h3 {
  font-size: 20px;
  font-weight: 500;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 23px;
}
.single-host-price .space {
  padding: 0px 7px;
  margin-bottom: 20px;
}
.single-host-price .space h4 {
  font-size: 15px;
  margin-bottom: 9px;
  line-height: 23px;
}
.single-host-price .space .bar {
  background: #ECEFF9;
  height: 4px;
  border-radius: 2px;
  overflow: hidden;
}
.single-host-price .space .bar span {
  right: 0;
  top: 0;
  bottom: 0;
}
.single-host-price .options {
  border-bottom: 1px solid #d6d9e8;
  padding: 17px 0 ;
  margin-bottom: 18px;
}
.single-host-price .options li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3F4754;
  font-size: 15px;
  font-weight: 500;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 18px;
}
.single-host-price .price {
  color: #1eac7a;
  font-size: 20px;
  font-weight: 600;
  line-height: 31px;
}
.single-host-price .priod {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 14px;
}
.single-host-price .btn {
  width: 100%;
  padding: 14px;
}
#breadcrumb {
  line-height: 27px;
  padding: 21px 0 16px;
}
.breadcrumb {
  margin-bottom: 0;
  gap: 2px;
  font-size: 15px;
  color: #3D93FA;
}
.breadcrumb .breadcrumb-item.active,
.breadcrumb a {
  color: #fff;
}
.breadcrumb a:hover {
  color: #fff;
}
#buy-host {
  position: relative;
  isolation: isolate;
}
#buy-host:before {
  content: "";
  background: #475ca6;
  left: 0;
  top: 0;
  bottom: 155px;
  right: 0;
  position: absolute;
  z-index: -1;
}
.buy-host {
  background: #fff;
  border-radius: 15px;
  padding: 65px 40px 60px 47px;
  gap: 90px;
}
@media only screen and (max-width: 1199.98px) {
  .buy-host {
    gap: 40px;
    padding: 30px;
  }
}
.host-box {
  width: 296px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid #D6D9E8;
  background: #FFF;
  padding: 30px;
}
.host-box .lab {
  left: 20px;
  top: 19px;
  width: 31px;
  height: 31px;
}
.host-box .img {
  margin-bottom: 20px;
}
.host-box h3 {
  font-size: 32px;
  font-weight: 900;
  line-height: 44px;
}
@media only screen and (max-width: 991.98px) {
  .host-box {
    width: 100%;
  }
  .host-box h3 {
    font-size: 20px;
  }
}
.buy-host-text .sec-title {
  margin-bottom: 50px;
}
.buy-host-text .sec-title h1,
.buy-host-text .sec-title h2,
.buy-host-text .sec-title h3,
.buy-host-text .sec-title h4,
.buy-host-text .sec-title h5,
.buy-host-text .sec-title h6 {
  font-size: 32px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 991.98px) {
  .buy-host-text .sec-title {
    margin-bottom: 30px;
  }
  .buy-host-text .sec-title h1,
  .buy-host-text .sec-title h2,
  .buy-host-text .sec-title h3,
  .buy-host-text .sec-title h4,
  .buy-host-text .sec-title h5,
  .buy-host-text .sec-title h6 {
    font-size: 24px;
  }
}
.buy-host-text .safty-option {
  margin-bottom: 23px;
  gap: 14px;
}
.buy-host-text .safty-option div.icon {
  width: 47px;
  height: 47px;
}
.buy-host-text .safty-option span {
  font-size: 13px;
  font-weight: 400;
}
#why {
  padding: 61px 0 41px;
}
#why .top-title {
  margin-bottom: 45px;
}
@media only screen and (min-width: 1400px) {
  #why .row {
    margin: 0 -40px;
  }
  #why .row > * {
    padding: 0 40px;
  }
}
.single-feature {
  margin-bottom: 44px;
}
.single-feature div.icon {
  width: 34px;
  height: 34px;
  background: #D9D9D9;
  margin-bottom: 8px;
}
.single-feature h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 5px;
}
.single-feature p {
  font-size: 14px;
  font-weight: 500;
  font-weight: 400;
  line-height: 25px;
}
#domian-pricing {
  padding: 50px 0 70px;
}
#domian-pricing .top-title {
  margin-bottom: 37px;
}
.domian-pricing {
  width: 100%;
}
.domian-pricing * {
  white-space: nowrap;
}
.domian-pricing thead th {
  isolation: isolate;
  position: relative;
  color: #2A2E36;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  padding: 17px 33px 23px 17px;
}
.domian-pricing thead th:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 6px;
  background: #eceff9;
  z-index: -1;
}
.domian-pricing thead th:first-child:before {
  border-radius: 0 12px 12px 0;
}
.domian-pricing thead th:last-child {
  width: 0;
}
.domian-pricing thead th:last-child:before {
  border-radius: 12px 0 0 12px;
}
.domian-pricing tbody tr td {
  isolation: isolate;
  position: relative;
  color: #2A2E36;
  font-size: 15px;
  font-weight: 500;
  font-weight: 400;
  line-height: 28px;
  padding: 12px 33px 16px 17px;
}
.domian-pricing tbody tr td.domian {
  font-size: 15px;
  font-weight: 600;
}
.domian-pricing tbody tr td:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 4px;
  background: #F8F9FE;
  z-index: -1;
}
.domian-pricing tbody tr td:first-child:before {
  border-radius: 0 12px 12px 0;
}
.domian-pricing tbody tr td:last-child {
  width: 0;
}
.domian-pricing tbody tr td:last-child:before {
  border-radius: 12px 0 0 12px;
}
.domian-pricing tbody tr td .btn:hover {
  color: #fff;
  background: #1eac7a;
  border-color: #1eac7a;
}
@media only screen and (max-width: 767.98px) {
  .domian-pricing thead th {
    font-size: 14px;
    line-height: 24px;
    padding: 14px 14px 20px 14px;
  }
  .domian-pricing tbody tr td {
    font-size: 14px;
    line-height: 24x;
    padding: 10px 14px 14px 14px;
  }
  .domian-pricing tbody tr td.domian {
    font-size: 14px;
    font-weight: 500;
  }
}
#dominsearch {
  position: relative;
  isolation: isolate;
}
#dominsearch:before {
  content: "";
  background: #475ca6;
  left: 0;
  top: 0;
  bottom: 382px;
  right: 0;
  position: absolute;
  z-index: -1;
}
#dominsearch .pricing-footer {
  padding: 72px 0 59px;
}
#dominsearch .pricing-footer p {
  color: #17234f;
  font-size: 16px;
  font-weight: 500;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 22px;
}
.dominsearch {
  border-radius: 15px;
  background: #FFF;
  padding: 79px 50px 48px;
}
@media only screen and (max-width: 991.98px) {
  .dominsearch {
    padding: 40px 30px 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .dominsearch {
    padding: 30px 15px 20px;
  }
}
.dominsearch .top-title {
  margin-bottom: 50px;
}
.dominsearch .top-title:after {
  width: 156px;
  content: "";
  margin: 0 auto;
  display: block;
  background: #A7ACBF;
  height: 1px;
}
.dominsearch .top-title h2 {
  margin-bottom: 14px;
}
.dominsearch .top-title p {
  margin-bottom: 26px;
  line-height: 23px;
}
.dominsearch .search-form {
  max-width: 750px;
  margin-bottom: 50px !important;
}
.dominsearch .domian-price-list {
  max-width: 750px;
}
@media only screen and (max-width: 767.98px) {
  .dominsearch .search-form {
    margin-bottom: 30px !important;
  }
  .dominsearch .top-title {
    margin-bottom: 35px;
  }
}
.domian-price-list .domain-price {
  width: 14.28%;
  padding: 5px 5px 5px;
  margin-bottom: 17px;
}
.domian-price-list .domain-price .img {
  height: 24px;
  margin-bottom: 14px;
}
.domian-price-list .domain-price h4 {
  color: #737c8a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
@media only screen and (max-width: 991.98px) {
  .domian-price-list .domain-price {
    width: 20%;
    margin-bottom: 10px;
  }
  .domian-price-list .domain-price h4 {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .domian-price-list .domain-price {
    width: 33.33%;
  }
}
@media only screen and (max-width: 575.98px) {
  .domian-price-list .domain-price {
    width: 50%;
  }
}
.simdom {
  border-radius: 3px;
}
@media only screen and (max-width: 991.98px) {
  .simdom {
    display: none !important;
  }
}
.simdom.num1 {
  top: 89px;
  right: 5px;
  width: 54.78px;
  height: 52.002px;
}
.simdom.num2 {
  top: 164px;
  right: -64px;
  width: 45.702px;
  height: 41.716px;
}
.simdom.num3 {
  top: 215px;
  right: 41px;
  width: 45.702px;
  height: 41.716px;
}
.simdom.num4 {
  top: 269px;
  right: -66px;
  width: 45.702px;
  height: 41.716px;
}
.simdom.num5 {
  top: 333px;
  right: -4px;
  width: 54.78px;
  height: 52.002px;
}
.simdom.num6 {
  top: 418px;
  right: 39px;
  width: 45.702px;
  height: 41.716px;
}
.simdom.num7 {
  top: 478px;
  right: -52px;
  width: 45.702px;
  height: 41.716px;
}
.simdom.num8 {
  top: 47px;
  left: -12px;
  width: 48.491px;
  height: 44.262px;
}
.simdom.num9 {
  top: 117px;
  left: -72px;
  width: 48.491px;
  height: 44.262px;
}
.simdom.num10 {
  top: 172px;
  left: 24px;
  width: 48.491px;
  height: 44.262px;
}
.simdom.num11 {
  top: 221px;
  left: -68px;
  width: 58.123px;
  height: 55.175px;
}
.simdom.num12 {
  top: 308px;
  left: 30px;
  width: 51.131px;
  height: 48.536px;
}
.simdom.num13 {
  top: 326px;
  left: -61px;
  width: 50.42px;
  height: 46.024px;
}
.simdom.num14 {
  top: 425px;
  left: -8px;
  width: 48.491px;
  height: 44.262px;
}
#licence-type {
  padding: 73px 0 30px;
}
#licence-type .top-title {
  margin-bottom: 73px;
}
@media only screen and (max-width: 767.98px) {
  #licence-type {
    padding: 40p 0 30px;
  }
  #licence-type .top-title {
    margin-bottom: 40px;
  }
}
.single-licence {
  border-radius: 130px;
  max-width: 920px;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 99.13%);
  margin-bottom: 32px !important;
  padding: 17px 20px;
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .single-licence {
    border-radius: 20px;
    padding-top: 25px;
  }
}
.single-licence .img {
  width: 174px;
  flex-shrink: 0;
}
.single-licence .text {
  max-width: 610px;
  padding: 9px;
}
.single-licence .text h3 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 767.98px) {
  .single-licence .text h3 {
    font-size: 20px;
  }
}
.single-licence .text p {
  font-weight: 500;
  font-weight: 400;
  line-height: 28px;
}
#target {
  padding: 40px 0 90px;
}
@media only screen and (max-width: 767.98px) {
  #target {
    padding-bottom: 40px;
  }
}
.tick-list {
  color: #2A2E36;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 55px;
}
.tick-list li {
  gap: 9px;
  margin-bottom: 14px;
}
@media only screen and (min-width: 1200px) {
  .target-text {
    margin-left: -20px;
  }
}
.target-text .sec-title {
  margin-bottom: 27px;
}
.target-text .sec-title h3 {
  margin-bottom: 13px;
}
.ssl-option {
  gap: 17px;
  margin-bottom: 28px;
}
.ssl-option .icon {
  border-radius: 15px;
  background: #F2F6FC;
  width: 54px;
  height: 54px;
  flex-shrink: 0;
}
.ssl-option h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 3px;
}
.ssl-option span {
  font-size: 14px;
  font-weight: 500;
  font-weight: 400;
  line-height: 25px;
  display: block;
}
.valid-text .sec-title {
  margin-bottom: 53px;
}
.valid-text .sec-title h3 {
  margin-bottom: 13px;
}
@media only screen and (min-width: 992px) {
  .valid-text {
    margin-right: -30px;
  }
  .valid-text .sec-title {
    margin-bottom: 30px;
  }
}
#valid {
  padding: 89px 0 48px;
}
@media only screen and (max-width: 991.98px) {
  #valid {
    padding: 45px 0 30px;
  }
}
#titleBar {
  padding: 93px 0 64px;
}
#titleBar .breadcrumb {
  margin-bottom: 10px;
}
#titleBar .sec-title {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  #titleBar .sec-title {
    max-width: 600px;
  }
}
#titleBar .sec-title h1,
#titleBar .sec-title h2,
#titleBar .sec-title h3,
#titleBar .sec-title h4,
#titleBar .sec-title h5,
#titleBar .sec-title h6 {
  color: #FFF;
  font-size: 32px;
  font-weight: 900;
  line-height: 44px;
  margin-bottom: 16px;
}
#titleBar .sec-title p {
  color: #E0E8F7;
  font-size: 15px;
  font-weight: 500;
  font-weight: 400;
  line-height: 27px;
}
@media only screen and (max-width: 991.98px) {
  #titleBar .sec-title h1,
  #titleBar .sec-title h2,
  #titleBar .sec-title h3,
  #titleBar .sec-title h4,
  #titleBar .sec-title h5,
  #titleBar .sec-title h6 {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 12px;
  }
  #titleBar .sec-title p {
    font-size: 14px;
  }
}
.ssl-list {
  border-radius: 15px;
  background: #FFF;
  padding: 10px;
  justify-content: space-between;
}
.ssl-list .single-ssl-item a {
  gap: 8px;
  padding: 7px 16px;
  line-height: 34px;
  color: #17234f;
  border-radius: 10px;
}
.ssl-list .single-ssl-item a:hover {
  background: #eceff9;
}
.tick {
  height: 20px;
}
.service-name{
  font-size: 25px !important;
}
#logoImg{
  height: 55px;
}
.img img{
  margin-bottom: 30px;
}
.bwImg{
  height: 36px;
  margin-bottom: 5px !important;
}
#target .pricing-footer {
  padding: 72px 0 59px;
  margin-bottom: -20px;
  margin-top: 50px;
}
#target .pricing-footer p {
  color: #17234f;
  font-size: 16px;
  font-weight: 500;
  font-weight: 400;
  line-height: 24px;
}
#colocation-pricing .pricing-footer {
  padding: 72px 0 59px;
  margin-top: 50px;
}
#colocation-pricing .pricing-footer p {
  color: #17234f;
  font-size: 16px;
  font-weight: 500;
  font-weight: 400;
  line-height: 24px;
}
#ssl-pricing {
  margin-bottom: 50px;
}
#colocation-pricing {
  margin-bottom: 50px;
  margin-top: 50px;
}
#dedicated-pricing {
  margin-bottom: 50px;
  margin-top: 50px;
}
#dedicated-pricing .pricing-footer {
  padding: 72px 0 59px;
  margin-top: 50px;
}
#dedicated-pricing .pricing-footer p {
  color: #17234f;
  font-size: 16px;
  font-weight: 500;
  font-weight: 400;
  line-height: 24px;
}
#zslogo {
  height: 25px !important;
}
.shpzcp {
  width: 25% !important;
}