.idea_journey_container {
    width: 100%;
    max-width: 1920px;
}

#container {
    display:flex;
    flex-wrap:wrap;
    /* flex-direction:column; */
    position: relative;
}

#mb_map {
  display: none;
}
.mb_svg_container {
  display: none;
}

.downArrow_mb, .upArrow_mb {
  display: none;
}
  .inner_container{
    margin-top: 7em;
  }

  #map {
    width: 3541px;
    height: 717px;
  }

  .downArrow {
    position: absolute;
    top: 21.5rem;
    left: 67rem;
  }

  .upArrow {
    position: absolute;
    top: 11.5rem;
    left: 103.5rem;
  }

  .fourthArrow {
    position: absolute;
    top: 26rem;
    left: 143rem;
  }

  .ideaJounery {
    width: 28.875rem;
    position: absolute;
    top: 12rem;
    left: 7.5%;
  }

  .ideaJounery .head {
    color: #F26722;
    font-size: 5.125rem;
    font-family: DINNextLTArabicMedium;
    line-height: 1;
  }

  .ideaJounery .subHead {
    color: #636466;
    font-size: 2rem;
    font-family: DINNextLTArabicRegular;
    line-height: 1;
    margin-top: 1.5rem;
  }

  .section1{
    position: absolute;
    top: 19rem;
    left: 43rem;
  }

  .section2 {
    position: absolute;
    top: 30rem;
    left: 77rem;
  }

  .section3 {
    position: absolute;
    top: 16rem;
    left: 108rem;
    border-radius: 4rem;
    z-index: -5;
  }

  .section3_arrow {
    position: absolute;
    top: 20rem;
    left: 110rem;
  }

  .sec3_arrowInner{
    position: relative;
  }

  .section4{
    position: absolute;
    top: 21rem;
    left: 160rem;
  }

  .inner_sections {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .orangeCricle {
    background-image: url('../../assets/images/english/rectangle.jpg');
  }

  .circleJourney {
    width: 13.938rem;
    height: 13.938rem;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
  }

  .sec3_cirlce {
    width: 13.938rem;
    height: 13.938rem;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
  }

  .numberCircle3 {
    position: absolute;
    right: 0px;
    top: 2rem;
  }

  .numberCircle {
    background-image: url('../../assets/images/english/numberCircle.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 3.75rem;
    height: 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .circleImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .numberCircle .number {
    color: #FFFFFF;
    font-size: 1.938rem;
    font-family: DINNextLTArabicMedium;
    margin-bottom: 10%;
  }

  .linepointer {
    width: 0.5rem;
  }

  .sec1_head_cont {
    width: 15.938rem;
    position: absolute;
    bottom: -6rem;
    left: 8rem;
  }

  .sec2_head_cont {
    width: 15.938rem;
    position: absolute;
    top: -14rem;
    left: 9rem;
  }

  .sec4_head_cont {
    width: 15.938rem;
    position: absolute;
    top: -6rem;
    left: 8rem;
  }

  .headSecJourney {
    color: #0066B3;
    font-size: 2rem;
    line-height: 1;
    font-family: DINNextLTArabicRegular;
    font-weight: bold;
  }

  .subheadSecJourney {
    color: #636466;
    font-size: 1.125rem;
    line-height: 1;
    font-family: DINNextLTArabicRegular;
    margin-top: 1rem;
  }

  .arrCircle1 {
  position: absolute;
  bottom: -2rem;
  }

  .arrCircle2 {
    position: absolute;
    bottom: 3rem;
    left: 10rem;
  }

  .arrCircle3 {
  position: absolute;
  top: -2rem;
  right: -2rem;
  }

  .circleOnArrow {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    width: 5rem;
    height: 5rem;
    /* overflow: hidden; */
    border-radius: 3rem;
  }

  .sec3ArrowTitle {
    color: #0066B3;
    font-size: 1.5rem;
    line-height: 1;
    font-family: DINNextLTArabicRegular;
    font-weight: bold;
  }

  .arrTitle1 {
    position: absolute;
    top: 6rem;
    left: 1rem;
  }

  .arrTitle2 {
    position: absolute;
    top: 2rem;
    left: 6rem;
  }

  .arrTitle3 {
    position: absolute;
    top: 2rem;
    left: 6rem;
  }

/* Media queries for desktop responsive */
@media only screen and (max-width: 1600px) {
  .inner_container {
    margin-top: 2em;
  }

  #map {
    width: 2977px;
    height: 642px;
  }
  .ideaJounery {
    width: 22.875rem;
    left: 7.5%;
  }

  .ideaJounery .head {
    font-size: 4rem;
  }
  .ideaJounery .subHead {
    font-size: 1.5rem;
  }

  .section1 {
    top: 13rem;
    left: 34rem;
  }

  .circleJourney, .sec3_cirlce {
    width: 10.938rem;
    height: 10.938rem;
  }

  .numberCircle {
    width: 2.75rem;
    height: 2.75rem;
  }
  .numberCircle .number {
    font-size: 1.5rem;
  }

  .sec1_head_cont{
    bottom: -4.2rem;
    left: 7rem;
  }

  .headSecJourney {
    font-size: 1.5rem;
  }

  .subheadSecJourney {
    font-size: 1rem;
  }

  .downArrow {
    position: absolute;
    top: 15.5rem;
    left: 54rem;
  }

  .downArrow img {
    width: 80%;
  }

  .section2 {
    top: 23rem;
    left: 63rem;
  }

  .sec2_head_cont {
    top: -10rem;
    left: 7rem;
  }

  .upArrow {
    position: absolute;
    top: 6.5rem;
    left: 86.5rem;
  }

  .upArrow img {
    width: 10rem;
  }

  .numberCircle3 {
    top: 0;
  }

  .section3 {
    top: 10.5rem;
    left: 91rem;
  }

  .section3_arrow {
    top: 13rem;
    left: 92rem;
  }

  .circleOnArrow {
    width: 4rem;
    height: 4rem;
  }

  .arrowPath {
    width: 14em;
  }

  .arrCircle2 {
    bottom: 3rem;
    left: 9rem;
  }

  .arrTitle3, .arrTitle2 {
    left: 5rem
  }
  .arrTitle1 {
    top: 5rem;
  }

  .sec3ArrowTitle {
    font-size: 1.2rem;
  }

  .fourthArrow {
    top: 20rem;
    left: 122.5rem;
  }

  .fourthArrow img {
    width: 10em;
  }

  .section4 {
    top: 16rem;
    left: 138rem;
  }

  .sec4_head_cont {
    top: -5rem;
    left: 6.5rem;
  }

}

/* Media queries for tablet responsive */
@media only screen and (max-width: 1200px ) and (min-height: 920px) {
  .downArrow, .fourthArrow, .upArrow {
    display: none;
  }

  .downArrow_mb, .upArrow_mb {
    display: block;
  }

  .inner_container {
    margin-top: 2em;
    width: 100%;
  }

  #map {
    display: none;
  }

  .mb_svg_container {
    display: block;
    position: relative;
  }

  #mb_map {
    display: block;
    margin-top: 2em;
    margin-left: 22%;
    
  }
  
  .ideaJounery {
    top: 2rem;
    left: 1.5rem;
    width: 19.875rem;
    margin-left: 1.5em;
    position: static;
  }

  .ideaJounery .head {
    font-size: 3rem;
    line-height: 3rem;
  }

  .ideaJounery .subHead {
    font-size: 1.125rem;
    line-height: 28px;
  }

  .section1 {
    margin-left: 20%;
    margin-top: 3em;
    position: static;
    width: 70%;
    top: 15em;
    left: 1.5rem;
  }

  .inner_sections {
    flex-direction: row;
    position: static;
    gap: 1rem;
  }

  .mb_section {
    flex-direction: column;
  }

  .linepointer {
    display: none;
  }

  .circleJourney {
    direction: rtl;
  }

  .circleJourney, .sec3_cirlce {
    width: 6.25rem;
    height: 6.25rem;
  }

  .numberCircle {
  width: 1.526rem;
  height: 1.526rem;
  }

  .numberCircle .number {
    font-size: 0.75rem;
  }

  .circleImg {
    width: 50%;
  }

  .headSecJourney {
    font-size: 1.25rem;
  }

  .sec1_head_cont {
    bottom: 0rem;
    left: 8rem;
    width: 12.938rem;
    position: static;
  }

  .subheadSecJourney {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 0.5rem;
  }

  .mb_sec2 {
    margin-right: -6em;
  }

  .section2 {
    left: 25%;
    top: 40em;
  }
  .sec2_head_cont {
    position: static;
  }

  .section3 {
    top: 63.5em;
    left: 28%;
  }

  .section3_arrow {
    top: 64.5em;
    left: 30%;
}

.section4 {
  position: static;
    margin-top: 2em;
    margin-left: 0;
    width: 56%;
}

.arrowPath {
  width: 9em;
}

.sec3ArrowTitle {
  font-size: 1rem;
}

.arrCircle1 {
  bottom: -1rem;
}

.arrTitle1 {
  top: 2em;
  left: 3em;
}

.arrCircle2 {
  bottom: 2em;
  left: 6em;
}

.arrTitle3, .arrTitle2 {
  left: 3rem;
}

.arrCircle3 {
  top: -1em;
  left: 8em;
}

.circleOnArrow {
  width: 2.5rem;
  height: 2.5rem;
}

.sec4_head_cont {
  position: static;
}

.mb_section4 {
flex-direction: row-reverse;
}

.downArrow_mb {
  left: 46%;
    position: absolute;
    top: 9em;
}

.upArrow_mb { 
  position: absolute;
  top: 33em;
  left: 18%;
}

.downArrow_mb img, .upArrow_mb img {
  width: 9em;
  height: 8em;
}

.upArrow_mb img {
  transform: scale(-1,1);
}
 
}

/* Media queries for S8 tablet in android */
@media only screen and (max-width: 760px) and (min-width: 740px) and (min-height: 1030px) and (max-height: 1080px) {
  .downArrow_mb {
    left: 48%;
    position: absolute;
    top: 9em;
}
}

/* Media queries for tablet landscape responsive Note: Making max-width from 1200 to 1220px for S8*/
@media only screen and (min-width: 920px ) and (max-width: 1220px ) and (max-height: 1200px) and (orientation: landscape) {
  .downArrow, .fourthArrow, .upArrow {
    display: none;
  }

  .downArrow_mb, .upArrow_mb {
    display: block;
  }

  .inner_container {
    margin-top: 2em;
    width: 100%;
  }

  #map {
    display: none;
  }

  .mb_svg_container {
    display: block;
    position: relative;
  }

  #mb_map {
    display: block;
    margin-top: 2em;
    margin-left: 22%;
    
  }
  
  .ideaJounery {
    top: 2rem;
    left: 1.5rem;
    width: 19.875rem;
    margin-left: 7%;
    position: static;
  }

  .ideaJounery .head {
    font-size: 3rem;
    line-height: 3rem;
  }

  .ideaJounery .subHead {
    font-size: 1.125rem;
    line-height: 28px;
  }

  .section1 {
    margin-left: 20%;
    margin-top: 3em;
    position: static;
    width: 70%;
    top: 15em;
    left: 1.5rem;
  }

  .inner_sections {
    flex-direction: row;
    position: static;
    gap: 1rem;
  }

  .mb_section {
    flex-direction: column;
  }

  .linepointer {
    display: none;
  }

  .circleJourney {
    direction: rtl;
  }

  .circleJourney, .sec3_cirlce {
    width: 6.25rem;
    height: 6.25rem;
  }

  .numberCircle {
  width: 1.526rem;
  height: 1.526rem;
  }

  .numberCircle .number {
    font-size: 0.75rem;
  }

  .circleImg {
    width: 50%;
  }

  .headSecJourney {
    font-size: 1.25rem;
  }

  .sec1_head_cont {
    bottom: 0rem;
    left: 8rem;
    width: 12.938rem;
    position: static;
  }

  .subheadSecJourney {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 0.5rem;
  }

  .mb_sec2 {
    margin-right: -6em;
  }

  .section2 {
    left: 25%;
    top: 40em;
  }
  .sec2_head_cont {
    position: static;
  }

  .section3 {
    top: 63.5em;
    left: 28%;
  }

  .section3_arrow {
    top: 64.5em;
    left: 30%;
}

.section4 {
  position: static;
    margin-top: 2em;
    margin-left: 0;
    width: 56%;
}

.arrowPath {
  width: 9em;
}

.sec3ArrowTitle {
  font-size: 1rem;
}

.arrCircle1 {
  bottom: -1rem;
}

.arrTitle1 {
  top: 2em;
  left: 3em;
}

.arrCircle2 {
  bottom: 2em;
  left: 6em;
}

.arrTitle3, .arrTitle2 {
  left: 3rem;
}

.arrCircle3 {
  top: -1em;
  left: 8em;
}

.circleOnArrow {
  width: 2.5rem;
  height: 2.5rem;
}

.sec4_head_cont {
  position: static;
}

.mb_section4 {
flex-direction: row-reverse;
}

.downArrow_mb {
  left: 40%;
    position: absolute;
    top: 9em;
}

.upArrow_mb { 
  position: absolute;
  top: 33em;
  left: 19%;
}

.downArrow_mb img, .upArrow_mb img {
  width: 9em;
  height: 8em;
}

.upArrow_mb img {
  transform: scale(-1,1);
}  
}
  /* Media queries for Mobile responsive */
@media only screen and (max-width: 720px) {
  .downArrow, .fourthArrow, .upArrow {
    display: none;
  }

  .downArrow_mb, .upArrow_mb {
    display: block;
  }

  .inner_container {
    margin-top: 2em;
    width: 100%;
  }

  #map {
    display: none;
  }

  .mb_svg_container {
    display: block;
    position: relative;
  }

  #mb_map {
    display: block;
    margin-top: 2em;
    margin-left: 2em;
    
  }
  
  .ideaJounery {
    top: 2rem;
    left: 1.5rem;
    width: 19.875rem;
    margin-left: 1.5em;
    position: static;
  }

  .ideaJounery .head {
    font-size: 3rem;
    line-height: 3rem;
  }

  .ideaJounery .subHead {
    font-size: 1.125rem;
    line-height: 28px;
  }

  .section1 {
    margin-left: 1.5em;
    margin-top: 3em;
    position: static;
    width: 90%;
    top: 15em;
    left: 1.5rem;
  }

  .inner_sections {
    flex-direction: row;
    position: static;
    gap: 1rem;
  }

  .mb_section {
    flex-direction: column;
  }

  .linepointer {
    display: none;
  }

  .circleJourney {
    direction: rtl;
  }

  .circleJourney, .sec3_cirlce {
    width: 6.25rem;
    height: 6.25rem;
  }

  .numberCircle {
  width: 1.526rem;
  height: 1.526rem;
  }

  .numberCircle .number {
    font-size: 0.75rem;
  }

  .circleImg {
    width: 50%;
  }

  .headSecJourney {
    font-size: 1.25rem;
  }

  .sec1_head_cont {
    bottom: 0rem;
    left: 8rem;
    width: 12.938rem;
    position: static;
  }

  .subheadSecJourney {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 0.5rem;
  }

  .mb_sec2 {
    margin-right: -6em;
  }

  .section2 {
    left: 3.5em;
    top: 40em;
  }
  .sec2_head_cont {
    position: static;
  }

  .section3 {
    top: 63.5em;
    left: 5em;
  }

  .section3_arrow {
    top: 64.5em;
    left: 5em;
}

.section4 {
  position: static;
    margin-top: 2em;
    margin-left: 1.5em;
    width: 82%;
}

.arrowPath {
  width: 9em;
}

.sec3ArrowTitle {
  font-size: 1rem;
}

.arrCircle1 {
  bottom: -1rem;
}

.arrTitle1 {
  top: 2em;
  left: 3em;
}

.arrCircle2 {
  bottom: 2em;
  left: 6em;
}

.arrTitle3, .arrTitle2 {
  left: 3rem;
}

.arrCircle3 {
  top: -1em;
  left: 8em;
}

.circleOnArrow {
  width: 2.5rem;
  height: 2.5rem;
}

.sec4_head_cont {
  position: static;
}

.mb_section4 {
flex-direction: row-reverse;
}

.downArrow_mb {
    left: 14em;
    position: absolute;
    top: 9em;
}

.upArrow_mb { 
  position: absolute;
  top: 33em;
  left: 0em;
}

.downArrow_mb img, .upArrow_mb img {
  width: 9em;
  height: 8em;
}

.upArrow_mb img {
  transform: scale(-1,1);
}

}

/* MObile responsive media queries for landscape mode */
@media only screen and (max-width: 900px) and (max-height: 900px) and (orientation: landscape) {
  .downArrow, .fourthArrow, .upArrow {
    display: none;
  }

  .downArrow_mb, .upArrow_mb {
    display: block;
  }

  .inner_container {
    margin-top: 2em;
    width: 100%;
  }

  #map {
    display: none;
  }

  .mb_svg_container {
    display: block;
    position: relative;
  }

  #mb_map {
    display: block;
    margin-top: 2em;
    margin-left: 2em;
    
  }
  
  .ideaJounery {
    top: 2rem;
    left: 1.5rem;
    width: 19.875rem;
    margin-left: 1.5em;
    position: static;
  }

  .ideaJounery .head {
    font-size: 3rem;
    line-height: 3rem;
  }

  .ideaJounery .subHead {
    font-size: 1.125rem;
    line-height: 28px;
  }

  .section1 {
    margin-left: 1.5em;
    margin-top: 3em;
    position: static;
    width: 90%;
    top: 15em;
    left: 1.5rem;
  }

  .inner_sections {
    flex-direction: row;
    position: static;
    gap: 1rem;
  }

  .mb_section {
    flex-direction: column;
  }

  .linepointer {
    display: none;
  }

  .circleJourney {
    direction: rtl;
  }

  .circleJourney, .sec3_cirlce {
    width: 6.25rem;
    height: 6.25rem;
  }

  .numberCircle {
  width: 1.526rem;
  height: 1.526rem;
  }

  .numberCircle .number {
    font-size: 0.75rem;
  }

  .circleImg {
    width: 50%;
  }

  .headSecJourney {
    font-size: 1.25rem;
  }

  .sec1_head_cont {
    bottom: 0rem;
    left: 8rem;
    width: 12.938rem;
    position: static;
  }

  .subheadSecJourney {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 0.5rem;
  }

  .mb_sec2 {
    margin-right: -6em;
  }

  .section2 {
    left: 3.5em;
    top: 40em;
  }
  .sec2_head_cont {
    position: static;
  }

  .section3 {
    top: 63.5em;
    left: 5em;
  }

  .section3_arrow {
    top: 64.5em;
    left: 5em;
}

.section4 {
  position: static;
    margin-top: 2em;
    margin-left: 1.5em;
    width: 58%;
}

.arrowPath {
  width: 9em;
}

.sec3ArrowTitle {
  font-size: 1rem;
}

.arrCircle1 {
  bottom: -1rem;
}

.arrTitle1 {
  top: 2em;
  left: 3em;
}

.arrCircle2 {
  bottom: 2em;
  left: 6em;
}

.arrTitle3, .arrTitle2 {
  left: 3rem;
}

.arrCircle3 {
  top: -1em;
  left: 8em;
}

.circleOnArrow {
  width: 2.5rem;
  height: 2.5rem;
}

.sec4_head_cont {
  position: static;
}

.mb_section4 {
flex-direction: row-reverse;
}

.downArrow_mb {
    left: 14em;
    position: absolute;
    top: 9em;
}

.upArrow_mb { 
  position: absolute;
  top: 33em;
  left: 0em;
}

.downArrow_mb img, .upArrow_mb img {
  width: 9em;
  height: 8em;
}

.upArrow_mb img {
  transform: scale(-1,1);
}
 
}

  