.services::after {
    content: "";
    position: absolute;
    top: 0px;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0)), url('../img//hand5.jpg');
    width: 100%;
    display: flex;
    height: 80vh;
    background-size: contain;
  background-repeat: no-repeat;
    z-index: -1;
    justify-content:right;
    align-items: center;  
    background-size: cover;
    background-position: top center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  }
  .services div{
    
    font-size: 55px;
    font-weight: 700;
    color: rgb(0, 0, 0);
  }
  .services{
    position: relative;
    display: flex;
    height: 40vh;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
  }





  .contact01 {
    display: flex;
    justify-content: space-around;
  }
  .contact01 p{
    width: 80%;
    height: 107px;
  }
  .contact01 h6{
    width: 80%;
  }
  .container1 {
    /* height: 250px; */
    border: 1px solid rgb(128 128 128 / 25%);
    cursor: pointer;
    border-radius: 5px;
    /* padding: 15px;    */
    /* display: flex; */
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    height: 200px;
    transition: 0.2s linear;
    box-shadow: rgba(100, 104, 111, 0.2) 0px 7px 29px 0px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    /* z-index: -1; */

  }
  .container1::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0px;
    /* background :linear-gradient(to rigth, black,green,yellow); */
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #00A3E017);
    left: -75%;
    z-index: 2;
    transform: skew(-21deg);
  }
  .container1:hover::after{
    animation: light 1.2s;
    cursor: pointer;
  }
  @keyframes light {
    0%{
        left: -75%;
    }
    100%{
        left: 175%;
    }
  }

  .container1:hover h5,  .container1 .contact01:hover span{
    color: #00A3E0;
  }
  .contactus11 h3{
    width: 88%;
    margin: auto;
  }

  .container1:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  
.user-input-box label, .gender-details-box span, .user-input-bo label{
  /* border-bottom: 1px solid #00A3E0; */
  color: #ffffff;
}







@media (max-width:999px) {
  .user-input-box input{ 
    height: 35px !important;
  }
  .user-input-box{
  width: 100% !important;
}
.user-input-box:nth-child(2n) {
  justify-content: start;
}
.user-input-bo textarea {
  height: 79px;


}
.get{
  flex-direction: column-reverse;
}













.contact01 {
  display: flex;
  justify-content: space-around;
}
.contact01 p{
  width: 100% !important;
  height: 107px !important;
  text-align: justify;
}
.contact01{
  width: 100% !important;
  /* height: 107px !important; */
}
.contact01 h6{
  width: 100% !important;
}
.get{
  /* display: flex; */
  flex-direction: column-reverse !important;
}
.containerform01{
  width: 100% !important;
}
.container1{
  width: 89% ; 
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  .contact01 {
      width: 100% !important;
}
.container1 {
  height: auto !important;
}
}

.containerform01:hover{
  box-shadow: rgba(100, 104, 111, 0.2) 0px 7px 29px 0px !important;
  /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px !important;  */
}

.containerform01 {
  box-shadow: 0px 0px 0px 0px !important;  
  width: 89% !important;
  margin: auto;
  /* height: 250px; */
  border: 1px solid rgb(128 128 128 / 25%);

  cursor: pointer;
  border-radius: 5px !important;
  /* padding: 15px;    */
  /* display: flex; */
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 376px !important;
  transition: 0.2s linear;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  /* z-index: -1; */

}
.containerform01::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0px;
  /* background :linear-gradient(to rigth, black,green,yellow); */
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #00A3E017);
  left: -75%;
  z-index: 2;
  transform: skew(-21deg);
}
.containerform01:hover::after{
  animation: light 1.2s;
  cursor: pointer;
}
@keyframes light {
  0%{
      left: -75%;
  }
  100%{
      left: 175%;
  }
}

.containerform01:hover h5,  .containerform01 .containerform01:hover span{
  color: #00A3E0;
}









.containerform{
  margin: auto;
    margin-left: auto;
    border-radius: 5px;
}
}
@media (max-width:425px) {

  .get{
    background-color: transparent !important;
  }
  

  .contact01 {
    display: flex;
    justify-content: space-around;
  }
  .contact01 p{
    width: 100% !important;
    height: 107px !important;
    text-align: justify;
  }
  .contact01 {
    width: 100% !important;
}
.container1 {
height: 342px;
}
  .contact01 h6{
    width: 100% !important;
  }
  .get{
    /* display: flex; */
    flex-direction: column-reverse !important;
  }
  .containerform01{
    width: 100% !important;
  }
  .container1{
    /* width: 91% !important;  */
    margin-bottom: 20px;
  }


  .containerform01:hover{
    box-shadow: rgba(100, 104, 111, 0.2) 0px 7px 29px 0px !important;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px !important;  */
  }
  
  .containerform01 {
    box-shadow: 0px 0px 0px 0px !important;  
    width: 100% !important;
    margin: auto;
    /* height: 250px; */
    border: 1px solid rgb(128 128 128 / 25%);

    cursor: pointer;
    border-radius: 5px !important;
    /* padding: 15px;    */
    /* display: flex; */
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    height: 376px !important;
    transition: 0.2s linear;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    /* z-index: -1; */

  }
  .containerform01::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0px;
    /* background :linear-gradient(to rigth, black,green,yellow); */
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #00A3E017);
    left: -75%;
    z-index: 2;
    transform: skew(-21deg);
  }
  .containerform01:hover::after{
    animation: light 1.2s;
    cursor: pointer;
  }
  @keyframes light {
    0%{
        left: -75%;
    }
    100%{
        left: 175%;
    }
  }

  .containerform01:hover h5,  .containerform01 .containerform01:hover span{
    color: #00A3E0;
  }
  .dis{
    display:  block !important;
  }
  .diss{
    display: none;
  }
  .disss{
    display: flex;
    flex-direction: column;
  }
}
.dis{
  display: none ;
}