#categorybanner {
  padding-bottom: 0;
}

#RcategoryShortDesc {
  min-height: 40vh;
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  display: block;
  position: relative;
  bottom: 40px;
  border-radius: 15px;
}

.rd-meta .rd-title h1 {
  color: #0f0f0f;
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
  margin: 10px 0;
}

.rd-meta .rd-title h2 {
  font-size: 16px;
  margin: 15px 0px;
  text-align: justify;
}

.content-title {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 12px;
}

.rd-meta-details {
  font-size: 12px;
  color: #959595;
  overflow: hidden;
  padding: 0;
  list-style: none;
  display: flex;
  margin-bottom: 0;
}

.rd-meta-details li {
  position: relative;
  font-size: 14px;
  color: #959595;
  display: flex;
  align-items: center;
}

.rd-meta-details li::after {
  content: "|";
  padding: 0 10px;
}

.content-title .rd-meta {
  padding-left: 30px;
  width: 100%;
}

.report-request-btn1 {
  background: #ee661e;
  color: #fff;
  border-color: #ee661e;
  box-shadow: 0 3px 6px 0 #d3d3d3;
  min-width: 250px;
}

.report-request-btn1:hover {
  background: #001638;
  color: #fff;
  border-color: #001638;
  box-shadow: 0 3px 6px 0 #d3d3d3;
  min-width: 250px;
}

.tab-wrap {
  transition: 0.3s box-shadow ease;
  border-radius: 6px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: #fff;
  margin: 40px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.tab-wrap:hover {
  box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
}

.tab {
  display: none;
}

.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}

.tab:last-of-type:not(:first-of-type) + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tab:checked + label {
  background-color: #001638;
  box-shadow: 0 -1px 0 #fff inset;
  cursor: default;
  color: #fff;
}

.tab:checked + label:hover {
  box-shadow: 0 -1px 0 #fff inset;
  background-color: #ee661e;
}

.tab + label {
  box-shadow: 0 -1px 0 #eee inset;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
  flex-grow: 3;
  text-align: center;
  background-color: #f2f2f2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 50px;
  box-sizing: border-box;
  padding: 15px;
}

.tab + label:hover {
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 #f4f4f4 inset;
}

.tab__content {
  padding: 10px 25px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
  border-radius: 6px;
}

.report-tabs-section {
  margin-top: -60px;
}

.related-reports .dmi-report-title {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
}

.btn-related {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-bottom: 20px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #ee661e;
  min-width: 100%;
  text-align: center;
}

.sidebar-widget {
  border: 1px solid #ddd;
}

.sidebar-widget .font-2 {
  padding-left: 12px;
  border-left: 4px solid #046489;
  background: #eee;
  padding: 8px 12px;
}

.font-2 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #12252f;
  margin-bottom: 5px;
  line-height: 1.3;
}

.sidebar-widget [type="radio"]:checked,
.sidebar-widget [type="radio"]:not(:checked),
.payment-group [type="radio"]:checked,
.payment-group [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.sidebar-widget [type="radio"]:checked + label,
.sidebar-widget [type="radio"]:not(:checked) + label,
.payment-group [type="radio"]:checked + label,
.payment-group [type="radio"]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: block;
  width: 100%;
  line-height: 0.75;
}

.shop-form [type="radio"]:checked + label {
  color: #31a5df;
}

.sidebar-widget [type="radio"]:checked + label:before,
.sidebar-widget [type="radio"]:not(:checked) + label:before,
.payment-group [type="radio"]:checked + label:before,
.payment-group [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
  bottom: 0;
  margin: auto;
}

.shop-form label span {
  font-size: 1.1rem;
  color: #666;
  font-weight: normal;
}

.sidebar-widget [type="radio"]:checked + label:after,
.payment-group [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.sidebar-widget [type="radio"]:checked + label:after,
.payment-group [type="radio"]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #31a5df;
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.border-top {
  border-top: 1px solid #eee !important;
}

.btn-primary.green-btn {
  background: #4ab738;
}

.tab-wrap-price {
  transition: 0.3s box-shadow ease;
  border-radius: 6px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: #fff;
  margin: 40px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.tab-price-label {
  background-color: #001638;
  box-shadow: 0 -1px 0 #fff inset;
  cursor: default;
  color: #fff;
}

.stickysection {
  position: sticky;
  top: 120px;
}

.check-radio-list {
  padding-left: 0px;
  margin: 0;
  list-style: none;
}

.check-radio-list .checkbox-cont {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  color: #000000;
}

.checkbox-cont .checkmark {
  position: absolute;
  top: 4px;
  right: 0;
  height: 14px;
  width: 14px;
  border: 1.5px solid #adadad;
  border-radius: 100%;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

.check-radio-list .checkbox-cont .checkmark::before {
  display: block;
  position: absolute;
  content: "";
  background: #d4d4d4;
  border-radius: 100%;
  height: 6px;
  width: 6px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.checkbox {
  --s: 1em;
  /* control the size */
  --c: #ee661e;
  /* the active color */
  height: var(--s);
  aspect-ratio: 1;
  border: calc(var(--s) / 8) solid #939393;
  padding: calc(var(--s) / 8);
  background: radial-gradient(farthest-side, var(--c) 94%, #0000) 50%/0 0
    no-repeat content-box;
  border-radius: 50%;
  outline-offset: calc(var(--s) / 10);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: inherit;
  transition: 0.3s;
  float: right;
}

.checkbox:checked {
  border-color: var(--c);
  background-size: 100% 100%;
  float: right;
}

@media print {
  .checkbox {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background: none;
  }
}

.right-side-price {
  padding: 10px;
}

.btn-buynow {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #4ab738;
  min-width: 100%;
  text-align: center;
}

.card {
  border: 1px solid #ddd;
  border-radius: 6px;
  max-width: 350px;
  text-align: center;
  margin-top: 140px;
}

.card_img {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 100%;
  margin: -60px auto 0;
}

.card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card_info {
  padding-bottom: 20px;
}

.card_info a {
  text-decoration: none;
  color: black;
}

.card_info h2 {
  font-size: 20px;
}

.card_info a:hover {
  color: black;
}

.meeting-btn {
  color: white !important;
}

.breadcrumbs {
  padding: 0;
  background-color: transparent;
  min-height: 20px;
  margin-top: 0px;
}

p.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 80%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-bottom: 10px;
}

/* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

p.accordion.active,
p.accordion:hover {
  background-color: #ddd;
}

/* Unicode character for "plus" sign (+) */

p.accordion:after {
  content: "\2795";
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

/* Unicode character for "minus" sign (-) */

p.accordion.active:after {
  content: "\2796";
}

/* Style the element that is used for the panel class */

div.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease-in-out;
  opacity: 0;
  margin-bottom: 10px;
}

div.panel.show {
  opacity: 1;
  min-height: 50px;
  width: 80%;
  /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}

@media (max-width: 576px) {
  #RcategoryShortDesc {
    min-height: 70vh;
  }
  .content-title {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .rd-meta {
    padding-left: 0px !important;
  }
  .report-request-btn {
    min-width: 100px !important;
  }
  .Mobile_meta-links {
    display: block !important;
  }
  .request-btns-top-desktop {
    display: none !important;
  }
  .faq-mobile {
    margin-top: 10px;
  }
  #categorybanner {
    display: none;
  }
  #main {
    padding-top: 170px;
  }
  .rd-meta .rd-title h1 {
    margin: 30px 0px 10px 0px;
  }
  .mobile-margin {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 640px) {
  ul.Mobile_meta-links {
    display: block;
    display: table;
    bottom: -100px;
    width: 100%;
    padding: 15px 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 99;
    transition: all 0.3s linear;
  }
}

@media only screen and (max-width: 640px) {
  ul.Mobile_meta-links li {
    padding-right: 5px;
  }
}

@media only screen and (max-width: 640px) {
  ul.Mobile_meta-links li {
    display: table-cell;
    float: left;
    width: 50%;
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  ul.Mobile_meta-links li a {
    font-size: 10px;
    padding: 12px 3px;
    margin-bottom: 8px;
    background: #ee661e;
    color: #fff;
    border-color: #ee661e;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: 0.3s;
  }
}

.report-request-btn {
  padding: 10px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  outline: none;
  border: none;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #ee661e;
  min-width: 100%;
  text-align: center;
}

.checkoutcontainer {
  /* max-width: 800px; */
  background: #fff;
  /* width: 800px; */
  padding: 25px 40px 10px 40px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.checkoutcontainer .text {
  color: white;
  background: #ee661e;
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  /* background: -webkit-linear-gradient(right, #56d8e4, #9f01ea, #56d8e4, #9f01ea);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; */
}

.checkoutcontainer form {
  padding: 30px 0 0 0;
}

.checkoutcontainer form .form-row {
  display: flex;
  margin: 32px 0;
}

.checkoutcontainer .form-row .input-data {
  width: 100%;
  /* height: 40px; */
  margin: 0 20px;
  position: relative;
}

.checkoutcontainer .form-row .input-data select {
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: 3px solid #ee661e;
}

.checkoutcontainer form .form-row .textarea {
  height: 70px;
}

.checkoutcontainer .input-data input,
.textarea textarea {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 17px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  outline: none;
}

.checkoutcontainer .input-data input:focus ~ label,
.textarea textarea:focus ~ label,
.input-data input:valid ~ label,
.textarea textarea:valid ~ label {
  transform: translateY(-20px);
  font-size: 14px;
  color: #ee661e;
}

.checkoutcontainer .textarea textarea {
  resize: none;
  padding-top: 10px;
}

.checkoutcontainer .input-data label {
  position: absolute;
  pointer-events: none;
  bottom: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.checkoutcontainer .textarea label {
  width: 100%;
  bottom: 40px;
  background: #fff;
}

.checkoutcontainer .input-data .underline {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}

.checkoutcontainer .input-data .underline:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #ee661e;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.checkoutcontainer .input-data input:focus ~ .underline:before,
.input-data input:valid ~ .underline:before,
.textarea textarea:focus ~ .underline:before,
.textarea textarea:valid ~ .underline:before {
  transform: scale(1);
}

.checkoutcontainer .submit-btn .input-data {
  overflow: hidden;
  height: 45px !important;
  width: 25% !important;
}

.checkoutcontainer .submit-btn .input-data .inner {
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: -webkit-linear-gradient(
    right,
    #56d8e4,
    #9f01ea,
    #56d8e4,
    #9f01ea
  );
  transition: all 0.4s;
}

.checkoutcontainer .submit-btn .input-data:hover .inner {
  left: 0;
}

.checkoutcontainer .submit-btn .input-data input {
  background: none;
  border: none;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

@media (max-width: 700px) {
  .checkoutcontainer .text {
    font-size: 30px;
  }
  .checkoutcontainer form {
    padding: 10px 0 0 0;
  }
  .checkoutcontainer form .form-row {
    display: block;
  }
  .checkoutcontainer form .form-row .input-data {
    margin: 35px 0 !important;
  }
  .checkoutcontainer .submit-btn .input-data {
    width: 40% !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1605px) {
  .checkout-display {
    display: flex;
    gap: 30px;
    /* justify-content: space-between; */
  }
  .checkoutcontainer {
    /* max-width: 800px; */
    background: #fff;
    /* width: 800px; */
    padding: 25px 40px 10px 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  .wmrbuyprodet {
    padding: 20px;
  }
  .ordersummary {
    border-bottom: 3px solid #ee661e;
  }
}

.privacy-info {
  color: #777777;
}
