@font-face {
    font-family: 'Adani-Medium';
    src: url('fonts/Adani-Medium.eot');
    src: url('fonts/Adani-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Adani-Medium.woff2') format('woff2'), url('fonts/Adani-Medium.woff') format('woff'), url('fonts/Adani-Medium.ttf') format('truetype'), url('fonts/Adani-Medium.svg#Adani-Medium') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adani-Light';
    src: url('fonts/Adani-Light.eot');
    src: url('fonts/Adani-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Adani-Light.woff2') format('woff2'), url('fonts/Adani-Light.woff') format('woff'), url('fonts/Adani-Light.ttf') format('truetype'), url('fonts/Adani-Light.svg#Adani-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Adani-Regular';
    src: url('fonts/Adani-Regular.eot');
    src: url('fonts/Adani-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Adani-Regular.woff2') format('woff2'), url('fonts/Adani-Regular.woff') format('woff'), url('sonts/Adani-Regular.ttf') format('truetype'), url('fonts/Adani-Regular.svg#Adani-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adani-SemiBold';
    src: url('fonts/Adani-SemiBold.eot');
    src: url('fonts/Adani-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/Adani-SemiBold.woff2') format('woff2'), url('fonts/Adani-SemiBold.woff') format('woff'), url('fonts/Adani-SemiBold.ttf') format('truetype'), url('fonts/Adani-SemiBold.svg#Adani-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.scroll-nav ul li.active:after {
    background: none !important;
}
.scroll-nav ul li.active-before:after {
    content: "";
    width: 100%;
    transition: ease all 0.5s;
    background: #179E96;
    width: 1100% !important;
}

.covid-info .gallery-grid .gallery-img img {
    /*width: 100%;*/
    display: block;
}

.contact-us .breadcrumb-wrap {
    padding-top: 105px;
    background: #F4EFEC;
}

.contact-us .contact-frm {
    background: #FFFFFF;
    padding: 50px;
}

.contact-us .lhs-wrap h3 {
    margin: 30px 0 0 0;
}

.contact-us .lhs-wrap P a {
    color: #000000;
    text-decoration: none;
}

.contact-us .form-wrap h4 {
    padding: 5px 0 5px 20px;
    border-left: 2px solid #179E96;
    margin: 0;
}

.contact-us .form-wrap .form-inner {
    padding: 20px 0 0 20px;
}

.contact-us .form-control {
    background: #F4EFEC;
    box-shadow: none;
    border-radius: 0;
    font-family: 'Adani-Regular';
    font-size: 16px;
    color: #494746;
}
/*.contact-us .form-wrap .form-inner .row {
	margin-bottom: 20px;
}*/
.contact-us textarea.form-control {
    width: 100%;
    height: 95px;
}

.contact-info {
    margin-top: 60px;
}

    .contact-info .address-section {
        background: #FFFFFF;
        padding: 50px;
    }

        .contact-info .address-section h3 {
            color: #179E96;
        }

        .contact-info .address-section p a {
            color: #000000;
            text-decoration: none;
        }

    .contact-info .pr-lg-5:last-child {
        padding-right: 15px !important;
    }

.contact-us .list-style-plane h4 {
    margin-bottom: 5px;
    font-family: inherit;
    font-size: 22px;
}

.contact-us .list-style-plane p {
    margin-bottom: 0;
    color: #666;
    font-size: 18px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1rem + 2px) !important;
    padding: 0.375rem 0.75rem;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #eee9e4;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: 0px 0 10px -2px rgba(0, 0, 0, 0.25) inset;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(101, 51, 0, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.4;
    background: transparent;
}

.form-control::-moz-placeholder {
    color: #000000;
    opacity: 0.4;
    background: transparent;
}

.form-control:-ms-input-placeholder {
    color: #000000;
    opacity: 0.4;
    background: transparent;
}

.form-control::-ms-input-placeholder {
    color: #000000;
    opacity: 0.4;
    background: transparent;
}

.form-control::placeholder {
    color: #000000;
    opacity: 0.4;
    background: transparent;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm,
    .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col,
    .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input[disabled] ~ .form-check-label,
    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .form-control:valid:focus,
    .form-control.is-valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .custom-select:valid:focus,
    .custom-select.is-valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before,
    .custom-control-input.is-valid ~ .custom-control-label::before {
        border-color: #28a745;
    }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .form-control:invalid:focus,
    .form-control.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .custom-select:invalid:focus,
    .custom-select.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
    .custom-control-input.is-invalid ~ .custom-control-label::before {
        border-color: #dc3545;
    }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.validation {
    font-size: 14px;
    color: #f00;
}


.contact-us .request-form .input-head {
    text-align: left;
    font-family: 'Adani-Regular';
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 13px;
}

.contact-us .request-form .addItem {
    text-align: left;
    text-decoration: underline;
    font-family: 'Adani-SemiBold';
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    cursor: pointer;
}

.contact-us .request-form .item-head {
    font-family: 'Adani-SemiBold';
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-block: 15px;
    margin-right: 40px;
}

.contact-us .request-form .deleteItm#l-1 {
    display: none;
}

.contact-us .request-form .deleteItm {
    width: 16px;
    height: 19px;
    margin-block: 15px;
    cursor: pointer;
}

.contact-us .lnf-required::after {
    content: ' *';
    color: red;
}



#complaintSuccessModal .modal-content,
#complaintErrorModal .modal-content {
    border-radius: 0;
    border: none !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

    #complaintSuccessModal .modal-content .success-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
        padding-bottom: 70px;
    }

        #complaintSuccessModal .modal-content .success-container .check-circle {
            height: 50px;
            width: 50px;
            margin-bottom: 15px;
        }

        #complaintSuccessModal .modal-content .success-container .success-head {
            text-align: left;
            font-family: 'Adani-Regular';
            font-weight: 600;
            font-size: 24px;
            line-height: 28px;
            letter-spacing: 0px;
            color: #000000;
            opacity: 1;
            margin-bottom: 6px;
        }

        #complaintSuccessModal .modal-content .success-container .success-para {
            font-family: 'Adani-Regular';
            font-weight: normal;
            font-size: 19px;
            line-height: 23px;
            letter-spacing: 0px;
            color: #000000;
            opacity: 1;
            margin-bottom: 50px;
            text-align: center;
        }

        #complaintSuccessModal .modal-content .success-container .success-btn {
            background: #179F95 0% 0% no-repeat padding-box;
            font-family: 'Adani-Regular';
            font-weight: normal;
            font-size: 19px;
            line-height: 23px;
            letter-spacing: 0px;
            color: #FFFFFF;
            width: 242px;
            height: 43px;
            border: none;
        }

#complaintErrorModal .modal-content {
    width: auto;
}

    #complaintErrorModal .modal-content .error-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 45px;
        padding-bottom: 28px;
        padding-inline: 35px;
        width: 500px;
        max-width: 100%;
    }

    #complaintErrorModal .modal-content .error-head {
        font-family: 'Adani-Medium';
        font-weight: normal;
        font-size: 29px;
        line-height: 34px;
        letter-spacing: 0px;
        color: #AD0000;
        opacity: 1;
    }

    #complaintErrorModal .modal-content .error-para {
        font-family: 'Adani-Medium';
        font-weight: normal;
        font-size: 29px;
        line-height: 34px;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        white-space: break-spaces;
        text-align: center;
    }

    #complaintErrorModal .modal-content .error-btn {
        width: 219px;
        height: 56px;
        font-family: 'Adani-Medium';
        font-weight: normal;
        font-size: 18px;
        line-height: 22px;
        color: #FFFFFF;
        opacity: 1;
        background: #179E96 0% 0% no-repeat padding-box;
        border-radius: 28px;
        opacity: 1;
        border: none;
    }


/* Upload Item Image CSS  start   ---------------- */
.contact-us .itemImage-container {
    width: 100%;
    height: auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 3px dashed #E2E2E2;
    margin-bottom: 35px;
    position: relative;
    padding-block: 20px;
}

    .contact-us .itemImage-container .uplodDisabler {
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #f0f0f0;
        opacity: 0.5;
    }


    .contact-us .itemImage-container .init-msg {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

        .contact-us .itemImage-container .init-msg.hover {
            opacity: 0.4;
        }

        .contact-us .itemImage-container .init-msg img {
            height: 28px;
            width: 28px;
            margin-bottom: 10px;
        }

        .contact-us .itemImage-container .init-msg .upload-msg {
            text-align: left;
            font-family: 'Adani-SemiBold';
            font-weight: normal;
            font-size: 16px;
            line-height: 19px;
            letter-spacing: 0px;
            color: #000000;
            margin-bottom: 1.5rem;
        }

            .contact-us .itemImage-container .init-msg .upload-msg .click-Upload {
                text-decoration: underline;
                font-family: 'Adani-Regular';
                cursor: pointer;
            }

    .contact-us .itemImage-container .img-array {
        display: none;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
        width: 100%;
        padding-inline: 20px;
        gap: 15px;
    }

        .contact-us .itemImage-container .img-array .newImg,
        .contact-us .itemImage-container .img-array .addImg {
            background: #EBEBEB 0% 0% no-repeat padding-box;
            border-radius: 8px;
            height: 110px;
            width: 110px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 0;
            position: relative;
            padding: 5px;
        }

            .contact-us .itemImage-container .img-array .newImg .delete-img {
                position: absolute;
                top: 0;
                right: 0;
                padding: 5px;
                height: 25px;
                border-top-right-radius: 8px;
                border-bottom-left-radius: 8px;
                background-color: #EBEBEB;
                cursor: pointer;
            }

            .contact-us .itemImage-container .img-array .newImg img {
                object-fit: contain;
                max-width: 100%;
                max-height: 100%;
            }

/* Upload Item Image CSS  end   ------------------ */


.Complainant-submit {
    display: none;
    width: 324px;
    height: 56px;
    text-align: center;
    font-family: 'Adani-Medium';
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    background: #179E96 0% 0% no-repeat padding-box;
    border-radius: 28px;
    border: none;
}

#reCaptcha{
    display: none;
}

/* Bottom Card CSS  start   ------------------ */
.contact-us .Lost_Item_Array {
    /* display: none; */
}

.Lost_Item_Array .item_card {
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 18px;
    opacity: 1;
    padding-block: 27px;
    padding-inline: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

    .Lost_Item_Array .item_card .item_point {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }

        .Lost_Item_Array .item_card .item_point .type {
            font-family: 'Adani-Medium';
            font-weight: normal;
            font-size: 16px;
            line-height: 19px;
            letter-spacing: 0px;
            color: #6F6F6F;
        }

        .Lost_Item_Array .item_card .item_point .valu {
            font-family: 'Adani-Medium';
            font-weight: normal;
            font-size: 18px;
            line-height: 22px;
            letter-spacing: 0px;
            color: #000000;
            max-width: 100px;
            overflow-x: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

/* Bottom Card CSS  end   ------------------ */





/* Slick Carousel CSS start */
.Lost_Item_Array .slickBox {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.Lost_Item_Array .wrapper {
    width: 250px;
    max-height: 213px;
    overflow-y: hidden;
    text-align: center;
}

.Lost_Item_Array .carousel {
    width: 90%;
    margin: 0px auto;
}

.Lost_Item_Array .slick-slide {
    margin: 10px;
}

    .Lost_Item_Array .slick-slide img {
        width: 100%;
        border: 2px solid #fff;
    }

.Lost_Item_Array .LNF-imgbox {
    width: 211px;
    height: 193px;
    background: #EBEBEB 0% 0% no-repeat padding-box;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

    .Lost_Item_Array .LNF-imgbox img {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
        border: none;
        height: 100%;
    }

.Lost_Item_Array .slickBox .wrapper .LNF-imgr-arr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    opacity: 1;
    border: none;
    background-color: transparent;
}

.Lost_Item_Array .slickBox .wrapper .LNF-imgl-arr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    opacity: 0.4;
    border: none;
    background-color: transparent;
}


.Lost_Item_Array .item_card .more_detial {
    text-decoration: underline;
    font-family: 'Adani-Medium';
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0px;
    color: #4BA5F2;
    opacity: 1;
    cursor: pointer;
}


/* Slick Carousel CSS end */


/* More Detail Popup Css start */
.more_modal .modal-dialog {
    max-width: 1500px !important;
    width: 70vw;
}

.more_modal .modal-content .modal-header {
    justify-content: space-between;
    border-bottom: 0;
}

.more_modal .modal-content {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 0;
    border: none !important;
}

.more_modal .mD-key {
    text-align: left;
    font-family: 'Adani-Medium';
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0px;
    color: #6F6F6F
}

.more_modal .mD-val {
    font-family: 'Adani-Medium';
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #000000;
}
/* More Detail Popup Css end */




/* Loader Css Start */
.lds-facebook {
    /* change color here */
    color: #179e96;
    z-index: 1050;
}

    .lds-facebook,
    .lds-facebook div {
        box-sizing: border-box;
    }

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-facebook div {
        display: inline-block;
        position: absolute;
        left: 8px;
        width: 16px;
        background: currentColor;
        animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }

        .lds-facebook div:nth-child(1) {
            left: 8px;
            animation-delay: -0.24s;
        }

        .lds-facebook div:nth-child(2) {
            left: 32px;
            animation-delay: -0.12s;
        }

        .lds-facebook div:nth-child(3) {
            left: 56px;
            animation-delay: 0s;
        }

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }

    50%, 100% {
        top: 24px;
        height: 32px;
    }
}

.loader_Box {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
/* Loader Css end */


/* Mobile view css */
@media (max-width:768px) {
    .contact-us .request-form .row .col-md-4 {
        margin-bottom: 15px;
    }

    .more_modal .modal-dialog {
        width: auto;
    }

    .contact-us .itemImage-container .img-array .newImg,
    .contact-us .itemImage-container .img-array .addImg {
        width: 30%;
    }

    .contact-us .itemImage-container .img-array {
        flex-wrap: wrap;
    }

    #complaintErrorModal .modal-content {
        width: -webkit-fill-available;
    }

    #Lost_Array_Row .col-md-4 {
        margin-bottom: 20px;
    }
}

@media (max-width:1024px) and (min-width:768px) {
    .tablet-col-6 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}


/* Bootstrap Modal Slick Fix */

.more_modal{
    display: block !important;    
    height: 0 I!important;         
    overflow: hidden !important;
    z-index: -100;
}

.more_modal.show{
    height: 100vh;
    z-index: 105000;
}

/* START TOOLTIP STYLES */
[tooltip] {
    position: relative; /* opinion 1 */
  }
  
  /* Applies to all tooltips */
  [tooltip]::before,
  [tooltip]::after {
    text-transform: none; /* opinion 2 */
    font-size: .9em; /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
  }
  [tooltip]::before {
    content: '';
    border: 5px solid transparent; /* opinion 4 */
    z-index: 1001; /* absurdity 1 */
  }
  [tooltip]::after {
    content: attr(tooltip); /* magic! */
    
    /* most of the rest of this is opinion */
    font-family: Helvetica, sans-serif;
    text-align: center;
    
    /* 
      Let the content set the size of the tooltips 
      but this will also keep them from being obnoxious
      */
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000; /* absurdity 2 */
  }
  
  /* Make the tooltips respond to hover */
  [tooltip]:hover::before,
  [tooltip]:hover::after {
    display: block;
  }
  
  /* don't show empty tooltips */
  [tooltip='']::before,
  [tooltip='']::after {
    display: none !important;
  }
  
  /* FLOW: UP */
  [tooltip]:not([flow])::before,
  [tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
  }
  [tooltip]:not([flow])::after,
  [tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
  }
  [tooltip]:not([flow])::before,
  [tooltip]:not([flow])::after,
  [tooltip][flow^="up"]::before,
  [tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
  }
  
  /* FLOW: DOWN */
  [tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
  }
  [tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
  }
  [tooltip][flow^="down"]::before,
  [tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
  }
  
  /* FLOW: LEFT */
  [tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
  }
  [tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
  }
  
  /* FLOW: RIGHT */
  [tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
  }
  [tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
  }
  
  /* KEYFRAMES */
  @keyframes tooltips-vert {
    to {
      opacity: .9;
      transform: translate(-50%, 0);
    }
  }
  
  @keyframes tooltips-horz {
    to {
      opacity: .9;
      transform: translate(0, -50%);
    }
  }
  
  /* FX All The Things */ 
  [tooltip]:not([flow]):hover::before,
  [tooltip]:not([flow]):hover::after,
  [tooltip][flow^="up"]:hover::before,
  [tooltip][flow^="up"]:hover::after,
  [tooltip][flow^="down"]:hover::before,
  [tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
  }
  
  [tooltip][flow^="left"]:hover::before,
  [tooltip][flow^="left"]:hover::after,
  [tooltip][flow^="right"]:hover::before,
  [tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
  }



  /* OTP Modal CSS Start */
  .otp-container {
    padding: 3rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}
.otp-container .otp-head{
    margin-bottom: 1.5rem;
    color: #179E96;
    font-weight: 600;
    font-size: 2rem;
}
.otp-container .otp-txt{
    margin-bottom: 2rem;
    color: #222222;
    font-weight: 300;
}
.otp-container .otp-input {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
.otp-container .otp-input input {
    width: 50px;
    height: 50px;
    margin: 0 8px;
    text-align: center;
    font-size: 1.5rem;
    border: 2px solid #e2e2e2;
    border-radius: 12px;
    background-color: #f4efec;
    color: #222222;
    transition: all 0.3s ease;
}
.otp-container .otp-input input:focus {
    border-color: #179E96 ;
    outline: none;
}
.otp-container .otp-input input::-webkit-outer-spin-button,
.otp-container .otp-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.otp-container .otp-input input[type=number] {
    -moz-appearance: textfield;
}
.otp-container .otp-btn {
    background-color: #179E96;
    color: white;
    padding: 12px 24px;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    margin: 5px;
    transition: all 0.3s ease;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: none;
}
.otp-container .otp-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(166, 86, 246, 0.3);
}
.otp-container .otp-btn:disabled {
    background: #cccccc;
    border-color: #999999;
    color: #666666;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}
.otp-container #timer {
    font-size: 1rem;
    color: #179E96 ;
    font-weight: 500;
}
@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}
.otp-container .expired {
    animation: pulse 2s infinite;
    color: #ff4444;
}
.otp-container .resend-text {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #222222;
}
.otp-container .resend-link {
    color: #179E96 ;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
}
.otp-container .resend-link:hover {
    color: #179E96 ;
    text-decoration: underline;
}
.otp-container #email {
    color: #179E96 ;
    font-weight: 500;
}
.otp-container #otplbl{
    display: none;
}


@media (max-width:576px){
    .otp-container {
        padding-inline: 1rem;
    }
}
  /* OTP Modal CSS End */