/*-----------------------------------Home Page header Css Start --------------------------------*/
body.front-page {
    margin-top: 0;
}

.home_header_nav {
    width: 100%;
    height: 8.813rem;
    background: rgb(0 0 0 / 20%);
    backdrop-filter: saturate(180%) blur(10px);
    position: absolute;
    z-index: 15;
    max-width: 1920px;
}

.home_logo {
    width: 7%;
    height: 75%;
    color: white;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-left: 7rem;
    cursor: pointer;
}

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

.home_header_nav_head {
    padding-right: 4rem;
    width: 55%;
    height: 6.438rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home_header_lang {
    background: #FFFFFF;
    color: black;
    border: none;
    outline: none;
    padding-top: 0px;
    padding-left: 21px;
    padding-right: 21px;
    padding-bottom: 0.5em;
    border-radius: 0.375rem;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

.home_header_interest {
    background: #F26722;
    color: white;
    border: none;
    outline: none;
    padding-top: 0px;
    padding-left: 21px;
    padding-right: 21px;
    padding-bottom: 0.4em;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    cursor: pointer;
    text-decoration: none;
}

.home_header_interest span.home_btnText {
    width: 175px;
}

.home_header_interest_mobile {
    display: none;
}

.home_btnText {
    font-size: 1.125rem;
    font-family: DINNextLTArabicMedium;
}

.home_header_btn_container {
    display: flex;
    gap: 2rem;
    margin-right: 2rem;
    justify-content: flex-end;
}

.home_topnav {
    padding-right: 1rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.home_topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 0px 16px;
    text-decoration: none;
    font-size: 1.375rem;
    font-family: DINNextLTArabicRegular;
}

.home_active {
    color: rgb(255, 102, 0) !important;
}

.home_topnav .dropdown path {
    fill: #ffffff;
}

.home_topnav .icon {
    display: none;
}

.home_dropdown {
    float: left;
    overflow: hidden;
}

.home_dropbtn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.home_dropbtn span {
    font-size: 1.375rem;
    font-family: DINNextLTArabicRegular;
}

.home_dropdown .home_dropbtn {
    font-size: 1.375rem;
    border: none;
    outline: none;
    color: white;
    padding: 0px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    font-family: DINNextLTArabicRegular;
}

.home_arrowdown {
    margin-top: 0.5rem;
}

.home_arRight {
    margin-top: 0.3rem;
}

.home_dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f980;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    top: 8rem;
    border-radius: 0.5rem;
    max-width: 250px;
    word-break: break-all;
    white-space: normal;
}

.home_dropdown-content li > a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 1.375rem;
    font-family: DINNextLTArabicRegular;
}

.home_topnav a:hover, .home_dropdown:hover .home_dropbtn, .home_dropdown-content li:hover {
    color: rgb(255, 102, 0);
}
/*-----------------------------------Home Page header Css End ----------------------------------*/
/*=======================================Common Header for About US, IdeaJourney, Programs and Services CSS has Started==========================================*/
  
.header_container {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1920px;
}

.header_nav {
    width: 100%;
    height: 8.813rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    z-index: 5;
    max-width: 1920px;
    margin: auto;
}

.mb_header_nav {
    height: 6.813rem;
    width: 100%;
    display: none;
}

.logo {
    width: 7%;
    height: 65%;
    color: white;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-left: 7.5%;
}

.logo_arb {
    margin-left: 0;
    margin-right: 7rem;
}

.header_nav_head_arb {
    padding-right: 0rem;
    padding-left: 4rem;
}

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

.header_nav_head {
    padding-right: 7.5%;
    width: 55%;
    height: 6.438rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header_lang {
    background: #636466;
    color: white;
    border: none;
    outline: none;
    /* padding: 4px 21px; */
    padding-top: 0px;
    padding-left: 21px;
    padding-right: 21px;
    padding-bottom: 0.5em;
    border-radius: 0.375rem;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

.header_interest {
    background: #F26722;
    color: white;
    border: none;
    outline: none;
    /* padding: 4px 21px; */
    padding-top: 0px;
    padding-left: 21px;
    padding-right: 21px;
    padding-bottom: 0.4em;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    cursor: pointer;
    justify-content: center;
    text-decoration: none;
    max-height: 45px;
    width: 280px;
}

.header_interest div.btnText {
    min-width: 176px;
}

.btnText {
    font-size: 1.125rem;
    font-family: DINNextLTArabicMedium;
}

.header_btn_container {
    display: flex;
    gap: 2rem;
    margin-right: 0rem;
    justify-content: flex-end;
    max-height: 3rem;
}

.topnav {
    padding-right: 0rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.topnav a {
    float: left;
    display: block;
    color: #636466;
    text-align: center;
    padding: 0px 16px;
    text-decoration: none;
    font-size: 1.375rem;
    font-family: DINNextLTArabicRegular;
}

  /* change made my jr */

        /* for bug 2082 */
.topnav li:last-child a {
    padding: 0;
}
      /* change made my jr end*/
.active {
    color: white;
}

.topnav .icon {
    display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropbtn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.dropbtn a {
    font-size: 1.375rem;
    font-family: DINNextLTArabicRegular;
    padding: 0;
    text-decoration: none;
}

.dropdown .dropbtn {
    font-size: 1.375rem;
    border: none;
    outline: none;
    color: #636466;
    padding: 0px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    font-family: DINNextLTArabicRegular;
}

.arrowdown {
    margin-top: 0.5rem;
}

.dropdown:hover path {
    fill: #F26722;
}

.arRight {
    margin-top: 0.3rem;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f980;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    top: 8.2em;
    border-radius: 0.5rem;
    max-width: 250px;
    word-break: break-all;
    white-space: normal;
}

.dropdown-content li > a {
    float: none;
    color: black;
    padding: 12px 16px !important;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 1.375rem;
    font-family: DINNextLTArabicRegular;
    word-break: break-word;
}

.topnav a:hover,
  .dropdown:hover .dropbtn,
  .dropdown:hover .dropbtn a,
  .dropdown-content li:hover {
    color: rgb(255, 102, 0);
}

.hamburger-bg {
    display: none;
    position: fixed;
    width: 100%;
    max-width: 100vw;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.64);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    overflow-x: hidden;
}

.hamberger-nav {
    background-color: #fff;
    width: 76%;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    overflow-y: overlay;
    bottom: 0;
    overflow-x: hidden;
}

.mb-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    margin-top: 9rem;
    margin-left: 1.25rem;
    gap: 1.313rem;
}

.mb_heading {
    display: flex;
    gap: 0.25rem;
    align-items: center;
    cursor: pointer;
}

img.subArrow_mb {
    margin-top: 0.525rem;
}

.mb-nav a,
  .mb_heading span,
  .mb-nav div.dropdown span {
    font-size: 1.25rem;
    font-family: DINNextLTArabicRegular;
    color: #636466;
    cursor: pointer;
    text-decoration: none;
}

.mb-nav a:hover,
  .mb-nav div.dropdown span:hover,
  .mb_heading span:hover {
    color: rgb(255, 102, 0);
    ;
    font-family: DINNextLTArabicBold;
}

.mb_header_interest {
    background: #F26722;
    color: white;
    border: none;
    outline: none;
    padding: 4px 21px;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 13.75rem;
    height: 2.813rem;
    text-decoration: none;
}

.mb_header_interest span.btnText {
    font-family: DINNextLTArabicMedium;
    font-size: 1.125rem;
}

.mb_header_lang {
    background: #636466;
    color: white;
    border: none;
    outline: none;
    padding: 4px 21px;
    border-radius: 0.375rem;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 2.813rem;
    text-decoration: none;
}

.mb_header_lang span.btnText {
    font-size: 1.5rem;
    padding-bottom: 0.625rem;
}

.burger-close {
    position: fixed;
    right: 1.625rem;
    top: 2.813rem;
    height: 1.25rem;
    width: 1.25rem;
    cursor: pointer;
    z-index: 6;
}

.burger-close img {
    width: 100%;
}

.hamburger-menu {
    display: none;
    position: absolute;
    right: 1.625rem;
    top: 2.813rem;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
}

.mb_service_container,
  .mb_program_container {
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    gap: 1.25rem;
    display: none;
}

.mb_service_container a,
  .mb_program_container a {
    font-size: 1rem;
    max-width: 100%;
}

.mb-cta {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 1.25rem;
    margin: 5rem 0;
}

.current {
    color: #F26722 !important;
}

.current path {
    fill: #F26722;
}

/* Careers Css has been started */
.careers_body .header_container {
    height: 100vh;
    position: relative;
}

.careers_body .header_nav {
    position: fixed;
    background: linear-gradient(15deg, #ffff, transparent);
    backdrop-filter: saturate(180%) blur(21px);
    z-index: 15;
}

.careers_body .header_lang {
    border: none;
}
/* Careers Css has been ended */
  
  /*=======================================Common Header for About US, IdeaJourney, Programs and Services CSS has Ended==========================================*/
  
  /*=======================================Common footer for About US, IdeaJourney, Programs and Services CSS has Started==========================================*/
  
.tab_foot_2_and_3 {
    display: none;
}

.socials_tab_icons {
    display: none;
}

.tab_svg {
    display: none !important;
}

.tab_footer_bottom {
    display: none;
}

.home_footer {
    width: 100%;
}

.footer {
    padding: 3rem 0rem;
    width: 90%;
    align-items: center;
        /* background-image: url('../assets/images/completeSeven.svg'); */
    background-size: contain;
    background-repeat: no-repeat;
}

.footer_container {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    padding: 0 3.5rem;
    padding-top: 5.3rem;
    justify-content: space-between;
    position: relative;
    gap: 3rem;
}

.desktop_seven {
    display: block;
    position: absolute;
    top: 3rem;
    width: 93%;
    z-index: -1;
}

.footer_cont1 {
    flex: 1;
}

.mob_svg, .mob_land_svg {
    display: none;
}

.footer_cont2 {
    flex: 1;
}

.footer_cont3 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer_comp {
    margin-bottom: 1rem;
}

.footer_compList_responsive {
    display: none;
}

.footer_compList {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.5rem;
    gap: 0 1.8rem;
}

.compList_cont {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    text-align: left;
    font-size: 20px;
    letter-spacing: 0px;
    color: #636466;
    opacity: 1;
}

.compList_cont a {
    cursor: pointer;
    height: 44px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: HelveticaNeueLTRegular;
    color: #636466;
    text-decoration: none;
}

.compList_cont a:hover {
    color: #F26722;
}

.seperator {
    display: none;
}

.subscribe_btn {
    display: block;
    margin-top: 3.75rem;
    width: 220px;
    height: 72px;
    background: #F26722 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    text-align: center;
    letter-spacing: 0px;
    font-size: 1.5rem;
    color: #FFFFFF;
    opacity: 1;
    outline: none;
    border: none;
      /* font-family: DINNextLTArabicMedium; */
}

.mail_input {
    border: 1px solid #636466;
    border-radius: 6px;
    margin-top: 1.5rem;
    width: 348px;
    height: 55px;
    padding: 0 1rem;
    -webkit-user-select: auto;
}

.footer_cont1 div.text_1 {
    width: 348px;
    text-align: left;
    font-size: 24px;
    letter-spacing: 0px;
    color: #636466;
    opacity: 1;
    font-family: DINNextLTArabicRegular;
}

.footer_cont3 a {
    height: 57%;
}

.footer_cont3 div.box {
    height: 100%;
    width: 100%;
    margin-top: 1rem;
    background-size: 100% 100%;
    background-position-x: right;
    background-repeat: no-repeat;
}

.footer_cont3 div.box img {
    object-fit: contain;
}

.socials {
    margin-top: 5rem;
}

.privacy_terms {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex: 1;
    align-items: center;
}

.privacy_terms a {
    cursor: pointer;
    text-decoration: none;
    color: #636466;
}

.copyright {
    display: flex;
    justify-content: flex-end;
    flex: 1;
}

.footer_bottom {
    width: 100%;
    gap: 3rem;
    padding: 0 3.5rem;
    max-width: 1920px;
    font-size: 18px;
    opacity: 48%;
    margin-top: 2.75rem;
}

.svg-line {
    position: absolute;
    width: 92vw;
    top: -1%;
    right: 0%;
    max-width: 1920px;
    z-index: -1;
}

.gap {
    flex: 1;
}

.svg-bg {
    position: relative;
}

.svg-clip {
    position: absolute;
    bottom: 0rem;
    right: 0;
    width: 30vw;
}

.socials_icons {
    display: flex;
    gap: 10px;
    margin-top: 1.4rem;
}

.socials_text, .address_text, .footer_comp {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: DINNextLTArabicBold;
    color: #636466;
    ;
}

        
  
  /*=======================================Common footer for About US, IdeaJourney, Programs and Services CSS has Ended==========================================*/
  
  /* Media queries for desktop responsive */
@media only screen and (max-width: 1600px) {
/*-----------------------------------Home Page header Css Start --------------------------------*/
    .home_header_nav {
        height: 6.5rem;
    }

    .home_header_nav_head {
        height: 5rem;
    }

    .home_header_lang {
        padding-top: 0px;
        padding-left: 21px;
        padding-right: 21px;
        padding-bottom: 0.5em;
    }

    .home_logo {
        width: 6rem;
        height: 5rem;
    }

    .home_topnav a,.home_topnav .dropbtn a, .home_btnText, .home_dropbtn span, .home_dropdown-content li {
        font-size: 1rem;
    }

    .home_dropdown-content {
        top: 6.2rem;
    }
/*-----------------------------------Home Page header Css End ----------------------------------*/
    
  /*=======================================Common Header for About US, IdeaJourney, Programs and Services CSS has Started==========================================*/
  
    .header_nav {
        height: 7.813rem;
    }

    .logo {
        margin-left: 7.5%;
        height: 60%;
    }

    .header_nav_head {
        height: 5rem;
    }

    .header_lang {
        padding-top: 0px;
        padding-left: 21px;
        padding-right: 21px;
        padding-bottom: 0.5em;
    }

    .topnav a,
  .btnText,
  .dropbtn span,
  .dropdown-content li, .dropdown-content li > a {
        font-size: 1rem;
    }

    .dropdown-content {
        top: 6.6em;
    }
  
  /*=======================================Common Header for About US, IdeaJourney, Programs and Services CSS has Ended==========================================*/
  
  /*=======================================Common footer for About US, IdeaJourney, Programs and Services CSS has Started==========================================*/
    .footer_container {
        padding: 0 3rem;
        padding-top: 1.3rem;
    }

    .desktop_seven {
        display: block;
        position: absolute;
        top: 0rem;
        width: 91%;
    }

    .footer_cont1 div.text_1 {
        font-size: 1.125rem;
    }

    .socials_text, .address_text, .footer_comp {
        font-size: 1.125rem;
    }

    .compList_cont a {
        font-size: 0.8rem;
    }

    .compList_cont a {
        height: 35px;
    }

    .mail_input {
        margin-top: 1.2rem;
        width: 310px;
        height: 50px;
    }

    .subscribe_btn {
        margin-top: 1.75rem;
        width: 200px;
        height: 51px;
    }

    .footer_bottom {
        margin-top: 1.75rem;
    }

    .privacy_terms a {
        font-size: 0.8rem;
    }

    .copyright {
        font-size: 0.8rem;
    }
  
  /*=======================================Common footer for About US, IdeaJourney, Programs and Services CSS has Ended==========================================*/
}
  
  /* Media queries for Mac having resolution 1366 * 625 */
@media only screen and (max-width: 1370px) and (min-width: 1360px) and (max-height: 630px) and (min-height: 620px) {
    .footer {
        padding-top: 10rem;
    }
}
  
  /* Handling sticky nav bar for the screens having width less or equal to 1200px */
@media only screen and (max-width: 1200px ) {
    .header_nav {
        position: absolute;
    }
}
  
  /* Media queries for tablet responsive */
@media only screen and (max-width: 1200px ) and (min-height: 920px) {
    /*-----------------------------------Home Page header Css Start --------------------------------*/
    .home_header_nav {
        height: 6.5rem;
    }

    .home_logo {
        width: 6rem;
        height: 5rem;
        margin-left: 4rem;
    }

    .home_header_nav_head {
        display: none;
    }

    .home_header_lang {
        padding: 2px 21px;
    }

    .home_topnav a, .home_topnav .dropbtn a, .home_btnText, .home_dropbtn span, .home_dropdown-content li {
        font-size: 1rem;
    }

    .home_dropdown-content {
        top: 5.5rem;
    }
   /*-----------------------------------Home Page header Css End ----------------------------------*/

  /*=======================================Common Header for About US, IdeaJourney, Programs and Services CSS has Started==========================================*/
  
    .header_nav_head {
        display: none !important;
    }

    .landingview {
        margin-top: 0rem;
    }

    .logo {
        margin-left: 1.5rem;
        width: 4.625rem;
    }

    .hamburger-menu {
        display: block;
    }

    .header_nav {
        display: none;
        height: 6.813rem !important;
    }

    .mb_header_nav {
        display: flex;
    }

    .logo {
        margin-left: 2rem;
    /* width: 5.625rem; */
        width: 100px;
        height: 65%;
    }

    .topnav a,
  .btnText,
  .dropbtn span,
  .dropdown-content li {
        font-size: 0.8rem;
    }
  /*=======================================Common Header for About US, IdeaJourney, Programs and Services CSS has Ended==========================================*/
  
  /*=======================================Common footer for About US, IdeaJourney, Programs and Services CSS has Started==========================================*/
    .footer_container {
        padding: 0;
        flex-direction: column;
    }

    .desktop_seven {
        display: none;
    }

    .footer {
        background-image: none;
        width: 100%;
        padding-top: 6rem;
    }

    .footer_cont1 {
        background-color: #F7F7F7;
        padding: 1.9rem 4.094rem 1.9rem 4.75rem;
        position: relative;
        height: 261px;
    }

    .footer_cont1 div.text_1 {
        width: 100%;
        font-size: 1.25rem;
    }

    .mail_input {
        width: 100%;
        background-color: transparent;
        margin-top: 1.813rem;
    }

    .subscribe_btn {
        font-size: 1.125rem;
        margin-top: 2.75rem;
    }

    .socials {
        display: none;
    }

    .tab_svg {
        display: block !important;
        position: absolute;
        top: -3rem;
        right: 4rem;
        z-index: -1;
    }

    .footer_cont2 {
        padding: 1.5rem;
        display: none;
    }

    .footer_cont3 {
        display: none;
        padding: 1.5rem;
    }

    .tab_foot_2_and_3 {
        display: flex;
        width: 100%;
        padding: 1.5rem 4.094rem 1.5rem 4.75rem;
        justify-content: space-between;
    }

    .socials_tab_icons {
        display: flex;
        gap: 2.188rem;
        padding-top: 6rem;
        padding-bottom: 1.25rem;
    }

    .socials_tab_icons a img {
        width: 2.25rem;
        height: 2.25rem;
        cursor: pointer;
    }

    div.box {
        height: 222px;
        width: 268px;
        margin-top: 1rem;
        background-size: 100% 100%;
        background-position-x: right;
        background-repeat: no-repeat;
        margin: auto;
    }

    .footer_bottom {
        margin-top: 1.75rem;
        padding: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        display: none;
    }

    .tab_footer_bottom {
        display: flex;
        margin-top: 1.75rem;
        padding: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        opacity: 0.48;
    }

    .footer_compList {
        display: none;
    }

    .footer_compList_responsive {
        display: flex;
        justify-content: flex-start;
        width: 330px;
        margin-top: 0.5rem;
        justify-content: space-between;
    }

    .compList_cont a {
        height: 25px;
        font-size: 1rem;
    }

    .address_text {
        margin-bottom: 1.125rem;
    }

    .socials_text, .address_text, .footer_comp {
        font-size: 1.375rem;
    }

    .privacy_terms {
        gap: 1.844rem;
    }

    .privacy_terms a {
        font-size: 1rem;
    }

    .copyright {
        font-size: 1rem;
    }

    .mail_input {
        width: 100%;
    }

    .tab_foot_2_and_3 {
        padding: 3rem 4.094rem 1.5rem 4.75rem;
    }

    .footer_cont1 div.text_1 {
        font-size: 1.25rem;
    }

    .socials_text, .address_text, .footer_comp {
        font-size: 1.375rem;
    }

    .tab_svg {
        display: block !important;
        position: absolute;
        top: -3rem;
        right: 0rem;
    }
  /*=======================================Common footer for About US, IdeaJourney, Programs and Services CSS has Ended==========================================*/
}
  
  /* Media queries for resolution greater than 1220 and less than 1300 */
@media only screen and (min-width: 1221px) and (max-width: 1299px) {
    .footer {
        width: 93%;
    }
}

  /* tab handling css */
  
  
@media only screen and (min-width: 720px) {
    .tab_svg {
        top: -1.5rem;
        height: 21.5rem;
    }
}

@media only screen and (min-width: 800px) {
    .tab_svg {
        top: -2.5rem;
        height: 23.5rem;
    }
}

@media only screen and (min-width: 900px) {
    .tab_svg {
        top: -3rem;
        height: 26.5rem;
    }

    .tab_foot_2_and_3 {
        padding-top: 3.5rem;
    }
}

@media only screen and (min-width: 950px) {
    .tab_foot_2_and_3 {
        padding-top: 5rem;
    }

    .tab_svg {
        height: 28rem;
    }
}
  
  /* Media queries for tablet landscape responsive */
@media only screen and (min-width: 920px ) and (max-width: 1220px ) and (max-height: 1200px) and (orientation: landscape) {
  
  /*=======================================Common Header for About US, IdeaJourney, Programs and Services CSS has Started==========================================*/
  
  
  /*=======================================Common Header for About US, IdeaJourney, Programs and Services CSS has Ended==========================================*/
  
  /*=======================================Common footer for About US, IdeaJourney, Programs and Services CSS has Started==========================================*/
    .header_nav_head {
        width: 65%;
    }

    .footer {
        padding: 1rem 0rem;
        width: 95%;
    }

    .footer_container {
        padding-top: 2.3rem;
        padding-left: 1.3rem;
    }

    .desktop_seven {
        display: block;
        top: 1.6rem;
    }

    .footer_cont3 div.box {
        height: 83%;
        width: 90%;
    }

    .footer_cont1 div.text_1 {
        font-size: 1rem;
        width: auto;
    }

    .socials_text, .address_text, .footer_comp {
        font-size: 1rem;
    }

    .compList_cont a {
        font-size: 1rem;
    }

    .compList_cont a {
        height: 35px;
        line-height: 1.2;
    }

    .mail_input {
        margin-top: 1.2rem;
        width: 270px;
        height: 50px;
    }

    .subscribe_btn {
        margin-top: 1.75rem;
        width: 200px;
        height: 51px;
    }

    .footer_bottom {
        margin-top: 1.75rem;
        padding: 0 1.5rem;
    }

    .privacy_terms a {
        font-size: 0.8rem;
    }

    .copyright {
        font-size: 0.8rem;
    }
  
  /*=======================================Common footer for About US, IdeaJourney, Programs and Services CSS has Ended==========================================*/
}

@media only screen and (min-width: 920px) and (max-width: 1200px) and (max-height: 1200px) and (orientation: landscape) {
    /*-----------------------------------Home Page header Css Start --------------------------------*/
    .home_header_nav {
        height: 6.5rem;
    }

    .home_logo {
        width: 6rem;
        height: 5rem;
        margin-left: 4rem;
    }

    .home_header_nav_head {
        display: block;
        padding-right: 1rem;
        width: 65%;
    }

    .home_header_lang {
        padding-top: 0px;
        padding-left: 21px;
        padding-right: 21px;
        padding-bottom: 0.5em;
    }

    .home_topnav a, .home_topnav .dropbtn a, .home_btnText, .home_dropbtn span, .home_dropdown-content li {
        font-size: 1rem;
    }

    .home_dropdown-content {
        top: 5.5rem;
    }
 /*-----------------------------------Home Page header Css End ----------------------------------*/
}
  
  /* Media queries for Mobile responsive */
@media only screen and (max-width: 720px) {
   /*-----------------------------------Home Page header Css Start --------------------------------*/
    .home_header_nav {
        height: 6rem;
    }

    .home_header_nav_head {
        display: none;
    }

    .home_logo {
        width: 5rem;
        height: 4rem;
        margin-left: 2rem;
    }

    .home_header_interest_mobile {
        background: #F26722;
        color: white;
        border: none;
        outline: none;
        padding: 4px 21px;
        border-radius: 0.375rem;
        display: flex;
        align-items: center;
        gap: 0.8rem;
        cursor: pointer;
        position: absolute;
        top: 80%;
        left: 57%;
        transform: translate(-80%, -57%);
        width: 62%;
        text-decoration: none;
        padding-bottom: 0.5em;
    }
    /*-----------------------------------Home Page header Css End ----------------------------------*/
  
  /*=======================================Common Header for About US, IdeaJourney, Programs and Services CSS has Started==========================================*/
    html, body {
        overflow-x: hidden;
    }

    .header_nav_head {
        display: none !important;
    }

    .logo {
      /* margin-left: 1.5rem;
      width: 4.625rem; */
        margin-left: 1.5rem;
        width: 85px;
        height: 55%;
    }

    .header_nav {
        display: none;
        height: 6.813rem !important;
    }

    .mb_header_nav {
        display: flex;
    }

    .hamburger-menu {
        display: block;
    }
  /*=======================================Common Header for About US, IdeaJourney, Programs and Services CSS has Ended==========================================*/
  
  /*=======================================Common footer for About US, IdeaJourney, Programs and Services CSS has Started==========================================*/
    .footer_container {
        padding: 0;
        flex-direction: column;
    }

    .desktop_seven {
        display: none;
    }

    .footer {
        background-image: none;
        width: 100%;
        padding-top: 6rem;
    }

    .footer_cont1 {
        background-color: #F7F7F7;
        padding: 1.5rem;
        position: relative;
    }

    .privacy_terms {
        gap: 0.5rem;
    }

    .seperator {
        display: block;
    }

    .socials {
        display: none;
    }

    .footer_cont3 div.box img {
        object-fit: cover;
        border-radius: 1rem;
    }

    .mob_svg {
        display: block;
        position: absolute;
        top: -2.5rem;
        width: 21rem;
        right: 1rem;
        z-index: -5;
    }

    .mob_land_svg {
        display: none;
    }

    .footer_cont2 {
        padding: 1.5rem;
        padding-bottom: 0.313rem;
    }

    .footer_cont3 {
        padding: 1.5rem;
        padding-top: 0.313rem;
    }

    .footer_cont3 div.box {
        height: 260px;
        width: 100%;
        margin-top: 1rem;
        background-size: 100% 100%;
        background-position-x: right;
        background-repeat: no-repeat;
    }

    .socials_tab_icons {
        display: block;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .footer_bottom {
        margin-top: 1rem;
        padding: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }

    .footer_compList {
        display: none;
    }

    .footer_compList_responsive {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        margin-top: 0.5rem;
        gap: 0 4rem;
    }

    .compList_cont a {
        height: 25px;
    }
  
  /*=======================================Common footer for About US, IdeaJourney, Programs and Services CSS has Ended==========================================*/
}
  
  /* MObile responsive media queries for landscape mode */
@media only screen and (max-width: 900px) and (max-height: 900px) and (orientation: landscape) {
/*-----------------------------------Home Page header Css Start --------------------------------*/
    .home_header_nav {
        height: 6rem;
    }

    .home_header_nav_head {
        display: none;
    }

    .home_logo {
        width: 5rem;
        height: 4rem;
        margin-left: 2rem;
    }

    .home_header_interest_mobile {
        background: #F26722;
        color: white;
        border: none;
        outline: none;
        padding: 4px 21px;
        border-radius: 0.375rem;
        display: flex;
        align-items: center;
        gap: 0.8rem;
        cursor: pointer;
        position: absolute;
        top: 80%;
        left: 36%;
        transform: translate(-80%, -36%);
        width: 35%;
        text-decoration: none;
    }
   /*-----------------------------------Home Page header Css End ----------------------------------*/
   
  /*=======================================Common Header for About US, IdeaJourney, Programs and Services CSS has Started==========================================*/
    .header_nav_head {
        display: none !important;
    }

    .logo {
        margin-left: 1.5rem;
        width: 4.625rem;
    }

    .header_nav {
        display: none;
        height: 6.813rem !important;
    }

    .mb_header_nav {
        display: flex;
    }

    .hamburger-menu {
        display: block;
    }
  
  /*=======================================Common Header for About US, IdeaJourney, Programs and Services CSS has Ended==========================================*/
  
  /*=======================================Common footer for About US, IdeaJourney, Programs and Services CSS has Started==========================================*/
    .footer_container {
        padding: 0;
        flex-direction: column;
    }

    .desktop_seven {
        display: none;
    }

    .footer {
        background-image: none;
        width: 100%;
        padding-top: 6rem;
    }

    .footer_cont1 {
        background-color: #F7F7F7;
        padding: 1.5rem;
        position: relative;
    }

    .socials {
        display: none;
    }

    .privacy_terms {
        gap: 0.5rem;
    }

    .seperator {
        display: block;
    }

    .mob_svg {
        display: none;
    }

    .footer_cont3 div.box img {
        object-fit: cover;
        border-radius: 1rem;
    }

    .mob_land_svg {
        display: block;
        position: absolute;
        top: -3.5rem;
        width: 40rem;
        left: 1em;
        z-index: -5;
        height: 25rem;
    }

    .footer_cont2 {
        padding: 1.5rem;
    }

    .footer_cont3 {
        padding: 1.5rem;
    }

    .footer_cont3 div.box {
        height: 260px;
        width: 100%;
        margin-top: 1rem;
        background-size: 100% 100%;
        background-position-x: right;
        background-repeat: no-repeat;
    }

    .socials_tab_icons {
        display: block;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .footer_bottom {
        margin-top: 1.75rem;
        padding: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }

    .footer_compList {
        display: none;
    }

    .footer_compList_responsive {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        margin-top: 0.5rem;
        gap: 0 4rem;
    }

    .compList_cont a {
        height: 25px;
    }
  /*=======================================Common footer for About US, IdeaJourney, Programs and Services CSS has Ended==========================================*/
}

@media only screen and (max-width: 1200px) {
  
    .header_nav_head {
        width: 41rem;
    }

    .topnav {
        padding-right: 0%;
    }

    .header_btn_container {
        margin-right: 0rem;
    }

    .topnav a {
        text-align: right;
    }

    .header_nav {
        position: absolute;
    }
}

@media only screen and (max-width: 375px) {

    .home_btnText {
        font-size: 0.825rem;
    }
}

@media only screen and (max-width: 335px) {
    .home_header_interest_mobile {
        top: 85%;
        left: 63%;
        transform: translate(-80%, -63%);
        width: 70%;
        text-decoration: none;
    }
}
