.desktop_show {
    display: block;
}

.device_show {
    display: none;
}

.strip_scroller {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-left: none;
    border-right: none;
    background: #000;
    filter: blur(0px);
    position: relative;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
}

.strip_scroller ul {
    position: relative;
    width: 100%;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
}

.strip_scroller ul.strip-srl:nth-of-type(2) {
    display: none;
}

.strip_scroller ul li {
    color: #FFF;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.1px;
    text-align: center;
}


.strip_scroller .simply-scroll .simply-scroll-list li {
    width: auto;
    height: auto;
    margin: 0px 60px;
}

/************** banner starts  **************/

lottie-player {

    --lottie-player-toolbar-height: 80;
    --lottie-player-toolbar-icon-color: #B4CDED;
    --lottie-player-toolbar-icon-hover-color: #946;
    --lottie-player-toolbar-icon-active-color: #946;
    --lottie-player-seeker-track-color: #949;
    --lottie-player-seeker-thumb-color: rgba(180, 205, 237, 0.8);
}

.dubai_banner {
    position: relative;
    width: 100%;
    background: #000000;
    overflow: hidden;
}

.dubai_banner::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.dubai_banner .banner_video {
    position: absolute;
    width: 100%;
    height: 100%;
}

.dubai_banner .banner_video video {
    position: relative;
    width: 100%;
}


.dubai_ban_vector {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 250px;
}

.dubai_ban_vector img {
    width: 100%;
}

.dubai_banner .dubai_banner_center {
    padding-top: 50px;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.dubai_banner_patch {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dubai_banner_patch .banner_main_title {
    color: rgba(255, 255, 255, 0.50);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.dubai_banner_patch .dubai_banner_title,
.dubai_banner_patch .dubai_banner_title span {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 300;
    line-height: 102%;
    font-family: opensaucerlight;
}

.dubai_banner_patch .dubai_banner_title {
    margin-top: 16px;
    margin-bottom: 30px;
}

.dubai_banner_patch .dubai_banner_title span {
    background: linear-gradient(90deg, #0065FF 0%, #11DEFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.dubai_banner_patch .dubai_banner_subtitle {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-transform: capitalize;
    font-family: opensauceregular;
    margin-top: 10px;
}

.dubai_banner_patch .dubai_banner_para {
    color: rgba(255, 255, 255, 0.60);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.4px;
}

.dubai_banner_left {
    width: 50%;
}

.dubai_banner_right {
    width: 40%;
}

.dubai_banner_right img,
.dubai_banner_right video {
    width: 100%;
}

.banner_bottom_buttons {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.banner_bottom_buttons .banner_buttons_group {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.banner_bottom_buttons ul {
    display: flex;
    align-items: center;
    margin-top: 16px;
    position: relative;
}

.banner_bottom_buttons ul li {
    position: relative;
    color: rgba(255, 255, 255, 0.48);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
    padding: 0px 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.23);
}

.banner_bottom_buttons ul li:nth-of-type(1) {
    padding-left: 0;
    border-left: none;
}

/************** banner ends  **************/

.dubai_details {
    position: relative;
    background: linear-gradient(269deg, #0068FF 1.56%, #000 115.42%);
    filter: blur(0px);
    padding: 20px 0px;
}

.dubai_details ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: auto;
}

.dubai_details ul li {
    position: relative;
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    background: linear-gradient(96deg, #FFF 4.02%, #FFF 96.9%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dubai_details ul li span {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    font-family: 'light';
}


/* Why enterprise AI section starts */

.why_enterprise_section {
    position: relative;
    background-color: #000000;
}

.top_sec {
    display: flex;
    justify-content: space-between;
}

.top_sec .top_sec_left {
    width: 48%;
}

.top_sec_left h2 {
    color: rgba(28, 28, 28, 0.70);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 10px;
}

.top_sec_left .title {
    font-family: opensauceregular;
    font-weight: 400;
}


.top_sec_left .title samp {
    display: block;
    font-family: opensauceregular;
    font-weight: 400;
}


.top_sec_left .title span {
    font-family: opensauceregular;
    background: linear-gradient(90deg, #0065FF 0%, #11DEFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
}

.top_sec_left .title span.color {
    background: linear-gradient(90deg, #0065FF 0%, #0065FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.top_sec_left .title span.single {
    display: inline;
}

.top_sec_left .title.block {
    color: #1C1C1C;
}

.top_sec .top_sec_right {
    width: 40%;
}

.top_sec_right h3 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.55px;
    letter-spacing: -0.408px;
    margin-bottom: 6px;
}

.middle_sec {
    position: relative;
    margin-top: 50px;
}

.why_enterprise_wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.why_enterprise_wrapper .why_enterprise_item {
    position: relative;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(247, 247, 247, 0.10);
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(19.649999618530273px);
    padding: 48px;
}

.why_enterprise_wrapper .why_enterprise_item h1 {
    font-family: opensaucerlight;
    color: #FFF;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.8px;
    margin-bottom: 30px;
    display: table-caption;
}

.why_enterprise_wrapper .why_enterprise_item p {
    color: rgba(255, 255, 255, 0.70);
    letter-spacing: 0.4px;
}

.why_enterprise_wrapper .why_enterprise_item p span {
    font-weight: 600;
}

.snake_vector {
    position: relative;
    margin-top: 30px;
    width: 250px;
}

.center_vector {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 70%;
}

.center_vector img {
    width: 100%;
}

.dubai_ban_vector.left_bottom {
    bottom: 45px;
    width: 300px;
}

.dubai_ban_vector.top_right {
    right: 0;
    top: 0;
    left: auto;
    width: 400px;
}

.dubai_ban_vector.top_left {
    left: 0;
    top: 0;
    width: 600px;
}

/* Why enterprise AI section ends */


/* what_we_do_section section starts  */
.what_we_do_section {
    background: #EDF6FF;
}

.SectionThree_content {
    position: relative;
}

.SectionThree_content .SectionThree_videosWrapper {
    display: grid;
    grid-template-columns: 4fr 1fr;
    column-gap: 30px;
}

.SectionThree_videosWrapper .SectionThree_videoTiltWrap {
    position: relative;
}

.SectionThree_videoTiltWrap .SectionThree_video {
    position: unset;
    width: 100%;
    height: auto;
    border-radius: 30px;
    display: block;
}

.SectionThree_videoTiltWrap .SectionThree_video img {
    width: 100%;
}

.SectionThree_video .video_img {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
}

.SectionThree_video .video_img.primary {
    background-image: url(https://d3dc7npb2td258.cloudfront.net/spaceinventiveassets/assets/webp/dubai/services-primary-vedio.gif);
}

.SectionThree_video .video_img.secondary {
    background-image: url(https://d3dc7npb2td258.cloudfront.net/spaceinventiveassets/assets/webp/dubai/services-secondary-video.gif);
}

.SectionThree_videoTiltWrap .SectionThree_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    border-radius: 1.5rem;
}

.SectionThree_videoTiltWrap .SectionThree_video.SectionThree_primaryVideo {
    aspect-ratio: 130 / 220;
}

.SectionThree_videoTiltWrap .SectionThree_video.SectionThree_secondaryVideo {
    aspect-ratio: 390 / 220;
}

.LetsTalkCard_card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.5rem 2rem;
    background-color: #0065FF;
    border-radius: 24px;
    overflow: hidden;
    border: none;
    text-decoration: none;
    cursor: default;
    mask-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20180%20440%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M%2024%2C24%20L%20156%2C44%20L%20156%2C396%20L%2024%2C416%20Z%22%20fill%3D%22black%22%20stroke%3D%22black%22%20stroke-width%3D%2248%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    cursor: pointer;
}

.LetsTalkCard_card img {
    width: 48px;
    height: 48px;
}

.LetsTalkCard_card p {
    color: #FFF;
    text-align: center;
    font-family: "opensaucerlight";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.SectionThree_numberCardsGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
}

.NumberCard_card {
    width: 100%;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid rgba(205, 205, 205, 0.60);
    background: rgba(255, 255, 255, 0.30);
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(12px);
    box-sizing: border-box;
}

.NumberCard_card h1 {
    color: rgba(28, 28, 28, 0.70);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.8px;
}

.NumberCard_card h2 {
    color: #1C1C1C;
    font-family: medium;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.8px;
    margin-top: 10px;
    margin-bottom: 16px;
}

.NumberCard_card p {
    color: rgba(28, 28, 28, 0.70);
    font-family: "opensaucerlight";
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.enterprise_hightedtitle {
    text-align: center;
    font-family: "opensauceregular";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.5px;
    background: linear-gradient(91deg, #0065FF 0.49%, #11DEFF 114.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* what_we_do_section section ends */



/* industry_foucs_session section starts */
.industry_foucs_session {
    position: relative;
    background: linear-gradient(0deg, #EDF6FF 0%, #EDF6FF 100%), #000A19;
    filter: blur(0px);
}

.industry_foucs_wrapper {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.industry_foucs_wrapper .industry_foucs_left {
    width: 600px;
}

.industry_foucs_wrapper .industry_foucs_left img {
    width: 100%;
}

.industry_foucs_wrapper .industry_foucs_right {
    width: calc(100% - 630px);
}

.industry_focus_cards {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.industry_focus_card {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 40px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(30px);
    margin-top: 20px;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}

.industry_focus_card h1 {
    color: rgba(28, 28, 28, 0.48);
    text-align: center;
    font-size: 70px;
    font-style: normal;
    font-weight: 300;
    line-height: 80px;
    transition: all 0.2s ease-in-out;
}

.industry_focus_card .text {
    position: relative;
    width: calc(100% - 120px);
}

.industry_focus_card .text h2 {
    color: #292929;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 16px;
    transition: all 0.2s ease-in-out;
}

.industry_focus_card .text p {
    color: #292929;
    transition: all 0.2s ease-in-out;
}

.industry_focus_card:hover {
    background: #0065FF;
}

.industry_focus_card:hover h1 {
    color: #FFF;
}

.industry_focus_card:hover .text h2 {
    color: #FFF;
}

.industry_focus_card:hover .text p {
    color: rgba(255, 255, 255, 0.80);
}

/* industry_foucs_session section ends */


/* enterprise_practice_section section starts */
.enterprise_practice_section {
    position: relative;
    background: linear-gradient(165deg, #2563EB 10.5%, #000 104.92%);
    filter: blur(0px);
}

.enterprise_practice_section .dubai_ban_vector.left_bottom {
    width: 600px;
}

.enterprise_practice_wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.enterprise_practice_card {
    border-radius: 16px;
    position: relative;
}

.enterprise_practice_card .card_image {
    position: relative;
    width: 100%;
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
    display: flex;
}

.enterprise_practice_card .card_image img {
    width: 100%;
}

.enterprise_practice_card .card_text {
    position: relative;
    padding: 40px 48px;
    background-color: rgba(7, 18, 43, 0.8);
    border-radius: 0px 0px 16px 16px;
    min-height: 230px;
}

.enterprise_practice_card .card_text .strip {
    border-radius: 100px;
    background: rgba(59, 130, 246, 0.20);
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    padding-left: 34px;
    display: table;
}

.enterprise_practice_card .card_text .strip::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 4px;
    background: #2563EB;
    width: 8px;
    height: 8px;
}

.enterprise_practice_card .card_text h1 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 20px 0px;
    margin-top: 0px;
}

.enterprise_practice_card .card_text p {
    color: rgba(255, 255, 255, 0.70);
}

.enterprise_practice_card .card_text .outcome {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.24px;
    margin-top: 40px;
}

.enterprise_practice_card .card_text .outcome strong {
    color: #0065FF;
}

.enterprise_practice_card .card_text .outcome span {
    color: rgba(255, 255, 255, 0.40);
}

.enterprise_center {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

/* enterprise_practice_section section ends */


/* time_line_section section starts */
.time_line_section {
    background-color: rgba(0, 0, 0, 1);
}

.time_line_section .dubai_ban_vector.top_right {
    opacity: 0.4;
    width: 330px;
}

.time_line_section .top_sec_left .desc {
    color: rgba(255, 255, 255, 0.70);
}

.timeline_wrapper {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.timeline_wrapper .timeline_card {
    position: relative;
    padding: 48px;
    border-radius: 24px;
    background: rgba(247, 247, 247, 0.10);
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(19.649999618530273px);
    box-sizing: border-box;
}

.timeline_wrapper .timeline_card::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 40px;
    left: -100px;
    top: 90px;
    background-image: url(https://d3dc7npb2td258.cloudfront.net/spaceinventiveassets/assets/webp/dubai/three_arrows.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.timeline_wrapper .timeline_card:nth-of-type(1)::before {
    display: none;
}

.timeline_card h1 {
    color: #6D6D6D;
    font-size: 80px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.timeline_card h2 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 16px;
}

.timeline_card p.desc {
    color: rgba(255, 255, 255, 0.70);
}

/* time line section eneds */


/* specialist_depth_section section starts */
.specialist_depth_section {
    position: relative;
}

/* specialist_depth_section section ends */


/* specialist_depth_section section starts */
.specialist_depth_section {
    position: relative;
    width: 100%;
    background-color: rgba(237, 246, 255, 1);
}

.specialist_depth_section .top_sec_left .title {
    color: #1C1C1C;
}

.specialist_depth_section .top_sec_left .desc {
    color: #1C1C1C;
}

.specialist_depth_section .dubai_ban_vector.top_left {
    width: 350px;
}

.specialist_depth_section .dubai_ban_vector.top_right {
    width: 600px;
    top: 70px;
}

.video_image {
    position: relative;
    width: 100%;
    margin-top: 30px;
    cursor: pointer;
}

.video_image img {
    width: 100%;
}

.video_image video {
    position: relative;
    width: 100%;
}

#trustedImage {
    display: block;
}

#trustedVideo {
    display: none;
}

.specialist_depth_wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.specialist_depth_wrapper .specialist_depth_card {
    position: relative;
}

.specialist_depth_card h1 {
    color: rgba(28, 28, 28, 0.48);
    font-size: 80px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}

.specialist_depth_card h2 {
    color: #1C1C1C;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 10px 0px;
}

.specialist_depth_card p.desc {
    color: #1C1C1C;
}

/* specialist_depth_section section ends */

/* frequently_section section starts */
.frequently_section {
    position: relative;
    background: #000;
    filter: blur(0px);
}

.frequently_section .dubai_ban_vector.top_right {
    width: 550px;
}

/* frequently_section section ends */


/** contact information section starts */
.contact_information_section {
    background: #000;
    filter: blur(0px);
}

.contact_information_section .dubai_ban_vector.top_right {
    width: 1200px;
}

.regional_card {
    position: relative;
    display: flex;
    padding: 24px 48px;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    border-radius: 20px;
    border: 1px solid #373737;
    background: #000;
}

.regional_card .regional_left {
    border-right: 1px solid rgba(255, 255, 255, 0.40);
    width: 70%;
}

.regional_card .regional_left h1 {
    color: rgba(255, 255, 255, 0.70);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.regional_card .regional_left h2 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.regional_card .regional_left h3 {
    color: rgba(255, 255, 255, 0.77);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 8px;
}

.regional_card .regional_left p {
    color: rgba(255, 255, 255, 0.48);
    margin-top: 10px;
}


.regional_card .regional_right {
    width: 30%;
}

.regional_card .regional_right ul li {
    position: relative;
    margin: 2px 0px;
    display: flex;
}

.regional_card .regional_right ul li a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.4px;
    position: relative;
    padding: 10px 0px;
    padding-left: 40px;
    cursor: pointer;
}

.regional_card .regional_right ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 28px;
    height: 28px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.regional_card .regional_right ul li.mail a::before {
    background-image: url(https://d3dc7npb2td258.cloudfront.net/spaceinventiveassets/assets/webp/dubai/mail_icon.svg);
}

.regional_card .regional_right ul li.phone a::before {
    background-image: url(https://d3dc7npb2td258.cloudfront.net/spaceinventiveassets/assets/webp/dubai/phone_icon.svg);
    width: 22px;
    height: 22px;
}

.regional_card .regional_right ul li.linkedIn a::before {
    background-image: url(../assets/dubai/linkedin.png);
}

.office_wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.office_wrapper .office_card {
    position: relative;
    display: flex;
    padding: 24px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 24px;
    background: var(--Color--Surface-BG-2, #141414);
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(34.150001525878906px);
}

.office_card img {
    width: 32px;
}

.office_card .text {
    position: relative;
    width: calc(100% - 40px);
}

.office_card .text h1 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
}

.office_card .text h2 {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    margin-top: 10px;
    margin-bottom: 8px;
}

.office_card .text p.desc {
    color: rgba(255, 255, 255, 0.48);
}

/** contact information section ends */




@media screen and (max-width: 1600px) {
    .dubai_banner_patch .banner_main_title {
        font-size: 17px;
    }

    .dubai_banner_patch .dubai_banner_title,
    .dubai_banner_patch .dubai_banner_title span {
        font-size: 55px;
    }

    .dubai_banner_patch .dubai_banner_para {
        font-size: 17px;
    }

    .banner_bottom_buttons ul li {
        font-size: 13px;
    }

    .banner_bottom_buttons ul li {
        font-size: 12px;
    }

    .dubai_details ul li {
        font-size: 34px;
    }

    .dubai_details ul li span {
        font-size: 16px;
    }

    .top_sec_right h3 {
        font-size: 19px;
    }

    .why_enterprise_wrapper .why_enterprise_item h1 {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .why_enterprise_wrapper .why_enterprise_item {
        padding: 36px;
        min-height: 270px;

    }

    .top_sec_left h2 {
        font-size: 15px;
    }

    .LetsTalkCard_card p {
        font-size: 32px;
    }

    .LetsTalkCard_card img {
        width: 46px;
        height: 46px;
    }

    .NumberCard_card h1 {
        font-size: 17px;
    }

    .NumberCard_card h2 {
        font-size: 26px;
    }

    .enterprise_hightedtitle {
        font-size: 42px;
    }

    .industry_focus_card h1 {
        font-size: 66px;
    }

    .industry_focus_card .text h2 {
        font-size: 28px;
    }

    .industry_focus_card .text {
        width: calc(100% - 110px);
    }

    .industry_focus_card {
        padding: 36px;
    }

    .industry_foucs_wrapper .industry_foucs_left {
        width: 580px;
    }

    .industry_foucs_wrapper .industry_foucs_right {
        width: calc(100% - 620px);
    }

    .enterprise_practice_card .card_text .strip {
        font-size: 13px;
    }

    .enterprise_practice_card .card_text h1 {
        font-size: 22px;
        margin: 18px 0px;
        margin-top: 0px;
    }

    .enterprise_practice_card .card_text .outcome {
        font-size: 15px;
        margin-top: 36px;
    }

    .enterprise_practice_card .card_text {
        padding: 38px 44px;
        min-height: 240px;
    }

    .timeline_card h1 {
        font-size: 74px;
    }

    .timeline_card h2 {
        font-size: 30px;
        margin-bottom: 14px;
    }

    .timeline_wrapper .timeline_card {
        padding: 44px;
    }

    .timeline_wrapper .timeline_card::before {
        width: 110px;
        height: 33px;
        left: -86px;
    }

    .specialist_depth_card h1 {
        font-size: 75px;
    }

    .specialist_depth_card h2 {
        font-size: 30px;
    }

    .middle_sec {
        margin-top: 45px;
    }

    .office_card .text h1 {
        font-size: 20px;
    }

    .office_card .text h2 {
        font-size: 14px;
    }

    .regional_card .regional_left h1,
    .regional_card .regional_left h3 {
        font-size: 17px;
    }

    .regional_card .regional_left h2 {
        font-size: 28px;
    }

    .regional_card .regional_right ul li a {
        font-size: 15px;
    }

    .regional_card .regional_right ul li a::before {
        width: 26px;
        height: 26px;
    }

    .regional_card .regional_right ul li.phone a::before {
        width: 20px;
        height: 20px;
    }

    .regional_card {
        padding: 22px 44px;
    }


    .contact_information_section .dubai_ban_vector.top_right {
        width: 1100px;
    }

}

@media screen and (max-width: 1400px) {
    .industry_focus_cards {
        margin-top: 30px;
    }

    .industry_focus_card {
        padding: 34px;
    }

    .industry_foucs_wrapper .industry_foucs_left {
        width: 47%;
    }

    .industry_foucs_wrapper .industry_foucs_right {
        width: 50%;
    }


    .office_wrapper .office_card {
        border-radius: 18px;
    }

    .enterprise_practice_card .card_text {
        min-height: 250px;
    }

}

@media screen and (max-width: 1300px) {
    .dubai_banner_patch .banner_main_title {
        font-size: 16px;
    }

    .dubai_banner_patch .dubai_banner_title,
    .dubai_banner_patch .dubai_banner_title span {
        font-size: 50px;
    }

    .dubai_details ul {
        width: 90%;
    }

    .why_enterprise_wrapper .why_enterprise_item h1 {
        font-size: 33px;
    }

    .why_enterprise_wrapper .why_enterprise_item {
        padding: 34px;
        min-height: 260px;

    }

    .LetsTalkCard_card p {
        font-size: 30px;
    }

    .LetsTalkCard_card img {
        width: 42px;
        height: 42px;
    }

    .NumberCard_card h1 {
        font-size: 16px;
    }

    .NumberCard_card h2 {
        font-size: 24px;
    }

    .enterprise_hightedtitle {
        font-size: 36px;
    }

    .industry_focus_card h1 {
        font-size: 60px;
    }

    .industry_focus_card .text h2 {
        font-size: 24px;
    }

    .industry_focus_card .text {
        width: calc(100% - 100px);
    }

    .industry_focus_card {
        padding: 32px;
    }

    .enterprise_practice_card .card_text .strip {
        font-size: 12px;
    }

    .enterprise_practice_card .card_text h1 {
        font-size: 20px;
        margin: 16px 0px;
        margin-top: 0px;
    }

    .enterprise_practice_card .card_text .outcome {
        font-size: 14px;
        margin-top: 32px;
    }

    .enterprise_practice_card .card_text {
        padding: 34px 40px;
        min-height: 240px;
    }

    .timeline_card h1 {
        font-size: 70px;
    }

    .timeline_card h2 {
        font-size: 28px;
        margin-bottom: 14px;
    }

    .timeline_wrapper .timeline_card {
        padding: 38px;
    }

    .specialist_depth_card h1 {
        font-size: 70px;
    }

    .specialist_depth_card h2 {
        font-size: 26px;
    }

    .middle_sec {
        margin-top: 40px;
    }

    .office_card .text h1 {
        font-size: 17px;
    }

    .office_card .text h2 {
        font-size: 14px;
    }

    .regional_card .regional_left h1,
    .regional_card .regional_left h3 {
        font-size: 16px;
    }

    .regional_card .regional_left h2 {
        font-size: 26px;
    }

    .regional_card .regional_right ul li a {
        font-size: 14px;
        padding-left: 35px;
    }

    .regional_card .regional_right ul li a::before {
        width: 24px;
        height: 24px;
    }

    .regional_card .regional_right ul li.phone a::before {
        width: 18px;
        height: 18px;
    }

    .regional_card {
        padding: 20px 40px;
    }

    .regional_card {
        gap: 30px;
    }

    .contact_information_section .dubai_ban_vector.top_right {
        width: 1000px;
    }

}

@media screen and (max-width: 1200px) {
    .LetsTalkCard_card p {
        font-size: 26px;
    }

}


@media screen and (max-width: 1100px) {
    .enterprise_practice_card .card_text {
        min-height: 250px;
    }

    .LetsTalkCard_card p {
        font-size: 22px;
    }

}

@media screen and (max-width: 1050px) {
    .enterprise_practice_card .card_text {
        min-height: 270px;
    }

}

@media screen and (max-width: 1024px) {
    .dubai_banner_patch .banner_main_title {
        font-size: 14px;
    }

    .dubai_banner_patch .dubai_banner_title {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .dubai_banner_patch .dubai_banner_title,
    .dubai_banner_patch .dubai_banner_title span {
        font-size: 44px;
    }

    .dubai_banner_patch .dubai_banner_para {
        font-size: 16px;
    }

    .dubai_banner_patch .dubai_banner_subtitle {
        font-size: 12px;
    }

    .banner_bottom_buttons ul li {
        font-size: 11px;
    }

    .dubai_details ul {
        width: 100%;
    }

    .dubai_details ul li {
        font-size: 30px;
    }

    .dubai_details ul li span {
        font-size: 15px;
    }

    .top_sec_right h3 {
        font-size: 18px;
    }

    .why_enterprise_wrapper .why_enterprise_item h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .why_enterprise_wrapper .why_enterprise_item {
        padding: 30px;
        min-height: 250px;
    }

    .top_sec_left h2 {
        font-size: 14px;
    }

    .LetsTalkCard_card p {
        font-size: 20px;
    }

    .LetsTalkCard_card img {
        width: 38px;
        height: 38px;
    }

    .NumberCard_card h1 {
        font-size: 15px;
    }

    .NumberCard_card h2 {
        font-size: 22px;
    }

    .enterprise_hightedtitle {
        font-size: 30px;
    }

    .industry_focus_card h1 {
        font-size: 54px;
    }

    .industry_focus_card .text h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .industry_focus_card .text {
        width: calc(100% - 80px);
    }

    .industry_focus_card {
        padding: 20px 28px;
    }

    .industry_foucs_wrapper .industry_foucs_left {
        width: 440px;
    }

    .industry_foucs_wrapper .industry_foucs_right {
        width: calc(100% - 470px);
    }

    .industry_focus_cards {
        margin-top: 20px;
    }

    .enterprise_practice_card .card_text .strip {
        font-size: 11px;
    }

    .enterprise_practice_card .card_text h1 {
        font-size: 18px;
        margin: 12px 0px;
        margin-top: 0px;
    }

    .enterprise_practice_card .card_text .outcome {
        font-size: 13px;
        margin-top: 26px;
    }

    .enterprise_practice_card .card_text {
        padding: 20px 30px;
        min-height: 220px;
    }

    .timeline_card h1 {
        font-size: 60px;
    }

    .timeline_card h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .timeline_wrapper .timeline_card {
        padding: 30px;
    }

    .timeline_wrapper .timeline_card::before {
        width: 90px;
        height: 28px;
        left: -70px;
        top: 70px;
    }

    .specialist_depth_card h1 {
        font-size: 60px;
    }

    .specialist_depth_card h2 {
        font-size: 20px;
    }

    .middle_sec {
        margin-top: 35px;
    }

    .snake_vector {
        margin-top: 25px;
        width: 200px;
    }

    .office_wrapper .office_card {
        padding: 20px;
        border-radius: 16px;
    }

    .office_card .text h1 {
        font-size: 16px;
    }

    .office_card .text h2 {
        font-size: 13px;
    }

    .regional_card .regional_left h1,
    .regional_card .regional_left h3 {
        font-size: 14px;
    }

    .regional_card .regional_left h2 {
        font-size: 20px;
    }

    .regional_card {
        gap: 26px;
    }

    .regional_card .regional_right ul li a {
        font-size: 12px;
        padding-left: 30px;
    }

    .regional_card .regional_right ul li a::before {
        width: 20px;
        height: 20px;
    }

    .regional_card .regional_right ul li.phone a::before {
        width: 14px;
        height: 14px;
    }

    .regional_card {
        padding: 18px 30px;
    }


    .dubai_ban_vector {
        width: 200px;
    }

    .dubai_ban_vector.top_right {
        width: 350px;
    }

    .enterprise_practice_section .dubai_ban_vector.left_bottom,
    .dubai_ban_vector.top_left,
    .specialist_depth_section .dubai_ban_vector.top_right,
    .dubai_ban_vector.top_left,
    .frequently_section .dubai_ban_vector.top_right,
    .dubai_ban_vector.top_left {
        width: 500px;
    }

    .time_line_section .dubai_ban_vector.top_right {
        width: 250px;
    }

    .specialist_depth_section .dubai_ban_vector.top_left {
        width: 300px;
    }

    .contact_information_section .dubai_ban_vector.top_right {
        width: 800px;
    }

    .center_vector {
        width: 60%;
    }

    .strip_scroller .simply-scroll .simply-scroll-list li {
        margin: 0px 50px;
    }

}

@media screen and (max-width: 999px) {
    .dubai_banner_patch .banner_main_title {
        font-size: 12px;
    }

    .dubai_banner_patch .dubai_banner_title,
    .dubai_banner_patch .dubai_banner_title span {
        font-size: 38px;
        line-height: 130%;
    }

    .dubai_banner_patch .dubai_banner_para {
        font-size: 15px;
    }

    .dubai_banner_patch .dubai_banner_subtitle {
        font-size: 11px;
    }

    .banner_bottom_buttons ul li {
        font-size: 10px;
    }

    .why_enterprise_wrapper .why_enterprise_item h1 {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .SectionThree_content .SectionThree_videosWrapper {
        column-gap: 20px;
    }

    .LetsTalkCard_card p {
        font-size: 18px;
    }

    .LetsTalkCard_card img {
        width: 34px;
        height: 34px;
    }

    .enterprise_hightedtitle {
        font-size: 26px;
    }

    .enterprise_practice_card .card_text {
        min-height: 200px;
    }

    .enterprise_practice_card .card_text .strip {
        font-size: 10px;
    }

    .enterprise_practice_card .card_text h1 {
        font-size: 16px;
        margin: 9px 0px;
        margin-top: 0px;
    }

    .enterprise_practice_card .card_text .outcome {
        font-size: 12px;
        margin-top: 18px;
    }

    .timeline_card h1 {
        font-size: 56px;
    }

    .timeline_card h2 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .timeline_wrapper .timeline_card {
        padding: 24px;
    }

    .specialist_depth_card h1 {
        font-size: 56px;
    }

    .specialist_depth_card h2 {
        font-size: 18px;
    }

    .regional_card .regional_left h1,
    .regional_card .regional_left h3 {
        font-size: 13px;
    }

    .regional_card .regional_left h2 {
        font-size: 18px;
    }


    .regional_card .regional_left {
        width: 60%;
    }

    .regional_card .regional_right {
        width: 40%;
    }
}

@media screen and (max-width: 850px) {
    .enterprise_practice_card .card_text {
        min-height: 230px;
    }

    .LetsTalkCard_card p {
        font-size: 16px;
    }
}


@media screen and (max-width: 768px) {
    .desktop_show {
        display: none;
    }

    .device_show {
        display: block;
    }

    .top_sec_left h2 {
        font-size: 12px;
    }

    .dubai_banner_patch .banner_main_title {
        font-size: 11px;
    }

    .dubai_banner_patch .dubai_banner_title,
    .dubai_banner_patch .dubai_banner_title span {
        font-size: 34px;
    }

    .dubai_banner_patch .dubai_banner_para {
        font-size: 14px;
    }

    .dubai_banner_patch .dubai_banner_subtitle {
        font-size: 10px;
    }

    .banner_bottom_buttons ul li {
        font-size: 10px;
    }

    .LetsTalkCard_card p {
        font-size: 14px;
    }

    .LetsTalkCard_card img {
        width: 30px;
        height: 30px;
    }

    .NumberCard_card {
        padding: 20px;
    }

    .NumberCard_card h1 {
        font-size: 14px;
    }

    .NumberCard_card h2 {
        font-size: 20px;
        margin-top: 8px;
        margin-bottom: 12px;
    }

    .enterprise_hightedtitle {
        font-size: 22px;
    }

    .enterprise_practice_card .card_text {
        padding: 20px;
        min-height: 10px;
    }

    .why_enterprise_wrapper .why_enterprise_item {
        padding: 20px;
    }

    .timeline_card h1 {
        font-size: 50px;
    }

    .timeline_card h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .timeline_wrapper .timeline_card {
        padding: 20px;
    }

    .timeline_wrapper .timeline_card::before {
        width: 70px;
        height: 22px;
        left: -55px;
        top: 50px;
    }

    .specialist_depth_card h1 {
        font-size: 50px;
    }

    .specialist_depth_card h2 {
        font-size: 16px;
    }

    .middle_sec {
        margin-top: 30px;
    }

    .industry_foucs_wrapper {
        width: 100%;
        display: block;
    }

    .industry_foucs_wrapper .industry_foucs_left {
        width: 100%;
        margin-top: 15px;
    }

    .industry_foucs_wrapper .industry_foucs_right {
        width: 100%;
        margin-top: 20px;
    }

    .regional_card {
        display: block;
    }

    .regional_card .regional_left {
        width: 100%;
        border-right: none;
    }

    .regional_card .regional_right {
        width: 100%;
        margin-top: 15px;
    }

    .dubai_banner_patch {
        display: block;
    }

    .dubai_banner_left {
        width: 100%;
        margin-top: 15px;
    }

    .dubai_banner_right {
        width: 100%;
    }

    .dubai_details ul li {
        font-size: 26px;
    }

    .dubai_details ul li span {
        font-size: 13px;
    }

    .why_enterprise_wrapper .why_enterprise_item {
        min-height: 10px;
        margin-top: 15px;
        border-radius: 20px;
        padding: 24px;
    }

    .why_enterprise_wrapper .why_enterprise_item h1 {
        display: block;
        font-size: 20px;
        line-height: 140%;
    }

    .NumberCard_card {
        padding: 20px;
        border-radius: 16px;
        margin-top: 15px;
    }

    .enterprise_hightedtitle {
        font-size: 20px;
    }

    .industry_foucs_wrapper .industry_foucs_right,
    .timeline_wrapper .timeline_card {
        margin-top: 15px;
    }

    .why_enterprise_wrapper,
    .SectionThree_numberCardsGrid,
    .enterprise_practice_wrapper,
    .timeline_wrapper,
    .specialist_depth_wrapper,
    .office_wrapper {
        display: block;
    }

    .enterprise_practice_card,
    .specialist_depth_wrapper .specialist_depth_card,
    .office_wrapper .office_card {
        margin-top: 15px;
    }

    .timeline_wrapper .timeline_card::before {
        display: none;
    }

    .timeline_wrapper .timeline_card {
        border-radius: 16px;
    }

    .timeline_card h1 {
        font-size: 40px;
    }

    .timeline_card h2 {
        font-size: 18px;
    }

    .specialist_depth_card h1 {
        font-size: 40px;
    }

    .specialist_depth_card h2 {
        font-size: 15px;
    }

    .regional_card {
        padding: 20px;
        border-radius: 16px;
    }

    .regional_card .regional_left h1,
    .regional_card .regional_left h3 {
        font-size: 12px;
    }

    .regional_card .regional_left h2 {
        font-size: 20px;
        margin-top: 4px;
    }

    .SectionThree_content {
        margin-top: 20px;
    }

    .SectionThree_content .SectionThree_videosWrapper {
        display: block;
    }

    .SectionThree_videosWrapper .SectionThree_videoTiltWrap,
    .LetsTalkCard_card {
        margin-top: 15px;
    }

    .top_sec {
        display: flex;
        justify-content: space-between;
        display: block;
        width: 100%;
    }

    .top_sec .top_sec_left {
        width: 100%
    }

    .top_sec .top_sec_right {
        width: 100%;
        margin-top: 20px;
    }

    .snake_vector {
        display: none;
    }


    .dubai_ban_vector {
        width: 150px;
    }

    .dubai_ban_vector.top_right {
        width: 300px;
    }

    .enterprise_center {
        margin-top: 20px;
    }

    .enterprise_practice_section .dubai_ban_vector.left_bottom,
    .dubai_ban_vector.top_left,
    .specialist_depth_section .dubai_ban_vector.top_right,
    .dubai_ban_vector.top_left,
    .frequently_section .dubai_ban_vector.top_right,
    .dubai_ban_vector.top_left {
        width: 400px;
    }

    .time_line_section .dubai_ban_vector.top_right {
        width: 200px;
    }

    .specialist_depth_section .dubai_ban_vector.top_left {
        width: 250px;
    }

    .contact_information_section .dubai_ban_vector.top_right {
        width: 600px;
    }


    .strip_scroller .simply-scroll .simply-scroll-list li {
        margin: 0px 40px;
    }

}

@media screen and (max-width: 650px) {
    .middle_sec {
        margin-top: 25px;
    }

    .dubai_details ul {
        width: 100%;
        align-items: flex-start;
    }


    .dubai_details ul li {
        display: grid;
        text-align: center;
        width: 33.33%;
        gap: 0px;
        padding: 0px 5px;
        box-sizing: border-box;
    }

    .banner_bottom_buttons {
        margin-top: 25px;
    }

    .top_sec_left .title {
        font-size: 24px;
        line-height: 150%;
    }

    .top_sec_left .title span {
        font-size: 24px;
        display: block;
        line-height: 130%;
    }

    .top_sec_left .title span.single {
        display: block;
    }

    .enterprise_practice_card .card_text .common_btn {
        text-align: center;
        margin: auto;
        width: 100%;
        display: block;
        box-sizing: border-box;
    }

    .LetsTalkCard_card {
        padding: 20px 10px;
        mask-image: none;
        border-radius: 12px;
    }

    .SectionThree_video .video_img,
    .SectionThree_videoTiltWrap .SectionThree_video {
        border-radius: 12px;
    }

    .contact_information_section .dubai_ban_vector.top_right {
        width: 100%;
    }

    .enterprise_center {
        display: block;
    }

    .enterprise_center .common_btn {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        margin: auto;
        justify-content: center;
        align-items: center;
        padding: 10px 16px;
    }


}

@media screen and (max-width: 550px) {
    .what_we_do_section .dubai_ban_vector img {
        display: none;
    }

    .industry_focus_card {
        display: block;
        padding: 20px;
    }

    .industry_focus_card h1 {
        font-size: 40px;
        text-align: left;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .industry_focus_card .text h2 {
        font-size: 16px;
    }

    .industry_focus_card .text {
        width: calc(100% - 0px);
    }

    .timeline_card h1 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 14px;
    }

    .timeline_card h2 {
        font-size: 16px;
    }

    .specialist_depth_card h1 {
        font-size: 40px;
    }

    .specialist_depth_card h2 {
        font-size: 16px;
    }

    .office_card .text h1 {
        font-size: 14px;
    }

    .office_card .text h2 {
        font-size: 12px;
    }

    .office_card img {
        width: 30px;
    }

    .dubai_details ul li span {
        font-size: 11px;
    }

    .dubai_banner_patch .banner_main_title {
        font-size: 10px;
    }

    .dubai_banner_patch .dubai_banner_title,
    .dubai_banner_patch .dubai_banner_title span {
        font-size: 30px;
    }

    .dubai_banner_patch .dubai_banner_para {
        font-size: 12px;
    }

    .banner_bottom_buttons {
        margin-top: 20px;
    }

    .banner_bottom_buttons .banner_buttons_group {
        display: grid;
    }

    .banner_bottom_buttons .banner_buttons_group .common_btn {
        text-align: center;
        margin: auto;
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 12px 16px;
    }

    .enterprise_practice_card .card_text .common_btn {
        padding: 10px 16px;
    }

    .strip_scroller .simply-scroll .simply-scroll-list li {
        margin: 0px 30px;
    }

    .dubai_ban_vector {
        width: 100px;
    }

    .dubai_ban_vector.top_right {
        width: 250px;
    }

    .enterprise_practice_section .dubai_ban_vector.left_bottom,
    .dubai_ban_vector.top_left,
    .specialist_depth_section .dubai_ban_vector.top_right,
    .dubai_ban_vector.top_left,
    .frequently_section .dubai_ban_vector.top_right,
    .dubai_ban_vector.top_left {
        width: 300px;
    }

    .time_line_section .dubai_ban_vector.top_right {
        width: 150px;
    }

    .specialist_depth_section .dubai_ban_vector.top_left {
        width: 200px;
    }

    .regional_card .regional_left h2 {
        font-size: 18px;
    }
}




@media screen and (max-width: 500px) {
    .top_sec_left h2 {
        font-size: 12px;
    }

    .enterprise_center {
        margin-top: 15px;
    }

    .office_card .text h2 {
        font-size: 11px;
        margin: 6px 0px;
    }

    .office_card .text h1 {
        line-height: normal;
    }

    .office_card img {
        width: 28px;
        margin-top: 4px;
    }

    .dubai_ban_vector.left_bottom {
        width: 200px;
    }

    .dubai_ban_vector.top_right {
        width: 230px;
    }

    .enterprise_practice_section .dubai_ban_vector.left_bottom,
    .dubai_ban_vector.top_left,
    .specialist_depth_section .dubai_ban_vector.top_right,
    .dubai_ban_vector.top_left,
    .frequently_section .dubai_ban_vector.top_right,
    .dubai_ban_vector.top_left {
        width: 250px;
    }

}

@media screen and (max-width: 450px) {
    .dubai_details ul li {
        font-size: 20px;
    }

    .dubai_details ul li span {
        font-size: 10px;
    }


}

@media screen and (max-width: 400px) {
    .dubai_banner_patch .banner_main_title {
        font-size: 9px;
    }
}

@media screen and (max-width: 350px) {
    .dubai_banner_patch .banner_main_title {
        font-size: 8px;
    }
}