@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
:root {
  --primary-one: #d80d30;
  --primary-one-dark: #ad0a28;
  --secondary-one: #1c40f2;
  --secondary-one-dark: #0326d2;
  --color-white: #fff;
  --theme-dark: #2a2d38;
  --transition: all .4s ease;
  --fallback-fonts: sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Inter", var(--fallback-fonts);
}
/* Colors */ :root {
  --font-bootstrap-icons: bootstrap-icons;
}
/* Smooth scroll behavior */ :root {
  scroll-behavior: smooth;
}
::selection {
  background: rgb(var(--color-primary));
}
::selection {
  color: var(--primary-one);
  text-shadow: none;
}
/*--------------------------------------------------------------
    02. General
--------------------------------------------------------------*/
body {
  font-family: var(--font-primary);
  font-weight: 400;
}
body .container, body .container-lg, body .container-md, body .container-sm, body .container-xl {
  max-width: 1268px !important;
}
body a {
  list-style: none;
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-primary);
}
body h1 {
  font-size: clamp(28px, 5vw, 48px);
}
body h4 {
  font-size: clamp(24px, 5vw, 24px);
}
body h2 {
  font-size: clamp(28px, 5vw, 40px);
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  text-decoration: none;
}
body {
  font-weight: 400;
}
.theme-gap-01 {
  padding: 80px 0px;
}
.bg-01 {
  background: linear-gradient(-90deg, #00165b, #0a00e9);
  position: relative;
}
.bg-01 h2, .bg-01 p, .bg-01 a, .bg-01 {
  color: var(--color-white);
}
.gap-bottom-01 {
  margin-bottom: 30px;
}
.color-theme {
  color: var(--primary-one) !important;
}
.bg-02 {
  background: #ad0a280d;
}
/*btncss*/
.theme-btn-one {
  background: unset;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, .25);
  padding: 20px 30px;
  color: var(--color-white);
  display: block;
  width: fit-content;
  transition: var(--transition);
}
.theme-btn-one:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, .5);
}
.theme-btn-two {
  background: unset;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid var(--primary-one);
  padding: 20px 30px;
  color: var(--primary-one);
  display: block;
  width: fit-content;
}
.theme-btn-two:hover {
  border: 1px solid var(--primary-one-dark);
  color: var(--primary-one-dark);
}
.plan_btn-01 {
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 20px;
  color: var(--color-white);
  background: var(--secondary-one);
  box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
  margin-top: auto;
  text-align: center;
  width: fit-content;
  transition: var(--transition);
  border: unset;
}
.plan_btn-01:hover {
  background: linear-gradient(90deg, #ff869b, #d80d30) !important;
}
/*btncss*/
/*header-css*/
.main-header {
  background-color: #fff;
  height: 80px;
  position: relative;
  transition: height .5s ease-in;
}
.header-sticky {
  animation: headerSticky .95s ease forwards;
  position: fixed;
  z-index: 14;
  width: 100%;
  box-shadow: rgba(50, 50, 50, 0.2) 0px 0px 20px 0px;
  transition: transform 100ms ease-in-out, background-color 200ms ease-in-out;
  background-color: rgb(252, 252, 252);
  top: 0;
}
@-webkit-keyframes headerSticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes headerSticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.main-header.dropdown-open {
  background-color: rgb(252, 252, 252);
}
.main-header .nabbar-nav {
  margin-bottom: 0;
  height: 100%;
}
.main-header .nabbar-nav > .container-lg {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.main-header > .nabbar-nav > .container-lg > .logo-and-navbar {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.main-header > .nabbar-nav > .container-lg > .logo-and-navbar > .nav-brand {
  display: inline-block;
}
.main-header > .nabbar-nav > .container-lg > .logo-and-navbar > .nav-brand img {
  max-height: 50px;
}
/* Desktop Navigation */
@media (min-width: 992px) {
  .main-header > .nabbar-nav > .container-lg > .logo-and-navbar > .nav-brand {
    margin-inline-end: 32px;
  }
  .main-header .nabbar-nav .mainmenu {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    gap: 32px;
  }
  .main-header .nabbar-nav .mainmenu li {
    position: relative;
  }
  .main-header .nabbar-nav .mainmenu li.megamenu {
    position: inherit;
  }
  .main-header .nabbar-nav .mainmenu > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    font-size: 15px;
    white-space: nowrap;
    transition: 0.3s;
    color: rgb(54, 54, 54);
    font-weight: 600;
  }
  .main-header .nabbar-nav .mainmenu > li > a {
    position: relative;
  }
  .main-header .nabbar-nav .mainmenu > li > a.active {
    color: var(--color-main);
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown > a > .dropdown-indicator {
    font-size: 12px;
    line-height: 0;
    margin-inline-start: 5px;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown.dropdown-opened > a, .main-header .nabbar-nav .mainmenu li:has(.active) > a {
    color: var(--color-main);
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown.dropdown-opened > a > .dropdown-indicator {
    transform: rotate(-180deg);
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu {
    /* display: flex; */
    -moz-box-pack: center;
    justify-content: center;
    background-color: rgb(252, 252, 252);
    border-radius: 0px 0px 50px 50px;
    padding: 32px 0px;
    position: absolute;
    top: 88px;
    left: 50%;
    width: 90%;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 200ms ease-in-out;
    z-index: 5;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    transform: translateX(-50%);
    border-radius: 10px;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu.visible {
    visibility: visible;
    pointer-events: unset;
    opacity: 1;
  }
  .main-header .navbar-button, .main-header .nabbar-nav .mobile-menu-header {
    display: none;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu > div {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu > div {
    max-width: 960px;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item {
    list-style: none;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu > li > .new-design-nav-item-logo .heading {
    display: flex;
    flex-direction: row;
    gap: 18px;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > .new-design-nav-item-logo .heading span {
    display: block;
    padding: 4px 8px;
    border-radius: 10px;
    width: max-content;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    white-space: nowrap;
    height: 24px;
    position: relative;
    z-index: 5;
    background-color: rgb(144, 219, 150);
    color: rgb(54, 54, 54);
    font-size: 13px;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > .new-design-nav-item-logo .heading span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgb(144, 219, 150) transparent transparent transparent;
    transform: translatey(-50%) rotate(90deg);
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > .new-design-nav-item-logo p {
    color: rgb(124, 144, 170);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 16px;
    padding-bottom: 8px;
    margin-bottom: 0;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > .new-design-nav-item-logo a {
    color: var(--color-main);
    display: flex;
    -moz-box-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    background-size: 0px 1px;
    transition: all 500ms ease;
    padding-bottom: 2px;
    width: fit-content;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > .new-design-nav-item-logo a i {
    margin-inline-start: 5px;
    transition: 0.4s ease-in-out;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > .new-design-nav-item-logo a:hover {
    background-size: 100% 1px;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > .new-design-nav-item-logo a:hover i {
    margin-inline-start: 10px;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu > p {
    font-size: 25px;
    padding-inline-start: 10px;
    color: var(--theme-dark);
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > ul > li > a {
    -moz-box-align: center;
    align-items: center;
    background-color: #f7f9fd;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    padding: 25px;
    position: relative;
    text-decoration: none;
    transition: 0.4s ease-in-out;
    width: 100%;
    border: 1px solid #ededed;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > ul > li > a:hover, .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > ul > li > a.active {
    background: #fff;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > ul > li > a > .inner {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    gap: 8px;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > ul > li > a > .inner > .icon {
    align-self: start;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > ul > li > a > .inner > .icon > .inner {
    -moz-box-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    height: 56px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    transition: all 0.5s;
    width: 56px;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > ul > li > a > .inner > .icon > .inner > i {
    font-size: 40px;
    line-height: 0;
    color: var(--primary-one);
    transition: all 0.5s;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > ul > li > a > .inner > .content {
    display: flex;
    gap: 8px;
    flex-direction: column;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > ul > li > a > .inner > .content > .headings {
    color: rgb(54, 54, 54);
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > ul > li > a:hover .inner > .content > .headings {
    color: var(--primary-one);
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > ul > li > a > .inner > .content > .headings > .labels {
    color: var(--color-white);
    -moz-box-align: center;
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    -moz-box-pack: center;
    justify-content: center;
    line-height: 16px;
    padding: 5px 10px;
    position: relative;
    width: fit-content;
    text-decoration: none;
    text-transform: uppercase;
    background: #D80D30;
    background: linear-gradient(90deg, rgba(216, 13, 48, 0.7) 0%, rgba(216, 13, 48, 1) 100%);
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > ul > li > a > .inner > .content > .subheading {
    color: var(--theme-dark);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li.megamenu_img {
    display: block;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li.megamenu_img .menu-lists {
    display: block;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li.megamenu_img .menu-lists h3 {
    font-size: 15px;
    margin: 0;
    font-weight: 500;
    margin-bottom: 15px;
    color: rgb(124, 144, 170);
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li.megamenu_img .menu-lists p {
    font-size: 16px;
    margin: 0;
    position: relative;
    color: #6c6c6c;
    padding-inline-start: 25px;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li.megamenu_img .menu-lists p:before {
    content: "\eb86";
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 14px;
    font-family: remixicon !important;
    color: var(--color-main);
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li.megamenu_img .menu-lists p + p {
    margin-top: 10px;
  }
  .main-header .nabbar-nav .mainmenu li.web-off {
    display: none;
  }
  .nav-right-side-bar .inline-btns {
    align-items: center;
    gap: 20px;
  }
  .nav-right-side-bar .inline-btns a {
    font-size: 15px;
    color: rgb(54, 54, 54);
    font-weight: 500;
  }
}
@media (min-width: 1200px) {
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu > div {
    max-width: 1140px;
  }
}
@media (min-width: 1270px) {
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu > div {
    max-width: 1250px !important;
  }
}
/* Mobile Navigation */
@media (max-width: 991px) {
  .main-header .navbar-button {
    height: auto;
    width: auto;
    text-align: center;
    outline: none;
    border: 0 none;
    padding: 0;
    background: transparent;
    display: block;
    font-size: 25px;
    margin-inline-end: 15px;
  }
  .main-header .mobile-menu-header {
    display: flex;
    border-bottom: 1px solid #eeeeee;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
  }
  .main-header .mobile-menu-header .logo img {
    max-height: 30px;
  }
  .main-header .mobile-menu-header .close-icon .navbar-close {
    border: 0 none;
    width: 40px;
    height: 40px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #cccccc40;
    line-height: 0;
    border-radius: 0;
  }
  .main-header .header-menu {
    z-index: 9999;
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s ease-out;
  }
  .main-header .header-menu.active {
    visibility: visible;
    opacity: 1;
  }
  body:has(.main-header .header-menu.active) {
    overflow: hidden;
  }
  .main-header .header-menu > .inner {
    width: 320px;
    z-index: 999;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    height: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    opacity: 0;
    left: -150px;
    transition: all .5s ease-out;
  }
  .main-header .header-menu.active > .inner {
    opacity: 1;
    left: 0;
    overflow-y: auto;
  }
  .main-header .nabbar-nav .mainmenu {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }
  .main-header .nabbar-nav .mainmenu > li {
    display: block;
    padding-bottom: 16px;
    border-bottom: 1px solid rgb(246, 246, 249);
  }
  .main-header .nabbar-nav .mainmenu > li > a {
    color: rgb(54, 54, 54);
    text-decoration: none;
    background-color: transparent;
    border: medium;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    width: 100%;
    text-align: start;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.4s ease-in-out;
  }
  .main-header .nabbar-nav .mainmenu > li > a > span[data-offer]:after {
    content: attr(data-offer);
    background: rgb(186, 230, 211);
    color: rgb(31, 32, 68);
    font-size: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 2px 4px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    margin-inline-start: 10px;
  }
  .main-header .nabbar-nav .mainmenu > li.has-droupdown > a.open {
    color: var(--color-main);
  }
  .main-header .nabbar-nav .mainmenu > li.has-droupdown > a > .dropdown-indicator {
    font-size: 17px;
    transform: rotate(-90deg);
    transition: 0.4s ease-in-out;
  }
  .main-header .nabbar-nav .mainmenu > li.has-droupdown > a.open > .dropdown-indicator {
    transform: rotate(-180deg);
  }
  .main-header .nabbar-nav .mainmenu > li.has-droupdown .submenu {
    display: none;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item {
    list-style: none;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: 15px;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu > p {
    display: none;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > ul > li > a {
    -moz-box-align: center;
    align-items: center;
    background-color: transparent;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
    transition: 0.4s ease-in-out;
    width: 100%;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > ul > li > a > .inner {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    gap: 8px;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > ul > li > a > .inner > .icon {
    align-self: start;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > ul > li > a > .inner > .icon > .inner {
    -moz-box-align: center;
    align-items: center;
    background-color: rgb(243, 249, 255);
    border-radius: 100px;
    height: 38px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    transition: 0.4s ease-in-out;
    width: 38px;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > ul > li > a > .inner > .icon > .inner > i {
    font-size: 25px;
    line-height: 0;
    color: var(--primary-one);
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > ul > li > a > .inner > .content {
    display: flex;
    gap: 8px;
    flex-direction: column;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > ul > li > a > .inner > .content > .headings {
    color: rgb(54, 54, 54);
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > ul > li > a > .inner > .content > .headings > .labels {
    background: linear-gradient(90deg, rgba(216, 13, 48, 0.7) 0%, rgba(216, 13, 48, 1) 100%);
    color: var(--color-white);
    -moz-box-align: center;
    align-items: center;
    border-radius: 20px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    -moz-box-pack: center;
    justify-content: center;
    line-height: 16px;
    padding: 2px 10px;
    position: relative;
    width: fit-content;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li > ul > li > a > .inner > .content > .subheading {
    color: rgb(124, 144, 170);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
  .main-header .nabbar-nav .mainmenu li.has-droupdown .submenu .megamenu-item > li.megamenu_img {
    display: none;
  }
}
@media (min-width:501px) {
  .main-header .nabbar-nav .nav-right-side-bar .btns i {
    display: none;
  }
}
@media (max-width:500px) {
  .main-header .nabbar-nav .nav-right-side-bar .btns {
    padding: 8px 12px;
  }
  .main-header .nabbar-nav .nav-right-side-bar .btns span {
    display: none;
  }
  .main-header .nabbar-nav .nav-right-side-bar .btns i {
    color: var(--primary-one);
    font-size: 16px;
  }
}
/*header-css*/
/*======banner-css======*/
.banner.one {
  background: linear-gradient(-90deg, #00165b, #0a00e9);
  position: relative;
}
.banner.one {
  padding-top: 50px;
  padding-bottom: 150px;
}
.banner.one h1, .banner.one p {
  color: var(--color-white);
}
.banner-review {
  width: fit-content;
  background: #fff;
  padding: 10px 15px !important;
  border-radius: .5rem;
  display: flex;
  align-items: center;
  gap: 20px;
}
.banner-review .reviBox2 {
  font-size: 14px;
  color: #000;
}
.reviBox2 span {
  display: block;
  font-weight: 700;
}
.review-sec {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
/*======banner-css======*/
/*plan-01*/
.home_plan {
  position: relative;
  top: -100px;
}
.plan-01 {
  background: var(--color-white);
  padding: 30px;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 1rem 5rem rgba(0, 0, 0, .125);
  height: 100%;
}
.plan-01 span h5 {
  background: linear-gradient(90deg, #ff7e5d, #ff0766);
  color: var(--color-white);
  padding: 8px 16px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 15px;
  width: fit-content;
}
.plan-01 h4 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  padding-top: 32px;
  padding-bottom: 16px;
}
.plan-01 .price_sec span {
  font-size: 12px;
  color: var(--secondary-one);
  font-weight: 400;
  margin-bottom: 0;
}
.plan-01 h2 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  color: var(--primary-one);
}
.plan-01 h2 sub {
  color: var(--theme-dark);
  font-weight: 400;
  font-size: 16px;
}
.plan-01 p {
  font-size: 15px;
  font-weight: 400;
  color: #2a2d38;
  line-height: 1.5rem;
  padding: 20px 0px;
}
.plan-01 ul {
  padding-top: 20px;
}
.plan-01 ul li {
  display: flex;
  align-items: center;
  min-height: 40px;
}
.plan-01 ul li span i {
  font-size: 16px;
  padding-inline-end: 16px;
  color: var(--primary-one);
}
.hidden {
  display: none;
}
.more-features-btn {
  background: unset;
  border: unset;
  color: var(--theme-dark);
  font-weight: 500;
}
/*plan-01*/
/*theme-css*/
.card-01 h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-dark);
}
.card-01 p {
  font-size: 16px;
  line-height: inherit;
  font-weight: 400;
  color: #68696e;
  line-height: 1.75;
}
.sub-heading h2 {
  font-weight: 600;
}
.line_bottom {
  display: block;
  width: 3rem;
  border-bottom: 3px solid var(--primary-one);
  margin: 30px auto;
}
.line_bottom-two {
  display: block;
  width: 3rem;
  border-bottom: 3px solid var(--primary-one);
  margin: 30px 0px;
}
.domain-search-form {
  position: relative;
}
.domain-search-form .input {
  display: block;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: var(--transition);
}
.domain-search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--primary-one);
  color: #fff !important;
  padding: 16px 32px;
  border-radius: 0;
  border: 1px solid var(--primary-one);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
  line-height: 1.5;
}
.domain-search-form .submit:hover {
  background: rgb(var(--color-primary-dark));
}
@media (max-width:480px) {
  .domain-search-form {
    position: unset;
  }
  .domain-search-form .submit {
    position: unset;
    width: 100%;
    margin-top: 20px;
  }
}
.partners_logo {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.partners_logo li {
  width: 25%;
  text-align: center;
  margin-bottom: 20px;
}
@media(max-width:567px) {
  .partners_logo li {
    width: 50%;
    text-align: start;
  }
}
.card-02 {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  border: 1px solid #ededed;
  border-radius: 5px;
  height: 100%;
}
.card-02 .icon-02 i {
  font-size: 60px;
  color: var(--primary-one);
}
.card-02 h4 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}
.card-02:hover h4 {
  color: var(--primary-one);
}
.card-02 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #2a2d38;
}
.icon-02 img {
  max-width: 56px;
  min-width: 56px;
}
.icon-03 {
  margin-bottom: 16px;
}
.icon-03 i {
  font-size: 36px;
  color: var(--primary-one);
}
.card-03 h4 {
  font-size: 20px;
}
.support-action a {
  color: #c0ccda;
  font-weight: 400;
}
.support-action a i {
  font-size: 15px;
}
.list-01 li {
  line-height: 40px;
}
.card-04 h4 {
  font-size: 17px;
  font-weight: 600;
}
.card-04 ul li {
  font-size: 14px;
  font-weight: 400;
  color: #575757;
  display: flex;
  align-items: start;
  line-height: 25px;
}
.card-04 ul li i {
  font-size: 6px;
  position: relative;
  top: 10px;
}
.card-05 h4 {
  font-size: 20px;
  font-weight: 600;
}
.card-05 ul li {
  font-size: 14px;
  font-weight: 400;
  color: #575757;
  display: flex;
  align-items: start;
  line-height: 25px;
}
.card-05 ul li i {
  font-size: 6px;
  position: relative;
  top: 10px;
}
.border1 {
  width: fit-content;
  padding: 8px;
  border: 2px dashed var(--theme-dark);
  border-top-color: var(--primary-one);
  border-right-color: var(--primary-one);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.login_sec {
  height: 100vh;
  display: flex;
  align-items: center;
}
.login_form {
  padding: 20px;
  background: var(--color-white);
  color: var(--theme-dark) !important;
  border-radius: 6px;
}
.login_form h1 {
  padding: 20px;
  background: var(--color-white);
  font-size: 30px;
}
.login_form label {
  font-size: 16px;
  color: #2a2d38cf;
  margin-bottom: 6px;
  margin-top: 20px;
}
.inputs {
  padding: 14px;
  background-color: #fff !important;
  border: 1px solid var(--primary-one);
  width: 100%;
}
.inputs:focus {
  background-color: #e6f7ff;
  outline: none !important;
  box-shadow: none;
}
.login_form.register {
  max-height: 600px;
  overflow-y: scroll;
}
.contact_form {
  padding: 20px;
  background: var(--color-white);
  border-radius: 6px;
}
.policies h3 {
  color: var(--primary-one);
  font-size: 22px;
  font-weight: 500;
}
.policies p {
  font-size: 15px;
  color: #2a2d38c7;
}
.register_domain {
  padding: 20px;
  background: var(--color-white);
  border-radius: 6px;
  box-shadow: 0 1rem 5rem rgba(0, 0, 0, .125);
}
.register_domain input {
  padding: 12px;
  width: 90%;
  border: 1px solid var(--primary-one);
}
input:focus {
  outline: none !important;
  box-shadow: none;
}
.register_domain .domain-search-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-btn {
  background: var(--primary-one);
  padding: 12px;
  border: 1px solid var(--primary-one);
  color: var(--color-white);
  width: 15%;
  font-size: 16px;
}
.domain-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.domain-list ul li {
  padding: 15px;
  background: var(--primary-one-dark);
  color: var(--color-white);
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  min-width: 160px;
  justify-content: space-between;
}
.d-name {
  font-size: 16px;
  color: var(--color-white);
  font-weight: 600;
}
.d-price {
  padding: 2px 5px;
  background: var(--color-white);
  border-radius: 6px;
  color: var(--theme-dark);
}
.select-domain {
  padding: 12px;
  border-radius: unset;
  border: 1px solid var(--primary-one);
  background: unset;
  font-size: 20px;
  border-left: unset;
}
@media(max-width:480px) {
  .register_domain {
    padding: 10px;
  }
  .register_domain .domain-search-form {
    display: block;
  }
  .register_domain input {
    width: 100%;
  }
  .search-btn {
    width: 100%;
  }
  .select-domain {
    border-left: 1px solid var(--primary-one);
    border-top: 0px;
    width: 100%;
  }
}
.domain-list.promos ul li {
  padding: 15px;
  background: var(--primary-one-dark);
  color: var(--color-white);
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  width: 24%;
  justify-content: space-between;
}
.promos .d-name {
  font-size: 25px;
  color: var(--color-white);
  font-weight: 600;
}
/*theme-css*/
/* Sunrise Domain Form Css */
.sunrise-form {
  padding: 20px;
  position: relative;
  border-radius: 5px;
  border: 1px solid var(--primary-one);
}
.sunrise-form .labels {
  font-size: 17px;
  font-weight: 600;
  position: relative;
  width: 100%;
}
.sunrise-form .smd-info {
  position: absolute;
  right: 20px;
  top: 6px;
}
.sunrise-form .smd-info .tooltip-txt {
  position: relative;
  cursor: help;
  color: var(--secondary-bg-dark);
  font-weight: 500;
  font-size: 15px;
}
.sunrise-form .smd-info .tooltip-txt .tooltip-info {
  display: none;
  padding: 15px;
  z-index: 5;
  cursor: default;
  background: #272727;
  color: #ededed;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  top: 25px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.sunrise-form .smd-info .tooltip-txt .tooltip-info.what-is-smd {
  width: 635px;
  right: 2px;
}
.sunrise-form .smd-info .tooltip-txt .tooltip-info.what-is-smd span {
  background: url('../images/up_arrow.png') 0 0 no-repeat;
  right: 29px;
  width: 22px;
  height: 12px;
  position: absolute;
  top: -10px;
  display: block;
}
.sunrise-form .smd-info .tooltip-txt:hover .tooltip-info {
  display: block;
}
.sunrise-form .smd-info .tooltip-txt + .tooltip-txt {
  cursor: pointer;
}
@media (max-width:991px) {
  .sunrise-form .smd-info {
    display: none;
  }
}
.sunrise-form .input {
  width: 100%;
  background: #fff;
  border: 1px solid var(--primary-one);
  padding: 15px;
  font-size: 16px;
  outline: none;
  border-radius: 5px;
}
/* Sunrise Domain Form Css */
/* accordioncss */
.accordion {
  overflow: hidden;
  background: #FFF;
  padding: 40px;
}
.accordion li {
  border-bottom: 1px solid #e1e1e1;
  padding: 16px 0px;
  cursor: pointer;
  position: relative;
  align-items: center;
  padding-left: 30px;
  transition: var(--transition);
}
.accordion li:last-child {
  border-bottom: unset;
}
.accordion li::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 0;
  width: 14px;
  height: 2px;
  background-color: var(--primary-one);
  transition: transform .3s ease, background-color .3s ease;
}
.accordion li::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 0;
  width: 14px;
  height: 2px;
  background-color: var(--primary-one);
  transform: rotate(90deg);
  transition: transform .3s ease, background-color .3s ease;
}
.accordion li::before {
  background-color: var(--primary-one);
}
.accordion li.active::before {
  background-color: #7e7f84 !important;
}
.accordion li.active::after {
  background-color: #7e7f84 !important;
  transform: rotate(0deg);
}
.accordion li h5 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  transition: var(--transition);
}
.accordion li.active h5 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--primary-one);
}
.accordion li p {
  display: none;
  margin: 0;
  color: #2a2d38;
  font-size: 16px;
  font-weight: 400;
}
@media(max-width:480px) {
  .accordion {
    padding: 0px;
  }
  .accordion li h5 {
    font-size: 25px;
  }
}
/* accordioncss */
/* plan-02 */
.plan-server {
  padding: 30px 20px;
  background: var(--color-white);
  border-radius: 6px;
  box-shadow: 0 1rem 5rem rgba(0, 0, 0, .125);
  margin-bottom: 30px;
}
.plan-server h4 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.plan-server ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.plan-server ul li {
  width: 47%;
  line-height: 40px;
}
.plan-server ul li i {
  font-size: 16px;
  padding-inline-end: 16px;
  color: var(--primary-one);
}
.plan-server .plan-list {
  border-right: 1px solid #d80d3045;
  padding-inline-end: 20px;
}
.plan-server h2 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  color: var(--primary-one);
}
@media(max-width:567px) {
  .plan-server ul li {
    width: 100%;
  }
  .plan-server h4 {
    margin-bottom: 20px;
  }
}
/* plan-02 */
/*  =============tabbing css start=============*/
.vps-tab-section .tab-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.vps-tab-section .tab-buttons .tab-btn {
  width: 25%;
  color: #2a2d38;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
  border-radius: 0;
  width: 25%;
  font-size: .8rem;
  padding: 1rem 1rem;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid transparent;
}
.vps-tab-section .tab-buttons .tab-btn.active {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
  color: #fff !important;
  background: linear-gradient(90deg, #ff869b, #d80d30) !important;
  border: none;
}
.tab-content-section {
  padding: 30px;
}
.card-05 .list-04 li {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  align-items: start;
  line-height: 25px;
}
.tab-buttons.two .tab-btn {
  width: 14.28%;
}
@media(max-width:480px) {
  .vps-tab-section .tab-buttons .tab-btn {
    width: 50%;
  }
}
/*testimonial-css*/
.review-ratings {
  padding: 0 24px 14px;
  transition: .3s all;
  color: #212529;
  text-decoration: none;
  position: relative;
  border: 1px solid #fff;
  display: block;
  width: fit-content;
  transition: var(--transition);
  margin-left: auto;
}
.review-ratings:hover {
  border-color: var(--secondary-one);
}
.review-ratings .review-ratings-title {
  font-weight: 300;
  font-size: 26px;
  background: #fff;
  display: inline-block;
  position: relative;
  top: -21px;
  padding: 0 12px;
  margin-left: -12px;
  color: var(--theme-dark);
}
.testimonial-card {
  background: var(--color-white);
  padding: 30px;
  border-radius: 10px;
}
.testimonial-card span, .testimonial-card label, .testimonial-card p {
  color: var(--theme-dark);
}
.testi_heading {
  display: flex;
  align-items: center;
  gap: 30px;
}
.testi_heading .client-img {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100%;
  overflow: hidden;
  background: #f2f2f5;
}
.testi_heading .client-img img {
  border-radius: 50%;
}
.about-client {
  font-size: 22px;
  font-weight: 500;
  width: 100%;
}
.testi_heading label {
  line-height: 24px;
  display: flex !important;
  align-items: center;
  justify-content: space-between !important;
}
.last_reviews {
  font-size: 14px;
}
.rating-quote {
  color: #7b7b7b;
  font-size: 48px;
  height: 72px;
}
/*testimonial-css*/
/*=========footer-css======*/
.main-footer {
  background: var(--theme-dark);
  padding: 50px 0px;
}
.footer_items {
  height: 100%;
}
.footer-logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}
.footer_items, .footer_items li a {
  color: var(--color-white);
  transition: var(--transition);
}
.footer_items h4 {
  padding-bottom: 16px;
  line-height: 1.2;
}
.footer_items li {
  line-height: 40px;
}
.footer_items li a {
  font-size: 15px;
}
.social_links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.social_links a i {
  font-size: 24px;
  transition: var(--transition);
}
.social_links a:hover i {
  color: var(--primary-one);
}
.footer-bottom {
  background: var(--theme-dark);
  padding: 30px 0px;
  color: var(--color-white);
  border-top: 1px solid #4a4a4a;
}
.footer-bottom h6 {
  font-size: 15px;
  font-weight: 400;
}
.terms-cond {
  display: flex;
  align-items: center;
  gap: 20px;
}
.terms-cond li a {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-white);
}
@media(max-width:480px) {
  .footer_items h4 {
    padding-bottom: 10px;
    line-height: 1.2;
    margin: 0;
    padding-top: 30px;
  }
}
/*=========footer-css======*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  inset-inline-end: 15px;
  bottom: -40px;
  z-index: 99999;
  background: var(--primary-one);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.5s;
  cursor: pointer;
  border: 0;
  outline: unset;
  box-shadow: unset;
}
.scroll-top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  inset-inline-start: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(216, 13, 48, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover {
  background: var(--primary-one-dark);
  color: #fff;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
  color: var(--color-white);
}