.box-container {
    text-align: center;
    padding: 50px 0px;
    background-image: url('/assets/plain.jpg');
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center center; 
    color: white;
   
}

.box-home {
    width: 300px;
    height: 150px;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid;
    padding: 20px;
}
.icon-box img{
    width: 20%;
}
.box-home:hover .text-set .icon-text{
    color: #ffbd59;
}
.text-slider {
    position: relative;
    height: 50px;
    overflow: hidden;
}

.box-home {
    display: none;
    font-size: 16px;
    line-height: 25px;
    color: #333;
}
.box-container-set{
    display: flex;
    justify-content: space-evenly;
}

.dots-home {
    margin-top: 20px;
}

.dot, .dotreview {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s;
    border: 1px solid #ffbd59;
}

.dot.active , .dotreview.active {
    background-color: #ffbd59;
}

.box-container{
    display: block;
}
.box-container1{
    display: none;
}
.services-main{
    text-align: center;
    padding: 50px 0px;
    background-color: azure;
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center center; 
    color: white;
    /* opacity: 0;
    transition: opacity 0.5s, transform 0.5s; */
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInCaption {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.services-head h1{
    text-align: center;
    padding-bottom: 30px;
}
.services-box-main{
    display: flex;
    justify-content: space-evenly;
    overflow-x: auto;
}
.service-box{
    border: 2px solid #957F6E;
    border-radius: 20px;
    padding: 10px 20px;
    width: 150px;
    text-align: -webkit-center;
}
.service-detail{
    padding: 50px 50px 0px 50px;
}
.service-title h6{
    font-size: 17px;
    color: black;
    margin: 20px 0px;
}
.service-set-detail {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.left-box-service, .right-box-service{
    background-color: #E0DACA;
    border-radius: 20px;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2), 0 -1px 0px 0 rgba(0, 0, 0, 0.19);

}
.left-box-service{
    width: 100%;
    margin: 0px 10px 20px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
}
.right-box-service{
    width: 70%;
    margin: 0px 10px 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}
.right-box-text{
    color: black;
    text-align: left;
}


.why-insurance{
    text-align: center;
    padding: 50px 20px;
    background-image: url('/assets/why.jpeg');
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center center; 
    /* opacity: 0;
    transition: opacity 0.5s, transform 0.5s; */
}
.why-heading p{
    padding: 10px 50px 30px 50px;
}
.why-sets{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.why-image-main img{
    border-radius: 20px;
}


.step-main{
    padding: 50px 0px;
    background-color: azure;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* opacity: 0;
    transition: opacity 0.5s, transform 0.5s; */
}
.step-heading{
    text-align: center;
}
.step-heading h1{
    padding-bottom: 30px;
}
.step-wise-process{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.step-count{
    margin: 0px;
    padding: 5px 20px;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.step-count  h2{
    margin: 0px;
    color: white;
}
.step-wise-main{
    width: 200px;
}
.why-main {
    flex: 1;
    margin: 0 10px; /* Adds space between the sets */
    max-width: 30%; /* Ensures each set doesn't exceed 30% of the container width */
    text-align: center;
  }
.step-image img{
    width: 100%;
}
.step-des h2{
    margin: 0px;
    padding-bottom: 10px;
    font-size: 15px;
}
.step-des{
    color: #083865;
    text-align: center;
    padding: 10px 5px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 165px;
}

.google-review{
    padding: 50px 0px;
    background-image: url(/assets/why.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* opacity: 0;
    transition: opacity 0.5s, transform 0.5s; */
}
.google-heading{
    text-align: center;
}
.google-heading h1{
    margin: 0px;
    padding-bottom: 30px;
}
.boxreview {
    width: 435px;
    height: 210px;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid;
    padding: 20px;
}

.boxreview:hover .text-set .icon-text{
    color: #ffbd59;
}


.boxreview {
    display: none;
    font-size: 18px;
    line-height: 25px;
    color: #333;
}
.box-container-set{
    display: flex;
    justify-content: space-evenly;
}

.dotsreview {
    margin-top: 20px;
    text-align: center;
}
.text-set p{
    font-size: 12px;
    line-height: 1rem;
}
.dot2 {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s;
    border: 1px solid #ffbd59;
}

.dot2.active {
    background-color: #ffbd59;
}
.testimonial-set{
    display: flex;
}
.testimonial-image img{
    border-radius: 50px;
    width: 100%;
}
.testimonial-image{
    border-radius: 50px;
    width: 20%;
    display: grid;
    align-items: center;
}
.testimonial-set-name{
    padding-left: 20px;
}
 .stars i {
    color: #ffc107;
    margin: 0 1px;
}
.google-container{
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
}
.google-container-main1{
    display: none;
}
.google-container-main{
    display: block;
}
.testimonial-section {
    padding: 50px 10px;
    background-color: #f9f9f9;

    /* opacity: 0;
    transition: opacity 0.5s, transform 0.5s; */
  }
  
  .testimonial-heading {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .testimonial-heading h1 {
    /* color: #4CAF50; */
    font-size: 2em;
    margin: 0;
  }
  
  .video-container {
    display: flex;
    justify-content: center;
  
    gap: 20px;
    overflow-x: auto;
  }
  
  .video-box {
    flex: 1 1 300px;
    max-width: 32%;
  }
  
  .video-box iframe {
    width: 100%;
    height: 200px;
  }
  .right-box-text a{
    color: black;
  }
  @media (max-width: 1299px) {
    .boxreview {
        width: 435px;
        height: 250px;
    }
    
  }
  /* @media (max-width: 1350px) {
    .footer-top{
        margin-left: 15px;
    }
  } */
  @media (max-width: 550px) {
    .text-set p {
        font-size: 9px !important;
    }
    .about-description12 {
        width: 80%;
        margin: 0px 0px;
    }
    .form-mis1 {
        border: 1px solid black;
        border-radius: 20px;
        background-color: white;
        padding: 20px;
        width: 100% !important;
        text-align: center;
    }
    .form-text h3{
        font-size: 12px;
    }
  }
  @media (max-width: 350px) {
    .icon-text {
        font-size: 13px !important;
    }
    .box4 {
        flex: 0 0 38% !important;
        height: 185px;
        background-color: #ffffff;
        margin-bottom: 20px;
        border-radius: 10px;
        border: 1px solid;
        padding: 20px 10px;
        margin-right: 5px;
      }
}
@media (max-width: 980px) {
    .service-title h6 {
        font-size: 13px;
        color: black;
        margin: 20px 0px;
    }
    .why-main {
        flex: 1;
        margin: 0 10px;
        max-width: 100%;
        text-align: center;
    }
    .services-box-main {
        display: flex;
        justify-content: flex-start;
        overflow-x: auto;
    }
    .box-container{
        display: none;
    }
    .box-container1{
        display: flex;
        justify-content: flex-start;
    }
    .box-container1 {
        text-align: center;
        padding: 30px 10px;
    }
    .about-main-text h1{
        font-size: 20px;
    }
    .trust-in-heading {
        padding-bottom: 0px;
    }
    .trust-in-heading h1 {
        margin: 0px;
        padding-bottom: 30px;
        font-size: 20px;
    }
    .google-review {
        padding: 30px 0px;
        background-image: url(/assets/why.jpeg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .left-box-service{
        display: grid;
        text-align: center;
        align-items: center;
        justify-items: center;
        margin: 0px 10px 20px 10px;
        padding: 10px 20px;
    }
    .about-main-text p {
        font-size: 14px;
    }
    .box-left-icon {
        width: 16%;
        padding-right: 16px;
    }
    .box-left-icon1 img {
        width: 60%;
    }
    .box-left-icon img {
        width: 60%;
    }
    .box-left-icon1 {
        width: 15%;
        padding-right: 16px;
    }
    .right-box-text {
        color: black;
        text-align: center;
    }
    .trust-container{
        gap:10px;
    }
    .right-box-service{
        width: 100%;
        display: grid;
        text-align: center;
        align-items: center;
        justify-items: center;
    }
    .service-detail {
        padding: 30px 10px 0px 10px;
    }
    .step-main {
        padding: 30px 10px;
    }
    .service-box{
        flex: 0 0 25%;
        margin: 0px 10px 10px 10px
    }
    .step-wise-main {
        margin-bottom: 10px;
    }
    .service-set-detail {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .box1 {
        flex: 0 0 35%;
        height: 111px;
        background-color: #ffffff;
        margin-bottom: 20px;
        border-radius: 10px;
        border: 1px solid;
        padding: 20px 10px;
        margin-right: 5px;
    }
    .icon-box img{
        width: 20%;
    }
    .box-home:hover .text-set .icon-text{
        color: #ffbd59;
    }
    .text-slider {
        position: relative;
        height: 50px;
        overflow: hidden;
    }
    
    .box-home {
        display: none;
        font-size: 18px;
        line-height: 25px;
        color: #333;
       
    }
    .box-container-set1{
        display: flex;
        justify-content: flex-start;
        overflow: auto;
    }
    .icon-text{
        font-size: 13px;
    }
    .left-box-service{
        padding-left: 20px;
    }
    .service-box {
        border: 2px solid #957F6E;
        border-radius: 20px;
        padding: 10px 20px;
        width: 150px;
        height: 110px;
    }
    .why-heading p {
        padding: 10px 0px 30px 0px;
    }
    .google-container-main1{
        display: block;
    }
    .google-container-main{
        display: none;
    }
    .box4 {
        flex: 0 0 47%;
        height: 271px;
        background-color: #ffffff;
        margin-bottom: 20px;
        border-radius: 10px;
        border: 1px solid;
        padding: 20px 10px;
        margin-right: 5px;
    }
    .google-container1{
        display: flex;
        justify-content: flex-start;
        overflow: auto;
    }
    /* .icon-box img {
        width: 100%;
    } */
    .testimonial-set-name h3{
        font-size: 14px;
        margin: 0px;
    }
    .text-set p{
        font-size: 12px;
    }
    .testimonial-img{
        width: 100% !important;
    }
    .bi.bi-star-fill{
        font-size: 12px;
    }
}
@media (max-width:425px){
    .step-wise-main {
      width: 100%;
      margin: 10px 20px;
  }


   }
   @media (max-width:460px){
    .count-box p {
        font-size: 10px;
    }
    .count-box {
        text-align: center;
        padding: 20px;
        border-radius: 20px;
        width: 72px;
        height: 100%;
    }
    .video-box {
        flex: 1 1 300px;
        max-width: 100% !important;
    }
    .video-container1 {
        display: flex;
        justify-content: center;
        gap: 17px;
        overflow-x: auto;
        flex-wrap: wrap;
    }
   }