@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Poppins:wght@400;500;600;700&display=swap');


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    list-style: none;    
}

:root{
    
    --bg-color: #ffffff;
    --bg-color2: rgb(230, 90, 90); 
    --text-color: white;
    --text-color2: rgb(219, 200, 26);
    --main-color:   rgb(219, 21, 21);
    --hover-color:  rgb(82, 68, 82);
    --shadow: rgb(207, 205, 205);
    --black: black;
    --font-size-xxxsm: 0.9rem;
    --font-size-xxsm: 1rem;
    --font-size-xsm: 1.2rem;
    --font-size-sm: 1.6rem;
    --font-size-md: 2.4rem;
    --font-size-lg: 3rem;
    --font-size-xl: 4rem;
    --gap: 2rem;
    --gap1: 1rem;
    --gap2: 4rem;
    --margin-sm: 2rem;
    --margin-md: 3rem;
    --item-min-height-sm: 20rem;
    --item-min-height-md: 30rem;
    
}
input:focus {
  outline: none;
}
select:focus {
  outline: none;
}
.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-gadget span {
    display: none !important;
}
#google_translate_element select {
    background: none;
    color: var(--black);
    border: none;
   padding-left: 20px;
    border-radius: 6px;
    font-size: 10px;
    cursor: pointer;
}
.lang-switch {
    display: flex;
    align-items: center;
    width: 13px;
}
 /* Scrollbar */
 ::-webkit-scrollbar {
    width: 1px;
}
  
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
  
::-webkit-scrollbar-thumb {
    background: #3f4254;
}
  
::-webkit-scrollbar-thumb:hover {
    background: #2e303b;
}
header{
  
    color: var(--color);
    padding: 1rem;
    height: 7rem;
    background: #ffffff; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 7px 5px 0px  rgb(207, 205, 205);
    position: sticky;
    top: 0;
    z-index: 10000;
}

header img {
    width: 13rem;
    padding-left: 20px;
}
.logo{
    display: flex;
    flex-direction: column;
}
nav{
   
     margin-left: auto;
}

nav ul{
    display: flex;
    list-style: none;
    align-items:center ;
    justify-content: flex-end;
}

nav a{
    padding: 0 30px;
    text-decoration: none;
    color: var(--black);
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}

nav a:hover{
    color: var(--main-color);
}
.account{
    background-color: var(--main-color);
    border-radius: 3rem;
    color: var(--text-color);
    padding: 10px;
    font-weight: 600;
    margin-right: 10px;

}

.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: rgba(253, 250, 250, 0.6);
    box-shadow: -10px 0 10px  rgb(235, 232, 232); 
    backdrop-filter: blur(7px);
    flex-direction: column;
    display: none;
    align-items: flex-start;
    justify-content: flex-start; 
}

.bx-menu{
    font-size: 30px;
    display: none;
}

.bx-x{
    font-size: 30px;
    margin: 1rem 1rem 0 1rem;
}
.hideicon{
    display: none;
}
.sidebar li{
    width: 100%;
}
.sidebar a{ 
    width: 100%;
    margin: 1rem;
   
}

.container-top{
    
    background: url("assets/top.jpg") no-repeat center / cover;
    margin: auto;
    width: 100%;
    height: 700px;
    display: flex;
    flex-direction: column;
}
.con-top{
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top-inner{
    margin-top: -20px;
    height:auto;
    width: 80%;
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(253, 250, 250, 0.6);
    backdrop-filter: blur(1px);
    text-align: center;
    justify-content: center;
}

.top-inner h4{
   
    font-size: 50px;
    font-weight: 1200;
    color: var(--black);
    
}


.top-inner p{
    color: var(--black);
    font-size: 20px;
    font-weight: 400;
}

.top-btn{
    
    margin-top:2rem ;
}
.top-btn a{
    text-decoration: none;
    background-color: var(--main-color);
    padding: 1rem;
    color: var(--text-color);
    font-weight: 400;
    border-radius: 1rem;
    margin: 1rem;
}

.comprehensive{
    background-color: var(--text-color);
    width: 100%;
    height: auto;
    padding: 1rem;
    
}

.comprehensive h4{
    margin-top: 2rem;
    font-size: 40px;
    text-align: center;
    color: var(--black);

}

.comprehensive span{
    color: var(--main-color);
}

.comprehensive p{
    text-align: center;
    color: var(--black);
}
.list-comprehensive{
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap1);
    padding-bottom: 2rem;
}

.inner-list-con i{
    background-color: var(--text-color);
    border-radius: 50%;
    padding: 10px;
    color: var(--black);
    margin: 10px;
}
.inner-list-con i{
    color: var(--black);
    font-size: 20px;
}
.inner-list-con{
   color: var(--text-color);
    width: 250px;
    height: 330px;
    margin: auto;
    background-color: var(--main-color);
    padding: 1rem;
    border-radius: 1rem;
}
.inner-list-con p{
    margin-top: 10px;
    text-align: left;
    color: var(--text-color);
}
.card-list-item{
    display: flex;
    margin: auto;
    flex-direction: row;
}
.card-container{
    width: 100%;
    display: flex;
    background-color: var(--main-color);
    padding: 1rem;
    gap: var(--gap);
}
.card-text{
    width: 500px;
    padding: 2rem;
    margin: 2rem;
}
.card-text h4{
    font-size: 50px;
    color: var(--text-color);
}
.card-text p{
    color: var(--black);
    margin-right: 1rem;
    font-weight: 600;
}
.card-img{
   background: url("assets/4517.jpg") no-repeat center / cover;
    margin: auto;
    width: 500px;
    height: 500px;
    border-radius: 3rem;
    
}

.possible{
    display: flex;
    margin: auto;
    width: 100%;
    flex-direction: row;
}
.possible-container{
    width: 100%;
    display: flex;
    background-color: var(--text-color);
    padding: 1rem;
    gap: var(--gap);
}
.possible-text{
    width: 500px;
    padding: 2rem;
    margin: 2rem;
}
.possible-text h4{
    font-size: 50px;
    color: var(--black);
}
.possible-text p{
    color: var(--main-color);
    margin-right: 1rem;
    font-weight: 600;
}
.possible-img{
   background: url("assets/loanee.jpg") no-repeat center / cover;
    margin: auto;
    width: 550px;
    height: 550px;
    border-radius: 3rem;
    
}

.ready-container{
    background-color: var(--text-color);
    width: 100%;
    height: 30rem;
    display: flex;

}
.redy-inner-con{
    background: url("assets/loanback.jpg") no-repeat center / cover;
    width: 100%;
    display: flex;
    position: relative;
    height: 15rem;
    padding-top: 4rem;
}
.ready-content{
    background-color: var(--text-color);
    display: flex;
    flex-direction: column;
    width: 80%;
    height: 20rem;
    margin: auto;
    border-radius: 1rem;
    box-shadow: 0px 7px 2px 0px  rgb(207, 205, 205);
   
}

.ready-content h4{
    margin-top: 15px;
    text-align: center;
    font-size: 50px;
    color: var(--black);
}
.ready-btn{ 
    margin: auto;
}
.ready-btn a{
    text-decoration: none;
    background-color: var(--main-color);
    padding: 1rem;
    color: var(--text-color);
    font-weight: 400;
    border-radius: 1rem;
    margin: 1rem;
}

.tloan-list-item{
    display: flex;
    margin: auto;
    flex-direction: row;
}
.tloan-container{
    width: 100%;
    display: flex;
   background: url("assets/loanbackground.jpg") no-repeat center / cover;
    padding: 1rem;
    gap: var(--gap);
}
.tloan-text{
    width: 500px;
    padding: 2rem;
    margin: 2rem;
}
.tloan-text h4{
    font-size: 30px;
    color: var(--black);
}
.tloan-text p{
    color: var(--black);
    margin-right: 1rem;
    font-weight: 600;
}
.tloan-img{
   background: url("assets/takeloan.jpg") no-repeat center / cover;
    margin: auto;
    width: 500px;
    height: 500px;
    border-radius: 3rem;
    
}

footer{
    background-color:var(--bg-color2);
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 1.5rem;
}
.footer-con{
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: var(--gap2);
    border-bottom: 5px solid white;
}
.logo-area{
    width: 15rem;
    padding: 1rem;
    margin: 1rem;
}
.logo-area img{
    width: 12rem;
}

.logo-area p{
    font-size: 15px;
    margin-top: 1rem;
    font-weight: 600;
    text-align: left;
    color: var(--text-color);
}
.footer-social{
    padding: 10px;
}
.footer-social .bx{
    color: var(--text-color);
    font-size: 30px;
}

.footer-list{
    display: flex;
    flex-direction: column;
    width: 10rem;
}
.footer-list h4{
    font-size: 20px;
}

.footer-list a{
    text-decoration: none;
    margin-top: 10px;
    color: var(--text-color);
    font-weight: 300;
}

.footer-list p{
    margin-top: 10px;
    color: var(--text-color);
    font-weight: 300;
    text-align: left;
    padding-left: -2px;
}

footer p{
    text-align: center;
    margin: 1rem;
    font-size: 15px;
    
    color: var(--black);
    font-weight: 400;
}

.about-img{
   background: url("assets/3704249.jpg") no-repeat center / cover;
    margin: auto;
    width: 500px;
    height: 500px;
    border-radius: 3rem;
    
}
.value{
    background-color: var(--bg-color2);
    padding: 5rem;
    display: flex;
    flex-direction: column;
}
.value-header{
    margin: auto;
    text-align: center;
}
.value-header h5{
    font-weight: 300;
    font-size: 17px;
    color: var(--text-color);
    margin: 1rem;
}
.value-header h4{
    font-size: 50px;
}
.value-list-con{
    display: flex;
    flex-direction: row;
    gap: var(--gap);
    margin: auto;
}
.value-list{
    justify-content: center;
    width: auto;
    text-align: center;
}
.value-list-con i{
    background-color: var(--text-color);
    padding: 1rem;
    margin: 1rem;
    font-size: 22px;
    border-radius: 50%;
}

.value-header p{
    font-size: 15px;
    margin: 1rem;
    color: var(--text-color);
}
.value-list-con h4{
    font-size: 20px;
    color: var(--black);
}
.value-list p{
    color: var(--text-color);
}
.loan-text{
    width: 500px;
    padding: 2rem;
    margin: 2rem;
}
.loan-text h4{
    font-size: 50px;
    color: var(--black);
}
.loan-text p{
    color: var(--black);
    margin-right: 1rem;
    font-weight: 600;
}
.loan-text h3{
    color: var(--main-color);
    margin-right: 1rem;
    font-weight: 600;
}
.loan-img{
   background: url("assets/4202877.jpg") no-repeat center / cover;
    margin: auto;
    width: 500px;
    height: 500px;
    border-radius: 3rem;
    
}
.loan-type-con{
    display: flex;
    padding: 2rem;
    width: 100%;

}
.loan-type-content{
    margin: auto;
    display: flex;
    width: auto;
    gap: var(--gap);
   
}
.loan-type-header{
    width: 25rem;
}
.loan-type-header h5{
    color: var(--main-color);
    font-size: 15px;
}
.loan-type-header h4{
    font-size: 50px;
    counter-reset: var(--black);
}
.loan-type-header p{
    font-size: 15px;
}
.loan-type-list-con{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--gap);
}
.loan-type-list{
    width: auto;
    height: auto;
    box-shadow:  2px 2px 5px 5px rgb(207, 205, 205);
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid  var(--main-color);
}
.loan-type-list .icon{
    padding: 1rem;
    font-size: 30px;
    background-color: var(--main-color);
    color: var(--text-color);
    border-radius: 50%;
   
}
.loan-type-list  h4{
    padding: 1rem 0 1rem 0;
    font-size: 20px;
}

.loan-type-list p{
    font-size: 15px;
    margin-top: 1rem;
  
}

.loan-type-list p i{
    background-color: var(--main-color);
    color: var(--text-color);
    border-radius: 50%;
    
    padding: 0.5rem;
}

.contact-list-item{
    display: flex;
    margin: auto;
    width: 100%;
    flex-direction: row;
}
.contact-container{
    width: 100%;
    display: flex;
    background-color: var(--text-color);
    padding: 1rem;
    gap: var(--gap);
}
.contact-text{
    width: 500px;
    padding: 2rem;
    margin: 2rem;
}
.contact-text h4{
    font-size: 30px;
    color: var(--black);
}
.contact-text p{
    color: var(--black);
    margin-right: 1rem;
    font-weight: 600;
}
.contact-img{
   background: url("assets/2954488.jpg") no-repeat center / cover;
    margin: auto;
    width: 500px;
    height: 500px;
    border-radius: 3rem;
    
}
.contact-con{
    background-color: var(--bg-color2);
    padding: 3rem;
    width: 100%;
    display: flex;
}
.contact-inner-con{
    margin: auto;
     width: 100%;
    
}
.contact-inner-con h4{
    text-align: center;
    font-size: 55px;
}
.contact-inner-con p{
    color: var(--text-color);
    font-size: 15px;
    text-align: center;
    margin: 1rem;
}
.message-form{
    width: 50rem;
    background-color: var(--bg-color);
    padding: 2rem;
    border-radius: 1rem;
    margin-top: 2rem;  
    display: flex;
    flex-direction: column;
    
}
.contact-list-con{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--gap);
}
.contact-form-list{
    display: flex;
     width: 100%;
    flex-direction: column;

}
.contact-form-list label{
    font-size: 15px;
    font-weight: 400;
}
.contact-form-list input{
    height: 3rem;
    padding: 10px;
    border: 1px solid var(--bg-color2);
    border-radius: 5px;
}
.contact-text-con{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}
.contact-text-con label{
    font-size: 15px;
    font-weight: 400;
}
.contact-text-con textarea{
    height: 8rem;
    resize: none;
    padding: 10px;
    border: 1px solid var(--bg-color2);
    border-radius: 5px;
}
.con-btn{
    display: flex;
    margin-top: 1.5rem;
}
.message-form a{
    margin: auto;
    background-color: var(--main-color);
    color: var(--text-color);
    text-decoration: none;
    padding:  0.5rem 1rem 0.5rem 1rem;
    border-radius: 1rem;
    font-size: 20px;
    
}
.new-account-header{
    background-color: var(--main-color);
    display: flex;
    padding: 4rem;
    border-radius: 0rem  0rem 50% 50% ;
}
.new-account-header a{
    margin: auto;
}
.new-account-header img{
    width: 13rem;
}

.new-acc-form-con{
    display: flex;
    width: 100%;
    padding: 3rem;
}
.new-acc-inner-con{
    margin: auto;
    width: 100%;
}
.new-acc-inner-con p{
    font-size: 15px;
    font-weight: 400;
    color: var(--black);
    text-align: center;
}
.new-acc-form-list-con{
    width: 100%;
     padding: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--gap1);
}
.new-acc-form{
    padding: 2rem;
    display: flex;
    flex-direction: column;
     width: auto;
}
.new-acc-list{
    display: flex;
    width: auto;
    flex-direction: column;
}
.new-acc-list label{
    font-size: 15px;
    font-weight: 400;
}
.new-acc-list input{
    height: 3rem;
    padding: 10px;
    border: 1px solid var(--bg-color2);
    border-radius: 5px;
}
.new-acc-list select{
    height: 3rem;
    padding: 10px;
    border: 1px solid var(--bg-color2);
    border-radius: 5px;
}
.new-acc-list option{
    color: var(--black);

}
.new-acc-form a{
    text-align: center;
    margin: 1rem;
    text-decoration: none;
    color: var(--black);
    font-size: 15px;
}
.login-acc-form-list-con{
    padding: 1rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    
}
.login-acc-form-list-con p{
    margin: 1rem;
    font-size: 17px;
    font-weight: 400;
    color: var(--main-color);
    text-align: center;
}
.login-acc-list{
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}
.login-acc-list label{
     font-size: 15px;
    font-weight: 400;
}
.login-acc-list input{
    height: 3rem;
    padding: 10px;
    border: 1px solid var(--bg-color2);
    border-radius: 5px;
}
.password-box {
  position: relative;
}
.password-box input {
  width: 100%;
  padding-right: 40px;
}
.login-icon {
  position: absolute;
  right: 12px;
  top: 38px;
  cursor: pointer;
  font-size: 20px;
  color: #555;
}
.login-acc-form-list-con a{
    text-align: center;
    margin: 1rem;
    text-decoration: none;
    color: var(--black);
    font-size: 15px;
}
.login-btn{
    display: flex;
    margin-top: 1.5rem;
}
.login-btn button{
    margin: auto;
    background-color: var(--main-color);
    color: var(--text-color);
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding:  0.5rem 1rem 0.5rem 1rem;
    border-radius: 1rem;
    font-size: 20px;
    border: none;
}



@media(max-width: 1024px){
.hideonmobile{
    display: none;
}
.hideicon{
    display: block;
}
.account{
    display: none;

}
.bx-menu{
    display: block;
}
.list-comprehensive{ 
    grid-template-columns: repeat(2, 1fr);
  
}
.card-list-item{
   
    flex-direction: row;
}
.top-inner h4{
    font-size: 30px;
}
.card-text{
    width: 350px;
    padding: 2rem;
    margin: 2rem;
}
.card-text h4{
    font-size: 30px;
}
.card-text p{
    color: var(--black);
    margin-right: 1rem;
    font-weight: 600;
}
.card-img{
    width: 300px;
    height: 300px;
    
}
.possible-text{
    width: 350px;
    padding: 2rem;
    margin: 2rem;
}
.possible-text h4{
    font-size: 30px;
}
.possible-text p{
    color: var(--main-color);
    margin-right: 1rem;
    font-weight: 600;
    font-size: 10px;
}
.possible-img{
    width: 300px;
    height: 300px;
    
}
.tloan-text{
    width: 350px;
    padding: 2rem;
    margin: 2rem;
}
.tloan-text h4{
    font-size: 30px;
}
.tloan-text p{
    color: var(--black);
    margin-right: 1rem;
    font-weight: 600;
}
.tloan-img{
    width: 300px;
    height: 300px;
    
}
.footer-con{
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);   
    gap: var(--gap);
    border-bottom: 5px solid white;

}
.about-img{
     width: 300px;
    height: 300px;
}
.value-header h4{
    font-size: 40px;
}
.loan-text{
    width: 350px;
    padding: 2rem;
    margin: 2rem;
}
.loan-text h4{
    font-size: 30px;
}
.loan-text p{
    color: var(--black);
    margin-right: 1rem;
    font-weight: 600;
    font-size: 10px;
}
.loan-text h3{
    color: var(--main-color);
    margin-right: 1rem;
    font-weight: 600;
    font-size: 10px;
}
.loan-img{
    width: 300px;
    height: 300px;
}
.loan-type-header{
    width: 25rem;
}
.loan-type-header h4{
    font-size: 40px;
    counter-reset: var(--black);
}
.loan-type-list .icon{
    padding: 1rem;
    font-size: 25px;  
}
.loan-type-list  h4{
    font-size: 18px;
}
.loan-type-list p{
    font-size: 13px;
    margin-top: 1rem; 
}
.loan-type-list p i{
    background-color: var(--main-color);
    color: var(--text-color);
    border-radius: 50%; 
    padding: 0.5rem;
}
.contact-text{
    width: 350px;
    padding: 2rem;
    margin: 2rem;
}
.contact-text h4{
    font-size: 30px;
}
.contact-text p{
    color: var(--black);
    margin-right: 1rem;
    font-weight: 600;
}
.contact-img{
    width: 300px;
    height: 300px;
    
}
.contact-inner-con p{
 
    font-size: 15px;
  
}
.message-form{
    width: 42rem;
    background-color: var(--bg-color);
    padding: 2rem;
    border-radius: 1rem;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
}
.message-form a{
    font-size: 17px;   
}
}


@media (max-width: 768px){
.new-acc-form-con{
    display: flex;
    width: 100%;
    padding: 2rem;
}
.hideonmobile{
    display: none;
}
header{
    padding: 10px;
    height: 7rem;
    display: flex;  
}
.hideicon{
    display: block;
}
.account{
    display: none;

}
.bx-menu{
    display: block;
}
.comprehensive h4{
  
    font-size: 28px;
    text-align: center;
    color: var(--black);

}
.comprehensive p{
  font-size: 15px;
}
.list-comprehensive{ 
    grid-template-columns: repeat(2, 1fr);
  
}
.card-list-item{
   
    flex-direction: column;
}
.card-text{
    width: 270px;
    padding: 2rem;
    margin: 2rem;
}
.card-text h4{
    font-size: 30px;
}
.card-text p{
    color: var(--black);
    margin-right: 1rem;
    font-weight: 600;
}
.card-img{
    width: 270px;
    height: 270px;
    
}
.possible-text{
    width: auto;
    padding: 2rem;
    margin: 2rem;
}
.possible-text h4{
    font-size: 20px;
}
.possible-text p{
    color: var(--main-color);
    margin-right: 1rem;
    font-weight: 600;
}
.possible-img{
    display: none;
}
.ready-content{
    background-color: var(--text-color);
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 15rem;
   
}
.ready-content h4{
    margin-top: 25px;
    font-size: 25px;
  
}
.ready-btn a{
  
    padding: 1rem;
    font-size: 10px;
    color: var(--text-color);
    font-weight: 400;
    border-radius: 1rem;
    margin: 1rem;
}
.tloan-list-item{
   
    flex-direction: column;
}
.tloan-text{
    width: 300px;
    padding: 2rem;
    margin: 2rem;
}
.tloan-text h4{
    font-size: 30px;
}
.tloan-text p{
    color: var(--black);
    margin-right: 1rem;
    font-weight: 600;
}
.tloan-img{
    width: 300px;
    height: 300px;
    
}
footer{
    
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 1.5rem;
}
.logo-area{
    width: 8rem;
    padding: 0;
    margin: 0;
   
}
.logo-area img{
    width: 8rem;
}
.logo-area p{
    font-size: 10px;
    margin-top: 1rem;
    font-weight: 600;
    text-align: left;
    color: var(--text-color);
}
.footer-con{
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);   
    border-bottom: 5px solid white;
    
}
.footer-list{
    display: flex;
    flex-direction: column;
    width: auto;
}
.about-img{
    display: none;
}
.value{
    padding: 3rem;
   
}
.value-header h5{   
    font-size: 15px;
}
.value-header h4{
    font-size: 20px;
}
.value-list-con{
    flex-direction: column;
}
.loan-img{
    display: none;
}



.loan-type-con{
    display: flex;
    padding: 2rem;
    width: 100%;

}
.loan-type-content{
    margin: auto;
    display: flex;
    flex-direction: column;   
}

.loan-type-header{
    width: auto;
}
.loan-type-header h5{
   
    font-size: 13px;
}
.loan-type-header h4{
    font-size: 25px;
    counter-reset: var(--black);
}
.loan-type-header p{
    font-size: 13px;
}
.loan-type-list-con{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: var(--gap);
}
.loan-type-list{
    width: auto;
    height: auto;
    box-shadow:  2px 2px 5px 5px rgb(207, 205, 205);
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid  var(--main-color);
}
.loan-type-list .icon{
    padding: 1rem;
    font-size: 30px;
    background-color: var(--main-color);
    color: var(--text-color);
    border-radius: 50%;
   
}
.loan-type-list  h4{
    padding: 1rem 0 1rem 0;
    font-size: 20px;
}
.loan-type-list p{
    font-size: 15px;
    margin-top: 1rem;
  
}

.contact-list-item{
   
    flex-direction: column;
}
.contact-text{
    width: auto;
    padding: 2rem;
    margin: 2rem;
}
.contact-text h4{
    font-size: 30px;
}
.contact-text p{
    color: var(--black);
    margin-right: 1rem;
    font-weight: 600;
}
.contact-img{
    width: 80%;
    height: 300px;
    
}
.contact-con{
    background-color: var(--bg-color2);
    padding: 1rem;
    width: 100%;
    display: flex;
}
.contact-inner-con h4{
    font-size: 25px;
}
.contact-inner-con p{
    font-size: 10px; 
}
.message-form{
    width: 100%;
    background-color: var(--bg-color);
    padding: 2rem;
    border-radius: 1rem;
    margin-top: 2rem;
    display: flex;
    flex-direction: column; 
}
.contact-list-con{
    grid-template-columns: repeat(1, 1fr);
}
.new-acc-form-list-con{
    grid-template-columns: repeat(1, 1fr);
   
}

.new-acc-inner-con p{
    font-size: 12px;
  
    
}
}

@media(max-width: 700px ){
.list-comprehensive{ 
    grid-template-columns: repeat(1, 1fr);
}
}

@media(max-width: 500px){


.login-acc-form-list-con p{
    font-size: 12px;
   
}
}

@media (max-width: 400px){
.hideonmobile{
    display: none;
}
header{
    padding: 10px;
    height: 7rem;
    display: flex;  
}
.top-inner h4{
    font-size: 25px;
}
.top-inner p{
    color: var(--black);
    font-size: 17px;
}

.top-btn{
    
    margin-top:2rem ;
}
.top-btn a{
   
    padding: 1rem;
     font-size: 15px;
    border-radius: 1rem;
    margin: 3px;
}
.comprehensive h4{
    
    font-size: 28px;
    text-align: center;
    color: var(--black);

}

.comprehensive p{
  font-size: 15px;
}
.list-comprehensive{ 
    grid-template-columns: repeat(1, 1fr);
  
}
.card-list-item{
   
    flex-direction: column;
}
.card-text{
    width: 80%;
    padding: 2rem;
    margin: 2rem;
}
.card-text h4{
    font-size: 30px;
}
.card-text p{
    color: var(--black);
    margin-right: 1rem;
    font-weight: 600;
}
.card-img{
    width: 80%;
    height: 250px;
    
}
.possible-text{
    width: 80%;
    padding: 2rem;
    margin: 1.5rem;
}

.ready-content{
   
    padding: 1rem;
    height: 15rem;
   
   
}
.ready-content h4{
    margin-top: 25px;
    font-size: 20px;
  
}


.tloan-text{
    width: 80%;
    padding: 2rem;
    margin: 2rem;
}
.tloan-text h4{
    font-size: 25px;
}
.tloan-text p{
    color: var(--black);
    margin-right: 1rem;
    font-weight: 600;
}
.tloan-img{
    width: 80%;
    height: 250px;
    
}

.about-img{
    display: none;
}
.value{
    padding: 3rem;
   
}
.value-header h5{   
    font-size: 15px;
}
.value-header h4{
    font-size: 20px;
}
.value-list-con{
    flex-direction: column;
}
.loan-img{
    display: none;
}
.loan-type-content{
    margin: auto;
    display: flex;
    flex-direction: column;   
}



}