.error {
  color: red !important;
}
body,
html {
  font-family: Poppins, sans-serif;
}
a {
  color: #3341b5;
}
.mob-show {
  display: none;
}
.white-bg {
  background: #fff;
  box-shadow: 0 3.5px 15px 0 rgba(203, 203, 216, 0.3);
}
.catviewbtnmar {
  margin-top: 30px;
}
.text-black {
  color: #000 !important;
}
.padding-l-10 {
  padding-left: 10px;
}
#display {
  position: absolute;
  margin-top: 57px;
  background: #edf0f7;
  width: 94%;
  z-index: 10;
}
#display li {
  list-style-type: none;
  padding: 10px 15px;
}
.pagination .page-item a {
  color: #0b2c58;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #d0d0d0;
  padding: 5px 10px;
  margin-left: -1px;
  border: solid 1px #c3c9d3;
}
.pagination .page-item .current {
  background: #3341b5;
  color: #fff !important;
  border: solid 1px #3341b5;
}
#scrollbtn {
  display: inline-block;
  position: fixed;
  bottom: 75px;
  right: 17px;
  z-index: 1000;
  font-size: 19px;
  border: none;
  outline: 0;
  background-color: #3341b5;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  cursor: pointer;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
}
#scrollbtn.show {
  opacity: 1;
  visibility: visible;
}
#scrollbtn:hover {
  background-color: #c33697;
}
.navbar-toggler {
  background-image: url(../images/frontend/hamburger-icon.svg);
  background-repeat: no-repeat;
  border: none !important;
  border-radius: 0 !important;
  padding: 6px;
}
.navbar-light .navbar-toggler-icon {
  background: 0 0 !important;
}
header {
  position: fixed;
  z-index: 12;
  width: 100%;
  top: 0;
  transition: all 0.15s linear;
}
#header.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.banner-sec {
  margin-top: 80px;
}
.banner-background {
  background-image: url(../images/frontend/banner-section-bg.png);
  background-size: cover;
  height: 431px;
}
.banner-text h1 {
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.6px;
  text-align: left;
  color: #fff;
}
.banner-search p {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: left;
  color: #fff;
}
.banner-search input {
  width: 536px;
  height: 58px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-radius: 3px;
  border: none;
  padding: 10px 136px 10px 10px;
}
.search-form button {
  position: relative;
  top: -1;
  left: -126px;
  border-radius: 5px;
  z-index: 2;
  border: none;
  height: 48px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #c33697;
  padding: 10px 26px;
  cursor: pointer;
  color: #fff;
  transform: translateX(2px);
}
.search-form button:hover {
  background-color: #3341b5;
}
#header .search-boxhd {
  background: 0 0;
  position: absolute;
  top: 81px;
  right: 30.7%;
  display: none;
}
#header .search-boxhd {
  width: 18% !important;
  margin: 0 auto;
  margin-bottom: -5px;
}
#header .search-boxhd input[type="text"] {
  width: 74%;
  padding: 5px 15px;
  margin-left: 0;
  outline: 0;
}
#header .search-boxhd input[type="button"] {
  width: 25%;
  padding: 5px 0;
  background: #ff8d07;
  color: #fff;
  margin-left: -5px;
  border: 1px solid #ff8d07;
  outline: 0;
  cursor: pointer;
}
.headsearchicon {
  color: #ff8d07 !important;
  padding: 10px;
  padding-left: 12px !important;
  padding-right: 12px !important;
  cursor: pointer;
}
.headsearchicon.fa-search:before {
  content: url(../images/frontend/header-search-icon.svg) !important;
}
#header .search-boxhd .search-btn {
  margin-left: -5px;
  padding: 6px 6px;
  background: #c33697;
  border: 1px solid #c33697;
  border-radius: 3px;
  color: #fff;
}
.mrimghd {
  margin-left: 24px;
}
.main-menu-nav {
  max-height: 80px;
  padding: 15px 0 15px;
}
.main-menu .nav-item .nav-link {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 5.33;
  letter-spacing: 0.23px;
  text-align: left;
  color: #3341b5;
  text-transform: uppercase;
}
.main-menu .nav-item .nav-link:hover {
  color: #3341b5;
}
.main-menu .nav-item.active .nav-link {
  font-weight: 600;
  color: #3341b5;
}
.position-realtive {
  position: relative;
}
.main-menu .nav-item .nav-link::after {
  content: url(../images/frontend/list-after.svg);
  position: absolute;
  top: 0;
  padding: 0 10px;
  right: -33px;
  border: none !important;
}
.main-menu .nav-item:active .nav-link::after,
.main-menu .nav-item:hover .nav-link::after {
  content: url(../images/frontend/list-after-hover.svg);
}
.mega-menu-custom {
  background-color: transparent !important;
  box-shadow: none !important;
  padding-top: 25px !important;
  top: 55px;
}
.mega-menu-custom .nav-link:after {
  content: "" !important;
  display: none;
}
.mega-menu-wrapper {
  box-shadow: 0 3.5px 30px 0 rgba(185, 185, 204, 0.5);
  border: solid 1px #e8e8e8;
  padding: 30px 20px 20px 20px;
  background-color: #fff;
  border-bottom: 3px solid #3341b5;
}
.mega-menu-wrapper .nav-link {
  font-family: Poppins;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  text-align: left;
  color: #10103f !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
}
.mega-menu-wrapper .nav-link:hover {
  color: #3341b5 !important;
}
.mega-menu-wrapper .nav-link img {
  margin-right: 13px;
  width: 27px;
  height: 27px;
}
.cursor-pointer {
  cursor: pointer;
}
.phone-no {
  font-size: 18px;
  font-weight: 600;
  color: #0b2d58;
  padding-left: 5px;
}
input.search-bar {
  width: 51% !important;
  margin: 0 auto;
  display: block;
  border-radius: 0;
  border-color: #f7f8fa;
  background: #edf0f7;
  border: 1px solid #edf0f7 !important;
  height: 57px;
  padding-left: 20px;
}
input.search-bar:focus {
  box-shadow: unset;
  border-color: #ccc !important;
}
input#example-search-input:focus {
  box-shadow: none;
}
.serchfnicon {
  font-size: 22px !important;
  color: #0b2d58;
  font-weight: 300 !important;
}
.search-box {
  width: 51% !important;
  margin: 0 auto;
  margin-bottom: -5px;
}
.iconsearch {
  background: #edf0f7;
  border: 1px solid #edf0f7 !important;
}
.iconsearch:hover {
  background: #edf0f780;
}
.iconsearch:focus {
  box-shadow: 0 0 0 1px rgba(108, 117, 125, 0.5);
}
.main-menu .nav-item .nav-link {
  padding-right: 16px;
  margin-right: 35px;
  margin-left: 10px;
}
input.search-bar::placeholder {
  color: #9199a4;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.9px;
}
.hidden-mob {
  display: block;
}
.hidden-desk {
  display: none !important;
}
.no-pd {
  padding: 0;
}
.banner-sec .carousel-caption {
  text-align: left;
  top: 13%;
  left: 6%;
  width: 45%;
  bottom: unset;
}
.banner-bld-txt {
  font-size: 60.5px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  word-spacing: -5px;
}
.banner-bld-txt-1 {
  font-size: 50.5px;
}
.banner-bld-txt-2 span {
  display: block;
  line-height: 50px;
}
.banner-bld-txt-3 {
  font-size: 42px !important;
}
.banner-bld-txt-btm {
  margin-top: -15px;
}
.banner-bld-txt-btm-3 {
  margin-top: -10px !important;
}
.orng-clr {
  color: #3341b5;
}
.banner-para-txt {
  font-size: 18px;
  color: #9ba3af;
  letter-spacing: 0.3px;
  margin-top: 30px;
  font-weight: 500;
  padding-right: 50px;
}
.provd-sampl-txt {
  font-size: 22.5px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  background-image: url(../images/frontend/free-sample-back.png);
  background-repeat: no-repeat;
  height: 73px;
  position: relative;
  margin-top: 40px;
}
p.provd-sampl-txt span {
  top: 28px !important;
  position: absolute;
  left: 18px;
}
.carousel-indicators {
  left: -7%;
  right: unset;
  bottom: 14%;
}
.carousel-indicators li {
  width: 13px;
  height: 11px;
  margin-right: 15px;
  margin-left: 0;
  text-indent: -999px;
  cursor: pointer;
  background-clip: unset;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: opacity 0.6s ease;
  border-radius: 90px !important;
}
.carousel-indicators .active {
  color: #00459d;
}
.report-count {
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: 0.17px;
  text-align: left;
  color: #000;
  padding: 3px 18px;
  background: #dbdee6;
  border-radius: 70px;
  border: solid 1px #dbdee6;
  background-color: #f4f4f5;
}
.categorydet {
  background: #f5f7f9;
  padding: 20px 35px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-align: left;
  color: #0b2d58;
  position: relative;
}
.categorydet span {
  color: #ff8d08;
  font-size: 16px;
  margin-left: 8px;
}
.viewallreport {
  background: #f7dec3;
  color: #fd8b00;
  font-size: 14.5px;
  font-weight: 500;
  text-align: center;
  padding: 8px 26px;
  position: absolute;
  right: 22px;
}
.categlobanaly,
.categlobanaly a {
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #3341b5;
  margin: 0 0 4px;
  min-height: 8em;
}
.categlobanaly a:hover {
  text-decoration: none;
}
.report-cost {
  margin-top: 7px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.24px;
  text-align: left;
  color: #000;
}
.catedate {
  width: 50%;
  float: left;
  color: #9ba2af;
  font-size: 15px;
}
.catestarrate {
  width: 50%;
  float: right;
  text-align: right;
}
.datestarrate {
  margin-bottom: 42px;
}
.categlobbor {
  border-radius: 3px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 15px 20px 5px 20px;

  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
}
.categlobanaly,
.categlobanaly a {
  min-height: 5em;
  margin-bottom: 15px;
}
.home-price-div-wrapper {
  margin-top: auto;
}
.catecolbor {
  padding: 12.5px;
}
.cateseccolbor {
  border-top: 1px solid #eee;
}
.catesecpad {
  padding: 10px 0 10px;
}
.viewmorecategory {
  background: #3341b5;
  color: #fff !important;
  padding: 13px 20px 13px 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.4px;
  color: #0b2d58;
  text-decoration: none !important;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
}
.viewmorecategory:hover {
  background: #c33697;
  color: #fff;
}
.rowmar {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cate-section-pd {
  padding-top: 30px;
  padding-bottom: 0;
}
.tabbtnpad {
  padding: 12px 16px !important;
}
.tab-row {
  margin-bottom: 30px;
}
.catesecpad .tabs ul {
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.catesecpad .tabs ul li {
  background: #eee;
}
.catesecpad .tabs ul li a {
  padding: 0.5em 1em;
}
.catesecpad .tabs ul li a:hover,
.tabs ul li a.active {
  background: #444;
  color: #eee;
}
.catesecpad .tabs ul li a {
  display: block;
  padding: 14px 18px;
  width: 100%;
  font-weight: 300;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  letter-spacing: 0.4px;
  font-size: 14px;
  color: #6b777d;
  border: none;
  outline: 0;
  background-color: #fff;
}
.catesecpad .tabs ul li a.active,
.catesecpad .tabs ul li a.active:hover {
  border-bottom: solid 4px #4753bc !important;
  text-decoration: unset !important;
  font-weight: 600;
  color: #3341b5;
  border-bottom: none;
  text-decoration: underline;
  background: #e2eafc;
  transition: all 0.25s ease-in;
  background-position: left right;
  border-radius: 3px !important;
}
.catesecpad .tabs ul li a:hover {
  border-bottom: solid 4px #4753bc !important;
  background: #fff;
  color: #3341b5 !important;
  background: #e2eafc;
  text-decoration: none !important;
  border-radius: 3px !important;
}
.catesecpad .item::before {
  cursor: pointer;
  font-weight: 700;
  background: #eee;
  padding: 0.5em;
  display: block;
}
.catesecpad .item.active::before {
  background: #444;
  color: #eee;
}
.catesecpad .item.active .item-content {
  padding: 1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.view-more-link {
  padding: 14px 0;
  font-size: 14px !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.21px;
  text-align: left;
  color: #3341b5 !important;
  font-weight: 600 !important;
  text-decoration: underline;
}
@media all and (min-width: 992px) {
  .catesecpad .item.active .item-content {
    padding-top: 0;
  }
  .catesecpad .tabs-side .tabs li {
    margin-bottom: 1px;
  }
}
section.tp-seling-rprts-sec.section-pd {
  background-image: url(../images/frontend/top-selling-report-bg.png);
  background-size: 100% 100%, cover;
}
section.tp-seling-rprts-sec.section-pd .sec-head {
  color: #fff;
}
.catesecpad .tabbed-content .tabs {
  display: none;
}
.catesecpad .tabbed-content .tabs {
  border-bottom: 1px solid #f5f6f9;
}
.catesecpad .tabbed-content .tabs li a {
  border-bottom: solid 4px #fff !important;
}
.mg-btm-10 {
  margin-bottom: 10px;
}
.mg-btm-5 {
  margin-bottom: 5px;
}
.mg-btm-0 {
  margin-bottom: 0;
}
.mg-btm-25 {
  margin-bottom: 25px;
}
.mg-top-10 {
  margin-top: 10px !important;
}
.mg-top-30 {
  margin-top: 30px !important;
}
.mg-top-5 {
  margin-top: 56px !important;
}
.mg-right-10 {
  margin-right: 10px !important;
}
.hide-menu-dd:after {
  display: none !important;
}
.padding-t-b-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 5px !important;
}
.contact-page-icon {
  margin-right: 10px;
}
.contact-page-display-flex {
  display: flex;
}
.catesecpad .tabbed-content .item::before {
  content: attr(data-title);
}
.catesecpad .tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.catesecpad .tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 0;
}
@media all and (min-width: 992px) {
  .catesecpad .tabbed-content .tabs {
    display: block;
  }
  .catesecpad .tabbed-content .tabs li {
    display: inline-block;
  }
  .catesecpad .tabbed-content .tabs li a {
    display: block;
  }
  .catesecpad .tabbed-content .item::before {
    display: none;
  }
  .catesecpad .tabbed-content.tabs-side .tabs li {
    display: inline-block;
  }
}
.why-choose-cntnt {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #2f3886;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}
img.why-choose-us-img {
  vertical-align: middle !important;
  margin: 0 auto;
}
.bg-lght-gry {
  background: #f8f9fd;
}
.section-pd {
  padding-top: 90px;
  padding-bottom: 118px;
}
.sec-head {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #0b2d58;
}
.report-heading {
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: 0.45px;
  text-align: center;
  color: #2f3886;
}
.whats-included-section .report-heading {
  margin-bottom: 0;
  line-height: 1.73;
}
hr.hd-brdr {
  border-top: 3px solid #3341b5;
  width: 3%;
  margin-top: 2px;
}
.why-us-main-point {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.24px;
  text-align: left;
  color: #fff;
}
.why-us-cntnt {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.21px;
  text-align: left;
  opacity: 0.7;
  color: #fff;
  line-height: 25px;
  margin-top: -10px;
  padding-right: 50px;
  margin-bottom: 10px;
}
.why-choose-us-holder {
  display: inline-flex;
  margin-bottom: 20px;
}
.why-choose-us-btn {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.24px;
  text-align: left;
  color: #3341b5;
  background: #fff;
  padding: 12px 20px;
  border: 2px solid #fff;
  border-radius: 3px;
}
.why-choose-us-btn:hover {
  background: #2f3886;
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none !important;
}
.mg-tp-50 {
  margin-top: 50px;
}
.mg-tp-25 {
  margin-top: 25px;
}
.img-hldr {
  padding-right: 20px;
  margin-top: 5px;
}
.tp-seling-rprts-sec .slide-content {
  margin: 0 12.5px;
  padding: 0 0;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(128, 151, 185, 0.27);
  display: inline-flex;
  border-radius: 3px;
}
.latst-news-testmnil-sec .slick-dots,
.tp-seling-rprts-sec .slick-dots {
  list-style: none;
  margin: 0 auto;
  text-align: left;
  padding-left: 16px;
  padding-top: 22px;
}
.latst-news-testmnil-sec .slick-dots {
  padding-left: 0;
}
.latst-news-testmnil-sec .slick-dots li,
.tp-seling-rprts-sec .slick-dots li {
  display: inline-block;
}
.latst-news-testmnil-sec .slick-dots li button,
.tp-seling-rprts-sec .slick-dots li button {
  transition: 0.2s background-color ease-in-out 0s;
  border: none;
  padding: 0;
  color: transparent;
  width: 12px;
  height: 12px;
  background-color: #dce2ea;
  margin-right: 10px;
  border-radius: 50%;
}
.latst-news-testmnil-sec .testimonial-div .slick-dots li button {
  background-color: #595e79;
}
.latst-news-testmnil-sec .slick-dots li button:focus,
.tp-seling-rprts-sec .slick-dots li button:focus {
  outline: unset !important;
}
.latst-news-testmnil-sec .slick-dots li.slick-active button,
.tp-seling-rprts-sec .slick-dots li.slick-active button {
  background-color: #143059;
}
.latst-news-testmnil-sec .testimonial-div .slick-dots li.slick-active button {
  background-color: #fff;
}
.date-star-wrpr-div {
  display: inline-flex;
}
.catebutton.pull-right {
  margin-top: 5px;
}
.rport-name,
.rport-name a {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #3341b5;
}
.rport-name,
.rport-name a:hover {
  text-decoration: none !important;
  color: #3341b5 !important;
}
.cntnt-holder {
  padding: 15px 20px 5px 20px;
}
.rport-name-div {
  min-height: 8.5em;
}
.date-div p {
  font-size: 15px;
  letter-spacing: 0.6px;
  /*color: #6b777d;*/
  color: #000000;
}
i.fa.fa-star.checked {
  color: #ffc600;
}
i.review-star {
  font-size: 16px;
}
.star-div {
  padding-left: 12px;
  padding-right: 12px;
}
.mg-tp-30 {
  margin-top: 30px;
}
.mg-tp-25 {
  margin-top: 25px;
}
.bg-drk-blue {
  background: #0b2d58;
}
.white-color {
  color: #fff;
}
.latest-news-div {
  padding: 75px 50px 70px 115px;
}
.latst-news-testmnil-sec hr.hd-brdr {
  width: 6%;
}
.news-txt {
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #9ba3af;
  margin-top: -12px;
  padding-right: 40px;
}
.news-txt span a {
  color: #3341b5;
  font-weight: 500;
  font-style: italic;
}
.nws-date {
  font-size: 14px;
  font-weight: 500;
  color: #8f99a8;
  letter-spacing: 0.6px;
}
.mg-tp-15 {
  margin-top: 15px;
}
.latst-news-testmnil-sec {
  background: #fbfcfe;
}
.why-choose-us-sec {
  background: #fbfcfe;
}
.testimonial-div {
  padding: 40px 50px 70px 50px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  margin-top: 50px;
  background: #fff;
  margin-bottom: -50px;
}
.testimonials-div {
  padding: 10px 20px 5px 30px;
  width: 100%;
  position: relative;
  min-height: 6em;
}
.pstn-abslt {
  position: absolute;
}
.tstmonal-cntnt {
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
  color: #0f0f2b;
  margin-bottom: 0;
}
.tstmonal-name {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 19.2px;
  letter-spacing: normal;
  text-align: center !important;
  color: #0f0f2b;
  margin-top: 10px;
  margin-bottom: 5px !important;
}
.tstmonal-designation {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 19.2px;
  letter-spacing: normal;
  text-align: left;
  color: #0f0f2b;
  margin-bottom: 20px;
}
.left-quote-img {
  top: -27px;
}
.right-quote-img {
  right: 20px;
  bottom: -26px;
}
.our-client-sec .slick-slide img {
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(0);
}
.our-client-sec .slick-slide img:hover {
  filter: grayscale(0);
}
.our-client-sec {
  background: #fbfcfe;
}
.clients-btn {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.24px;
  text-align: left;
  color: #fff;
  background-color: #3341b5;
  padding: 12px 20px;
  border-radius: 3px;
}
.margin-bottom-client .slick-list {
  margin-bottom: 30px;
}
.mg-tp-70 {
  margin-top: 70px;
}
.cta-sec {
  background-image: url(../images/frontend/cta-sec-bg.png);
  background-size: 100% 100%, cover;
}
.cta-sub-heading {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.27px;
  text-align: center;
  color: #fff;
  margin-bottom: 45px;
}
.cta-section-btn {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.24px;
  text-align: left;
  color: #c33697;
  background: #fff;
  padding: 13px 20px;
  border-radius: 3px;
}
.cta-section-btn:hover {
  text-decoration: none !important;
  background: #c33697;
  color: #fff;
}
.cta-sec .sec-head {
  margin-bottom: 25px;
}
footer {
  background: #282b45;
  padding-top: 45px;
}
.btm-footer-brdr-tp {
  border-top: 1px solid #353e57;
}
.ftr-txt {
  font-size: 14px;
  font-weight: 300;
  color: #a2a4b1;
  margin-top: 25px;
  line-height: 23px;
}
.ftr-txt span a {
  color: #3341b5;
  font-style: italic;
  font-weight: 500;
}
.ftr-hd {
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
ul.ftr-link-ul {
  padding-left: 0;
  list-style-type: none;
}
ul.ftr-link-ul li a {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  opacity: 0.6;
}
ul.ftr-link-ul li a:hover {
  opacity: 1;
}
ul.ftr-link-ul li {
  line-height: 35px;
}
.pd-lft {
  padding-left: 70px;
}
.addrs-wrpr,
.addrs-wrpr span.addrs-txt a {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-indent: -25px;
  margin-left: 25px;
}
.foot-hov {
  opacity: 0.6;
}
a.foot-hov:hover {
  opacity: 1;
}
span.addrs-txt a {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  display: inline-flex;
  color: #a2a4b1;
}
p.ph-num-wrpr {
  margin-top: -6px;
}
p.phn-hdr {
  margin-top: 15px;
}
.ftr-icon {
  padding-top: 5px;
  padding-right: 10px;
  font-size: 17px;
  color: #3341b5;
}
ul.social-icon {
  list-style-type: none;
  display: inline-flex;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 5px;
}
ul.social-icon li img {
  opacity: 0.8;
}
ul.social-icon li img:hover {
  opacity: 1;
}
ul.social-icon li {
  padding-right: 12px;
}
.payment-logo img {
  padding-right: 10px;
}
.mg-tp-40 {
  margin-top: 40px;
}
.payment-logo-btm {
  padding-top: 10px;
}
.btm-footer-brdr-tp p {
  opacity: 0.6;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin: 0;
  padding: 30px 0;
}
.industry-verical .panel-group {
  border-top: 1px solid #ccc;
  width: 90%;
  margin: 0 auto;
  display: block;
}
.panborbtm {
  border-bottom: 1px solid #ccc;
}
.industry-verical .panel-group h4 {
  font-family: Poppins;
  font-size: 19px;
  font-weight: 300;
  line-height: normal;
  padding: 20px 0 10px;
  letter-spacing: 0.2px;
  text-align: left;
}
button.btn.btn-link.collapsed .fa.fa-minus-square:before {
  content: "f0fe" !important;
}
.category_content .card {
  background: 0 0 !important;
  border: 0;
}
.category_content .card-header {
  background: 0 0;
  padding: 22px 15px;
}
.category_content .card-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 10px 20px;
}
.card-header button {
  padding: 0;
}
a.main-cate-name {
  color: #9ba3af !important;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0.5px;
  transition: 0.3s;
}
a.main-cate-name:hover {
  color: #ff9d23 !important;
  text-decoration: none;
}
.card-header button span {
  font-size: 17px;
  padding-right: 15px;
  color: #9ba3af !important;
}
ul.innr-cate li a {
  font-size: 17px;
  color: #9ba3af !important;
}
ul.innr-cate li a:hover {
  text-decoration: none;
  color: #ff9d23 !important;
}
ul.innr-cate li {
  line-height: 30px;
}
.card-header button:hover {
  text-decoration: none;
}
ul.innr-cate {
  list-style-type: none;
  padding-left: 0;
}
.card-header button i {
  font-size: 18px;
  color: #9ba3af !important;
}
.card-header .btn-link:focus {
  text-decoration: none;
}
.industry-verical .panel-group a {
  color: #9ba3af !important;
  padding: 0 5px;
  text-decoration: none !important;
}
.industry-verical .panel-group a:hover {
  font-weight: 600;
  color: #ff9d23 !important;
}
.industry-verical .panel-group a span {
  font-size: 14px;
  line-height: 2;
}
.industry-verical .panel-group a i {
  color: #c3c6cb;
  font-weight: 300 !important;
  font-size: 26px;
  margin-left: 18px;
  float: right;
}
.industry-verical .panel-group a i.open {
  transform: rotate(90deg);
}
.industry-verical .panel-group .panel-heading a i:hover {
  color: #ff9d23 !important;
}
.industry-verical .list-group-item {
  border: none;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.2px;
  color: #0a2c57;
  line-height: 20px;
  padding-left: 30px;
}
.industry-verical .list-group-item span {
  float: right;
  font-size: 14px;
}
.search-sec {
  padding-top: 50px;
}
.report-listing-sec {
  padding: 20px 0;
  padding-bottom: 40px;
}
.mobcatpad {
  padding: 10px;
}
.padding-left-40 {
  padding-left: 40px;
}
.reportcatehd {
  background: #2f3886;
  padding: 15px 0 15px 15px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.24px;
  text-align: left;
  color: #fff;
  border-radius: 3px;
}
.reportcatehd a {
  color: #fff;
  text-decoration: none !important;
}
.sidebar {
  position: -webkit-sticky;
  position: sticky;
}
.reportlistpad {
  padding: 0;
}
.reportlist ul {
  margin-left: -39px;
}
.reportlist li ul {
  float: left;
  float: left;
  left: 41px;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 0 48px #eee;
  z-index: 1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.reportlist li:hover ul {
  opacity: 1;
  visibility: visible;
}
.reportlist .dropdown:after {
  content: " 25bc";
}
.reportlist .dropdown:hover:after {
  content: "25bc";
}
#style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #eaeef2;
}
#style-4::-webkit-scrollbar {
  width: 5px;
  background-color: #eaeef2;
}
#style-4::-webkit-scrollbar-thumb {
  background-color: #eaeef2;
  border: 2px solid #eaeef2;
}
.reportlist {
  height: 550px;
  overflow-y: scroll;
}
.reportlist {
  padding: 0 24px 0 0;
}
.reportlist ul li {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
#style-5::-webkit-scrollbar {
  width: 5px;
}
#style-5::-webkit-scrollbar-thumb {
  background-color: #10182f;
  border: 2px solid #10182f;
  border-radius: 50px;
}
.reportlist {
  height: 550px;
  overflow-y: scroll;
}
.reportlist {
  padding: 0 24px 0 0;
}
.reportlist ul li {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 2em;
}
.reportlist .listing-display-flex {
  display: flex;
}
#custom-search-input {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}
.arrow-icon:before {
  content: url(../images/frontend/arrow-down.svg);
}
.about-accordion .arrow-icon:before {
  content: url(../images/frontend/arrow-dropright-dark.svg);
}
.arrow-icon {
  vertical-align: middle;
  margin-right: 4px;
}
.active .arrow-icon:before {
  content: url(../images/frontend/arrow-up.svg);
}
.about-accordion .active .arrow-icon:before {
  content: url(../images/frontend/arrow-dropright-white.svg);
  transform: rotate(180deg);
}
.about-accordion .active .arrow-icon {
  transform: rotate(180deg);
}
.about-accordion .arrow-icon {
  height: 23px;
  width: 23px;
}
.side-bar-report-count {
  font-size: 11px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: 0.17px;
  text-align: left;
  color: #10182f;
  padding: 3px 12px;
  background: #dbdee6;
  border-radius: 70px;
  position: absolute;
  right: -17px;
  top: 12px;
  display: block !important;
  border: solid 1px #dbdee6;
  background-color: #f4f4f5;
}
.side-bar-report-list li {
  position: relative;
}
.mobcategory {
  border: solid 1px #e8e8e8;
  border-radius: 0 0 3px 3px;
}
#custom-search-input .search-query {
  background: #fff;
  border: 1px solid #c5cfe6;
  padding: 10px 46px 10px 12px;
  height: 48px;
  width: 100%;
  border-radius: 0;
  font-size: 14px;
  color: #0f0f2b;
}
#custom-search-input button {
  border: 0;
  background: 0 0;
  padding: 5px 5px;
  position: absolute;
  right: 1px;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ff8d07;
}
.zindex-4 {
  z-index: 4;
}
.search-query:focus + button {
  z-index: 3;
}
.dropdown-btn {
  cursor: pointer;
}
a.dropdown-btn.active i.fa-plus-square:before {
  content: "f146" !important;
}
.reportlist ul li a {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.3px;
  text-align: left;
  color: #020f27 !important;
  opacity: 0.7;
  text-decoration: none !important;
  border-bottom: 1px solid transparent;
  padding: 5px 0;
}
.side-bar-report-list .subcat-btn {
  margin-right: 3px;
}
.reportlist ul li a span {
  float: right;
  color: #9ba3af !important;
}
.list-title.active {
  color: #3341b5 !important;
  font-weight: 600;
  opacity: 1;
}
.caretri {
  color: #aab1bb;
  font-size: 12px !important;
  margin-left: 8px;
}
.energyresdv {
  padding: 0 0 10px 0;
  color: #2f3886;
  letter-spacing: 0.5px;
  text-align: left;
  font-family: Poppins;
  font-size: 30px;
  letter-spacing: 0.45px;
  font-weight: 600;
}
.energyresdv span {
  float: right;
}
.listing-report-count {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.24px;
  color: #10182f;
  padding: 2px 14px 1px 14px;
  background: #dbdee6;
  border-radius: 70px;
  border: solid 1px #dbdee6;
  background-color: #f4f4f5;
  margin-top: 7px;
}
.globenvir {
  background: #fff;
  padding: 20px 25px 20px 30px;
  margin-bottom: 20px;
  box-shadow: 0 0 15px 0 rgba(108, 113, 136, 0.1);
}
.btnleft {
  margin-left: -10px;
}
.globalhd,
.globalhd a {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.21px;
  text-align: left;
  margin: 0 0 6px;
  color: #3341b5;
  min-height: 4.5em;
}
.globalhd span {
  font-size: 16.6px;
}
.viewdetailbtn {
  border: 1px solid #3341b5;
  color: #3341b5;
  font-size: 13.5px;
  padding: 5px 24px;
  text-align: center;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 3px;
}
.viewdetailbtn:hover {
  background: #3341b5;
  color: #fff !important;
  border: 1px solid #3341b5;
}
.viewsamplebtn {
  height: 30px;
  background-color: #c33697;
  border: 2px solid #c33697;
  color: #fff !important;
  cursor: pointer;
  font-size: 14px;
  padding: 5px 17px;
  text-align: center;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 3px;
}
.viewsamplebtn:hover {
  background: #ffff;
  border: 2px solid #c33697;
  color: #c33697 !important;
}
.search-listing-btn.viewsamplebtn {
  padding: 5px 23px !important;
  border: 1px solid #3341b5;
  background-color: transparent;
  color: #3341b5 !important;
  border-radius: 3px;
}
.min-height600 {
  min-height: 600px;
}
.search-listing-btn.viewsamplebtn:hover {
  background: #3341b5;
  color: #fff !important;
  border: 1px solid #3341b5;
}
.rlmrbtm {
  margin-bottom: 18px;
  margin-top: 16px;
}
.globalpara {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.79;
  letter-spacing: 0.4px;
  text-align: left;
  color: #8a9db5;
  margin: 0 0 5px;
}
.datedtar {
  padding: 5px 15px 5px 15px;
  border-radius: 3px;
  border: solid 1px #e8e8e8;
  background-color: #f7f9fa;
}
.meta-details span {
  font-size: 13px;
  font-weight: 400;
  font-family: Poppins !important;
  letter-spacing: 0.2px;
  color: #6b777d;
}
.meta-details {
  font-size: 14px !important;
  font-weight: 600 !important;
  font-family: Poppins !important;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.21px;
  color: #10182f !important;
}
.price {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.3px;
  color: #000;
  margin-bottom: 15px;
}
.border-right {
  border-right: solid 1px #e5e7ed;
}
.datedv {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-align: left;
  color: #0b2d58;
}
.display-inine-block {
  display: inline-block;
}
.vertical-divider {
  margin-left: 15px;
  margin-right: 15px;
  border-right: solid 1px #e5e7ed;
  height: 20px;
  margin-bottom: -5px;
}
.stardv {
  padding-top: 8px;
}
.date-div {
  /*padding-top: 9px;*/
  padding-top: 7px;
}
.checked {
  color: #ffc600;
}
.fontstaricon {
  color: #ffc608;
  font-size: 19px !important;
}
.paginationdiv {
  padding: 10px 25px 0 30px;
  margin-top: 20px;
}
.pagiright {
  float: right;
  margin-bottom: -5px;
}
.pagiright .page-link {
  background-color: transparent;
  color: #0b2d58;
  border: none;
  padding: 6px 11px;
  font-size: 13px;
}
.prevbtn {
  background: #fff !important;
  padding: 5px 10px !important;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.page-item.active .page-link {
  background: #0b2d58;
}
.category-divan {
  margin-top: 40px;
}
.banner-section-wrapper {
  width: 100%;
  height: 230px;
}
.banner-section {
  margin-top: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/frontend/detail-page-banner.jpg);
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.banner-section .container,
.banner-section .row {
  height: 100%;
}
.detail-banner-heading {
  font-family: Poppins;
  font-size: 42px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}
.detail-page .banner-search input {
  width: 100% !important;
}
.detail-page .search-form {
  position: relative;
  width: 99% !important;
}
.detail-page .search-form button {
  position: absolute;
  right: 7px;
  top: 5px;
  left: auto !important;
}
.detail-subheading-padding-0 {
  padding-right: 0;
  padding-left: 0;
}
.leftbanback {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 15px 0 rgba(108, 113, 136, 0.1);
  padding: 20px;
}
.redefood {
  font-size: 20px;
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: normal;
  text-align: left;
  color: #ff8d07;
}
.redeglobal {
  font-family: Poppins;
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #10182f;
  padding-top: 30px;
  padding-bottom: 25px;
  margin-bottom: 0;
}
.redeglobhdpara {
  color: #0b2d58;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.5px;
  padding-right: 6%;
}
.publishdiv {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.21px;
  text-align: left;
  color: #6b777d;
  margin-bottom: 24px;
}
.publishdiv:last-child {
  margin-bottom: 0;
}
.img-title {
  background-image: url(../images/frontend/detail-title-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}
.icon-margin-r-3 img {
  margin-right: 5px;
}
.image-title-p {
  font-family: Poppins;
  font-size: 9px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #10182f;
  position: relative;
  top: 102px;
  padding: 0 20px;
}
.publishdiv span {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.24px;
  text-align: left;
  color: #10182f;
}
.rederate {
  float: left;
  margin-bottom: 35px;
}
.redesamplediv {
  margin-top: 20px;
  margin-bottom: 45px;
}
.reportdown {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: normal;
  color: #3341b5;
}
.samplebtn {
  background: 0 0;
  border: 1px solid #3341b5;
  padding: 10px 25px 10px 25px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13.6px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.4px;
  color: #0b2d58 !important;
  text-decoration: none !important;
  cursor: pointer;
}
.samplebtn:hover {
  border: 1px solid #3341b5;
  background: #3341b5;
  color: #fff !important;
}
.spkwanalimgback {
  background: #b0d2fd;
}
.speakwithanapad {
  padding: 10px 35px 10px 20px;
  cursor: pointer;
}
.redeinline {
  display: inline-block;
}
.getsamplebtn {
  margin-left: 3%;
}
.redestaricon {
  color: #ffc608;
  font-size: 22px !important;
}
.reportdetailsec {
  padding: 50px 0 30px 0;
}
.reportdetailsec .tab a {
  display: block;
  padding: 12px 16px;
  width: 100%;
  cursor: pointer;
  border: none;
  outline: 0;
  text-decoration: none;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.24px;
  text-align: left;
  color: #10182f;
}
.reportdetailsec .tab {
  border-bottom: solid 1.5px #dedfe5;
}
.reportdetailsec .tab a:hover {
  border-bottom: solid 4px #4753bc !important;
  text-decoration: unset !important;
  font-size: 16px;
  font-weight: 600;
  color: #3341b5;
  border-bottom: none;
  text-decoration: underline;
  background: #e2eafc;
  transition: all 0.25s ease-in;
  background-position: left right;
  border-radius: 3px !important;
}
.reportdetailsec .tab li {
  list-style: none !important;
}
.reportdetailsec a.tablinks.active {
  border-bottom: solid 4px #4753bc !important;
  text-decoration: unset !important;
  font-size: 16px;
  font-weight: 600;
  color: #3341b5;
  border-bottom: none;
  text-decoration: underline;
  background: #e2eafc;
  transition: all 0.25s ease-in;
  background-position: left right;
  border-radius: 3px !important;
}
.reportdetailsec a.tablinks span.active {
  border-bottom: 1px solid #3341b5;
}
.dropdown-container {
  display: none;
  background-color: #eaf0fd;
  padding: 10px 13px 10px 20px;
}
.dropdown-container a {
  font-size: 13px !important;
  letter-spacing: 0.2px !important;
  font-weight: 400 !important;
  color: #020f27 !important;
}
.dropdown-container a:hover {
  color: #3341b5 !important;
  text-decoration: underline !important;
}
.dropdown-container a {
  display: block;
}
.tabcontent {
  width: 100%;
  box-shadow: 0 5px 15px 0 rgba(108, 113, 136, 0.1);
  padding: 30px;
}
.reportdet {
  background: #f5f7f9;
  padding: 20px 35px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-align: left;
  color: #10182f;
}
.tab-banner {
  background-image: url(../images/frontend/summary-covid-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.row-height {
  height: 183px;
  margin: 0;
}
.banner-wrapper {
  align-self: center;
  align-content: center;
  align-items: center;
  vertical-align: middle;
}
.tab-banner-text {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.24px;
  color: #10182f;
  margin-bottom: 30px;
}
.tab-banner-btn {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.24px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background-color: #c33697;
  padding: 12.5px 30px;
  height: 48px;
}
.tab-banner-btn:hover {
  text-decoration: none !important;
  background-color: #2f3886;
  color: #fff;
}
.reportdetalcont {
  padding: 25px 0 0 0;
}
.reportdetalcont pre {
  font-family: Poppins;
  color: #0f0f2b !important;
  letter-spacing: 0.6px;
  line-height: 23px;
  border: none;
  text-align: justify;
  font-size: 14px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: inherit !important;
  height: 100%;
}
.reportdetalcont p {
  opacity: 0.8;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: left;
  color: #0f0f2b;
}
#tablecontent .reportdetalcont pre {
  line-height: 14px;
}
.tabredeteglobpara {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.79;
  letter-spacing: 0.3px;
  text-align: left;
  color: #9ba3af;
}
.tabredeteglobhd {
  font-weight: 600;
  letter-spacing: 0.4px;
  font-size: 14px;
  color: #0b2d58;
  margin: 0 0 0;
}
.prodlist span {
  margin-right: 20px;
}
.text-dark {
  color: #10182f !important;
}
.included-text {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.27px;
  text-align: left;
  color: #10182f;
}
.padding-t-b-10 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 !important;
}
.devider {
  border: solid 1px #dedfe5;
  margin-top: 30px !important;
  margin-bottom: 35px !important;
}
.spht20 {
  height: 20px;
}
.wholcir {
  color: #3341b5;
  font-size: 7px !important;
  margin-top: 8px;
}
.compcoveragepara {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.79;
  letter-spacing: 0.3px;
  text-align: left;
  color: #9ba3af;
  display: inline-flex;
  width: 100%;
  margin: 0;
}
.compcoveragepara span {
  display: flex;
  margin-left: 10px;
}
.reportpayment {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.33px;
  text-align: left;
  color: #2f3886;
  padding: 10px 20px;
  background-color: #eaf0fd;
}
.buynowdv {
  color: #fff;
  background: #c33697;
  padding: 4px 30px;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.27px;
  height: 48px;
}
.buynowdv:hover {
  cursor: pointer;
  background: #2f3886;
}
.buynowdv a {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
}
.license-btn-wrapper {
  float: right;
}
.license-btn-wrapper a {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.24px;
  text-align: left;
  color: #fff;
  border-radius: 3px;
  background-color: #2f3886;
  padding: 12.5px 13px;
  margin-bottom: 15px;
  display: block;
  height: 48px;
  width: 240px;
}
.license-btn-wrapper:last-child a {
  margin-bottom: 0;
}
.license-btn-wrapper a:hover {
  text-decoration: none !important;
  background-color: #c33697;
}
.padding-l-r-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.btn-sample:before {
  content: url(../images/frontend/download-sample-icon.svg) !important;
  vertical-align: middle;
  margin-right: 8px;
  margin-left: 10px;
}
.btn-free-sample:before {
  margin-left: 0 !important;
}
.btn-inquiry:before {
  content: url(../images/frontend/Icon-material-help-outline.svg) !important;
  vertical-align: middle;
  margin-right: 8px;
  margin-left: 10px;
}
.btn-discount:before {
  content: url(../images/frontend/help-icon.svg) !important;
  vertical-align: middle;
  margin-right: 8px;
  margin-left: 10px;
}
.margin-0 {
  margin: 0 !important;
}
.customizereport {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #57c765;
  border: 2px solid #57c765;
  background: 0 0;
  padding: 13px 20px;
  text-align: center;
  margin-top: 30px;
}
.customizereport:hover {
  border: 2px solid #57c765;
  background: #57c765;
  color: #fff !important;
}
.speakwithcli {
  font-size: 16px;
  font-weight: 600;
  color: #0072ff;
  letter-spacing: normal;
  background: #e6f2ff;
  text-align: center;
  margin-top: 30px;
  margin-left: 8px;
}
.reviewcarousel {
  background: #0b2d58;
  border: 2px solid #eceff0;
  padding: 30px 20px 10px;
  margin-top: 30px;
}
.reviewcarousel:before {
  content: "";
  width: 53px;
  margin-top: -30px;
  margin-left: -20px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 37px;
  position: absolute;
  background-image: url(../images/frontend/leftcar.png);
  opacity: 0.3;
}
.reviewcarousel:after {
  content: "";
  width: 30px;
  margin-top: -14px;
  margin-left: 83%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  position: absolute;
  background-image: url(../images/frontend/rightcar.png);
  opacity: 0.3;
}
.our-clients-carousel.reviewcarousel {
  background: #fff;
}
.our-clients-carousel.reviewcarousel img {
  margin: 0 auto;
}
.our-clients-carousel.reviewcarousel ul.slick-dots,
.our-clients-carousel.reviewcarousel:after,
.our-clients-carousel.reviewcarousel:before {
  display: none !important;
}
.review {
  font-size: 16px;
  font-weight: 600;
  color: #ff9c00;
  text-align: center;
  letter-spacing: normal;
}
.our-clients-carousel.reviewcarousel .review {
  color: #0b2d58;
}
.reviewpara {
  font-size: 13.2px;
  font-weight: 300;
  letter-spacing: 0.4px;
  text-align: center;
  line-height: 1.6;
  padding: 0 10px;
  color: #fff;
}
.reviewcarousel ul.slick-dots {
  list-style-type: none;
  padding-left: 0;
}
.reviewcarousel ul.slick-dots li {
  display: inline-block;
}
.reviewcarousel ul.slick-dots li button {
  transition: 0.2s background-color ease-in-out 0s;
  border: none;
  padding: 0;
  color: transparent;
  width: 12px;
  height: 12px;
  background-color: #ccc;
  margin-right: 10px;
  border-radius: 50%;
}
.reviewcarousel ul.slick-dots li.slick-active button {
  background-color: #fff;
}
.reviewcarousel ul.slick-dots li button:focus {
  outline: 0;
}
.revieauthnm {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-align: center;
  color: #fff;
}
.wanttofind {
  background: #3341b5;
  padding: 20px 40px 40px;
}
.wanttofindpara {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin: 0 0 23px;
}
.buynwbtn {
  background: 0 0;
  border: 1px solid #fff;
  padding: 15px 85px 15px 25px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.4px;
  color: #fff;
  text-decoration: none !important;
}
.buynwbtn:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 2%;
  float: right;
  margin-left: 11%;
  margin-top: 13px;
  background-image: url(../images/frontend/getintouchbr.png);
}
#customizereport {
  transition: 0.3s;
}
.vsammodalhd {
  background: #0c2c58 !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-family: poppins !important;
}
.modtitl {
  text-align: center !important;
  font-size: 21px !important;
  font-weight: 600 !important;
}
.vsclose {
  color: #fff !important;
  opacity: 0.9 !important;
}
.vsubmit {
  background: #c33697;
  border: 0 solid #3341b5;
  border-radius: 3px;
  color: #fff;
  font-family: poppins;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 30px;
  display: block;
}
.vsubmit:hover {
  background: #3341b5;
}
.vsmbody {
  background: #f1f4f9 !important;
  padding: 30px 18px !important;
}
.bynwclr {
  color: #fff !important;
  text-decoration: none !important;
}
.bynwclr:hover {
  color: #fff !important;
  font-weight: 700;
}
.modcur {
  cursor: pointer;
}
.vsmmodi {
  max-width: 620px !important;
}
textarea {
  resize: none;
}
.inputbor {
  border: none;
}
.inputbor::placeholder {
  color: #c9d0da;
  font-size: 14px;
}
.relrepot {
  background: #f7f9fc;
}
.viewmrreport {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-align: center;
  color: #0b2d58;
  padding: 18px 30px;
  border: 1px solid #3341b5;
  background: 0 0;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  margin-top: 40px;
}
.viewmrreport:hover {
  background: #3341b5 !important;
  color: #fff !important;
  text-decoration: none;
}
.checkpaymode {
  transition: all 1s;
  padding: 0;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.24px;
  text-align: left;
  color: #10182f;
  padding: 15px 20px 0 20px;
}
.sample-report-price-section .checkpaymode {
  padding: 30px 10px 30px 10px;
}
.sample-report-price-section .license-price {
  display: block;
  float: none;
}
.info-custome.pos-rel {
  position: relative;
  top: -3px;
}
.checkpaymodepro {
  background: #f5f7f9;
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #0b2d58;
  transition: all 1s;
  padding: 0;
}
.checkpaymodepro span {
  float: right;
}
.checkpaymodeprosec {
  transition: all 1s;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.24px;
  text-align: left;
  color: #10182f;
  padding: 5px 20px 5px 20px;
}
.checkpaymodeprosec-last {
  padding: 0 20px 15px 20px;
}
.sample-report-price-section .checkpaymodeprosec {
  padding: 30px 10px 30px 10px;
}
.checkpaymodeprosec .sub-price-title {
  color: #6b777d;
  font-size: 12px;
  letter-spacing: 0.18px;
  font-weight: 400;
  margin-left: 30px;
}
.checkpaymodeprosec span {
  float: right;
}
.no-padre {
  padding: 0;
}
@-moz-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 7px;
  }
}
@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 7px;
  }
}
@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 7px;
  }
}
@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 17px;
  }
}
@-webkit-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 17px;
  }
}
@-moz-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 17px;
  }
}
.checkpaymode:active .check-box,
.checkpaymode:focus .check-box,
.checkpaymode:hover .check-box {
  visibility: visible;
}
.check-box.checked,
.checkpaymode input[type="checkbox"]:checked + .check-box {
  visibility: visible !important;
}
.check-box.checked,
.checkpaymodepro input[type="checkbox"]:checked + .check-box {
  visibility: visible !important;
}
.check-box.checked,
.checkpaymodeprosec input[type="checkbox"]:checked + .check-box {
  visibility: visible !important;
}
.checkpaymode input[type="checkbox"] {
  display: none;
}
.checkpaymode .check-box {
  height: 20px;
  width: 20px;
  margin-bottom: -4px;
  background-color: transparent;
  border: solid 1.5px #b0b7ba;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  cursor: pointer;
}
.check-box::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 2px;
  background-color: #34b93d;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 50px;
  content: " ";
  -webkit-transition: opacity ease 0.5;
  -moz-transition: opacity ease 0.5;
  transition: opacity ease 0.5;
}
.checkpaymode .check-box::after {
  top: 3px;
  left: 4px;
}
.check-box.checked::after,
.checkpaymode input[type="checkbox"]:checked + .check-box::after {
  height: 10px;
  width: 10px;
}
.checkpaymodepro .check-box {
  visibility: hidden;
  display: block;
}
.checkpaymodepro:active .check-box,
.checkpaymodepro:focus.check-box,
.checkpaymodepro:hover .check-box {
  visibility: visible;
}
.checkpaymodepro input[type="checkbox"] {
  display: none;
}
.checkpaymodepro .check-box {
  height: 20px;
  width: 20px;
  margin-bottom: -4px;
  background-color: transparent;
  border: 2px solid #34b93d;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  cursor: pointer;
}
.check-box::after,
.checkpaymodepro .check-box::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 2px;
  background-color: #34b93d;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 5px;
  content: " ";
  -webkit-transition: opacity ease 0.5;
  -moz-transition: opacity ease 0.5;
  transition: opacity ease 0.5;
}
.checkpaymodepro .check-box::before {
  top: 12px;
  left: 9px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.checkpaymodepro .check-box::after {
  top: 7px;
  left: 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.check-box.checked,
.checkpaymodepro input[type="checkbox"]:checked + .check-box {
  border-color: #34b93d;
}
.check-box.checked::after,
.checkpaymodepro input[type="checkbox"]:checked + .check-box::after {
  height: 50px;
  -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
  -o-animation: dothabottomcheck 0.2s ease 0s forwards;
  -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
  animation: dothabottomcheck 0.2s ease 0s forwards;
}
.check-box.checked::before,
.checkpaymodepro input[type="checkbox"]:checked + .check-box::before {
  height: 120px;
  -moz-animation: dothatopcheck 0.4s ease 0s forwards;
  -o-animation: dothatopcheck 0.4s ease 0s forwards;
  -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
  animation: dothatopcheck 0.4s ease 0s forwards;
}
.checkpaymodeprosec:active .check-box,
.checkpaymodeprosec:focus .check-box,
.checkpaymodeprosec:hover .check-box {
  visibility: visible;
}
.checkpaymodeprosec input[type="checkbox"] {
  display: none;
}
.checkpaymodeprosec .check-box {
  height: 20px;
  width: 20px;
  margin-bottom: -4px;
  background-color: transparent;
  border: solid 1.5px #b0b7ba;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  cursor: pointer;
}
.check-box::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 2px;
  background-color: #3341b5;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 50px;
  content: " ";
  -webkit-transition: opacity ease 0.5;
  -moz-transition: opacity ease 0.5;
  transition: opacity ease 0.5;
}
.checkpaymodeprosec .check-box::before {
  top: 12px;
  left: 9px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.checkpaymodeprosec .check-box::after {
  top: 8px;
  left: 2px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.check-box.checked::after,
.checkpaymodeprosec input[type="checkbox"]:checked + .check-box::after {
  height: 10px;
  width: 10px;
}
.border-bg {
  border: solid 1px #e8e8e8;
  background-color: #f7f9fa;
}
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 16%;
  z-index: 9;
}
.info-custome:before {
  content: url(../images/frontend/info-icon.svg) !important;
  vertical-align: middle;
}
.license-price {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: left;
  color: #c33697;
  padding-left: 30px;
  display: inline;
  float: right;
}
.methodcir {
  background: #fb903f;
  color: #fff;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  padding: 8px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
.methdprojcick {
  color: #0b2c58;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
}
.methdprojcickpara {
  color: #9ba3af;
  font-size: 14px;
}
.methrightdv {
  width: 90%;
  float: right;
}
.methleftdv {
  width: 10%;
  float: left;
  margin-top: -8px;
}
.m1 {
  border-left: 1px dashed #ff8d07;
  height: 70px;
  position: absolute;
  margin-left: 24px;
  top: 5%;
}
.m2 {
  border-left: 1px dashed #ff8d07;
  height: 85px;
  position: absolute;
  margin-left: 24px;
  top: 8%;
}
.m3 {
  border-left: 1px dashed #ff8d07;
  height: 73px;
  position: absolute;
  margin-left: 24px;
  top: 12%;
}
.fortunbuspara {
  color: #485875;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 24px;
  margin: 0 0 5px;
}
.secdatasource {
  background: #f5f7f9;
  padding: 20px 20px;
  font-size: 20px;
  color: #132c58;
  font-weight: 600;
}
.dataestimation {
  padding: 10px 20px;
  background: #0b2c58;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
#exTab1 .tab-content {
  color: #516789;
  background-color: #f1f8ff;
  padding: 15px 15px;
}
#exTab1 .nav-pills > li > a {
  border-radius: 0;
}
#exTab1 .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #1e68a9 !important;
  color: #fff !important;
  border-radius: 0;
  border-color: #fff !important;
}
#exTab1 .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 15px solid transparent;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid #1e68a9;
  margin-top: 28px;
  margin-left: 75px;
}
#mthdlgy-insd-tabs li a.nav-link {
  cursor: pointer;
}
#exTab1 .topdclr {
  background: #c6f5ff;
  color: #000;
}
#exTab1 .primryclr {
  background: #fee7b5;
  color: #000;
}
#exTab1 .botdclr {
  background: #6db0ea;
  color: #000;
}
#exTab1 .nav-tabs .nav-item {
  width: 33.33%;
}
.pritabcir {
  color: #1e68a9;
  font-size: 6px !important;
  margin-top: 8px;
}
.dataestimtab {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.79;
  letter-spacing: 0.3px;
  text-align: left;
  color: #334a6f;
  display: inline-flex;
  width: 100%;
  margin: 0;
}
.dataestimtab span {
  display: flex;
  margin-left: 10px;
}
.reportcatehd span {
  display: none;
}
.tooltip-inner {
  background: #10103f;
  font-family: Poppins;
  font-size: 12px;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #10103f;
}
.orng-div-wrap {
  background-color: #ff8d07;
  padding: 25px 30px 30px;
  color: #fff;
}
.ask-que-txt {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: 0.6px;
}
.ask-buy-btn {
  border: 1px solid #fff;
  border-radius: 0;
  padding: 18px 60px 17px 60px;
  color: #fff;
  position: relative;
  margin-top: 15px;
}
.ask-get-smpl-btn {
  border: 1px solid #fff;
  border-radius: 0;
  margin-left: 15px;
  padding: 17px 25px 17px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
}
.ask-buy-btn:hover,
.ask-get-smpl-btn:hover {
  background: #fff;
  color: #ff8d07;
  border: 1px solid #fff;
}
.thank-you-sec {
  background: #e6e8f0;
  padding: 7rem 0 11rem 0;
}
.thank-you-padd {
  margin-top: 10%;
}
.thankyouhd {
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  color: #3341b5;
}
.thankyoupara {
  text-align: center;
  text-align: center;
  color: #10103f;
  font-size: 16px;
  letter-spacing: 0.3px;
  padding: 0 12%;
  line-height: 25px;
}
.thankuthumb {
  color: #c33697;
  font-size: 120px !important;
  background: #f0f0f0;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  padding: 2px;
  text-align: center;
  margin: 0 auto;
  display: block !important;
  margin-bottom: 30px;
}
.sample-banner-heading {
  font-family: Poppins;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}
.samplereport-form .form-group:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.form-control {
  border: solid 1px #e8e8e8;
  border-radius: 2px;
  height: 48px;
}
.samplereport-form label {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.21px;
  text-align: left;
  color: #10182f;
  margin-bottom: 3px;
}
.samplereport-form label span {
  font-weight: 400;
  color: #6b777d;
}
.sample-purchase-wrapper {
  padding: 10px 20px 25px 20px;
  background-color: #10103f;
  opacity: 0.95;
  box-shadow: 0 0 15px 0 rgba(108, 113, 136, 0.1);
  border-radius: 3px;
}
.sample-purchase-wrapper .reportpayment {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.45px;
  color: #fff;
  background-color: #10103f;
  padding: 0 0 20px 0;
}
.sample-purchase-wrapper .datedtar {
  opacity: 0.9;
  background-color: #eaf0fd;
  padding: 10px 15px 10px 15px;
  margin-bottom: 30px;
}
.sample-purchase-wrapper .meta-details span {
  opacity: 0.7;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.22px;
  text-align: left;
  color: #10182f;
}
.sample-purchase-wrapper .meta-details {
  font-family: Poppins;
  font-size: 16px !important;
  font-weight: 600 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56 !important;
  letter-spacing: 0.26px !important;
  text-align: left;
  color: #10182f !important;
}
.sample-purchase-wrapper .vertical-divider {
  opacity: 0.5;
  border-right: solid 1px #707070;
}
.background-blue {
  border-radius: 3px;
  background-color: #2f3886;
}
.sample-purchase-wrapper .checkpaymode,
.sample-purchase-wrapper .checkpaymodeprosec {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.27px;
  text-align: left;
  color: #fff;
}
.sample-purchase-wrapper .checkpaymode .check-box,
.sample-purchase-wrapper .checkpaymodeprosec .check-box {
  background-color: #fff;
}
.sample-purchase-wrapper .check-box::after {
  background-color: #c33697;
}
.sample-purchase-wrapper .license-price {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.33px;
  text-align: left;
  color: #fff;
}
.sample-purchase-wrapper .info-custome:before {
  content: url(../images/frontend/info-icon-white.svg) !important;
  vertical-align: middle;
  opacity: 0.7;
}
.sample-purchase-wrapper .buynowdv {
  border-radius: 3px;
}
.sample-price-b {
  font-size: 14px;
  font-weight: 400;
  padding-left: 25px;
}
.or-wrapper {
  position: absolute;
  top: 108px;
  right: -28px;
  background: #fff;
  border-radius: 50px;
  z-index: 5;
  padding: 5px;
}
.or-wrapper p {
  margin: 0;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #c33697;
  border: solid 2px #c33697;
  border-radius: 50px;
  /* padding: 7px 8px; */
  padding: 7px 12px;
}
.sample-purchase-wrapper .buynowdv:hover {
  background: #fff;
  color: #3341b5;
}
.sample-purchase-wrapper .buynowdv:hover a {
  color: #c33697 !important;
}
.sample-whats-included-section {
  padding-top: 25px;
  padding-bottom: 40px;
}
.samplereport-client .slick-prev {
  position: absolute;
  bottom: -60px;
  left: 0;
}
.last-sample-checkpaymodeprosec {
  padding-top: 0;
  padding-bottom: 15px;
}
.samplereport-client .slick-next {
  position: absolute;
  left: 40px;
  bottom: -60px;
}
.client-wrapper {
  opacity: 0.95;
  box-shadow: 0 0 15px 0 rgba(108, 113, 136, 0.1);
  background-color: #fff;
  padding: 20px;
  margin-top: 30px;
}
.client-wrapper .sec-head {
  color: #0f172f;
}
.samplereport-client {
  padding-bottom: 35px;
}
.samplereport-client .slick-slide div:first-child {
  margin-bottom: 10px;
}
.sample-report-download .tabcontent {
  box-shadow: 0 0 15px 0 rgba(108, 113, 136, 0.1);
}
.detail-client .slick-list {
  margin-bottom: 25px;
}
.detail-client {
  background: #fff !important;
}
.pt-no {
  pointer-events: none;
}
.navbar-toggler {
  background-image: url(../images/frontend/hamburger-icon.svg);
  background-repeat: no-repeat;
  border: none !important;
  border-radius: 0 !important;
}
.navbar-collapse.collapse.show {
  background: #fff;
  margin-top: -3px;
}
.navbar-collapse.collapse.show .main-menu .nav-item .nav-link {
  line-height: 30px;
}
.navbar-collapse.collapse.show .headsearchicon {
  display: none;
}
.tp-seling-rprts-sec span.slick-prev {
  position: absolute;
  left: 47%;
  background: 0 0;
  border: unset;
}
.tp-seling-rprts-sec span.slick-next {
  position: absolute;
  right: 47%;
  background: 0 0;
  border: unset;
}
.our-client-sec span.slick-prev {
  position: absolute;
  left: 47%;
  background: 0 0;
  border: unset;
}
.our-client-sec span.slick-next {
  position: absolute;
  right: 47%;
  background: 0 0;
  border: unset;
}
.testimonial-div span.slick-prev {
  position: absolute;
  left: 47%;
  background: 0 0;
  border: none !important;
}
.testimonial-div span.slick-next {
  position: absolute;
  right: 47%;
  background: 0 0;
  border: unset;
  border: none !important;
}
span.slick-next:focus,
span.slick-prev:focus {
  border: transparent;
}
.tp-seling-rprts-sec .slick-list {
  padding-bottom: 35px;
}
@media (min-width: 1366px) {
  .catesecpad .tabs ul li:nth-child(-n + 5) {
    display: inline-block !important;
  }
  .container {
    min-width: 1280px;
  }
}
@media (min-width: 1400px) {
  .container {
    min-width: 1370px;
  }
  .tp-seling-rprts-sec span.slick-prev {
    position: absolute;
    left: 47%;
    background: 0 0;
    border: unset;
  }
  .tp-seling-rprts-sec span.slick-next {
    position: absolute;
    right: 47%;
    background: 0 0;
    border: unset;
  }
  .our-client-sec span.slick-prev {
    position: absolute;
    left: 47%;
    background: 0 0;
    border: unset;
  }
  .our-client-sec span.slick-next {
    position: absolute;
    right: 47%;
    background: 0 0;
    border: unset;
  }
  .testimonial-div span.slick-prev {
    left: 46%;
  }
  .testimonial-div span.slick-next {
    right: 46%;
  }
}
@media only screen and (max-width: 414px) {
  .headsearchicon {
    padding: 11px 0 11px 11px !important;
    margin-right: -45px !important;
  }
}
@media only screen and (max-width: 767px) {
  .banner-background {
    background-image: url(../images/frontend/mobile-banner-img.jpg);
    background-size: cover;
    height: 390px;
  }
  .banner-text {
    margin-left: 0 !important;
  }
  .banner-text h1 {
    font-size: 17px;
  }
  .banner-search {
    margin-top: 0 !important;
  }
  .banner-search p {
    font-size: 12px;
  }
  .banner-search input {
    width: 220px;
    height: 37px;
  }
  .search-form button {
    /* left: -95px; */
    left: -73px;
    border-radius: 5px;
    height: 31px;
    padding: 4px 5px;
  }
  .catesecpad .tabbed-content .item.active .item-content {
    padding-top: 10px;
  }
  .categlobbor {
    padding: 20px 10px 10px 10px !important;
  }
  .date-div p {
    margin-left: 0;
    margin-top: -8px !important;
  }
  .star-div {
    margin-top: -8px !important;
  }
  .catviewbtnmar {
    margin-top: 35px !important;
  }
  .tp-seling-rprts-sec span.slick-prev {
    position: absolute;
    left: 40%;
    background: 0 0;
    border: unset;
  }
  .tp-seling-rprts-sec span.slick-next {
    position: absolute;
    right: 40%;
    background: 0 0;
    border: unset;
  }
  .our-client-sec span.slick-prev {
    position: absolute;
    left: 40%;
    background: 0 0;
    border: unset;
  }
  .our-client-sec span.slick-next {
    position: absolute;
    right: 40%;
    background: 0 0;
    border: unset;
  }
  .testimonial-div span.slick-prev {
    position: absolute;
    left: 38%;
    background: 0 0;
    border: none !important;
  }
  .testimonial-div span.slick-next {
    position: absolute;
    right: 40%;
    background: 0 0;
    border: unset;
    border: none !important;
  }
  .latst-news-testmnil-sec .slick-dots,
  .tp-seling-rprts-sec .slick-dots {
    display: none !important;
  }
  .cta-sec {
    background-color: #2f3886;
    border-radius: 25% 25% 0 0;
  }
  section.tp-seling-rprts-sec.section-pd {
    background-image: linear-gradient(to bottom, #a22b66, #4c357e);
    background-size: 100% 100%, cover;
  }
}
.small-tab-display-none {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-text h1 {
    font-size: 20px !important;
  }
  .row.mg-tp-30.banner-search {
    margin-top: 20px;
  }
  .banner-search p {
    font-size: 16px;
  }
  .banner-search input {
    width: 326px !important;
    height: 55px;
  }
  .search-form button {
    /* left: -138px; */
    left: -118px;
  }
  .banner-background {
    background-position: 48%;
  }
  .catesecpad .tabbed-content .item.active .item-content {
    padding: 10px 0 !important;
  }
  .categlobbor {
    padding: 35px 15px 42px 15px !important;
    padding: 20px 15px 15px 15px !important;
  }
  .star-div {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .catviewbtnmar {
    margin-top: 35px !important;
  }
  img.why-choose-us-img {
    vertical-align: middle !important;
    width: 619px !important;
    z-index: 9;
    margin-bottom: -75px;
    text-align: center;
    float: none;
  }
  .why-choose-img {
    text-align: center;
    z-index: 3;
  }
  .why-choose-cntnt {
    padding-left: 20px;
    padding-right: 20px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #2f3886;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 50px;
    z-index: 2;
  }
  .tp-seling-rprts-sec span.slick-prev {
    position: absolute;
    left: 42%;
    background: 0 0;
    border: unset;
  }
  .tp-seling-rprts-sec span.slick-next {
    position: absolute;
    right: 45%;
    background: 0 0;
    border: unset;
  }
  .our-client-sec span.slick-prev {
    position: absolute;
    left: 42%;
    background: 0 0;
    border: unset;
  }
  .our-client-sec span.slick-next {
    position: absolute;
    right: 45%;
    background: 0 0;
    border: unset;
  }
  .testimonial-div span.slick-prev {
    position: absolute;
    left: 39%;
    background: 0 0;
    border: none !important;
  }
  .testimonial-div span.slick-next {
    position: absolute;
    right: 45%;
    background: 0 0;
    border: unset;
    border: none !important;
  }
  .latst-news-testmnil-sec .slick-dots,
  .tp-seling-rprts-sec .slick-dots {
    display: none !important;
  }
  .section-pd {
    padding-bottom: 100px !important;
  }
  .rport-name-div {
    min-height: 10.5em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .banner-text {
    padding: 50px 60px !important;
    margin-left: 0 !important;
  }
  .banner-text h1 {
    font-size: 28px !important;
  }
  .banner-search input {
    width: 368px !important;
    height: 55px;
  }
  .categlobbor {
    padding: 25px 5px 20px 4px;
  }
  .star-div {
    padding-left: 10px !important;
    margin-top: -8px !important;
    padding-right: 1px !important;
  }
  .date-div p {
    font-size: 11px;
    margin-left: 0;
    margin-top: -8px !important;
  }
  img.why-choose-us-img {
    position: absolute;
    margin-top: 30%;
    vertical-align: middle !important;
    width: 619px !important;
    z-index: 9;
    margin-left: 65px;
  }
  .why-choose-cntnt {
    padding-left: 100px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background-color: #2f3886;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .headsearchicon {
    padding-left: 2px;
    padding-right: 0;
  }
  .main-menu .nav-item .nav-link {
    padding-right: 16px;
    margin-right: 18px;
    margin-left: 5px;
  }
  .navbar-nav {
    border-right: unset;
  }
  .main-menu .nav-item .nav-link::after {
    transform: scale(0.6);
    padding: 0;
  }
  .phone-no {
    margin-left: 5px;
  }
  .banner-background {
    background-position: 65%;
  }
  .banner-text h1 {
    font-size: 29px !important;
  }
  .banner-search input {
    width: 385px !important;
    height: 55px;
  }
  .search-form button {
    /* left: -138px; */
    left: -118px;
  }
  .rport-name-div {
    min-height: 10.5em;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
  .banner-text h1 {
    font-size: 29px !important;
  }
  .banner-search input {
    width: 460px !important;
    height: 55px;
  }
  .catesecpad .tabs ul {
    width: 85%;
    display: inline-block;
  }
  .catesecpad .tabs ul li {
    display: none !important;
  }
  .catesecpad .tabs ul li:nth-child(-n + 4) {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1399px) {
  .viewsamplebtn.listing-page {
    padding: 5px 15px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1440px) {
  .banner-text h1 {
    font-size: 40px;
  }
  .banner-search input {
    width: 510px;
  }
  .tp-seling-rprts-sec span.slick-prev {
    left: 47%;
  }
  .tp-seling-rprts-sec span.slick-next {
    right: 47%;
  }
  .our-client-sec span.slick-prev {
    left: 47.2%;
  }
  .our-client-sec span.slick-next {
    right: 47.2%;
  }
  .testimonial-div span.slick-prev {
    left: 45.5%;
  }
  .testimonial-div span.slick-next {
    right: 45.5%;
  }
}
@media (max-width: 1025px) {
  .display-none-tab {
    display: none !important;
  }
  .tp-seling-rprts-sec span.slick-prev {
    left: 46%;
  }
  .tp-seling-rprts-sec span.slick-next {
    right: 46%;
  }
  .our-client-sec span.slick-prev {
    left: 46%;
  }
  .our-client-sec span.slick-next {
    right: 46%;
  }
  .cntnt-holder {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tp-seling-rprts-sec .slide-content {
    min-height: 235px;
  }
  .testimonial-div span.slick-next {
    right: 44%;
  }
  .testimonial-div span.slick-prev {
    left: 44%;
  }
}
@media (max-width: 768px) {
  .small-tab-display-none {
    display: block;
    margin-top: 3px;
  }
  .tab-small-display-none {
    display: none;
  }
  .tp-seling-rprts-sec span.slick-prev {
    left: 45%;
  }
  .tp-seling-rprts-sec span.slick-next {
    right: 45%;
  }
  .our-client-sec span.slick-prev {
    left: 45%;
  }
  .our-client-sec span.slick-next {
    right: 45%;
  }
  .tab-row {
    margin-bottom: -10px;
  }
  .catesecpad .item::before {
    margin-top: 0 !important;
  }
  .cta-sec {
    padding-top: 55px !important;
    padding-bottom: 60px !important;
  }
  .testimonial-div span.slick-next {
    right: 42%;
  }
  .testimonial-div span.slick-prev {
    left: 42%;
  }
}
@media (max-width: 760px) {
  .tp-seling-rprts-sec .slick-list {
    padding-bottom: 25px;
  }
  .banner-search input {
    width: 240px;
  }
  .mob-display-none {
    display: none !important;
  }
  .mob-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .mob-margin-b-9 {
    margin-bottom: 9px !important;
  }
  .banner-search input {
    padding: 10px 92px 10px 10px;
  }
  .banner-text {
    position: relative;
    top: -63px;
  }
  img.why-choose-us-img {
    vertical-align: middle !important;
    width: 619px !important;
    z-index: 9;
    margin-bottom: -75px;
    text-align: center;
    float: none;
  }
  .why-choose-img {
    text-align: center;
    z-index: 3;
  }
  .why-choose-cntnt {
    padding-left: 20px;
    padding-right: 20px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #2f3886;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 60px;
    z-index: 2;
  }
  .tp-seling-rprts-sec span.slick-prev {
    left: 44%;
  }
  .tp-seling-rprts-sec span.slick-next {
    right: 44%;
  }
  .tab-row {
    margin-bottom: 30px !important;
  }
  .tp-seling-rprts-sec span.slick-prev {
    left: 40%;
  }
  .tp-seling-rprts-sec span.slick-next {
    right: 40%;
  }
  .our-client-sec span.slick-prev {
    left: 40%;
  }
  .our-client-sec span.slick-next {
    right: 40%;
  }
  pa .testimonial-div span.slick-prev {
    left: 39.5%;
  }
  .testimonial-div span.slick-next {
    right: 39.5%;
  }
  .testimonial-div {
    padding: 44px 38px 75px 25px;
  }
  section.why-choose-us-sec {
    padding-bottom: 5px;
  }
  .mob-margin-t-20 {
    margin-top: 20px;
  }
  .img-hldr img {
    width: 80px;
  }
  .catesecpad .tabbed-content .item.active .item-content {
    margin-bottom: 15px;
  }
  .catecolbor {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .catebutton.pull-right {
    margin-top: 0 !important;
  }
}
@media (max-width: 360px) {
  .banner-search input {
    width: 228px;
  }
}
@media (max-width: 320px) {
  .banner-search input {
    width: 200px;
  }
}
@media (max-width: 1024px) and (min-width: 800px) {
  .catesecpad .tabs ul {
    width: 80% !important;
    display: inline-block !important;
  }
  .catesecpad .tabs ul li {
    display: none !important;
  }
  .catesecpad .tabs ul li:nth-child(-n + 3) {
    display: inline-block !important;
  }
  img.why-choose-us-img {
    z-index: 9;
    float: right;
    margin-right: -90px;
  }
  .why-choose-img {
    z-index: 3;
  }
  .why-choose-cntnt {
    padding-left: 100px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background-color: #2f3886;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 2;
  }
}
@media (min-width: 1024px) {
  .catesecpad .tabbed-content.tabs-side .tabs li {
    margin-right: 4px !important;
  }
  .hide-menu-dd {
    margin-right: 10px !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .banner-text {
    margin-top: -10px;
  }
}
@media (max-width: 1300px) and (min-width: 1200px) {
  .testimonial-div span.slick-prev {
    left: 45.5%;
  }
  .testimonial-div span.slick-next {
    right: 45.5%;
  }
}
@media (min-width: 1280px) {
  .search-form button {
    font-size: 19px;
    font-weight: 700;
    /* left:-158px */
    left: -128px;
  }
  .search-form button i {
    margin-right: 5px;
  }
  .banner-search input {
    padding: 10px 157px 10px 10px;
  }
  .font-size-32 {
    font-size: 32px;
  }
  .catesecpad .tabs ul {
    width: 85%;
    display: inline-block;
  }
  .catesecpad .tabs ul li {
    display: none !important;
  }
  .catesecpad .tabs ul li:nth-child(-n + 4) {
    display: inline-block !important;
  }
  img.why-choose-us-img {
    width: 619px !important;
    height: 500px;
    z-index: 9;
    float: right;
    margin-right: -90px;
  }
  .why-choose-img {
    z-index: 3;
  }
  .why-choose-cntnt {
    padding-left: 100px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background-color: #2f3886;
    background-repeat: no-repeat;
    /* padding-top: 45px;
    padding-bottom: 63px; */
    padding-top: 80px;
    padding-bottom: 80px;
    z-index: 2;
  }
  .our-client-sec {
    padding-top: 95px !important;
    padding-bottom: 120px !important;
  }
  .cta-sec {
    padding-top: 52px !important;
    padding-bottom: 50px !important;
  }
  .star-div {
    padding-left: 22px;
    padding-right: 22px;
  }
  .catecolbor {
    padding: 15px;
  }
  .tp-seling-rprts-sec .slide-content {
    margin: 0 15px;
  }
}
@media (min-width: 1366px) {
  .catesecpad {
    padding: 0 0 10px;
  }
  img.why-choose-us-img {
    width: 619px !important;
    height: auto;
    z-index: 9;
    float: right;
    margin-right: -130px;
  }
  .why-choose-img {
    z-index: 3;
  }
  .why-choose-cntnt {
    padding-left: 150px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background-color: #2f3886;
    background-repeat: no-repeat;
    /* padding-top: 35px;
    padding-bottom: 52px; */
    padding-top: 80px;
    padding-bottom: 80px;
    z-index: 2;
  }
  .star-div {
    padding-left: 37px;
    padding-right: 37px;
  }
}
@media (min-width: 1400px) {
  .star-div {
    padding-left: 50px;
    padding-right: 50px;
  }
  .tp-seling-rprts-sec span.slick-prev {
    left: 47.5%;
  }
  .tp-seling-rprts-sec span.slick-next {
    right: 47.5%;
  }
  .our-client-sec span.slick-prev {
    left: 47.5%;
  }
  .our-client-sec span.slick-next {
    right: 47.5%;
  }
  .testimonial-div span.slick-prev {
    left: 46%;
  }
  .testimonial-div span.slick-next {
    right: 46%;
  }
}
@media (min-device-width: 1440px) {
  .star-div {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .banner-background {
    height: 448px;
  }
}
@media (min-width: 1590px) {
  .star-div {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1600px) {
  .banner-background {
    height: 500px;
  }
  .catesecpad .tabs ul li:nth-child(-n + 5) {
    display: inline-block !important;
  }
  .star-div {
    padding-left: 30px;
    padding-right: 30px;
  }
  .tp-seling-rprts-sec span.slick-prev {
    left: 47.5%;
  }
  .tp-seling-rprts-sec span.slick-next {
    right: 47.5%;
  }
  .our-client-sec span.slick-prev {
    left: 47.5%;
  }
  .our-client-sec span.slick-next {
    right: 47.5%;
  }
  .testimonial-div span.slick-prev {
    left: 46.5%;
  }
  .testimonial-div span.slick-next {
    right: 46.5%;
  }
}
@media (min-width: 1800px) {
  .banner-background {
    height: 560px;
  }
  .tp-seling-rprts-sec span.slick-prev {
    left: 47.5%;
  }
  .tp-seling-rprts-sec span.slick-next {
    right: 47.5%;
  }
  .our-client-sec span.slick-prev {
    left: 47.5%;
  }
  .our-client-sec span.slick-next {
    right: 47.5%;
  }
  .testimonial-div span.slick-prev {
    left: 47%;
  }
  .testimonial-div span.slick-next {
    right: 47%;
  }
}
@media (min-width: 1900px) {
  .banner-background {
    height: 600px;
  }
  .star-div {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.our-client-sec span.slick-next,
.our-client-sec span.slick-prev {
  bottom: -80px;
}
.detail-client {
  padding-top: 0 !important;
}
.detail-client span.slick-next,
.detail-client span.slick-prev {
  bottom: -80px;
}
span.slick-prev {
  bottom: -30px;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-menu {
  margin-top: 0;
  right: 0;
  left: auto;
}
.dropdown-menu-desk.dropdown {
  padding-bottom: 55px;
}
#dropdownMenuButton {
  margin-bottom: -51px;
}
.dropdown-menu-desk.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
.btntoggel-icon {
  background-image: url(../images/frontend/hamburger-icon.svg);
  background-repeat: no-repeat;
  border: none !important;
  border-radius: 0 !important;
  background-size: contain;
}
.dropdown-menu-desk.dropdown .dropdown-item {
  color: #10103f;
  font-size: 14px;
}
.dropdown-menu-desk .dropdown-item:focus,
.dropdown-menu-desk .dropdown-item:hover {
  color: #3341b5;
}
.dropdown-menu-desk.dropdown .dropdown-item.active,
.dropdown-menu-desk.dropdown .dropdown-item:active {
  background-color: #3341b5;
  color: #fff;
}
.font-size-16 {
  font-size: 16px !important;
  font-weight: 600 !important;
}
@media (max-width: 900px) {
  .dropdown-menu-desk {
    display: none;
  }
  .font-size-16 {
    margin-top: 10px;
  }
}
@media (max-width: 656px) {
  .font-size-16 {
    margin-top: 10px;
  }
}
.font-inherit {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: inherit;
  display: inline;
}
.report-listing-sec .about-info h1,
.report-listing-sec .about-info h2,
.report-listing-sec .about-info h3,
.report-listing-sec .about-info p {
  display: inline;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.59;
  letter-spacing: normal;
  text-align: left;
  color: #10182f;
  font-weight: 400 !important;
}
.report-listing-sec .about-info {
  font-weight: 400 !important;
  margin-bottom: 15px;
}