@charset "utf-8";
@media (min-width: 768px) {
  .sharebox {
    float: right;
  }
  .hidden-desktop,
  .position-sticky-mobile {
    display: none;
  }
  .requestsample {
    padding-bottom: 0;
  }
  .nv-sub {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .wrap-drop,
  .wrap-drop .drop {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  }
  .requestsampleform {
    background: url(../img/sample-request-bg-mobile.png) 200px top no-repeat;
    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;
  }
  .hidden-mobile,
  .reportbook {
    display: none;
  }
  .is_stuck {
    top: 40px !important;
  }
  .wrap-drop {
    background: #112b48;
    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;
    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: 10px !important;
  }
  #hero {
    width: 100%;
    background: url(../img/Header_Img_2_low.webp) center top/cover no-repeat;
  }
  #hero h1 {
    margin: 0 0 0 35px;
    font-size: 19px;
  }
  .innerpage h1 {
    margin-top: 0 !important;
  }
  .logo {
    width: 195px;
  }
  .mobile-nav-toggle i {
    color: #455f7c !important;
  }
  .bannerhd {
    text-align: right !important;
  }
  .section-title h2,
  .why-us .content h3 {
    font-size: 24px;
  }
  section {
    padding: 60px 0;
    overflow: hidden;
    padding-bottom: 0;
  }
  .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 -50px;
    padding: 5px 10px;
    position: absolute;
    top: 0;
  }
  .section-title {
    padding-bottom: 0;
  }
  .cta {
    padding: 45px 0;
  }
  .report-info {
    font-size: 14px;
    padding: 1px 15px 12px;
  }
  .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;
  }
  .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;
  }
  .faq .faq-list p,
  .reportlistbox-inerpage h3,
  .tabsection .tab-content p {
    font-size: 14px;
  }
  #footer .footer-top {
    padding: 30px 0 0;
    background: #fff;
  }
  .faq-list h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .cookiebtn {
    margin-top: 5px;
  }
  .breadcrumbs ol,
  .reportlistbox-inerpage p,
  .reportslinks,
  .whitebox2 p {
    font-size: 12px;
  }
  .reportslinks span {
    padding: 0 5px;
  }
  .section-bg2 {
    background: #f1f1f1;
    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;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-bg2 {
    padding: 20px 0;
  }
  .blog-txt-small h5,
  .faq .faq-list p,
  .reportlistbox-inerpage h3 {
    font-size: 14px;
  }
  .categories a,
  .reportlistbox-inerpage p,
  .whitebox2 p {
    font-size: 12px;
  }
 
  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
  .cookiebtn {
    margin-top: 5px;
  }
  #hero {
    width: 100%;
    background: url(../img/Header_Img_2_low.webp) center -130px / cover
      no-repeat;
  }
  #hero h1 {
    font-size: 28px;
    margin-top: 50px;
  }
  .innerpage h1 {
    margin-top: 0 !important;
  }
  #hero img {
    text-align: center;
  }
  .bannerhd {
    text-align: right !important;
    padding-left: 100px;
    padding-bottom: 44px !important;
    margin-top: -15px !important;
  }
  .mobile-nav-toggle {
    top: 16px;
  }
  .mobile-nav-toggle i {
    color: #455f7c !important;
  }
  .searchbar {
    right: 60px;
  }
  .innerpage .container {
    padding-top: 0 !important;
  }
  .buybtn {
    display: block;
    margin: 0 5px 0 9px;
  }
  .buybox select,
  .choose {
    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;
  }
  .whitebox h1 {
    font-size: 18px !important;
  }
  .leftpanel {
    margin-top: 35px;
  }
  .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,
  .report-info,
  .reportlistbox-inerpage h3,
  .request-pdf,
  .tabsection .tab-content p {
    font-size: 14px;
  }
  #footer,
  .reportlistbox-inerpage p {
    font-size: 12px;
  }
  #footer .footer-top .social-links a {
    font-size: 14px;
    height: 30px;
    width: 30px;
  }
  .logo {
    width: 195px;
  }
  .bannerhd {
    margin-right: 90px;
    margin-left: -30px;
  }
  #hero h1 {
    font-size: 28px;
  }
  .whitebox h1 {
    font-size: 18px !important;
  }
  .nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 10px 15px;
  }
  .report-info {
    padding: 15px;
  }
  .request-pdf {
    margin: 0 10px 0 0;
    padding: 20px 0;
  }
  .buybtn {
    display: block;
    margin: 0 5px 0 9px;
  }
  .buybox select,
  .choose {
    margin: 0 5px;
  }
  .position-sticky {
    top: 45px;
  }
  .tabsection {
    margin-top: 0;
  }
  .section-bg2 {
    padding: 30px 0;
  }
}
@media (max-width: 575px) {
  #hero .container,
  .bannerhd {
    padding-top: 10px;
  }
  .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;
  }
  .innerpage h1 {
    margin: 0 0 10px !important;
  }
  .btnLess,
  .btnS {
    font-size: 12px;
    margin-top: -15px !important;
  }
  .bannerhd {
    text-align: right !important;
    font-size: 24px !important;
    line-height: 28px !important;
    padding-left: 45px;
    padding-bottom: 70px;
  }
  .report-info,
  .reportslinks,
  .sharebox,
  .sharebox i {
    font-size: 15px;
  }
  .request-pdf {
    display: none;
    padding: 10px 20px;
    margin: 10px 0;
  }
  .buybtn {
    display: block;
    margin: 0 5px 0 9px;
  }
  .buybox select,
  .choose {
    margin: 0 5px;
  }
  #footer .footer-top {
    padding: 30px 0;
  }
  .reportslinks {
    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.active,
  .tabsection .nav-pills .nav-link:hover {
    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: -15px !important;
  }
  .tabsection .tab-content .img-hero {
    width: 100%;
    padding-left: 0;
  }
}
@media (min-width: 1118px) and (max-width: 1439px) {
  #hero h1 {
    font-size: 28px;
  }
  .bannerhd {
    margin-left: -30px !important;
    padding-right: 130px !important;
  }
}
@media (min-width: 1440px) and (max-width: 2559px) {
  .hero-img .carousel-item,
  .hero-img img {
    position: relative;
  }
  .bannerhd {
    margin-left: -100px !important;
    padding-right: 230px !important;
  }
  .hero-img img {
    top: 20px;
  }
  .hero-img .carousel-inner {
    left: 80px;
    padding: 0;
  }
  .about-text {
    margin-top: 65px;
  }
}
@media (min-width: 1441px) and (max-width: 2559px) {
  .hero-img .carousel-item,
  .hero-img img {
    position: relative;
  }
  .bannerhd {
    margin-left: -100px !important;
    padding-right: 230px !important;
  }
  .hero-img img {
    top: 20px;
  }
  .hero-img .carousel-inner {
    left: 80px;
    padding: 0;
  }
  .about-text {
    margin-top: 65px;
  }
}
@media (min-width: 2560px) {
  .hero-img .carousel-item,
  .hero-img img {
    position: relative;
  }
  .bannerhd {
    margin-left: -100px !important;
    padding-right: 230px !important;
  }
  .hero-img img {
    top: 20px;
  }
  .hero-img .carousel-inner {
    left: 80px;
    padding: 0;
  }
  .about-text {
    margin-top: 65px;
  }
}
@media (min-width: 1441px) {
  #hero,
  .hero-home {
    background-position: right top !important;
  }
}
@media (min-width: 992px) {
  .hero-home {
    display: block;
    min-height: 700px;
    background: url(../img/Header_Img_2_low.webp) no-repeat !important ;
    background-size: 100% 100% !important;
  }
  #hero {
    background: url(../img/Header_Img_2_low.webp) 380px top no-repeat;
    padding-bottom: 20px;
  }
}
@media (min-width: 2460px) {
  #hero,
  .hero-home {
    background-size: 2560px !important;
  }
}

.footer_tollNo {
  color: #000;
}
