/* section 2 */
.bone_para2 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  font-feature-settings: "liga" off;
  color: #18191f;
}
.bone_img2 {
  object-fit: cover;
  width: 100%;
  /* position: absolute;
  width: 1311.67px;
  height: 686.44px; */
}
/* section 3 */
.bone_head3 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  color: #000000;
}
.bone_subHead3{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    color: #363636;    
}
.bone_para3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  color: #9b9b9b;
}
.bone_line3 {
  border-top: 2px solid gray;
  width: 15%;
}
.bone_container3{
    border: 2px solid #05C3DD;
    transition: all 0.3s linear;
    width: 100%;
}
.bone_container3:hover{
    border: 2px solid #05C3DD;
    transform: scale(1.02);
    box-shadow: 2px 2px 2px #05C3DD;
}
/* section 4 */
.bone_box4{
  background-image: url("../images//bone//img3.png");
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position:left top;
}
.bone_img4{
  margin-top: 1%;
  width: 50%;

}
.bone_para4{
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  
  text-align: justify;
  font-feature-settings: 'liga' off;
  
  color: #18191F;
  
}
/* section 6 */
.bone_head6{
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #000000;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.bone_img6{
  opacity: 0.6;
  object-fit: cover;
  width:100%;
}
.bone_faqHead6{
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #000000;  
}
.bone_para6{
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgba(60, 60, 67, 0.85);
}
/* section 2 */
@media (min-width:768px) {
  .bone_para2 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
}
/* section 3 */
@media (min-width:992px) {
  .bone_container3{
    border: 2px solid #05C3DD;
    transition: all 0.3s linear;
    width: 100%;
 
}
}