
body{
  background-color: rgb(205, 195, 195);
}
.home-2{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .iimg{
    height: 120px;
    width: 120px;
    border-radius: 50%;
  }
  .iiimg{
    position: relative;
    left: 40px;
    top: -138px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 3px solid rgb(205, 195, 195);
  
  }
  .parts {
    display: grid;
    justify-content: space-around;
    align-items: center;
    gap: 15px;
    grid-template-columns: auto auto auto auto auto;
    grid-template-rows: auto auto;
    grid-column: 2/5;
  }
  .parts .icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
  }
  .parts .icons .icons1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
  }
  .servicesnamehome{
    color: rgb(54, 55, 55);
  
    font-size: 1.2rem;
    margin-top: -55px;
  }
  .servicesdiscriptionhome{
    color: rgb(77, 80, 80);
    font-size: 0.8rem;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    margin-top: -30px;
  
  }
  #myBtn{
    width: 20rem;
    margin-left:auto;
    margin-right:auto;
    border: none;
    background-color:transparent;
    font-size: 1.5rem;
    font-weight: 800;
    color: red;
    cursor: pointer;

    
  }
  .pricebtn{
    background-color: rgb(243, 76, 76);
    border-radius: 10px;
    padding: 5px;
    margin: 10px 0px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    color: white;
  }

  @media screen and (min-width: 280px) and (max-width: 900px){
    .home-2{
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    #coverit{
      font-size: 0.3rem;
    }
    .iimg{
      height: 80px;
      width: 80px;
      border-radius: 50%;
      
    }
    .iiimg{
      position: relative;
      left: 25px;
      top: -93px;
      height: 40px;
      width: 40px;
      border-radius: 50%;
      border: 3px solid rgb(205, 195, 195);
    
    }
    .parts {
      display: grid;
      justify-content: space-around;
      align-items: center;
      gap: 15px;
      grid-template-columns: auto auto auto ;
      grid-template-rows: auto auto;
      grid-column: 2/5;
    }
    .parts .icons {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0.3px;
    }
    .parts .icons .icons1 {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0px;
    }
    .servicesnamehome{
      font-size: 0.8rem;
      margin-top: -40px;
      text-align: center;
    }
    .servicesdiscriptionhome{
      font-size: 0.5rem;
      margin-left: 20%;
      margin-right: 20%;
      text-align: center;
      margin-top: -10px;
    
    }
    .pricebtn{
    background-color: rgb(243, 76, 76);
    border-radius: 10px;
    padding: 5px;
    margin: 10px 0px;
    font-size: 0.6rem;
    font-weight: 500;
    cursor: pointer;
    color: white;
  }
  }
  @media screen and (max-width: 900px){
    .home-2{
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .iimg{
      height: 80px;
      width: 80px;
      border-radius: 50%;
      
    }
    .iiimg{
      position: relative;
      left: 25px;
      top: -93px;
      height: 40px;
      width: 40px;
      border-radius: 50%;
      border: 3px solid rgb(205, 195, 195) ;
    
    }
    .parts {
      display: grid;
      justify-content: space-around;
      align-items: center;
      gap: 15px;
      grid-template-columns: auto auto auto auto auto;
      grid-template-rows: auto auto;
      grid-column: 2/5;
    }
    .parts .icons {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0.3px;
    }
    .parts .icons .icons1 {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0px;
    }
    .servicesnamehome{
      font-size: 0.7rem;
      margin-top: -35px;
      text-align: center;
    }
    .servicesdiscriptionhome{
      font-size: 0.5rem;
      margin-left: 20%;
      margin-right: 20%;
      text-align: center;
      margin-top: -15px;
    
    }
      .pricebtn{
    background-color: rgb(243, 76, 76);
    border-radius: 10px;
    padding: 5px;
    margin: 10px 0px;
    font-size: 0.6rem;
    font-weight: 500;
    cursor: pointer;
    color: white;
  }
  
  }


  /* --------------------------------------------Section -2 ------------------------  */


  #services-3{
    margin: 50px 0px;
    width: 100%;
    padding: 10px 0px;
}
#services-3-main{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    width: 90%;
    margin: auto;
    color: #30325b;
}
#services-3-main>div{
    width: 100%;margin: 20px 0px;
}
#services-3-main>div img {
    width: 100%;
}
#accordian-3{
    text-align: left;
    padding: 5px;
    color: rgb(255, 255, 255);
}
#services-3-main>div{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px 0px;
}
#services-3-main>div >h2{
    text-align: center;
    margin: auto;
    color: white;
    font-size: 45px;
    font-weight: 800;
    width: 50%;
}
#services-3-main>div>div{
    width: 400px;
    font-size: 16px;
    line-height: 30px;
}
#services-3-main>div>div img{
    width: 100%;
}
@media screen and (max-width:1000px) {
   #services-3-main>div {
        width: 100%;
    }
}
@media screen and (min-width:601px) and (max-width:1280px) {
    #services-3-main>div>div{
        width: 100%;
        /* display: flex; */
        justify-content: center;
        /* flex-wrap: wrap; */
        align-items: center;
        margin: 20px 0px;
    }
    #services-3-main>div >h2{
        margin: 20px;
        width: 100%;
        text-align: center;
        font-size: 35px;
    }
    #services-3-main>div>div>div{
        width:100%;
        margin: 20px;
    }
    #services-3-main>div>div img{
       width: 100%;
       /* display: none; */
    }
   
  }
  @media screen and (min-width:280px) and (max-width:600px) {
    #services-3-main>div{
        width: 100%;
        /* display: flex; */
        justify-content: space-between;
        align-items: center;
        margin: 20px 0px;
    }
    #services-3-main>div >h2{
        text-align: left;
        margin: auto;
        width: 100%;
        margin: 20px;
        font-size: 35px;
    }
    #services-3-main>div>div{
        width: 100%;
        margin: 20px;
    }
    #services-3-main>div>div img{
       /* width: 100%; */
       display: none;
    }}