@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
.loader-container {
  top: 0px;
  left: 0px;
  position: fixed;
  text-align: center;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 1051;
  opacity: 0.5;
}
.loader-container .spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.loader-container .spinner .path {
  stroke: #93bfec;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.shimmer .shine {
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 104px;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
}
.shimmer .box {
  height: 104px;
  width: 100px;
}
.shimmer div {
  display: inline-flex;
  flex-direction: column;
  margin-top: 15px;
  vertical-align: top;
}
.shimmer .lines {
  height: 10px;
  margin-top: 10px;
  width: 100%;
}
.shimmer .photo {
  display: block !important;
  width: 325px;
  height: 100px;
  margin-top: 15px;
}
@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

@media only screen and (min-width: 120px) and (max-width: 768px) {
  .navbar-collapse > ul > li {
    margin-bottom: 1rem;
    margin-top: 1rem;
    text-align: center;
  }
}
#footer {
  border-top: 1px solid #c7c7c7;
}
#footer .footer-navigation a {
  color: #3f4351;
}

.header-search-text {
  text-align: center;
  color: #104553;
}
.header-search-text h1 {
  font-size: 3rem;
}
.header-search-text p {
  font-size: 24px;
}

#header-search {
  height: 100vh;
  background-color: linear-gradient(180deg, rgba(255, 255, 255, 0.72) -22.45%, rgba(199, 243, 255, 0.72) 44.3%, rgba(0, 82, 103, 0.72) 145.46%);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
#header-search .header-search-form input {
  width: 24rem;
}
#header-search .header-search-form input::placeholder {
  color: #5994a0;
}
#header-search .header-search-form svg {
  color: #5994a0;
}

.hero-image {
  width: 40%;
}

@media only screen and (min-width: 120px) and (max-width: 768px) {
  .header-search-text h1 {
    font-size: 32px;
    font-weight: bold;
  }
  .header-search-text p {
    font-size: 12px;
  }
  .header-search-form input {
    width: 7rem;
  }
  .hero-image {
    width: 100%;
  }
}
@media only screen and (min-width: 120px) and (max-width: 425px) {
  #header-search .header-search-form input {
    width: 7rem;
  }
  .comp-analysis-button .container {
    flex-direction: column;
  }
  .comp-analysis-button .container img {
    height: 2rem;
  }
  .comp-analysis-button .container button {
    margin-left: 0rem;
  }
}
@media only screen and (min-width: 425px) and (max-width: 768px) {
  #header-search .header-search-form input {
    width: 12rem;
  }
  .hero-image {
    width: 80%;
  }
}
.view-all {
  color: #337c8a;
  font-weight: 700;
  text-transform: uppercase;
}

.card-row-title {
  color: #3d414f;
  letter-spacing: -0.015em;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.service .title {
  color: #434755;
  margin-top: 3rem;
}
.service .para {
  color: #8d8d8d;
  letter-spacing: -0.015em;
}

.comp-analysis-root {
  display: flex;
  justify-content: center;
  margin-top: -2rem;
}
.comp-analysis-root .comp-analysis-container {
  padding: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  width: 40%;
  box-shadow: 0px 20px 50px rgba(16, 69, 83, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.comp-analysis-root .comp-analysis-container img {
  height: 2rem;
}
.comp-analysis-root .comp-analysis-container button {
  margin-left: 1rem;
}

@media only screen and (min-width: 120px) and (max-width: 768px) {
  .comp-analysis-root .comp-analysis-container {
    flex-direction: column;
    width: 70%;
  }
  .comp-analysis-root .comp-analysis-container img {
    margin-bottom: 1rem;
  }
  .comp-analysis-root .comp-analysis-container span {
    text-align: center;
  }
  .comp-analysis-root .comp-analysis-container button {
    margin-top: 1rem;
    margin-left: 0rem;
  }
}
.tender-card {
  background: #ffffff;
  border: 0.781959px solid rgba(89, 148, 160, 0.31);
  border-radius: 1rem;
  transition: all 0.3s ease-in-out;
}
.tender-card:hover {
  box-shadow: 0px 12.5113px 31.2783px rgba(89, 148, 160, 0.2);
}
.tender-card hr {
  color: #bcd4d8;
}

.left-carousel-button {
  position: absolute;
  outline: 0;
  transition: all 0.5s;
  z-index: 1000;
  border: 0;
  opacity: 1;
  cursor: pointer;
  background: transparent;
  left: -1rem;
}
.left-carousel-button img {
  height: 5rem;
}

.right-carousel-button {
  position: absolute;
  outline: 0;
  transition: all 0.5s;
  z-index: 1000;
  border: 0;
  opacity: 1;
  cursor: pointer;
  background: transparent;
  right: -1rem;
}
.right-carousel-button img {
  height: 5rem;
}

.search-card {
  border: 1px solid #b1dcf2;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.search-card:hover {
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.24);
}
.search-card #download-parent {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 120px) and (max-width: 768px) {
  .search-card #download-parent {
    display: block;
  }
  .search-card #download-parent .download-counter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  .search-card #download-parent .download-button {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 120px) and (max-width: 768px) {
  .search-filter {
    overflow: auto;
  }
}
.service-card {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  opacity: 1;
  border: #eee;
}
.service-card h4 {
  color: #3d414f;
}
.service-card hr {
  color: #d4d4d4;
}
.service-card p {
  color: #707070;
}
.service-card .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-card .img img {
  height: 80%;
}

.plan-card {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  opacity: 1;
  padding: 2rem;
}
.plan-card h5 {
  color: #3d414f;
  text-align: center;
  font-size: 1.8rem;
}
.plan-card .subheading {
  color: #3d414f;
  text-align: center;
  font-weight: bold;
}
.plan-card table {
  border-collapse: separate;
  border-spacing: 0 0.5rem;
  color: #707070;
}

.subscription-page {
  color: #364353;
}
.subscription-page .page-header {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
}
.subscription-page .page-header-subheading {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
.subscription-page .plan-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3rem 4rem;
  background: #fff;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 7.1716px 35.858px rgba(0, 0, 0, 0.1);
}
.subscription-page .plan-card:hover {
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.24);
  background: linear-gradient(180deg, #ffffff 0%, #bdeff8 170.93%);
}
.subscription-page .plan-card .box-1 {
  background: linear-gradient(to right, #364353 -12.77%, rgba(54, 67, 83, 0.39) 101.93%);
  padding-bottom: 2px;
}
.subscription-page .plan-card .box-1 .plan-name {
  background: #fff;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 1rem;
}
.subscription-page .plan-card .box-1 .plan-price {
  background: #fff;
  padding-bottom: 1rem;
}
.subscription-page .plan-card .box-1 .plan-price .currency {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 128.02%;
  vertical-align: top;
}
.subscription-page .plan-card .box-1 .plan-price .amount {
  font-family: "Inter";
  font-weight: 800;
  font-size: 44px;
  line-height: 128.02%;
  /* or 56px */
  color: #337c8a;
}
.subscription-page .plan-card .box-1 .plan-price .duration {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-left: 0.3rem;
}
.subscription-page .plan-card .box-2 {
  margin-bottom: 2rem;
}
.subscription-page .plan-card .box-2 .bold-heading {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 128.02%;
  /* or 28px */
  color: #192028;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.subscription-page .plan-card .box-2 .normal-heading {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 128.02%;
  /* or 20px */
  color: #364353;
  margin-bottom: 1rem;
}
.subscription-page .plan-card .box-2 .point {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 128.02%;
  /* or 20px */
  color: #364353;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.subscription-page .plan-card .box-2 .point img {
  height: 24px;
  width: 24px;
}
.subscription-page .plan-card .box-2 .point span {
  margin-left: 1rem;
}
.subscription-page .plan-card a {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .plan-card {
    padding: 3rem 1rem !important;
  }
  .amount {
    font-size: 24px !important;
  }
  .bold-heading {
    font-size: 16px;
  }
}
.pe-none {
  pointer-events: none;
}

.br-3 {
  border-radius: 3px;
}

.c-pointer {
  cursor: pointer;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

input {
  outline: none;
}

.label-color {
  color: #c3c3c3;
}

.border-eee {
  border: 1px solid #eee;
}

.btn-outline {
  color: #337c8a;
  border-radius: 2rem;
  border: 2px #337c8a solid;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all 0.3s ease-in-out;
}
.btn-outline:hover {
  color: #fff;
  background-color: #337c8a;
  text-decoration: none;
}

.select-outline {
  color: #337c8a;
  border-radius: 2rem;
  border: 2px #337c8a solid;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all 0.3s ease-in-out;
}

.btn-filled {
  color: #fff;
  background-color: #337c8a;
  border-radius: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 2px #337c8a solid;
  transition: all 0.3s ease-in-out;
}
.btn-filled:hover {
  color: #337c8a;
  background-color: #fff;
  border: 2px #337c8a solid;
  text-decoration: none;
}

.nav-active {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  font-weight: bold;
}

.br-60 {
  border-radius: 60px;
}

.br-16 {
  border-radius: 16px;
}

.vertical-center {
  top: 50%;
  transform: translateY(-50%) !important;
}

.btn-filter {
  padding: 0.4rem 1rem;
}

body {
  font-family: "Roboto", sans-serif;
}

.ff-inter {
  font-family: "Inter", sans-serif;
}

/*# sourceMappingURL=style.css.map */
