.mainheader {}

.mainheader .container-fluid {
  max-width: 1823px;
  margin: 0 auto;
}

.top-header {
  background-color: #e8eff9;
  padding: 5px 0;
  min-height: 36px;
}

.top-header .top-hdlist-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.top-header .top-hdlist-inline li img {
  margin-right: 15px;
  display: inline-block;
}

.top-header .top-hdlist-inline li {
  font-size: 14px;
  color: #3b3b3b;
  font-weight: 500;
  width: 20%;
  text-align: center;
  position: relative;
}

.top-header .top-hdlist-inline li:not(:last-child):after {
  position: absolute;
  content: "";
  right: 0;
  border-right: 1px solid #a0b8db;
  top: -12px;
  bottom: 0;
  height: 50px;
  transform: rotate(45deg);
}

.top-header .top-hdlist-inline li:not(:last-child):before {
  position: absolute;
  content: "";
  right: -1px;
  border-right: 1px solid #ffffff;
  top: -12px;
  bottom: 0;
  height: 50px;
  transform: rotate(45deg);
}

.top-header .top-hdlist-inline li a:hover {
  color: #0071bd;
}

.headwrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

.logo-left {
  padding: 10px 0;
}

.menu_link {
  margin: 0 auto;
  text-align: center;
  flex-wrap: wrap;
  position: relative;
}

.menu_link .menu {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
  padding: 0 0px;
}

.menu_link ul.menu>li {
  display: inline-flex;
  text-align: center;
  position: relative;
  height: 100%;
  margin: 0 17px;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.menu_link ul.menu>li>a {
  color: #141414;
  font-size: 16px;
  padding: 35px 0px;
  display: block;
  position: relative;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-style: normal;
}

.header-book {
  display: inline-flex;
  margin: 0;
}

.header-book .btn-book {
  font-size: 16px;
  color: #517694;
  border: 1px solid #517694;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.1;
}

.header-book .book-header {
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.header-book .book-header:hover {
  background-color: #517694;
}

.inner-brd {
  background-color: #e8eff9;
  padding: 40px 0;
}

.areas-brd {
  text-align: center;
  padding: 35px 0;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 80px;
}

.areas-brd .woo_breadcums {
  justify-content: center;
  width: 100%;
}

ul.woo_breadcums {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}

ul.woo_breadcums li a {
  text-decoration: none;
  position: relative;
  margin-right: 48px;
  display: inline-block;
  color: #141414;
  z-index: 0;
}

ul.woo_breadcums li {
  list-style: none;
  font-weight: 500;
  color: #141414;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
  text-transform: capitalize;
}

ul.woo_breadcums li a img {
  margin-top: -3px;
  margin-left: 3px;
  filter: invert(10) brightness(0);
}

ul.woo_breadcums li a:hover {
  color: #0cb14b;
}

.woo_breadcums li a:before {
  content: "\f105";
  position: absolute;
  font-family: "FontAwesome";
  right: -30px;
  top: 1px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0;
}

/*.fixed-header #sticky-header {
    -webkit-animation-duration: 0.8s;
    -webkit-animation-name: headerSticky;
    animation-name: headerSticky;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fixed-header #sticky-header .logo-left {
    padding: 5px 0;
    width: 200px;
}
#sticky-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 100;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 23%);
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}
.fixed-header #sticky-header .top-header {
    display: none;
}*/
.togglebtn {
  display: none;
}

.togglebtn .line:before {
  content: none;
}

.togglebtn .line {
  padding: 0;
}

html.menuhidden {
  position: fixed;
  overflow-y: auto;
}

.dropdown-menu.submenu {
  position: absolute;
  left: 0;
  z-index: 120;
  min-width: 45.88rem;
  text-align: left;
  transform-origin: 0 0;
  transform: scale(0) translateZ(0);
  opacity: 0;
  top: 100%;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.15s;
  /* background-color: #E8EFF9;*/
  background-color: #ffffff;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 485px;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 6%);
  border-top: 2px solid #0071bd;
}

.menu_link ul.menu li.has-sub {
  position: static;
}

.menu_link ul.menu li:hover .dropdown-menu.submenu {
  transform: scale(1) translateZ(0);
  opacity: 1;
}

.menu_link ul.menu li.dropdown>a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  /*border-bottom: 8px solid #E8EFF9;*/
  border-bottom: 8px solid #0071bd;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  opacity: 0;
}

.menu_link ul.menu li:hover>a:before {
  opacity: 1;
}

.dropdown-menu.submenu li:hover>a,
.dropdown-menu.submenu li.active>a {
  color: #0071bd;
  font-weight: bold;
}

.dropdown-menu.submenu li a {
  padding: 10px 0px;
  position: relative;
}

.dropdown-menu.submenu .single-col-menu>li {
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #fefeff;
}

.dropdown-menu.submenu .single-col-menu>li:before {
  position: absolute;
  left: 0;
  background: #0071bd;
  width: 5px;
  height: 2px;
  line-height: 0;
  top: calc(50% - 5px);
  opacity: 0;
  content: "";
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.dropdown-menu.submenu .single-col-menu li:hover>a {
  padding-left: 15px;
}

.dropdown-menu.submenu .single-col-menu>li:hover:before {
  opacity: 1;
}

.menudrop {
  z-index: 1;
  display: inline-block;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  text-align: center;
  vertical-align: middle;
  margin-left: 2px;
  margin-top: 0px;
  line-height: 16px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  font-size: 14px;
}

@keyframes headerSticky {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes headfadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes headfadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.add_info_mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
  overflow-y: auto;
  transform: scale(0);
  opacity: 1;
  transition: all ease-out 0.3s;
  -webkit-transition: transform 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
  -o-transition: transform 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.office-info {
  background-color: #e8eff9;
  /*   background-color: #d1d7d8;*/
  padding: 20px;
  border-radius: 0% 0 10% 10%;
  border-bottom: 2px solid #567d9c;
}

.office-info ul li img {
  margin-right: 15px;
}

.office-info ul li {
  margin-bottom: 10px;
}

.close_phon_info {
  position: absolute;
  right: 15px;
  top: 15px;
}

.menu-item-img {
  position: absolute;
  right: 50px;
  width: 303px;
  bottom: 50px;
}

.dropdown-menu .single-col-menu {
  width: calc(100% - 150px);
}

.menu_link ul.menu>li:hover>a,
.menu_link ul.menu>li.active>a {
  color: #567d9c;
}

.simpl_drop .dropdown-menu.submenu {
  min-width: 20rem;
  min-height: auto;
  padding: 20px;
}

.simpl_drop .dropdown-menu.submenu .single-col-menu>li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.simpl_drop .dropdown-menu.submenu .single-col-menu>li:before {
  top: 0px;
  margin-top: 12px;
}

.simple_menu_image {
  min-width: 350px !important;
}

.simple_menu_image ul {
  width: 100% !important;
}

.menu_link ul.menu li.has-sub.three_col_layout .dropdown-menu.submenu {
  min-width: 100%;
}

.menu_link ul.menu li.has-sub.three_col_layout .dropdown-menu.submenu .single-col-menu {
  width: calc(100% - 335px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menu_link ul.menu li.has-sub.three_col_layout .dropdown-menu.submenu .single-col-menu>li {
  width: 45%;
  padding: 0;
  margin: 0;
}

.menu_link ul.menu li.has-sub.three_col_layout .dropdown-menu.submenu .single-col-menu>li .sub-menu>li:not(:last-of-type) {
  margin-bottom: 10px;
}

.dd.two_col .dropdown-menu .single-col-menu {
  width: 100%;
}

.menu_link ul.menu li.has-sub.three_col_layout .dropdown-menu.submenu .single-col-menu>li .sub-menu {
  margin-top: 15px;
  padding-left: 10px;
}

.menu_link ul.menu>li.dd.two_col .dropdown-menu.submenu .single-col-menu>li {
  margin-bottom: 0;
}

.menu_link ul.menu li.has-sub.three_col_layout .dropdown-menu.submenu .single-col-menu>li>a {
  font-weight: 500;
  border-bottom: 1px solid #dfdfdf;
  display: block;
}

.menu_link ul.menu li.has-sub.three_col_layout .dropdown-menu.submenu .single-col-menu>li:before {
  top: 14px;
}

/* areas menu css */

.two_col .dropdown-menu .single-col-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.two_col.simpl_drop .dropdown-menu.submenu {
  min-width: 35rem;
  left: -240px;
}

.two_col .dropdown-menu.submenu .single-col-menu>li {
  width: 46%;
  padding: 0;
  margin: 0;
}

.two_col .dropdown-menu .single-col-menu>li>a {
  font-weight: 500;
  border-bottom: 1px solid #dfdfdf;
  display: block;
}

.two_col ul.areas_third_level {
  margin-top: 15px;
  padding-left: 10px;
	column-count: 2;
}

.two_col ul.areas_third_level>li:not(:last-of-type) {
  margin-bottom: 5px;
}

.two_col.simpl_drop .dropdown-menu.submenu .single-col-menu>li:before {
  top: 12px;
}

.menu_link ul.menu li.has-sub.three_col_layout .dropdown-menu.submenu .single-col-menu>li:before {
  top: 23px;
}


@media (max-width: 1720px) {
  .menu_link ul.menu>li {
    margin: 0 20px;
  }
}

@media (max-width: 1660px) {
  .menu_link ul.menu>li {
    margin: 0 15px;
  }
}

@media (max-width: 1580px) {
  .menu_link ul.menu>li {
    margin: 0 12px;
  }

  .header-book .btn-book {
    padding: 12px 15px;
  }
}

@media (max-width: 1480px) {
  .menu_link ul.menu>li {
    margin: 0 7px;
  }
}

@media (max-width: 1380px) {
  .header-book .btn-book {
    padding: 12px 10px;
    font-size: 14px;
    text-transform: uppercase;
  }

  .logo-left {
    width: 200px;
  }

  .menu_link ul.menu>li {
    margin: 0 5px;
  }

  /* areas menu css */
  .two_col.simpl_drop .dropdown-menu.submenu {
    min-width: 30rem;
    left: -400px;
  }
}

@media (max-width: 1280px) {
  .mainheader .header-book {
    position: absolute;
    right: 10px;
    top: -25px;
  }

  .mainheader .header-book .btn-book {
    height: auto;
    background: #ffffff;
  }

  .top-header .top-hdlist-inline {
    width: calc(100% - 160px);
  }

  .top-header .top-hdlist-inline li {
    width: 20%;
  }

  .menu_link ul.menu>li {
    margin: 0 10px;
  }

  .menu_link .menu {
    margin: 0 -10px;
  }

  .menu_link {
    margin: 0 0 0 auto;
  }

  .simpl_drop .dropdown-menu.submenu {
    left: auto;
    right: 0;
  }
}

@media (max-width: 1200px) {
  .menu_link ul.menu>li {
    margin: 0 6px;
  }

  .menu_link .menu {
    margin: 0 -6px;
  }

  .top-header .top-hdlist-inline li {
    width: 25%;
  }

  .areas-brd {
    margin-bottom: 50px;
  }
}

@media (max-width: 1120px) {
  .simpl_drop .dropdown-menu.submenu {
    padding: 0 10px;
  }

  .top-header .top-hdlist-inline,
  .menu_link ul.menu li.has-sub.three_col_layout .dropdown-menu.submenu .single-col-menu>li,
  .menu_link ul.menu li.has-sub.three_col_layout .dropdown-menu.submenu .single-col-menu {
    width: 100%;
  }

  .logo-left {
    width: 160px;
  }

  .menu-link>li {
    display: block;
    text-align: left;
    margin: 0;
    width: 100%;
    height: auto;
    padding: 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  }

  .simpl_drop .dropdown-menu.submenu .single-col-menu>li:before {
    margin-top: 18px;
  }

  .togglebtn {
    position: fixed;
    width: 40px;
    height: 30px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    z-index: 1001;
    padding: 0px;
    background: none;
    display: flex;
    right: 15px;
    top: 55px;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .togglebtn:before {
    content: "";
    left: 0;
    top: 2px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    position: absolute;
  }

  #hamburger-icon .line {
    display: block;
    background: #000000;
    width: 25px;
    height: 2px;
    position: relative;
    left: 0px;
    border-radius: 4px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }

  #hamburger-icon .line.line-1 {
    top: 8px;
  }

  #hamburger-icon .line.line-2 {
    top: 13px;
    width: 20px;
  }

  #hamburger-icon .line.line-3 {
    top: 18px;
  }

  #hamburger-icon.active .line-3 {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
  }

  #hamburger-icon.active .line-2 {
    opacity: 0;
  }

  #hamburger-icon.active .line-1 {
    transform: translateY(4px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(4px) translateX(0) rotate(45deg);
    -moz-transform: translateY(4px) translateX(0) rotate(45deg);
  }

  .overlay.active {
    visibility: visible;
  }

  .menu_link {
    position: fixed;
    left: 0;
    top: 80px;
    right: 0;
    width: 100%;
    max-width: 500px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    display: block;
    visibility: visible;
    -webkit-transition: -webkit-transform 0.3s linear 0.7s;
    transition: -webkit-transform 0.3s linear 0.7s;
    -o-transition: transform 0.3s linear 0.7s;
    transition: transform 0.3s linear 0.7s;
    opacity: 0;
    -webkit-box-shadow: 0 45px 65px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 45px 65px 0 rgb(0 0 0 / 15%);
  }

  .menu_link.active {
    /*top: 100%;*/
    top: 0;
    background: #fff;
    /*min-height: 500px;*/
    -webkit-transition: -webkit-transform 0.4s linear 0.1s;
    transition: transform 0.4s linear 0.1s;
    -o-transition: -o-transform 0.4s linear 0.1s;
    transition: transform 0.4s linear 0.1s;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    height: 100%;
    overflow-y: auto;
    /*  border-top: 2px solid #0000fe;*/
    z-index: 999;
  }

  .mainheader .header-book {
    right: 80px;
    top: 15px;
  }

  .menu_link.active {
    /*height: calc(100vh - 107px);
        min-height: 100%;*/
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
  }

  .menu_link>li {
    display: block;
    text-align: left;
    margin: 0;
    width: 100%;
    height: auto;
    padding: 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  }

  .menu_link li>a {
    color: #000000;
    display: block;
    padding: 15px;
    width: 100%;
    letter-spacing: 0.5px;
  }

  .menu_link ul.menu>li>a>img {
    display: none;
  }

  .menu_link ul.menu>li>a span {
    display: inline-block;
  }

  .menudrop {
    position: absolute;
    right: 5px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    background: #e8eff9;
    text-align: center;
    top: 8px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #0071bd;
  }

  .menu_link .submenu {
    -webkit-transform: none;
    transform: none;
    display: none;
    visibility: unset;
    opacity: unset;
    width: 100%;
    position: relative;
    padding-bottom: 0;
    left: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 1px 0;
    background: #ffffff;
    min-width: inherit;
    border: 0;
    padding: 0 10px;
    min-height: auto;
  }

  .menu_link li:hover .submenu {
    display: none;
    -webkit-transform: none;
    transform: none;
    opacity: inherit;
  }

  .menu_link .menu {
    margin: 0;
    padding: 0 20px;
  }

  .menu_link ul.menu li.has-sub.three_col_layout .dropdown-menu.submenu .single-col-menu {
    padding-left: 10px;
  }

  .menu_link ul.menu li.has-sub.three_col_layout .dropdown-menu.submenu .single-col-menu>li .sub-menu {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .menu_link ul.menu li.has-sub.three_col_layout .dropdown-menu.submenu .single-col-menu>li .sub-menu>li:not(:last-of-type) {
    margin-bottom: 0;
  }

  .menu_link ul.menu>li {
    margin: 0;
    width: 100%;
    display: block;
    height: auto;
    text-align: left;
  }

  .menu_link ul.menu>li>a {
    padding: 10px;
  }

  .menu_link ul.menu li.dropdown>a:before {
    content: none;
  }

  .overlay {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgb(12 50 91 / 85%);
    cursor: pointer;
    animation: slideInRight 500ms ease-in-out;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
  }

  .menudrop.openedmenu {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .dropdown-menu.submenu .single-col-menu>li {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }

  .menu_link ul.menu li.has-sub.three_col_layout .dropdown-menu.submenu .single-col-menu>li:before {
    top: 16px;
  }

  .dropdown-menu .single-col-menu {
    width: 100%;
  }

  .dropdown-menu.submenu li a {
    padding: 5px 0px;
  }

  .menu-item-img {
    display: none;
  }

  .dropdown-menu.submenu .single-col-menu>li:before {
    top: 50%;
  }

  .menu_link .menu {
    display: block;
  }

  .menu_link .menu {
    padding-top: 40px;
  }

  .togglebtn.active {
    top: 15px;
  }

  /* areas menu css */
  .two_col.simpl_drop .dropdown-menu.submenu {
    min-width: unset;
    left: unset;
  }

  .two_col .dropdown-menu .single-col-menu {
    width: unset;
    display: unset;
    justify-content: space-between;
  }

  .two_col .dropdown-menu.submenu .single-col-menu>li {
    width: unset;
    padding: 0;
    margin: 0;
  }

  .two_col ul.areas_third_level {
    margin-bottom: 10px;
  }
}

.menu_link ul.menu>li span {
  display: none;
}

@media (max-width: 992px) {
  .inner-brd {
    padding: 30px 0;
  }

  .top-header .top-hdlist-inline li img {
    margin-right: 10px;
  }

  .areas-brd {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .inner-brd {
    padding: 20px 0;
  }

  .top-header .top-hdlist-inline li img {
    margin-right: 5px;
  }

  .top-header .top-hdlist-inline li {
    width: 33.33%;
  }

  .top-header .top-hdlist-inline li:last-child {
    position: absolute;
    top: 53px;
    width: auto;
    right: 300px;
  }

  .top-header .top-hdlist-inline li:not(:last-child):before,
  .top-header .top-hdlist-inline li:not(:last-child):after {
    content: none;
  }

  ul.woo_breadcums li a {
    margin-right: 25px;
  }

  .woo_breadcums li a:before {
    right: -17px;
  }
}

@media (min-width: 580px) {
  .info_icon {
    display: none;
  }
}

@media (max-width: 580px) {
  .menu_link {
    max-width: 100%;
  }

  .info_icon.hidden {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block !important;
  }

  .top-header {
    padding: 0;
  }

  .top-header .top-hdlist-inline li:nth-child(-n + 3) {
    display: none;
  }

  .top-header .top-hdlist-inline li:last-child {
    position: absolute;
    top: 5px;
    width: auto;
    right: 15px;
  }

  .add_info_mobile.opened {
    z-index: 9990;
    opacity: 1;
    transition: all ease-out 0.3s;
    transform: scale(1);
  }
}

@media (max-width: 480px) {
  .togglebtn {
    width: 25px;
    top: 60px;
  }

  #hamburger-icon .line {
    left: 0px;
  }

  .top-header .top-hdlist-inline li img {
    display: inline-block;
  }

  .top-header .top-hdlist-inline li:last-child {
    position: absolute;
    top: 5px;
    width: 40%;
    right: 0;
  }

  .mainheader .header-book .btn-book {
    height: auto;
    background: transparent;
    width: 100%;
    padding: 12px 0px 12px;
    font-size: 12px;
    border: 0;
    left: 40px;
  }

  .mainheader .header-book {
    right: auto;
    top: -36px;
    left: auto;
    width: calc(60% - 40px);
    margin: 0 auto;
  }

  .info_icon.hidden {
    position: absolute;
    top: 57px;
    right: 55px;
    z-index: 1;
  }

  .mainheader .header-book,
  .top-header .top-hdlist-inline li:last-child {
    width: 50%;
  }

  .mainheader .header-book .btn-book {
    left: 0;
  }
}

@media (max-width: 380px) {
  .mainheader .header-book .btn-book {
    width: 100%;
    background: #0071bd;
    color: #fff;
  }

  .top-hdlist-inline li:last-child a {
    font-size: 0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #ffffff;
    display: block;
    text-align: center;
    line-height: 26px;
    border: 2px solid #444;
    position: absolute;
    right: 98px;
    top: 54px;
  }

  .mainheader .header-book {
    width: 100%;
    left: 0;
    right: 0;
  }

  .mainheader .header-book .btn-book {
    left: 0;
  }

  .top-hdlist-inline li:last-child a img {
    display: inline;
    margin: 0 auto;
    width: 13px;
    filter: invert(1) brightness(0);
  }
}