*{
    font-family: "Nunito", sans-serif;
}
.green-line_wrap{
    height: 3px;
    margin: 30px 0;
    position: relative;
    width: 100%;
}
.green_line{
    background-color: #00bfa5;
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 14%;
}
.headings{
    text-align: center;
}
.headings h6{
    font-weight: bold;
    margin-top: 15px;
}
.service-wrap{
    border: none;
}

.success_rate{
    width: 80%;
    margin: auto;
    /* border: 2px solid black; */
    height: 100vh;
    display: flex;
    justify-content: center;
}
.success_rate img{
    border-radius: 250px;
}

.parentCmpny{
    background-color: rgb(175, 35, 35);
    text-align: center;
    color: white;
    min-height: 40%;
    font-family: "Gupter", serif;
}
.parentCmpny h1{
    margin: 15px;
    font-weight: bolder;
}
.parentCmpny p{
    font-size: xx-large;
    font-weight: bold;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 15px;
    padding-bottom: 15px;
}
.parentCmpny hr{
    width: 40%;
    margin: auto;
    font-size: xx-large;
    font-weight: bolder;
}
.allServicesCategory{
    display: flex;
    background-color: #d8d0d0;
    justify-content: center;
    margin: 40px;
}
.services-container1 {
    display: flex;
    overflow: hidden;
    width:80%; /* adjust to fit three items */
  }
  
  .services-container1 p {
    flex-shrink: 0; /* prevent items from shrinking */
    width: 33%; /* adjust to fit individual items */
    text-align: center;
    padding: 15px;
    cursor: pointer;
  }
  .nav-btn1{
    margin: 5px 10px;
    width: 30px;
  }
  
.active{
    background-color: #a9363642;
}
.serviceDescription{
    display: flex;
    margin-top: 40px;
    /* height: 80vh; */
    height: auto;
}
.serviceDescription .descrip, .serviceDescription .descImg{
    width: 50%;
    /* max-width: 50%; */
    height: 30%;
    margin-right: 4%;
}
.serviceDescription .descImg img{
    border-radius: 250px;
    height: 100%;
    margin-left: 10px;
}
.serviceDescription .descrip {
    width: 60%;
    margin: auto;
    margin-left: 40px;
}
.serviceDescription .descrip h2{
    margin-bottom: 40px;
}
.serviceDescription .descrip button{
    margin-top: 40px;
}
.serviceDescContainer{
    margin: 10px;
    height: auto;
}
.displayNone{
    display: none;
}
.displayBlock{
    display: flex;
}
.footerContainer{
    margin-top: 10%;
}
.widthFull{
    width: 55vw;
}
.widthFullD{
    width: 91vw;
}

@media (max-width: 740px) {
    .success_rate img{
        height: 150%;
    }
    .success_rate{
        height: 22vh;
    }
    .container{
        margin-bottom: -25%
    }
    .parentCmpny p{
        font-size: large;
        font-weight: bold;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 15px;
        padding-bottom: 15px;
    }
    .allServicesCategory{
        width: 100vw;
        margin-left: 0;
        /* flex-direction: column; */
    }
    /* .allServicesCategory p{
        box-shadow: 0px 1px 5px black;
        padding: 5px;
      white-space: nowrap;
      font-size: small;
      text-align: center;
    } */
    .services-container1 p {
        font-size: small;
        padding: 4px;
        margin: 0 0px;
      }
      .nav-btn1{
        margin: 5px 2px;
        width: 20px;
      }
    .serviceDescription{
        /* height: 60vh; */
        height: auto;
    }
    .serviceDescription .descImg img{
        height: 50%;
        margin-left: 10px;
        margin-top: -20px;
    }
    .serviceDescription .descrip{
        width: 40%;
        margin-left: 2%;
        margin-top: 53px
    }
    .serviceDescription .descImg {
        width: 60%;
        max-height: 400px;
    }
    .widthFull{
        width: 90vw;
    }
    .serviceDescription .descrip h2{
        margin-bottom: 10px;
        font-size: larger;
        font-weight: bold;
    }
    .serviceDescription .descImg{
        margin-top: 40px;
    }
    .serviceDescription .descrip button{
        margin-top: 10px;
        margin-left: 65%;
        width: 92%;
        font-size: small;
    }
    .serviceDescContainer .serviceDescription .descrip p{
        font-size: small;
    }
    .heading1 p{
        font-size: small;
    }
    .heading1 h1{
        font-size: larger;
    }
    .container{
        margin-bottom: -20%;
    }
}
