.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('https://www.fortunebusinessinsights.com/accets/frontend/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;
      position: absolute;
      cursor: pointer;
      transition: background 0.2s;
      top: -32px;
    }
    
 
    .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: 20px;
    }
 
    .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-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;
      }
    }
    