.container {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
/* about us heading section start  */
.abotUsHead{
  width: 100%;

  padding: 70px 0 70px 0;
}
.abotUsHead h1{
  font-weight: 700;
font-size: 30px;
line-height: 120.19%;
color: #004B3D;
text-align: center;
padding-bottom: 16px;
}
.abotUsHead p{
  font-weight: 400;
font-size: 16px;
line-height: 159.7%;
color: #3F3F3F;
text-align: center;
}
/* about us heading section end  */
/* Our Story section start */
.ourStory{
  width: 100%;
  background: #F8FBFA;
  padding: 70px 0;
}
.storyWrapper{
  display: flex;
  column-gap: 36px;

}
.storyText{
  max-width: 715px;
  width: 100%;
}
.storyText h2{
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  text-transform: capitalize;
  color: #004B3D;
  padding-bottom: 32px;
}
.storyText p{
  font-weight: 400;
font-size: 18px;
line-height: 23px;
color: #3F3F3F;
  padding-bottom:18px;
}
.storyText p:nth-child(6){
  padding-bottom: 0px;
}
.storyImage{
  max-width: 425px;
  width: 100%;
}
.storyImage img{
  max-width: 420px;
  max-height: 252px;
  width: 100%;
  height: 100%;
}
 /* Our Story section end */
 /* Our Defining Values section start  */
.ourDefiningValues{
  width: 100%;
  padding: 115px 0 75px 0;
}
.definingHeading{
  text-align: center;
  padding-bottom: 62px;
  word-break: break-word;
}
.definingHeading h2{
  font-weight: 700;
font-size: 30px;
line-height: 120.19%;
color: #004B3D;
padding-bottom: 16px;
}
.definingHeading p{
  font-weight: 400;
  font-size: 16px;
  line-height: 159.7%;
  color: #3F3F3F;
  max-width: 855px;
  width: 100%;
  margin: 0 auto;
}
.definingValuesWrapper{
display: flex;
column-gap: 30px;
padding-bottom: 40px;
justify-content: space-between;

}
.definingValuesWrapper .definingValue{
  max-width: 526px;
  width: 100%;

}
.definingValue .value-img{
  display: flex;
  justify-content: center;
  padding-bottom:30px;
}
.definingValue .value-img img{
  width: 97.83px;
  height: 100px;
}

.value-text h3{
  font-weight: 600;
  font-size: 24px;
  line-height: 120.2%;
  color: #000000;
  text-align: center;
  padding-bottom: 12px;
}
.value-text p{

  font-weight: 400;
  font-size: 16px;
  line-height: 159.7%;
  color: #3F3F3F;
  text-align: center;
}

 /* Our Defining Values section end  */

 /* Our Services section start */
.ourServices{
  width: 100%;
  padding: 70px 0;
  background: #F8FBFA;
}
.serviceHeading{
  padding-bottom: 62px;
}
.serviceHeading h2{
  font-weight: 700;
  font-size: 30px;
  line-height: 120.19%;
  color: #004B3D;
  text-align: center;
}
.tabPillsArea{
display: flex;
justify-content: center;
column-gap: 32px;

}

.tablinks{
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120.2%;
  color: #3F3F3F;
  border: 1px solid #D9E4E1;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-right: 42px;
  background-color: transparent;
}
.tabPillsArea .tablinks:hover{
  border-color: #02837A;
}
.tabPillsArea button.active{
  border: 1px solid #02837A;
  color: #02837A;

}

.tablinks span{
  border: 2px solid #D9E4E1;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: transparent;
  margin: 8px 13px 8px 8px;
 display: block;
}
.tabPillsArea button.active span{
  border: 2px solid #02837A;
  background: #02837A;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabPillsArea button img{
   display: none;
   z-index: 2;
}
.tabPillsArea button.active span> img{
  display: block;
  max-width: 25px;
  max-height: 25px;
  height: 100%;
  width: 100%;
}
.tabContentArea{
  display: flex;
  justify-content: center;
}

.tabContent {
  display: none;
  max-width: 899px;
  width: 100%;
}
.active{
display: flex;
}
.lists{
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 28px;
}
.list{
      max-width: 280px;
    width: 100%;
}

.list ul{
  list-style-type: none;
  padding-left: 25px;
}
.list ul li{
  position: relative;
  font-weight: 400;
font-size: 16px;
line-height: 159.7%;
padding-bottom: 14px;
padding-left: 12px;

}

.list li::before{
  position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #02837A;
    border-radius: 50%;
    left: -6px;
    top: 9px;
}
 /* Our Services section end */
 /* Team Section */
 .teamMembersSec{
    padding: 115px 0;
 }
.teamDesc {
  max-width: 785px;
  margin: 0 auto;
}
.teamText {
    font-weight: 450;
    font-size: 18px;
    line-height: 23px;
    color: #546B8E;
    margin-top: 32px;
}
.center {
    text-align: center;
}
.singleTeam {
  min-height: 421px;
}

.memberName {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #373737;
  margin: 20px 0 10px;
}

.memberDep {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #373737;
}
.secHead{
  font-weight: 600;
  font-size: 30px;
  line-height: 120.19%;
  color: #004B3D;
  text-align: center;
  margin-bottom: 16px;
}
.secDec{
  font-weight: 400;
  font-size: 16px;
  line-height: 159.7%;
  color: #3F3F3F;
  max-width: 855px;
  width: 100%;
  margin: 0 auto;
}
.teamMembersWrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 54px;
  padding-top: 62px;
}

.teamMembersWrapper .singleMember img.about-writers {
  max-width: 126px;
  width: 100%;
  max-height: 126px;
  height: 100%;
}

.teamText {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #373737;
  margin-top: 32px;
}

.whiteSpace {
  padding: 50px 0;
}

 /* about us section start */
.aboutUs{
  padding: 115px 0;
  width: 100%;
}
.aboutUsHeading{
  padding-bottom: 62px;
}

.aboutUsHeading h2{
  font-weight: 700;
  font-size: 30px;
  line-height: 120.19%;
  text-align: center;
  color: #004B3D;
  padding-bottom: 16px;
}
.aboutUsHeading p{
  font-weight: 400;
font-size: 16px;
line-height: 159.7%;
text-align: center;
color: #3F3F3F;
}
.writers{
  display: flex;
  column-gap: 21px;
  row-gap: 21px;
  flex-wrap: wrap;
}

.writerCard{
  background: #FFFFFF;
border: 1px solid #D9E4E1;
box-shadow: 1px 1px 11px rgba(224, 224, 224, 0.25);
border-radius: 12px;
padding: 32px 0;
max-width: 376px;
width: 100%;
}
.writerCard .name{
text-align: center;
font-weight: 500;
font-size: 22px;
line-height: 164.5%;
color: #000000;
padding-bottom: 11px;
}

.writerAvatar{
  width: 100%;
  display: flex;
  justify-content: center;
}
.writerAvatar img{
  width: 131px;
height: 129px;
}
.badges{
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 6px;
  padding: 24px 0 16px 0;

}
.badges .designation{
  background: #02837A;
  padding: 5px 8px;
  border-radius: 100px;
  font-weight: 500;
font-size: 13px;
line-height: 16px;
width: 40px;
height: 26px;

}
.badges .rating{
  background: #004B3D;
  border-radius: 100px;
  padding: 5px 8px;
  font-weight: 500;
font-size: 13px;
line-height: 16px;
display: flex;
justify-content: space-between;
align-items: center;
width: 49px;
height: 26px;
}
.writer-text .writer{
text-align: center;
font-weight: 700;
font-size: 21px;
line-height: 164.5%;
color: #000000;
padding-bottom: 6px;
}
.writer-text p{
  text-align: center;
  font-weight: 500;
font-size: 14px;
line-height: 164.5%;
color: #3F3F3F;
padding-bottom: 2px;
}
.writer-text strong{
  text-align: center;
  font-weight: 700;
font-size: 14px;
line-height: 164.5%;
color: #3F3F3F;
}


 /* about us section end  */
 /* Our Service Stats section start  */
.ourServiceStats{
  background: #F8FBFA;
  width: 100%;
  padding: 70px 0;
}
.ourServiceStatsHeading{
  padding-bottom: 62px;
}
.ourServiceStatsHeading h2{
  font-weight: 700;
  font-size: 30px;
  line-height: 120.19%;
  text-align: center;
  color: #004B3D;
}

.ourServiceStatsGrid{
  display: flex;
  column-gap: 2px;

  flex-wrap: wrap;
}
.ourServiceStatBox{
  max-width: 376px;
  width: 100%;
  padding:61px 10px 60px 10px ;

}
.serviceImage{
  display: flex;
  justify-content: center;
  padding-bottom: 25.03px;
}
.service-text .heading{
  font-weight: 500;
font-size: 50px;
line-height: 120.2%;
text-align: center;
color: #02837A;
padding-bottom: 8px;
}
.service-text p{
  font-weight: 400;
font-size: 16px;
line-height: 159.7%;
text-align: center;
color: #3F3F3F;
}
.ourServiceStatBox:nth-child(1){
  border-bottom: 1px solid #02837A47;
  border-right: 1px solid #02837A47;
}
.ourServiceStatBox:nth-child(2){
  border-bottom: 1px solid #02837A47;
  border-right: 1px solid #02837A47;
}
.ourServiceStatBox:nth-child(3){
  border-bottom: 1px solid #02837A47;

}
.ourServiceStatBox:nth-child(4){

  border-right: 1px solid #02837A47;
}
.ourServiceStatBox:nth-child(5){

  border-right: 1px solid #02837A47;
}



 /* Our Service Stats section end  */

 .ctaSection {
  padding: 115px 0px;
}

.ctaWrapper.withhead {
  padding-right: 44px;
}
.ctaWrapper {
  position: relative;
  background: radial-gradient(100% 100% at 50% 0%, #02C585 0%, #02AB81 60.8%, #02837A 100%), linear-gradient(0deg, #D4DDE5, #D4DDE5);
  border-radius: 15px;
  display: flex;
  align-items: center;
  column-gap: 42px;
  padding: 39px 85px 50px 85px;
}
.ctaIcon span {
  display: block;
}
.ctaContent {
  border-left:2px solid rgba(255, 255, 255, 0.4);
  padding: 9px 42px 9px 42px;
}
.ctaContent.withhead {
  padding: 9px 0px 9px 42px;
  position: relative;
  z-index: 1;
}

.ctaWrapper::after {
  content: '';
  background-image: url(../images/educ.svg);
  position: absolute;
  z-index: 11;
  max-width: 233px;
  width: 100%;
  max-height: 171px;
  background-size: cover;
  right: 0;
  bottom: 0;
  height: 100%;
}
.ctaButton {
  display: block;
  background-color: #fff;
  border-radius: 3px;
  max-width: 124px;
  width: 100%;
  text-align: center;
  padding: 7px 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 164.5%;
  color: #02837A;
  transition: 0.3s transform;
}
.ctaContent.withhead .ctaButton:hover{
  transform: scale(1.1);
  }
.ctaContent p {
  font-style: normal;
  font-weight: 500;
font-size: 24px;
line-height: 142.5%;
color: #FFFFFF;
  padding-bottom: 28px;
}

@media (max-width:1199px) {
  .writers{
    justify-content: space-evenly;
  }
  .writerCard{
    max-width: 366px;
  }
  .ourServiceStatsGrid{
    justify-content: center;
  }

}
@media (max-width:1169px) {

  .writerCard{
    max-width: 316px;
  }
  .ourServiceStatBox{
    max-width: 329px;
  }

}
@media (max-width:1023px) {

  .writerCard{
    max-width: 306px;
  }
  .ourServiceStatBox {
    max-width: 315px;
  }

}
@media (max-width:991px) {
  .storyWrapper {
    flex-direction: column;
    row-gap: 40px;
  }
  .storyText {
    text-align: center;
  }
  .storyImage {
    display: flex;
    justify-content: center;
    max-width: 100%;
  }
  .tabPillsArea{
    flex-wrap: wrap;
    row-gap: 32px;

  }
  .ourServiceStatBox:nth-child(2){
    border-right: 0;
  }
  .ourServiceStatBox:nth-child(3) {
    border-bottom: 1px solid #02837A47;
    border-right: 1px solid #02837A47;
}
.ourServiceStatBox:nth-child(3) {
  border-bottom: 0px ;
  border-right: 1px solid #02837A47;
}
}

@media (max-width:767px) {

  .lists{
    column-gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ourServiceStatBox:nth-child(1) {
    border-bottom: 1px solid #02837A47;
    border-right: 0px ;
}

.ourServiceStatBox:nth-child(3) {
  border-right: 0;
  border-bottom: 1px solid #02837A47;
}
.ourServiceStatBox:nth-child(4) {
  border-right: 0;
  border-bottom: 1px solid #02837A47;
}
.ourServiceStatBox:nth-child(5) {
  border-right: 0;
  border-bottom: 1px solid #02837A47;
}
.ctaWrapper, .withhead{
  padding: 50px 30px;
}
.ctaContent p{
  font-size: 20px;
}
}



@media (max-width:575px) {

  .serviceHeading h2,
.definingHeading h2,
.storyText h2,
.abotUsHead h1 {
  font-size: 26px;
  padding-bottom: 14px;
}
.serviceHeading,
.storyText h2{
  padding-bottom: 26px;
}
.teamMembersWrapper{
  padding-top: 40px;
}
.ourServiceStatsHeading,
.definingHeading {
  padding-bottom: 40px;
}
.definingValue .value-img img {
  width: 60px;
  height: 60px;
}
.serviceImage {
  padding-bottom: 20.03px;
}
.service-text .heading {
  font-size: 40px;
  padding-bottom: 6px;
}
.service-text p {
  font-size: 14px;

}
.ourServiceStatBox {
  padding: 40px 10px 40px 10px;
}
.ourServiceStatsGrid .ourServiceStatBox:first-child{
  padding-top:0px;
}
.definingValue .value-img {
  padding-bottom: 18px;
}
.value-text h3 {
  font-size: 20px;
  padding-bottom: 12px;
}
.value-text p {
  font-size: 14px;
}
.ourServiceStats,
.ourStory,
.abotUsHead {
  padding: 50px 0;
}
.ourDefiningValues {
  padding: 90px 0 50px;
}
.definingHeading p,
.abotUsHead p {
  font-size: 14px;
}
.tabPillsArea {
  row-gap: 12px;
}
.tablinks {
  max-width: 100%;
  width: 100%;
}
.tablinks span {
  width: 37px;
  height: 37px;
  margin: 8px 12px 8px 8px;
}


.tabPillsArea button.active span> img {
    max-width: 21px;
    max-height: 21px;
}
.lists {

  row-gap: 0px;

}
.teamMembersSec {
  padding: 90px 0;
}
.ourServices {
  padding: 50px 0 36px;
}
.storyText p {
  font-size: 14px;
  padding-bottom: 14px;
}
  .teamMembersWrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 36px;
}

.memberDep {
    font-size: 14px;
    line-height: 18px;
}
.secHead{
  font-size: 26px;
  margin-bottom: 14px;
}
.secDec{

  font-size: 14px;

}
.teamText {
    font-size: 16px;
}
  .lists{
    justify-content: start;
  }
  .definingValuesWrapper {

    flex-direction: column;
    row-gap: 40px;
  }


  .ctaWrapper {
    flex-direction: column;
    padding: 40px 15px;
    border-radius: 0;
}
.ctaSection {
  padding: 50px 0 70px;
}

.ctaWrapper {
  flex-direction: column;
  padding: 40px 15px;
  border-radius: 0;
}

.ctaIcon span {
  display: block;
  margin: 0 auto 20px;
}
.ctaWrapper::after{
  content: unset;
}
.ctaIcon span svg {
  width: 94px;
  height: 94px;
}
.ctaContent {
  border: none;
  padding: 0;
  position: relative;
  padding-top: 34px;
  text-align: center;
}
.ctaContent.withhead {
  padding: 0px;
}
.ctaContent:before {
  position: absolute;
    content: '';
    width: 194px;
    background-color: rgba(255, 255, 255, 0.4);
    top: 0;
    height: 2px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
}
.ctaContent.withhead p {
  text-align: center;
  font-size: 20px;
  padding-top: 18px;
  padding-bottom: 22px;
}

.ctaButton {
  font-size: 14px;
  padding: 11px 0;
  margin: 0 auto;
  max-width: 142px;
  line-height: 18px;
}
.teamMembersWrapper .singleMember img.about-writers {
  max-width: 80px;
  max-height: 80px;
}

.memberName {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #373737;
  margin: 20px 0 10px;
}
.memberName {
  margin: 10px 0 6px;
}
.ctaWrapper.withhead {
  padding-right: 28px;
}
.ctaWrapper, .withhead{
  border-radius: 15px;
  padding: 36px 28px;
}
.ctaWrapper {
  position: relative;
  background: linear-gradient(180deg, #2FF8B6 -5.79%, #1BCB91 73.9%);
}
}


@media (max-width: 430px){
  .ctaWrapper::after {
      background-size: 132px 97px;
      background-repeat: no-repeat;
      background-position: bottom right;
  }
  .storyImage img{
    width: 80%;
  }
  }