@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Suranna&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#header_sec_o {
    z-index: 10;
    position: relative;
}

.main_header_o {
    padding-top: 30px;
}

.main_header_o .header_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_header_o .btns {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.main_header_o .logo {
    width: 150px;
}

.main_header_o .logo img {
    width: 100%;
}

.main_header_o .en_btn a {
    background: #DAEBFF;
    padding: 14px 35px;
    border-radius: 35px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #0F4473;
    font-size: 21px;
    text-decoration: none;
    font-weight: 400;
}

/* Menu Button */
.menu-btn {
    font-size: 24px;
    background: #DAEBFF;
    border: none;
    padding: 10px 15px;
    border-radius: 28px;
}

/* Overlay Menu */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #243A8E;
    color: white;
    display: none;
    justify-content: left;
    align-items: center;
    border-radius: 12px;
    margin: 30px auto 0px auto;
    z-index: 999;
    animation: fadeIn 0.3s ease;
    padding: 40px 20px 40px 60px;
    width: 90%;
    height: 80%;
    box-shadow: 0px 4px 18.5px 0px #FFFFFF78;
}

/* Show menu */
.menu-overlay.active {
    display: flex;
}

/* Close button */
.close-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    background: #ECDEC545;
    border: none;
    color: #ffffff;
    font-size: 25px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Menu content */
.menu-content {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 100px;
    text-align: left;
}

.menu-column {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.menu-column a {
    text-decoration: none;
    color: white;
    transition: opacity 0.2s;
    font-size: 30px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 300;
}

.menu-column a:hover {
    opacity: 0.8;
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* ---------- Hero Section ---------- */
#hero_sec_o {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -105px;
}

.img_box img {
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 40px 60px #FFFFFF7D;
    border-radius: 40px;
    position: relative;
    bottom: -160px;
    padding: 6px 0px;
}

.img_box .img .m_view,
.overview_sec .m_view {
    display: none;
}

/* ---------- Overview Section ---------- */
#overview_sec_o {
    background: #FFF8EC;
    padding: 210px 0px 100px 0px;
    overflow: hidden;
}

.sec_container {
    position: relative;
}

.overview_sec .left-icon,
.overview_sec .right-icon {
    width: 260px;
    position: absolute;
    bottom: 0;
}

.overview_sec .left-icon {
    left: -85px;
}

.overview_sec .right-icon {
    right: -85px;
}

.d_btn {
    display: flex;
    justify-content: space-between;
}

#overview_sec_o .d_btn a.en_btn {
    border-radius: 0px 35px 35px 35px;
}

#overview_sec_o .d_btn a {
    background: #243A8E;
    padding: 18px 50px;
    border-radius: 35px 0px 35px 35px;
    box-shadow: 0px 4px 7.2px 0px #00000054;
    color: #fff;
    text-decoration: none;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.overview_sec .content {
    padding-top: 40px;
}

.sec_container .title {
    font-family: "Suranna", serif;
    font-weight: 400;
    font-size: 150px;
    line-height: 110px;
    text-align: center;
    color: #ECDEC5AD;
}

.sec_container .sub_title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 35px;
    text-align: center;
    margin-top: -30px;
    color: #243A8E;
}

.overview_sec .text {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 17px;
    text-align: center;
    color: #243A8E;
    padding: 40px 20px 0px;
    width: 85%;
    margin: 0 auto;
}

/* ---------- Book a Visit Today Section ---------- */
#bvt_sec_o {
    background: #243A8E;
    padding: 90px 0px;
}

#bvt_sec_o .title {
    font-size: 100px;
}

#bvt_sec_o .sub_title {
    color: #ffffff;
}

.bvt_sec .lead_form .ip_fields {
    width: 900px;
    padding: 60px 60px;
    background: #FFFFFF36;
    border-radius: 45px;
    margin: 50px auto 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
}

.bvt_sec form input[name="fullName"],
.bvt_sec form input[name="mobileNumber"] {
    width: 49%;
}

.bvt_sec form input[name="emailAddress"],
.bvt_sec form textarea {
    width: 100%;
}

.bvt_sec form input[name="fullName"],
.bvt_sec form input[name="mobileNumber"],
.bvt_sec form input[name="emailAddress"],
.bvt_sec form textarea,
.contact_sec form input[name="fullName"],
.contact_sec form input[name="mobileNumber"],
.contact_sec form input[name="emailAddress"],
.contact_sec form textarea {
    padding: 12px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #ffff;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.contact_sec form input,
.contact_sec form textarea {
    width: 100%;
    margin-bottom: 15px;
}

.contact_sec form {
    text-align: center;
}

.bvt_sec form input[name="fullName"]::placeholder,
.bvt_sec form input[name="mobileNumber"]::placeholder,
.bvt_sec form input[name="emailAddress"]::placeholder,
.bvt_sec form textarea::placeholder,
.contact_sec form input[name="fullName"]::placeholder,
.contact_sec form input[name="mobileNumber"]::placeholder,
.contact_sec form input[name="emailAddress"]::placeholder,
.contact_sec form textarea::placeholder {
    color: #FFF8EC;
    font: 30px;
}

.bvt_sec form input[type="checkbox"],
.contact_sec form input[type="checkbox"] {
    width: 35px;
    height: 26px;
}

.check_mark {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.check_mark p {
    color: #ffff;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0;
    font-size: 15px;
    text-align: left;
}

.lead_form {
    text-align: center;
}

.bvt_sec form button,
.contact_sec form button {
    font-family: "Plus Jakarta Sans", sans-serif;
    background: #fff;
    padding: 12px 45px;
    border: none;
    border-radius: 24px;
    color: #243A8E;
    font-size: 18px;
    font-weight: 500;
    margin-top: 22px;
}

#msg {
    text-align: center;
    margin-top: 10px;
    color: #ffffff;
}

/* ---------- Why Choose Section ---------- */
#why_sec_o {
    padding: 100px 0px 200px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.why_sec .sub_title {
    color: #ffffff;
}

.why_sec .list {
    padding: 0;
    width: 900px;
    margin: 50px auto 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

.why_sec .list .item {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(90deg, #ECDEC5 24.04%, rgba(239, 226, 205, 0.867089) 69.23%, rgba(255, 255, 255, 0.6) 100%);
    padding: 13px 15px;
    border-radius: 55px;
    width: 48%;
}

.why_sec .list .icon {
    width: 60px;
    height: 60px;
    box-shadow: 0px 2.19px 9.53px 0.55px #00000040;
    background: #fff;
    border-radius: 50%;
    display: flex;
    padding: 7px;
}

.why_sec .list .icon img {
    width: 100%;
    height: 100%;
}

.why_sec .list p {
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    color: #243A8E;
    font-weight: 500;
}

/* ---------- Configuration Section ---------- */
#configuration_sec_o {
    padding: 90px 0px 100px;
    margin-top: -155px;
    z-index: 2;
    position: relative;
    background: #fff;
    border-radius: 30% 30% 0% 0%;
}

.configuration_sec .table {
    overflow-x: auto;
    box-shadow: 0px 5.43px 27.16px 0px #00000033;
    width: 90%;
    background: #FFFFFF01;
    border-radius: 12px;
    margin: 0px auto;
}

.configuration_sec table {
    width: 100%;
    border: none;
}

.configuration_sec table tr {
    border: none;
}

.configuration_sec table th {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    color: #fff;
    padding: 18px 10px;
    background: #243A8E;
    text-align: center;
}

.configuration_sec table td {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    color: #000;
    padding: 30px 10px;
    text-align: center;
}

.configuration_sec table td a {
    background: #243A8E;
    font-size: 17px;
    padding: 15px 20px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
}

.configuration_sec .table_content {
    display: flex;
    align-items: center;
    padding-top: 70px;
}

.configuration_sec .table_content img {
    height: 155px;
    position: relative;
    z-index: -1;
}

.configuration_sec .table_content .left-icon {
    left: 50px;
}

.configuration_sec .table_content .right-icon {
    right: 50px;
}

/* ---------- Amenities Section ---------- */
#amenities_sec_o {
    background: #FFF8EC;
    padding: 90px 0px;
}

.amenities_row .a_col {
    position: relative;
}

.amenities_row .a_title {
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 20px;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    margin: 0;
}

.amenities_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 25px;
    padding-top: 60px;
}

.amenities_row img {
    width: 100%;
}

.amenities_row .a_col:nth-child(even) .a_title {
    right: 20px;
    text-align: right;
}

.amenities_row .a_col:nth-child(5) .a_title,
.amenities_row .a_col:nth-child(6) .a_title,
.amenities_row .a_col:nth-child(7) .a_title,
.amenities_row .a_col:nth-child(8) .a_title {
    bottom: 15px;
    top: unset;
}

/* ---------- Master Plan Section ---------- */
#mp_sec_o {
    padding: 80px 0px;
}

.mp_content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -25px;
}

.mp_content .mp_img {
    padding: 30px 60px;
    text-align: center;
    box-shadow: 0px 4px 34.4px -6px #00000040;
    border-radius: 60px;
    background: #fff;
    width: 70%;
}

.mp_content .mp_img img {
    width: 100%;
}

.mp_content .left-icon,
.mp_content .right-icon {
    width: 200px;
    position: relative;
    z-index: -1;
}

.mp_content .left-icon {
    left: 65px;
}

.mp_content .right-icon {
    right: 65px;
}

/* ---------- Floor Plan Section ---------- */
#fp_sec_o .content-box {
    margin-bottom: 40px;
}

.fp_row {
    display: flex;
    justify-content: space-between;
}

.fp_row .content_col {
    width: 40%;
    display: flex;
    align-items: center;
}

.fp_row .img_col {
    width: 60%;
}

.fp_row .img_col img {
    width: 100%;
}

.fp_content .s_title {
    font-family: "Suranna", serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 75px;
    text-align: center;
    color: #E7B763A3;
    margin: 0;
}

.fp_content .s_sub_title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 35px;
    text-align: center;
    margin-top: -20px;
    color: #243A8E;
}

.floor_p_row {
    display: flex;
    width: 90%;
    margin: 0 auto;
}

.floor_p_row .col {
    width: 50%;
}

.floor_p_row .col img {
    width: 100%;
}

.fp_sec .view_btn {
    text-align: center;
    padding-top: 25px;
}

.fp_sec .view_btn a {
    background: #243A8E;
    padding: 18px 40px;
    border-radius: 35px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

/* ---------- About Us Section ---------- */
#about_sec_o {
    background-size: cover;
    background-repeat: no-repeat;
}

.about_sec .sub_title {
    color: #fff;
}

.about_sec .shape {
    width: 100%;
    margin-top: -2px;
}

#about_sec_o .sec_container {
    padding: 100px 0px;
}

.about_sec ul.list {
    padding: 0;
    margin: 50px 0px 0px;
    list-style: none;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.about_sec ul .icon {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    padding: 4px;
    box-shadow: 0px 4px 4px 0px #00000040;
    margin: 0px auto -10px auto;
    z-index: 2;
    position: relative;
}

.about_sec ul .icon img {
    width: 100%;
}

.about_sec ul p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    text-align: center;
    color: #243A8E;
    background: #ffff;
    border-radius: 16px;
    width: 220px;
    font-weight: 600;
    padding: 16px 10px 12px 10px;
    margin: 0px auto 0px auto;
}

.about_sec .content-box p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 21px;
    text-align: center;
    margin: 0px;
    color: #ffffff;
    padding: 50px 0px 30px 0px;
}

/* ---------- Specifications Section ---------- */
#spfs_sec_o {
    background-color: #243A8E;
    padding: 100px 0px;
}

.accordion_row {
    display: flex;
    gap: 20px;
    padding-top: 70px;
}

.accordion_col {
    width: 100%;
}

.accordion_row .accordion-button:focus {
    background-color: transparent;
    box-shadow: unset;
}

.accordion_row .accordion-button.collapsed,
.accordion_row .accordion-button,
.accordion_row .accordion-button:not(.collapsed) {
    background: #243A8E !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.accordion_row .accordion-button::after {
    filter: brightness(100);
}

.accordion-body ul {
    padding: 10px 0px 10px 20px;
    margin: 0;
}

.accordion-body ul li {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

/* ---------- Video Section ---------- */
#video_sec_o {
    padding: 90px 0px;
}

.video_sec .v_title {
    font-family: "Suranna", serif;
    font-weight: 400;
    font-size: 90px;
    line-height: 85px;
    text-align: center;
    color: #ECDEC5D1;
}

.video_sec .vs_content {
    display: flex;
    align-items: center;
    padding-top: 60px;
}

.video_sec .vs_content .left-icon,
.video_sec .vs_content .right-icon {
    width: 270px;
    position: relative;
    z-index: -1;
}

.video_sec .vs_content .left-icon {
    left: 130px;
}

.video_sec .vs_content .mp_img img {
    width: 100%;
}

.video_sec .vs_content .right-icon {
    right: 130px;
}

.video_sec .item img {
    border-radius: 50px;
}

.mp_slider {
    width: 100%;
    overflow: hidden;
}

/* ---------- Connectivity Section ---------- */
#connectivity_sec_o {
    background-color: #FFF8EC;
    padding: 90px 0px;
}

.connectivity_sec .sec_container .title {
    color: #243A8E38;
}

.c_card {
    text-align: center;
}

.c_card .icon {
    width: 65px;
    height: 65px;
    margin: 0 auto;
}

.c_card .icon img,
.map_img_col img {
    width: 100%;
    height: 100%;
}

.c_card p {
    color: #B59C48;
    margin: 8px 0px 5px 0px;
    font-size: 13px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
}

.c_card h6 {
    color: #000000;
    margin: 0;
    font-size: 12px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
}

.card_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    justify-content: center;
}

.connectivity_row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    box-shadow: 0px 4px 20px 9px #ECDEC5;
    background: #fff;
    padding: 70px 60px;
    border-radius: 30px;
    margin-top: 70px;
}

.connectivity_row .content_col,
.connectivity_row .map_img_col {
    width: 100%;
}

.map_img_col {
    padding-left: 60px;
    margin-left: 40px;
    border-left: 1px solid #00000052;
    display: flex;
    align-items: center;
}

.connectivity_row .content_col {
    display: flex;
    align-items: center;
}

/* ---------- Contact Us Section ---------- */
#contact_sec_o {
    padding: 130px 0px 65px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact_sec .contact_row {
    display: flex;
}

.contact_sec .map_col {
    width: 40%;
    margin-right: -50px;
    position: relative;
    display: flex;
    align-items: center;
}

.map_box {
    width: 100%;
}

.contact_sec .form_col {
    width: 60%;
}

.contact_sec .form_box {
    padding: 10px;
}

.contact_sec .ip_fields {
    background: #243A8E;
    padding: 60px 90px;
    box-shadow: 3px 0px 0px 11px #FFFFFFB5;
    border-radius: 60px;
}

.contact_sec .map_box iframe {
    border-radius: 30px;
}

.contact_sec .content h3 {
    font-family: "Suranna", serif;
    font-weight: 400;
    font-size: 60px;
    text-align: left !important;
    text-align: center;
    color: #ffffff;
}

.contact_sec .content p {
    color: #ffffff;
    margin-bottom: 45px;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    text-align: left;
}

/* ---------- Footer Section ---------- */
.footer_container {
    background: #243A8E;
    padding: 90px 0px;
}

.f_content .logo {
    width: 250px;
    margin: 0 auto;
}

.f_content .logo img {
    width: 100%;
}

.f_content p {
    color: #ffff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    margin: 0px;
    font-size: 16px;
    text-align: center;
    padding: 30px 0px;
}

.f_content .ijm_pp h6 {
    color: #ffff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
    text-decoration: underline;
}

.f_content .ijm_pp p {
    color: #ffff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
}

.footer_barcode_row {
    display: flex;
    justify-content: center;
    margin-top: -55px;
    gap: 10px;
}

.copy_right_footer p {
    color: #243A8E;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
    padding: 25px 0px 35px 0px;
}

.copy_right_footer p span {
    color: #FD3234;
}

/* ---------- PopUp Section ---------- */
/* Popup overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF26;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
    backdrop-filter: blur(35.5px);
}

.popup {
    background: #ffffff;
    border-radius: 45px;
    width: 900px;
    position: relative;
    padding: 50px 60px 40px 60px;
    box-shadow: 0px 4px 35.8px 0px #00000040;
    animation: fadeIn 0.3s ease;
}

.popup h2 {
    margin-top: 0;
    color: #333;
}

.popup p {
    color: #555;
    font-size: 15px;
}

.close-btn {
    background: #00000085;
    border: none;
    color: #fff;
    padding: 14px 16px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    font-weight: 800;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.close-btn:hover {
    background: #243A8E;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


.popup .ip_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
}

.popup form input[name="fullName"],
.popup form input[name="mobileNumber"] {
    width: 49%;
}

.popup form input[name="emailAddress"],
.popup form textarea {
    width: 100%;
}

.popup form input[name="fullName"],
.popup form input[name="mobileNumber"],
.popup form input[name="emailAddress"],
.popup form textarea {
    padding: 12px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #505050;
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.popup form input[name="fullName"]::placeholder,
.popup form input[name="mobileNumber"]::placeholder,
.popup form input[name="emailAddress"]::placeholder,
.popup form textarea::placeholder {
    color: #505050;
    font: 30px;
}

.popup form input[type="checkbox"] {
    width: 35px;
    height: 26px;
}

.check_mark {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.check_mark p {
    color: #ffff;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0;
    font-size: 15px;
    text-align: left;
}

.lead_form {
    text-align: center;
}

.popup form button {
    font-family: "Plus Jakarta Sans", sans-serif;
    background: #243A8E;
    padding: 12px 45px;
    border: none;
    border-radius: 24px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 22px;
}

#msg {
    text-align: center;
    margin-top: 10px;
    color: #ffffff;
}

.popup .check_mark p {
    color: #505050;
}

#popupTitle {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 35px;
    color: #000;
}

#popupContent {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    color: #000;
    margin-bottom: 25px;
}

/* ---------- Thank You Page ---------- */
#thank_you_page {
    padding: 80px 0px;
}

#thank_you_page img {
    width: 100%;
}

#thank_you_page .logo {
    width: 180px;
    margin: 0 auto;
}

#thank_you_page .right-icon {
    width: 110px;
    margin: 30px auto 25px auto;
}

#thank_you_page .content h1 {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #243A8E;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
}

#thank_you_page .content p {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #243A8E;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0px 40px 0px;
}

#thank_you_page .w_btn {
    text-align: center;
}

#thank_you_page .w_btn a {
    font-family: "Plus Jakarta Sans", sans-serif;
    background: #243A8E;
    padding: 17px 45px;
    border: none;
    border-radius: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 22px;
    text-decoration: none;
}


.sticky_footer {
    background: #203480;
    padding: 10px 16px;
    box-shadow: 0px 0px 20px 0px #00000069;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
}

.sticky_footer .f_icon_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
}

.f_icon_row .icon_col {
    text-align: center;
}

.icon_col svg {
    width: 25px;
    display: block;
    margin: 0px auto 0px auto;
    fill: #ffffff;
}

.icon_col a {
    text-decoration: none;
}

.icon_col span {
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: capitalize;
}

body .cta_sticky_icon {
    position: fixed;
    bottom: 15px;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0px 16px;
}

.cta_sticky_icon .cta_row_icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta_sticky_icon .cta_icon_col {
    background: #243A8E;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 3px 6px 0px #00000085;
}

.cta_sticky_icon .cta_icon_col svg {
    width: 40px;
    fill: #fff;
}