/* =========================================================
   LAKHSAI CONTACT HERO
========================================================= */

.lakhs-contact-hero {
    width: 100%;
    padding: 18px 0;
    background: #ffffff;
}


/* =========================================================
   MAIN CONTAINER
========================================================= */

.lakhs-contact-container {
    position: relative;

    width: 94%;
    max-width: 1200px;

    min-height: 355px;

    margin: 0 auto;

    display: grid;
    grid-template-columns: 45% 55%;

    background: #ffffff;

    overflow: hidden;

    border-radius: 0 8px 8px 0;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.lakhs-contact-content {
    position: relative;
    z-index: 5;

    padding: 34px 35px 28px 40px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    background: #ffffff;
}


/* =========================================================
   SMALL ORANGE LABEL
========================================================= */

.lakhs-contact-label {
    display: block;

    margin-bottom: 16px;

    font-family: Arial, sans-serif;

    font-size: 19px;
    font-weight: 700;

    letter-spacing: .3px;

    color: #f28a1d;
}


/* =========================================================
   TITLE
========================================================= */

.lakhs-contact-title {
    margin: 0;

    font-family: Arial, sans-serif;

    font-size: 53px;
    line-height: 1.18;

    font-weight: 700;

    letter-spacing: -0.5px;

    color: #10182f;
}

.lakhs-contact-title span {
    display: block;

    color: #2453c5;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.lakhs-contact-description {
    max-width: 410px;

    margin: 16px 0 25px;

    font-family: Arial, sans-serif;

    font-size: 20px;
    line-height: 1.8;

    font-weight: 400;

    color: #273149;
}


/* =========================================================
   CONTACT DETAILS
========================================================= */

.lakhs-contact-details {
    display: grid;

    grid-template-columns: 1fr 1.35fr;

    column-gap: 22px;
    row-gap: 18px;

    max-width: 440px;
}


/* =========================================================
   CONTACT ITEM
========================================================= */

.lakhs-contact-item {
    display: flex;
    align-items: center;

    min-width: 0;
}


/* Working hours takes full row */
.lakhs-contact-hours {
    grid-column: 1 / -1;
}


/* =========================================================
   ICON
========================================================= */

.lakhs-contact-icon {
    flex: 0 0 36px;

    width: 36px;
    height: 36px;

    margin-right: 9px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f0f4ff;

    color: #2854c8;

    font-size: 15px;
}


/* =========================================================
   CONTACT TEXT
========================================================= */

.lakhs-contact-info {
    display: flex;
    flex-direction: column;

    min-width: 0;
}

.lakhs-contact-info strong {
    margin-bottom: 2px;

    font-family: "Poppins", sans-serif;

    font-size: 16px;
    line-height: 1.3;

    font-weight: 600;

    color: #1b2235;
}

.lakhs-contact-info span {
    font-family: "Poppins", sans-serif;

    font-size: 10px;
    line-height: 1.4;

    font-weight: 400;

    color: #252c40;

    white-space: nowrap;
}


/* =========================================================
   RIGHT IMAGE AREA
========================================================= */

.lakhs-contact-image {
    position: relative;

    height:390px;

    overflow: hidden;

    border-radius: 0 8px 8px 0;

    background: #edf3fa;
}


/* =========================================================
   OFFICE IMAGE
========================================================= */

.lakhs-contact-image img {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    z-index: 1;
}


/* =========================================================
   TABLET - 1200px to 992px
========================================================= */

@media (max-width: 1200px) {

    .lakhs-contact-container {
        width: 94%;
        max-width: 1100px;
        min-height: 330px;

        grid-template-columns: 46% 54%;
    }


    /* LEFT CONTENT */

    .lakhs-contact-content {
        padding: 30px 28px 25px 32px;
    }


    /* LABEL */

    .lakhs-contact-label {
        font-size: 16px;
        margin-bottom: 12px;
    }


    /* TITLE */

    .lakhs-contact-title {
        font-size: 43px;
        line-height: 1.18;
    }


    /* DESCRIPTION */

    .lakhs-contact-description {
        max-width: 360px;

        margin: 13px 0 20px;

        font-size: 16px;
        line-height: 1.65;
    }


    /* DETAILS */

    .lakhs-contact-details {
        max-width: 390px;

        column-gap: 15px;
        row-gap: 14px;
    }


    .lakhs-contact-icon {
        flex: 0 0 33px;

        width: 33px;
        height: 33px;

        margin-right: 8px;

        font-size: 13px;
    }


    .lakhs-contact-info strong {
        font-size: 14px;
    }


    .lakhs-contact-info span {
        font-size: 9px;
    }


    /* IMAGE */

    .lakhs-contact-image {
        height: 330px;
    }

}


/* =========================================================
   TABLET / SMALL LAPTOP - 991px
========================================================= */

@media (max-width: 991px) {

    .lakhs-contact-hero {
        padding: 15px 0;
    }


    .lakhs-contact-container {
        width: 94%;

        min-height: 300px;

        grid-template-columns: 48% 52%;
    }


    /* LEFT CONTENT */

    .lakhs-contact-content {
        padding: 27px 22px 23px 25px;
    }


    /* LABEL */

    .lakhs-contact-label {
        font-size: 14px;

        margin-bottom: 10px;
    }


    /* TITLE */

    .lakhs-contact-title {
        font-size: 35px;

        line-height: 1.17;

        letter-spacing: -0.3px;
    }


    /* DESCRIPTION */

    .lakhs-contact-description {
        max-width: 310px;

        margin: 12px 0 17px;

        font-size: 14px;

        line-height: 1.6;
    }


    /* DETAILS */

    .lakhs-contact-details {
        max-width: 100%;

        grid-template-columns: 1fr 1.25fr;

        column-gap: 12px;

        row-gap: 12px;
    }


    .lakhs-contact-icon {
        flex: 0 0 31px;

        width: 31px;
        height: 31px;

        margin-right: 7px;

        font-size: 12px;
    }


    .lakhs-contact-info strong {
        font-size: 12px;
    }


    .lakhs-contact-info span {
        font-size: 8.5px;

        white-space: normal;

        word-break: break-word;
    }


    /* IMAGE */

    .lakhs-contact-image {
        height: 300px;
    }

}


/* =========================================================
   MOBILE - 767px
========================================================= */

@media (max-width: 767px) {

    .lakhs-contact-hero {
        padding: 15px 0 25px;
    }


    /* MAIN CONTAINER */

    .lakhs-contact-container {
        width: 92%;

        max-width: 600px;

        min-height: auto;

        display: flex;

        flex-direction: column;

        border-radius: 8px;

        overflow: hidden;
    }


    /* =====================================================
       LEFT CONTENT
    ===================================================== */

    .lakhs-contact-content {
        width: 100%;

        padding: 28px 22px 25px;

        display: flex;

        justify-content: center;

        background: #ffffff;

        box-sizing: border-box;
    }


    /* =====================================================
       LABEL
    ===================================================== */

    .lakhs-contact-label {
        font-size: 14px;

        margin-bottom: 10px;

        line-height: 1.3;
    }


    /* =====================================================
       TITLE
    ===================================================== */

    .lakhs-contact-title {
        font-size: 32px;

        line-height: 1.18;

        letter-spacing: -0.3px;
    }


    .lakhs-contact-title span {
        display: block;
    }


    /* =====================================================
       DESCRIPTION
    ===================================================== */

    .lakhs-contact-description {
        width: 100%;

        max-width: 100%;

        margin: 12px 0 20px;

        font-size: 14px;

        line-height: 1.65;
    }


    /* =====================================================
       CONTACT DETAILS
    ===================================================== */

    .lakhs-contact-details {
        width: 100%;

        max-width: 100%;

        display: grid;

        grid-template-columns: 1fr 1fr;

        column-gap: 15px;

        row-gap: 15px;
    }


    /* =====================================================
       CONTACT ITEM
    ===================================================== */

    .lakhs-contact-item {
        width: 100%;

        min-width: 0;

        align-items: center;
    }


    /* WORKING HOURS */

    .lakhs-contact-hours {
        grid-column: 1 / -1;
    }


    /* =====================================================
       ICON
    ===================================================== */

    .lakhs-contact-icon {
        flex: 0 0 34px;

        width: 34px;
        height: 34px;

        margin-right: 8px;

        font-size: 13px;
    }


    /* =====================================================
       CONTACT TEXT
    ===================================================== */

    .lakhs-contact-info {
        min-width: 0;

        overflow: hidden;
    }


    .lakhs-contact-info strong {
        margin-bottom: 2px;

        font-size: 14px;

        line-height: 1.3;
    }


    .lakhs-contact-info span {
        display: block;

        max-width: 100%;

        font-size: 15px;

        line-height: 1.4;

        white-space: normal;

        overflow-wrap: anywhere;

        word-break: break-word;
    }


    /* =====================================================
       IMAGE
    ===================================================== */

    .lakhs-contact-image {
           position: absolute;

    top: 0;
    right: 0;

    width: 48%;
    height: 100%;

    overflow: hidden;
justify-content: flex-end;
    z-index: 1;
    }


    .lakhs-contact-image img {
        width: 100%;

        height: 100%;

        object-fit: cover;

        object-position: center;
    }

}



/* =========================================================
   SMALL MOBILE - 575px
========================================================= */

@media (max-width: 575px) {

    .lakhs-contact-hero {
        padding: 12px 0 22px;
    }


    .lakhs-contact-container {
        width: 94%;

        border-radius: 7px;
    }


    /* CONTENT */

    .lakhs-contact-content {
        padding: 25px 18px 23px;
    }


    /* LABEL */

    .lakhs-contact-label {
        font-size: 13px;

        margin-bottom: 9px;
    }


    /* TITLE */

    .lakhs-contact-title {
        font-size: 29px;

        line-height: 1.18;
    }


    /* DESCRIPTION */

    .lakhs-contact-description {
        margin: 11px 0 18px;

        font-size: 13px;

        line-height: 1.6;
    }


    /* DETAILS */

    .lakhs-contact-details {
        grid-template-columns: 1fr 1fr;

        column-gap: 10px;

        row-gap: 13px;
    }


    .lakhs-contact-icon {
        flex: 0 0 32px;

        width: 32px;
        height: 32px;

        margin-right: 7px;

        font-size: 12px;
    }


    .lakhs-contact-info strong {
        font-size: 11px;
    }


    .lakhs-contact-info span {
        font-size: 8px;

        line-height: 1.35;
    }


    /* IMAGE */

    .lakhs-contact-image {
        height: 230px;

        min-height: 230px;
    }

}


/* =========================================================
   VERY SMALL MOBILE - 400px
========================================================= */

@media (max-width: 400px) {

    .lakhs-contact-container {
        width: 94%;
    }


    .lakhs-contact-content {
        padding: 22px 15px 21px;
    }


    /* LABEL */

    .lakhs-contact-label {
        font-size: 12px;

        margin-bottom: 8px;
    }


    /* TITLE */

    .lakhs-contact-title {
        font-size: 26px;

        line-height: 1.17;
    }


    /* DESCRIPTION */

    .lakhs-contact-description {
        font-size: 12px;

        line-height: 1.55;

        margin: 10px 0 16px;
    }


    /* DETAILS */

    .lakhs-contact-details {
        grid-template-columns: 1fr;

        row-gap: 11px;
    }


    .lakhs-contact-hours {
        grid-column: auto;
    }


    .lakhs-contact-icon {
        flex: 0 0 31px;

        width: 31px;
        height: 31px;

        margin-right: 8px;
    }


    .lakhs-contact-info strong {
        font-size: 11px;
    }


    .lakhs-contact-info span {
        font-size: 8.5px;
    }


    /* IMAGE */

    .lakhs-contact-image {
        height: 210px;

        min-height: 210px;
    }

}

/* =========================================================
   LAKHSAI CONTACT SECTION
========================================================= */

.lakhsai-contact-section {

    width: 100%;

    padding: 20px 0 45px;

    background: #ffffff;

}


/* =========================================================
   TOP HEADING
========================================================= */

.lakhsai-contact-heading {

    text-align: center;

    margin-bottom: 22px;

}


.lakhsai-contact-small-title {

    position: relative;

    display: inline-block;

    color: #f5a000;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 0.8px;

    padding-bottom: 5px;

}


.lakhsai-contact-small-title::after {

    content: "";

    position: absolute;

    left: 50%;

    bottom: 0;

    transform: translateX(-50%);

    width: 75px;

    height: 2px;

    background: #f5a000;

}


.lakhsai-contact-star {

    color: #f5a000;

    font-size: 17px;

    line-height: 18px;

    margin-top: 2px;

}


.lakhsai-contact-heading h2 {

    margin: 3px 0 5px;

    color: #10182d;

    font-size: 27px;

    line-height: 1.2;

    font-weight: 700;

}


.lakhsai-contact-heading h2 span {

    color: #1851c9;

}


.lakhsai-contact-heading p {

    margin: 0;

    color: #555b68;

    font-size: 12px;

    line-height: 1.5;

}


/* =========================================================
   MAIN CONTACT BOX
========================================================= */

.lakhsai-contact-box {

    width: 96%;

    max-width: 1250px;

    min-height: 320px;

    margin: 0 auto;

    display: flex;

    align-items: stretch;

    background: #ffffff;

    border: 1px solid #e7eaf0;

    border-radius: 9px;

    overflow: hidden;

    box-shadow: 0 2px 12px rgba(20, 40, 80, 0.04);

}


/* =========================================================
   LEFT CONTENT
========================================================= */

.lakhsai-contact-left {

    width: 56%;

    padding: 25px 38px 26px 40px;

}


.lakhsai-contact-left h3 {

    margin: 0 0 13px;

    color: #11182c;

    font-size: 21px;

    line-height: 1.35;

    font-weight: 700;

}


.lakhsai-contact-left h3 span {

    color: #174fc5;

}


/* =========================================================
   FORM
========================================================= */

.lakhsai-input-group {

    width: 100%;

    height: 42px;

    display: flex;

    align-items: center;

    margin-bottom: 11px;

    border: 1px solid #e0e4eb;

    border-radius: 7px;

    background: #ffffff;

    transition: all 0.25s ease;

}


.lakhsai-input-group:focus-within {

    border-color: #315dcb;

    box-shadow: 0 0 0 2px rgba(49, 93, 203, 0.07);

}


.lakhsai-input-group i {

    width: 42px;

    flex-shrink: 0;

    text-align: center;

    color: #2857c4;

    font-size: 14px;

}


.lakhsai-input-group input {

    width: 100%;

    height: 100%;

    border: none;

    outline: none;

    background: transparent;

    color: #222;

    font-size: 12px;

    padding: 0 12px 0 0;

}


.lakhsai-input-group input::placeholder {

    color: #737985;

    opacity: 1;

}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.lakhsai-submit-btn {

    width: 100%;

    height: 41px;

    border: none;

    border-radius: 7px;

    background: linear-gradient(
        90deg,
        #1747b8 0%,
        #293cd1 100%
    );

    color: #ffffff;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 15px;

    font-size: 13px;

    font-weight: 600;

    cursor: pointer;

    transition: all 0.3s ease;

}


.lakhsai-submit-btn i {

    font-size: 12px;

    transition: transform 0.3s ease;

}


.lakhsai-submit-btn:hover {

    transform: translateY(-1px);

    box-shadow: 0 7px 18px rgba(30, 72, 190, 0.22);

}


.lakhsai-submit-btn:hover i {

    transform: translateX(4px);

}


/* =========================================================
   RIGHT IMAGE
========================================================= */

.lakhsai-contact-right {

    width: 44%;

    display: flex;

    align-items: center;

    justify-content: center;

    background: linear-gradient(
        135deg,
        #f9fbff 0%,
        #f1f5fd 100%
    );

    overflow: hidden;

}


.lakhsai-contact-right img {

    width: 90%;

    max-width: 460px;

    height: auto;

    display: block;

    object-fit: contain;

}


/* =========================================================
   SUCCESS / ERROR MESSAGE
========================================================= */

.lakhsai-form-message {

    padding: 9px 12px;

    border-radius: 6px;

    margin-bottom: 12px;

    font-size: 12px;

    font-weight: 500;

}


.lakhsai-form-message.success {

    color: #176b38;

    background: #eaf8ef;

    border: 1px solid #c8ecd5;

}


.lakhsai-form-message.error {

    color: #a32323;

    background: #fff0f0;

    border: 1px solid #f2cccc;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .lakhsai-contact-box {

        width: 94%;

    }


    .lakhsai-contact-left {

        padding: 25px 28px;

    }


    .lakhsai-contact-left h3 {

        font-size: 18px;

    }


    .lakhsai-contact-right img {

        width: 94%;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .lakhsai-contact-section {

        padding: 18px 0 35px;

    }


    .lakhsai-contact-heading {

        margin-bottom: 18px;

        padding: 0 15px;

    }


    .lakhsai-contact-heading h2 {

        font-size: 22px;

    }


    .lakhsai-contact-heading p {

        font-size: 11px;

    }


    .lakhsai-contact-box {

        width: 92%;

        display: flex;

        flex-direction: column;

        min-height: auto;

    }


    .lakhsai-contact-left {

        width: 100%;

        padding: 22px 20px 20px;

        order: 1;

    }


    .lakhsai-contact-left h3 {

        font-size: 18px;

        line-height: 1.4;

        margin-bottom: 16px;

    }


    .lakhsai-input-group {

        height: 44px;

        margin-bottom: 10px;

    }


    .lakhsai-submit-btn {

        height: 43px;

    }


    .lakhsai-contact-right {

        width: 100%;

        min-height: 220px;

        padding: 15px 20px;

        order: 2;

    }


    .lakhsai-contact-right img {

        width: 85%;

        max-width: 330px;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .lakhsai-contact-heading h2 {

        font-size: 20px;

    }


    .lakhsai-contact-heading p {

        font-size: 10.5px;

    }


    .lakhsai-contact-left {

        padding: 20px 16px;

    }


    .lakhsai-contact-left h3 {

        font-size: 17px;

    }


    .lakhsai-contact-right {

        min-height: 190px;

    }


    .lakhsai-contact-right img {

        width: 95%;

    }

}

/* =========================================================
   LAKHSAI LOCATION SECTION
========================================================= */

.lakhsai-location-section {

    width: 100%;

    padding: 30px 0 55px;

    background: #ffffff;

}


/* =========================================================
   SECTION HEADING
========================================================= */

.lakhsai-location-heading {

    text-align: center;

    margin-bottom: 28px;

}


.lakhsai-location-label {

    display: inline-block;

    color: #f5a000;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 0.7px;

    margin-bottom: 2px;

}


.lakhsai-location-heading h2 {

    margin: 0;

    color: #10182d;

    font-size: 27px;

    line-height: 1.2;

    font-weight: 700;

}


.lakhsai-location-heading h2 span {

    color: #1851c9;

}


/* =========================================================
   DIVIDER
========================================================= */

.lakhsai-location-divider {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 7px;

    margin-top: 5px;

}


.lakhsai-location-divider span {

    width: 35px;

    height: 2px;

    background: #f5a000;

}


.lakhsai-location-divider i {

    color: #f5a000;

    font-size: 13px;

}


/* =========================================================
   MAIN CONTAINER
========================================================= */

.lakhsai-location-container {

    width: 94%;

    max-width: 1180px;

    min-height: 350px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 2fr 1fr;

    gap: 0;

    border-radius: 9px;

    overflow: hidden;

    background: #f8faff;

    box-shadow: 0 4px 20px rgba(20, 45, 90, 0.06);

}


/* =========================================================
   MAP
========================================================= */

.lakhsai-map-wrapper {

    position: relative;

    min-height: 350px;

    overflow: hidden;

}


.lakhsai-map-wrapper iframe {

    width: 100%;

    height: 100%;

    min-height: 350px;

    display: block;

    border: 0;

}


/* =========================================================
   MAP FLOATING CARD
========================================================= */

.lakhsai-map-card {

    position: absolute;

    top: 14px;

    left: 14px;

    width: 245px;

    padding: 16px 15px 13px;

    background: #ffffff;

    border-radius: 3px;

    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);

    z-index: 2;

}


.lakhsai-map-card h4 {

    margin: 0 0 8px;

    color: #20242d;

    font-size: 14px;

    font-weight: 700;

}


.lakhsai-map-card p {

    margin: 0 0 7px;

    color: #535862;

    font-size: 11px;

    line-height: 1.45;

}


.lakhsai-map-card a {

    color: #2862b8;

    font-size: 11px;

    font-weight: 600;

    text-decoration: none;

}


.lakhsai-map-card a:hover {

    text-decoration: underline;

}


/* =========================================================
   RIGHT INFORMATION CARD
========================================================= */

.lakhsai-location-info {

    padding: 27px 28px;

    background: #f8faff;

    display: flex;

    flex-direction: column;

    justify-content: center;

    gap: 23px;

}


/* =========================================================
   INFORMATION ITEM
========================================================= */

.lakhsai-location-item {

    display: flex;

    align-items: flex-start;

    gap: 15px;

}


/* =========================================================
   ICON
========================================================= */

.lakhsai-location-icon {

    width: 42px;

    height: 42px;

    min-width: 42px;

    border-radius: 50%;

    background: #edf3ff;

    display: flex;

    align-items: center;

    justify-content: center;

}


.lakhsai-location-icon i {

    color: #1d55c7;

    font-size: 18px;

}


/* =========================================================
   TEXT
========================================================= */

.lakhsai-location-text {

    padding-top: 1px;

}


.lakhsai-location-text h4 {

    margin: 0 0 5px;

    color: #10182d;

    font-size: 14px;

    font-weight: 700;

}


.lakhsai-location-text p {

    margin: 0;

    color: #555b68;

    font-size: 14.5px;

    line-height: 1.55;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .lakhsai-location-container {

        width: 94%;

        grid-template-columns: 1.6fr 1fr;

    }


    .lakhsai-location-info {

        padding: 22px 20px;

        gap: 18px;

    }


    .lakhsai-location-item {

        gap: 10px;

    }


    .lakhsai-location-icon {

        width: 38px;

        height: 38px;

        min-width: 38px;

    }


    .lakhsai-location-text h4 {

        font-size: 13px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .lakhsai-location-section {

        padding: 25px 0 40px;

    }


    .lakhsai-location-heading {

        margin-bottom: 20px;

        padding: 0 15px;

    }


    .lakhsai-location-label {

        font-size: 11px;

    }


    .lakhsai-location-heading h2 {

        font-size: 22px;

    }


    .lakhsai-location-container {

        width: 92%;

        display: flex;

        flex-direction: column;

        border-radius: 9px;

    }


    .lakhsai-map-wrapper {

        width: 100%;

        min-height: 300px;

    }


    .lakhsai-map-wrapper iframe {

        min-height: 300px;

    }


    .lakhsai-map-card {

        top: 10px;

        left: 10px;

        width: 210px;

        padding: 12px;

    }


    .lakhsai-map-card h4 {

        font-size: 13px;

    }


    .lakhsai-map-card p {

        font-size: 10px;

    }


    .lakhsai-location-info {

        width: 100%;

        padding: 25px 20px;

        gap: 20px;

    }


    .lakhsai-location-item {

        gap: 13px;

    }


    .lakhsai-location-icon {

        width: 40px;

        height: 40px;

        min-width: 40px;

    }


    .lakhsai-location-text h4 {

        font-size: 13px;

    }


    .lakhsai-location-text p {

        font-size: 10.5px;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .lakhsai-location-heading h2 {

        font-size: 20px;

    }


    .lakhsai-map-wrapper {

        min-height: 280px;

    }


    .lakhsai-map-wrapper iframe {

        min-height: 280px;

    }


    .lakhsai-map-card {

        width: 195px;

    }

}

