@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans&family=Inter&family=Lato&family=Raleway:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans&family=Inter&family=Lato&family=Raleway:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans&family=Alegreya:wght@400;700&family=Inter&family=Lato&family=Raleway:wght@700&display=swap');


.home-page {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

nav .navigation-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 80px;
    /*width: 93%;*/
}
#HLogo{
    width: 280px !important;
}
/*#BB{*/
/*    color: transparent;*/
/*}*/

nav .navigation-container .navigation-links-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}


nav .navigation-container .navigation-links-container a{
    text-decoration: none;
    color: #3D3838;
    text-align: center;
    font-family: "Lato";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

nav .navigation-container .navigation-links-container .drop{
    display: none;
    background-color: #004798;
    
   

}
nav .navigation-container .navigation-links-container:hover .drop{
    display: block;
}

.navigation-links-container button{
    width: 134px;
    height: 40px;
    border-radius: 10px;
    background: #0068E0;
    border: transparent;
    color: #FFF;
    text-align: center;
    font-family: "Lato";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-color: #fff;
}

.navigation-links-container .reach{
    border-radius: 10px;
    background: #0068E0;
    width: 134px;
    height: 40px;
    color: #FFF;
    text-align: center;
    font-family: "Lato";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

nav .navigation-container .navigation-links-container .reach a{
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

nav .mobile-view{
    display: none;
}

nav .nav-container{
    display: none;
}


/* 
body {
    margin: 0px;
    background: #FFF;
  } */
  
  nav .nav-container {
    /* width: 1200px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 10px 80px;
    background-color: #fff;
    display: none;
  }
  
  
  nav .nav-container a:nth-child(2) img {
    display: none;
  }
  
  nav .nav-container ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
  
  nav .nav-container ul li {
    list-style: none;
  }
  
  nav .nav-container ul li a {
    text-decoration: none;
    color: var(--Black, #151212);
    font-family: "Alegreya Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
  }

  nav .nav-container ul li a button{
    border: transparent;
    border-radius: 10px;
    background: #0068E0;
    width: 134px;
    height: 40px;
    color: #FFF;
  }

  nav .nav-container .dropdown-triangle{
    display: none;
  }

  nav .nav-container .drop{
        display: none;
        background-color: #004798;     
  } 

  .career {
    display: flex;
    flex-direction: column;
    padding: 0px 100px !important;
    /* font-family: "Alegreya Sans"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
}
.career-position {
    padding: 25px !important;
    border: 2px solid #4245453b;
    border-radius: 10px !important;
    margin: 10px !important;
    display: flex !important;
    align-items: center;
}
.career-content {
    margin: 0px 100px !important;
}
.moretext {
    display: none;
  }

  @media screen and (max-width: 440px) {
  
    nav .nav-container{
      /* width: 1200px; */
      padding: 8px 20px;
      flex-direction: column;
      align-items: flex-start;
      display: block;
      /* z-index: 1; */
    }

     #z-index{
        z-index: 1;
    }
  
    nav .nav-container a:nth-child(1) img {
     height: 75px !important;
    }
    nav .nav-container a:nth-child(2) {
      position: absolute;
      right: 1rem;
      top: 0.5rem;
    }
    nav .nav-container a:nth-child(2) img {
      display: block;
      padding: 8px 0;
    }
    nav .nav-container ul {
      display: none;
      flex-direction: column;
      gap: 10px;
      width: 100%;
      padding: 0px;
    }
  
    nav .nav-container ul.show {
      display: flex;
    }
  
    nav .nav-container ul li {
      list-style: none;
      width: 100%;
      text-align: center;
    }
  
    nav .nav-container ul li a {

        text-decoration: none;
        color: var(--Black, #151212);
        font-family: "Alegreya Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 450;
        line-height: normal;
    }
    nav .nav-container ul li a button{
        background-color: #fff;
        color: var(--Black, #151212);
        height: 0;
        width: 71px;
        margin-top: -10px;
    }

  }    










.Alogo img{
    position: absolute;
    width: 15px;
    height: 21px;
    right: 374px;
    top: 397px;
}
.Alogo a{
    position: absolute;
    right: 452px;
    top: 28px;
    color: #3D3838;
    text-align: center;
    font-family: "Lato";
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    height: 26px;
    width: 60px;
}
.Alogo button{
    position: absolute;
    width: 134px;
    height: 40px;
    border-radius: 10px;
    background: #0068E0;
    color: #fff;
    right: 80px;
    top: 28px;
    text-align: center;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}
.Alogo h1{
    position: absolute;
    width: 683px;
    left: 89px;
    top: 139px;
    color: #006FED;
    font-family: "Raleway";
    font-size: 57px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}
.Alogo p{
    position: absolute;
    left: 92px;
    top: 268px;
    width: 626px;
    color: #3D3838;
    font-family: "Lato";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
}
.Alogo .m1{
    position: absolute;
    width: 546px;
    height: 523px;
    right: 62px;
    top: 70px;
    background: url(Rectangle\ 136.png), #fff -130.446px -71px / 163.167% 113.576% no-repeat;
}
.box{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.30);
    z-index: 1;
    position: relative;
    top: -166px;
    left: 80px;
    padding: 20px 33px 35px 35px;
    width: 66%;
    margin-bottom: -18%;
}
.box .form-container{
    color: var(--Black, #151212);
    text-align: left;
    font-family: "Alegreya Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    
}
#afli{
    /*font-weight: bold;*/
    color:#006FED;
}
#res{
    display: none;
}


.form-container .from-grid input{
    border-radius: 5px;
    border: 1px solid #8A8585;
    background: #FFF;
    text-align: left;
    font-family: "Alegreya Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: var(--Black, #151212);
    width: 266px;
    height: 36px;
    padding-left: 15px;
}

.box .form-container .from-grid select{
    border-radius: 5px;
    border: 1px solid #8A8585;
    background: #FFF;
    text-align: left;
    font-family: "Alegreya Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: var(--Black, #151212);
    width: 92%;
    height: 40px;
    padding-left: 15px;


}


.box .form-container form input[type="submit"]{
    width: 168px;
    height: 40px;
    border-radius: 10px;
    border: transparent;
    background: #0068E0;    
    color: #FFF;
    text-align: center;
    font-family: "Alegreya Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
    position: absolute;
    right: 0px;
    margin-right: 24px;
    
}



.box .form-container .from-grid select option{
    color: var(--Black, #151212);
    text-align: left;
    font-family: "Alegreya Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin-left: 20px;
    line-height: normal;

}

.box .form-container form{
    position: relative;
}



.form-container .from-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px;
    left: 10px;
    justify-content: space-evenly;
    width: auto;
}

.form-container .from-grid div{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.form-container button{
    position: relative;
    width: 168px;
    height: 40px;
    border-radius: 10px;
    border-color: #fff;
    background: #0068E0;
    left: 670px;
    top: 30px;
    color: #FFF;
    text-align: center;
    font-family: "Alegreya Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.box .form-container #message{
    display: block;
}

#message{
    color: #004798;
    font-family: "Lato";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 125% */
    margin-left: 50px;
    margin-top: 50px;
}

.serves-container{
    position: absolute;
    width: 1440px;
    height: 550px;
    top: 584px;
    background: #E9F3FF;
}
.serves-container h1{
    position: absolute;
    top: 104px;
    color: var(--Black, #151212);
    text-align: center;
    font-family: Lato;
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    left: 627px;
}

.serves-container .flex-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    top: 189px;
    left: 133px;
    gap: 42px;
    width: 1300px;
}

.serves-container .flex-container .btn{
    width: 100px;
    height: 100px;
    background: #004798;
    border-radius: 10px;
    border-color: #E9F3FF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.50);
}

.serves-container .flex-container .btn .first-img{
    position: relative;
    margin: 22px;
    opacity: 0;
}
.serves-container .flex-container .btn p{
    position: relative;
    top: -10px;
    width: 150px;
}

.serves-container .flex-container .btn.second-img{
    position: relative;
    display: none;
    opacity: 1;
}

.serves-container .flex-container:hover .btn{
    width: 238px;
    height: 180px;
    background: #FFF;
    cursor: pointer;
}
.serves-container .flex-container:hover .first-img{
    display: none;
}
.serves-container .flex-container:hover .second-img{
    display: block;
    position: relative;
    left: 89px;
    top: 22px;
}


/*.serves-container .flex-container a{

/*.serves-container .flex-container .sfm span:hover{

/* .serves-container .flex-container .sfm:hover svg{

*/

.How-to-work{
    max-width: 1440px;
    margin: 0px auto;
}

.How-to-work-container h1{
    text-align: center;
    color: var(--Black, #151212);
    text-align: center;
    font-family: "Lato";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.How-to-work span{
    color: rgba(0, 0, 0, 0.30);
    font-family: Raleway;
    font-size: 95px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 63.158% */
    letter-spacing: 1px;
    opacity: 0.6;
}

.How-to-work h2{
    color: var(--Black, #151212);
    text-align: center;
    font-family: "Lato";
    font-size: 33px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.How-to-work p{
    color: var(--sub-black, #424545);
    font-family: "Alegreya Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
}

.Application-img{
    display: flex;
    flex-direction: row-reverse;
    margin-right: 145px;
}
.Application-img img{
    margin-left: 194px;
}
.Application-img span{
    /*margin-top: 72px;*/
    margin-left: 139px;
}

.application-head{
    display: flex;
    margin-top: 45px;
    position: absolute;
    right: 490px !important;
}
.Documentation-head{
    display: flex;
}
.Credit-head{
    display: flex;
}
.Loan-head{
    display: flex;
}

.How-to-work .Application-img p{
    margin-top: 120px;
    margin-left: -165px;
    width: 469px;
    height: 129px;
}

.Application-img .application1{
    display: flex;
    gap: 28rem
}

/*.How-to-work .Application-img h2{
    /*margin-top: 100px;
    
}*/


.How-to-work .Documentation-and-Verification{
    display: flex;
    flex-wrap: wrap;    
}

.Documentation-and-Verification .Documentation1{
    display: flex;
}
.Documentation-and-Verification .Documentation-head{
    display: flex;
}

.How-to-work .Documentation-and-Verification span{
    margin-left: 46px;
}
.How-to-work .Documentation-and-Verification h2{
    margin-top: 30px;
    margin-left: -5px;
}
.How-to-work .Documentation-and-Verification p{
    width: 464px;
    height: 169px;
    margin-top: 75px;
    margin-left: -455px;
    
}
.How-to-work .Documentation-and-Verification img{
    margin-left: 198px;
}

.How-to-work .Credit-Assessment{
    display: flex;
    flex-wrap: wrap;
    
}
.How-to-work .Credit1{
    display: flex;
    gap: 16rem;
    margin-top: -35px;
}
.How-to-work .Credit-Assessment img{
    margin-left: 170px;
    margin-top: -95px;
}

.How-to-work .Credit-Assessment span{
    margin-left: 139px;
}
.How-to-work .Credit-Assessment p{
    width: 464px;   
}
.How-to-work .Credit-head{
    margin-left: 575px;
}

.How-to-work .Loan-Approval{
    display: flex;
    flex-wrap: wrap;
}
.How-to-work .Loan-Approval .Loan1{
    display: flex;
}
.How-to-work .Loan-Approval span{
    margin-left: 46px;
    margin-top: 100px;
}
.How-to-work .Loan-Approval h2{
    margin-top: 125px;
}
.How-to-work .Loan-Approval p{
    width: 464px;
    height: 169px;
    margin-top: 170px;
    margin-left: -200px;
    
}
.How-to-work .Loan-Approval img{
    margin-left: 198px;
}


.map-container{
    position: absolute;
    width: 1440px;
    height: 422px;
    background: #004798;
    top: 2235px;
}
.logo{
    position: absolute;
    width: 123px;
    height: 100px;
    background: #fff;
    border-radius: 10px;
    top: 87px;
    left: 80px;
}
.logo .img1{
    position: absolute;
    width: 7.53px;
    height: 12px;
    top: 102px;
    left: 3.53px;
    margin: 4px 6.97px 4px 7.53px;
    
}
.logo .img2{
    position: absolute;
    width: 15.338px;
    height: 11.667px;
    top: 102px;
    left: 30.79px;
    margin: 4.17px 2.56px 4.17px 2.55px;
}
.logo .img3{
    position: absolute;
    width: 14px;
    height: 13px;
    top: 102px;
    left: 55px;
    margin: 3.33px 3.41px 4.17px 3.41px;
}
.logo .img4{
    position: absolute;
    width: 14px;
    height: 15px;
    top: 102px;
    left: 85px;
    margin: 2.5px 3.41px 2.5px 3.41px;
}

.Why-AGV-Finance-container{
    display: flex;
    flex-direction: column;
    background: #E9F3FF;
    height: 510px;
    max-width: 1440px;
    margin: 0px auto;
}
.Why-AGV-Finance-container .dot-container{
    text-align: center;
    margin-top: -30px;
    display: none;
}

.dot:hover {
    background-color: blue;
  }
.Why-AGV-Finance-container .dot-container .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.Why-AGV-Finance-container .AGV-Finance-Box{
    display: none;
    margin: 20px 81px 50px 81px;
    text-align: center;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.50);
    width: 1278px;
    height: 440px;
    margin-top: 20px;
    border-radius: 10px;
}



.Why-AGV-Finance-container .AGV-Finance-Box .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {
        opacity: .4
    } 
    to {
        opacity: 1
    }
  }
.left-right{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    top: -50%;
}
.prev{
    cursor: pointer;
    /* position: absolute;
    top: 378%; */
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    left: 8%;
    background: #5db4c136;
    
}
.next {
    cursor: pointer;
    /* position: absolute;
    top: 378%; */
    width: 10px;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    color: black;
    left: 90%;
    background: #5db4c136;
    
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover{
    background-color: rgba(0,0,0,0.8);
}
.next:hover {
    background-color: rgba(0,0,0,0.8);
}


.Why-AGV-Finance-container .AGV-Finance-Box h1{
    color: var(--Black, #151212);
    text-align: center;
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    align-items: center;
    margin-top: 16px;
    text-transform: uppercase;
    
}

.Why-AGV-Finance-container .AGV-Finance-Box p{
    color: #004798;
    text-align: center;
    font-family: Lato;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /*margin-left: -700px;*/
}
.Why-AGV-Finance-container .AGV-Finance-Box ul{
    color: var(--Black, #151212);
    font-family: "Alegreya Sans";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: justify;
    margin: 0;
    /*margin-left: 155px;*/
}

.Why-AGV-Finance-container .AGV-Finance-Box li{
    list-style-type: none;
    list-style-image: url(../AGV/Ellipse\ 1.svg);
}

/* .Why-AGV-Finance-container .AGV-Finance-Box img{
    margin-top: -220px;
    margin-left: 505px;
} */


.Why-AGV-Finance-container .AGV-Finance-Box .quick{
    display: flex;
    flex-direction: column;
    margin-left: 75px;
}
.Why-AGV-Finance-container .AGV-Finance-Box .quick li{
    margin: 10px;
}
.Why-AGV-Finance-container .AGV-Finance-Box .quick-container{
    display: flex;
    gap: 14rem;
}


.partners h1{
    color: var(--Black, #151212);
    text-align: center;
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/*.partners .partners-slide{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px;
    margin-left: 40px;
    gap: 41px;
}

.partners .pslide{
    display: none;
}*/

/*@keyframes slide {
    from{
        transform: translateX(0);
    }

    to{
        transform: translateX(-100%);
    }
}

.partners{
    white-space: nowrap;
}

.partners h1{
    color: var(--Black, #151212);
    text-align: center;
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.partners-slide{
    overflow: hidden;
    display: inline-block;
    padding: 40px 0;
    animation: 10s slide linear infinite;
}

.partners-slide img{
    height: 60px;
    margin: 0px 10px;
}*/

@keyframes slide {
    from{
        transform: translateX(0);
    }

    to{
        transform: translateX(-100%);
    }
}

.partners{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    max-width: 1440px;
    margin: 0px auto;
    /*display: inline-flex;*/
}

.partners h1{
    color: var(--Black, #151212);
    text-align: center;
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.partners-slide{
    width: auto;
    padding: 30px 0;
    animation: 15s slide linear infinite;
    display: inline-flex;
    gap: 10px;
}

.partners-slide img{
    height: 60px;
    margin: 0px 10px;
}




 .OurPartners-container h2{
    color: var(--Black, #151212);
    text-align: center;
    font-family: "Lato";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}
.OurPartners {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    gap: 48px;
    margin-left: 50px;
}


.Customer-Support{
    width: auto;
    height: 347px;
    background: #E9F3FF;
    max-width: 1440px;
    margin: 0px auto;
}
.Customer-Support .costumer-heading{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.Customer-Support .costumer-heading h1{
    color: var(--Black, #151212);
    text-align: center;
    font-family: "Inter";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.Customer-Support .costumer-heading {
    font-size: 22px;
}
.Customer-Support .costumer-heading span{
    color: var(--Black, #151212);
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.Customer-Support .support-item-1{
    display: flex;
}

.Customer-Support .support-item-container{
    display: flex;
    gap: 5rem;
    align-items:center;
    margin-left: 90px;
    margin-top: 0px;
}
.Customer-Support .support-item-container p{
    color: #000;
    text-align: center;
    font-family: Lato;
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: -10px;
}
.Customer-Support .support-item-1 span{
    color: #000;
    text-align: center;
    font-family: "Lato";
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: justify;
}
.Customer-Support .support-item-1 span:nth-child(1){
    color: var(--Black, #151212);
    text-align: center;
    font-family: "Alegreya Sans";
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: justify;
}
.Customer-Support .support-item-text1 span {
    color: #000;
    text-align: center;
    font-family: "Lato";
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: 58%;
}
.Customer-Support .support-item-text1 .span2{
        margin: 0 108px 0 0;
}



.support-item-text1{
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-left: 10px;
}

.support-item-text2{
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-left: 10px;
}

.support-item-text3 {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-top: 75px;
    margin-left: 10px;
}

.support-item-text3 span{
    width: 394px;
    text-align: start;
}

.Customer-Support .support-item-container .support-item-text3 p{
    width: 392px;
    text-align: justify;
}


.What-Our-Customers-say{
    /* margin-top: 5%; */
    max-width: 1440px;
    margin: 5% auto 0 auto
    ;
}
.What-Our-Customers-say h1{
    color: var(--Black, #151212);
    text-align: center;
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.What-Our-Customers-say .Three-person-container{
    display: flex;
    align-items: center;
    /*text-align: center;*/
    margin-left: 191px;
    gap: 85px;
}

.What-Our-Customers-say .Three-person-container .First-person-container{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px #0068E0;
    width: 290px;
    height: 216px;
}

.What-Our-Customers-say .Three-person-container  .Taniska{
    display: flex;
    gap: 14px;
    margin-left: 13px;
    margin-top: 5px;
}

.What-Our-Customers-say .Three-person-container  .Taniska img{
    width: 64px;
    height: 64px;
}

.What-Our-Customers-say .Three-person-container  .Taniska .Taniska-container{
    display: flex;
    flex-direction: column;
    margin-top: 9px;
    margin-left: -5px;
    align-items: baseline;
}

.What-Our-Customers-say .Three-person-container  .TMM {
    width: 11px;
    height: 11px;
    position: relative;
    top: 30px;

}
.What-Our-Customers-say .Three-person-container .Second-person-container .Taniska{
    margin: 10px 0 0 15px;
}
.What-Our-Customers-say .Three-person-container .Second-person-container .hr{
    margin-top: 10px;
}

.What-Our-Customers-say .Three-person-container .Second-person-container{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px #0068E0;
    width: 308px;
    height: 266px;
}

.What-Our-Customers-say .Three-person-container .Third-person-container{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px #0068E0;
    width: 290px;
    height: 216px;
}

.What-Our-Customers-say .Three-person-container .hr{
    width: 274px;
    height: 1px;
    background: rgba(0, 104, 224, 0.70);
    align-items: center;
    text-align: center;
    margin: -15px 0 0px 7px;
}

.What-Our-Customers-say .Three-person-container p{
    text-align: center;
    color: var(--Black, #151212);
    text-align: justify;
    font-family: "Alegreya Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 10px;
}

.What-Our-Customers-say .Three-person-container h2{
    color: #000;
    text-align: center;
    font-family: "Lato";
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.What-Our-Customers-say .Three-person-container span{
    color: var(--Black, #151212);
    font-family: "Alegreya Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}




.informaction-container{
    display: flex;
    background: #004798;
    width: auto;
    height: 422px;
    margin: 10% auto 0 auto;
    flex-direction: column;
}
.informaction-container .AGV-smaill-img img{
    display: flex;
    height: 100px;
    width: 123px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 93px;
    margin-left: 84px;
}
.informaction-container .social-media{
    margin-top: 7px;
    margin-left: 90px;
    
}
.informaction-container .social-media img{
    margin-left: 7px;
}
.informaction-container .Services-contant-full{
    display: flex;
}
.informaction-container .Services-contant{ 
    display: flex;
    flex-direction: column;
    margin-top: 65px;
    margin-left: 90px;   
    gap: 2px;      
}
.informaction-container .Services-contant h3{
    color: #FFF;
    font-family: Lato;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.informaction-container .Services-contant span{
    display: flex;
    color: #FFF;
    text-align: center;
    font-family: "Alegreya Sans";
    font-size: 20px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
}
.informaction-container .Services-contant a{
    text-decoration: none;
}
.informaction-container .vl{
    width: 1px;
    height: 121px;
    background: #fff;
    margin-top: 150px;
    margin-left: 20px;
}

.informaction-container .Services-contant2{
    margin-top: 140px;
    margin-left: 49px;
}
.informaction-container .Services-contant2 span{
    display: flex;
    color: #FFF;
    text-align: center;
    font-family: "Alegreya Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 120px;

}
.informaction-container .Services-contant2 a{
    text-decoration: none;
}
.informaction-container .contact a{
    text-decoration: none;
    color: #fff;
}
.informaction-container .contact{
    display: flex;
    flex-flow: column wrap;
    margin-top: 65px;
    color: #FFF;
    font-family: Lato;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 73px;
}

.informaction-container .contact .contact-phone{
    display: flex;
    flex-flow: column;
    align-items:flex-start;
    
}
.informaction-container .contact .contact-phone img{
    display: flex;
    align-items: flex-end;
    width: 26px;
    height: 26px;
}
.informaction-container .contact .contact-phone p{
    color: #FFF;
    text-align: center;
    font-family: "Alegreya Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    position: relative;
    left: 30px;
    top: -25px;
}

.informaction-container .contact .contact-phone #address-p{
    width: 368px;
    margin-left: 0px;
    text-align: justify;
}
.informaction-container .Maps-container{
    margin-top: 73px;
    margin-left: 45px;
}
.informaction-container .Maps-container h3{
    color: #FFF;
    font-family: "Lato";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.informaction-container span{
    display: block;
}




.services-parent-container{
    background: #E9F3FF;
    padding-top: 104px;
    /* max-width: 1440px; */
    margin: 0px auto;
    width: 100%;
}

.services-parent-container h1{
    margin: 0px;
    text-align: center;
    color: var(--Black, #151212);
    font-family: "Lato";
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.service-logo img{
    background: #006FED;;
    padding: 20px;
    border-radius: 5px;
}

.service-logo{
    text-align: center;
    width: 100px;
    height: auto;
}
.service-logo p{
    color: var(--Black, #151212);
    text-align: center;
    font-family: "Alegreya Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.services-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
    gap: 2rem;
    margin: 45px 100px 33px;
}

.service-hover-logo{
    width: 240px;
    height: 180px;
    display: none;
    text-align: center;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.50);
    padding: 15px 10px;
}

.services-parent-container .services-container .text-h{
    color: #004798;
    text-align: center;
    font-family: "Alegreya";
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.service-container:hover .service-logo{
    display: none;
}

.service-container:hover .service-hover-logo{
    display: block;
}



.header-container{
    display: flex;
    max-width: 1440px;
    margin: 0px auto;
}

.header-container .header-text{
    margin-left: 90px;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.header-container img{
    margin-right: 60px;
}

.header-container .header-text h1{
    color: #006FED;
    font-family: "Raleway";
    font-size: 57px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 105.263% */
    margin: 0px;
}

.header-container .header-text p{
    color: #3D3838;
    margin: 0px;
    font-family: "Lato";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 138.889% */
}



.service-hover-logo p{
    margin: 0px;
    text-decoration: none;
    font-family: 'Alegreya Sans';
    color: black;
}

.services-parent-container .services-container a{
    text-decoration: none;
}


.dropdown{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dropdown button{
    text-decoration: none;
    color: #3D3838;
    text-align: center;
    font-family: "Lato";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #FFF;
    width: 136px;
}

.dropdown  .dropdown-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    position: absolute;
    height: 280px !important;
    width: 485px;
    flex-flow: column wrap;
    background-color: #004798;
    border-radius: 10px 10px 10px 10px;
    display: none;
    z-index: 2;
    top: 125px;
    right:183px !important;
}

.dropdown:hover .dropdown-content{
    display: flex;
    
    
}



.dropdown .dropdown-content .vr{
    width: 1px;
    height: 369px;
    background-color: #FFF;
    margin-top: 25px;
    margin-bottom: 25px;
}

.dropdown .dropdown-content a img{
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #004798;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.50);
    border-width: 44px;
    padding: 7px;
    margin-top: 13px;
}

.dropdown .dropdown-content a p{
    margin-left: 50px;
    margin-top: -30px;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: "Alegreya Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.dropdown .dropdown-content .pop{
    margin-left: 35px;
}


.dropdown .dropdown-content a{
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: "Alegreya Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    
}


.dropdown:hover .triangle-up {
	display: flex;
    
    
}

.dropdown  .triangle-up{
    position: absolute;
    display: none;
    width: auto;
	height: auto;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	border-bottom: 45px solid #004798;
    top: 90px;
    right:400px !important;
}

.dropdown:hover .triangle-up{
    display: block;
}
.footer{
    display: flex;
    column-gap: 50px !important;
}
.informaction-container .copy span{
    text-decoration: none;
    color: #FFF;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    text-transform: capitalize;
}
.informaction-container .copy a{
    text-decoration: none !important;
}

@media (max-width: 840px){
     .career-image img {
        margin-left: 75px!important;
    }
    .career-content {
        margin: 0px !important;
    }
    .career-position {
        display: block !important;
    }
    .dropdown  .dropdown-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        position: absolute;
        height: 200px !important;
        width: 464px;
        flex-flow: column wrap;
        background-color: #004798;
        border-radius: 10px 10px 10px 10px;
        display: none;
        z-index: 2;
        top: 100px !important;
        right: 50px !important;
    }
    .dropdown  .triangle-up {
        position: absolute;
        display: none;
        width: auto;
        height: auto;
        border-left: 35px solid transparent;
        border-right: 35px solid transparent;
        border-bottom: 45px solid #004798;
        top: 60px !important;
        right: 250px !important;
    }
   
    .bg-img-container-career {
        background-size: contain !important;
        height: 300px !important;
    }
    .dropdown .dropdown-content a p {
        margin-left: 50px;
        margin-top: -30px;
        text-decoration: none;
        color: #FFF;
        text-align: center;
        font-family: "Alegreya Sans";
        font-size: 12px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .home-page {
        max-width: 840px;
        overflow: hidden;
    }
    nav .navigation-container{
        display: flex;
        /*margin-top: 8.75px;
        margin-left: 46.67px;*/
        justify-content: space-between;
        margin: 15px 45px;
    }
    nav .navigation-container img{
        width: 114.333px;
        height: 37.917px;
        
    }
    nav .navigation-container .navigation-links-container a{
        font-size: 12.833px;
    }
    nav .navigation-container .navigation-links-container .dropdown button{
        font-size: 12.833px;  
        width: 100%; 
    }
    .navigation-links-container button{
        border-radius: 5.833px;
        width: 78.167px;
        height: 23.333px;
        font-size: 12.833px;
    }

    .header-container .header-text h1{
        font-size: 33.25px;
        width: 398.417px;
        color: #006FED;
        line-height: 35px;
    }
    .header-container img {
        width: 287.5px;
        height: 305.083px;
        margin: 0;
    }
    .header-container .header-text p{
        font-size: 12px;
        width: 365.167px;
        line-height: 14.583px;
    }
    .box{
        width: 500.333px;
        height: 108.917px;
        border-radius: 5.833px;
        box-shadow: 0px 0px 2.333px 0px rgba(0, 0, 0, 0.30);
        /* margin-top: -125px; */

    }
    .form-container .from-grid input{
        width: 138px;
        height: 21px;
        border-radius: 2.917px;
        border: 0.583px solid #8A8585;
    }
    .box .form-container{
        font-size: 11.667px;
        color: var(--Black, #151212);
    }
    .box .form-container .from-grid select{
        width: 154px;
        height: 24px;
        border-radius: 2.917px;
        border: 0.583px solid #8A8585;
        font-size: 11.667px;
    }
    .box .form-container .from-grid select option{
        font-size: 11.667px;
    }
    .form-container .from-grid input{
        font-size: 10.5px;
    }
    .box .form-container form input[type="submit"]{
        width: 98px;
        height: 23.333px;
        border-radius: 5.833px;
        font-size: 12.833px;
    }

    .box .form-container #message{
        margin-left: 20px;
        margin-top: 7px;
        font-size: 11.715px;
        line-height: 14.644px;
    }

    .form-container button{
        width: 94px;
        height: 28px;
        font-size: 12px;
        left: 250%;
        top: 0;
    }
    .box{
        top: -76px;
        left: 56px;
    }

    .services-parent-container{
        margin-left: 0px;
    }

    .services-parent-container h1{
        font-size: 19.25px;
    }
    .service-logo img{
        width: 32.665px;
        height: 32.666px;
    }
    .services-parent-container .services-container p{
        font-size: 10.5px;
    }
    .services-container {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
        width: 80%;
    }
    .service-hover-logo{
        width: 139.409px;
        height: 105.435px;
        border-radius: 5.858px;
        box-shadow: 0px 0px 2.343px 0px rgba(0, 0, 0, 0.50);
    }
    .services-parent-container .services-container .text-h{
        font-size: 13.472px;
    }
    .service-container:hover .service-logo{
        display: none;
    }
    
    .service-container:hover .service-hover-logo{
        display: block;
    }

    .How-to-work-container h1 {
        font-size: 21px;
    }
    .Application-img img{
        width: 218.165px;
        height: 207.2px;
        margin-left: 85px;
    }
    .Application-img span{
        font-size: 55.417px;
        line-height: 35px;
        margin-left: 25px;
        margin-top: 65px;
    }
    .How-to-work .Application-img h2 {
        font-size: 19.25px;
        margin-top: 77px;
    }
    .How-to-work .Documentation-and-Verification{
        display: flex;
    }
    .How-to-work .Documentation-and-Verification p{
        width: 273.583px;
        font-size: 11.667px;
        margin-left: 110px;
        margin-top: -16px;
        line-height: 14.583px;
    }
    .Documentation-and-Verification .Documentation1 {
        display: flex;
    }
    .How-to-work .Documentation-and-Verification img{
        width: 218.165px;
        height: 207.2px;
        margin-left: 75px; 
        margin-top: -75px;
    }
    .How-to-work .Documentation-and-Verification span{
        font-size: 55.417px;
        line-height: 35px;
    }
    .How-to-work .Documentation-and-Verification h2{
        font-size: 19.25px;
        line-height: 32.667px;
        width: 270px;
        margin-top: 15px;
    }
    .How-to-work .Application-img p{
        font-size: 11.667px;
        line-height: 14.583px;
        width: 273px;
        /*margin-left: 390px;
        margin-top: -100px;*/
    }
    .Application-img .application1{ 
        display: flex;
        gap: 18rem;
    }
    .Application-img{
        margin-right: 0px;
    }
    .application-head{
        margin-top: 0px;
        margin-right: -270px;
    }

    .How-to-work .Credit1{
        display: flex;
        margin-left: 20px;
    }
    .How-to-work .Credit-Assessment .Credit-head{
        display: flex;
        margin-left: 385px;
    }
    
    .How-to-work .Credit-Assessment img {
        width: 218.165px;
        height: 207.2px;
        margin-left: 105px;
        margin-top: -100px;
    }
    .How-to-work .Credit-Assessment span{
        font-size: 55.417px;
        line-height: 35px;
        margin-left: 25px;
        margin-top: -40px;
    }
    .How-to-work .Credit-Assessment h2{
        margin-top: -25px;  
    }
    .How-to-work .Credit-Assessment p{
        width: 273px;
        font-size: 11.667px;
        line-height: 14.583px;
        margin-top: 20px;
        margin-left: -115px;
    }
    .How-to-work h2{
        font-size: 19.25px;
        line-height: 32.667px;
    }
    .How-to-work span{
        font-size: 55.417px;
        line-height: 35px;
    }

    
    .How-to-work .Loan-Approval .Loan1{
        display: flex;
    } 
    .How-to-work .Loan-Approval p{
        width: 273px;
        font-size: 11.667px;
        line-height: 14.583px;
        margin-top: 75px;
        margin-left: -120px;
    }
    .How-to-work .Loan-Approval span{
        margin-top: 25px;
    }   
    .How-to-work .Loan-Approval h2{
        margin-top: 45px;
    }
    .How-to-work .Loan-Approval img{
        margin-left: 65px;
        margin-top: 0px;
    }
    .How-to-work img{
        width: 218.165px;
        height: 207.2px;
    }

    .Why-AGV-Finance-container .AGV-Finance-Box h1{
        font-size: 21px;
    }
    .Why-AGV-Finance-container .AGV-Finance-Box{
        width: 725.5px;
        height: 256.667px;
        box-shadow: 0px 0px 2.333px 0px rgba(0, 0, 0, 0.50);
        margin-left: 25px;
    }
    .left-right{
        position: relative;
        top: -169px;
    }
    .Why-AGV-Finance-container .AGV-Finance-Box p{
        font-size: 23.333px;
        /*margin-left: -355px;*/
    }
    .Why-AGV-Finance-container .AGV-Finance-Box ul{
        font-size: 14.583px;
       /* margin-left: 100px;
        margin-top: -10px;*/
    }
    .Why-AGV-Finance-container .AGV-Finance-Box img {
        width: 202.418px;
        height: 199.496px;
        /* margin-left: 350px;
        margin-top: -150px; */
    }
    .Why-AGV-Finance-container .dot-container .dot{
        height: 13px;
        width: 13px;
    }
    .Why-AGV-Finance-container {
        height: auto;
    }
    .Why-AGV-Finance-container .AGV-Finance-Box .quick{
        margin-left: 10px;
    }
    .Why-AGV-Finance-container .AGV-Finance-Box .quick-container {
        gap: 10rem;
    }

    .OurPartners-container h2 {
        font-size: 21px;
    }
    .OurPartners{
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        margin-left: 5px;
    }
    



    @keyframes slide {
        from{
            transform: translateX(0);
        }
    
        to{
            transform: translateX(-100%);
        }
    }
    
    .partners{
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        margin-top: -54px;
    }
    
    .partners h1{
        color: var(--Black, #151212);
        text-align: center;
        font-family: Lato;
        font-size: 21px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 80px;
    }
    
    .partners-slide{
        width: auto;
        padding: 30px 0;
        animation: 15s slide linear infinite;
        overflow: hidden;
    }
    
    .partners-slide img{
        height: 50px;
        margin: 0px 10px;
    }

    .Customer-Support .costumer-heading h1{
        font-size: 21px;
    }
    .Customer-Support .costumer-heading p{
        font-size: 10.5px;
    }
    .Customer-Support .support-item-container .support-item{
        display: flex;
    }
    .Customer-Support .support-item-container{
        display: flex;
        gap: 6rem;
        margin-top: 50px;
        margin-left: 15px;
    }
    .Customer-Support .support-item-container h3{
        font-size: 12.833px;
        margin-top: 25px;
    }
    .Customer-Support .support-item-container p{
        font-size: 12.833px;
        margin-top: -10px;
    } 
    .Customer-Support .support-item-container span{
        height: 9.917px;
    }
    .Customer-Support .support-item-container img{
        width: 30.333px;
        height: 25.667px;
    }
    .Customer-Support .support-item-container .support-item-1{
        display: flex;
        width: 150px;
        height: 100px;
    }
    .Customer-Support .support-item-container .support-item-1 img{
        width: 37.333px;
        height: 35px;
        margin-top: 25px;
    }

    
    .Customer-Support .costumer-heading span{
        font-size: 10.5px;
    }

    .Customer-Support .costumer-heading h1{
        font-size: 21px;
    }

    .Customer-Support .support-item-1 .support-item-text3 p{
        width: 219px;
        text-align: justify;
        margin-top: -11px;
    }
    .support-item-text3 {
        margin-top: 0px;
    }

    .Customer-Support .support-item-1 span:nth-child(1){
        font-size: 12.833px;
    }
    .Customer-Support .support-item-1 span:nth-child(2){
        font-size: 13.417px;
        width: 195px;
        text-align: justify;
        margin-top: 5px;
    }
    .support-item-text1 {
        margin-top: 30px;
    }
    .support-item-text2 {
        margin-top: 30px;
    }
    .support-item-text3{
        margin-top: 15px;
        width: 205px;
    }

    


    .What-Our-Customers-say h1{
        font-size: 21px;
    }

    
    .What-Our-Customers-say .Three-person-container{
        margin-left: 65px;
        gap: 50px;
    }
    
    .What-Our-Customers-say .Three-person-container p{
        font-size: 11.667px;
        margin-top: -5px;
        text-align: justify;
        padding: 5px;
    }

    .What-Our-Customers-say .Three-person-container .TMM{
        width: 6.417px;
        height: 6.417px;
        position: relative;
        top: 8px;
    }
    .What-Our-Customers-say .Three-person-container .hr{
        width: 159.833px;
        height: 0.583px;
        background: rgba(0, 104, 224, 0.70);
        margin-top: -15px;
    }
    .What-Our-Customers-say .Three-person-container .Second-person-container .hr{
        margin-top: 10px;
    }

    .What-Our-Customers-say .Three-person-container .First-person-container{
        border-radius: 5.833px;
        background: #FFF;
        box-shadow: 0px 0px 2.333px 0px #0068E0;
        width: 169.167px;
        height: 126px;
    }
    
    .What-Our-Customers-say .Three-person-container .Second-person-container {
        border-radius: 5.833px;
        background: #FFF;
        box-shadow: 0px 0px 2.333px 0px #0068E0;
        width: 179.667px;
        height: 140.583px;
    }
    
    .What-Our-Customers-say .Three-person-container .Third-person-container{
        border-radius: 5.833px;
        background: #FFF;
        box-shadow: 0px 0px 2.333px 0px #0068E0;
        width: 169.167px;
        height: 126px;
    }
    .What-Our-Customers-say .Three-person-container .Taniska img{
        width: 37.333px;
        height: 37.333px;
        border-radius: 37.333px;
    }
    
    .What-Our-Customers-say .Three-person-container h2{
        font-size: 13.417px;
    }
    
    .What-Our-Customers-say .Three-person-container span{
        font-size: 9.333px;
    }



    .footer{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .informaction-container .Services-contant-full{
        width: 100%;
        margin-left: 60px !important;
    }


    .informaction-container{
        display: flex;
        flex-wrap: wrap;
        height: auto;
        width: 100%;
        flex-shrink: 0;
        flex-direction: column;
    }
    .informaction-container .AGV-smaill-img img{
        border-radius: 23.333px;
        width: 270px;
        height: 219px;
        margin-left: 92px;
    }
    .informaction-container .social-media{
        margin-top: 25px;
        margin-left: 80px;
    }
    .informaction-container .AGV-informaction{
        display: flex;
        flex-direction: column;
        margin-left: -80px;
    }
    .informaction-container .Services-contant h3{
        font-size: 38px;
    }
    .informaction-container .Services-contant-full span{
        font-size: 25px !important;
        width: 100%;
    }
    .informaction-container .Services-contant-full .vl{
        width: 2.333px;
        height: 312.667px;
    }
    .informaction-container .social-media img{
        width: 17.57px;
        height: 28px;
        margin-left: 43px;
    }
    .informaction-container .Services-contant-full .Services-contant2 {
        margin-top: 185px;
    }

    .informaction-container .contact h3{
        font-size: 37.333px;
    }
    .informaction-container .contact .contact-phone img{
        width: 46.667px;
        height: 46.667px;
    }
    .informaction-container .contact .contact-phone p{
        font-size: 32.667px;
        margin-left: 35px;
        margin-top: -20px;
    }
    .informaction-container .contact .contact-phone #address-p{
        width: 590px;
        margin-left: 25px;
        margin-top: -20px;
        text-align: justify;
        padding-right: 10px;
    }
    .informaction-container .Maps-container  h3{
        font-size: 42px;
        margin-left: 10px;
       /* text-align: center;
        align-items: center ;*/
    }
    .informaction-container .mapouter{
        width: 702.333px;
        height: 436.333px;
    }
    .informaction-container span{
        color: #FFF;
        font-family: "Martel Sans";
        font-size: 23.333px;
        font-style: normal;
        font-weight: 300;
        line-height: 65.333px; /* 280% */
        display: block;
        align-items: center;
        text-align: center;
    }
    .informaction-container .gmap_iframe {
        width: 650px!important;
        height: 400px!important;
        margin-left: 15px;
    }
    .informaction-container .gmap_canvas {
        overflow: hidden;
        background: none!important;
        width: 650px;
        height: 400px;
        align-items: center;
        text-align: center;
    }



}


@media screen and (max-width: 435px){
     .career-position{
        display:block !important;
    }
    .career-content {
        margin: 0px !important;
    }
    .career-image img {
        width: 250px !important;
        margin-left: -5px !important;
    }
    .bg-img-container-career {
        width: 100% !important;
        background-size: contain !important;
        height: 150px !important;
    }
    .career {
        display: flex;
        flex-direction: column;
        padding: 0px 20px!important;
        font-family: "Alegreya Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        text-align: start !important;
    }
    nav .navigation-container{
        display: none;
    }
    nav .mobile-view{
        display: block;
        display: flex;
        flex-direction: row;
        gap: 7rem;

    }
    nav .mobile-view img{
        width: 97px;
        height: 30px;
    }
    nav .mobile-view a:nth-child(1) img{
        width: 20px;
        height: 20px;
    }
    .header-container{
        margin-left: 15px;
        width: 350px;
        margin-top: -20px;
    }
    .header-container .header-text h1{
        font-size: 20px;
        line-height: 24px;
        width: 213px;
    }
    .header-container .header-text p{
        font-size: 10px;
        line-height: 14px;
        width: 189px;
        padding: 0 0 10px 0;
    }
    .header-container img{
        width: 181px;
        height: 170px;
        margin-top: 51px;
        margin-left: -45px;
        position: relative;
        top: 10px;
    }
    .header-container .header-text{
        margin-left: 0px;
    }

    
    
    .box{
        /* width: 296px; */
        height: 454px;
        background: #E9F3FF;
        /* margin: -168px -79px; */
        /* margin: 0; */
        top: 8px;
        left: 0;
        width: auto;
        display: flex;
        align-items: center;
    }
    .box .form-container{
        font-size: 12px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.30);
        width: 299px;
        height: 445px;
        margin-left: 22px;
    }
    .form-container .from-grid input{
        width: 208px;
        height: 28px;
        border-radius: 5px;
        border: 0.5px solid #8A8585;
    }
    .form-container .from-grid {
        display: flex;
        flex-direction: column;
        position: relative;
        top: 25px;
        left: 3px;
    }
    .box .form-container .from-grid select{
        width: 228px;
        height: 33px;
        border: 0.5px solid #8A8585;
        font-size: 12px;
    }
    .box .form-container form input[type="submit"]{
        width: 140px;
        height: 30px;
        border-radius: 10px;
        margin-right: 75px;
        margin-top: 40px;
    }
    .box .form-container form{
        align-items: center;
        margin-left: 35px;
    }
    .box .form-container #message{
        position: relative;
        top: 14px;
    }

    .form-container button{
        left: 25%;
        font-size: 9.5px;
    } 

    .services-parent-container h1{
        font-size: 18px;
        margin-left: -45px;
        /* padding: 0; */
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
        position: relative;
        top: -10px;
        margin-left: 10px;
    }
    .services-parent-container{
        /* margin-top: 405px; */
        background-color: #FFF;
        background-color: #FFF;
        /* margin: 0 0 0 7%; */
        /* width: 87%; */
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .services-container{
        display: flex;
    }
    .service-logo{
        width: 100px;
        height: 100px;
        padding: 10%;
    }
    .services-parent-container .services-container p {
        font-size: 14px;
        width: 105px;
        margin-top: 0px;
    }
    .service-logo img {
        width: 36px;
        height: 36px;
    }
    .top{
        display: flex;
        margin-left: 0;
        gap: 10px;
        margin-top: 25px;
        margin-right: 65px;
        margin: 0;
        width: 80%;
    }
    .services-parent-container .bottom{
        display: flex;
        margin-left: 0;
        gap: 10px;
        margin-top: 25px;
        /* margin-right: 65px; */
        width: 80%;
        margin: 0;
    }

    .How-to-work-container h1{
        font-size: 18px;
        /*margin-top: -107px;*/
    }
    .Application-img{
        display: flex;
        flex-direction: column;
        margin-left: -15px;
        /*flex-direction: column-reverse;*/
    }
    .application-head{
        display: flex;
        position: relative;
        left: 40px;
        top: 35px;
        margin-right: 0px;
        width: 72%;
    }

    .Application-img .application1{
        display: flex;
        flex-direction: column;
        gap: 0rem;
        margin-top: 10px;
    }
    .How-to-work span{
        font-size: 70px;
        letter-spacing: 1px;
        margin-top: 0px;
    }
    .How-to-work .Application-img h2{
        font-size: 16px;
        margin-top: 0px;
        /*margin-right: 60px;
        position: relative;
        top: 63px;*/
    }
    .How-to-work .Application-img p{
        line-height: 20px;
        font-size: 14px;
        text-align: center;
        margin-left: 60px;
        margin-top: 10px;
       /* position: relative;
        top: 465px;*/
    }
    .Application-img img{
        width: 250.999px;
        height: 252px;
    }

    .How-to-work .Documentation-and-Verification{
        margin-left: -15px;
    }


    .How-to-work .Documentation-and-Verification span{
        line-height: 60px;
        font-size: 70px;
        letter-spacing: 1px;
    }
    .How-to-work .Documentation-and-Verification h2{
        line-height: 56px;
        font-size: 16px;
        margin-left: -20px;
    }
    .Documentation-and-Verification .Documentation-head{
        display: flex;
    }
    .How-to-work .Documentation-and-Verification p{
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        margin-left: 70px;
        margin-top: 10px;
    }
    .Documentation-and-Verification .Documentation1{
        display: flex;
        flex-direction: column-reverse;
        margin-top: 45px;
    }
    .How-to-work .Documentation-and-Verification img{
        margin-left: 100px;
    }
    

    .How-to-work .Credit-Assessment {
        display: flex;
        flex-direction: column;
        margin-left: -15px;
    }

    .How-to-work .Credit-Assessment .Credit-head{
        display: flex;
        margin-left: 15px;
    }
    .How-to-work .Credit1{
        display: flex;
        flex-direction: column;
        gap: 0px;
        margin-left: 0px;
        margin-top: 60px;
    }
    .How-to-work .Credit-Assessment p{
        margin-left: 65px;
        margin-top: 0px;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
    }
    .How-to-work .Credit-Assessment h2{
        line-height: 56px;
        font-size: 18px;
    }
    .How-to-work .Credit-Assessment span{
        line-height: 60px;
        letter-spacing: 1px;
        font-size: 70px;
    }

    .How-to-work .Loan-Approval .Loan-head{
        display: flex;
    }
    .How-to-work .Loan-Approval span {
        line-height: 60px;
        letter-spacing: 1px;
        font-size: 70px;
    }
    .How-to-work .Loan-Approval h2{
        line-height: 56px;
        font-size: 18px;
    }
    .How-to-work .Loan-Approval p{
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        margin-left: 35px;
        margin-top: 15px;
    }
    .How-to-work .Loan-Approval .Loan1 {
        display: flex;
        flex-direction: column-reverse;
    }


    .Why-AGV-Finance-container .AGV-Finance-Box h1{
        font-size: 18px;
    }
    .Why-AGV-Finance-container .AGV-Finance-Box p{
        font-size: 16px;
        /* margin-left: -190px;
        margin-top: 40px; */
    }
    .Why-AGV-Finance-container .AGV-Finance-Box ul{
        font-size: 12px;
        line-height: 12px; 
        /* margin-left: 0px;
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        gap: 1rem; */
    
    
    }
    .Why-AGV-Finance-container .AGV-Finance-Box img {
        width: 124px;
        height: 124px;
        /* margin-left: 185px;
        margin-top: -115px; */
    }
    .Why-AGV-Finance-container .dot-container{
        display: none;
    }
    .Why-AGV-Finance-container{
        background: #FFF
    }
    .Why-AGV-Finance-container .AGV-Finance-Box{   
        /* width: 355px; */
        width: 100%;
        height: 255px;
        margin-left: 0px;
        background: rgba(233, 243, 255, 0.76);
    }
     /* .AGV-Finance-Box .slid2 p{
        /* margin-left: -140px !important; */
    /* }
     /* .AGV-Finance-Box .slid2 img{
        /* margin-left: 215px;
        margin-top: -125px; */
    /* } */ 
    .Why-AGV-Finance-container .AGV-Finance-Box .quick{
        display: flex;
        margin: 0;
    }
    .Why-AGV-Finance-container .AGV-Finance-Box .quick-container{
        gap: 0rem;
    }

    .Why-AGV-Finance-container .AGV-Finance-Box li{
        list-style-image: url(../AGV/Ellipse\ 2.svg);
    }

    .OurPartners-container h2{
        font-size: 18px;
    }
    .OurPartners-container .OurPartners{
        display: flex;
        flex-wrap: nowrap;
    }


    .Customer-Support {
        margin: 0;
        border-radius: 10px;
    }

    .Customer-Support .costumer-heading h1{
        font-size: 18px;
    }
    .Customer-Support .costumer-heading span{
        font-size: 11px;
        width: 231px;
    }
    .Customer-Support .support-item-container h3{
        font-size: 12px;
    }
    .Customer-Support .support-item-container p{
        font-size: 10px;
    }
    .Customer-Support .support-item-container {
        display: flex;
        flex-direction: column;
        gap: 0rem;
        margin-top: 10px;
        /* padding: 0px 1px;
        margin: 0 0 0 -97px; */
        
        /* margin-top: -10px;
        margin-left: -100px; */
    }
    .support-item-text1 {
        margin-top: 30px;
    }
    .support-item-text2 {
        margin-top: 30px;
    }
    .support-item-text3{
        margin-top: 30px;
        width: 223px;
    }
    .Customer-Support .support-item-container .support-item-1{
        width: 266px;
        margin: -15px;
    }
    .Customer-Support .support-item-container span{
        font-size: 10px;
        width: 200px;
        text-align: justify;
        margin: 3px;
    } 
    .Customer-Support .support-item-1 span:nth-child(1){
        font-size: 12px;
    }


    .What-Our-Customers-say h1{
        font-size: 18px;
    }
    .What-Our-Customers-say .Three-person-container {
        display: flex;
        flex-direction: column;
        margin-left: 15px;
    }
    .What-Our-Customers-say .Three-person-container .First-person-container{
        border-radius: 10px;
        border: 0.5px solid rgba(115, 108, 108, 0.50);
        background: #FFF;
        box-shadow: 0px 0px 4px 0px #0068E0;
        width: 290px;
        height: 156px;
    }
    .What-Our-Customers-say .Three-person-container p {
        font-size: 12px;
        text-align: justify;
        padding: 0 24px;

    }
    .What-Our-Customers-say .Three-person-container .hr{
        width: 274px;
        height: 1px;
        background: rgba(0, 104, 224, 0.70);
        margin-top: 25px;
    }
    .What-Our-Customers-say .Three-person-container .Taniska img{
        width: 45px;
        height: 45px;
        border-radius: 45px;
    }

    .What-Our-Customers-say .Three-person-container h2{
        font-size: 16px;
    }
    .What-Our-Customers-say .Three-person-container span {
        font-size: 12px;
    }
    .What-Our-Customers-say .Three-person-container .TMM {
        width: 11px;
        height: 11px;
        margin-left: 6px;
        
    }
    .What-Our-Customers-say .Three-person-container .Second-person-container{
        width: 290px;
        height: 166px;
        border-radius: 10px;
        border: 0.5px solid rgba(115, 108, 108, 0.50);
        background: #FFF;
        box-shadow: 0px 0px 4px 0px #0068E0;
    }
    .What-Our-Customers-say .Three-person-container .Third-person-container {
        border-radius: 10px;
        border: 0.5px solid rgba(115, 108, 108, 0.50);
        background: #FFF;
        box-shadow: 0px 0px 4px 0px #0068E0;
        width: 290px;
        height: 156px;
    }
    .What-Our-Customers-say .Three-person-container .Second-person-container .hr{
        margin-top: 40px;
    }


    .informaction-container .AGV-informaction{
        margin-left: -82px;
        margin-top: -35px;
    }

    .informaction-container .AGV-smaill-img img{
        width: 116px;
        height: 94px;
        border-radius: 10px;
    }
    .informaction-container .social-media{
        margin-left: 80px;
        margin-top: 10px;
    }
    .informaction-container .Services-contant-full{
        display: flex;
        margin-left: -71px !important;
        margin-top: -40px;
    }
    .informaction-container .social-media img{
        margin-left: 20px;
        width: 7.53px;
        height: 12px;
    }
    .informaction-container .Services-contant h3{
        font-size: 16px;

    }
    .informaction-container .Services-contant-full span{
        font-size: 14px !important;
        width: 116%;
    }
    .informaction-container .Services-contant-full .vl{
        width: 2px;
        height: 134px;
        margin-top: 120px;
    }
    .informaction-container .Services-contant-full .Services-contant2{
        margin-left: 25px;
        margin-top: 120px;
    }
    .informaction-container .contact{
        margin-left: 5px !important;
        margin-top: 10px;
    }
    .informaction-container .contact h3{
        font-size: 16px;
    }
    .informaction-container .contact .contact-phone{
        display: flex;
        gap: 10px;
    }
    .informaction-container .contact .contact-phone img {
        width: 20px;
        height: 20px;
    }
    .informaction-container .contact .contact-phone p{
        font-size: 14px;
        position: relative;
        left: -5px;
        top: -9px;
    }
    .informaction-container .contact .contact-phone #address-p{
        margin-top: -20px;
        width: 267px;
        margin-left: 32px;
    }
    
    .informaction-container .Maps-container{
        margin-top: 10px;
    }
    .informaction-container .Maps-container h3{
        font-size: 16px;
    }
    .informaction-container .mapouter{
        width: 301px;
        height: 187px;
    }
    .informaction-container span{
        color: #FFF;
        font-family: "Martel Sans";
        font-size: 10px;
        font-style: normal;
        font-weight: 300;
        line-height: 65.333px; /* 280% */
        display: block;
        align-items: center;
        text-align: center;
    }
    .informaction-container .gmap_iframe {
        width: 301px!important;
        height: 187px!important;
        margin-left: 15px;
    }
    .informaction-container .gmap_canvas {
        overflow: hidden;
        background: none!important;
        width: 301px;
        height: 187px;
        align-items: center;
        text-align: center;
        margin-left: -32px;
    }
    .informaction-container{
        margin: 35px 0 0 0;
    }
    .footer{
        flex-direction: column;
    }





    .mobile-view :hover img{
        display:  flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }


    body{
        margin: 0px;
        background: #FFF;
        padding: 0 0px;
    }
   

    .service-hover-logo img{
        width: 45px;
        height: 35px;
    } 
    .services-parent-container .services-container .text-h {
        font-size: 8px;
    }
    
    .services-parent-container .services-container .service-hover-logo p{
    font-size: 10px;
    margin-left: 18px;
    }
    /* .service-hover-logo{
        display: none;
    } */
    .service-container:hover .service-logo{
        display: none;
        transition: background-color 0.5s;
    }


    @media screen and (max-width: 380px) {
        .box .form-container{
            margin-left: 8px;
        }
        
    }

}