.services .service-item p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 0;
    color: var(--color-secondary);
}
.alt-services .icon-box p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 0;
}
.services .service-item .icon {
    width: 48px;
    height: 48px;
    position: relative;
    margin-bottom: 35px;
}
.footer_info{
    text-align: justify;
    text-align-last: auto;
    word-spacing: 0px;
    word-break: break-word;
}

.our-process2 .processitem p {
    color: #474646;
    text-align: justify;
    word-spacing: 2px;
}
.required_field{
color:red;
}

.required_field_span {
    color: #6d6d6d;
    background-color: rgb(237, 237, 237);
}
.contact .contactForm input {
    height: 35px;
}

.contact .contactForm button[type=submit] {
    background: var(--color-primary);
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
}

.contact .contactForm {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    padding: 30px 30px 113px 30px;
}

.contact .gy-4 {
    padding-bottom: 14px;
}

.modal-dialog .sendenqbtn {
    background: var(--color-primary);
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
}
@media screen and (max-width: 768px) {
    .hero .carousel {
        width: 100%;
        min-height: 71vh;
        padding: 80px 0;
        margin: 0;
        position: relative;
    }
    .about .about-img {
    min-height: 350px;
    background-size: cover;
    /* background-position: center; */
    background-position: right;
    }
    .breadcrumbs {
    padding: 100px 0 0px 0;
    min-height: 30vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
    .breadcrumbs h2 {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    font-family: var(--font-secondary);
    }
  }
  
 .aboutus p {
    text-align: justify;
    word-break: break-word;
  }
  .home_about_img{
     max-height: 500px;
    max-width: 450px;
    margin-top:100px; 
  }
  
  @media (min-width: 992px){
.about .about-img {
    position: absolute;
    top: 73px;
    right: 0;
}
}
.process{
    background-color: #fff;
    padding: 10px;
}
.contact .info-item1 i {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* width: 48px; */
    height: 48px;
    font-size: 28px;
    line-height: 0;
    color: var(--color-primary);
    border-radius: 50%;
    /* border: 2px dotted #ffd565; */
    border: 2px #ffd565;
}
.contact .info-item1 h3 {
    font-size: 20px;
    color: #6c757d;
    font-weight: 700;
    margin: 10px 10px;
}
.contact .info-item1 {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    /* padding: 20px 0 30px 0; */
    padding: 20px 20px 20px 20px;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 75px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}