@media screen and (min-width: 240px) and (max-width: 500px) {
  .toggle_icon {
    display: block;
    float: right;
    width: auto;
    margin: 0;
    position: relative;
    height: 34px;
    padding: 6px 0px;
    z-index: 10;
  }
  .toggle_icon b {
    width: 26px;
    height: 3px;
    background: #000;
    float: left;
    position: relative;
    transition: 0.2s ease-in-out;
  }
  .toggle_icon b:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 3px;
    background: #000;
    right: 0;
    transition: 0.2s ease-in-out;
    bottom: -10px;
  }
  .toggle_icon b:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 3px;
    background: #000;
    right: 0;
    bottom: -20px;
    transition: 0.2s ease-in-out;
  }
  .toggle_icon b.creatCross {
    transform: rotate(45deg) translate(0px, 0);
    margin: 12px 0 0 0;
  }
  .toggle_icon b.creatCross:after {
    opacity: 0;
  }
  .toggle_icon b.creatCross:before {
    transform: rotate(-90deg) translate(19px, 0px);
  }
  header {
    top: 40px;
  }
  header .headerInner {
    flex-flow: row wrap;
  }
  header .headerInner ul {
    padding: 75px 15px 0 15px;
    margin: 0 0;
    position: fixed;
    width: 75%;
    height: 100%;
    z-index: 99;
    background: #2E2A4A;
    background-image: url(../images/logoWhite.svg);
    background-size: 160px;
    background-repeat: no-repeat;
    background-position: 15px 28px;
    top: 0;
    left: -76%;
    transition: 0.3s ease-in-out;
  }
  header .headerInner ul li {
    width: 100%;
    margin: 0px 0 0 0;
  }
  header .headerInner ul li a {
    color: #fff;
    padding: 4px 19px;
    width: 100%;
  }
  header .headerInner ul li a span {
    float: right;
    margin: 0 25px 0 0;
  }
  header .headerInner ul li:nth-last-child(2) a {
    color: #2E2A4A;
  }
  header .headerInner ul li ul.sub-menu {
    width: 100%;
    float: left;
    position: relative;
    left: 0;
    top: 0;
    margin: 15px 0 0 0;
    height: auto;
    transition: 0ms;
  }
  header .headerInner ul li ul.sub-menu li {
    width: 100%;
  }
  header .headerInner ul li ul.sub-menu li a {
    color: #2E2A4A;
  }
  header .headerInner ul li ul.sub-menu li:nth-last-child(2) a {
    color: #2E2A4A;
    background-color: #fff !important;
  }
  header .headerInner ul li ul.sub-menu::after {
    border-radius: 0;
    top: -3px;
    left: 32px;
  }
  header .headerInner ul.activeNav {
    left: 0;
  }
  header .headerInner ul .rightBttns {
    display: none !important;
  }
  header .headerInner .rightBttns {
    width: auto;
    float: left;
    margin: 0;
    position: fixed;
    bottom: 22px;
    z-index: 100;
    transition: 0.5s ease-in-out;
    left: -100%;
  }
  header .headerInner .rightBttns a {
    background-color: #fff;
    color: #2e2a4a;
  }
  header .headerInner .rightBttns a:first-child {
    color: #fff;
  }
  header .headerInner .rightBttns.arBttns {
    left: 15px;
  }
  .topSection .topSecInner {
    margin: 162px 0 0 0;
  }
  .topSection .topSecInner article p {
    margin: 25px 0 0 0;
  }
  .whwFullWrap .whwInn {
    margin: 45px 0;
  }
  .bigDarkSec .darkSecInn {
    position: relative;
  }
  .bigDarkSec .darkSecInn .clientsLogs {
    position: relative;
  }
  .bigDarkSec .darkSecInn .clientsLogs .logosWrap {
    flex-flow: row wrap;
  }
  .bigDarkSec .darkSecInn .clientsLogs .logosWrap a {
    width: 33.33%;
    float: left;
    padding: 9px 12px;
  }
  .bigDarkSec .darkSecInn .clientsLogs .logosWrap a img {
    width: 100%;
  }
  .bigDarkSec .darkSecInn .txtsblocksWrap {
    flex-flow: row wrap;
  }
  .bigDarkSec .darkSecInn .txtsblocksWrap article {
    width: 100%;
  }
  .bigDarkSec .darkSecInn .txtsblocksWrap .blocksWrap {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .bigDarkSec .darkSecInn .txtsblocksWrap .blocksWrap .blockBox {
    width: 100%;
  }
  .bigDarkSec .darkSecInn .txtsblocksWrap .blocksWrap .blockBox ::after {
    display: none;
  }
  .bigDarkSec .darkSecInn .txtsblocksWrap .blocksWrap::after {
    display: none;
  }
  .diffranceWrap .diffrenceInner {
    position: relative;
  }
  .diffranceWrap .diffrenceInner .difftopHead {
    flex-flow: row wrap;
    align-items: flex-start;
  }
  .diffranceWrap .diffrenceInner .difftopHead article {
    width: 100%;
  }
  .diffranceWrap .diffrenceInner .difftopHead .diffBoxes {
    width: 100%;
    margin: 16px 0 0 0;
  }
  .diffranceWrap .diffrenceInner .difftopHead .diffBoxes .dfBox {
    width: 49%;
    margin: 4px 0;
  }
  .diffranceWrap .diffrenceInner .difftopHead .diffBoxes .dfBox:nth-child(even) {
    transform: none;
  }
  .diffranceWrap .diffrenceInner .ttewrap {
    position: relative;
  }
  .diffranceWrap .diffrenceInner .ttewrap .ttecontent {
    padding: 0 12px;
  }
  .diffranceWrap .diffrenceInner .ttewrap .ttecontent .tteInner {
    flex-flow: row wrap;
  }
  .diffranceWrap .diffrenceInner .ttewrap .ttecontent .tteInner h3 {
    font-size: 20px;
  }
  .diffranceWrap .diffrenceInner .ttewrap .ttecontent .tteInner a {
    margin: 20px 0 0 0;
  }
  footer .footerInner .row .footerBox {
    float: left;
    margin: 19px 0;
  }
  .contactPageWrap .contactPinner {
    margin: 210px 0 90px 0;
  }
  .contactPageWrap .contactPinner .contactWrp {
    flex-flow: row wrap;
  }
  .contactPageWrap .contactPinner .contactWrp .contactDetailsWrap {
    width: 100%;
  }
  .contactPageWrap .contactPinner .contactWrp .contactDetailsWrap h1 {
    font-size: 27px;
  }
  .contactPageWrap .contactPinner .contactWrp .setUpmeetingWrap {
    width: 100%;
    margin: 41px 0 0 0;
  }
  .contactPageWrap .contactPinner .contactWrp .setUpmeetingWrap .setUpmeetingWrap {
    flex-flow: row wrap;
  }
  .contactPageWrap .contactPinner .contactWrp .setUpmeetingWrap .setUpmeetingWrap article {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .textContentWrap .textTopHead h1 {
    padding: 0 !important;
  }
  .contactPageWrap .contactPinner .setUpmeetingWrap {
    flex-flow: row wrap;
  }
  .contactPageWrap .contactPinner .setUpmeetingWrap article {
    width: 100%;
    margin: 0 0 20px 0;
  }
  /************* 31-08-2022 *******************/
  .ooh_headSection .ooh_headInner {
    margin: 120px 0 55px 0;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart {
    max-width: unset;
    width: 100%;
    padding: 0 25px;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart::after {
    display: none;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart::before {
    display: none;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart .ooh_hiTReeBlk {
    flex-flow: column;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart .ooh_hiTReeBlk .oh_blk {
    width: 100%;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart .ooh_hiTReeBlk .oh_blk h4 {
    width: 100%;
  }
  .ooh_headSection .ooh_headInner .ooh_TopsideimageRight {
    width: 100%;
    max-width: unset;
    padding: 0 24px;
    margin: 35px 0 0 0;
  }
  .ooh_darkSection {
    margin: -22px 0 200px 0;
  }
  .ooh_darkSection .ooh_darkSectionInner .ood_darkSecHead p img {
    display: none;
  }
  .ooh_darkSection .ooh_darkSectionInner .ooh__listingBlock .ooh_MainList .ooh_mlBlock {
    max-width: unset;
    width: 100%;
    padding: 0 14px;
  }
  .ooh_tteWrap .ttewrap .tteInner {
    flex-flow: column;
    padding: 0 20px;
  }
  .ooh_tteWrap .ttewrap .tteInner h3 {
    text-align: center;
  }
  .ooh_tteWrap .ttewrap .tteInner a {
    margin: 22px 0 0 0;
  }
  /*********** 02-09-2022 ************/
  .wwa_TopWrap::after {
    top: 14px;
  }
  .wwa_TopWrap .wwa_topInn {
    flex-flow: column;
    padding: 0 15px;
    margin: 135px 0 60px 0;
  }
  .wwa_TopWrap .wwa_topInn picture {
    margin: 20px 0 0 0;
  }
  .wwa_TopWrap .wwa_topInn picture span {
    width: 100%;
    left: 0;
    bottom: 0;
    position: relative;
    float: left;
    margin: 20px 0 0 0;
  }
  .wwa_LeadershipBlock {
    position: relative;
  }
  .wwa_LeadershipBlock::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 16px;
  }
  .wwa_LeadershipBlock .wwa_leaderShipInn {
    margin: 60px 0;
    padding: 0 9px;
  }
  .wwa_partnerWrap .wwa_partnerInner {
    margin: 35px 0 60px 0;
    flex-flow: column;
  }
  .wwa_partnerWrap .wwa_partnerInner .wwa_ptnarblocks {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .wwa_partnerWrap .wwa_partnerInner .wwa_ptnarblocks .wwa_ptBlk {
    width: 48.5%;
    float: left;
  }
  .wwa_joinUsWrap .wwa__joinUsInner {
    margin: 45px 0 0 0;
    flex-flow: column;
    padding: 0 15px;
  }
  .wwa_joinUsWrap .wwa__joinUsInner picture {
    margin: 25px 0 0 0;
  }
  .wwa_joinUsWrap .wwa__joinUsInner picture span {
    width: 100%;
    left: 0;
    padding: 14px 18px;
    position: relative;
    top: 0;
    margin: 23px 0 0 0;
  }
  .wwa_joinUsWrap .wwa__joinUsInner picture span p {
    font-size: 14px;
  }
  .wwa_joinUsWrap .wwa__joinUsInner picture span p img {
    width: 17px;
    float: left;
    margin: 3px 9px 0 0px;
  }
  .wwa_joinUsWrap .ooh_tteWrap {
    margin: 45px 0 0 0;
  }
  .wwa_joinUsWrap .ooh_tteWrap .ttewrap {
    margin: 0;
  }
  .wwa_LeadershipBlock .wwa_leaderShipInn .wwa_leadersBlock {
    width: 50%;
  }
  .detailsPopWrap .detailPopInn .detailPopMain {
    width: 90%;
    padding: 24px 18px;
    text-align: center;
  }
  .detailsPopWrap .detailPopInn .detailPopMain .closeiconPop {
    top: 0;
    right: 0;
  }
  .detailsPopWrap .detailPopInn .detailPopMain .dpmHeader {
    flex-flow: column;
  }
  .detailsPopWrap .detailPopInn .detailPopMain .dpmHeader h1 {
    text-align: center;
    width: 100%;
  }
  .detailsPopWrap .detailPopInn .detailPopMain .dpmHeader h1 small {
    width: 100%;
    text-align: center;
  }
  /***********************  05-02-2022  ************************/
  .ooh_headSection .ooh_headInner .ooh_topLeftPart.travelTxt h1 span:after {
    display: none !important;
  }
  .ooh_darkSection .ooh_darkSectionInner picture.ooh_DakkSecImage {
    padding: 0 8px;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart.retailText h1 span:after {
    display: none;
  }
  .ooh_headSection .ooh_headInner .ooh_hiTReeBlk.retailTriBlk .oh_blk:last-child {
    width: 100%;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart h1 span:after {
    display: none;
  }
  /******************  inner pages 15-09-2022  ***********************/
  .subInnHead .subInn {
    margin: 117px 0 36px 0;
    padding: 0 20px;
  }
  .subInnBody .subInnContain {
    flex-flow: row wrap;
    padding: 0 11px;
  }
  .subInnBody .subInnContain .sicTextsection.placeCast article {
    margin: -67px 0 0 0;
  }
  .subInnBody .subInnContain .sicAsideWrap {
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
  }
  .urbanPlaningMark h1 span {
    margin: 0 0 0 0 !important;
  }
  .wwa_partnerWrap .wwa_partnerInner .wwa_partnerHeaderText {
    max-width: 100%;
  }
  /**************************  12-11-2022  ***********************/
  .blogListPageHeadWrap .blogLIstPageInner {
    flex-flow: column;
    margin: 150px 0 0 0px;
    padding: 0 10px;
  }
  .blogListPageHeadWrap .blogLIstPageInner .backBttn {
    top: -47px;
    left: 12px !important;
    right: inherit;
  }
  .blogListPageHeadWrap .blogLIstPageInner picture {
    width: 100%;
    height: auto;
  }
  .blogListPageHeadWrap:after {
    width: 100%;
    height: 106%;
    top: 0;
    left: 0;
    border-radius: 0;
  }
  .blogDetailstextWrap .bDetailsSmallContainer p img {
    margin-left: 0;
    max-width: unset;
    width: 100%;
  }
  .blogListPageHeadWrap .blogLIstPageInner picture.blogInnPicture {
    width: 100%;
    height: auto;
  }
  .blogListPageHeadWrap .blogLIstPageInner article {
    width: auto;
    float: left;
  }
  .blogListPageHeadWrap .blogLIstPageInner article h1 {
    font-size: 30px;
    margin: 21px 0 0 0;
  }
  .blogListPageHeadWrap .blogLIstPageInner article h2 {
    margin: 18px 0 0 0;
    font-size: 26px;
  }
  .blogListPageHeadWrap .blogLIstPageInner article p {
    width: auto !important;
    font-size: 16px;
    line-height: 24px;
    margin: 7px 0 0 0;
  }
  .blogDetailstextWrap .bDetailsSmallContainer p {
    margin: 20px 0;
  }
  .blogDetailstextWrap .bDetailsSmallContainer p img {
    max-width: unset !important;
    margin: 5px 0 !important;
    width: 100%;
  }
  .blogDetailstextWrap .bDetailsSmallContainer p img.alignright {
    max-width: unset !important;
    margin: 20px 0 !important;
  }
  .blogDetailstextWrap .bDetailsSmallContainer p img.alignleft {
    max-width: unset !important;
    margin: 20px 0 !important;
  }
  .blogDetailstextWrap .bDetailsSmallContainer h2 {
    margin: 7px 0;
  }
  .blogListingPageWrap .blogListInner .bListBox .bListBoxInner .blInfo {
    width: 100%;
    float: left;
    bottom: inherit;
    position: static;
    margin: 32px 0 17px 0;
  }
  .blogListingPageWrap .blogListInner .bListBox .bListBoxInner .article h4 {
    max-height: unset;
  }
  .blogListingPageWrap .blogListInner .bListBox .bListBoxInner .article p {
    max-height: unset;
  }
  /********************************  10-07-2023  ******************************/
  .landingTop {
    min-height: unset;
  }
  .landingTop .landingInner {
    margin: 110px 0 0 0;
    padding: 0 11px;
  }
  .landingTop .landingInner .formWrap {
    margin: 40px 0 0 0;
    padding: 22px 15px;
  }
  .landingTop .landingInner .formWrap h3 {
    text-align: center;
  }
  .landingTop .landingInner .formWrap .mainForm form p {
    flex-flow: column;
  }
  .landingTop .landingInner .formWrap .mainForm form p .inppWrap {
    width: 100% !important;
    text-align: center;
  }
  .landingTop .landingInner .formWrap .mainForm form p .inppWrap .inpuBttn {
    float: none;
    display: inline-block;
  }
  .phcy__wrap {
    margin: 55px 0 0 0;
  }
  .phcy__wrap .phcyInner {
    padding: 0;
  }
  .phcy__wrap .phcyInner .phcyContents {
    justify-content: center;
    margin: 45px 0 0 0;
    gap: 40px;
  }
  .phcy__wrap .phcyInner .phcyContents .phcyBox {
    width: 80%;
    text-align: center;
    align-items: center;
    margin: 0 0;
  }
  .phcy__wrap .phcyInner .phcyContents .phcyBox p {
    min-height: unset;
  }
  .contactPageSection {
    margin: 0 0 0 0;
    min-height: unset;
    padding: 0 12px;
  }
  .contactPageSection:after {
    height: 445px;
  }
  .contactPageSection .landingInner {
    margin: 130px 0 0 0;
  }
  .contactPageSection .landingInner .contactLeft {
    width: 100%;
  }
  .contactPageSection .landingInner .contactLeft .contactWrp {
    margin: 20px 0;
    flex-flow: column;
  }
  .contactPageSection .landingInner .contactLeft .contactWrp .contactDetailsWrap {
    width: 100%;
  }
  .contactPageSection .landingInner .contactLeft .contactWrp .MeetingWrap {
    width: 100%;
  }
  .contactPageSection .landingInner .formWrap {
    width: 100%;
    padding: 32px 15px;
  }
  .contactPageSection .landingInner .formWrap .mainForm form .inppWrap {
    width: 100% !important;
  }
  .contactPageSection .landingInner .formWrap .mainForm form .inppWrap .inpuBttn {
    width: 100% !important;
  }
}
@media screen and (min-width: 501px) and (max-width: 743px) {
  .toggle_icon {
    display: block;
    float: right;
    width: auto;
    margin: 0;
    position: relative;
    height: 34px;
    padding: 6px 0px;
    z-index: 10;
  }
  .toggle_icon b {
    width: 26px;
    height: 3px;
    background: #000;
    float: left;
    position: relative;
    transition: 0.2s ease-in-out;
  }
  .toggle_icon b:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 3px;
    background: #000;
    right: 0;
    transition: 0.2s ease-in-out;
    bottom: -10px;
  }
  .toggle_icon b:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 3px;
    background: #000;
    right: 0;
    bottom: -20px;
    transition: 0.2s ease-in-out;
  }
  .toggle_icon b.creatCross {
    transform: rotate(45deg) translate(0px, 0);
    margin: 12px 0 0 0;
  }
  .toggle_icon b.creatCross:after {
    opacity: 0;
  }
  .toggle_icon b.creatCross:before {
    transform: rotate(-90deg) translate(19px, 0px);
  }
  header {
    top: 40px;
  }
  header .headerInner {
    flex-flow: row wrap;
  }
  header .headerInner ul {
    padding: 75px 15px 0 15px;
    margin: 0 0;
    position: fixed;
    width: 75%;
    height: 100%;
    overflow: auto;
    z-index: 99;
    background: #2E2A4A;
    top: 0;
    left: -76%;
    transition: 0.3s ease-in-out;
  }
  header .headerInner ul li {
    width: 100%;
    margin: 0px 0 0 0;
  }
  header .headerInner ul li a {
    color: #fff;
    padding: 4px 19px;
    width: 100%;
  }
  header .headerInner ul li a span {
    float: right;
  }
  header .headerInner ul li:nth-last-child(2) {
    margin: 0px 0 95px 0;
  }
  header .headerInner ul li:nth-last-child(2) a {
    color: #2E2A4A;
  }
  header .headerInner ul li ul.sub-menu {
    width: 100%;
    float: left;
    position: relative;
    left: 0;
    top: 0;
    margin: 15px 0 0 0;
    height: auto;
    transition: 0ms;
  }
  header .headerInner ul li ul.sub-menu li {
    width: 100%;
    margin: 0 0;
  }
  header .headerInner ul li ul.sub-menu li a {
    color: #2E2A4A;
  }
  header .headerInner ul li ul.sub-menu li:nth-last-child(2) {
    margin: 0px 0 0px 0;
  }
  header .headerInner ul li ul.sub-menu li:nth-last-child(2) a {
    color: #2E2A4A;
    background-color: #fff;
  }
  header .headerInner ul li ul.sub-menu::after {
    border-radius: 0;
    top: -3px;
    left: 32px;
  }
  header .headerInner ul.activeNav {
    left: 0;
  }
  header .headerInner ul .rightBttns {
    display: block !important;
  }
  header .headerInner ul:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/logoWhite.svg);
    background-size: 160px;
    background-repeat: no-repeat;
    background-position: 15px 28px;
    width: 100%;
    height: 85px;
  }
  header .headerInner .rightBttns {
    width: auto;
    float: left;
    margin: 0;
    position: absolute;
    top: 330px;
    z-index: 100;
    transition: 0.5s ease-in-out;
    left: -100%;
    border-left: 1px solid #fff;
    display: none;
  }
  header .headerInner .rightBttns a {
    background-color: #fff;
    color: #2e2a4a;
  }
  header .headerInner .rightBttns a:first-child {
    color: #fff;
  }
  header .headerInner .rightBttns.arBttns {
    left: 23px;
  }
  header .headerInner .rightBttns.down {
    top: 520px;
  }
  .topSection .topSecInner {
    margin: 162px 0 0 0;
  }
  .topSection .topSecInner article p {
    margin: 25px 0 0 0;
  }
  .whwFullWrap .whwInn {
    margin: 45px 0;
  }
  .bigDarkSec .darkSecInn {
    position: relative;
  }
  .bigDarkSec .darkSecInn .clientsLogs {
    position: relative;
  }
  .bigDarkSec .darkSecInn .clientsLogs .logosWrap {
    flex-flow: row wrap;
  }
  .bigDarkSec .darkSecInn .clientsLogs .logosWrap a {
    width: 33.33%;
    float: left;
    padding: 9px 12px;
  }
  .bigDarkSec .darkSecInn .clientsLogs .logosWrap a img {
    width: 100%;
  }
  .bigDarkSec .darkSecInn .txtsblocksWrap {
    flex-flow: row wrap;
  }
  .bigDarkSec .darkSecInn .txtsblocksWrap article {
    width: 100%;
  }
  .bigDarkSec .darkSecInn .txtsblocksWrap .blocksWrap {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .bigDarkSec .darkSecInn .txtsblocksWrap .blocksWrap .blockBox {
    width: 100%;
  }
  .bigDarkSec .darkSecInn .txtsblocksWrap .blocksWrap .blockBox::after {
    display: none;
  }
  .bigDarkSec .darkSecInn .txtsblocksWrap .blocksWrap::after {
    display: none;
  }
  .diffranceWrap .diffrenceInner {
    position: relative;
  }
  .diffranceWrap .diffrenceInner .difftopHead {
    flex-flow: row wrap;
    align-items: flex-start;
  }
  .diffranceWrap .diffrenceInner .difftopHead article {
    width: 100%;
  }
  .diffranceWrap .diffrenceInner .difftopHead .diffBoxes {
    width: 100%;
    margin: 16px 0 0 0;
  }
  .diffranceWrap .diffrenceInner .difftopHead .diffBoxes .dfBox {
    width: 49%;
    margin: 4px 0;
  }
  .diffranceWrap .diffrenceInner .difftopHead .diffBoxes .dfBox:nth-child(even) {
    transform: none;
  }
  .diffranceWrap .diffrenceInner .ttewrap {
    position: relative;
  }
  .diffranceWrap .diffrenceInner .ttewrap .ttecontent {
    padding: 0 12px;
  }
  .diffranceWrap .diffrenceInner .ttewrap .ttecontent .tteInner {
    flex-flow: row wrap;
  }
  .diffranceWrap .diffrenceInner .ttewrap .ttecontent .tteInner h3 {
    font-size: 20px;
  }
  .diffranceWrap .diffrenceInner .ttewrap .ttecontent .tteInner a {
    margin: 20px 0 0 0;
  }
  footer .footerInner .row .footerBox {
    float: left;
    margin: 19px 0;
  }
  .contactPageWrap .contactPinner {
    margin: 210px 0 90px 0;
  }
  .contactPageWrap .contactPinner .contactWrp {
    flex-flow: row wrap;
  }
  .contactPageWrap .contactPinner .contactWrp .contactDetailsWrap {
    width: 100%;
  }
  .contactPageWrap .contactPinner .contactWrp .contactDetailsWrap h1 {
    font-size: 32px;
  }
  .contactPageWrap .contactPinner .contactWrp .setUpmeetingWrap {
    width: 100%;
    margin: 41px 0 0 0;
  }
  .contactPageWrap .contactPinner .contactWrp .setUpmeetingWrap .setUpmeetingWrap {
    flex-flow: row wrap;
  }
  .contactPageWrap .contactPinner .contactWrp .setUpmeetingWrap .setUpmeetingWrap article {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .textContentWrap .textTopHead h1 {
    padding: 0 !important;
  }
  /************* 31-08-2022 *******************/
  .ooh_headSection .ooh_headInner {
    margin: 120px 0 55px 0;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart {
    max-width: unset;
    width: 100%;
    padding: 0 25px;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart::after {
    display: none;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart::before {
    display: none;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart .ooh_hiTReeBlk {
    flex-flow: column;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart .ooh_hiTReeBlk .oh_blk {
    width: 100%;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart .ooh_hiTReeBlk .oh_blk h4 {
    width: 100%;
  }
  .ooh_headSection .ooh_headInner .ooh_TopsideimageRight {
    width: 100%;
    max-width: unset;
    padding: 0 24px;
    margin: 35px 0 0 0;
  }
  .ooh_darkSection {
    margin: -22px 0 200px 0;
  }
  .ooh_darkSection .ooh_darkSectionInner .ood_darkSecHead p img {
    display: none;
  }
  .ooh_darkSection .ooh_darkSectionInner .ooh__listingBlock .ooh_MainList .ooh_mlBlock {
    max-width: unset;
    width: 100%;
    padding: 0 14px;
  }
  .ooh_tteWrap .ttewrap .tteInner {
    flex-flow: column;
    padding: 0 20px;
  }
  .ooh_tteWrap .ttewrap .tteInner h3 {
    text-align: center;
  }
  .ooh_tteWrap .ttewrap .tteInner a {
    margin: 22px 0 0 0;
  }
  /*********** 02-09-2022 ************/
  .wwa_TopWrap::after {
    top: 14px;
  }
  .wwa_TopWrap .wwa_topInn {
    flex-flow: column;
    padding: 0 15px;
    margin: 135px 0 60px 0;
  }
  .wwa_TopWrap .wwa_topInn picture {
    margin: 20px 0 0 0;
  }
  .wwa_TopWrap .wwa_topInn picture span {
    width: 100%;
    left: 0;
    bottom: 0;
    position: relative;
    float: left;
    margin: 20px 0 0 0;
  }
  .wwa_LeadershipBlock {
    position: relative;
  }
  .wwa_LeadershipBlock::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 16px;
  }
  .wwa_LeadershipBlock .wwa_leaderShipInn {
    margin: 60px 0;
    padding: 0 9px;
  }
  .wwa_partnerWrap .wwa_partnerInner {
    margin: 35px 0 60px 0;
    flex-flow: column;
  }
  .wwa_partnerWrap .wwa_partnerInner .wwa_ptnarblocks {
    margin: 40px 0 0 0;
  }
  .wwa_partnerWrap .wwa_partnerInner .wwa_ptnarblocks .wwa_ptBlk {
    width: 48.5%;
    float: left;
  }
  .wwa_joinUsWrap .wwa__joinUsInner {
    margin: 45px 0 0 0;
    flex-flow: column;
    padding: 0 15px;
  }
  .wwa_joinUsWrap .wwa__joinUsInner picture {
    margin: 25px 0 0 0;
  }
  .wwa_joinUsWrap .wwa__joinUsInner picture span {
    width: 100%;
    left: 0;
    padding: 14px 18px;
    position: relative;
    top: 0;
    margin: 23px 0 0 0;
  }
  .wwa_joinUsWrap .wwa__joinUsInner picture span p {
    font-size: 14px;
  }
  .wwa_joinUsWrap .wwa__joinUsInner picture span p img {
    width: 17px;
    float: left;
    margin: 3px 9px 0 0px;
  }
  .wwa_joinUsWrap .ooh_tteWrap {
    margin: 45px 0 0 0;
  }
  .wwa_joinUsWrap .ooh_tteWrap .ttewrap {
    margin: 0;
  }
  .wwa_LeadershipBlock .wwa_leaderShipInn .wwa_leadersBlock {
    width: 50%;
  }
  .detailsPopWrap .detailPopInn .detailPopMain {
    width: 90%;
    padding: 24px 18px;
    text-align: center;
  }
  .detailsPopWrap .detailPopInn .detailPopMain .closeiconPop {
    top: 0;
    right: 0;
  }
  .detailsPopWrap .detailPopInn .detailPopMain .dpmHeader {
    flex-flow: column;
  }
  .detailsPopWrap .detailPopInn .detailPopMain .dpmHeader h1 {
    text-align: center;
    width: 100%;
  }
  .detailsPopWrap .detailPopInn .detailPopMain .dpmHeader h1 small {
    width: 100%;
    text-align: center;
  }
  /***********************  05-02-2022  ************************/
  .ooh_headSection .ooh_headInner .ooh_topLeftPart.travelTxt h1 span:after {
    display: none !important;
  }
  .ooh_darkSection .ooh_darkSectionInner picture.ooh_DakkSecImage {
    padding: 0 8px;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart.retailText h1 span:after {
    display: none;
  }
  .ooh_headSection .ooh_headInner .ooh_hiTReeBlk.retailTriBlk .oh_blk:last-child {
    width: 100%;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart h1 span:after {
    display: none;
  }
  /******************  inner pages 15-09-2022  ***********************/
  .subInnHead .subInn {
    margin: 117px 0 36px 0;
    padding: 0 20px;
  }
  .subInnBody .subInnContain {
    flex-flow: row wrap;
    padding: 0 11px;
  }
  .subInnBody .subInnContain .sicTextsection.placeCast article {
    margin: -67px 0 0 0;
  }
  .subInnBody .subInnContain .sicAsideWrap {
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
  }
  .urbanPlaningMark h1 span {
    margin: 0 0 0 0 !important;
  }
  .wwa_partnerWrap .wwa_partnerInner .wwa_partnerHeaderText {
    max-width: 90%;
  }
  /**************************  12-11-2022  ***********************/
  .blogListPageHeadWrap .blogLIstPageInner {
    flex-flow: column;
    margin: 150px 0 0 0px;
  }
  .blogListPageHeadWrap .blogLIstPageInner .backBttn {
    top: -47px;
    right: 0;
    left: inherit;
  }
  .blogListPageHeadWrap .blogLIstPageInner picture {
    width: 100%;
    height: auto;
  }
  .blogListPageHeadWrap:after {
    width: 100%;
    height: 106%;
    top: 0;
    left: 0;
    border-radius: 0;
  }
  .blogDetailstextWrap .bDetailsSmallContainer p img {
    margin-left: 0;
    max-width: unset;
    width: 100%;
  }
  .blogListPageHeadWrap .blogLIstPageInner picture.blogInnPicture {
    width: 100%;
    height: auto;
  }
  .blogListPageHeadWrap .blogLIstPageInner article {
    width: auto;
    float: left;
  }
  .blogListPageHeadWrap .blogLIstPageInner article h1 {
    font-size: 30px;
    margin: 21px 0 0 0;
  }
  .blogListPageHeadWrap .blogLIstPageInner article h2 {
    margin: 18px 0 0 0;
    font-size: 26px;
  }
  .blogListPageHeadWrap .blogLIstPageInner article p {
    width: auto !important;
    font-size: 16px;
    line-height: 24px;
    margin: 7px 0 0 0;
  }
  .blogDetailstextWrap .bDetailsSmallContainer p {
    margin: 5px 0;
  }
  .blogDetailstextWrap .bDetailsSmallContainer p img {
    max-width: unset !important;
    margin: 5px 0 !important;
    width: 100%;
  }
  .blogDetailstextWrap .bDetailsSmallContainer p img.alignright {
    max-width: unset !important;
    margin: 5px 0 !important;
  }
  .blogDetailstextWrap .bDetailsSmallContainer p img.alignleft {
    max-width: unset !important;
    margin: 5px 0 !important;
  }
  .blogDetailstextWrap .bDetailsSmallContainer h2 {
    margin: 7px 0;
  }
  /********************************  10-07-2023  ******************************/
  .landingTop {
    min-height: unset;
  }
  .landingTop .landingInner {
    margin: 110px 0 0 0;
    padding: 0 11px;
  }
  .landingTop .landingInner .formWrap {
    margin: 40px 0 0 0;
    padding: 22px 15px;
  }
  .landingTop .landingInner .formWrap h3 {
    text-align: center;
  }
  .phcy__wrap {
    margin: 55px 0 0 0;
  }
  .phcy__wrap .phcyInner {
    padding: 0;
  }
  .phcy__wrap .phcyInner .phcyContents {
    justify-content: center;
    margin: 45px 0 0 0;
    gap: 40px;
    width: 100%;
  }
  .contactPageSection {
    margin: 0 0 0 0;
    min-height: unset;
    padding: 0 12px;
  }
  .contactPageSection .landingInner {
    margin: 130px 0 0 0;
  }
  .contactPageSection .landingInner .contactLeft {
    width: 100%;
  }
  .contactPageSection .landingInner .contactLeft .contactWrp {
    margin: 20px 0;
    flex-flow: column;
  }
  .contactPageSection .landingInner .contactLeft .contactWrp .contactDetailsWrap {
    width: 100%;
  }
  .contactPageSection .landingInner .contactLeft .contactWrp .MeetingWrap {
    width: 100%;
  }
  .contactPageSection .landingInner .formWrap {
    width: 100%;
    padding: 32px 15px;
  }
  .contactPageSection .landingInner .formWrap .mainForm form .inppWrap {
    width: 100% !important;
  }
}
@media screen and (min-width: 744px) and (max-width: 899px) {
  .toggle_icon {
    display: block;
    float: right;
    width: auto;
    margin: 0;
    position: relative;
    height: 34px;
    padding: 6px 0px;
    z-index: 10;
  }
  .toggle_icon b {
    width: 26px;
    height: 3px;
    background: #000;
    float: left;
    position: relative;
    transition: 0.2s ease-in-out;
  }
  .toggle_icon b:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 3px;
    background: #000;
    right: 0;
    transition: 0.2s ease-in-out;
    bottom: -10px;
  }
  .toggle_icon b:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 3px;
    background: #000;
    right: 0;
    bottom: -20px;
    transition: 0.2s ease-in-out;
  }
  .toggle_icon b.creatCross {
    transform: rotate(45deg) translate(0px, 0);
    margin: 12px 0 0 0;
  }
  .toggle_icon b.creatCross:after {
    opacity: 0;
  }
  .toggle_icon b.creatCross:before {
    transform: rotate(-90deg) translate(19px, 0px);
  }
  header {
    top: 40px;
  }
  header .headerInner {
    flex-flow: row wrap;
  }
  header .headerInner ul {
    padding: 75px 15px 0 15px;
    margin: 0 0;
    position: fixed;
    width: 75%;
    height: 100%;
    overflow: auto;
    z-index: 99;
    background: #2E2A4A;
    top: 0;
    left: -76%;
    transition: 0.3s ease-in-out;
  }
  header .headerInner ul li {
    width: 100%;
    margin: 0px 0 0 0;
  }
  header .headerInner ul li a {
    color: #fff;
    padding: 4px 19px;
    width: 100%;
  }
  header .headerInner ul li a span {
    float: right;
  }
  header .headerInner ul li:nth-last-child(2) {
    margin: 0px 0 95px 0;
  }
  header .headerInner ul li:nth-last-child(2) a {
    color: #2E2A4A;
  }
  header .headerInner ul li ul.sub-menu {
    width: 100%;
    float: left;
    position: relative;
    left: 0;
    top: 0;
    margin: 15px 0 0 0;
    height: auto;
    transition: 0ms;
  }
  header .headerInner ul li ul.sub-menu li {
    width: 100%;
    margin: 0 0;
  }
  header .headerInner ul li ul.sub-menu li a {
    color: #2E2A4A;
  }
  header .headerInner ul li ul.sub-menu li:nth-last-child(2) {
    margin: 0px 0 0px 0;
  }
  header .headerInner ul li ul.sub-menu li:nth-last-child(2) a {
    color: #2E2A4A !important;
    background-color: #fff !important;
  }
  header .headerInner ul li ul.sub-menu::after {
    border-radius: 0;
    top: -3px;
    left: 32px;
  }
  header .headerInner ul.activeNav {
    left: 0;
  }
  header .headerInner ul .rightBttns {
    display: block !important;
  }
  header .headerInner ul:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/logoWhite.svg);
    background-size: 160px;
    background-repeat: no-repeat;
    background-position: 15px 28px;
    width: 100%;
    height: 85px;
  }
  header .headerInner .rightBttns {
    width: auto;
    float: left;
    margin: 0;
    position: absolute;
    top: 330px;
    z-index: 100;
    transition: 0.5s ease-in-out;
    left: -100%;
    border-left: 1px solid #fff;
    display: none;
  }
  header .headerInner .rightBttns a {
    background-color: #fff;
    color: #2e2a4a;
  }
  header .headerInner .rightBttns a:first-child {
    color: #fff;
  }
  header .headerInner .rightBttns.arBttns {
    left: 23px;
  }
  header .headerInner .rightBttns.down {
    top: 520px;
  }
  .topSection .topSecInner {
    margin: 162px 0 0 0;
  }
  .topSection .topSecInner article p {
    margin: 25px 0 0 0;
  }
  .whwFullWrap .whwInn {
    margin: 45px 0;
  }
  .bigDarkSec .darkSecInn {
    position: relative;
  }
  .bigDarkSec .darkSecInn .clientsLogs {
    position: relative;
  }
  .bigDarkSec .darkSecInn .clientsLogs .logosWrap {
    flex-flow: row wrap;
  }
  .bigDarkSec .darkSecInn .clientsLogs .logosWrap a {
    width: 25%;
    float: left;
    padding: 9px 12px;
  }
  .bigDarkSec .darkSecInn .clientsLogs .logosWrap a img {
    width: 100%;
  }
  .bigDarkSec .darkSecInn .txtsblocksWrap {
    flex-flow: row wrap;
  }
  .bigDarkSec .darkSecInn .txtsblocksWrap article {
    width: 100%;
  }
  .bigDarkSec .darkSecInn .txtsblocksWrap .blocksWrap {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .bigDarkSec .darkSecInn .txtsblocksWrap .blocksWrap .blockBox {
    width: 100%;
  }
  .bigDarkSec .darkSecInn .txtsblocksWrap .blocksWrap .blockBox::after {
    display: none;
  }
  .bigDarkSec .darkSecInn .txtsblocksWrap .blocksWrap::after {
    display: none;
  }
  .diffranceWrap .diffrenceInner {
    position: relative;
  }
  .diffranceWrap .diffrenceInner .difftopHead {
    flex-flow: row wrap;
    align-items: flex-start;
  }
  .diffranceWrap .diffrenceInner .difftopHead article {
    width: 100%;
  }
  .diffranceWrap .diffrenceInner .difftopHead .diffBoxes {
    width: 100%;
    margin: 16px 0 0 0;
  }
  .diffranceWrap .diffrenceInner .difftopHead .diffBoxes .dfBox {
    width: 49%;
    margin: 4px 0;
  }
  .diffranceWrap .diffrenceInner .difftopHead .diffBoxes .dfBox:nth-child(even) {
    transform: none;
  }
  .diffranceWrap .diffrenceInner .ttewrap {
    position: relative;
  }
  .diffranceWrap .diffrenceInner .ttewrap .ttecontent {
    padding: 0 12px;
  }
  .diffranceWrap .diffrenceInner .ttewrap .ttecontent .tteInner {
    flex-flow: row wrap;
  }
  .diffranceWrap .diffrenceInner .ttewrap .ttecontent .tteInner h3 {
    font-size: 20px;
  }
  .diffranceWrap .diffrenceInner .ttewrap .ttecontent .tteInner a {
    margin: 20px 0 0 0;
  }
  footer .footerInner .row .footerBox {
    float: left;
    margin: 19px 0;
  }
  .contactPageWrap .contactPinner {
    margin: 210px 0 90px 0;
  }
  .contactPageWrap .contactPinner .contactWrp {
    flex-flow: row wrap;
  }
  .contactPageWrap .contactPinner .contactWrp .contactDetailsWrap {
    width: 100%;
  }
  .contactPageWrap .contactPinner .contactWrp .contactDetailsWrap h1 {
    font-size: 32px;
  }
  .contactPageWrap .contactPinner .contactWrp .setUpmeetingWrap {
    width: 100%;
    margin: 41px 0 0 0;
  }
  .contactPageWrap .contactPinner .contactWrp .setUpmeetingWrap .setUpmeetingWrap {
    flex-flow: row wrap;
  }
  .contactPageWrap .contactPinner .contactWrp .setUpmeetingWrap .setUpmeetingWrap article {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .textContentWrap .textTopHead h1 {
    padding: 0 !important;
  }
  /************* 31-08-2022 *******************/
  .ooh_headSection .ooh_headInner {
    margin: 120px 0 55px 0;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart {
    max-width: unset;
    width: 100%;
    padding: 0 25px;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart::after {
    display: none;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart::before {
    display: none;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart .ooh_hiTReeBlk {
    flex-flow: column;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart .ooh_hiTReeBlk .oh_blk {
    width: 100%;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart .ooh_hiTReeBlk .oh_blk h4 {
    width: 100%;
  }
  .ooh_headSection .ooh_headInner .ooh_TopsideimageRight {
    width: 100%;
    max-width: unset;
    padding: 0 24px;
    margin: 35px 0 0 0;
  }
  .ooh_darkSection {
    margin: -22px 0 200px 0;
  }
  .ooh_darkSection .ooh_darkSectionInner .ood_darkSecHead p img {
    display: none;
  }
  .ooh_darkSection .ooh_darkSectionInner .ooh__listingBlock .ooh_MainList .ooh_mlBlock {
    max-width: unset;
    width: 100%;
    padding: 0 14px;
  }
  .ooh_tteWrap .ttewrap .tteInner {
    flex-flow: column;
    padding: 0 20px;
  }
  .ooh_tteWrap .ttewrap .tteInner h3 {
    text-align: center;
  }
  .ooh_tteWrap .ttewrap .tteInner a {
    margin: 22px 0 0 0;
  }
  /*********** 02-09-2022 ************/
  .wwa_TopWrap::after {
    top: 14px;
  }
  .wwa_TopWrap .wwa_topInn {
    flex-flow: column;
    padding: 0 15px;
    margin: 135px 0 60px 0;
  }
  .wwa_TopWrap .wwa_topInn picture {
    margin: 20px 0 0 0;
  }
  .wwa_TopWrap .wwa_topInn picture span {
    width: 100%;
    left: 0;
    bottom: 0;
    position: relative;
    float: left;
    margin: 20px 0 0 0;
  }
  .wwa_LeadershipBlock {
    position: relative;
  }
  .wwa_LeadershipBlock::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 16px;
  }
  .wwa_LeadershipBlock .wwa_leaderShipInn {
    margin: 60px 0;
    padding: 0 9px;
  }
  .wwa_partnerWrap .wwa_partnerInner {
    margin: 35px 0 60px 0;
    flex-flow: column;
  }
  .wwa_partnerWrap .wwa_partnerInner .wwa_ptnarblocks {
    margin: 40px 0 0 0;
  }
  .wwa_partnerWrap .wwa_partnerInner .wwa_ptnarblocks .wwa_ptBlk {
    width: 48.5%;
    float: left;
  }
  .wwa_joinUsWrap .wwa__joinUsInner {
    margin: 45px 0 0 0;
    flex-flow: column;
    padding: 0 15px;
  }
  .wwa_joinUsWrap .wwa__joinUsInner picture {
    margin: 25px 0 0 0;
  }
  .wwa_joinUsWrap .wwa__joinUsInner picture span {
    width: 100%;
    left: 0;
    padding: 14px 18px;
    position: relative;
    top: 0;
    margin: 23px 0 0 0;
  }
  .wwa_joinUsWrap .wwa__joinUsInner picture span p {
    font-size: 14px;
  }
  .wwa_joinUsWrap .wwa__joinUsInner picture span p img {
    width: 17px;
    float: left;
    margin: 3px 9px 0 0px;
  }
  .wwa_joinUsWrap .ooh_tteWrap {
    margin: 45px 0 0 0;
  }
  .wwa_joinUsWrap .ooh_tteWrap .ttewrap {
    margin: 0;
  }
  .wwa_LeadershipBlock .wwa_leaderShipInn .wwa_leadersBlock {
    width: 50%;
  }
  .detailsPopWrap .detailPopInn .detailPopMain {
    width: 60%;
    padding: 24px 18px;
    text-align: center;
  }
  .detailsPopWrap .detailPopInn .detailPopMain .closeiconPop {
    top: 0;
    right: 0;
  }
  .detailsPopWrap .detailPopInn .detailPopMain .dpmHeader {
    flex-flow: column;
  }
  .detailsPopWrap .detailPopInn .detailPopMain .dpmHeader h1 {
    text-align: center;
    width: 100%;
  }
  .detailsPopWrap .detailPopInn .detailPopMain .dpmHeader h1 small {
    width: 100%;
    text-align: center;
  }
  /***********************  05-02-2022  ************************/
  .ooh_headSection .ooh_headInner .ooh_topLeftPart.travelTxt h1 span:after {
    display: none !important;
  }
  .ooh_headSection .ooh_headInner .ooh_hiTReeBlk.retailTriBlk .oh_blk:last-child {
    width: 100% !important;
  }
  .ooh_darkSection .ooh_darkSectionInner picture.ooh_DakkSecImage {
    padding: 0 8px;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart h1 span:after {
    display: none;
  }
  .bigDarkSec .darkSecInn .txtsblocksWrap .blocksWrap::after {
    display: none;
  }
  .diffranceWrap .diffrenceInner .difftopHead .diffBoxes .dfBox {
    width: 32%;
    margin: 4px 0;
  }
  /************* 31-08-2022 *******************/
  .ooh_headSection .ooh_headInner {
    margin: 120px 0 55px 0;
    display: flex;
    justify-content: space-between;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart {
    max-width: unset;
    width: 100%;
    padding: 0 25px;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart::after {
    display: none;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart::before {
    display: none;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart .ooh_hiTReeBlk {
    flex-flow: column;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart .ooh_hiTReeBlk .oh_blk {
    width: 100%;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart .ooh_hiTReeBlk .oh_blk h4 {
    width: 100%;
  }
  .ooh_headSection .ooh_headInner .ooh_TopsideimageRight {
    width: 312px;
    max-width: unset;
    padding: 0 24px;
    margin: 35px 0 0 0;
  }
  .ooh_darkSection {
    margin: -22px 0 200px 0;
  }
  .ooh_darkSection .ooh_darkSectionInner .ood_darkSecHead p img {
    display: none;
  }
  .ooh_darkSection .ooh_darkSectionInner .ooh__listingBlock .ooh_MainList .ooh_mlBlock {
    max-width: unset;
    width: 48%;
    padding: 0 14px;
  }
  .ooh_tteWrap .ttewrap .tteInner {
    flex-flow: column;
    padding: 0 20px;
  }
  .ooh_tteWrap .ttewrap .tteInner h3 {
    text-align: center;
  }
  .ooh_tteWrap .ttewrap .tteInner a {
    margin: 22px 0 0 0;
  }
  /*********** 02-09-2022 ************/
  .wwa_TopWrap::after {
    top: 14px;
  }
  .wwa_TopWrap .wwa_topInn {
    flex-flow: column;
    padding: 0 15px;
    margin: 135px 0 60px 0;
  }
  .wwa_TopWrap .wwa_topInn picture {
    margin: 20px 0 0 0;
  }
  .wwa_TopWrap .wwa_topInn picture span {
    width: 100%;
    left: 0;
    bottom: 0;
    position: relative;
    float: left;
    margin: 20px 0 0 0;
  }
  .wwa_LeadershipBlock {
    position: relative;
  }
  .wwa_LeadershipBlock::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 16px;
  }
  .wwa_LeadershipBlock .wwa_leaderShipInn {
    margin: 60px 0;
    padding: 0 9px;
  }
  .wwa_partnerWrap .wwa_partnerInner {
    margin: 35px 0 60px 0;
    flex-flow: column;
  }
  .wwa_partnerWrap .wwa_partnerInner .wwa_ptnarblocks {
    margin: 40px 0 0 0;
  }
  .wwa_partnerWrap .wwa_partnerInner .wwa_ptnarblocks .wwa_ptBlk {
    width: 48.5%;
    float: left;
  }
  .wwa_joinUsWrap .wwa__joinUsInner {
    margin: 45px 0 0 0;
    flex-flow: column;
    padding: 0 15px;
  }
  .wwa_joinUsWrap .wwa__joinUsInner picture {
    margin: 25px 0 0 0;
  }
  .wwa_joinUsWrap .wwa__joinUsInner picture span {
    width: 100%;
    left: 0;
    padding: 14px 18px;
    position: relative;
    top: 0;
    margin: 23px 0 0 0;
  }
  .wwa_joinUsWrap .wwa__joinUsInner picture span p {
    font-size: 14px;
  }
  .wwa_joinUsWrap .wwa__joinUsInner picture span p img {
    width: 17px;
    float: left;
    margin: 3px 9px 0 0px;
  }
  .wwa_joinUsWrap .ooh_tteWrap {
    margin: 45px 0 0 0;
  }
  .wwa_joinUsWrap .ooh_tteWrap .ttewrap {
    margin: 0;
  }
  .wwa_LeadershipBlock .wwa_leaderShipInn .wwa_leadersBlock {
    width: 50%;
  }
  .ooh_darkSection .ooh_darkSectionInner picture.ooh_DakkSecImage {
    padding: 0 25px;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart.retailText h1 span:after {
    display: none;
  }
  .ooh_headSection .ooh_headInner .ooh_hiTReeBlk.retailTriBlk .oh_blk:last-child {
    width: 100% !important;
  }
  /******************  inner pages 15-09-2022  ***********************/
  .subInnHead .subInn {
    margin: 117px 0 36px 0;
    padding: 0 20px;
  }
  .subInnBody .subInnContain {
    flex-flow: row wrap;
    padding: 0 11px;
  }
  .subInnBody .subInnContain .sicTextsection.placeCast article {
    margin: -67px 0 0 0;
  }
  .subInnBody .subInnContain .sicAsideWrap {
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
  }
  .urbanPlaningMark h1 span {
    margin: 0 0 0 0 !important;
  }
  /********26-10-2022********/
  .wwa_partnerWrap .wwa_partnerInner .wwa_partnerHeaderText {
    max-width: 87%;
  }
  /**************************  12-11-2022  ***********************/
  .blogListPageHeadWrap .blogLIstPageInner {
    margin: 150px 0 0 0px;
    padding: 0 30px;
  }
  .blogListPageHeadWrap .blogLIstPageInner .backBttn {
    top: 0;
    left: 23px;
  }
  .blogListPageHeadWrap:after {
    width: 100%;
    height: 106%;
    top: 0;
    left: 0;
    border-radius: 0;
  }
  .blogDetailstextWrap .bDetailsSmallContainer p img {
    margin-left: 0;
    max-width: unset;
    width: 100%;
  }
  .blogListPageHeadWrap .blogLIstPageInner article {
    width: 376px;
    float: left;
  }
  .blogListPageHeadWrap .blogLIstPageInner article h1 {
    font-size: 30px;
    margin: 21px 0 0 0;
  }
  .blogListPageHeadWrap .blogLIstPageInner article h2 {
    margin: 18px 0 0 0;
    font-size: 26px;
  }
  .blogListPageHeadWrap .blogLIstPageInner article p {
    width: auto !important;
    font-size: 16px;
    line-height: 24px;
    margin: 7px 0 0 0;
  }
  .blogDetailstextWrap .bDetailsSmallContainer p {
    margin: 5px 0;
  }
  .blogDetailstextWrap .bDetailsSmallContainer p img {
    max-width: unset !important;
    margin: 5px 0 !important;
    width: 100%;
  }
  .blogDetailstextWrap .bDetailsSmallContainer p img.alignright {
    max-width: unset !important;
    margin: 5px 0 !important;
  }
  .blogDetailstextWrap .bDetailsSmallContainer p img.alignleft {
    max-width: unset !important;
    margin: 5px 0 !important;
  }
  .blogDetailstextWrap .bDetailsSmallContainer h2 {
    margin: 7px 0;
  }
  /********************************  10-07-2023  ******************************/
  .landingTop {
    min-height: unset;
  }
  .landingTop .landingInner {
    margin: 110px 0 0 0;
    padding: 0 11px;
    justify-content: center;
  }
  .landingTop .landingInner .formWrap {
    margin: 40px 0 0 0;
    padding: 22px 15px;
  }
  .landingTop .landingInner .formWrap h3 {
    text-align: center;
  }
  .phcy__wrap {
    margin: 55px 0 0 0;
  }
  .phcy__wrap .phcyInner {
    padding: 0;
    justify-content: center;
  }
  .phcy__wrap .phcyInner .phcyContents {
    justify-content: center;
    margin: 45px 0 0 0;
    gap: 40px;
    width: 100%;
  }
  .contactPageSection {
    min-height: unset;
  }
  .contactPageSection .landingInner {
    margin: 110px 0 0 0;
    padding: 0 11px;
    justify-content: center;
  }
  .contactPageSection .landingInner .formWrap {
    margin: 40px 0 0 0;
    padding: 22px 15px;
  }
  .contactPageSection .landingInner .formWrap h3 {
    text-align: center;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .toggle_icon {
    display: block;
    float: right;
    width: auto;
    margin: 0;
    position: relative;
    height: 34px;
    padding: 6px 0px;
    z-index: 10;
  }
  .toggle_icon b {
    width: 26px;
    height: 3px;
    background: #000;
    float: left;
    position: relative;
    transition: 0.2s ease-in-out;
  }
  .toggle_icon b:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 3px;
    background: #000;
    right: 0;
    transition: 0.2s ease-in-out;
    bottom: -10px;
  }
  .toggle_icon b:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 3px;
    background: #000;
    right: 0;
    bottom: -20px;
    transition: 0.2s ease-in-out;
  }
  .toggle_icon b.creatCross {
    transform: rotate(45deg) translate(0px, 0);
    margin: 12px 0 0 0;
  }
  .toggle_icon b.creatCross:after {
    opacity: 0;
  }
  .toggle_icon b.creatCross:before {
    transform: rotate(-90deg) translate(19px, 0px);
  }
  header {
    top: 40px;
  }
  header .headerInner {
    flex-flow: row wrap;
  }
  header .headerInner ul {
    padding: 75px 15px 0 15px;
    margin: 0 0;
    position: fixed;
    width: 75%;
    height: 100%;
    overflow: auto;
    z-index: 99;
    background: #2E2A4A;
    top: 0;
    left: -76%;
    transition: 0.3s ease-in-out;
  }
  header .headerInner ul li {
    width: 100%;
    margin: 0px 0 0 0;
  }
  header .headerInner ul li a {
    color: #fff;
    padding: 4px 19px;
    width: 100%;
  }
  header .headerInner ul li a span {
    float: right;
  }
  header .headerInner ul li:nth-last-child(2) {
    margin: 0px 0 95px 0;
  }
  header .headerInner ul li:nth-last-child(2) a {
    color: #2E2A4A;
  }
  header .headerInner ul li ul.sub-menu {
    width: 100%;
    float: left;
    position: relative;
    left: 0;
    top: 0;
    margin: 15px 0 0 0;
    height: auto;
    transition: 0ms;
  }
  header .headerInner ul li ul.sub-menu li {
    width: 100%;
    margin: 0 0;
  }
  header .headerInner ul li ul.sub-menu li a {
    color: #2E2A4A;
  }
  header .headerInner ul li ul.sub-menu li:nth-last-child(2) {
    margin: 0px 0 0px 0;
  }
  header .headerInner ul li ul.sub-menu li:nth-last-child(2) a {
    color: #2E2A4A !important;
    background-color: #fff !important;
  }
  header .headerInner ul li ul.sub-menu::after {
    border-radius: 0;
    top: -3px;
    left: 32px;
  }
  header .headerInner ul.activeNav {
    left: 0;
  }
  header .headerInner ul .rightBttns {
    display: block !important;
  }
  header .headerInner ul:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/logoWhite.svg);
    background-size: 160px;
    background-repeat: no-repeat;
    background-position: 15px 28px;
    width: 100%;
    height: 85px;
  }
  header .headerInner .rightBttns {
    width: auto;
    float: left;
    margin: 0;
    position: absolute;
    top: 330px;
    z-index: 100;
    transition: 0.5s ease-in-out;
    left: -100%;
    border-left: 1px solid #fff;
    display: none;
  }
  header .headerInner .rightBttns a {
    background-color: #fff;
    color: #2e2a4a;
  }
  header .headerInner .rightBttns a:first-child {
    color: #fff;
  }
  header .headerInner .rightBttns.arBttns {
    left: 23px;
  }
  header .headerInner .rightBttns.down {
    top: 520px;
  }
  .topSection .topSecInner article p {
    margin: 25px 0 0 0;
  }
  .whwFullWrap .whwInn {
    margin: 45px 0;
  }
  .bigDarkSec .darkSecInn {
    position: relative;
  }
  .bigDarkSec .darkSecInn .clientsLogs {
    position: relative;
  }
  .bigDarkSec .darkSecInn .clientsLogs .logosWrap {
    flex-flow: row wrap;
  }
  .bigDarkSec .darkSecInn .clientsLogs .logosWrap a {
    width: 16%;
    float: left;
    padding: 9px 12px;
  }
  .bigDarkSec .darkSecInn .clientsLogs .logosWrap a img {
    width: 100%;
  }
  .bigDarkSec .darkSecInn .txtsblocksWrap {
    flex-flow: row wrap;
  }
  .bigDarkSec .darkSecInn .txtsblocksWrap article {
    width: 100%;
  }
  .bigDarkSec .darkSecInn .txtsblocksWrap .blocksWrap {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .bigDarkSec .darkSecInn .txtsblocksWrap .blocksWrap .blockBox {
    width: 100%;
  }
  .bigDarkSec .darkSecInn .txtsblocksWrap .blocksWrap .blockBox::after {
    left: -41px;
    display: none;
  }
  .bigDarkSec .darkSecInn .txtsblocksWrap .blocksWrap::after {
    left: 43px;
    display: none;
  }
  .diffranceWrap .diffrenceInner {
    position: relative;
  }
  .diffranceWrap .diffrenceInner .difftopHead {
    flex-flow: row wrap;
    align-items: flex-start;
  }
  .diffranceWrap .diffrenceInner .difftopHead article {
    width: 100%;
  }
  .diffranceWrap .diffrenceInner .difftopHead .diffBoxes {
    width: 100%;
    margin: 16px 0 0 0;
  }
  .diffranceWrap .diffrenceInner .difftopHead .diffBoxes .dfBox {
    width: 24%;
    margin: 4px 0;
  }
  .diffranceWrap .diffrenceInner .difftopHead .diffBoxes .dfBox:nth-child(even) {
    transform: none;
  }
  .diffranceWrap .diffrenceInner .ttewrap {
    position: relative;
  }
  .diffranceWrap .diffrenceInner .ttewrap .ttecontent {
    padding: 0 12px;
  }
  .diffranceWrap .diffrenceInner .ttewrap .ttecontent .tteInner {
    flex-flow: row wrap;
  }
  .diffranceWrap .diffrenceInner .ttewrap .ttecontent .tteInner h3 {
    font-size: 20px;
  }
  .diffranceWrap .diffrenceInner .ttewrap .ttecontent .tteInner a {
    margin: 20px 0 0 0;
  }
  footer .footerInner .row .footerBox {
    float: left;
    margin: 19px 0;
  }
  .contactPageWrap .contactPinner {
    margin: 210px 0 90px 0;
  }
  .contactPageWrap .contactPinner .contactWrp {
    flex-flow: row wrap;
  }
  .contactPageWrap .contactPinner .contactWrp .setUpmeetingWrap {
    margin: 0 0 0 0;
  }
  .contactPageWrap .contactPinner .contactWrp .setUpmeetingWrap .setUpmeetingWrap {
    flex-flow: row wrap;
  }
  .contactPageWrap .contactPinner .contactWrp .setUpmeetingWrap .setUpmeetingWrap article {
    width: 100%;
    margin: 0 0 20px 0;
  }
  /************* 31-08-2022 *******************/
  .ooh_headSection .ooh_headInner {
    margin: 120px 0 55px 0;
    display: flex;
    justify-content: space-between;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart {
    max-width: unset;
    width: 100%;
    padding: 0 5px;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart::after {
    display: none;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart::before {
    display: none;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart .ooh_hiTReeBlk {
    flex-flow: column;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart .ooh_hiTReeBlk .oh_blk {
    width: 100%;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart .ooh_hiTReeBlk .oh_blk h4 {
    width: 100%;
  }
  .ooh_headSection .ooh_headInner .ooh_TopsideimageRight {
    width: 312px;
    max-width: unset;
    padding: 0 24px;
    margin: 35px 0 0 0;
  }
  .ooh_darkSection {
    margin: -22px 0 200px 0;
  }
  .ooh_darkSection .ooh_darkSectionInner .ood_darkSecHead p img {
    display: none;
  }
  .ooh_darkSection .ooh_darkSectionInner .ooh__listingBlock .ooh_MainList .ooh_mlBlock {
    max-width: unset;
    width: 48%;
    padding: 0 14px;
  }
  .ooh_tteWrap .ttewrap .tteInner {
    flex-flow: column;
    padding: 0 20px;
  }
  .ooh_tteWrap .ttewrap .tteInner h3 {
    text-align: center;
  }
  .ooh_tteWrap .ttewrap .tteInner a {
    margin: 22px 0 0 0;
  }
  /*********** 02-09-2022 ************/
  .wwa_TopWrap::after {
    top: 14px;
  }
  .wwa_TopWrap .wwa_topInn {
    flex-flow: column;
    padding: 0 15px;
    margin: 135px 0 60px 0;
  }
  .wwa_TopWrap .wwa_topInn picture {
    margin: 20px 0 0 0;
  }
  .wwa_TopWrap .wwa_topInn picture span {
    width: 100%;
    left: 0;
    bottom: 0;
    position: relative;
    float: left;
    margin: 20px 0 0 0;
  }
  .wwa_LeadershipBlock {
    position: relative;
  }
  .wwa_LeadershipBlock::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 16px;
  }
  .wwa_LeadershipBlock .wwa_leaderShipInn {
    margin: 60px 0;
    padding: 0 9px;
  }
  .wwa_partnerWrap .wwa_partnerInner {
    margin: 35px 0 60px 0;
    flex-flow: column;
  }
  .wwa_partnerWrap .wwa_partnerInner .wwa_ptnarblocks {
    margin: 40px 0 0 0;
  }
  .wwa_partnerWrap .wwa_partnerInner .wwa_ptnarblocks .wwa_ptBlk {
    width: 48.5%;
    float: left;
  }
  .wwa_joinUsWrap .wwa__joinUsInner {
    margin: 45px 0 0 0;
    flex-flow: column;
    padding: 0 15px;
  }
  .wwa_joinUsWrap .wwa__joinUsInner picture {
    margin: 25px 0 0 0;
  }
  .wwa_joinUsWrap .wwa__joinUsInner picture span {
    width: 100%;
    left: 0;
    padding: 14px 18px;
    position: relative;
    top: 0;
    margin: 23px 0 0 0;
  }
  .wwa_joinUsWrap .wwa__joinUsInner picture span p {
    font-size: 14px;
  }
  .wwa_joinUsWrap .wwa__joinUsInner picture span p img {
    width: 17px;
    float: left;
    margin: 3px 9px 0 0px;
  }
  .wwa_joinUsWrap .ooh_tteWrap {
    margin: 45px 0 0 0;
  }
  .wwa_joinUsWrap .ooh_tteWrap .ttewrap {
    margin: 0;
  }
  .wwa_LeadershipBlock .wwa_leaderShipInn .wwa_leadersBlock {
    width: 50%;
  }
  .ooh_darkSection .ooh_darkSectionInner picture.ooh_DakkSecImage {
    padding: 0 25px;
  }
  .ooh_headSection .ooh_headInner .ooh_topLeftPart.retailText h1 span:after {
    display: none;
  }
  .ooh_headSection .ooh_headInner .ooh_hiTReeBlk.retailTriBlk .oh_blk:last-child {
    width: 100% !important;
  }
  /*****26-10-2022*****/
  .wwa_partnerWrap .wwa_partnerInner .wwa_partnerHeaderText {
    max-width: 68%;
  }
  /**************************  12-11-2022  ***********************/
  .blogListPageHeadWrap .blogLIstPageInner {
    margin: 150px 0 0 0px;
    padding: 0 66px;
  }
  .blogListPageHeadWrap .blogLIstPageInner .backBttn {
    top: 0;
    left: 67px;
  }
  .blogListPageHeadWrap:after {
    width: 100%;
    height: 106%;
    top: 0;
    left: 0;
    border-radius: 0;
  }
  .blogDetailstextWrap .bDetailsSmallContainer p img {
    margin-left: 0;
    max-width: 100%;
  }
  .blogListPageHeadWrap .blogLIstPageInner picture.blogInnPicture {
    width: 450px;
    height: auto;
  }
  .blogListPageHeadWrap .blogLIstPageInner article {
    width: 400px;
    float: left;
  }
  .blogListPageHeadWrap .blogLIstPageInner article h1 {
    font-size: 30px;
    margin: 21px 0 0 0;
  }
  .blogListPageHeadWrap .blogLIstPageInner article h2 {
    margin: 18px 0 0 0;
    font-size: 26px;
  }
  .blogListPageHeadWrap .blogLIstPageInner article p {
    width: auto !important;
    font-size: 16px;
    line-height: 24px;
    margin: 7px 0 0 0;
  }
  .blogDetailstextWrap .bDetailsSmallContainer p {
    margin: 5px 0;
  }
  .blogDetailstextWrap .bDetailsSmallContainer p img {
    max-width: 100% !important;
    margin: 5px 0 !important;
  }
  .blogDetailstextWrap .bDetailsSmallContainer h2 {
    margin: 7px 0;
  }
  /********************************  10-07-2023  ******************************/
  .landingTop {
    min-height: unset;
  }
  .landingTop .landingInner {
    margin: 110px 0 0 0;
    padding: 0 11px;
    justify-content: center;
  }
  .landingTop .landingInner .formWrap {
    margin: 40px 0 0 0;
    padding: 22px 15px;
  }
  .landingTop .landingInner .formWrap h3 {
    text-align: center;
  }
  .phcy__wrap {
    margin: 55px 0 0 0;
  }
  .phcy__wrap .phcyInner {
    padding: 0;
    justify-content: center;
  }
  .phcy__wrap .phcyInner .phcyContents {
    justify-content: center;
    margin: 45px 0 0 0;
    gap: 40px;
    width: 100%;
  }
  .contactPageSection {
    min-height: unset;
  }
  .contactPageSection .landingInner {
    margin: 110px 0 0 0;
    padding: 0 11px;
    justify-content: center;
  }
  .contactPageSection .landingInner .formWrap {
    margin: 40px 0 0 0;
    padding: 22px 15px;
  }
  .contactPageSection .landingInner .formWrap h3 {
    text-align: center;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1291px) {
  .wwa_leaderShipInn {
    padding: 0 35px;
  }
  .wwa_joinUsWrap .wwa__joinUsInner {
    padding: 0 37px;
  }
  .wwa_TopWrap .wwa_topInn {
    padding: 0 35px;
  }
  .ooh_darkSection .ooh_darkSectionInner picture.ooh_DakkSecImage {
    padding: 0 25px;
  }
  .blogListPageHeadWrap .blogLIstPageInner {
    padding: 0 31px;
  }
  .blogListPageHeadWrap .blogLIstPageInner .backBttn {
    left: 31px;
  }
  .contactPageSection {
    padding: 0 23px;
  }
  .contactPageSection .landingInner .contactLeft {
    width: 490px;
  }
}/*# sourceMappingURL=responsive.css.map */