.author .authordesc,
.author .authorname {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  color: inherit;
  margin-top: 0;
  line-height: 1.2;
}
label {
  color: #2a7b9b;
}
#priceComparisonModal,
.exButton {
  margin-top: -7px;
}
.banner-p {
  line-height: 1.7 !important;
}
.img_btn .btn {
  left: 22%;
  padding: 7px 30px;
}
#summary .upcomingreportimg {
  /* background: url("../img/UpcomingReportNew.svg") no-repeat; */
  width: 100% !important;
  height: 100% !important;
  /* background-size: contain !important;
  padding-bottom: 160px; */
  position: relative;
}
.upcomingdiv {
  position: relative;
}
.upcomingbg {
  width: 100%;
}
.upcomingbtn {
  left: 27%;
  position: absolute;
  top: 52%;
  width: 25%;
}

.author .authorname {
  font-size: 1.5rem;
}
.author .authordesc {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .exButton {
    height: 40px;
    padding: 0.5rem 0.75rem;
  }
}
button.exButton:hover {
  background-color: #023747 !important;
  color: #fff !important;
}
@media (min-width: 1200px) {
  .author_modal_div {
    margin: 9rem auto !important;
  }
}
@media (min-width: 882px) and (max-width: 1200px) {
  .author_modal_div {
    margin: 11.2rem auto;
  }
}
@media (max-width: 882px) {
  .author_modal_div {
    margin: 7rem 16px;
  }
}
.navbar .navbar-nav .nav-item:hover .mega-menu.service {
  display: flex !important;
}
.border-blue-right {
  border-right: 1px solid #636363 !important;
}
.address-media-font .pdl15 {
  padding: 0.75rem !important;
}
.about-new .card-header .btn {
  font-size: 15px;
  color: #000;
  text-decoration: none;
}
.rd_sa_body span {
  margin-top: 5px;
  text-decoration: none;
  color: #fff;
  padding-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
}
.tab-box .tab-pane p {
  line-height: 24px !important;
  font-size: 16px !important;
}
.tab-box .nav-tabs .nav-link {
  border: 1px solid #d3d3d3 !important;
}
.covid_body .revamp1 {
  margin-top: 5px !important;
  text-decoration: none !important;
  color: #fff !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
.info-close {
  display: none;
}
@media (max-width: 480px) {
  .exButton {
    height: 35px;
    padding: 0.3rem 0.5rem;
  }
  #share-info-graph-list {
    display: none;
  }
  #modal-info-grph-data {
    width: 100%;
    margin-bottom: 40px;
  }
  .info-close {
    display: block;
    text-align: right;
    width: 100%;
  }
  .info-close span {
    color: #fff;
  }
  .inquery-form-button {
    z-index: 10000;
  }
  #cookieConsent {
    display: none !important;
  }
}
.modal-profile .modal-dialog {
  margin: 6.75rem auto;
}
@media only screen and (max-width: 600px) {
  .img_btn .btn {
    left: 32vw;
    font-size: 14px;
    bottom: 21px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav .nav-item:hover .mega-menu.service {
    display: block !important;
  }
}
@media only screen and (max-width: 320px) {
  .img_btn .btn {
    bottom: 15px;
  }
}
.tab-pane p.chartTitle {
  text-align: center !important;
  color: #464646 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding-bottom: 20px !important;
}


/* ── TOP GRID ── */
    .mi-top-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      margin-bottom: 16px;
    }
 
    .mi-card {
      background: #ffffff;
      border: 1px solid #dde6ef;
      border-radius: 10px;
      padding: 10px 15px;
    }
 
    .mi-card-title {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 18px;
      font-weight: bold;
      color: #1a1a1a;
      margin-bottom: 14px;
    }
 
    .mi-card-title svg {
      color: #0a7399;
      flex-shrink: 0;
    }
 
    .mi-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 0px;
      padding-left: 0 !important;
    }
 
    .mi-list li {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      font-size: 14px !important;
      color: #333;
      line-height: 1.5;
      
    }
    .tab-box .mi-list li:before{
       content: url('../images/check-circle.svg');
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 0px;
    vertical-align: middle;
    transform: none;
    position: relative;
    top: 4px;
    }
 
    .mi-list li svg {
      flex-shrink: 0;
      margin-top: 1px;
    }

 
    /* ── ARROW TOGGLE ── */
    .mi-toggle-center {
      display: flex;
      justify-content: center;
      margin: 10px 0;
      position: relative;
    }
 
    .mi-arrow-btn {
      /* width: 30px;
      height: 30px; */
      /* border-radius: 50%; */
      /* border: 1px solid #c8dff0; */
      /* background: #eaf4fb; */
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      position: absolute;
      cursor: pointer;
      transition: background 0.2s;
      top: -42px;
      border: 1px solid #013747;
      padding: 2px 20px;
      border-radius: 40px;
    }

    .mi-arrow-btn img{
      width: 14px;
    }
    .mi-arrow-btn #read{
      padding-bottom: 0 !important;
      color: #014158;
      font-size: 13px !important;
    }
    
 
    .mi-arrow-btn:hover {
      background: #d0eaf7;
    }
 
    .mi-arrow-btn i {
      color: #006388;
      font-size: 10px;
      transition: transform 0.35s ease;
    }
 
    .mi-arrow-btn.open svg {
      transform: rotate(180deg);
    }
 
    /* ── HIGHLIGHTS SECTION ── */
    .mi-highlights-wrap {
      background: #ffffff;
      border: 1px solid #dde6ef;
      border-radius: 10px;
      overflow: hidden;
      /* display: none; */
      opacity: 0;
      max-height: 0;
      transition: max-height 0.45s ease, opacity 0.45s ease;
      margin-bottom: 50px;
    }
 
    .mi-highlights-wrap.open {
      max-height: 700px;
       opacity:1;
      /* display: block; */
    }
   
 
    .mi-highlights-header {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 18px 22px 10px;
      font-size: 18px;
      font-weight: bold;
      color: #1a1a1a;
    }
 
    .mi-highlights-header svg {
      color: #0a7399;
    }
 
    /* divider line under header */
    .mi-header-divider {
      height: 1px;
      background: #dde6ef;
      margin: 0 22px 16px;
    }
 
    .mi-highlights-body {
      padding: 0 22px 22px;
      margin: 10px 0;
      
    }
 
    .mi-country-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
    }
 
    .mi-country-card {
      background: #eaf4fb;
      border: 1px solid #c8dff0;
      border-radius: 8px;
      padding: 10px 12px;
    }
    .mi-ctr-btn{
          background: #FB5200 !important;
          padding: 6px;
          color: #fff !important;
          font-size: 14px;
          font-weight: 600 !important;
          border-radius: 14px;
          display: block;
          text-align: center;
          text-decoration: none !important;
          margin-top: 10px;
          transition: all 0.2s;
          
    }

    .mi-ctr-btn:hover{
      background:#023747 !important;
      box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.4);
    }
    .mi-country-card p.mi-country-name.mi-country-head{
    font-size: 16px !important;
    text-align: center !important;
    line-height: 1.3 !important;
    text-transform: uppercase;
  }
 
    .mi-country-card p.mi-country-name {
      font-size: 14px !important;
      font-weight: bold !important;
      color: #005978 !important;
      margin-bottom: 0px !important;
      padding-bottom: 5px !important;
    }
 
    .mi-country-card p.mi-country-text {
      font-size: 13px !important;
      color: #000 !important;
      padding-bottom: 0 !important;
      line-height: 1.5 !important;
      text-align: left;
    }

    @media(max-width:992px){
      .mi-top-grid{
        grid-template-columns:1fr;
      }
      .mi-country-grid{
        grid-template-columns:repeat(2, 1fr)
      }
    }

    @media(max-width:768px){
      .mi-card-title{
        font-size: 16px;
      }
      .mi-highlights-header{
        font-size: 16px;
      }
    }
    @media(max-width:375px){
      .mi-country-grid{
        grid-template-columns:repeat(1, 1fr)
      }
      .mi-list li svg{
        margin-top: 3px;
      }
    }
    
      /* MAIN WRAPPER */
    .mk-jump-panel{
      width:100%;
      border:1px solid #cfe1e8;
      border-radius:7px;
      overflow:hidden;
      background:#ffffff;
      box-shadow:0 2px 8px rgba(0,0,0,0.06);
      margin-bottom: 15px;
    }

    /* HEADER */
    .mk-jump-panel-header{
      background: linear-gradient(
        180deg,
        #fff 0%,
        #eff8fb 20%,
        #dcf0f7 50%,
        #ceebf3 100%
    );
      color:#0b6286;
      padding:6px 10px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      cursor:pointer;
      user-select:none;
    }

    .mk-jump-panel-title{
      font-size:14px;
      font-weight:700;
      flex: 1;
      text-align: center;
    }

    .mk-jump-panel-arrow{
      font-size:12px;
      font-weight: 700;
      transition:transform 0.35s ease;
    }

    /* CONTENT */
    .mk-jump-panel-content{
      max-height:0;
      overflow:hidden;
      transition:max-height 0.4s ease;
      background:#fff;
    }

    /* ACTIVE STATE */
    .mk-jump-panel.mk-panel-open 
    .mk-jump-panel-content{
      max-height:100px;
      overflow-y: scroll;
    }

    .mk-jump-panel.mk-panel-open 
    .mk-jump-panel-arrow{
      transform:rotate(180deg);
    }

    /* MENU */
    .mk-jump-menu{
      list-style:none;
      padding:6px 12px;
      max-height:240px;
      /* overflow-y:auto; */
      margin-bottom: 0;
    }

    .mk-jump-menu-item{
      display:flex;
      align-items:center;
      gap:10px;
      padding:2px 0;
      font-size:13px;
      color:#222;
      cursor:pointer;
      transition:0.25s ease;
    }
    .mk-jump-menu-item a{
      color:#222;
    }

    .mk-jump-menu-item::before{
      content: "\f101";
      font-family: "Font Awesome 6 Free";
      color:#333;
      font-size:13px;
      font-weight:600;
    }

    .mk-jump-menu-item:hover a{
      color:#0b7aa5;
    }

    .mk-jump-menu-item.mk-active-link a{
      color:#0b7aa5;
      font-weight:700;
    }
    .mk-jump-menu-item.mk-active-link::before {
  color: #0b7aa5;
}


    /* SCROLLBAR */
    .mk-jump-panel-content::-webkit-scrollbar{
      width:4px;
    }

    .mk-jump-panel-content::-webkit-scrollbar-thumb{
      background:#0b7aa5;
      border-radius:20px;
    }

   @media (max-width:767px) {
    
    #mkJumpPanel{
      display: none;
    }
   }