.mobile-menu {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 40px;
  }

  .mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-menu li {
    border-bottom: 1px solid #eee;
  }

  .mobile-menu a,
  .mobile-menu .menu-btn {
    width: 100%;
    padding: 7px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    cursor: pointer;
  }

  .mobile-menu .menu-btn span {
    font-size: 18px;
    transition: transform 0.3s ease;
  }

  .mobile-menu .has-sub.active > .menu-btn span {
    transform: rotate(45deg);
  }

  .mobile-menu .submenu {
    display: none;
    background: #fafafa;
  }

  .mobile-menu .has-sub.active > .submenu {
    display: block;
  }

  .mobile-menu .submenu a,
  .mobile-menu .submenu .menu-btn {
    padding-left: 32px;
    font-size: 15px;
  }



.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: #f67240;
  color: #fff;
  padding: 10px 0;
  position: relative;
}

.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: scroll 50s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.sub-page .wrp-text h2,.sub-page .wrp-text h3,.sub-page .wrp-text h4{position:relative;}
.sub-page .wrp-text h2::after,.sub-page .wrp-text h3::after,
.sub-page .wrp-text h4::after{
     position: absolute;
  content: "";
  left: 10%;
  width: 50px;
  height: 3px;
  display: inline-block;
  background: #0d60ae;
  bottom: -7px;
  translate: -50%;
  display:none;

}

.sub-page .text-pc h3 {
  text-align: center !important;
  margin-bottom: 20px;
  display: inline-block;
}

.sub-page .wrp-text h3 {
  text-align: center !important;
}

.sub-page .wrp-text .rght h3::before {display:none}

.sub-page .wrp-text h2::before,.sub-page .wrp-text h3::before,
.sub-page .wrp-text h4::before{
   position: absolute;
  content: "";
  left: 50%;
  width: 89px;
  height: 3px;
  display: inline-block;
  background: linear-gradient(to right, #0d60ae 50%, orange 50%);
  bottom: -7px;
  translate: -50%;

}

.sub-page .wrp-text .point h4::before, .sub-page .wrp-text .point h4::after {
    display:none;
}

.datatablenew tr:nth-child(odd) td{background:#f7f7f7}
.top-links ul li a:hover{color:#898888;text-decoration:underline}
.top-links ul{display:flex;column-gap:20px;padding:10px 0px;}
.top-links ul li.no-bar::after{display:none}
.top-links ul li::marker{font-size:0}
.top-links{  right: 5%;
 border-bottom: 1px solid #43414c;
  width: 100%;
  display: flex;
  justify-content: end;
  padding: 0 40px;
}
.top-links ul li:last-child{padding:0}
.top-links ul li a span {
  display: flex;
  margin-right: 9px;
}
.top-links ul li a{color:#489CEB;font-size:14px;display: flex;
  align-items: center;}
.top-links ul li::after{content:"";position:absolute;width:1px;height:17px;background:#ffffff59;top:2px;right:0}
.top-links ul li{position:relative;padding-right:12px}


.sub-banner.sub-bnr-img {padding: 0;}
.banner-img-sub {position: relative;}
.banner-img-sub .container-sub {position: absolute;bottom: 20%;left: 0%;margin-left: 0%; text-align: center; width: 100%; max-width: none;}

.news-sub-scroll {
  background: #e37d32;padding: 6px 0;
}

.news-sub-scroll ul {
  display: flex;column-gap: 20px;
  margin: 0;
}

.news-sub-scroll ul li {
  padding: 0;
  margin: 0;

}
.news-sub-scroll ul li a {color:#fff;}

.news-scroll .marquee {
    background: transparent;
    padding: 0;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: marqueeScroll 60s linear infinite;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}


.sub-page .marquee-content ul {
  display: flex;column-gap: 20px;
  margin: 0;
}

.sub-page .marquee-content ul li {
  padding: 0;
  margin: 0;

}
.sub-page .marquee-content ul li a {color:#fff;}

@media (min-width:991px) {
 img.desktop-bnr {display: block !important;}
  img.mobile-bnr {display: none !important;}
}


/*****mobile starts****/

@media (max-width:990px) {
    .banner-img-sub .container-sub {position: absolute;bottom: 20%;left: 0;margin-left: 0;width: 100%;}
    .header {left: 0; right: 0;top: 0;}
    .top-links {position: absolute;right: 5%;width: 90%;top: 90px;}
    .top-links ul {flex-wrap: wrap;justify-content: center;}

  img.desktop-bnr {display: none !important;}
  img.mobile-bnr {display: block !important;}
  .banner-img-sub .container-sub {position: absolute;bottom: 20%;left: 0;margin-left: 0;width: 100%;}


    div.call-buton {bottom: 85px;}
    div.phone-call {bottom: 20px;}
    .fixe-btn { top: auto;bottom: 170px;}

}