.cta {
       display: block;
    /* display: flex; */
    color: white;
    background-color: #00b2a9;
    height: 36px;
    width: 162px;
    font-family: 'Stag Sans Book';
    line-height: 14.44px;
    font-size: 14px;
    /* border-radius: 8px; */
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    /* margin: 0px auto; */
    cursor: pointer;
    /* padding-right: 2px; */
   
    /* margin: 3% auto; */
    position: relative;
   top: -39%;
    left: 63%;
}

.cta:hover {
  background-color: #0a8f87;
}

 .button-des{
  top:81.9%;
  color:#FFF;
  position:absolute;
  left: 62.5%;
  font-family: 'Stag Sans Book';
  font-size: 12px;
   line-height:14.4px;
}

.button-des-card3{
  top:81.9%;
  color:#FFF;
  left:77%;
  position:absolute;
   font-family: 'Stag Sans Book';
    font-size: 12px;
  line-height:14.4px;
  
}

.pagenum{
  font-family:'stag sans-medium';
  color:#00B2A9;
  font-size:12px;
  margin-top: -2.9px;
  margin-left:134px;
  
}

/* #tab2 .button-des{
  top:88%;
  color:#333F48;
  position:absolute;
  left: 62.5%;
  font-family: 'Stag Sans-Medium';
  font-size: 12px;
}

#tab2 .button-des-card3{
  top:88%;
  color:#333f48;
  left:77%;
  position:absolute;
   font-family: 'Stag Sans-Medium';
    font-size: 12px;
} */


.top-contain{
  position:absolute;
  width:100%;
  height:100%;
  cursor:pointer;
  text-transform:uppercase;
 
}

.tab1-top-contain{
  font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 26px;
    font-family: 'Stag Sans Book';
    background-color: #00B2A9;
    position: absolute;
    top: 0%;
    border: 1px solid #333f48;
    left: 0%;
    width: 321px;
    height: 25px;
  letter-spacing:1px;
}

/* .tab1-top-contain :hover{
  background-color: #9F8E76;
  width: 321px;
    height: 25px;
} */

#nonactive-tab2{
  position: relative;
  width: 100%;
  height: 60%;
  top: 36%;
}


.tab2-top-contain{
  font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 26px;
    font-family: 'Stag Sans Book';
    background-color: #00B2A9;
    position: absolute;
    top: 0%;
    border: 1px solid #333f48;
    left: 0%;
    width: 321px;
    height: 25px;
    left: 33.4%;
    letter-spacing:1px;
}

/* .tab2-top-contain :hover{
  background-color: #9F8E76;
  width: 321px;
    height: 25px;
} */

.tab3-top-contain{
  font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 26px;
    font-family: 'Stag Sans Book';
    background-color: #00B2A9;
    position: absolute;
    top: 0%;
    border: 1px solid #333f48;
    left: 0%;
    width: 321px;
    height: 25px;
    left: 66.8%;
    letter-spacing:1px;
}

/* .tab3-top-contain :hover{
  background-color: #9F8E76;
  width: 321px;
    height: 25px;
} */

.paragraph {
    font-size: 13px;
    font-family: 'Merriweather';
    text-align: center;
    line-height: 28px;
/*     letter-spacing: 1px; */
/*     font-weight:600; */
    color:#333f48;
    /*width: 242px;*/
}

.heading {
    text-align: center;
    font-size: 22px;
    color:#00BEB5;
    line-height:30px;
    font-family: 'Stag Sans-Medium';
    font-weight:500;
    position: relative;
     padding-top: 5px;
    padding-bottom:5px;
}
.heading-line
{
  position: absolute; width: 24%; left: 68%; top: 23%; margin: 0px auto;
}
.tab-active{
  background-color: #00b2a9 !important; 
}
.discover-heading{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 9%;
    color: #fff;
    font-size: 18px;
    font-family: 'Stag Sans';
}
.left-icons{
      /* position: absolute; */
    /* margin-top: 0px; */
    position: absolute;
    top: 7%;
}
.tab-box{
     background-color: #fff;
    width: 41px;
    height: 44px;
    position: absolute;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    /* border-bottom: 1px solid #fff; */
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    top: 64.7%;
    left: 13.2%;
}
.icon-text{
    position: absolute;
    font-size: 9px;
    color: #fff;
    top: 59%;
    left: 6%;
    /* top: 53%; */
    /* left: 10%; */
    font-family: 'Stag Sans Book';
}