*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.container .contactbg{
    background: url(/assets/images/contactbg.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* min-height: 100vh; */
}
.container .contactus{
    
    /* background-attachment: fixed; */

    /* min-height: 550px; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.contactus .contactcontainer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding:80px 20px 170px ;
    gap: 50px;
}
.contactcontainer .contacttext{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}
.contacttext  h1{
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    position: relative;
    top: 30px;
    text-align: center;
}
.contactinfo{
    width: 100%;
}
.contactinfo .infocontainer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 50px;
    padding: 80px 20px;
}
.contactinfo .infocontainer .infotext p{
    color: var(--bodytext, #646464);
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    max-width: 845px;
}
.contactinfo .infogrid{
    /* margin: 0 auto; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}
.contactinfo .infogrid .infogridbox{
    background: rgba(0, 0, 0, 0.05);
    border-radius: 0 0 23px 23px;
    box-shadow: 0 27.193px 54.386px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    max-width: 255px;
    width: 100%;
    min-height: 242.8px;
    height: 100% !important;
    flex-shrink: 0;
    gap: 10px;
}
.contactinfo .infogrid .infogridbox .gridboximg{
    display: flex;
    width: 90px;
    height: 90px;
    padding: 32px 0px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 45px;
    background: #007bff;
    margin-bottom: 25px;
}
.contactinfo .infogrid .infogridbox h3{
    color: #007BFF;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 128.571% */
}
.contactinfo .infogrid .infogridbox p , p a{
    color:#1A1A1A;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    text-decoration: none;
}
.location{
    display: flex;
    gap: 76px;
    align-items: center;
    justify-content: center;
    /* justify-content: space-between; */
    padding: 20px;
    width: 100%;
    flex-direction: column;
}
.location .locationmap{
    width: 100%;
    /* display: none; */
}
.locationmap iframe{
    width: 100%;
}
.location .message{
    width: 100%;
}
.message form .formcontent{
    display: flex;
    flex-direction: column;
    gap: 64px;
    width: 100%;
}
.message form .formcontent .forminputs{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
.formcontent .forminputs input{
    display: flex;
    max-width: 450px;
    width: 100%;
    height: 52px;
    padding: 15px 12px 16px 12px;
    align-items: center;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #CED4DA;
    background:#FFF;
    outline: none;
}
.formcontent .forminputs textarea{
    max-width: 444px;
    width: 100%;
    height: 171.5px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #CED4DA;
    background: #FFF;
    padding: 15px 12px 16px 12px;
    outline: none;
}
.formcontent button{
    display: flex;
    max-width: 215px;
    width: 100%;
    height: 58px;
    padding: 16px 48px 16px 48px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #007BFF;
    background: #007BFF;
    box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    line-height: 26px; /* 162.5% */
}
.aboutservice{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    background: white;
    /* background: rgba(217, 217, 217, 0.20); */
    padding: 52px 0;
    overflow: hidden;
}
.aboutservice .headtext{
    display: flex;
    justify-content: center;
    align-items: center;
}
.aboutservice .headtext h4{
    color: rgba(0, 0, 0, 0.80);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 140% */
}
/* .carouselcontainer{
    overflow: hidden;
    padding: 0 70px;
}
.carousel {
    overflow: hidden ;
    width: 100%;
  }
  
  .slides-container {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
    position: relative;
  }
  
  .slide {
    flex: 0 0 calc(100% / 3);
    text-align: center;
    height: 100%;
    position: relative;
  }
  
  .indicators {
    text-align: center;
    margin-top: 50px;
  }
  
  .indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: gray;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
  }
  
  .indicator.active {
    background-color: #007BFF;
  } */
  .slick-slider {
    width: 100% !important;
    display: flex !important;
    gap: 30px !important;
    /* overflow: hidden; */
    /* padding:0 12px; */
    /* display: none ; */
}

.gridbox {
    width: 100%;
    margin: 40px 20px;
}
  .aboutservicegrid {
    display: flex;
    align-items: first baseline;
    /* justify-content: center; */
    flex-wrap: nowrap;
    position: relative;
    padding:0 60px;
    background: white;
    /* overflow: hidden; */
    gap: 33px !important;
    /* width: 100%; */
    /* z-index: 0; */
}
.slick-slider{
    display: flex;
    width: 100% !important;
    gap: 33px;
}
.aboutservicegrid  .gridbox {
    flex-shrink: 0;
    position: relative;
    /* width: 351px; */
    width: 100%;
    min-height: 585px;
    height: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    gap: 24px;
    border-radius: 6;
    /* border: 1px solid rgba(0, 0, 0, 0.02); */
    background: #FFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.aboutservicegrid .gridbox .gridimage{
    width: 100%;
    padding: 25px 21px 3px;
}

.gridbox .gridimage img{
    width: 100%;
}
  /* .img {
    position: relative;
    width: 309.659px;
    height: 207px;
    margin: 25.135px 0 0 21.113px;
    background: url(./assets/images/0fe6d4b8-d807-40b5-ba3d-5a844563f6fb.png)
      no-repeat center;
    background-size: cover;
    z-index: 6;
    overflow: hidden;
  } */
.aboutservicegrid .gridbox .gridtitle h3{
    color: #007BFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    white-space: nowrap;
}
.aboutservicegrid .gridbox .gridtext {
    padding: 0 43px 45px;
}
.aboutservicegrid .gridbox .gridtext p{
    color: #646464;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.gridindicator{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 10px;
    position: relative;
}
.gridindicator span.indicate.active {
    flex-shrink: 0;
    position: relative;
    width: 10px;
    height: 10px;
    background: #007bff;
    z-index: 24;
    border-radius: 5px;
}
.gridindicator span.indicate {
    flex-shrink: 0;
    position: relative;
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.1);
    z-index: 25;
    border-radius: 5px;
}
/* .aboutservicegrid .gridbox::after {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
} */



@media (min-width: 768px) {
    .contactus .contactcontainer{
        padding:80px 80px 170px 80px;
    }
    .location{
        padding: 80px;
        flex-direction: column;
    }
}
@media (min-width: 1024px) {
    .location{
        padding: 80px;
        flex-direction: row;
    }
}