body {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;

}
.footer-logo{
    width: 85%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.main_div {
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 1);
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
}

.rot {
    border: 6px solid rgba(109, 190, 69, 1);
    width: 184px;
    height: 178px;
    position: relative;
    border-radius: 50%;
    border-right: 6px solid rgba(0, 104, 35, 1);
    animation: rot 2s linear infinite;
}
.loading-image img{
    width : 146px !important;
    max-width: 146px !important;
}

@keyframes rot {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg)
    }
}

.center_div {
    position: absolute;
}

.center_div .loading-image {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}


/****************top-header part start*************/

.top-header {
    background-image: linear-gradient(45deg, rgb(29 49 124), rgb(30 207 247 / 18%));
    background-image: linear-gradient(45deg, rgb(3 13 52) 60%, rgb(147 82 159));
    padding: 8px 0;
}

.top-box p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

.header-info li {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding-right: 20px;
}

.header-info .fa-mobile {
    font-size: 14px;
}

.header-info li span {
    padding-left: 4px;
}

.header-icon li {
    padding: 0 10px;
}

.header-icon li a {
    color: rgb(0, 0, 0);
    font-size: 12px;
}

.top-header-c {
    float: right;
}



/****************top-header part end*************/

/****************bottom-header part start*************/
.bottom-header {
    position: fixed;
    z-index: 5;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 5px 10px black;
    padding: 5px 0;
    transition: all 0.5s;
}

.bottom-header .navbar-light .navbar-nav .nav-item.active {
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    transition: all 0.2s;
}

.bottom-header .navbar-light .navbar-nav .nav-item.active .nav-link.active {
    color: rgba(255, 255, 255, 1);
    background-color: #001980;
    border-radius: 10px;
}
.bottom-header .navbar-light .navbar-nav .nav-item.active .nav-link.active:hover{
    box-shadow: 0 0 10px grey;
}

.bottom-header .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    color: rgba(25, 25, 25, 1);
    font-weight: 600;
    padding: 6px 18px;
    margin: 0px 5px;
    transition: all 0.2s;
}

.bottom-header .navbar-light .navbar-nav .nav-link:hover {
    background: #001980;
    color: white;
    border-radius: 10px;
}

.navlogo {
    height:80px;
}

.navbar-brand {
    margin-right: 5px;
}

.logo-name {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;
}

.navbar-nav .nav-item {
    font-size: 14px;
    padding: 0;
}

.navbar-light .navbar-toggler {
    background-color: #92862c2b;
}

.navbar-toggler:focus {
    box-shadow: none;
}



.dropdown-item {
    color: #1b1b1b;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 1);
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-nav li:hover {
    color: #fff;
}

.dropdown-item:hover {
    color: #fff;
    background-color: #001980;

}

.dropdown-menu {
    background-color: rgba(255, 255, 255);
    box-shadow: 0px 0px 10px #1b1b1b;
}

.bottom-header .navbar {
    padding-top: 0;
    padding-bottom: 0;
    justify-content: right;
}

.dropdown-item.active {
    color: #001980;
    text-decoration: none;
    background-color: rgba(50, 2, 100, 0);
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: inherit;
    margin-top: 0.125rem;
}


/****************bottom-header part end*************/

/*****************banner section start*****************/
.banner .carousel-item::before {
    content: "";
    /*background: linear-gradient(to left, rgba(214, 76, 31, 0), rgb(31, 73, 189));
     background: repeating-linear-gradient(45deg, rgba(24, 159, 86,0.2), rgba(233, 86, 34,0.2) 100px); */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0px;
}

.banner .carousel-caption {
    bottom: 25%;
    left: 0%;
    right: 50%;
}

.banner .carousel-caption h1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 40px;
    line-height: 58px;
    font-weight: 800;
}

.banner .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    opacity: 1;
    margin: 8px;
    background-color: rgba(0, 99, 29, 1);
}

.banner .carousel-indicators .active {
    background-color: rgba(255, 255, 255, 1);
}

.banner-button {
    background-color: rgba(255, 255, 255, 1);
    font-size: 12px;
    font-weight: 600;
    margin-top: 20px;
}

/*****************banner section end*****************/

/*****************about section start*****************/
.about {
    background-color: rgba(255, 255, 255, 1);
    
    /* background: repeating-linear-gradient(-64deg, #189f56, #e95622 100px); */
    /* background: repeating-radial-gradient( #189f56, #e95622 100px); */
    padding: 100px 0;
}
.about-box .about-box-image {
    width: 100%;
}

.about-box-image {
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border: 4px solid rgba(115, 70, 255, 1);
    box-shadow: 0 0 20px rgba(25, 25, 25, 1);
}

.about-box {
    padding: 0 20px;
}

.about-box h2 {
    color: rgba(25, 25, 25, 1);
    font-size: 34px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    padding-bottom: 25px;
}

.home_icon.nav-item:hover{
    color:#00008b;
    cursor:pointer;
}
.about-box p {
    color: #000;
    font-size: 14px;
    line-height: 28px;
    font-family: 'Roboto Condensed', sans-serif;
    padding-bottom: 25px;
}

.about-button {
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    background-color: #001980;
    font-size: 14px;
    border-radius: 25px;
    padding: 10px 24px;
    transition: all 1s;
}

.about-button:hover {
    color: #ffffff;
    background-color: rgba(11, 54, 151, 1);
}

/*****************about section end*****************/

/************choose section start**************/
.choose {
    padding: 80px 0;
    background-color: rgba(89, 167, 67, 0.1);
    background: linear-gradient(45deg, #38ab6e, #e95622);
    /* background: repeating-linear-gradient(45deg, #189f56, #e95622 100px); */
}

.choose h2 {
    color: white;
    font-size: 42px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    padding-bottom: 65px;
}

.choose-box {
    background: linear-gradient(45deg, rgb(22 0 205), transparent);
    background: #001980;
    padding: 40px 0px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    transition: all 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}
.choose-box:hover::before{
    content: '';
    position: absolute;
    height: 50%;
    width: 200%;
    background: linear-gradient(to top,rgb(25 0 255),red );
    z-index: 1;
    animation: idshaat_0473 4s linear infinite;
    transition: 1s;
}
.choose-box:hover::after{
    position: absolute;
    content: '';
    inset: 3px;
    z-index: 2;
    background-color: #001980;
    border-radius: 20px;
    transition: 1s;
}
.choose-box:hover::after{
    background-color: white;
}
@keyframes idshaat_0473 {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

.choose-info {
    padding: 25px 0px 0px;
    z-index: 3;
}

.choose-info h4 {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 15px;
    font-weight: 500;
    transition: all 0.1s;
}

.choose-image {
    display: inline-block;
    border-radius: 50%;
    transition: all 1s;
    z-index: 3;
}

.choose-image .features-image {
    width: 70%;
}

.features-image {
    border-radius: 50%;
}


.choose-box:hover {
    background: rgba(255, 255, 255, 1);
}

.choose-box:hover .choose-image {
    border-color: #000;
}

.choose-box:hover .choose-info p {
    color: #fff;
}

.choose-box:hover .choose-info h4 {
    color: rgba(5, 70, 122, 1);
}

/************choose section end**************/

/*****************savings section start*****************/
.savings {
    padding: 80px 0;
    background-color: rgba(255, 255, 255, 1);
}

.savings h2 {
    color: rgba(25, 25, 25, 1);
    font-size: 42px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    padding-bottom: 40px;
}

.savings-box {
    padding: 0 20px;
}

.savings-box .savings-image {
    width: 100%;
}

.savings-image {
    border: 5px solid;
    border-left-color: rgba(115, 70, 255, 1);
    border-right-color: rgba(115, 70, 255, 1);
    border-top-color: rgba(21, 112, 28, 1);
    border-bottom-color: rgba(21, 112, 28, 1);
    border-radius: 20px;
    margin: 50px 0;

}

.savings-list li {
    display: flex;
    padding-bottom: 25px;
}

.savings-icon {
    background-image: linear-gradient(45deg, rgb(21 112 28), rgba(5, 70, 122, 1));
    padding: 4px;
    border-radius: 50%;
    display: inline-block
}

.savings-info {
    padding: 5px 25px;
}

.savings-info a {
    color: rgba(5, 70, 122, 1);
    font-size: 18px;
    font-weight: 600;
}

.savings-info p {
    color: rgba(25, 25, 25, 1);
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 20px;
    padding-top: 10px;
}

.savings-icon .deposit-image {
    width: 100%;
}

.deposit-image {
    border-radius: 50%;
}

/*****************discover section end*****************/

/*****************loan section start*****************/
.loan {
    padding: 80px 0;
    background-color: rgba(7, 70, 172, 0.1);
    /* background: repeating-radial-gradient(#e85521, #189f56 100px); */
    background: linear-gradient(45deg, #38ab6e, #e95622);
}

.loan h2 {
    color:white;
    font-size: 42px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    padding-top: 18px;
    padding-bottom: 40px;
}

.loan-box {
    display: flex;
    padding: 20px 40px;
    background-color: #001980;
    margin: 10px 0;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    transition: all 1s;
}

.loan-box1 {
    display: flex;
    padding: 20px 40px;
    background: linear-gradient(45deg, #b32303, #9f3e05);
    margin: 10px 0;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    transition: all 1s;
}

.loan-info p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 20px;
    padding: 5px 0px 15px;
    transition: all 1s;
}

.loan-info1 p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 20px;
    padding: 5px 0px 15px;
    transition: all 1s;
}

.loan-button,
.loan-button1 {
    font-size: 12px;
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: rgba(255, 255, 255, 1);
    padding: 8px 12px;
    border-radius: 5px;
    transition: all 0.5s;
}

.loan-image {
    border: 2px solid rgba(248, 227, 0, 1);
}

.loan-image1 {
    border: 2px solid rgba(248, 227, 0, 1);
}

.loan-info h4 {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 6px;
    transition: all 0.5s;
}

.loan-info1 h4 {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 6px;
    transition: all 0.5s;
}

.loan-info,
.loan-info1 {
    padding-left: 40px;
}

.loan-box:hover {
    background-color: rgba(255, 255, 255, 1);
}

.loan-box:hover .loan-info p {
    color: rgba(0, 0, 0, 1);
}

.loan-box:hover .loan-info h4 {
    color: rgba(7, 70, 122, 1)
}

.loan-box:hover .loan-button {
    color: rgba(255, 255, 255, 1);
    background-color: #001980;
}

.loan-box1:hover .loan-button1 {
    color: rgba(255, 255, 255, 1);
    background-color: #001980;
}
.fa {
    font-size: 19px !important;
}
.address li a {
    color: rgb(0 0 0) !important;
}

/*****************loan section end*****************/

/************footer part start************/
.top-footer {   
    background: linear-gradient(90deg, transparent, #00008b);
    padding: 80px 0;
}

.footer-1 h5 {
    font-size: 20px;
    font-weight: 500;
    padding-top: 20px;
    color: rgba(189, 144, 7, 1);
}

.footer-box p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
    padding-right: 20px;
}

.footer-button {
    background-color: rgba(214, 74, 38, 1);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 26px;
    border-radius: 5px;
    transition: all .5s;
}

.footer-button:hover {
    color: rgba(0, 0, 0, 1);
    background-color: rgba(255, 255, 255, 1);
}

.footer-box h4 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 50px 0 28px;
}

.icon {
    display: inline-block;
}

.icon li {
    padding: 0 12px;
}

.icon li a {
    color: #fff;
    font-size: 18px;
    transition: all .5s;
}

.icon li a:hover {
    color: #fd521d;
}

.footer-3 h6 {
    color: rgba(189, 144, 7, 1);
    font-size: 14px;
    padding-bottom: 8px;
}

.footer-3 h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

.address li {
    color: #fff;
    font-size: 15px;
    font-weight: 200;
    padding-bottom: 10px;
}

.address li a {
    color: rgba(255, 255, 255, 1);

}

.address li a:hover {
    color: rgba(254, 242, 0, 1);
}

.bottom-footer {
    padding: 15px 0;
    background-color: #001980;
    box-shadow: 5px 10px 62px 24px #008ced;
}

.bottom-footer p {
    color: #888888;
}

.bottom-footer-1,
.bottom-footer-2 {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}

.footer-2 h5,
.footer-3 h5 {
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    font-family: 'Roboto Condensed', sans-serif;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(189, 144, 7, 1);
    display: inline-block;
    margin-bottom: 20px;
}

/************footer part end************/

/************banner-about part start************/

.banner-about {
    padding: 220px 0 120px;
    position: relative;
}

.banner-about::before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner-about h1 {
    color: rgba(255, 255, 255, 1);
    font-size: 45px;
    font-weight: 600;
    font-family: "PT Serif";
    padding: 10px 0px;
    position: relative;
    z-index: 1;
}

.banner-content {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 35px;
    text-align: center;
    width: 40%;
    margin: 0 auto;
}

/************banner-about part end************/

/************about-heading part start************/

.about-heading {
    background-color: #001980;
    padding: 18px 0;
    text-align: center;
}

.about-heading h2 {
    font-size: 22px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

/************about-heading part end************/

/************about-page part start************/

.about-page-container h2 {
    font-size: 40px;
    font-weight: 600;
    background-color: rgba(237, 215, 205, 0.9);
    padding: 20px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 1);
}

.about-page h4 {
    color: rgba(25, 25, 25, 1);
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    padding: 50px 0 0;
}

.about-page-image {
    width: 100%;
}

.about-page-info {
    padding: 5px 25px;
}

.about-page-info a {
    color: rgba(11, 54, 151, 1);
    font-size: 18px;
    font-weight: 600;
}

.about-page-box p {
    color: rgba(25, 25, 25, 1);
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 22px;
    padding: 20px 0 0;
}

.about-page-container {
    padding: 0px;
}

.about-page-box {
    padding: 0 40px 50px;
}

/************about-page part end************/

/************profile part start************/

.profile-container h2 {
    font-size: 40px;
    font-weight: 600;
    background-color: rgba(204, 224, 210, 0.9);
    padding: 20px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 1);
}

.profile h4 {
    color: rgba(25, 25, 25, 1);
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    padding: 50px 0 28px;
}

.profile-list {
    margin-top: 10px;
}

.profile-image {
    width: 100%;
}

.profile-list li {
    display: flex;
    padding-bottom: 25px;
}

.profile-info {
    padding: 5px 25px;
}

.profile-info a,
.profile-info h5 {
    color: rgba(11, 54, 151, 1);
    font-size: 18px;
    font-weight: 600;
}

.profile-info p {
    color: rgba(25, 25, 25, 1);
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 20px;
    padding-top: 10px;
}

.profile-box-image {
    width: 15%;
    background-image: linear-gradient(45deg, rgba(211, 54, 151, 1), #001980);
    padding: 2px;
    border-radius: 50%;
    display: inline-block
}


.profile-container {
    padding: 0px;
}

.profile-box {
    padding: 0 40px;
}

/************profile part end************/

/************savings-page part start************/

.savings-page h4 {
    color: rgba(25, 25, 25, 1);
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    padding: 50px 0 20px;
}

.savings-page-image {
    width: 100%;
}

.savings-page-box {
    padding: 0 40px 50px;
}

.savings-page-table thead tr th,
.savings-page-table tbody tr td {
    padding: 15px 0px;
    text-align: center;
}

.table-data {
    border: 1px solid;
}

.savings-page-table {
    margin: 0px 0 20px;
}

.savings-page-table {
    background-color: rgba(220, 208, 255, 1);
    border: 2px solid rgba(25, 25, 25, 1);
}

.savings-page-box h5 {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    display: inline-block;
    margin: 50px 0 20px;
    padding: 8px 20px;
    background-color: rgba(11, 54, 151, 1);
}

/************savings-page part end************/

/************savings-features part end************/

.savings-features-container h2 {
    font-size: 40px;
    font-weight: 600;
    background-color: rgba(220, 208, 255, 0.9);
    padding: 20px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 1);
}

.savings-features-container {
    padding: 0px;
}

.savings-features h4 {
    color: rgba(25, 25, 25, 1);
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    padding: 50px 0 20px;
}

.savings-features-box {
    padding: 0 40px 50px;
}

.savings-features-list li,
.savings-page-list li {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 12px;
}

.savings-features-list li i,
.savings-page-list li i {
    color: rgba(224, 55, 54, 1);
    margin-right: 10px;
}

.savings-features-list,
.savings-page-list {
    margin-bottom: 20px;
}

.sm-heading {
    font-size: 20px;
}

/************savings-features part end************/

/************legal part start************/

.legal {
    padding: 50px 0;
}

.legal-box {
    border: 10px groove rgb(205 37 0);
    margin: 20px 0;
}

.legal-box p {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    background-color: rgba(205, 37, 0, 0.28);
    padding: 10px 0;
}

/************legal part end************/

.policy-page {
    padding: 100px 0;
}

.policy-page_content {
    margin-bottom: 80px;
    padding: 0 20px;
}

.privacy-box {
    margin-bottom: 20px;
}

.checklist li {
    color: #000;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 15px;
}

.checklist li i {
    color: rgba(210, 50, 1, 1);
    font-weight: 600;
}

.privacy-list h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.privacy-list h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;

}

.policy-page h4 {
    display: inline-block;
    border-bottom: 2px solid rgba(210, 50, 1, 1);
    padding-bottom: 10px;
    color: rgba(210, 50, 1, 1);
    font-family: 'PT Serif', serif;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 25px;
}

.terms-box p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 50px;
}

.privacy-box p,
.privacy-list p {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 10px;
}

/******************contact-page-form section start******************/
.contact1 h5 {
    font-size: 25px;
    margin: 50px 0 20px;
    text-align: center;
    font-weight: 600;
}

.contact1-container form {
    width: 80%;
    margin: 0 auto 20px;
}

.contact1-box {
    color: rgba(255, 255, 255, 1);
    background-color: #001980;
    padding: 10px 0 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.contact1-box h6 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}

.contact2-box {
    color: rgba(255, 255, 255, 1);
    background-color: #001980;
    border-radius: 5px;
    padding: 10px 0 10px;
}

.contact2-box h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 10px;
}

.contact1-box p {
    font-size: 14px;
    line-height: 20px;
}

.contact2-box p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
}

.contact2-box ul li {
    float: left;
    font-size: 14px;
    margin: 0 10px;
    border-radius: 5px;
}

.contact2-box ul {
    display: inline-block;
    margin: 10px 0;
}

.contact2-box ul li a {
    color: rgba(24, 121, 48, 1);
}

.contact1-container form .form-control {
    display: block;
    width: 100%;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border-left: 4px solid rgba(115, 70, 255, 1);
    margin: 12px 0;
}

.contact1-container form .form-control:focus {
    color: rgba(25, 25, 25, 1);
    background-color: #fff;
    border-left-color: rgba(224, 55, 54, 1);
    box-shadow: none;
}

.contact2-box .facebook {
    background-color: rgb(255, 255, 255);
    padding: 8px 13px;
}

.contact2-box .twitter {
    background-color: rgb(255, 255, 255);
    padding: 8px 10px;
}

.contact2-box .instagram {
    background-color: rgb(255, 255, 255);
    padding: 8px 11px;
}

.contact2-box .whatsapp {
    background-color: rgba(240, 212, 26, 1);
    padding: 8px 11px;
}

.contact-page-button {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(11, 54, 151, 1);
    padding: 6px 28px;
    border-radius: 5px;
}

.contact-page-button:hover {
    color: rgba(255, 255, 255, 1);
    background-color: #001980;
}

.contact1-box p i {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    margin-right: 10px;
}
.footer-2 h5, .footer-3 h5 {
    font-weight:700 !important;
}
.address li {
    font-weight: 700 !important;
}
/******************contact-page-form section end******************/
@media only screen and (max-width: 1199px) {


    .header-info li {
        font-size: 11px;
        padding-right: 20px;
    }

    .header-info .fa-mobile {
        font-size: 13px;
    }

    .header-info li span {
        padding-left: 4px;
    }

    .dropdown-item {
        font-size: 13px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .bottom-header .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
        padding: 5px 15px;
    }

    .banner .carousel-caption h1 {
        font-size: 36px;
        line-height: 56px;
    }

    .about-box h2 {
        font-size: 32px;
        padding-bottom: 14px;
    }

    .about-box p {
        font-size: 13px;
        line-height: 24px;
        padding-bottom: 18px;
    }

    .about-button {
        font-size: 12px;
        border-radius: 18px;
        padding: 10px 18px;
    }

    .about-box {
        padding: 0 15px;
    }

    .about-box-image {
        border-top-right-radius: 80px;
        border-bottom-left-radius: 80px;
        border: 4px solid rgba(115, 70, 255, 1);
        box-shadow: 0 0 15px rgba(25, 25, 25, 1);
    }

    .choose h2 {
        font-size: 40px;
        padding-bottom: 58px;
    }

    .choose-image .features-image {
        width: 80%;
    }

    .choose-box {
        padding: 25px 0px;
        border-radius: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    }

    .savings h2 {
        font-size: 40px;
        padding-bottom: 40px;
    }

    .savings-info p {
        font-size: 12px;
        line-height: 18px;
        padding-top: 10px;
    }

    .savings-box {
        padding: 0 0px;
    }

    .loan h2 {
        font-size: 40px;
        padding-top: 18px;
        padding-bottom: 40px;
    }

    .loan-info,
    .loan-info1 {
        padding-left: 20px;
    }

    .loan-info p {
        font-size: 12px;
        line-height: 18px;
        padding: 5px 0px 15px;
    }

    .loan-info1 p {
        font-size: 12px;
        line-height: 18px;
        padding: 5px 0px 15px;
    }

    .loan-button,
    .loan-button1 {
        font-size: 11px;
        padding: 7px 12px;
        border-radius: 5px;
    }

    .bottom-footer-1,
    .bottom-footer-2 {
        font-size: 12px;
    }

    .bottom-footer {
        padding: 14px 0;
    }

    .top-footer {
        padding: 70px 0;
    }

    .footer-logo {
        width: 40%;
    }

    .footer-1 h5 {
        font-size: 18px;
        padding-top: 15px;
    }

    .footer-box h4 {
        font-size: 18px;
        padding: 45px 0 25px;
    }

    .icon li a {
        font-size: 16px;
    }

    .banner-about h1 {
        font-size: 42px;
        padding: 10px 0px;
    }

    .banner-about {
        padding: 180px 0 100px;
    }

    .about-heading h2 {
        font-size: 20px;
    }

    .about-page h4,
    .profile h4 {
        font-size: 24px;
        padding: 45px 0 0;
    }

    .about-page-container h2,
    .profile-container h2 {
        font-size: 35px;
        padding: 18px 0;
    }

    .profile-list {
        margin-top: 25px;
    }

    .policy-page h4 {
        border-bottom: 2px solid rgba(210, 50, 1, 1);
        padding-bottom: 5px;
        font-size: 24px;
        margin-bottom: 22px;
    }

    .privacy-list h5 {
        font-size: 17px;
        margin-bottom: 18px;
    }


}

@media only screen and (max-width: 1150px) {

    .navlogo {
        width: 11%;
    }

    .logo-name {
        font-size: 20px;
    }

    .banner .carousel-caption h1 {
        font-size: 32px;
        line-height: 45px;
    }

    .banner-button {
        font-size: 11px;
        margin-top: 25px;
    }

    .banner .carousel-indicators [data-bs-target] {
        width: 14px;
        height: 14px;
        margin: 6px;
    }

    .banner-about h1 {
        font-size: 40px;
        padding: 15px 0px;
    }

    .about-heading h2 {
        font-size: 19px;
    }

    .banner-about {
        padding: 165px 0 95px;
    }

}

@media only screen and (max-width: 1100px) {

    .about-box h2 {
        font-size: 30px;
        padding-bottom: 10px;
    }

    .about-box p {
        font-size: 12px;
        line-height: 22px;
        padding-bottom: 15px;
    }

    .about-button {
        font-size: 11px;
        border-radius: 18px;
        padding: 10px 15px;
    }

    .choose h2 {
        font-size: 36px;
        padding-bottom: 45px;
    }

    .choose-info h4 {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .savings h2,
    .loan h2 {
        font-size: 36px;
        padding-bottom: 38px;
    }

    .about-page-container h2,
    .profile-container h2 {
        font-size: 32px;
        padding: 18px 0;
    }

    .about-heading h2 {
        font-size: 18px;
    }

    .about-page-box p {
        font-size: 13px;
        line-height: 21px;
        padding: 18px 0 0;
    }

    .savings-page-box h5 {
        font-size: 17px;
        border-radius: 10px;
        margin: 45px 0 18px;
        padding: 8px 20px;
    }

    .savings-page-table {
        border: 2px solid rgba(25, 25, 25, 1);
        font-size: 15px;
    }

    .policy-page h4 {
        border-bottom: 2px solid rgba(210, 50, 1, 1);
        padding-bottom: 5px;
        font-size: 22px;
        margin-bottom: 22px;
    }
}

@media only screen and (max-width: 1080px) {

    .logo-name {
        font-size: 19px;
    }

    .banner .carousel-indicators [data-bs-target] {
        width: 13px;
        height: 12px;
        margin: 5px;
    }

    .banner .carousel-caption {
        bottom: 22%;
    }

    .savings h2,
    .loan h2 {
        font-size: 34px;
        padding-bottom: 38px;
    }

    .savings-info a {
        font-size: 17px;
    }

    .savings-info p {
        font-size: 12px;
        line-height: 17px;
        padding-top: 8px;
    }

    .loan-info h4,
    .loan-info1 h4 {
        font-size: 17px;
        padding-bottom: 5px;
    }

    .loan-info p,
    .loan-info1 p {
        font-size: 12px;
        line-height: 17px;
        padding: 5px 0px 12px;
    }

    .loan-button,
    .loan-button1 {
        font-size: 10px;
        padding: 6px 11px;
        border-radius: 5px;
    }

    .loan-box,
    .loan-box1 {
        padding: 20px 28px;
        margin: 10px 0;
    }

    .footer-1 h5 {
        font-size: 17px;
        padding-top: 15px;
    }

    .footer-2 h5,
    .footer-3 h5 {
        font-size: 17px;
        padding-bottom: 5px;
        margin-bottom: 18px;
    }

    .address li {
        font-size: 14px;
        padding-bottom: 8px;
    }

    .footer-button {
        font-size: 13px;
        padding: 10px 24px;
        border-radius: 5px;
    }

    .footer-box h4 {
        font-size: 17px;
        padding: 40px 0 22px;
    }

    .icon li a {
        font-size: 15px;
    }

    .icon li {
        padding: 0 10px;
    }

    .bottom-footer-1,
    .bottom-footer-2 {
        font-size: 11px;
    }

    .banner-about {
        padding: 160px 0 90px;
    }

    .about-heading h2 {
        font-size: 17px;
    }

    .about-heading {
        padding: 17px 0;
    }


}


@media only screen and (max-width: 1024px) {


    .bottom-header .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        padding: 5px 14px;
    }

    .banner .carousel-caption h1 {
        font-size: 32px;
        line-height: 45px;
    }

    .banner .carousel-caption {
        bottom: 17%;
        left: 0%;
        right: 40%;
    }

    .banner-button {
        font-size: 11px;
        margin-top: 15px;
    }

    .carousel-indicators {
        margin-bottom: 0px;
    }

    .banner .carousel-indicators [data-bs-target] {
        width: 14px;
        height: 14px;
        margin: 5px;
    }

    .about-box h2 {
        font-size: 29px;
        padding-bottom: 14px;
    }

    .about-button {
        font-size: 11px;
        border-radius: 20px;
        padding: 9px 18px;
    }

    .choose h2,
    .savings h2,
    .loan h2 {
        font-size: 35px;
        padding-bottom: 48px;
    }

    .footer-1 h5 {
        font-size: 18px;
        line-height: 25px;
    }

    .footer-logo {
        width: 40%;
    }

    .footer-2 h5,
    .footer-3 h5 {
        font-size: 17px;
        padding-bottom: 4px;
        margin-bottom: 18px;
    }

    .address li {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .banner-about h1 {
        font-size: 40px;
        padding: 8px 0px;
    }

    .banner-about {
        padding: 160px 0 70px;
    }

    .about-heading h2 {
        font-size: 18px;
    }

    .about-page h4,
    .profile h4 {
        font-size: 24px;
        padding: 40px 0 0;
    }

    .about-page-container h2,
    .profile-container h2 {
        font-size: 32px;
        padding: 18px 0;
    }

    .about-page-box p {
        font-size: 13px;
        line-height: 21px;
        padding: 16px 0 0;
    }
}

@media only screen and (max-width: 992px) {

    .bottom-header .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        padding: 5px 15px;
    }

    .dropdown-item {
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .about-box {
        padding: 0 12px;
    }

    .about-box h2 {
        font-size: 28px;
        padding-bottom: 14px;
    }

    .choose h2,
    .savings h2,
    .loan h2 {
        font-size: 34px;
        padding-bottom: 40px;
    }


}

@media only screen and (max-width: 991px) {

    .header-info li {
        font-size: 10px;
        padding-right: 20px;
    }

    .header-info .fa-mobile {
        font-size: 12px;

    }

    .header-icon li a {
        font-size: 11px;
    }

    .bottom-header .navbar-light .navbar-nav .nav-item.active .nav-link.active {
        color: rgba(42, 126, 60, 1);
        font-weight: 600;
        background-color: rgba(0, 0, 0, 0);
        border-radius: 10px;
    }

    .bottom-header .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
        color: rgba(25, 25, 25, 1);
        font-weight: 400;
        background-color: rgba(5, 70, 122, 0);
        border-radius: 20px;
        padding: 6px 20px;
        transition: all 0.2s;
    }

    .bottom-header .navbar-nav {
        background-color: #e16a2b33;
        margin: 25px 0;
    }

    .choose h2,
    .savings h2,
    .loan h2 {
        font-size: 32px;
        padding-bottom: 42px;
    }

    .about-box h2 {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .about-box {
        padding: 0 5px;
    }

    .about-box p {
        font-size: 11px;
        line-height: 18px;
        padding-bottom: 12px;
    }

    .about-button {
        font-size: 10px;
        border-radius: 20px;
        padding: 8px 14px;
    }

    .about-box-image {
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        border: 4px solid rgba(115, 70, 255, 1);
        box-shadow: 0 0 15px rgb(25 25 25);
    }

    .choose-info h4 {
        font-size: 14px;
        padding-bottom: 4px;
    }

    .savings-info {
        padding: 0px 10px;
    }

    .savings-info a {
        font-size: 16px;
        font-weight: 600;
    }

    .savings-info p {
        font-size: 11px;
        line-height: 16px;
        padding-top: 8px;
    }

    .savings-list li {
        padding-bottom: 18px;
    }

    .savings-icon {
        padding: 2px;
    }

    .savings-image {
        border: 4px solid;
        border-left-color: rgba(115, 70, 255, 1);
        border-right-color: rgba(115, 70, 255, 1);
        border-top-color: rgba(21, 112, 28, 1);
        border-bottom-color: rgba(21, 112, 28, 1);
        border-radius: 20px;
        margin: 50px 0;
    }

    .loan-info h4,
    .loan-info1 h4 {
        font-size: 16px;
        padding-bottom: 4px;
    }

    .loan-info p,
    .loan-info1 p {
        font-size: 10px;
        line-height: 14px;
        padding: 2px 0 10px;
    }

    .loan-button,
    .loan-button1 {
        font-size: 9px;
        padding: 5px 10px;
        border-radius: 5px;
    }

    .loan-box,
    .loan-box1 {
        display: flex;
        padding: 14px 15px;
        background-color: #001980;
        margin: 10px 0;
        border-radius: 20px;
        box-shadow: 0 0 10px rgb(0 0 0);
        transition: all 1s;
    }

    .footer-1 h5 {
        font-size: 16px;
        line-height: 22px;
        padding-top: 12px;
    }

    .footer-logo {
        width: 52%;
    }

    .footer-2 h5,
    .footer-3 h5 {
        font-size: 16px;
        padding-bottom: 4px;
        margin-bottom: 14px;
    }

    .address li {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .footer-button {
        font-size: 14px;
        padding: 8px 20px;
        border-radius: 5px;
    }

    .footer-box h4 {
        font-size: 16px;
        letter-spacing: 1px;
        padding: 38px 0 18px;
    }

    .icon li a {
        font-size: 15px;
    }

    .banner-about h1 {
        font-size: 38px;
        padding: 8px 0px;
    }

    .about-heading {
        padding: 16px 0;
    }

    .top-footer {
        padding: 60px 0;
    }

    .bottom-footer-box {
        width: 50%;
    }

    .banner-about {
        padding: 150px 0 70px;
    }

    .about-heading {
        padding: 14px 0;
    }

    .about-page-container h2,
    .profile-container h2 {
        font-size: 30px;
        padding: 18px 0;
    }

    .policy-page h4 {
        border-bottom: 2px solid rgba(210, 50, 1, 1);
        padding-bottom: 5px;
        font-size: 20px;
        margin-bottom: 22px;
    }
}

@media only screen and (max-width: 860px) {

    .top-header {
        padding: 6px 0;
    }

    .navbar-toggler-icon {
        width: 1.2em;
        height: 1.2em;
    }

    .banner .carousel-caption h1 {
        font-size: 28px;
        line-height: 40px;
    }

    .about-box {
        padding: 0 2px;
    }

    .banner-about {
        padding: 150px 0 70px;
    }

    .choose h2,
    .savings h2,
    .loan h2 {
        font-size: 30px;
        padding-bottom: 32px;
    }

    .loan-info,
    .loan-info1 {
        padding-left: 10px;
    }

    .loan-info p,
    .loan-info1 p {
        font-size: 10px;
        line-height: 14px;
        padding: 2px 0 5px;
    }

    .loan-box,
    .loan-box1 {
        padding: 14px 12px;
        margin: 10px 0;
        border-radius: 20px;
    }

    .about-page h4,
    .profile h4 {
        font-size: 22px;
        padding: 32px 0 0;
    }

    .about-page-box p {
        font-size: 13px;
        line-height: 21px;
        padding: 14px 0 0;
    }

    .about-page-container h2,
    .profile-container h2 {
        font-size: 28px;
        padding: 16px 0;
    }

    .about-heading h2 {
        font-size: 17px;
    }

    .about-heading {
        padding: 15px 0;
    }

    .profile-box-image {
        width: 20%;
        padding: 2px;
    }

    .profile-info a,
    .profile-info h5 {
        font-size: 17px;
    }

    .banner-about h1 {
        font-size: 36px;
        padding: 8px 0px;
    }

    .about-heading h2 {
        font-size: 16px;
    }

    .about-heading {
        padding: 12px 0;
    }

    .savings-page-box h5 {
        font-size: 15px;
        border-radius: 10px;
        margin: 45px 0 18px;
        padding: 8px 20px;
    }

    .savings-page-table {
        border: 2px solid rgba(25, 25, 25, 1);
        font-size: 14px;
    }

    .checklist li {
        color: #000;
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .contact1-box h6 {
        font-size: 15px;
        line-height: 20px;
        font-weight: 600;
        padding-bottom: 8px;
    }

    .contact1-box p {
        font-size: 12px;
        line-height: 16px;
    }

    .contact2-box p {
        font-size: 12px;
        line-height: 16px;
        padding-bottom: 16px;
    }

    .contact2-box .facebook {
        padding: 5px 11px;
    }

    .contact2-box .twitter {
        padding: 5px 10px;
    }

    .contact2-box .instagram {
        padding: 5px 10px;
    }

    .contact2-box ul li {
        font-size: 12px;
        margin: 0 6px;
    }

    .contact2-box ul {
        margin: 2px 0;
    }

    .contact1 h5 {
        font-size: 22px;
        margin: 35px 0 12px;
    }

    .contact1-container form .form-control {
        width: 100%;
        padding: 8px 10px;
        font-size: 12px;
        border-left: 4px solid rgba(115, 70, 255, 1);
        margin: 8px 0;
    }

    .contact-page-button {
        font-size: 12px;
        padding: 6px 26px;
    }

    .contact2-box h6 {
        font-size: 15px;
        line-height: 20px;
        padding-bottom: 6px;
    }

    .contact1-container form {
        width: 90%;
        margin: 0 auto 20px;
    }

    .privacy-box p,
    .privacy-list p {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 10px;
    }

    .privacy-list h6 {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {

    .about-box {
        padding: 0 4px;
    }

    .bottom-header .navbar-toggler-icon {
        width: 1em;
        height: 1em;
    }

    .banner-about h1 {
        font-size: 35px;
        padding: 6px 0px;
    }

    .choose-info h4 {
        font-size: 13px;
        padding-bottom: 2px;
    }

    .banner .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
        margin: 4px;
    }

    .footer-1 h5 {
        font-size: 15px;
        line-height: 20px;
        padding-top: 12px;
    }

    .address li {
        font-size: 12px;
        padding-bottom: 8px;
    }

    .footer-button {
        font-size: 12px;
        padding: 8px 18px;
        border-radius: 5px;
    }

    .icon li a {
        font-size: 14px;
    }

    .icon li {
        padding: 0 8px;
    }

    .about-heading h2 {
        font-size: 16px;
    }

    .banner-about {
        padding: 128px 0 65px;
    }

    .about-page-box p {
        font-size: 12px;
        line-height: 20px;
        padding: 12px 0 0;
    }

    .about-page-container h2,
    .profile-container h2 {
        font-size: 24px;
        padding: 16px 0;
    }

    .checklist li {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .banner-about h1 {
        font-size: 32px;
        padding: 6px 0px;
    }
}

@media only screen and (max-width: 767px) {

    .top-info {
        width: 60%;
    }

    .top-icon {
        width: 40%;
    }

    .banner .carousel-caption h1 {
        font-size: 26px;
        line-height: 40px;
    }

    .about-box h2 {
        font-size: 26px;
        padding-bottom: 10px;
    }

    .about-box-image {
        display: none;
    }

    .about {
        padding: 80px 0;
    }

    .about-box p {
        font-size: 12px;
        line-height: 22px;
        padding-bottom: 18px;
    }

    .savings-image {
        display: none;
    }

    .choose-box {
        padding: 25px 0px;
        border-radius: 20px;
        margin: 0 80px 28px;
    }

    .choose-info h4 {
        font-size: 15px;
        padding-bottom: 2px;
    }

    .loan-container,
    .loan-container1 {
        width: 22%;
    }

    .loan-info,
    .loan-info1 {
        padding-left: 20px;
    }

    .footer-1 h5 {
        font-size: 18px;
        line-height: 20px;
        padding: 20px 0 28px;
    }

    .footer-logo {
        width: 18%;
    }

    .footer-box {
        margin-bottom: 20px;
    }

    .footer-4 {
        display: none;
    }

    .bottom-footer-1,
    .bottom-footer-2 {
        font-size: 11px;
    }

    .about-none {
        display: none;
    }

    .loan-part {
        padding: 0px;
        width: 50%;
    }

    .contact1-box {
        padding: 10px 0 10px;
        border-radius: 5px;
        margin: 20px 200px 0px;
    }

    .contact2-box {
        border-radius: 5px;
        padding: 10px 20px 10px;
        margin: 20px 200px;
    }

    .contact1 h5 {
        font-size: 20px;
        margin: 35px 0 10px;
    }

    .contact1-container form {
        width: 60%;
        margin: 0 auto 20px;
    }

    .contact-page-button {
        font-size: 11px;
        padding: 5px 20px;
    }

    .contact1-box h6 {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .contact2-box h6 {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 10px;
    }

    .profile-box-image {
        width: 10%;
        padding: 2px;
    }

    .policy-page h4 {
        border-bottom: 2px solid rgba(210, 50, 1, 1);
        padding-bottom: 4px;
        font-size: 20px;
        margin-bottom: 22px;
        line-height: 22px;
    }

    .terms-box p {
        font-size: 14px;
        line-height: 22px;
        font-weight: 600;
        margin-top: 40px;
    }

    .privacy-box p,
    .privacy-list p {
        font-size: 13px;
        line-height: 20px;
        padding-bottom: 10px;
    }

    .privacy-list h5 {
        font-size: 15px;
        margin-bottom: 18px;
    }

    .privacy-list h6 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

}

@media only screen and (max-width: 710px) {

    .banner .carousel-caption h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .banner-button {
        font-size: 10px;
        margin-top: 12px;
        padding: 5px 10px;
    }

    .banner .carousel-caption {
        bottom: 17%;
        left: 0;
        right: 0%;
    }

    .about-heading h2 {
        font-size: 14px;
    }

    .about-page h4,
    .profile h4 {
        font-size: 21px;
        padding: 28px 0 0;
    }

    .about-page-box p {
        font-size: 11px;
        line-height: 18px;
        padding: 12px 0 0;
    }

    .about-page-box p {
        font-size: 11px;
        line-height: 18px;
        padding: 8px 0 0;
    }

    .profile-info a,
    .profile-info h5 {
        font-size: 16px;
    }

    .profile-info p {
        font-size: 12px;
        line-height: 18px;
        padding-top: 4px;
    }

    .profile-info {
        padding: 5px 18px;
    }

    .savings-page-box h5 {
        font-size: 14px;
        border-radius: 10px;
        margin: 28px 0 16px;
        padding: 8px 20px;
    }

    .savings-page-table {
        border: 2px solid rgba(25, 25, 25, 1);
        font-size: 13px;
    }

    .savings-page-table thead tr th,
    .savings-page-table tbody tr td {
        padding: 10px 0px;
    }

    .banner-about h1 {
        font-size: 28px;
        padding: 10px 0px;
    }

    .banner-content {
        width: 50%;
    }

    .banner-about {
        padding: 120px 0 50px;
    }

    .contact2-box {
        border-radius: 5px;
        padding: 15px 20px 15px;
        margin: 20px 100px;
    }

    .contact1-box {
        padding: 15px 0 15px;
        border-radius: 5px;
        margin: 20px 100px 0px;
    }

}

@media only screen and (max-width: 576px) {

    .top-header {
        padding: 4px 0;
    }

    .banner-button {
        display: none;
    }

    .banner .carousel-caption h1 {
        font-size: 20px;
        line-height: 34px;
    }

    .banner .carousel-caption {
        bottom: 17%;
        left: 0%;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
        margin: 0 18%;
    }

    .banner .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        margin: 4px;
    }

    .about-box h2 {
        font-size: 24px;
        padding-bottom: 8px;
    }

    .choose h2,
    .savings h2,
    .loan h2 {
        font-size: 28px;
        padding-bottom: 40px;
    }

    .about-page-container h2,
    .profile-container h2 {
        font-size: 22px;
        padding: 12px 0;
    }

    .about-page h4,
    .profile h4 {
        font-size: 20px;
        padding: 28px 0 0;
    }

    .savings-page-box h5 {
        font-size: 12px;
        border-radius: 10px;
        margin: 20px 0 15px;
        padding: 6px 18px;
    }

}

@media only screen and (max-width: 575px) {

    .navlogo {
        width: 40%;
    }

    .bottom-header .navbar-nav {
        margin: 20px 0;
    }

    .footer-logo {
        width: 14%;
    }

    .bottom-footer-1,
    .bottom-footer-2 {
        font-size: 10px;
    }

    .profile-box-image {
        width: 12%;
        padding: 2px;
    }

    .checklist li {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .about-page-container h2,
    .profile-container h2 {
        font-size: 20px;
        padding: 10px 0;
    }

    .contact1-container form {
        width: 80%;
        margin: 0 auto 20px;
    }

    .privacy-box p,
    .privacy-list p {
        font-size: 12px;
        line-height: 20px;
        padding-bottom: 10px;
    }

    .privacy-list h6 {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .policy-page {
        padding: 60px 0;
    }

}

@media only screen and (max-width: 524px) {

    .banner .carousel-caption h1 {
        font-size: 19px;
        line-height: 32px;
    }

    .banner .carousel-caption {
        padding: 10px 5px;
    }

    .bottom-footer-1,
    .bottom-footer-2 {
        font-size: 9px;
        line-height: 16px;
    }

    .footer-1 h5 {
        font-size: 17px;
        line-height: 20px;
        padding: 20px 0 25px;
    }

    .footer-2 h5,
    .footer-3 h5 {
        font-size: 15px;
        padding-bottom: 2px;
        margin-bottom: 12px;
    }

    .address li {
        font-size: 11px;
        padding-bottom: 6px;
    }
}


@media only screen and (max-width: 511px) {

    .top-icon {
        width: 35%;
    }

    .top-info {
        width: 65%;
    }

    .header-info li {
        font-size: 9px;
        padding-right: 10px;
    }

    .header-info .fa-mobile {
        font-size: 11px;
    }

    .header-info li span {
        padding-left: 2px;
    }

    .banner .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
        margin: 4px;
    }

    .logo-name {
        font-size: 16px;
    }

    .navlogo {
        width: 10%;
        height: 10%;
    }

    .navbar-toggler {
        padding: 0.2rem 0.7rem;
        font-size: 1.2rem;
    }

    .about-box h2 {
        font-size: 22px;
        padding-bottom: 8px;
    }

    .choose h2,
    .savings h2,
    .loan h2 {
        font-size: 26px;
        padding-bottom: 35px;
    }

    .bottom-header .navbar-nav {
        background-color: #e16a2b33;
        margin: 20px 0;
    }

}

@media only screen and (max-width: 490px) {

    .banner .carousel-caption h1 {
        font-size: 18px;
        line-height: 28px;
    }

}

@media only screen and (max-width: 480px) {
    .banner .carousel-caption h1 {
        font-size: 16px;
        line-height: 26px;
    }

    .header-info li {
        font-size: 8px;
        padding-right: 8px;
    }

    .header-info .fa-mobile {
        font-size: 10px;
    }

    .bottom-header .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        padding: 5px 18px;
    }

    .dropdown-item {
        font-size: 11px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .choose h2,
    .savings h2,
    .loan h2 {
        font-size: 24px;
        padding-bottom: 32px;
    }

    .top-header {
        padding: 2px 0 0;
    }

    .header-icon li a {
        font-size: 10px;
    }

    .header-icon li {
        padding: 0 8px;
    }

    .logo-name {
        font-size: 15px;
    }

    .savings-info a,
    .loan-info h4,
    .loan-info1 h4 {
        font-size: 15px;
    }

    .footer-1 h5 {
        font-size: 16px;
        line-height: 20px;
        padding: 18px 0;
    }

    .footer-2 h5,
    .footer-3 h5 {
        font-size: 14px;
        padding-bottom: 2px;
        margin-bottom: 12px;
    }

    .about-page-container h2,
    .profile-container h2 {
        font-size: 18px;
        padding: 10px 0;
    }

    .banner-about h1 {
        font-size: 25px;
        padding: 10px 0px;
    }

    .banner-content {
        width: 65%;
    }

    .about-heading h2 {
        font-size: 12px;
    }

    .savings-page-table {
        border: 2px solid rgba(25, 25, 25, 1);
        font-size: 12px;
    }

    .savings-page-box h5 {
        font-size: 12px;
        border-radius: 10px;
        margin: 20px 0 15px;
        padding: 8px 18px;
    }

    .banner-about {
        padding: 100px 0 45px;
    }
}

@media only screen and (max-width: 460px) {

    .savings-page-box {
        padding: 0 28px 28px;
    }

    .profile-box-image {
        width: 15%;
        padding: 2px;
    }

    .about-page h4,
    .profile h4 {
        font-size: 19px;
        padding: 28px 0 0;
    }

    .about-page-container h2,
    .profile-container h2 {
        font-size: 16px;
        padding: 8px 0;
    }

}

@media only screen and (max-width: 450px) {

    .logo-name {
        font-size: 14px;
    }

    .navbar-brand {
        margin-right: 2px;
    }

    .logo-container {
        width: 80%;
    }

    .about-box h2 {
        font-size: 20px;
        padding-bottom: 8px;
    }

    .about-box p {
        font-size: 11px;
        line-height: 19px;
        padding-bottom: 15px;
    }

    .about-button {
        font-size: 9px;
        border-radius: 20px;
        padding: 8px 14px;
    }

    .choose h2,
    .savings h2,
    .loan h2 {
        font-size: 22px;
        padding-bottom: 28px;
    }

    .savings-info a,
    .loan-info h4,
    .loan-info1 h4 {
        font-size: 14px;
    }

    .banner .carousel-caption h1 {
        font-size: 14px;
        line-height: 22px;
    }

    .banner .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
        margin: 2px;
    }

    .carousel-indicators {
        bottom: -5px;
    }

    .about,
    .savings,
    .loan {
        padding: 65px 20px;
    }

    .loan-container,
    .loan-container1 {
        width: 28%;
    }

}


@media only screen and (max-width: 420px) {

    .savings-info p {
        font-size: 10px;
        line-height: 13px;
        padding-top: 2px;
    }

    .footer-1 h5 {
        font-size: 15px;
        line-height: 20px;
        padding: 15px 0;
    }

    .footer-2 h5,
    .footer-3 h5 {
        font-size: 13px;
        padding-bottom: 1px;
        margin-bottom: 10px;
    }

    .bottom-footer-1,
    .bottom-footer-2 {
        font-size: 8px;
        line-height: 14px;
    }

    .about-page-container h2,
    .profile-container h2 {
        font-size: 16px;
        padding: 10px 0;
    }

    .banner-about h1 {
        font-size: 22px;
        padding: 8px 0px;
    }

    .savings-page-box h5 {
        font-size: 11px;
        border-radius: 8px;
        margin: 20px 0 15px;
        padding: 6px 15px;
    }

    .checklist li {
        font-size: 11px;
        line-height: 15px;
        margin-bottom: 8px;
    }

    .savings-page-table thead tr th,
    .savings-page-table tbody tr td {
        padding: 8px 0px;
    }

    .contact1-box h6 {
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        padding-bottom: 8px;
    }

    .contact2-box h6 {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 8px;
    }

    .contact2-box p {
        font-size: 11px;
        line-height: 16px;
        padding-bottom: 14px;
    }

    .contact1-box p {
        font-size: 11px;
        line-height: 18px;
    }

    .contact1-box {
        padding: 15px 0 15px;
        border-radius: 5px;
        margin: 20px 80px 0px;
    }

    .contact2-box {
        border-radius: 5px;
        padding: 15px 20px 15px;
        margin: 20px 80px;
    }

    .privacy-box p,
    .privacy-list p {
        font-size: 11px;
        line-height: 18px;
        padding-bottom: 10px;
    }

    .policy-page h4 {
        border-bottom: 2px solid rgba(210, 50, 1, 1);
        padding-bottom: 4px;
        font-size: 18px;
        margin-bottom: 22px;
        line-height: 22px;
    }

    .privacy-list h6 {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 400px) {

    .header-info li {
        font-size: 7px;
        padding-right: 8px;
    }

    .header-info .fa-mobile {
        font-size: 9px;
    }

    .header-icon li a {
        font-size: 9px;
    }

    .header-icon li {
        padding: 0 5px;
    }

    .logo-name {
        font-size: 13px;
    }

    .navbar-toggler {
        padding: 0.2rem 0.6rem;
        font-size: 1rem;
    }

    .about-box h2 {
        font-size: 18px;
        padding-bottom: 8px;
    }

    .choose h2,
    .savings h2,
    .loan h2 {
        font-size: 20px;
        padding-bottom: 25px;
    }

    .choose-box {
        padding: 25px 0px;
        border-radius: 20px;
        margin: 0 65px 25px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 1);
    }

    .choose-info h4 {
        font-size: 14px;
        padding-bottom: 0px;
    }

    .savings-image {
        margin: 25px 0;
    }

    .loan-container,
    .loan-container1 {
        width: 50%;
    }


    .savings-page-box {
        padding: 0 20px 28px;
    }

    .contact1-box {
        padding: 15px 0 15px;
        border-radius: 5px;
        margin: 20px 50px 0px;
    }

    .contact2-box {
        border-radius: 5px;
        padding: 15px 20px 15px;
        margin: 20px 50px;
    }

    .contact1-container form {
        width: 80%;
        margin: 0 auto 20px;
    }

    .about-page-container h2,
    .profile-container h2 {
        font-size: 14px;
        padding: 10px 0;
    }

    .profile-box-image {
        width: 16%;
        padding: 2px;
    }

    .privacy-list h6 {
        font-size: 11px;
        line-height: 17px;
        margin-bottom: 10px;
    }

    .policy-page {
        padding: 50px 0;
    }

    .about-page h4,
    .profile h4 {
        font-size: 18px;
        padding: 28px 0 0;
    }

    .about-heading {
        padding: 8px 0;
    }
    
    .terms-box p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 28px;
}
}



@media only screen and (max-width: 365px) {

    .logo-name {
        font-size: 12px;
        letter-spacing: 0;
    }

    .bottom-header .navbar-light .navbar-nav .nav-link {
        font-size: 11px;
        padding: 4px 18px;
    }

    .banner .carousel-caption h1 {
        font-size: 13px;
        line-height: 20px;
    }

    .dropdown-item {
        font-size: 10px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .about-box h2 {
        font-size: 16px;
        padding-bottom: 8px;
    }

    .about-box-image {
        box-shadow: 0 0 5px rgb(25 25 25);
    }

    .savings-info a,
    .loan-info h4,
    .loan-info1 h4 {
        font-size: 12px;
    }

    .savings-info p {
        font-size: 9px;
        line-height: 12px;
        padding-top: 2px;
    }

    .loan-info p,
    .loan-info1 p {
        font-size: 9px;
        line-height: 12px;
        padding: 1px 0 4px;
    }

    .loan-button,
    .loan-button1 {
        font-size: 8px;
        padding: 4px 8px;
        border-radius: 5px;
    }

    .choose-box {
        padding: 25px 0px;
        border-radius: 20px;
        margin: 0 50px 25px;
        box-shadow: 0 0 5px rgb(0 0 0);
    }

    .footer-1 h5 {
        font-size: 14px;
        line-height: 20px;
        padding: 12px 0;
    }

    .footer-2 h5,
    .footer-3 h5 {
        font-size: 12px;
        padding-bottom: 1px;
        margin-bottom: 8px;
    }

    .address li {
        font-size: 10px;
        padding-bottom: 2px;
    }

    .choose-info h4 {
        font-size: 12px;
        padding-bottom: 0px;
    }

    .about-page-container h2,
    .profile-container h2 {
        font-size: 14px;
        padding: 8px 0;
    }

    .profile-box-image {
        width: 18%;
        padding: 2px;
    }

    .banner-about {
        padding: 85px 0 45px;
    }

    .about-heading h2 {
        font-size: 11px;
    }

    .banner-about h1 {
        font-size: 20px;
        padding: 6px 0px;
    }
}

@media only screen and (max-width: 350px) {

    .savings-page-box {
        padding: 0 15px 20px;
    }

    .about-page-container h2,
    .profile-container h2 {
        font-size: 14px;
        padding: 8px 0;
        box-shadow: 0 0 2px rgb(0 0 0);
    }

    .about-heading h2 {
        font-size: 11px;
    }

    .about-heading {
        padding: 8px 0;
    }

    .privacy-list h6 {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 340px) {


    .banner .carousel-caption h1 {
        font-size: 12px;
        line-height: 18px;
    }

    .about-box p {
        font-size: 10px;
        line-height: 16px;
        padding-bottom: 12px;
    }

    .about-button {
        font-size: 8px;
        border-radius: 8px;
        padding: 8px 10px;
    }

    .choose h2,
    .savings h2,
    .loan h2 {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .savings-info p {
        font-size: 8px;
        line-height: 11px;
        padding-top: 1px;
    }

    .loan-info p,
    .loan-info1 p {
        font-size: 8px;
        line-height: 12px;
        padding: 1px 0 1px;
    }

    .loan-button,
    .loan-button1 {
        font-size: 7px;
        padding: 4px 8px;
        border-radius: 5px;
    }

    .loan-info,
    .loan-info1 {
        padding-left: 10px;
    }

    .loan-box,
    .loan-box1 {
        padding: 10px 10px;
        margin: 8px 0;
        border-radius: 20px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 1);
    }

    .savings-image {
        margin: 10px 0;
    }

    .about,
    .choose,
    .savings,
    .loan {
        padding: 40px 10px;
    }

    .choose-image .features-image {
        width: 50%;
    }

    .choose-box {
        padding: 20px 0px;
        margin: 0 65px 20px;
    }

    .bottom-header .navbar-light .navbar-nav .nav-link {
        font-size: 10px;
        padding: 2px 10px;
    }

    .footer-1 h5 {
        font-size: 12px;
        line-height: 20px;
        padding: 10px 0;
    }

    .footer-2 h5,
    .footer-3 h5 {
        font-size: 11px;
        padding-bottom: 1px;
        margin-bottom: 6px;
    }

    .address li {
        font-size: 9px;
        padding-bottom: 1px;
    }

    .top-header {
        display: none;
    }

    .profile-info a,
    .profile-info h5 {
        font-size: 14px;
    }

    .profile-info p {
        font-size: 11px;
        line-height: 16px;
        padding-top: 2px;
    }

    .banner-about {
        padding: 80px 0 40px;
    }

    .legal-box p {
        font-size: 12px;
        padding: 8px 0;
    }

    .policy-page h4 {
        border-bottom: 1px solid rgba(210, 50, 1, 1);
        padding-bottom: 5px;
        font-size: 14px;
        margin-bottom: 18px;
    }

    .terms-box p {
        font-size: 11px;
        line-height: 16px;
        font-weight: 600;
        margin-top: 28px;
    }

    .privacy-box p,
    .privacy-list p {
        font-size: 10px;
        line-height: 15px;
        padding-bottom: 5px;
    }

    .privacy-list h5 {
        font-size: 11px;
        margin-bottom: 10px;
        text-align: center;
    }

    .privacy-list h6 {
        font-size: 11px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .policy-page {
        padding: 50px 0 0px;
    }

    .about-page h4,
    .profile h4 {
        font-size: 16px;
        padding: 28px 0 0;
    }

    .checklist li {
        font-size: 10px;
        line-height: 15px;
        margin-bottom: 6px;
    }

    .contact1-box h6,
    .contact2-box h6 {
        font-size: 12px;
        line-height: 18px;
        font-weight: 600;
        padding-bottom: 5px;
    }

    .contact2-box ul li {
        font-size: 10px;
        margin: 0 4px;
    }

    .contact2-box .facebook {
        padding: 4px 10px;
    }

    .contact2-box .twitter {
        padding: 4px 8px;
    }

    .contact2-box .instagram {
        padding: 4px 9px;
    }

    .contact1 h5 {
        font-size: 16px;
        margin: 28px 0 2px;
    }

    .contact1-container form .form-control {
        width: 100%;
        padding: 6px 8px;
        font-size: 10px;
        border-left: 4px solid rgba(115, 70, 255, 1);
        margin: 5px 0;
    }

    .contact-page-button {
        font-size: 10px;
        padding: 4px 15px;
    }

    .contact1-box p i {
        font-size: 14px;
        margin-right: 5px;
    }

    .contact1-box {
        padding: 10px 5px 10px;
        border-radius: 5px;
        margin: 10px 50px 0px;
    }

    .contact2-box {
        padding: 10px 5px 10px;
        border-radius: 5px;
        margin: 10px 50px;
    }

    .top-footer {
        padding: 25px 0;
    }

    .bottom-footer {
        padding: 10px 0;
    }

    .footer-box {
        margin-bottom: 10px;
    }

    .bottom-footer-1,
    .bottom-footer-2 {
        font-size: 7px;
        line-height: 12px;
    }

    .rot {
        border: 5px solid rgba(109, 190, 69, 1);
        width: 100px;
        height: 100px;
        border-right: 5px solid rgba(0, 104, 35, 1);
    }

    .about-page-box {
        padding: 0 24px 50px;
    }
}

