/**
Brand color Theme 
**/
@font-face {
  font-family: "WebRupee";
  src: url("/ui/bigrock/themes/ClassicBlue/images/WebRupee.V2.0.eot");
  src: local("WebRupee"), url("/ui/bigrock/themes/ClassicBlue/images/WebRupee.V2.0.ttf") format("truetype"), url("/ui/bigrock/themes/ClassicBlue/images/WebRupee.V2.0.woff") format("woff"), url("/ui/bigrock/themes/ClassicBlue/images/WebRupee.V2.0.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.domain-container {
  margin-block: 3rem;
  margin-inline: 0px;
}

#total_summary_div.fixed {
  left: 62.85% !important;
  top: 150px !important;
}

.br-sm {
  display: none;
}

.btn-group .btn img {
  display: inline-block;
  vertical-align: middle;
}

.slidecontainer:before,
.slidecontainer:after {
  top: 30px !important;
}

.domain-list {
  filter: saturate(0.2);
}
.domain-list:hover {
  filter: saturate(1);
}
.domain-list:hover span {
  color: #1b1a19;
}
.domain-list .domain-item {
  display: flex;
  flex-direction: column;
  padding-inline: 1.5vw;
  border-right: 1px solid #e4e5e7;
  transition: all 0.3s linear;
}
.domain-list .domain-item:last-child {
  border: none;
}
.domain-list .domain-item:first-child {
  padding-left: 0px;
}
.domain-list .domain-item svg {
  display: inline-block;
  margin-bottom: 0.6rem;
  margin-inline: auto;
}
.domain-list .domain-item span {
  font-size: 1.6rem;
  text-align: center;
  color: #1b1a19;
}

.domain-item:not(:hover) svg path,
.domain-item:not(:hover) svg def,
.domain-item:not(:hover) svg g,
.domain-item:not(:hover) svg ellipse {
  fill: #999b9e;
  transition: all 0.2s linear;
}
.domain-item:not(:hover) span {
  color: #7a7b7b;
  transition: all 0.2s linear;
}

.domain-search #domain-keyword {
  flex: 1;
  display: inline-block;
  padding: 2.4rem 1.6rem;
  color: #1b1a19;
  font-size: 18px;
  font-weight: normal;
  border-radius: 4px 0px 0px 4px;
  height: 51px;
  border: 1px solid #ff7700;
}
.domain-search #domain-keyword::placeholder {
  color: #7a7b7b;
}
.domain-search .btn-domain-search {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  height: 51px;
  background-color: #ff7700;
  border: 1px solid #ff7700;
  width: 14rem;
  border-radius: 0 4px 4px 0;
  transform: color 0.3s linear;
}
.domain-search .btn-domain-search:hover {
  background-color: #ee6900;
}

.hero-banner {
  background-color: #ffeddc;
}
.hero-banner .hero-content {
  margin-block: 8rem;
  margin-inline-start: 6rem;
}
.hero-banner .hero-content h1 {
  font-size: 4.8rem;
  color: #1b1a19;
  font-weight: bold;
  line-height: 1.29;
  margin-bottom: 1.6rem;
}
.hero-banner .hero-content h2 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 3rem;
  padding-right: 5vw;
  font-weight: normal;
  color: #1B1A19;
}
.hero-banner .hero-content .button-primary {
  display: inline-block;
  padding: 0.7vw 3.3vw;
  min-width: auto;
  color: #fff;
}
.hero-banner .hero-img-container {
  display: flex;
  justify-content: right;
  margin-top: 2.4rem;
}
.hero-banner .hero-img-container img {
  width: 50vw;
  height: auto;
  max-width: 800px;
  margin-right: 4rem;
}

.product-panel-container {
  margin-block: 2.5rem;
  margin-bottom: 9rem;
}
.product-panel-container .slider-container .splide__list {
  display: flex;
  gap: 1.6rem;
}
.product-panel-container .slider-container .splide__list .splide__slide {
  flex: 1;
}
.product-panel-container .slider-container .col-md-6 {
  padding: 0 !important;
}
.product-panel-container .card-panel-box {
  background-color: #f6f6f8;
  border: 1px solid #c4c6ca;
  border-radius: 4px;
  flex-direction: column;
  height: 100%;
  display: grid;
  margin: 0%;
}
.product-panel-container .card-panel-box .card-head {
  margin-left: 2.4rem;
  position: relative;
  z-index: 1;
  margin-right: 0;
}
.product-panel-container .card-panel-box .card-head:after {
  content: attr(data-discount);
  display: block;
  position: absolute;
  top: 16px;
  right: 24px;
  padding: 2px 8px;
  font-weight: bold;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background-color: #ff7700;
}
.product-panel-container .card-panel-box .card-head h2 {
  color: #1b1a19;
  font-size: 3.2rem;
  margin-block: 3.2rem;
  line-height: 1.31;
}
.product-panel-container .card-panel-box .card-head .card-img {
  margin-right: auto;
  bottom: -2.5rem;
  position: relative;
}
.product-panel-container .card-panel-box .card-head .card-img img {
  position: absolute;
}
.product-panel-container .card-panel-box .card-content {
  position: relative;
  background-color: #fff;
  z-index: 2;
  padding-inline: 3rem;
  flex: 1;
  border-radius: 0 0 4px 4px;
}
.product-panel-container .card-panel-box .card-content h3 {
  color: #7a7b7b;
  font-size: 1.8rem;
  letter-spacing: normal;
  line-height: 1.33;
  margin-bottom: 4rem;
  font-weight: normal;
  padding-top: 2.4rem;
}
.product-panel-container .card-panel-box .card-content p {
  font-size: 2.8rem;
  letter-spacing: normal;
  line-height: normal;
  color: #1b1a19;
  font-weight: normal;
}
.product-panel-container .card-panel-box .card-content p span {
  font-weight: bold;
}
.product-panel-container .card-panel-box .card-content .card-pricing-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 2.4rem;
}
.product-panel-container .card-panel-box .card-content .card-pricing-block .card-cta {
  padding: 1.1rem 2.8rem;
  font-size: 1.6rem;
  line-height: normal;
  min-width: auto;
}

.plan-container {
  max-width: 1290px;
  width: 95%;
  margin-top: 50px;
  margin-inline: auto;
}
.plan-container .plan-year-container {
  margin-top: 4rem;
}

.text-feature-green img {
  display: inline-block;
  vertical-align: middle;
}

.toggle-coupons img {
  display: inline-block;
  vertical-align: middle;
}

.btn-blue img {
  display: inline-block;
  vertical-align: middle;
}

.hide {
  display: none !important;
}

.plan-table .splide__track {
  overflow: visible !important;
}
.plan-table .splide__list {
  display: flex;
  gap: 1.6rem;
}
.plan-table .splide__list .splide__slide {
  flex: 1;
}

@media (max-width: 1400px) {
  .hero-banner .hero-content {
    margin-block: 4rem;
  }
  .hero-banner .hero-content h1 {
    font-size: 3.6rem;
  }
  .hero-banner .hero-content h2 {
    font-size: 1.6rem;
  }
}
.plan-year-container {
  text-align: center;
  margin-bottom: 4rem;
}
.plan-year-container span {
  flex: 1;
  font-size: 1.8rem;
  padding-block: 2rem;
  border-bottom: 1px solid #c4c6ca;
  box-sizing: border-box;
  color: #7a7b7b;
  font-weight: 500;
  cursor: pointer;
}
.plan-year-container span:hover {
  border-bottom: 4px solid #999b9e;
}
.plan-year-container span.active {
  border-bottom: 4px solid #ff7700;
}

.plan-container {
  max-width: 1290px;
  width: 95%;
  margin-inline: auto;
}
.plan-container .plan-year-container {
  margin-top: 4rem;
}

.plan-table .splide__list {
  display: flex;
  gap: 1.6rem;
}
.plan-table .splide__list .splide__slide {
  flex: 1;
}
.plan-table .product-plan-card {
  background-color: #fff;
  text-align: center;
  border: 1px solid #e4e5e7;
  border-radius: 4px;
  min-width: 240px;
  position: relative;
  margin-bottom: 8rem;
}
.plan-table .product-plan-card.sale-tag-green::after {
  position: absolute;
  content: attr(data-tag);
  display: block;
  width: 100%;
  height: 4rem;
  top: 0;
  padding-block: 1rem;
  text-align: center;
  background-color: #eafbf1;
  color: #0fbc57;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
}
.plan-table .product-plan-card .card-headline {
  margin-top: 6rem;
  font-size: 2.4rem;
  color: #1b1a19;
  font-weight: bold;
}
.plan-table .product-plan-card .card-headline .tagdis {
  display: none;
}
.plan-table .product-plan-card .card-tagline {
  font-size: 1.6rem;
}
.plan-table .product-plan-card .card-price {
  margin-top: 2.4rem;
  font-size: 2.4rem;
  font-weight: bold;
  color: #1b1a19;
}
.plan-table .product-plan-card .card-price span {
  font-size: 4.2rem;
  font-family: "Archivo", sans-serif;
  color: #1b1a19;
}
.plan-table .product-plan-card .card-price .br-plan-text {
  font-size: 2.4rem;
}
.plan-table .product-plan-card .product-cta {
  width: calc(100% - 6rem);
  font-size: 1.8rem;
  font-weight: 500;
  margin-inline: 3rem;
  margin-top: 3rem;
  text-transform: uppercase;
}
.plan-table .product-plan-card .product-feature-list {
  padding-block: 4.8rem 4rem;
  text-align: left;
}
.plan-table .product-plan-card .product-feature-list li {
  padding-block: 0.8rem;
  padding-left: 6.4rem;
  padding-right: 2.4rem;
  font-size: 1.6rem;
  position: relative;
}
.plan-table .product-plan-card .product-feature-list li .plan-feature-list-head {
  font-weight: bold;
  line-height: 1.5;
  margin-left: 1px;
  display: inline-block;
}
.plan-table .product-plan-card .product-feature-list li .plan-feature-list-sub {
  margin-top: 1px;
  line-height: 1.5;
}
.plan-table .product-plan-card .product-feature-list li .ic-tooltip {
  display: inline-block;
  margin-left: auto;
  transition: all 0.3s linear;
  float: right;
  cursor: pointer;
}
.plan-table .product-plan-card .product-feature-list li .ic-tooltip img {
  display: inline-block;
  vertical-align: middle;
}
.plan-table .product-plan-card .product-feature-list li .ic-tooltip:hover .tooltip-content {
  display: block;
  opacity: 1;
  bottom: 100%;
}
.plan-table .product-plan-card .product-feature-list li .ic-tooltip:hover .tooltip-content::after {
  bottom: -20px;
}
.plan-table .product-plan-card .product-feature-list li .tooltip-content {
  position: absolute;
  bottom: 90%;
  right: 0px;
  width: 90%;
  z-index: 10;
  padding: 2rem 3rem;
  height: auto;
  display: none;
  opacity: 0;
  background-color: #1b1a19;
  color: #fff;
}
.plan-table .product-plan-card .product-feature-list li .tooltip-content::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0px;
  right: 6%;
  border: 10px solid transparent;
  border-top: 10px solid #1b1a19;
}
.plan-table .product-plan-card .product-feature-list li:nth-child(odd) {
  background-color: #f6f6f8;
}

.marker-tick li:last-child::before {
  top: initial;
  bottom: 1.2rem;
}

.back-text-btn img {
  display: inline-block;
  vertical-align: bottom;
}

#product-carousel-menu-slider {
  margin-inline: auto;
  margin-top: 6rem;
}
#product-carousel-menu-slider .splide__slide {
  flex: 1;
}
#product-carousel-menu-slider .splide__slide:last-of-type {
  margin-right: 0;
}
#product-carousel-menu-slider .splide__slide.is-active {
  color: #1b1a19;
}
#product-carousel-menu-slider .splide__slide.is-active .product-menu-title {
  color: #1b1a19;
}
#product-carousel-menu-slider .splide__slide.is-active .product-menu-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0px;
  border-bottom-color: #fff;
  border: 2px solid #ff7700;
  z-index: 2;
  width: 100%;
  left: 0%;
}
#product-carousel-menu-slider .splide__slide:not(.is-active) .product-menu-title:hover::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0px;
  border-bottom: 4px solid #999b9e;
  width: 85%;
  width: 100%;
  left: 0%;
  z-index: 1;
}
#product-carousel-menu-slider .product-menu-content {
  position: relative;
  margin-left: 0;
  flex-wrap: nowrap;
}
#product-carousel-menu-slider .product-menu-content .product-menu-title {
  padding-bottom: 4rem;
  color: #7a7b7b;
}
#product-carousel-menu-slider .product-menu-content .product-menu-title h3 {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: inherit;
  margin-bottom: 8px;
}
#product-carousel-menu-slider .product-menu-content .product-menu-title h4 {
  font-size: 3.2rem;
  color: inherit;
  font-weight: bold;
  line-height: 1.44;
}
#product-carousel-menu-slider .product-menu-content .right-arrow {
  margin-block: auto;
  width: 12px;
  height: 20px;
  display: inline;
  position: relative;
  top: -1rem;
  display: none;
}

#product-main-carousel-track .splide__slide {
  padding-block: 4.5vw;
}

.product-slide-container .slide-content {
  margin-block: 3.5vw;
  margin-right: 5.5vw;
  margin-left: 3vw;
}
.product-slide-container .slide-content h2 {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: normal;
  color: #1b1a19;
  margin-bottom: 2.4vw;
  display: none;
}
.product-slide-container .slide-content h3 {
  font-size: 4.2rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
  color: #1b1a19;
}
.product-slide-container .slide-content p {
  font-size: 2.1rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 4rem;
}
.product-slide-container .slide-content a {
  margin-right: 1.6rem;
  font-weight: 500;
  padding: 0.7vw 2.5vw;
  text-transform: uppercase;
}

.slider-banner-img {
  display: flex;
  align-items: center;
}
.slider-banner-img img {
  margin-left: auto;
}

#product-carousel-menu-slider-track {
  border-bottom: 1px solid #c4c6ca;
}

.customer-care-strip {
  color: white;
  padding-block: 3.5vw;
  text-align: left;
}
.customer-care-strip .customer-care-head h3 {
  font-size: 4.2rem;
  font-weight: bold;
}
.customer-care-strip .customer-care-head p {
  font-size: 2.1rem;
  font-weight: normal;
}
.customer-care-strip .customer-care-content {
  justify-content: space-evenly;
  flex: 1;
  margin-block: auto;
}
.customer-care-strip .customer-care-content .customer-contact {
  display: flex;
  justify-content: space-around;
  cursor: pointer;
}
.customer-care-strip .customer-care-content .customer-contact img {
  display: inline-block;
  margin-right: 2.4rem;
  transition: transform 0.2s linear;
}
.customer-care-strip .customer-care-content .customer-contact:hover img {
  transform: translateY(-6px);
}
.customer-care-strip .customer-care-content .customer-contact-text p {
  font-size: 2.8rem;
  margin-bottom: 0.8rem;
  font-weight: bold;
}
.customer-care-strip .customer-care-content .customer-contact-text span {
  font-size: 1.8rem;
  font-weight: normal;
}

#testimonials-slider {
  margin-block: 6.4rem;
  color: #1b1a19;
  text-align: left;
  margin-inline: 2rem;
}
#testimonials-slider #testimonials-slider-track {
  overflow: visible;
}
#testimonials-slider .splide__pagination {
  bottom: -4rem;
  left: 45%;
  right: initial;
}
#testimonials-slider .splide__pagination .is-active {
  background-color: #ff7700;
}
#testimonials-slider .testimonial-panel-box {
  border-radius: 4px;
  border: 1px solid #e4e5e7;
  padding: 3rem;
  background-color: #fff;
  height: 100%;
  display: grid;
  flex-direction: column;
}
#testimonials-slider .testimonial-panel-box .testimonial-rating {
  margin-bottom: 2rem;
}
#testimonials-slider .testimonial-panel-box .testimonial-content {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 4rem;
}
#testimonials-slider .testimonial-panel-box .testimonial-customer-details {
  font-size: 1.4rem;
  line-height: 1.71;
  flex-direction: row;
  display: flex;
  align-self: end;
  gap: 1.2rem;
}
#testimonials-slider .testimonial-panel-box .testimonial-customer-details .customer-img .circle {
  object-fit: cover;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-top: 4px;
}

.testimonial-rating {
  width: 100%;
  height: 3rem;
}

.testimonial-footer {
  padding-block: 3rem 6rem;
  margin-inline: 2rem;
}
.testimonial-footer .review-rating p {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1b1a19;
  gap: 2.4rem;
}
.testimonial-footer .testimonial-slider-arrows {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 2.4rem;
}
.testimonial-footer .testimonial-slider-arrows span {
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.testimonial-footer .testimonial-slider-arrows span g {
  transition: all 0.2s linear;
}

.faq-container {
  color: #7a7b7b;
  transition: all 0.3s linear;
  max-width: 1250px;
  width: 95%;
  margin-inline: auto;
}
.faq-container .faq-list-item {
  padding-block: 3.2rem 2.6rem;
  border-bottom: 1px solid #c4c6ca;
  transition: all 0.3s linear;
}
.faq-container .faq-list-item .dropdown-arrow {
  display: inline-block;
  position: relative;
}
.faq-container .faq-list-item .dropdown-arrow::after, .faq-container .faq-list-item .dropdown-arrow::before {
  content: "";
  background: #7a7b7b;
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  margin-left: 1px;
  height: 0.25rem;
  width: 12px;
  transition: transform 0.5s cubic-bezier(0.8, 0.2, 0.5, 0.1), background 0.3s ease-in-out;
}
.faq-container .faq-list-item .dropdown-arrow::before {
  left: 2px;
  border-radius: 0.5rem 0 0 0.5rem;
  transform: rotate(-40deg);
}
.faq-container .faq-list-item .dropdown-arrow::after {
  right: 0;
  border-radius: 0 0.5rem 0.5rem 0;
  transform: rotate(40deg);
}
.faq-container .faq-list-item .dropdown-arrow:hover::before, .faq-container .faq-list-item .dropdown-arrow:hover::after {
  background: #1b1a19;
}
.faq-container .faq-list-item.active .dropdown-arrow::before {
  transform: rotate(40deg);
}
.faq-container .faq-list-item.active .dropdown-arrow::after {
  transform: rotate(-40deg);
}
.faq-container .faq-list-item .faq-question {
  font-size: 2.8rem;
  display: flex;
  justify-content: space-between;
  font-weight: normal;
  cursor: pointer;
}
.faq-container .faq-list-item .faq-answer-block {
  height: 0;
  opacity: 0;
  width: 60vw;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.78;
  transition: all 0.3s linear;
  overflow: hidden;
  width: 95%;
}
.faq-container .faq-list-item.active {
  color: #1b1a19;
  border-bottom: 1px solid #1b1a19;
}
.faq-container .faq-list-item.active .dropdown-arrow::before, .faq-container .faq-list-item.active .dropdown-arrow::after {
  background-color: #1b1a19;
}
.faq-container .faq-list-item.active .faq-answer-block {
  height: 120px;
  opacity: 1;
  margin-top: 2rem;
}

.blog-container {
  margin-block: 6rem;
  max-width: 1290px;
  margin-inline: auto;
  color: #1b1a19;
}
.blog-container .row {
  margin-bottom: 5vw;
}
.blog-container .blog-content {
  padding-block: 3.2rem;
}
.blog-container .blog-content h3 {
  font-size: 4.2rem;
  line-height: 1.33;
  margin-bottom: 1.6rem;
}
.blog-container .blog-content p {
  font-size: 2.1rem;
  line-height: 1.5;
  margin-bottom: 4.2rem;
  margin-top: 2rem;
}
.blog-container .blog-content a {
  text-transform: uppercase;
}
.blog-container .blog-content .blog-cta {
  padding: 1.3rem 5rem;
  cursor: pointer;
}
.blog-container .blog-img {
  padding: 7% 10%;
}

@media (max-width: 72em) {
  .domain-container {
    flex-direction: column;
  }
  .domain-container .domain-list {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .domain-container .domain-list .domain-item {
    padding-right: 3vw;
    flex-direction: row;
  }
  .domain-container .domain-list .domain-item span {
    margin-left: 2vw;
    font-size: 1.4rem;
    margin-top: 3px;
  }
  .hero-banner .hero-content {
    margin-block: 3rem;
  }
  .hero-banner .hero-content h1 {
    font-size: 2.4rem;
  }
  .hero-banner .hero-content h2 {
    font-size: 1.6rem;
  }
  .hero-banner .hero-img-container {
    justify-content: right;
  }
  .hero-banner .hero-img-container img {
    width: 100%;
  }
  #product-carousel-menu-slider .product-menu-content .product-menu-title h4 {
    font-size: 2.4rem !important;
  }
  .slider-container .product-cards {
    height: 100%;
  }
  .slider-container .product-cards .card-panel-box .card-head {
    margin-left: 1rem;
  }
  .slider-container .product-cards .card-panel-box .card-head h2 {
    font-size: 2.1rem;
    margin-block: 4.2rem;
  }
  .slider-container .product-cards .card-panel-box .card-head .card-img {
    bottom: -3rem;
    margin-inline: auto;
  }
  .slider-container .product-cards .card-panel-box .card-content h3 {
    font-size: 1.3rem;
    margin-bottom: 3.2rem;
  }
  .slider-container .product-cards .card-panel-box .card-pricing-block {
    flex-direction: column;
    gap: 1rem;
  }
  .slider-container .product-cards .card-panel-box .card-pricing-block p {
    font-size: 2.2rem;
    text-align: left;
    margin-bottom: 1rem;
  }
  .slider-container .product-cards .card-panel-box .card-pricing-block a {
    width: 100%;
    text-align: center;
    padding: 0.8rem 3rem;
  }
  .plan-container {
    width: 100%;
  }
  .plan-table .product-plan-card {
    position: relative;
    left: -1.6rem;
    min-width: 30vw;
    margin-left: 1rem;
  }
  .product-panel-container .card-panel-box .card-content {
    padding-inline: 1.6rem;
  }
  .product-slide-container .slide-content a {
    margin-top: 1.6rem;
    width: 160px;
  }
  .product-slide-container .slide-content p {
    margin-bottom: 1rem;
  }
  .plan-table .splide__list {
    gap: 0px;
  }
  .customer-care-strip .customer-care-content .customer-contact-text p {
    font-size: 2.4rem;
    margin-bottom: 0.6rem;
    text-align: left;
  }
  .product-slide-container .slide-content h3 {
    font-size: 3.2rem;
  }
  .product-slide-container .slide-content p {
    font-size: 1.4rem;
  }
  .blog-container {
    padding-block: 2.4rem;
  }
  .blog-container .blog-content h3 {
    font-size: 3.2rem;
  }
  .blog-container .blog-content p {
    font-size: 1.4rem;
    margin-bottom: 3.6rem;
  }
  .blog-container .blog-content .blog-cta {
    padding: 1rem 4rem;
  }
}
@media (max-width: 42rem) {
  .row.domain-container {
    margin-inline: 0.6rem;
    margin-block: 1.6rem;
  }
  .hero-banner .hero-content {
    margin-inline: 1rem !important;
  }
  .domain-search #domain-keyword {
    height: 40px !important;
    padding: 1rem;
    min-width: 100px;
  }
  .domain-search .btn-domain-search {
    height: 40px !important;
  }
  .product-panel-container .splide__track {
    overflow: visible;
  }
  .hero-banner {
    flex-direction: column-reverse;
    margin-inline: -2rem;
  }
  .hero-banner .hero-content-container {
    background-color: #fff;
  }
  .hero-banner .hero-content-container .hero-content {
    text-align: center;
    padding: 1rem;
  }
  .hero-banner .hero-content-container .hero-content a {
    height: 4rem;
    display: inline-block;
    text-transform: uppercase;
    width: 188px;
    padding-block: 7px;
  }
  .hero-banner .hero-img-container img {
    position: relative;
    right: -4vw;
    width: 145vw;
    max-width: 145vw;
    margin-top: 2.4rem;
  }
  .br-sm {
    display: inline-block;
  }
  .customer-care-strip .customer-care-content .customer-contact img {
    margin-right: 0rem;
    margin-inline: auto;
  }
  .product-panel-container {
    margin-bottom: 5.6rem;
  }
  .section-headline {
    padding-top: 5.6rem !important;
  }
  .section-headline h3 {
    margin-top: 1.6rem;
  }
  .plan-year-container {
    margin-block: 3.2rem !important;
  }
  .plan-year-container span {
    font-size: 1.2rem;
    padding-block: 1rem;
  }
  .plan-table .product-plan-card .product-feature-list li .plan-feature-list-head,
  .plan-table .product-plan-card .product-feature-list li plan-feature-list-sub {
    font-size: 14px;
  }
  #product-carousel-menu-slider .product-menu-content .product-menu-title {
    padding-bottom: 2rem;
  }
  .product-panel-container .slider-container .splide__list .splide__slide {
    min-width: 220px;
  }
  .slider-container .product-cards {
    overflow: hidden;
  }
  .slider-container .product-cards .card-panel-box .card-head .card-img {
    right: -2rem;
  }
  .plan-table .product-plan-card .product-cta {
    font-size: 1.6rem;
    width: calc(100% - 3rem);
    padding: 0.6rem;
    margin-inline: 1rem;
  }
  .plan-table .product-plan-card .card-price span {
    font-size: 3.8rem;
  }
  .plan-table .product-plan-card .card-tagline {
    font-size: 1.4rem;
  }
  .row.product-slide-container {
    flex-direction: column-reverse;
  }
  .product-slide-container .slide-content {
    margin-right: 0px;
  }
  .product-slide-container .slide-content h3 {
    margin-top: 2.4rem;
    font-size: 2.4rem;
    margin-bottom: 8px;
  }
  .product-slide-container .slide-content p {
    font-size: 1.4rem !important;
  }
  .product-slide-container .slide-content a {
    width: 100%;
    padding-block: 1rem !important;
  }
  .section-headline h2 {
    font-size: 24px;
    line-height: 1.33;
  }
  .section-headline h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-inline: 5%;
  }
  #product-carousel-menu-slider-list.splide__list {
    gap: 1.6rem;
  }
  #product-carousel-menu-slider-list.splide__list .product-menu-content {
    min-width: 120px !important;
    margin-left: 0;
    justify-content: start;
  }
  .slider-banner-img {
    margin-top: 1.6rem !important;
  }
  #product-carousel-menu-slider .product-menu-content .product-menu-title h4 {
    font-size: 18px;
  }
  #product-carousel-menu-slider .product-menu-content .product-menu-title h3 {
    font-size: 12px;
  }
  .customer-care-strip .customer-care-content {
    margin-bottom: 2.4rem;
  }
  .customer-care-strip .customer-care-content .customer-care-head h3 {
    font-size: 2.4rem;
    margin-top: 2.4rem;
  }
  .customer-care-strip .customer-care-content .customer-contact {
    flex-direction: column;
  }
  .customer-care-strip .customer-care-content .customer-contact img {
    width: 50px !important;
    transition: all 0.3s linear;
  }
  .customer-care-strip .customer-care-content .customer-contact-text {
    text-align: left;
  }
  .customer-care-strip .customer-care-content .customer-contact-text p {
    font-size: 1.6rem;
    margin-bottom: 4px;
    line-height: 1;
  }
  .customer-care-strip .customer-care-content .customer-contact-text span {
    font-size: 1.2rem;
  }
  #testimonials-slider {
    margin-block: 3.2rem !important;
  }
  .blog-container {
    display: flex;
    gap: 0.6rem;
    width: 620px;
    margin-inline: 1rem;
    margin-bottom: 1rem;
  }
  .blog-container .row {
    border: 1px solid #c4c6ca;
    border-radius: 4px;
    overflow: hidden;
    width: 280px;
    margin-left: 1.6 rem;
  }
  .blog-container .col-sm-6 {
    padding: 0px !important;
  }
  .blog-container .blog-img {
    padding: 0px !important;
  }
  .blog-container .blog-content {
    padding: 2.4rem;
  }
  .blog-container .blog-content h3 {
    font-size: 2.1rem !important;
    line-height: 1.31;
  }
  .blog-container .blog-content p {
    font-size: 1.4rem !important;
    line-height: 1.5;
  }
  .blog-container .blog-content .blog-cta {
    text-align: center;
    width: 100%;
    display: block;
    padding-block: 0.8rem;
  }
  .plan-table .product-plan-card {
    min-width: 26rem;
    margin-left: 1.6rem;
  }
  .page-wrapper {
    overflow: hidden !important;
  }
  .testimonial-footer {
    padding-top: 0rem !important;
  }
  .testimonial-footer .testimonial-slider-arrows {
    display: none !important;
  }
  .faq-container .faq-list-item .faq-question {
    font-size: 2.1rem !important;
  }
  .faq-container .faq-list-item .faq-answer-block {
    font-size: 1.4rem !important;
  }
  .faq-container .faq-list-item .faq-question {
    padding-right: 1.6rem;
  }
}
@media (max-width: 95rem) {
  .hero-banner .hero-content {
    margin-inline-start: 4rem;
  }
  .hero-banner .hero-content h2 {
    font-size: 1.6rem;
  }
  .product-panel-container .card-panel-box .card-head h2 {
    font-size: 2vw;
  }
  .product-panel-container .card-panel-box .card-content h3 {
    font-size: 1.3vw;
  }
  .product-panel-container .card-panel-box .card-content p {
    font-size: 2vw;
    margin-block: auto;
  }
  .plan-table .product-plan-card .product-cta {
    font-size: 2rem;
  }
  #product-carousel-menu-slider .product-menu-content .product-menu-title h4 {
    font-size: 2.8rem;
  }
  #product-carousel-menu-slider .product-menu-content .product-menu-title h3 {
    font-size: 1.3rem;
  }
  #product-carousel-menu-slider .product-menu-content .product-menu-title {
    padding-bottom: 4rem;
  }
  .product-slide-container .slide-content h3 {
    line-height: 1.3;
  }
  .product-slide-container .slide-content h2,
  .product-slide-container .slide-content p {
    font-size: 1.8rem;
  }
  .product-slide-container .slide-content a {
    padding: 0.9vw 2vw;
    min-width: 200px;
    font-size: 1.6rem;
    text-align: center;
  }
  .customer-care-strip .customer-care-head p {
    font-size: 1.9rem;
  }
  .section-headline {
    padding-top: 6.4rem;
  }
  #testimonials-slider {
    margin-top: 4.4rem;
  }
  .blog-container .blog-content h3 {
    font-size: 3.8rem;
  }
  .blog-container .blog-content p {
    font-size: 1.9rem;
  }
  .faq-container {
    padding-block: 3rem 7rem;
  }
  .faq-container .faq-list-item .faq-question {
    font-size: 2.6rem;
  }
  .faq-container .faq-list-item .faq-answer-block {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 75rem) {
  .customer-care-strip {
    flex-direction: column;
    text-align: center;
  }
  .customer-care-strip .customer-care-head {
    margin-bottom: 4rem;
  }
  .customer-care-strip .customer-care-content {
    text-align: center;
  }
}
@media (min-width: 72em) {
  .domain-container .col:nth-last-child(1) {
    margin-left: auto;
    flex: 1;
    max-width: 45vw;
  }
  #product-carousel-menu-slider .product-menu-content {
    margin: auto;
  }
}
.btn-skyblue {
  display: inline-block;
  vertical-align: middle;
}/*# sourceMappingURL=homepage.min.css.map */