*::-webkit-scrollbar {
  display: none;
}

* {
  font-family: "Familjen Grotesk", sans-serif;
}

body {
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  display: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}

p {
  margin: 0 !important;
  padding: 0;
}

input:focus {
  outline: none;
}

header {
  background: linear-gradient(180deg, #111f3c -13.24%, #2e54a2 113.41%);
  padding: 20px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
  height: 130px;
}

.header-inner {
  width: 55%;
  color: #ffffff;
  align-self: flex-start;
}

.bg-building {
  position: absolute;
  bottom: 0px;
  right: 40px;
}

/* Navbar */
.navbar {
  background: #f7f9ff;
  border-radius: 50px;
  width: max-content;
  box-shadow: 0px 2px 4px 0px #00000040;
  margin: 35px auto 0px auto;
  position: relative;
  padding: 0;
}

.navbar ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  flex-wrap: nowrap;
  padding-left: 0;
}

.navbar li {
  padding: 4px 10px;
  color: #111f3c;
  border-radius: 20px;
  margin: 10px;
  white-space: nowrap;
  transition: background-color 0.3s ease;
  position: relative;
  z-index: 2;
}

.navbar li:hover {
  cursor: pointer;
}

.navbar li.active {
  color: #fff;
  cursor: pointer;
}

.navbar::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  border-radius: 20px;
  width: 100px;
  height: 30px;
  background-color: #111f3c;
  transition: left 0.3s ease, width 0.3s ease;
  left: var(--nav-left, 0);
  width: var(--nav-width, 0);
}

#checkbox {
  display: none;
}

.toggle {
  /* position: absolute; */
  width: 25px;
  height: 30px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition-duration: 0.3s;
  /* right: 25px;
  top: 17px; */
  display: none;
}

.bars {
  width: 100%;
  height: 2px;
  background-color: rgb(253, 255, 243);
  border-radius: 5px;
  transition-duration: 0.3s;
}

#bar4,
#bar5 {
  display: none;
}

#checkbox:checked + .toggle #bar4 {
  display: flex;
  transform: translateY(10px) translateX(4px) rotate(25deg);
  margin-left: 0;
  transform-origin: right;
  transition-duration: 0.3s;
  z-index: 2;
  width: 12px;
}

#checkbox:checked + .toggle #bar5 {
  display: flex;
  transform: translateY(-2.5px) translateX(-6.5px) rotate(-25deg);
  margin-left: 0;
  transform-origin: right;
  transition-duration: 0.3s;
  z-index: 2;
  width: 13px;
}

#checkbox:checked + .toggle #bar2 {
  transform: translateY(19px) translateX(-5px) rotate(70deg);
  margin-left: 0;
  transform-origin: right;
  transition-duration: 0.3s;
  z-index: 2;
  width: 30px;
}

#checkbox:checked + .toggle #bar1 {
  transform: translateY(27px) translateX(4px) rotate(-70deg);
  transition-duration: 0.3s;
  transform-origin: left;
  z-index: 1;
  width: 30px;
}

#checkbox:checked + .toggle {
  transform: rotate(45deg);
}
#checkbox:checked + .toggle #bar3 {
  transform: translateY(12px) rotate(2deg);
  transition-duration: 0.3s;
  transform-origin: right;
  display: none;
}

.mobile-screen-nav {
  display: none;
  z-index: 10;
}

.mobile-screen-nav img {
  position: relative;
  z-index: 10 !important;
}

.nav-links {
  background-color: #111f3c;
  width: 100%;
  border-radius: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  top: -300px;
  color: #fff;
  padding-bottom: 10px;
  transition: top 0.5s ease;
  padding-top: 50px;
}

.nav-links li {
  padding: 7px 0px 7px 0px;
}

.nav-links.active {
  top: 0;
}

/* Main */
main {
  margin-top: 50px;
}
main .toggle-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: max-content;
  border: none;
  border-radius: 9px;
  padding: 4px;
  color: #111f3c;
  position: relative;
  margin-left: auto;
  background: #f7f9ff;
  box-shadow: 0px 4px 2px 0px #00000026;
}

.toggle-button p {
  padding: 5px 10px;
  border-radius: 9px;
  z-index: 5;
}

.toggle-button p.active {
  color: #fff;
}

.toggle-button p:hover {
  cursor: pointer;
}

/* Plan section For larger screen */

.package-section {
  width: 80%;
  margin: auto;
}

.plan-content {
  height: 30px;
}

.plan-content p {
  color: #111f3c;
  font-weight: 500;
}

.package-benefits h3 {
  color: #111f3c;
}

.plan-container {
  width: 200px;
  box-shadow: 0px 1px 17.3px 0px #0000002e;
  border-radius: 12px;
  padding-bottom: 25px;
}

.plan-container.active {
  background: #ebf0ff;
  z-index: 3;
  transform: scale(1.05);
}

.plan-container:hover {
  cursor: pointer;
}

.plan-container .popular-tag {
  padding: 5px;
  background-color: #ec7100;
  color: #ffffff;
  font-size: 0.7rem;
  position: absolute;
  top: -15px;
}

.plan-container h5 {
  padding: 13px 0;
  box-shadow: 0px 16px 22px 0px #00000012;
  width: 100%;
  color: #434343;
}

.info-container .info-content {
  width: 200px;
  padding: 8px;
  border-radius: 8px;
  border: 0.2px solid #6b6b6b;
  background-color: #fff;
  position: absolute;
  top: 40px;
  color: #434343;
  right: -20px;
  box-shadow: 0px 4px 29.5px 0px #00000029;
  display: none;
  z-index: 4;
}

.info-container .samosa {
  top: 23px;
  right: 0px;
  position: absolute;
  z-index: 5;
  display: none;
}

.info-content p {
  font-weight: 400 !important;
  font-size: 0.75rem;
}

.info-container:hover .info-content,
.info-container:hover .samosa {
  display: block;
}

.plan-section-outer .tnc-btn {
  color: #616161;
  font-size: 0.9rem;
  background-color: transparent;
  border: none;
  text-decoration: underline;
}

.plan-container .actual-price {
  font-size: 1.5rem;
  margin-top: 15px;
}

.plan-container .striked-off-price {
  font-size: 1.2rem;
}

.plan-container .gst {
  font-size: 0.9rem;
  opacity: 0.5;
}

.plan-container.active .gst {
  opacity: 1;
}

.plan-container .gst span {
  margin-left: 7px;
}

.check-mark-container {
  height: 30px;
}

.buy-plan-btn {
  width: 100%;
  background-color: #111f3c;
  color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  margin-top: 70px;
  border: none;
}

.buy-plan-btn:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: pulse512 1.5s infinite;
}

@keyframes pulse512 {
  0% {
    box-shadow: 0 0 0 0 #111f3c;
  }

  70% {
    box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
  }

  100% {
    box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
  }
}

/* TNC modal */
.tnc-modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.1);
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s 0.5s;
}

.tnc-modal-container.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: transform 0.5s ease;
}

.tnc-modal-container ul {
  padding-left: 1.8rem;
  list-style: disc;
  color: #616161;
}

.tnc-modal-inner {
  background-color: #fff;
  width: 600px;
  padding-bottom: 10px;
}

/* Plan section For smaller screen */
.plan-section-smaller-screen {
  display: none;
}

.smaller-screen-package-section {
  display: none;
}

.smaller-screen-package-section.active {
  display: block;
}

.dropdown p {
  background-color: #fff;
  padding: 5px 6px 5px 13px;
  border: 1px solid #111f3c;
  border-radius: 20px;
  color: #111f3c;
}

.dropdown .dropdown-list li {
  color: #6b6d72;
  padding: 5px 10px;
  border-radius: 10px;
  margin-top: 3px;
  border: 1px solid #606266;
  cursor: pointer;
  background-color: #ffffff;
}

.dropdown-list {
  max-height: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
  transition: max-height 0.5s ease, opacity 0.3s ease;
}

.dropdown-list.active {
  max-height: 90px;
  opacity: 1;
}

.dropdown img.rotate {
  transform: rotate(180deg);
}

.rating-container {
  top: 5px;
}

.rating-description {
  color: #111f3c;
  font-size: 0.9rem;
  line-height: 1.2rem;
}

.smaller-screen-plans.active {
  background: #ebf0ff;
}

.smaller-screen-plans {
  background-color: #fff;
  box-shadow: 0px 4px 13px 0px #0000002e;
  padding: 10px;
  border-radius: 10px;
  width: calc((100% / 3) - 10px);
  margin-top: 20px;
}

.smaller-screen-plans h4 {
  color: #434343;
  font-size: 2rem;
  margin-bottom: 20px;
}

.smaller-screen-plans .actual-price {
  font-size: 2rem;
  margin-bottom: 2px;
}

.smaller-screen-plans .striked-off-price {
  font-size: 1.5rem;
}

.smaller-screen-plans .gst {
  opacity: 0.5;
}

.smaller-screen-plans .popular-tag {
  padding: 4px 0px;
  background-color: #ec7100;
  color: #fff;
  margin-bottom: 10px !important;
  margin-left: -10px !important;
  text-align: center;
}

.smaller-screen-plans .note {
  color: #717171;
}

.smaller-screen-plan-description-container {
  padding-bottom: 150px;
}

.smaller-screen-plan-description-container .bg-rectangle {
  background: #f2f3f8;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: absolute;
  z-index: -1;
  bottom: 0px;
  top: 50px;
  width: 100%;
}

.smaller-screen-plan-description {
  box-shadow: 0px 14px 18px 0px #00000026;
  border-radius: 15px;
  border: 0.5px solid #111f3c;
  position: relative;
  width: 100%;
  padding: 13px;
  display: none;
  width: 80%;
  margin: auto;
  background-color: #ffffff;
}

.smaller-screen-plan-description.active {
  display: block;
}

.smaller-screen-first-plan-description .samosa {
  position: absolute;
  top: -25px;
  left: 30px;
}

.smaller-screen-second-plan-description .samosa {
  position: absolute;
  top: -25px;
  left: 40%;
}

.smaller-screen-third-plan-description .samosa {
  position: absolute;
  top: -25px;
  right: 30px;
}

.smaller-screen-plan-description ul li {
  display: flex;
  align-items: center;
  padding: 8px 0px;
}

.smaller-screen-plan-description ul li.not-active p {
  opacity: 0.5;
}

.smaller-screen-plan-description ul li p {
  margin-left: 10px !important;
}

.plan-section-smaller-screen .below-container {
  text-align: center;
  position: absolute;
  bottom: 40px;
  font-size: 0.9rem;
  width: 100%;
}

.plan-section-smaller-screen .below-container p {
  color: #111f3c;
}

.plan-section-smaller-screen .below-container > div:first-child button {
  color: #616161;
  border: none;
  background: transparent;
  text-decoration: underline;
}

.get-plan-btn {
  width: 90%;
  border-radius: 10px;
  background-color: #111f3c;
  color: #ffffff;
  padding: 10px;
  border: none;
  margin-top: 20px;
  margin: 20px auto 0px auto;
}

/* Filtering PLan Modal */

.filter-plan-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  height: 100vh;
  overflow: hidden;
}

.filter-plan-modal a {
  color: #616161;
}

.rating-container p {
  color: #111f3c;
}

.sub-heading {
  color: #434343;
}

.sub-heading-question {
  color: #616161;
}

.option-container {
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 4px 13px 0px #0000002b;
  background-color: #ffffff;
  width: calc((100% / 3) - 10px);
}

.two-type-option-container {
  width: calc((100% / 2) - 10px);
}

.option-container p {
  font-weight: 500 !important;
  margin-bottom: 10px !important;
}

.option-container.active {
  background: #ebf0ff;
}

.custom-checkmark {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 1.5px solid #a1a1a1;
  padding: 10px;
}

.option-container.active .custom-checkmark {
  border: 1.5px solid #ec7100;
}

.option-container .custom-checkmark img {
  display: none;
}

.option-container.active .custom-checkmark img {
  display: block;
}

.filter-plan-modal .filter-btn {
  width: 80%;
  background-color: #111f3c;
  border-radius: 17px;
  padding: 10px 10px;
  color: #fff;
  margin-top: -105px;
  z-index: 5;
  border: none;
}

.filter-plan-modal .bottom-rectangle {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: #ebf0ff;
  height: 60px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
}

/* Testimonial Section */
.testimonials {
  background-color: #111f3c;
  margin: 100px auto 0px auto;
  padding: 40px 50px 50px 50px;
  z-index: 1;
  background-image: url(./assets/images/grid-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
}

.testimonials-heading {
  font-size: 2.5rem;
  font-weight: 500 !important;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin-top: 0;
  margin-bottom: 60px;
}

.testimonials-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.testimonial-track {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  animation: carousal 15s linear infinite;
  gap: 30px;
  will-change: transform;
}

@keyframes carousal {
  0% {
    transform: translateX(0);
  }
  90% {
    transform: translateX(-100%);
  }
}

.testimonial-item {
  width: 400px;
  height: 200px;
  background-color: white;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0px 3px 6.2px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  flex-shrink: 0;
}

.testimonial-item img {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 15px;
}

.testimonial-item h4 {
  font-size: 1.2rem !important;
  margin-bottom: 0px;
  color: #434343;
}

.testimonial-item .customer-info p {
  color: #100f3f7d;
  font-size: 0.9rem;
}

.testimonial-item .review {
  margin-top: 20px !important;
}

/* Footer */
.footer {
  color: #ffffff;
  background-color: #111f3c;
  position: relative;
  padding: 55px 10px 20px 10px;
  margin-top: -5px !important;
  border-radius: 0px !important;
}

.footer .container {
  max-width: 1120px;
}

.footer .upper-footer ul {
  padding-left: 0;
  border-top: 0.5px solid #919191;
  padding-right: 50px;
}

.footer h3 {
  font-weight: 400 !important;
  font-size: 2rem;
  margin-top: 10px;
  white-space: nowrap;
  margin-right: 15px;
}

.footer h4 {
  font-weight: 300;
  font-size: 1.5rem;
}

.upper-footer {
  position: relative;
}

.upper-footer .white-btn {
  margin-top: 60px;
  background-color: transparent;
  border: 1px solid #ffffff;
  width: 200px;
  padding: 8px 15px;
  border-radius: 10px;
  color: #ffffff;
}

.upper-footer .white-btn:hover {
  background-color: #ffffff;
  color: #111f3c;
}

.footer li {
  position: relative;
  width: max-content;
}

.upper-footer li::before {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #ec7100;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transition: width 0.4s, left 0.4s;
}

.upper-footer li:hover {
  cursor: pointer;
  color: #ec7100;
}

.upper-footer li:hover::before {
  width: 100%;
  left: 0;
}

.upper-footer li:hover {
  color: #ec7100;
  cursor: pointer;
}

.lower-footer li:hover {
  cursor: pointer;
  color: #ec7100;
}

.footer .upper-footer li {
  font-weight: 300 !important;
  margin: 13px 0;
  text-align: left;
  white-space: nowrap;
  font-size: 0.9rem;
}

.footer .blue-btn {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 6px 30px 6px 6px;
  border: none;
  color: #111f3c;
  font-weight: 300 !important;
  font-size: 1rem;
  flex-wrap: nowrap;
  display: flex;
  position: relative;
}

.footer .refer-btn {
  padding: 6px 25px 6px 6px;
}

.footer .refer-btn lottie-player {
  position: absolute;
  right: 4px;
  bottom: 8px;
}

.footer .blue-btn canvas {
  position: absolute;
  right: -18px;
  bottom: 5px;
  width: 70px;
}

.footer .playStore-btn {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.googlePlay-button .texts .launch-text,
.appstore-button .texts .launch-text {
  font-size: 1rem;
  white-space: wrap;
  margin-right: 10px;
}

.googlePlay-button .texts .soon-text,
.appstore-button .texts .soon-text {
  font-size: 1rem;
  font-weight: 400 !important;
  text-align: center;
  margin-left: 15px;
}

.googlePlay-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, 1);
  padding: 0.625rem 1.5rem;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  outline: 0;
  transition: all 0.2s ease;
  text-decoration: none;
  margin-right: 10px;
}

.googlePlay-button:hover {
  background-color: #ffffff;
  color: #000000;
}

.googlePlay-button .icon {
  height: 1.5rem;
  width: 1.5rem;
}

.googlePlay-button .texts {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.googlePlay-button .text-1 {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.googlePlay-button .text-2 {
  font-weight: 600;
}

.appstore-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, 1);
  padding: 0.625rem 1.5rem;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  outline: 0;
  transition: all 0.2s ease;
  text-decoration: none;
}

.appstore-button:hover {
  background-color: #ffffff;
  color: #000000;
}

.appstore-button .icon {
  height: 1.5rem;
  width: 1.5rem;
}

.appstore-button .texts {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.appstore-button .text-1 {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.appstore-button .text-2 {
  font-weight: 600;
}

.lower-footer .lower-upper {
  padding: 8px 0;
  margin-top: 40px;
  margin-bottom: 10px;
  border-bottom: 0.5px solid #919191;
  text-align: center;
}

.lower-upper li {
  padding: 0 10px;
  font-size: 0.9rem;
}

.lower-bottom .socials-container {
  display: flex;
}

.lower-bottom .socials-container a {
  margin: 0 8px;
}

.social-btn {
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.4s;
  cursor: pointer;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  overflow: hidden;
}

.insta-btn {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}

.linkedin-btn {
  background: #007ab9;
}

.youtube-btn {
  background: #ff0000;
}

.fb-btn {
  background: #1877f2;
}

.svgIcon,
.social-btn img {
  transition-duration: 0.3s;
}

.svgIcon path {
  fill: white;
}

.social-btn .text {
  position: absolute;
  color: rgb(255, 255, 255);
  /* width: 120px; */
  opacity: 0;
  transition-duration: 0.4s;
}

.social-btn:hover {
  width: 110px;
  transition-duration: 0.4s;
  border-radius: 30px;
}

.social-btn:hover .text {
  opacity: 1;
  transition-duration: 0.4s;
}

.social-btn:hover .svgIcon,
.social-btn:hover img {
  opacity: 0;
  transition-duration: 0.3s;
}

.lower-footer p {
  font-size: 0.9rem;
}

@media screen and (max-width: 1400px) {
  /* Package Section */
  .package-section {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  /* Footer */
  .footer .columns div:first-child img {
    margin-top: 30px;
  }
  .footer .upper-footer .columns {
    flex-wrap: wrap;
  }
  .footer .upper-footer .columns h4 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 990px) {
  .plan-content p br {
    display: none;
  }
}

@media screen and (max-width: 990px) {
  /* Package Section */
  .plan-container {
    width: 130px;
  }
  .package-benefits h3 {
    font-size: 1.5rem;
  }
  .plan-content p {
    font-size: 0.9rem;
  }
  .plan-content > img:first-child {
    width: 25px;
  }
  .plan-content .info-icon {
    width: 15px;
  }
  .info-content > p {
    font-size: 0.65rem;
  }
  .info-container .info-content {
    width: 150px;
  }
  .plan-container h5 {
    font-size: 0.8rem;
  }

  .plan-container .actual-price {
    font-size: 1rem;
  }

  .plan-container .striked-off-price {
    font-size: 0.9rem;
  }

  .plan-container .gst {
    font-size: 0.8rem;
  }

  /* FAQ Section */
  .faq-container .accordion {
    width: 100%;
  }

  /* Footer */
  .footer .upper-footer ul {
    padding-right: 10px;
  }
  .footer .upper-footer .px-5 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .footer .upper-footer p br {
    display: none;
  }
  .footer .upper-footer p {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 770px) {
  .footer .upper-footer .d-flex:first-child {
    flex-wrap: wrap;
  }
  .footer .upper-footer h4 {
    margin-top: 20px;
  }
  .footer .lower-footer .lower-upper {
    flex-direction: column;
  }
  .footer .lower-footer .lower-upper ul {
    margin: 15px 0 !important;
    flex-direction: column;
  }
  .footer .lower-footer .lower-upper ul li {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  /* Header */
  header {
    height: 55px;
    background: #111f3c !important;
    padding: 0;
  }
  /* Mobile View Navbar */
  .larger-screen-nav {
    display: none;
  }
  .mobile-screen-nav {
    display: flex;
  }
  .toggle {
    display: flex;
  }

  /* Package Section */
  .plan-section-larger-screen {
    display: none;
  }

  .plan-section-smaller-screen {
    display: block;
  }

  /* Filtering Plan Modal */
  .filter-plan-modal {
    display: block;
  }

  /* Testimonial */
  .testimonials {
    margin-top: 0px;
  }

  /* Footer */
  .footer .lower-bottom {
    flex-direction: column;
  }
  .footer .lower-bottom p {
    margin-bottom: 8px !important;
  }
}

@media screen and (max-width: 690px) {
  .tnc-modal-inner {
    width: 85%;
  }
}

@media screen and (min-width: 560px) {
  .upper-footer .mobile-view-list,
  .playStore-btn.smaller-screen,
  .smaller-screen-refer-button {
    display: none !important;
  }
}

@media screen and (max-width: 560px) {
  /* Footer */
  .footer .playStore-btn {
    position: static;
  }
  .footer .columns > div:first-child,
  .playStore-btn.larger-screen {
    display: none !important;
  }
  .footer .upper-footer .columns {
    flex-direction: column;
  }
  .footer .upper-footer .columns > div {
    overflow: hidden;
    width: 100%;
  }
  .footer .upper-footer .columns > div ul {
    max-height: 0px;
    transition: max-height 0.5s ease;
    margin: 0;
  }
  .footer .upper-footer .columns > div ul.active {
    max-height: 260px;
  }
  .footer .upper-footer .columns > div:last-child li:last-child {
    width: 100%;
  }
  .footer .upper-footer .columns > div:last-child li:nth-child(4) {
    position: absolute;
    top: -8%;
    left: 65%;
  }
  .footer .upper-footer ul {
    border: none;
  }
  .footer .upper-footer .columns h4 {
    margin-top: 15px;
  }
  .footer .columns > div:nth-child(4) h4 {
    margin-top: 8px;
  }
  .footer .upper-footer .columns h4 svg.rotated {
    transform: rotate(180deg);
  }
  .footer .upper-footer .columns > div:nth-child(2) ul > div {
    position: absolute;
    right: 0px;
    left: 0px;
  }
  .upper-footer .columns div:nth-child(3) .d-flex {
    flex-direction: column;
  }
  .upper-footer .columns div:nth-child(3) .d-flex ul:last-child {
    padding-left: 0 !important;
  }
  .upper-footer .columns {
    margin-bottom: 0 !important;
  }
  .lower-footer .lower-upper {
    padding-top: 0 !important;
  }
  .footer .upper-footer .columns > div:last-child li:last-child:before,
  .footer .upper-footer .columns > div:last-child li:nth-child(4):before {
    display: none;
  }
  .googlePlay-button,
  .appstore-button {
    margin-left: 20px;
    margin-right: 20px;
  }
  .lower-footer .lower-bottom {
    border-top: 1px solid #919191;
    padding-top: 8px;
  }
}

@media screen and (max-width: 500px) {
  .smaller-screen-plans {
    margin-top: 20px;
  }

  .smaller-screen-plans h4 {
    font-size: 1.8rem;
  }

  .smaller-screen-plans .actual-price {
    font-size: 1.5rem;
    margin-bottom: 2px;
  }

  .smaller-screen-plans .striked-off-price {
    font-size: 1.1rem;
  }

  .smaller-screen-plans .gst {
    font-size: 0.75rem;
  }

  .smaller-screen-plans .popular-tag {
    white-space: nowrap;
    font-size: 0.9rem;
  }

  .smaller-screen-plans .note {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 460px) {
  .footer .upper-footer .columns > div:last-child li:nth-child(4) {
    left: 64%;
  }
}

@media screen and (max-width: 450px) {
  .footer .upper-footer .columns > div:last-child li:nth-child(4) {
    left: 60%;
  }
  .googlePlay-button,
  .appstore-button {
    margin-left: 2px;
    margin-right: 2px;
  }
}

@media screen and (max-width: 420px) {
  .footer .upper-footer .columns > div:last-child li:nth-child(4) {
    left: 55%;
  }
}

@media screen and (max-width: 405px) {
  .footer .googlePlay-button .texts,
  .footer .appstore-button .texts {
    font-size: 0.7rem;
  }

  .footer .googlePlay-button,
  .footer .appstore-button {
    padding: 0.625rem 1rem;
  }
}

@media screen and (max-width: 390px) {
  .playStore-btn {
    flex-direction: column;
  }
  .playStore-btn .appstore-button {
    margin-top: 10px;
  }
}
