@import url('https://fonts.googleapis.com/css2?family=Unna:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Basic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
.body {
  font-family: "Basic", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  overflow-x: hidden;

}

h1,h2{
  /* font-family: "Arvo", serif; */
  font-weight: 400;
  font-family: "DM Sans", sans-serif !important;
}
a.navbar-brand.navbar-repo.header-logo {
  width: 19%;
}
p {
  font-family: "DM Sans", sans-serif !important;
  font-weight: 400;
}

.header-logo img {
  width: 71%;
  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: 0px 1px 3px -1px lightgray;
}




/* .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, #18cb96 0%, #38ecb6 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: 15px;
  margin-left: 11px;
  font-weight: 500;
  color: white;
  font-family: 'DM Sans';
}

.login-btn-cov {
  position: relative;
  padding: 6px 27px;
  border-radius: 6px;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: #18cb96 !important;
  transition: all 0.2s ease;
  padding-bottom: 8px;
  font-weight: 700;
  
  margin-left: 12px;
  font-family: 'DM Sans';
}
.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: 18px;
  margin-top: 1px;
}

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;
  font-weight: 500;
  font-family: 'DM Sans';
}
.footer-set.footer-set1 p {
  font-weight: 500;
}

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

li.footer-set2-list a {
    color: black;
    font-family: "DM Sans", sans-serif !important;
    text-decoration: none;
}

.footer-logo img {
  width: 67%;
  margin-bottom: 20px;
}

.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: #18cb96;
}
.social-links-cover {
  display: flex;
  justify-content: start;
}



.footer-para {
  background: linear-gradient(358deg, #18cb96, #b8efdf);
}
.footer-set h4 {
  color: #18cb96;
  text-decoration: none;
  font-weight: 500;
  font-family: 'DM Sans';
  border-bottom: 2px double;
  width: fit-content;
}

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

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



/* hero section */

.hero-main-wraper {
  background-image: url('/assets/images/frontend-images/hero-page-bg.png');
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  padding: 30px 0px;
}

.hero-main-wraper-content-cov h2 span {
  color: #18cb96;
}
.hero-main-wraper-content-cov h2 {
  text-align: center;
  font-size: 31px;
  font-weight: 700;
}
.hero-main-wraper-illustror {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.hero-product-wraper {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

/* Cursor */
.cursor{
  position: relative;
  width: 24em;
  margin: 0 auto;
  border-right: 2px solid rgba(255,255,255,.75);
  font-size: 30px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);    
}
/* Animation */
.typewriter-animation {
animation: 
  typewriter 5s steps(50) 1s 1 normal both, 
  blinkingCursor 500ms steps(50) infinite normal;
}
@keyframes typewriter {
from { width: 0; }
to { width: 100%; }
}
@keyframes blinkingCursor{
from { border-right-color: rgba(255,255,255,.75); }
to { border-right-color: transparent; }
}


.hero-product-box-icon {
  display: flex;
  justify-content: center;
}
.hero-product-box-icon img {
  width: 54px;
}
.hero-product-box.product-box2 h6 {
  margin-top: 4px;
}

.hero-product-box.product-box1 {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 129px;
  width: 174px;
  padding-bottom: 9px;
  padding-top: 10px;
  margin-top: 22px;
}
.hero-product-box.product-box2 {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 117px;
  width: 156px;
  padding-bottom: 9px;
  padding-top: 10px;
  margin-top: 33px;
}
.hero-product-box {
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  height: 150px;
  width: 187px;
  padding-bottom: 9px;
  padding-top: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  background: white;
  border-bottom: 2px solid #18cb96;
  font-family: 'DM Sans';
}
.product-box1 h6 {
  font-size: 15px;
  margin-top: 7px;
}
.hero-product-box h6 {
  font-size: 13px;
  margin-top: 9px;
  text-align: center;
}
.hero-main-wraper-illustror img {
  width: 49%;
}

.hero-main-wraper-cov {
  padding-top: 15px;
}

/* hero about section */
.hero-about-wraper {
  height: 100%;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 70px;
}
.hero-about-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.hero-about-content h4 {
  font-size: 21px;
  font-weight: 700;
  color: #18cb96;
  font-family: 'DM Sans';
}
.hero-about-content h1 {
  margin: 10px 0px;
  margin-bottom: 14px;
  text-transform: capitalize;
  font-size: 29px;
  font-weight: 700;
}
.hero-about-content h1 span {
  color: #19cc97;
}
.hero-about-illustror img {
  width: 81%;
}
.hero-about-illustror.aos-init.aos-animate {
  display: flex;
  justify-content: center;
}
.hero-about-counter-box-cov {
  display: flex;
  justify-content: start;
  gap: 57px;
  margin-top: 30px;
}
.service-box-content {
  margin-left: 10px;
}
.service-box {
  display: flex;
  background: #e8fff8;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 27px;
  height: 230px;
}
.service-box-content h5 {
  font-weight: 700;
  font-family: 'DM Sans';
}
.our-service-wraper img {
  width: 100%;
}
.our-service-wraper {
  display: flex;
  justify-content: start;
  align-items: end;
  height: 100%;
  margin-top: -25px;
}

.our-service-top-content h6 {
  font-weight: 700;
  color: #33d6ff;
}
.our-service-top-content h6 {
  font-weight: 700;
  color: #18cb96;
  font-size: 20px;
}
.our-service-top-content h2 {
  font-size: 35px;
  font-weight: 700;
}
.service-box-icon img {
  width: 26px;
  height: 26px;
}

.service-box-content p {
  font-size: 14px;
}

.our-partner-wrapper {
  height: 100%;
  width: 100%;
  margin: 50px 0px;
}
img.partner-imges {
  width: 87%;
  margin: 19px 0px;
  box-shadow: 1px 3px 4px 1px #dddddd;
  border-radius: 10px;
}

.our-partner-main-head {
  text-align: center;
  padding-top: 27px;
  font-weight: 700;
  font-size: 49px;
}

.our-partners-cover {
  margin-top: 25px
}

.our-partners-logos {
  height: 99%;
  width: 82%;
  box-shadow: 0px 0px 5px -1px #eeeeee;
  background: white;
  border: 1px solid #cacaca;
  border-radius: 11px;
}

img.partner-imges {
  width: 100px;
  margin: 12px 0px;
  box-shadow: inset 0px -2px 1px 0px #18cb96;
  border-radius: 5px;
  border: 1px solid gainsboro;
  padding: 8px;
  background: white;
}
.our-partner-main-head {
  /* font-family: 'circular'; */
  text-align: center;
  padding-top: 27px;
  font-weight: 700;
  font-size: 37px;
}

h1.our-partner-main-head span {
  color: #7c9bca;
}
.our-partner-left-section h2 {
  font-weight: 800;
}
.our-partner-left-section p {
  font-size: 18px;
}

.our-partner-main-wraper {
  background: linear-gradient(5deg, #e4fff7, #f2fefbb8);
  padding: 54px 0px;
  margin: 40px 0px;
  height: 100%;
  width: 100%;
}

/* .our-partner-main-head span{
  color: #007bff;
} */

.partner-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 9px;
  width: 15px;
  border-radius: 12px;
  background-color: #000000;
}
.our-partner-wrpaer img {
  width: 100%;
}

.why-choose-main-wraper {
  background-image: url('/assets/images/frontend-images/testimonial-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.why-choose-us-left-set h6 {
  color: #18cb96;
  font-weight: 700;
  font-family: 'DM Sans';
}
.faq-container {
  max-width: 600px;
  margin: 60px auto;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 20px;
  position: relative;
}

.faq-header {
  background-color: #18cb96;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 15px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  font-family: 'DM Sans';
}

.faq-header::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 30px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #18cb96;
}
.why-choose-us-left-set {
  margin-top: 58px;
}
.card {
  border: none;
  margin-top: 28px;
}

.card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}

.btn-link {
    font-weight: 600;
    font-size: 1.05rem;
    text-decoration: none;
    color: #000;
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    border: 1px solid #f8f7f7;
    border-radius: 7px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 3px solid #18cb96;
    font-family: 'DM Sans';
}
.btn-link:hover {
  color: #18cb96;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus {
  text-decoration: none;
}

.card-body {
  background-color: #f8f8f8;
  border-radius: 0 0 6px 6px;
  padding: 15px 20px;
  font-size: 0.95rem;
  color: #444;
  font-family: 'DM Sans';
}
.why-choose-us-illustrator {
  display: flex;
  justify-content: center;
  margin-top: 41px;
}
.why-choose-us-left-set h1 {
  font-weight: 800;
}
.why-choose-us-illustrator img {
  width: 82%;
}

.question-number {
  color: #18cb96;
  margin-right: 8px;
  font-weight: bold;
}

.arrow {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.collapsed .arrow {
  transform: rotate(0deg);
}

.arrow.rotate {
  transform: rotate(180deg);
}

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

.hero-about-count-box h3 {
  font-weight: 800;
}
.hero-about-count-box p {
  color: black;
  font-weight: 500;
}

.why-choose-us-image-box {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}

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


  .header-logo img {
    width: 100%;
    background: white;
    padding: 2px;
    border-radius: 10px;
}
a.navbar-brand.navbar-repo.header-logo {
  width: 29%;
}

.hero-main-wraper-content-cov h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
  .hero-product-box.product-box2 {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 117px;
    width: 156px;
    padding-bottom: 9px;
    padding-top: 10px;
    margin-top: 31px;
}

.hero-product-box {
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 133px;
  width: 151px;
  padding-bottom: 9px;
  padding-top: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  background: white;
  margin-top: 21px;
}

.hero-product-box.product-box2 {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 109px;
  width: 133px;
  padding-bottom: 9px;
  padding-top: 10px;
  margin-top: 31px;
}

.hero-about-illustror img {
  width: 70%;
}
.hero-about-illustror {
  display: flex;
  justify-content: center;
}

.hero-about-content h1 {
  margin: 10px 0px;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.hero-about-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: #7676ff;
}
.hero-about-counter-box-cov {
  display: flex;
  justify-content: center;
  gap: 36px;
  margin-top: 31px;
  margin-bottom: 23px;
}
.hero-about-count-box {
  text-align: center;
}



.btn-link {
  font-weight: 600;
  font-size: 10px;
  text-decoration: none;
  color: #000;
  width: 100%;
  text-align: left;
  padding: 5px 11px;
  border: 1px solid #ccc;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.arrow {
  font-size: 11px;
  transition: transform 0.3s ease;
}
.question-number {
  color: #3E3DA1;
  margin-right: 1px;
  font-weight: bold;
}
.faq-header {
  background-color: #18cb96;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 9px 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  font-size: 11px;
}
.footer-section-main-wrapper {
  border-top: 1px solid;
  padding-top: 45px;
  margin-top: 1px;
}
.why-choose-us-left-set h1 {
  font-weight: 800;
  font-size: 20px;
} 
.why-choose-us-left-set h6 {
  color: #18cb96;
  font-weight: 700;
  font-size: 12px;
}
.our-partner-wrpaer {
  margin-top: 43px;
}
.our-partner-left-section h2 {
  font-weight: 800;
  font-size: 20px;
}
.our-partner-left-section p {
  font-size: 11px;
}

.hero-product-wraper {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
}
.hero-product-box-icon img {
  width: 38px;
}
.hero-product-box h6 {
  font-size: 12px;
  margin-top: 12px;
}
.hero-product-wraper {
  display: flex;
  justify-content: center;
  gap: 23px;
  width: 100%;
  flex-wrap: wrap;
  margin-left: 0px;
}
.hero-about-content p {
  font-size: 13px;
}
.hero-product-box.product-box1 {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 113px;
  width: 125px;
  padding-bottom: 9px;
  padding-top: 10px;
  margin-top: 19px;
}
.hero-product-box.product-box2 {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 113px;
  width: 125px;
  padding-bottom: 9px;
  padding-top: 10px;
  margin-top: 20px;
}
.hero-product-box {
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 113px;
  width: 125px;
  padding-bottom: 9px;
  padding-top: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  background: white;
  margin-top: 21px;
}
.hero-product-box h6 {
  font-size: 11px;
  margin-top: 12px;
  text-align: center;
}
.hero-about-count-box h3 {
  font-weight: 800;
  font-size: 19px;
}
.hero-about-count-box p {
  color: #7c9bca;
  font-weight: 500;
  font-size: 13px;
}
.our-service-top-content h6 {
  font-weight: 700;
  color: #18cb96;
  font-size: 15px;
  text-transform: uppercase;
}
.our-service-top-content h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.our-service-top-content p {
  font-size: 13px;
}
.service-box {
  display: flex;
  background: #e8fff8;
  padding: 20px 13px;
  border-radius: 20px;
  margin-bottom: 27px;
  height: inherit;
}
.service-box-content {
  margin-left: 7px;
}
.service-box-content p {
  font-size: 13px;
  margin-top: 9px;
}
.service-box-content h5 {
  font-weight: 700;
  text-transform: capitalize;
}
.service-box-icon img {
  width: 21px;
  height: 17px;
  margin-top: -13px;
}
.our-partner-images-cov {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
}
.our-partner-images-cov {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 20px;
    margin-top: 13px;
}
img.partner-imges {
    width: 70px;
    margin: 12px 0px;
    box-shadow: inset 0px -2px 1px 0px #18cb96;
    border-radius: 5px;
    border: 1px solid gainsboro;
    padding: 8px;
    background: white;
}
.our-service-wraper {
  display: flex;
  justify-content: start;
  align-items: end;
  height: 100%;
  margin-top: 2px;
}
.card-body {
  background-color: #f8f8f8;
  border-radius: 0 0 6px 6px;
  padding: 15px 20px;
  font-size: 0.95rem;
  color: #444;
  font-size: 10px;
}

.footer-logo img {
  width: 31%;
  margin-bottom: 21px;
}
.footer-set1 {
  border-right: none;
}
.footer-set h4 {
  color: #18cb96;
  text-decoration: none;
}
li.footer-set2-list {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
}
.footer-social-link {
  margin: 0px 9px;
  font-size: 15px;
  color: #18cb96;
}
.hero-main-wraper-illustror img {
  width: 70%;
}
.card {
  border: none;
  margin-top: 19px;
}
.hero-service-main-wraper {
  margin: 40px 0px;
}

.service-box-content h5 {
  font-weight: 700;
}
.footer-para p {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 12px;
  color: white;
}
.login-btn-cov {
  position: relative;
  padding: 6px 27px;
  border-radius: 6px;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: #18cb96 !important;
  transition: all 0.2s ease;
  padding-bottom: 8px;
  font-weight: 700;
  margin-left: 5px;
  font-family: 'DM Sans';
  margin-bottom: 20px;
} 
}


/* -------------------------ABOUT US STARTS -=--=-=-=-=-==-=---=-=-=-=-=-=-=-==-=--=-=-=-= */


.our-believes-wraper {
  margin: 30px 0px;
  margin-bottom: 70px;
}
.about-us-page-image img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 334px;
}
.about-us-page-image {
  width: 73%;
  position: absolute;
  top: 37px;
  left: 47px;
}
.about-us-page-wraper {
  margin-top: 54px;
}

.about-us-page-image-border {
  border-radius: 12px;
  position: absolute;
  border: 8px solid #2bdfa9;
  width: 421px;
  left: 17px;
  height: 342px;
}

.about-us-page-paragraph {
  color: var(--gray-col);
}

.about-us-page-heading {
  font-size: 27px;
  margin-bottom: 35px;
  font-weight: 700;
  text-align: center;
  font-family: 'Arvo';
}

.about-us-page-heading span {
  color: #32e6b0;
}

.about-us-page-image-box {
  position: relative;
}
.why-choose-us-image {
  width: 100%;
  margin-left: 36px;
}
.why-choose-us-image img {
  object-fit: cover;
  width: 90%;
  border-radius: 16px;
  height: 334px;
}
.why-choose-us-paragraph p {
  color: var(--gray-col);

  padding: 0 6px;
}
.why-choose-us-paragraph p i {
  color: #1160b6;
  font-size: 21px;
  font-weight: 800;
}

.why-choose-us-heading {
  font-size: 27px;
  margin-bottom: 52px;
  font-weight: 700;
  margin-top: 59px;
  text-align: center;
  font-family: 'Arvo';
  text-transform: capitalize;
}
.why-choose-us-heading span {
  color: #2ce0aa;
}
.why-choose-us-paragraph-image img {
  top: 5px;
  width: 37%;
  position: absolute;
  left: 35px;
  filter: drop-shadow(5px 6px 8px #1160b6);
}
/* span {
  color: black;
  font-weight: 700;
} */
.why-choose-us-paragraph-image {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

.our-believes-image {
  width: 27%;
  margin: 0 auto;
}
.our-believes-image img {
  width: 100%;
}
.our-belives-heading {
  margin: 64px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Arvo';
  margin-bottom: 33px;
}
.our-belives-heading span {
  color: #18cb96;
}
.our-believes-heading {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  margin: 10px 0;
}

.our-believes-box {
  padding: 28px 10px;
  background: #ffffff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  font-family: 'DM Sans';
  border-radius: 20px;
}
.our-believes-paragraph {
  color: var(--gray-col);
  text-align: center;
}
.our-believes-heading span {
  color: #1160b6;
}
.why-choose-us-wraper {
  margin-top: 200px;
}



/* claim style */
/* Claims Main Page Starts */

.claim-image-cover img {
  width: 95%;
  height: 431px;
  border-top: 15px solid #1bce99;
  box-shadow: rgb(2 140 237 / 24%) 0px 3px 8px;
  margin-top: 50px;
  object-fit: cover;
  border-bottom: 15px solid;
  border-radius: 120px 10px;
}
.claim-image-cover {
  width: 100%;
}
.claim-left-box-icon {
  width: 35%;
  margin: 0 auto;
}
.claim-left-box-icon img {
  width: 100%;
  margin: 10px 0;
}

.claim-page-form-heading {
  text-align: center;
  font-weight: 600 !important;
  font-size: 16px !important;
  width: 69%;
  color: #1bce99 !important;
  margin: 0 auto;
  font-family: arvo;
}
.claim-sign-up-cover {
  display: flex;
}
.claim-sign-up-icon img {
  width: 18%;
  margin: 0 5px;
}
.claim-page-form-wraper {
    height: inherit;
    width: 100%;
    padding: 17px;
    background: white;
    box-shadow: rgb(204 255 240) 0px 1px 8px 2px;
    margin-top: 50px;
    border-radius: 24px;
    margin-left: 0px;
    /* margin-bottom: 30px; */
    padding-bottom: 38px;
}
.div-claim-left-box-cover {
  text-align: center;
  padding: 9px 8px;
  box-shadow: rgb(183 255 233) 0px 3px 8px;
  margin: -24px 0px;
  background: white;
  border-radius: 28px;
  margin-top: 58px;
}
.claim-text p {
  font-family: 'DM Sans';
  font-weight: 700;
}
.claim-main-wraper {
  background-image: url(../images/hero-bg.png) !important;
  height: 672px;
}
.claim-left-box-icon-text {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 9px;
  font-family: 'DM Sans';
}
hr.claim-page-form-heading-line {
  width: 50%;
  margin: 11px auto;
}
.claim-page-form-wraper label {
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 5px;
  font-family: 'DM Sans';
}
.claim-page-form-wraper .form-control {
  border-radius: 9px;
  height: 48px;
  font-size: 13px;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset,
    rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  font-family: 'DM Sans';
}
.claim-page-form-wraper button {
  border-radius: 18px;
  margin-left: 15px;
  background: #1bce99;
  border: none;
  color: white;
  margin-top: 27px;
  box-shadow: rgb(202 255 239) 0px 3px 8px;
  width: 402px;
  height: 45px;
  font-size: 13px;
  font-family: 'DM Sans';
  font-weight: 600;
}

.make-a-claim-main-wrap {
  height: 100%;
  width: 100%;
  margin: 60px 0px;
}
.claim-text {
  font-size: 24px;
  width: 55%;
  font-weight: 700;
  margin-top: -69px;
  margin-left: 15px;
  font-family: 'Arvo';
}

.claim-text span {
  color: #1bce99;
}
.claim-sign-up-icon {
  margin: 0 10px;
  border: 1px solid;
  width: 51%;
  border-radius: 9px;
  padding: 9px 5px;
}
.claim-page-form-button-wraper {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* POS PAGE STARTS FROM HERE */

.pos-image-cover img {
  width: 95%;
  height: 100%;
  border-top: 15px solid #18cb96;
  box-shadow: rgb(197 255 238) 0px 3px 8px;
  margin-top: 45px;
  object-fit: cover;
  border-bottom: 15px solid;
  border-radius: 120px 10px;
}
.pos-image-cover {
  width: 100%;
}
.pos-left-box-icon {
  width: 35%;
  margin: 0 auto;
}
.pos-left-box-icon img {
  width: 100%;
  margin: 10px 0;
}
.pos-main-wrap.cust-page-wraper {
  height: 100%;
  width: 100%;
  margin: 60px 0px;
}
.pos-page-form-heading {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  width: 69%;
  color: #1160b6;
  margin: 0 auto;
}
.pos-sign-up-cover {
  display: flex;
}
.pos-sign-up-icon img {
  width: 18%;
  margin: 0 5px;
  display: none;
}
.pos-page-form-wraper {
  height: auto;
  width: 104%;
  padding: 17px;
  background: white;
  box-shadow: rgb(2 140 237 / 24%) 0px 3px 8px;
  margin-top: 50px;
  border-radius: 24px;
  margin-left: -14px;
}
.div-pos-left-box-cover {
  text-align: center;
  padding: 9px 8px;
  box-shadow: rgb(176 237 219) 0px 3px 5px;
  margin: -24px 0px;
  background: white;
  border-radius: 17px;
  margin-top: 58px;
}
.pos-main-wraper {
  background: url("image/hero-bg.png");
  height: 672px;
}
.pos-left-box-icon-text {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 9px;
  font-family: 'DM Sans';
}
hr.pos-page-form-heading-line {
  width: 50%;
  margin: 11px auto;
}
.pos-form {
  padding: 21px 3px 22px 40px;
  box-shadow: 0px 0px 13px -9px #474747;
  background: white;
  border-radius: 5px 3px 0px 0px;
  margin-top: 35px;
}

.pos-insur-name, .pos-mail, .pos-ph-no, .pos-pin, .pos-city, .pos-password {
  height: 39px;
  border-radius: 11px;
  box-shadow: 0px 0px 13px -8px gray;
  font-size: 12px;
  padding: 7px 12px;
  font-weight: 600;
  font-family: 'DM Sans';
}

.pos-sub-btn {
  margin-top: 16px;
  padding: 8px 22px;
  display: flex;
  justify-content: center;
  margin: 0px auto;
  width: fit-content;
  background: black;
  border-radius: 7px;
  font-weight: 600;
  font-family: 'DM Sans';
  font-size: 14px;
}

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

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #18cb96 !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;
}

.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: 7px;
  padding-bottom: 0px;
  font-family: 'DM Sans';
}

.pos-signup-btn {
  background: #18cb96  !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 #18cb96 ;
  padding: 9px 33px;
  width: 100%;
  color: #18cb96 ;
  font-weight: 700;
  font-size: 13px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  margin-left: 9px;
  background-color: white !important;
  font-family: 'DM Sans';
}
.pos-text p {
  font-size: 21px;
  margin-top: 20px;
  font-weight: 600;
}

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

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

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



.pos-card-deatils-cover {
  background: #18cb96 ;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.form-top-set {
  display: flex;
  justify-content: space-around;
  padding-bottom: 15px;
}


.contact-us-page-heading {
  color: #1160b6;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border: 1px solid;
  width: 75%;
  margin: 22px auto;
  border-radius: 10px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url('/assets/images/contact-bg.jpg');
  background-size: cover;
  color: white;
}
.contact-us-page-map iframe {
  width: 100%;
  height: 278px;
}
.contact-us-page-map {
  margin: 0px auto;
  height: 261px;
  margin-bottom: 55px;
  width: 75%;
}
.contact-us-icon-paragraph {
  padding: 0px 10px;
  text-align: center;
  font-size: 14px;
  margin-top: -11px;
  font-weight: 500;
}
.contact-page-icon {
  left: 98px;
  width: 56px;
  display: flex;
  position: absolute;
  /* background: #1160b6; */
  margin: 0 auto;
  top: -34px;
  height: 56px;
  color: white;
  font-size: 19px;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.contact-us-page-box {
  padding: 1px;
  display: flex;
  background: #f8fcff;
  justify-content: center;
  height: 159px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  top: 18px;
  border-radius: 20px;
  flex-direction: column;
}
.contact-page-icon-heading {
  font-weight: 700;
  margin-top: -31px;
  margin-bottom: -12px;
  color: #1160b6;
  text-align: center;
  font-size: 17px;
}
.contact-page-icon-heading.office-loc {
  margin-top: 17px;
}

.contact-us-page-form-heading {
  color: #1160b6;
  font-weight: 700;
  text-align: center;
  margin-top: -23px;
  margin-bottom: -9px;
  font-size: 28px;
}
.contact-us-page-form-wraper {
  margin-top: 34px;
}
.contact-us-page-form-wraper .container {
  width: 866px;
}
.contact-us-page-form-wraper .form-group .form-control {
  height: 50px;
  font-size: 13px;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset,
      rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.contact-us-page-form-wraper .form-group .form-control.message {
  height: 100px;
  font-size: 13px;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset,
      rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.contact-us-page-form-wraper form {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
      rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 38px;
  padding: 57px;
}

.contact-us-page-button-wraper button {
  background: #1160b6;
  margin-left: 15px;
}

.contact-us-page-button-wraper button {
  height: 44px;
  color: white;
  border: none;
  background: #1160b6;
  border-radius: 10px;
  margin-left: 15px;
  width: 120px;
}

.contact-us-page-button-wraper button:hover {
  color: #1160b6;
  border: 1px solid #1160b6;
  background-color: white;
  transition: 0.5s;
}
hr.form-heading {
  width: 25%;
  background: #d7cece;
  margin-bottom: 22px;
  height: 0px;
}
hr.contact-page-icon-heading-line {
  width: 30%;
  height: 0px;
  background: #d7cece;
}
.contact-form-btn-wrap button {
  color: white;
  border: none;
  background: #1160b6;
  border-radius: 10px;
  margin-left: 15px;
  text-transform: math-auto;
  font-weight: 600;
  padding: 10px 31px;
}

.contact-form-wrap {
  margin-top: 39px;
  padding: 42px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  background: aliceblue;
}
.contact-form-wrap h3 {
  font-weight: 700;
  margin-bottom: 28px;
  text-transform: capitalize;
  color: #1160b6;
  font-size: 23px;
}

.contact-form-wrap input {
  box-shadow: 0px 2px 10px -4px lightgray;
  border-radius: 10px;
  height: 47px;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-form-wrap label {
  margin-left: 8px;
  font-weight: 500;
}
.contact-form-wrap textarea {
  height: 100px;
  border-radius: 10px;
  box-shadow: 0px 2px 7px -2px lightgray;
  padding: 10px 17px;
}
.contact-form-btn-wrap {
  margin-top: 9px;
}
.contact-form-btn-wrap button {
  color: white;
  border: none;
  background: #1160b6;
  border-radius: 10px;
  margin-left: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 31px;
}

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

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }
  .about-us-page-image {
    width: 73%;
    position: absolute;
    top: 29px;
    left: 60px;
    display: none;
}
.about-us-page-heading {
  font-size: 27px;
  margin-bottom: 5px;
  font-weight: 700;
  text-align: center;
  font-family: 'Arvo';
}

.why-choose-us-heading {
  font-size: 21px;
  margin-bottom: 19px;
  font-weight: 700;
  margin-top: 15px;
  text-align: start;
  font-family: 'Arvo';
  text-transform: capitalize;
}
.why-choose-us-wraper {
  margin-top: 20px;
}
.why-choose-us-paragraph-image img {
  top: 5px;
  width: 100%;
  position: absolute;
  left: 15px;
  filter: drop-shadow(5px 6px 8px #1160b6);
}
.why-choose-us-paragraph p {
  color: var(--gray-col);
  padding: 0 0px;
  font-size: 13px;
}
.about-us-page-paragraph p {
  font-size: 12px;
}
.why-choose-us-paragraph-image img {
  top: 2px;
  width: 74%;
  position: absolute;
  left: 4px;
  filter: drop-shadow(5px 6px 8px #1160b6);
}
.why-choose-us-image img {
  object-fit: cover;
  width: 100%;
  border-radius: 16px;
  height: 100%;
}
.why-choose-us-image {
  width: 100%;
  margin-left: 0px;
}
.our-belives-heading {
  margin: 64px 0;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  font-family: 'Arvo';
  margin-bottom: 15px;
}
.our-believes-box {
  padding: 28px 10px;
  background: #ebf5ff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 33px;
  font-family: 'DM Sans';
}
.about-us-page-wraper {
  margin-top: 32px;
}
.about-us-page-heading {
  font-size: 21px;
  margin-bottom: 5px;
  font-weight: 700;
  text-align: start;
  font-family: 'Arvo';
}
.about-us-page-image-border {
  border-radius: 12px;
  position: absolute;
  border: 8px solid #1160b6;
  width: 413px;
  left: 17px;
  height: 369px;
  display: none;
}
.claim-text {
  font-size: 19px;
  width: 100%;
  font-weight: 700;
  margin-top: 65px;
  margin-left: 15px;
  font-family: 'Arvo';
}
.claim-page-form-wraper {
  height: 100%;
  width: 100%;
  padding: 17px;
  background: white;
  box-shadow: rgb(2 140 237 / 24%) 0px 3px 8px;
  margin-top: 50px;
  border-radius: 24px;
  margin-left: 0px;
}
.claim-image-cover img {
  width: 100%;
  height: 100%;
  border-top: 15px solid #1160b6;
  box-shadow: rgb(2 140 237 / 24%) 0px 3px 8px;
  margin-top: 50px;
  object-fit: cover;
  border-bottom: 15px solid;
  border-radius: 120px 10px;
}
.claim-left-box-icon img {
  width: 65%;
  margin: 10px 0;
}
.pos-left-box-icon img {
  width: 50%;
  margin: 10px 0;
}
.pos-image-cover img {
  width: 100%;
  height: 100%;
  border-top: 15px solid #1160b6;
  box-shadow: rgb(2 140 237 / 24%) 0px 3px 8px;
  margin-top: 50px;
  object-fit: cover;
  border-bottom: 15px solid;
  border-radius: 120px 10px;
}

.pos-text {
  font-size: 18px;
  width: 100%;
  font-weight: 700;
  margin-top: 7px;
  margin-left: 15px;
  font-family: 'Arvo';
}
.pos-sign-up-icon {
  margin: 0 10px;
  border-bottom: 1px solid;
  border-radius: 9px;
  padding: 9px 0px;
  width: auto;
  height: 100%;
  font-size: 10px;
}

.contact-us-page-heading {
  color: #1160b6;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border: 1px solid;
  width: 100%;
  margin: 22px auto;
  border-radius: 10px;
}
.contact-us-page-box {
  padding: 1px;
  display: flex;
  background: #f8fcff;
  justify-content: center;
  height: 159px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  top: 18px;
  border-radius: 20px;
  flex-direction: column;
  margin-bottom: 57px;
}
.contact-page-icon {
  left: 120px;
  width: 56px;
  display: flex;
  position: absolute;
  background: #1160b6;
  margin: 0 auto;
  top: -28px;
  height: 56px;
  color: white;
  font-size: 19px;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


}


.contact-us-page-heading {
  color: #1160b6;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border: 1px solid;
  width: 75%;
  margin: 22px auto;
  border-radius: 10px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url('/assets/images/contact-bg.jpg');
  background-size: cover;
  color: white;
  font-family: 'DM Sans';
}
.contact-us-page-map iframe {
  width: 100%;
  height: 278px;
}
.contact-us-page-map {
  margin: 0px auto;
  height: 261px;
  margin-bottom: 55px;
  width: 75%;
}
.contact-us-icon-paragraph {
  padding: 0px 10px;
  text-align: center;
  font-size: 12px;
  margin-top: -11px;
  font-weight: 500;
}
.contact-page-icon {
  left: 98px;
  width: 56px;
  display: flex;
  position: absolute;
  /* background: #30e3ae; */
  margin: 0 auto;
  top: -34px;
  height: 56px;
  color: white;
  font-size: 19px;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contact-page-icon img {
  width: 37px;
}
.contact-us-page-box {
  padding: 1px;
  display: flex;
  background: #f8fcff;
  justify-content: center;
  height: 159px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  top: 18px;
  border-radius: 20px;
  font-family: 'DM Sans';
  flex-direction: column;
}
.contact-page-icon-heading {
  font-weight: 700;
  margin-top: -31px;
  margin-bottom: -12px;
  color: #18cb96;
  text-align: center;
  font-size: 17px;
}
.contact-page-icon-heading.office-loc {
  margin-top: 17px;
}

.contact-us-page-form-heading {
  color: #1160b6;
  font-weight: 700;
  text-align: center;
  margin-top: -23px;
  margin-bottom: -9px;
  font-size: 28px;
}
.contact-us-page-form-wraper {
  margin-top: 34px;
}
.contact-us-page-form-wraper .container {
  width: 866px;
}
.contact-us-page-form-wraper .form-group .form-control {
  height: 50px;
  font-size: 13px;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset,
      rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.contact-us-page-form-wraper .form-group .form-control.message {
  height: 100px;
  font-size: 13px;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset,
      rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.contact-us-page-form-wraper form {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
      rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 38px;
  padding: 57px;
}

.contact-us-page-button-wraper button {
  background: #1160b6;
  margin-left: 15px;
}

.contact-us-page-button-wraper button {
  height: 44px;
  color: white;
  border: none;
  background: #1160b6;
  border-radius: 10px;
  margin-left: 15px;
  width: 120px;
}

.contact-us-page-button-wraper button:hover {
  color: #1160b6;
  border: 1px solid #1160b6;
  background-color: white;
  transition: 0.5s;
}
hr.form-heading {
  width: 25%;
  background: #d7cece;
  margin-bottom: 22px;
  height: 0px;
}
hr.contact-page-icon-heading-line {
    width: 100%;
    height: 0px;
    background: #d7cece;
}
.contact-form-btn-wrap button {
  color: white;
  border: none;
  background: #1160b6;
  border-radius: 10px;
  margin-left: 15px;
  text-transform: math-auto;
  font-weight: 600;
  padding: 10px 31px;
}

.contact-form-wrap {
  margin-top: 39px;
  padding: 42px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  background: linear-gradient(267deg, #ffffff, #d9fff3a8);
}
.contact-form-wrap h3 {
  font-weight: 700;
  margin-bottom: 28px;
  text-transform: capitalize;
  color: #18cb96;
  font-size: 23px;
  font-family: 'DM Sans';
}

.contact-form-wrap input {
  box-shadow: 0px 4px 10px -4px lightgray;
  border-radius: 10px;
  height: 47px;
  text-transform: capitalize;
  font-size: 14px;
  font-family: 'DM Sans';
  border: none;
}
.contact-form-wrap select{
  box-shadow: 0px 4px 10px -4px lightgray;
  border-radius: 10px;
  height: 47px;
  text-transform: capitalize;
  font-size: 14px;
  font-family: 'DM Sans';
  border: none;
}

.contact-form-wrap label {
  margin-left: 8px;
  font-weight: 500;
  font-family: 'DM Sans';
  font-size: 14px;
}
.contact-form-wrap textarea {
  height: 100px;
  border-radius: 10px;
  box-shadow: 0px 2px 7px -2px lightgray;
  padding: 10px 17px;
  font-family: 'DM Sans';
  border: none;
}
.contact-form-btn-wrap {
  margin-top: 9px;
}
.contact-form-btn-wrap button {
  color: white;
  border: none;
  background: #18cb96;
  border-radius: 10px;
  margin-left: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 31px;
  font-family: 'DM Sans';
  font-weight: 600;
}
.irda-licese-image img {
  border: 2px solid black;
  border-radius: 10px;
}

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


  .contact-us-page-heading {
    color: #1160b6;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border: 1px solid;
    width: 100%;
    margin: 22px auto;
    border-radius: 10px;
    height: 129px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url('/assets/images/contact-bg.jpg');
    background-size: cover;
    color: white;
    font-family: 'DM Sans';
}
  .pos-form {
    padding: 24px 19px 24px 37px;
    box-shadow: 0px 0px 13px -9px #474747;
    background: white;
    border-radius: 5px 3px 0px 0px;
    margin-top: 35px;
}
.pos-signup-btn {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 4px -1px #18cb96;
  padding: 7px 23px;
  width: 100%;
  color: #18cb96;
  font-weight: 700;
  font-size: 13px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  margin-left: 9px;
  background-color: white !important;
  font-family: 'DM Sans';
}
.pos-login-btn {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 4px -1px #18cb96;
  padding: 7px 26px;
  width: 100%;
  color: #18cb96;
  font-weight: 700;
  font-size: 13px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  margin-left: 9px;
  background-color: white !important;
  font-family: 'DM Sans';
}

.contact-form-wrap {
  margin-top: 39px;
  padding: 35px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  background: linear-gradient(190deg, #ffffff, #d9fff3a8);
}
.contact-form-wrap h3 {
  font-weight: 700;
  margin-bottom: 28px;
  text-transform: capitalize;
  color: #18cb96;
  font-size: 20px;
  font-family: 'DM Sans';
}
.contact-form-wrap label {
  margin-left: 8px;
  font-weight: 500;
  font-family: 'DM Sans';
  font-size: 11px;
}
.contact-form-wrap input {
  box-shadow: 0px 2px 10px -4px lightgray;
  border-radius: 7px;
  height: 42px;
  text-transform: capitalize;
  font-size: 11px;
  font-family: 'DM Sans';
}
.contact-form-wrap textarea {
  height: 100px;
  border-radius: 10px;
  box-shadow: 0px 2px 7px -2px lightgray;
  padding: 10px 15px;
  font-family: 'DM Sans';
  font-size: 11px;
}
.contact-form-btn-wrap button {
  color: white;
  border: none;
  background: #18cb96;
  border-radius: 5px;
  margin-left: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 8px 25px;
  font-family: 'DM Sans';
  font-size: 11px;
}
.contact-us-page {
  margin-top: 44px;
}
.contact-page-icon {
  left: 143px;
  width: 52px;
  display: flex;
  position: absolute;
  background: #30e3ae;
  margin: 0 auto;
  top: -29px;
  height: 52px;
  color: white;
  font-size: 19px;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

}
.home-banner-cover-img img {
  width: 100%;
}
.home-banner-set {
  text-align: center;
  height: 100%;
  width: 100%;
  margin-top: 57px;
}
.home-banner-cover-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.our-partner-images-cov {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
}
.our-partner-tab {
    border-bottom: none;
    float: right;
    margin-top: 0px;
    gap: 16px;
    color: white;
    background: white;
    width: 85%;
    border-radius: 34px;
    border: none;
    margin-bottom: 10px;
    height: auto;
    padding-top: 6px;
    padding-left: 9px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
}
.car-insurance-compare-collaps-cover .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #18cb96 !important;
  width: 102px !important;
  text-align: center !important;
  font-size: 14px;
  border-radius: 36px;
}
.our-partner-tab .nav-item .nav-link {
    color: black !IMPORTANT;
    font-family: "DM Sans", sans-serif !important;
    padding-right: 5px;
    margin-left: 1px;
    /* font-size: 11px; */
    border: none;
}
.our-partner-tab .nav-item .nav-link.active {
  color: rgb(255, 255, 255) !IMPORTANT;
  font-family: "DM Sans", sans-serif !important;
  padding-right: 5px;
  margin-left: 1px;
}