.logo a img{
    height: 90px;
}
.hero-text h1{
    font-size: 55px;
    line-height: 60px;
}
.img-provide img{
    border-radius: 5px;
}
.bimaprocess p{
    margin-bottom: 20px;
}
.clients-slider .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .insurenceicons img {
    display: block;
    margin-bottom: 10px; /* Adjust space between image and text as needed */
  }
  .service-text{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    padding: 7px;
    border-radius: 5px;
  }
  .service-text p{
    color: #000;
  }
  .serviceone{
    background-color: #DFEAE7;
   padding-bottom: 33px;
  }
  .servicetwo{
    background-color: #F0F4FD;

  }
  .servicethree{
    background-color: #FBF3F1;
    padding-bottom: 33px;
  }
  .servicefour{
    background-color: #F5EEF5;
  }
  .servicefive{
    background-color: #ECF9F4;
  }
  .servicesix{
    background-color: #FEF7EB;
    padding-bottom: 33px;
  }
  .group-img textarea{
    border-radius: 5px;
  }
  .accordion-style{
    position: relative;
    z-index: 99;
  }
  .conatctformstart{
    padding: 20px;
  }
  .heading p{
    text-align: justify;
  }
  .abouthead {
  padding-bottom: 0px!important;
 
  }
  .abouthead p {
    color: #000!important;
    }

    /* services flip box  start*/
    .services-box
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.service
{
  margin: 8px;
}
.service{
  width: 100%;
  height: 100%;
}
.flip-box {
  background-color: transparent;
  width: 360px;
  height: 215px;
  border: 1px solid #f1f1f1;  
  border-radius: 10px;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flip-box-front {
  background-color: #fff;
  color: black;
  border-radius: 10px;
}

.flip-box-front h3{
  background-color: #fff;
  color: #7b5744;
  border-radius: 10px;
  font-size: 20px;
}

.flip-box-front img
{
  height: 75px;
  width: 75px;
  margin-bottom: 20px;
}

.flip-box-back {
  background-color: #523a18;
  color: #000;
  transform: rotateY(180deg);
  border-radius: 10px;
  padding: 16px;
}
.flip-box-back p {
  color: #fff;
}
.dispute h1{
  text-align: center;
}

    /* services flip box end  */
   
    .timeline {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      max-width: 1200px;
      position: relative;
  }

/* Zigzag line style */
/* .timeline::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 8px; 
  background: repeating-linear-gradient(
    45deg,
    #ff0000, 
    #ff0000 8px,
    #00ff00 8px,
    #00ff00 16px
  );
  z-index: -1;
  transform: translateY(-50%);
} */


  .timeline .event {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      width: 150px;
      position: relative;
  }

  .timeline .event .icon {
      background-color: #fff;
      border-radius: 50%;
      width: 70px;
      height: 70px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      margin-bottom: 15px;
      margin: 10px auto;
  }

  .timeline .event .icon img {
      width: 40px;
      height: 40px;
  }

  .timeline .event h3 {
      font-size: 15px!important;
      color: #333;
      margin-bottom: 10px;
  }

  .timeline .event:nth-child(odd) {
      transform: translateY(-20px);
  }

  .timeline .event:nth-child(even) {
      transform: translateY(20px);
  }

/* Color coding for different events */
.timeline .event:nth-child(1) h3 {
  color: #e57373; /* Red */
}

.timeline .event:nth-child(2) h3 {
  color: #64b5f6; /* Blue */
}

.timeline .event:nth-child(3) h3 {
  color: #81c784; /* Green */
}

.timeline .event:nth-child(4) h3 {
  color: #ffb74d; /* Orange */
}

.timeline .event:nth-child(5) h3 {
  color: #ba68c8; /* Purple */
}
.timeline .event:hover {
  transform: scale(1.1);
  color: #000;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  border-radius: 5%;
}



/* .line1 {
  position: absolute;
    top: 88%;
    left: 38%;
    width: 5px;
    height: 20%;
    background-color: #c12f2f;
    z-index: 0;
    rotate: 270deg;
} */
.line {
  position: absolute;
  top: 98%;
  left: 35%;
  width: 100px; /* Adjust the length of the line */
  height: 10px;
  background-color: #ab7948;
  z-index: 0;
}

.line::after {
  content: '';
  position: absolute;
  right: -5px; /* Position the arrowhead at the end of the line */
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid #ab7948; /* Arrowhead color */
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
/* Adjust line for different screen sizes */
@media (max-width: 768px) {
  .line{
      top: 0;
      left: 50%;
      height: calc(100% + 50px);
  }
}
.line1 {
  position: absolute;
  top: 98%;
  left: 65%;
  width: 100px; /* Adjust the length of the line */
  height: 10px;
  background-color: #ab7948;
  z-index: 0;
}

.line1::after {
  content: '';
  position: absolute;
  right: -5px; /* Position the arrowhead at the end of the line */
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid #ab7948; /* Arrowhead color */
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
/* Adjust line for different screen sizes */
@media (max-width: 768px) {
  .line1 {
      top: 0;
      left: 50%;
      height: calc(100% + 50px);
  }
}
.line2 {
  position: absolute;
  top: 138%;
  left: 35%;
  width: 100px; /* Adjust the length of the line */
  height: 10px;
  background-color: #ab7948;
  z-index: 0;
}

.line2::after {
  content: '';
  position: absolute;
  right: -5px; /* Position the arrowhead at the end of the line */
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid #ab7948; /* Arrowhead color */
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
/* Adjust line for different screen sizes */
@media (max-width: 768px) {
  .line2 {
      top: 0;
      left: 50%;
      height: calc(100% + 50px);
  }
}
.line3 {
  position: absolute;
  top: 98%;
  left: 95%;
  width: 50px; /* Adjust the length of the line */
  height: 10px;
  background-color: #ab7948;
  z-index: 0;
}

/* .line3::after {
  content: '';
  position: absolute;
  right: -5px; 
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid #c12f2f; 
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
} */
/* Adjust line for different screen sizes */
@media (max-width: 768px) {
  .line3 {
      top: 0;
      left: 50%;
      height: calc(100% + 50px);
  }
}
.line4 {
  position: absolute;
  top: 138%;
  left: -2%;
  width: 100px; /* Adjust the length of the line */
  height: 10px;
  background-color: #ab7948;
  z-index: 0;
}

.line4::after {
  content: '';
  position: absolute;
  right: -5px; /* Position the arrowhead at the end of the line */
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid #ab7948; /* Arrowhead color */
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
/* Adjust line for different screen sizes */
@media (max-width: 768px) {
  .line4 {
      top: 0;
      left: 50%;
      height: calc(100% + 50px);
  }
}
@media only screen and (max-width: 600px) {
  .copyright{
    padding: 15px 15px;
  }
  .copyright a img{
    height: 115px;
  }
}
@media (max-width: 1400px) {
.teamhedimg .two img{
height: 220px!important;
}
}
.keypoints{
  padding-top: 100px;
}
.cartoon img{
  width: 70%;
  height: 500px;
  border-radius: 20px;
}
.conatchead h3{
  color: #503615;
  font-weight: 900;
  text-align: center;
  padding-top: 30px;

}
.conatchead p{
  text-align: center;
}
.conatctdetail h3{
  color: #b5916c;
  font-weight: 700;
}
.conatctdetail p{
  line-height: 20px;
  padding-top: 10px;
  font-weight: 700;
}
.conatctdetail{
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 10px;
  border-radius: 10px;
  height: 230px;
}
.startform{
  border-radius: 2.3rem!important;
  background-color: #c4c4c4;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
/* .consulting-business-text{
  height: 450px;
} */
 .copyright span a{
  color: #ff9830;
  font-weight: 700;

 }
 .privacypolicy h1 {
  font-size: 40px;
  color: #523719;
}

.privacypolicy h2 {
  font-size: 25px;
  color: #ab7946;
}

.privacypolicy ul {
  list-style-position: inside; 
  padding-left: 20px;/* This will indent the list items */
}

.privacypolicy li {
  margin-bottom: 10px; /* Adjust as needed for spacing between items */
  display: revert-layer;
 
}
.terms-conditions-content li{
  margin-bottom: 10px; /* Adjust as needed for spacing between items */
  display: revert-layer;
}

.terms-conditions-content h1 {
  font-size: 40px;
  color: #523719;
}

.terms-conditions-content h2 {
  font-size: 25px;
  color: #ab7946;
  font-weight: 600
}
.terms-conditions-content h3 {
  font-size: 20px;
  color: #000;
  padding-top: 20px;
  font-weight: 600
}

.terms-conditions-content ul {
  list-style-position: inside; 
  padding-left: 20px;/* This will indent the list items */
}

/* Media Queries for Mobile */
@media only screen and (max-width: 768px) {
  .top-bar {
      flex-direction: column;
      align-items: flex-start;
  }

  nav ul {
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
      display: none; /* Hidden by default */
      margin-top: 10px;
  }

  nav ul li {
      width: 100%;
  }

  nav ul li a {
      padding: 10px 20px;
      width: 100%;
      display: block;
  }

  .menu-toggle {
      display: block;
      cursor: pointer;
      font-size: 24px;
  }

  /* When nav-open class is added, show the menu */
  header.nav-open nav ul {
      display: flex; /* Show the menu */
  }

  .login {
      margin-top: 10px;
      width: 100%;
  }

  .login .btn {
      display: block;
      width: 100%;
      text-align: center;
  }
}
/* For screens wider than 600px (laptop/desktop view), hide the menu-toggle */
.menu-toggle {
  display: none;
}

/* For screens smaller than or equal to 600px (phone view), show the menu-toggle */
@media only screen and (max-width: 600px) {
  .menu-toggle {
    display: block;
    cursor: pointer;
    font-size: 24px;
    font-size: 30px;
    position: absolute;
    top: 15px;
    right: 30px;
    font-weight: 900;
  }
  #stickyHeader {
    position: sticky;
    top: 0; /* Adjust this value to control the distance from the top */
    z-index: 1000; /* Ensure it's on top of other elements */
    background-color: white; /* Optional: Set a background color to avoid overlap issues */
  }
  .login{
    display: none;
  }
  .cartoon img{
    width: 100%;
  }
  .conatctdetail{
    margin-top: 20px;
  }
}

/* dispute resolution start */

.processbar ol {
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  list-style: none;
  counter-reset: cardnr;
  justify-content: center;
  padding-left:0rem;
}

.processbar li {
  --frontColor: white;
  --width: 100%;
  --inlineP: 0.5rem;
  --borderR: 4rem;
  --arrowW: 2rem;
  --arrowH: 1.5rem;
  height: 320px;
  counter-increment: cardnr;
  width: calc(var(--width) - var(--inlineP) * 2);
  display: grid;
  grid-template:
    "icon" var(--borderR)
    "title"
    "descr" 1fr;
  margin-inline: var(--inlineP);
  margin-bottom: calc(var(--borderR));
  position: relative;
}
.processbar li .icon,
.processbar li .title,
.processbar li .descr {
  background: var(--frontColor);
  padding-inline: 1rem;
  padding-bottom: 1rem;
}
.processbar li .icon,
.processbar li .title {
  color: var(--accent-color);
  text-align: center;
  padding-bottom: 0.5rem;
}

.processbar li .title,
.processbar li .descr {
  filter: drop-shadow(0.125rem 0.125rem 0.075rem rgba(0, 0, 0, 0.25));
}
.processbar li .icon {
  grid-area: icon;
  font-size: 2rem;
  display: grid;
  place-items: center;
  border-radius: var(--borderR) 0 0 0;
  position: relative;
}

.processbar li .title {
  grid-area: title;
  font-size: 1.1rem;
  font-weight: bold;
}

.processbar li .descr {
  grid-area: descr;
  font-size: 0.85rem;
  text-align: center;
}
.processbar li .descr::before {
  content: "";
  width: var(--arrowW);
  height: var(--arrowH);
  position: absolute;
  right: 1.5rem;
  top: 100%;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.processbar li::after {
  content: counter(cardnr, decimal-leading-zero);
  position: absolute;
  z-index: -1;

  left: calc(var(--inlineP) * -1);
  right: calc(var(--inlineP) * -1);
  top: var(--borderR);
  bottom: calc(var(--borderR) * -1);

  display: flex;
  align-items: flex-end;
  background: var(--accent-color);
  background-image: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.25),
    transparent 25% 75%,
    rgba(0, 0, 0, 0.25)
  );
  border-radius: 0 0 var(--borderR) 0;

  --pad: 1rem;
  padding: var(--pad);
  font-size: calc(var(--borderR) - var(--pad) * 2);
  color: white;
}
.processbar li::before {
  content: "";
  position: absolute;
  height: var(--borderR);
  top: calc(100% + var(--borderR) - 2px);
  left: calc(var(--inlineP) * -1);
  right: calc(var(--inlineP) * -1);
  border-radius: 0 var(--borderR) 0 0;

  background-image: linear-gradient(var(--accent-color), transparent 60%);
  opacity: 0.5;
  filter: blur(2px);
}
.processbar ol li{
  z-index: 99;
}
.disputesize{
  width: 19.5%!important;
}
.claimprocess{
  width: 100%;
  height: 380px;
}
.processicons img{
  width: 60px;
  height: 60px;
  border-radius: 10%;
  padding-top: 10px;
}
/* dispute solution end   */

.knowledgecafe img{
  width: 100%;
  height: 250px;
}
.idraicontent ul li{
  display: list-item;
}
.idraicontent li{
  display: list-item;
}
.presale li{
  list-style: lower-alpha;
  padding-left: 15px;
  list-style-position: inside;
}

/* Active menu item styles */
nav ul li a.active {
  color: #ce6600; /* Color for active menu item */
  font-weight: bold;
}

.copyright {
        margin-top: 16px;
        padding-top: 20px;
        padding-bottom: 20px;
        background-image: linear-gradient(to right, #dddddd, #000000);
        padding: 0px 70px;
    }
    
    @media only screen and (max-width: 600px) {
  .timeline .event .icon {
    width: 50px;
    height: 50px;
    position:realative;
  }
  .radio-button input{
      width: 15px;
    height: 15px; 
  }
  .get-a-quote input, .get-a-quote input[type="number"]{
      padding:15px!important;
  }
}
    
    
    