:root{
    --the-black: #000000;
    --the-white: #ffffff;
    --light-blue: #015DEA;
    --dark-blue:#2E3192;
    --the-yellow:#EBCF01;
    --dim-blue:#E9E9FF;
    --border-color:#E5E5E5;
    --card-color:#F6F9F8;
    --visit-button:#2E319280;

}


.contact-us .banner-content {
    top: 90% !important;
}

.contact-us  h1 {
    font-size: 66px !important;
}

.card-contact {
    background: var(--dark-blue);
    border-radius: 20px;
    padding: 40px 40px 140px 40px;
    /* margin-top: -70px; */
}

.card-contact h3 {
    padding-bottom: 50px;
    color: white;
}
.contact-information {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 80px;
    color: var(--the-white);
}


.contact-inner {
    position: relative;
    padding-left: 130px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
}

.contact-inner::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "fontello";
    background: white;
    color: var(--dark-blue);
    padding: 20px 30px;
    font-size: 30px;
    border-radius: 20px;
}

.contact-inner.one::before{
    content: '\e846';
}
.contact-inner.two::before{
    content: "\e84d"; 
}
.contact-inner.three::before{
    content: '\e836';
}

.contact-us .banner-content .images {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 100%;
    margin: 0 auto;
}
.contact-us .banner-content .images img {
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
    width: 100% !important;
    height: 68em;
}
/* .contact-us .banner-content .row {
    align-items: start;
} */
.contact-us-content .row {
    justify-content: center;
    align-items: start;
    gap: 40px;
}

.nf-field-element input, .nf-field-element select{
    border: none !important;
    border-bottom: 2px solid rgba(46, 49, 146, 0.5) !important;
    background: transparent !important;
}
.nf-field-element textarea {
    border: none !important;
    border-bottom: 2px solid rgba(46, 49, 146, 1) !important; 
    background: transparent !important;
}
.nf-form-fields-required,
.nf-error-msg, .ninja-forms-req-symbol {
    display: none;
}

.nf-field-element {
    position: relative;
    display: inline-block; /* Keep it inline with the input field */
}

input#nf-field-8 {
    border: none !important;
    background: var(--dark-blue) !important;
    color: var(--the-white);
    padding: 10px 60px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.nf-field-element::before {
    content: '\e855';
    font-family: "fontello";
    position: absolute;
    top: 50%;
    left: 220px;
    transform: translateY(-50%);
    font-size: 20px;
    color: var(--the-white);
    background: var(--light-blue);
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    z-index: 1;
    justify-content: center;
    padding: 22px;
    border-radius: 50%;
}

div#nf-field-7-wrap .nf-field-element::before,
div#nf-field-9-wrap .nf-field-element::before,
div#nf-field-6-wrap .nf-field-element::before,
div#nf-field-5-wrap .nf-field-element::before{
    display: none !important;
}


div#nf-field-5-wrap {
    width: 45%;
}
div#nf-field-6-container {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
}
form {
    position: relative;
}
.nf-field-container {
    margin-bottom: 47px !important;
}

.nf-field-label .nf-label-span, .nf-field-label label {
    color: rgba(255, 255, 255, 1);
    font-weight: 400 !important;
}
label#nf-label-field-7 {
    color: rgba(46, 49, 146, 1);
}

section#contact-us-section {
    position: relative;
    margin-top:120px;
}

.con-footer .site-footer {
    margin-top: 500px;
}


@media screen and (max-width: 1399px){
    section#contact-us-section {
        margin-top: 26px;
    }
}

@media screen and (max-width: 1199px){
    .contact-us  h1 {
        font-size: 36px !important;
    }
    .card-contact {
        padding: 40px 10px 140px 10px;
        /* margin-top: -70px; */
    }
    .contact-inner::before {
        padding: 11px 22px;
        font-size: 22px;;
    }
    .contact-inner {
        padding-left: 90px;
    }
    section#contact-us-section {
        margin-top: 81px;
    }
    .con-footer .site-footer {
        margin-top: 600px;
    }
}

@media screen and (max-width: 1100px){

    .contact-us .banner-content .col-md-6.banner-in {
        width: 100%;
    }
    section#contact-us-section {
        padding-top: 500px;
    }

    .contact-us .banner-content .images img {
        display: none;
    }
    .con-footer .site-footer {
        margin-top: 900px;
    }
    .nf-field-label .nf-label-span, .nf-field-label label{
        color: var(--the-black);
    }
}

@media screen and (max-width: 991px){
    .contact-inner::before {
        font-size: 20px;
        border-radius: 20px;
        padding: 4px 10px;
    }
    .contact-inner {
        font-size: 15px;
        padding-left: 70px;
    }
}

@media screen and (max-width: 768px){
    section#contact-us-section {
        padding-top: 900px;
    }
    .con-footer .site-footer {
        margin-top: 830px;
    }
}

@media screen and (max-width: 767px){

    section#location-address .map-container iframe {
        height: 500px;
        width: 100%;
    }
    div#nf-field-5-wrap {
        width: 100%;
    }
    div#nf-field-6-container {
        width: 100%;
        position:unset;
    }
    section#contact-us-section .row {
        gap: 70px;
    }

    .con-footer .site-footer {
        margin-top: 1520px;
    }
}

@media screen and (max-width: 337px){
    .con-footer .site-footer {
        margin-top: 1480px;
    }

}


 input[type="text"],
 input[type="email"],
 input[type="tel"],
 input[type="url"],
textarea {
    padding-left: 12px; /* space/indent from the left */
}


@media screen and (max-width: 1100px) {

    .col-md-6.banner-in {
    display: none;
}
}