/*
Theme Name: Megaworld
Theme URI: 
Description: Megaworld Theme
Author: Janndel Rosario
Author URI: 
Template: twentytwenty
Version: 1.1
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Tue, 03 Mar 2020 02:32:30 +0000 */
/* The plugin now uses the recommended approach for loading the css files.*/

/********************************************/
/************* CUSTOM FONTS *****************/
/********************************************/

section {
  padding: unset;
}

@font-face {
  font-family: Metropolis SemiBold;
  src: url("https://megaworldmnl.com/wp-content/themes/megaworld/assets/fonts/Metropolis-SemiBold.otf");
}
@font-face {
  font-family: Metropolis Bold;
  src: url("https://megaworldmnl.com/wp-content/themes/megaworld/assets/fonts/Metropolis-Bold.otf");
}
@font-face {
  font-family: Silka Regular;
  src: url("https://megaworldmnl.com/wp-content/themes/megaworld/assets/fonts/silka-regular-webfont.ttf");
}
@font-face {
  font-family: Montserrat;
  src: url("https://megaworldmnl.com/wp-content/themes/megaworld/assets/fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "montserratregular";
  src: url("https://megaworldmnl.com/wp-content/themes/megaworld/assets/fonts/montserrat-regular-webfont.woff2") format("woff2"),
    url("https://megaworldmnl.com/wp-content/themes/megaworld/assets/fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserratbold";
  src: url("https://megaworldmnl.com/wp-content/themes/megaworld/assets/fonts/montserrat-bold-webfont.woff2") format("woff2"),
    url("https://megaworldmnl.com/wp-content/themes/megaworld/assets/fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* @import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap"); */

/**********************************************/
/********** GENERAL STYLES ********************/
/**********************************************/
body {
  background-color: #f2f2f5;
}
p,
span {
  /* font-family: "Silka Regular", sans-serif; */
  font-family: "montserratregular";
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  color: #666;
}
h1 {
  /* font-family: "Metropolis Bold", sans-serif; */
  font-family: "montserratbold";
  font-size: 25px;
  line-height: 48px;
  margin: 0;
  color: #000;
  margin-bottom: 15px;
  font-weight: bold;
}
h2 {
  /* font-family: "Metropolis Bold", sans-serif; */
  font-family: "montserratbold";
  font-size: 25px;
  line-height: 36px;
  margin: 0;
  color: #000;
  font-weight: unset;
}
h3 {
  /* font-family: "Metropolis Bold", sans-serif; */
  font-family: "montserratbold";
  font-size: 20px;
  line-height: 23px;
  margin: 0;
  color: #000;
  font-weight: unset;
}
h4 {
  /* font-family: "Metropolis Bold", sans-serif; */
  font-family: "montserratbold";
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  color: #000;
  font-weight: unset;
}
a {
  display: inline-block;
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
}

/***************************************************/
/*************** STICKY HEADER *********************/
#mgwrld__fixedHeaderOnScroll {
  position: fixed;
  top: -100%;
  width: 100%;
  z-index: 10;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.hideThisOnScroll {
  display: none !important;
}
.showThisOnScroll {
  top: 0 !important;
}

/***************************************************/
/************ HEADER DESKTOP ***********************/
/***************************************************/
.mgwrld__topHeaderMainWrapper {
  /* background-color: #262d64; */
  background-color: #1886e7;
}
.mgwrld__topHeaderContentWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.mgwrld__topHeaderContentWrapper ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
}
.mgwrld__topHeaderContentWrapper li {
  margin: 0 !important;
}
.mgwrld__topHeaderContentWrapper a {
  color: #ffffff;
  font-size: 15px;
  padding: 15px 10px;
  /* font-family: "Silka Regular", sans-serif; */
  font-family: "montserratregular";
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.mgwrld__topHeaderContentWrapper a:hover,
.mgwrld__topHeaderContentWrapper a:focus {
  color: #262d64;
  background-color: #ffffff;
}
.mgwrld__topHeaderContentWrapper p {
  color: #ffffff;
  font-size: 15px;
  padding: 10px 15px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.mgwrld__topHeaderContentWrapper p:hover,
.mgwrld__topHeaderContentWrapper p:focus {
  cursor: pointer;
  color: #262d64;
  background-color: #ffffff;
}
.mgwrld__topHeaderRightContentList li:first-of-type > p i {
  margin-right: 10px;
}
.mgwrld__topHeaderRightContentList li:last-of-type > p i {
  margin-left: 10px;
}
.mgwrld__topHeaderRightContentList li:nth-of-type(2) > p {
  padding: 0;
  height: 75%;
  border: 0.5px solid #ffffff;
  margin-top: 8px;
}

.mgwrld__navigationBarHeaderMainWrapper {
  background-color: transparent;
  position: absolute;
  z-index: 10;
}
.mgwrld__navigationBarHeaderMainWrapper_other {
  background-color: #ffffff;
  overflow: hidden;
}
.mgwrld__navigationBarDesktopWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.mgwrld__navigationBarDesktopWrapper ul {
  display: flex;
  list-style-type: none;
}
.mgwrld__navigationBarDesktopWrapper ul > li {
  margin: 0;
}
.mgwrld__navigationBarDesktopWrapper ul > li > a {
  /* font-family: "Silka Regular", sans-serif; */
  font-family: "montserratregular";
  font-size: 15px;
  color: #fff;
  padding: 35px 20px;
}

.mgwrld__navigationBarHeaderMainWrapper_other
  .mgwrld__navigationBarDesktopWrapper
  ul
  > li
  > a {
  /* font-family: "Silka Regular", sans-serif; */
  font-family: "montserratregular";
  font-size: 15px;
  color: #000;
  padding: 35px 20px;
}

.mgwrld__navigationBarHeaderMainWrapper_other
  .mgwrld__navigationBarDesktopWrapper
  ul
  li
  a:hover {
  color: #fff;
}

.mgwrld__navigationBarHeaderMainWrapper_other
  .mgwrld__navigationBarDesktopWrapper
  .sub-menu
  a {
  color: #fff;
}
.mgwrld__navigationBarDesktopWrapper ul > li:not(:last-of-type) > a,
.sub-menu > li:last-of-type > a {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.mgwrld__navigationBarDesktopWrapper ul > li:not(:last-of-type) > a:before,
.sub-menu > li:last-of-type > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1886e7;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.mgwrld__navigationBarDesktopWrapper ul > li:not(:last-of-type) > a:hover,
.mgwrld__navigationBarDesktopWrapper ul > li:not(:last-of-type) > a:focus {
  /* color: #000; */
  font-weight: 600;
}
.sub-menu > li:last-of-type > a:hover,
.sub-menu > li:last-of-type > a:focus {
  color: white !important;
  font-weight: 600;
}
.mgwrld__navigationBarDesktopWrapper
  ul
  > li:not(:last-of-type)
  > a:hover:before,
.mgwrld__navigationBarDesktopWrapper
  ul
  > li:not(:last-of-type)
  > a:focus:before,
.sub-menu > li:last-of-type > a:hover:before,
.sub-menu > li:last-of-type > a:focus:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.mgwrld__navigationBarDesktopWrapper ul > li:last-of-type > a {
  padding-right: 15px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.mgwrld__navigationBarDesktopWrapper ul > li:last-of-type > a:hover,
.mgwrld__navigationBarDesktopWrapper ul > li:last-of-type > a:focus {
  color: #262d64;
}
#mgwrld__mainNavigationBar .sub-menu {
  position: absolute;
  flex-direction: column;
  background-color: #1886e7;
  z-index: 5;
  margin: 0;
  opacity: 0;
  top: 60px;
  display: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}

.mgwrld__navigationBarHeaderMainWrapper_other
  #mgwrld__mainNavigationBar
  .sub-menu {
  position: absolute;
  flex-direction: column;
  background-color: #1886e7;
  z-index: 5;
  margin: 0;
  opacity: 0;
  top: 113px;
  display: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.sub-menu > li > a {
  padding: 15px !important;
  width: 100%;
}
#mgwrld__mainNavigationBar > .menu-item-has-children:hover .sub-menu,
#mgwrld__mainNavigationBar > .menu-item-has-children:focus .sub-menu {
  display: block;
  opacity: 1;
}

/*******************************************************/
/****************** SEARCH BAR *************************/
/*******************************************************/
.mgwrld__searchBarDesktop form {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
}
.mgwrld__searchBarDesktop input[type="text"] {
  padding: 15px 25px;
  font-size: 15px;
  /* font-family: "Silka Regular", sans-serif; */
  font-family: "montserratregular";
  background-color: #ebebeb;
  border: 0;
  position: relative;
  height: 100%;
}
.mgwrld__buttonCloseSearch {
  position: absolute;
  top: 25%;
  right: 3%;
  font-size: 32px;
  /* font-family: "Silka Regular", sans-serif; */
  font-family: "montserratregular";
  padding: 10px;
  z-index: 1;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.mgwrld__buttonCloseSearch:hover,
.mgwrld__buttonCloseSearch:focus {
  cursor: pointer;
  color: #262d64;
}
.mgwrld__navigationBarHeaderMainWrapper > div {
  position: relative;
}
.mgwrld__searchBarDesktop {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: -150%;
  right: 100%;
  display: flex;
  transition: 0.8s;
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
}
.mgwrld__searchBarDesktop.showSearch {
  left: 0 !important;
  right: 0 !important;
}

/*******************************************************/
/*************** HEADER MOBILE *************************/
/*******************************************************/
.mgwrld__mobileBarHeaderMainWrapper {
  background-color: #ffffff;
  padding: 10px 0;
}
.mgwrld__mobileBarHeaderMainContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mgwrld__buttonMobileNavWrapper {
  padding: 10px 15px;
  font-size: 20px;
  background-color: #f2f2f5 !important;
  color: #1886e7;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.mgwrld__buttonMobileNavWrapper:hover,
.mgwrld__buttonMobileNavWrapper:focus {
  background-color: #1886e7 !important;
  color: #ffffff;
}
.mgwrld__mobileNavigationBarMainWrapper {
  position: fixed;
  top: -130%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  height: 100vh;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.mgwrld__mobileNavigationBarMainContainer {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
}
.mgwrld__mobileNavigationBarMainContainer ul {
  list-style-type: none;
  width: 100%;
  text-align: center;
  padding: 40px 0;
}
.mgwrld__mobileNavigationBarMainContainer img {
  margin: 0 auto;
}
.mgwrld__mobileNavigationBarMainContainer a {
  /* font-family: "Silka Regular", sans-serif; */
  font-family: "montserratregular";
  font-size: 15px;
  color: #000000;
  width: 100%;
  padding: 10px 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.mgwrld__mobileNavigationBarMainContainer a:hover,
.mgwrld__mobileNavigationBarMainContainer a:focus {
  color: #262d64;
  font-weight: 600;
}
.setTopPositionToZero {
  top: 0 !important;
  z-index: 1;
}
.mgwrld__buttonCloseMobileNavigationWrapper {
  position: absolute;
  top: 14%;
  right: 0;
  background-color: #f4ede6 !important;
  color: #262d64;
  padding: 15px;
}

/*******************************************************/
/*************** HERO BANNER ***************************/
/*******************************************************/
/* .mgwrld__homepageBannerMainWrapper {
  position: relative;
  background-color: #f5f5f7;
} */

.mgwrld__homepageBannerMainWrapper {
  background-image: url("https://megaworldmnl.com/wp-content/themes/megaworld/assets/images/megaworld-new-homepage-banner.jpg");
  /* background-image: url(https://megaworldmnl.com/wp-content/uploads/2021/06/megaworld-new-homepage-banner.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mgwrld__homepageBannerMainWrapper h1 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
}
.mgwrld__homepageBannerMainWrapper img {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
}
.mgwrld__homepageBannerContentWrapper {
  text-align: center;
  /* padding: 130px 0; */
  padding: 155px 0 130px;
}
.mgwrld__homepageBannerContentWrapper p {
  font-size: 16px;
  margin-bottom: 15px;
}
.mgwrld__homepageBannerContentWrapper a {
  background-color: #262d64;
  color: white;
  font-family: "Metropolis SemiBold";
  padding: 15px 30px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.mgwrld__homepageBannerContentWrapper a:after {
  content: "Book Now \f101";
  font-family: "FontAwesome", Metropolis SemiBold, sans-serif;
  position: absolute;
  right: -100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  background-color: #36408a;
  color: white;
  padding: 20px;
  width: 100%;
  transition: 0.7s;
  justify-content: center;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
}
.mgwrld__homepageBannerContentWrapper a:hover:after,
.mgwrld__homepageBannerContentWrapper a:focus:after {
  right: 0;
}

/*******************************************************/
/********** FIND UNITS SEARCH **************************/
/*******************************************************/
.mgwrld__searchUnitsFormMainWrapper {
  background-color: #f4ede6;
  padding: 25px 0;
}
.searchUnitsFormMain {
  background-color: rgba(0, 0, 0, 0.45);
  padding: 30px 0;
  width: 80%;
  margin: 0 auto;
}
.searchUnitsFormMain h3,
.searchUnitsFormMain p {
  color: #fff;
}
.searchUnitsFormMain h3 {
  font-size: 24px;
}
.mgwrld__searchUnitsFormBox select {
  color: #666;
  border: 0;
  outline: 0;
  /* font-family: "Silka Regular"; */
  font-family: "montserratregular";
  font-size: 15px;
  padding: 20px 100px 20px 25px;
  margin-right: 30px;
}
.mgwrld__searchUnitsFormBox {
  display: flex;
  justify-content: center;
}

.mgwrld__unitSearchFormButtonWrapper {
  background-color: #1886e7 !important;
  /* font-family: "Metropolis SemiBold", sans-serif; */
  font-family: "montserratregular";
  font-size: 15px;
  text-transform: capitalize;
  padding: 20px 60px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.mgwrld__unitSearchFormButtonWrapper:hover,
.mgwrld__unitSearchFormButtonWrapper:focus {
  text-decoration: none;
  background-color: transparent !important;
  color: #fff;
  padding: 20px 60px;
  border: 1px solid #fff;
  transition: 0.4s;
}
/* .mgwrld__unitSearchFormButtonWrapper:after {
  content: "Find Units \f002";
  font-family: "FontAwesome", Metropolis SemiBold, sans-serif;
  position: absolute;
  right: -70%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  background-color: #1886e7;
  color: white;
  padding: 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
} */
.mgwrld__unitSearchFormButtonWrapper:hover:after,
.mgwrld__unitSearchFormButtonWrapper:focus:after {
  width: 100%;
  right: 0;
  justify-content: center;
}

/*******************************************************/
/**************** PREMIUM REAL ESTATE ******************/
/*******************************************************/
.mgwrld__premiumPropertiesMainWrapper {
  background-image: url("https://megaworldmnl.com/wp-content/themes/megaworld/assets/images/premium-real-estate-bg-2.jpg");
  /* background-image: url(https://megaworldmnl.com/wp-content/uploads/2021/06/premium-real-estate-bg.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 105px 0;
}
.mgwrld__premiumPropertiesMainWrapper h2 {
  margin-bottom: 10px;
}
.mgwrld__premiumPropertiesMainWrapper p {
  font-size: 16px;
}
.mgwrld__premiumPropertiesInnerWrapper {
  padding-top: 70px;
}
.mgwrld__realEstateImageBox {
  position: relative;
  overflow: hidden;
}
.inner-img {
  transition: 1s;
}

.inner-img:hover {
  transform: scale(1.5);
}

.mgwrld__realEstateImageBox img {
  width: 100%;
  /* height: 200px; */
  max-height: 400px;
  height: 100%;
  object-fit: fill;
}
.mgwrld__realEstateDetailsBox h3 {
  font-size: 25px;
  margin-top: 15px;
}
.mgwrld__seeMoreEstate {
  font-size: 15px;
  font-family: "montserratbold";
  color: #262d64;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
.mgwrld__moreRealEstateButtonWrapper {
  text-align: center;
  padding-top: 70px;
}
/* .mgwrld__realEstateFloatLink {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  background-color: #1886e7;
  bottom: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.mgwrld__realEstateMainBox:hover .mgwrld__realEstateFloatLink,
.mgwrld__realEstateMainBox:focus .mgwrld__realEstateFloatLink {
  bottom: 0;
  top: 0;
} */
.mgwrld__realEstateFloatLink a {
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
}
.mgwrld__moreRealEstateButtonWrapper a {
  font-size: 15px;
  /* font-family: "Metropolis SemiBold", sans-serif; */
  font-family: "montserratbold";
  background-color: #1886e7;
  color: #fff;
  padding: 15px 50px;
  overflow: hidden;
  position: relative;
  border: 1px solid #1886e7;
}
.mgwrld__moreRealEstateButtonWrapper a:hover,
.mgwrld__moreRealEstateButtonWrapper a:focus {
  text-decoration: transparent;
  border: 1px solid #1886e7;
  color: #1886e7;
  padding: 15px 50px;
  background-color: transparent;
}
/* .mgwrld__moreRealEstateButtonWrapper a:after {
  content: "Show Properties \f015";
  font-family: "FontAwesome", Metropolis SemiBold, sans-serif;
  position: absolute;
  right: -100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  background-color: #dfa768;
  color: white;
  width: 100%;
  padding: 15px;
  justify-content: center;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
} */
.mgwrld__moreRealEstateButtonWrapper a:hover:after,
.mgwrld__moreRealEstateButtonWrapper a:focus:after {
  right: 0;
}
.mgwrld__realEstateMainBox {
  position: relative;
  overflow: hidden;
}


/*******************************************************/
/*************** BENEFITS AND PROMOTIONS ***************/
/*******************************************************/
.mgwrld__benefitsPromotionsMainWrapper {
  background-image: url("https://megaworldmnl.com/wp-content/themes/megaworld/assets/images/benefits-promotions-background.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 60px 0;
  background-position: center;
  background-size: cover;
}
.mgwrld__benefitsPromotionsBox {
  padding: 20px 15px;
  top: 0;
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.mgwrld__benefitsPromotionsBox:hover,
.mgwrld__benefitsPromotionsBox:focus {
  top: 3%;
  background-color: #fff;
}
.mgwrld__benefitsPromotionsBox:hover h4,
.mgwrld__benefitsPromotionsBox:focus h4,
.mgwrld__benefitsPromotionsBox:hover p,
.mgwrld__benefitsPromotionsBox:focus p {
  color: #262d64;
}
.mgwrld__benefitsPromotionsBox a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.mgwrld__benefitsPromotionsBox h4 {
  margin: 25px 0 5px;
}
.mgwrld__benefitsPromotionsBox p,
.mgwrld__benefitsPromotionsBox h4 {
  text-align: center;
  color: #fff;
}

/*******************************************************/
/*************** ABOUT MEGAWORLD ***********************/
/*******************************************************/
.mgwrld__aboutMegaMainWrapper {
  padding: 80px 0;
  background-color: #1886e7;
}
.mgwrld__aboutMegaMainWrapper a {
  background-color: #fff;
  color: #000;
  font-size: 15px;
  /* font-family: "Metropolis SemiBold", sans-serif; */
  font-family: "montserratbold";
  padding: 15px 60px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  border: 1px solid #fff;
}
/* .mgwrld__aboutMegaMainWrapper a:after {
  content: "View More \f101";
  font-family: "FontAwesome", Metropolis SemiBold, sans-serif;
  position: absolute;
  right: -100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  background-color: #36408a;
  color: white;
  padding: 15px;
  width: 100%;
  justify-content: center;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
} */
.mgwrld__aboutMegaMainWrapper a:hover:after,
.mgwrld__aboutMegaMainWrapper a:focus:after {
  right: 0;
}
.mgwrld__aboutMegaMainWrapper a:hover,
.mgwrld__aboutMegaMainWrapper a:focus {
  text-decoration: none;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 60px;
}
.mgwrld__aboutMegaMainWrapper h2 {
  margin-bottom: 15px;
  color: #fff;
}
.mgwrld__aboutMegaMainWrapper p {
  color: #fff;
}

/*******************************************************/
/***************** MEGAWORLD BLOGS *********************/
/*******************************************************/
.mgwrld__blogsMegaMainWrapper {
  padding: 100px 0;
  background-color: #fff;
}
.mgwrld__blogsHeaderWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.viewAllproperties {
  text-align: center;
  margin: 20px 0 0;
}
.viewAllproperties a {
  font-size: 15px;
  /* font-family: "Metropolis SemiBold", sans-serif; */
  font-family: "montserratbold";
  background-color: #1886e7;
  color: #fff;
  padding: 15px 50px;
  border: 1px solid #1886e7;
}
.viewAllproperties a:hover {
  background-color: transparent;
  color: #1886e7;
  padding: 15px 50px;
  border: 1px solid #1886e7;
  transition: 0.4s;
}
.mgwrld__blogsHeaderWrapper a {
  font-size: 15px;
  color: #262d64;
  font-family: "Metropolis SemiBold";
}
.mgwrld__blogsHeaderWrapper a:hover,
.mgwrld__blogsHeaderWrapper a:focus {
  color: #000;
}
.mgwrld__blogsBodyWrapper {
  padding: 30px 0;
}
.mgwrld__featuredBlogBox {
  position: relative;
}
.mgwrld__featuredBlogBox img {
  max-width: 350px;
  height: 400px;
}
.mgwrld__featuredBlogFloatingDetails {
  position: absolute;
  background-color: #f2f2f5;
  bottom: 0;
  right: 0;
  left: 20%;
  padding: 20px 15px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.mgwrld__featuredBlogBox:hover .mgwrld__featuredBlogFloatingDetails,
.mgwrld__featuredBlogBox:focus .mgwrld__featuredBlogFloatingDetails {
  background-color: #262d64;
  left: 0;
}
.mgwrld__blogsBodyWrapper h3 {
  font-size: 18px;
}
.mgwrld__featuredBlogFloatingDetails h3 + p,
.mgwrld__moreFeaturedBlogsDetailsWrapper h3 + p {
  color: #969697;
  font-size: 13px;
  margin: 0 0 10px;
}
.mgwrld__featuredBlogFloatingDetails p:last-of-type,
.mgwrld__moreFeaturedBlogsDetailsWrapper p:last-of-type {
  color: #666;
  /* font-family: "Silka Regular", sans-serif; */
  font-family: "montserratregular";
}
.mgwrld__featuredBlogFloatingDetails p > span,
.mgwrld__moreFeaturedBlogsDetailsWrapper p > span {
  color: #262d64;
  font-family: "Metropolis SemiBold", sans-serif;
}
.mgwrld__featuredBlogBox:hover .mgwrld__featuredBlogFloatingDetails h3,
.mgwrld__featuredBlogBox:hover .mgwrld__featuredBlogFloatingDetails p,
.mgwrld__featuredBlogBox:hover .mgwrld__featuredBlogFloatingDetails span,
.mgwrld__moreFeaturedBlogsWrapper:hover
  .mgwrld__moreFeaturedBlogsDetailsWrapper
  h3,
.mgwrld__moreFeaturedBlogsWrapper:hover
  .mgwrld__moreFeaturedBlogsDetailsWrapper
  p,
.mgwrld__moreFeaturedBlogsWrapper:hover
  .mgwrld__moreFeaturedBlogsDetailsWrapper
  span,
.mgwrld__featuredBlogBox:focus .mgwrld__featuredBlogFloatingDetails h3,
.mgwrld__featuredBlogBox:focus .mgwrld__featuredBlogFloatingDetails p,
.mgwrld__featuredBlogBox:focus .mgwrld__featuredBlogFloatingDetails span,
.mgwrld__moreFeaturedBlogsWrapper:focus
  .mgwrld__moreFeaturedBlogsDetailsWrapper
  h3,
.mgwrld__moreFeaturedBlogsWrapper:focus
  .mgwrld__moreFeaturedBlogsDetailsWrapper
  p,
.mgwrld__moreFeaturedBlogsWrapper:focus
  .mgwrld__moreFeaturedBlogsDetailsWrapper
  span {
  color: #fff !important;
}
.mgwrld__moreFeaturedBlogsWrapper {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  margin-bottom: 10px;
}
.mgwrld__moreFeaturedBlogsWrapper:hover,
.mgwrld__moreFeaturedBlogsWrapper:focus {
  background-color: #262d64;
}
.mgwrld__moreFeaturedBlogsWrapper a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mgwrld__moreFeaturedBlogsWrapper img {
  max-width: 200px;
}
.mgwrld__moreFeaturedBlogsDetailsWrapper {
  padding: 0px 15px;
}

/**********************************************************************/
/******** MEGAWORLD RETIREES VISA - VIRTUAL TOUR  *********************/
/**********************************************************************/
.mgwrld_retiresVirtual {
  padding: 90px 0;
}
.retirees-visa-benefits img,
.virtual-tour img {
  margin: 0 auto;
}

/* .mgwrld_retiresVirtual .row {
  margin-top: 100px;
} */
.mgwrld_retiresVirtual_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-top: 100px;
}
/* .retirees-visa-benefits .card {
  margin-right: 65px;
}
.virtual-tour .card {
  margin-left: 65px;
} */
.retirees-visa-benefits {
  width: 100%;
  margin-right: 150px;
}
.virtual-tour {
  width: 100%;
}
.viewBlueButton {
  text-align: center;
  margin-top: 50px;
}
.viewBlueButton a {
  font-size: 15px;
  font-family: "Metropolis SemiBold", sans-serif;
  background-color: #1886e7;
  color: #fff;
  padding: 15px 50px;
  border: 1px solid #1886e7;
}
.viewBlueButton a:hover {
  background-color: transparent;
  color: #1886e7;
  padding: 15px 50px;
  border: 1px solid #1886e7;
  transition: 0.4s;
}
.mgwrld_retiresVirtual .card {
  background-color: #1886e7;
  padding: 20px 15px;
  height: 100%;
  border-radius: 0px;
}
.mgwrld_retiresVirtual a {
  height: 100%;
}
.mgwrld_retiresVirtual .card img {
  margin: 0 auto;
  max-width: 110px;
}
.mgwrld_retiresVirtual .card-title {
  font-size: 20px;
  font-family: "montserratregular";
  color: #fff;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0px 20px;
}
.mgwrld_retiresVirtual .card-text {
  color: #fff;
  font-size: 13px;
}

.condo-guides {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 80px;
}
.condo-guides > div {
  flex-grow: 1;
  flex-basis: 0;
}
/* .mgwrld_retiresVirtual .card {
  border-radius: 0px;
  padding: 50px 40px 0px 40px;
  height: 100%;
  background-color: #a5c3dd;
  box-shadow: -40px -43px 0px 1px rgba(95, 111, 126, 1);
  -webkit-box-shadow: -40px -43px 0px 1px rgba(95, 111, 126, 1);
  -moz-box-shadow: -40px -43px 0px 1px rgba(95, 111, 126, 1);
  outline: 3px solid #a8a8a8;
  outline-offset: -15px;
}
.mgwrld_retiresVirtual .card p {
  margin-top: 20px;
  color: #000;
  line-height: 20px;
  font-size: 14px;
}
.mgwrld_retiresVirtual .card-body {
  text-align: center;
  margin-top: 30px;
} */
.condo-guides-hover {
  position: relative;
  top: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  height: 100%;
}

.condo-guides-hover:hover,
.condo-guides-hover:focus {
  top: 3%;
}

.mgwrld_retiresVirtual h2 {
  text-align: center;
  text-transform: uppercase;
}
.mgwrld_retiresVirtual p {
  text-align: center;
  font-size: 16px;
}
.mgwrld_retiresVirtual_flex .card {
  padding: 50px 50px 0;
}
/**********************************************************************/
/******** MEGAWORLD RETIREES VISA - VIRTUAL TOUR  *********************/
/**********************************************************************/

/*******************************************************/
/****************** FOOTER *****************************/
/*******************************************************/
.mgwrld__footerMainWrapper {
  background-color: #262d64;
  padding: 50px 0 0;
}
.mgwrld__footerMainWrapper ul {
  list-style-type: none;
}
.mgwrld__footerMainWrapper p,
.mgwrld__footerMainWrapper h4,
.mgwrld__footerMainWrapper a {
  color: #fff;
}
.mgwrld__footerMainWrapper a {
  /* font-family: "Silka Regular", sans-serif; */
  font-family: "montserratregular";
  font-size: 15px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.mgwrld__footerMainWrapper a:hover,
.mgwrld__footerMainWrapper a:focus {
  color: #977c5e;
}
.mgwrld__copyrightWrapper {
  padding: 40px 0 10px;
  text-align: center;
}
.mgwrld__footerMainWrapper h4 {
  margin-bottom: 15px;
}
.mgwrld__footerMainWrapper iframe {
  margin-bottom: 10px;
}
.mgwrld__footerSocialLinksContainer {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  max-width: 200px;
}
.mgwrld__footerSocialLinksContainer li a {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.mgwrld__footerSocialLinksContainer li a:hover,
.mgwrld__footerSocialLinksContainer li a:focus {
  color: #977c5e;
}
.mgwrld__subscriptionFormContainer {
  margin-top: 20px;
}
.mgwrld__subscriptionFormContainer form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.mgwrld__subscriptionFormContainer label {
  margin: 0;
}
.mgwrld__subscriptionFormContainer input[type="email"] {
  font-size: 15px;
  /* font-family: "Silka Regular", sans-serif; */
  font-family: "montserratregular";
  padding: 15px;
}
.mgwrld__subscriptionFormContainer input[type="submit"] {
  padding: 15px 25px;
  font-size: 15px;
  font-family: "Metropolis SemiBold", sans-serif;
  background-color: #977c5e;
  text-transform: capitalize;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.mgwrld__subscriptionFormContainer input[type="submit"],
.mgwrld__subscriptionFormContainer input[type="submit"] {
  background-color: #6e5941;
}
.es-field-wrap {
  width: 100%;
  margin: 0;
}
/*******************************************************/
/****************** FOOTER *****************************/
/*******************************************************/

/*******************************************************/
/****************** NEW FOOTER *****************************/
/*******************************************************/
.mgwrld_newFooterMain {
  padding: 90px 0 0;
  background-image: url("https://megaworldmnl.com/wp-content/themes/megaworld/assets/images/footer-overlay-bg.jpg");
  /* background-image: url(https://megaworldmnl.com/wp-content/uploads/2021/06/footer-overlay-bg.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mgwrld_newFooterMain h4 {
  color: #fdf18c;
  font-size: 21px;
  margin-bottom: 20px;
}
.mgwrld_newFooterMain .find-us {
  margin-top: 40px;
}
.mgwrld-footer-logo img {
  margin-bottom: 50px;
}

.mgwrld_newFooterMain ul li {
  list-style-type: none;
  margin: 0 0 10px;
}
.mgwrld_newFooterMain .fas {
  color: #fff;
  margin-right: 20px;
}
.mgwrld_newFooterMain ul.contact-details a,
.mgwrld_newFooterMain a {
  color: #fff;
  font-size: 15px;
  font-family: "montserratregular";
}
.mgwrld_newFooterMain p {
  color: #fff;
  font-size: 13px;
}
.mgwrld_newFooterMain iframe {
  margin: 20px 0;
  width: 350px !important;
  height: 200px !important;
}
.mgwrld_newFooterMain .btn-submit {
  font-size: 18px;
  text-align: center;
  margin: 10px auto;
  /* font-family: "Metropolis SemiBold", sans-serif; */
  font-family: "montserratbold";
  width: 100%;
  padding: 15px 30px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #fff;
  font-weight: bold;
  text-transform: capitalize;
}
.mgwrld_newFooterMain hr {
  margin: 20px 0 0;
}
.copyright-footer {
  background-color: #1886e7;
  padding: 20px;
}

/*******************************************************/
/****************** NEW FOOTER *****************************/
/*******************************************************/

/*******************************************************/
/***************** NEWS PAGE **************************/
/*******************************************************/
.mgwrld__latestNewsContainer {
  background-image: url("https://megaworldmnl.com/wp-content/themes/megaworld/assets/images/latest-news-background.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  padding: 100px 0 70px;
}
.mgwrld__latestNewsContainer h1 {
  text-align: center;
}
.mgwrld__latestNewsGridContainer {
  display: grid;
  grid-template-columns: 200px 200px 125px auto auto;
  grid-template-rows: auto auto auto;
  padding: 50px 0 30px;
}
.mgwrld__latestNewsImageContainer img {
  max-height: 500px;
  object-fit: contain;
}
.mgwrld__latestNewsImageContainer {
  grid-column: 1/5;
  grid-row: 1/4;
}
.mgwrld__latestNewsImageContainer img {
  width: 100%;
  object-fit: fill;
  height: 100%;
}
.mgwrld__latestNewsDetailsContainer {
  background-color: #f2f2f5;
  grid-column: 4/6;
  grid-row: 3 / 4;
  padding: 25px 15px;
}
#latestNewsSlider .owl-dots button:not(.active) > span {
  background-color: #262d64 !important;
}
.mgwrld__latestNewsDetailsContainer {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.mgwrld__latestNewsLink:hover .mgwrld__latestNewsDetailsContainer,
.mgwrld__latestNewsLink:focus .mgwrld__latestNewsDetailsContainer {
  background-color: #1886e7;
}
.mgwrld__latestNewsLink:hover .mgwrld__latestNewsDetailsContainer h3,
.mgwrld__latestNewsLink:focus .mgwrld__latestNewsDetailsContainer h3,
.mgwrld__latestNewsLink:hover .mgwrld__latestNewsDetailsContainer span,
.mgwrld__latestNewsLink:focus .mgwrld__latestNewsDetailsContainer span,
.mgwrld__latestNewsLink:hover .mgwrld__latestNewsDetailsContainer p,
.mgwrld__latestNewsLink:focus .mgwrld__latestNewsDetailsContainer p {
  color: white;
}
.mgwrld__otherNewsContainer {
  padding: 85px 0;
  background-color: #fff;
}
.mgwrld__otherNewsInnerContainer h2 {
  padding-bottom: 40px;
}
.mgwrld__otherNewsCardContainer {
  padding: 0 15px 20px 0;
  position: relative;
  top: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.mgwrld__otherNewsCardContainer:hover,
.mgwrld__otherNewsCardContainer:focus {
  top: 3%;
}
.mgwrld__otherNewsCardContainer h3 {
  margin: 0;
  line-height: 28px;
}
.mgwrld__otherNewsCardContainer span {
  font-size: 13px;
  color: #8f8f8f;
}
.mgwrld__otherNewsCardContainer .card-text {
  color: #666;
  padding: 10px 0;
}
.mgwrld__otherNewsCardContainer .card-link {
  /* font-family: "Metropolis SemiBold", sans-serif; */
  font-family: "montserratbold";
  font-size: 15px;
  color: #3d4270;
}
.mgwrld__otherNewsWrapperBottom {
  margin-bottom: 30px;
}
.mgwrld__otherNewsCardContainer img {
  max-height: 200px;
}
.mgwrld__otherNewsDetailsWrapper {
  background-color: #f6f6f6;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mgwrld__otherNewsCardContainer:hover .mgwrld__otherNewsDetailsWrapper,
.mgwrld__otherNewsCardContainer:focus .mgwrld__otherNewsDetailsWrapper {
  background-color: #1886e7;
}
.mgwrld__otherNewsCardContainer:hover .mgwrld__otherNewsDetailsWrapper h3,
.mgwrld__otherNewsCardContainer:focus .mgwrld__otherNewsDetailsWrapper h3,
.mgwrld__otherNewsCardContainer:hover .mgwrld__otherNewsDetailsWrapper span,
.mgwrld__otherNewsCardContainer:focus .mgwrld__otherNewsDetailsWrapper span,
.mgwrld__otherNewsCardContainer:hover .mgwrld__otherNewsDetailsWrapper p,
.mgwrld__otherNewsCardContainer:focus .mgwrld__otherNewsDetailsWrapper p {
  color: white;
}

/*******************************************************/
/************** INSIDE PAGE OF NEWS ********************/
/*******************************************************/
.mgwrld__newsContentWrapper {
  padding: 100px 0;
}
.mgwrld__newsContentWrapper h1 {
  margin: 0;
}
.mgwrld__newsFeaturedPhoto {
  margin: 25px 0 60px;
  max-height: 500px;
  width: 100%;
  object-fit: contain;
}
.mgwrld__newsContentWrapper a {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  color: #000;
}
.mgwrld__newsContentWrapper a:hover,
.mgwrld__newsContentWrapper a:focus {
  color: #262d64;
}
.mgwrld__newsBodyWrapper p img {
  text-align: center;
  width: 100%;
  margin: 40px 0;
}
.mgwrld__relatedPostsWrapper {
  padding-top: 100px;
}
.mgwrld__relatedPostsWrapper h3 {
  font-size: 25px;
  margin-bottom: 40px;
  text-align: center;
}
.mgwrld__relatedPostCard img {
  height: 250px;
  object-fit: cover;
}
.mgwrld__relatedPostDetailsWrapper {
  padding: 20px;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.mgwrld__relatedPostCard a:hover .mgwrld__relatedPostDetailsWrapper,
.mgwrld__relatedPostCard a:focus .mgwrld__relatedPostDetailsWrapper {
  background-color: #1886e7;
}
.mgwrld__relatedPostCard a:hover .mgwrld__relatedPostDetailsWrapper h4,
.mgwrld__relatedPostCard a:focus .mgwrld__relatedPostDetailsWrapper h4,
.mgwrld__relatedPostCard a:hover .mgwrld__relatedPostDetailsWrapper span,
.mgwrld__relatedPostCard a:focus .mgwrld__relatedPostDetailsWrapper span,
.mgwrld__relatedPostCard a:hover .mgwrld__relatedPostDetailsWrapper p,
.mgwrld__relatedPostCard a:focus .mgwrld__relatedPostDetailsWrapper p {
  color: white;
}
.mgwrld__relatedPostDetailsWrapper .card-subtitle {
  font-size: 13px;
}
.mgwrld__relatedPostDetailsWrapper .card-text {
  padding: 15px 0;
}
.mgwrld__relatedPostDetailsWrapper .card-link {
  color: #262d64;
  /* font-family: "Metropolis SemiBold", sans-serif; */
  font-family: "montserratbold";
}

/*******************************************************/
/**************** BLOGS PAGE ***************************/
/*******************************************************/
.mgwrld__blogsMainWrapper {
  padding: 100px 0;
  background-color: #ffffff;
}
.mgwrld__blogsMainWrapper h1 {
  margin-bottom: 40px;
}
.mgwrld__featuredBlogGridContainer {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: 200px 200px 200px;
}
.mgwrld__featuredBlogImageWrapper {
  grid-column: 1 / 3;
  grid-row: 1 / 4;
}
.mgwrld__featuredBlogImageWrapper img {
  height: 100%;
  object-fit: cover;
}
.mgwrld__featuredBlogDetailWrapper span {
  font-size: 13px;
}
.mgwrld__featuredBlogDetailWrapper p {
  padding-top: 20px;
}
.mgwrld__featuredBlogDetailWrapper {
  background-color: #f2f2f5;
  padding: 20px;
  grid-column: 2 / 4;
  grid-row: 3 / 4;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.mgwrld__featuredBlogLink:hover .mgwrld__featuredBlogDetailWrapper,
.mgwrld__featuredBlogLink:focus .mgwrld__featuredBlogDetailWrapper {
  background-color: #1886e7;
}
.mgwrld__featuredBlogLink:hover .mgwrld__featuredBlogDetailWrapper h3,
.mgwrld__featuredBlogLink:focus .mgwrld__featuredBlogDetailWrapper h3,
.mgwrld__featuredBlogLink:hover .mgwrld__featuredBlogDetailWrapper span,
.mgwrld__featuredBlogLink:focus .mgwrld__featuredBlogDetailWrapper span,
.mgwrld__featuredBlogLink:hover .mgwrld__featuredBlogDetailWrapper p,
.mgwrld__featuredBlogLink:focus .mgwrld__featuredBlogDetailWrapper p {
  color: #ffffff;
}
.mgwrld__nextBlogsGridContainer {
  display: grid;
  grid-template-columns: auto 300px;
}
.mgwrld__nextBlogImageContainer img {
  height: 100%;
  object-fit: contain;
}
.mgwrld__nextBlogDetailsContainer {
  padding: 10px 20px;
}
.mgwrld__nextBlogDetailsContainer span {
  font-size: 13px;
}
.mgwrld__nextBlogsMainContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mgwrld__nextBlogLink {
  color: #262d64;
  /* font-family: "Metropolis SemiBold", sans-serif; */
  font-family: "montserratbold";
}
.mgwrld__nextBlogsGridContainer {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.mgwrld__nextBlogsGridContainer:hover,
.mgwrld__nextBlogsGridContainer:focus {
  background-color: #1886e7;
}
.mgwrld__nextBlogsGridContainer:hover .mgwrld__nextBlogDetailsContainer h4,
.mgwrld__nextBlogsGridContainer:focus .mgwrld__nextBlogDetailsContainer h4,
.mgwrld__nextBlogsGridContainer:hover .mgwrld__nextBlogDetailsContainer span,
.mgwrld__nextBlogsGridContainer:focus .mgwrld__nextBlogDetailsContainer span,
.mgwrld__nextBlogsGridContainer:hover .mgwrld__nextBlogDetailsContainer p,
.mgwrld__nextBlogsGridContainer:focus .mgwrld__nextBlogDetailsContainer p {
  color: #ffffff;
}
.mgwrld__otherBlogsContainer {
  padding-top: 100px;
}
.mgwrld__otherBlogsContainer h2 {
  margin-bottom: 25px;
}
.mgwrld__otherBlogCardContainer {
  background-color: #f6f6f6;
}
.mgwrld__otherBlogImageContainer img {
  width: 100%;
  height: 250px;
}
.mgwrld__otherBlogLink {
  width: 100%;
}
.mgwrld__otherBlogDetailsContainer {
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*******************************************************/
/*************** INSIDE PAGE OF POSTS ******************/
/*******************************************************/
.mgwrld__postContentContainer {
  padding: 100px 0;
}

.mgwrld__postWrapper h1 {
  font-size: 35px;
  margin: 0;
}
.mgwrld__postContentBody h2,
.mgwrld__postContentBody h3 {
  margin: 15px 0 10px;
}
.mgwrld__postContentBody p {
  font-size: 16px;
}
.mgwrld__postFeaturedImage {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
  margin: 25px 0 60px;
}

/*******************************************************/
/********************* SIDEBAR *************************/
/*******************************************************/
.mgwrld__sideBannerContainer {
  background-image: url("https://megaworldmnl.com/wp-content/themes/megaworld/assets/images/sidebar-cta-background.jpg");
  padding: 40px;
}
.mgwrld__sideBannerContainer h3 {
  font-size: 24px;
  line-height: 35px;
  color: #fff;
}
.mgwrld__sideBannerContainer p {
  color: #fff;
  padding: 30px 0;
  font-size: 16px;
}
.mgwrld__sideBannerContainer a {
  background-color: #1886e7;
  color: #fff;
  width: 100%;
  border: 1px solid #1886e7;
  text-align: center;
  font-size: 15px;
  /* font-family: "Metropolis SemiBold", sans-serif; */
  font-family: "montserratbold";
  padding: 15px;
  position: relative;
  overflow: hidden;
}
/* .mgwrld__sideBannerContainer a:after {
  content: "Book Now \f101";
  font-family: "FontAwesome", Metropolis SemiBold, sans-serif;
  position: absolute;
  left: -100%;
  height: 100%;
  top: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  background-color: #ad8f6e;
  color: white;
  padding: 15px;
  width: 100%;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
} */
.mgwrld__sideBannerContainer a:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.4s;
}
.mgwrld__sidebarCardContainer {
  margin-bottom: 20px;
}
.mgwrld__sidePostsContainer h3 {
  padding: 65px 0 30px;
  font-size: 24px;
}
.mgwrld__sidebarCardContainer .card {
  background-color: transparent;
  border: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.mgwrld__sidebarCardContainer .card:hover,
.mgwrld__sidebarCardContainer .card:focus {
  background-color: #1886e7;
}
.mgwrld__sidebarCardContainer:hover .mgwrld__sidebarCardDetailsWrapper h4,
.mgwrld__sidebarCardContainer:focus .mgwrld__sidebarCardDetailsWrapper h4,
.mgwrld__sidebarCardContainer:hover .mgwrld__sidebarCardDetailsWrapper span,
.mgwrld__sidebarCardContainer:focus .mgwrld__sidebarCardDetailsWrapper span,
.mgwrld__sidebarCardContainer:hover .mgwrld__sidebarCardDetailsWrapper p,
.mgwrld__sidebarCardContainer:focus .mgwrld__sidebarCardDetailsWrapper p {
  color: #ffffff;
}
.mgwrld__sidebarCardDetailsWrapper {
  padding: 20px 15px;
}
.mgwrld__sidebarCardContainer .card-title {
  margin: 0;
}
.mgwrld__sidebarCardContainer .card-subtitle {
  font-size: 13px;
}
.mgwrld__sidebarCardContainer .card-text {
  padding: 15px 0;
  font-size: 16px;
}
.mgwrld__sidebarCardContainer .card-link {
  color: #1886e7;
  /* font-family: "Metropolis SemiBold", sans-serif; */
  font-family: "montserratbold";
}

/*******************************************************/
/***************** CONTACT US **************************/
/*******************************************************/
.mgwrld__contactFlexContainer {
  display: flex;
  flex-direction: row;
}
.mgwrld__contactRight,
.mgwrld__contactLeft {
  width: 50%;
}
.mgwrld__contactLeft {
  padding: 150px 0;
  background-image: url("https://megaworldmnl.com/wp-content/themes/megaworld/assets/images/contact-right-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.mgwrld__contactRight {
  padding: 80px 0;
  background-image: url("https://megaworldmnl.com/wp-content/themes/megaworld/assets/images/contact-left-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.mgwrld__contactInnerContainer {
  max-width: 570px;
  margin: 0 auto;
}
.mgwrld__contactInnerContainer a {
  color: #666;
}
.left__Container {
  margin: 0 0 0 auto;
}
.right__Container {
  margin: 0 auto;
  padding: 0 40px;
}
.mgwrld__contactRight ul {
  padding: 25px 0;
  list-style-type: none;
  max-width: 500px;
}
.mgwrld__contactRight ul li {
  margin: 0;
}
.mgwrld__contactRight ul li p {
  line-height: 48px;
}
.mgwrld__contactRight ul li p i:before,
.mgwrld__contactRight ul li p i {
  width: 20px;
  height: 20px;
}
.mgwrld__contactRight h2 {
  font-size: 25px;
  padding-top: 30px;
}
.mgwrld__contactRight h2 + p {
  padding: 10px 0 15px;
}
.mgwrld__contactLeft h2 {
  font-size: 25px;
  padding: 5px 0 45px;
}
.mgwrld__contactFormContainer input[type="text"],
.mgwrld__contactFormContainer input[type="email"],
.mgwrld__contactFormContainer input[type="number"] {
  font-size: 15px;
  /* font-family: "Silka Regular", sans-serif; */
  font-family: "montserratregular";
  border: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  margin-top: 15px;
}
.mgwrld__contactFormContainer .project-type,
.mgwrld__contactFormContainer .project-location {
  padding: 1.5rem;
  color: #666;
}
.mgwrld__contactFormContainer .project-type > option,
.mgwrld__contactFormContainer .project-location > option {
  color: #666;
}
.mgwrld__contactFormContainer .project-type option[value="Pre Selling"]
.mgwrld__contactFormContainer .project-location option[value="RFO"] {
  color: #000;
}
.mgwrld__contactFormContainer input[type="text"]:focus,
.mgwrld__contactFormContainer input[type="email"]:focus,
.mgwrld__contactFormContainer input[type="number"]:focus {
  background-color: #f6f6f6;
  outline: 0;
}
.mgwrld__contactFormContainer input[type="submit"] {
  background-color: #977c5e;
  width: 100%;
  /* font-family: "Metropolis SemiBold", sans-serif; */
  font-family: "montserratbold";
  text-transform: capitalize;
  padding: 20px 15px;
  font-size: 15px;
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.mgwrld__contactFormContainer input[type="submit"]:hover,
.mgwrld__contactFormContainer input[type="submit"]:focus {
  background-color: #ad8f6e;
  text-decoration: none;
}

.contact__link:link,
.contact__link:visited {
  /* color: #262d64; */
  color: #1674c1;
}

.project-type, .project-location{
  width: 490px;
  height: 45px;
  font-size: 15px;
  border: none;
  margin-top: 20px;
  margin-bottom: 25px;
}

/*******************************************************/
/***************** ABOUT US ****************************/
.mgwrld__aboutHeaderContainer {
  padding: 125px 0;
  background-color: #f2f2f5;
}
/* .mgwrld__aboutHeaderContainer h1,
.mgwrld__rowReverse p {
  color: #fff;
} */
.mgwrld__headerFlexContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mgwrld__missionVisionContainer {
  padding: 50px 0;
  background-color: #fff;
}
.mgwrld__mvCard {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mgwrld__mvCardHead {
  width: 30%;
}
.mgwrld__mvCardBody {
  width: 60%;
}
.mgwrld__mvCardHead img {
  margin-bottom: 10px;
}
.mgwrld__valuesContainer {
  padding: 80px 0;
}
.mgwrld__valuesContainer h2 {
  text-align: center;
}
.mgwrld__valuesFlexWrapper {
  padding: 70px 0 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.mgwrld__valuesCard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 200px;
  text-align: center;
}
.mgwrld__valuesCard img {
  display: block;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.mgwrld__guidingPrinciplesContainer {
  padding: 80px 0;
  background-image: url("https://megaworldmnl.com/wp-content/themes/megaworld/assets/images/guiding-principle-background-v2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mgwrld__guidingPrinciplesContainer h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
.mgwrld__principlesCard {
  max-width: 350px;
  border: 1px solid #fff;
  padding: 30px 40px;
  position: relative;
}
.mgwrld__principlesCounter {
  position: absolute;
  font-size: 55px;
  /* font-family: "Metropolis Bold", sans-serif; */
  font-family: "montserratbold";
  color: #4aa3f2;
  top: 12%;
  left: 3%;
  z-index: 0;
}
.mgwrld__principlesCard h3 {
  color: #fff;
  z-index: 1;
  position: relative;
  margin-bottom: 25px;
}
.mgwrld__principlesBody p {
  color: #fff;
}
.mgwrld__principlesBody p:not(:last-of-type) {
  margin-bottom: 15px;
}
.mgwrld__firstRowGuidingPrinciplesWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 0 50px;
}
.mgwrld__secondRowGuidingPrinciplesWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 15px 0 30px;
}
.mgwrld__letsWorkTogetherContainer {
  padding: 80px 0;
  background-color: #fff;
}
.mgwrld__letsWorkTogetherContainer h2 {
  text-align: center;
  margin-bottom: 50px;
}
.mgwrld__careersPhotoContainer img {
  max-width: 450px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mgwrld__careersPhotoContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mgwrld__joinOurTeamContainer {
  padding: 80px 0;
  background-image: url("https://megaworldmnl.com/wp-content/themes/megaworld/assets/images/career-form-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.mgwrld__joinOurTeamContainer h2 {
  text-align: center;
  margin-bottom: 45px;
}
.mgwrld__careerFormWrapper {
  max-width: 650px;
  margin: 0 auto;
}
.mgwrld__careerFormWrapper input[type="text"],
.mgwrld__careerFormWrapper input[type="email"],
.mgwrld__careerFormWrapper input[type="number"],
.mgwrld__careerFormWrapper textarea {
  font-size: 15px;
  /* font-family: "Silka Regular", sans-serif; */
  font-family: "montserratregular";
  background-color: #f0f0f0;
  border: 0;
  padding: 15px 25px;
  margin-top: 25px;
}
.mgwrld__careerFormWrapper input[type="file"] {
  font-size: 15px;
  /* font-family: "Silka Regular", sans-serif; */
  font-family: "montserratregular";
}
.mgwrld__careerFormBottomFlex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.mgwrld__careerFormWrapper input[type="submit"] {
  /* font-family: "Metropolis SemiBold", sans-serif; */
  font-family: "montserratbold";
  text-transform: capitalize;
  font-size: 15px;
  padding: 0;
  background-color: #1886e7;
  padding: 20px 70px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  border: 1px solid #1886e7;
}
.mgwrld__careerFormWrapper input[type="submit"]:hover,
.mgwrld__careerFormWrapper input[type="submit"]:focus {
  background-color: transparent;
  border: 1px solid #1886e7;
  text-decoration: none;
  color: #1886e7;
}




/*******************************************************/
/****************** RETIREES VISA **********************/
/*******************************************************/
.mgwrld__retireesVisaSubHeaderImage {
  width: 100%;
  max-width: 150px;
  margin-bottom: 10px;
}
.mgwrld__retireesVisaHeaderContainer {
  background-color: #fff;
  padding: 85px 0;
}
.mgwrld__retiresAlignFlex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mgwrld__retireesSliderContainer {
  padding: 50px 0;
  background-image: url("https://megaworldmnl.com/wp-content/themes/megaworld/assets/images/retiree-slider-background-v2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#retireesVisaImages img {
  max-width: 200px;
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  margin: 0 auto;
  margin-bottom: 20px;
}
.mgwrld__accordionCardHeader button {
  color: #000 !important;
  background-color: #fff !important;
  text-decoration: none !important;
  text-transform: capitalize !important;
  /* font-family: "Metropolis Bold", sans-serif !important; */
  font-family: "montserratbold" !important;
  font-size: 15px !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  padding: 25px 30px;
}
.mgwrld__accordionCardHeader .collapsed {
  background-color: #666 !important;
  color: #fff !important;
}
.mgwrld__accordionBodyContainer {
  margin-bottom: 25px;
}
.mgwrld__requirementsBenefitsContainer {
  padding: 80px 0;
}
.mgwrld__requirementsBenefitsContainer h2 {
  text-align: center;
  margin-bottom: 30px;
}
.mgwrld__cardBodyWrapper {
  padding: 0 30px;
}
.mgwrld__cardBodyWrapper h3 {
  padding-bottom: 15px;
  color: #666;
}
.mgwrld__cardBodyWrapper h4 {
  padding-bottom: 5px;
  color: #666;
}
.mgwrld__cardBodyWrapper p {
  margin-bottom: 5px;
}
.mgwrld__retireesVisaHeaderImage {
  box-shadow: 30px 25px #1886e7;
}
.mgwrld__projectBodyHeaderWrapper {
  padding-bottom: 50px;
}
.mgwrld__projectBodyHeaderWrapper h1 {
  margin-bottom: 0;
  text-align: center;
}
.mgwrld__projectBodyHeaderWrapper p {
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 0 50px;
  text-align: center;
}
.mgwrld__projectsListWrapper ul li a {
  padding: 10px 20px;
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.mgwrld__projectsListWrapper ul li a:hover,
.mgwrld__projectsListWrapper ul li a:focus {
  color: #1886e7 !important;
  cursor: pointer;
}
.mgwrld__projectsListWrapper ul li a:hover:before,
.mgwrld__projectsListWrapper ul li a:focus:before {
  right: 0;
}
.mgwrld__projectsListWrapper ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #1886e7;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.mgwrld__projectsListWrapper ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /* font-family: "Metropolis SemiBold", sans-serif; */
  font-family: "montserratbold";
  font-size: 15px;
}
.mgwrld__projectCardWrapper img {
  max-height: 300px;
}
.mgwrld__projectCardWrapper a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.mgwrld__projectCardWrapper a:hover,
.mgwrld__projectCardWrapper a:focus {
  background-color: #fff;
}
.mgwrld__projectCardWrapper h3 {
  padding-top: 20px;
}
.mgwrld__projectCardLink {
  /* font-family: "Metropolis SemiBold", sans-serif; */
  font-family: "montserratbold";
  color: #262d64;
}
.mgwrld__projectCardLocation {
  padding: 0 10px;
}
.mgwrld__retireesAdditionalContent {
  padding: 80px 0 50px;
}
.mgwrld__additionalContentWrapper p {
  margin: 10px 0;
}
.mgwrld__additionalContentWrapper h3 {
  padding-top: 20px;
}
.mgwrld__additionalContentWrapper h3 + div {
  margin: 25px 0;
}

/*******************************************************/
/***************** PROJECTS MAIN PAGE ******************/
/*******************************************************/
.mgwrld__projectsMainWrapper {
  padding: 100px 0;
}
#mgwrld__projectSelectMobile {
  width: 100%;
  border: 0;
  color: #666;
  /* font-family: "Silka Regular", sans-serif; */
  font-family: "montserratregular";
  font-size: 15px;
  padding: 10px;
  outline: 0;
}
.mgwrld__projectRowWrapper {
  margin-bottom: 30px;
}
.mgwrld__realEstateDetailsBox p {
  padding: 10px 0;
  color: #006cb3;
  font-size: 16px;
}

/*******************************************************/
/************** INNER PROJECTS TEMPLATE ****************/
/*******************************************************/
.mgwrld__aboutTheProjectContainer {
  padding: 85px 0;
}
.mgwrld__aboutProjectFeaturedImage {
  box-shadow: 30px 50px #1886e7;
}
.mgwrld__projectDescriptionContainer p {
  margin-bottom: 10px;
}
.mgwrld__aboutProjectContentFlex ul {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #666;
  list-style-type: none;
}
.mgwrld__aboutProjectContentFlex li {
  margin-left: 0;
}
.mgwrld__aboutProjectContentFlex li > p {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 0;
}
.mgwrld__aboutProjectContentFlex li > p > img {
  margin-right: 20px;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.mgwrld__aboutProjectImageFlex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mgwrld__projectFloorPlanContainer {
  padding: 70px 0;
  background-color: #fff;
}
.mgwrld__projectFloorPlanContainer h2 {
  text-align: center;
  margin-bottom: 40px;
}
.mgwrld__projectFloorPlanContainer a {
  position: relative;
}
.mgwrld__floorPlanOverlay {
  position: absolute;
  background-color: #1886e7;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  top: -100%;
  bottom: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.mgwrld__projectFloorPlanContainer a:hover .mgwrld__floorPlanOverlay,
.mgwrld__projectFloorPlanContainer a:focus .mgwrld__floorPlanOverlay {
  top: 0;
  bottom: 0;
}
.mgwrld__projectGalleryContainer {
  padding: 50px 0;
}
.mgwrld__projectGalleryContainer h2 {
  text-align: center;
}
#galleryViewSlider {
  padding: 40px 0 25px;
}
#galleryViewSlider .owl-dots {
  margin-top: 20px;
}
#galleryViewSlider .owl-item:not(.center) > .item {
  position: relative;
}
#galleryViewSlider .owl-item:not(.center) > .item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1886e7b7;
  content: "";
}
#galleryViewSlider .owl-item:not(.center) > .item img,
#galleryViewSlider .owl-item:not(.center) > .item {
  height: 250px;
}
#galleryViewSlider .owl-stage {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
#galleryViewSlider .owl-dots > button:hover,
#galleryViewSlider .owl-dots > button:focus {
  outline: 0;
}
#galleryViewSlider .owl-dots > button:hover > span,
#galleryViewSlider .owl-dots > button:focus > span {
  background-color: #262d64;
}
#galleryViewSlider .owl-dots > button {
  outline: 0;
}
#galleryViewSlider .owl-dots > button > span {
  background-color: #585858;
}
#galleryViewSlider .owl-dots > .active > span {
  background-color: #000;
}
.mgwrld__scheduleFormContainer {
  padding: 80px 0;
  background-color: #fff;
}
.mgwrld__scheduleFormContainer h2 {
  text-align: center;
  margin-bottom: 40px;
}
.mgwrld__projectContactForm,
.mgwrld__factSheetContainer {
  max-width: 750px;
  margin: 0 auto;
}
.mgwrld__projectContactForm input[type="text"],
.mgwrld__projectContactForm input[type="email"],
.mgwrld__projectContactForm input[type="number"],
.mgwrld__projectContactForm input[type="date"],
.mgwrld__projectContactForm select,
.mgwrld__projectContactForm textarea {
  background-color: #ebebeb;
  /* font-family: "Silka Regular", sans-serif; */
  font-family: "montserratregular";
  font-size: 15px;
  padding: 15px 25px;
  margin-bottom: 15px;
  width: 100%;
  color: #666;
  border: 0;
}
.mgwrld__projectContactForm input[type="submit"] {
  background-color: #1886e7;
  width: 100%;
  /* font-family: "Metropolis SemiBold", sans-serif; */
  font-family: "montserratbold";
  font-size: 15px;
  text-transform: capitalize;
  padding: 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  border: 1px solid #1886e7;
}
.mgwrld__projectContactForm input[type="submit"]:hover,
.mgwrld__projectContactForm input[type="submit"]:focus {
  text-decoration: transparent;
  border: 1px solid #1886e7;
  color: #1886e7;
  padding: 20px;
  background-color: transparent;
}
.mgwrld__factSheetContainer {
  text-align: center;
}
.mgwrld__factSheetContainer a {
  display: inline-block;
  width: 100%;
  background-color: #1886e7;
  font-size: 15px;
  /* font-family: "Metropolis SemiBold", sans-serif; */
  font-family: "montserratbold";
  color: #fff;
  margin-top: 10px;
  padding: 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  border: 1px solid #1886e7;
}
.mgwrld__factSheetContainer a:hover,
.mgwrld__factSheetContainer a:focus {
  text-decoration: transparent;
  border: 1px solid #1886e7;
  color: #1886e7;
  padding: 20px;
  background-color: transparent;
}
.mgwrld__projectContactForm .ajax-loader {
  display: none !important;
}
.wpcf7-response-output {
  border: 0;
  /* font-family: "Silka Regular", sans-serif; */
  font-family: "montserratregular";
  font-size: 15px;
  text-align: center;
}


/*******************************************************/
/***************** SOCIAL MEDIA ************************/
/*******************************************************/
.mgwrld__socialMediaContainer {
  background-color: #fff;
}
.mgwrld__socialMediaFlex {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.mgwrld__socialMediaList {
  width: 40%;
  background-color: #f2f2f5;
  padding: 100px 0;
}
.mgwrld__socialMediaTimeLine {
  padding: 100px 0;
  width: 60%;
  background-color: #fff;
}
.mgwrld__innerTimeLineWrapper {
  max-width: 600px;
  margin: 0 auto 0 0;
  padding-left: 70px;
}
.mgwrld__innerTimeLineWrapper h2 {
  margin-bottom: 50px;
}
.mgwrld__socialMediaListInnerWrapper {
  max-width: 400px;
  margin: 0 0 0 auto;
}
.mgwrld__socialMediaListInnerWrapper ul {
  max-width: 350px;
  padding: 50px 0;
  list-style-type: none;
  /* font-family: "Metropolis SemiBold", sans-serif; */
  font-family: "montserratbold";
  font-size: 15px;
}
.mgwrld__socialMediaListInnerWrapper ul li {
  margin-left: 0;
}
.mgwrld__socialMediaListInnerWrapper ul li a {
  max-width: 350px;
  padding: 15px 0;
  list-style-type: none;
  /* font-family: "Metropolis SemiBold", sans-serif; */
  font-family: "montserratbold";
  font-size: 15px;
  position: relative;
  color: #000;
  width: 100%;
  overflow: hidden;
}
.mgwrld__socialMediaListInnerWrapper ul li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: -100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  right: 100%;
}
.mgwrld__socialMediaListInnerWrapper ul li:first-of-type a:before {
  content: "Visit Facebook Page \f061";
  background-color: #3b5998;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  font-size: 15px;
  font-family: "FontAwesome", "Metropolis SemiBold", sans-serif;
}
.mgwrld__socialMediaListInnerWrapper ul li:nth-of-type(2) a:before {
  content: "View LinkedIn Profile \f061";
  background-color: #0e76a8;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  font-size: 15px;
  font-family: "FontAwesome", "Metropolis SemiBold", sans-serif;
}
.mgwrld__socialMediaListInnerWrapper ul li:nth-of-type(3) a:before {
  content: "Visit Instagram Profile \f061";
  background-color: #e1306c;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  font-size: 15px;
  font-family: "FontAwesome", "Metropolis SemiBold", sans-serif;
}
.mgwrld__socialMediaListInnerWrapper ul li:nth-of-type(4) a:before {
  content: "Visit Twitter Account \f061";
  background-color: #00acee;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  font-size: 15px;
  font-family: "FontAwesome", "Metropolis SemiBold", sans-serif;
}
.mgwrld__socialMediaListInnerWrapper ul li:nth-of-type(5) a:before {
  content: "Visit YouTube Channel \f061";
  background-color: #c4302b;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  font-size: 15px;
  font-family: "FontAwesome", "Metropolis SemiBold", sans-serif;
}
.mgwrld__socialMediaListInnerWrapper ul li:nth-of-type(6) a:before {
  content: "Visit Tumblr Profile \f061";
  background-color: #34526f;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  font-size: 15px;
  font-family: "FontAwesome", "Metropolis SemiBold", sans-serif;
}
.mgwrld__socialMediaListInnerWrapper ul li:first-of-type a:hover:before,
.mgwrld__socialMediaListInnerWrapper ul li:first-of-type a:focus:before,
.mgwrld__socialMediaListInnerWrapper ul li:nth-of-type(2) a:hover:before,
.mgwrld__socialMediaListInnerWrapper ul li:nth-of-type(2) a:focus:before,
.mgwrld__socialMediaListInnerWrapper ul li:nth-of-type(3) a:hover:before,
.mgwrld__socialMediaListInnerWrapper ul li:nth-of-type(3) a:focus:before,
.mgwrld__socialMediaListInnerWrapper ul li:nth-of-type(4) a:hover:before,
.mgwrld__socialMediaListInnerWrapper ul li:nth-of-type(4) a:focus:before,
.mgwrld__socialMediaListInnerWrapper ul li:nth-of-type(5) a:hover:before,
.mgwrld__socialMediaListInnerWrapper ul li:nth-of-type(5) a:focus:before,
.mgwrld__socialMediaListInnerWrapper ul li:nth-of-type(6) a:hover:before,
.mgwrld__socialMediaListInnerWrapper ul li:nth-of-type(6) a:focus:before {
  right: 0;
  left: 0;
}
.mgwrld__socialMediaListInnerWrapper i {
  color: #262d64;
  width: 24px;
}
.mgwrld__socialMediaListInnerWrapper iframe {
  margin-bottom: 25px;
}
.mgwrld__socialMediaListInnerWrapper li {
  border-bottom: 1px solid #dedee0;
}

/*******************************************************/
/***************** SEARCH PAGE *************************/
/*******************************************************/
.mgwrld__searchResultsWrapper {
  padding: 100px 0;
}
.mgwrld__searchResultsInnerWrapper {
  padding-top: 40px;
}
.mgwrld__searchResultCard img {
  height: 250px;
  object-fit: cover;
}
.mgwrld__searchResultDetails {
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.mgwrld__searchResultCard {
  margin-bottom: 30px;
}
.mgwrld__searchResultCard:hover .mgwrld__searchResultDetails,
.mgwrld__searchResultCard:focus .mgwrld__searchResultDetails {
  background-color: #262d64;
}
.mgwrld__searchResultCard:hover .mgwrld__searchResultDetails h3,
.mgwrld__searchResultCard:focus .mgwrld__searchResultDetails h3,
.mgwrld__searchResultCard:hover .mgwrld__searchResultDetails p,
.mgwrld__searchResultCard:focus .mgwrld__searchResultDetails p,
.mgwrld__searchResultCard:hover .mgwrld__searchResultDetails span,
.mgwrld__searchResultCard:focus .mgwrld__searchResultDetails span {
  color: #fff;
}
.mgwrld__searchReadMore {
  color: #262d64;
  /* font-family: "Metropolis SemiBold", sans-serif; */
  font-family: "montserratbold";
  font-size: 15px;
}

/*******************************************************/
/**************** THANK YOU PAGE ***********************/
/*******************************************************/
.mgwrld__thankYouContainer {
  height: 100vh;
  background-color: #fff;
}
.mgwrld__thankYouContainer > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.mgwrld__thankYouContainer img {
  margin-bottom: 30px;
}
.mgwrld__thankYouContainer h1 {
  margin: 0;
}
.mgwrld__thankYouContainer p {
  padding-bottom: 15px;
}
.mgwrld__thankYouContainer a {
  /* font-family: "Metropolis SemiBold", sans-serif; */
  font-family: "montserratbold";
  font-size: 15px;
  background-color: #1886e7;
  color: #fff;
  padding: 10px 40px;
  display: inline-block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  border: 1px solid #1886e7;
}
.mgwrld__thankYouContainer a:hover,
.mgwrld__thankYouContainer a:focus {
  background-color: transparent;
  color: #1886e7;
  border: 1px solid #1886e7;
}

/*******************************************************/
/*************** PROJECT SEARCH RESULTS ****************/
/*******************************************************/
.mgwrld__projectSearchContainer {
  padding: 100px 0;
}

/*******************************************************/
/*************** MEDIA QUERIES *************************/
/*******************************************************/
.home .is-mobile {
  display: none;
}
@media screen and (max-width: 1199px) {
  .mgwrld__navigationBarDesktopWrapper ul > li > a {
    padding: 35px 15px;
  }
  .mgwrld__homepageBannerMainWrapper img {
    object-fit: cover;
  }
  .mgwrld__searchUnitsFormBox select {
    padding: 20px 50px 20px 25px;
  }
  .mgwrld__featuredBlogGridContainer {
    grid-template-rows: 200px 50px 300px;
  }
  .mgwrld__contactInnerContainer {
    max-width: 480px;
  }
  .mgwrld__projectsListWrapper ul li a {
    padding: 10px;
  }
  #galleryViewSlider .owl-item:not(.center) > .item img,
  #galleryViewSlider .owl-item:not(.center) > .item {
    height: 200px;
  }
  .mgwrld__principlesCard {
    max-width: 300px;
  }
  .retirees-visa-benefits {
    margin-right: 85px;
  }
  /* .mgwrld_retiresVirtual .card {
    height: 85%;
  } */
  .mgwrld_retiresVirtual {
    padding: 90px 0 90px;
  }
}
@media screen and (max-width: 1075px) {
  .mgwrld__socialMediaListInnerWrapper {
    max-width: 375px;
  }
  .mgwrld__navigationBarHeaderMainWrapper_other
    .mgwrld__navigationBarDesktopWrapper
    ul
    > li
    > a {
    padding: 35px 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .mgwrld__navigationBarDesktopWrapper img {
    max-width: 135px;
  }
  .mgwrld__navigationBarDesktopWrapper ul > li > a {
    padding: 20px 10px;
    font-size: 12px;
  }
  .mgwrld__homepageBannerContentWrapper {
    padding: 65px 0;
  }
  .mgwrld__homepageBannerContentWrapper h1 {
    font-size: 24px;
  }
  .mgwrld__homepageBannerContentWrapper p {
    font-size: 15px;
  }
  .mgwrld__homepageBannerContentWrapper a {
    font-size: 13px;
  }
  .mgwrld__searchUnitsFormBox {
    margin-top: 25px;
    flex-direction: column;
  }
  .mgwrld__searchUnitsFormBox select {
    padding-right: 70px;
    margin: 0 0 20px;
  }
  .searchUnitsFormMain {
    padding: 30px 20px 30px 20px;
    width: 90%;
  }
  .mgwrld__latestNewsGridContainer,
  .mgwrld__featuredBlogGridContainer,
  .mgwrld__nextBlogsGridContainer {
    display: flex;
    flex-direction: column;
  }
  .mgwrld__featuredBlogImageWrapper img {
    max-height: 300px;
  }
  .mgwrld__nextBlogImageContainer img {
    height: 200px;
  }
  .mgwrld__nextBlogDetailsContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mgwrld__sideBannerContainer a {
    font-size: 13px;
  }
  .mgwrld__contactFlexContainer {
    flex-direction: column;
  }
  .mgwrld__contactRight,
  .mgwrld__contactLeft {
    width: unset;
  }
  .mgwrld__contactInnerContainer {
    max-width: 720px;
  }
  .left__Container {
    margin: 0 auto;
  }
  .left__Container iframe {
    width: 100%;
    max-width: unset;
  }
  .mgwrld__contactLeft {
    padding: 50px 0;
  }
  .left__Container iframe {
    max-width: unset !important;
    width: 100% !important;
  }
  .mgwrld__imageOnFlex {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mgwrld__firstRowGuidingPrinciplesWrapper,
  .mgwrld__secondRowGuidingPrinciplesWrapper {
    flex-direction: column;
    align-items: center;
  }
  .mgwrld__firstRowGuidingPrinciplesWrapper {
    padding-bottom: 0;
  }
  .mgwrld__secondRowGuidingPrinciplesWrapper {
    padding-top: 0;
  }
  .mgwrld__principlesCard {
    margin-bottom: 20px;
    width: 100%;
    max-width: 450px;
  }
  .mgwrld__retiresAlignFlex + div {
    display: flex;
    align-items: center;
  }
  .mgwrld__projectsListWrapper ul li {
    margin-left: 0;
  }
  #galleryViewSlider .owl-item:not(.center) > .item img,
  #galleryViewSlider .owl-item:not(.center) > .item {
    height: 150px;
  }
  .mgwrld__socialMediaFlex {
    flex-direction: column;
  }
  .mgwrld__socialMediaList {
    width: 100%;
  }
  .mgwrld__socialMediaListInnerWrapper {
    max-width: 700px;
    margin: 0 auto;
  }
  .mgwrld__socialMediaListInnerWrapper ul {
    max-width: unset;
    padding: 20px 0;
  }
  .mgwrld__socialMediaListInnerWrapper iframe {
    height: unset !important;
  }
  .mgwrld__socialMediaTimeLine {
    width: 100%;
  }
  .mgwrld__innerTimeLineWrapper {
    max-width: 700px;
    margin: 0 auto;
    padding: 0;
  }
  .mgwrld__socialMediaTimeLine {
    padding: 60px 0;
  }
  .mgwrld__socialMediaListInnerWrapper ul li a {
    max-width: unset;
  }
  .mgwrld__innerTimeLineWrapper iframe {
    width: 500px !important;
    margin: 0 auto;
  }
  .condo-guides-item {
    margin-bottom: 20px;
  }
  .mgwrld_retiresVirtual a {
    width: 100%;
  }
  .condo-guides {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 769px) {
  /* .retirees-visa-benefits .card {
    margin-right: 0px;
  }
  .virtual-tour .card {
    margin: 190px 0 0 0;
  } */
  .mgwrld_retiresVirtual_flex {
    flex-direction: column;
  }
  .virtual-tour {
    margin-top: 100px;
  }
  .mgwrld__navigationBarHeaderMainWrapper_other
    .mgwrld__navigationBarDesktopWrapper
    ul
    > li
    > a {
    font-size: 12px;
    padding: 20px 10px;
  }
  .mgwrld_newFooterMain .helpful-links {
    margin: 40px 0;
  }
  .mgwrld__mobileNavigationBarMainWrapper {
    z-index: 999 !important;
  }
  /* .mgwrld_retiresVirtual .card {
    height: 100%;
    padding: 50px 50px 50px;
  } */
  .mgwrld_retiresVirtual {
    padding: 90px 0 190px;
  }
}
@media screen and (max-width: 767px) {
  .mgwrld__homepageBannerMainWrapper img {
    position: relative;
    width: 100%;
    max-height: 350px;
  }
  .mgwrld__searchUnitsFormBox {
    flex-direction: column;
  }
  .mgwrld__searchUnitsFormBox select {
    margin-bottom: 20px;
  }
  .mgwrld__realEstateMainBox {
    margin-bottom: 30px;
  }
  .mgwrld__aboutMegaMainWrapper video {
    margin-top: 40px;
  }
  .mgwrld__relatedPostCard img {
    height: 300px;
    object-fit: unset;
  }
  .mgwrld__marginOnMobile {
    margin-bottom: 25px;
  }
  .mgwrld__nextBlogImageContainer img {
    width: 100%;
    height: 300px;
  }
  .mgwrld__sidebarWrapper {
    padding-top: 70px;
  }
  .mgwrld__contactInnerContainer {
    max-width: 540px;
  }
  .mgwrld__contactRight ul {
    padding: 5px 0;
  }
  .mgwrld__aboutHeaderContainer video {
    margin-bottom: 50px;
  }
  .mgwrld__rowReverse {
    flex-direction: column-reverse;
  }
  .mgwrld__aboutHeaderContainer {
    padding: 70px 0;
  }
  .mgwrld__mvCard {
    margin-bottom: 35px;
    flex-direction: column;
  }
  .mgwrld__mvCardHead {
    width: unset;
  }
  .mgwrld__mvCardBody {
    width: unset;
    max-width: 300px;
    margin: 0 auto;
  }
  .mgwrld__mvCardHead img {
    margin: 0 auto;
    margin-bottom: 8px;
  }
  .mgwrld__mvCardHead h2 {
    margin-bottom: 10px;
  }
  .mgwrld__mvCardBody p {
    text-align: justify;
  }
  .mgwrld__valuesCard {
    max-width: 150px;
  }
  .mgwrld__valuesCard h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 40px;
  }
  .mgwrld__principlesCard {
    max-width: unset;
  }
  .mgwrld__guidingPrinciplesContainer {
    padding: 50px 0;
  }
  .mgwrld__careerFormBottomFlex {
    flex-direction: column;
    align-items: flex-start;
  }
  .mgwrld__careerFormWrapper input[type="submit"] {
    margin-top: 10px;
    width: 100%;
  }
  .mgwrld__fileWrapper + p {
    width: 100%;
  }
  .mgwrld__retireesVisaHeaderImage {
    box-shadow: unset;
    margin-bottom: 30px;
  }
  #galleryViewSlider .owl-item:not(.center) > .item img,
  #galleryViewSlider .owl-item:not(.center) > .item {
    height: 100px;
  }
  .mgwrld__aboutProjectFeaturedImage {
    box-shadow: unset;
    margin-bottom: 30px;
  }
  .mgwrld__socialMediaList {
    padding: 50px 15px;
  }
  .mgwrld__innerTimeLineWrapper {
    max-width: 500px;
  }
  .mgwrld__featuredBlogBox img {
    max-width: unset;
    width: 100%;
    max-height: 300px;
    object-fit: cover;
  }
  .mgwrld__featuredBlogFloatingDetails {
    position: relative;
    left: 0;
  }
  .mgwrld__moreFeaturedBlogsWrapper {
    margin: 25px 0;
  }
  .mgwrld__searchResultCard img {
    height: unset;
    object-fit: contain;
  }
  .mgwrld__socialMediaTimeLine {
    padding: 50px 15px;
  }
}
@media screen and (max-width: 575px) {
  .mgwrld__topHeaderContentWrapper {
    flex-direction: column;
  }
  .mgwrld__homepageBannerContentWrapper h1 {
    line-height: 35px;
  }
  .home .is-mobile {
    display: block;
  }
  .home .is-pc {
    display: none;
  }
  /* .mgwrld_retiresVirtual .card-body {
    margin: 5px 0 30px;
  } */
  .mgwrld__topHeaderContentWrapper p {
    font-size: 13px;
  }
  .mgwrld__buttonCloseMobileNavigationWrapper {
    top: unset;
    right: unset;
    bottom: 8%;
  }
  .mgwrld__realEstateDetailsBox {
    text-align: center;
  }
  .mgwrld__realEstateImageBox img {
    max-height: 300px;
    margin: 0 auto;
    max-width: 300px;
    object-fit: contain;
  }
  .mgwrld__otherNewsCardContainer img {
    max-height: unset;
  }
  .mgwrld__otherNewsCardContainer a {
    width: 100%;
  }
  .left__Container {
    padding: 0 40px;
  }
  .mgwrld__contactRight ul li p {
    font-size: 13px;
  }
  .mgwrld__contactRight ul li p i:before,
  .mgwrld__contactRight ul li p i {
    width: 12px;
  }
  .mgwrld__valuesFlexWrapper {
    flex-direction: column;
    align-items: center;
  }
  .mgwrld__footerMainWrapper h4 {
    margin-top: 35px;
  }
  .mgwrld__blogsHeaderWrapper a {
    display: none;
  }
  .mgwrld__footerMainWrapper {
    padding: 15px 0;
  }
  .mgwrld__searchResultCard {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .mgwrld__subscriptionFormContainer {
    margin-bottom: 40px;
  }
  .mgwrld__valuesContainer {
    padding: 80px 40px;
  }
  .mgwrld__letsWorkTogetherContainer {
    padding: 80px 0 0;
  }
  .mgwrld__projectCardWrapper img {
    max-height: unset;
  }
  .mgwrld__projectCardWrapper {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 35px;
  }
  .mgwrld__aboutMegaMainWrapper video {
    width: 100% !important;
  }
  .mgwrld__topHeaderRightContentList {
    margin-top: -20px;
  }
  .mgwrld__realEstateMainBox {
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .mgwrld__innerTimeLineWrapper iframe {
    width: 300px !important;
    margin: 0;
  }
  .mgwrld__moreFeaturedBlogsWrapper a {
    flex-direction: column;
  }
  .mgwrld__moreFeaturedBlogsWrapper img {
    max-width: unset;
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
  }
  .mgwrld__featuredBlogBox,
  .mgwrld__moreFeaturedBlogsWrapper {
    max-width: 350px;
    margin: 0 auto;
  }
  .mgwrld__moreFeaturedBlogsWrapper {
    margin: 25px auto;
  }
  .searchUnitsFormMain {
    width: 100%;
  }
}

/* popup for project page */
.popup-main {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #0008;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.popup-main .popup {
  width: 550px;
  /* height: 450px; */
  height: 510px;
  background-color: #fff;
  text-align: center;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-header {
  margin: 20px 0 10px;
}

.popup-header h2 {
  font-size: 21px;
}

.popup-content {
  display: flex;
}

.popup-content #wpcf7-f1295-o1 {
  width: 100%;
}

.popup-content br {
  display: none;
}

.popup-content input[type="text"],
.popup-content input[type="email"],
.popup-content input[type="tel"] {
  background-color: #ebebeb;
  /* font-family: "Silka Regular", sans-serif; */
  font-family: "montserratregular";
  font-size: 15px;
  padding: 15px 25px;
  margin-bottom: 15px;
  width: 100%;
  color: #666;
  border: 0;
}

.popup-content input[type="submit"] {
  background-color: #1886e7;
  width: 100%;
  /* font-family: "Metropolis SemiBold", sans-serif; */
  font-family: "montserratbold";
  font-size: 15px;
  text-transform: capitalize;
  padding: 20px;
  text-decoration: none;
}
/* .popup-content input[type="submit"]:hover {
  text-decoration: none;
  background-color: transparent !important;
  color: #fff;
  padding: 20px 60px;
  border: 1px solid #fff;
  transition: 0.4s;
} */

.popup-close-btn {
  background-color: unset !important;
  border: unset;
  color: #666;
  padding: 5px;
  text-decoration: none;
  position: absolute;
  top: 5%;
  right: 5%;
}

@media (max-width: 550px) {
  .popup-main .popup {
    /* width: 350px;
    height: 550px; */
    width: 300px;
    height: 100%;
  }
}

.mgwrld__projectVideo {
  padding: 20px 0;
}

.mgwrld__projectVideo iframe {
  height: 60vh !important;
}

/* ============================== */
/* ===== PRIVACY POLICY AND TERMS PAGE - AUGUST 11, 2020 ===== */
/* ============================== */
.infopg {
  background-color: #ffff;
}

.infopg-container {
  display: flex;
  align-items: stretch;
}

.infopg-sidebar {
  flex: 0 0 100%;
  max-width: 300px;
  background-color: #f2f4f6;
  padding: 50px 0;
}

.infopg-sidebar__title {
  padding: 0 30px;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.infopg-sidebar__link:link,
.infopg-sidebar__link:visited {
  padding: 10px 30px;
  display: block;
  font-size: 18px;
  color: #666666;

  position: relative;
}

.infopg-sidebar__link:link span,
.infopg-sidebar__link:visited,
span {
  position: relative;
  z-index: 1;
}

.infopg-sidebar__link:link::after,
.infopg-sidebar__link:visited::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(222, 230, 237, 1);
  display: block;

  position: absolute;
  top: 0;
  left: 0;

  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.4s 0.3s;
}

.infopg-sidebar__link:hover:after,
.infopg-sidebar__link:active:after {
  transform: scaleX(1);
}

.infopg-main {
  padding: 50px 30px;
  /* max-height: 700px;
	overflow-y: scroll; */
}

.infopg-main__title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

.infopg-main__div p,
.infopg-main__div ol,
.infopg-main__div ul {
  margin-bottom: 20px;
}

.infopg-main__div p,
.infopg-main__div li {
  /* font-family: "Silka Regular", sans-serif; */
  font-family: "montserratregular";
  font-size: 14px;
  color: #666666;
}

.infopg-main__div a:link,
.infopg-main__div a:visited {
  color: #000;
  transition: all 0.4s;
}

.infopg-main__div a:hover,
.infopg-main__div a:active {
  color: #262d64;
}

.infopg-main__div--top {
  padding-top: 100px;
}

@media only screen and (max-width: 991px) {
  .infopg-container {
    flex-direction: column;
  }

  .infopg-main {
    max-height: unset;
    overflow-y: unset;
  }

  .infopg-sidebar {
    max-width: unset;
    margin: 50px 30px 20px;
  }
}
/* ============================== */
/* ============================== */
/*contact submit*/
.mgwrld__contactFormContainer input[type="submit"] {
  background-color: #1886e7 !important;
}
/* ============================== */

/* ============================== */
/*** Sticky Social Media Icons FEB 18,2021****/
/* ============================== */

.sticky-container {
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -165px;
  top: 230px;
  width: 210px;
  z-index: 1100;
}
.sticky-container span {
  margin-left: 25px;
  color: #fff;
  font-size: 13px;
}
.sticky li {
  list-style-type: none;
  background-color: #fff;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 4px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.sticky li a {
  margin: 10px 0px 10px 15px;
}
.sticky li:hover {
  margin-left: -175px;
}
.sticky li img {
  float: left;
  margin: 5px 4px;
  margin-right: 5px;
}
.sticky li p {
  margin: -30px 0px 0px 30px;
  font-size: 15px;
  color: #fff;
  width: 100%;
}
.sticky li p a {
  text-decoration: none;
  color: #2c3539;
}
.sticky li p a:hover {
  text-decoration: underline;
}

.sticky .facebook {
  background: #3b5998;
  color: #fff;
}

.sticky .twitter {
  background: #55acee;
  color: #fff;
}
.sticky .instagram {
  background: #de2a83;
  color: #fff;
}
.sticky .google {
  background: #dd4b39;
  color: #fff;
}

.sticky .linkedin {
  background: #4b75a1;
  color: #fff;
}

.sticky .youtube {
  background: #bb0000;
  color: #fff;
}

.sticky .messenger {
  background: #009aff;
  color: #fff;
}

/* ============================== */
/*** Sticky Social Media Icons FEB 18,2021****/
/* ============================== */

/* ============================== */
/*** Virtual Tour Main and Inside Page 6/15/2021****/
/* ============================== */
.virtual-tour-main {
  padding: 100px 0;
}
.virtual-tour-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 80px;
}
.virtual-tour-flex .card {
  background-color: transparent;
  border: none;
}
.mgwrld_virtualTourImageBox img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.mgwrld_virtualTourDetailsBox h3 {
  font-size: 25px;
  margin-top: 15px;
}

.mgwrld_virtualTourDetailsBox p {
  padding: 10px 0;
  color: #006cb3;
  font-size: 16px;
}

.virtual-tour-titles {
  text-align: center;
  margin-bottom: 50px;
}
.virtual-tour-main .fa-map-marker {
  margin-right: 10px;
  color: #666666;
}

/* Inside Page */
.king-square-virtual-tour,
.gentry-manor-virtual-tour {
  padding: 100px 0;
}
.king-square-virtual-tour iframe,
.gentry-manor-virtual-tour iframe {
  height: 700px;
}
@media screen and (max-width: 769px) {
  .king-square-virtual-tour iframe,
  .gentry-manor-virtual-tour iframe {
    height: 500px;
  }
  .virtual-tour-flex {
    gap: 50px;
  }
  .mgwrld__premiumPropertiesMainWrapper,
  .mgwrld__blogsMegaMainWrapper,
  .mgwrld_retiresVirtual,
  .mgwrld__aboutHeaderContainer,
  .mgwrld__missionVisionContainer,
  .mgwrld__valuesContainer,
  .mgwrld__projectsMainWrapper,
  .mgwrld__aboutTheProjectContainer,
  .mgwrld__retireesVisaHeaderContainer,
  .mgwrld__blogsMainWrapper,
  .mgwrld__postContentContainer,
  .mgwrld__latestNewsContainer,
  .mgwrld__otherNewsContainer,
  .mgwrld__newsContentWrapper {
    padding: 80px 0;
  }
  .mgwrld__otherBlogsContainer,
  .mgwrld__relatedPostsWrapper {
    padding: 80px 0 0;
  }
}

@media screen and (max-width: 575px) {
  .mgwrld_virtualTourImageBox img {
    max-height: 300px;
    margin: 0 auto;
    max-width: 300px;
    object-fit: contain;
  }
  .virtual-tour-flex {
    flex-direction: column;
  }
  .mgwrld_virtualTourMainBox {
    margin-bottom: 30px;
  }
  .mgwrld_virtualTourDetailsBox {
    text-align: center;
  }
}
/* ============================== */
/*** Virtual Tour Main and Inside Page 6/15/2021****/
/* ============================== */



/*
     FILE ARCHIVED ON 02:44:40 May 24, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:13:53 Nov 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.591
  exclusion.robots: 0.065
  exclusion.robots.policy: 0.055
  esindex: 0.01
  cdx.remote: 22.018
  LoadShardBlock: 55.19 (3)
  PetaboxLoader3.datanode: 170.806 (5)
  load_resource: 3502.876
  PetaboxLoader3.resolve: 3326.455
  loaddict: 122.078
*/