/* Small devices (landscape phones, 576px and up) */
@media (min-width: 200px) {
  .facilityBoxMain{
    width: 33.33%;
    margin-right: 20px;
  }
  .fullSeparator .w125px{
    width: 125px;
  }
  .fullSeparator .w-0{
    width: 0;
  }
  .mobimag{
    position:absolute;
    top: 0;
    left: 0;
  }
  .mobanimation .mobimag{
    background-position: center 0;
    background-size: 70%, contain;
  }
  .mobanimation:hover .mobimag {
    background-size: 70%, contain;
    background-position: center 40px;
    /* transform: translateY(-25%); */
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .commansubmenu#submenu2 .commansubmenuRightPart{
    border-top: 1px solid transparent;
    border-left: 1px solid var(--white-10);
  }
  .ps30px-res{
    padding-left: 30px;
  }
  .podcastRightDetail.pb25px {
    padding-bottom: 0px;
  }
  .w200px{
    width: 200px;
  }
  .w250px{
    width: 250px;
  }
  .w250pxcalc100{
    width: calc(100% - 250px);
  }
.w200px{
  width: 200px;
}
.w200pxcalc100{
  width: calc(100% - 200px);
}
  .w315pxcalc100{
    width: calc(100% - 315px);
  }
  .w315px{
    width: 315px;
  }
  .podcastRightDetail.ps40px {
    padding-left: 40px;
  }
  .sectionspacing100px{
    height: 80px;
  }
  .btn{
    padding: 8px 20px;
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
    border:1px solid transparent;
    align-items: center;
  }
  .swiperNavposition .swiper-button-next {
    right: -45px;

  }
  .swiperNavposition .swiper-button-prev {
    left: -45px;

  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  :root {
    --base-font-size: 16px;
  }
  body {
    font-size: var(--base-font-size);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .w33per , .navMain.w33per{
    width: 33.33%;
  }
  .nav{
    margin-right: 8px;
  }
  .navbar-collapse{
    flex-basis: auto;
  }
  .navMain{
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    padding-top: 0;
    background-color: transparent;
  }
  .dropdown-menu{
    /* border:1px solid var(--white-10); */
    position: absolute;
    top: 42px;
    margin-top: -2px !important;
    max-height: none;
    overflow: inherit;
    padding-bottom: 0;
  }
  .footernav{
    padding: 0px 24px;
  }
  footer{
    padding: 32px 0px;
  }
  .navLink{
    padding: 8px 16px;
  }
  .dropdown-menu.subDropdownMenu{
    position: absolute;
    right: -250px !important;
    top: 0;
    border-top-left-radius: 0;
    margin-left: 0;
    /* border:1px solid var(--white-10); */
    padding-bottom: 0;
  }
  .dropdownLinkMain.has-subdropdown .navsubarrow{
    transform: rotate(0deg);
  }
  /* header li.dropdown:hover > ul.dropdown-menu , .listCard li.dropdown:hover > ul.dropdown-menu { display: block; }
  header li.dropdown:hover > ul.dropdown-menu > li:hover > ul.dropdown-menu.subDropdownMenu{ display: block; } */
  .w70per{
    width: 60%;
  }
  .w50per{
    width: 50%;
  }
  .progressWrapper .progressWrapperInnerLeft{
    flex-grow: 1;
    padding: 20px 20px 20px 0px;
  }
  .progressWrapper .progressWrapperInnerRight{
    flex-grow: 1;
    padding: 20px 0px 20px 20px;
  }
  .searchmain{
    border-radius: 500px;
  }
  .searchmain.radius2{
    border-radius: 2px;
  }
  .searchactionwrapper{
    padding: 0px 32px;
    border-left:1px solid var(--white-10);
  }
  .fieldWrapper{
    padding: 8px 16px;
  }
  .searchmain .searchInput{
    padding: 4px 24px 4px 0px;
  
  }
  .searchInputForm{
    padding:inherit;
    background-color: transparent;
    border: 1px solid transparent;
  }
  .searchactionwrapper{
    width: auto;
  }
  .fieldWrapper .select2-container{
    padding: 0px;
    border: 1px solid transparent;
  }
  .f96{
    font-size: 64px;
    line-height: 90px;
  }
  .f32{
    font-size: 32px;
  }
  .listCard .listDetail{
    /* padding-right: 40px; */
  }
  .listCard{
    padding: 20px;
  }
  .w100per{
    width: auto;
  }
  .facilityBoxMain.w50per{
    width: 50%;
  }
  .sectionspacing150px{
    height: 150px;
  }
  .listingWrapper{
    /* padding-top: 64px; */
  }
  .listImg iframe{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow{
    transform: none;
    height: auto;
  }
  .propertyDetailWrapper .mapImage{
    height: 150px;
    width: 150px;
   
  }
  .stickyBox{
    position: sticky;
    top: 0;
    left: 0;
  }
  .facilityBoxMain{
    padding: 16px;
  }
  .userListing{
    padding-right: 24px;
  }
  .userListing:last-child{
    padding-right: 0;
  }

  .podcastRightDetail.ps64{
    padding-left: 64px;
  }
  .podcastRightDetail.ps60{
    padding-left: 60px;
  }
  .podcastRightDetail.pe60{
    padding-right: 60px;
  }
  .gap60px{
    gap: 60px;
  }
  .newsroomListing , .newsroomList{
    padding-bottom: 80px;
  }
  .newsroomListing:nth-child(even) > .podcastListImg{
    order: 2;
  }
  .newsroomListing:nth-child(even) > .podcastRightDetail{
    order: 1;
    padding-left: 0;
    /* padding-right: 60px; */
  }
  .w315px{
    width: 315px;
  }
  .downlaoadbtn {
    padding: 12px 20px;
  }
.CardBox {
  width: calc(50% - 40px);
  padding: 30px;
  margin-right: 60px;
}
.CardBox:nth-child(3n) {
  margin-right: 0;
}
.CardBox.w25per{
  width: calc(25% - 15px);
}
.CardBox:last-child{
  margin-right: 0px;
}
.mobanimation .mobimag{
  background-position: center 0;
  background-size: 100%, contain;
}
.mobanimation:hover .mobimag {
  background-size: 100%, contain;
  background-position: center 40px;
  /* transform: translateY(-25%); */
}
/* .mobimag{
  position:absolute;
  top: 0;
  left: 0;
} */
.mainTitleH1{
  font-size: 60px;
  margin-bottom: 30px;
}
.breadcrumb .breadcrumb-item{
  padding-bottom: 30px;
}
.mainTitleH2{
  font-size: 32px;
}
.submenulinks{
  border-right:1px solid var(--white-10);
  border-bottom: 1px solid transparent!important;
}
.submenulinks.submenu2{
  border-right:1px solid transparent;
}
.menuNavLink.show{
  background-color: var(--white-05);
  /* border-bottom-left-radius: 0; */
  /* border-bottom-right-radius: 0; */
  color: var(--color-green);
}
.submenulinks{
  padding: 20px 30px;
}
.commansubmenu{
  top: 80px;
  width: 100%;
  height: auto;
  padding: 0 30px;
  z-index: 5;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2), 0px 20px 50px 0px rgba(0,0,0,0.1);
}
.ratio-1x1-res{
  --bs-aspect-ratio: 100%;
}
.mainTitleH1{
  padding: 0 15%;
}
.px10prs{
  padding: 0 10%;
}
.sectionspacing100px{
  height: 100px;
}
.spacingmb60{
  margin-bottom: 60px;
}
.spacingmb40{
  margin-bottom: 40px;
}
.mainTitleH2.mb20{
  margin-bottom: 20px;
}
.listCard .listDetail.pb25px{
  padding-bottom: 25px;
}
.ms16pxMinus{
  margin-left: -16px;
}
.resultbox{
  padding: 10px 20px;
}
.podcastRightDetail.pb25px {
  padding-bottom: 25px;
}
.listCard .listCardItems:nth-last-child(-n + 2){
  padding-bottom: 0;
}
.min-w280px{
  min-width: 280px;
}
.w-200px{
  width: 200px;
}
.mobanimation .mobimag{
  transition: 0.5s;
  /* transform: translateY(0%); */
}
.mobanimation:hover .mobimag {
  /* background-size: 100%, contain;
  background-position: center 40px; */
  /* transform: translateY(-25%); */
}
.w200minus30{
  width: calc(200px - 30px);
}
.maxw200{
  max-width: 200px;
}
.maxw250{
  max-width: 250px;
}
.withstickyDiv{
  position: sticky;
  top: 110px;
  height: 540px;
  width: 380px;
}
.propertyDetailRightPadding60px{
  padding-right: 60px;
  width: auto;
}
.breadcrumb .breadcrumb-item:last-child{
  max-width: 500px;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.maxw500px{
  max-width: 500px;
}
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .submenu2 .dropdownLinkMain:nth-last-child(-n + 3) .dropdownLink,
.submenu3 .dropdownLinkMain:nth-last-child(-n + 2) .dropdownLink{
  margin-bottom: 0;
}
.MapBoxSpacing.ps40px {
  padding-left: 40px;
}
.w380px{
  width: 380px;
}
.DetailRightbox{
  width: 380px;
}

.btn.mt60{
  margin-top: 60px;
}
.CardBox {
  width: calc(33.33% - 15px);
}
.galleryWrapper{
  width: calc(100% - 106px);
}
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}
@media (min-width: 1680px) {

}