﻿.cursor-pointer{
  cursor: pointer;
}
.download-frame{
  width: 100%;
  min-height: 900px;
}
.home-info{
  margin-top: -30px;
}
.mb-e-lv2{
  min-width: 180px;
}
.service-item-mobile-div{
  margin-left: 33px;
  margin-top: -55px;
}
.dropdown-item:hover {
  background-color: #95f3f5;
}
@media (max-width: 576px) {
  .service-item-mobile-div > .dropdown-menu.show{
    right: auto;
    left: -45px;
  }
}
.service-item-mobile-div button:focus{
  background-size: 150%;
  background: #05c7ad !important; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #05c7ad 1%, #275f9f 100%) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #05c7ad 1%, #275f9f 100%) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #05c7ad 1%, #275f9f 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.color-w{
  color: #fff !important;
}
.color-sitemap-1{
  background: #fff2eb;
}
.color-sitemap-2{
  background: #fffae9;
}
.color-sitemap-3{
  background: #f2fcfd;
}
.color-sitemap-4{
  background: #f8eeff;
}
.color-sitemap-5{
  background: #f3fff4;
}
.color-sitemap-6{
  background: #fdeef1;
}
.color-sitemap-7{
  background: #fef1e2;
}
.color-sitemap-8{
  background: #fbfbd3;
}
.overflow-unset{
  overflow: unset;
}

