body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f2f2f2;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    overflow: hidden;
}
/* spinner */
.spinnerCont{
  position: fixed; /* Fixed position to cover the entire viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 24, 24, 0.219);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999; 
 }
.spinner-box {
position: relative;
width: 100px;
height: 100px;
}

.spinner {
position: absolute;
width: 100%;
height: 100%;
border: 4px solid #fff;
border-top: 4px solid #446fbb;
border-radius: 50%;
animation: spin 1s linear infinite;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.burgerMenuCont{
  margin: 0 0 1rem 0;
  color: #fff;
  font-size: 2rem;
  display: none;
}
.heding_text{
    text-align: center;
    margin: 2.5rem auto 1rem;
    font-size: 30px;
    font-weight: 500;  
}
.endsec{
    margin-top: 2rem;
    width: 100%;
    border: none;
    border-bottom: 50px solid #DAD9D94D;
}
.hr{
    width: 316.01px;
    border: none;
    border-bottom: 3px solid #2755A3B2;  
}
  /* header */
#header{
    background-color: #2755A3;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* navbar */
.navbar{
    display: flex;
    height: 100px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}
.navbar .navbar_left img{
    width: 291px;
    margin-left: 3rem;
}
.navbar_right{
    display: flex;
    align-items: center;
    margin-right: 5rem;
}
.navbar_right ul{
    display: flex;
    gap: 30px;
    margin: 0 0 1rem 0;
}
.navbar_right ul li{
    list-style: none;
    padding: 20px 0;
    font-size: 1.3rem;
    color: #fff;
    font-weight: 400;
}
.navbar_right ul li a{
  color: #fff;
  text-decoration: none;
}
.navbar_right ul li a:hover{
  border-bottom: 2px solid white;
}
.active {
 /* Change this to the desired active color */
  border-bottom: 2px solid white;
}
/* headingCss */
.heading{
    display: flex;
    justify-content: space-between;
}
.heading_right{
    display: flex;
    margin: 0 6rem 0 0;
}
.heading_left{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0 3rem;
    color: #fff;
}
.heading_left h1{
    font-size: 2.5rem;
    font-weight: 500;
    
}
.corporateLogo{
  height: 5rem;
}
.brandname{
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.heading_left .corporateLogo img{
   height: 100%;
   background-color: #fff;
}
.heading_right img{
    width: 484px;
}
/* policysection */
.policy_year{
    text-align: center;
    margin: 5rem auto 1rem;
    font-size: 30px;
    font-weight: 500;
}
.policydetails{
    height: fit-content;
}
.policydetails hr{
    width: 316.01px;
    border: none;
    border-bottom: 3px solid #2755A3B2;   
}
.policydetails .pieDev{
  height: 12rem;
  width: 1px;
  border: none;
  border-right: 1px solid #99999966;
}

.policydetails_basicdetails{
    width: 100%;
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.policydetails_basicdetails_cont{
    display: flex;
    justify-content: space-around;
    background: #fff;
    padding: 1.5rem 0;
    width: 90%;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.policydetails_basicdetails_cont h1{
    color: #999999;
    font-weight: 400;
}
.policyperiod{
    padding: 0 2rem;
    width: 33%;
}
.policyperiod h1, p{
    font-size: 20px;
}
.policyperiod .cont_head{
  height: 50%;
  margin-bottom: 0;
}
.policyperiod .cont_foot{
  height: 50%;
}
.suminsured{
    padding: 0 2rem;
    width: 33%;
}
.suminsured h1, p{
    font-size: 20px;
   
}
.suminsured .cont_head{
  height: 50%;
  margin-bottom: 0
}
.suminsured .cont_foot{
  height: 50%;
}
.endorsementproceedtill{
    padding: 0 2rem;
    width: 33%;
}
.endorsementproceedtill h1, p{
    font-size: 20px;
}
.endorsementproceedtill .cont_head{
  height: 50%;
  margin-bottom: 0;
}
.endorsementproceedtill .cont_foot{
  height: 50%;
}
.cont_head{
    margin-bottom: 3rem;
}
.cont_head h1, p{
    margin: 15px 0;

}
#policydet .cont_head p{
  font-size: 20px;
}
.cont_foot{
    margin-bottom: 1rem;
}
#policydet .cont_foot p, h1{
    font-size: 20px;
}
.cdbalancewar{
    margin: 6px;
    width: 90%;
}
.cdbalancewar h1 {
    color: #999999;
    font-weight: 500;
    font-size: 20px;
}
.policydetails .endsec{
    margin-top: 2rem;
    width: 100%;
    border: none;
    border-bottom: 50px solid #DAD9D94D;
}

/* clam utilization chart */
.claim_card .claim_card_head h1{
  display: flex;
  align-items: center;
  gap: 10px;
}

.claim_utilization{
  width: 100%;
}
.claimutilization_maincomt{
  padding-top: 3rem;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.claim_grid{
  width: 90%;
  display: flex;
  grid-gap: 20px;
  justify-content: space-between;
}
.claim_card{
  border: 1px solid black;
  min-width: 23%;
  display: flex;
  flex-direction: column;
  background-color: rgba(39, 85, 163, 1);
  color: #fff;
  border: none;
  border-radius: 5px;
}

.claim_chart{
  margin: 3rem auto;
  display: flex;
  background-color: #fff;
  border-radius: 5px;
  justify-content: space-between;
  width: 90%;
}
.claim_chart_col{
  width: 33%;
}
#claim_img{
  object-fit: cover;
  width: 37%;
}
#claim_img img{
  width: 100%;
  height: 100%;
}
.claim_card h1{
  font-weight: 500;
  font-size: 20px;
}
.claim_card p{
  font-size: 22px;
  font-weight: 400;
}
.claim_card_head{
  padding: 0 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.claim_card_foot{
  padding: 0 1rem 1rem;
}
.claim_card_foot h1{
  margin-bottom: 1rem;
}
.circle_container{
  display: flex;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.circle_container_footer{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.circle_container h1{
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: rgba(153, 153, 153, 1);
  margin: 0;
  padding: 5px 5px 2px;
}
.circle_container p{
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin: 0;
  padding: 0;
  padding: 2px 5px 5px;
}
.circle_progress_prorated_days{
  position: relative;
  width: 230px;
  height: 230px;
  display: flex;
  margin: 1rem auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: blue;
  background: conic-gradient(rgba(39, 85, 163, 1) 3.6deg, #ededed 0deg);
}
.circle_progress_prorated_days::before{
  content: "";
  position: absolute;
  height: 210px;
  width: 210px;
  border-radius: 50%;
  background-color: #fff;
}
.circle_progress_prorated_days_value{
  position: absolute;
  font-size: 30px;
  font-weight: 500;
  margin-left: 300px;
  margin-top: 30px;
  background-color: transparent;
  z-index: 1;
  display: none;
}
.circle_progress_prorated_utilization{
  position: relative;
  width: 160px;
  height: 160px;
  display: flex;
  margin: 1rem auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: blue;
  background: conic-gradient(rgba(39, 85, 163, 1) 3.6deg, #ededed 0deg);
}
.circle_progress_prorated_utilization::before{
  content: "";
  position: absolute;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  background-color: #fff;
}
.circle_progress_utilization_value{
  position: relative;
  font-size: 30px;
  font-weight: 500;
}
.circleprogress{
  position: relative;
  width: 230px;
  height: 230px;
  display: flex;
  margin: 1rem auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: blue;
  background: conic-gradient(rgba(39, 85, 163, 1) 3.6deg, #ededed 0deg);
}
.circleprogress::before{
  content: "";
  position: absolute;
  height: 210px;
  width: 210px;
  border-radius: 50%;
  background-color: #fff;
}
.progressvalue{
  position: relative;
  font-size: 30px;
  font-weight: 500;
}

#claim_utilization .endsec{
  margin-bottom: 0;
  padding-bottom: 0;
}

/* ongoing claims */
#ongoing{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero{
  width: 100%;
  min-height: 60vh;
}
.tab-btn{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin: 3rem auto 0;
}
.tab-btn button{
  font-size: 30px;
  font-weight: 700;
  color: rgba(153, 153, 153, 1);
  border: none;
  padding: 1rem 5rem 1rem;
  width: 50%;
  background-color: #f2f2f2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.tab-btn button:hover{
  cursor: pointer;
}
.tab-btn .ongoing-btn{
  color: rgba(39, 85, 163, 1);
  border-bottom: 3px solid rgba(39, 85, 163, 1);
}
.tab-btn .ongoing-btn:hover{
  color: #2755A3;
  cursor: pointer;
}
.tab-btn .rejected-btn{
  border-left: 1px solid gray;
}
.tab-btn .rejected-btn:hover{
  cursor: pointer;
  color: #2755A3;
}
.content{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  transform: translateX(300vh);
}
#content1{
  transform: translateX(0px);
}
.ongoingclames_heading{
    text-align: center;
    margin: 2.5rem auto 1rem;
    font-size: 30px;
    font-weight: 500;
}
.ongoingclaims hr{
    width: 316.01px;
    border: none;
    border-bottom: 3px solid #2755A3B2;  
}
.ongoingclaims_table{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 1rem 0;
}
.ongoingclaims_table  table {
    font-size: 20px;
    font-weight: 400;
    border-collapse: collapse;
    width: 90%;
    border-radius: 8px;
    overflow: hidden;
  }

  .ongoingclaims_table th{
    height: 83px;
    text-align: center;
    font-weight: 500;
    padding: 4px 20px 4px;
    background-color: rgba(39, 85, 163, 1);
    color: white;
  }
  .ongoingclaims_table td{
    height: 70px;
    border: 1px solid #ddd;
    border-bottom: none;
    text-align: center;
    padding: 4px 20px 4px;
  }
 
  .ongoingclaims_table tbody {
    background-color: white;
  }
  .ongoingclaims .endsec{
    margin: 4rem auto 0;
    width: 100%;
    border: none;
    border-bottom: 50px solid #DAD9D94D;
  }
  .ongoingclaims .en{
    border-left: none;
    text-align: left;
    padding: 0.5rem 1rem;
  }
  .ongoingclaims .dgn{
    border-right: none;
  }
/* age and relation wise split */
#ars{
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.arscont{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 5rem 1rem 5rem 1rem;
  width: 100%;
}
.arscont .heding_text{
  margin-top: 0;
  font-weight: 500;
  font-size: 30px;
}
.arscont .pieDev{
  height: 37rem;
  width: 1px;
  border: none;
  border-right: 1px solid #99999966;
}

.main_pie{
  display: flex;
  justify-content: center;
  width: 600px;
  margin: 5rem auto 5rem 4rem;
}
.ars_main .grand_total{
  font-weight: 500;
  padding-left: 20px;
  text-align: center;
}


.awsBox{
  width: 49%;
}
#aws_pieid{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#aws_pieid .piecont{
  width: 55%;
}

.piecont_ledgend ul{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.label_iconCont{
  display: flex;
  align-items: center;
}
#aws_pieid .piecont_ledgend li{
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}
.rwsBox{
  width: 49%;
}
  #rws_pieid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#rws_pieid .piecont_ledgend li{
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}
#rws_pieid .piecont{
  width: 55%;
}

.pieinfo li{
  list-style: none;
  padding-bottom: 1rem;
}
#ars .endsec{
  margin: 0;
  border-color: #b4b0b04d;
}
.label_iconCont{
  display: flex;
  gap: 1rem;
}
.awsLabelColor{
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
}


/* colors for aws labels  */
#aws_pieid .piecont_ledgend ul .label_iconCont:nth-child(1) .awsLabelColor {
  background-color: #618be1; /* Color for the first item */
}
#aws_pieid .piecont_ledgend ul .label_iconCont:nth-child(2) .awsLabelColor {
  background-color: #f5c418; /* Color for the second item */
}

#aws_pieid .piecont_ledgend ul .label_iconCont:nth-child(3) .awsLabelColor {
  background-color: #2755a3; /* Color for the third item */
}
#aws_pieid .piecont_ledgend ul .label_iconCont:nth-child(4) .awsLabelColor {
  background-color: #4576dc; /* Color for the third item */
}
#aws_pieid .piecont_ledgend ul .label_iconCont:nth-child(5) .awsLabelColor {
  background-color: #40A2D8; /* Color for the third item */
}
#aws_pieid .piecont_ledgend ul .label_iconCont:nth-child(6) .awsLabelColor {
  background-color: #0F2167; /* Color for the third item */
}
#aws_pieid .piecont_ledgend ul .label_iconCont:nth-child(7) .awsLabelColor {
  background-color: #BBE2EC; /* Color for the third item */
}



/* colors for rws labels  */
#rws_main .piecont_ledgend ul .label_iconCont:nth-child(1) .awsLabelColor {
  background-color: #618be1; /* Color for the first item */
}
#rws_main .piecont_ledgend ul .label_iconCont:nth-child(2) .awsLabelColor {
  background-color: #f5c418; /* Color for the second item */
}
#rws_main .piecont_ledgend ul .label_iconCont:nth-child(3) .awsLabelColor {
  background-color: #2755a3; /* Color for the third item */
}
#rws_main .piecont_ledgend ul .label_iconCont:nth-child(4) .awsLabelColor {
  background-color: #4576dc; /* Color for the third item */
}
#rws_main .piecont_ledgend ul .label_iconCont:nth-child(5) .awsLabelColor {
  background-color: #40A2D8; /* Color for the third item */
}
#rws_main .piecont_ledgend ul .label_iconCont:nth-child(6) .awsLabelColor {
  background-color: #0F2167; /* Color for the third item */
}
#rws_main .piecont_ledgend ul .label_iconCont:nth-child(7) .awsLabelColor {
  background-color: #BBE2EC; /* Color for the third item */
}



  /* Diagnosis wise split of claims */

  #diagnos{
    margin-top: 5rem;
  }
  .diagnousiswisesplit_table{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 3rem 0 5rem;
}
.diagnousiswisesplit_table  table {
    font-size: 20px;
    font-weight: 400;
    border-collapse: collapse;
    width: 90%;
    border-radius: 8px; /* Add border-radius property */
    overflow: hidden;
  }

  .diagnousiswisesplit_table th{
    height: 83px;
    text-align: center;
    font-weight: 500;
    padding: 0 20px;
  }
  .diagnousiswisesplit_table td{
    height: 70px;
    border: 1px solid #ddd;
    border-top: none;
    text-align: center;
  }
  
  .diagnousiswisesplit_table th {
    background-color: rgba(39, 85, 163, 1);
    color: white;
  }
  .diagnousiswisesplit_table tbody {
    background-color: white;
  }
.diagnousiswisesplit_table .sl{
    width: 60px;
    padding-left: 40px;
    border-top: none;
    border-left: none;
}
.diagnousiswisesplit_table .slhead{
    padding-left: 20px;
}
.diagnousiswisesplit_table .revisedd{
    min-width: 500px;
    padding: 0 30px 0 50px;
    text-align: left;
}
.diagnousiswisesplit_table tfoot {
    background-color: white;
  }
  .diagnousiswisesplit_table .grandtot{
    padding-left: 150px;
    font-weight: 700;
    font-size: 22px;
    text-align: left;
  }
  .diagnousiswisesplit_table .grandam{
    font-weight: 500;
    font-size: 22px;
  }
  .diagnousiswisesplit_table .grandCo{
    padding: 0;
    font-weight: 500;
    font-size: 22px;
  }
  
  .diagnousiswisesplit_table tfoot td{
    border: none;
  }
  .diagnousiswisesplit_table .sumamount{
    border-right: none;
  }
  /* toptensum */
  .toptensun_table{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 3rem 0 5rem;
}
.toptensun_table  table {
    font-size: 20px;
    font-weight: 400;
    border-collapse: collapse;
    width: 90%;
    border-radius: 8px; /* Add border-radius property */
    overflow: hidden;
  }

  .toptensun_table th{
    height: 83px;
    text-align: left;
    font-weight: 500;
    text-align: center;
  }
  .toptensun_table td{
    height: 70px;
    border: 1px solid #ddd;
    border-bottom: none;
    text-align: center;
    padding-top: 4px;
  }
  
  .toptensun_table th {
    background-color: rgba(39, 85, 163, 1);
    color: white;
  }
  .toptensun_table tbody {
    background-color: white;
  }
.toptensun_table .sl{
    width: 60px;
    padding-left: 40px;
    border-left: none;
}
.toptensun_table .slhead{
    padding-left: 20px;
}
.toptensun_table .revisedd{
    width: 60%;
    padding: 0 30px 0 50px;
    text-align: left;
}
  .toptensun_table .sumamount{
    border-right: none;
  }

.backtotop{
    display: flex;
    justify-content: center;
    margin: 8rem auto 8rem;
}
.backtotop button{
    font-size: 2rem;
    padding: 12px 30px;
    border-radius: 5px;
    border: none;
    color: #fff;
    background-color: rgba(39, 85, 163, 1);
    transition: all ease;
}
.backtotop button:hover{
  cursor: pointer;
  background-color: #1f488e;
  scale: 1.01;
}
.footer{
  height: 6rem;
  width: 100%;
  background-color: #2755A3;
}

/* caremanagement----------------------- */

/* #cmj  */

.caremanagement_tabel{
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 3rem 0;
}
.caremanagement_tabel  table {
  font-size: 20px;
  font-weight: 400;
  border-collapse: collapse;
  width: 90%;
  border-radius: 8px;
  overflow: hidden;
}

.caremanagement_tabel th{
  height: 83px;
  text-align: center;
  font-weight: 500;
  padding: 0 60px;
}
.caremanagement_tabel td{
  height: 70px;
  border: 1px solid #ddd;
  border-bottom: none;
  text-align: center;
  padding-left: 0 40px;
  padding-top: 4px;
}
.caremanagement_tabel th {
  background-color: rgba(39, 85, 163, 1);
  color: white;
  border: 1px solid #fff;
}
.caremanagement_tabel tbody {
  background-color: white;
}
.caremanagement_tabel .endsec{
  margin: 4rem auto 0;
  width: 100%;
  border: none;
  border-bottom: 50px solid #DAD9D94D;
}

.caremanagement_tabel .en {
  border-left: none;
  text-align: left;
  padding-left: 80px;
  padding-right: 0;
}
.caremanagement_tabel .dgn{
  border-right: none;
}


/* bmi and insength */

.cm_left{
  width: 100%;
}
.pie_main{
  width: 100%;
  display: flex;
  justify-content: center;
}
.pie_imgBox{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bmipie_main{
  max-width: 700px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
.bmi_pai{
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.bmi_img{
  width: 50%;
  display: flex;
  justify-content: center;
}


#clinicals .bmipie_main .awsLabelColor{
  height: 15px;
  width: 15px;
  background-color: #1f488e;
  border-radius: 50%;
}
/* colors for bmi labels  */
#clinicals .piecont_ledgend ul .label_iconCont:nth-child(1) .awsLabelColor {
  background-color: #618be1; /* Color for the first item */
}
#clinicals .piecont_ledgend ul .label_iconCont:nth-child(2) .awsLabelColor {
  background-color: #f5c418; /* Color for the second item */
}

#clinicals .piecont_ledgend ul .label_iconCont:nth-child(3) .awsLabelColor {
  background-color: #2755a3; /* Color for the third item */
}
#clinicals .piecont_ledgend ul .label_iconCont:nth-child(4) .awsLabelColor {
  background-color: #4576dc; /* Color for the third item */
}
#clinicals .piecont_ledgend ul .label_iconCont:nth-child(5) .awsLabelColor {
  background-color: #40A2D8; /* Color for the third item */
}
#clinicals .piecont_ledgend ul .label_iconCont:nth-child(6) .awsLabelColor {
  background-color: #0F2167; /* Color for the third item */
}
#clinicals .piecont_ledgend ul .label_iconCont:nth-child(7) .awsLabelColor {
  background-color: #BBE2EC; /* Color for the third item */
}




#clinicals .bmipie_main li{
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}
#clinicals{
  width: 100%;
}
.clinicals_pia_main{
  display: flex;
  flex-direction: column;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}
.clinical_note{
  margin: 1rem auto;
}
.clinical_note h1{
  font-size: 20px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.insinghtcardcont{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  margin: 5rem auto;
}
.insinghtcard{
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(153, 153, 153, 0.4);
  border-radius: 5px;
  padding: 0 5px;
  align-items: center;
  width: 25%;
  max-height: 7rem;
}
.insingthcard_left{
  width: 60%;
  padding: 5px;
}
.insingthcard_left h1, p{
  margin: 0;
  
  font-weight: 500;
  font-size: 24px;
}
.insingthcard_right{
  width: 40%;
  height: 100%;
  height: 100%;
}
.insinght_img{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.insinght_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#bmitrends .endsec{
  margin: 0;
  padding: 0;
}

/* Insights on General Physician consultations */
#igpc{
  display: none;
}
#igpc .caremanagement_tabel td{
  width: 200px;
  padding: 20px;
}
#igpc .caremanagement_tabel .percentage{
  text-align: center;
}
#igpc .caremanagement_tabel th{
  padding: 3px 20px;
}
/* employee engagement */

#upcoming_webinar{
  margin:  2rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* #completed_webinar_cont{
  display: none;
} */
.main_cont{
  width: 90%;
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.titel_button{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
.titel_button h1{
  font-size: 20px;
  font-weight: 500;
}
.titel_button button{
  font-size: 20px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}
.webinar_cont{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 3rem;
  row-gap: 40px;
  grid-auto-rows: minmax(100px, auto);
  grid-auto-columns: minmax(50px, auto);
}
.webinar_card{
  min-width: 300px;
  min-height: 23rem;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
}
.webinar_card_head{
  width: 100%;
  height: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webinar_card_head img{
  width: 80%;
}
.webinar_card_head video{
  width: 100%;
  height: 100%;
}
.webinar_card_body{
  width: 90%;
  min-height: 7rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 20px;
}
.webinar_card_body p{
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0 0;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
}
.webinar_card_body h1{
  font-size: 15px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: rgba(39, 85, 163, 1);
  margin-top: 5px;
}
.webinar_card_foot{
  width: 90%;
  display: flex;
  padding-left: 20px;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.webinarBtn_cont{
  width: 100%;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.webinarBtn_cont a{
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
}
.webinarBtn_cont button{
  width: 100%;
  height: 100%;
  background-color: #2755a3;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}
.webinarBtn_cont button:hover{
 cursor: pointer;
 background-color: #1f488e;
}

.webinar_card_foot .fa-calendar-days{
  font-size: 30px;
  color: #2755A3;
}
.webinar_card_foot .date_time h1{
  font-size: 15px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}
.webinar_card_foot .date_time p{
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}

#completed_webinar_cont .webinar_cont .webinar_card{
  height: 100%;
  min-height: 27rem;
}
#completed_webinar_cont .webinar_cont .webinar_card .webinar_card_head{
  height: 45%;
}
#completed_webinar_cont .webinar_card .webinar_card_body{
  height: 25%;
}
#completed_webinar_cont .webinar_card .webinar_card_foot{
  height: 15%;
  margin-top: 15px;
}
#completed_webinar_cont .webinar_card .participated{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  height: 10%;
  padding-left: 20px;
}
#completed_webinar_cont .webinar_card .participated h1{
  font-size: 15px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0px;
  margin-top: 0px;
}
.participated .fa-users{
  color: #2755A3;
}




/* <!-- Recently conducted Health Camp --> */

#rchc{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 3rem 0;
  display: none;
}
.rchc_wrapper{
  width: 90%;
  margin-bottom: 3rem;
}
#rchc .heading_text{
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 3rem auto;
}
#rchc .rchs_main_box_cont{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  width: 100%;
}
#rchc .rchs_main_box_cont .rchs_main_box{
  width: 100%;
}
#rchc .rchc_cont{
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}
#rchc .color_head{
  width: 100%;
 height: 33px;
 background-color: #2755A3;
 border-radius: 5px 5px 0 0;
}
#rchc .details_cont{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#rchc .head_details{
  display: flex;
  justify-content: space-between;
}
#rchc .head_details h1{
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
#rchc .body_details{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  padding: 0;
}
#rchc .body_details p{
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
}
#rchc .body_details h1{
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 0;
}
#rchc .foot_details{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
}
#rchc .foot_details h1{
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
#rchc .foot_details .campImgCont{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
#rchc .foot_details .campImgCont .campImg{
  width: 233px;
  height: 156px;
  object-fit: cover;
}
#rchc .foot_details .campImgCont .campImg img{
  width: 100%;
  height: 100%;
}

#rchc .swiper-slide{
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 0;
 }
#rchc .campImg{
  height: 100%;
  object-fit: cover;
 }
#rchc .campImg img{
 height: 100%;
}
#rchc .foot_details .container .swiper{
  height: 25rem;
}











/* customer stories--------------------------------------------------------------------------------------------- */
#stories{
  width: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}

#stories .heading_text{
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
#stories .storywrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  margin-bottom: 3rem;
}
#stories .storywrapper .story_cont{
  width: 80%;
  height: 100%;
}
.mySwiper{
  width: 100%;
  height: 100%;
}
.mySwiper .storyCard{
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #f2f2f2;
  width: 80%;
  padding-top: 1rem;
  background-color: transparent;
}
.mySwiper .storycard_cont{
  display: flex;
  align-items: center;
  background-color: #e9e9e9;
  border-radius: 10px;
  position: relative;
  padding: 40px 40px 60px;
  width: 55%;
}
.mySwiper .storycard_cont .infodiv{
  min-width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.mySwiper .storycard_cont .infodiv .storyframe{
  height: 0;
  position: relative;
  bottom: 9rem;
  right: 5.5rem;
  z-index: -1;
}
.mySwiper .storycard_cont .infodiv .comma_cont{
  height: 0;
  width: 91px;
  position: relative;
  bottom: 6rem;
  left: 3rem;
}
.mySwiper .storycard_cont .infodiv .info_text_content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mySwiper .storycard_cont .infodiv .info_text_content a{
  color: #1f488e;
  text-decoration: none;
}
.mySwiper .storycard_cont .infodiv p{
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.caremanagerdiv{
  min-width: 10.8rem;
  min-height: 11.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 10px;
  background-color: rgba(39, 85, 163, 1);
  color: #fff;
}
.caremanagerdiv_cont{
  padding: 15px 15px 0;
  text-align: center;
}
.caremanager_img_cont{
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  border: 2px solid #fcc038;
}
.caremanager_img_cont img{
  width: 100%;
  height: 100%;
  
}
.caremanagerdiv .caremanagerdiv_cont h2{
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 500;
}
.caremanagerdiv .caremanagerdiv_cont h3{
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.25px;
  font-size: 12px;
  font-weight: 400;
}





















/* feedback ----------------------------------------------------------------------------- */
.fa-star-half-stroke, .fa-star{
  color: #FFD700;
}

.feedback .feedback_tabs{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin: 3rem auto 0;
}
.feedback h1{
  font-size: 24px;
  font-weight: 400;
}
.feedback_tabs .feedback_tab_btn_cont{
  margin-top: 1.5rem;
}
.feedback_tabs button{
  font-size: 30px;
  font-weight: 700;
  color: rgba(153, 153, 153, 1);
  border: none;
  padding: 1rem 5rem 1rem;
  width: 50%;
  background-color: #f2f2f2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#consultation_tab_btn{
  color: rgba(39, 85, 163, 1);
  border-bottom: 4px solid rgba(39, 85, 163, 1);
}
#ipclaims_tab_btn{
  border-left: 1px solid gray;
}
.feedback .tranding-slide {
  width: 29rem;
  height: 80%;
}
.feedback .feedbackDate{
  font-size: 0.8rem;
}
.feedback .chipsCont{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.feedback .chipsCont .chips{
  padding: 0.2rem 0.5rem;
  background-color: #fff;
  border: 1px solid #2755A3;
  border-radius: 25px;
  color: #2755A3;
  font-size: 0.8rem;
}
#feedbackCont_two{
  display: none;
}
/* slider ----------------------------------------------------------------------- */


/* custom css slide ----------------- */
.tranding-slide {
  width: 29rem;
  height: 19rem;
  
}
.swiper-slide{
  background-color: #fff;
  border: 1px solid rgba(193, 190, 190, 0.403);
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
}

#tranding .heading_container{
  margin-bottom: 0;
}
#tranding .heading_container h1{
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 500;
}
#tranding .heading_container p{
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  width: 80%;
  padding-top: 3rem;
  margin: auto;
}
.swiper_slider_card{
  padding: 10px 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.feedback_body{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.feedback .container .swiper #main_swiper_container ion-icon{
  color: rgba(255, 236, 34, 0.922);
}
#tranding .container .feedback_body p{
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 1);
  padding: 0;
  margin-top: 40px;
}

#tranding .container .feedback_foot h1{
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 1);
}
.feadback_header{
  display: flex;
  justify-content: space-between;
  height: 2rem;
}
.feedback_strock{
  background-color: rgba(60, 111, 217, 1);
  height: 199px;
  width: 199px;
  position: relative;
  bottom: 8rem;
  left: 7.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feedback_strock2{
  background-color: rgba(70, 118, 219, 1);
  border-radius: 50%;
  height: 167px;
  width: 167px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feedback_strock3{
  background-color: rgba(79, 125, 221, 1);
  border-radius: 50%;
  height: 127px;
  width: 127px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feedback_strock4{
  background: rgba(88, 132, 223, 1);
  border-radius: 50%;
  height: 95px;
  width: 95px;
}



























/* custom css slide ----------------- */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: #316bcf;
  border: 1px solid #fff;
  transition: all 0.5s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background: #2755A3;
  border: 2px solid #fff;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  cursor: pointer;
}

::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #1f488e;
  border-radius: 5px;
}


.container {
  max-width: 90%;
  padding: 0 1rem;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.section-heading {
  font-size: 3rem;
  color: var(--primary);
  padding: 2rem 0;
}

#tranding {
  padding: 0 0 4rem;
}

@media (max-width:1440px) {
  #tranding {
    padding: 4rem 0;
  }
}

#tranding .tranding-slider {
  height: 36rem;
  padding: 2rem 0 0;
  position: relative;
}

/* @media (max-width:500px) {
  #tranding .tranding-slider {
    height: 25rem;
  }
} */



@media (max-width:500px) {
  .tranding-slide {
    width: 25rem !important;
  }
  .swiper_slider_card{
    width: 350px;
  }
  .tranding-slide .tranding-slide-img img {
    width: 28rem !important;
    height: 36rem !important;
  }
}
.tranding-slide .tranding-slide-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}





.feed-rating {
  padding-top: 1rem;
  display: flex;
  gap: 1rem;
}

.rating ion-icon {
  color: var(--primary);
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  display: none;
}

.tranding-slider-control {
  position: relative;
  bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tranding-slider-control .swiper-button-next {
  left: 58% !important;
  transform: translateX(-58%) !important;
}

@media (max-width:990px) {
  .tranding-slider-control .swiper-button-next {
    left: 70% !important;
    transform: translateX(-70%) !important;
  }
}

@media (max-width:450px) {
  .tranding-slider-control .swiper-button-next {
    left: 80% !important;
    transform: translateX(-80%) !important;
  }
}

@media (max-width:990px) {
  .tranding-slider-control .swiper-button-prev {
    left: 30% !important;
    transform: translateX(-30%) !important;
  }
}

@media (max-width:450px) {
  .tranding-slider-control .swiper-button-prev {
    left: 20% !important;
    transform: translateX(-20%) !important;
  }
}

.tranding-slider-control .slider-arrow {
  background: var(--white);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  left: 42%;
  transform: translateX(-42%);
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .slider-arrow ion-icon {
  font-size: 2rem;
  color: #222224;
}

.tranding-slider-control .slider-arrow::after {
  content: '';
}

.tranding-slider-control .swiper-pagination {
  position: relative;
  width: 15rem;
  bottom: 1rem;
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet {
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}


/* partners section  */


#partners{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#partners .ourPartnerProgramCont{
  width: 90%;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 3rem;
  display: none;
}
#partners .ourPartnerProramContent{
  display: flex;
  flex-direction: column;
  padding: 30px;
  
}
#partners .ourPartnerProramContent .heading_text_cont{
  width: 100%;
}
#partners .ourPartnerProramContent .heding_text{
  font-size: 30px;
  font-weight: 500;
  text-align: left;
  margin-top: 0.5rem;
}
#partners .ourPartnerProgramContentMain{
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}
#partners .ourPartnerProgramContentMain p{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0.5px;
  padding: 0;
}
#partners .ourPartnerProgramContent_left{
  width: 38rem;
}
#partners .ourPartnerProgramContent_left p{
  line-height: 2.5rem;
}
#partners .ourPartnerProgramContent_right{
  display: flex;
  flex-direction: column;
  margin-right: 40px;
  margin-top: -0.5rem;
}
#partners .ourPartnerProgramContent_right p{
  padding: 0 0.8rem 1.6rem;
}
#partners .ourPartnerProgramContent_right p i{
  margin: 0 1rem 0 0;
  color: #2755a3;
}
/* partners card  */
#partnerCards{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
#partnerCards .partnerCards_mainCont{
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#partnerCards .partnerCards_mainCont .partnerCards_cont{
  width: 96%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  grid-gap: 40px;
  grid-auto-rows: minmax(100px, auto);
  grid-auto-columns: minmax(50px, auto);
  background-color: #e8ecf5;
  padding: 30px;
  margin-bottom: 3rem;
}
#partnerCards .partnerCards_mainCont .partnerCards_cont .partnerCard_imgCont{
 min-width: 350px;
 max-width: 400px;
}
#partnerCards .partnerCards_mainCont .partnerCards_cont .partnerCard_imgCont img{
 width: 100%;
 height: 100%;
}



/* completed video section  */
#completed_video{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
#completed_video .completed_videos_cont{
  width: 94%;
  margin-top: 3rem;
}
#completed_video .completed_videos_cont #completed_webinar_cont{
  width: 100%;
  margin-top: 0;
}
#completed_video .completed_videos_cont .back_to_partners_cont button{
  font-size: 20px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}
#completed_video .completed_videos_cont .back_to_partners_cont button i{
  font-size: 20px;
  margin-right: 1rem;
}


/* singel stories------------------------------------------------------------------------*/

#singelStory{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
#singelStory .singelStory_mainCont{
  width: 90%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10rem;
}
#singelStory .singleStory_content{
  width: 85%;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.doctorsDetail_heading{
  display: flex;
  justify-content: space-around;
  gap: 5rem;
  align-items: flex-start;
}
.doctorsDetail_heading h1{
  width: 70%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6rem;
  margin: 0;
}
.doctorDetailCard{
  width: 20rem;
  height: 13.5rem;
  display: flex;
  border: 2px solid #000;
  border-radius: 5px;
  flex-direction: column;
  color: #fff;
  background-color: #1f488e;
}
.doctorsCardHead{
  height: 60%;
  display: flex;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
.doctorDetailCard .doctorsCardHead .dtrHeadImg{
  width: 97px;
  height: 97px;
  object-fit: cover;
  overflow: hidden;
  border: 1px solid rgba(252, 192, 56, 1);
  border-radius: 50%;
}
.doctorDetailCard .doctorsCardHead .dtrHeadImg img{
  width: 100%;
  height: 100%;
}

.doctorsCardHead .dtrname_type h1{
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 0.3rem;
  letter-spacing: 0.5px;
}
.doctorsCardHead .dtrname_type p{
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  letter-spacing: 0.5px;
}
.doctorsCardBody{
  height: 40%;
  padding: 0 1rem 1rem;

}
.doctorsCardBody p{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 17.5px;
  padding: 0;
}
.doctorsCardBody h3{
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 17.5px;
}
.doctorDetailDiscription{
  margin-bottom: 3rem;
}
.doctorDetailDiscription p{
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6rem;
}
.doctorsDetailImgVdo{
  padding: 0 0 5rem;
}
.doctorsDetailImgCont{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
  grid-auto-rows: minmax(100px, auto);
  grid-auto-columns: minmax(50px, auto);
}
.doctorsDetailImage{
  width: 312px;
  height: 211px;
  border: 1px solid #000;
  object-fit: cover;
}
.doctorsDetailImgCont img{
  width: 100%;
  height: 100%;
}
@media(max-width: 1400px){
  .main_pie{
    width: 500px;
    margin: 5rem auto 5rem 3rem;
  }
  .arscont{
    margin: 2rem 1rem 2rem 1rem;
  }
  #aws_pieid .piecont {
    width: 50%;
  }
  #rws_pieid .piecont{
    width: 50%;
  }
}
@media(max-width: 769px){
  .navbar .navbar_left img{
    width: 200px;
    margin-left: 1rem;
  }
  .navbar_right{
    margin-right: 2rem;
  }
  .burgerMenuCont{
    display: block;
    margin-bottom: 0.5rem;
  }
  .navbar_right ul{
    position: absolute;
    display: block;
    padding: 10px;
    right: 30px;
    top: 90px;
    background: #366ac4;
    border-radius: 5px;
    height: 16rem;
    animation: menu 300ms ease-out;
  }
  @keyframes menu {
    0%{
      height: 0;
    }
    100%{
      height: 16rem;
    }
  }
  .navbar_right .navIsOn{
    display: none;
  }
  .heading{
    flex-direction: column;
  }
  .heading_left{
    align-items: center;
    padding: 0 1rem;
  }
  .heading_left h1{
    font-size: 2rem;
    text-align: center;
  }
  .heading_right{
    margin: 0 1rem;
  }
  .heading_right img{
    width: 100%;
  }
  .heding_text{
    font-size: 20px;
    font-weight: 500;
  }
  .policy_year {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
  .policydetails_basicdetails_cont{
    flex-direction: column;
    width: 100%;
    border-radius: 0px;
  }
  .policyperiod{
    width: auto;
  }
  .suminsured{
    width: auto;
  }
  .endorsementproceedtill{
    width: auto;
  }
  .policydetails .pieDev{
    height: 1px;
    width: 90%;
    border: none;
    border-right: none;
    border-bottom: 1px solid #99999966;
    margin: 1rem auto;
  }
  .hr{
    width: 216px;
  }
  .policydetails hr{
    width: 216px;
  }
  .circle_container{
    margin-bottom: 2rem;
  }
  .arscont{
    flex-direction: column;
  }
  #aws_pieid{
    flex-direction: column;
    width: 100%;
  }
  .arscont .heding_text{
    font-size: 20px;
    font-weight: 500;
  }
  #rws_pieid{
    flex-direction: column;
    width: 100%;
  }
  .arscont .pieDev{
    border-right: none;
    border-bottom: 1px solid #999999;
    width: 90%;
    height: 1px;
    margin: 2rem 0;

  }
  .claim_grid{
    flex-direction: column;
  }
  .claim_chart{
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-radius: 0px;
  }
  .claim_chart_col{
    width: 100%;
  }
  #claim_img{
    width: 98%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tab-btn{
    width: 100%;
  }
  .ongoingclaims_table{
    overflow-x: scroll;
    justify-content: left;
  }
  .hero {
    width: 100%;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tab-btn button {
  font-size: 20px;
  padding: 1rem 1rem;
}
.ongoingclaims_table td{
  font-size: 16px;
}
.ongoingclaims_table th{
  font-size: 16px;
}
.content{
  width: 95%;
}
  .awsBox{
    width: 100%;
  }
  .rwsBox{
    width: 100%;
  }
  .main_pie{
    margin: 5rem auto 5rem 0;
  }
  .piecont_ledgend ul{
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }
  .ars_main .grand_total{
    padding-left: 0;
  }
  
  #aws_pieid .piecont {
    width: 80%;
  }
  #rws_pieid .piecont{
    width: 80%;
  }
  .diagnousiswisesplit_table{
    overflow-x: scroll;
    justify-content: left;
  }
  .diagnousiswisesplit_table th{
    font-size: 16px;
    height: 60px;
  }
  .diagnousiswisesplit_table td{
    font-size: 16px;
    height: 50px;
  }
  .diagnousiswisesplit_table .sl{
    min-width: 80px;
    padding: 0 2px;
}
.diagnousiswisesplit_table .revisedd{
  min-width: 300px;
  padding: 0 30px;
  text-align: left;
}
.diagnousiswisesplit_table .sumamount {
  min-width: 200px;
}
.diagnousiswisesplit_table .grandtot{
  padding-left: 115px;
  font-size: 18px;
  font-weight: 600;
}
.diagnousiswisesplit_table .grandam{
  font-size: 18px;
  font-weight: 500;
}
.toptensun_table table{
  font-size: 16px;
}
.toptensun_table .sl{
  min-width: 80px;
  padding: 0 10px;
}
.toptensun_table .revisedd{
  min-width: 250px;
  padding: 0 30px;
}
.toptensun_table .sumamount{
  min-width: 200px;
}
.toptensun_table{
  justify-content: left;
  overflow-x: scroll;
}
.toptensun_table td{
  height: 50px;
}
/*R caremanagement  */
.caremanagement_tabel{
  overflow-x: scroll;
  justify-content: left;
}
.caremanagement_tabel table{
  font-size: 16px;
}
.caremanagement_tabel th{
  height: 60px;
  font-weight: 400;
}
.caremanagement_tabel td{
  height: 60px;
}
.caremanagement_tabel .en{
  padding: 0 20px;
  min-width: 15rem;
}
.pie_imgBox{
  flex-wrap: wrap;
}
.bmi_pai{
  width: 100%;
}
.bmi_img{
  width: 100%;
}
.bmipie_main{
  flex-direction: column;
  margin: 2rem auto;
}
.insinghtcardcont{
  width: 100%;
}
.insinghtcard{
  width: 90%;
}
.clinical_note h1{
  margin: 1rem 20px;
  letter-spacing: 0.5px;
}
/*R employee engagement */
.webinar_card{
  width: 100%;
}
#stories .storywrapper{
  height: 100vh;
}
#tranding .tranding-slider {
  height: 45rem;
}
.mySwiper .storycard_cont{
  flex-direction: column;
  width: 90%;
}
.caremanagerdiv{
  order: -1;
  position: relative;
}
.mySwiper .storycard_cont .infodiv{
  padding-top: 2rem;
}
.mySwiper .storycard_cont .infodiv .comma_cont{
  display: none;
}
.mySwiper .storycard_cont .infodiv .info_text_content{
  text-align: justify;
}
.feedback .feedback_tabs{
  width: 100%;
}
.feedback_tabs button{
  padding: 0.5rem 0.5rem;
  font-size: 20px;
}
.feedback_strock{
  bottom: 8rem;
  left: 8.5rem;
}
/* singel story  */
#singelStory .singleStory_content{
  align-items: center;
}
.doctorDetailCard{
  margin: auto;
}
.doctorsDetail_heading{
  flex-direction: column;
}
.doctorsDetail_heading h1{
  width: 100%;
  text-align: justify;
}
.doctorDetailDiscription p{
  text-align: justify;
}
}
@media (max-width: 450px) {
   /* employee */
   .swiper_slider_card{
    width: 320px;
    margin: auto;
  }
  .feedback_strock{
    width: 189px;
    height: 189px;
    left: 8rem;
    bottom: 7rem;
  }
  .feedback_strock2{
    width: 157;
    height: 157;
  }
  .feedback_strock3{
    width: 117;
    height: 117;
  }
  .feedback_strock4{
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 400px) {
  .feedback_strock {
    left: 7rem;
    bottom: 7rem;
}
}