body{
  font-family: 'Roboto', sans-serif;
}

/* ............................ Navbar Section Starts .......................... */

.navbar-brand img{
  width: auto;
  height: 45px;
}
.nav-item{
  padding: 0 15px;
}
.nav-item a, .credentials{
  font-size: 14px;
  color: #1C424F;
}
#txtuser, #txtpassword{
  font-size: 14px;
}
.navbar-btn{
  background-color: #59BC8F;
  color: #fff;
}
ul.dropdown-menu {
  left: 0%;
  margin-top: var(--bs-dropdown-spacer);
}

.pr{
  position: relative;
  right: -9px;
  top: -2px;
}

ul.dropdown-menu  .dropdown-menu[data-bs-popper],
ul.dropdown-menu  .dropdown-menu{
  top: 0;
  left: 100%;
  margin-top: var(--bs-dropdown-spacer);
}
#txtpassword{
  margin-right: -45px;
}
#txtuser, #txtpassword{
  width: 100%;
  height: 30px;
  border: 1px solid #BFBFBF;
  padding: 10px;
  border-radius: 5px;
  max-width: 170px;
}
#LinkButton1{
  font-family: roboto;
}
.about_drpdwn .dropdown-menu{
  width: auto;
  min-width: 190px;
}
.new_blink{
  background-color: #000;
  color: #fff !important;
  display: inline-flex;
  padding: 0 5px;
  font-weight: bold;
  margin-left: 5px;
  font-size: 12px;
}

.new_blink{
  animation: blink 3s infinite;
}


/* ............................ Navbar Section Ends .......................... */

/* ............................ Navbar Modal Section Starts .......................... */
.modal-dialog{
  max-width: 400px;
}
.modal_logo{
  width: 80%;
  height: auto;
  margin: 0 auto;
  margin-top: 30px;
}
.btn-close{
  position: absolute;
  top: 30px;
  right: 30px;
  font-weight: bold;
}
#login-form .modal-footer{
  justify-content: center;
}
#login-form .modal-footer input{
  width: 340px !important;
  background-color: #01A255;
  border-color: #01A255;
}
#login-form .modal-footer input:hover{
  background-color: #1C424F;
  border-color: #1C424F;
}
/* ............................ Navbar Modal Section Ends .......................... */

/* ............................Index Banner Section Starts .......................... */
.banner{
  background-image: linear-gradient(to right, #1C424F, #041C1F);
  padding: 60px 0;
  color: #fff;
  overflow: hidden;
}
.banner span{
  color: #01FD8B;
}
.banner .btn{
  background-color: #59BC8F;
  color: #fff;
  border-radius: 0px;
}
.banner #A1:hover{
  transition: 1.2s;
  border-radius: 20px;
  transition-timing-function: ease-in-out;
}
.banner h1{
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: normal;
}
.banner p{
  margin: 25px 0;
  line-height: 28px;
}
.banner p span{
  display: block;
}
.video{
  display: flex;
  /* padding-top: 1rem; */
  flex-direction: column;
  align-items: center;

}
.video video{
  /* max-width: 420px; */
  width: 95%;
  /* min-height: 263px; */
}
.video p{
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.5rem;
}

/* ............................ Index Banner Section Ends .......................... */


/* ............................ Index Why GMM Database Section Starts .......................... */
.GMM_database{
  margin: 2rem 0;
}
.GMM_database_text1{
  font-weight: 400;
  font-size: 2rem;
}
.GMM_database_text2 h3{
  font-weight: 700;
  font-size: 2.4rem;
  color: #01A255;
}
.GMM_database .owl-carousel .slider-card img{
  width: auto;
  height: 280px;
}
.GMM_database .slider-card p{
  font-size: 1.5rem;
}
.GMM_database .owl-nav{
  display: none;
}
/* ............................ Index Why GMM Database Section Ends .......................... */

/* ............................ Index Use Cases Starts .......................... */

.use_case{
  background-color: #000000;
  padding: 2rem 0;
  color: white;
}
.use_case_hd{
  font-size: 2.5rem;
}
.use_case .slider-card{
  width: 75%;
  margin: 0 auto;
}
.use_case .slider-card h3{
  opacity: 56%;
  font-size: 2.2rem;
}
.use_case .slider-card a{
  color: unset;
  text-decoration: none;
}
.use_case .owl-carousel button.owl-dot.active{
  background: #01FD8B !important;
}
.use_case .owl-carousel .owl-nav button.owl-prev{
  position: absolute !important;
  left: 0 !important;
  top: 30% !important;
  font-size: 1.5rem !important;
  opacity: 0.5;
}
.use_case .owl-carousel .owl-nav button.owl-next{
  position: absolute !important;
  /* right: 0 !important; */
  right: 21px !important;
  top: 30% !important;
  font-size: 2rem;
  opacity: 0.5;
}
.use_case .owl-carousel .owl-nav button.owl-prev:hover, .use_case .owl-carousel .owl-nav button.owl-next:hover{
  opacity: 0.9;
}

.use_case .owl-carousel .owl-nav button.owl-prev .fa, .use_case .owl-carousel .owl-nav button.owl-next .fa{
  font-size: 1.5rem !important;
}

/* ............................ Index Use Cases Ends .......................... */


/* ............................ Index Clients Section Starts .......................... */

.gmm_uses{
  background: linear-gradient(to right, #112931, #041C20 );
  padding: 2.5rem 0 6rem 0;
}
.gmm_uses .hd img{
  width: 35px;
  height: 35px;
  margin-top: 5px;
}
.gmm_uses h2{
  font-size: 2.3rem;
  font-weight: 700;
  color: #fff;
  /* border-bottom: 2px solid #01A255; */
  padding-bottom: 10px;
  margin-bottom: 20px;

}

.gmm_uses_cover{
  background: rgba(255, 255, 255, 0.02);
  padding: 20px;
  height: 245px;
  border-radius: 20px;
  border: 0;
  /* margin: 0 auto; */
  margin: 12px auto 0;
  /* margin-top: 20px; */
  width: 85%;
  color: rgba(255, 255, 255, 0.71);

}

.gmm_uses_cover_head{
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) ;
}
.gmm_uses_cover_body{
  padding-top: 15px;
}
.gmm_uses_logo{
  width: 80%;
  margin: 0 auto;
  display: flex;
  transform: translateY(50%);
}
.gmm_uses_logo img{
  width: 60%;
  margin: 0 auto;
  /* height: 72px; */
}

/* ............................ Index Clients Section Ends .......................... */


/* ............................ Index Write to Us Section Starts .......................... */

.write-to-us{
  background: url(../images/pexels-expect-best-323705.webp) no-repeat;
  background-size: cover;

  padding: 140px 0;
}
.wrtto-us-cover{
  border: 1px solid rgba(74, 101, 142, 0.17);
  padding: 20px;
  border-radius: 20px;
}
.wrtto-us-cover:hover{
  background-color: rgba(74, 101, 142, 0.07);
}
.wrtto-us-cover p{
  font-size: 1.8rem;
  font-weight: 400;
}
.wrtto-us-cover button{
  background-color: #59BC8F;
  font-size: 1rem;
  padding: 10px;
  text-transform: uppercase;
  color: white;
  width: 60%;
}
.wrtto-us-cover button:hover{
  background-color: #041C1F !important;
  color: white !important;
}
.gmm_uses_demo .gmmprice_demo p{
  color: #fff;
}
.gmm_uses_demo .gmmprice_demo p, .gmm_uses_demo .gmmprice_demo .btn{
  font-weight: 400;
  font-size: 1.3rem;
}
.gmmprice_contact p{
  color: rgba(255, 255, 255, 0.45);
  font-weight: 400;
  font-size: 2rem;
}
.gmmprice_contact p span {
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
}
.gmmprice_contact p a{
  color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  text-decoration: none;
}
/* ............................ Index Write to Us Section Ends .......................... */

/* ............................ Index GMM Partners Section Starts .......................... */

.GMM_prtns_header h2{
  color: #1C424F;
  font-size: 1.8rem;
  font-weight: 400;
}
.GMM_prtns_header p{
  font-weight: 400;
}
.GMM_prtns .owl-nav{
  display: none;
}

.GMM_prtns .clients_body .col-sm-2 {
    vertical-align: middle;
    display: flex;
    justify-content: center;
    flex-direction: column;
    word-break: break-word;
}
.GMM_prtns_header .slider-card p{
  overflow-wrap: anywhere;
  font-size: 1.1rem;
  font-weight: 500;
  opacity: 0.9;
}
/*............................. Index GMM Partners Section Ends .......................... */

/* ............................ Global Forecast Banner Starts .......................... */

.glfrcast_banner_vid{
  width: 105%;
  height: 100%;
}
.glfrcast_banner h1{
  color: #15404F;
}
.glfrcast_banner h1 span{
  color: #01A255 !important;
}

/* ............................ Global Forecast Banner Ends .......................... */


/* ............................ Global Forecast Factor Starts .......................... */

.glfrcast_factors p span{
  color: #01A255;
}
.glfrcast_factors figure img{
  height: 114px;
  width: 114px;
  background: #E7EDEF;
  border-radius: 50%;
  padding: 25px 23px;
}
.glfrcast_factors .text{
  font-weight: 400;
  font-size: 1.3rem;
}
.glfrcast_factors .fig_p{
  font-weight: 300;
  font-size: 1.3rem;
}
.fig_col.col-lg-3.col-md-4.d-flex.flex-column.justify-content-center{
  padding-left: unset;
  padding-right: unset;
}
/* ............................ Global Forecast Factor Ends .......................... */

/* ............................ Global Forecast Blink Starts .......................... */

.glfrcast_blink .blink li{
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.3rem;
  color: #15404F;
}
.glfrcast_blink .blink li::before{
  content: "\2688";
  color: #041C1F;
  font-weight: bold;
  display: inline-block; 
  width: 1.2em;
  margin-left: -1em;
  font-size: 1rem;
}

.glfrcast_blink .blink li::before{
  animation: blink 3s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
    /* margin-left: -5px; */
  }
  50% {
    opacity: 0;
    color: #01A255;
    /* margin-left: 0; */
  }
  51% {
    opacity: 1;
    color: #041C1F;
    /* margin-left: -3px; */
  }
  100% {
    opacity: 0;
    color: #01A255;
  }
}
/* ............................ Global Forecast Blink Ends .......................... */

/* ............................ Global Sectorwise Forecast Starts .......................... */

.glfrcast_tabs ul#v-pills-tab {
  height: 395px;
  overflow: auto;
  /* display: flex; */
  flex-wrap: nowrap;
}
.glfrcast_tabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #15404F;
}
.glfrcast_tabs .nav-link:focus, .nav-link:hover{
 color: #01A255 !important;
}
.glfrcast_tabs .nav-link.active:focus, .nav-link.active:hover{
  color: #fff !important;
 }
 .glfrcast_tabs .tab-content{
  height: 395px;
  overflow-y: auto;
  overflow-x: hidden;
 }
/* ............................ Global FSectorwise Forecast Ends .......................... */

/* ............................ Contact us Details Starts .......................... */
.reach_us{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  top: -15%;
}
.reach_us p{
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 15px;
}
.reach_us a{
  color: #13C6BA;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
}
.contact_form h1{
  font-weight: 700;
  color: #15404F;
  font-size: 3rem;
  line-height: 3.5rem;
  letter-spacing: -0.5px;
}
.contact_form label{
  font-size: 14px;
  color: #344054;
  font-weight: 500;
}
.contact_form input, .contact_form textarea, .contact_form #ContentPlaceHolder1_ddlcountry{
  box-shadow: 0px 2px 3px rgba(16, 24, 40, 0.05);
  border: 1px solid #D0D5DD;
  font-size: 14px;
}
.contact_form #ContentPlaceHolder1_ddlcountry:required:invalid{
  color: #898983 ;
}
.contact_form #ContentPlaceHolder1_ddlcountry option{
  color: black !important;
}


.contact_form textarea{
  padding: 0.65rem .75rem;
}
.contact_form a.btn{
  background: rgb(1,162,85);
background: linear-gradient(90deg, rgba(1,162,85,1) 0%, rgba(1,128,67,1) 34%, rgba(0,0,0,1) 100%);
  color: #fff;
}
.contact_form a.btn:hover{
  background-color: #15404F;
  color: #fff;
}
.cont_dtls_hd h4, .contact_details li.list-group-item{
  font-weight: 400 !important;
}
.contact_details li.list-group-item{
  font-size: 1.1rem;
}
.contact_details li.list-group-item img.img-fluid{
  width: 10%;
}
.contact_details .cont{
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 140px;
}
.contact_details li.list-group-item.cont_dtls_hd{
  border-bottom: 1px solid #ddd !important;
  color: #15404F;
}
.contact_details li.list-group-item{
  border: none !important;
  line-height: 1.7rem;
}
.contact_details ul li a{
  color: #344054;
}
.contact_form .email-col{
  position: relative;
}
.contact_form #ContentPlaceHolder1_RegularExpressionValidatorStreet{
  position: absolute;
  top: 3%;
  left: 15%;
  font-size: 14px;
  font-family: roboto;
}

/* ............................ Contact us Details Ends .......................... */

/* ............................GMM Subscription rates Starts .......................... */

.subscription_rates{
  padding: 5rem 0 0 0;
}
.pricing_agreement{
  padding: 3rem 0 5rem 0;
}
.subscription_rates h1{
  font-size: 50px;
  line-height: 59px;
  font-weight: 700;
  color: #1C424F;
}
.subscription_rates .hd-p {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #263238;
}
.subscription_rates .border{
  border-radius: 20px 20px 0 0;
  padding: 1.5rem 1rem;
}
.subscription_rates .border h3{
  color: rgba(28, 66, 79, 0.76);
  font-size: 1.7rem;
  font-weight: 700;
}
.subscription_rates .border .price{
  color: #1C424F;
  font-weight: 700;
  font-size: 1.7rem;
}
.subscription_rates .border .rates_frequency{
  color: #616163;
  font-size: 0.9rem;
  font-weight: 400;
  margin-top: -2%;
}
.pay-as-u-go a.btn{
  margin-top: 20px;
}
.subscription_rates .border a.btn{
  color: #000;
  border: 1px solid #170A07;
  font-weight: 500;
  font-size: 1.3rem;
}
ul.access{
  min-height: 70px;
}
ul.access li{
  list-style: none;
  font-weight: 400;
  font-size: 17px;
  color: #616163;
  line-height: 20px;
  padding: 0 20px;
}
ul.access li::before{
  content: "\2022";
  color: #170A07;
  font-weight: bold;
  display: inline-flex;
  width: 1.2em;
  margin-left: -1em;
  font-size: 2.5rem;
  flex-direction: row-reverse;
  top: 8px;
  left: -3px;
  position: relative;
}
.rates_footer{
  border-top: 1px solid #170A07;
  padding-top: 20px;
}
.rates_footer p{
  font-weight: 400;
  font-size: 1.08rem;
  color: #5B5B66;
}
.rates_footer p::before{
  content: "\002B";
    color: #338272;
    font-weight: bold;
    display: inline-flex;
    width: 1.2em;
    margin-left: -1em;
    font-size: 2rem;
    flex-direction: row-reverse;
    top: 3px;
    left: -7px;
    position: relative;
}
.border.pay-as-u-go .rates_footer{
  border-top: 1px solid #fff;
}
.subscription_rates .border:hover{
  background-color: #338272;
  box-shadow: 0 3px 6px #bebebe5e;
  transform: translateY(-5%);
  transition: 0.5s ease-in-out;
}
.subscription_rates #b.pay-as-u-go
{
  background-color: #338272;
  box-shadow: 0 3px 6px #bebebe5e;
}
.subscription_rates .border.pay-as-u-go .price,
.subscription_rates .border.pay-as-u-go .rates_frequency,
.subscription_rates .border.pay-as-u-go ul.access li,
.subscription_rates .border.pay-as-u-go ul.access li::before,
.subscription_rates .border.pay-as-u-go .rates_footer p,
.subscription_rates .border.pay-as-u-go .rates_footer p::before
{
  color: #fff;
}
.subscription_rates .border.pay-as-u-go h3{
  color: rgba(255, 255, 255, 0.78);
}
.subscription_rates .border.pay-as-u-go a.btn{
  background-color: #E3EFF0;
  color: #1C424F;
  border: none;
}

.subscription_rates .border:hover .price,
.subscription_rates .border:hover .rates_frequency,
.subscription_rates .border:hover ul.access li,
.subscription_rates .border:hover ul.access li::before,
.subscription_rates .border:hover .rates_footer p,
.subscription_rates .border:hover .rates_footer p::before
{
  color: #fff;
}
.subscription_rates .border:hover .rates_footer{
  border-top: 1px solid #fff;
}
.subscription_rates .border:hover a.btn{
  background-color: #E3EFF0;
  color: #1C424F;
  border: none;
}
.subscription_rates .border:hover h3{
  color: rgba(255, 255, 255, 0.78);
}


.pricing_agreement a{
  background: #1C424F;
  padding: 10px 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.pricing_agreement .span_underline{
  white-space: nowrap;
  position: relative;
}
.pricing_agreement .span_underline::after{
  background: url(../images/underline.png) no-repeat;
  content: "\22C5";
  display: inline-block;
  width: 18em;
  font-size: 0.8rem;
  top: 77%;
  left: -2px;
  position: absolute;
}
.pricing_agreement .agreement_info{
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
}

.analyst_btn:hover{
  border-radius: 20px;
  box-shadow: 0 0 5px #a0a0a0;
  transition: 0.5s ease-in-out;
  border: 1px solid #1C424F;
  font-weight: bold !important;
  color: #339074 !important;
  background-color: #fff !important;
}




/* ............................GMM Subscription rates Ends .......................... */

.benefits{
  background: linear-gradient(135.65deg, #F1F0F0 3.26%, #DDE2E9 75.28%);
  padding: 40px 0;
}
.benefits .h1{
  color: #1C424F;
  font-weight: 500;
  font-size: 50px;
  line-height: 59px;
}
.cover{
  background-color: #fff;
  width: 85%;
  margin: 0 auto;
}
.cover .hd{
  font-weight: 400;
  font-size: 18px;
}
.cover .bd{
  font-weight: 400;
  font-size: 18px;
  color: rgba(60, 60, 67, 0.85);
}


/* ............................ Footer Section Starts .......................... */

.footer{
  background-color: #08272C;
  color: white;
  padding: 30px 0 70px 0;
}
.footer_logo{
  margin-top: 15px;
  width: 225px;
  height: auto;
}
.footer .list-group li{
  list-style: none;
  margin-bottom: 8px;
}
.footer .list-group .foo_li_head{
  border-bottom: 2px solid #bbbbbb;
}
.list-group li a{
  text-decoration: none;
  color: white;
}

.footer1 a{
  color: white;
  letter-spacing: 1px;
}
.footer1 a.gmm_footer{
  text-decoration: none;
  color: #59BC8F;
}
.footer1 #lnksearch:hover{
  opacity: 0.8;
  text-decoration: none;
  /* padding: 0 5px; */
}
/* ............................ Footer Section Ends .......................... */

/* ............................ Owl Carousel Part .......................... */


.owl-carousel .item{
  margin: 0 auto;
  align-items: center;
}
.owl-carousel .item p{
  display: block !important;
  margin: 30px;
}
.owl-dots{
  display: flex;
  align-self: flex-end;
  justify-content: center;
  margin: 0 auto;
}
.owl-carousel button.owl-dot.active{
  background: #338272 !important;
}
.owl-carousel button.owl-dot {
    background: #DDDDDD !important;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-radius: 50%;
}
.owl-nav{
  align-self: flex-end;
  justify-content: center;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
  width: 20px;
  font-size: 1.5rem;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span{
  font-size: 50px;
  color: #01A255;
  justify-self: baseline;
}

/* ............................ Owl Carousel Part .......................... */
#zsiq_float .zsiq_flt_rel{
  color: black !important;
  border: 2px solid rgba(250, 250, 250, 0.0.3) !important;
}


/*GMM Industries CSS*/
/* Login Modal container */
.login_modal.modal {
      display: none ; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 1; /* Sit on top */
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgba(0, 0, 0, 0.85); /* Black w/ opacity */
      
  }

  /* Modal content */
  .login_modal .modal-content {
      /* background-color: #fff; */
      background: rgba(0, 0, 0, 1);
      margin: 15% auto; /* 15% from the top and centered */
      padding: 20px;
      border: 2px solid rgba(255, 255, 255, 1);
      width: 450px; /* Could be more or less depending on screen size */
      border-radius: 25px;
  }
    
  /* Close button */
  .login_modal .close {
      color: #fff !important;
      float: right;
      font-size: 28px;
      font-weight: bold;
      text-align: right;
      opacity: 1 !important;
  }


  .login_modal .close:hover,
  .login_modal .close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
  }

  /* Form styling */
  .login_modal.modal form {
      display: flex;
      flex-direction: column;
  }

  .login_modal.modal input {
      margin-bottom: 15px;
      padding: 10px;
      font-size: 16px;
      border-radius: 20px;
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 1);
  }
  .login_modal.modal input::placeholder{
    color: rgba(142, 138, 138, 1) !important;
  }
  
  .login_modal.modal button {
      padding: 10px;
      background-color: transparent;
      color: #fff;
      border: none;
      cursor: pointer;
      font-size: 16px;
      border-radius: 50px;
      border: 1px solid rgba(255, 251, 251, 1);
      width: 30%;
      margin-top: 20px;
      font-family: Roboto;
      font-size: 20px;
      font-weight: 700;
      /* line-height: 23.44px; */
      text-align: center;
  }

  .login_modal.modal button:hover {
      background-color: #0056b3;
   }

  .login-btn-submit {
      color: #ffffff;
   }

.hero_banner {
    background: #00AA59;
    background: -webkit-linear-gradient(-90deg, rgba(0, 170, 89, 1) 0%, rgba(0, 0, 0, 1) 70%);
    background: -moz-linear-gradient(-90deg, rgba(0, 170, 89, 1) 0%, rgba(0, 0, 0, 1) 70%);
    background: linear-gradient(-90deg, rgba(0, 170, 89, 1) 0%, rgba(0, 0, 0, 1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00AA59", endColorstr="#000000", GradientType=0);
    padding: 50px;
}
.hero_banner h1 {
    font-size: 2.5rem;
    color: #ffffff;
}
.hero_banner p {
    font-size: 1.0em;    
    color: #ffffff;
    margin: 0;
    border-left: 5px solid #01FD8B;
    padding-left: 10px;
    max-width: 500px;
}

.hero_banner .hero_btn {
    background-color: #000000;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0;
    margin: 0 0 1rem;
    min-width: 285px;    
}
.hero_banner .hero_btn:hover {
    background-color: #ffffff;
    color: #000000;
}

.hero_banner .login_btn {
    background-color: #ffffff;
    color: #000000;
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 50px;
    display: block;
    padding: 0.25rem 1.5rem;
}
.hero_banner .login_btn:hover {
    background-color: #000000;
    color: #ffffff;
}

.key_drivers {
    padding: 30px 0;
}
.key_drivers .reports_statics {
    display: flex;
    align-items: center;
}
.key_drivers .reports_statics p {
    font-size: 1.25rem;
    color: #000000;
    display: flex;
    align-items: center;
    margin-right: 25px;
    position: relative;
}
.key_drivers .reports_statics p:last-child {
    padding-left: 25px;
    border-left: 1px dotted #837C7C;
}
.key_drivers .reports_statics p span{
    font-size: 2.5rem;
    color: #01A255;
    font-weight: 500;
    padding-right: 10px;
}

.key_drivers .content_area p{
    font-size: 1.25rem;
    font-weight: 500;
    color: #000000;
    line-height: 2.25rem;
}
.key_drivers .content_area p span {
    color: #01A255;
}


.key_drivers .content_area .image_box {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #000000;
    border: 7px solid #01A255;
    display: flex;
    align-items: center;
    justify-content: center;
}
.key_drivers h2 {
    color: #000000;
    font-size: 2rem;
    font-weight: bold;
    margin: 2rem 0 0;
}
.key_drivers .growth_items {
    text-align: center;
    margin: 2rem 0 0;
    padding: 0;
}

.key_drivers .growth_items .growth_imagebox {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.key_drivers .growth_items h3 {
    color: #01A255;
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 1rem 0 0.5rem;
    font-weight: 600;
}
.key_drivers .growth_items p {
    color: #000000;
    font-size: 1rem;
    line-height: 1.75rem;
}
.key_segments {
    background-color: #000000;
    padding: 30px 0;
}
.key_segments h2 {
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;    
}
.key_segments h3 {
    color: #01FD8B;
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin: 0;
}
.key_segments .key_items {
    text-align: center;
    margin: 2rem 0 0;
    padding: 0;
}
.key_segments .key_items .image_box {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;    
}
.key_segments .key_items p {
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 500;
    max-width: 340px;
    margin: 1.5rem auto 0;
}
.market_trends {
    background-color: #01A255;
    padding: 30px 0;
}
.market_trends h2 {
    color: #000000;
    font-size: 2rem;
    font-weight: bold;    
}
.market_trends h3 {
    color: #FFFFFF;
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin: 0;
}
.market_trends .trends_items {
    text-align: center;
    margin: 2rem 0 0;
    padding: 0 0.5rem;
}

.market_trends .trends_items .trends_imagebox {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.market_trends .trends_items h4{
    color: #000000;
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: bold;
    margin: 1.5rem 0 0;
}

.market_trends .trends_items p {
    color: #000000;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 500;
    max-width: 325px;
    margin: 0.5rem auto 0;
}
.industry_forecast {
    padding: 30px 0;
}
.industry_forecast h2 {
    color: #000000;
    font-size: 2rem;
    font-weight: bold;    
}
.industry_forecast h3 {
    color: #01A255;
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin: 0;
}
.industry_forecast .forecast_items {
    text-align: center;
    margin: 2rem 0 0;
    padding: 0rem;
}

.industry_forecast .forecast_items .image_box {
    width: 85px;
    height: 85px;
    border-radius: 6px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;    
}

.industry_forecast .forecast_items h4{
    color: #01A255;
    font-size: 1.15rem;
    line-height: 1.75rem;
    margin: 1rem 0 0;
    font-weight: 700;
}

.industry_forecast .forecast_items p {
    color: #000000;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 500;
    max-width: 325px;
    margin: 0.5rem auto 0;
}

.industry_forecast p.forecast-info {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 2rem;
    margin: 0.5rem 0 0;
}

.unlock_market {
    padding: 30px 0;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;  
}

.unlock_market h2 {
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;    
}

.unlock_market h3 {
    color: #01FD8B;
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin: 0 0 1rem;
}

.unlock_market p {
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 500;
    margin: 0 0 1rem;
    max-width: 795px;
}

/*.unlock_market p:last-of-type {
    max-width: 800px;
}*/

.unlock_market .login_btn {
    background-color: #01FD8B;
    color: #000000;
    font-size: 1.15rem;
    font-weight: 500;
    border-radius: 10px;
    margin: 2rem 0 0;
    min-width: 285px;    
}
.unlock_market .login_btn:hover {
    background-color: #ffffff;
    color: #000000;
}

.unlock_market .gmm_logo {
    position: absolute;
    right: 15px;
    bottom:  0px;
}

.growth_analysis {
    background-color: #E7EDEF;
    padding: 30px 0;
    margin: 0 0 30px;
}

.growth_analysis h2 {
    font-family: 'Roboto';
    font-size: 26px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    border-left: 5px solid #01A255;
    padding-left: 10px;    
}

.growth_analysis p {
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #000000;
    margin: 20px 0;
    padding-left: 15px;
}

.growth_analysis p span {
    font-weight: 600;
}

.growth_analysis a.btn_demo {
    margin-left: 15px;
    text-decoration: none;
    background-color: #01A255;
    color: #fff;
}

.nominal_growth h2 {
    font-family: 'Roboto';
    font-size: 26px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    border-left: 5px solid #01A255;
    padding-left: 10px;    
}

.nominal_growth p {
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #000000;
    margin: 20px 0 30px;
    padding-left: 15px;
}

.nominal_growth p span {
    font-weight: 600;
}