@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");

body {
  font-family: "Figtree", sans-serif;
  color: #4e4d4c;
  font-size: 1rem;
  font-weight: 400;
  background-color: #f8f9f9;
}

.container {
  max-width: 1370px;
}

p {
  margin-bottom: 1.5rem;
}

.btn.btn-primary {
  background-color: #3ccc9e;
  color: #fff;
  border-color: #3ccc9e;
  font-weight: 500;
  font-size: 1.25rem;
  border-radius: 0.3rem;
  padding: 0.65rem 2.5rem;
}

.btn.btn-primary:hover {
  background-color: #38d6a4;
  color: #fff;
  border-color: #38d6a4;
}

h1,
h2,
h3,
h4,
h5 {
  color: #141414;
}

h1 {
  font-weight: 600;
  font-size: 4.5rem;
  color: #141414;
  letter-spacing: -0.14rem;
  margin-bottom: 2rem;
  line-height: 1.1;
}

h2 {
  font-size: 3.1rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

h4 {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

h5 {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.link-btn {
  color: #3ccc9e;
  font-weight: 600;
  position: relative;
  padding-right: 0.625rem;
  text-decoration: none;
}
.link-btn:after {
  content: "";

  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -6px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="13" fill="none" viewBox="0 0 7 13"><path fill="%233ccc9e" d="M6.86 6.018a.84.84 0 0 1-.247.596l-5.174 5.174a.843.843 0 0 1-1.192-1.191l4.578-4.579L.247 1.44A.843.843 0 0 1 1.439.25l5.174 5.174a.84.84 0 0 1 .246.595"/></svg>');
  width: 7px;
  height: 13px;
  transition: 0.2s;
}

.link-btn:hover:after {
  right: -8px;
}

.sright {
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  height: 250px;
  background-size: cover;
  margin-top: -50px;
  margin-right: -50px;
}
.sleft {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 250px;
  background-size: contain;
  margin-top: -50px;
  margin-left: -50px;
}

.shape1 {
  background-image: url(../img/shape1.svg);
}
.shape2 {
  background-image: url(../img/shape2.svg);
}
.shape3 {
  background-image: url(../img/shape3.svg);
}
.shape4 {
  background-image: url(../img/shape4.svg);
}
.shape5 {
  background-image: url(../img/shape5.svg);
}
.shape6 {
  background-image: url(../img/shape6.svg);
}
.shape7 {
  background-image: url(../img/shape7.svg);
}
.shape8 {
  background-image: url(../img/shape8.svg);
}
.shape9 {
  background-image: url(../img/shape9.svg);
}

/* Header  */

header {
  padding: 1.25rem 2.25rem;
  position: relative;
}

header .nav-menu ul.dropdown {
  display: none;
  position: absolute;
  top: 3.25rem;
  padding: 0;
  background: #f8f9f9;
  width: 200px;
  border-radius: 1rem;
  border: solid 1px #e9eff1;
  padding: 1rem;
  z-index:99
}

header .nav li {
  position: relative;
  margin-left: 0.75rem;
}

header .nav-link {
  color: #043b49;
  padding: 0.5rem 0.75rem;
  font-weight: 600;
  transition: 0.4s;
  border-radius: 0.625rem;
}
header .nav-link:hover,
header .nav-link:active,
header .nav-link:focus {
  color: #043b49;
  background-color: #fff;
}

header .btn.btn-outline-primary {
  border-color: #375a6b;
  color: #375a6b;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 0.3rem;
  padding: 0.65rem 1.75rem;
}
header .btn.btn-outline-primary:hover {
  background-color: #3ccc9e;
  color: #fff;
  border-color: #3ccc9e;
}

header .btn.btn-primary {
  background-color: #375a6b;
  color: #fff;
  border-color: #375a6b;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 0.3rem;
  padding: 0.65rem 1.75rem;
}
header .btn.btn-primary:hover {
  background-color: #3ccc9e;
  color: #fff;
  border-color: #3ccc9e;
}

header ul.dropdown li {
  list-style-type: none;
  padding: 0.25rem 0;
  margin: 0;
}

header ul.dropdown li a {
  display: flex;
  color: #043b49;
  font-weight: 400;
  transition: 0.2s;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  transition: 0.4s;
  border-radius: 0.625rem;
  align-items: center;
}

header ul.dropdown li a:hover {
  color: #043b49;
  background-color: #fff;
}

header .dropdown-toggle {
  position: relative;
}
header .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.355em;
  vertical-align: 0.2em;
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;

  border: solid #043b49;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}

header .nav-link.dropdown-toggle {
  padding-right: 1.5rem;
}

header .dropdown-toggle.country {
  padding: 0.75rem 1.5rem 0.75rem 0;
  display: flex;
  cursor: pointer;
}

header .dropdown-toggle.country::after {
  right: auto;
  left: 24px;
}

header .rightnav {
  position: relative;
}

.rotate-down {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.rotate-up {
  transform: rotate(45deg) translate(-5px, -6px);
}

.hide-bar {
  opacity: 0;
}

header .menu-icon {
  display: none;
  cursor: pointer;
  margin: auto 0;
}

header .menu-icon .bar {
  width: 24px;
  height: 2px;
  margin: 6px 0;
  background-color: #000;
  transition: transform 0.3s ease;
}

header .menu-icon .bar:nth-child(2) {
  transform: translateX(4px);
  width: 20px;
}

header .country-icon {
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20"><path fill="%23043b49" d="M10 0C4.5 0 0 4.5 0 10s4.5 10 10 10 10-4.5 10-10S15.5 0 10 0m7.875 6.25h-3.812c-.313-1.937-.876-3.562-1.626-4.625 2.438.688 4.376 2.375 5.438 4.625M13.125 10c0 .875-.062 1.688-.125 2.5H7c-.062-.812-.125-1.625-.125-2.5S6.938 8.313 7 7.5h6c.063.813.125 1.625.125 2.5M10 18.75c-1.062 0-2.25-1.937-2.812-5h5.625c-.563 3.063-1.75 5-2.813 5M7.188 6.25c.562-3.062 1.75-5 2.812-5 1.063 0 2.25 1.938 2.813 5zm.375-4.625C6.813 2.688 6.25 4.313 5.938 6.25H2.125c1.063-2.25 3-3.937 5.438-4.625M1.625 7.5H5.75c-.062.813-.125 1.625-.125 2.5s.063 1.688.125 2.5H1.625A8.4 8.4 0 0 1 1.25 10c0-.875.125-1.687.375-2.5m.5 6.25h3.813c.312 1.938.875 3.563 1.625 4.625C5.124 17.688 3.188 16 2.125 13.75m10.313 4.625c.75-1.125 1.312-2.687 1.624-4.625h3.813c-1.062 2.25-3 3.938-5.437 4.625m5.937-5.875H14.25c.063-.812.125-1.625.125-2.5s-.062-1.687-.125-2.5h4.125c.25.813.375 1.625.375 2.5s-.125 1.688-.375 2.5"/></svg>');
  display: block;
}

.fi {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
  height: 13px;
  margin-right: .25rem;
}

.fi.fi-au {
  background-image: url(../img/flags/au.svg);
}

.fi.fi-hk {
  background-image: url(../img/flags/hk.svg);
}

.fi.fi-my {
  background-image: url(../img/flags/my.svg);
}

.fi.fi-ph {
  background-image: url(../img/flags/ph.svg);
}

.fi.fi-sg {
  background-image: url(../img/flags/sg.svg);
}

.fi.fi-th {
  background-image: url(../img/flags/th.svg);
}

.fi.fi-ae {
  background-image: url(../img/flags/ae.svg);
}

.fi.fi-uk {
  background-image: url(../img/flags/uk.svg);
}

/* Banner */

.banner {
  border-radius: 0.625rem;
  background-color: #e9eff1;
  text-align: center;
  display: flex;
  align-items: center;
  background-size: cover;
  padding: 7rem 0;
}

.banner.home {
  background-image: url(../img/home-banner.svg);
}

.banner.data {
  background-image: url(../img/trusted-data-banner.svg);
}

.banner.about {
  background-image: url(../img/about.svg);
}

.banner.cashback {
  background-image: url(../img/cashback-banner.svg);
}

.banner.comparison {
  background-image: url(../img/compariaon-tech-banner.svg);
}

.banner.bespoke {
  background-image: url(../img/bespoke-banner.svg);
}

.banner.widget {
  background-image: url(../img/widget-banner.svg);
}

.banner.loyalty {
  background-image: url(../img/loyalty-banner.svg);
}
.banner.coupon {
  background-image: url(../img/coupon-banner.svg);
}
.banner.our-platform {
  background-image: url(../img/our-platform-banner.svg);
}

.banner.developer {
  background-image: url(../img/developer-resources-banner.svg);
}

.banner.why-savrr {
  background-image: url(../img/why-savrr-bannr.svg);
}

.banner .lead {
  font-size: 1.5rem;
  font-weight: 500;
  color: #262626;
}

.banner .head-content {
  max-width: 800px;
  margin: 0 auto;
}

.banner.in {
  min-height: 481px;
}
.banner.in p {
  margin-bottom: 0;
}

.banner.in .lead {
  font-size: 1.25rem;
  font-weight: 500;
  color: #262626;
  letter-spacing: -0.02em;
}

.banner.in .head-content {
  max-width: 900px;
  margin: 0 auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  z-index: 1;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-indent: -9999px;
  background-color: #f5fcfa;
  border: solid 1px #305566;
  position: absolute;
  bottom: 0;
  padding: 0;
  margin: 0;
}

.slick-arrow.slick-prev {
  margin-left: -68px;
  left: 50%;
}

.slick-arrow.slick-next {
  margin-right: -68px;
  right: 50%;
}

.slick-slider {
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 70px;
}

.slick-arrow::before {
  background: url(../img/arrows.svg);
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  width: 24px;
  height: 18px;
  margin-left: -12px;
  margin-top: -9px;
}

.slick-arrow.slick-prev:before {
  margin-right: -68px;
  right: 50%;
  transform: rotate(180deg);
}

.btn-wrap {
  text-align: center;
  width: 100%;
}

.slick-slider button {
  background-color: #F5FCFA;
  border: none;
  padding: 10px 20px;
  border-radius: 50%;
  margin: 10px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.5s;
  border: solid 1px #305566;
}

.slick-slider button.slick-disabled {
  opacity: 0.6;
}

/* Slider Theme End */

/* Card Box */

.box {
  border: solid 1px #e6e6e3;
  padding: 2rem 1.7rem;
  background-color: #f8fafa;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.625rem;
  margin: 1rem;
  min-height: 318px;
}

.box.autoheight {min-height: auto;}

.box img {
  max-height: 52px;
}

.box img {
  margin-bottom: 1.75rem;
}
.box h3 {
  margin-bottom: 1.5rem;
}
.box p {
  color: #4e4d4c;
}

/* Features slider */

.features-slider {
  padding: 7rem 0 6rem;
}

.head-title {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  padding-bottom: 3rem;
}

.head-title p {
  font-size: 1.25rem;
}

/* CTA Partner */

.cta-partner {
  background: #326c71;
  background: radial-gradient(
    circle,
    rgba(50, 108, 113, 1) -10%,
    rgba(48, 85, 102, 1) 50%,
    rgba(48, 85, 102, 1) 90%
  );
  padding: 5rem 0;
  text-align: center;
  color: #fff;
  position: relative;
  min-height: 535px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.cta-partner p {
  font-size: 1.25rem;
  padding: 1.5rem 0 1.5rem 0;
}

.cta-partner .licon {
  position: absolute;
  left: -60px;
  top: -80px;
  width: 333px;
  height: 324px;
  content: "";
  background-size: 100%;
  filter: blur(5px);
  background-size: cover;
}

.cta-partner .ricon {
  position: absolute;
  width: 423px;
  height: 418px;
  content: "";
  background-size: 100%;
  right: -80px;
  bottom: -80px;
  filter: blur(5px);
  background-size: cover;
}
.cta-partner .graph {
  background-image: url(../img/compare-top.svg);
}
.cta-partner .compare {
  background-image: url(../img/compare-bot.svg);
}

.cta-partner .licon.time {
  background-image: url(../img/time-icon.svg);
}
.cta-partner .ricon.content {
  background-image: url(../img/content-icon.svg);
}
.cta-partner .licon.scale {
  background-image: url(../img/scale-icon.svg);
}

.section {
  padding: 6rem 2.25rem;
}

/* Card Gray */

.card-info {
  background-color: #e9eff1;
  padding: 5rem 12rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 3.5rem;
}

.card-info.full {
  padding: 4.75rem 4rem;
}
.section .content {
  max-width: 80%;
}

.card-info .box-circle img {
  max-width: 140px;
}

.card-info .box-circle.brand img {
  max-width: none;
}

.card-info .box-circle {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.4);
}

.card-info .box-circle .icon-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: 2.5rem;
}

.pill-heading {
  background-color: #ff4469;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 2rem;
  display: inline-flex;
  padding: 0.4rem 2rem;
}

/* Why Savrr */

.why-savrr {
  background: #326c71;
  background: radial-gradient(circle at bottom, #337c78 0%, #305566 100%);
  padding: 6rem 0;
  position: relative;
  min-height: 535px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.why-savrr .head-title {
  text-align: center;
  color: #fff;
}

.why-savrr h2,
.cta-partner h2 {
  color: #fff;
}

.why-savrr .box {
  border-radius: 0.6rem;
  background-color: #f8fafa;
  padding: 2rem 1.75rem;
  height: 100%;
  min-height: 221px;
}

/* Partners */

.partners {
  padding: 8rem 0;
  background-image: url(../img/clients-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
}

.partners .logo-box {
  border: solid 1px #9fb7bb;
  padding: 0 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

.partners .logo-box img {
  max-height: 80px;
}

.partners .logo-box.philstar:hover {
  background-color: #0097cb;
}

.partners .logo-box.logo .hlogo {
  filter: brightness(0) saturate(100%) invert(21%) sepia(8%) saturate(7077%)
    hue-rotate(150deg) brightness(95%) contrast(89%);
}

.partners .logo-box.logo:hover .hlogo {
  filter: none;
}

.partners .logo-box.thein:hover {
  background-color: #000;
}

.partners .logo-box.bang:hover {
  background-color: #0054c6;
}

/* CTA */
.cta-section {
  padding: 8rem 1rem;
  text-align: center;
}

.cta-section p {
  padding: 2rem 0;
  font-size: 1.5rem;
  font-weight: 600;
}

/* Footer */

footer {
  background-color: #0e4c56;
  padding: 6rem 0 0;
}

footer .footer-links {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .footer-links li {
  margin-left: 1.5rem;
}

footer .footer-links li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
footer .footer-links li a:hover {
  color: rgba(255, 255, 255, 1);
}

footer .social-row {
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.8);
  padding: 1rem 0;
  margin-top: 3.75rem;
}

footer .social-links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
footer .social-links li {
  margin-left: 0.75rem;
}

footer .social-links li a {
  opacity: 0.8;
}
footer .social-links li a:hover {
  opacity: 1;
}

footer .footer-content {
  color: rgba(255, 255, 255, 0.8);
  padding: 3rem 0;
}

footer .term-links {
  background-color: #3ccc9e;
  padding: 0.25rem;
  color: #fff;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

footer .term-links a {
  padding: 1rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
}
footer .term-links a:hover {
  color: #fff;
}

footer .flogo {
  max-width: 264px;
}

.check-list {
  padding: 0;
  margin: 0 0 0 1.5rem;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.6rem;
}

.check-list li:before {
  position: absolute;
  left: 0px;
  top: 14px;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="12" fill="none" viewBox="0 0 16 12"><path fill="%233ccc9e" d="M4.907 11.217a1.7 1.7 0 0 1-1.2-.498L0 7.014 1.415 5.6l3.492 3.493L14 0l1.415 1.414-9.308 9.305a1.7 1.7 0 0 1-1.2.498"/></svg>');
  width: 16px;
  height: 12px;
}

.table {
  border: solid 1px #3ccc9e;
  margin: 0;
}

.table > :not(caption) > * > * {
  padding: 0.875rem;
  font-size: 0.875rem;
}

.table-bordered > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: none;
  background-color: #e2f3ef;
}

.table-bordered > tbody > tr:nth-of-type(even) > * {
  --bs-table-bg-type: none;
  background-color: #f4f7f8;
}

.table-bordered > tbody > tr:nth-of-type(1) > * {
  background-color: #98e1cb;
}

.table td {
  width: 25%;
  vertical-align: middle;
}

.about-section {
  background-image: url(../img/about-banner.svg);
  background-size: cover;
}

.about-content {
  padding: 6rem 8rem;
  font-size: 1.25rem;
  min-height: 550px;
  border-bottom: solid 1px #eaeeec;
}

.content-icon {
  padding-bottom: 4.5rem;
}
.content-icon .icon {
  max-width: 150px;
}

.block-white {
  border-radius: 0.625rem;
  background-color: #fff;
  padding: 2rem;
  height: 100%;
}

.block-white h3 {
  padding: 1.5rem 0;
  margin: 0;
}

.step-nun {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: solid 3px #3ccc9e;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #3ccc9e;
}

.contact-form {
  padding: 6rem 0;
}

.contact-block {
  background-color: #e9eff1;
  padding: 5rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 3.5rem;
}

.form-control,
.form-select {
  border: solid 1px #9bacb5;
  padding: 0.75rem;
  box-shadow: none;
  background-color: #f8fafa;
}

.form-control:focus,
.form-select:focus {
  border: solid 1px #4ebe9b;
  box-shadow: 0 0 10px 0 rgba(78, 190, 155, 0.3);
}

.form-check-input {
  border: solid 1px #9bacb5;
  box-shadow: none;
  background-color: #f8fafa;
}

.form-check-input:checked {
  background-color: #4ebe9b;
  border-color: #4ebe9b;
  box-shadow: none;
}

.contact-details .link-text {
  color: #101010;
  text-decoration: none;
  position: relative;
}
.contact-details .link-text:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  height: 1px;
  width: 100%;
  background-color: #101010;
}

.contact-details .link-text:hover {
  color: #4ebe9b;
}
.contact-details .link-text:hover:before {
  background-color: #4ebe9b;
}

.login-page {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #ebf1f2 url(../img/login-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.login-block {
  padding: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  width: 600px;
  margin: 0 auto;
}

.form-label span {
  color: #ff4469;
}

@media screen and (max-width: 1199px) {
  header .menu-icon {
    display: block;
  }

  header .nav-menu.show-menu {
    opacity: 1;
    visibility: visible;
    border-top: 1px solid #ccc;
    transition: 0.3s; 
    z-index:1000;
  }

  header .nav-menu {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    background-color: #f8f9f9;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    padding: 1rem;
  }

  header .nav-menu ul {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  header .nav-menu ul.menu li .nav-link {
    margin-right: 0;
  }

  header .menu-icon {
    display: block;
  }

  header ul.dropdown {
    position: relative;
  }

  .card-info {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .card-info .box-circle img {
    max-width: 100px;
  }

  .partners .logo-box {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .why-savrr {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .why-savrr .box {
    height: 100%;
  }

  .partners {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  footer .footer-links li {
    margin-left: 1rem;
  }
}

@media (max-width: 991px) {
  header .nav-menu ul.dropdown {
    position: static;
    width: 100%;
    border-radius: 0;
  }

  header .nav-menu ul.dropdown {
    border-radius: 0;
    border: 0;
    padding: 0;
    background-color: #fff;
  }

  header ul.dropdown li {
    padding: 0.5rem 0;
  }

  header .nav-link {
    padding: 1rem 0.75rem;
  }

  header {
    padding: 2rem 0;
    position: relative;
  }

  h1 {
    font-size: 3.25rem;
  }
  h2 {
    font-size: 2.25rem;
  }

  .banner {
    padding: 4rem 2rem;
  }

  .banner .lead {
    font-size: 1.25rem;
  }

  .features-slider {
    padding: 5rem 1rem 5rem;
  }

  .section {
    padding: 4rem 1rem;
  }

  .card-info {
    padding: 6rem 2rem 5rem 2rem;
  }

  .sright,
  .sleft {
    width: 140px;
    height: 140px;
  }

  .card-info .box-circle img {
    max-width: 90px;
  }

  .cta-section p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .slick-slider {
    margin-left: 0;
    margin-right: 0;
  }

  .why-savrr .slick-slider {
    margin-left: -15px;
    margin-right: -15px;
  }

  .features-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-partner .licon {
    left: -20px;
    top: -20px;
    width: 156px;
    height: 156px;
  }

  .cta-partner .ricon {
    right: -20px;
    bottom: -20px;
    width: 156px;
    height: 156px;
  }

  .head-title {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pill-heading {
    font-size: 1.25rem;

    padding: 0.4rem 1rem;
    position: relative;
  }

  .partners {
    padding: 6rem 0;
  }

  .partners .logo-box {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  footer .footer-links {
    display: block;
    padding-top: 2rem;
  }

  footer .footer-links li {
    margin: 1rem;
  }

  footer .social-links {
    padding-bottom: 2rem;
    justify-content: center;
  }

  footer .social-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }

  header .nav li {
    margin-left: 0;
  }

  header .nav-menu {
    padding-bottom: 3rem;
  }

  header .nav-menu ul.dropdown {
    background-color: transparent;
  }

  header .rightnav {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  footer .flogo {
    padding: 0.75rem;
  }

  .why-savrr .box {
    height: 100%;
  }

  .card-info.full {
    padding: 5rem 1rem;
  }

  .about-content {
    padding: 5rem 1rem;
  }
}

@media (max-width: 575px) {
  .partners .logo-box {
    padding: 0 1rem;

    min-height: 69px;
  }

  .partners .logo-box img {
    max-height: 45px;
  }

  .section .content {
    max-width: none;
  }

  .why-savrr .box {
    min-height: auto;
  }

  .login-page {
    padding: 1rem;
  }
}
