@import url('https://fonts.googleapis.com/css2?family=Unna:ital,wght@0,400;0,700;1,400;1,700&display=swap');


.h1,
.h2 {
  font-family: "Unna", serif;
  font-weight: 700;

}

a.navbar-brand.navbar-repo.header-logo {
  width: 19%;
}

.header-logo img {
  width: 45%;
  background: white;
  padding: 2px;
  border-radius: 10px;
}

.header-contact-wraper.header-contact-wraper-repo {
  padding: 6px 0px;
  position: fixed;
  z-index: 999;
  overflow: hidden;
  width: 100%;
}


.header-contact-wraper {
  padding: 11px 0px;
  /* position: fixed; */
  z-index: 111;
  overflow: hidden;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.sticky-header {
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  color: black;
}


.login-btn-cov {
  background: transparent linear-gradient(0deg, #0195da 0%, #47c5ff 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  padding: 8px 31px;
  color: white;
  border: none;
  font-weight: 500;
  margin-top: 2px;
  margin-left: 11px;
}

a.nav-link.main-header-link {
  font-size: 16px;
  margin-left: 11px;
  font-weight: 500;
  color: white;
}

/* From Uiverse.io by zjssun */
.login-btn-cov {
  position: relative;
  padding: 9px 27px;
  border-radius: 4px;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: #7d2ae8;
  transition: all 0.2s ease;
}

.login-btn-cov:active {
  transform: scale(0.96);
}

.login-btn-cov:before,
.login-btn-cov:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.login-btn-cov:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #7d2ae8 20%, transparent 30%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.login-btn-cov:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%),
    radial-gradient(circle, #7d2ae8 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}


.footer-section-main-wrapper {
  border-top: 1px solid;
  padding-top: 45px;
  margin-top: 50px;
}

ul.footer-list {
  list-style: none;
  padding-left: 0px;
  padding-top: 15px;
}

ul.footer-list p {
  margin-bottom: 7px;
}

li.footer-set2-list {
  margin-bottom: 15px;
  font-size: 16px;
}

ul.footer-service-list {
  list-style: none;
  padding-left: 2px;
  margin-top: 22px;
  font-size: 17px;
}

li.footer-set2-list a {
  color: black;
}

.footer-logo img {
  width: 50%;
  margin-bottom: 21px;
}

.footer-set {
  margin-top: 22px;
}

.footer-botm-image img {
  width: 37%;
}

.footer-botm-image {
  margin: 21px auto;
  text-align: center;
}

.footer-para {
  text-align: center;

  padding: 20px 0px;
}

.footer-para p {
  margin-bottom: 0px;
  font-weight: 600;
  color: white;
}

.footer-set h4 {
  font-size: 18px;
  text-decoration: underline;
}

.footer-social-link {
  margin: 0px 9px;
  font-size: 22px;
  color: #169be2;
}

.social-links-cover {
  display: flex;
  justify-content: start;
}

.footer-set1 {
  border-right: 2px dotted #53275f;
}

.footer-para {
  background: linear-gradient(45deg, #0095d9, #1d9ce5);
}

.footer-set h4 {
  color: #0095d9;
  text-decoration: none;
}

li.footer-set2-list i {
  color: #de751d;
  font-size: 23px;
}

.footer-main-cover {
  padding-bottom: 20px;
}

/* hero-section */

.home-main-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}

h4.hero-query-min-title {
  font-family: 'Atlassian Sans';
  font-size: 28PX;
  font-weight: 600;
}

.hero-main-title {
  text-align: center;
  font-size: 39px;
  margin: 23px 0px;
  color: white;
  font-family: 'Atlassian Sans';
}

.product-box-cov {
  background: white;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 10px;
  height: 134px;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
}

label {
  margin-bottom: 0px !important;
}

.product-box-icon img {
  width: 54px;
}

.product-name {
  position: absolute;
  bottom: 0px;
  left: 43px;

  background: transparent linear-gradient(277deg, #f9c834 0%, #f2c723 100%) 0% 0% no-repeat padding-box;

  background: transparent linear-gradient(277deg, #e4940b 0%, #fba308 100%) 0% 0% no-repeat padding-box;


  background: transparent linear-gradient(277deg, #e4940b 0%, #fba308 100%) 0% 0% no-repeat padding-box;

  padding: 3px 24px;
  border-radius: 10px 10px 0px 0px;
}

.product-name h5 {
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  color: white;
}

.product-box-icon {
  margin-bottom: 21px;
}

.hero-query-from-set {
  display: flex;
  justify-content: space-around;
}

.name-input-frm input {
  width: 87%;
  font-size: 14px;
  box-shadow: 0px 2px 6px -1px lightgray;
  border-radius: 8px;
  font-weight: 600;
  color: black;
  border: none;
}

.eamil-input-frm input {
  width: 87%;
  font-size: 14px;
  box-shadow: 0px 2px 6px -1px lightgray;
  border-radius: 8px;
  font-weight: 600;
  color: black;
  border: none;
}

h4.hero-query-min-title {
  text-align: center;
  margin: 17px 0px;
  margin-bottom: 24px;
  font-size: 26px;
  margin-top: 7px;
}

.no-input-frm input {
  width: 87%;
  font-size: 14px;
  box-shadow: 0px 2px 6px -1px lightgray;
  border-radius: 8px;
  font-weight: 600;
  color: black;
  border: none;
}

.sub-input-frm input {
  width: 87%;
  font-size: 14px;
  box-shadow: 0px 2px 6px -1px lightgray;
  border-radius: 8px;
  font-weight: 600;
  color: black;
  border: none;
}

button.msg-submit {
  padding: 5px 24px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
  background: transparent linear-gradient(0deg, #DC5B00 0%, #FF8530 100%) 0% 0% no-repeat padding-box;
  border: none;
  color: white;
}

.hero-query-wraper {
  background: #ffffff;
  padding: 19px;
  padding-bottom: 33px;
  margin: 18px auto;
  border-radius: 10px;
  margin-top: 64px;
  backdrop-filter: blur(80px);
  width: 88%;
}


.home-main-cover {
  position: relative;
  z-index: 9;
  height: 100%;
  padding: 46px 0px;
  padding-top: 94px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.hero-banner-wraper-cov.swiper-slide {
  background-position: center;
  background-size: cover;
}

.hero-banner-wraper-cov .swiper-slide img {
  transition: transform 4s ease-in-out;
  /* Slow zoom-in transition */
  object-fit: cover;
  /* Ensure the image covers the slide */
  width: 100%;
  /* Ensure the image takes the full width */
  height: 100%;
  /* Ensure the image takes the full height */
}

.swiper-slide-active img {
  transform: scale(1.2);
  /* Zoom in effect with scaling */
  transform-origin: center center;
  /* Ensure the zoom is centered */
}


.hero-banner-wraper {
  position: absolute !important;
  top: 0;
}


.our-partner-main-wraper {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}

.swiper-slide .partner-card-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide .partner-card-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner-card-slide {
  background: white;
  /* box-shadow: 0px -1px 8px -1px lightgray; */
  padding: 10px;
  margin: 9px 0px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
}

.our-partner-main-wraper {
  width: 100%;
  max-width: 1200px;
  /* Adjust as needed */
}

.our-partner-section {
  height: 100%;
  width: 100%;
  margin: 27px 0px;
  padding-bottom: 23px;
}

.partner-card-slide {
  width: 327px !important;
  margin-right: 20px;
  width: 30% !important;
  margin-left: 17px;
  background: white;
  margin-right: 14px !important;
}

.partner-main-title {
  font-size: 28px;
  height: fit-content;
  line-height: 1.4;
  min-width: 10px;
  position: static;
  color: #1c1b17;
  font-weight: bold;
  text-align: center;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 26px;
  margin-left: 0;
  font-family: 'Atlassian Sans';
}

.card-image.partner-card-img {
  width: 185px;
  border: none;
}

.card.partner-card {
  width: 46%;
  border: none;
}


.statics-main-wrapper {
  /* background: linear-gradient(359.07deg, #FFFFFF 0.8%, #a4f6f36b 99.2%); */
  color: black;
  padding: 64px 0px;
  height: 100%;
  width: 100%;
  position: relative;

}

section#counter-stats {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.statics-main-title {
  font-weight: 600;
  margin-bottom: 30px;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;


}

.count-cov h5 {
  font-size: 15px;
  color: black;
  padding-left: 0px;
  font-weight: 700;
  margin-bottom: 2px;
}

.statics-main-cover h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: black;
  font-family: 'Atlassian Sans';
}

p.para-count {
  font-size: 15px;

  font-weight: 600;
  padding-top: 7px;
}

.static-icon-cov img {
  width: 100%;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  color: white;
  border-radius: 29px;
  height: 101px;
}

.static-icon-cov {
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  width: 58%;
  margin-left: 42px;
}

.stats-box-cov {
  box-shadow: none;
  padding: 20px;
  border-radius: 25px;
  padding-top: 10px;
  padding-bottom: 33px;
  height: 197px;

}

.count-cov-no {
  display: inline-flex;
  margin: 14px 0px;

  color: #35005f;

  color: #341050;


  color: #341050;

  font-size: 33px;
  margin-bottom: 5px;
}

.count-cov-no1 {
  display: inline-flex;
  margin: 14px 0px;
  color: #35005F;
  font-size: 33px;
  margin-bottom: 5px;
}

.statics-line-cov {
  position: absolute;
  top: 185px;
  z-index: -1;
}

.statics-line-cov img {
  width: 100%;
}


.why-choose-banner {
  position: absolute;
  top: 136px;
  right: 0px;
}

.why-choose-main-wraper {
  height: 100%;
  width: 100%;
  position: relative;
  margin: 70px 0px;
  margin-bottom: 42px;
}

.why-choose-banner {
  width: 44%;
}

.why-choose-banner img {
  width: 100%;
}

h1.why-main-title {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: 'Atlassian Sans';
  font-size: 34px;
}

h1.why-main-title span {
  color: #0095da;
}


#accordion {
  .card-header {
    margin-bottom: 8px;
  }

  .accordion-title {
    position: relative;
    display: block;
    padding: 8px 0 8px 50px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: #0095d9;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    transition: all .4s ease-in-out;
    box-shadow: 0px 3px 7px -2px lightblue;

    i {
      position: absolute;
      width: 40px;
      height: 100%;
      left: 0;
      top: 0;
      color: #0095d9;
      background: radial-gradient(rgba(#213744, .8), #213744);
      text-align: center;
      border-right: 1px solid transparent;
    }

    &:hover {
      padding-left: 60px;
      background: #0095d9;
      color: #fff;

      i {
        border-right: 1px solid #fff;
        color: white;
      }
    }
  }

  /* [aria-expanded="true"] {
    background: #0095d9;
    color: #ffffff;
    padding: 10px 68px;

    i {
      color: #ffffff;
      background: #0095d9;

      &:before {
        content: "\f068";
      }
    }
  } */

  .accordion-body {
    padding: 17px 36px;
  }
}



.testimonial-section {
  max-width: 100%;
  margin: auto;
  padding: 100px 20px 40px;
}

h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.carousel img {
  width: 70px;
  max-height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}

.carousel-inner {
  padding: 1em;
}

@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    width: 100%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }

  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 768px) {
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}

.carousel .card {
  margin: 0 0.5em;
  border: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: grey;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.quotes.text-body-tertiary.testimonial-qoute i {
  font-size: 31px;
  color: #0e9ee1;
  margin-left: 24px;
  margin-bottom: 0px;
}

.swiper-pagination {
  margin-top: 10px;
}

/* Video Modal Styles */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
}

.video-modal.active {
  display: flex;
}

.video-container {
  position: relative;
  width: 80%;
  max-width: 700px;
}

.video-container video {
  width: 100%;
  border-radius: 10px;
}

.close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: red;
  color: white;
  border: none;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50%;
}

button.play-btn img {
  width: 29px;
}

.swiper.testimonial-slider {
  padding-bottom: 59px;
}

h2.testimonial-main-title {
  text-align: center;
  margin-bottom: 44px;
  font-size: 32px;
  font-family: 'Atlassian Sans';
  font-weight: 600;
}





.fabs {
  bottom: 0px;
  position: fixed;
  margin: 1em;
  right: 0;
  z-index: 9999;
}

.fab {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  color: white;
  margin: 20px auto 0;
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
}

.fab>i {
  font-size: 28px;
  line-height: 60px;
  transition: all .2s ease-in-out;
  transition-delay: 2s;
}

.fab.red {
  background: #F44336;
}

.fab.pink {
  background: #E91E63;
}

.fab.purple {
  background: #9C27B0;
}

.fab.deep-purple {
  background: #673AB7;
}

.fab.indigo {
  background: #3F51B5;
}

.fab.blue {
  background: #2196F3;
}

.fab.light-blue {
  background: #03A9F4;
}

.fab.cyan {
  background: #00BCD4;
}

.fab.teal {
  background: #009688;
}

.fab.green {
  background: #4CAF50;
}

.fab.light-green {
  background: #8BC34A;
}

.fab.lime {
  background: #CDDC39;
}

.fab.yellow {
  background: #FFEB3B;
}

.fab.amber {
  background: #FFC107;
}

.fab.orange {
  background: #FF9800;
}

.fab.deep-orange {
  background: #FF5722;
}

.fab.brown {
  background: #795548;
}

.fab.grey {
  background: #9E9E9E;
}

.fab.blue-grey {
  background: #607D8B;
}

.fab:active,
.fab:focus,
.fab:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

.fab:not(:last-child) {
  width: 36px;
  height: 36px;
  margin: 20px auto 0;
  opacity: 0;
}

.fab:not(:last-child)>i {
  font-size: 18px;
  line-height: 40px;
  transition: all .3s ease-in-out;
}

.fabs:hover .fab:not(:last-child) {
  opacity: 1;
  width: 40px;
  height: 40px;
  margin: 15px auto 0;
}

.fab:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}

.fab:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}

.fab:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}

.fab:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}

.fab:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}

[tooltip]:before {
  font-family: 'Roboto';
  font-weight: 600;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #585858;
  color: #fff;
  content: attr(tooltip);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-right: 10px;
  position: absolute;
  right: 100%;
  bottom: 5%;
  white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}


.swiper-slide.partner-card-slide {
  width: 200px !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0095da;
  padding: 2px 12px;
  border-radius: 11px;
}

.swiper.mySwiper.our-partner-main-wraper.swiper-initialized.swiper-horizontal {
  padding-bottom: 27px;
}



.blog-main-banner img {
  width: 100%;
}






/* pos style */
.pos-container {
  padding: 104px 28px;
  width: 86%;
  border-radius: 18px;
  background: white;
  margin-left: 136px;
  box-shadow: #40bffa 0px 4px 12px -2px;
  border: 1px solid #bebebe;
}

.pos-right-side-wraper {
  width: 90%;
}

.pos-left-side-left-box-image img {
  object-fit: contain;
  background: white;
  left: -130px;
  width: 124%;
  height: 414px;
  position: absolute;
  border-radius: 30px;
  box-shadow: #0095d9 0px 4px 12px -5px;
}

.pos-left-side-left-box-image-wrapper img {
  width: 124%;
  height: 414px;
  position: absolute;
  border-radius: 30px;
  box-shadow: #0095d9 0px 4px 12px;
  object-fit: contain;
  background: white;
  margin-left: -145px;
  box-shadow: #0095d9 0px 4px 9px -3px;
}

.pos-left-side-right-box-container {
  background: white;
  margin: 26px 0;
  padding: 14px 0px;
  width: 123%;
  margin-left: -56px;
  text-align: center;
  border-radius: 16px;
  box-shadow: #0095d9 0px 3px 5px -2px;
}

.pos-form-wraper {
  background: white;
}

.pos-form-wraper .form-group .form-control {
  font-size: 14px;
  border-radius: 11px;
  height: 44px;
  box-shadow: rgb(179 179 179 / 20%) 0px 7px 29px 0px inset;
}

.pos-form-wraper .border-btn {
  width: 100%;
  background: #000000;
  border-radius: 10px;
  height: 47px;
  color: white;
  margin-top: 31px;
  font-weight: 600;
}

.pos-wraper {
  /* background: url("/image/pos-background-image.jpg"); */
  padding: 80px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrap {
  position: relative;
}

.pos-left-side-content span {
  color: #0095d9;
}

.pos-title {
  font-size: 30px;
  font-weight: 700;
}

.pos-left-side-right-box-name {
  font-size: 13px;
  font-weight: 700;
  padding-top: 8px;
}

.pos-left-side-right-box-image img {
  width: 31%;
}

.pos-left-side-content {
  margin-top: -79px !important;
  font-size: 25px !important;
  font-weight: 900 !important;
  margin-bottom: 19px !important;
  padding: 0px !important;
  text-transform: uppercase;
}

/* button#submiit_btn {
  margin: 30px 0;
  margin-bottom: 0px;
} */
.pos-form-wraper h3 {
  font-size: 23px;
  font-weight: bold;
  text-decoration: underline;
}

.pos-form-wraper label {
  font-weight: 600;
  font-size: 15px;
  margin-left: 8px;
}

.testimonialSwiper {
  width: 100%;
  padding: 20px 0;
  overflow-x: hidden;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-card {
  width: 100%;
  max-width: 400px;
}

.testimonial-card-cov {
  padding: 20px;
  text-align: start;
  box-shadow: 0px 2px 6px -2px lightgray !important;
  border-radius: 25px;
  padding-bottom: 11px;
}

.quotes.text-body-tertiary.testimonial-quote {
  font-size: 23px;
  color: #0095da;
}

img.testimonial-profi-img {
  width: 23%;
  border-radius: 50%;
}

span.star-img img {
  width: 92%;
  margin-top: 9px;
}

span.star-img {
  margin-left: 3px;
}

.testimonial-right-repo .card-title {
  margin-bottom: 0px;
}

.testimonial-right-repo {
  margin-left: 20px;
}

.card-body.testimonial-cd-body {
  padding: 19px 2px;
  padding-top: 8px;
}

.quotes.text-body-tertiary.testimonial-quote {
  font-size: 36px;
  color: #0095da;
}

/* blog section */

.blog-right-banner img {
  width: 100%;
}

.blog-left-banner {
  width: 178%;
}

.blog-left-card1-content-cov {
  display: flex;
}

.blog-left-banner img {
  width: 100%;
}

.blog-left-card1-content-cov {
  margin-bottom: 20px;
}

.blog-left-card1-content-cov h5 {
  color: #0095d9;
  font-weight: 700;
  font-size: 21px;
  font-family: 'Atlassian Sans';
}

.blog-right-content-cov h5 {
  font-size: 23px;
  color: #0095d9;
  font-weight: 700;
  font-family: 'Atlassian Sans';
}

h1.blog-main-title {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  font-family: 'Atlassian Sans';
}







/* contact us section */




.contact-us-mail-links {
  margin-left: 0px;
}


.contact-us-address p {
  font-size: 15px;
  color: white;
  font-weight: 500;
}

.contact-us-links p a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.contact-us-mail-links p a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.contact-detail-cover {
  background: #000000;
  padding: 42px;
  border-radius: 26px;
  padding-bottom: 36px;
  border-bottom: 5px solid #3fc0fb;
}

p.about-contact {
  color: white;
  font-size: 13px;
}

.contact-us-form-wraper input {
  height: 47px;
  border-radius: 13px;
  box-shadow: 0px 4px 2px -3px #dadada;
  padding: 19px;
  font-size: 13px;
  border: none;
  background: #fffbfb;
}

.contact-us-form-wraper input {
  height: 47px;
  border-radius: 13px;
  box-shadow: 0px 4px 2px -3px #dadada;
  padding: 19px;
  font-size: 13px;
  border: none;
  background: #fffbfb;
}

.sub-btn-cov {
  padding: 11px 40px;
  border: none;
  background: linear-gradient(354deg, #14a2e4, #14a2e4);
  color: white;
  font-weight: 700;
  border-radius: 48px;
  margin-top: 16px;
  font-size: 14px;
}

.contact-us-form-wraper h3 {
  font-weight: 700;
  font-size: 29px;
  color: #14a2e4;
}

.contact-detatis-main-wrapper {
  height: 100%;
  width: 100%;
  margin: 34px 0px;
}

.contact-top-header-wraper {
  height: 350px;
  /* background: #fbd092; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/assets/images/frontend-images/contact-bg.png);
  background-size: cover;
  background-position: center;
}

.contact-top-header-wraper h2 {
  color: white;
  font-size: 39px;
  font-weight: 800;
}

.contact-us-form-wraper p {
  font-size: 15px;
}

.contact-us-add-icon img {
  height: 20px;
}

.contact-adress-cov h4 {
  color: #27afee;
  font-weight: 700;
  font-family: 'Atlassian Sans';
  font-size: 20px;
}

.contact-us-links h4 {
  color: #27afee;
  font-weight: 700;
  font-family: 'Atlassian Sans';
  font-size: 20px;
}

.contact-us-mail-cov h4 {
  color: #27afee;
  font-weight: 700;
  font-size: 20px;
}

.contact-form-header h6 {
  background: #14a2e4;
  color: white;
  border-radius: 41px;
  width: max-content;
  padding: 7px 17px;
  font-size: 13px;
  text-transform: capitalize;
}

.contact-form-header h2 {
  color: #29b0ef;
  font-weight: 700;
  font-size: 26px;
  margin: 32px 0px;
  margin-top: 15px;
}

.contact-us-social-links-cov {
  display: flex;
  color: white;
}

.contact-us-social-link1 {
  margin: 0px 13px;
  font-size: 17px;
}

.contact-us-social-link {
  font-size: 17px;
}

.contact-us-social-links h4 {
  color: #2bb2f0;
  font-weight: 600;
  font-size: 22px;
  font-family: 'Atlassian Sans';
}

.contact-us-social-link a {
  color: white;
}

.contact-us-social-link1 a {
  color: white;
}


@media only screen and (min-width: 320px) and (max-width: 479px) {
  .header-logo img {
    width: 83%;
    background: white;
    padding: 5px;
    border-radius: 6px;
  }

  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgb(0 0 0 / 10%);
    background: white;
  }

  .hero-main-title {
    text-align: center;
    font-size: 23px;
    margin: 23px 0px;
    color: white;
    font-family: 'Atlassian Sans';
  }

  .product-box-icon img {
    width: 44px;
  }

  .product-box-cov {
    background: white;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
    height: 134px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .product-box-cov {
    background: white;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
    height: 111px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .product-name {
    position: absolute;
    bottom: 0px;
    left: 31px;
    background: transparent linear-gradient(277deg, #f9c834 0%, #f2c723 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(277deg, #e4940b 0%, #fba308 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(277deg, #e4940b 0%, #fba308 100%) 0% 0% no-repeat padding-box;
    padding: 3px 24px;
    border-radius: 10px 10px 0px 0px;
    font-size: 13px;
  }

  .product-name h5 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 11px;
    color: white;
  }

  .swiper.mySwiper.our-partner-main-wraper.swiper-initialized.swiper-horizontal {
    padding-bottom: 27px;
    margin-bottom: 20px;
  }

  .stats {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
  }

  .static-icon-cov img {
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
    color: white;
    border-radius: 29px;
    height: 48px;
  }

  .stats-box-cov {
    box-shadow: none;
    padding: 20px;
    border-radius: 25px;
    padding-top: 10px;
    padding-bottom: 33px;
    height: 190px;
  }

  .count-cov-no {
    display: inline-flex;
    margin: 14px 0px;
    color: #35005f;
    color: #341050;
    color: #341050;
    font-size: 24px;
    margin-bottom: 5px;
  }

  .count-cov h5 {
    font-size: 11px;
    color: black;
    padding-left: 0px;
    font-weight: 700;
    margin-bottom: 2px;
  }

  .statics-main-cover h1 {
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    color: black;
    font-family: 'Atlassian Sans';
  }

  .static-icon-cov {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    width: 58%;
    margin-left: 16px;
  }

  .count-cov-no1 {
    display: inline-flex;
    margin: 14px 0px;
    color: #35005F;
    font-size: 23px;
    margin-bottom: 5px;
  }

  .statics-main-wrapper {
    /* background: linear-gradient(359.07deg, #FFFFFF 0.8%, #a4f6f36b 99.2%); */
    color: black;
    padding: 64px 0px;
    height: 100%;
    width: 100%;
    padding-bottom: 0px;
    position: relative;
  }

  .why-choose-main-wraper {
    height: 100%;
    width: 100%;
    position: relative;
    margin: 100px 0px;
    margin-bottom: 42px;
    margin-top: 0px;
  }

  h1.why-main-title {
    text-align: center;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: 'Atlassian Sans';
    font-size: 22px;
  }

  .why-choose-banner img {
    width: 100%;
    display: none;
  }

  .testimonial-section {
    max-width: 100%;
    margin: auto;
    padding: 39px 20px;
    padding-top: 0px;
  }

  h2.testimonial-main-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    font-family: 'Atlassian Sans';
    font-weight: 600;
  }

  .quotes.text-body-tertiary.testimonial-quote {
    font-size: 26px;
    color: #0095da;
  }

  img.testimonial-profi-img {
    width: 18%;
    border-radius: 50%;
  }

  span.star-img img {
    width: 71%;
    margin-top: 9px;
  }

  .testimonial-right-repo .card-title {
    margin-bottom: 0px;
    font-size: 13px;
  }

  h1.blog-main-title {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    font-family: 'Atlassian Sans';
    margin-bottom: 20px;
  }

  .blog-right-content-cov h5 {
    font-size: 17px;
    color: #0095d9;
    font-weight: 700;
    font-family: 'Atlassian Sans';
  }

  .blog-right-content-cov {
    margin: 10px 0px;
    margin-bottom: 31px;
  }

  .blog-left-card1-content-cov {
    display: flex;
    flex-direction: column;
  }

  .blog-left-banner {
    width: 100%;
  }

  .footer-set1 {
    border-right: none;
  }

  .footer-para p {
    margin-bottom: 0px;
    font-weight: 600;
    color: white;
    font-size: 13px;
  }

  .home-main-cover {
    position: relative;
    z-index: 99;
    height: 100%;
    padding: 46px 0px;
    padding-top: 67px;
  }

  div#main-app {
    margin-top: 30px !important;
  }

  .insurance-facility-btn-box-health button.premium-price-quote-btn-health {
    margin: 0 auto;
  }

  .share-quote-main-cover-wrapper .card {
    bottom: -15px;
}
}

.card {
  margin-bottom: 15px;
}

.form-group {
  margin-bottom: 0rem;
}

div#main-app {
  margin-top: 100px;
}

.compare-blade-loader {
  width: 100vw;
  height: 100vh;
  /* background-color: rgba(250, 243, 243, 0.5); */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 999999999999 !important;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  /* box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); */
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.compare-blade-loader video {
  width: 220px;
  display: flex;
  justify-content: center;
  margin: auto;
  border-radius: 20px;
}

.compare-blade-loader .health-tip {
  font-size: 17px;
  color: darkslateblue;
  font-weight: 600;
  background: white;
  padding: 15px 32px;
  width: 28%;
  text-align: center;
  border-radius: 30px;
  position: absolute;
}
.pos-sub-btn-box button {
  padding: 10px 18px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
}
.pos-sub-btn-box {
  margin-top: 26px;
}
li.nav-item .pos-login-btn {
  border: none;
  background: transparent;
}
button.btn.pos-sub-btn {
  background: #2cb2f0;
  color: white;
}
