@import url('https://fonts.googleapis.com/css2?family=Anuphan:wght@100..700&display=swap');


body {
  font-family: "Anuphan", sans-serif;
  font-weight: 700;

}

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

.header-logo img {
  width: 96%;
  background: white;
  padding: 0px;
  border-radius: 4px;
}

.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;
}

.product-wraper {
  margin-top: 134px;
}
.hero-main-content {
  display: flex;
  flex-direction: column;
  justify-content: left;
  height: 100%;
  margin-top: 19px;
  width: 100%;
}

.login-btn-cov {
  background: transparent linear-gradient(0deg, #70e112 0%, #70e112 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: black;
}

/* 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: #103d8a;
}

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

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

.footer-para {
  background: linear-gradient(45deg, #103c8b, #113e8a);
}

.footer-set h4 {
  color: #0e3d8d;
  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;
  background-image: url('/assets/images/hero-image-org.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

.hero-main-title {
  text-align: start;
  font-size: 39px;
  margin: 23px 0px;
  color: white;
}
.hero-main-content p {
  color: white;
  font-weight: 400;
  font-size: 14px;
}

.product-box-cov {
  background: #ffffff26;
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  height: 126px;
  box-shadow: 0px 0px 3px 0px white;
  border-radius: 0px 10px 0px 10px;
  width: 144px;
}
h2.hero-main-title span {
  color: #70e112;
}

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

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

.product-name {
  padding: 3px 24px;
  border-radius: 10px 10px 0px 0px;
}

a.product-url {
  text-decoration: none;
}
.product-name h5 {
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  color: white;
  text-decoration: none;
}

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

.hero-about-main-wraper {
  height: 100%;
  width: 100%;
  margin: 65px 0px;
}
.hero-about-cov p {
  font-weight: 400;
}



.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;
}


/* service section */

.our-service-main-wraper {
  background: #112E63;
  padding: 46px 0px;
}
.our-service-top-cov h6 {
  text-align: center;
  font-size: 22px;
  color: white;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-transform: capitalize;
}
.our-service-top-cov h2 {
  text-align: center;
  font-weight: 700;
  color: white;
  margin-top: 9px;
}
.our-service-box {
  background: white;
  padding: 32px 20px;
  border-radius: 11px;
  padding-bottom: 20px;
  height: 316px;
}


.our-service-icon img {
  width: 45px;
}
.our-service-box h5 {
  margin: 5px 0px;
  margin-top: 20px;
  font-weight: 700;
}
.our-service-box p {
  font-weight: 400;
}

hr.nm-line {
  margin-top: 34px;
  color: #92f045f5;
}

.our-partner-section {
  /* margin: 22px 0px; */
  margin-bottom: 13px;
}
.swiper.mySwiper.our-partner-main-wraper {
  margin-top: -2px;
  background: #92f045f5;
  padding: 36px;
  border-radius: 10px;
}
.our-partner-section {
  padding: 29px 0px;
  margin-bottom: 13px;
  background: #70E112;
}
.our-main-content {
  color: white;
}

.partner-card-img img {
  border-radius: 10px;
}


.why-choose-point-cover {
  display: flex;
  justify-content: start;
  align-items: center;
}
.why-choose-point-cover img {
  width: 29px;
  margin-right: 12px;
}
.why-choose-point-cover {
  margin-bottom: 10px;
}
.why-choose-point-cover h6 {
  font-size: 20px;
  font-weight: 600;
}
.why-choose-point-cov1 {
  margin-top: 34px !IMPORTANT;
}
.why-choose-main-wraper {
  margin: 58px 0px;
  margin-bottom: 20px;
}
.why-choose-main-content h6 {
  color: #112E63;
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 3px;
  text-transform: math-auto;
}
.why-choose-main-content h1 {
  margin-top: 9px;
  font-weight: 700;
  font-size: 36px;
}
.why-choose-main-image img {
  width: 90%;
}
.why-choose-main-image {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.why-choose-point-cov p {
  font-weight: 400;
}
.why-choose-point-cov1 p {
  font-weight: 400;
  
}
.why-choose-main-title{
  font-size: 27px !important;
  margin-bottom: 30px;
}

.why-choose-main-content p {
  font-weight: 400;
  margin-top: 8px;
}

.why-we-us-main-wraper img {
  width: 53%;
}
.why-we-us-main-wraper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}



.our-main-content p {
  font-weight: 400;
}
h3.partner-main-title {
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 37px;
  margin-top: 12px;
}

.hero-about-image img {
  width: 90%;
}

.hero-about-point-img {
  background: #173e89;
  color: white;
  border-radius: 70px;
  padding: 0px 7px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0px;
  height: 34px;
  margin-top: 1px;
  font-size: 14px;
}
.hero-about-point.d-flex {
  margin-bottom: 20px;
}
.hero-about-point.d-flex p {
  font-size: 15px;
  margin-bottom: 0px;
  margin-top: 6px;
  margin-left: 10px;
  font-weight: 400;
}
.hero-about-point-cov {
  margin-top: 31px;
}
.hero-about-cov h1 {
  font-size: 34px;
  font-weight: 700;
}
.hero-about-cov h6 {
  font-size: 20px;
  font-weight: 700;
  color: #173e89;
  text-transform: math-auto;
}

.custom-heading {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.custom-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 42%;
  height: 3px;
  background-color: #70e112;
}

.custom-heading1 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.custom-heading1::after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 4%;
  height: 3px;
  background-color: #70e112;
  text-align: center;
}















/* 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: 100%;
    background: white;
    padding: 1px;
    border-radius: 0px;
}




.product-wraper {
  margin-top: 49px;
}

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

  .hero-main-title {
    text-align: start;
    font-size: 23px;
    margin: 23px 0px;
    color: white;
    font-family: 'Atlassian Sans';
    margin-bottom: 13px;
}
  .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: #ffffff26;
    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 {
  padding: 3px 24px;
  border-radius: 10px 10px 0px 0px;
  font-size: 13px;
}




.hero-about-cov {
  margin-top: 33px;
}
.hero-about-cov h1 {
  font-size: 22px;
  font-weight: 700;
}
.hero-about-cov h6 {
  font-size: 15px;
  font-weight: 700;
  color: #173e89;
  text-transform: math-auto;
}
.hero-about-point-img {
  background: #173e89;
  color: white;
  border-radius: 70px;
  padding: 7px;
  font-weight: 700;
  font-size: 10px;
}
.hero-about-point.d-flex p {
  font-size: 11px;
  margin-bottom: 0px;
  margin-top: 3px;
  margin-left: 10px;
  font-weight: 700;
}
.our-service-top-cov h2 {
  text-align: center;
  font-weight: 700;
  color: white;
  font-size: 17px;
  margin-top: 9px;
}
.our-service-top-cov h6 {
  text-align: center;
  font-size: 13px;
  color: white;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-transform: capitalize;
  margin-bottom: 18px;
}
.our-service-top-cov h2 {
  text-align: center;
  font-weight: 700;
  color: white;
  font-size: 18px;
  margin-top: 5px;
}
.our-service-box {
  background: white;
  padding: 32px 20px;
  border-radius: 11px;
  padding-bottom: 14px;
  margin-bottom: 13px;
}
.our-service-icon img {
  width: 39px;
}
h3.partner-main-title {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 28px;
  text-align: center;
  margin-bottom: 16px;
}
.our-main-content p {
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  margin-bottom: 32px;
}
.why-choose-main-content h1 {
  margin-top: 9px;
  font-weight: 700;
  font-size: 19px;
}
.why-choose-main-content h6 {
  color: #112E63;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 3px;
  text-transform: math-auto;
}
.why-choose-point-cov , .why-choose-point-cov1 {
  margin: 10px;
}

.why-choose-point-cover img {
  width: 24px;
  margin-right: 8px;
}
  .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;
  }
  .our-service-box p {
    font-weight: 400;
}

  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: 0px;
}

  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;
}
.custom-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-arrow {
    font-size: 0.8rem;
    color: white;
}

.dropdown-menu-custom {
    display: none;
    position: absolute;
    top: 105%;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    min-width: 165px;
    z-index: 9999999999999999;
}

.dropdown-menu-custom a {
    display: block;
    padding: 10px 14px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s;
}

.dropdown-menu-custom a:hover {
    background: #f5f5f5;
}


.why-choose-us-wraper {
  background: #173e89;
  padding: 57px 0px;
  padding-bottom: 0px;
}
.why-choose-us-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

ul.why-point-list-cov li {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
}
.Why-We-main-title {
  color: white;
  font-size: 30px;
  text-transform: capitalize;
}
ul.why-point-list-cov {
  margin-top: 13px;
  color: white;
}

.our-service-main-title h1 {
  text-align: center;
  font-size: 39px;
  font-weight: 600;
}

.our-service-points-wraper {
  height: 100%;
  width: 100%;
  padding: 30px 15px;
}
ul.our-service-points-list-cov {
  padding-left: 8px;
  list-style: unset;
}
ul.our-service-points-list-cov li {
  margin-bottom: 19px;
  font-size: 15px;
  font-weight: 400;
}
.our-service-main-cov{
  text-align: center;
}
.our-service-main-title {
  text-align: center;
}

.emp-log {
  color: #000 !important;
  padding: 0px 10px;
  font-weight: bolder;
  font-size: 13px;
  cursor: pointer;
}
.navbar .nav-item .dropdown-menu {
  margin-top: 0;
  background: #003478;
  margin-top: -8px;
  border: none;
  padding: 10px;
  left: 0px;
  color: white;
}
.navbar .nav-item .dropdown-menu {
  display: none;
}
.navbar .nav-item .dropdown-menu a {
  color: #fff !important;
  padding: 7px 18px;
}
a.dropdown-item.emp-list-menu {
  font-size: 14px;
  margin-bottom: 6px;
}

.dropdown-menu {
  display: none !important; /* 🚨 This would break it */
}
.navbar .nav-item .dropdown-menu {
  margin-top: 0;
  background: #003478;
  margin-top: -8px;
  border: none;
  padding: 10px;
  left: 0px;
  color: white;
}

.our-service-image1 img{
  width: 100%;
}
.our-service-image1 img {
  width: 100%;
  border-radius: 10px;
}

.login-btn-cover1 {
  padding: 10px 20px;
  background-color: #74dc1b;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
}

/* Dropdown container */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown content */
.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
  z-index: 999999999999 !important;
}

/* Dropdown links */
.dropdown-content a {
  color: #333;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 999999 !important;
}

.dropdown-content a:hover {
  background-color: #007bff;
  color: white;
}

/* Show dropdown */
.show {
  display: block;
}

.navbar-nav .nav-link {
  color: black;
  transition: color 0.3s;
}

/* When header is fixed */
.header-fixed .navbar-nav .nav-link {
  color: black;
}
/* Optional: Button color change */
.header-fixed .login-btn-cover1 {
  background-color: white;
  color: #007bff;
  transition: all 0.3s;
}

h5.broker-title {
  font-weight: 600;
  color: #0e3d8d;
  margin-bottom: 15px;
}

.footer-set p{
  font-weight: 500;
}

@media only screen and (min-width: 320px) and (max-width: 479px){

  .our-service-main-title h1 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: darkblue;
}
.Why-We-main-title {
  color: white;
  font-size: 21px;
  text-transform: capitalize;
}
.partner-card-img img {
  border-radius: 1px;
  width: 89px;
}
.our-service-box {
  background: white;
  padding: 32px 20px;
  border-radius: 11px;
  padding-bottom: 20px;
  height: 278px;
}
.hero-about-cov p {
  font-weight: 400;
  font-size: 14px;
}

}