@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



:root{


     --grad2: linear-gradient(to right, #A4292D, #82027D);

     --loader: linear-gradient(to top,  #82027D, #82027D, #82027D, #FD9C6D);

      --backgrad: linear-gradient(to right, #B42C30, #EA5831);

     --grad-input: linear-gradient(to right, #AF3024, #FA6400, #AF3024);

     --grad-input2: linear-gradient(to right, #FA6400, #FA6400, #AF3024);

     --grad-input-hover: linear-gradient(to right, #AF3024, #82007E, #FA6400, #AF3024);

     --grad-ib: linear-gradient(to right, #AF3024, #AF3024, #82007E, #82007E);

     --grad-btn: linear-gradient(to right, #DA2C32, #fbb11d, #DA2C32);


     --main-c: #A22730;


    --box-shadow2:.2rem .2rem 1rem #080808,
                -.2rem -.2rem 1rem #080808;


    --box-shadow4:0rem 0rem 0rem #4d4d4d,
    0rem 0rem 0.5rem #4d4d4d;



    --box-shadow:.2rem .2rem 1rem #080808,
                -.2rem -.2rem 1rem #080808;



   --blue:#6D66FF;
    --s-blue:#6D66FF;

      --input-blue:#6D66FF;


    --border-color: #c7c8ca;
    --toggle-blue:#6D66FF;
    --blue-active:#6D66FF;
    --black:#444;
    --text-color: #fff;
    --hover-color: #6D66FF;
    --light-color:#777;
    --bg-color:#fff;
    --border:.1rem solid rgba(0,0,0,.2);

    --about-bg:#fff;

    --about-text:#444;

    --about-border:#c7c8ca;

    --about-head: #6D66FF;



    --service-bg: #fafbff;

    


     --plan-bg: #000;

     --plan-text: #ccc;


     --price-box: #fff;

     --price-txt: #808080;

     --span-txt: #003579;

     --span-txt2: #808080;

     --review-bg: #fff;

     --review-h1: #808080;

     --slide-bg: #e6e6e6;

     --slide-txt: #666;

     --why-blue: #4368FF;
     --why-txt: #1a1a1a;

     --why-box: #fff;

     --footer-bg: #00152F;

     --nav-bg: #fff;

     --nav-txt: #808080;

     --side-border: #fafafa;

     --login-bg: #003579;

     --flegend: #6DA4F6;





        --admin-body: #000;

         --admin-header: #000;

         --users: #131313;

         --search: #1a1a1a;

         --table:#FEFEFE;

         --table-td: #e6e6e6;

         --th-txt: #212121;

         --th-border: #fafafa;

         --act-head:#FBA41B;

         --search-bg: #1a1a1a;


}




*{
  font-family: 'Poppins', sans-serif;
  margin:0; 
  padding:0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb {
  background: #fafafa;
}


body{
    font: 15px/1.5 Lato, sans-serif;
    padding:0;
    margin:0;
    background:#fff;
    width: 100%;
    top: 0px !important;
}


.google{
 background-color: #fff;
}


body > .skiptranslate {
    display: none;
}

#google_translate_element a {
  display: none;
}

.goog-logo-link {
    display:none !important;
} 
    
.goog-te-gadget {
    color: transparent !important;
}

.goog-te-banner-frame.skiptranslate {
display: none !important;
} 

#google_translate_element{
  background: #fff !important;
  text-align: center;
  width: 200px;
  margin: auto;
}

#google_translate_element select{
  padding: 0px !important;
  outline: none;
  width: 100% !important;
  color: var(--act-head) !important;
  background: #fff !important;
  
}









#google_translate_element2 a {
  display: none;
}

.google2{
 background: transparent;
}



#google_translate_element2{
  background: transparent !important;
  text-align: center;
  /*width: 200px;*/
  margin: auto;
  overflow: hidden !important;
}


#google_translate_element2 select{
  padding: 10px !important;
  outline: none;
  width: 10% !important;
  Height: 40px !important;
  color: #fff !important;
  background: #840479 !important;
  position: fixed !important;
  bottom: 1rem !important;
  right: 0rem !important;
  border-radius: 5px;
  z-index: 150000000000000000000000000000;
  box-shadow: var(--box-shadow-inset) !important;
  overflow: hidden !important;
}










.profit{
  text-align: center;
  padding:2rem 0;
  font-size: 2rem;
  color: #AF3024;
}


#profit1{
  padding: 0rem 0%;
  height: 100vh;
  position: relative;
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
}

#profit2{
  padding: 0rem 0%;
  height: 90vh;
  padding-bottom: 7rem;
  position: relative;
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
}

#profit3{
  padding: 0rem 0%;
  height: 90vh;
  padding-bottom: 9rem;
  position: relative;
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
}


.btn{
  display: inline-block;
  margin-top: 1rem;
  background:#5FAEFC;
  color:#fff;
  padding:.8rem 3rem;
  border:none;
  cursor: pointer;
  font-size: 1.7rem;
  width: 100%;
  border-radius: 0rem;
}

.btn:hover{
  background-color:#4d4d4d;
  color: #fff;
  border-radius: 25px;
}








/*Home Styling*/

#home{
  margin-top: 0rem;
  margin-bottom: -1rem;
}


.home{
  overflow: hidden;
  padding: 0px 0px 0px 0px;
}


/*.home .home-slider .swiper-wrapper .box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}*/

.home .box img{
   height: 100%;
   width: 100%;
   object-fit: cover;
}


.home .home-slider{
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;

}


.home .home-slider .swiper-wrapper .box .content{
  width: 100%;
  height: 100%;
  background: rgba(50, 53, 55, 0.1);
  overflow: hidden;
  position: absolute;
  z-index: 20;
  padding: 20rem 8rem;
  margin: auto;
  text-align: center;
  overflow: hidden;

}


.home .home-slider .swiper-wrapper .box .content h3{
  font-size: 8rem;
  color:#fff;
  text-transform: uppercase;
  padding: 7px;
  font-weight: 700;
}


.home .home-slider .swiper-wrapper .box .content p{
  font-size: 2.5rem;
  color:#fff;
  padding:5px;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: 2px;
  }


  .un-c{
    color: #5FAEFC;
  }


  .btn5{
  display: inline-block;
  margin-top: 1rem;
  background: none;
  color:#fff;
  padding:.8rem 3rem;
  margin: 20px;
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 600;
  border-radius: 5rem;
  border: 1px solid #fff;
  transition: color 0.4s Linear;
  position: relative;
}


.btn5:hover{
  border: 1px solid #fff;
  border-radius: 5rem;
}


.btn5::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #5FAEFC;
  border-radius: 5rem;
  z-index: -1000000000000000000000000;
  transition: transform 0.5s;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
}


.btn5::before{
  transform: scaleY(0);
}


.btn5:hover::before{
   transform: scaleY(1);
}

.nav-btn-bar{
  display: inline-block;
}


#nav-btn{
  display: inline-block;
  margin-top: 1rem;
  background: none;
  color:#fff;
  padding:1.3rem 2rem;
  margin: 20px;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 400;
  border-radius: 1rem;
  background: var(--grad-input2);
  transition: color 0.4s Linear;
  position: relative;
}


#nav-btn:hover{
 background: #2a2a2a;
  color: #fff;
}


.home-btn-case{

  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0rem;

}


.swiper-button-prev{
   left: 0%;
}

.swiper-button-next{
   right: 0%;
}



.swiper-button-next,
.swiper-button-prev{
   padding: 3rem 2rem;
   top: 50%;
   opacity: .6;
   
}


.swiper-button-next::after,
.swiper-button-prev::after{
   color: #fff;
   font-size: 3rem;
}



.swiper-button-next:hover,
.swiper-button-prev:hover{
   opacity: 1;
}



#ib{
 
  display: none;
  
}



/*what we do design bg styling
*/


#design_bg{
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(images/design1.png);
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 0 5%;
}


#design_bg h3{
color: #FD6821;
font-size: 3rem;
text-align: center;
font-weight: 400;
letter-spacing: 2px;
padding-bottom: 2rem;
}


#design_bg p{
color: #fff;
font-size: 2rem;
text-align: center;
letter-spacing: 5px;
}


.headline{
height: 20px;
width: 40px;
margin: auto;
}

.headline img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

#design_bg .head-box{
  padding-top: 6rem;
  width: auto;
  margin: auto;
}






/*Contact Section styling
*/


#design_bg_contact{
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(images/design1.png);
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 0 5%;
  margin-top: 0rem;
  margin-bottom: -7.5rem;
}


#design_bg_contact h3{
color: #FD6821;
font-size: 2.5rem;
text-align: center;
font-weight: 400;
letter-spacing: 4px;
padding-bottom: 2rem;
}


#design_bg_contact p{
color: #fff;
font-size: 3rem;
text-align: center;
letter-spacing: 5px;
}


.headline_contact{
height: 20px;
width: 40px;
margin: auto;
}

.headline_contact img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

#design_bg_contact .head-box_contact{
  padding-top: 4rem;
  width: auto;
  margin: auto;
}












/*Banner Styling*/

#banner{
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(images/Bdesign1.png);
  width: 100%;
  height: 50vh;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 0 5%;
}



/*Banner Base Styling*/

#banner_base{
  background-image: url(images/design2.png);
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 0 5%;
  position: relative;
  z-index: 10;
  padding-bottom: 5rem;
  padding: 0rem 0%;
}


.banner_base{
  width: 100%;
  height: 45vh;
}


.banner_base img{
  width: 100%;
  height: 100%;
}








/*gallery Styling*/

.gallery{
  padding: 2rem 2%;
  position: relative;
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
}

.gallery .heading{
  color: #4d4d4d;
}


.gallery .box-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery .box-container .box{
  margin: 0.5rem;
  border-radius: 1rem;
  border: 1px solid #ebebeb;
  box-shadow: 0.5rem 1rem rgba(0, 0, 0, 0);
  padding: 0.5rem 0.5rem;
  text-align: center;
  width: 400px;
  height: auto;
  background-color: #fff;
}

.gallery .box-container .box >img{
  object-fit: cover;
  height: 100%;
  width: 100%;
  padding: 1rem;
}

.gallery .box-container .box >h3{
  font-size: 1.6rem;
  color: #000;
}


.gallery .box-container .box >p{
  font-size: 1.5rem;
  color:#808080;
  padding: 1rem 0;
}


.btn7{
  display: inline-block;
  
  color:#4d4d4d;
  padding:.6rem 2rem;
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 600;
  border-radius: 5rem;
}


.btn7:hover{
  background-color: #fff;
  color: #5FAEFC;
}

.gallery .box-container .box:hover{
  color: #5FAEFC;
}




/*gallery2 Styling*/

.gallery2{
  padding: 4rem 0%;
  position: relative;
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
}

.gallery2 .heading{
  color: #4d4d4d;
}


.gallery2 .box-container2{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery2 .box-container2 .box2{
  margin: 1rem;
  border-radius: 1rem;
  box-shadow: 0.5rem 1rem rgba(0, 0, 0, 0);
  padding: 0.5rem 0.5rem;
  text-align: center;
  width: 250px;
  height: 55vh;
}



.gallery2 .box-container2 .box2 >h3{
  font-size: 1.6rem;
  color: #4D4D4D;
}


.gallery2 .box-container2 .box2 >p{
  font-size: 1.3rem;
  color:#808080;
  padding: 1rem 0;
  line-height: 30px;
}


.btn7{
  display: inline-block;
  color:#2166CC;
  padding:.6rem 2rem;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 5rem;
  text-decoration: underline;
}


.btn7:hover{
  background-color: #fff;
  color: #2166CC;
}

.gallery2 .box-container2 .box2:hover{
  color: #2166CC;
}







#grad-team{
  background-image: linear-gradient(to right, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}








/*Footer Styling*/

.footer{
  padding: 2rem 9%;
  background-color: #000;

}


.footer .flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}


.footer .flex .box{
   flex: 1 1 30rem;
   margin-top: 4rem;
}

.footer .flex .box h3{
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
 }


.footer .flex .box a{
   display: block;
   padding: 1rem 0;
   font-size: 1.5rem;
}

.footer .flex .box a span{
   color: #FA6400;
   padding-left: 1rem;
}

.footer .flex .box a:hover span{
   color:#fff;
   font-weight: 400;
}

.footer .flex .box a i{
   color: #fff;
}

.footer .flex .box:last-child{
   text-align: left;
}


.footer .flex .box:first-child a i{
  /* margin-right: 1.5rem;*/
}


.footer .flex .box:nth-child(2){
   text-align: left;
}

.footer .flex #box1{
 background: rgba(49, 55, 59, 0.5);
 margin-bottom: 2rem;
 padding: 1rem 0rem;
 border-radius: 2rem;
 background-image: url(images/footer_news.png);
 width: 100%;
 height: 50vh;
 background-size: cover;
 background-position: center;
 overflow:hidden;
} 


.footer .flex #box1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.footer .flex .box h1{
  color: #fff;
  font-size: 2.5rem;
  margin: auto;
  text-align: center;
  padding-top: 23px;
}



.footer .flex .box form {
  margin: auto;
  width: 100%;
}

.footer .flex .box .form-p{
  margin-bottom: 25px;

}

.button1box{
  margin: auto;
  width: 100%;
  text-align: center;
}


.footer .flex .box #button1{
  background: var(--grad-input);
  box-shadow: var(--box-shadow);
  width: 90%;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  margin: 10px auto;
  padding: 22px 20px;
  border:none;
  cursor: pointer;
  border-radius: 2rem;
}


.footer .flex .box #button1:hover{
  background: var(--grad-input-hover);
}

.footer .flex .box #button1:focus{
  outline: none;
}


.footer .flex .box input[type=email]:focus{
 outline:0.5px solid #5FAEFC;
}


.footer .flex .box input[type=email]::placeholder{
color: #ccc;
 font-size: 13px;
 font-weight: 300;
}


.footer .flex .box input[type="email"]{
  width:100%;
  height: 80px;
  margin: 8px 0px;
  padding: 12px 25px;
  text-indent: 20px;
  color: #ccc;
  border-radius: 5rem;
  background-color: #000;
}


.input-fieldx{
  position: relative;
  margin: auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}


.input-fieldx i{
  position: absolute;
  top: 50%;
  margin-left: 17px;
  transform: translateY(-50%);
  color:#FA6400;
  font-size: 18px;
  transition: all 0.2s ease;
}





#credit{
  position: relative;
  background-image: url(images/design4.png);
  width: 100%;
  height: 35vh;
  background-size: cover;
  background-position: center;
  overflow:hidden;
  padding: 3rem 2rem;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
  color: #fff;
  z-index: 90;
  bottom: 0;
}

.credit{
  padding-top: 11rem;
}


#credit span{
   color: #FD6821;
}




#credit2{
  position: relative;
  background-image: url(images/design4b.png);
  width: 100%;
  height: 30vh;
  background-size: cover;
  background-position: center;
  overflow:hidden;
  padding: 3rem 2rem;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
  color: #fff;
  z-index: 1;
  margin-bottom: -17rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.credit2{
  padding-top: 11rem;
}


#credit2 span{
   color: #FD6821;
}









/*Services2 Styling*/


.headline2{
height: 20px;
width: 40px;
margin: auto;
}

.headline2 img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}


.head-box2{
  padding-top: 8rem;
  width: auto;
  margin: auto;
}


.head-box2 h3{
color: #FD6821;
font-size: 3rem;
text-align: center;
font-weight: 400;
letter-spacing: 2px;
padding-bottom: 2rem;
}


.head-box2 p{
color: #fff;
font-size: 2rem;
text-align: center;
letter-spacing: 5px;
}



.services2{
  padding: 5rem 3%;
  position: relative;
  height: 100vh;
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
  margin-top: -15rem;
}


.services2 h1{
  color: #4d4d4d;
}

.services2 p{
  color: #4d4d4d;
  text-align: center;
  margin-bottom: -20px;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 300;
}



.services2 .boxx-container{
   display: grid;
   grid-template-columns: repeat(auto-fit, 30rem);
   gap: 2rem;
   justify-content: center;
   align-items: flex-start;
   padding-top: 10rem;
   padding-bottom: 10rem;
}

.services2 .boxx-container .box{
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0,0.1);
   padding: 2rem;
   text-align: center;
}

.services2 .boxx-container .box:hover{
    box-shadow: 0 1rem 2rem rgba(0,0,0,.1);
}

.services2_heading{
  background-color:#5FAEFC ;
  border: 3px solid #5FAEFC;
  width: 10%;
  margin: auto;
  margin-bottom: 40px;
}


.services2 .boxx-container .box .W_box{
  height: 100px;
  width: 150px;
  margin: auto;
  margin-bottom: 3rem;
}



.services2 .boxx-container .box img{
   margin: 1rem 0;
   height: 100%;
   width: 100%;
}

.services2 .boxx-container .box h3{
   font-size: 1.5rem;
   padding: 1rem 0;
   color: #808080;
   text-transform: capitalize;
}

.services2 .boxx-container .box p{
   line-height: 25px;
   font-size: 1.4rem;
   color: #808080;
   padding-top: .5rem;
   font-weight: 300;
}

.heading{
   text-align: center;
   padding-bottom: 2.5rem;
   font-size: 4rem;
   color: var(--black);
   text-transform: capitalize;
}




/*Header Control Stylings*/


/*i{
  font-size: 20px;
  color: #fff;
}

i:hover{
  color: #5FAEFC;
  transition: 0.3s ease;  
}*/


/*Header-control*/

.fixed-header{
  width: 100%;
  position: sticky;
  background-color:  #fff;
  top: 0;
  z-index:20;
  overflow: hidden;
 /* box-shadow: var(--box-shadow);*/
}


 .logo-box{
  
  width:150px ;
  height:50px ;
  margin: 0;
  padding-top: 7px;
}


 .logo-box img{
  
  width:80%;
/*  height:90%;*/
}



.navbar{
  color: #fff;
  height: 100px;
  padding-top: 15px;
  overflow: hidden;
  display: flex;
}

.img1{
  margin-left: 0px;
  margin-top: 5px;
}


.flex-container{
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  border-bottom: 1.5px solid #AF3024;
  overflow: hidden;

  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  /*border-bottom: 5px solid #5FAEFC;*/
  overflow: hidden;
}


.navbar-nav li a{
  float: left;
  display: block;
  color: #4d4d4d;
  text-align: center;
  padding: 15px 16px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease;
  position: relative;
}

.navbar-nav a:hover{
  color:#FA6400;
  transition: 0.3s ease;
}

.navbar-nav .active a{
  color:#FA6400;
    font-weight:400;
}

.navbar-nav .active a::after, .navbar-nav a:hover::after{
  content: "";
  width:40%;
  height: 2px;
  background-color: #FA6400;
  position: absolute;
  bottom: 10px;
  left: 20px;
  transition: 0.3s ease;
}

.navbar ul{
  margin: 8px 0 0 0;
  padding-top: 0;
  list-style-type: none;
  display: flex;
}


/*Dropdown Starts*/


.dropdown {
  position: relative;
}

.dropdown #dropbtn {
  cursor: pointer;
  font-size: 16px;  
  border: none;
  outline: none;
  color: #1a1a1a;
  padding: 14px 25px;
  margin-top: 9px;
  background: none;
}

.dropdown #dropbtn:hover{
  color:#FA6400;
  transition: 0.3s ease;
}


.dropdown-content{
  display: none;
  position: fixed;
  min-width: 110px;
  height: auto;
  background-color: #9E2B20;
  color: #ffff;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10980;
}

.dropdown-content a {
  float: none;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  color: #fff;
}

.dropdown-content a:hover {
  background-color: #9E2B20;
  color:#FA6400;
  transition: 0.3s ease;
}

.show {
  display: block;
}









/*Dropdown Ends*/



.side-nav{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #fafafa;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}


.side-nav a{
  padding: 10px 10px 10px 30px;
  text-decoration: none;
  font-size:16px;
  color: #4d4d4d;
  display: block;
  transition: 0.3s;
}


.side-nav a:hover{
  color: #AF3024;
  font-weight: 400;

}


.side-nav hr{
  color: #3b5998;
  width: 200px;
}


.side-nav .btn-close{
  position: absolute;
  top: 0;
  right: 22px;
  font-size: 36px;
  margin-left: 50px;

}


.open-slide{
  display: none;
}




hr{
  height: 2px;
  background-color: #fafafa;
  border:none;
}






/*#grad{
  background-image: linear-gradient(to right, #DA2C32, #fbb11d, #DA2C32);
}


#grad1{
  background-image: linear-gradient(to right, #CE9A9C, #ADD7E5);
}

#grad3{
  background-image: linear-gradient(to right, #862222, #A62A2A);
}

#grad4{
  background-image: linear-gradient(to right, #003a6a, #00e6ec);
}

#grad5{
  background-image: linear-gradient(to right, #680067, #81007F);
}
*/



/*our_customer styling*/

#our_customer{
  position: relative;
  background-image: url(images/image7.jpg);
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center;
  overflow:hidden;
}



/*Feedback Calculator CreditCard NeedHelp*/

#fccn{
  padding: 3rem 3%;
  position: relative;
  background-image: url(images/design3.png);
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow:hidden;
}

.fccn_box_container{

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;

  position: relative;
  background-image: url(images/engine.png);
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow:hidden;
  margin: 0;

}

.fccn_box{
  width: 300px;
  border: 0.5px solid #b3b3b3;
  text-align: center;
  padding: 1rem 1rem;
  gap: 1rem;
  border-radius: 2rem;
} 

#fccn .fccn_box:nth-child(1) .fccn_i {
  font-size: 6rem;
  padding: 3rem;
  color: #fff;
  background-color: #616161;
  width: 100%;
  border-radius: 2rem 2rem 0rem 0rem;
}

#fccn .fccn_box:nth-child(2) .fccn_i {
  font-size: 6rem;
  padding: 3rem;
  color: #fff;
  background-color: #FF4400;
  width: 100%;
  border-radius: 2rem 2rem 0rem 0rem;
}

#fccn .fccn_box:nth-child(3) .fccn_i {
  font-size: 6rem;
  padding: 3rem;
  color: #fff;
  background-color: #DEB887;
  width: 100%;
  border-radius: 2rem 2rem 0rem 0rem;
}

#fccn .fccn_box:nth-child(4) .fccn_i {
  font-size: 6rem;
  padding: 3rem;
  color: #fff;
  background-color: #616161;
  width: 100%;
  border-radius: 2rem 2rem 0rem 0rem;
}


#fccn .fccn_box:nth-child(1) .fccn_h3{
  background-color: #787878;
  width: 100%;
  padding: 1rem;
  color: #fff;
  margin-top: 0;
}

#fccn .fccn_box:nth-child(2) .fccn_h3{
  background-color: #FF6644;
  width: 100%;
  padding: 1rem;
  color: #fff;
  margin-top: 0;
}

#fccn .fccn_box:nth-child(3) .fccn_h3{
  background-color: #DEB867;
  width: 100%;
  padding: 1rem;
  color: #fff;
  margin-top: 0;
}

#fccn .fccn_box:nth-child(4) .fccn_h3{
  background-color: #787878;
  width: 100%;
  padding: 1rem;
  color: #fff;
  margin-top: 0;
}

#fccn .fccn_box .fccn_h3 h3{

   font-weight: 400;

}


#fccn .fccn_box .fccn_p{
  width: 100%;
  padding: 1.5rem;
  color: #808080;
  margin-top: 0;
}

#fccn .fccn_box .fccn_p p{

   font-weight: 400;

}

#fccn .fccn_box .fccn_btn{

  margin-bottom: 3rem;
  margin-top: 1rem;

}

#fccn .fccn_box:nth-child(1) button{
  display: inline-block;
  font-size: 1.5rem;
  background-color: #787878;
  color: #fff;
  padding: 1.5rem 5rem;
  border-radius: 3rem;
  cursor: pointer;
}

#fccn .fccn_box:nth-child(2) button{
  display: inline-block;
  font-size: 1.5rem;
  background-color: #FF6644;
  color: #fff;
  padding: 1.5rem 5rem;
  border-radius: 3rem;
  cursor: pointer;
}

#fccn .fccn_box:nth-child(3) button{
  display: inline-block;
  font-size: 1.5rem;
  background-color: #DEB867;
  color: #fff;
  padding: 1.5rem 5rem;
  border-radius: 3rem;
  cursor: pointer;
}

#fccn .fccn_box:nth-child(4) button{
  display: inline-block;
  font-size: 1.5rem;
  background-color: #787878;
  color: #fff;
  padding: 1.5rem 5rem;
  border-radius: 3rem;
  cursor: pointer;
}

#fccn .fccn_box button:hover{
  background-color: #fff;
  color: #1a1a1a;
}



#logbanner{

margin-top:0;

}


.logbanner{
  width: 100%;
  height: 400px;
  object-fit: cover;
}


.logbanner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}





#logbanner4{

margin-top:0;

}


.logbanner4{
  width: 100%;
  height: 400px;
  object-fit: cover;
}


.logbanner4 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}








/* Register Styling */


/*admin-form-container*/

#admin1a{
  width: 100%;
  height: 100%;
  padding: 0rem 0%;
  position: relative;
  background: var(--login-bg);
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
}


.admin-form-container{
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:0rem;
  padding: 0rem 0rem 0rem 0rem;
  overflow: hidden;

}


.container{
  position: relative;
  max-width: 100%;
  width: 650px;
  border-radius: 10px;
  /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0,0.1);*/
  overflow: hidden;
  margin: 20px auto;
  margin-bottom: 5rem;
  
}


.container .forms{
  width: auto;
  transition: height 0.2s ease;
}

.container .form{
width: auto;
padding: 25px;
margin-bottom: 2rem;
}


.title{
  font-size: 25px;
  text-align: center;
  text-transform: capitalize;
  color: #808080;
  margin-top: -10px;
  margin-bottom: -3px;

}


.form .input-field{
  position: relative;
  height: 60px;
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}


.input-field i.showhidepw{
  right: 0;
  cursor: pointer;
  padding: 10px;

}


fieldset{
  width: 100%;
  border: 0.3px solid #ccc;
  padding: 5px;
  margin: 5px auto;
  border-radius: 5px;
}

legend{

  font-size: 13px;
  margin-top: 10px;
  padding: 0px 5px;

}

.form p{
  font-size: 13px;
  margin-top: 5px;
  color: #999;
  }



.input-field input{
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 25px 45px;
  border: none;
  outline: none;
  font-size: 16px;
  background: #000;
  color: #fafafa;
  border-radius: 4rem;
  transition: all 0.2s ease;
}


.input-field input[type="file"]{
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 25px 45px;
  margin: auto;
  border: none;
  outline: none;
  font-size: 16px;
  background: #000;
  color: #1a1a1a;
  transition: all 0.2s ease;
}


.input-field input[type="file"]:focus{
  outline: none;
  border: none;
}



.input-field select{
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 18px 45px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  background: #000;
  color: #fafafa;
  border-radius: 4rem;
  transition: all 0.2s ease;
}


.input-field input:focus{
 outline:1.5px solid #5FAEFC;
 background-color: #000;
}


.input-field select:focus{
 outline:1.5px solid #5FAEFC;
 background-color: #000;
}



.input-field i{
  position: absolute;
  top: 50%;
  margin-left: 13px;
  transform: translateY(-50%);
  color:#FA6400;
  font-size: 18px;
  transition: all 0.2s ease;
}


.input-field input:focus ~ i{
  color: #FA6400;
}


.input-field i .icon{
  left: 0;
}

.form3 .button{
  margin-top: 20px;
}


.input-field button{
  border: none;
  color: #fff;
  font-size: 20px;
  padding: 24px 45px;
  font-weight: 600;
  width: 40%;
  margin: 2rem auto;
  letter-spacing: 1px;
  background:var(--grad-input);
  box-shadow: var(--box-shadow);
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 30px;
  border: 0.1px solid #b3b3b3;
}


 .input-field button:hover{
  background:var(--grad-input-hover);
  color:#fff;
}



input::placeholder{
  color: #b3b3b3;
  font-size: 13px;
  font-weight: 300;
}


input::placeholder:focus{
  margin-left: 2rem;
}




.login-tag h1{

  color: #1a1a1a;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  
}


.member{
  text-align: center;
  padding: 3rem;
  color: #1a1a1a;
}

.member a{
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 200;
}

.member-sign-in{
  color: #FF0039;
  font-weight: 600;
}



.tc-input-field input[type="checkbox"]{
  position: absolute;
  height: 18px;
  width: 18px;

}


.tc-input-field label{

  padding-left: 30px;
  color: #1a1a1a;
}


.tc-input-field{
  margin-top: 10px;
  width: auto;
  text-align: center;
}


.login-icon{
  margin: auto;
  margin-top: 3rem;
  margin-bottom: 2rem;
  height: 17rem;
  width: 17rem;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: var(--box-shadow-inset2);
  object-fit: cover;
}


.login-icon img{
  height: 100%;
  width: 100%;
  margin-top: 7px;
  border-radius: 1rem;
  object-fit: cover;
}



.boundry{
  width: 100%;
  height: 5px;
  background-color:#9E2B20 ;
  margin: 2rem auto;
}



#page_planning{

  width: 100%;
  height: 100%;
  padding: 4rem 20%;
  position: relative;
  background-color: #fff;
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;

}

#page_planning h3{
  font-size: 20px;
  color:#9E2B20 ;
  padding-bottom: 20px;
  font-weight: 700;
}


#page_planning p{
  font-size: 13px;
  color: #1a1a1a;
  line-height: 30px;
}

























/*Admin Side Styling*/

  #admin_body{
  background:#212121;
  padding-left: 30rem;
  margin-top: 11.5rem;
  height: auto;
  }


.flex-container2{
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  background: transparent;


}


.fixed-header2{
  width: 100%;
  position: fixed;
  background:  #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index:999;
  overflow: hidden;
  box-shadow: var(--box-shadow4);
}


.fixed-header2 .flex-container2 .logo-box2{ 
  width:200px ;
  height:65px ;
  margin: 0;
  padding-top: 1.5rem;
}


.fixed-header2 .flex-container2 .logo-box2 img{
  width:70%;
  height:70%;
  object-fit: contain;
}


.fixed-header2 .flex-container2 .logo-box2 img:hover{
  transform: scale(0.95);
}


.admin_header{
    position: fixed;
    top:0rem; 
    left: 0rem;
    bottom: 0rem;
    z-index: 999999;
    background: #000;
    color: #fff;
    width: 30rem;
   /* border-right: 1px solid #00CCFF;*/
    height: auto;
    text-align: center;
    padding: 2rem 1.5rem 10rem 1.5rem;
    overflow-x: auto;
    box-shadow: var(--box-shadow2);
}


.admin_header .user{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.admin_header .user img{
    margin:1rem 0;
    border:1rem solid var(--admin-header);
    box-shadow: var(--box-shadow2);
    border-radius: 50%;
    height: 10rem;
    width: 10rem;
}


.admin_header .user img:hover{
  transform: rotate(360deg);
}




.admin_header .user h3{
    color:#00CCFF;
    font-size: 2rem;
}

.admin_header .user p{
    color:#E6B635;
    font-size: 1.5rem;
}

.admin_header .admin_navbar{
    padding-top: 1rem;
}

.admin_header .admin_navbar a{
    display: block;
    margin:0.5rem 0;
    padding: 0.5rem 0 0.5rem 0rem;
    font-size: 1.3rem;
    color:#fff;
}

/*.admin_header .admin_navbar a:hover{
    color: #00CCFF;
}*/


/*.admin_header .admin_navbar a .admin-hr .active{
   background-color: #F6DC54;
}
*/



.admin_header .admin_navbar a sup{

  font-size: 15px;
  color: #F6DC54;
  vertical-align: super;
  padding: 2px;

}

.admin-hr{
  border-bottom: 0.5px solid #212121;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: left;
}


.admin-hr:hover{
  color: #fff;
  background: var(--grad2);
  border-radius: 20px
}


.admin-hr #active{
 background: var(--official-cyan);
 color: #fff;
}



.admin-hr i{

  font-size: 1.5rem;
  color: var(--official-off-white);
  padding-left: 10px;
}


.admin-hr i:hover{
  color: #fff;
}



#menu-btn-admin{
    /*position: fixed;
    top:2.5rem; left: 2.5rem;
    z-index: 1000;*/
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    border-radius: 50%;
    font-size: 2.5rem;
    cursor: pointer;
    text-align: center;
    color:#212121;
    display: none;
}

#menu-btn-admin:hover{
    color: #A22730;
}





/*User tool*/

.tab{
  width: 100%;
  height: 65px;
  position: fixed;
  background: var(--grad2);
  bottom:0;
  left: 0;
  right: 0;
  z-index:99;
  overflow: hidden;
  border-top: 2px solid #FF6600;
  box-shadow: .4rem .4rem 1rem #000,
                -.4rem -.4rem 1rem #1a1a1a;
}



.serv-box-container2{
  /*background-color:#0F0B4A;*/
  padding: 1rem 13% 3rem 13%;
  margin-bottom: 0rem; 

}


.serv-box-container2 .box-flex2{
  margin: 0rem auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  justify-content:center;
  overflow: hidden;
  gap: 10rem;

}



.serv-box-container2 .box-flex2 .icon-2{
 text-align: center;
}


.serv-box-container2 .box-flex2 .icon-2 i{
font-size: 20px;
color: #FF6600;
}


.serv-box-container2 .box-flex2 .icon-2 p{
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  font-size: 10px;
  text-align: center;
  font-weight: 600;
  color: #fff;
}



.serv-box-container2 .box-flex2 a{
  color: #fff;
  cursor: pointer;
}


.serv-box-container2 .box-flex2 img:hover{
  transform: rotate(360deg);
}





/*User Dashboard Styling*/


.branch{

  background-color: #212121;
  color: #fff;
  border-radius: 40px;
  width: 400px;
  padding: 10px;
  text-align: left;
  margin: auto;
  margin-bottom: 2rem;

}



#userdash101{

  background-color: #fff;
  padding: 1rem 5%;
  margin: 2rem;
  text-align: center;
  height: auto;
  position: relative;
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

}


.userdash101-box{
  width:auto ;
  height: auto;
  background: var(--grad2);
  border-radius: 20px;
  margin: auto;
  padding: 15px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  gap: 5rem;


}

#userdash101 .userdash101-box .box1{
  border: 1px solid #9A3296;
  padding: 16px;
  border-radius: 25px !important;
  width: 200px !important;
  text-align: left !important;
}


#userdash101 .userdash101-box .box1 h1{
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
  font-family: monospace;
  color:#fff;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}


#userdash101 .userdash101-box .box1 p{
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 4px;
  font-family: monospace;
  color:#f7db3d;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}











.tab-tools{

margin-bottom: 5rem;


}




.user-box-container2{
  position: sticky;
  border-top: 5px solid #7F0478 ;
  border-bottom: 5px solid #7F0478;
  margin-top: 2rem;
  margin-bottom: 4rem;
  padding: 28px;
  z-index:10;
}



.user-box-container2 .user-flex2{

  margin: 0rem auto;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(auto-fit, 10rem);
  gap: 1rem;
  justify-content: center;
  align-items: flex-start;

}


.user-box-container2 .user-flex2 .user-2 i{

  font-size: 40px;
  color: #FC6701;

}


.user-box-container2 .user-flex2 .user-2 p{

  font-size: 10px;
  color: #212121;
  font-weight: 600;

}



.user-box-container2 .user-flex2 .user-2 p:hover{

  color: #A70000;
 

}




.user{
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 200px;
    margin: auto;
    height:auto ;
    margin-bottom: 2rem;

}

 .user img{
    margin:1rem 0;
    border:0.5rem solid #86087C;
    /*box-shadow: var(--box-shadow2);*/
    border-radius: 50%;
    height: 10rem;
    width: 10rem;
}


.user img:hover{
  transform: rotate(360deg);
}




.user .w-user{
    color:#82027D;
    font-size: 2.2rem;
    font-weight: 600;
}

.user p{
    color:#212121;
    font-size: 1.7rem;
}





/*Transaction History Styling*/

.transaction_container{
  position: sticky;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: left;
  padding: 3rem 5rem;
  gap: 2rem;
  border-bottom: 0.4rem solid #601A62;
  z-index: 99;
}


.lower_box{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: left;
  padding: 0rem 10rem;
  gap: 1rem;
}

.d_lower_box{
  border: 1px solid #601A62;
  padding: 7px;
  border-radius: 20px;
}


.d_lower_box_p{
  font-size: 20px;
  font-weight: 500;
  color: #E51D04;
}


.status{

  border: 2px solid #777;
  border-radius: 50%;
  padding: 18px;
  height: 8rem;
  width: 8rem;
  /*margin: 7px;*/
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;

}

.status p{
  font-size: 20px;
  font-weight: 600;
  color: #177800;
}


.credit_details{
  text-align: left;
}


.credit_details h3{
  font-size: 22px;
  font-weight: 700;
  color: #177800;
}

.credit_details p{
  font-size: 14px;
  font-weight: 400;
  color: #777;
}

.credit_details .txid{
  font-weight: 700;
}




/*debit styling*/


.status2{

  border: 2px solid #777;
  border-radius: 50%;
  padding: 18px;
  height: 8rem;
  width: 8rem;
  /*margin: 7px;*/
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;

}
  
.status2 p{
  font-size: 20px;
  font-weight: 600;
  color: #E51D04;
}



.credit_details2{
  text-align: left;
}


.credit_details2 h3{
  font-size: 22px;
  font-weight: 700;
  color: #E51D04;
}

.credit_details2 p{
  font-size: 14px;
  font-weight: 400;
  color: #777;
}

.credit_details2 .txid{
  font-weight: 700;
}




#your_profile{
  background-color: #fff;
  padding: 3rem 5%;
  margin: 2rem;
  text-align: center;
  height: auto;
  position: relative;
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow:hidden;
}

#your_profile .profile_box table{

  padding: 0px;
  width: 100%;
  /*background-color: #fff;*/
  overflow-x: auto;
  border-collapse: collapse;


}


#your_profile .profile_box table th, td{

    /*background-color: #CCC;*/
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
    padding: 12px;
    border: none;
    text-align: left;

}


#your_profile .profile_box table th{
border-right: 1px solid #fff;
font-weight: 400;


}


#your_profile .profile_box table td{

font-weight: 500;
color: #212121;

}





#your_profile .profile_box table tr:nth-child(odd){

  background-color: #d3d3d3;

}


.bbtn{
  margin-top: 2rem;
}



.back_btn{
  width: 90px;
  background: var(--backgrad);
  color: #fff;
  margin: auto;
  padding: 10px 20px;
  border:none;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  border-radius: 25px;
  border: 1px solid #e6e6e6;
}



.back_btn2{
  width: 90px;
  background: var(--backgrad);
  color: #fff;
  margin: auto;
  padding: 10px 20px;
  border:none;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  border-radius: 25px;
  border: 1px solid #e6e6e6;
}





#fund_transfer{

  background-color: #fff;
  padding: 3rem 5%;
  margin: 2rem;
  margin-bottom: 4rem;
  text-align: center;
  height: auto;
  position: relative;
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}


.btn11{
  width: 200px;
  background-color: #0000CC;
  color: #fff;
  margin: 1.5rem auto;
  margin-top: 10px;
  padding: 18px 2px;
  border:none;
  font-size: 1.5rem;
  font-weight: 400;
  cursor: pointer;
  border-radius: 17px;
  border: 1px solid #e6e6e6;
  }



  .btn11:hover{
    color: #fff;
    background-color: #0000B8;
    border-radius: 20px;
    transform: scale(0.95);
  }



  .btncase{
  margin: 1rem auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  border-bottom: 0.5rem solid #81007F;
  }



  /*Transfer Form*/

.transfer-admin-form-container{
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:-4rem;
  padding: 0rem 0rem 0rem 0rem;
  overflow: hidden;

}


.transfer-container{
  position: relative;
  max-width: 100%;
  width: 600px;
  border-radius: 10px;
  /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0,0.1);*/
  overflow: hidden;
  margin: 20px auto;
  margin-bottom: 2rem;
  
}


.transfer-container .transfer-forms{
  width: auto;
  transition: height 0.2s ease;
}

.transfer-container .transfer-form{
width: auto;
padding: 25px;
margin-bottom: 2rem;
}



.transfer-form .transfer-input-field{
  position: relative;
  height: 60px;
  width: 100%;
  margin: auto;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}


.transfer-input-field i.showhidepw{
  right: 0;
  cursor: pointer;
  padding: 10px;

}


fieldset{
  width: 100%;
  border: 0.3px solid #ccc;
  padding: 5px;
  margin: 5px auto;
  border-radius: 5px;
}

legend{

  font-size: 13px;
  margin-top: 10px;
  padding: 0px 5px;

}

.form p{
  font-size: 13px;
  margin-top: 5px;
  color: #999;
  }



.transfer-input-field input{
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 25px 45px;
  border: none;
  outline: none;
  font-size: 16px;
  background: #000;
  color: #fafafa;
  border-radius: 4rem;
  transition: all 0.2s ease;
}


.transfer-input-field input[type="file"]{
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 25px 20px;
  margin: auto;
  border: none;
  outline: none;
  font-size: 16px;
  background: none;
  color: #1a1a1a;
  transition: all 0.2s ease;
}


.transfer-input-field input[type="file"]:focus{
  outline: none;
  border: none;
}



.transfer-input-field select{
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 18px 45px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  background: #000;
  color: #fafafa;
  border-radius: 4rem;
  transition: all 0.2s ease;
}


.transfer-input-field input:focus{
 outline:1.5px solid #5FAEFC;
}


.transfer-input-field select:focus{
 outline:1.5px solid #5FAEFC;
}



.transfer-input-field i{
  position: absolute;
  top: 50%;
  margin-left: 13px;
  transform: translateY(-50%);
  color:#FA6400;
  font-size: 18px;
  transition: all 0.2s ease;
}


.transfer-input-field input:focus ~ i{
  color: #FA6400;
}


.transfer-input-field i .icon{
  left: 0;
}


.transfer-input-field button{
  border: none;
  color: #fff;
  font-size: 20px;
  padding: 24px 45px;
  font-weight: 600;
  width: 50%;
  margin: 2rem auto;
  letter-spacing: 1px;
  background:var(--grad-input);
  box-shadow: var(--box-shadow2);
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 30px;
  border: 0.1px solid #b3b3b3;
}


 .transfer-input-field button:hover{
  background:var(--grad-input-hover);
  color:#fff;
  transform: scale(0.95);
}



input::placeholder{
  color: #b3b3b3;
  font-size: 11px;
  font-weight: 300;
}


.transfer-input-field input:focus::-webkit-input-placeholder{

 padding-left: 3rem;

}


.transfer-input-field input:focus:-moz-placeholder{

 padding-left: 3rem;

}

.transfer-input-field input:focus::-moz-placeholder{

 padding-left: 3rem;

}


.transfer-input-field input:focus::-ms-input-placeholder{

 padding-left: 3rem;

}



.avbalance{
  font-size: 2rem;
  font-weight: 600;
  color: #862222;
  padding: 3px;
  margin-top: 10px;
}


.light_avbal{
  font-weight: 400;
}

.position{
position: relative;
}


.bbtn2{
  position: absolute;
  top: -4.5rem;
  left: -1rem;
  z-index: 1;
}


.bbtn3{
  position: absolute;
  top: -9rem;
  left: -1rem;
  z-index: 1;
}



.bbtn3a{
  position: absolute;
  top: -6rem;
  left: 0rem;
  z-index: 1;
}




.bbtn4{
  position: absolute;
  top: -5rem;
  left: -1rem;
  z-index: 1;
}


#change_password{

  background-color: #fff;
  padding: 7rem 5%;
  margin: 2rem;
  text-align: center;
  height: auto;
  position: relative;
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

}









.user_img{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background-color: #fff;
}

.user_img img{
    margin:1rem 0;
    border:0.5rem solid #86087C;
    /*box-shadow: var(--box-shadow2);*/
    border-radius: 50%;
    height: 6.5rem;
    width: 6.5rem;
}


.user_img img:hover{
  transform: rotate(360deg);
}




.user_img h3{
    color:#81007F;
    font-size: 2rem;
}



.user_welcome {
    color:#E6B635;
    font-size: 1.5rem;
    font-weight: 400;
    color: #212121;
}





.user_img_phone{
    display: none;
}


.user_img_phone img{
    margin:1rem 0;
    border:0.4rem solid #7C0862;
    /*box-shadow: var(--box-shadow2);*/
    border-radius: 50%;
    height: 6rem;
    width: 6rem;
}


.user_img_phone img:hover{
  transform: rotate(360deg);
}




.user_img_phone h3{
    color:#81007F;
    font-size: 2rem;
}



.user_welcome {
    color:#E6B635;
    font-size: 1.5rem;
    font-weight: 400;
    color: #212121;
}



.vcard{
  height: 250px;
  width: 500px;
  margin: auto;
  margin-bottom: 5rem;
  position: relative;
}

.vcard img{
  width: 100%;
}



.card_content{
  position: absolute;
  z-index: 2;
  top: 17.5rem;
  text-align: left;
}


.card_content .num{
 font-size: 23px;
 color: #fff;
 padding-left: 60px;
 letter-spacing: 5px;
}


.card_content .cname{
  font-size: 2rem;
  padding-top: 4rem;
  padding-left: 60px;
  font-weight: 600;
  color: #fff;
}





.cvv_btn{
  width: 20%;
  background: var(--backgrad);
  color: #fff;
  margin: auto;
  padding: 17px 35px;
  border:none;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  border-radius: 25px;
  border: 1px solid #e6e6e6;
  margin-top: 4rem;
}



.cvtn{
  margin-top: 5rem;
}

.pass_tag{

  margin-bottom: 3rem;
}


.card_content2{
  position: absolute;
  z-index: 2;
  top: 11rem;
  text-align: right;
  right: 20rem;
}


.card_content2 .num2{
 font-size: 17px;
 color: #b3b3b3;
 padding-left: 100px;
 letter-spacing: 1px;
 font-weight: 300;
}










/*neo form styling starts*/



.neo-container{
  /*width: 100%;
  height: auto;
  background-image: linear-gradient(0,0,50,0.8), rgba(0,0,50,0.8), url(images/background.png);
  background-position: center;
  background-size: cover;
  position: relative;*/
}


.neo-container .neo-form-box{
  width: 100%;
  max-width: 500px;
  margin: auto;
 /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);*/
  background: #fff;
  padding: 50px 60px 70px;
  text-align: center;
}


.neo-container .neo-form-box h1{
  font-size: 30px;
  margin-bottom: 60px;
  color: #3c00a0;
  position: relative;
}


.neo-container .neo-form-box h1::after{
  content: "";
  width: 30px;
  height: 4px;
  border-radius: 3px;
  background: #3c00a0;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}


.neo-input-field{
  background-color: #eaeaea;
  margin: 15px 0;
  border-radius: 3px;
  display: flex;
  align-items: center;

}


.neo-input-field input{
  width: 100%;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 18px 15px;

}

.neo-input-field i{
  margin-left: 15px;
  color: #999;
}

form p{
  text-align: left;
  font-size: 13px;

}

form p a{

  text-decoration: none;
  
}




/*popup message*/

.system_message_pop{
  width: 200px;
  background-color: #06A859;
  border-radius: 20px;
  /*position:absolute;*/
  position:fixed;
  top: 15rem;
  right: 5rem;
  /*transform: translateY(-50%, -50%);*/
  text-align: center;
  padding: 0 30px 35px;
  color: #fff;
  z-index: 4;
  border-left: 2px solid #fff;
  /*overflow: hidden;*/
  /*transform: translateX( calc(100% + 5rem) );
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);*/

}


/*.system_message_pop .active{

  transform: translateX( 0% );
}*/



/*.system_message_pop .progress{
  position: absolute;
  bottom: 0;
  left: 50;
  height: 3px;
  width: 100%;
  background-color: yellowgreen;
}*/



/*.system_message_pop .progress:before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 50px;
  height: 100%;
  width: 100%;
  background-color: #fff;
}*/


/*.progress .active:before{

   animation: progress 5s linear forwards ;
}*/


/*@keyframes progress 

100% {

  right:100%;

}*/



.system_message_pop img{
  width: 70px;
  margin-top: -30px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.system_message_pop h2{
  font-size: 38px;
  font-weight: 500;
  margin: 5px 0 5px;
}


.system_message_pop p{
  font-size: 20px;
  font-weight: 500;
  margin: 5px 0px;
}


.system_message_pop button{

  width: 100%;
  margin-top: 10px;
  padding: 5px 0;
  background-color: #06A859;
  color: #fff;
  border: 0;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);

}



.system_message_pop button:hover{
   background-color: #057A41;
}


.system_message_pop button:active{
   transform: scale(0.95);  
}







/*Danger popup Styling*/


.system_message_pop2{
  width: 200px;
  background-color: #D2023C;
  border-radius: 20px;
  position:fixed;
  top: 15rem;
  right: 5rem;
  /*transform: translateY(-50%, -50%);*/
  text-align: center;
  padding: 0 30px 35px;
  color: #fff;
  z-index: 3;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}


.system_message_pop2 img{
  width: 70px;
  margin-top: -30px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.system_message_pop2 h2{
  font-size: 38px;
  font-weight: 500;
  margin: 5px 0 5px;
}


.system_message_pop2 p{
  font-size: 20px;
  font-weight: 500;
  margin: 5px 0px;
}


.system_message_pop2 button{

  width: 100%;
  margin-top: 10px;
  padding: 5px 0;
  background-color: #D2023C;
  color: #fff;
  border: 0;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);

}



.system_message_pop2 button:hover{
   background-color: #99022C;
   transform: scale(0.95);
}


.system_message_pop2 button:active{
   transform: scale(0.95);  
}



/*Manage User styling*/

.manage_users{
  padding-top: 3rem;
  background-color: var(--users);
  margin: 10rem 2rem 5rem 2rem;
  border-radius: 1.5rem;
  box-shadow: var(--box-shadow2);
}

#manage_users{
  padding: 2rem 1% 4rem 1%;
  }
  
  
  #manage_users .values{
  margin: auto;
  width: 100%;
  border-radius: 5px;
  border: 0rem solid #000076;
  margin-top: -1rem;
  
  }

  #uu{
    color: #fff;
    font-size: 20rem;
  }


  .account_heading{
    text-align: center;
  }


  .account_heading h3{
    font-size: 2.5rem;
    font-weight:500;
    padding-bottom: 2rem;
    color: var(--act-head);
  }


  #manage_users .values table{
  width: auto;
  border-collapse: collapse;
  background-color: var(--table);
  display:block;
  overflow-x: auto;
  white-space: nowrap;
  
  }


  #manage_users .values table tr:hover{
    background-color: #e6e6e6;
    color: #fff;
  }

  
  
  /*#manage_users .values table tr:nth-child(odd){
    background-color:#00CCFF;
  }*/



  #manage_users .values table tr:nth-child(even){
    background-color:#ccc;
  }
  
  
  
  
  #manage_users .values table th{
    background-color: var(--table);
    border: 1px solid var(--th-border);
    color: var(--th-txt);
    padding: 7px;
    font-size:14px;
    font-weight: 400;
    text-align: center;
    width: 100vh;
  }
  
  
  #manage_users .values table td{
      font-size: 12px;
      font-weight: 500;
      color: #1a1a1a;
      padding: 1px;
      border: 1px solid var(--th-border);
      text-align: center;
    }



  .btncase{
  margin: 5px 8px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 0.6rem;

  }



  .btncase111{
  margin: 5px 8px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 0.6rem;

  }




#grad1{
  background-image: linear-gradient(to right, #CE9A9C, #ADD7E5);
}

#grad3{
  background-image: linear-gradient(to right, #0f2f5e, #e20309);
}

#grad4{
  background-image: linear-gradient(to right, #DE1326, #82027D);
}

#grad5{
  background-image: linear-gradient(to right,  #FD9C6D, #82027D);
}


#grad5ii{
  background-image: linear-gradient(to right,  #A4292D, #82027D, #82027D);
}


#grad5i{
  background-image: linear-gradient(to right,  #82027D, #82027D, #82027D, #FD9C6D);
}


#grad5b{
  background-image: linear-gradient(to right, #ccc, #fff);
}


#grad5c{
  background-image: linear-gradient(to left , #037242, #FD9C6D);
}


#grad{
  background-image: linear-gradient(to right, #DA2C32, #fbb11d, #DA2C32);
}












/*Delete Pop Up*/

.popup{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0px 0px 0px;
  color: #333;
  margin-top: 4%;
  overflow-y: auto;
}


.popupmain{
  position: fixed;
  z-index: 100000000;
  width: 100%;
  top: 0rem;
  bottom: 0rem;
  right: 0rem;
  left: 0rem;
  background-color: rgba(0,0,0,0.9);
  overflow-y: auto;
}


.del-container{
  position: relative;
  max-width: 60%;
  width: 60%;
  background-color: rgba(0,0,0,0.75);
  border-radius: 15px;
  overflow: hidden;
  padding: 30px;
  margin: auto;
}



.del-input-field button{
  border: none;
  color: #fff;
  font-size: 20px;
  padding: 10px 45px;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #DA2C32;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 20px;
  box-shadow: 0px 8px 6px -5px #1a1a1a;
  margin-top: 10px;
}


.del_p{
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}



.del-input-field button:hover{
  background:#1a1a1a;
  color:#fff;
  border-radius: 25px;
  transform: scale(0.9);
}



/*search container*/

.search-bar-container{
  padding:1.5rem 10rem;
  background:var(--search) ;
  border-top: .1rem solid rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  z-index: 1001;
}


.search-bar-container #search-bar{
  width:100%;
  padding:1.5rem;
  margin: auto;
  text-transform: none;
  color:#333;
  font-size: 1.7rem;
  border-radius: 5rem;
}

.search-bar-container label{
  color:#fff;
  cursor: pointer;
  font-size: 3rem;
  margin-left: 1.5rem;
}

.search-bar-container label:hover{
  color:#24C6DA;
}


.search-bar-container input::placeholder{
  color: #1a1a1a;
  font-size: 13px;
}


.btn111{
  width: 90px;
  background-color: #0000CC;
  color: #fff;
  margin: 10px auto;
  padding: 5px 2px;
  border:none;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  }



  .btn111:hover{
    color: #fff;
    background-color: #0000B8;
    border-radius: 20px;
    transform: scale(0.95);
  }


  .bene-btn{
  width: 100%;
  background-color: #e6e6e6;
  color: #1a1a1a;
  margin: 7px auto;
  padding: 5px 5px;
  border:none;
  font-size: 1.2rem;
  font-weight: 400;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  }



  .bene-btn:hover{
    color: #fff;
    background-color: #808080;
    border-radius: 0px;
    transform: scale(0.95);
  }



.user_hr hr{

  height: 4px;
  background-color: #212121;
  border:none;
  width: 100%;
  margin-bottom: 2rem;

}



#logbanner2{

margin-top:0rem;

}


.logbanner2{
  width: 100%;
  height: 400px;
  object-fit: cover;
}


.logbanner2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}




/*OTP Transfer Styling*/

.OTP_body {
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4070f4;
}

  

:where(.OTP_container, .fform, .OTP_input-field, .header){
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.OTP_container .header {
  height: 65px;
  width: 65px;
  background: var(--grad2);
  color: #fff;
  font-size: 4rem;
  border-radius: 50%;
  margin-bottom: 2rem;
}


.OTP_container h4 {
  font-size: 2rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 2rem;
}


.fform .OTP_input-field {
  flex-direction: row;
  column-gap: 10px;
}


.OTP_input-field input {
  height: 50px;
  width: 50px;
  border-radius: 6px;
  outline: none;
  font-size: 1.5rem;
  text-align: center;
  border: 1px solid #ddd;
}


.OTP_input-field input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}


.OTP_input-field input::-webkit-inner-spin-button,
.OTP_input-field input::-webkit-outer-spin-button{
  display: none;
}



.OTP_container .fform button {
  margin-top: 25px;
  width: 60%;
  color: #fff;
  font-size: 1.5rem;
  border: none;
  padding: 11px 0;
  cursor: pointer;
  border-radius: 6px;
  pointer-events: none;
  background: #AA5D98;
  transition: all 0.2s ease;
}


.OTP_container .fform button.active {
  background: var(--grad-input);
  pointer-events: auto;
}


.OTP_container .fform button:hover {
  background: var(--grad-input-hover);
}






/*User-side-Printing*/

.ap-popup{
 /* width: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 0px 0px 0px;
  color: #333;
  margin-top: 4%;
  overflow-y: auto;*/
}


.ap-popupmain{
  position: fixed;
  z-index: 99999999999999999999999999999999999999999999;
  width: auto;
  top: -29rem;
  bottom: 0rem;
  right: 0rem;
  left: 0rem;
  background-color: rgba(255,255,255,0.9);
  overflow-y: auto;
}






.print-btn-2{
  width: 70px;
  background-color: #fafafa;
  color: #333;
  border: 1px solid #fff;
  padding: 5px 8px;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 6px;
  border: 2px solid #333;
  }


 .print-btn-2:hover{
    background-color: #808080;
    color: #fff;

  }



.print-btn-3{
  width: 70px;
  background-color: #fafafa;
  color: #333;
  border: 1px solid #fff;
  padding: 5px 8px;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 6px;
  border: 2px solid #333;

  }


 .print-btn-3:hover{
    background-color: #808080;
    color: #fff;

  }


  .print-download{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin:13px auto;
    gap: 3px;
    margin-top: -30rem;


  }



#receiptvalues{

  background:#fff;

  border-radius: 1rem;

  margin: 35rem;

  padding:4px;
  box-shadow: var(--box-shadow2);


}





/*loader 2*/

.loader-container2{
    position: fixed;
    top:0; 
    left:0;
    height:100%; 
    width:100%;
    z-index: 10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000099999999999999999999999999999999999999999999999999999999999999900000000000000000000000000000000000000000000000000000000000;
    background:var(--loader);
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.loader-container2 img{
    width:10rem;
}

.loader-container2.fade-out{
    top:-110%;
    opacity:0;
}





/*search_users styling*/

.search_users{
  padding-top: 0.5rem;
  background-color: var(--search-bg);
  margin: 0.5rem 1rem 5rem 1rem;
  border-radius: 1.5rem;
  box-shadow: var(--box-shadow2);
}

#search_users{
  padding: 2rem 0% 4rem 0%;
  }
  
  
  #search_users .values{
  margin: auto;
  width: 100%;
  border-radius: 5px;
  border: 0rem solid #000076;
  margin-top: -1rem;
  
  }


  .account_heading{
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
  }


  #search_users .values table{
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  }
  
  
  #search_users .values table tr:nth-child(odd){
    background-color: #00CCFF;
  }
  
  
  
  #search_users .values table th{
    background-color: #00CCFF;
    border: 1px solid none;
    color: #00008A;
    padding: 7px;
    font-size:14px;
    font-weight: 400;
    text-align: center;
  }
  
  
  #search_users .values table td{
      font-size: 12px;
      font-weight: 500;
      color: #1a1a1a;
      padding: 1px;
      border: 1px solid none;
      text-align: center;
    }



  .btncase{

  margin: 5px 8px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 0.6rem;

  }



  .alert-box2{
    background-color: #DA2C32;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  .alert-box2 p{
     font-size: 17px;
     padding: 5px;
     color: #fff;
  }


  .ok-btn2{
  width: 30px;
  background-color: #DA2C32;
  color: #fff;
  border: 1px solid #fff;
  padding: 4px 2px;
  font-size: 1.5rem;
  cursor: pointer;
  margin-bottom: 0px;
  }


  .ok-btn2:hover{
    background-color: #fff;
    color: #DA2C32;

  }









  /*Update Pop Up*/

.popupmain{
 /* position: fixed;
  z-index: 100000000;
  width: 100%;
  top: 0rem;
  bottom: 0rem;
  right: 0rem;
  left: 0rem;
  background-color: rgba(255,255,255,0.9);
  overflow-y: auto;*/

    background-color: rgba(0,0,0,0.9);
    width: 100%;
    height: auto;
    padding: 10px 20px;
    position: fixed;
    /*transform: translate(-50%, -50%);*/
    right: 1rem;
    bottom: 1rem;
    border-radius: 10px 10px 0px 0px;
    z-index: 100000000000000000000000000000000000000000000000000000000000000000000000000000000000;
    box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.15);
    display: none; 
}



.popup{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0px 0px 0px;
  color: #333;
  margin-top: 4%;
  overflow-y: auto;
}



.pop-form-container{
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 3rem;
}


.pop-container{
  position: relative;
  width: 400px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0,0.1);
  overflow: hidden;
  margin: 40px 10px;
  border: 0.5rem solid #e1e1e1;
  
}


.pop-container .pop-forms{
  width: 200%;
  transition: height 0.2s ease;
}


.pop-container .pop-form{
  width: 50%;
  margin-bottom: 5rem;
  padding: 20px;
}


.pop-title{
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
}


.pop-form .pop-input-field{
  position: relative;
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;

}



.pop-input-field select{
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 14px 45px;
  border: none;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  background-color: #1a1a1a;
  color: #fafafa;
  transition: all 0.2s ease;
}  




.pop-input-field input{
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 14px 45px;
  border: none;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  background-color: #1a1a1a;
  color: #fafafa;
  transition: all 0.2s ease;
}


.pop-input-field input::placeholder{
  color: #ccc;
  font-size: 13px;
}



.pop-input-fieldinput:focus{
  border-bottom-color: #fff;
}



.pop-input-field i{
  position: absolute;
  top: 50%;
  margin-left: 13px;
  transform: translateY(-50%);
  color:#FA6400;
  font-size: 18px;
  transition: all 0.2s ease;
}


.pop-input-field input:focus ~ i{
  color: #fff;
}


.pop-input-field i .icon{
  left: 0;
}


.pop-form .button #button2{
   margin-top: 70px;
}


.pop-form .button{
  margin-top: 18px;
  display: flex;
  align-content:space-between;
  justify-content: flex-start;
  gap: 12rem;
}



.pop-input-field button{
  border: none;
  color: #fff;
  font-size: 20px;
  padding: 8px 20px;
  margin: 2px;
  font-weight: 500;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 5px;
  box-shadow: 0px 8px 6px -5px #1a1a1a;
  background: var(--grad-btn);
}


 .pop-input-field button:hover{
  background:#1A1A1A;
  color:#fff;
  border-radius: 100px;
  transform: scale(0.95); 

}


.pop-input-field a{
  border: none;
  color: #fff;
  font-size: 20px;
  padding: 8px 20px;
  margin: 2px;
  font-weight: 500;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 5px;
  box-shadow: 0px 8px 6px -5px #1a1a1a;
}


 .pop-input-field a:hover{
  background:#1A1A1A;
  color:#fff;
  border-radius: 100px;
  transform: scale(0.95); 

}



.pop-container .pop-form fieldset{
  width: 100%;
  border: 0.3px solid #c5c5c5;
  padding: 5px 10px;
  margin: 0px auto;
  border-radius: 5px;
}


.pop-container .pop-form legend{

  font-size: 13px;
  margin-top: 10px;
  padding: 0px 5px;

}


.plan-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0 10rem;
}


.plan_btn{
  width: 100px;
  background-color: #0000CC;
  color: #fff;
  margin: 10px auto;
  padding: 5px 5px;
  border:none;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  border-radius: 20px;
  border: 2px solid #e6e6e6;
  }



  .plan_btn:hover{
    transform: scale(0.95);
  }



  /*Onload Auto Message*/

  .auto_popup{
    /*background-color: #fff;
    width: 450px;
    padding: 30px 40px;
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 30rem;
    border-radius: 8px;
    z-index: 9999999;
    border: 2px solid #0f72e5;
    box-shadow: var(--box-shadow2);*/
   

  }


  .auto_popup button{

    /*display: block;
    margin: 0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;*/

  }

  .auto_popup p{
    font-size: 12px;
    text-align: left;
    margin: 20px 0;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 25px;
  }


  .auto_popup h3{
    font-size: 20px;
    text-align: center;
    margin: 18px 0;
    background: linear-gradient(90deg, #DE1326, #82027D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    margin-bottom: 20px;
  }


  .auto_popup h2{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin: 10px 0;
    color: #DE1326;
    margin-bottom: 20px;
  }



  .auto_popup a{
    display: block;
    width: 150px;
    position: relative;
    margin: auto;
    text-align: center;
    background: var(--grad2);
    color: #fff;
    text-decoration: none;
    padding: 5px 0;
    font-size: 20px;
    border-radius: 15px;
  }


  .auto_popup_span{


  background: linear-gradient(90deg, #DE1326, #82027D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-weight: 500;



  }



  .transfer-input-field textarea {

    background: #000;
    color: #ccc;
    margin-bottom: 2rem;
    border-radius: 35px;
    width: 100%;
    padding-left: 45px;
    padding-top: 10px;
    resize: none;
  }







/*Onload Auto Message*/

  .auto_popup_notify{

    background: #fff;
    width: 300px;
    height: auto;
    padding: 10px 20px;
    position: fixed;
    /*transform: translate(-50%, -50%);*/
    left: 1rem;
    bottom: 5rem;
    border-radius: 10px 10px 0px 0px;
    z-index: 9999999;
   /* border: 2px solid #0f72e5;*/
    box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.15);
    display: none; 

  }


  .auto_popup_notify button{

    display: block;
    margin: 0 0 20px auto;
    background: transparent;
    font-size: 30px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;

  }


  .auto_popup_notify button:hover{

    background: linear-gradient(90deg, #DE1326, #82027D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

  }




  .auto_popup_notify p{
    font-size: 12px;
    text-align: left;
    margin: 20px 0;
    color: #4d4d4d;
    line-height: 2.5rem;
  }


  .auto_popup_notify h3{
    font-size: 20px;
    text-align: left;
    margin: 18px 0;
    margin-bottom: 40px;
    background: linear-gradient(90deg, #DE1326, #82027D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }


  .auto_popup_notify h2{
    font-size: 10px;
    font-weight: 300;
    text-align: left;
    color: #c5c5c5;
    margin-bottom: 1rem;
  }



   .auto_popup_notify h1{
    font-size: 17px;
    font-weight: 400;
    width: 250px;
    text-align: left;
    background: linear-gradient(90deg, #DE1326, #82027D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }



  .auto_popup_notify a{
    display: block;
    width: 150px;
    position: relative;
    margin: auto;
    text-align: center;
    background-color: #0f72e5;
    color: #fff;
    text-decoration: none;
    padding: 5px 0;
    font-size: 20px;
  }




  .benefactor_wrap{

  overflow-x: hidden;
  margin: auto;
  position: relative;
   display: flex;
   flex-wrap: nowrap;
   align-items: center;
   justify-content: space-between;
   gap: 2rem;
  }
















/* load Onload Auto Message*/

  .lauto_popup{

    background: #fff;
    width: 150px;
    height: auto;
    padding: 1px 10px;
    position: fixed;
    /*transform: translate(-50%, -50%);*/
    right: 1rem;
    bottom: 1rem;
    border-radius: 10px 10px 0px 0px;
    z-index: 2;
   /* border: 2px solid #0f72e5;*/
    box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.15);
    /*display: none; */

  }


  .lauto_popup button{

    display: block;
    margin: 0 0 20px auto;
    background: transparent;
    font-size: 30px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;

  }


  .lauto_popup button:hover{

    background: linear-gradient(180deg, #4468FF, #C463FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

  }




  .lauto_popup p{
    font-size: 12px;
    text-align: left;
    margin: 20px 0;
    color: #4d4d4d;
    line-height: 2.5rem;
  }


  .lauto_popup h3{
    font-size: 13px;
    text-align: left;
    margin: 0px 0;
    margin-bottom: 40px;
    background: linear-gradient(180deg,#82027D, #FD9C6D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }



  .lauto_popup h2{
    font-size: 10px;
    font-weight: 300;
    text-align: left;
    color: #c5c5c5;
    margin-bottom: 1rem;
  }



   .lauto_popup h1{
    font-size: 17px;
    font-weight: 400;
    width: 250px;
    text-align: left;
    background: linear-gradient(180deg, #4468FF, #C463FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }



  .lauto_popup a{
    display: block;
    width: 130px;
    position: relative;
    margin: auto;
    text-align: center;
    background-color: #0f72e5;
    color: #fff;
    text-decoration: none;
    padding: 0px 0px;
    font-size: 18px;
  }





  #notification-div{
  padding: 10px 20px;
  border-radius: 5px;
  background-color: rgba(0, 100, 0, 0.5);
  color: #eee;
  width: auto;
  height: auto;
  position: fixed;
  text-align: center;
  margin: 4%;
  float: right;
  font-size: 13px;
  cursor: pointer;
  display: none;
  z-index: 99999999999999999;
}






.top-link {
  font-size: 1.25rem;
  position: fixed;
  bottom: 18rem;
  right: 3rem;
  background: var(--grad2);
  width: 3.5rem;
  height: 3.5rem;
  display: grid;
  place-items: center;
  border-radius: 40px ;
  color: #fff;
  animation: bounce 2s ease-in-out infinite;
  visibility: hidden;
  z-index: -100;
}


.show-link {
  visibility: visible;
  z-index: 100;
}


@keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}




  .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #007bff;
  opacity: 0.5;
  }

  .swiper-pagination-bullet-active {
  background: red;
  opacity: 0.9;

}


  .swiper-pagination {
  position: absolute !important;
  text-align: center !important;
  top: 0% !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 0.00000009 !important;
  overflow: hidden;
  /* visibility: hidden; */

  }















































































































/* media queries  */


@media (max-width:1300px){



.card_content{

  top: 20rem;
}



.cvv_btn{
  width: 30%;
  margin-top: 10rem;
}



#home{
  margin-top: 1rem;
}


.home .home-slider{
  width: 100%;
  height: 400px;

}


#credit{
  width: 100%;
  height: 10vh;
  background-position: initial;
  font-size: 1.2rem;
}



.credit{
  padding-top: 12rem;
}




.footer .flex .box{
   flex: 1 1 25rem;
   margin-top: 4rem;
}


.footer .flex #box1{
 background-image: url(images/footer_news2.png);
 width: 100%;
 height: 15vh;
 background-position: initial;
} 


.footer .flex .box #button1{
  width: 60%;
}


.footer .flex .box input[type="email"]{
  margin: 8px 5px;
  width: 100%;
}


.head-box2{
  padding-top: 14rem;
  width: auto;
  margin: auto;
}



/*Banner Base Styling*/

#banner_base{
  background-image: url(images/design2.png);
  width: 100%;
  height: 20vh;
  background-size: cover;
  background-position: initial;
  overflow: hidden;
  padding: 0 10%;
  position: relative;
  z-index: 10;
  padding-bottom: 5rem;
  padding: 0rem 0%;
}


.banner_base{
  width: 100%;
  height: 10vh;
}

.banner_base img{
  width: 100%;
  height: 100%;
}


#design_bg{
  height: 15vh;
  width: 100%;
  background-size: cover;
  background-position:center;
  background-clip: content-box;
  overflow: hidden;
  padding: 0 0%;
}


#design_bg h3{
font-size: 3rem;
letter-spacing: 2px;
padding-bottom: 2rem;
}


#design_bg p{

font-size: 1.3rem;
padding-bottom: 1rem;
}


#design_bg .head-box{
  padding-top: 7rem;
  padding-bottom: 1rem;
  width: auto;
  margin: auto;
}


.services2 .boxx-container{
   display: grid;
   grid-template-columns: repeat(auto-fit, 40rem);
   gap: 2rem;
   justify-content: center;
   align-items: flex-start;
   padding-top: 10rem;
   padding-bottom: 10rem;
}



.gallery .box-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery .box-container .box{
  margin: 0.5rem;
  border-radius: 1rem;
  border: 1px solid #ebebeb;
  box-shadow: 0.5rem 1rem rgba(0, 0, 0, 0);
  padding: 0.5rem 0.5rem;
  text-align: center;
  width: 300px;
  height: auto;
  background-color: #fff;
}


.flex-container{
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  border-bottom: 2px solid #AF3024;
  overflow: hidden;
}


#our_customer{
  width: 100%;
  height: 20vh;
}


.services2{
  padding: 5rem 0%;
  height: 50vh;
}


.fccn_box_container{

  width: 100%;
  height: auto;

}


#fccn{
  
  height: auto;
}



#ib{
 
  display: none;
  
}



#admin1a{
  height: 100vh;
}



.gallery2 .box-container2 .box2{
  margin: 1rem;
  border-radius: 1rem;
  box-shadow: 0.5rem 1rem rgba(0, 0, 0, 0);
  padding: 0.5rem 0.5rem;
  text-align: center;
  width: 250px;
  height: 15vh;
}



/*Contact Section styling
*/


#design_bg_contact{
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(images/design1.png);
  width: 100%;
  height: 10vh;
  background-size: cover;
  background-position: center;
  background-clip: content-box;
  overflow: hidden;
  padding: 0 0%;
  margin-top: 9rem;
  margin-bottom: -10rem;
}


#design_bg_contact h3{
color: #FD6821;
font-size: 2rem;
text-align: center;
font-weight: 400;
letter-spacing: 2px;
padding-bottom: 2rem;
}


#design_bg_contact p{
color: #fff;
font-size: 2rem;
text-align: center;
letter-spacing: 2px;
}


.headline_contact{
height: 20px;
width: 40px;
}

.headline_contact img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

#design_bg_contact .head-box_contact{
  width: auto;
  margin: auto;
  margin-bottom: 7rem;
}



.tab{
  width: 100%;
  height: 70px;
  
}



.serv-box-container2{

padding: 0rem 5% 2rem 5%;

}


.serv-box-container2 .box-flex2{
  margin: 0rem auto;
  gap: 15rem;

}



.user-box-container2 .user-flex2{
  margin: 2rem auto;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(auto-fit, 15rem);
  gap: 5rem;
  justify-content: center;
  align-items: flex-start;

}


#userdash101{

 height: auto;
}




.open-slide {
    display:block;
    margin-top: 20px;
  }

  .navbar>ul{
  display: none;
}



.nav-btn-bar{
  display: none;
}



#receiptvalues{

  background:#fff;

  border-radius: 1rem;

  margin: 20rem;

  padding:4px;

  box-shadow: var(--box-shadow2);


}



.print-download{
   
    gap: 10px;
    margin-top: -10rem;
  }


  .ap-popupmain{
  position: fixed;
  z-index: 9;
  width: auto;
  top: 0rem;
  bottom: 0rem;
  right: 0rem;
  left: 0rem;
  background-color: rgba(255,255,255,0.9);
  overflow-y: auto;
  }



  .card_content2{
  position: absolute;
  z-index: 99999;
  top: 13rem;
  text-align: right;
  right: 23rem;
}


.card_content2 .num2{
 font-size: 13px;
 color: #b3b3b3;
 padding-left: 100px;
 letter-spacing: 1px;
 font-weight: 400;
}


.benefactor_wrap{

   flex-wrap: wrap;

  }



  /*Contact Section styling
*/


#design_bg_contact{
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(images/design1.png);
  width: 100%;
  height: 20vh;
  background-size: cover;
  background-position: center;
  background-clip: content-box;
  overflow: hidden;
  padding: 0 0%;
  margin-top: -10rem;
  margin-bottom: -7rem;
}


#design_bg_contact h3{
color: #FD6821;
font-size: 2rem;
text-align: center;
font-weight: 400;
letter-spacing: 2px;
padding-bottom: 2rem;
}


#design_bg_contact p{
color: #fff;
font-size: 2rem;
text-align: center;
letter-spacing: 2px;
}


.headline_contact{
height: 20px;
width: 40px;
}

.headline_contact img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

#design_bg_contact .head-box_contact{
  width: auto;
  margin: auto;
  margin-bottom: 13rem;
}


#credit2{
  width: 100%;
  height: 10vh;
  background-position: initial;
  font-size: 1rem;
}



.credit2{
  padding-top: 1rem;
  padding-bottom: 2rem;
}


 .swiper-pagination {
  position: absolute !important;
  text-align: center !important;
  top: 28% !important;
  left: 0 !important;
  right: 0 !important;

  }




  }
























@media (max-width:1200px){

  html{
    font-size: 55%;
  }


  .home .home-slider{
  width: 100%;
  height: 200px;

}

.home .home-slider .swiper-wrapper .box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev{
  top: 50%;
  
}



.home .home-slider .swiper-wrapper .box .content{
  width: 100%;
  padding: 4rem 2rem;
  margin: auto;
}

.home .home-slider .swiper-wrapper .box .content h3{
  font-size: 2rem;
  padding: 5px;
}

.home .home-slider .swiper-wrapper .box .content p{
  font-size: 1.5rem;
  padding: 5px
}


.btn5{
  margin-top: 1rem;
  padding:.5rem 3rem;
  font-size: 1.7rem;
  font-weight: 500;
}


}










@media (max-width:991px){


  section{
    padding:2rem;
  }

  .home .home-slider{
  width: 100%;
  height: 200px;

}

.home .home-slider .swiper-wrapper .box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev{
  top: 50%;
  
}



.home .home-slider .swiper-wrapper .box .content{
  width: 100%;
  padding: 4rem 2rem;
  margin: auto;
}

.home .home-slider .swiper-wrapper .box .content h3{
  font-size: 2rem;
  padding: 5px;
}

.home .home-slider .swiper-wrapper .box .content p{
  font-size: 1.5rem;
  padding: 5px
}


.btn5{
  margin-top: 1rem;
  padding:.5rem 3rem;
  font-size: 1.7rem;
  font-weight: 500;
}


}



@media screen and (max-width: 820px){



.home .home-slider{
  width: 100%;
  height: 200px;
  object-fit: initial;

}

.home .home-slider .swiper-wrapper .box img{
  width: 100%;
  height: 100%;
  object-fit: initial;
}


.swiper-button-next,
.swiper-button-prev{
  top: 50%;
  
}



.home .home-slider .swiper-wrapper .box .content{
  width: 100%;
  padding: 7rem 2rem;
  margin: auto;
}

.home .home-slider .swiper-wrapper .box .content h3{
  font-size: 2.5rem;
  padding: 5px;
}

.home .home-slider .swiper-wrapper .box .content p{
  font-size: 1.5rem;
  padding: 5px
}


.btn5{
  margin-top: 1rem;
  padding:.5rem 3rem;
  font-size: 1.7rem;
  font-weight: 500;
}


.footer{
  padding: 2rem 1%;

}


.footer .flex .box h1{
  font-size: 2.5rem;
  }


.footer .flex .box{
   padding: 0rem 9% ;
}

.footer .flex .box form {
  width: 100%;
}




.services2 .boxx-container{
   display: grid;
   grid-template-columns: repeat(auto-fit, 37rem);
   gap: 2rem;
   justify-content: center;
   align-items: flex-start;
}



.gallery{
padding: 2rem 2%;
}



.nav-btn-bar{
  display: none;
}



#design_bg{
  height: 22vh;
  width: 100%;
  background-size: cover;
  background-position:center;
  background-clip: content-box;
  overflow: hidden;
  padding: 0 0%;
}


#design_bg h3{
font-size: 2.2rem;
letter-spacing: 2px;
padding-bottom: 2rem;
}


#design_bg p{

font-size: 1.3rem;
padding-bottom: 2rem;
}


#design_bg .head-box{
  padding-top: 7rem;
  padding-bottom: 10rem;
  width: auto;
  margin: auto;
}



/*Contact Section styling
*/


#design_bg_contact{
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(images/design1.png);
  width: 100%;
  height: 35vh;
  background-size: cover;
  background-position: center;
  background-clip: content-box;
  overflow: hidden;
  padding: 0 0%;
  margin-top: -10rem;
  margin-bottom: -7rem;
}


#design_bg_contact h3{
color: #FD6821;
font-size: 2rem;
text-align: center;
font-weight: 400;
letter-spacing: 2px;
padding-bottom: 2rem;
}


#design_bg_contact p{
color: #fff;
font-size: 2rem;
text-align: center;
letter-spacing: 2px;
}


.headline_contact{
height: 20px;
width: 40px;
}

.headline_contact img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}

#design_bg_contact .head-box_contact{
  width: auto;
  margin: auto;
  margin-bottom: 13rem;
}























/*
#banner{
  height: 10vh;
  width: 100%;
}*/



.services2{
  padding: 5rem 3%;
  position: relative;
  height: auto;
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
  margin-top: -15rem;
}



/*Banner Base Styling*/

#banner_base{
  background-image: url(images/design2.png);
  width: 100%;
  height: 25vh;
  background-size: cover;
  background-position: initial;
  overflow: hidden;
  padding: 0 10%;
  position: relative;
  z-index: 10;
  padding-bottom: 5rem;
  padding: 0rem 0%;
}


.banner_base{
  width: 100%;
  height: 15vh;
}

.banner_base img{
  width: 100%;
  height: 100%;
}



#credit{
  width: 100%;
  height: 10vh;
  background-position: initial;
  font-size: 1.2rem;
}



.credit{
  padding-top: 3rem;
}



#credit2{
  width: 100%;
  height: 10vh;
  background-position: initial;
  font-size: 1.2rem;
}



.credit2{
  padding-top: 3rem;
}



.footer .flex #box1{
 background-image: url(images/footer_news2.png);
 width: 100%;
 height: 45vh;
 background-position: initial;
} 


.footer .flex .box #button1{
  
  width: 60%;
}


.footer .flex .box input[type="email"]{
  margin: 8px 5px;
}


.head-box2{
  padding-top: 14rem;
  width: auto;
  margin: auto;
}



.flex-container{
  margin: 0 auto;
  overflow: hidden;
  padding: 0 30px;
  height: 80px;
}


#home{
  margin-top: -10rem;
}


#our_customer{
  width: 100%;
  height: 20vh;
}


.fccn_box_container{

  width: 100%;
  height: auto;

}


#fccn{
  
  height: auto;
}


#ib{
  display: block;
  background-color: #000;
  width: 100%;
  height: 70px;
  overflow: hidden;
}

#ib .nav-btn-ib{
  text-align: center;
}

#ib button{

  display: inline-block;
  font-size: 1.5rem;
  background: var(--grad-ib);
  box-shadow: var(--box-shadow);
  color: #fff;
  padding: 1.5rem 8rem;
  border-radius: 1.5rem;
  cursor: pointer;
  
}


#ib button:hover{
background: var(--grad-input);
}

.fixed-header{
  margin-bottom: 10rem;
}


#logbanner{

margin-top:-10rem;
padding: 0rem 0 0rem 0;

}


.logbanner{
  width: 100%;
  height: 150px;
  overflow: hidden;
}


.logbanner img{
  width: 100%;
  height: 100%;
  object-fit: initial;
}






#logbanner4{

margin-top:-18rem;
padding: 0rem 0 0rem 0;

}


.logbanner4{
  width: 100%;
  height: 150px;
  overflow: hidden;
}


.logbanner4 img{
  width: 100%;
  height: 100%;
  object-fit: initial;
}







#logbanner2{

margin-top:-10rem;
padding: 0rem 0 0rem 0;
position: relative;
bottom: 0px;

}


.logbanner2{
  width: 100%;
  height: 150px;
  overflow: hidden;
}


.logbanner2 img{
  width: 100%;
  height: 100%;
  object-fit: initial;
}



/*Login  phone view*/

.input-field button{
  
  padding: 20px 45px;
  width:  70%;
  margin: 1.5rem auto;
  border: 0.1px solid #b3b3b3;

}


#admin1a{
  width: 100%;
  height: auto;
  padding: 0rem 4%;
  position: relative;
  background: #fff;
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
}



.member a{
  
  font-size: 12px;
  font-weight: 400;
}


.container{

 /* max-width: 100%;
  width: auto;*/
  
}


.container .form{
width: auto;
padding: 0px;
margin-bottom: 3rem;
}


#page_planning{

  padding: 4rem 3%;
 

}


.gallery2 .box-container2 .box2{
 
  margin: 1rem;
  border-radius: 1rem;
  box-shadow: 0.5rem 1rem rgba(0, 0, 0, 0);
  padding: 0.5rem 0.5rem;
  text-align: center;
  width: 250px;
  height: 35vh;
}



#page_planning{

  width: 100%;
  height: auto;

}



.gallery .box-container .box{
  margin: 2rem;
  width: 100%;
  height: auto;
}



.tab{
  width: 100%;
  height: 75px;
  margin-top: 3rem;
  overflow: hidden;

  
}



.serv-box-container2{

padding: 0rem 5% 2rem 5%;

}


.serv-box-container2 .box-flex2{
  margin: 0rem auto;
  gap: 3.5rem;

}


#admin_body{
padding-left: 0;
margin-top: 11.5rem;
height: auto;
margin-bottom: 12rem;
}






    .admin_header{
        left:-110%;
    }

    .admin_header.active{
        left:0%;
        transition: .4s linear;
    }

    #menu-btn-admin{
        display: initial;
    }



  #userdash101{

  padding: 4rem 0%;
  width: auto;
  margin: 0rem;
  text-align: center;
  height: auto;
  margin-bottom: 30rem;
  overflow: hidden;

  }







.user-box-container2 .user-flex2{
  margin: 1rem auto;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(auto-fit, 6rem);
  gap: 1rem;
  justify-content: center;
  align-items: flex-start;

}



.user-box-container2 .user-flex2 .user-2 i{

  font-size: 18px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width:50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;

}


.user-box-container2 .user-flex2 .user-2 p{

  font-size: 10px;
  color: #212121;
  font-weight: 600;

}


.user-box-container2{
  border-top: none ;
  border-bottom: 4px solid #7F0478;
  margin-top: -2rem;
}



#your_profile{
  background-color: #fff;
  padding: 3rem 5%;
  margin: 1rem;
}

#your_profile .profile_box table{

  padding: 3px;
  width: 100%;
  display:block;
  overflow-x: scroll;
  white-space: nowrap;


}



.transfer-container{
  width: 100%;
  
}


.transfer-input-field button{
  width: 70%;
}


.btncase{
  
  gap: 2rem;

  }


.transfer-container .transfer-form{
padding: 28px 0px;
}



.avbalance{
  font-size: 2.5rem;


}



.light_avbal{
  font-weight: 400;
  font-size: 1.5rem;
}



.user_img{
    display: none;
}



.user_img_phone{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    background: #fff;
    margin-bottom: 4rem;
    margin: 2rem;
}





.bbtn3{
  position: absolute;
  top: -19rem;
  left: -0rem;
  z-index: 1;
}



.bbtn3a{
  position: absolute;
  top: -16rem;
  left: -1rem;
  z-index: 1;
}



.bbtn4{
  position: absolute;
  top: -15rem;
  left: -2.3rem;
  z-index: 1;
}





.vcard{
  height: 250px;
  width: auto;
  margin: auto;
  margin-bottom: 1rem;
  position: relative;
}

.vcard img{
  width: 100%;
}






.card_content{
  position: absolute;
  z-index: 1;
  top: 15rem;
  text-align: left;
}


.card_content .num{
 font-size: 18px;
 color: #fff;
 padding-left: 30px;
 letter-spacing: 5px;
 font-family: monospace;
}


.card_content .cname{
 /* color: #fff;*/
  font-size: 2rem;
  padding-top: 2rem;
  padding-left: 30px;
  font-weight: 600;
  font-family: monospace;
}





.cvv_btn{
  width: 50%;
  background: var(--backgrad);
  color: #fff;
  margin: auto;
  padding: 17px 35px;
  border:none;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  border-radius: 25px;
  border: 1px solid #e6e6e6;
}



.cvtn{
  margin-top: 0rem;
}



.btn11{
  width: 130px;
  background-color: #0000CC;
  color: #fff;
  margin: 1.5rem auto;
  margin-top: 10px;
  padding: 18px 2px;
  border:none;
  font-size: 1.5rem;
  font-weight: 400;
  cursor: pointer;
  border-radius: 17px;
  border: 1px solid #e6e6e6;
  }


  #change_password{

  background-color: #fff;
  padding: 7rem 2.5%;
  margin: 1rem;
  text-align: center;

}


.tc-input-field label{

  padding-left: 30px;
  color: #1a1a1a;
  font-size: 12px;
}




.manage_users{
  margin: 10rem 1.5rem 5rem 1.5rem;
}

#manage_users{
  padding: 2rem 0% 4rem 0%;
  }


  #manage_users .values table{
  display:block;
  overflow-x: scroll;
  white-space: nowrap;
  }


#get_started{
padding: 1rem 2% 5rem 2%;
margin-top: 4rem;
}

 .record{
   width: 80%;

  }


  #get_started .values table{
  display:block;
  overflow-x: scroll;
  white-space: nowrap;
}


  .del-container{
  max-width: 90%;
  width: 90%;
  border-radius: 10px;
  padding: 25px;
  margin: 15rem auto;
}


.del-input-field button:hover{
  border-radius: 30px;
}


.del_p{
  font-style: italic;
}


.search-bar-container{
  padding:1.5rem 1rem;
}

.search-bar-container input::placeholder{
  color: #1a1a1a;
  font-size: 10px;
}


.alert-popup{
  margin-top: 70.5%;
}


.account_heading h3{
    font-size: 2.5rem;
    font-weight:500;
    padding-bottom: 0rem;
    color: var(--act-head);
  }



  /* .user{
    display: none;
  } */


  .user{
    display: flex;
    flex-wrap: wrap;
    align-items: left;
    justify-content: space-between;
    width: auto;
    margin: auto;
    height:auto ;
    padding: 0px 5%;
    margin-bottom: 1rem;
    margin-top: -1rem;
}

 .user img{
    margin:1rem 0;
    border:0.5rem solid #86087C;
    /*box-shadow: var(--box-shadow2);*/
    border-radius: 50%;
    height: 5rem;
    width: 5rem;
}









.back_btn2{
  
  border-radius: 0px 0px 25px 0px;

}



#fund_transfer{

  background-color: #fff;
  padding: 3rem 7%;
  margin: 2rem;
  margin-bottom: 3rem;
  text-align: center;
  height: auto;
  position: relative;
  background-image: url(images/design3.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  box-shadow: var(--box-shadow2);

}


#receiptvalues{

  background:#fff;

  border-radius: 1rem;

  margin: 1rem;

  padding:4px;

  box-shadow: var(--box-shadow2);


}



.print-download{
   
    gap: 10px;
    margin-top: 0rem;


  }



  .ap-popupmain{
  position: fixed;
  z-index: 999999999999999999999999999999999999999999999999999999;
  width: auto;
  top: 0rem;
  bottom: 0rem;
  right: 0rem;
  left: 0rem;
  background-color: rgba(255,255,255,0.9);
  overflow-y: auto;
}




.fixed-header2 .flex-container2 .logo-box2{ 
  width:187px ;
  height:49px ;
  margin: 0;
  padding-top: 10px;
}


.fixed-header2 .flex-container2 .logo-box2 img{
  width:70%;
  height:70%;
  object-fit: contain;
}



.card_content2{
  position: absolute;
  z-index: 99999;
  top: 8.5rem;
  text-align: right;
  right: 16rem;
}


.card_content2 .num2{
 font-size: 13px;
 color: #b3b3b3;
 padding-left: 100px;
 letter-spacing: 1px;
 font-weight: 400;
}


.pop-container{
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0,0.1);
  overflow: hidden;
  margin: 40px 0px;
  border: 0.5rem solid #e1e1e1;
  
}



.search_users{
  padding-top: 0.5rem;
  background-color: var(--search-bg);
  margin: 0.5rem 0rem 5rem 0rem;
  border-radius: 1.5rem;
  box-shadow: var(--box-shadow2);
}


.benefactor_wrap{

   flex-wrap: wrap;
   gap: 0;

  }



  #google_translate_element2 select{
  padding: 8px !important;
  outline: none;
  width: 30% !important;
  Height: 35px !important;
  color: #840479 !important;
  background: #fafafa !important;
  position: fixed !important;
  top: 11.5rem !important;
  right: 3rem !important;
  border-radius: 3px;
  z-index: 2;
  box-shadow: var(--box-shadow-inset) !important;
}



.userdash101-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  gap: 5rem;
  margin:0 2px;
  padding:9px ;


}

#userdash101 .userdash101-box .box1{
  border: 1px solid #9A3296;
  /* border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; */
  padding: 10px;
  border-radius: 25px !important;
  width: 130px !important;
  text-align: left !important;
}


#userdash101 .userdash101-box .box1 h1{
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  font-family: monospace;
  color:#fff;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}


#userdash101 .userdash101-box .box1 p{
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0px;
  font-family: monospace;
  color:#f7db3d;
}

#userdash101 .userdash101-box .box1 .mbal{
  font-size: 15px;
  font-weight: 900;
}

 .branch{
  width: auto;
  background-color: #212121;
  color: #fff;
  border-radius: 0px;
  padding: 3px;
  text-align: left;
  margin: auto;
  margin-bottom: 2rem;
  font-size: 10px;
}



  .swiper-pagination {
  position: absolute;
  text-align: center;
  top: 94% !important;
  left: 0 !important;
  right: 0 !important;
  z-index:9999;

  }


 


}








@media screen and (max-width: 640px){

  .open-slide {
    display:block;
    margin-top: 20px;
  }

  .navbar>ul{
  display: none;
  }



.logo-container{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
}






  }
  
  
  
  /* Hide everything except #receiptvalues when printing */
@media print {
    body * {
        visibility: hidden !important;
    }

    #receiptvalues, #receiptvalues * {
        visibility: visible !important;
    }

    /* Make body a flex container to center receipt */
    body {
        display: flex !important;
        justify-content: center !important;  /* horizontal center */
        align-items: center !important;      /* vertical center */
        height: 100vh !important;            /* full page height */
        margin: 0 !important;
    }

    #receiptvalues {
        position: static !important;         /* reset absolute positioning */
        width: 80% !important;
        padding: 20px !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }
}















