* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    font-size: 16px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    scrollbar-width: none;
}

@font-face {
    font-family: DINNextLTArabicRegular;
    src: url('../font-family/DINNextLTArabic-Regular.ttf');
}

@font-face {
    font-family: DINNextLTArabicMedium;
    src: url('../font-family/DINNextLTArabic-Medium.ttf');
}

@font-face {
    font-family: HelveticaNeueLTRegular;
    src: url('../font-family/HelveticaNeueLT.ttf');
}

@font-face {
    font-family: DINNextLTArabicBold;
    src: url('../font-family/DINNextLTArabic-Bold.ttf');
}

@font-face {
    font-family: DINNextLTArabicLight;
    src: url('../font-family/DINNextLTArabic-Light.ttf');
}

::-webkit-scrollbar {
    width: 0;
}

.flex {
    display: flex;
}

.justify_content_center {
    justify-content: center;
}

.justify_content_between {
    justify-content: space-between;
}

.align_items_center {
    align-items: center;
}

.justify_content_around {
    justify-content: space-around;
}

.direction_column {
    flex-direction: column;
}

.width-100 {
    width: 100%
}

.height-100 {
    height: 100%;
}

ul {
    list-style-type: none;
}

body {
    margin-top: 8rem;
}

.inner_container_width {
    width: 85%;
    max-width: 1920px;
}

/*===============Add css for 3d project============*/
.field--name-field-projects-3d-viewer {
    display: flex;
    justify-content: center;
}

.field--name-field-projects-3d-viewer .iframe_title {
	padding: 10px 0;
}

/*===============Add css for 3d project End============*/
/*===================================================== our domian css has started ==========================================*/
.width-rps-container {
    width: 87%;
    max-width: 1920px;
}

.domain_cover_img {
    object-fit: cover;
}

.card a {
    text-decoration: none;
}

.card a,
.card a:visited {
    color: #222;
}

.rps_data_container {
    max-width: 100%;
}

.cards {
    font-size: 0;
    list-style: none;
    padding: 0;
}

.card-outter {
    width: 100%;
    display: inline-block;
    padding-right: 80px;
}

.first_card {
    padding-left: 0px;
}

.card {
    width: 30rem;
    transition: width 1.25s ease;
}

.card:hover {
    width: 55rem;
}

.title {
    color: orange;
    font-family: sans-serif;
}

.card .title {
    font-size: 2.813rem;
    margin: 10px 0 6px;
    color: #0066B3;
    font-family: DINNextLTArabicMedium;
}

.card .description {
    font-size: 1.25rem;
    margin: 0;
    color: #676767;
    font-family: HelveticaNeueLTRegular;
    line-height: 1;
    width: 30rem;
}

.slider-container {
    position: relative;
    overflow: hidden;
    margin: 0 0px;
}

.slider-container:before,
.slider-container:after {
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
    display: block;
    width: 20px;
    height: 100%;
}

.slider-container:before {
    left: 0;
}

.slider-container:after {
    right: 0;
}

.slider {
    padding: 5rem 1rem;
    transition: transform 0.2s ease-out;
}

.slider.active {
    transition: none;
    cursor: grab;
}

.slider-indicator-bar {
    position: relative;
    height: 5px;
    width: 100px;
    margin: 30px auto 0;
    background: #313131;
    border-radius: 2px;
}

.slider-indicator-bar .slider-indicator {
    position: absolute;
    left: 0;
    content: "";
    height: 6px;
    background-color: #505050;
    border-radius: 2px;
    transition: left 0.2s ease-in-out;
}

.arrowContainer {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    display: none;
}

.arrow {
    color: orange;
    font-size: 2.5rem;
    cursor: pointer;
}

.arrow img {
    width: 100%;
    height: 100%;
}

.arrow {
    width: 2rem;
}

.innerArrow {
    margin-top: 1rem;
    display: flex;
    width: 5em;
    justify-content: space-between;
}

/* ============================================our domain css has ended=============================================*/
/* common elemtnts */
.path_row {
    display: flex;
    gap: 1rem;
    margin-left: 7.5%;
    align-items: flex-end;
    height: 21px;
    margin-top: 2rem;
    width: 100%;
    max-width: 1920px;
}

.path_row span {
    font-size: 0.875rem;
    color: #F26722;
    line-height: 1.5;
    margin-bottom: 0.1%;
}

.path_row .parent {
    font-family: DINNextLTArabicRegular;
}

.path_row .child {
    font-family: DINNextLTArabicBold;
}

.circle_image {
    border-radius: 50%;
}

.main_title {
    font-size: 9.375rem;
    color: #F26722;
    font-family: DINNextLTArabicMedium;
    line-height: 1;
}

.ps_container {
    width: 85%;
    margin-bottom: 3.75rem;
    max-width: 1920px;
}

.ps_section {
    gap: 6.5rem;
    margin: 8rem 0;
}

.ps_section_2 {
    margin-bottom: 0;
    padding-top: 10rem;
}

.for_customer {
    height: 45px;
    width: fit-content;
    /* Changed on 18-01-2023*/
    padding-left: 1rem;
    /* Added on 18-01-2023*/
    padding-right: 1rem;
    /* Added on 18-01-2023*/
    background-color: rgba(0, 102, 179, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #0166B3;
}

.for_customer_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.875rem;
    width: 100%;
}

.for_customer_inner span {
    font-size: 1.375rem;
    font-family: DINNextLTArabicMedium;
    margin-bottom: 0.5%;
}

.page-node-2 .for_customer_inner span {
    width: 115px;
}

.ps_section div.ps_section_text {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ps_section div.ps_section_image {
    flex: 3;
}

.ps_section_image {
    max-height: 654px;
}

.ps_section_image img.op_image {
    border-radius: 5pt;
    object-fit: cover;
}

.img_container {
    position: relative;
    width: 100%;
    height: auto;
}

.blur-box {
    position: absolute;
    width: 5rem;
    height: 3.125rem;
    /* background: rgb(0 0 0 / 0%);
    backdrop-filter: saturate(180%) blur(10px); */
    background-color: rgba(65, 67, 70, 0.7);
    z-index: 4;
    bottom: 2rem;
    right: 2rem;
    /*cursor: pointer;*/
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: width 1.5s ease;
}

.box_title {
    color: white;
    min-width: 10rem;
    /*changed on 18-01-2023*/
    display: none;
    opacity: 100%;
}

.gapBox {
    gap: 1rem;
    flex-direction: row-reverse;
}

.box_title-oran {
    color: #F26722;
    ;
}

.img_container:hover .blur-box {
    width: 15.5rem;
}

.img_container:hover .box_title {
    display: block;
}

.ps_section_text div.heading {
    font-size: 5.125rem;
    color: #F26722;
    font-family: DINNextLTArabicMedium;
    line-height: 1;
}

.ps_section_text div.para {
    font-size: 1.75rem;
    color: #636466;
    font-family: HelveticaNeueLTRegular;
    line-height: 1.42;
    margin-left: 5.625rem;
    margin-top: 2rem;
    max-width: 32rem;
}

.ps_cta_btn {
    width: 11.563rem;
    height: 4.5rem;
    background-color: #0066B3;
    border-radius: 5px;
    background-repeat: no-repeat;
    margin-left: 5.625rem;
    margin-top: 2rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 0.625rem;
}

.ps_cta_btn span {
    color: #FFFFFF;
    font-size: 1.5rem;
    font-family: DINNextLTArabicMedium;
    line-height: 2.188rem;
    padding-bottom: 0.4rem;
}

/* program services end*/
.hta_cta {
    margin-top: 4rem;
    width: 17.625rem;
    height: 4.5rem;
    background-color: #FFFFFF;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    gap: 0.5rem;
}

.hta_cta span {
    color: #0066B3;
    font-size: 1.5rem;
    font-family: DINNextLTArabicMedium;
    padding-bottom: 0.4rem;
}

.pds_contactus .hta_cta {
    margin-top: 1.5rem;
}

/*----------------------------------------------------------program pages and services pages landig-----------------------------------*/
.ppsp_landing {
    width: 100%;
    margin-left: 7.5%;
    max-width: 1776px;
    gap: 7rem;
    justify-content: space-between;
    margin-top: 6rem;
}

.ppsp_l_img_mb,
.for_customer_mb {
    display: none;
}

.ppsp_landing_image,
.ppsp_landing_text {
    flex: 1;
}

.ppsp_landing_image {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ppsp_landing_text div.heading {
    line-height: 100%;
}

.ppsp_landing_text div.para {
    color: #636466;
    font-size: 2.5rem;
    font-family: DINNextLTArabicRegular;
    margin-top: 2rem;
    max-width: 752px;
    line-height: 2.813rem;
}

.ppsp_landing_text div.para p {
    /*Added on 18-01-2023*/
    font-size: 2.5rem;
    font-family: DINNextLTArabicRegular;
}

.ppsp_l_img {
    width: 80%;
    height: 36.5rem;
    /* background: #ccc; */
    border-radius: 1rem 0 0 1rem;
    position: relative;
    flex: 1;
}

.ppsp_l_img svg {
    position: absolute;
    right: 2.5rem;
    top: -3rem;
    z-index: -5;
}

.ppsp_l_img img {
    height: 100%;
    width: 100%;
    /* min-width: 53vw; */
    object-fit: cover;
    border-radius: 1rem 0 0 1rem;
}

/* detail section */
.ppsp_detail {
    margin: 11rem 0;
    width: 90%;
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 1920px;
}

.ppsp_detail div.text {
    max-width: 1360px;
    font-size: 5.125rem;
    color: #0066B3;
    font-family: DINNextLTArabicRegular;
    line-height: 1.1;
}

.watermark_7 {
    position: absolute;
    z-index: -4;
}

.watermark_7 img {
    width: 100%;
    height: 100%;
}

/* data row image */
.ppsp_row_image_data_container {
    justify-content: space-evenly;
    margin-top: 10rem;
}

.ppsp_rid_data {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    width: 20rem;
    text-align: center;
}

.ppsp_rid_data img {
    transition: transform 0.3s ease-in-out;
}

.ppsp_rid_data img:hover {
    transform: scale(1.1);
}

.ppsp_rid_data_text {
    color: #0066B3;
    font-size: 2.25rem;
    font-family: DINNextLTArabicMedium;
    line-height: 1.33;
    margin-top: 2rem;
}

/* blue bg container */
.blue_bg_container {
    background-color: #0066B3;
    width: 100%;
    max-width: 1920px;
    display: flex;
    align-items: center;
    padding: 10rem 0 13rem;
    flex-direction: column;
}

/*-----------------------------------rps_container -----------------------------------*/
.rps_container {
    width: 90%;
    max-width: 1920px;
    padding: 6.5rem 0;
}

.rps_heading {
    font-family: DINNextLTArabicMedium;
    color: #F26722;
    font-size: 5.125rem;
    /* max-width: 46.25rem ; */
    line-height: 1;
    margin: 0 1rem;
}

.rps_image {
    width: 100%;
    height: 20rem;
    background: #ccc;
    border-radius: 15px;
    transition: transform 0.25s ease;
}

.rps_data:hover .rps_image {
    transform: scale(1.05);
}

.rps_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.rps_blocks {
    margin-top: 5rem;
    gap: 2rem;
}

.rps_data {
    flex: 1;
}

.rps_title {
    color: #0066B3;
    font-size: 2.813rem;
    font-family: DINNextLTArabicMedium;
    line-height: 1.1;
    margin-top: 2rem;
    height: 7rem;
}

.rps_desc {
    color: #636466;
    font-size: 1.25rem;
    font-family: HelveticaNeueLTRegular;
    line-height: 1.5;
    margin: 1rem 0;
    height: 5rem;
}

.rps_cta a.cta_btn {
    width: 11.625rem;
    height: 4.5rem;
    margin-top: 3rem;
    background-color: #0066B3;
    gap: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    text-decoration: none;
}

.rps_cta a.cta_btn span {
    color: #fff;
    font-size: 1.5rem;
    font-family: DINNextLTArabicMedium;
    padding-bottom: 0.4rem;
}

.last-card {
    padding-right: 0;
}

/* faq  */
.main_title.faq {
    max-width: 71rem;
}

.accordian_container {
    padding: 0 7rem;
    margin-top: 7rem;
    margin-bottom: 3rem;
}

.faq_qn {
    font-size: 2.25rem;
    line-height: 1.25;
    font-family: DINNextLTArabicMedium;
    color: #636466;
}

.faq_ans {
    color: #636466;
    font-size: 1.75rem;
    line-height: 1.42;
    font-family: HelveticaNeueLTRegular;
    width: 80%;
}

.faq_ans * {
    color: #636466;
    font-size: 1.75rem;
    line-height: 1.42;
    font-family: HelveticaNeueLTRegular;
    text-decoration: none;
    list-style-type: disc;
}

.faq_ans ul {
    margin-left: 4%;
}

.faq_ans a,
.faq_ans ul li::marker {
    color: #F26722 !important;
}

/* accordion-1 */
.accordian {
    position: relative;
    border-bottom: 2px solid #E2E2E2;
    padding-bottom: 2px;
    padding: 2.063rem 0 2.625rem;
}

.accordian .head {
    background-color: #FFFFFF;
    color: #636466;
    cursor: pointer;
    transition: 1s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2.25rem;
    font-family: DINNextLTArabicRegular;
}

.accordian .content {
    background-color: #FFFFFF;
    display: none;
    padding-top: 1rem;
}

.acc_arrow {
    width: 1.5rem;
    padding-top: 0.5rem;
}

/* faq  end*/
/* Equipment in on Demand services  */
.equipment_section,
.consultancy_services_section {
    width: 85%;
    max-width: 1920px;
    margin-bottom: 10rem;
}

.equipment_heading,
.consultancy_services_heading {
    font-family: DINNextLTArabicMedium;
    color: #F26722;
    font-size: 5.125rem;
}

.categories_list {
    display: flex;
    gap: 4rem;
    margin: 2rem 0 5rem;
}

.categories_list_mb {
    display: none;
}

.category_point a {
    color: #636466;
    font-size: 1.875rem;
    line-height: 1.5;
    font-family: DINNextLTArabicRegular;
    cursor: pointer;
    text-decoration: none;
}

.equipments_container {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 6rem 2.875rem;
    /* justify-content: space-between; */
}

.equipment_data {
    width: 22.938rem;
}

.equipment_data_image {
    width: 22.938rem;
    height: 15.625rem;
}

.equipment_data_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.3s ease-in-out;
}

.equipment_data:hover .equipment_data_image img {
    transform: scale(1.1);
}

.equipment_data_title {
    margin-top: 2rem;
    font-family: DINNextLTArabicMedium;
    font-size: 2.5rem;
    color: #0066B3;
    line-height: 1;
    max-width: 100%;
}

/* Equipment in on Demand services End  */
/* consulancy ods */
.ods_detail {
    margin-top: 18.5rem
}

.ods_how_to_apply {
    margin-bottom: 10rem;
    padding: 6.375rem 0 7.938rem;
}

.consultancy_text {
    text-align: left;
}

.consultancy_image {
    height: 13.938rem;
    width: 13.938rem;
    background: #FEEFE8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}

.consultancy_image img {
    width: 40%;
}

.consultancy_data_container {
    margin-top: 8.125rem;
}

.consultancy_data_container .ppsp_rid_data img:hover {
    transform: scale(1);
}

.ppsp_rid_data:hover .consultancy_image {
    transform: scale(1.1);
}

.consultancy_data_container .ppsp_rid_data {
    align-items: flex-start;
    width: 22rem;
}

.consultancy_text .ppsp_rid_data_text {
    font-size: 2.813rem;
}

.consultancy_text ul {
    margin-top: 1rem;
    margin-left: 1.5rem;
}

.consultancy_text ul li {
    list-style: disc;
    list-style-position: outside;
    font-family: DINNextLTArabicRegular;
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 0.25rem 0;
    color: #636466;
}

.consultancy_text ul li::marker {
    color: #F26722 !important;
}

/* News Page .......................................................................*/
.news_heading_and_searchbar {
    width: 85%;
    max-width: 1920px;
    justify-content: space-between;
    align-items: flex-end;
}

.news_heading_and_searchbar {
    margin-top: 4rem;
}

.news_heading_and_searchbar div.heading {
    margin-left: -0.625rem;
}

.searchbar {
    position: relative;
    height: 4.5rem;
    width: 34.375rem;
    background-color: #F2F2F2;
    border-radius: 6px;
    margin-bottom: 0.5rem;
}

.searchbar input {
    background-color: #F2F2F2;
    border: 0;
    font-size: 20px;
    margin: 0 4.5rem;
    height: 4.5rem;
    font-family: HelveticaNeueLTRegular;
    width: 22rem;
    letter-spacing: 0.05rem;
    border-radius: 6px;
}

.searchbar span.search_svg {
    background-color: #F2F2F2;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 4.5rem;
    width: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.searchbar input:focus {
    outline: none;
}

.news_featured {
    margin-top: 4rem;
    gap: 7rem;
    position: relative;
    width: 85%;
    max-width: 1920px;
    align-items: center;
}

.news_featured_img {
    height: 40.875rem;
    width: 60.25rem;
    transition: transform 0.3s ease-in-out;
}

.news_featured_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.news_featured:hover .news_featured_img {
    transform: scale(1.04);
}

.news_featured_details {
    max-width: 33rem;
}

.news_featured_readmore_cta,
.news_data_cta {
    margin: 0;
    width: 15.5rem;
    height: 3.875rem;
    margin-top: 2.625rem;
    gap: 1rem;
}

.news_featured_date {
    font-size: 1.375rem;
    color: #989898;
    font-family: DINNextLTArabicMedium;
    line-height: 1.5;
    margin-top: 3.375rem;
    margin-bottom: 2rem;
}

.news_featured_title {
    color: #0066B3;
    font-family: DINNextLTArabicMedium;
    font-size: 2.5rem;
    line-height: 1;
}

.news-slider-container {
    margin-top: 9rem;
    margin-bottom: 5rem;
}

.news_card_data,
.news_data {
    width: 28.25rem;
    padding: 0;
}

.news_data_img {
    height: 19.188rem;
    transition: transform 0.3s ease-in-out;
}

.news_data:hover .news_data_img {
    transform: scale(1.07);
}

.news_data_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.news_data_date {
    font-size: 1.375rem;
    color: #989898;
    font-family: DINNextLTArabicMedium;
    line-height: 1.5;
    margin-top: 1.75rem;
}

.news_data_title {
    color: #0066B3;
    font-family: DINNextLTArabicMedium;
    font-size: 2.5rem;
    line-height: 1;
    margin: 2rem 0;
}

.news_data_desc {
    font-size: 1.25rem;
    line-height: 1.4;
    color: #636466;
    font-family: HelveticaNeueLTRegular;
}

.news_flex_wrap {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    /*changed on 02-02-2023*/
    justify-content: space-between;
    row-gap: 9.625rem;
    padding: 1rem;
}

.news_detail_container {
    width: 70%;
    margin-bottom: 7rem;
    position: relative;
}

.news_detail_image img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.news_detail_title {
    font-size: 5.125rem;
    color: #F26722;
    font-family: DINNextLTArabicMedium;
    line-height: 1.3;
    margin: 3rem 0 3rem;
}

.news_detail_image {
    width: 100%;
    height: 34.375rem;
    margin-bottom: 1rem;
}

.news_detail_date {
    color: #636466;
    font-family: DINNextLTArabicBold;
    font-size: 1.25rem;
    line-height: 2.25;
    margin-bottom: 1rem;
}

.news_detail_text {
    font-size: 1.25rem;
    color: #636466;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.news_detail_text p {
    font-size: 1.25rem;
    color: #636466;
    line-height: 1.3;
    font-family: HelveticaNeueLTRegular;
}

.news_detail_video {
    margin: 3.5rem 0 4.5rem;
}

.news_detail_video .videoplayer {
    width: 100%;
    height: 34.375rem;
    position: relative;
    cursor: pointer;
}

.news_detail_video .videoplayer .resPlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.news_detail_video div video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

/* News Page End*/
/*Events css started */
.events_top {
    margin-top: 2rem;
		height: 655px;
}

.events_container {
    margin-top: 10rem;
    max-width: 85%;
}

.events_containerArrow {
    margin-top: 1rem;
    width: 100%;
    max-width: 85%;
}

.eventsHead {
    font-size: 5.125rem;
    font-family: DINNextLTArabicMedium;
    color: #F26722;
    margin-bottom: 2.75rem;
    margin-left: -0.5%;
}

.events_img {
    width: 28.296875rem;
    height: 19.2325rem;
    transition: transform 0.3s ease-in-out;
}

.events_tab_pad {
    padding-left: 0rem !important;
}

.events_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.eventscard-outter {
    display: inline-block;
    padding-left: 2.75rem;
}

.eventscard a {
    text-decoration: none;
}

.eventscard a,
.eventscard a:visited {
    color: #636466;
}

.eventscard:hover .events_img {
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}

.events_date {
    font-family: DINNextLTArabicMedium;
    font-size: 1.25rem;
    color: #0166B3;
    margin-top: 1.25rem;
    background-color: rgba(0, 102, 179, 0.1);
    width: fit-content;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 1.5%;
    border-radius: 5px;
}

.eventsTitle {
    font-family: DINNextLTArabicMedium;
    font-size: 2.5rem;
    color: #0066B3;
    line-height: 1.2;
    margin: 1.25rem 0rem;
    max-width: 28.313rem;
}

.eventsDescription_container {
    max-width: 25.313rem;
    min-height: 10.75rem;
}

.events_container .slider {
    padding: 2rem 0rem;
    transition: transform 0.2s ease-out;
}

.events_containerArrow .arrowContainer {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.events_containerArrow .innerArrow {
    margin-top: 1rem;
    display: flex;
    width: 11em;
    justify-content: space-between;
    gap: 1.5em;
}

.events_containerArrow .arrow {
    color: orange;
    font-size: 2.5rem;
    cursor: pointer;
    width: 100%;
}

.events_des {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-top: 1rem;
}

.events_des .calender_img {
    width: 1.688rem;
    height: 1.875rem;
}

.events_des .clock_img {
    width: 2rem;
    height: 2rem;
}

.events_des_data {
    color: #636466;
    font-size: 1.25rem;
    font-family: HelveticaNeueLTRegular;
    line-height: 1.75;
}

.events-card-btn a.moreInfo_btn {
    width: 15.5rem;
    height: 3.875rem;
    margin-top: 3rem;
    background-color: #0066B3;
    gap: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    text-decoration: none;
}

.events-card-btn a.moreInfo_btn span {
    color: #fff;
    font-size: 1.5rem;
    font-family: DINNextLTArabicMedium;
    padding-bottom: 0.4rem;
}

/*events css ended */
/* products */
.products_section {
    width: 85%;
    max-width: 1920px;
}

.products_heading {
    margin-top: 4rem;
}

.products_container {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 2.5rem 5.5rem;
    margin-bottom: 4.5rem;
    margin-top: 1rem;
}

.product_data {
    height: 30.063rem;
    width: 30.063rem;
    background-color: #ccc;
    border-radius: 15px;
    position: relative;
}

.product_photo_hover {
    /* pointer-events: none; */
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgb(0 133 179 / 70%);
    /* opacity: 0.66; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.938rem;
    z-index: 1;
    transition: opacity 0.5s ease-in-out;
}

.product_data:hover .product_photo_hover {
    opacity: 1;
}

.product_data img {
    height: 100%;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.product_hover_detail {
    margin: 0 2.5rem;
    height: 100%;
}

.phd_title_and_tag {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

.phd_detail_and_cta {
    display: flex;
    flex-direction: column;
    min-height: 59%;
    height: 59%;
    justify-content: space-between;
}

.phd_title {
    font-family: DINNextLTArabicMedium;
    color: #fff;
    font-size: 3.125rem;
    line-height: 1.5;
    margin-bottom: 0.25rem;
}

.phd_tag {
    padding: 0 2rem;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.52);
    width: fit-content;
    height: 2.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phd_tag span {
    font-size: 1.375rem;
    font-family: DINNextLTArabicMedium;
    color: #0166B3;
    margin-bottom: 0.5rem;
}

.phd_detail {
    font-family: HelveticaNeueLTRegular;
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.4;
}

.phd_cta {
    cursor: pointer;
    text-decoration: none;
    height: 3.875rem;
    width: 15.5rem;
    display: flex;
    border: 1px solid #fff;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
}

.phd_cta span {
    font-size: 1.5rem;
    font-family: DINNextLTArabicMedium;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

.product_details_cta {
    margin-top: 3.5rem;
}

.atp_container {
    width: 85%;
    margin-top: 13.938rem;
    max-width: 1920px;
    position: relative;
}

.atp_text div.head {
    font-size: 5.125rem;
    color: #F26722;
    font-family: DINNextLTArabicMedium;
}

.atp_text div.para {
    font-size: 2.5rem;
    color: #636466;
    font-family: DINNextLTArabicRegular;
}

.atp_container .ppsp_rid_data {
    align-items: center;
    width: 25rem;
}

.atp_container .ppsp_rid_data_text {
    text-align: center;
    font-size: 2.25rem;
}

.pd_meet_team {
    margin-bottom: 4rem;
}

.pd_meet_team_container {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: space-evenly;
    margin-top: 9rem;
}

.pd_meet_team_container .person {
    text-align: center;
}

.pd_meet_team_container .person div img {
    border-radius: 50%;
    width: 16.25rem;
    height: 16.25rem;
}

.pd_meet_team_container .person_name {
    color: #0066B3;
    font-size: 2.5rem;
    font-family: DINNextLTArabicMedium;
    margin-top: 1rem;
    line-height: 1.125;
    margin-bottom: 0.5rem;
}

.pd_meet_team_container .person_position div {
    color: #636466;
    font-family: HelveticaNeueLTRegular;
    line-height: 1.4;
    font-size: 1.25rem;
}

/* products End */
/* portfolio start */
.portfolio_section {
    width: 85%;
    max-width: 1920px;
}

.portfolio_container {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 7.5rem 3rem;
    margin-bottom: 4.5rem;
    margin-top: 1rem;
}

.portfolio_data {
    width: 22.9375rem;
}

.portfolio_data_img {
    width: 100%;
    height: 20.4375rem;
    background-color: #F4F4F6;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}

.portfolio_data:hover .portfolio_data_img {
    transform: scale(1.0597826087);
}

.portfolio_data_img img {
    width: 66%;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
	height: 11rem;
}

.portfolio_data:hover .portfolio_data_img img {
    transform: scale(0.94358974359);
}

.portfolio_cta {
    width: 11.5625rem;
    margin-top: 1.625rem;
}

.portfolio_title {
    margin: 0.75rem 0;
}

/* portfolio end */
/* Careers Css has been started */
.careers_body {
    margin-top: 0rem;
}

.careers_title {
    position: absolute;
    top: 21%;
    left: 14.5%;
    transform: translate(-25%, -25%);
    z-index: 4;
    font-size: 9.375rem;
    color: #F26722;
    font-family: DINNextLTArabicMedium;
}

.careers_title_img {
    width: 100%;
    height: 100%;
    z-index: -4;
    opacity: 0.8;
    object-fit: cover;
}

.careers_joinLAB7_cont {
    width: 80%;
    max-width: 1920px;
    background-color: #FEEFE8;
    margin-top: 10rem;
    gap: 1.3rem;
    padding-top: 4rem;
    padding-bottom: 7rem;
    border-radius: 1.5rem;
}

.careers_joinLAB7_cont .title {
    color: #F26722;
    font-size: 5.125rem;
    font-family: DINNextLTArabicMedium;
}

.careers_joinLAB7_cont .description {
    color: #636466;
    font-size: 40px;
    font-family: DINNextLTArabicRegular;
    line-height: 1.2;
    width: 70%;
    text-align: center;
}

.careers_values_cont {
    width: 85%;
    margin-top: 12rem;
}

.careers_values_cont .Heading {
    color: #F26722;
    font-size: 5.125rem;
    font-family: DINNextLTArabicMedium;
    width: 45%;
    line-height: 1;
}

.careers_values {
    width: 100%;
    max-width: 1920px;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    margin-top: 11rem;
    /* gap: 8rem 0rem; */
}

.careers_values_btm {
    justify-content: center;
    gap: 6rem;
}

.careers_values_gap {
    gap: 2rem;
}

.careers_values_flex1 {
    flex: 1;
}

.careers_values_flex0 {
    flex: 0;
}

.career_img_cont {
    background-image: url('../../assets/images/english/rectangle.jpg');
    width: 10.813rem;
    height: 10.813rem;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
}

.career_img_cont img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4.875rem;
    height:auto;
}

.careers_img_detail {
    width: 15.375rem;
}

.careers_img_detail .head {
    color: #0066B3;
    font-size: 3.75rem;
    font-family: DINNextLTArabicMedium;
    line-height: 1;
    margin-left: -1%;
}

.careers_img_detail .desc {
    color: #636466;
    font-size: 1.25rem;
    font-family: HelveticaNeueLTRegular;
    line-height: 1.5;
    letter-spacing: 0px;
    margin-top: 1rem;
}

.careers_body .ppsp_l_img img {
    opacity: 0.48;
    transition: opacity 0.3s ease-in-out;
}

.careers_body .ppsp_landing:hover .ppsp_l_img img {
    opacity: 1;
}

.careers_body .ppsp_landing {
    margin-top: 14rem;
}

.careers_body .ppsp_landing_text div.para {
    color: #0066B3;
    font-size: 3.5rem;
    line-height: 4.6rem;
}

.careers_body .ppsp_landing_text div.para p{
    color: #0066B3;
    font-size: 3.5rem;
    line-height: 4.6rem;
}

.careers_empfeed_cont {
    width: 85%;
    margin-top: 13.5rem;
}

.careers_empfeed_cont .title {
    color: #F26722;
    font-size: 5.125rem;
    line-height: 5.625rem;
    font-family: DINNextLTArabicMedium;
    width: 45%;
}

.careers_empfeed {
    width: 47.063rem;
    height: 15.75rem;
    background-color: #F7F7F7;
    border-radius: 0.938rem;
}

.emfeed_gap {
    gap: 1rem;
    width: 48%;
}

.emfeed_gap .tick {
    width: 2rem;
    height: 5rem;
}

.emfeed_gap .tick img {
    /*width: 100%;*/
    height: 100%;
    object-fit: cover;
}

.careers_empfeed .feedback_cont {
    width: 50%;
}

.careers_empfeed .feedback_cont .feedback {
    color: #636466;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: DINNextLTArabicRegular;
}

.careers_empfeed .feedback_cont .name {
    color: #F26722;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: DINNextLTArabicMedium;
    margin-top: 1rem;
}

.careers_empfeed .feedback_cont .company {
    color: #636466;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: DINNextLTArabicRegular;
    font-weight: 600;
}

.careers_empfeed .emp {
    width: 11.125rem;
    height: 11.125rem;
}

.careers_empfeed .emp img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.careers_empfeed .emp .name {
    display: none;
}

.careers_empfeed .emp .company {
    display: none;
}

.careers_job_container {
    margin-top: 10rem;
    width: 85%;
    max-width: 1920px;
}

.careers_job_container .head {
    font-size: 5.125rem;
    font-family: DINNextLTArabicMedium;
    color: #F26722;
    margin-bottom: 2.75rem;
    margin-left: -0.5%;
}

.careers_job_desktop {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    gap: 4.063rem 0rem;
}

.careerscard-outter {
    display: inline-block;
    /* padding-left: 2.75rem; */
    padding-left: 0rem;
    width: 48%;
}

.careers_tab_pad {
    padding-left: 0rem !important;
}

.career_jobs {
    width: 100%;
    height: 10.063rem;
    border: 1px solid #707070;
    border-radius: 0.938rem;
}

.career_jobs .job_title_container {
    width: 55%;
}

.career_jobs .job_title_container .title {
    color: #636466;
    font-size: 1.875rem;
    font-family: DINNextLTArabicMedium;
}

.career_jobs .job_title_container .location {
    color: #636466;
    font-size: 1.875rem;
    font-family: DINNextLTArabicLight;
}

.careers_containerArrow {
    margin-top: 1rem;
    width: 100%;
    max-width: 85%;
    display: none;
}

.careers-job-card-btn a.moreInfo_btn {
    width: 12.5rem;
    height: 3.875rem;
    /* margin-top: 3rem; */
    background-color: #0066B3;
    gap: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    text-decoration: none;
}

.careers-job-card-btn a.moreInfo_btn span {
    color: #fff;
    font-size: 1.5rem;
    font-family: DINNextLTArabicMedium;
    padding-bottom: 0.4rem;
}

.careers-job-card-btn a.moreInfo_btn span {
    color: #fff;
    font-size: 1.5rem;
    font-family: DINNextLTArabicMedium;
    padding-bottom: 0.4rem;
}

/*========================================= photogallery css========================================= */
.careers_body .slider {
    padding: 3rem 0rem;
}

.careers_body .photo_gallery {
    width: 85%;
    padding-top: 13.5rem;
    max-width: 1920px;
}

.careers_body .width-photo-arrowcontainer {
    width: 85%;
    padding-bottom: 2rem;
}

.careers_body .pg_outer {
    padding-right: 2.5rem;
    padding-left: 0;
}

.careers_body .width-photo-arrowcontainer .arrowContainer {
    display: flex;
    margin-top: 0rem;
}

.careers_body .width-photo-arrowcontainer .arrowContainer .innerArrow {
    margin-top: 1rem;
    display: flex;
    width: 11em;
    justify-content: space-between;
    gap: 1.5em;
}

.careers_body .width-photo-arrowcontainer .arrowContainer .innerArrow .arrow {
    width: 100%;
}

.careers_body .photo_gallery div.heading {
    font-size: 5.125rem;
    color: #F26722;
    font-family: DINNextLTArabicMedium;
    /* margin-bottom: 3.5rem; */
    /* margin-left: -1.5rem; */
}

.careers_body .photo_gallery_row_1 {
    width: 100%;
    gap: 2.5rem;
    display: flex;
    margin-top: 3.75rem;
}

.careers_body .photo_card div.photo_gallery_image_1 {
    height: 41.5rem;
    width: 45rem;
    border-radius: 0.938rem;
    background-color: #636466;
}

.careers_body .photo_gallery_column {
    width: 23.25rem;
    gap: 2.5rem;
    display: flex;
    flex-direction: column;
}

.careers_body .photo_gallery_column div.photo_gallery_image {
    height: 19.5rem;
    background-color: #636466;
    border-radius: 0.938rem;
}

.careers_body .photo_gallery_image:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.careers_body .photo_gallery_image_1:hover {
    transform: scale(1.1) translateX(2rem);
    transition: transform 0.3s ease;
    z-index: 2;
}

.careers_body .pop {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
    cursor: pointer;
}

.careers_body .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    /*padding-top: 100px; Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: #4c4c4c;
    /* Black w/ opacity */
    padding-left: 7em;
    padding-right: 7em;
    padding-top: 6em;
    padding-bottom: 6em;
}

/* Modal Content (image) */
.careers_body .modal-content {
    margin: auto;
    display: block;
    width: 100%;
    object-fit: contain;
    height: 100%;
    /* min-height: 100vh; */
}

/* Add Animation */
.careers_body .modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.careers_body .pg_slider {
    padding: 2rem 0;
}

.careers_body .photo_gallery_image_1,
.photo_gallery_image {
    position: relative;
    cursor: pointer;
}

.careers_body .photo_hover {
    pointer-events: none;
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #0066B3;
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.938rem;
    padding: 4rem;
    z-index: 1;
}

.careers_body .photo_text {
    color: #fff;
}

.careers_body .photo_title {
    font-family: DINNextLTArabicMedium;
    font-size: 2.813rem;
}

.careers_body .photo_desc {
    font-family: DINNextLTArabicMedium;
    font-size: 1.25rem;
    padding: 0.95rem 0;
}

.careers_body .photo_gallery_image_1:hover div.photo_hover,
.careers_body .photo_gallery_image:hover div.photo_hover {
    display: block;
}

.careers_body .mbpg {
    display: none;
}

.careers_body .leftPrev,
.careers_body .rightNext {
    position: fixed;
    top: 50vh;
    z-index: 5;
    cursor: pointer;
}

.careers_body .leftPrev {
    left: 7.75rem;
}

.careers_body .rightNext {
    right: 7.75rem;
}

.careers_body .modalTitle {
    position: fixed;
    top: 1em;
    color: white;
    font-family: DINNextLTArabicMedium;
    font-size: 2rem;
}

.careers_body .modalClose {
    position: fixed;
    top: 3.125rem;
    right: 8rem;
    z-index: 5;
    cursor: pointer;
    height: 25px;
    width: 25px;
}

.careers_body .modalClose img {
    width: 100%;
}

/* Photo gallery in Careers */
/* Careers Css has been ended */
/* pricing css  started*/
.pricing_section {
    width: 85%;
    max-width: 1650px;
    margin-top: 12.5rem;
}

.ppsp_pricing_landing {
    align-items: center;
}

.pricing_container {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    /* justify-content: space-between; */
    column-gap: 5.375rem;
    row-gap: 9.5rem;
}

.pricing_data {
    width: 30.063rem;
    min-height: 60rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pricing_data_img {
    height: 20.438rem;
    border-radius: 1rem;
}

.pricing_data_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

ul.pricing_data_points {
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 0.875rem;
}

ul.pricing_data_points li {
    font-size: 1.25rem;
    line-height: 1.4;
    color: #636466;
    font-family: HelveticaNeueLTRegular;
    margin: 1rem 0;
}

ul.pricing_data_points li::marker {
    color: #F26722 !important;
}

.pricing_data_starting span {
    color: #0066B3;
    font-family: DINNextLTArabicMedium;
    font-size: 1.75rem;
    line-height: 1.4;
}

.pricing_data_starting span.bigFont {
    font-size: 2.5rem;
    letter-spacing: -1.6px;
}

/* pricing css  ended*/
.img_container .blur-box {
   width: fit-content;
   padding-left: 1em;
   padding-right: 1em;
}
.img_container .box_title {
   display: block;
}
.img_container:hover .blur-box {
   width: fit-content;
}

/* desktop responsive  */
@media only screen and (max-width: 1600px) {
    .main_title {
        font-size: 6rem;
    }

    /* program services*/
    .ps_section {
        gap: 4rem;
        margin: 5rem 0;
    }

    .ps_section_2 {
        margin-bottom: 0;
    }

    .img_container {
        height: 26rem;
    }

    .path_row {
        margin-left: 7.5%;
    }

    .ps_section_text div.heading {
        font-size: 4rem;
    }

    .ps_section_text div.para {
        font-size: 1.5rem;
    }

    .ps_container {
        margin-bottom: 1rem;
    }

    /* program services end*/
    /* ppsp pages  */
    .rps_cta a.cta_btn {
        gap: 0.625rem;
    }

    .ppsp_l_img {
        height: 27.5rem;
    }

    .ppsp_landing_text div.para {
        font-size: 1.8rem;
        line-height: 1.813rem;
    }

    .ppsp_landing_text div.para p {
        /*Added on 18-01-2023*/
        font-size: 1.8rem;
        line-height: 1.813rem;
    }

    .ppsp_l_img svg {
        height: 36rem;
        top: -2rem;
    }

    .ppsp_detail div.text {
        font-size: 3.675rem;
    }

    .ppsp_rid_data_text {
        color: #0066B3;
        font-size: 1.6rem;
    }

    .ppsp_landing {
        margin-left: 7.5%;
        gap: 4rem;
    }

    .ppsp_detail {
        margin: 9rem 0 5rem;
        width: 70%
    }

    .jpd_detail,
    .pds_detail {
        margin: 10rem 0;
    }

    .ppsp_row_image_data_container {
        justify-content: space-evenly;
        margin-top: 4rem;
    }

    .rps_heading {
        font-size: 3.675rem;
    }

    .rps_title {
        font-size: 2rem;
        height: 4rem;
    }

    .rps_desc {
        font-size: 1rem;
        height: 3rem;
    }

    .rps_image {
        height: 16rem;
    }

    .rps_cta a.cta_btn {
        width: 8.625rem;
        height: 3.5rem;
        margin-top: 5rem;
    }

    .rps_cta a.cta_btn span {
        font-size: 1.125rem;
    }

    .rps_cta a.cta_btn {
        gap: 0.625rem;
    }

    .blue_bg_container {
        padding: 7.5rem 0 10rem;
    }

    .ods_how_to_apply {
        padding: 4rem 0 4.5rem;
        margin-bottom: 5rem;
    }

    /* rps */
    .card-outter {
        padding-right: 40px;
    }

    .last-card {
        padding-right: 0;
    }

    .slider {
        padding: 3rem 1rem;
        transition: transform 0.2s ease-out;
    }

    /* faq */
    .main_title.faq {
        max-width: 46rem;
    }

    .accordian_container {
        padding: 0 5rem;
        margin-top: 5rem;
        margin-bottom: 1.5rem;
    }

    .faq_qn {
        font-size: 1.875rem;
    }

    .faq_ans,
    .faq_ans * {
        font-size: 1.4rem;
    }

    /* faq end */
    /* equipments */
    .equipments_container {
        gap: 4rem 2rem;
        /* justify-content: space-between; */
    }

    .equipment_data {
        width: 16rem;
    }

    .equipment_data_image {
        width: 16rem;
        height: 10.625rem;
    }

    .equipment_data_title {
        font-size: 1.625rem;
    }

    .equipment_section {
        margin-bottom: 5rem;
    }

    .categories_list {
        margin: 2rem 0 3rem;
        gap: 1.5rem;
    }

    .category_point a {
        font-size: 1.25rem;
    }

    .consultancy_text .ppsp_rid_data_text {
        font-size: 2.2rem;
    }

    .consultancy_data_container .ppsp_rid_data {
        width: 20rem;
    }

    /* news  */
    .searchbar {
        position: relative;
        height: 4rem;
        width: 100%;
    }

    .searchbar input {
        margin: 0 4rem;
        width: 17rem;
        height: 4rem;
    }

    .searchbar span.search_svg {
        height: 4rem;
        width: 4rem;
    }

    .searchbar input:focus {
        outline: none;
    }

    .news_featured_details {
        max-width: 25rem;
    }

    .news_heading_and_searchbar div.heading {
        margin-left: -0.5rem;
    }

    .news_data_date,
    .news_featured_date {
        font-size: 1.125rem;
    }

    .news_data_title,
    .news_featured_title {
        font-size: 2rem;
    }

    .news_featured {
        margin-top: 4rem;
        gap: 5rem;
    }

    .news_featured_img {
        height: 28.875rem;
    }

    .news_data_desc {
        font-size: 1rem;
    }

    .news_featured_readmore_cta,
    .news_data_cta {
        height: 3rem;
    }

    .news_featured_readmore_cta span,
    .news_data_cta span {
        font-size: 1.25rem;
    }

    .ps_cta_btn span {
        font-size: 1.25rem;
    }

    .news-slider-container {
        margin-top: 6rem;
    }

    .news_flex_wrap {
        row-gap: 6.625rem;
    }

    .consultancy_image {
        height: 11rem;
        width: 11rem;
    }

    .news_detail_title {
        font-size: 3.675rem;
        margin: 2rem 0 2rem;
    }

    .news_detail_image,
    .news_detail_video .videoplayer {
        height: 26.375rem;
    }

    .news_detail_date {
        font-size: 1.125rem;
    }

    .news_detail_text p {
        font-size: 1.125rem;
    }

    .news_heading_and_searchbar {
        margin-top: 2rem;
    }

    .news_detail_video .videoplayer .resPlay img {
        width: 80%;
        height: 80%;
    }

    .products_heading {
        margin-top: 2rem;
    }

    .products_container {
        gap: 2rem 4.4rem;
        /* justify-content: space-between; */
    }

    /*events css started */
    .eventsHead {
        font-size: 3.5rem;
        margin-bottom: 0.75rem;
    }

    .events_img {
        width: 24.296875rem;
        height: 17.2325rem;
    }

    .events_date {
        font-size: 1rem;
    }

    .eventsTitle {
        font-size: 1.5rem;
        max-width: 24.296875rem;
    }

    .events_des_data {
        font-size: 1rem;
    }

    .events_des .calender_img {
        width: 1.5rem;
        height: 1.688rem;
    }

    .events_des .clock_img {
        width: 1.688rem;
        height: 1.688rem;
    }

    .events-card-btn a.moreInfo_btn {
        width: 12.5rem;
        height: 2.875rem;
        margin-top: 2rem;
    }

    .events-card-btn a.moreInfo_btn span {
        font-size: 1rem;
    }

    /*events css ended */
    .phd_title {
        font-size: 2.5rem;
    }

    .phd_tag {
        padding: 0 1rem;
        height: 2rem;
    }

    .phd_tag span {
        font-size: 1.125rem;
    }

    .phd_detail {
        font-size: 0.8rem;
    }

    .product_hover_detail {
        margin: 0 1.25rem;
    }

    .phd_cta span {
        font-size: 1.125rem;
    }

    .phd_cta {
        height: 2.5rem;
        width: 12.5rem;
    }

    .phd_detail_and_cta {
        min-height: 55%;
        height: 55%;
    }

    .products_container {
        margin-bottom: 2rem;
    }

    .atp_text div.head {
        font-size: 3.675rem;
    }

    .atp_container {
        margin-top: 6.9rem;
    }

    .atp_text div.para,
    .pd_meet_team_container .person_name {
        font-size: 1.8rem;
    }

    .pd_meet_team_container .person div img {
        width: 12.25rem;
        height: 12.25rem;
        border-radius: 50%;
    }

    .pd_meet_team_container .person_position div {
        font-size: 1.125rem;
    }

    .pd_meet_team_container {
        margin-top: 4rem;
    }

    .atp_container .ppsp_rid_data_text {
        margin-top: 1rem;
        font-size: 1.375rem;
    }

    .atp_container .ppsp_rid_data {
        width: 15rem;
    }

    /* portfolio */
    .portfolio_container {
        gap: 5rem 2rem;
    }

    .portfolio_cta {
        width: 9.5rem;
    }

    /* portfolio */
    /* Careers Css has been started */
    .careers_title {
        font-size: 6rem;
        left: 13.4%;
    }

    .careers_joinLAB7_cont .title {
        font-size: 3.675rem;
    }

    .careers_joinLAB7_cont {
        gap: 0.5rem;
    }

    .careers_joinLAB7_cont .description {
        font-size: 1.7rem;
        width: 70%;
    }

    .careers_body .ppsp_landing_text div.para {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }

    .careers_body .ppsp_landing_text div.para p{
        font-size: 2.5rem;
        line-height: 3.5rem;
    }

    .careers_values_cont .Heading {
        font-size: 3.675rem;
    }

    .careers_values {
        margin-top: 6rem;
    }

    .career_img_cont {
        width: 8.813rem;
        height: 8.813rem;
    }

    .career_img_cont img {
        width: 3.875rem;
    }

    .careers_img_detail {
        width: 10rem;
    }

    .careers_img_detail .head {
        font-size: 2.5rem;
    }

    .careers_img_detail .desc {
        font-size: 1rem;
    }

    .career_jobs {
        height: 8rem;
    }

    .careers_job_container .head {
        font-size: 3.675rem;
    }

    .career_jobs .job_title_container .title {
        font-size: 1.4rem;
    }

    .career_jobs .job_title_container .location {
        font-size: 1.4rem;
    }

    .careers-job-card-btn a.moreInfo_btn {
        width: 10rem;
        height: 3rem;
    }

    .careers-job-card-btn a.moreInfo_btn span {
        font-size: 1.2rem;
    }

    .emfeed_gap {
        width: 48%;
    }

    .careers_empfeed {
        width: 100%;
    }

    .careers_empfeed_cont .title {
        font-size: 3.675rem;
        line-height: 3.625rem;
    }

    .careers_empfeed .feedback_cont .feedback,
    .careers_empfeed .feedback_cont .name,
    .careers_empfeed .feedback_cont .company {
        font-size: 1rem;
    }

    .careers_empfeed .emp {
        width: 10.125rem;
        height: 10.125rem;
    }

    .careers_empfeed_cont {
        margin-top: 10.5rem;
    }

    /* Careers Css has been ended */
    /* Photo Gallery has been started */
    .careers_body .slider-container .slider {
        padding: 1.5rem 0rem;
    }

    .careers_body .photo_gallery div.heading {
        font-size: 3.675rem;
    }

    .careers_body .photo_card div.photo_gallery_image_1 {
        height: 34.75rem;
        width: 37.681rem;
        border-radius: 0.938rem;
        background-color: #636466;
    }

    .careers_body .photo_gallery_column {
        width: 19.8221153846rem;
        gap: 1.5rem;
        display: flex;
        flex-direction: column;
    }

    .careers_body .photo_gallery_column div.photo_gallery_image {
        height: 16.625rem;
        background-color: #636466;
        border-radius: 0.938rem;
    }

    .careers_body .photo_title {
        font-family: DINNextLTArabicMedium;
        font-size: 2rem;
    }

    .careers_body .photo_hover {
        padding: 2.5rem;
    }

    .careers_body .photo_gallery {
        padding-top: 10rem;
    }

    .careers_body .width-photo-arrowcontainer {
        padding-bottom: 4rem;
    }

    /* Photo Gallery has been ended */
}

/* desktop responsive end */
/* Tab responsive */
@media only screen and (max-width: 1200px) and (min-height: 920px) {
    body {
        margin-top: 0;
    }

    /* ps */
    .img_container .blur-box {
        width: fit-content;
        padding-left: 1em;
        padding-right: 1em;
    }

    .img_container .box_title {
        display: block;
    }

    .blur-box {
        bottom: 1rem;
        right: 1rem;
    }

    .ps_container {
        width: 93%;
    }

    .ps_section_image img.op_image {
        border-radius: 10pt;
    }

    .ps_section_text div.heading {
        font-size: 3rem;
    }

    .ps_section_text div.para {
        font-size: 1.375rem;
    }

    .ps_section_text div.para {
        margin-left: 2rem;
    }

    .ps_cta_btn {
        margin-left: 2rem;
        height: 3.5rem;
    }

    .img_container {
        height: 22rem;
    }

    /* ppsp */
    .path_row {
        margin-left: 2rem;
    }

    .ppsp_landing {
        margin-left: 2rem;
        gap: 2rem;
    }

    .main_title {
        font-size: 4rem;
    }

    .ppsp_landing_text div.para {
        font-size: 1.5rem;
    }

    .ppsp_landing_text div.para p {
        /*Added on 18-01-2023*/
        font-size: 1.5rem;
    }

    .ppsp_l_img {
        height: 22rem;
    }

    .ppsp_l_img svg {
        height: 29rem;
        right: 0.5rem;
        top: -2rem;
        width: 20rem;
    }

    .ppsp_detail div.text {
        font-size: 2.9rem;
    }

    .circle_image {
        width: 80%;
    }

    .ppsp_rid_data_text {
        color: #0066B3;
        font-size: 1.375rem;
    }

    .ppsp_rid_data {
        width: 14rem;
    }

    .ppsp_rid_data img:hover {
        transform: scale(1);
    }

    .hta_cta {
        height: 3.5rem;
    }

    .card-outter {
        padding-right: 20px;
    }

    .last-card {
        padding-right: 0;
    }

    .rps_image {
        height: 9rem;
    }

    .rps_image img {
        object-position: 32%;
    }

    .rps_heading {
        font-size: 3rem;
    }

    .rps_title {
        font-size: 1.5rem;
    }

    .rps_desc {
        font-size: 0.875rem;
    }

    .rps_cta a.cta_btn {
        margin-top: 5rem;
        height: 3rem;
    }

    /* accordian */
    .accordian_container {
        padding: 0 2rem;
        margin-bottom: 5rem;
    }

    .faq_qn {
        width: 80%;
        font-size: 1.6rem;
    }

    .faq_ans,
    .faq_ans * {
        font-size: 1.2rem;
    }

    .consultancy_text .ppsp_rid_data_text {
        font-size: 1.5rem;
    }

    .consultancy_data_container .ppsp_rid_data {
        width: 10rem;
    }

    .consultancy_image {
        width: 9rem;
        height: 9rem;
        min-width: 9rem;
    }

    .ppsp_rid_data:hover .consultancy_image {
        transform: scale(1);
    }

    .consultancy_image img {
        width: 4.2rem;
    }

    .equipment_section {
        margin-bottom: 6rem;
    }

    .equipment_data {
        width: 8.5rem;
    }

    .equipment_data_image {
        width: 8.5rem;
        height: 6rem;
    }

    .equipment_data_title {
        font-size: 0.875rem;
    }

    .equipment_data:hover .equipment_data_image img {
        transform: scale(1);
    }

    .categories_list {
        gap: 1rem;
        margin: 2rem 0 3rem;
    }

    .category_point a {
        font-size: 1.125rem;
    }

    /* news */
    .news_heading_and_searchbar {
        width: 90%;
    }

    .news_heading_and_searchbar div.heading {
        margin-left: -0.3rem;
    }

    .searchbar {
        margin-bottom: 0;
        width: 104%;
    }

    .news_featured {
        width: 90%;
        gap: 2rem;
    }

    .news_featured_details {
        max-width: 15rem;
    }

    .searchbar input {
        width: 13rem;
    }

    .news_featured_img {
        height: 21.875rem;
    }

    .news_featured:hover .news_featured_img,
    .news_data_img:hover {
        transform: scale(1);
    }

    .news_featured_title {
        font-size: 1.5rem;
    }

    .news_featured_date,
    .news_data_date {
        font-size: 0.875rem;
    }

    .news_data_title {
        font-size: 1.25rem;
    }

    .news_data_desc {
        font-size: 0.875rem;
    }

    .news_detail_title {
        font-size: 3rem;
    }

    .news_detail_image,
    .news_detail_video .videoplayer {
        height: 20.375rem;
    }

    /* events css has started */
    .eventsHead {
        font-size: 4.5rem;
    }

    /* events css has ended */
    /* product starts */
    .product_photo_hover {
        display: block;
        opacity: 1;
    }

    .products_section {
        width: 90%;
    }

    .products_container {
        gap: 1rem 2.2rem;
    }

    .product_data {
        height: 12.93rem;
        width: 12.93rem;
    }

    .product_hover_detail {
        margin: 0.75rem;
    }

    .phd_title {
        font-size: 1.25rem;
    }

    .phd_tag {
        padding: 0 0.5rem;
        height: 1.125rem;
    }

    .phd_title_and_tag {
        margin-bottom: 0.5rem;
    }

    .phd_tag span {
        font-size: 0.875rem;
        margin-bottom: 0.25rem;
    }

    .phd_detail {
        font-size: 0.675rem;
    }

    .phd_cta {
        height: 2rem;
        width: 11rem;
    }

    .atp_text div.head {
        font-size: 3rem;
    }

    .atp_text div.para {
        font-size: 1.5rem;
    }

    .atp_container .ppsp_rid_data {
        width: 12rem;
    }

    .product_details_cta {
        margin: 3rem 0 0;
    }

    .atp_container {
        width: 90%;
    }

    .pd_meet_team_container .person div img {
        width: 9rem;
        height: 9rem;
        border-radius: 50%;
    }

    /* product end */
    /* portfolio */
    .portfolio_section {
        width: 90%;
    }

    .portfolio_data {
        width: 9rem;
    }

    .portfolio_data_img {
        height: 8.29rem;
    }

    .portfolio_cta {
        height: 2.5rem;
        width: 8.5rem;
    }

    .portfolio_data:hover .portfolio_data_img {
        transform: scale(1);
    }

    .portfolio_data:hover .portfolio_data_img img {
        transform: scale(1);
    }

    /* portfolio end*/
    /* Careers css has been started */
    .careers_body .header_container {
        height: 65vh !important;
        position: relative;
    }

    .careers_title {
        font-size: 4.5rem;
        left: 12.4%;
    }

    .careers_title_img {
        object-fit: cover;
    }

    .careers_joinLAB7_cont {
        margin-top: 12rem;
        gap: 1rem;
    }

    .careers_body .ppsp_landing {
        margin-top: 9rem;
    }

    .careers_body .ppsp_landing_text div.para {
        font-size: 2rem;
        line-height: 3rem;
    }

    .careers_body .ppsp_landing_text div.para p{
        font-size: 2rem;
        line-height: 3rem;
    }

    .careers_values_cont {
        width: 90%;
    }

    .careers_values_cont .Heading {
        font-size: 3.675rem;
        width: 70%;
    }

    .careers_job_container {
        margin-top: 8rem;
        width: 90%;
    }

    .career_jobs {
        height: 7rem;
    }

    .careers_job_container .head {
        font-size: 3.675rem;
    }

    .career_jobs .job_title_container .title {
        font-size: 1rem;
    }

    .career_jobs .job_title_container .location {
        font-size: 1rem;
    }

    .careers-job-card-btn a.moreInfo_btn {
        width: 7rem;
        height: 3rem;
    }

    .careers-job-card-btn a.moreInfo_btn span {
        font-size: 0.875rem;
    }

    .careers_empfeed_cont .title {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .emfeed_gap {
        width: 100%;
    }

    .careers_empfeed {
        width: 100%;
    }

    .careers_body .photo_gallery {
        padding-top: 6rem;
        width: 90%;
    }

    .careers_values_flex1 {
        flex: 1;
        flex-direction: column;
        align-items: center;
    }

    .careers_values_flex0 {
        flex: 0;
        flex-direction: column;
        align-items: center;
    }

    .career_img_cont {
        width: 7.813rem;
        height: 7.813rem;
    }

    .career_img_cont img {
        width: 3rem;
    }

    .careers_img_detail .head {
        text-align: center;
    }

    .careers_img_detail .desc {
        text-align: center;
        font-size: 1.2rem;
    }

    .careers_job_desktop {
        gap: 2rem 0rem;
    }

    /* Careers Photo gallery css has started */
    .careers_body .photo_gallery div.heading {
        font-size: 3.675rem;
    }

    .careers_body .photo_gallery_image_1:hover,
    .careers_body .photo_gallery_image:hover {
        transform: scale(1);
    }

    .careers_body .photo_gallery_image_1:hover div.photo_hover,
    .careers_body .photo_gallery_image:hover div.photo_hover {
        display: none;
    }

    .careers_body .leftPrev {
        left: 1.75rem;
    }

    .careers_body .rightNext {
        right: 1.75rem;
    }

    .careers_body .modal {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .careers_body .modalClose {
        right: 2.2rem;
        top: 17vh;
    }

    .careers_body .modal-content {
        object-fit: contain;
    }

    .careers_body .ppsp_landing .ppsp_l_img img {
        opacity: 1;
    }

    /* Careers Photo gallery css has ended */
    /* Careers css has been ended */
}

/* mobile responsive media query */
@media only screen and (max-width: 720px) {
    .img_container:hover .blur-box {
        /*Added on 18-01-2023*/
        width: fit-content;
    }

    body {
        margin-top: 0;
    }

    .main_title {
        font-size: 3rem;
    }

    /* Program services */
    .ps_section_1 {
        flex-direction: column;
    }

    .ps_section {
        margin: 3.75rem 0;
        gap: 1rem;
    }

    .ps_section_2 {
        flex-direction: column-reverse;
        margin-top: 5.625rem;
        padding: 0;
    }

    .ps_section_2 {
        margin-bottom: 1rem;
    }

    .ps_section_text div.heading {
        font-size: 2rem;
    }

    .ps_section_text div.para {
        font-size: 0.875rem;
        margin-left: 3.125rem;
        margin-top: 0.75rem;
    }

    .ps_cta_btn {
        height: 45px;
        width: 150px;
        margin-top: 1.5rem;
        margin-left: 3.125rem;
    }

    .blur-box {
        bottom: 0.625rem;
        right: 0.75rem;
    }

    .img_container .blur-box {
        width: fit-content;
        padding-left: 1em;
        padding-right: 1em;
    }

    .img_container .box_title {
        display: block;
    }

    .ps_cta_btn span {
        font-size: 18px;
    }

    .ps_container {
        margin-bottom: 1rem;
        width: 90%;
    }

    .ps_section_image img.op_image {
        border-radius: 8pt;
    }

    .img_container {
        height: 12rem;
    }

    /* ppsp pages */
    .path_row {
        margin-left: 1.5rem;
        margin-top: 0;
    }

    .ppsp_landing {
        margin-left: 1.5rem;
        margin-top: 1rem;
    }

    .ppsp_landing_text div.heading {
        width: 90%;
    }

    .blue_bg_container {
        padding: 2.5rem 0 3.5rem;
    }

    .ppsp_landing_image,
    .for_customer {
        display: none;
    }

    .ppsp_l_img_mb,
    .for_customer_mb {
        display: flex;
    }

    .ppsp_l_img_mb {
        width: 90%;
        height: 11rem;
    }

    .ppsp_l_img_mb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8pt;
    }

    .for_customer_mb {
        height: 2.5831rem;
        width: 13.3331rem;
        background-color: rgba(0, 102, 179, 0.1);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        color: #0166B3;
        margin-top: 1.5rem;
        margin-bottom: 0.75rem;
    }

    .for_customer_inner span {
        font-size: 1rem;
    }

    .ppsp_landing_text div.para {
        font-size: 1.25rem;
        width: 90%;
    }

    .ppsp_landing_text div.para p {
        /*Added on 18-01-2023*/
        font-size: 1.25rem;
    }

    .ppsp_detail {
        margin: 3.5rem 0;
        width: 82%;
        text-align: center;
    }

    .ppsp_detail div.text {
        font-size: 1.5rem;
    }

    .ppsp_row_image_data_container {
        flex-direction: column;
        gap: 2rem;
        margin-top: 2rem;
    }

    .ppsp_rid_data {
        flex-direction: row;
        gap: 1.5rem;
    }

    .ppsp_rid_data img {
        width: 5rem;
    }

    .ppsp_rid_data img:hover {
        transform: scale(1);
    }

    .ppsp_rid_data_text {
        font-size: 1.125rem;
        margin-top: 0;
        text-align: left;
    }

    .hta_cta {
        margin-top: 1rem;
        width: 13.625rem;
        height: 3rem;
    }

    .hta_cta span {
        color: #0066B3;
        font-size: 1.125rem;
    }

    /* services mobile design with 7 svg image new change (separating from programs because of ongoing discussions ) */
    .ppsp_l_img7_mb {
        width: 100%;
        position: relative;
        margin-top: 3rem;
        margin-bottom: 4.5rem;
        height: 14.25rem;
    }

    .ppsp_l_img7_mb img {
        border-radius: 15pt 0pt 0pt 15pt;
    }

    .ppsp_l_img_mb svg {
        position: absolute;
        top: -1rem;
        right: 1.5rem;
        z-index: -5;
    }

    /* services mobile design with 7 svg image new change (separating from programs because of ongoing discussions )  END*/
    /* rps  */
    .width-rps-container {
        width: 95%;
        margin-left: 5%;
    }

    .rps_heading {
        font-size: 2rem;
        line-height: 1.25;
        margin: 0;
    }

    .arrowContainer {
        display: flex;
        padding: 0 1.5rem;
        margin-top: 0;
    }

    .card-outter {
        padding-right: 20px;
    }

    .rps_data {
        width: 15.625rem;
        /*pointer-events: none; commented on 21-02-2023*/
    }

    .rps_data:hover .rps_image {
        transform: scale(1);
        /*Added on 21-02-2023*/
    }

    .rps_image {
        height: 10.75rem;
    }

    .rps_title {
        font-size: 1.25rem;
        height: 3rem;
        margin-top: 1.25rem;
    }

    .rps_desc {
        font-size: 0.875rem;
    }

    .rps_cta a.cta_btn {
        width: 9.063rem;
        height: 2.813rem;
        margin-top: 4rem;
    }

    .rps_image:hover {
        transform: scale(1);
    }

    .slider {
        padding: 2.5rem 0rem 0rem;
    }

    /* faq */
    .accordian {
        padding: 1.625rem 0.2rem 2.2rem;
    }

    .accordian_container {
        padding: 0;
        margin-top: 1.375rem;
        margin-bottom: 4rem;
    }

    .accordian .head {
        align-items: flex-start;
    }

    .faq_qn {
        font-size: 1.25rem;
        max-width: 275px;
    }

    .faq_ans,
    .faq_ans * {
        max-width: 317px;
        font-size: 0.875rem;
    }

    .faq_ans ul {
        margin-left: 10%;
    }

    .acc_arrow {
        width: 1rem;
        margin: 0.625rem 0;
        padding: 0;
    }

    /* ods */
    .consultancy_text .ppsp_rid_data_text {
        font-size: 1.125rem;
    }

    .consultancy_data_container .ppsp_rid_data {
        width: 100%;
    }

    .equipment_categories_list {
        display: none;
    }

    .categories_list_mb {
        display: block;
        margin: 2.5rem 0;
    }

    .categories_list_mb_row {
        justify-content: space-between;
    }

    .category_point a {
        font-family: DINNextLTArabicBold;
        font-size: 1.25rem;
    }

    .categories_filter_btn {
        border: none;
        outline: none;
        background: transparent;
        cursor: pointer;
    }

    .categories_filter_btn span {
        font-size: 1.25rem;
        font-family: DINNextLTArabicRegular;
        line-height: 1.5;
        color: #636466;
    }

    .equipments_container {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        gap: 2rem 0;
    }

    .equipment_data {
        width: 100%;
    }

    .equipment_data_image {
        width: 100%;
        height: 10.938rem;
    }

    .equipment_data:hover .equipment_data_image img {
        transform: scale(1);
    }

    .equipment_data_title {
        margin-top: 0.6rem;
        font-size: 1.25rem;
    }

    .categories_list_mb_bg {
        display: none;
        height: 100%;
        width: 100%;
        max-width: 100vw;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 4;
    }

    .categories_list_mb_bg_header {
        position: relative;
        background: #0066B3;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.375rem 0 1rem;
    }

    .category-close {
        position: absolute;
        top: 1rem;
        left: 1.5rem;
    }

    .filter_text {
        font-size: 1.25rem;
        font-family: DINNextLTArabicRegular;
        color: #fff;
        line-height: 1.5;
    }

    .categories_list_mb_main {
        width: 100%;
        padding: 1rem 1.5rem;
        position: relative;
    }

    .category_point_mb {
        display: flex;
        justify-content: space-between;
        margin: 1.5rem 0;
    }

    .category_point_mb span {
        font-size: 1.25rem;
        color: #636466;
        font-family: DINNextLTArabicRegular;
    }

    .category_point_mb:not(:first-child) div {
        display: none;
    }

    .category_circle {
        border-radius: 50%;
        height: 1.5rem;
        width: 1.5rem;
        background: #F26722;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .apply_category_filter {
        border: none;
        outline: none;
        background: transparent;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background-color: #C4C4C4;
        padding: 7px 0 11px;
        color: #fff;
        gap: 1.5rem;
        border-radius: 6pt;
    }

    .apply_category_filter span {
        font-family: DINNextLTArabicRegular;
        font-size: 1.125rem;
    }

    .categories_list_mb_inner {
        min-height: 95%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .acf_container {
        width: 100vw;
        padding: 0 1.5rem;
        /* position: absolute; */
        padding-bottom: 2.5rem;
    }

    .consultancy_image {
        width: 5rem;
        height: 5rem;
        min-width: 5rem;
    }

    .ppsp_rid_data:hover .consultancy_image {
        transform: scale(1);
    }

    .consultancy_image img {
        width: 2.2rem;
    }

    .equipment_section,
    .consultancy_services_section,
    .ods_how_to_apply {
        margin-bottom: 4rem;
    }

    /* news */
    .news_heading_and_searchbar {
        flex-direction: column-reverse;
        align-items: flex-start;
        width: 90%;
    }

    .news_featured {
        flex-direction: column;
        width: 90%;
        gap: 0;
    }

    .searchbar input {
        width: 100%;
    }

    .news_featured_img {
        height: 10.9375rem;
        width: 100%;
    }

    .news_featured_img img {
        border-radius: 6pt;
    }

    .news_featured:hover .news_featured_img {
        transform: scale(1);
    }

    .searchbar {
        height: 2.8125rem;
        width: 98%;
    }

    .searchbar input {
        font-size: 14px;
        margin: 0;
        margin-left: 2.8125rem;
        height: 2.8125rem;
        width: 13.75rem;
    }

    .searchbar span.search_svg {
        height: 2.8125rem;
        width: 2.8125rem;
    }

    .searchbar_container {
        width: 100%;
    }

    .news_heading_and_searchbar div.heading {
        margin-top: 1.5rem;
        margin-left: -0.2rem;
    }

    .news_featured_date,
    .news_data_date {
        font-size: 0.875rem;
        color: #636466;
    }

    .news_featured_date {
        margin-top: 0.875rem;
        margin-bottom: 2.625rem;
    }

    .news_featured_title {
        font-size: 1.5rem;
    }

    .news_featured_readmore_cta,
    .news_data_cta {
        margin: 0;
        margin-top: 1.5rem;
        width: 166px;
    }

    .news-slider-container {
        margin-top: 2rem;
        margin-bottom: 0;
    }

    .news_data_img img {
        border-radius: 6pt;
    }

    .news_data_img:hover {
        transform: scale(1);
    }

    .news_data_title {
        font-size: 1.25rem;
    }

    .news_data_desc {
        font-size: 0.875rem;
    }

    .news_detail_container {
        width: 90%;
    }

    .news_detail_title {
        font-size: 3rem;
        margin: 1rem 0 3.75rem;
        line-height: 1.17;
    }

    .news_detail_image,
    .news_detail_video .videoplayer {
        height: 10.938rem;
        margin-bottom: 0.5rem;
    }

    .news_detail_video {
        margin: 4.3125rem 0 3.125rem;
    }

    .news_detail_date {
        font-size: 0.875rem;
        margin-bottom: 1.5rem;
    }

    .news_detail_text p {
        font-size: 1.25rem;
    }

    .news_detail_video .videoplayer .resPlay img {
        width: 2.875rem;
        height: 2.875rem;
    }

    .news_data:hover .news_data_img {
        transform: scale(1);
    }

    /* events css started here */
    .events_container {
        margin-top: 5rem;
        max-width: 85%;
    }

    .eventsHead {
        font-size: 2rem;
        margin-bottom: 0rem;
        line-height: 0.9;
    }

    .eventscard {
        /*pointer-events: none; commented on 21-02-2023*/
    }

    .eventscard:hover .events_img {
        transform: scale(1);
        /*Added on 21-02-2023*/
    }

    .eventscard-outter {
        padding-left: 1rem;
    }

    .events_img {
        width: 15.563rem;
        height: 10.75rem;
    }

    .events_date {
        font-size: 0.875rem;
    }

    .eventsTitle {
        font-size: 1.25rem;
        max-width: 15.563rem;
    }

    .eventsDescription_container {
        max-width: 15.563rem;
    }

    .events_des .calender_img {
        width: 1rem;
        height: 1rem;
    }

    .events_des .clock_img {
        width: 1rem;
        height: 1rem;
    }

    .events_des_data {
        font-size: 0.875rem;
    }

    .events-card-btn a.moreInfo_btn {
        margin-top: 0rem;
        width: 9.938rem;
        height: 2.813rem;
    }

    .events-card-btn a.moreInfo_btn span {
        font-size: 1.125rem;
    }

    .events_containerArrow {
        margin-top: 0rem;
    }

    .events_containerArrow .arrowContainer {
        padding: 0;
        margin-top: 0rem;
    }

    .events_containerArrow .innerArrow {
        width: 6em;
        padding: 0;
        gap: 1rem;
        margin-top: 0rem;
    }

    .events_containerArrow .arrow {
        font-size: 0.5rem;
    }

    /* events css ended here */
    /* products starts */
    .products_heading {
        margin-top: 1.5rem;
    }

    .products_section {
        width: 90%;
    }

    .products_container {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 2.313rem;
    }

    .product_data {
        width: 100%;
        height: 10.938rem;
        border-radius: 0.5rem;
    }

    .phd_detail {
        display: none;
    }

    .product_hover_detail {
        margin: 0.75rem;
    }

    .phd_title_and_tag {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 0.8rem;
    }

    .phd_cta {
        height: 2.813rem;
        width: 15.5rem;
        gap: 3.313rem;
    }

    .phd_cta span {
        margin-bottom: 0.1rem;
    }

    .phd_detail_and_cta {
        min-height: 27%;
        height: 27%;
    }

    .phd_tag {
        padding: 0 0.375rem;
        height: 1.313rem;
    }

    .phd_tag span {
        font-size: 0.875rem;
        margin-bottom: 0.375rem;
    }

    .phd_title {
        font-size: 1.5rem;
        margin-top: 3.313rem;
    }

    .product_photo_hover {
        display: block;
        background-color: rgba(0, 0, 0, 0.52);
        border-radius: 0.5rem;
        opacity: 1;
    }

    div.para.pdp_para,
    .atp_text div.para {
        font-size: 0.875rem;
        line-height: 1.4;
    }

    .product_details_cta {
        width: 192px;
    }

    .atp_text div.para {
        max-width: 80%;
    }

    .atp_text div.head {
        font-size: 2rem;
    }

    .atp_container {
        width: 90%;
        margin-top: 3.1rem;
    }

    .atp_container .consultancy_image img {
        width: 3rem;
    }

    .atp_container .ppsp_rid_data_text {
        text-align: left;
        margin-top: 0;
        max-width: 85%;
    }

    .pd_meet_team_container .person div img {
        width: 8.875rem;
        height: 8.875rem;
        border-radius: 50%;
    }

    .pd_meet_team_container {
        margin-top: 1.875rem;
        row-gap: 1.875rem;
    }

    .pd_meet_team_container .person_name {
        font-size: 1.25rem;
        max-width: 8.875rem;
        margin-top: 0;
    }

    .pd_meet_team_container .person_position div {
        font-size: 0.875rem;
        max-width: 8.875rem;
    }

    .pd_meet_team {
        margin-bottom: 2rem;
    }

    /* products end */
    /* portfolio */
    .portfolio_section {
        width: 90%;
    }

    .portfolio_data {
        width: 100%;
    }

    .portfolio_container {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        max-width: 100%;
        gap: 2.188rem;
    }

    .portfolio_data_img {
        height: 10.938rem;
    }

    .portfolio_data_img img {
        width: 39%;
        max-width: 136px;
    }

    .portfolio_title {
        margin-bottom: 1.25rem;
    }

    .portfolio_tag {
        margin-top: 1rem;
    }

    .portfolio_data:hover .portfolio_data_img {
        transform: scale(1);
    }

    .portfolio_data:hover .portfolio_data_img img {
        transform: scale(1);
    }

    .portfolio_tag {
        border-radius: 5px;
    }

    /* portfolio end*/
    /* Careers Css has been started */
    .careers_body .header_container {
        height: 60vh !important;
    }

    .careers_title {
        font-size: 3rem;
        left: 17.5%;
        transform: translate(-25%, 20%);
        z-index: 1;
    }

    .careers_title_img {
        object-fit: contain;
    }

    .careers_joinLAB7_cont {
        margin-top: 2.5rem;
        padding-bottom: 3rem;
        gap: 2rem;
    }

    .careers_joinLAB7_cont .title {
        font-size: 2rem;
    }

    .careers_joinLAB7_cont .description {
        font-size: 1.25rem;
        width: 90%;
    }

    .careers_body .ppsp_landing {
        margin-top: 3rem;
    }

    .careers_body .ppsp_landing_text div.para {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .careers_body .ppsp_landing_text div.para p{
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .careers_values_cont {
        width: 85%;
        margin-top: 4rem;
    }

    .careers_values_cont .Heading {
        font-size: 1.75rem;
        width: 80%;
        padding-bottom: 1rem;
    }

    .careers_values {
        margin-top: 2.5rem;
        flex-direction: column;
        gap: 2.5rem;
    }

    .careers_values_gap {
        gap: 1.5rem;
    }

    .career_img_cont {
        width: 5rem;
        height: 5rem;
    }

    .career_img_cont img {
        width: 2.5rem;
    }

    .careers_img_detail .head {
        font-size: 1.125rem;
        font-weight: bold;
    }

    .careers_img_detail .desc {
        font-size: 1.125rem;
        line-height: 1.25;
    }

    .careers_img_detail {
        width: 13rem;
    }

    .careers_job_container {
        margin-top: 4rem;
    }

    .careers_job_container .head {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .emfeed_gap {
        width: 100%;
    }

    .careerscard-outter {
        width: 100%;
        margin-left: 1.5rem;
    }

    .careerscard-outter:first-child {
        width: 100%;
        margin-left: 0rem;
    }

    .career_jobs {
        width: 15.5rem;
        height: 12.5rem;
        flex-direction: column;
        justify-content: space-between;
        padding: 1rem 0;
    }

    .career_jobs .job_title_container {
        width: 85%;
    }

    .career_jobs .job_title_container .title {
        font-size: 1.25rem;
        color: #0066B3;
    }

    .career_jobs .job_title_container .location {
        font-size: 0.875rem;
        margin-top: 1rem;
    }

    .careers-job-card-btn {
        width: 85%;
    }

    .careers_containerArrow {
        display: block;
        margin-top: 0rem;
    }

    .careers_containerArrow .arrowContainer {
        padding: 0rem;
    }

    .careers_containerArrow .arrowContainer .innerArrow {
        margin-top: 0rem;
    }

    .careers_empfeed_cont {
        margin-top: 3rem;
    }

    .careers_empfeed_cont {
        flex-direction: column;
    }

    .emfeed_gap {
        gap: 1rem;
        margin-top: 3rem;
        width: 100%;
    }

    .careers_empfeed_cont .title {
        width: 100%;
        font-size: 2rem;
        line-height: 2rem;
    }

    .careers_empfeed {
        width: 90%;
        flex-direction: column;
        height: auto;
        gap: 0rem;
    }

    .careers_empfeed .feedback_cont {
        width: 85%;
        margin-top: 1rem;
    }

    .careers_empfeed .feedback_cont .feedback,
    .careers_empfeed .feedback_cont .name,
    .careers_empfeed .feedback_cont .company {
        font-size: 1.25rem;
    }

    .careers_empfeed .emp {
        width: 90%;
        margin-top: 2rem;
        height: unset;
        margin-bottom: 1rem;
        display: flex;
        gap: 1rem;
        align-items: center;
    }

    .careers_empfeed .emp img {
        width: 3.75rem;
        height: 3.75rem;
        border-radius: 50%;
    }

    .careers_empfeed .feedback_cont .name,
    .careers_empfeed .feedback_cont .company {
        display: none;
    }

    .careers_empfeed .emp .name {
        display: block;
        color: #F26722;
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-family: DINNextLTArabicMedium;
        margin-top: 0rem;
    }

    .careers_empfeed .emp .company {
        display: block;
        color: #636466;
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-family: DINNextLTArabicRegular;
        font-weight: 600;
    }

    /* photo gallery in careers started*/
    .careers_body .photo_gallery div.heading {
        font-size: 3rem;
        margin-left: 0rem;
        margin-bottom: 2.5rem;
    }

    .careers_body .photo_gallery {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .careers_body .width-photo-arrowcontainer {
        padding-bottom: 0rem;
    }

    .careers_body .pg_slider {
        padding: 0rem;
        margin: 0 -1rem;
    }

    .careers_body .pg_row {
        display: flex;
        gap: 0.75rem;
    }

    .careers_body .pg_row div:nth-child(1) img {
        width: 140px;
    }

    .careers_body .pg_row div:nth-child(2) img {
        width: 190px;
    }

    .careers_body .pg_row2 div:nth-child(1) img {
        width: 190px;
    }

    .careers_body .pg_row2 div:nth-child(2) img {
        width: 140px;
    }

    .careers_body .pg_img {
        height: 10.75rem;
    }

    .careers_body .pg_img img {
        height: 10.75rem;
    }

    .careers_body .mbpg_col {
        height: 33.75rem;
        width: 21.375rem;
        gap: 0.75rem;
    }

    .careers_body .pg_outer {
        padding-right: 0;
        padding-left: 1rem;
    }

    .careers_body .mbpg {
        display: flex;
    }

    .careers_body .pg {
        display: none;
    }

    .careers_body .leftPrev {
        left: 1.75rem;
    }

    .careers_body .rightNext {
        right: 1.75rem;
    }

    .careers_body .modal {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .careers_body .modalClose {
        right: 2rem;
        top: 22vh;
    }

    .careers_body .modal-content {
        object-fit: contain;
    }

    .careers_body .width-photo-arrowcontainer .arrowContainer {
        display: none;
    }

    .careers_body .slider-container:before,
    .careers_body .slider-container:after {
        height: 0;
        width: 0;
    }

    /* photo gallery in careers ended*/
    /* Careers Css has been ended */
}

/* Media queries for tablet landscape responsive */
@media only screen and (min-width: 920px) and (max-width: 1200px) and (max-height: 1200px) and (orientation: landscape) {
    .main_title {
        font-size: 4.5rem;
    }

    /* program services */
    .ps_section_text div.heading {
        font-size: 3.5rem;
    }

    .ps_section_text div.para {
        margin-left: 4rem;
        font-size: 1.375rem;
    }

    .img_container {
        height: 24rem;
    }

    .ps_cta_btn {
        height: 3.5rem;
        margin-left: 4rem;
    }

    .img_container .blur-box {
        width: 15.5rem;
    }

    .img_container .box_title {
        display: block;
    }

    .blur-box {
        bottom: 1rem;
        right: 1rem;
    }

    /* rps  */
    .card-outter {
        padding-right: 20px;
    }

    .last-card {
        padding-right: 0;
    }

    .rps_image {
        height: 12rem;
    }

    .rps_heading {
        font-size: 3rem;
    }

    .rps_title {
        font-size: 1.5rem;
    }

    .rps_desc {
        font-size: 0.9rem;
    }

    .rps_cta a.cta_btn {
        margin-top: 4rem;
        height: 3rem;
    }

    /* ppsp pages  */
    .ppsp_l_img svg {
        height: 31.5rem;
        top: -2rem;
        right: 1.5rem;
    }

    .ppsp_landing_text div.para {
        font-size: 1.6rem;
    }

    .ppsp_landing_text div.para p {
        font-size: 1.6rem;
        /*Added on 18-01-2023*/
    }

    .ppsp_l_img {
        height: 24rem;
    }

    .watermark_7.rpwatermark {
        right: -9.5rem;
    }

    .ppsp_detail div.text {
        font-size: 3rem;
    }

    .hta_cta {
        height: 3.5rem;
    }

    /* accordian */
    .accordian_container {
        padding: 0 2rem;
        margin-bottom: 5rem;
    }

    .faq_qn {
        width: 80%;
        font-size: 1.6rem;
    }

    .faq_ans,
    .faq_ans * {
        font-size: 1.2rem;
    }

    /* news */
    .news_featured {
        gap: 2rem;
    }

    .news_featured_details {
        max-width: 20rem;
    }

    .searchbar input {
        width: 10rem;
    }

    .news_featured_img {
        height: 25.875rem;
    }

    .news_featured:hover .news_featured_img,
    .news_data_img:hover {
        transform: scale(1);
    }

    .news_featured_title {
        font-size: 1.625rem;
    }

    .news_flex_wrap {
        padding: 0;
    }

    .equipment_data {
        width: 12rem;
    }

    .equipment_data_image {
        width: 12rem;
        height: 8.625rem;
    }

    .equipment_data_title {
        font-size: 1rem;
    }

    .consultancy_image {
        height: 9rem;
        width: 9rem;
    }

    .consultancy_data_container .ppsp_rid_data {
        width: 16rem;
    }

    /* product starts */
    .product_photo_hover {
        display: block;
        opacity: 1;
    }

    .product_hover_detail {
        margin: 0.75rem;
    }

    .phd_title {
        font-size: 1.5rem;
    }

    .phd_tag {
        padding: 0 0.5rem;
        height: 1.125rem;
    }

    .phd_title_and_tag {
        margin-bottom: 1.5rem;
    }

    .phd_tag span {
        font-size: 0.875rem;
        margin-bottom: 0.25rem;
    }

    .phd_detail {
        font-size: 0.75rem;
    }

    .phd_cta {
        height: 3rem;
        width: 13rem;
    }

    .atp_text div.head {
        font-size: 3rem;
    }

    .atp_text div.para {
        font-size: 1.5rem;
    }

    .atp_container .ppsp_rid_data {
        width: 12rem;
    }

    .pd_meet_team_container .person div img {
        width: 9rem;
        height: 9rem;
        border-radius: 50%;
    }

    .product_details_cta {
        margin: 2.625rem 0 0;
    }

    /* product end */
    .portfolio_data:hover .portfolio_data_img {
        transform: scale(1);
    }

    .portfolio_data:hover .portfolio_data_img img {
        transform: scale(1);
    }

    /* Careers css has been started */
    .careers_title {
        font-size: 4.5rem;
        left: 13.4%;
    }

    .careers_joinLAB7_cont .title {
        font-size: 3.675rem;
    }

    .careers_body .ppsp_landing_text div.para {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .careers_body .ppsp_landing_text div.para p{
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .careers_values_cont .Heading {
        font-size: 3.675rem;
        width: 60%;
    }

    .career_img_cont {
        width: 6.813rem;
        height: 6.813rem;
    }

    .career_img_cont img {
        width: 2.875rem;
    }

    .careers_img_detail .head {
        font-size: 2rem;
    }

    .careers_img_detail .desc {
        font-size: 0.875rem;
    }

    .careers_job_container .head {
        font-size: 3.675rem;
    }

    .career_jobs .job_title_container .title {
        font-size: 1.2rem;
    }

    .career_jobs .job_title_container .location {
        font-size: 1.2rem;
    }

    .careers-job-card-btn a.moreInfo_btn span {
        font-size: 1rem;
    }

    .careers-job-card-btn a.moreInfo_btn {
        width: 9rem;
        height: 3rem;
    }

    .careers_body .photo_gallery div.heading {
        font-size: 3.675rem;
    }

    .careers_body .photo_gallery {
        padding-top: 6rem;
    }

    .careers_body .ppsp_landing .ppsp_l_img img {
        opacity: 1;
    }

    .careers_job_desktop {
        gap: 2rem 0rem;
    }

    /* Careers css has been ended */
}

/* Media queries for mobile landscape responsive */
@media only screen and (max-width: 900px) and (max-height: 900px) and (orientation: landscape) {
    body {
        margin-top: 0;
    }

    .main_title {
        font-size: 3rem;
    }

    /* program services */
    .ps_container {
        width: 94%;
    }

    .ps_section {
        margin: 3.75rem 0;
        gap: 1rem;
    }

    .ps_section_1 {
        flex-direction: column;
    }

    .ps_section_2 {
        flex-direction: column-reverse;
        padding: 0;
    }

    .ps_section_text div.heading {
        font-size: 2rem;
    }

    .ps_section_text div.para {
        margin-top: 1rem;
        margin-left: 4rem;
        font-size: 1rem;
    }

    .img_container {
        height: 20rem;
    }

    .ps_cta_btn {
        height: 3rem;
        margin-left: 4rem;
    }

    .img_container .blur-box {
        width: fit-content;
        padding-left: 1em;
        padding-right: 1em;
    }

    .img_container .box_title {
        display: block;
    }

    .ps_cta_bt span {
        font-size: 18px;
    }

    /* ppsp pages */
    .path_row {
        margin-left: 2rem;
        margin-top: 0;
    }

    .ppsp_landing {
        margin-left: 2rem;
        margin-top: 1rem;
    }

    .ppsp_landing_text div.heading {
        width: 90%;
    }

    .ppsp_landing_image,
    .for_customer {
        display: none;
    }

    .ppsp_l_img_mb,
    .for_customer_mb {
        display: flex;
    }

    .ppsp_l_img_mb {
        width: 95%;
        height: 17rem;
    }

    .ppsp_l_img_mb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8pt;
    }

    .for_customer_mb {
        height: 2.5831rem;
        width: 13.3331rem;
        background-color: rgba(0, 102, 179, 0.1);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        color: #0166B3;
        margin-top: 1.5rem;
        margin-bottom: 0.75rem;
    }

    .for_customer_inner span {
        font-size: 1rem;
    }

    .ppsp_landing_text div.para {
        font-size: 1.25rem;
        width: 90%;
    }

    .ppsp_landing_text div.para p {
        /*Added on 18-01-2023*/
        font-size: 1.25rem;
    }

    .ppsp_detail {
        margin: 3.5rem 0;
        width: 82%;
        text-align: center;
    }

    .ppsp_detail div.text {
        font-size: 1.5rem;
    }

    .ppsp_row_image_data_container {
        flex-direction: column;
        gap: 2rem;
        margin-top: 2rem;
    }

    .ppsp_rid_data {
        flex-direction: row;
        gap: 1.5rem;
    }

    .ppsp_rid_data img {
        width: 5rem;
    }

    .ppsp_rid_data_text {
        font-size: 1.125rem;
        margin-top: 0;
        text-align: left;
    }

    .hta_cta {
        margin-top: 1rem;
        width: 13.625rem;
        height: 3rem;
    }

    .hta_cta span {
        color: #0066B3;
        font-size: 1.125rem;
    }

    /* rps  */
    .width-rps-container {
        width: 95%;
        margin-left: 5%;
    }

    .arrowContainer {
        display: flex;
        padding: 0 1.5rem;
    }

    .rps_heading {
        font-size: 2rem;
        line-height: 1.25;
        margin: 0;
    }

    .arrowContainer {
        display: flex;
        padding: 0 2rem;
    }

    .card-outter {
        padding-right: 20px;
    }

    .rps_data {
        width: 15.625rem;
        pointer-events: none;
    }

    .rps_image {
        height: 10.75rem;
    }

    .rps_title {
        font-size: 1.25rem;
        height: 3rem;
        margin-top: 1.25rem;
    }

    .rps_desc {
        font-size: 0.875rem;
    }

    .rps_cta a.cta_btn {
        width: 9.063rem;
        height: 2.813rem;
        margin-top: 4rem;
    }

    .rps_image:hover {
        transform: scale(1);
    }

    .slider {
        padding: 2.5rem 0rem 0rem;
    }

    /* accordian  */
    .accordian {
        padding: 1.625rem 0 2.2rem;
    }

    .accordian_container {
        padding: 0rem;
        margin-top: 1.375rem;
        margin-bottom: 5rem;
    }

    .faq_qn {
        font-size: 1.25rem;
        max-width: 80%;
    }

    .faq_ans,
    .faq_ans * {
        max-width: 85%;
        font-size: 0.875rem;
    }

    .acc_arrow {
        width: 1rem;
        padding-top: 0rem;
    }

    /* services mobile design with 7 svg image new change (separating from programs because of ongoing discussions ) */
    .ppsp_l_img7_mb {
        width: 100%;
        position: relative;
        margin-top: 3rem;
        margin-bottom: 4.5rem;
        height: 14.25rem;
    }

    .ppsp_l_img7_mb img {
        border-radius: 15pt 0pt 0pt 15pt;
    }

    .ppsp_l_img_mb svg {
        position: absolute;
        top: -1rem;
        right: 1.5rem;
        z-index: -5;
    }

    /* services mobile design with 7 svg image new change (separating from programs because of ongoing discussions )  END*/
    /* ods */
    .consultancy_text .ppsp_rid_data_text {
        font-size: 1.125rem;
    }

    .consultancy_data_container .ppsp_rid_data {
        width: 100%;
    }

    .equipment_categories_list {
        display: none;
    }

    .categories_list_mb {
        display: block;
        margin: 2.5rem 0;
    }

    .categories_list_mb_row {
        justify-content: space-between;
    }

    .category_point a {
        font-family: DINNextLTArabicBold;
        font-size: 1.25rem;
    }

    .categories_filter_btn {
        border: none;
        outline: none;
        background: transparent;
        cursor: pointer;
    }

    .categories_filter_btn span {
        font-size: 1.25rem;
        font-family: DINNextLTArabicRegular;
        line-height: 1.5;
        color: #636466;
    }

    .equipments_container {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        gap: 2rem 0;
    }

    .equipment_data {
        width: 100%;
    }

    .equipment_data_image {
        width: 100%;
        height: 15.938rem;
    }

    .equipment_data:hover .equipment_data_image img {
        transform: scale(1);
    }

    .equipment_data_title {
        margin-top: 0.6rem;
        font-size: 1.25rem;
    }

    .categories_list_mb_bg {
        display: none;
        height: 100%;
        width: 100%;
        max-width: 100vw;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 4;
    }

    .categories_list_mb_bg_header {
        position: relative;
        background: #0066B3;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.375rem 0 1rem;
    }

    .category-close {
        position: absolute;
        top: 1rem;
        left: 1.5rem;
    }

    .filter_text {
        font-size: 1.25rem;
        font-family: DINNextLTArabicRegular;
        color: #fff;
        line-height: 1.5;
    }

    .categories_list_mb_main {
        width: 100%;
        padding: 1rem 1.5rem;
        position: relative;
    }

    .category_point_mb {
        display: flex;
        justify-content: space-between;
        margin: 1.5rem 0;
    }

    .category_point_mb span {
        font-size: 1.25rem;
        color: #636466;
        font-family: DINNextLTArabicRegular;
    }

    .category_point_mb:not(:first-child) div {
        display: none;
    }

    .category_circle {
        border-radius: 50%;
        height: 1.5rem;
        width: 1.5rem;
        background: #F26722;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .apply_category_filter {
        border: none;
        outline: none;
        background: transparent;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background-color: #C4C4C4;
        padding: 7px 0 11px;
        color: #fff;
        gap: 1.5rem;
        border-radius: 6pt;
    }

    .apply_category_filter span {
        font-family: DINNextLTArabicRegular;
        font-size: 1.125rem;
    }

    .categories_list_mb_inner {
        min-height: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .acf_container {
        width: 100vw;
        padding: 0 1.5rem;
        /* position: absolute; */
        padding-bottom: 2.5rem;
    }

    .consultancy_image {
        width: 5rem;
        height: 5rem;
        min-width: 5rem;
    }

    .ppsp_rid_data:hover .consultancy_image {
        transform: scale(1);
    }

    .consultancy_image img {
        width: 2.2rem;
    }

    .equipment_section,
    .consultancy_services_section,
    .ods_how_to_apply {
        margin-bottom: 5rem;
    }

    /* news */
    .news_heading_and_searchbar {
        flex-direction: column-reverse;
        align-items: flex-start;
        width: 90%;
    }

    .news_featured {
        flex-direction: column;
        width: 90%;
        gap: 0;
    }

    .searchbar input {
        width: 100%;
    }

    .news_featured_img {
        height: 17.9375rem;
        width: 100%;
    }

    .news_featured_img img {
        border-radius: 6pt;
    }

    .news_featured:hover .news_featured_img {
        transform: scale(1);
    }

    .searchbar {
        height: 2.8125rem;
        width: 100%;
    }

    .searchbar input {
        font-size: 14px;
        margin: 0;
        margin-left: 2.8125rem;
        height: 2.8125rem;
        width: 13.75rem;
    }

    .searchbar span.search_svg {
        height: 2.8125rem;
        width: 2.8125rem;
    }

    .searchbar_container {
        width: 100%;
    }

    .news_heading_and_searchbar .heading {
        margin-top: 1.5rem;
    }

    .news_featured_date,
    .news_data_date {
        font-size: 0.875rem;
        color: #636466;
    }

    .news_featured_date {
        margin-top: 0.875rem;
        margin-bottom: 2.625rem;
    }

    .news_featured_title {
        font-size: 1.5rem;
    }

    .news_featured_readmore_cta,
    .news_data_cta {
        margin: 0;
        margin-top: 1.5rem;
        font-size: 1.125rem;
        width: 166px;
    }

    .news_featured_readmore_cta span,
    .news_data_cta span {
        font-size: 1.125rem;
    }

    .ps_cta_btn span{
        font-size: 1.125rem;
    }

    .news-slider-container {
        margin-top: 2rem;
        margin-bottom: 0;
    }

    .news_data_img img {
        border-radius: 6pt;
    }

    .news_data_img:hover {
        transform: scale(1);
    }

    .news_data_title {
        font-size: 1.25rem;
    }

    .news_data_desc {
        font-size: 0.875rem;
    }

    .news_detail_container {
        width: 94%;
    }

    .news_detail_title {
        font-size: 3rem;
        line-height: 1.17;
    }

    .news_detail_image,
    .news_detail_video .videoplayer {
        height: 16.938rem;
    }

    .news_detail_date {
        font-size: 0.875rem;
    }

    .news_detail_text p {
        font-size: 1.25rem;
    }

    .news_detail_video .videoplayer .resPlay img {
        width: 2.875rem;
        height: 2.875rem;
    }

    .news_data:hover .news_data_img {
        transform: scale(1);
    }

    /* products starts */
    .products_heading {
        margin-top: 1.5rem;
    }

    .products_section {
        width: 94%;
    }

    .products_container {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 2.313rem;
    }

    .product_data {
        width: 100%;
        height: 10.938rem;
        border-radius: 0.5rem;
    }

    .phd_detail {
        display: none;
    }

    .product_hover_detail {
        margin: 0.75rem;
    }

    .phd_title_and_tag {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 0.8rem;
    }

    .phd_cta {
        height: 2.813rem;
        width: 15.5rem;
        gap: 3.313rem;
    }

    .phd_cta span {
        margin-bottom: 0.1rem;
    }

    .phd_detail_and_cta {
        min-height: 27%;
        height: 27%;
    }

    .phd_tag {
        padding: 0 0.375rem;
        height: 1.313rem;
    }

    .phd_tag span {
        font-size: 0.875rem;
        margin-bottom: 0.375rem;
    }

    .phd_title {
        font-size: 1.5rem;
        margin-top: 3.313rem;
    }

    .product_photo_hover {
        display: block;
        background-color: rgba(0, 0, 0, 0.52);
        border-radius: 0.5rem;
        opacity: 1;
    }

    div.para.pdp_para,
    .atp_text div.para {
        font-size: 0.875rem;
        line-height: 1.4;
    }

    .product_details_cta {
        width: 192px;
    }

    .atp_text div.para {
        max-width: 80%;
    }

    .atp_text div.head {
        font-size: 2rem;
    }

    .atp_container {
        width: 90%;
        margin-top: 3.1rem;
    }

    .atp_container .ppsp_rid_data_text {
        text-align: left;
        margin-top: 0;
        max-width: 85%;
    }

    .pd_meet_team_container .person div img {
        width: 8.875rem;
        height: 8.875rem;
        border-radius: 50%;
    }

    .pd_meet_team_container {
        margin-top: 1.875rem;
        row-gap: 1.875rem;
    }

    .pd_meet_team_container .person_name {
        font-size: 1.25rem;
        max-width: 8.875rem;
        margin-top: 0;
    }

    .pd_meet_team_container .person_position div {
        font-size: 0.875rem;
        max-width: 8.875rem;
    }

    .pd_meet_team {
        margin-bottom: 2rem;
    }

    /* products end */
    /* events css started here */
    .events_container {
        margin-top: 5rem;
        max-width: 90%;
    }

    .eventsHead {
        font-size: 2rem;
        margin-bottom: 0rem;
        line-height: 0.9;
    }

    .eventscard {
        pointer-events: none;
    }

    .eventscard-outter {
        padding-left: 1rem;
    }

    .events_img {
        width: 15.563rem;
        height: 10.75rem;
    }

    .events_date {
        font-size: 0.875rem;
    }

    .eventsTitle {
        font-size: 1.25rem;
        max-width: 15.563rem;
    }

    .eventsDescription_container {
        max-width: 15.563rem;
    }

    .events_des .calender_img {
        width: 1rem;
        height: 1rem;
    }

    .events_des .clock_img {
        width: 1rem;
        height: 1rem;
    }

    .events_des_data {
        font-size: 0.875rem;
    }

    .events-card-btn a.moreInfo_btn {
        margin-top: 0rem;
        width: 9.938rem;
        height: 2.813rem;
    }

    .events-card-btn a.moreInfo_btn span {
        font-size: 1.125rem;
    }

    .events_containerArrow {
        margin-top: 0rem;
    }

    .events_containerArrow .arrowContainer {
        padding: 0;
        margin-top: 0rem;
    }

    .events_containerArrow .innerArrow {
        width: 6em;
        padding: 0;
        gap: 1rem;
        margin-top: 0rem;
    }

    .events_containerArrow .arrow {
        font-size: 0.5rem;
    }

    /* events css ended here */
    /* portfolio */
    .portfolio_section {
        width: 94%;
    }

    .portfolio_data {
        width: 100%;
    }

    .portfolio_container {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        max-width: 100%;
        gap: 2.188rem;
    }

    .portfolio_data_img {
        height: 10.938rem;
    }

    .portfolio_data_img img {
        width: 39%;
        max-width: 136px;
    }

    .portfolio_title {
        margin-bottom: 1.25rem;
    }

    .portfolio_tag {
        margin-top: 1rem;
    }

    .portfolio_data:hover .portfolio_data_img {
        transform: scale(1);
    }

    .portfolio_data:hover .portfolio_data_img img {
        transform: scale(1);
    }

    .portfolio_tag {
        border-radius: 5px;
    }

    /* portfolio end*/
    /* Careers css has been started */
    .careers_body .header_container {
        height: 100vh !important;
        margin-bottom: 4rem !important;
    }

    .careers_title {
        font-size: 3rem;
        left: 2.5%;
        top: 25%;
        transform: translate(0px, 0px);
        width: 100%;
        z-index: 1;
    }

    .careers_title_img {
        margin-top: 6rem;
    }

    .careers_joinLAB7_cont {
        margin-top: 30%;
        padding-bottom: 3rem;
        gap: 2rem;
    }

    .careers_joinLAB7_cont .title {
        font-size: 2rem;
    }

    .careers_joinLAB7_cont .description {
        font-size: 1.25rem;
        width: 90%;
    }

    .careers_body .ppsp_landing {
        margin-top: 3rem;
    }

    .careers_body .ppsp_landing_text div.para {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .careers_body .ppsp_landing_text div.para p{
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .careers_values_cont {
        width: 90%;
        margin-top: 4rem;
    }

    .careers_values_cont .Heading {
        font-size: 1.75rem;
        width: 80%;
        padding-bottom: 1rem;
    }

    .careers_values {
        margin-top: 2.5rem;
        flex-direction: column;
        gap: 2.5rem;
    }

    .careers_values_gap {
        gap: 1.5rem;
    }

    .career_img_cont {
        width: 5rem;
        height: 5rem;
    }

    .career_img_cont img {
        width: 2.5rem;
    }

    .careers_img_detail .head {
        font-size: 1.125rem;
        font-weight: bold;
    }

    .careers_img_detail .desc {
        font-size: 1.125rem;
        line-height: 1.25;
    }

    .careers_img_detail {
        width: 13rem;
    }

    .careers_job_container {
        margin-top: 4rem;
        width: 90%;
    }

    .careers_job_container .head {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .careerscard-outter {
        width: 100%;
        margin-left: 1.5rem;
    }

    .careerscard-outter:first-child {
        width: 100%;
        margin-left: 0rem;
    }

    .career_jobs {
        width: 15.5rem;
        height: 12.5rem;
        flex-direction: column;
        justify-content: space-between;
        padding: 1rem 0;
    }

    .career_jobs .job_title_container {
        width: 85%;
    }

    .career_jobs .job_title_container .title {
        font-size: 1.25rem;
        color: #0066B3;
    }

    .career_jobs .job_title_container .location {
        font-size: 0.875rem;
        margin-top: 1rem;
    }

    .careers-job-card-btn {
        width: 85%;
    }

    .careers_containerArrow {
        display: block;
        margin-top: 0rem;
    }

    .careers_containerArrow .arrowContainer {
        padding: 0rem;
    }

    .careers_containerArrow .arrowContainer .innerArrow {
        margin-top: 0rem;
    }

    .careers_empfeed_cont {
        margin-top: 3rem;
    }

    .careers_empfeed_cont {
        flex-direction: column;
        width: 90%;
    }

    .emfeed_gap {
        gap: 1rem;
        margin-top: 3rem;
        width: 100%;
    }

    .careers_empfeed_cont .title {
        width: 100%;
        font-size: 2rem;
        line-height: 2rem;
    }

    .careers_empfeed {
        width: 90%;
        flex-direction: column;
        height: auto;
        gap: 0rem;
    }

    .careers_empfeed .feedback_cont {
        width: 85%;
        margin-top: 1rem;
    }

    .careers_empfeed .feedback_cont .feedback,
    .careers_empfeed .feedback_cont .name,
    .careers_empfeed .feedback_cont .company {
        font-size: 1.25rem;
    }

    .careers_empfeed .emp {
        width: 85%;
        margin-top: 2rem;
        height: unset;
        margin-bottom: 1rem;
        display: flex;
        gap: 1rem;
        align-items: center;
    }

    .careers_empfeed .emp img {
        width: 3.75rem;
        height: 3.75rem;
        border-radius: 50%;
    }

    .careers_empfeed .feedback_cont .name,
    .careers_empfeed .feedback_cont .company {
        display: none;
    }

    .careers_empfeed .emp .name {
        display: block;
        color: #F26722;
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-family: DINNextLTArabicMedium;
        margin-top: 0rem;
    }

    .careers_empfeed .emp .company {
        display: block;
        color: #636466;
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-family: DINNextLTArabicRegular;
        font-weight: 600;
    }

    /* Careers Photo gallery css started */
    .careers_body .photo_gallery div.heading {
        font-size: 3rem;
        margin-left: 0rem;
        margin-bottom: 2.5rem;
    }

    .careers_body .photo_gallery {
        padding-top: 4rem;
        padding-bottom: 0rem;
        width: 90%;
    }

    .careers_body .pg_slider {
        padding: 0rem;
    }

    .careers_body .pg_row {
        display: flex;
        gap: 0.75rem;
    }

    .careers_body .pg_row div:nth-child(1) img {
        width: 140px;
    }

    .careers_body .pg_row div:nth-child(2) img {
        width: 190px;
    }

    .careers_body .pg_row2 div:nth-child(1) img {
        width: 190px;
    }

    .careers_body .pg_row2 div:nth-child(2) img {
        width: 140px;
    }

    .careers_body .pg_img {
        height: 10.75rem;
    }

    .careers_body .pg_img img {
        height: 10.75rem;
    }

    .careers_body .mbpg_col {
        height: 33.75rem;
        width: 21.375rem;
        gap: 0.75rem;
    }

    .careers_body .pg_outer {
        padding-right: 0;
        padding-left: 1rem;
    }

    .careers_body .mbpg {
        display: flex;
    }

    .careers_body .pg {
        display: none;
    }

    .careers_body .photo_gallery_careers .arrowContainer {
        display: flex;
        padding: 0 0;
    }

    .careers_body .width-photo-arrowcontainer .arrowContainer .innerArrow {
        display: none;
    }

    /* Careers Photo gallery css ended */
    /* Careers css has been ended */
}

.current_page {
    font-family: DINNextLTArabicBold !important;
    color: #F26722 !important;
}

/* news page search box alignment  */
@media only screen and (max-width: 1370px) and (min-width: 1360px) and (max-height: 630px) and (min-height: 620px) {
    .news_featured_img {
        max-width: 681px;
    }

    .pd_meet_team {
        margin-bottom: 0rem;
    }
}
