* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --navi-blue: #0f4d8b;
    --light-gray: #d9d9d9;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

span i.fa-solid.fa-bars {
    color: #fff;
}

.bttnn:focus {
    box-shadow: none;
}

.region-select select {
    background-color: inherit;
}

.header_wrapper {
    padding: 5px 0;
    background-color: var(--light-gray);

}

.region-select span img {
    padding-left: 10px;
}

.header_wrapper .region-select ul li {
    padding-left: 10px;
}

.header_wrapper .region-select ul li a {
    color: var(--navi-blue);
    font-size: 15px;
}

.header_wrapper span .se_icon {
    padding-left: 10px;
}

.header_wrapper i.fa-solid.fa-magnifying-glass.se {
    padding-left: 10px;
}

/* modal */
.modal-header .close span {
    padding: 5px;
}

/* modal end */

/* nav section*/
.nav-item .nav-link.arrow {
    position: relative;
    transition: all .5s ease-in-out, color .2s ease-in-out;
}

.nav-item .nav-link.arrow:after {
    content: "\f107";
    left: 97%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    font-family: 'FontAwesome';
    padding-top: 8px;
}

li.nav-item {
    padding-right: 10px;
}

.logo-img ul li a span {
    color: #0f4d8b;
}

i.fa-solid.fa-magnifying-glass.se-icon {
    color: #0f4d8b;
    padding-left: 10px;
}

.logo-img ul li a {
    color: #0f4d8b;
}

.nav-sec {
    background: var(--navi-blue);
}

.nav-sec .login-btn {
    position: relative;
}

.nav-sec .login-btn .login-arrow {
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-left: 16px;
    padding: 5px 30px 5px 10px;
    position: relative;
    text-transform: capitalize;
    position: relative;
    transition: all .5s ease-in-out, color .2s ease-in-out;
}

.nav-sec .login-btn .login-arrow:after {
    content: "\f107";
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    font-family: 'FontAwesome';
    padding-top: 8px;
}

select.form-select.form-select-sm {
    color: #0f4d8b;
}

.nav-sec .login-btn span {
    padding-right: 10px;
}

.nav-sec .login-btn .login_hover {
    display: none;
}

.nav-sec .login-btn:hover .login_hover {
    float: right;
    display: block;
    background: #fff;
    position: absolute;
    right: 0;
    top: 100%;
    box-shadow: 0 0 6px #6a6565;
    padding: 20px;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 120px;
    overflow: auto;
    z-index: 999;
}

    .nav-sec .login-btn:hover .login_hover ul {
        max-width: 100%;
    }

        .nav-sec .login-btn:hover .login_hover ul li {
            margin-bottom: 2px;
        }

.dispdivcol{
    display:flex;
    flex-direction:column;
}

.nav-sec .login-btn .login_hover::-webkit-scrollbar {
    width: 3px;
}

.nav-sec .login-btn .login_hover::-webkit-scrollbar-thumb {
    background-color: var(--navi-blue);
    border-radius: 20px;
}

.nav-sec .login-btn:hover .login-arrow:after {
    transform: rotate(-180deg);
    top: 7px;
}

.navbar-nav .nav-item .nav-link {
    color: #fff;
}


/* mega menu dropdwon */
.navbar .navbar-nav li {
    position: relative;
}

.navbar .navbar-nav li:hover .mega_menu {
    transform: scaleY(1);
}

.mega_menu {
    position: absolute;
    background: #fff;
    width: 100%;
    min-width: 700px;
    max-width: 700px;
    left: 0;
    top: 100%;
    z-index: 999;
    padding: 20px;
    border: solid 1px;
    transition: 0.5s ease-in-out;
    transform: scaleY(0);
    transform-origin: 0 0;
}

.mega_menu .mega_menu_inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.mega_menu .mega_menu_inner .mega_menu_item {
    flex: 1;
}

.mega_menu_item ul {
    border: solid 1px #c3baba;
    padding: 10px;
    border-radius: 3px;
}

.mega_menu_item .main_menuess {
    font-size: 15px;
    font-weight: 700;
    color: #2a2a2a;
}

.mega_menu_item ul li a {
    font-size: 13px;
    font-weight: 700;
    color: #646464;
}

.mega_menu_item ul li {
    margin: 10px 0;
}

.mega_menu_item ul li a span img {
    margin-right: 5px;
}

button.btn2 {
    color: #fff;
    background-color: #0f4d8b;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #fff;
    font-size: 15px;
    transition: all 0.5s ease-in-out;
    width:142%;
    margin:2px;
    
}

button.btn2:hover {
    background-color: #fff;
    color: #0f4d8b;
    border: 1px solid #0f4d8b;
    border-radius: 5px;
}

/* banner slider*/
.home-loan {
    width: 70%;
    padding: 20px 20px;
    background-color: #d3e7ff;
    box-shadow: 0 0 6px #6a6565;
}

.home-loan a button {
    width: 100%;
    color: #fff;
    background-color: #0f4d8b;
    padding: 3px 20px;
    border-radius: 5px;
    border: 1px solid #fff;
    font-size: 15px;
    transition: all 0.5s ease-in-out;
}

.home-loan a button:hover {
    background-color: #fff;
    color: #0f4d8b;
}

.home-loan .explore {
    text-align: center;
    font-size: 15px;
    color: #0f4d8b;
    display: block;
}

/* fixed menu css */
.fix_menu {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    border-right: none;
    box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .16);
    display: block;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 25%;
    width: 100%;
    width: 61px;
    z-index: 999;
}

.fix_menu ul li a span:nth-child(2) {
    transform: translateX(100px);
}

.fixed_menu ul li:hover {
    transform: translateX(-145px);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 17%);
    background-color: var(--light-gray-color);
    width: 218px;
    border-radius: 10px 00 0 10px;
}

.fixed_menu ul li:hover a span:last-child {
    opacity: 1;
    transition: 0.5s ease-in-out;
}

.fixed_menu ul li a {
    display: flex;
    column-gap: 10px;
    padding: 0 15px;
    align-items: center;
    transition: 0.5s ease-in-out;
}

.fixed_menu ul li a span:last-child {
    opacity: 0;
    transition: 0.5s ease-in-out;
}

.fixed_menu {
    position: fixed;
    right: 0;
    top: 25%;
    background: #fff;
    box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, .16);
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #e2e2e2;
    width: 60px;
    z-index: 999;
}

.fixed_menu ul li {
    height: 45px;
    list-style-type: none;
    align-items: center;
    display: flex;
    transition: 0.5s ease-in-out;
    width: 218px;
    transform: translateX(0px);
}

.form-group.row.gross {
    border: 1px solid #dacfcf;
    border-radius: 3px;
    height: 200px;
}

.form-group.row label {
    font-size: 20px;
    font-weight: 500;
}

/*slick-slide*/
.carousel-caption {
    text-align: left;
    top: 40%;
    transform: translateY(-50%);
}

.carousel-caption h5 {
    color: #004c8f;
    font-size: 30px;
    font-weight: 700;

}

.carousel-caption h5 span {
    color: #e42828;
    font-size: 30px;
    font-weight: 700;

}

.carousel-caption p {
    color: #2d2d2d;
    font-size: 20px;
    font-weight: 700;

}

.slick_wrapper .slider .slide-1 {
    background-color: #004c8f;
    border: solid 1px #004c8f;
    border-radius: 5px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.slide-1 a img {
    width: 100%;
    max-width: 50px;
    margin: 0 auto;

}

.slide-1 a h6 {
    font-size: 15px;
    color: #fff;
}

.slick-slide img {
    display: block;

}

.slide-1 {
    align-items: center;
}

.slide-1 a img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.c {
    width: 150px;
    background-color: #0f4d8b;
    height: 150px;
}

.questions-img {
    background-image: url("../images/chat-with-us.jpeg");
    background-size: cover;
    width: 100%;
    background-position: center;
}

.questions-img button {

    color: #fff;
    background-color: #0f4d8b;
    padding: 3px 10px;
    border-radius: 5px;
    border: 1px solid #fff;
    font-size: 15px;
    transition: all 0.5s ease-in-out;
}

.questions-img button:hover {
    background-color: #fff;
    color: #0f4d8b;
}

.questions-img {
    padding: 10% 0 10% 50%;
}

.questions-img span {
    color: red;
}

.img-2 {
    background-image: url("../images/savings-account.jpeg");
    background-size: cover;
    width: 100%;
    background-position: center;
}

/*section loan products*/
.card-body ul li {
    padding: 8px 0;
    border-bottom: solid 1px #d6d6d6;
}

.card-body ul li:hover a {
    margin-left: 10px;
    color: var(--navi-blue);
    cursor: pointer;
}

.card-body ul li:last-child {
    border-bottom: none;
}

.card-body ul li a {
    font-size: 14px;
    color: #262626;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s ease-in-out;
}

.card-body {
    padding: 1rem 1rem 0rem;

}

.card {
    border-bottom: 2px solid #0f4d8b;
    height: 100%;
}

.card img {
    width: 100%;
    height: auto;
    max-height: 200px;
    min-height: 200px;
    object-fit: cover;
}

.card-b a {
    color: #0f4d8b;
    font-size: 15px;
}

.card-d a {
    color: #0f4d8b;
    font-size: 15px;
}

.icon-content img {
    border: 1px solid #bbd5e4;
    border-radius: 50%;
    padding: 15px;
    background-color: #bbd5e4;
}

section.looking {
    margin: 80px 0;
}

.icon-content p {
    color: #000;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 20px;
    padding: 16px 12px 0px;
    text-align: center;
}

.icon-content button {
    background-color: #fff;
    border: 1px solid #004c8f;
    border-radius: 4px;
    color: #004c8f;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 20px;
    transition: all .3s ease-in-out;
}

.icon-content button:hover {
    background-color: var(--navi-blue);
    color: #fff;
}

/* Home Loan */
.card2 {
    box-shadow: 0 10px 40px #eee;
    height: 100%;
}

.card2 img {
    width: 100%;
    height: auto;
    max-height: 230px;
    object-fit: cover;
    min-height: 230px;
}

.card2 .card-d h5 {
    padding: 2px 10px;
    border: 2px solid #c6dbf0;
    background-color: #c6dbf0;
    border-radius: 5px;
    color: #0f4d8b;
    font-size: 15px;
    display: inline-block;
}

/* testiminial */
.textimonial-sec .testimonial-grid {
    background-color: #f7f7f7;
    border-radius: 4px;
    padding: 38px 26px;
    width: 100%;
    height: 100%;
    position: relative;
}

.textimonial-sec .testimonial-grid:after {
    content: "";
    left: 26px;
    position: absolute;
    top: 10px;
    background: url("../images/quotes.png");
    width: 80px;
    height: 67px;
}

.textimonial-sec .testimonial-grid h4 {
    color: #004c8f;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.textimonial-sec .testimonial-grid p {
    color: #666;
    display: inline;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.textimonial-sec .testimonial-btn a {
    background-color: #fff;
    border: 1px solid #004c8f;
    border-radius: 4px;
    color: #004c8f;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 20px;
    margin-top: 30px;
    transition: all .3s ease-in-out;
}

.textimonial-sec .testimonial-btn {
    text-align: center;
}

.textimonial-sec .testimonial-btn a:hover {
    background-color: var(--navi-blue);
    color: #fff;
}

.looking .icon-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

form.range-form {
    padding: 5px 10px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    background-color: #e7f0f7;
    height: 100%;
}

button.click.mt-3.mb-3 {
    padding: 4px 40px;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #afaeae;
    border-radius: 3px;
    color: #4c4b4b;
}

p.not-2 {
    font-size: 13px;
    margin: 10px 0 0 0;
    font-weight: 700;
}

p.not-content {
    font-size: 13px;
    font-weight: 400;
}

.emi h6 {
    font-size: 15px;
    padding: 5px;
}

a#overview-tab {
    font-size: 15px;
    font-weight: 500;
}

a#without-clearfix-tab {
    font-size: 15px;
    font-weight: 500;
}

a#solution-tab {
    font-size: 15px;
    font-weight: 500;
}

label {
    font-size: 15px;
    font-weight: 400;
}

span#demo {
    font-size: 12px;
    font-weight: 400;
}

.emi {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 15px 10px;
    background-color: #e7f0f7;
}

.circle_iner {
    margin: 0 auto;
}

.enquiry_form {
    background-color: #badef3;
}

.modal-content {
    background-color: #ddeef8;
}

.contact__info {
    /*background: url(../images/Untitled-2.jpg);*/
    background-color: #b6d1f1;
    text-align: center;
    margin: 0 auto !important;
    width: 90%;
   /* height: 400px;*/
    padding: 50px 12px;
    border-radius: 12px;
    box-shadow: 8px 8px 8px #949292;
}

.contact p {
    font-size: 22px;
    margin: 6px 0 25px 0;
    color: #242323;

}

.input-container {
    display: flex;
    width: 100%;
    margin-bottom: 20px;

}

.from .icon {
    padding: 10px;
    background: #104e8b;
    color: #fff;
    min-width: 50px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.name {
    padding: 10px;
    background: #df0d0e;
    color: #fff;
    min-width: 50px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.name:hover {
    background-color: #104e8b;
}

.icon:hover {
    background-color: #df0d0e;
}

/* Style the input fields */
.from .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
}

.input-field:focus {
    border: 2px solid dodgerblue;
}

/* Set a style for the submit button */
.from .btn {
    background-color: #df0d0e;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    font-size: 15px;
    transition: all 0.5s ease-in-out;
}

.from .btn:hover {
    background-color: #fdfdfd;
    border: 1px solid #2d2d2d;
    color: #4e4e4e;
}

/* 
  span {
    border: solid 1px #cfcdcd;
    padding: 10px;
    display: inline-block;
    border-radius: 2px;
    margin: 10px 0;
}

input {
    width: 100%;
}
*/
/* footer*/

footer {
    background-color: #0f4d8b;
}

.nav-11 {
    display: flex;
    height: 30px;
    justify-content: space-around;
    align-items: center;
    background-color: #56a5eb;

}

.footer-nar-bar {
    display: inline-block;
}


.container-flud a {
    color: #fff;
    font-size: 10px;
}

.container-flud h6 {
    color: #fff;
    font-size: 14px;
}

.container-flud h5 {
    border-left: solid red;
    padding-left: 5px;
}

.container-flud h5 {
    color: #fff;
    font-size: 12px;
    padding-top: px;
}

.container-flud p {
    color: #fff;
    font-size: 10px;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.icon-facebook a i {
    border: 2px solid;
    border-radius: 50%;
    font-size: 14px;
}

.icon-facebook i {
    padding: 8px;
    background-color: red;
}

.icon-facebook a :hover {
    background-color: #fff;
    color: red;
}

.copy p:hover {
    color: #004c8f;
}

.input-text input {
    padding: 0 5px;
}

.hr-1 hr {
    color: #fff;
}

.Mumbai input {
    font-size: 12px;
    padding: 0 5px;
    color: #9f9c9c;
}

.Mumbai submit {
    padding: 2px 12px;
    color: #504e4e;
}

i.fa-solid.fa-phone {
    padding: 0 5px;
}

.Mumbai p {
    margin-bottom: 5px;
}

.icon-facebook {
    margin-top: 10px;
}

.wrapper-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.progress-bar {
    background: #d0e9fa;
    width: 200px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
}

.progress-bar:before {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: #444;
    z-index: 0;
}

/*===== The CSS =====*/
.progress {
    width: 200px;
    height: 380px;
    z-index: 1;
}

.progress .track,
.progress .fill {
    fill: rgba(0, 0, 0, 0);
    stroke-width: 3;
    transform: rotate(90deg)translate(0px, -80px);
}

.progress .track {
    stroke: #20313e;
}

.progress .fill {
    stroke: #008eff;
    stroke-dasharray: 219.99078369140625;
    stroke-dashoffset: -219.99078369140625;
    transition: stroke-dashoffset 1s;
}

.progress .value {
    fill: #008eff;
    text-anchor: middle;
}

.progress .text {
    font-size: 12px;
    fill: #fff;
    text-anchor: middle;
}


/* cicle css */
.circle_iner {
    display: flex;
    height: 120px;
    width: 120px;
    align-items: center;
    justify-content: center;
    border: solid 10px;
    border-radius: 100%;
    position: relative;
}

.range-form span#demo {
    border: solid 1px #73727282;
    padding: 10px;
    display: block;
    border-radius: 2px;
    box-shadow: 0 0 22px #eee;
}

.amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.amount label,
.amount input {
    flex: 1
}


/*************housing loans page css *****************/
.bg_image_2 {
    background-image: url("../images/housing-loan-banner-image-new.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero_content p {
    font-size: 13px;
    color: #008eff;
}

.hero_content h5 {
    margin: 0;
    padding: 0;
    color: #004c8f;
    font-size: 30px;
    font-weight: 700;
}

.hero_content span {
    margin: 0;
    padding: 0;
    color: #e42828;
    font-size: 30px;
    font-weight: 700;
}

button.gts_button {
    background-color: #004c8f;
    border: 1px solid #004c8f;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 24px;
    transition: all 0.5s ease-in-out;
}

button.gts_button:hover {
    background-color: #fff;
    border: 1px solid #004c8f;
    border-radius: 3px;
    color: #474747;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 24px;
}

.housing__loans_contant {
    border: 1px solid #e4e1e1;
    padding: 10px 5px;
}

section.resale_home {
    background-color: #f5f5f5;
}

.btttnn_3 button.btn33 {
    background-color: #004c8f;
    border: 1px solid #004c8f;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 24px;
    transition: all 0.5s ease-in-out;
}

.btttnn_3 button.btn33:hover {
    background-color: #fff;
    border: 1px solid #004c8f;
    border-radius: 3px;
    color: #474747;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 24px;
}

.need_loan_section .need_loan {
    /* width: 500px;
    height: 500px;*/
    background-image: url("../images/lap-banner.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding: 50px;
}

.need_loan_section h4 {
    font-size: 30px;
    font-weight: 700;
    color: #004c8f;
}

.need_loan_section p {
    font-size: 20px;
    font-weight: 700;
}

.chat_button {
    background-color: #004c8f;
    border: 1px solid #004c8f;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 24px;
    transition: all 0.5s ease-in-out;
}

.chat_button:hover {
    background-color: #fff;
    border: 1px solid #004c8f;
    border-radius: 3px;
    color: #474747;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 24px;
}

.resale_home_img img {
    width: 100%;
}

/***********************
**************************non Housing Loans css start **********************
                                                        *******************/
.dreams_img img {
    width: 100%;
    height: 350px;
}

.resale_home_img2 img {
    width: 100%;

}

/***********************
**************************non Housing Loans css end **********************
                                                        *******************/

.bg_image_5 {
    background-image: url("../images/nri-housing-banner-desktop.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.button55 {
    color: #fff;
    background-color: #0f4d8b;
    padding: 3px 20px;
    border-radius: 5px;
    border: 1px solid #fff;
    font-size: 15px;
    transition: all 0.5s ease-in-out;
}

.button55:hover {
    background-color: #fff;
    color: #0f4d8b;
    border: 1px solid #0f4d8b;

}

.select_00 {
    width: 150PX;
}

.residing .residing {
    text-align: center;
}

.benefits h5 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

.benefits li.pe-5 {
    font-size: 12px;
    display: block;
}

/***********************
**************************NRI Loans css start **********************
                                                        *******************/












/***********************
**************************login css start **********************
                                                        *******************/





.form-container {
    width: 86%;
    margin: 0 auto;
    padding: 50px;
    background-color: #0f4d8b;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgb(255 251 251 / 20%);
    color: #fff;
}


.form-container h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    text-shadow: 1px 2px 0px #0a0a0a;
}

.pageform {
    display: flex;
    flex-direction: column;
    line-height: 40px;
}

label {
    font-size: 18px;
}

.pageform input {

    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 16px;
    color: black;

}

.btndivk button {
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.2s ease-in-out;
    margin-top: 28px;
    margin-bottom: 19px;
}

.backcol {
    background-image: url(../images/BANNER-A.jpg);
}

/* 


/*************************NRI Loans css end ************ *******************/



/* Default styles for forms */
.form-container {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;

}

.form-container h1 {
    font-size: 24px;
    margin-right: 46px;
}


.form-container label {
    display: block;
    margin-top: 10px;
}

.form-container input {
    width: 100%;
    padding: 4px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-container h2 {
    color: rgb(255 255 255);
    text-shadow: 6px 0px 0px #1e1d1d;
    float: left;
    margin-top: -43px;
    margin-left: -36px;
}

/* Responsive styles */
@media (max-width: 768px) {
    .form-container {
        max-width: 100%;
        padding: 10px;
    }

    .form-container h1 {
        font-size: 20px;
        margin-top: 58px;

    }
    .form-container {
        width: 86%;
        margin: 0 auto;
        padding: 50px;
        background-color: #0f4d8b;
        border-radius: 10px;
        box-shadow: 1px 1px 10px rgb(255 251 251 / 20%);
        color: #fff;
    }

    /* .form-container input,
    .form-container button {
        width: 100%;
    } */
}

@media only screen and (max-width: 768px) and (min-width: 580px) {
    .form-container h2 {
        margin-top: -6px;
        margin-left: -5px;

    }
}