.body_2{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgb(228, 0, 0); */
    background-color: white;
}
.sideMenuControl{
  position: fixed;
  bottom: 0;
  right: -44px;
  width: 80px;
  height: 40px;
  display: none;
}
.signOutUI{
  margin-left: 65px;
}
.sde{
  position: absolute;
  left: 0;
  width: 30%;
  height: 100%;
}
@media screen and (max-width: 618px) 
and (min-width: 0px){
  .sideMenuControl{
    display: block;
  }
  .sdeBlc{
    background-color: black;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 776;
  }
  .sde{
    width: 0%;
    overflow: hidden;
    background-color: white;
    z-index: 777;
    max-width: 35%;
    max-width: 299px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }
  .mainContent{
    width: 100%!important;
  }
}
.sdeAnimation{
    /* left: -30%; */
   -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}
.ACCOUNT{
    width: 95%;
    height: 97%;
    /* background-color: red; */
    margin: auto;
    margin-top: 38px;
    position: relative;
}


.blckMenu{
  font-size: 10px;
}

.topbx{
}
.topbx1{
    text-align: right;
}
.menu_name{
    font-size: 18px;
}
.mainContent{
    position: absolute;
    right: 0;
    width: 70%;
    height: 100%;
    overflow: auto;
}
.menus ul li{
    margin-top: 38px;
    color: #00000091;
    cursor: pointer;
}
.menus ul li:hover{
    margin-top: 38px;
    color: #000;
}
.contentTitle span{
    font-size: 24px;
    font-weight: bold;
    color: #000000c2;
}

.dbx2{
    width: 47%;
    float: left;
}
.dbx2 img{
    width: 100%;
}
.avatar{
    width: 130px;
    position: relative;
    height: 81px;
}
.avatar span{
    width: 42px;
    height: 70px;
    display: block;
    margin-left: 43px;
    background-image: url('avatar.png');
    background-position: center;
    background-size: cover;
    position: relative;
}
.avatar label{
    font-size: 10px;
    color: rgba(0, 0, 0, 0.64);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    width: 100%;
}

.PLANS{
  display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.736);
}
.user_first_name,.username{
  text-transform: capitalize;
}
.planCard{
    border: 1px solid white;
    background-color: white;
    padding: 14px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* height: 300px; */
    width: 99%;
    max-width: 656px;
    margin: auto;
    margin-top: 5%;
    overflow: auto;
    position: relative;
    height: 80%;
}

#close_plan_btn{
    color: rgba(0, 0, 0, 0.324);
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
}
.planBX1{
    padding: 4px;
    border-radius: 20px;
    background-color: rgba(230 230 230);
    margin: auto;
    width: 88px;
    text-align: center;
    font-size: 10px;
}

svg {
    width: 100px;
    display: block;
    margin: 40px auto 0;
  }
  .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
  }
  .path.circle {
    animation: dash .9s ease-in-out;
  }
  
  .path.check {
    stroke-dashoffset: -100;
    animation: check 3s ease-in infinite;
  }
  
  p {
    text-align: center;
    margin: 20px 0 60px;
    font-size: 1.25em;
  }
  p.success {
    color: #15F3A8;
  }
  
  @keyframes check {
    0% {
      stroke-dashoffset: -100;
    }
    100% {
      stroke-dashoffset: 900;
    }
  }

  /* plan bx 3 */
  .planBX3{
    text-align: center;
  }
  .planBX3 span{
    font-size: 20px;
  }

  .planBX4 p{
    font-size: 11px;
    color: rgba(0, 0, 0, 0.796);
    margin-bottom: 15px;
    width: 70%;
    margin: auto;
    margin-bottom: 69px;
    margin-top: 21px;
  }

  .planBX5{
    position: relative;
    overflow: hidden;
  }
  .bx3{
    width: 33.33%;
    float: left;
    height: 182px;
    position: relative;
  }
  .plan_title{
    text-align: center;
    text-transform: capitalize;
    display: block;
    font-weight: bolder;
  }
  .plan_description{
    text-align: center;
    display: block;
    font-size: 11px;
    padding: 8px 3px;
  }

  .buyPlanBx{
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .buyPlanBx a:hover{
    background-color: rgb(70, 70, 70);
  }
  .buyPlanBx a{
    display: block;
    width: 96%;
    display: block;
    margin: auto;
    font-size: 10px;
    height: 24px;
    line-height: 24px;
  }
  .planPrice{
    margin-top: 4px;
    position: absolute;
    bottom: 39px;
    width: 100%;
  }
  .planPrice span{
    font-size: 18px;
    margin-top: 8px;
    font-family: 'Roboto Mono', monospace;
  }

  @media screen and (max-width: 564px) 
  and (min-width: 0px){
    .bx3{
      float: none;
      margin: auto;
      margin-top: 38px;
      width: 237px;
    }
    .planCard{
      position: absolute;
      bottom: 0;
      height: 69%;
    }
    .planBXEntity{
      position: fixed;
      right: 0;
      bottom: 0;
      height: 69%;
      width: 50px;
    }
  }





