@charset "utf-8";

header {
  background-color: #000;
  border-bottom: 4px solid #f99a00 !important;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000;
}

#footer .footer-top .footer-contact p {
  color: #f1f1f1;
}

#footer .footer-top .footer-links ul i {
  color: #ffffff;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top h4 {
  color: #f1f1f1;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  font-weight: normal;
}

.footer-links p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: white;
}

@media (min-width: 768px) {
  .sharebox {
    float: right;
  }
  .position-sticky-mobile {
    display: none;
  }
  .hidden-desktop {
    display: none;
  }
  .requestsample {
    padding-bottom: 0;
  }
  .nv-sub {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 767px) {
  .requestsampleform {
    background: url(../img/sample-request-bg-mobile.png) no-repeat 200px top;
    padding: 15px 0;
  }
  .formbox .form-group > label {
    bottom: 34px;
    margin-bottom: 0;
    font-size: 14px;
  }
  .formbox .form-control:valid ~ label {
    font-size: 14px;
  }
  .formbox {
    margin-bottom: 20px;
  }
  .reportbook {
    display: none;
  }
  .is_stuck {
    top: 40px !important;
  }
  .wrap-drop {
    background: #112b48;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin: 0 -15px;
    padding: 10px;
    position: relative;
    z-index: 3;
    width: 111% !important;
  }
  .wrap-drop::after {
    border-color: #fff transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    content: "";
    height: 0;
    margin-top: -4px;
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 0;
  }
  .wrap-drop .drop {
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    list-style: none;
    margin-top: 0;
    opacity: 0;
    padding-left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
  }
  .wrap-drop .drop li a {
    color: #112b48;
    display: block;
    padding: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
  }
  .wrap-drop span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
  }
  .wrap-drop .drop li:hover a {
    background-color: #695d52;
    color: #e7ded5;
  }
  .wrap-drop.active::after {
    border-width: 0 10px 10px;
  }
  .wrap-drop.active .drop {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .search {
    margin-bottom: 15px;
  }
  .breadcrumbs {
    margin-top: 0;
  }
  .innerpage .container {
    padding-top: 45px !important;
  }
  #hero {
    /* width: 100%;
		background: url(../img/gms/banner_lapi.webp) no-repeat center top;
		background-size: cover; */
    background: url(../img/gms/banner_mobile.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 250px;
  }
  #hero h1 {
    margin: 70px 0 0 0;
    font-size: 26px;
  }
  .innerpage h1 {
    margin-top: 0 !important;
  }
  .logo {
    width: 195px;
  }
  .mobile-nav-toggle i {
    color: #455f7c;
  }
  .bannerhd {
    text-align: center !important;
    font-size: 24px !important;
    line-height: 28px !important;
    padding-left: 25px;
    padding-top: 50px;
    padding-bottom: 70px;
    width: 100%;
    margin: 0 20px;
    margin-top: 60px;
  }
  .section-title h2 {
    font-size: 24px;
  }
  section {
    padding: 40px 0;
    overflow: hidden;
  }
  .mobile-nav-toggle {
    top: 10px;
  }
  .searchbar {
    margin-bottom: auto;
    margin-top: auto;
    width: 263px;
    color: #fff;
    padding: 0;
    position: absolute;
    right: 52px;
    height: 32px;
  }
  .search_input {
    line-height: 33px;
  }
  .get-started-btn {
    margin: 0 48px 0 auto;
    padding: 5px 10px;
    /* right: -35px; */
    margin-left: -50px;
    position: absolute;
    top: 0;
  }
  .section-title {
    padding-bottom: 0;
  }
  .why-us .content h3 {
    font-size: 24px;
  }
  .cta {
    padding: 45px 0;
  }
  .report-info {
    font-size: 14px;
    padding: 1px 15px 12px 15px;
  }
  .whitebox h1 {
    font-size: 16px !important;
    line-height: normal !important;
    margin-bottom: 0 !important;
  }
  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
  .reportimg {
    padding: 0 0 20px 0;
  }
  .position-sticky {
    top: 43px;
  }
  .tabsection .nav-pills .nav-link {
    font-size: 12px;
    padding: 7px 16px;
  }
  .tabsection .tab-content {
    padding: 0;
  }
  .tabsection .tab-content h2 {
    font-size: 18px;
  }
  .tabsection .tab-content p {
    font-size: 14px;
  }

  #rd_table th {
    font-size: 14px;
  }
  #footer .footer-top {
    padding: 30px 0 0 0;
    background: #000;
  }
  .faq-list h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .faq .faq-list p {
    font-size: 14px;
  }
  .cookiebtn {
    margin-top: 5px;
  }
  .reportslinks {
    font-size: 12px;
  }
  .reportslinks span {
    padding: 0 5px;
  }
  .whitebox2 p {
    font-size: 12px;
  }
  .reportlistbox-inerpage h3 {
    font-size: 14px;
  }
  .reportlistbox-inerpage p {
    font-size: 12px;
  }
  .hidden-mobile {
    display: none;
  }
  .section-bg2 {
    background: #f1f1f1;
    padding: 20px 0;
  }
  .breadcrumbs ol {
    font-size: 12px;
  }
  .section-bg2 {
    padding: 20px 0;
  }
  .dp-btn {
    position: fixed;
    bottom: 0;
    display: block;
    text-align: center;
    z-index: 1;
    background: #fff;
    border-top: 1px solid #ccc;
    width: 100%;
    padding: 10px;
    margin-left: -15px;
    font-size: 16px;
  }
  .nv-sub {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .bannerhd h1 {
    text-align: center !important;
    margin-top: 60px;
  }

  .download-icon {
    height: 15px;
    margin-top: -3px;
  }

  .buy_btn {
    min-width: 90px !important	;
  }
  .button_image {
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-bg2 {
    padding: 20px 0;
  }
  .reportlistbox-inerpage h3 {
    font-size: 14px;
  }
  .reportlistbox-inerpage p {
    font-size: 12px;
  }
  section {
    padding: 21px 0;
    overflow: hidden;
  }
  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
  .faq .faq-list p {
    font-size: 14px;
  }
  .cookiebtn {
    margin-top: 5px;
  }
  #hero {
    /* width: 100%;
		background: url(../img/gms/banner_lapi.webp) no-repeat center -130px;
		background-size: cover */
    background: url(../img/gms/banner_lapi.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #hero h1 {
    font-size: 32px;
    margin-top: 50px;
    text-align: left !important;
  }
  .innerpage h1 {
    margin-top: 0 !important;
  }
  #hero img {
    text-align: center;
  }
  .bannerhd {
    text-align: left !important;
    padding-right: 100px;
    padding-bottom: 44px !important;
    /*margin-top: -45px!important;*/
    margin-top: -15px !important;
  }
  .mobile-nav-toggle {
    top: 16px;
  }
  .mobile-nav-toggle i {
    color: #455f7c;
  }
  .searchbar {
    right: 60px;
  }
  .innerpage .container {
    padding-top: 20px !important;
  }
  .buybtn {
    display: block;
    margin: 0 5px 0 9px;
  }
  .choose {
    margin: 0 5px;
  }
  .buybox select {
    margin: 0 5px;
  }
  .request-pdf {
    margin: 0 10px 0 0;
  }
  .tabsection .nav-pills .nav-link {
    font-size: 14px;
    padding: 7px 11px;
  }
  .tabsection {
    margin-top: 0;
  }
  .tabsection .tab-content p {
    font-size: 13px;
  }
  .categories a {
    font-size: 12px;
  }
  .whitebox h1 {
    font-size: 18px !important;
  }
  .whitebox2 p {
    font-size: 12px;
  }
  .leftpanel {
    margin-top: 35px;
  }
  .blog-txt-small h5 {
    font-size: 14px;
  }
  .nv-sub {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-txt-small h5 {
    font-size: 14px;
  }
  .reportlistbox-inerpage h3 {
    font-size: 14px;
  }
  .reportlistbox-inerpage p {
    font-size: 12px;
  }
  #footer .footer-top .social-links a {
    font-size: 14px;
    height: 30px;
    width: 30px;
  }
  .tabsection .tab-content p {
    font-size: 14px;
  }
  .logo {
    width: 195px;
  }
  .request_pdf_sample_toc span {
    font-size: 13px;
  }

  .request_pdf_sample_toc {
    width: 165px !important;
  }

  #hero {
    width: 100%;
    /* background: url(../img/gms/header_banner copy-01.webp) no-repeat 340px top; */
    background-size: cover;
    background: url(../img/gms/banner.webp) no-repeat top right;
  }
  .hero-home {
    /* background: url(../img/gms/header_banner copy-01.webp) no-repeat 0px top !important */
  }
  .buy_now_request_pdf {
    width: 115px !important;
  }
  .bannerhd {
    margin-right: 90px;
    margin-left: -30px;
  }
  #hero h1 {
    font-size: 32px;
  }
  .whitebox h1 {
    font-size: 18px !important;
  }
  .nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 10px 15px;
  }
  .report-info {
    font-size: 14px;
    padding: 15px;
  }
  .request-pdf {
    margin: 0 10px 0 0;
    font-size: 14px;
    padding: 20px 0;
  }
  .buybtn {
    display: block;
    margin: 0 5px 0 9px;
  }
  .choose {
    margin: 0 5px;
  }
  .buybox select {
    margin: 0 5px;
  }
  .position-sticky {
    top: 90px;
  }
  .tabsection {
    margin-top: 0;
  }
  .section-bg2 {
    padding: 30px 0;
  }
  #footer {
    font-size: 12px;
  }

  .buy_now {
    display: flex;
  }
  .button_image {
    height: 40px !important;
  }
}

@media (max-width: 575px) {
  .back-to-top {
    position: fixed;
    display: none;
    right: 10px;
    bottom: 80px;
    z-index: 99999;
  }
  .back-to-top-report {
    bottom: 80px;
  }
  #hero h1 {
    margin: 0 0 0 -24px;
    font-size: 19px;
    text-align: center;
  }
  .innerpage h1 {
    margin: 0 0 10px 0 !important;
  }
  .btnLess,
  .btnS {
    font-size: 12px;
    margin-top: -15px !important;
  }
  .bannerhd {
    text-align: center !important;
    font-size: 24px !important;
    line-height: 28px !important;
    /* padding-left: 45px; */
    /*padding-top: 30px;*/
    padding-top: 50px;
    padding-bottom: 15px;
  }
  #hero .container {
    padding-top: 30px;
  }
  .report-info {
    font-size: 15px;
  }
  .request-pdf {
    display: none;
    padding: 10px 20px;
    margin: 10px 0;
  }
  .buybtn {
    display: block;
    margin: 0 5px 0 9px;
  }
  .choose {
    margin: 0 5px;
  }
  .buybox select {
    margin: 0 5px;
  }
  #footer .footer-top {
    padding: 30px 0 30px 0;
  }
  .reportslinks {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .reportslinks span {
    padding: 0;
  }
  .position-sticky {
    display: none;
  }
  #cookieConsent {
    display: none !important;
  }
  .position-sticky-mobile {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    background: #102945;
    left: 0;
  }
  .mid-tab {
    border-left: 1px solid #102945;
    border-right: 1px solid #102945;
  }
  .requestbtn-mobile {
    display: block;
    /* text-align: center; */
    /* width: 48%; */
  }
  .tabsection .nav-pills .nav-link {
    padding: 10px 4px;
    margin-right: 0;
    text-align: center;
    font-size: 11px;
  }
  .tabsection .requestbtn-mobile .nav-link {
    background: #748393;
    color: #fff;
    display: inline-block;
    margin: 5px;
    border-radius: 5px;
    padding: 5px 20px;
  }
  .tabsection .nav-pills .nav-link:hover {
    background: #f1f1f1;
    color: #102945;
  }
  .tabsection .nav-pills .nav-link.active {
    background: #f1f1f1;
    color: #102945;
  }
  .tabsection .nav-pills .requestbtn-mobile .nav-link.active,
  .tabsection .nav-pills .requestbtn-mobile .nav-link:hover {
    background: #748393 !important;
    color: #fff;
  }
  .direct {
    font-size: 14px;
  }
  .whitebox h1.reporttitle-mobile {
    font-size: 16px !important;
  }
  .formbox .form-control {
    height: 25px;
  }
  .formbox .form-group > label {
    bottom: 25px;
  }
  .formbox .form-control:focus ~ label,
  .formbox .form-control:valid ~ label {
    bottom: 45px;
  }
  .innerpage2 {
    padding-bottom: 10px;
  }
  .formbox {
    padding: 15px;
  }
  .whitebox123 {
    padding: 5px 10px 2px;
  }
  .leftpanel2 {
    margin-top: 0px !important;
  }
  .tabsection .tab-content .img-hero {
    width: 100%;
    padding-left: 0;
  }
  .sharebox {
    font-size: 15px;
  }
  .sharebox i {
    font-size: 15px;
  }
}

@media (min-width: 1118px) and (max-width: 1439px) {
  #hero h1 {
    font-size: 32px;
  }
  #hero {
    /* background: url(../img/gms/banner_lapi.webp) no-repeat 0px top;
		background-size: cover;
		min-height: 425px; */
    background: url(../img/gms/banner_lapi.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .hero-home {
    /* background: url(../img/gms/banner_lapi.webp) no-repeat 0px top !important;
		background-size: cover; */
    background: url(../img/gms/banner_lapi.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .bannerhd {
    margin-left: -30px !important;
    padding-right: 180px !important;
    min-height: 425px;
  }

  .reportlistbox-inerpage .reportbotom {
    padding: 10px 0;
    border-top: 1px solid #e0e0e0;
    display: flex;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1440px) and (max-width: 2559px) {
  /* .bannerhd {
		margin-left: -100px!important;
		padding-right: 230px!important
	} */
  .hero-img img {
    position: relative;
    top: 20px;
  }
  .hero-img .carousel-item {
    position: relative;
  }
  .hero-img .carousel-inner {
    left: 80px;
    padding: 0;
  }
  .about-text {
    margin-top: 65px;
  }
  #hero {
    /* background: url(../img/gms/banner_lapi.webp) no-repeat 0px top;
		background-size: cover; */
    background: url(../img/gms/banner_lapi.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .hero-home {
    /* background: url(../img/gms/banner_lapi.webp) no-repeat 0px top !important; */
    background: url(../img/gms/banner_lapi.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (min-width: 1441px) and (max-width: 2559px) {
  /* .bannerhd {
		margin-left: -100px!important;
		padding-right: 230px!important
	} */
  .hero-img img {
    position: relative;
    top: 20px;
  }
  .hero-img .carousel-item {
    position: relative;
  }
  .hero-img .carousel-inner {
    left: 80px;
    padding: 0;
  }
  .about-text {
    margin-top: 65px;
  }
  #hero {
    /* background: url(../img/gms/banner.webp) no-repeat 1560px top */
    background: url(../img/gms/banner_lapi.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .hero-home {
    /* background: url(../img/gms/banner.webp) no-repeat 0px top !important;
		padding: 45px 0; */
    background: url(../img/gms/banner_lapi.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media (min-width: 2560px) {
  .bannerhd {
    margin-left: -100px !important;
    padding-right: 230px !important;
  }
  .hero-img img {
    position: relative;
    top: 20px;
  }
  .hero-img .carousel-item {
    position: relative;
  }
  .hero-img .carousel-inner {
    left: 80px;
    padding: 0;
  }
  .about-text {
    margin-top: 65px;
  }
  .buy_now_request_pdf {
    width: 110px !important;
  }
  #hero {
    /* background: url(../img/gms/banner_lapi.webp) no-repeat 1527px top */
    background: url(../img/gms/banner_large.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .hero-home {
    /* background: url(../img/gms/banner_lapi.webp) no-repeat 0px top !important;
		padding: 45px 0; */
    background: url(../img/gms/banner_lapi.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (max-width: 320px) {
  #hero {
    /* width: 100%;
		background: url(../img/gms/banner_lapi.webp) no-repeat center 75px;
		background-size: cover */
    background: url(../img/gms/banner_mobile.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  #hero {
    /* width: 100%;
		background: url(../img/gms/banner_lapi.webp) no-repeat center 40px;
		background-size: cover */
    background: url(../img/gms/banner_mobile.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  #hero {
    /* width: 100%;
		background: url(../img/gms/banner_lapi.webp) no-repeat center 0px;
		background-size: cover */
    background: url(../img/gms/banner_mobile.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (min-width: 426px) and (max-width: 768px) {
  #hero {
    /* width: 100%;
		background: url(../img/gms/banner_lapi.webp) no-repeat center -100px;
		background-size: cover */
    background: url(../img/gms/banner_mobile.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #hero h1 {
    font-size: 27px;
  }
}

.breadcrumbs {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .position-sticky-mobile {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    background: #102945;
    left: 0;
  }
}
