@charset "UTF-8";
/*=============== VARIABLES CSS ===============*/
/*========== Colors ==========*/
/*========== Font and typography ==========*/
/*========== Font weight ==========*/
/*========== Margenes ==========*/
*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 0.938rem;
  color: #525252;
}

h1, h2, h3 {
  font-weight: 700;
  color: #3C3C3C;
  line-height: 1.5;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

.mb-1 {
  margin-bottom: 1rem;
}

.list-type {
  list-style-type: disc;
  margin-left: 1rem;
}

/*=============== REUSABLE CSS CLASSES ===============*/
.section {
  padding: 4.5rem 0 1rem;
}
.section__title, .section__title-center {
  font-size: 1.25rem;
  color: #3C3C3C;
  text-align: center;
  margin-bottom: 1rem;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right;
}

.section-title {
  font-size: 2.3rem;
  position: relative;
}
.section-title::before {
  content: "";
  width: 100px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #4A95E4;
}

.section-center-title {
  font-size: 2.3rem;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
}

.about-section {
  margin: 2rem 0;
}
.about-section img {
  width: 80%;
  display: block;
  margin: auto;
}
.about-section p {
  line-height: 1.5;
  text-align: justify;
  margin: 0.7rem 0;
}

.about-usps {
  padding: 3rem 0;
  background-color: #EFF5FF;
  margin: 2rem 0;
}
.about-usps .flex-div {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.prod-hero {
  position: relative;
}
.prod-hero .hero-text {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(-5%, -50%);
}
.prod-hero .hero-text h1 {
  font-size: 3.5rem;
  letter-spacing: 2px;
}
.prod-hero .hero-text h1.red-text {
  color: #E73F4E;
}
.prod-hero .hero-text p {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #4A95E4;
}
.prod-hero .hero-text p.bold-text {
  font-weight: 600;
}

.prod-card:nth-child(odd) {
  background: #EFF5FF;
  border: 1px solid #e2eaf6;
}

.policies_head{

  font-size: 1.1rem;
  color: #fff;
  opacity: 1 !important;
  text-align: center;
}

.prod-card {
  background: #f5f9ff;
  border: 1px solid #e9f1fc;
  padding: 0.5rem;
  border-radius: 10px;
  margin: 0.5rem 0;
}
.prod-card h5 {
  font-size: 1.1rem;
  font-weight: 600;
}
.prod-card p {
  font-size: 0.8rem;
  line-height: 1.2rem;
}

.benifit-section .swiper {
  width: 100%;
  padding: 3rem 0;
}
.benifit-section .swiper .swiper-slide {
  width: 300px !important;
  height: 300px !important;
  padding: 1rem;
  background: #95bcf5;
  border: 1px solid #e9f1fc;
  border-radius: 10px;
  -webkit-box-reflect: below 1px linear-gradient(transparent, transparent, #fff);
  text-align: center;
}
.benifit-section .swiper .swiper-slide img {
  width: 30%;
  text-align: center;
}
.benifit-section .swiper .swiper-slide h5 {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  color: #233b5f;
  margin-bottom: 1rem;
}
.benifit-section .swiper .swiper-slide p {
  font-size: 0.8rem;
  line-height: 1.2rem;
}

.why-choose {
  padding: 3rem 0;
  position: relative;
  background: #f9fbff;
  text-align: justify;
}
.why-choose img {
  width: 85%;
}
.why-choose ul li {
  margin: 0.7rem 0;
}
.why-choose .custom-shape-divider-bottom-1712598301 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.why-choose .custom-shape-divider-bottom-1712598301 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 86px;
}
.why-choose .custom-shape-divider-bottom-1712598301 .shape-fill {
  fill: #FFFFFF;
}

.eligibility-section {
  padding: 2rem 0;
}
.eligibility-section h5 {
  font-size: 1.3rem;
  margin-bottom: 1.1rem;
}
.eligibility-section .red-subtitle {
  color: #E73F4E;
  margin: 0.7rem 0;
}
.eligibility-section .blue-subtitle {
  color: #4A95E4;
  margin: 0.7rem 0;
}
.eligibility-section ol li {
  line-height: 1.5;
  margin-left: 1rem;
}

/*=============== LAYOUT ===============*/
.container {
  max-width: 1200px;
  margin: 0 auto;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
}

.row {
  grid-template-rows: repeat(1, 1fr);
}

.col-12 {
  grid-column: auto/span 12;
}

.col-11 {
  grid-column: auto/span 11;
}

.col-10 {
  grid-column: auto/span 10;
}

.col-9 {
  grid-column: auto/span 9;
}

.col-8 {
  grid-column: auto/span 8;
}

.col-7 {
  grid-column: auto/span 7;
}

.col-6 {
  grid-column: auto/span 6;
}

.col-5 {
  grid-column: auto/span 5;
}

.col-4 {
  grid-column: auto/span 4;
}

.col-3 {
  grid-column: auto/span 3;
}

.col-2 {
  grid-column: auto/span 2;
}

.col-1 {
  grid-column: auto/span 1;
}

/*=============== Header Section ===============*/
header {
  width: 100%;
  z-index: 1000;
  padding: 0.3rem 0;
}
header.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 2px solid lightgray;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container .logo img {
  vertical-align: middle;
  width: 75%;
}
header .container .menu .head {
  display: none;
}
header .container .menu .navigation li {
  display: inline-block;
}
header .container .menu .navigation li:not(:last-child) {
  margin-right: 1rem;
}
header .container .menu .navigation li a {
  color: #3C3C3C;
  transition: all 0.5s ease;
  text-transform: capitalize;
  font-size: 0.938rem;
  line-height: 1.5;
  display: inline-block;
  padding: 0.5rem 0.5rem 0.5rem 0;
  position: relative;
}
header .container .menu .navigation li a::before {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 5px;
  left: 0;
  background-color: #4A95E4;
  transition: all 0.5s ease-in-out;
}
header .container .menu .navigation li a:hover {
  color: #4A95E4;
}
header .container .menu .navigation li a:hover::before {
  width: 100%;
}
header .container .menu .navigation li.dropdown-menu {
  position: relative;
}
header .container .menu .navigation li.dropdown-menu.dropdown-menu::after {
  content: "»";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(-50%, -50%);
}
header .container .menu .navigation li.dropdown-menu .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  padding: 0.7rem;
  background-color: #EFF5FF;
  border-radius: 10px;
  z-index: 100;
  transform-origin: top;
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
}
header .container .menu .navigation li.dropdown-menu:hover > .dropdown {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: all 0.5s ease;
}
header .container .header-right {
  display: none;
}

@media screen and (max-width: 991px) {
  header .header-right {
    display: block !important;
  }
  header .menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: rgb(176, 235, 255);
    padding: 1rem;
    z-index: 2;
    overflow-y: auto;
    transform: translateX(100%);
  }
  header .menu.open {
    transform: none;
  }
  header .menu .head {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
  }
  header .menu .head .close-menu-btn {
    height: 2rem;
    width: 2rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
    border: none;
  }
  header .menu .head .close-menu-btn::after, header .menu .head .close-menu-btn::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: #4A95E4;
  }
  header .menu .head .close-menu-btn::after {
    transform: rotate(45deg);
  }
  header .menu .head .close-menu-btn::before {
    transform: rotate(-45deg);
  }
  header .menu .navigation li {
    display: block !important;
  }
  header .menu .navigation li.dropdown-menu:hover > .dropdown {
    position: static !important;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
    transition: none !important;
    box-shadow: none !important;
    width: 100% !important;
  }
  header .menu .navigation li.dropdown-menu:hover::after {
    top: 10% !important;
  }
  header .header-right .open-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    width: 2rem;
    cursor: pointer;
    position: relative;
    background: transparent;
    border: none;
  }
  header .header-right .open-menu-btn .line {
    height: 2px;
    width: 25px;
    background-color: #4A95E4;
    position: absolute;
  }
  header .header-right .open-menu-btn .line.line-1 {
    transform: translateY(-8px);
  }
  header .header-right .open-menu-btn .line.line-3 {
    transform: translateY(8px);
  }
}
.custom-shape-divider-bottom-1712491881 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1712491881 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 116px;
}

.custom-shape-divider-bottom-1712491881 .shape-fill {
  fill: #FFFFFF;
}

/*=============== Hero Section ===============*/
.hero-section {
  margin-bottom: 2rem;
  position: relative;
}
.hero-section img {
  width: 100%;
  position: relative;
  top: 4px;
}
.hero-section .hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.hero-section .hero-text h1 {
  font-size: 3.5rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.hero-section .hero-text p {
  font-size: 1.6rem;
}
.hero-section .hero-text .red-btn {
  color: #fff;
  background-color: #E73F4E;
  padding: 0.7rem 1rem;
  font-size: 1.2rem;
  margin-top: 1.5rem;
  max-width: 150px;
  border-radius: 5px;
}
.hero-section .swiper {
  width: 100%;
  height: 100%;
}
.hero-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*=============== About Section ===============*/
.about-section .card {
  padding: 2rem 0.7rem;
  text-align: center;
  max-width: 175px;
  height: 200px;
  border: 1px solid lightgray;
  margin: 1rem;
  border-radius: 10px;
}
.about-section .card:hover {
  transition: all 0.6s ease;
  box-shadow: 1px 1px 10px #4A95E4;
}
.about-section .card img {
  width: inherit;
}
.about-section .card p {
  font-size: 1rem;
  margin: 0.5rem 0;
  text-align: center;
}
.about-section .card a {
  color: gray;
}
.about-section .card-outer {
  justify-self: center;
}
.about-section .margin-top {
  margin-top: 2rem;
}
.about-section .right-text h3 {
  font-size: 2rem;
}
.about-section .right-text .small-text {
  color: #4A95E4;
  font-weight: 700;
  font-size: 1.1rem;
}
.about-section .right-text p {
  text-align: justify;
  line-height: 1.6;
}
.about-section .right-text a {
  color: #fff;
  background: #4A95E4;
  padding: 1rem 1.5rem;
  display: inline-block;
  margin-top: 1rem;
  text-transform: uppercase;
  border-radius: 5px;
}
.about-section .right-text a:hover {
  transition: all 0.5s ease;
  background-color: #3673b3;
}

/*=============== Servies Section ===============*/
.Services-section {
  background: #f9fbff;
  color: #fff;
  padding: 2rem 0;
}
.Services-section .white-title {
  color: #3C3C3C;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.3rem;
  letter-spacing: 2px;
  position: relative;
}
.Services-section .white-title::before {
  content: "";
  width: 100px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  background-color: #525252;
  transform: translate(-50%, -50%);
}
.Services-section .black-card {
  background-color: #fff;
  padding: 1.7rem;
  color: #525252;
  border-radius: 15px;
  position: relative;
  box-shadow: 2px 1px 10px lightgray;
}
.Services-section .black-card img {
  width: inherit;
  filter: brightness(0) saturate(100%) invert(55%) sepia(21%) saturate(3886%) hue-rotate(188deg) brightness(97%) contrast(84%);
}
.Services-section .black-card h3 {
  color: #3C3C3C;
  font-size: 1.5rem;
  margin: 1rem 0;
}
.Services-section .black-card p {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.Services-section .black-card a {
  color: #fff;
  background: #4A95E4;
  padding: 1rem 1.5rem;
  display: inline-block;
  margin-top: 1rem;
  text-transform: uppercase;
  border-radius: 5px;
}
.Services-section .black-card a:hover {
  transition: all 0.5s ease;
  background-color: #3673b3;
}

/*=============== Partner Section ===============*/
.partner-section {
  padding: 3rem 0;
}
.partner-section h3 {
  font-size: 2.3rem;
  text-align: center;
  color: #4376BA;
}
.partner-section img {
  width: initial;
  margin: 1rem 0;
}

Footer .footer-outer {
  background: #080811;
  padding: 2rem 0;
  color: #fff;
  position: relative;
}
Footer .footer-outer p {
  line-height: 1.5;
  opacity: 0.65;
  margin: 0.5rem 0;
}
Footer .footer-outer a {
  color: #fff;
  opacity: 0.65;
}
Footer .footer-outer strong {
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  opacity: 1;
}
Footer .footer-outer img {
  width: inherit;
}
Footer .footer-outer ul li {
  line-height: 2;
  font-size: 0.9rem;
  display: block;
}
Footer .footer-outer .disclosure p {
  font-size: 1.1rem;
  color: #fff;
  opacity: 1 !important;
}
Footer .footer-outer .disclosure a {
  margin: 0.2rem;
  display: inline-block;
}
Footer .footer-outer .disclosure a:hover {
  text-decoration: underline;
}
Footer .copyright {
  background-color: #1c1d2d;
  color: #fff;
  padding: 1.5rem 0;
}
Footer .copyright .text-right {
  text-align: right;
}

.about-us img {
  width: 100%;
}

.why-choose-section {
  background: #f9fbff;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.why-choose-section .about-card {
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 1px 10px lightgray;
}
.why-choose-section h3 span {
  color: #4A95E4;
}
.why-choose-section h5 {
  font-size: 1.3rem;
  text-align: center;
  margin: 0.7rem;
}
.why-choose-section p {
  text-align: justify;
}

.pdc-section {
  margin: 2rem 0;
  text-align: justify;
}
.pdc-section .pdc-card {
  padding: 0.7rem;
  border: 1px solid #4A95E4;
  margin: 1rem 0;
  border-radius: 0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;

}
.pdc-section .pdc-card img {
  width: 50px;
  height: 50px;
  padding: 0.5rem;
  position: relative;
  border: 1px solid #E73F4E;
  border-radius: 50%;
  filter: brightness(0) saturate(100%) invert(55%) sepia(21%) saturate(3886%) hue-rotate(188deg) brightness(97%) contrast(84%);
}
.pdc-section .pdc-card h5 {
  font-size: 1.1rem;
  color: #4A95E4;
  margin-bottom: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.pdc-section .pdc-card p {
  letter-spacing: 0.4px;
}
.pdc-section .flex-center {
  background-image: url("../images/why-choose-bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}
.pdc-section h3 {
  font-size: 2.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.vision-section {
  background: #EFF5FF;
  padding: 2.5rem 0;
  text-align: justify;
}
.vision-section h3 {
  font-size: 1.7rem;
  margin: 0.5rem 0;
  color: #4A95E4;
}
.vision-section p {
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.vision-section li {
  list-style: disc;
  margin-left: 2rem;
  line-height: 1.3;
}

.team-section {
  margin: 2rem 0;
}
.team-section .founder {
  gap: 0;
}
.team-section .team-text {
  background: #d5e5ff;
  padding: 1rem;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.team-section img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 100%;
}
.team-section h3 {
  margin-top: 2rem;
}
.team-section h3 span {
  color: #4A95E4;
}
.team-section h5 {
  font-size: 1.3rem;
  margin: 1rem 0;
  letter-spacing: 0.5px;
}
.team-section h5 span {
  color: #4A95E4;
}
.team-section p {
  line-height: 1.5;
  text-align: justify;
}
.team-section .team-card {
  position: relative;
  margin-bottom: 1.5rem;
}
.team-section .team-card .member-text {
  border: 1px solid #EFF5FF;
  padding: 1rem;
  border-radius: 10px;
  padding-right: 10rem;
  width: 90%;
  display: inline-block;
  box-shadow: 2px 1px 10px #EFF5FF;
  transition: all 0.6s ease;
}
.team-section .team-card .member-text:hover {
  box-shadow: 2px 1px 10px #4A95E4;
}
.team-section .team-card .member-text:hover ~ .team-left-img {
  box-shadow: 2px 1px 10px #4A95E4;
}
.team-section .team-card .member-text.mt-right {
  padding-right: 1rem;
  padding-left: 10rem;
  margin-left: 10%;
}
.team-section .team-card .member-text p {
  padding-bottom: 0.5rem;
}
.team-section .team-card .member-name {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #3C3C3C;
}
.team-section .team-card .member-designatio {
  font-size: 1.1rem;
  font-weight: 500;
  color: #4A95E4;
}
.team-section .team-card .team-left-img {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0%, 10%);
  width: 250px;
  height: 250px;
  border: 4px solid #EFF5FF;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 2px 1px 10px #EFF5FF;
}
.team-section .team-card .team-left-img img {
  height: inherit;
  width: 100%;
}
.team-section .team-card .right-img {
  left: 0;
  right: inherit;
}

.partner-list {
  margin-bottom: 2rem;
}
.partner-list .prod-outer {
  padding: 2rem;
  border: 1px solid lightgray;
  border-radius: 8px;
  text-align: center;
}
.partner-list .prod-outer h3 {
  font-size: 1.7vw;
  margin-bottom: 1rem;
}
.partner-list .prod-outer a {
  background-color: #4A95E4;
  padding: 0.7rem 1rem;
  color: #fff;
  border: 1px solid darkblue;
  outline: none;
  border-radius: 3px;
}
.partner-list .prod-outer .prod-img {
  height: 200px;
}
.partner-list .prod-outer .prod-img img {
  width: auto;
  height: inherit;
}

main.modal-active {
  background-color: rgba(0, 0, 0, 0.5);
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.modal-content {
  position: relative;
  background-color: #e7f3ff;
  margin: auto;
  padding: 1rem;
  border: 1px solid #888;
  border-radius: 10px;
  width: 700px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.modal-body {
  height: 200px;
  overflow: scroll;
}
.modal-body .partner-table-heading {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.modal-body img {
  width: 80%;
}
.modal-body a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 0.8rem;
  background-color: #4A95E4;
  border-radius: 9px;
}
.modal-body .mb-1 {
  margin-bottom: 1rem;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-header h3 {
  font-size: 1.5rem;
  color: #4A95E4;
  padding: 1rem 0;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* The Close Button */
.close {
  color: lightblue;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  transform: scale(1.25);
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .container {
    max-width: 95vw;
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 80%;
  }
  header {
    padding: 0.7rem 1.5rem;
  }
  .container {
    max-width: 991px;
    padding: 0 1rem;
  }
  .hero-text h1 {
    font-size: 5vw !important;
  }
  .hero-text p {
    font-size: 2.1vw !important;
  }
  .benifit-section .swiper .swiper-slide {
    width: 30vw !important;
    height: 30vw !important;
  }
  .team-section .team-card .team-left-img {
    width: 15rem;
    height: 15rem;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 90%;
  }
  header .logo img {
    width: 65%;
  }
  header .container .menu .navigation li.dropdown-menu.dropdown-menu::after {
    font-size: 1.5rem;
  }
  header .container .menu .navigation li a {
    font-size: 1.3rem;
  }
  .col-1 {
    grid-column: auto/span 12;
  }
  .col-2 {
    grid-column: auto/span 12;
  }
  .col-3 {
    grid-column: auto/span 12;
  }
  .col-4 {
    grid-column: auto/span 12;
  }
  .col-5 {
    grid-column: auto/span 12;
  }
  .col-6 {
    grid-column: auto/span 12;
  }
  .col-7 {
    grid-column: auto/span 12;
  }
  .col-8 {
    grid-column: auto/span 12;
  }
  .col-9 {
    grid-column: auto/span 12;
  }
  .col-10 {
    grid-column: auto/span 12;
  }
  .col-11 {
    grid-column: auto/span 12;
  }
  .col-12 {
    grid-column: auto/span 12;
  }
  .about-section .card {
    display: inline-block;
    min-width: 175px;
  }
  .about-section .margin-top {
    margin-top: 0;
  }
  footer .footer-outer ul li {
    font-size: 1rem;
  }
  .team-section img {
    border-bottom-left-radius: inherit;
    border-top-right-radius: 10px;
  }
  .team-section .team-text {
    border-top-right-radius: inherit;
    border-bottom-left-radius: 10px;
  }
  .about-usps .col-3 {
    grid-column: auto/span 6;
  }
  .benifit-section .swiper .swiper-slide {
    width: 50vw !important;
    height: 50vw !important;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .pdc-section .flex-center {
    background: none;
  }
  .pdc-section h3 {
    position: inherit;
    color: #4A95E4;
  }
  .sm-team .col-3 {
    grid-column: auto/span 6;
  }
  .team-section .flip-box {
    height: 45vw;
  }
  .team-section .team-card {
    margin-top: 10rem;
  }
  .team-section .team-card .member-text,
.team-section .team-card .member-text.mt-right {
    padding: 1rem;
    padding-top: 7rem;
    width: 100%;
    margin: 0;
  }
  .team-section .team-card .team-left-img {
    top: 0;
    left: 50%;
    right: inherit;
    transform: translate(-50%, -50%);
  }
  .modal-content {
    width: 90%;
  }
  .modal-content .modal-body .col-4 {
    grid-column: auto/span 4;
  }
  .modal-content .modal-body .col-8 {
    grid-column: auto/span 8;
  }
  .partner-list .prod-outer h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 570px) {
  .prod-hero .hero-text {
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
  .prod-hero .hero-text h1 {
    font-size: 8vw !important;
  }
  .prod-hero .hero-text p {
    font-size: 4vw !important;
  }
}
@media screen and (max-width: 420px) {
  html {
    font-size: 80%;
  }
  header .menu {
    width: 75%;
  }
  .about-section .card {
    max-width: 135px;
    min-width: 135px;
    height: 135px;
  }
  .about-usps .col-3 {
    grid-column: auto/span 12;
  }
  .benifit-section .swiper .swiper-slide {
    width: 60vw !important;
    height: 60vw !important;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 70%;
  }
  .about-section .card {
    max-width: 115px;
    min-width: 115px;
    height: 115px;
  }
}/*# sourceMappingURL=style.css.map */