.tabhd {
  color: rgb(37, 43, 70);
  font-size: 2.2em;
  /* margin-top: 1.2rem; */
  margin-bottom: 1.5rem;
  width: 30vw;
}

#tab-section1 {
  display: flex;
  box-sizing: unset;
  /* justify-content: space-around; */
  margin-bottom: 6rem;
  position: relative;
}
.tabimage {
  width: 50vw;
  position: relative;
}

/* .tabcontent {
  width: 50vw;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-end;
  position: absolute;
} */
.tabtext {
  width: 30vw;
  margin-bottom: 1.6rem;
}

/* styling of the button  */

.tabbtn {
  background-color: rgb(83, 104, 223);
  color: white;
  border: 1px solid rgb(83, 104, 223);
  border-radius: 3px;
  /* margin-right: 0.3rem; */
  padding-right: 1vw;
  padding-left: 1vw;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 1.6rem;
}
.tabbtn:hover {
  background-color: white;
  color: rgb(83, 104, 223);
}
.tabillus {
  height: 40vh;
  width: 35vw;
  position: absolute;
  left: 15%;
}
.tabcircle {
  height: 40vh;
  width: 30vw;
  border-bottom-right-radius: 30%;
  border-top-right-radius: 30%;
  background: rgb(83, 104, 223);
  position: absolute;
  left: 0;
  top: 9vh;
  z-index: -1;
}

@media (max-width: 1100px) {
  .tabtext {
    width: 40vw;
    font-size: 0.9rem;
  }
  .tabhd {
    width: 40vw;
  }
}
@media (max-width: 683px) {
  .tabillus {
    position: relative;
    height: 50vh;
    width: 65vw;
  }
  .tabimage {
    width: 100vw;
    margin-bottom: 8rem;
  }
  .tabcircle {
    height: 50vh;
    width: 70vw;
  }
  #tab-section1 {
    display: flex;
    flex-direction: column;
    /* margin-top: 2.6rem; */
  }

  .tabcontent {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .tabtext {
    width: 80vw;
    font-size: 0.9rem;
    /* margin: auto; */
    text-align: center;
  }
  .tabhd {
    width: 90vw;
    /* margin: auto; */
    text-align: center;
  }
}
@media (max-width: 564px) {
  .tabillus {
    position: relative;
    height: 46vh;
    width: 60vw;
  }
  .tabimage {
    width: 100vw;
    margin-bottom: 8rem;
  }
  .tabcircle {
    height: 44vh;
    width: 60vw;
  }

  .tabtext {
    width: 90vw;
    font-size: 0.9rem;
    /* margin: auto; */
    text-align: center;
  }
  .tabhd {
    width: 90vw;
    /* margin: auto; */
    text-align: center;
  }
}
@media (max-width: 520px) {
  .tabillus {
    position: relative;
    height: 46vh;
    width: 70vw;
  }
  #tabimage {
    width: 100vw;
    margin-bottom: 8rem;
  }
  .tabcircle {
    height: 44vh;
    width: 72vw;
  }

  .tabtext {
    width: 95vw;
    font-size: 0.9rem;
    /* margin: auto; */
    text-align: center;
  }
  .tabhd {
    width: 95vw;
    /* margin: auto; */
    text-align: center;
  }
}
@media (max-width: 460px) {
  .tabillus {
    position: relative;
    height: 43vh;
    width: 70vw;
  }
  .tabimage {
    width: 100vw;
    margin-bottom: 8rem;
  }
  .tabcircle {
    height: 40vh;
    width: 72vw;
  }

  .tabtext {
    width: 70vw;
    font-size: 0.9rem;
    /* margin: auto; */
    text-align: center;
  }
  .tabhd {
    width: 70vw;
    /* margin: auto; */
    text-align: center;
  }
}
@media (max-width: 400px) {
  .tabillus {
    position: relative;
    height: 40vh;
    width: 75vw;
  }
  .tabimage {
    width: 100vw;
    margin-bottom: 8rem;
  }
  .tabcircle {
    height: 40vh;
    width: 77vw;
  }

  .tabtext {
    width: 95vw;
    font-size: 0.9rem;
    /* margin: auto; */
    text-align: center;
  }
  .tabhd {
    width: 95vw;
    /* margin: auto; */
    text-align: center;
  }
}
