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

body{
   font-family: "Anuphan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  /* font-style: normal; */
}

.h1,
.h2 {
 
  font-weight: 700;

}


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

.header-logo img {
    width: 60%;
    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%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    padding: 12px 0px;
    border-radius: 12px;
}


.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, #bb215b 0%, #bb215b 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: 8px 27px;
    border-radius: 8px;
    border: none;
    color: #fff;
    cursor: pointer;
    background-color: #7d2ae8;
    transition: all 0.2s ease;
    font-weight: 700;
}

.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; */
    background: #000080;
}

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: #e4e4e4;
    text-decoration: none;
}

.footer-logo img {
    width: 50%;
    margin-bottom: 21px;
    background: white;
    border-radius: 8px;
    padding: 6px;
}

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

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

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

.footer-para {
    background: linear-gradient(45deg, #000080, #000080);
    border-top: 1px solid white;
}

.footer-set h4 {
    color: white;
    text-decoration: none;
}

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

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

/* hero-section */

.hero-content-cov h1 {
    color: black;
    font-weight: 700;
}
.hero-content-cov p {
  font-size: 17px;
  margin: 10px 0px;
  margin-bottom: 20px;
}
.hero-btn button {
    padding: 9px 22px;
    border: none;
    border-radius: 11px;
    text-transform: capitalize;
    background: linear-gradient(9deg, #bb215b, #bb215b);
    color: white;
    font-weight: 700;
}
.hero-content-cov h1 span {
    color: black;
    background: linear-gradient(90deg, #000080, #bb215b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-main-cov {
    margin-top: 40px;
}

.hero-banner-image {
    display: flex;
    justify-content: center;
}
.hero-banner-image img {
  width: 79%;
}
.hero-content-cov {
    display: flex;
    flex-direction: column;
    justify-content: center;
   
    height: 100%;
}

.hero-product-box h6 {
    margin-top: 4px;
    padding-top: 5px;
}
.hero-product-cover {
    display: flex;
    justify-content: space-between;
    gap: 29px;
    box-shadow: none;
    border-radius: 19px;
    width: 100%;
    padding: 23px 0px;
    margin: 10px 2px;
    margin-bottom: 9px;
}
.hero-product-box {
    text-align: center;
    padding: 10px;
    height: 130px;
    width: 133px;
    box-shadow: rgb(170 170 236 / 71%) 0px 1px 3px 0px, rgb(3 3 129 / 54%) 0px 1px 2px 0px;
    border-radius: 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: white;
    border-bottom: 2px solid #000080b0;
}

.hero-product-box1 {
    text-align: center;
    padding: 10px;
    height: 120px;
    width: 107px;
    box-shadow: rgb(170 170 236 / 71%) 0px 1px 3px 0px, rgb(3 3 129 / 54%) 0px 1px 2px 0px;
    border-radius: 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 2px solid #000080b0;
    margin-bottom: 19px;
    margin-right: 10px;
}
.hero-product-box1 h6 {
    font-size: 13px;
}
.hero-product-box1 img {
    width: 45px;
}

.hero-main-wraper {
    background-image: url('/assets/images/frontend-images/hero-page-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding-top: 32px;
}

.more-title {
    font-weight: 700;
    text-decoration: underline;
    font-size: 28px;
}

/* Style your original button */
        .hero-know-btn {
            padding: 12px 24px;
            background-color: #007bff; /* Example blue */
            color: white;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            font-size: 16px;
            text-align: center;
        }

        .hero-know-btn:hover {
            background-color: #0056b3;
        }


       
.hero-know-btn {
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.5rem;
    padding-inline: 1.25rem;
    background-color: rgb(0 107 179);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    gap: 10px;
    font-weight: bold;
    border: 3px solid #ffffff4d;
    outline: none;
    overflow: hidden;
    font-size: 15px;
    cursor: pointer;
    width: fit-content;
    margin: 0 auto;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.hero-know-btn:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.hero-know-btn:hover .icon {
  transform: translate(4px);
}

.hero-know-btn:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.hero-know-btn::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}




    .modal {
            display: none;
            position: fixed;
            z-index: 50;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0,0,0,0.4);
        }
        .modal-content {
            background-color: #fefefe;
            margin: 5% auto;
            padding: 20px;
            border-radius: 8px;
            width: 90%;
            max-width: 900px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.2);
        }
    .close {
    color: #191414;
    float: left;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: end;
}
        .close:hover {
            color: #000;
        }
        .grid-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }
        .product-item {
            text-align: center;
            padding: 15px;
            border: 1px solid #eee;
            border-radius: 8px;
            cursor: pointer;
            transition: box-shadow 0.3s;
        }
        .product-item:hover {
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
    .product-icon {
    width: 60px;
    height: 60px;
    background: #ffe7e7;
    border-radius: 50%;
    margin: 0 auto 10px;
}


.min-text {
    font-size: 19px;
    font-weight: 700;
    color: darkblue;
    margin-top: 21px;
}


.hero-product-box1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.hero-product-box1 h6 {
    margin-top: 9px;
}
.product-box-icon img {
  width: 50px;
}
.product-icon img {
    width: 53%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    height: 100%;
}
.hero-point-box {
    display: flex;
    justify-content: start;
    align-items: baseline;
    flex-direction: row;
    height: 100%;
    width: 100%;
    margin: 10px 0px;
}
.hero-point-box-icon img {
    width: 32px;
    margin-right: 9px;
}
.hero-point-box p {
  font-size: 19px;
  font-weight: 600;
  margin-left: 10px;
  margin-top: 14px;
}
.hero-about-content-cov h6 {
    background: white;
    padding: 6px 2px;
    color: #bb215b;
    text-transform: capitalize;
    padding-bottom: 1px;
    font-weight: 700;
}
.hero-about-content-cov h1 {
  font-size: 33px;
  font-weight: 700;
}
.hero-about-content-cov p {
    margin: 3px 0px;
    margin-top: 0px;
    font-size: 14px;
}
.hero-about-main-wraper {
  height: 100%;
  width: 100%;
  margin: 50px 0px;
  margin-top: 80px;
}
.hero-point-box p {
    margin-left: 0px;
}
.hero-about-btn button {
    padding: 9px 20px;
    border: none;
    margin-top: 24px;
    border-radius: 8px;
    text-transform: math-auto;
    font-weight: 500;
    background: #bb215b;
    color: white;
}

.hero-service-top-header {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 26px;
}
.hero-service-top-header p {
  width: 67%;
  margin: 0 auto;
}
.service-card-box {
    text-align: start;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    padding: 23px;
    border-radius: 10px;
    background: white;
    height: 469px;
}
.service-card-box p {
    font-size: 13px;
}
.service-card-no {
    font-size: 46px;
    color: lightgray;
    font-weight: 700;
}
.service-card-box h5 {
  font-weight: 700;
  color: #090909;
}

.hero-service-top-header h1 {
  font-weight: 700;
}
.hero-service-main-wraper {
    height: 100%;
    width: 100%;
    margin: 50px 0px;
    margin-top: 80px;
    background: #f6f6f6;
    padding: 30px 0px;
    background-image: url('/assets/images/frontend-images/our-services-bg.png');
}
.service-card-box-image img {
    width: 107px;
}
.service-card-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 23px;
}

.hero-service-btn button {
    padding: 9px 20px;
    border: none;
    margin-top: 3px;
    border-radius: 11px;
    text-transform: math-auto;
    font-weight: 600;
    background: white;
    color: white;
    border: 2px solid #bb215b9c;
    color: #bb215b;
    text-transform: uppercase;
    font-size: 12px;
}
.hero-service-btn button:hover {
    background: #bb215b;
    color: white;
    border: 2px solid transparent;
}

.our-partner-main-wrapper {
    height: 100%;
    width: 100%;
    /* background-color: #d3d3d378; */
    padding-bottom: 35px;
    width: 100%;
    background-size: 100%;
    z-index: 999;
    margin: auto;
    margin-bottom: 0px;
    margin-top: 97px;
    /* background: linear-gradient(191deg, #000000, #0b0a09); */
    background-image: url('/assets/images/frontend-images/our-partners-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
}
.our-partner-brand img {
  background: white;
}

.our-partner-set {
  height: 100%;
  width: 100%;
  padding: 8px 0px;
}
h1.our-partner-head span {
    color: #000080;
}
.our-partner-head {
  text-align: center;
  margin: 9px 0px;
  font-weight: 700;
  color: darkblue;
  font-size: 37px;
}
.our-partner-set p {
  text-align: center;
}
.our-partner-head {
    text-align: center;
    margin: 9px 0px;
    font-weight: 700;
    color: #000080;
    font-size: 37px;
    margin-bottom: 30px;
    font-weight: 700;
}
.partner-imges {
    border-radius: 13px;
    height: 100%;
    width: 100%;
    box-shadow: 0px 2px 5px -3px #4e4a47;
    border-bottom: 1px solid #2b2927;
    padding: 10px 12px;
}
.why-choose-point-icon span {
  background: #f38120;
  color: white;
  padding: 9px;
  border-radius: 34px;
  font-size: 16px;
  font-weight: 700;
  margin-right: 9px;
}
.hero-about-btn1 button {
  padding: 10px 20px;
  border: none;
  /* margin-top: 24px; */
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 500;
  background: linear-gradient(9deg, #f38120, #414244);
  color: white;
}
.why-choose-main-content h1 {
    font-size: 30px;
    font-weight: 600;
}
.why-choose-main-content h6 {
    width: fit-content;
    padding: 0px 0px;
    border-radius: 10px;
    color: #bb215b;
    text-transform: capitalize;
    padding-bottom: 0px;
    font-weight: 800;
}
.why-choose-main-wraper {
  height: 100%;
  width: 100%;
  margin-top: 58px;
  margin-bottom: 40px;
}

.why-choose-point-icon img {
    width: 55px;
    box-shadow: 0px 5px 10px 0px lightgray;
    padding: 8px;
    border-radius: 8px;
    margin-right: 12px;
}
.why-choose-point-icon img {
    width: 55px;
    box-shadow: 0px 5px 10px 0px #bb215b6b;
    padding: 8px;
    border-radius: 8px;
    margin-right: 12px;
    border: 1px solid #bb215b;
}
.why-choose-point-cov {
    margin-bottom: 10px;
}
.why-point h4 {
    margin-bottom: 3px;
    font-weight: 700;
    margin-top: 5px;
    font-size: 18px;
}


.our-faq-main-wrapper {
    height: 100%;
    width: 100%;
    margin: 50px 0px;
}

.faq-item {
    border-bottom: 1px dotted #bb215b85;
    padding: 10px 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.faq-question .icon {
    transition: transform 0.3s ease;
    font-weight: bold;
    font-size: 1.2rem;
    color: #bb215b;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
}

.faq-answer p {
    margin: 10px 0;
    border-left: 4px solid #bb215b;
    padding-left: 13px;
}

.faq-item.active .faq-answer {
  max-height: 200px; /* enough for content */
  padding: 10px 0;
}

.faq-item.active .faq-question .icon {
  transform: rotate(180deg);
  content: "–";
}

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


  .hero-product-cover {
    display: flex;
    justify-content: start;
    gap: 26px;
    box-shadow: none;
    border-radius: 19px;
    width: 92%;
    padding: 23px 0px;
    margin: 10px 2px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    margin-left: 15px;
}
.hero-product-box h6 {
    margin-top: 4px;
    padding-top: 5px;
    font-size: 12px;
}
.product-box-icon img {
    width: 40px;
}
.hero-product-box {
    text-align: center;
    padding: 10px;
    height: 121px;
    width: 132px;
    box-shadow: rgb(170 170 236 / 71%) 0px 1px 3px 0px, rgb(3 3 129 / 54%) 0px 1px 2px 0px;
    border-radius: 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 2px solid #000080b0;
}
.hero-content-cov h1 {
    color: black;
    font-weight: 700;
    font-size: 23px;
}
.hero-content-cov p {
    font-size: 14px;
    margin: 4px 0px;
    margin-bottom: 19px;
}
.hero-btn button {
    padding: 7px 13px;
    border: none;
    border-radius: 5px;
    text-transform: capitalize;
    background: linear-gradient(9deg, #bb215b, #bb215b);
    color: white;
    font-weight: 700;
    font-size: 12px;
}

.login-btn-cov {
    position: relative;
    padding: 6px 23px;
    border-radius: 8px;
    border: none;
    color: #fff;
    cursor: pointer;
    background-color: #7d2ae8;
    transition: all 0.2s ease;
    font-weight: 700;
    font-size: 13px;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: column;
}

.about-us-banner-img img {
    width: 100%;
}
.hero-about-content-cov h1 {
    font-size: 23px;
    font-weight: 700;
}
.hero-about-content-cov p {
    margin: 10px 0px;
    margin-top: 12px;
    font-size: 14px;
}
.hero-about-content-cov h6 {
    background: white;
    padding: 6px 2px;
    color: #bb215b;
    text-transform: capitalize;
    padding-bottom: 1px;
    font-weight: 700;
    font-size: 12px;
}
.hero-point-box-icon img {
    width: 25px;
}
.hero-point-box p {
    font-size: 11px;
}
.hero-about-btn button {
    padding: 7px 16px;
    border: none;
    margin-top: 24px;
    border-radius: 8px;
    text-transform: math-auto;
    font-weight: 500;
    background: #bb215b;
    color: white;
    font-size: 12px;
}
.hero-service-top-header p {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
}

.hero-service-top-header h1 {
    font-weight: 700;
    font-size: 23px;

}

.service-card-box {
    text-align: start;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    padding: 23px;
    border-radius: 10px;
    background: white;
    margin-bottom: 17px;
}
.service-card-box-image img {
    width: 77px;
}
.service-card-no {
    font-size: 35px;
    color: lightgray;
    font-weight: 700;
}
.service-card-box p {
    font-size: 13px;
}
.service-card-box h5 {
    font-weight: 700;
    color: #090909;
    font-size: 15px;
}
.hero-service-btn button {
    padding: 6px 13px;
    border: none;
    margin-top: 3px;
    border-radius: 7px;
    text-transform: math-auto;
    font-weight: 700;
    background: white;
    color: white;
    border: 2px solid #bb215b9c;
    color: #bb215b;
    text-transform: uppercase;
    font-size: 10px;
}
.service-card-no {
    font-size: 35px;
    color: #eaeaea;
    font-weight: 700;
}

.why-choose-main-content h1 {
    font-size: 27px;
}
.why-choose-main-content h1 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 18px;
}
.why-choose-main-content h6 {
    width: fit-content;
    padding: 0px 4px;
    border-radius: 10px;
    color: #bb215b;
    text-transform: capitalize;
    padding-bottom: 0px;
    font-weight: 800;
    font-size: 14px;
}
.why-choose-main-content p {
    font-size: 13px;
}
.why-choose-point-cov {
    margin-bottom: 6px;
    margin-top: 14px;
}
.why-choose-point-icon img {
    width: 41px;
    box-shadow: 0px 5px 10px 0px #bb215b6b;
    padding: 8px;
    border-radius: 8px;
    margin-right: 12px;
    border: 1px solid #bb215b;
}
.why-point h4 {
    margin-bottom: 1px;
    font-weight: 700;
    margin-top: 4px;
    font-size: 13px;
}
.our-partner-head {
    text-align: center;
    margin: 9px 0px;
    font-weight: 700;
    color: white;
    font-size: 23px;
    margin-bottom: 30px;
}
.partner-imges {
    border-radius: 13px;
    height: 100%;
    width: 100%;
    box-shadow: 0px 2px 5px -3px #4e4a47;
    border-bottom: 1px solid #2b2927;
    padding: 16px;
    margin-bottom: 27px;
}
.faq-item {
    border-bottom: 1px dotted #bb215b85;
    padding: 10px 0;
    padding-bottom: 0px;
}
.faq-question {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.faq-question .icon {
    transition: transform 0.3s ease;
    font-weight: bold;
    font-size: 18px;
    color: #bb215b;
}
.faq-answer p {
    margin: 10px 0;
    border-left: 4px solid #bb215b;
    padding-left: 10px;
    font-size: 11px !important;
}

.hero-product-box1 {
    text-align: center;
    padding: 10px;
    height: 115px;
    width: 85px;
    box-shadow: rgb(170 170 236 / 71%) 0px 1px 3px 0px, rgb(3 3 129 / 54%) 0px 1px 2px 0px;
    border-radius: 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 2px solid #000080b0;
    margin-bottom: 19px;
    margin-right: 10px;
}
.modal-content {
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    animation: fadeIn 0.3s ease-out;
}
.hero-product-box1 h6 {
    font-size: 11px;
}
.hero-product-box1 img {
    width: 37px;
}

}


.contact-us-main-wrapper{
    width: 100%;
    overflow-x: hidden;
}



.name, .mail, .mobno, .subject {
    padding: 24px 18px;
    border-radius: 7px;
    font-size: 12px;
    width: 100%;
    font-weight: 500;
    box-shadow: none;
    margin-bottom: 11px;
}
.msg-text {
    padding: 20px 18px;
    border-radius: 10px;
    font-size: 12px;
    height: 166px;
    font-weight: 500;

}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 -0.8rem rgba(0,123,255,.25);
}
.msg-submit {
    padding: 17px 36px;
    font-size: 13px;
    margin-top: 20px;
    background: #bb215b !important;
    border-radius: 8px;
    font-weight: 600;
    border: none;
    color: white;
}
.form-head h2 {
    font-weight: 700;
    margin: 20px 5px;
    color: white;
    font-size: 36px;
}


.contact-details {
    height: 100%;
    width: 100%;
    margin: 63px 0px;
    padding-bottom: 41px;
}
h2.contact-details-title {
    text-align: center;
    padding-bottom: 22px;
    font-weight: 700;
}
.contact-call-box, .contact-mail-box, .contact-location-box {
    /* padding: 25px; */
    height: 100%;
    width: 100%;
    border-radius: 22px;
    cursor: pointer;
    padding-bottom: 0px;
    text-align: center;
}
span.call-logo, .mail-logo, .location-icon {
    font-size: 28px;
    color: #bb215b;
    box-shadow: 0px 0px 1px 0px;
    padding: 9px 22px;
    height: 66px;
    border-radius: 6px;
    background-color: white;
}
.contact-call-box h4, .contact-mail-box h4, .contact-location-box h4 {
    padding: 0px 0px;
    margin: 0px;
}
.contact-call-box p, .contact-mail-box p {
    font-size: 17px;
    color: gray;
    padding-top: 1px;
}
.contact-location-box p {
    font-size: 13px;
    color: white;
    padding-top: 0px;
}
.contact-details-cover-box {
    box-shadow: 0px 0px 4px -2px;
    border-radius: 41px;
    position: relative;
    z-index: 9;
    padding-top: 19px;
    padding-left: 30px;
    padding-bottom: 1px;
    background: #000080;
}
.call-box-content, .mail-box-content, .location-box-content {
    margin: 19px 18px;
    padding-top: 7px;
    color: white !important;
}
.mail-box-content a {
    color: white;
    text-decoration: none;
}
.call-box-content a {
  color: white !important;
  text-decoration: none;
}
.contact-us-left-wrapper {
    background-color: #000080;
    padding: 46px;
    border-radius: 5px;
    height: 99%;
}
.shape-img2 img {
    position: absolute;
    right: 229px;
    z-index: 99;
    width: 8%;
}

.shape-img img {
    position: absolute;
    width: 3%;
    bottom: 101px;
    z-index: 99;
}
.contact-details-cover {
    height: 100%;
    width: 100%;
    position: relative;
}

@media only screen and (min-width: 320px) and (max-width : 479px){
    .contact-us-left-wrapper {
        background-color: #8cc243;
        padding: 37px;
        border-radius: 5px;
        height: 100%;
    }
    .name, .mail, .mobno, .subject {
        padding: 20px 22px;
        border-radius: 9px;
        font-size: 11px;
        width: 100%;
        font-weight: 500;
        box-shadow: none;
    }
    .msg-submit {
        padding: 14px 32px;
        font-size: 11px;
        margin-top: 20px;
        background: var(--secondary-color);
        border-radius: 8px;
        font-weight: 600;
        border: none;
    }
    .contact-details-cover-box {
        box-shadow: 0px 0px 4px -2px;
        border-radius: 16px;
        background-color: #f3f3f3;
        position: relative;
        z-index: 9;
        padding-top: 53px;
        padding-left: 0px;
        padding-bottom: 35px;
    }
    .shape-img2 img {
        position: absolute;
        right: 31px;
        z-index: 99;
        width: 24%;
    }
    .shape-img img {
        position: absolute;
        width: 12%;
        bottom: 272px;
        z-index: 99;
    }
    .shape-img1 img {
        position: absolute;
        width: 24%;
        bottom: 0px;
        z-index: 99;
        left: 174px;
    }
    span.call-logo, .mail-logo, .location-icon {
        font-size: 20px;
        color: #8cc243;
        box-shadow: 0px 0px 1px 0px;
        padding: 9px 19px;
        height: 66px;
        border-radius: 6px;
        background-color: white;
    }
    .contact-call-box, .contact-mail-box, .contact-location-box {
        /* padding: 25px; */
        height: 100%;
        width: 100%;
        border-radius: 22px;
        cursor: pointer;
        padding-bottom: 0px;
        text-align: center;
        margin-bottom: 44px;
    }
    .contact-call-box p, .contact-mail-box p {
        font-size: 15px;
        color: gray;
        padding-top: 0px;
    }
    .call-box-content, .mail-box-content, .location-box-content {
        margin: 13px 18px;
        padding-top: 7px;
    }
    .contact-call-box p a, .contact-mail-box p a {
        font-size: 13px;
        color: gray;
        padding-top: 0px;
        color: black !important;
    }
    .form-head h2 {
        font-weight: 700;
        margin: 20px 5px;
        color: white;
        font-size: 32px;
    }
    .contact-location-box p {
        font-size: 13px;
        color: white;
        padding-top: 0px;
        color: black;
    }
    .call-box-content, .mail-box-content, .location-box-content {
        margin: 13px 18px;
        padding-top: 7px;
        color: black !important;
    }
    .pos-corner-feature-point-box {
      text-align: center;
      padding: 13px;
      box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
          rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
      border-radius: 6px;
      background: #fff;
      margin-bottom: 12px;
  }
}





.pos-main-wrap {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
     background-image: url('/assets/images/frontend-images/pos-banner-img1.jpg');
    padding: 100px 0;
}



.pos-form {
    padding: 21px 5px 25px 36px;
    box-shadow: gray 0px 0px 13px -9px;
    background: white;
    border-radius: 20px;
}

button#pills-home-tab {
    background: cornflowerblue;
}

.pos-sub-btn {
    margin-top: 16px;
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    margin: 0px auto;
    height: 99%;
    width: 35%;
    background: black;
    border-radius: 14px;
    font-weight: 600;
    border: none;
    font-size: 14px;
}

.pos-feature-icon img {
    height: 55px;
    background: white;
    padding: 11px;
    box-shadow: 0px 2px 2px -1px #aeaeae;
    border-radius: 32px;
}

.pos-login-set {
    height: 100%;
    width: 100%;
    margin: 100px 0px;
}

.pos-login-form {
    padding: 29px;
    box-shadow: 0px 0px 13px -7px black;
    background: white;
    border-radius: 13px;
    margin-top: 22px;
}

.pos-form {
    padding: 21px 4px 22px 40px;
    box-shadow: 0px 0px 13px -9px gray;
    background: white;
    border-radius: 10px 10px 10px 10px;
}

.pos-insur-name, .pos-mail, .pos-ph-no, .pos-pin, .pos-city, .pos-password {
    height: 43px;
    border-radius: 11px;
    box-shadow: 0px 0px 13px -8px gray;
    font-size: 11px !important;
    padding: 7px 12px;
    font-weight: 500;
    
}

.pos-sub-btn {
    margin-top: 16px;
    padding: 12px 14px;
    display: flex;
    justify-content: center;
    margin: 0px auto;
    height: 86%;
    width: 30%;
    /* background: black; */
    border-radius: 10px;
    font-weight: 600;
    background: var(--color) !important;
}

button#pills-profile-tab:active {
    color: #bb215b !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #bb215b ! IMPORTANT;
}

.pos-insur-box, .pos-mail-box, .pos-ph-no-box, .pos-pin-box, .pos-city-box, .pos-password-box {
    width: 89%;
    padding-bottom: 0px;
    margin-bottom: 2px;
}

.pos-insur-box label, .pos-mail-box label, .pos-ph-no-box label, .pos-pin-box label, .pos-city-box label, .pos-password-box label {
    font-weight: 600;
    font-size: 12px;
    padding-left: 11px;
    padding-bottom: 0px;
}

.pos-signup-btn {
    background: #efa563 !important;
    padding: 10px 40px;
    width: 100%;
    color: white;
    font-weight: 700;
    font-size: 13px;
    margin-left: 0px;
    border-radius: 12px;
    cursor: pointer;
}

.pos-login-btn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 4px -1px #bb215b;
    padding: 10px 40px;
    width: 100%;
    color: #bb215b;
    font-weight: 700;
    font-size: 13px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    margin-left: 9px;
    background-color: white !important;
}

.pos-signup-btn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 4px -1px #bb215b;
    padding: 10px 40px;
    width: 100%;
    color: #bb215b;
    font-weight: 700;
    font-size: 13px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    margin-left: 9px;
    background-color: white !important;
}

.pos-login-btn-box {
    margin-right: 44px;
}

.pos-sub-btn-box {
    padding-top: 22px;
}

.form-top-set{
    display: flex;
    justify-content: space-around;
}
@media only screen and (min-width: 320px) and (max-width : 479px){

    .pos-main-wrap {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
         background-image: url('/assets/images/frontend-images/pos-banner-img1.jpg');
        padding: 62px 0;
    }
    .pos-corner-details-content h2 {
        font-family: poppins;
        font-size: 14px;
        font-weight: bold;
        color: #000;
        text-align: center;
    }

    .pos-corner-desc-content {
        margin-bottom: 30px;
        font-size: 11px;
    }

    .pos-signup-btn {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 4px 4px -1px var(--color);
        padding: 11px 32px;
        width: 100%;
        color: var(--color);
        font-weight: 700;
        font-size: 11px;
        border: none;
        border-radius: 12px;
        cursor: pointer;
        margin-left: 3px;
        background-color: white !important;
    }
    .pos-login-btn {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 4px 4px -1px var(--color);
        padding: 11px 39px;
        width: 100%;
        color: var(--color);
        font-weight: 700;
        font-size: 11px;
        border: none;
        border-radius: 12px;
        cursor: pointer;
        margin-left: 0px;
        background-color: white !important;
    }
    .pos-form {
        padding: 21px 22px 22px 22px;
        box-shadow: 0px 0px 13px -9px gray;
        background: white;
        border-radius: 8px !important;
    }
    .pos-insur-name, .pos-mail, .pos-ph-no, .pos-pin, .pos-city, .pos-password {
        height: 39px;
        border-radius: 8px;
        box-shadow: 0px 0px 13px -8px gray;
        font-size: 11px !important;
        padding: 7px 12px;
        font-weight: 500;
        text-transform: capitalize;
    }
    .pos-sub-btn {
        margin-top: 16px;
        padding: 11px 14px;
        display: flex;
        justify-content: center;
        margin: 0px auto;
        height: 86%;
        width: 51%;
        /* background: black; */
        border-radius: 10px;
        font-weight: 600;
        background: var(--color) !important;
        font-size: 13px;
    }
    .form-top-set {
        display: flex;
        justify-content: space-between;
    }
}
.make-a-claim-main-wrap {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
     background-image: url('/assets/images/frontend-images/pos-banner-img1.jpg');
    padding: 100px 0;
}

.make-claim-feature-select-wrap label {
    margin-top: 23px;
    color: #bb215b;
    font-weight: 600;
    margin-bottom: 3px;
}

.make-claim-feature-select-wrap .form-control {
    padding: 12px 14px;
    height: 47px;
    font-size: 14px !important;
    border-radius: 10px;
}

.pos-corner-feature-point-box img {
    width: 29% !important;
}

.pos-corner-feature-point-box p {
    margin: 0;
}

.pos-corner-feature-point-box {
    text-align: center;
    padding: 13px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
        rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    border-radius: 6px;
    background: #fff;
}

.pos-corner-desc-content {
    color: #fff;
}

.pos-corner-feature-points-wraper {
    margin-top: 17px;
}

.pos-corner-feature-point-box h4 {
    margin: 15px 0px;
    font-weight: bold;
    font-family: poppins;
    font-size: 16px;
    margin-bottom: 6px;
}

.pos-corner-desc-content {
    margin-top: 27px;
}
.pos-form-wraper {
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 16px;
    background: white; 
  }
.pos-corner-details-content h2 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

  .border-btn {
    background: none;
    border: 2px solid #2edaca;
    padding: 9px 35px;
    border-radius: 23px;
    cursor: pointer;
}
.sub-btn {
    background-color: darkblue;
    color: white;
    border: none;
    margin-top: 26px;
    margin-left: 10px;
}
.pos-form-wraper .form-control {
    padding: 12px 14px;
    height: 47px;
    font-size: 14px !important;
    border-radius: 10px;



}


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