/**
Brand color Theme 
**/
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}

.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}

.margin-left {
  margin-left: auto;
}

.margin-right {
  margin-right: auto;
}

.cursor-pointer {
  cursor: pointer;
}

.not-selectable {
  user-select: none;
}

.selectable {
  user-select: auto;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
  box-sizing: border-box;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: none !important;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none;
}

* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  font-family: "Archivo", sans-serif;
}

.WebRupee {
  font-family: "WebRupee" !important;
}

.page-wrapper {
  width: 100%;
  height: 100%;
  z-index: 0;
}

.container {
  width: 100%;
  padding-inline: 15px;
  position: relative;
}

.bg-orange {
  background-color: #ff7700;
}

.bg-light-blue {
  background-color: #e8f5ff;
}

.bg-light-grey {
  background-color: #fafafb;
}

.bg-grey {
  background-color: #e4e5e7;
}

.bg-dark {
  background-color: #1b1a19;
}

.marker-tick li {
  position: relative;
}
.marker-tick li::before {
  content: "";
  background: url(/ui/bigrock/themes/ClassicBlue/images/homepage/marker-tick.svg) no-repeat;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 14px;
  left: 3rem;
}

.hidden {
  display: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

.padding-0 {
  padding: 0 !important;
}

.padding-inline-0 {
  padding-inline: 0px !important;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.wrapper {
  margin: 0 auto !important;
}

.border-grey {
  border: 1px solid #e4e5e7;
}

.border-bottom-grey {
  border-bottom: 1px solid #e4e5e7;
}

.border-right-grey {
  border-right: 1px solid #e4e5e7;
}

.hidden {
  display: none;
}

.opacity-0 {
  opacity: 0;
}

.positon-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.section-headline {
  padding-top: 8rem;
  text-align: center;
}
.section-headline h2 {
  font-size: clamp(4rem, 3.6vw, 6rem);
  font-family: "Archivo", sans-serif;
  font-weight: bold;
  color: #1b1a19;
}
.section-headline h3 {
  margin-top: 2.5rem;
  font-size: clamp(2.1rem, 1.8vw, 2.4rem);
  font-family: "Archivo", sans-serif;
  font-weight: bold;
  color: #1b1a19;
  font-weight: 400;
}

.button-primary {
  padding: 0.9vw 3.3vw;
  font-size: 1.8rem;
  line-height: 1.58;
  color: #fff;
  min-width: 224px;
  background-color: #1b1a19;
  border-radius: 4px;
  transition: all 0.3s linear;
  font-weight: 500;
  outline: none;
  border: none;
  cursor: pointer;
}
.button-primary:hover {
  background-color: #373634;
}
.button-primary:disabled {
  background-color: #e4e5e7;
  border: 1px solid #e4e5e7;
  color: #c4c6ca;
}

.button-secondary {
  padding: 0.6vw 3.3vw;
  font-size: 1.8rem;
  line-height: 1.58;
  color: #1b1a19;
  background-color: #fff;
  border-radius: 4px;
  min-width: 224px;
  font-weight: 500;
  border: 1px solid #1b1a19;
  transition: all 0.3s linear;
  cursor: pointer;
}
.button-secondary:hover {
  background-color: #c4c6ca;
  color: #1b1a19;
  border: 1px solid #e4e5e7;
}
.button-secondary:disabled {
  color: #c4c6ca;
  border: 1px solid #e4e5e7;
}

.button-orange {
  padding: 0.6vw 3.3vw;
  font-size: 1.8rem;
  line-height: 1.58;
  color: #fff;
  min-width: 224px;
  background-color: #ff7700;
  border-radius: 4px;
  font-weight: 500;
  border: 1px solid #ff7700;
  transition: all 0.3s linear;
  cursor: pointer;
}
.button-orange:hover {
  background-color: #ee6900;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ee6900;
}
.button-orange:disabled {
  color: #c4c6ca;
  border: 1px solid #e4e5e7;
}

.gap-4 {
  gap: 4rem;
}

@media (max-width: 72em) {
  .wrapper {
    margin: 0 auto;
    width: 95%;
  }
  .button-primary {
    padding: 0.6rem 4rem;
    font-size: 1.6rem;
  }
  .button-secondary {
    padding: 0.6rem 4rem;
    font-size: 1.6rem;
  }
  .button-orange {
    padding: 0.6rem 4rem;
    font-size: 1.6rem;
  }
  .section-headline h2 {
    font-size: 4rem;
  }
  .section-headline h3 {
    font-size: 2.1rem;
  }
}
@media (min-width: 72em) {
  .wrapper {
    width: 95%;
    max-width: 1720px;
  }
}
@media (max-width: 42rem) {
  .wrapper {
    margin: 0 auto;
    width: 100%;
  }
  .hidden-xs {
    display: none;
  }
  .overflow-scroll-y-sm {
    overflow-y: scroll;
  }
  .visible-xs {
    display: block;
  }
}
/***
Documentation @ http://flexboxgrid.com/
***/
container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }
  .visible-sm {
    display: none;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }
  .visible-md {
    display: none;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 82em) {
  .container {
    width: 76rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTop {
  from {
    opacity: 0;
    transition: translateX(100px);
  }
  to {
    opacity: 1;
    transition: translateX(0%);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes slide-in {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slide-in {
  100% {
    -webkit-transform: translateX(0%);
  }
}
.slide-out {
  animation: slide-out 0.5s forwards !important;
  -webkit-animation: slide-out 0.5s forwards;
}

@keyframes slide-out {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes svg-dash {
  from {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes bounceRight {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translate(10%);
  }
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 4;
  stroke-miterlimit: 10;
  stroke: green;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: block;
  stroke-width: 4;
  stroke: green;
  stroke-miterlimit: 10;
  margin: auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke: 4;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px transparent;
  }
}
body {
  width: 100%;
  position: relative;
}

header {
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: #fff;
}

.header-strip ul {
  color: #fff;
  font-size: 1.6rem;
  height: 4.8rem;
  font-weight: normal;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 860px;
}
.header-strip ul li {
  transition: font-weight 300ms linear;
}
.header-strip ul li a, .header-strip ul li span {
  color: 255, 255, 255, 0.65;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}
.header-strip ul li:hover {
  color: rgba(255, 255, 255, 0.9);
}
.header-strip ul .navbar-login span {
  pointer-events: none;
}

.login-icon, .call-now {
  height: 24px;
  width: 24px;
  vertical-align: bottom;
  display: inline-block;
  margin-inline: 1.6rem;
}

.hidden-md {
  display: none;
}

.navbar {
  height: 10rem;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.navbar .logo {
  flex: 1 1 auto;
}
.navbar .logo .logo-img {
  width: 11vw;
  min-width: 200px;
  max-width: 240px;
}
.navbar .toll-free img {
  margin-right: 1rem;
}
.navbar .toll-free .toll-free-number {
  display: none;
}
.navbar .toll-free .toll-free-number a {
  color: #1b1a19;
  font-size: 16px;
  font-weight: bold;
}
.navbar .toll-free .toll-free-number p {
  font-size: 12px;
  color: #7a7b7b;
  font-weight: normal;
}
.navbar .nav-cart {
  position: relative;
  margin-left: 3.5vw;
}
.navbar .nav-cart .nav-cart-count {
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #ff7700;
  color: #fff;
  text-align: center;
  top: 0;
  right: 0;
  border-radius: 25rem;
}

.navbar {
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.navbar.stickey {
  height: 7.2rem;
}
.navbar.stickey .logo .logo-img {
  transition: all 0.2s linear;
  min-width: 170px;
}
.navbar.stickey .nav-item {
  height: 7.2rem;
}
.navbar.stickey .nav-item .hover::after {
  top: 4.4rem;
}
.navbar.stickey .nav-item:hover > .dropdown-menu {
  top: 12.2rem;
}

.header-nav nav .nav-item:hover span.hover, .header-nav nav .nav-item:hover a {
  color: #1b1a19;
}
.header-nav nav .nav-item:hover span.hover::after, .header-nav nav .nav-item:hover a::after {
  width: 100%;
}
.header-nav nav span.hover, .header-nav nav a.hover {
  color: #7a7b7b;
  font-size: 1.1vw;
  line-height: 22px;
  font-weight: normal;
  transition: color 0.3s linear;
  position: relative;
  padding-inline: 1.6rem 0.8rem;
}
.header-nav nav span.hover::after, .header-nav nav a.hover::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  background-color: #ff7700;
  bottom: -40px;
  transition: all 0.3s linear;
  left: 0;
  display: block;
}
.header-nav nav span.hover:hover::after, .header-nav nav a.hover:hover::after {
  width: 100%;
}
.header-nav nav svg {
  margin-inline: 0.8rem;
  width: 1.3rem;
}

.nav-item > .dropdown-menu {
  top: 150px;
  opacity: 0;
}

.nav-item:hover > .dropdown-menu,
.nav-item:active > .dropdown-menu {
  display: flex;
  opacity: 1;
  position: absolute;
  top: 150px;
  width: 100%;
  left: 0;
  margin-top: -1px;
  border-top: 1px solid #e4e5e7;
  z-index: 2;
}

.nav-item {
  display: inline-flex;
  height: 100px;
  align-items: center;
  margin-right: -1px;
}

.dropdown-menu {
  text-align: left;
  opacity: 0;
  transition: opacity 0.3s linear;
  box-shadow: 0 1px 2px 0 rgba(27, 26, 25, 0.1);
  border-bottom: 1px solid #e4e5e7;
  background-color: #fff;
}
.dropdown-menu .wrapper {
  padding-block: 4rem;
  flex-wrap: nowrap;
  padding-left: 1.5rem;
}
.dropdown-menu .menu-link-section-title {
  padding-left: 3rem;
  color: #c4c6ca;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 1.1;
}
.dropdown-menu .menu-desc {
  padding-right: 4rem;
  max-width: 266px;
}
.dropdown-menu .menu-desc .menu-heading {
  margin-bottom: 2rem;
}
.dropdown-menu .menu-desc .menu-heading img {
  display: inline-block;
  vertical-align: -11px;
  width: 40px;
}
.dropdown-menu .menu-desc .menu-heading .menu-content-title {
  margin-left: 1.6rem;
  font-size: 2.2rem;
  font-weight: bold;
  color: #1b1a19;
}
.dropdown-menu .menu-desc .menu-content {
  color: #7a7b7b;
  line-height: 1.61;
  font-size: 1.3rem;
}
.dropdown-menu .menu-section {
  margin-inline: 2rem;
  max-width: 300px;
}
.dropdown-menu .menu-section .menu-link {
  padding-left: 3rem;
  padding-right: 1rem;
  cursor: pointer;
  transition: background-color 0.3s linear;
}
.dropdown-menu .menu-section .menu-link:hover {
  background-color: #f6f6f8;
}
.dropdown-menu .menu-section .menu-link a {
  color: #1b1a19;
  font-weight: bold;
  font-size: 1.7rem;
  padding-bottom: 1rem;
  display: block;
  padding-top: 2rem;
}
.dropdown-menu .menu-section .menu-link p {
  color: #7a7b7b;
  line-height: 1.5;
  font-size: 1.3rem;
  font-weight: normal;
  padding-bottom: 3rem;
}
.dropdown-menu .menu-section .menu-link:last-child p {
  border: none;
}

.new-tag {
  font-size: 9px !important;
  padding: 2px 6px;
  text-transform: uppercase;
  background-color: #0fbc57;
  color: white !important;
  border-radius: 2.4px;
  display: block;
  width: 3.4rem;
}

/***
Responsive 
***/
@media (min-width: 72em) {
  .hidden-md {
    display: block;
  }
  .loggedi .sign-out a {
    margin-left: 0px;
    margin-bottom: 1rem;
  }
  .loggedi a {
    margin-top: 1.6rem;
    margin-bottom: 0px;
  }
  section.login-modal {
    position: fixed;
    top: 6rem;
  }
  .dropdown-menu .menu-section .menu-link {
    position: relative;
  }
  .new-tag {
    position: absolute;
    top: 0.1rem;
  }
}
@media (min-width: 95rem) {
  .navbar .toll-free .toll-free-number {
    display: block;
  }
}
@media (max-width: 72em) {
  .navbar {
    position: relative;
  }
  .navbar .toll-free {
    display: inline-block;
    width: auto;
    justify-content: end;
    margin-right: 5 rem;
    cursor: pointer;
  }
  .navbar .toll-free img {
    display: inline-block;
  }
  .navbar .toll-free .toll-free-number {
    display: inline-block !important;
  }
  .navbar .nav-cart img {
    width: 6rem;
    height: 4rem;
    cursor: pointer;
  }
  .new-tag {
    right: 45%;
    margin-top: 6px;
  }
  .col-md-2.border-right-grey {
    display: none;
  }
  .header-nav {
    display: none;
    flex-direction: row;
    height: 100%;
    align-content: start;
    animation: slide-out 0.5s forwards;
  }
  .header-nav .toll-free.hidden {
    display: none !important;
  }
  .header-nav.active {
    display: flex;
    position: fixed;
    left: 0%;
    top: 0%;
    background: #fff;
    width: 40%;
    z-index: 10;
    align-items: center;
    animation: slide-in 0.5s forwards;
  }
  .header-nav.active nav {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .header-nav.active nav .nav-item {
    padding-left: 3rem;
    height: 8em;
    transition: all 300ms linear;
  }
  .header-nav.active nav .nav-item .svg {
    display: inline-block;
    margin-left: 5px;
  }
  .header-nav.active nav .nav-item .svg svg {
    width: 42px;
    transform: none !important;
  }
  .header-nav.active nav .nav-item span.close-nav {
    display: block;
    position: absolute;
    top: 2rem;
    right: -145%;
    cursor: pointer;
    z-index: 100;
  }
  .header-nav.active nav .nav-item span.close-nav svg {
    width: 2.4rem;
    height: 2.4rem;
  }
  .header-nav.active nav .nav-item span.close-nav svg g {
    stroke: #7a7b7b;
  }
  .header-nav.active nav .nav-item span svg {
    transform: rotate(-90deg);
  }
  .header-nav.active nav .nav-item .hover {
    flex: 1;
    display: flex;
    justify-content: space-between;
  }
  .header-nav.active nav .nav-item:hover, .header-nav.active nav .nav-item:active {
    background-color: #fafafb;
  }
  .header-nav.active nav .nav-item span, .header-nav.active nav .nav-item a {
    font-size: 2rem;
    color: #7a7b7b;
    transition: all 300ms linear;
  }
  .header-nav.active nav .nav-item span:hover, .header-nav.active nav .nav-item span:active, .header-nav.active nav .nav-item a:hover, .header-nav.active nav .nav-item a:active {
    color: #1b1a19;
  }
  .header-nav.active nav .nav-item:hover .dropdown-menu, .header-nav.active nav .nav-item:active .dropdown-menu, .header-nav.active nav .nav-item.active .dropdown-menu {
    opacity: 1 !important;
    display: flex;
    position: fixed;
    top: 0;
    width: 62vw;
    height: 100%;
    left: 99.5%;
    background: #fafafb;
    justify-content: center;
  }
  .header-nav.active nav .nav-item:hover .dropdown-menu .wrapper, .header-nav.active nav .nav-item:active .dropdown-menu .wrapper, .header-nav.active nav .nav-item.active .dropdown-menu .wrapper {
    flex-direction: column;
    justify-content: start;
    padding-top: 40%;
  }
  .header-nav.active nav .nav-item:hover .dropdown-menu .wrapper .col-md-3, .header-nav.active nav .nav-item:active .dropdown-menu .wrapper .col-md-3, .header-nav.active nav .nav-item.active .dropdown-menu .wrapper .col-md-3 {
    display: none;
  }
  .header-nav.active nav .nav-item:hover .dropdown-menu .wrapper .menu-section .menu-link:hover, .header-nav.active nav .nav-item:hover .dropdown-menu .wrapper .menu-section .menu-link:active, .header-nav.active nav .nav-item:active .dropdown-menu .wrapper .menu-section .menu-link:hover, .header-nav.active nav .nav-item:active .dropdown-menu .wrapper .menu-section .menu-link:active, .header-nav.active nav .nav-item.active .dropdown-menu .wrapper .menu-section .menu-link:hover, .header-nav.active nav .nav-item.active .dropdown-menu .wrapper .menu-section .menu-link:active {
    background-color: transparent !important;
  }
  .header-nav.active nav .nav-item:hover .dropdown-menu .wrapper .menu-section .menu-link a, .header-nav.active nav .nav-item:active .dropdown-menu .wrapper .menu-section .menu-link a, .header-nav.active nav .nav-item.active .dropdown-menu .wrapper .menu-section .menu-link a {
    font-size: 1.8rem;
    color: #7a7b7b;
    padding-block: 3rem;
    border-bottom: 1px solid #e4e5e7;
    font-weight: normal;
  }
  .header-nav.active nav .nav-item:hover .dropdown-menu .menu-desc, .header-nav.active nav .nav-item:active .dropdown-menu .menu-desc, .header-nav.active nav .nav-item.active .dropdown-menu .menu-desc {
    display: none;
  }
  .header-nav.active nav .nav-item:hover .dropdown-menu .menu-section .menu-link-section-title, .header-nav.active nav .nav-item:active .dropdown-menu .menu-section .menu-link-section-title, .header-nav.active nav .nav-item.active .dropdown-menu .menu-section .menu-link-section-title {
    display: none;
  }
  .header-nav.active nav .nav-item:hover .dropdown-menu .menu-section .menu-link p, .header-nav.active nav .nav-item:active .dropdown-menu .menu-section .menu-link p, .header-nav.active nav .nav-item.active .dropdown-menu .menu-section .menu-link p {
    display: none;
  }
  .header-nav .navbar-login {
    font-size: 1.8rem;
    color: #1b1a19;
    width: 100%;
    height: 3rem;
    margin-top: 20%;
    margin-left: 3.5rem;
    display: flex;
    justify-content: left;
    cursor: pointer;
  }
  .header-nav .navbar-login span {
    pointer-events: none;
  }
  .header-nav .navbar-login i {
    margin-right: 1.2rem;
  }
  .header-nav .logo {
    height: 50px;
    display: flex;
    margin-left: 6%;
    margin-block: 10%;
  }
  .header-nav .logo .logo-img {
    height: 59px;
  }
  #orange-strip.container-fluid.bg-orange.active {
    background-color: transparent;
    position: fixed;
    display: flex;
    bottom: 5rem;
    width: 100%;
    z-index: 100;
  }
  #orange-strip.container-fluid.bg-orange.active .header-strip ul {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
    gap: 5%;
    margin-right: 5%;
    color: #7a7b7b;
    font-weight: 400;
  }
  #orange-strip.container-fluid.bg-orange.active .header-strip ul li:nth-last-child(1), #orange-strip.container-fluid.bg-orange.active .header-strip ul li:nth-last-child(2) {
    display: none;
  }
  #orange-strip.container-fluid.bg-orange.active .header-strip ul li a, #orange-strip.container-fluid.bg-orange.active .header-strip ul li span {
    font-weight: 400;
  }
  .nav-hamburger {
    display: inline-block !important;
    margin-right: 3%;
  }
  .header-nav nav .nav-item:hover span.hover::after,
  .header-nav nav .nav-item:hover a.hover::after {
    display: none;
  }
  section.login-modal {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 10% 5%;
  }
  section.login-modal .login-signup-container {
    width: 70%;
    max-width: 320px;
    margin-inline: auto;
  }
  section.login-modal button {
    height: 52px !important;
  }
  section.login-modal .close-login {
    display: block;
    height: 3.5rem;
    width: 3.5rem;
    position: absolute;
    top: 2rem;
    right: 5%;
    cursor: pointer;
  }
  section.login-modal .close-login svg g {
    stroke: #7a7b7b;
  }
  section.login-modal .loggedin {
    margin-top: 50%;
  }
  section.login-modal .lost-password-container {
    width: 100%;
    padding-inline: 0px;
  }
}
@media (max-width: 780px) {
  .domain-container .domain-list .domain-item {
    flex-direction: column;
  }
  .domain-container .domain-list .domain-item span {
    margin-left: 0px;
  }
}
@media (max-width: 42rem) {
  .navbar .header-nav.active {
    width: 101vw;
    overflow-x: hidden;
    height: 100%;
    overflow-y: scroll;
  }
  .navbar .header-nav.active nav .nav-item {
    height: 100%;
    padding-left: 0px;
    flex-direction: column;
  }
  .navbar .header-nav.active nav .nav-item span.close-nav {
    right: 0;
    position: fixed;
  }
  .navbar .header-nav.active nav .nav-item .svg {
    display: none;
  }
  .navbar .header-nav.active nav .nav-item .hover span svg {
    transform: rotateX(180deg);
  }
  .navbar .header-nav.active nav .nav-item:hover .hover, .navbar .header-nav.active nav .nav-item.active .hover {
    color: #1b1a19;
  }
  .navbar .header-nav.active nav .nav-item:hover .hover span svg path, .navbar .header-nav.active nav .nav-item.active .hover span svg path {
    stroke: black;
  }
  .navbar .header-nav.active nav .nav-item:hover .dropdown-menu, .navbar .header-nav.active nav .nav-item.active .dropdown-menu {
    width: 100%;
    background-color: #fafafb;
    position: relative;
    left: 0%;
    box-shadow: none;
    border-bottom: none;
    display: flex;
  }
  .navbar .header-nav.active nav .nav-item:hover .dropdown-menu .wrapper, .navbar .header-nav.active nav .nav-item.active .dropdown-menu .wrapper {
    padding-top: 0px;
    padding-block: 0rem;
  }
  .navbar .header-nav.active nav .nav-item:hover .dropdown-menu .menu-section .menu-link, .navbar .header-nav.active nav .nav-item.active .dropdown-menu .menu-section .menu-link {
    padding-left: 0.6rem;
  }
  .navbar .header-nav.active nav .nav-item:hover .dropdown-menu .menu-section .menu-link a, .navbar .header-nav.active nav .nav-item.active .dropdown-menu .menu-section .menu-link a {
    padding-block: 1.6rems;
    border-bottom: 0rem;
  }
  .navbar .header-nav.active nav .nav-item .hover {
    padding-block: 1.6rem;
    padding-inline: 3rem 0rem;
    width: 100%;
  }
  .navbar .header-nav.active nav .nav-item .hover span svg {
    transform: none;
    transition: all 0.3s linear;
    width: 25px;
  }
  .navbar .navbar-login {
    position: sticky;
    top: 0;
    width: 100%;
    height: 7rem;
    margin: 0 !important;
    padding: 2.4rem;
    border-bottom: 1px solid #e4e5e7;
    background-color: #fff;
    cursor: pointer;
    z-index: 5;
  }
  .navbar .logo {
    margin-left: 7%;
  }
  .navbar .header-nav .row.toll-free.hidden {
    display: block !important;
    position: fixed;
    bottom: 0;
    height: 7rem;
    width: 102vw;
    z-index: 5;
    padding-top: 1.6rem;
    padding-left: 3rem;
    background-color: #e4e5e7;
  }
  #orange-strip.container-fluid.bg-orange.active {
    display: none !important;
  }
  section.login-modal {
    width: 100vw;
  }
  section.login-modal .login-signup-container {
    width: 100%;
    max-width: unset;
    padding-inline: 1.6rem;
    overflow: scroll;
    height: 70vh;
  }
  section.login-modal .login-form-container, section.login-modal .signup-form-container, section.login-modal .loggedin {
    width: 100%;
    padding-inline: 0.6rem;
  }
  section.login-modal .signup-form-container {
    height: 800px;
  }
  .navbar .toll-free {
    display: none;
  }
  .domain-container .domain-list {
    display: none !important;
  }
  .domain-search .btn-domain-search {
    width: 5rem !important;
  }
  .domain-search .btn-domain-search svg {
    margin-top: 5px;
  }
  .navbar {
    height: 7.2rem !important;
  }
  .header-nav .logo {
    display: none;
  }
  nav {
    margin-top: 1rem;
  }
}
.login-modal {
  padding: 2rem;
  border-radius: 4px;
  border: 1px solid #e4e5e7;
  width: fit-content;
  position: absolute;
  top: 40%;
  right: 1rem;
  z-index: 10;
  background-color: #fff;
}
.login-modal .login-menu-container {
  text-align: center;
  color: #7a7b7b;
  font-size: 2.1rem;
  font-weight: 500;
  padding-inline: 2.4rem;
}
.login-modal .login-menu-container .menu-item {
  border-bottom: 1px solid #c4c6ca;
  padding-block: 1.6rem;
}
.login-modal .login-menu-container .active {
  color: #1b1a19;
  border-bottom: 4px solid #ff7700;
}
.login-modal .login-form-container, .login-modal .signup-form-container, .login-modal .lost-password-container {
  padding-block: 3.6rem;
  padding-inline: 2.6rem;
  margin-inline: auto;
}
.login-modal .login-form-container label, .login-modal .signup-form-container label, .login-modal .lost-password-container label {
  font-size: 1.4rem;
  color: #7a7b7b;
  font-weight: normal;
  display: block;
  position: relative;
  margin-bottom: 0.8rem;
}
.login-modal .login-form-container label #input_phone_cc-error, .login-modal .signup-form-container label #input_phone_cc-error, .login-modal .lost-password-container label #input_phone_cc-error {
  position: absolute;
  top: 0;
  background: #fff;
}
.login-modal .login-form-container input, .login-modal .signup-form-container input, .login-modal .lost-password-container input {
  font-size: 1.6rem;
  color: #1b1a19;
  padding: 1.6rem 1.8rem;
  margin-bottom: 2rem;
  border-radius: 4px;
  border: 1px solid #c4c6ca;
  font-weight: normal;
  height: 4.2rem;
  box-sizing: border-box !important;
  width: 100%;
}
.login-modal .login-form-container input:focus, .login-modal .signup-form-container input:focus, .login-modal .lost-password-container input:focus {
  border: 1px solid #1b1a19;
}
.login-modal .login-form-container input::placeholder, .login-modal .signup-form-container input::placeholder, .login-modal .lost-password-container input::placeholder {
  color: #7a7b7b;
}
.login-modal .login-form-container input[type=checkbox], .login-modal .signup-form-container input[type=checkbox], .login-modal .lost-password-container input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-left: 0px;
}
.login-modal .login-form-container .signup-password, .login-modal .login-form-container .password-box, .login-modal .signup-form-container .signup-password, .login-modal .signup-form-container .password-box, .login-modal .lost-password-container .signup-password, .login-modal .lost-password-container .password-box {
  position: relative;
}
.login-modal .login-form-container .signup-password .show-password, .login-modal .login-form-container .password-box .show-password, .login-modal .signup-form-container .signup-password .show-password, .login-modal .signup-form-container .password-box .show-password, .login-modal .lost-password-container .signup-password .show-password, .login-modal .lost-password-container .password-box .show-password {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4rem;
  right: 2.6rem;
}
.login-modal .login-form-container .signup-password .show-password g, .login-modal .login-form-container .password-box .show-password g, .login-modal .signup-form-container .signup-password .show-password g, .login-modal .signup-form-container .password-box .show-password g, .login-modal .lost-password-container .signup-password .show-password g, .login-modal .lost-password-container .password-box .show-password g {
  stroke: #979797;
  transition: all 0.2s ease-in;
}
.login-modal .login-form-container .signup-password .show-password.active g, .login-modal .login-form-container .password-box .show-password.active g, .login-modal .signup-form-container .signup-password .show-password.active g, .login-modal .signup-form-container .password-box .show-password.active g, .login-modal .lost-password-container .signup-password .show-password.active g, .login-modal .lost-password-container .password-box .show-password.active g {
  stroke: #1b1a19;
}
.login-modal .login-form-container .signup-password .show-password::after, .login-modal .login-form-container .password-box .show-password::after, .login-modal .signup-form-container .signup-password .show-password::after, .login-modal .signup-form-container .password-box .show-password::after, .login-modal .lost-password-container .signup-password .show-password::after, .login-modal .lost-password-container .password-box .show-password::after {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  transform: rotate(-45deg);
  top: 1.6rem;
  left: 8px;
  background-color: #1b1a19;
  height: 3px;
  border-radius: 4px;
  transition: all 0.2s ease-in;
  transform-origin: left;
}
.login-modal .login-form-container .signup-password .show-password.active::after, .login-modal .login-form-container .password-box .show-password.active::after, .login-modal .signup-form-container .signup-password .show-password.active::after, .login-modal .signup-form-container .password-box .show-password.active::after, .login-modal .lost-password-container .signup-password .show-password.active::after, .login-modal .lost-password-container .password-box .show-password.active::after {
  width: 15px;
}
.login-modal .login-form-container .lost-password-box, .login-modal .signup-form-container .lost-password-box, .login-modal .lost-password-container .lost-password-box {
  text-align: right;
  cursor: pointer;
}
.login-modal .login-form-container .lost-password-box span, .login-modal .signup-form-container .lost-password-box span, .login-modal .lost-password-container .lost-password-box span {
  color: #1b1a19;
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 3.2rem;
}
.login-modal .login-form-container .lost-password-box span:hover, .login-modal .signup-form-container .lost-password-box span:hover, .login-modal .lost-password-container .lost-password-box span:hover {
  text-decoration: underline;
}
.login-modal .login-form-container button, .login-modal .signup-form-container button, .login-modal .lost-password-container button {
  text-transform: uppercase;
  width: 100%;
  margin-top: 3.2rem;
  height: 5.2rem;
  padding: 0;
  text-align: center;
}

.signup-form-container {
  width: 400px;
}
.signup-form-container .title {
  font-weight: bold;
  color: #c4c6ca;
  font-size: 1.8rem;
  margin-block: 4rem 2rem;
}
.signup-form-container .password-criteria {
  padding: 1.6rem;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 2rem;
  background-color: #fafafb;
  color: #7a7b7b;
  margin-top: -1rem;
}
.signup-form-container select {
  padding-inline: 1.6rem 1.8rem;
  border: none;
  border-right: 16px solid transparent;
  outline: 1px solid #c4c6ca;
  margin-right: 1.6rem;
  color: #1b1a19;
  height: 4.2rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  background-color: #fff;
  border-radius: 4px;
  width: 92%;
}
.signup-form-container select::placeholder {
  color: #7a7b7b;
}
.signup-form-container select .stateSelect .placeholder {
  color: #7a7b7b;
  font-size: 1.6rem;
}
.signup-form-container #input_phone_cc {
  padding-inline: 1.6rem;
  color: #1b1a19;
  font-size: 1.6rem;
  border: 1px solid #c4c6ca;
  height: 4.2rem;
  display: inline-block;
  width: 7.6rem;
  border-radius: 4px 0 0 4px;
  padding-left: 30px;
}
.signup-form-container .mobile-phone {
  position: relative;
}
.signup-form-container .mobile-phone::before {
  position: absolute;
  content: "+";
  display: block;
  width: 20px;
  height: 20px;
  top: 3.6rem;
  left: 1.5rem;
  font-size: 1.8rem;
  color: #1b1a19;
}
.signup-form-container .email-box {
  position: relative;
}
.signup-form-container #email-error, .signup-form-container #passwd-error, .signup-form-container #input_fullname-error {
  position: absolute;
  background-color: #fff;
  top: 0;
}
.signup-form-container #input_phone {
  display: inline-block;
  height: 4.2rem;
  width: calc(100% - 8rem);
  border-radius: 0 4px 4px 0;
  margin-left: -3px;
}
.signup-form-container .signup-agreement {
  font-size: 1.4rem;
  margin-left: 1rem;
  color: #7a7b7b;
}
.signup-form-container .signup-agreement a {
  text-decoration: underline;
}
.signup-form-container .left-content, .signup-form-container .right-content {
  flex: 1;
}

.login-form-container {
  width: 400px;
}

label.error {
  color: #f44336 !important;
  border: none !important;
}

.error {
  border: 1px solid #f44336 !important;
}

.error-login, .error-msg {
  color: #f44336;
  font-size: 1.6rem;
  padding: 1.6rem;
  background-color: #fafafb;
  border: 1px solid #f44336;
  text-align: left;
  margin-block: 1.6rem;
  border-radius: 4px;
}

.error-message {
  display: block;
  position: absolute;
  bottom: -10px;
  color: red;
  font-style: normal;
  margin-bottom: 1em;
}

.lost-password-container {
  width: 400px;
}
.lost-password-container .title {
  font-size: 2.8rem;
  font-weight: 500;
  color: #1b1a19;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.4rem;
  text-align: left;
}
.lost-password-container .title span {
  font-size: 1.8rem;
  margin-block: auto;
  cursor: pointer;
}
.lost-password-container .title span svg {
  height: 12px;
}
.lost-password-container .title span:hover svg {
  animation: bounceRight 0.5s linear;
  animation-iteration-count: 3;
}
.lost-password-container .sub-title {
  font-size: 1.8rem;
  margin-bottom: 3.4rem;
  color: #7a7b7b;
}
.lost-password-container label {
  font-size: 1.4rem;
  color: #7a7b7b;
  font-weight: normal;
  display: block;
  position: relative;
  margin-bottom: 0.8rem;
}
.lost-password-container button.button-primary {
  margin-top: 0px !important;
  font-size: 1.6rem;
}
.lost-password-container .reset-pass-response {
  font-size: 1.8rem;
  color: #7a7b7b;
  line-height: 1.56;
}

.loggedin {
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  justify-content: center;
}
.loggedin a {
  padding: 1rem 3.6rem;
  text-align: center;
  margin-inline: 5%;
  margin-bottom: 2.6rem;
  text-transform: uppercase;
  width: max-content;
}
.loggedin .sign-out {
  font-size: 1.6rem;
}
.loggedin .sign-out a {
  display: block;
  margin-bottom: 0;
}
.loggedin .sign-out a svg {
  display: inline-block;
  vertical-align: sub;
}
.loggedin .sign-out span {
  margin-left: 1.4rem;
  margin-bottom: 4px;
}

@media (max-width: 95rem) {
  .header-strip ul {
    font-size: 1.4rem;
  }
  .navbar .nav-cart img {
    height: 35px;
    width: 35px;
  }
  .navbar .nav-cart .nav-cart-count {
    width: 14px;
    height: 14px;
    font-size: 9px;
  }
  .nav-item:hover > .dropdown-menu {
    border-top: none;
  }
  .dropdown-menu .wrapper.row .col-md-3 {
    max-width: 276px;
  }
  .dropdown-menu .menu-desc .menu-heading img {
    width: 35px;
    height: 35px;
    vertical-align: top;
  }
  .dropdown-menu .menu-desc .menu-content {
    font-size: 1.3rem;
  }
  .dropdown-menu .menu-section {
    margin-inline: 1rem;
  }
}/*# sourceMappingURL=header.min.css.map */