/* // style for responsive menu burger */
@media (max-width: 950px) {
  .header{
    min-height: 40px;
    padding: 0 15px;
  }
  .footer{
    height: auto;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-link{
    margin-top: 10px;
  }
  .navbar .nav {
    display: none;
  }
  .user-icon-wrap img {
    display: block;
    position: relative;
    height: 30px;
    width: 30px;
  }
  .user-icon-wrap .drop {
    display: block;
    position: absolute;
    top: 5px;
    right: 35px;
  }
  .user-icon-wrap .drop .dropdown {
    list-style-type: none;
  }
  .user-icon-wrap .drop .dropdown-toggle {
    opacity: 0;
  }
  .user-icon-wrap .drop .dropdown-toggle {
    position: absolute;
    right: -45px;
    top: -10px;
  }
  .user-icon-wrap .drop .dropdown-menu {
    top: 32px;
    left: -230px;
    min-width: 250px;
  }
  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 115;
  }
  .header__burger span {
    position: absolute;
    background-color: #fff;
    left: 0;
    width: 30px;
    height: 2px;
    top: 9px;
    z-index: 11;
    transition: all 0.3s ease 0s;
  }
  .header__burger:before,
  .header__burger:after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .header__burger:before {
    top: 0;
  }
  .header__burger:after {
    bottom: 0;
  }
  .header__menu:before {
    background-color: #5e5378;
    z-index: 10;
  }
  .user-icon-wrap {
    display: block;
    position: relative;
    height: 30px;
    width: 30px;
  }
  .wrap-mob-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #152c33;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    z-index: 110;
    text-align: left;
    padding-top: 50px;
    padding-left: 17px;
    overflow-y: auto;
  }
  .wrap-mob-menu.hide {
    display: none;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    display: none;
  }
  .header__burger.active:before {
    transform: rotate(45deg);
    top: 9px;
  }
  .header__burger.active:after {
    transform: rotate(-45deg);
    bottom: 9px;
  }
  .header__burger.active span {
    opacity: 0;
  }
  .header__burger span {
    opacity: 1;
  }
  .navbar-inner .header__burger.active {
    position: fixed;
    top: 15px;
  }
  .wrap-mob-menu a {
    color: #fff;
  }
  .wrap-mob-menu .nav > li {
    height: auto;
    list-style: none;
    list-style-type: none;
  }
  ul ul {
    list-style-type: none;
  }
  a {
    text-decoration-skip-ink: auto;
  }
  .wrap-mob-menu .dropdown .dropdown-menuu {
    display: none;
  }
  .wrap-mob-menu .dropdown .dropdown-menuu.active {
    display: block;
  }
  .wrap-mob-menu .unic-menu li {
    margin-bottom: 15px;
    text-align: left;
    margin-left: 10px;
  }
  .wrap-mob-menu .unic-menu {
    text-align: center;
  }
  .wrap-mob-menu .unic-menu li a {
    font-size: 24px;
  }
  .wrap-mob-menu .dropdown-menuu li a {
    font-size: 0.95rem;
  }
  .wrap-mob-menu .dropdown-menuu li {
    margin-bottom: 7px;
  }
  .wrap-mob-menu .dropdown-menuu li:first-child {
    margin-top: 7px;
  }
  .wrap-mob-menu .dropdown-menuu {
    margin-bottom: 10px;
    margin-left: 25px;
  }
  .wrap-mob-menu .nav > li > a:hover,
  .wrap-mob-menu .nav > li > a:focus {
    background: transparent;
  }
  .wrap-mob-menu .nav .dropdown-toggle .caret {
    margin-top: 10px;
  }
}
@media (max-width: 375px) {
  .wrap-mob-menu .unic-menu li a {
    font-size: 20px;
  }
  .wrap-mob-menu .dropdown-menuu li a {
    font-size: 0.8rem;
  }
}
.wrap-mob-menu .dropdown-backdrop {
  display: none;
}
/* .wrap-mob-menu .caret {
  transform: rotateZ(270deg);
}
.wrap-mob-menu .caret.open {
  transform: rotateZ(360deg);
}
.wrap-mob-menu .dropdown-toggle:hover .caret,
.wrap-mob-menu .dropdown-toggle:focus .caret,
.wrap-mob-menu .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
} */

.wrap-mob-menu .dropdown-toggle::after{
  transform: rotateZ(270deg);
}
.mb-open .dropdown-toggle::after{
  transform: rotateZ(360deg);
}
.wrap-mob-menu .dropdown_list{
  padding: 0;
}
.wrap-mob-menu .unic-menu .dropdown_list li a{
  font-size: 16px;
  line-height: 16px;
}
.wrap-mob-menu .dropdown-submenu a{
  display: flex;
}
.wrap-mob-menu .dropdown-submenu>a:after{
  float: none;
  margin-left: 5px;
  margin-right: 0;
  transform: rotateZ(360deg);
}
.wrap-mob-menu .dropdown-submenu:hover>a{
  background: transparent;
}
.wrap-mob-menu .dropdown-submenu .dropdown_list li a{
  margin-top: 10px;
  font-size: 14px;
}

.wrap-mob-menu .dropdown-submenu.mb-open>a:after{
  transform: rotateZ(90deg);
}

/* end style for responsive menu burger */


/* logo and title company  */
@media (max-width: 1080px){
  .wrapper__logo {
    position: relative;
    margin-right: 0;
    width: 100px;
  }
  .wrapper-title-logo{
    padding: 0;
  }
}
@media (max-width: 580px){
  .header-title{
    line-height: 35px;
    font-size: 22px;
    height: 50px;
  }
}
@media (max-width: 465px){
  .container-for-btn .button-rows{
    margin-bottom: 0;
  }
  .wrapper-title-logo{
    flex-direction: column;
    align-items: center;
  }
  .wrapper__logo{
    width: 125px;
    height: 125px;
  }
  .wrapper__logo img {
    max-height: 125px;
  }
  .header-title{
    line-height: 30px;
    font-size: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}