#navbarChildTwo,
#bank_link{
    display: none;
}

#nav_mobile_parent{
    /* margin-top: -70px; */
    height: 100vh;
    
    
}

.content{
    display: flex;
    flex-direction: column;
    max-width: 100%;
    height: 400px;
    /* margin-top: 70px; */
    padding-left: 14px;
    
    
}

#bgcontent{
    padding-top: 70px !important;
}

.content .content_child:first-child{
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    margin-bottom: 15px;
    
}



.content .content_child h1{
    font-size: 38px;
    font-weight: bolder;
    line-height: 3rem;
    color: var(--secondary2-color);   
}

.content .content_child h1 span{
    color: var(--primary1-color);
   
}

.content .content_child p{
    font-size: 14px;
    font-weight: bolder;
    color: #000000;
}



 .content_circle{
    border: 3px solid var(--secondary1-color);
    border-radius: 50%;
    width: 250px;
    height: 250px;
    position: relative;
    box-shadow: -6px 69px 50px -34px rgba(0,0,0,0.62);
}

#content_parent .wrapPhone{
    display: flex;
    justify-content: center;
    width: 250px;
    position: absolute;
    top: 0%;
   
}

.content_btn1{
    display: flex;
    justify-content: space-between;
    flex-direction: column;

}

.content_btn1 .btn_child1 a.btn{
    margin-top: 20px;
}


#mbtn{
    position: absolute;
    top: 0;
}

.content_btn{
    display: none;
}

#bgcontent{
    background: url(../img/dot.png) no-repeat center center/cover;
    background-position: 0 70px;

}


#headerWrap{
    height: 600px;
}

.tab_parent{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 20px;
    margin: 40px;
}


#Laptop .jfy{
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


#content_parent1{
    position: relative;
    margin-top: 25px;
}

#bank{
    margin-top: 40px;
}


#content_parent1{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


#content_parent1 .wraplaptop{
    display: flex;
    justify-content: center;
    width: 190px;
    position: absolute;
    top: -30px;
    right: 0;
   
  
}

.content_circle1{
    border: 3px solid var(--secondary1-color);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: relative;

    
 
}


.fotter_parent{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 40px;
    padding-left: 30px;
}

#foot_bottom p{
    color: #fff;
}

.logo-light{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
   margin: 0px;
}

.contact-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
}


/* #########BUSINESS PAGE #############################################################################################################
##############################################################################################################################################
#########BUSINESS PAGE ########################################################################################################################
###############################################################################################################################################
#########BUSINESS PAGE ########################################################################################################################
###############################################################################################################################################
#########BUSINESS PAGE ########################################################################################################################
############################################################################################################################################### */


.royal_child.jfy p{
    font-weight: bolder;
    font-size: 20px;
    text-align: center;
    max-width: 100%;
    color: #000000;
    
}

#business{
    background: url(../img/business.jpg) no-repeat center center/cover;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 200px;
    overflow: hidden;
}

#business::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60vh;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
}


.pfront{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 300px;
}

.pfront img{
    display: flex;
    width: 100%;
    object-fit: cover;
}


/* ######### PERSONAL PAGE #############################################################################################################
##############################################################################################################################################
######### PERSONAL PAGE ########################################################################################################################
###############################################################################################################################################
######### PERSONAL PAGE ########################################################################################################################
###############################################################################################################################################
######### PERSONAL PAGE ########################################################################################################################
############################################################################################################################################### */


#personal{
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 200px;
    overflow: hidden;
}

#personal::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60vh;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

/* #########LOAN PAGE #############################################################################################################
##############################################################################################################################################
######### LOAN PAGE ########################################################################################################################
###############################################################################################################################################
######### LOAN PAGE ########################################################################################################################
###############################################################################################################################################
######### LOAN PAGE ########################################################################################################################
############################################################################################################################################### */


#loan{
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 200px;
    overflow: hidden;
}

#loan::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60vh;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
}


.loan-box{
    background-color: #fff;
    height: 400px;
    width: 300px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 4px 31px -2px rgba(0,0,0,0.64);
    margin: 20px;
}

.box-img-wrap{
    display: flex;
    width: 300px;
    height: 200px;

}

.box-img-wrap img{
    display: flex;
    width: 100%;
    object-fit: cover;
}

.header2{
    display: flex;
    width: 300px;
    height: 150px;
    justify-content: center;
    align-items: center;
}

.header2 h2{
    font-weight: bolder;
    color: #000000;
    font-size: 24px;
}

.box-link-wrap{
    display: flex;
    width: 300px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to right, var(--primary1-color), var(--primary2-color));
}

.box-link-wrap a{
    color: #fff;
    font-weight: bolder;
    transition: all 300ms ease;
}

.box-link-wrap a:hover{
    margin-left: -15px;
}


#details h2{
    font-weight: bolder;
    color: #000000;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
}


/* #########CONTACT PAGE #############################################################################################################
##############################################################################################################################################
######### CONTACT PAGE ########################################################################################################################
###############################################################################################################################################
######### CONTACT PAGE ########################################################################################################################
###############################################################################################################################################
######### CONTACT PAGE ########################################################################################################################
############################################################################################################################################### */


#contact{
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 200px;
    overflow: hidden;
}

#contact::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60vh;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

.location-grand{
    padding-top: 15px;
    padding-bottom: 15px;
}


/* #########LOGIN PAGE #############################################################################################################
##############################################################################################################################################
#########LOGIN PAGE ########################################################################################################################
###############################################################################################################################################
#########LOGIN PAGE ########################################################################################################################
###############################################################################################################################################
#########LOGIN PAGE ########################################################################################################################
############################################################################################################################################### */



.log{
    background-color: var(--primary-color);
  }
  
  
  .log-parent{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    height: 100%;
  
  }
  
  .log-parent .log-child:first-child{
    display: none;
  }
  
  .log-wrap{
    width: 80%;
    padding: 20px;
    box-shadow: -8px 3px 23px 0px rgba(0,0,0,0.25);
    background-color: #fff;
  }
  
  .log-parent .log-child .rem-wrap a{
    margin-left: 25%;
    color: var(--primary-color);
    font-size: 20px;
  }
  
  .log-parent .log-child .rem-wrap label{
    margin-left: 10px;
    font-size: 10px;
  
  }
  
  .log-parent .log-child:last-child .log-footer{
    text-align: center;
    font-size: 14px;
  }
  
  
.verify-email-layout{
    width: 100%;
    height: 50px;
    background-color: red;
    transition: all 300ms ease;
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
   
}

.email-verify-layout{
    width: 100%;
    height: 50px;
    background-color: green;
    transition: all 300ms ease;
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
  

}
