/* home-map section styles */

@media screen and (min-width: 1025px) {
  .custom-map-component.fix {
    transform: none !important;
    transition: none !important;
  }

  .custom-map-component.fix .back-to-main-section {
    position: fixed;
    top: 110px;
    left: 335px;
    /* background-color: var(--primary); */
  }

  .custom-map-component.fix .back-to-main-section a {
    background-color: var(--primary);
  }

  .custom-map-component.bottom .back-to-main-section {
    position: absolute;
    bottom: 50px;
    top: auto;
  }

  /* body.scrolling-down .custom-map-component.fix .back-to-main-section {
    top: 10px;
  }
 */

  body:not(.path-frontpage) .custom-map-component.fix .back-to-main-section {
    left: 40px;
  }

  .country-listing-page:not(.state-selected) .custom-map-component.fix .back-to-main-section {
    top: 175px;
  }

  .country-listing-page:not(.state-selected).scrolling-down .custom-map-component.fix .back-to-main-section {
    top: 67px;
  }

  /* removing static back  */
  .path-frontpage .custom-map-component.fix .back-to-main-section {
    position: absolute;
    top: 0;
    left: 10px;
  }

  /* .path-frontpage .custom-map-component.fix .back-to-main-section a:not(:hover) { */
  .custom-map-component.fix .back-to-main-section a:not(:hover) {
    background-color: transparent;
  }

  /*  */
  .path-frontpage.state-selected .coutry-more .rd-more-btn,
  .state-listing-page .coutry-more .rd-more-btn {
    background-size: 26px;
  }

  /*  */
  .back-to-main-section {
    position: absolute !important;
    top: 0 !important;
    bottom: auto !important;
    left: 10px !important;
  }

  /* .country-listing-page .back-to-main-section {
    left: 10px !important;
  }
  .path-frontpage .back-to-main-section {
    left: 10px !important;
  } */

  /*  */

  body.path-frontpage .inner-detail {
    max-height: 340px;
  }

}
