html {
    scroll-behavior: smooth;
}

.enquire_main .enquire_title {
    color: #12406F;
    font-size: 2.5em;
    font-family: "FSAlbertBold";
    letter-spacing: 0.48px;
    line-height: 1.25;
    margin-bottom: 1em;
}

.enquire_main .enquire_desc {
    color: #525252;
    font-size: 1.5em;
    font-family: "FSAlbert";
    font-weight: 400;
    letter-spacing: 0.43px;
    line-height: 1.4167;
    margin-bottom: 1.667em;
}

.enquire_main .enquire_desc20 {
    color: #525252;
    font-size: 1.25em;
    font-family: "FSAlbert";
    font-weight: 400;
    letter-spacing: 0.36px;
    line-height: 1.5;
    margin-bottom: 1em;
}

/* <========================= Banner Section Start Here =====================> */
.enquiry_bannerSec {
    position: relative;
}

.enquiry_bannerSec .enqirm_logo_wrapper {
    width: 100%;
    max-width: 5.0625em;
    position: absolute;
    left: initial;
    top: 1.875em;
}

.enquiry_bannerSec .irm_logo {
    width: 100%;
    max-width: 100%;
    display: block;
}

.enquiry_bannerSec .enq_breadcrumb {
    background-color: transparent;
    position: absolute;
    top: 6.25em;
    left: initial;
}

.enquiry_bannerSec .enq_breadcrumb ul li {
    color: #ffffff;
}

.enquiry_bannerSec .enq_breadcrumb ul li a {
    color: #ffffff;
}

.enquiry_bannerSec .bannerimg_wrapper {
    position: relative;
}

.enquiry_bannerSec .bannerimg_wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000;
    width: 100%;
    max-width: 100%;
    height: 100%;
    opacity: 0.3;
}

.enquiry_bannerSec .bannerimg_wrapper .enq_banner_img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

/* <========================= Banner Section End Here =====================> */

/* <========================= Enquire Section 1 Start Here =====================> */
.enquiry_sec1 {
    padding: 6.25em 0 0;
}

.enquiry_sec1 .mobile_number_field {
    max-width: 86%;
}

.enquiry_sec1 .mob_select_wrapper {
    max-width: 7.18%;
}

.enquiry_sec1 .mob_input_wrapper {
    max-width: 78.393%;
    padding: 0 1.25em;
}

.enquiry_sec1 .cc_dd {
    color: #525252;
    font-size: 1.25em;
    font-family: "FSAlbert";
    font-weight: 400;
    letter-spacing: 0.36px;
    line-height: 1.5;
    appearance: none;
    -webkit-appearance: none;
    background: url("../../assets/images/enquiry/down_arrow.svg") no-repeat;
    background-size: 0.7em;
    background-position: 100% center;
}

.enquiry_sec1 .form-control,
.enquiry_sec1 .form-control:focus {
    color: #525252;
    font-size: 1.25em;
    font-family: "FSAlbert";
    font-weight: 400;
    letter-spacing: 0.36px;
    line-height: 1.5;
}

.enquiry_sec1 .form_width span {
    color: #525252;
    font-size: 1.25em;
    font-family: "FSAlbert";
    font-weight: 400;
    letter-spacing: 0.36px;
    line-height: 1.5;
}

.enquiry_sec1 .submit_btn {
    padding: 0;
    margin-bottom: 2.5em;
}

.enquiry_sec1 .otpform .form_width,
.enquiry_sec1 .verifyform .form_width {
    margin-bottom: 2.5em;
}

.enquiry_sec1 .form_width .ss-arrow {
    display: none;
}

.enquiry_sec1 .ss-main {
    position: relative;
}

.enquiry_sec1 .ss-main::after {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    font-size: 1.125em;
    z-index: -1;
    color: #525252;
    display: inline-block;
}

/* .enquiry_sec1 .ss-main .ss-single-selected {
    margin-left: -0.625em;
} */

.enquiry_sec1 .note_text {
    color: #F03131;
    font-size: 1em;
    font-weight: 400;
    font-family: "FSAlbert";
    letter-spacing: 0.29px;
    line-height: 1.875;
    padding: 0;
}


.enquiry_sec1 .member_table_wrapper {
    padding-top: 3.75em;
    /* overflow-x: auto; */
}

.enquiry_sec1 .member_table_wrapper .member_table {
    overflow-x: auto;
}

.enquiry_sec1 .member_table_wrapper .enquire_title {
    text-align: center;
}

.enquiry_sec1 .member_table_wrapper .table_wrapper {
    overflow: hidden;
    width: 100%;
    border: none;
}

.enquiry_sec1 .member_table_wrapper .table_wrapper tr,
.enquiry_sec1 .member_table_wrapper .table_wrapper th,
.enquiry_sec1 .member_table_wrapper .table_wrapper td {
    border: none;
    padding: 0;
    margin: 0;
}

.enquiry_sec1 .member_table_wrapper .table_wrapper th:nth-child(1),
.enquiry_sec1 .member_table_wrapper .table_wrapper td:nth-child(1) {
    width: 20%;
}

.enquiry_sec1 .member_table_wrapper .table_wrapper th:nth-child(2),
.enquiry_sec1 .member_table_wrapper .table_wrapper td:nth-child(2) {
    width: 60%;
}

.enquiry_sec1 .member_table_wrapper .table_wrapper th:nth-child(3),
.enquiry_sec1 .member_table_wrapper .table_wrapper td:nth-child(3) {
    width: 20%;
}

.enquiry_sec1 .member_table_wrapper .table_wrapper th p {
    background-color: #12406F;
    border-right: 1px solid #70707099;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;

    color: #FFFFFF;
    font-size: 1.5em;
    font-family: "FSAlbertBold";
    letter-spacing: 0.43px;
    line-height: 1.417;
    text-align: center;
    padding: 0.675em 0.4167em;
}

.enquiry_sec1 .member_table_wrapper .table_wrapper thead th:nth-child(1) p {
    border-radius: 1.25em 0em 0em 0em;
    border-left: 1px solid #707070;
}

.enquiry_sec1 .member_table_wrapper .table_wrapper thead th:nth-child(3) p {
    border-radius: 0em 1.25em 0em 0em;
}

.enquiry_sec1 .member_table_wrapper .table_wrapper tbody td {
    align-content: center;
    display: table-cell;
}

.enquiry_sec1 .member_table_wrapper .table_wrapper tbody td p {
    border-right: 1px solid #70707099;

    color: #000000;
    font-size: 1.5em;
    font-family: "FSAlbert";
    font-weight: 400;
    letter-spacing: 0.43px;
    line-height: 1.417;
    text-align: center;
    padding: 0.675em 0.4167em;
    /* padding: 1.5835em 0.4167em; */
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 4.5834em;

}

.enquiry_sec1 .member_table_wrapper .table_wrapper tbody tr td:nth-child(1) p {
    border-left: 1px solid #70707099;
}

.enquiry_sec1 .member_table_wrapper .table_wrapper tbody tr:last-child td p {
    border-bottom: 1px solid #70707099;
}

.enquiry_sec1 .member_table_wrapper .table_wrapper tbody tr:last-child td:nth-child(1) p {
    border-radius: 0em 0em 0em 1.25em;
}

.enquiry_sec1 .member_table_wrapper .table_wrapper tbody tr:last-child td:nth-child(3) p {
    border-radius: 0em 0em 1.25em 0em;
}

.enquiry_sec1 .member_table_wrapper .table_wrapper tbody tr:nth-child(odd) td p {
    background-color: #EAF4FF;
}

.enquiry_sec1 .custom_table {
    display: flex;
    flex-direction: column;
    border-radius: 1.25em;
    /* border: 1px solid #707070; */
    overflow: hidden;
}

.enquiry_sec1 .custom_table .table_row {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
}

.enquiry_sec1 .custom_table .table_row .table_head {
    background-color: #12406F;
    border-right: 1px solid #70707099;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;

    color: #FFFFFF;
    font-size: 1.5em;
    font-family: "FSAlbertBold";
    letter-spacing: 0.43px;
    line-height: 1.417;
    text-align: center;
    padding: 0.675em 0.4167em;
}

.enquiry_sec1 .custom_table .table_row .table_head:nth-child(1),
.enquiry_sec1 .custom_table .table_row_2 .table_data:nth-child(1) {
    width: 20%;
    /* border-radius: 1.25em 0em 0em; */
    border-left: 1px solid #707070;
}

.enquiry_sec1 .custom_table .table_row .table_head:nth-child(2),
.enquiry_sec1 .custom_table .table_row_2 .table_data:nth-child(2) {
    width: 60%;
}

.enquiry_sec1 .custom_table .table_row .table_head:nth-child(3),
.enquiry_sec1 .custom_table .table_row_2 .table_data:nth-child(3) {
    width: 20%;
    /* border-radius: 0em 1.25em 0em 0em; */
}

.enquiry_sec1 .custom_table .table_row_2:last-child .table_data:nth-child(1) {
    border-bottom: 1px solid #707070;
    border-radius: 0em 0em 0em 1.25em;
}

.enquiry_sec1 .custom_table .table_row_2:last-child .table_data:nth-child(2) {
    border-bottom: 1px solid #707070;
}

.enquiry_sec1 .custom_table .table_row_2:last-child .table_data:nth-child(3) {
    border-bottom: 1px solid #707070;
    border-radius: 0em 0em 1.25em 0em;
}

.enquiry_sec1 .custom_table .table_row_2:nth-child(even) {
    background-color: #EAF4FF;
}

.enquiry_sec1 .custom_table .table_row_2 {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
}

.enquiry_sec1 .custom_table .table_row_2 .table_data {
    border-right: 1px solid #70707099;
    color: #000000;
    font-size: 1.5em;
    font-family: "FSAlbert";
    font-weight: 400;
    letter-spacing: 0.43px;
    line-height: 1.417;
    text-align: center;
    padding: 0.675em 0.4167em;
    /* padding: 1.5835em 0.4167em; */
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 4.5834em;
}

.enquiry_sec1 .api_form_container #apiform {
    padding-top: 5em;
    margin: 0 -1.25em;
}

.enquiry_sec1 .api_form_container .form_width {
    padding: 0 1.25em;
    margin-bottom: 2.5em;
}

.enquiry_sec1 .api_form_container .pref_form_group {
    margin-top: 1.25em;
}

.enquiry_sec1 .api_form_container .enquire_title {
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.enquiry_sec1 .ed_label {
    color: #525252;
    font-size: 1.5em;
    font-family: "FSAlbertBold";
    font-weight: 400;
    letter-spacing: 0.43px;
    line-height: 1.4167;
    margin-right: 2.5em;
}

.enquiry_sec1 .cb_box.form-group label:before {
    padding: 0.635em;
    margin-right: 0.8em;
}

.enquiry_sec1 .enquiryform .cb_box.form-group input:checked+label:after {
    top: 0.325em;
    left: 0.5em;
    /* top: 6.5px;
    left: 10px; */
}

.enquiry_sec1 .pref_label {
    color: #525252;
    font-size: 1.25em;
    font-family: "FSAlbert";
    font-weight: 400;
    letter-spacing: 0.36px;
    line-height: 1.5;
}

/* .enquiry_sec1 .cb_box.form-group label {
    margin-right: 2em;
} */

.enquiry_sec1 .form_feilds_title {
    padding: 0 1.25em;
    margin: 1.25em 0 2.125em;
}

.enquiry_sec1 .form_feilds_title_span {
    color: #525252;
    font-size: 1.5em;
    font-family: "FSAlbertBold";
    font-weight: 400;
    letter-spacing: 0.43px;
    line-height: 1.4167;
}

.enquiry_sec1 .api_form_container .submit_btn {
    margin: 0;
    padding: 0 1.25em;
}

.enquiry_sec1 .dob_cal .fa-calendar-o {
    font-size: 1.165em;
}

.enquiry_sec1 .on_call_data_box {
    padding: 0 1.112em;
}

.enquiry_sec1 .ask_a_question_box_desc {
    padding: 0 1.112em;
}

.enquiry_sec1 #otpverifyform .form_width {
    padding: 0;
    max-width: 22%;
}

/* <========================= Enquire Section 1 End Here =====================> */



/* <========================= Scroll Down Start Here =====================> */
.scroll_text {
    color: #525252;
    font-size: 1em;
    font-weight: 400;
    font-family: "FSAlbert";
    letter-spacing: 0.29px;
    line-height: 1.875;
    padding: 0;
    margin: 2.5em 0 0;
    text-align: center;
}

.scroll_bottom_wrapper {
    margin: 1.5em 0 0;
}

.scroll_bottom_wrapper .arrows {
    width: 100%;
    max-width: 3.25em;
    height: 3em;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.scroll_bottom_wrapper .arrows path {
    stroke: #b50156;
    fill: transparent;
    stroke-width: 3px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

.arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
}

.arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
}

@keyframes arrow {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes arrow {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* <========================= Scroll Down End Here =====================> */



/* <========================= Enquire Section 2 End Here =====================> */
.enquiry_sec2 {
    padding: 6.25em 0 0;
}

.enquiry_sec2 .tech-container {
    overflow: hidden;
}

.enquiry_sec2 .swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: linear;
    /* margin-left: 5em; */
}

.enquiry_sec2 .enquire_title {
    margin-bottom: 0.6em;
    text-align: center;
}

.enquiry_sec2 .enquire_desc20 {
    margin-bottom: 2em;
    text-align: center;
}

.enquiry_sec2 .tech-head-featured {
    margin: 0;
}

.enquiry_sec2 .swiper-slide {
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

.enquiry_sec2 .clients_logo .brand_img_wrapper {
    text-align: center;
}

.enquiry_sec2 .clients_logo .brand_img_wrapper .brand_img {
    width: 100%;
    max-width: 15em;
}


.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

/* <========================= Enquire Section 2 End Here =====================> */

/* <========================= Enquire Section 3 Start Here =====================> */
.enquiry_sec3 {
    padding: 5em 0 6.25em;
}

.enquiry_sec3 .enquire_title {
    text-align: center;
}

.enquiry_sec3 .glimpse_slider_wrapper {
    position: relative;
    /* overflow: hidden; */
}

.enquiry_sec3 .glimpse_slider {
    overflow: hidden;
}

.enquiry_sec3 .content_box .glimps_img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.enquiry_sec3 .content_box .enquire_desc20 {
    margin-bottom: 0;
    margin-top: 1.2em;
    font-family: "FSAlbertBold";
}

.enquiry_sec3 .glimps_arrow_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 8.75em;
    /* bottom: 0; */
    right: -2.25em;
    left: -2.25em;

}

.enquiry_sec3 .glimps_arrow_wrapper .glimps_left_arrow,
.enquiry_sec3 .glimps_arrow_wrapper .glimps_right_arrow {
    width: 100%;
    max-width: 4.5em;
    height: auto;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.enquiry_sec3 .glimps_arrow_wrapper .glimps_left_arrow:focus,
.enquiry_sec3 .glimps_arrow_wrapper .glimps_right_arrow:focus,
.enquiry_sec3 .glimps_arrow_wrapper .glimps_left_arrow:focus-visible,
.enquiry_sec3 .glimps_arrow_wrapper .glimps_right_arrow:focus-visible {
    outline: none;
    box-shadow: none;
}

/* <========================= Enquire Section 3 End Here =====================> */

@media (max-width: 1366px) {
    .enquiry_sec1 .member_table_wrapper .table_wrapper tbody td p {
        min-height: 5.5em;
    }
}

@media (max-width: 1080px) {
    .enquiry_sec3 .glimps_arrow_wrapper {
        right: 0;
        left: 0;
    }
}

@media (max-width: 850px) {
    .enquiry_sec1 .member_table_wrapper .table_wrapper {
        width: 120em;
    }

    .enquiry_sec1 .custom_table {
        width: 120em;
    }
}

@media (max-width: 834px) {

    .enquiry_sec1 .otpform .form_width,
    .enquiry_sec1 .verifyform .form_width {
        margin: 0 0 2.5em;
    }

    .enquiry_sec1 .otpform .mobile_number_field {
        margin: 0;
    }

    .enquiry_sec1 .mob_select_wrapper {
        max-width: 12%;
    }

    .enquiry_sec1 .mob_input_wrapper {
        max-width: 85%;
    }

    .enquiry_sec1 .submit_btn {
        text-align: left;
    }

    .enquiry_sec1 .note_text {
        text-align: left;
    }

    .enquiry_sec1 .api_form_container .submit_btn {
        padding: 0 15px;
    }

    .enquiry_sec1 .on_call_data_box {
        padding: 0 15px;
    }

    .enquiry_sec1 .ask_a_question_box_desc {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .enquire_main .enquire_title {
        font-size: 2.4em;
        letter-spacing: 0.29px;
        line-height: 1.4167;
        margin-bottom: 0.8334em;
    }

    .enquire_main .enquire_desc {
        font-size: 1.6em;
        letter-spacing: 0.29px;
        line-height: 1.625;
        margin-bottom: 1.25em;
    }

    .enquire_main .enquire_desc20 {
        font-size: 1.6em;
        letter-spacing: 0.29px;
        line-height: 1.625;
        margin-bottom: 1.25em;
    }

    .enquiry_bannerSec .enq_breadcrumb {
        top: 7.5em;
    }

    .enquiry_bannerSec .bannerimg_wrapper::before {
        display: none;
    }

    .enquiry_sec1 .api_form_container #apiform {
        /* margin: 0 -15px; */
        margin: 0 auto;
    }

    .enquiry_sec1 .api_form_container .form_width {
        margin-bottom: 3em;
        /* padding: 0 15px; */
        padding: 0;
    }

    .enquiry_sec1 .api_form_container .form_width span {
        width: 100%;
    }

    .enquiry_sec1 {
        padding: 5.2em 0 0;
    }

    .enquiry_sec1 .form-control,
    .enquiry_sec1 .form-control:focus {
        font-size: 1.6em;
        letter-spacing: 0.29px;
        line-height: 1.625;
    }

    .enquiry_sec1 .mobile_number_field {
        max-width: 100%;
    }

    .enquiry_sec1 .mob_select_wrapper {
        max-width: 12%;
    }

    .enquiry_sec1 .mob_input_wrapper {
        max-width: 88%;
    }

    .enquiry_sec1 .otpform .form_width,
    .enquiry_sec1 .verifyform .form_width {
        margin: 0 0 4em;
        padding: 0 15px;
    }

    .enquiry_sec1 .note_text {
        font-size: 1.4em;
        letter-spacing: 0.25px;
        line-height: 1.715;
    }

    .enquiry_sec1 .submit_btn {
        margin-bottom: 3em;
    }

    .enquiry_sec1 .member_table_wrapper {
        padding-top: 5.2em;
    }

    .enquiry_sec1 .member_table_wrapper .table_wrapper th p {
        font-size: 1.8em;
        line-height: 1.556;
        padding: 0.556em 0.556em;
    }

    .enquiry_sec1 .member_table_wrapper .table_wrapper thead th:nth-child(1) p {
        border-radius: 0.556em 0em 0em 0em;
    }

    .enquiry_sec1 .member_table_wrapper .table_wrapper thead th:nth-child(3) p {
        border-radius: 0em 0.556em 0em 0em;
    }

    .enquiry_sec1 .member_table_wrapper .table_wrapper tbody td p {
        font-size: 1.8em;
        line-height: 1.556;
        min-height: 4.445em;
        padding: 0.556em 0.556em;
    }

    .enquiry_sec1 .member_table_wrapper .table_wrapper tbody tr:last-child td:nth-child(1) p {
        border-radius: 0em 0em 0em 0.556em;
    }

    .enquiry_sec1 .member_table_wrapper .table_wrapper tbody tr:last-child td:nth-child(3) p {
        border-radius: 0em 0em 0.556em 0em;
    }

    .enquiry_sec1 .custom_table {
        border-radius: 10px;
        margin-right: 1.6em;
    }

    .enquiry_sec1 .custom_table .table_row_2:last-child .table_data:nth-child(1) {
        border-radius: 0px 0px 0px 10px;
    }

    .enquiry_sec1 .custom_table .table_row_2:last-child .table_data:nth-child(3) {
        border-radius: 0px 0px 10px 0px;
    }

    .enquiry_sec1 .custom_table .table_row .table_head {
        font-size: 1.8em;
        line-height: 1.556;
        padding: 0.556em 0.556em;
    }

    .enquiry_sec1 .custom_table .table_row_2 .table_data {
        font-size: 1.8em;
        line-height: 1.556;
        min-height: 4.445em;
        padding: 0.556em 0.556em;
    }

    .enquiry_sec1 .api_form_container #apiform {
        padding-top: 2em;
    }

    .enquiry_sec1 .form_width span {
        font-size: 1.6em;
        letter-spacing: 0.29px;
        line-height: 1.625;
    }

    .enquiry_sec1 .ed_label {
        font-size: 2em;
        letter-spacing: 0.36px;
        line-height: 1.5;
        margin-bottom: 1em;
    }

    .enquiry_sec1 .pref_label {
        font-size: 1.6em;
        letter-spacing: 0.29px;
        line-height: 1.625;
    }

    .enquiry_sec1 .cb_box.form-group label {
        margin-right: 2em;
    }

    .enquiry_sec1 .cb_box.form-group .agree_label {
        margin-right: 0;
        /* margin-bottom: 0.625em; */
    }

    .enquiry_sec1 .cb_box.form-group input~label {
        font-size: 1.6em;
    }

    .enquiry_sec1 .cb_box.form-group label:before {
        padding: 0.513em;
        margin-right: 0.625em;
    }

    .enquiry_sec1 .api_form_container .pref_form_group {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .enquiry_sec1 #otpverifyform .form_width {
        max-width: 100%;
    }

    .enquiry_sec1 .form_feilds_title {
        /* padding: 0 15px; */
        padding: 0;
        margin: 1em 0 2em;
    }

    .enquiry_sec1 .form_feilds_title_span {
        font-size: 2em;
        letter-spacing: 0.36px;
        line-height: 1.5;
    }

    .enquiry_sec1 .subscribe_form_fields .cb_box.form-group label {
        margin-right: 0;
    }

    .enquiry_sec1 .api_form_container .submit_btn {
        margin-top: -1em;
        padding: 0;
    }

    .enquiry_sec1 .dob_cal .fa-calendar-o {
        font-size: 1em;
    }

    .enquiry_sec1 .enquiryform .cb_box.form-group input:checked+label:after {
        top: 0.4em;
        left: 0.4em;
        width: 0.32em;
        height: 0.75em;
    }

    .enquiry_sec1 .on_call_data_box {
        padding: 0;
        font-size: 1.6em;
        letter-spacing: 0.29px;
        line-height: 1.625em;
    }

    .enquiry_sec1 .ask_a_question_box_desc {
        padding: 0;
        font-size: 1.6em;
        letter-spacing: 0.29px;
        line-height: 1.625em;
    }

    .enquiry_sec2 {
        padding: 5.2em 0 0;
    }

    .enquiry_sec3 {
        padding: 4em 0 5.2em;
    }

    .enquiry_sec3 .content_box .enquire_desc20 {
        margin-top: 1.5em;
    }

    .enquiry_sec3 .glimps_arrow_wrapper {
        justify-content: center;
        position: relative;
        top: initial;
        right: initial;
        left: initial;
        margin-top: 3.2em;
    }

    .enquiry_sec3 .glimps_arrow_wrapper .glimps_left_arrow,
    .enquiry_sec3 .glimps_arrow_wrapper .glimps_right_arrow {
        max-width: 4em;
        margin: 0 0.6em;
    }

    .scroll_bottom_wrapper {
        margin: 2em 0 0;
    }

    .scroll_text {
        font-size: 1.4em;
        letter-spacing: 0.25px;
        line-height: 1.715;
        margin: 2.285em 0 0;
    }
}