/*request sample----------------------------*/

.innerpage .container {
  padding-top: 15px !important;
}

.whitebox {
  background: #fff;
  padding: 6px 15px;
  margin-top: 13px;
  border-radius: 10px;
  box-shadow: 0px 0 30px rgba(255, 0, 0, 1);
}
.whitebox h1 {
  font-size: 20px !important;
  font-weight: 700;
  color: #112a46;
  margin-bottom: 20px;
}

.whitebox2 {
  background: #ffffff;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: -32px;
  box-shadow: none;
}
.whitebox2 p {
  margin-bottom: 5px;
}

.request-pdf {
  margin: 0 10px 0 0;
  font-size: 14px;
  padding: 22px 0;
}
.buybtn {
  display: block;
  margin: 0 5px 0 9px;
}

.choose {
  margin: 0 5px;
}

.buybox select {
  margin: 0 5px;
}

.reportbook {
  float: right;
  margin-right: 19px;
  margin-top: 20px;
  margin-left: 22px;
}

.marquee {
  font-size: 14px;
  color: #ffffff;
}

.requestsample marquee {
  margin-top: 5px;
  font-size: 14px;
  color: #ffffff;
}

.requestsampleform {
  background: url("../img/sample-request-bg.png") no-repeat left top;
  padding: 10px 0;
}

.formbox {
  background: #ffffff;
  padding: 20px;
  /* box-shadow: 0 0 10px rgba(0,0,0,0.1) */
}

.formbox .form-control {
  border: none;
  border-bottom: 0.5px solid #000;
  border-radius: 0;
  padding: 2px 0;
}

.formbox .form-control:focus {
  color: #102843;
  background-color: #fff;
  border-color: #102843;
  outline: 0;
  box-shadow: none;
}
.formbox .form-group {
  margin-bottom: 0;
}
.formbox .form-group > label {
  bottom: 34px;
  left: 0;
  position: relative;
  font-size: 12px;
  transition: 0.2s;
  pointer-events: none;
  color: #999999;
}

.formbox .form-control:focus ~ label {
  bottom: 55px;
  left: 0;
  font-size: 12px;
  color: #999999;
}

.formbox .form-control:valid ~ label {
  bottom: 55px;
  left: 0;
  font-size: 16px;
  color: #999999;
}
.button {
  background: #ff0000;
  border: 2px solid #ff0000;
  border-radius: 5px;
  padding: 7px 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.button:hover {
  background: #ffffff;
  color: #102843;
  border: 2px solid #ff0000;
}

.bluebox {
  background: #500000;
  color: #ffffff;
  padding: 20px 25px;
}

.direct {
  padding: 25px 0;
  border-top: 1px solid #ff0000;
  margin-top: 20px;
  display: block;
}

.direct label {
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}
.direct label span {
  display: inline-block;
  float: right;
  padding: 2px 15px;
  border: 2px solid #ff0000;
  border-radius: 5px;
}

.leftpanel h2 {
  font-size: 18px;
  /*text-transform: uppercase;*/
  font-weight: 700;
  margin-top: 10px;
}
.captcha {
  /* margin-top: 5px; */
  margin-left: 10px;
  margin-right: 10px;
  background-image: url(../img/catp.png);
  font-size: 18px;
  font-weight: bold;
}

.chk-hr {
  margin-top: 10px;
  margin-bottom: 8px;
  border: 0;
  border-top: 1px solid rgb(255 255 255);
}
.btn-payment {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  vertical-align: top;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px 3px 3px 3px;
}
.btn-payment:hover {
  background-color: white;
}

.reporttitle-mobile a {
  color: #000;
  font-weight: 700;
  text-align: justify;
}
.reportslinks {
  margin-bottom: 0.4rem;
  font-size: 14px;
}

.reporttitle-mobile a:hover {
  color: #ff0000;
}

.whitebox123 {
  min-height: 140px;
}
.iti-flag.ds {
  height: 10px;
  background-position: -242px 0;
}
.iti-flag.gk {
  height: 14px;
  background-position: -1863px 0;
}
.iti-flag.ty {
  height: 14px;
  background-position: -5566px 0;
}
.reportbook {
  margin-top: 3px;
  float: right;
  margin-right: 4px;
  margin-left: 21px;
}
.select2-container--default .select2-selection--single {
  border: none;
  border-radius: unset;
}
.select2 {
  margin-top: 8px;
  /* border-bottom: 2px solid;
    border-color: #cccccc; */
}
.formbox .form-group {
  margin-bottom: -15px;
}
.before-message {
  margin-bottom: -4px !important;
}
@media (max-width: 575px) {
  .whitebox h1.reporttitle-mobile {
    font-size: 14px !important;
  }
  #me-desc {
    font-size: 12px;
  }
  .formbox .form-group {
    margin-bottom: 0;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    width: 7% !important;
  }
}

.select2-container--default .select2-selection--single {
  border: unset !important;
}
.tabsection {
  margin-top: 12px;
}

.tabsection .navtop {
  border-bottom: 5px solid #500000;
}

.tabsection .nav-pills .nav-link {
  border-radius: 0;
  background: #dadfe5;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 25px;
  margin-right: 5px;
}

.position-sticky {
  top: 71px;
  background: #fff;
  z-index: 100;
}

.tabsection .nav-pills .nav-link:hover {
  color: #ff0000;
  background: #f1f1f1;
}

.tabsection .nav-pills .nav-link.active,
.tabsection.nav-pills .show > .nav-link,
.tabsection.nav-pills .show > .nav-link:hover {
  background: #000000;
  color: #fff;
}

.tabsection .tab-content {
  padding: 20px;
}

.tabsection .tab-content h2 {
  font-size: 18px;
  font-weight: 700;
  color: #0f2640;
  text-transform: uppercase;
  margin: 20px 0;
  text-decoration: underline;
}

.reportimg {
  padding: 30px 0;
}

.requestbtn .nav-link {
  display: none;
}

.sticky-element .requestbtn .nav-link {
  display: block;
  background: #0f2640;
  color: #fff;
}

.sticky-element .hidesticky {
  display: none;
}

.reportsubtitle {
  font-style: italic;
  color: #455f7c;
}
/*    .or{
        position: absolute;
        display: block;
        text-align: center;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        color: #112a46;
        background: #fff;
        border: 2px solid #028aca;
        left: -30px;
        top: 40%;
        font-size: 24px;
        font-weight: 700;
        padding: 10px;
        z-index: 1;
    }*/
.or {
  position: absolute;
  display: block;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #112a46;
  background: #fff;
  border: 2px solid #ff0000;
  left: -16px;
  top: 42%;
  font-size: 17px;
  font-weight: 700;
  padding: 8px;
  z-index: 1;
}
.hidden-desktop {
  display: block;
}
@media (max-width: 767px) {
  .or {
    display: none;
  }
  .hidden-desktop {
    display: none;
  }
  .reports_tabs_button h1 {
    font-size: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .or {
    display: none;
  }
  .hidden-desktop {
    display: none;
  }
}
.press-release {
  border-radius: 10px;
  border: 1px solid #000;
  padding: 6px 0 5px 30px;
  position: relative;
  margin-bottom: 22px;
}
.basicSlider section {
  padding: 0px 0;
  overflow: hidden;
}
.keyplayers {
  width: auto;
  height: 20px;
  position: absolute;
  padding: 0 10px;
  top: -12px;
  left: 25%;
  background: none !important;
  background-color: #fff !important;
  font-size: 14px;
}
@media (max-width: 500px) {
  .keyplayers {
    left: 2% !important;
    right: 2% !important;
    text-align: center;
    font-size: 12px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .btn-payment-ccavenue {
    padding: 4px;
  }
}

.basicSlider {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 0 5px 0;
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
}

.basicSlider .MS-content .item {
  display: inline-block;
  width: 12%;
  padding: 0 20px;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 25px;
  vertical-align: middle;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 991px) {
  .basicSlider .MS-content .item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .basicSlider .MS-content .item {
    width: 35%;
    border-right: 1px solid #e6e6e6;
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .basicSlider .MS-content .item {
    text-align: center;
  }
}

.basicSlider .MS-content .item img {
  line-height: 20px;
  vertical-align: middle;
  width: 90px;
  height: 30px;
}
.basicSlider .MS-controls button {
  position: absolute;
}
.basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}
.basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}

.radioColor {
  accent-color: #ff0000;
}

.report_paraTitle {
  font-size: 14px;
  font-family: sans-serif;
  margin-bottom: 0.5rem !important;
}

.reportslinks span {
  padding: 0 8px;
  display: inline-block;
}

.report_paraTitle {
  font-size: 14px;
  font-family: sans-serif;
  margin-bottom: 0.5rem !important;
}

.published_cover {
  padding: 0;
}

.published_cover ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.published_cover ul li {
  padding: 0 0 5px;
  margin: 0;
  font-size: 13.5px;
}

.published_cover ul li label {
  width: 100%;
  display: block;
  font-weight: 700;
  margin-bottom: -2px;
  margin-top: 0;
}

.bookcover img {
  margin: 0 !important;
}

.pages_labels {
  display: contents !important;
}

.adress-box {
  text-align: center;
  color: #1f1f1e;
  font-size: 14px;
  margin-bottom: 20px;
}

.adress-box ul {
  padding-left: 0;
  margin-left: 0;
}

.adress-box .heading {
  background: #500000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 8px;
  font-weight: 700;
  border-bottom: 2px solid #ff0000;
}
.adress-box .list-group-item {
  padding: 6px 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.pdl15 {
  padding-left: 15px !important;
}

.address-media-font .custom-control {
  margin: 6px 0 10px;
}

.info-icon {
  float: right;
  height: 14px;
  margin-top: 5px;
  margin-right: 25px;
}

.info-icon {
  background: url(https://www.fortunebusinessinsights.com/img/info.svg)
    no-repeat center right;
  width: 9px;
  margin-left: 3px;
  padding-right: 14px;
  float: right;
  height: 14px;
  margin-top: 5px;
  margin-right: 25px;
}

.region_tabs {
  margin-top: -14px;
}

.buy_btn:hover {
  border: 1.5px solid #ff0000;
  box-shadow: 4px 4px 10px #ff0000;
}

.fixme {
  width: 255px;
  margin-bottom: 20px;
  z-index: 8;
  animation: smoothScroll1 1s forwards;
}

.left-box3 .card {
  padding: 10px;
  text-align: center;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 4px 2px 10px #928d8d;
}

.left-box4 {
  margin-bottom: 25px;
  margin-top: 25px;
}

.press-release {
  border-radius: 10px;
  border: 1px solid #500000;
  padding: 6px 0 5px 30px;
  position: relative;
  margin-bottom: 22px;
}

.press-release h4 {
  color: #ff0000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16px;
  padding-left: 5px;
}

.press-release ul {
  margin-top: 0;
  padding-bottom: 0;
}
.press-release ul li {
  text-align: left;
  padding-left: 0px;
  font-weight: 600;
  color: #000;
  font-size: 13px;
  font-family: open sans, sans-serif;
}

.press-release .title {
  color: #ff0000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16px;
  margin: 0 0 5px;
}

.press-release ul {
  padding-left: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.press-release li a {
  color: #212529;
  size: 17px;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.adress-box {
  text-align: center;
  color: #1f1f1e;
  font-size: 14px;
  margin-bottom: 20px;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.adress-box ul {
  padding-left: 0;
  margin-left: 0;
}

.adress-box .heading {
  background: #500000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 8px;
  font-weight: 700;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.adress-box ul li p {
  text-align: center !important;
  margin-bottom: 4px;
}

.btn-submit {
  background: #ff0000;
  border: 2px solid #ff0000;
  border-radius: 5px;
  padding: 7px 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  width: 50% !important;
  align-items: center;
  text-align: center;
  margin-left: 50px;
  font-weight: 600;
}

.btn-submit:focus {
  text-decoration: none;
  color: #fff;
  box-shadow: 4px 2px 10px #928d8d;
}

.btn-submit:hover {
  text-decoration: none;
  color: #000;
  box-shadow: 4px 2px 10px #928d8d;
}

.published_box {
  margin-top: 1rem !important;
}
.input_country {
  margin-top: 9px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  border-bottom: 0.5px solid #000 !important;
}

.select2-selection__rendered {
  font-size: 12px;
}

.graph_request {
  text-align: center !important;
  font-size: 14px !important;
  margin-bottom: 35px !important;
}

.graph_request a {
  background-color: #000 !important;
  border-radius: 5px !important;
  padding: 4px !important;
  color: #fff !important;
  font-size: 13px !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.graph_request span {
  color: #000 !important;
}

u {
  /* text-decoration: none !important; */
}

h3 {
  font-size: 16px !important;
}

.justify-content-around {
  justify-content: unset !important;
}

.report_content ul li {
  text-align: justify;
}

.reportsubtitle {
  font-style: italic;
  color: #ab071c;
  /* font-weight: bolder; */
}

.reportsubtitle strong {
  font-weight: normal;
}

.report_content a {
  color: #ff0000;
}

.mob_enquiry_button {
  background: #a2cc35 !important;
  color: #fff !important;
}

.chooselicense {
  padding: 0 0px;
}

.request-pdf {
  margin: 0px;
  /*box-shadow: -5px 4px 1px #b6b5b5;*/
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
  transition: box-shadow 1s;
}

.request-pdf:hover {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
  transition: transform 0.5s ease 0s, filter 0.5s ease-in 0s;
  transform: scale(1.08);
}

.buybtn {
  padding: 12px !important;
  height: -webkit-fill-available !important;
  /*box-shadow: -5px 4px 1px #b6b5b5; */
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
  margin: 0 5px 0 18px !important;
  transition: box-shadow 1s;
}

.buybtn:hover {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
  transition: transform 0.5s ease 0s, filter 0.5s ease-in 0s;
  transform: scale(1.08);
}

.mob_enquiry_button {
  background: #a2cc35 !important;
  color: #fff !important;
}

#hero {
  /* background: url(assets/img/report_page_header_banner.webp);		 */
  background-color: red;
}

.innerpage {
  padding-bottom: 0px;
}

.graph_request {
  text-align: center !important;
  font-size: 14px !important;
  margin-bottom: 35px !important;
}

.graph_request a {
  background-color: #000 !important;
  border-radius: 5px !important;
  padding: 4px !important;
  color: #fff !important;
  font-size: 13px !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.graph_request span {
  color: #000 !important;
}

u {
  text-decoration: none !important;
  color: #500;
}

h3 {
  font-size: 16px !important;
}

.justify-content-around {
  justify-content: unset !important;
}

.report_content ul li {
  text-align: justify;
}

.reportsubtitle {
  font-style: italic;
  color: #ab071c;
  /* font-weight: bolder; */
}

.reportsubtitle strong {
  font-weight: normal;
}

.report_content a {
  color: #ff0000;
}

.whitebox {
  background: #fff;
  padding: 6px 15px;
  margin-top: 13px;
  border-radius: 10px;
  box-shadow: unset;
}

.report_paraTitle {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  /* margin-bottom: unset; */
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 1rem !important;
}

.reports_tabs_button {
  padding: 0 20px;
}

.request-pdf,
.buybtn {
  margin: 10px !important;
}

.bg-patten {
  background: unset;
}

.tabsection .tab-content h2 {
  font-size: 16px;
}

.reportslinks {
  font-size: 13px;
  margin-bottom: 0.2rem;
}

.request-pdf {
  background: #fb641b;
}

.buybtn {
  background: #8cc540;
}

.request-pdf,
.buybtn,
.inquire_now_button {
  box-shadow: unset;
  border-radius: unset;
  padding: 10px 0 !important;
  font-size: 15px;
}

.inquire_now_button {
  background: #0094cd !important;
}

.icon-qst {
  font-size: 24px;
}

.contact-support h2 {
  background-color: #eaeaea;
  color: #000 !important;
}

.contact-support h2::after {
  content: none !important;
}

.cliens {
  padding: 10px 0 10px 0;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1155px;
  }
}

.reports_page_width {
  max-width: 1200px;
  min-height: 180px;
  margin-top: 10px;
}
.formbox .form-control:valid ~ label {
  bottom: 55px;
  left: 0;
  font-size: 12px !important;
  margin-top: 8px;
  color: #999;
}

#price-compared:focus,
#price-compared:hover {
  color: #ff0000 !important;
}

.captcha-error {
  color: #ff0000;
  font-weight: 600;
  font-size: 14px;
}

.mob_enquiry_button {
  background: #a2cc35 !important;
  color: #fff !important;
}

/* 
.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:focus + label,
.form-group textarea:not(:placeholder-shown) + label,
.form-group select:focus + label,
.form-group select:not([value=""]) + label {
    top: -0.6rem;
    left: 0.75rem;
    font-size: 0.75rem;
    padding: 0 0.25rem;
    color: #495057;
}

.form-group label {
    position: absolute;
    top: 50%;
    left: 0.75rem;
    transform: translateY(-50%);
    transition: all 0.2s ease;
    font-size: 14px;
    pointer-events: none;
    color: #6c757d;
    background: transparent;
}


#contact-form{
  background-color: #fff;
  padding: 25px 10px;
}

.form-control{
  border: none;
  border-bottom:1px solid #000;
}

.form-control:focus{
  border: none;
 border-bottom:1px solid #000;;
} */

#hero .container {
  padding-bottom: 10px;
}

#captcha_code {
  width: 75px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 15px;
  }
}
.security_label {
  display: flex;
  gap: 10px;
  flex: 0 1 50%;
  align-items: center;
}


.gradient-btn {
    background: linear-gradient(to bottom, red, black);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: -4px 4px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.2s ease;
}

.gradient-btn:hover {
    transform: scale(1.05);
}
