@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body a{
    text-decoration: none;
}
header nav .navitembank{
    display: flex;
    justify-content: space-between;
    background-color: aquamarine;
    padding: 14px;
}
header nav .navitembank span{
    padding-left: 5px;
    font-weight: 500;
}
header nav .navitembank a{
  color: #000000;
}
header nav .navitembank .hamburger,header nav .navitembank .log_out{
  cursor: pointer;
}
header nav .mainhaburger{
    background-color: aquamarine;
    padding: 10px;
}
header nav .mainhaburger ul{
    list-style-type: none;
}
header nav .mainhaburger ul li{
    padding: 5px;
    font-weight: 500;
    color: black;
}
header nav .mainhaburger ul li:hover{
    color: rgb(220, 174, 9);
    transition: .3s;
}
header nav .mainhaburger ul i{
    font-size: 18px;
}

/*bank areas*/
.bankareas h2{
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    text-transform: capitalize;
    position: relative;
}
.bankareas h2::after{
    content: "";
    height: 3px;
    width: 23vh;
    background-color: aquamarine;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
}
/*date range*/
.dateranges{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-basis: 20%;
}
.dateranges .division:nth-child(1), .dateranges .division:nth-child(2){
    flex-basis: 38%;
}
/*media queries for date ranges*/
@media screen and (max-width:500px){
    .dateranges .division:nth-child(1), .dateranges .division:nth-child(2){
        flex-basis: 45%;
    }
    .dateranges .division:nth-child(3){
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .dateranges .division:nth-child(3) #date_filtering{
        width: 50%;
        text-align: center;
    }
}
@media screen and (max-width:350px){
    .dateranges .division:nth-child(1), .dateranges .division:nth-child(2){
        flex-basis: 95%;
    }
}
/*end of media queries for date ranges*/
/*search btn*/
.search_bar{
  display: flex;
  justify-content: center;
}
.search_bar button{
  width: 0;
  height: 0;
  padding: 0;
  border: none;
  outline: none;
}
.search_bar .searchitem:nth-child(1){
  flex-basis: 90%;
}
.search_bar input{
  width: 100%;
  padding: 5px;
  border-radius: 10px;
  position: relative;
}
.search_bar input:focus{
  outline: none;
}
.searicnnn{
  position: relative;
  right: 35px;
  top: 7px;
  padding: 7px;
  cursor: pointer;

}

/*create a new bank account*/
.create_new_bank_account{
  box-shadow: rgba(0, 0, 0, 0.16)0px 1px 4px;
  padding: 10px;
}
.profile_pic{
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border: 2px solid rgb(176, 222, 255);
  border-radius: 50%;
  position: relative;
}
.profile_pic img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.profile_pic #profile_pic_choose_file{
  display: none;
}
.profile_pic .label_icon_up_btn{
  position: relative;
  bottom: 25px;
  left: 5px;
  background-color: rgb(123, 193, 255);
  border-radius: 60%;
  width: 25px;
  height: 25px;
  text-align: center;
}




.create_new_bank_account .form-group{
    margin-top: 30px;
  }
  .create_new_bank_account .form-group label{
    font-weight: 600;
  }
  .create_new_bank_account .form-group input{
    border-color: #57b3ff;
  }
  .create_new_bank_account .form-group select{
    border-color: rgb(5, 255, 30);
  }
  .create_new_bank_account .form-group textarea{
    border-color: rgb(38, 5, 255);
  }

/*date_filtering button */
#date_filtering{
    background-color: aquamarine;
}
/* table*/
.cart-tablee table thead{
    background-color: aquamarine;
    color: #000000;
  }
  .cart-tablee table th, .cart-tablee table td{
    padding: 5px;
    text-align: center;
  
  }
  .cart-tablee table td img{
    max-height: 40px;
    max-width: 50px;
  }
  .cart-tablee table td .qtyyyy{
    width: 50px;
    text-align: center;
  }
  .cart-tablee table .curpointer{
    cursor: pointer;
  }
  .cart-tablee table .phone_num_link a{
    text-decoration: none;
  }
  .view_add{
    color: #0d6efd;
  }

  /*all users holder*/
  .all_users_img img{
    border-radius: 10px;
    width: 40px;
    height: 50px;
  }

  /*holder profile*/
  .fetch_holder_details .btns_div{
    display: flex;
    justify-content: space-between;
    padding: 10px 5px 10px 5px;
    box-shadow: rgba(0, 0, 0, 0.16)0px 1px 4px;
    flex-wrap: wrap;

  }
  .fetch_holder_details .holder_deatils{
    display: flex;
    justify-content: space-between;
    padding: 5px;
   
  }
  @media screen and (max-width:1000px){
    .fetch_holder_details .holder_deatils{
      display: none;
    }
    #show_hide_user_details{
      display: none;
    }
  }

  .fetch_holder_details .holder_deatils .holder_details_child{
    margin: 10px;
    text-align: center;
    border-radius: 5px;
    display: none;
    border: 1px solid #ff57ee;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    
  }
  .fetch_holder_details .holder_deatils .holder_details_child span{
    font-family: sans-serif;
    font-weight: 500;

  }

  /*bank balance and interest*/
  .balance_interest{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0 10px 0;
    box-shadow: rgba(0, 0, 0, 0.16)0px 1px 4px;
    flex-wrap: wrap;
  }
 .balance_interest .child_bi span{
    font-weight: 500;
    
 }

 /*account fetch area*/
 .outsideh2head h4{
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  text-transform: capitalize;
  position: relative;
}
.outsideh2head h4::after{
  content: "";
  height: 3px;
  width: 25vh;
  background-color: rgb(26, 217, 243);
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
}
 #enter_ac_or_fetch{
  display: flex;
  justify-content: center;
  margin: 0 auto;
 }
 #enter_ac_or_fetch input{
  width: 350px;
  padding: 10px;
  border-color: #66ff2e;
  border-radius: 10px;
 }
.child_btns_fetch button{
  background-color: #ff6b0e;
  border: none;
  outline: none;
  padding: 10px 15px 10px 15px;
  color: rgb(255, 255, 255);
  border-radius: 8px;
 }
 .child_btns_fetch button:disabled{
  background-color: #b5b5b5;
 }
 .account_fetch_arera #fetch_ac_inp{
  text-align: center;
 }
 .deposit_area{
  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 }
 .deposit_area .child_deposit_area:nth-child(1) input{
    width: 300px;
    text-align: center;
    border-radius: 8px;
    border-color: #0b6bd9;
 }
 .deposit_area .child_deposit_area:nth-child(2) input{
  width: 100px;
  text-align: center;
  border-color: #0bd93f;
  border-radius: 8px;
 }
 @media screen and (max-width:320px) {
  .deposit_area .child_deposit_area:nth-child(1) input,  .deposit_area .child_deposit_area:nth-child(2) input{
    width: auto;
  }
 }
 .deposit_area input{
  padding: 10px;
  
 }
 #deposit_btnn{
  background-color: #000000;
  border: none;
  outline: none;
  padding: 8px 13px 8px 13px;
  color: rgb(255, 255, 255);
 }
 #deposit_btnn:disabled{
  background-color: #b5b5b5;
 }
.deviderrr{
  border-top: 1px dashed black;
  margin: 10px 0 10px 0;
}

.holder_profile_fetch{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.profile_pic_fetch{
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  /* margin-bottom: 8px; */
}
.profile_pic_fetch img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  
}
/*withraw*/
#withraw_amount_input_id::-webkit-input-placeholder, #withraw_amount_input_id{
  color: red;
}

/*home dashboard*/
.boxgrandpa{
  display: flex;
  justify-content: space-between;
  padding: 10px;
  margin: 10px;
  text-align: center;
  flex-wrap: wrap;
}
.boxgrandpa .child{
  width: 130px;
  height: auto;
  padding: 10px;
  border: 1px solid rgb(162, 238, 130);
  margin: 10px 5px 10px 5px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
@media screen and (max-width:350px){
  .boxgrandpa .child{
    width: 120px;
  }
}
@media screen and (max-width:330px){
  .boxgrandpa .child{
    width: 110px;
    padding: 5px;
  }
}
@media screen and (max-width:305px){
  .boxgrandpa{
    justify-content: center;
  }
}
.extra_margin{
  margin-top:400px;
}




/* footer */
footer .mainfotterbank{
    display: flex;
    justify-content: space-around;
    background-color: aquamarine;
    flex-wrap: wrap;
    text-align: center;
    padding: 10px;
}
footer .mainfotterbank span{
    font-weight: 500;
}

/*displaying error messages*/
.dynamic_message_erro_scs{
  background-color: #e8fb80;
  color: #000000;
  padding: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 5px;
  display: none;
}
.dynamic_message_erro_scs::after{
  content: "X";
  margin-left: 10px;
  color: red;
  cursor: pointer;
  border: 1px solid red;
  border-radius: 50%;
  padding: 0 5px 0 5px;
}


/*access login style*/
.access_nav_parant{
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: aquamarine;
}
.main_login_form{
  padding: 10px;
  background-color: rgb(1, 21, 14);
  color: #fff;
  margin: 0 auto;
  text-align: center;
  width: 500px;
  border-radius: 10px;
}
.main_login_form input{
  padding: 10px;
  margin: 8px;
  width: 400px;
  border-radius: 8px;
}
@media screen and (max-width:520px) {
  .main_login_form{
    width: 100%;
  }
}
@media screen and (max-width:480px) {
  .main_login_form input{
    width: 300px;
  }
}
@media screen and (max-width:380px) {
  .main_login_form input{
    width: auto;
  }
}

/* pkhbank.com home page*/
.top_divv{
  display: flex;
  background-color: #000000;
  padding: 10px;
  justify-content: space-between;
  font-family: poppins;
  color: #fff;
  align-items: center;
}
#primary_img{
  display: none;
}
@media screen and (max-width:550px) {
  .primary_img{
    width: 100%;
    height: 40vh;
  }
  .primary_img img{
    width: 100%;
    height: 40vh;
  }
  #primary_img{
    display: block;
}
.heading .headingtxt{
  margin-top: 20px;
}
}
.heading .headingtxt{
  margin: 0 auto;
  font-family: poppins;
  position: relative;
  width: fit-content;
}
.heading .headingtxt::after{
  content: "";
  height: 3px;
  width: 100%;
  background-color: #ff6b0e;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;

}
/*why choose us boxes*/
.boxedsss{
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}
.boxedsss .childerens{
  margin: 10px;
  width: 200px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.boxedsss .childerens img{
  padding: 10px;
  width: 100%;
}
.boxedsss .childerens .boxhead{
  font-size: 16px;
  font-family: poppins;
  padding-top: 5px;
}
@media screen and (max-width:465px) {
  .boxedsss .childerens{
    width: 170px;
  }
}
@media screen and (max-width:405px) {
  .boxedsss .childerens{
    width: 150px;
  }
}
@media screen and (max-width:364px) {
  .boxedsss .childerens{
    width: 120px;
  }
}
@media screen and (max-width:305px) {
  .boxedsss .childerens{
    width: 200px;
  }
  .boxedsss{
    justify-content: center;
  }
}
@media screen and (min-width:1190px) {
  #last_one{
    display: none;
  }
}

.lvcntgrandpa{
  background-color: #000000;
}
.livecnt_parent{
  display: flex;
  justify-content: space-between;
  padding: 10px;
  font-family: poppins;
  text-align: center;
  color: #fff;
  flex-wrap: wrap;
}
.livecnt_parent .livecounting{
  border: 1px solid #fff;
  padding: 10px;
  margin: 10px;
  width: 150px;
}
@media screen and (max-width:390px) {
  .livecnt_parent .livecounting{
    width: 120px;
  }
}
@media screen and (max-width:330px) {
  .livecnt_parent .livecounting{
    width: 105px;
  }
}
@media screen and (max-width:300px) {
  .livecnt_parent .livecounting{
    width: 200px;
  }
  .livecnt_parent{
    justify-content: center;
  }
}
.img_opacityy{
  background: rgb(194,234,28);
  background: linear-gradient(90deg, rgba(194,234,28,1) 0%, rgba(239,23,241,1) 100%);
  padding: 10px;
}
.infoprarant{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: poppins;
  color: #fff;
}
.img_opacityy .infoprarant .child_of_parant{
  margin: 10px;
}
/* contact option*/
.main_contact_option_areas{
  background: rgb(28,234,35);
  background: linear-gradient(90deg, rgba(28,234,35,1) 0%, rgba(23,241,224,1) 100%);
}
.contact_options{
  display: flex;
  justify-content: space-between;
  padding: 10px;
  font-family: poppins;
  text-align: center;
  color: #fff;
  flex-wrap: wrap;
  align-items: center;
}
.contact_options .child_co{
  width: 200px;
  border: 1px solid #fff;
  padding: 10px;
  margin: 10px;
}
@media screen and (max-width:485px) {
  .contact_options .child_co{
    width: 150px;
  }
}
@media screen and (max-width:385px) {
  .contact_options .child_co{
    width: 130px;
  }
}
@media screen and (max-width:349px) {
  .contact_options .child_co{
    width: 200px;
  }
  .contact_options{
    justify-content: center;
  }
}
/* login form*/
.loginfrom{
  display: flex;
  margin: 0 auto;
  width: fit-content;
  background-color: #e6fddd;
  padding: 10px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.loginfrom .child_login{
  margin: 10px;
  padding: 10px;
}
.loginfrom input{
  padding: 10px;
}
@media screen and (max-width:280px) {
  .loginfrom{
    width: 90%;
    justify-content: center;
  }

}
