:root {
    --w-100: 100%;
    --w-50: 50%;
    --p-0: 0px;
    --p-10: 10px;
    --p-15: 15px;
    --p-20: 20px;
    --p-25: 25px;
    --p-30: 30px;
    --p-40: 40px;
    --pl-0: 0px;
    --pl-10: 10px;
    --pl-20: 20px;
    --pl-30: 30px;
    --pl-40: 40px;
    --pl-50: 50px;
    --pr-0: 0px;
    --pr-10: 10px;
    --pr-20: 20px;
    --pr-30: 30px;
    --pr-40: 40px;
    --pr-50: 50px;
    --pt-10: 10px;
    --pt-20: 20px;
    --pt-30: 30px;
    --pt-40: 40px;
    --pt-50: 50px;
    --pt-60: 60px;
    --pt-70: 70px;
    --pt-80: 80px;
    --pb-10: 10px;
    --pb-20: 20px;
    --pb-25: 25px;
    --pb-30: 30px;
    --pb-40: 40px;
    --pb-50: 50px;
    --pb-60: 60px;
    --pb-70: 70px;
    --pb-80: 80px;
    --mb-20: 20px;
    --mb-30: 30px;
    --white-color: #fff;
    --color-blue: #1d4a88;
    --color-drak-blue: #1c3fca;
    --color-black: #000;
    --color-light-black: #111827;
    --color-content-black: #374151;
    --color-gray: #f3f6fd;
    --color-drak-gray: #9ca3af;
    --color-light-gray: #d0ddfc;
    --color-light-blue: #a3baf9;
    --color-green: #00875f;
    --annual-color: #32cd32;
    --color-light-green: #ebf9ef;
    --color-dec-light-gray: #4b5563;
    --color-label: #6b7280;
    --color-disable: #9ca3af;
    --color-yellow: #fec93b;
    --color-orange: #d67d26;
    --color-orange-bg: #fef8e6;
    --color-red: #e22853;
    --color-red-bg: #fdefed;
    --color-radio-Switch-off: #9ca3af;
    --color-radio-Switch-on: #1c3fca;
    --font-weight-300: 300;
    --font-weight-400: 400;
    --font-weight-500: 500;
    --font-weight-600: 600;
    --font-weight-700: 700;
    --font-weight-800: 800;
    --font-weight-900: 900;
    --font-size-10: 10px;
    --font-size-12: 12px;
    --font-size-13: 13px;
    --font-size-14: 14px;
    --font-size-15: 15px;
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-18: 18px;
    --font-size-19: 19px;
    --font-size-20: 20px;
    --font-size-21: 21px;
    --font-size-22: 22px;
    --font-size-23: 23px;
    --font-size-24: 24px;
    --font-size-25: 25px;
    --font-size-26: 26px;
    --font-size-27: 27px;
    --font-size-28: 28px;
    --font-size-29: 29px;
    --font-size-30: 30px;
    --font-size-31: 31px;
    --font-size-32: 32px;
    --font-size-33: 33px;
    --font-size-34: 34px;
    --font-size-35: 35px;
    --font-size-36: 36px;
    --border-radius-0: 0;
    --border-radius-16: 16px;
    --border-radius-8: 8px;
    --border-color-gray: #d2d5db;

    /* added variable for account list*/

    --fontFamily: "Inter", sans-serif;
    --fontSizeXS: 1rem;
    --fontSizeS: 1.175rem;
    --fontSizeM: 1.3rem;
    --fontSizeL: 1.55rem;
    --fontSizeXL: 1.8rem;
    --fontWeigthBold: 600;
    --fontWeightNormal: 400;
    --paragraphColor: #4b5563;
    --headingColor: #111827;
    --errorColor: red;
    --blueHdfcColor: #1c3fca;
    --bgColor: #fff;
    --colorBody: #f3f6fd;
    --boxShadow: 0px 0px 0px 2px rgba(28, 63, 202, 0.14);
    --fadeLine: #d3d6dc;
    --inActiveTabBorder: #d2d5db;
    --checkBoxSectionBoxShadow: #ecedf3;
    --selectedItemHoverBg: rgba(0, 0, 0, 0.1);
    --buttonTextColor: #f5f6fb;
    --disabledButtonBg: #a3baf9;
    --errorFieldColor: #f8442f;
    --successFieldColor: #27a808;
    --border-radius-12: 12px;
    --border-radius-11: 11px;
    --pinkColorPanel: #f4f0ff;
    --praColor: #374151;
}

.m-p-0 {
    padding: 0px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.container {
    max-width: 960px;
}

body {
    background-color: #f3f6fd;
    font-family: "Inter", sans-serif;
}

.d-flex {
    display: flex !important;
}

.align-items-baseline {
    align-items: baseline;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-center {
    justify-content: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
    font-family: "Noto Sans Meetei Mayek", sans-serif;
    /* margin: 0px; */
    line-height: normal;
}

.h-1 {
    height: 1rem;
}

.h-2 {
    height: 2rem;
}

.h-3 {
    height: 3rem;
}

.h-4 {
    height: 4rem;
}

.h-5 {
    height: 5rem;
}

.h-6 {
    height: 6rem;
}

.h-7 {
    height: 7rem;
}

.h-8 {
    height: 8rem;
}

.h-9 {
    height: 9rem;
}

.h-10 {
    height: 10rem;
}

.h-11 {
    height: 11rem;
}

.h-12 {
    height: 12rem;
}

.h-13 {
    height: 13rem;
}

.h-14 {
    height: 14rem;
}

.h-15 {
    height: 15rem;
}

.h-16 {
    height: 16rem;
}

.h-17 {
    height: 17rem;
}

.h-18 {
    height: 18rem;
}

.h-19 {
    height: 19rem;
}

.h-20 {
    height: 20rem;
}

.h-21 {
    height: 21rem;
}

.h-22 {
    height: 22rem;
}

.h-23 {
    height: 23rem;
}

.h-24 {
    height: 24rem;
}

.h-25 {
    height: 25rem;
}

.h-26 {
    height: 26rem;
}

.h-27 {
    height: 27rem;
}

.h-28 {
    height: 28rem;
}

.h-29 {
    height: 29rem;
}

.h-30 {
    height: 30rem;
}

.h-31 {
    height: 31rem;
}

.h-32 {
    height: 32rem;
}

.h-33 {
    height: 33rem;
}

.h-34 {
    height: 34rem;
}

.h-35 {
    height: 35rem;
}

.h-36 {
    height: 36rem;
}

.h-37 {
    height: 37rem;
}

.h-38 {
    height: 38rem;
}

.h-39 {
    height: 39rem;
}

.h-40 {
    height: 40rem;
}

.h-1-25 {
    height: 1.25rem;
}

.h-1-50 {
    height: 1.5rem;
}

.h-1-75 {
    height: 1.75rem;
}

.h-2 {
    height: 2rem;
}

.h-2-25 {
    height: 2.25rem;
}

.h-2-50 {
    height: 2.5rem;
}

.h-2-75 {
    height: 2.75rem;
}

.h-3 {
    height: 3rem;
}

.h-3-25 {
    height: 3.25rem;
}

.h-3-50 {
    height: 3.5rem;
}

.h-3-75 {
    height: 3.75rem;
}

.h-4 {
    height: 4rem;
}

.h-4-25 {
    height: 4.25rem;
}

.h-4-50 {
    height: 4.5rem;
}

.h-4-75 {
    height: 4.75rem;
}

.mw-50 {
    max-width: 50% !important;
}

.lower-case {
    text-transform: lowercase;
}

.lg_button {
    height: 52px;
    font-size: var(--font-size-16);
    line-height: 24px;
    font-weight: var(--font-weight-700);
    border-radius: 13px;
    min-width: 400px;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-drak-blue);
    color: var(--white-color);
    border: none;
}

.lg_button:hover,
.lg_button:active,
.lg_button:first-child:active,
:not(.btn-check)+.lg_button:active {
    color: var(--white-color);
    text-decoration: none;
    border: none;
    outline: none;
    background-color: var(--color-drak-blue);
}

.lg_button:focus {
    color: var(--white-color);
    border: none;
    outline: none;
}

.service-form-group {
    margin-bottom: 15px;
}

.disable,
.disable:hover,
.disable:active,
.disable:first-child:active {
    background-color: var(--color-light-blue);
    cursor: not-allowed;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
    visibility: hidden;
}

.location_box:hover {
    color: var(--white-color);
}

.d-none {
    display: none !important;
}

.img-fluid {
    width: 100%;
}

.border-required .form-label {
    color: var(--color-red) !important;
}

.border-required {
    border-color: var(--color-red) !important;
}

.card_container {
    background-color: var(--white-color);
    padding: var(--p-40);
    border-radius: 24px;
    margin: auto;
}

.card_container_box {
    background-color: var(--white-color);
    padding: var(--p-40);
    border-radius: 24px;
    margin: auto;
}

.radius-bottom-0 {
    border-radius: 24px 24px 0 0;
}

.radius-top-0 {
    border-radius: 0 0 24px 24px;
}

.height-4 {
    height: 4px;
}

/* messages css start */
.messages_section {
    position: absolute;
    top: 32px;
    z-index: 99;
    width: 100%;
}

.messages_box_top {
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
    gap: 12px;
    align-items: center;
    max-width: 320px;
    margin: 0 auto;
}

.messages_box_top_left {
    display: flex;
    gap: 12px;
    align-items: center;
}

.ornage_color {
    background-color: var(--color-orange-bg);
    font-size: var(--font-size-12);
    color: var(--color-orange);
    border-radius: var(--border-radius-8);
    font-weight: var(--font-weight-600);
}

.red_color {
    background-color: var(--color-red-bg);
    font-size: var(--font-size-12);
    color: var(--color-red);
    border-radius: var(--border-radius-8);
    font-weight: var(--font-weight-600);
}

.messages_box_top .btn-close {
    opacity: 1;
}

/* messages css End */

/* loder css start */

.Resend_box {
    display: flex;
    align-items: center;
}

.m-loader_wrap_row {
    display: flex;
    padding-left: 10px;
    margin-top: 10px;
}

.m-loader_wrap {
    position: relative;
    width: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.m-loader_wrap .m-item {
    width: 8px;
    height: 8px;
    position: absolute;
}

.m-loader_wrap .m-item-1 {
    background-color: #e63232;
    top: 0;
    left: 0;
    z-index: 1;
    animation: m-item-1_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}

.m-loader_wrap .m-item-2 {
    background-color: #003397;
    top: 0;
    right: 0;
    animation: m-item-2_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}

.m-loader_wrap .m-item-3 {
    background-color: #000;
    bottom: 0;
    right: 0;
    z-index: 1;
    animation: m-item-3_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}

.m-loader_wrap .m-item-4 {
    background-color: #8888;
    bottom: 0;
    left: 0;
    animation: m-item-4_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
}

@keyframes m-item-1_move {

    0%,
    100% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(0, 8px);
    }

    50% {
        transform: translate(8px, 8px);
    }

    75% {
        transform: translate(8px, 0);
    }
}

@keyframes m-item-2_move {

    0%,
    100% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(-8px, 0);
    }

    50% {
        transform: translate(-8px, 8px);
    }

    75% {
        transform: translate(0, 8px);
    }
}

@keyframes m-item-3_move {

    0%,
    100% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(0, -8px);
    }

    50% {
        transform: translate(-8px, -8px);
    }

    75% {
        transform: translate(-8px, 0);
    }
}

@keyframes m-item-4_move {

    0%,
    100% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(8px, 0);
    }

    50% {
        transform: translate(8px, -8px);
    }

    75% {
        transform: translate(0, -8px);
    }
}

/* loder css End */

footer {
    background-color: var(--color-blue);
}

footer a:hover {
    color: var(--white-color);
    text-decoration: none;
}

footer {
    background-color: var(--color-blue);
}

.footer-bottom_row {
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--white-color) !important;
}

footer p {
    margin-bottom: 0px;
}

.footeranchor {
    text-decoration: underline;
    color: var(--white-color);
}

footer .footer-bottom {
    background-color: var(--color-blue) !important;
}

a.footeranchor:hover,
a.footeranchor:focus {
    color: #ffffff;
    text-decoration: underline;
}

#top_header {
    height: 50px;
    background-color: #1d4a88;
    display: flex;
    align-items: center;
}

.location_box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.location_box_img {
    background-color: #18375f;
    width: 36px;
    height: 36px;
    padding: 4px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location_box_img img {
    width: 24px;
    height: 24px;
}

.location_box {
    color: #fff;
    margin-left: 15px;
    text-decoration: none !important;
}

/* banner section css start */
.banner_box_section {
    margin: 30px 0;
}

.banner_box_part {
    background: url("https://instaservices.hdfcbank.com/master_banner-desktop.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    padding: var(--p-40);
    border-radius: 24px 24px 0 0;
}

.banner_box_part h1 {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 10px;
}

.banner_box_part h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.Account_Transfer_content_section,
.Service_content_section {
    background-color: var(--white-color);
    padding: var(--p-40);
    border-radius: 0 0 24px 24px;
}

.Account_Transfer_content_left {
    border: 1px solid var(--border-color-gray);
    padding: var(--p-20);
    border-radius: var(--border-radius-16);
}

.Account_Transfer_content_left h5 {
    font-size: var(--font-size-18);
    font-weight: var(--font-weight-600);
    line-height: 28px;
    padding-bottom: var(--pb-25);
}

.Account_Transfer_content_left ul {
    padding: var(--p-0);
    row-gap: 10px;
    display: flex;
    flex-direction: column;
}

.Account_Transfer_content_left ul li {
    list-style: none;
    display: flex;
    gap: 10px;
    color: var(--color-light-black);
    font-size: var(--font-size-14);
    text-align: left;
    align-items: flex-start;
    line-height: 20px;
}

.Account_Transfer_content_right {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
}

.Account_Transfer_content_right_list {
    border-radius: var(--border-radius-16);
    background-color: var(--color-gray);
    padding: var(--p-25);
    display: flex;
    gap: 25px;
    color: var(--color-light-black);
    line-height: 20px;
}

.Highlight_block_list {
    border-radius: var(--border-radius-16);
    background-color: var(--color-gray);
    padding: var(--p-25);
    display: flex;
    gap: 25px;
    color: var(--color-light-black);
    line-height: 20px;
}

.Account_Transfer_content_right_list img {
    max-width: 40px;
}

/* //////////////////////////////////////////////// */

.login_box_part a {
    text-decoration: underline;
    color: var(--color-blue);
    font-weight: var(--font-weight-400);
}

.login_box_part .mobile_number_box {
    position: relative;
    border: 1px solid var(--border-color-gray);
    border-radius: 8px;
    padding: 4px 10px;
    margin-top: 10px;
}

.login_box_part .form-control {
    font-size: var(--font-size-14);
    color: var(--color-light-black);
    box-shadow: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-appearance: textfield;
    height: 48px;
}

.mobile_number_box .form-control {
    padding: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    height: 40px;
}

.login_box_part .form-control:focus {
    outline: var(--color-blue);
}

.date_input input {
    text-transform: uppercase;
    font-weight: var(--font-weight-400);
}

.login_box_part {
    max-width: 400px;
    margin: auto;
}

.login_box_part p {
    color: #374151;
    font-size: var(--font-size-12);
    line-height: 20px;
}

.login_box_part .tel-number-field {
    max-width: 50px;
    width: auto;
    background: transparent;
    margin-right: 5px;
}

.login_box_part .form-label {
    color: var(--color-light-black);
    font-size: var(--font-size-12);
    font-weight: var(--font-weight-600);
}

.mobile_number_box .form-label {
    position: absolute;
    background-color: var(--white-color) !important;
    padding: 5px 10px;
    top: -14px;
    color: var(--color-light-black);
    font-size: var(--font-size-12);
    font-weight: var(--font-weight-600);
}

.login_box_part .tel-number-field {
    border-right: 1px solid #e5e7eb;
}

.login_box_part .service-form-group {
    margin-bottom: 20px;
}

/* The container */
.Identify_Using {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
    color: var(--color-drak-gray);
}

.form-check {
    display: flex;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: var(--font-size-14);
    margin: 0px;
    height: 24px;
    align-items: center;
    font-weight: var(--font-weight-400);
}

/* Hide the browser's default radio button */
.form-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #c1c1c1;
}

/* On mouse-over, add a grey background color */
.form-check:hover input~.checkmark {
    background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.form-check input:checked~.checkmark {
    border-color: var(--color-blue);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.form-check input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.form-check .checkmark:after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color-blue);
}

#submitButton:disabled,
#submitButton[disabled] {
    background-color: var(--disabledButtonBg);
    cursor: no-drop;
    color: #fff;
}

.error {
    visibility: hidden;
    color: var(--color-red);
    font-size: 14px;
    font-weight: 400;
  }
  
  .success {
    visibility: hidden;
    color: var(--color-green);
    font-size: 14px;
    font-weight: 400;
  }
  
  #document_val {
    border-radius: 8px;
    border: 1px solid #ccc;
  }
  
  .send_otp_send span a.sendOtp {
    color: var(--color-drak-blue);
    cursor: pointer;
  }
  
  .mb-15 {
    margin-bottom: 15px;
  }
  
  .select_account_card_details ul li.full_width {
    width: 100%;
  }


  .otp_section {
    min-height: calc(100vh - 85px);
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .enter-otp {
    background-color: var(--white-color);
    padding: var(--p-30);
    border-radius: 24px;
    max-width: 460px;
    margin: auto;
  }
  
  .enter-otp h2 {
    font-size: var(--font-size-24);
    font-weight: var(--font-weight-600);
    line-height: 28px;
    padding-bottom: var(--pb-10);
  }
  
  .verif-head {
    text-align: center;
    padding-bottom: var(--p-10);
    line-height: 20px;
  }
  
  .verif-head p {
    line-height: 20px;
  }
  
  .send_otp {
    display: flex;
    justify-content: space-between;
  }
  
  .send_otp div {
    width: 50%;
  }
  
  .send_otp .send_otp_maximum {
    text-align: right;
  }
  
  .send_otp_send {
    color: #6b7280;
  }
  
  .send_otp_send a {
    font-size: var(--font-size-14);
    text-decoration: none;
    color: #6b7280;
  }
  
  .send_otp_send strong {
    font-weight: var(--font-weight-600);
  }
  
  .otp_code_inputs {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .send_otp_send span {
    color: var(--color-black);
    font-weight: var(--font-weight-600);
  }
  
  .otp_code_inputs input {
    border-radius: 12px;
    /* width: 100%; */
    min-width: auto;
    height: 48px;
    border: none;
    text-align: center;
    font-size: var(--font-size-24);
    font-weight: var(--font-weight-600);
  }
  
  .otp_code_inputs input:focus {
    outline: none;
  }
  
  .otp_code_inputs {
    background: var(--white-color);
    border: 1px solid var(--color-blue);
    box-shadow: 0px 0px 0px 2px rgba(28, 63, 202, 0.14);
    border-radius: 12px;
    margin-top: 30px;
  }
  
  .send_otp_maximum {
    color: var(--color-label);
  }
  
  input[maxlength="6"] {
    border: 0;
    margin-left: 25px;
    letter-spacing: 40px;
    outline: none;
  }

  @media (min-width: 767px) {
    .modal-backdrop.fade.in {
      opacity: 0.5;
    }
  
    .m-display {
      display: none;
    }
  
    .d-display {
      display: block;
    }
  }

  /* otp-responsiveness */
  @media (max-width: 767px){
body {
    background-color: #f3f6fd;
}}
@media (max-width: 767px){
body, p, div {
    font-size: var(--font-size-12);
}}
@media (max-width: 767px){
body {
    padding-top: 0px;
}}
