/*  import google fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
body {
  font: 400 16px "Poppins", sans-serif;
  transition: all 1s ease-in;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

h1,
h2 {
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  h1,
  h2 {
    font-size: 30px !important;
  }
}

h3 {
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px !important;
  }
}

h4 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
}

h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin: 21px 0 24px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px !important;
  }
}

h6 {
  font-size: 20px !important;
}
@media (max-width: 767px) {
  h6 {
    font-size: 16px !important;
  }
}

p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.breadcrumb {
  background-color: transparent;
}

.pb-120 {
  padding-bottom: 70px;
}

.pt-120 {
  padding-top: 70px;
}

.heading {
  color: #F21308;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.mt-125 {
  margin-top: 125px;
}
@media screen and (max-width: 991px) {
  .mt-125 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 415px) {
  .mt-125 {
    margin-top: 50px;
  }
}

.sub_heading {
  color: #001052;
  line-height: 75px;
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 50px !important;
}
@media screen and (max-width: 1250px) {
  .sub_heading {
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 991px) {
  .sub_heading {
    font-size: 50px;
  }
}
@media screen and (max-width: 772px) {
  .sub_heading {
    font-size: 42px !important;
    width: 100% !important;
    line-height: 55px !important;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 415px) {
  .sub_heading {
    font-size: 30px !important;
    line-height: 36px !important;
    margin-bottom: 10px !important;
  }
}

button:focus {
  outline: none;
}

/* side  scroll bar */
::-webkit-scrollbar {
  width: 10px;
  scroll-behavior: smooth;
}

::-webkit-scrollbar-track {
  background: #FFF;
}

::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox fix */
}

.file_name_card {
  position: absolute;
  top: 30px;
  left: 80px;
  width: 200px;
  background: #FFF;
  font-size: 12px;
  display: none;
  padding: 10px;
  z-index: 200;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.25);
}

.plus_button,
.minus_button {
  border-radius: 50%;
  background: #FFF;
  position: relative;
  box-shadow: 0px 2px 16px rgba(1, 1, 1, 0.1);
  cursor: pointer;
  border: none;
  width: 30px;
  height: 30px;
}

.plus_button {
  color: #001052;
  margin-left: 10px;
}

.minus_button {
  margin-right: 10px;
  color: #F21308;
}

.count {
  position: absolute;
  top: -5px;
  right: -2px;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  background-color: #001052;
  color: #FFF;
}

.file_container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  justify-content: start;
  row-gap: 10px;
  margin: auto;
  width: 100%;
  height: 80%;
}

.align_center {
  margin-right: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: "";
}

.box_content, .box_content_2 {
  padding: 5px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  flex-direction: row;
  border-radius: 25px;
  background-color: #f9f9f9;
  border: 1px solid #D9D9D9;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 140px;
  height: 40px;
}
.box_content:hover, .box_content_2:hover {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border: 0.5px solid #F3F2F2;
  background-color: #D6D6FF;
  color: #001052;
}

.box_content {
  cursor: pointer;
}

.box_content_2 {
  background: #D6D6FF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border: 0.5px solid #F3F2F2;
}

.file_names,
.selected_filename {
  font-size: 10px;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: "";
}

.product_header {
  /* CSS animation for the spinner */
}
.product_header #loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none;
}
.product_header #loader .loader-spinner {
  border: 8px solid #D9D9D9;
  border-top: 8px solid #001052;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.product_header #success-popup {
  position: fixed;
  background: #1aa12a;
  color: #FFF;
  z-index: 9999;
  right: 10px;
  top: 10px;
  padding: 20px;
  border-radius: 10px;
  font-size: 14px;
  animation: moving 0.3s ease-in;
  display: none;
}
.product_header .download_dialog {
  position: fixed;
  z-index: 200;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  text-align: center;
  display: none;
  justify-content: center;
  align-items: center;
}
.product_header .download_dialog .card {
  background: #D9D9D9;
  padding: 90px 150px;
  background: #FFF;
  transform: scale(0);
  border-radius: 10px;
  animation: zoomIn 0.5s ease-in-out forwards;
}
.product_header .download_dialog button {
  background: #FFF;
  border: 1px solid #001052;
  font-size: 14px;
}
.product_header .download_dialog button i {
  color: #1aa12a;
}
.product_header .download_dialog .close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  color: #FFF;
  background: rgb(249, 12, 12);
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
}
@keyframes zoomIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.product_header .popup_main {
  background: #FFF;
  margin-top: 20px;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.product_header .popup {
  width: 100%;
  height: 400px;
  overflow: auto;
  background: #FFF;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  width: 100%;
  height: 400px;
}
.product_header .popup:nth-child(1) {
  display: none;
  margin-right: 5px;
}
.product_header .popup:nth-child(2) {
  display: none;
}
.product_header .popup .dialog_footer {
  height: 10%;
  z-index: 100;
  position: absolute;
  bottom: -40px;
  right: 0px;
  width: 100%;
  background: #FFF;
  font-size: 12px;
}
.product_header .popup .dialog_footer .total_count {
  color: #F21308;
  font-size: 20px;
  margin-left: 20px;
}
.product_header .popup .dialog_header {
  background: #FFF;
  color: #001052;
  font-size: 14px;
  position: sticky;
  top: 0;
  height: 30px;
  padding: 10px;
  z-index: 100;
  /* Show the tooltip on hover */
}
.product_header .popup .dialog_header .close_btn {
  cursor: pointer;
  border: none;
  border-radius: 20px;
  text-align: center;
  opacity: 0.7;
  position: relative;
  width: 25px;
  height: 25px;
  background-color: #FFF;
  color: #8E8E8E;
}
.product_header .popup .dialog_header .close_btn .clear_data {
  position: absolute;
  top: 3px;
  right: 30px;
  width: 50px;
  text-align: center;
  padding: 2px;
  font-size: 10px;
  border-radius: 5px;
  opacity: 0.7;
  display: none;
  background-color: #001052;
  color: #FFF;
}
.product_header .popup .dialog_header .close_btn i {
  font-size: 14px;
}
.product_header .popup .dialog_header .close_btn:focus {
  background: #F21308;
}
.product_header .popup .dialog_header .close_btn:active {
  background: #F21308;
}
.product_header .popup .dialog_header .close_btn:hover {
  opacity: 0.7;
  background-color: #D9D9D9;
  color: #001052;
}
.product_header .popup .dialog_header .close_btn:hover .clear_data {
  display: block;
}
.product_header .popup .dialog_header .close_btn:hover[title]::after {
  display: block;
}
.product_header .popup.active .box_content {
  width: 120px;
}
.product_header .popup.active .box_content_2 {
  width: 120px;
}
.product_header .popup.active .file_container {
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  row-gap: 10px;
  margin: auto;
  width: 100%;
  height: 80%;
  display: grid;
  justify-content: start;
  align-items: "";
}
.product_header .selected_file {
  border: 1px solid #D9D9D9;
  padding: 5px;
  border-radius: 5px 0px 0px 5px;
  padding-left: 10px;
  width: 170px;
  font-size: 14px;
}
.product_header .selected_file:focus-visible {
  outline: 1px solid #D9D9D9;
}
.product_header .add_btn.active img {
  animation: none;
}
.product_header .add_btn {
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #D9D9D9;
  padding: 5px;
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 35px;
  background-color: #FFF;
  color: #001052;
}
.product_header .add_btn .tag {
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 12px;
  opacity: 0.7;
  border-radius: 5px;
  display: none;
  background-color: #001052;
  color: #FFF;
}
.product_header .add_btn img {
  animation: rotate 2s infinite;
}
.product_header .add_btn:hover .tag {
  display: block;
}
.product_header .add_btn:focus {
  background-color: #D9D9D9;
  color: #001052;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.product_header .flex_wrap {
  flex-wrap: wrap;
}
.product_header .title {
  height: 300px;
  background: #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_header .sub_heading {
  text-align: center;
  color: #001052;
}
.product_header .test_card {
  background: #FFF;
  margin-top: -50px;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 2px 16px rgba(1, 1, 1, 0.1);
}
.product_header .test_card .tab_box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
}
.product_header .test_card .tab_box .tab_btn {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.product_header .test_card .tab_box .tab_btn.active {
  color: #001052;
  font-size: 18px;
  border-bottom: 3px solid #F21308;
}
.product_header .test_card .content_box {
  padding-top: 20px;
}
.product_header .test_card .content_box .content {
  display: none;
}
.product_header .test_card .content_box .content .filename_main {
  display: none;
}
.product_header .test_card .content_box .content .dialog_input {
  border: 1px solid #D9D9D9;
  width: 150px;
}
.product_header .test_card .content_box .content .suggest_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_header .test_card .content_box .content .suggest_box input {
  border-radius: 10px;
  padding-left: 10px;
  border: 1px solid #D9D9D9;
  margin: 2px;
  font-size: 14px;
  width: 100%;
  height: 40px;
}
.product_header .test_card .content_box .content .suggest_box input:focus-visible {
  outline: none;
}
.product_header .test_card .content_box .content .suggest_box textarea {
  width: 100%;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  border-radius: 10px;
}
.product_header .test_card .content_box .content .suggest_box .send_info {
  border: none;
  background-color: #FFF;
  color: #001052;
}
.product_header .test_card .content_box .content .suggest_box .send_info i {
  font-size: 30px;
  color: #001052;
  padding-top: 5px;
}
.product_header .test_card .content_box .content .w_100px input {
  width: 130px !important;
}
.product_header .test_card .content_box .content .w_100px select {
  margin: auto;
  font-size: 14px;
}
.product_header .test_card .content_box .content .file_name input {
  border: none;
  width: 120px;
  border-bottom: 1px solid #D9D9D9;
}
.product_header .test_card .content_box .content .file_name input:focus-visible {
  outline: none;
}
.product_header .test_card .content_box .content .custom-radio label {
  font-size: 14px;
}
.product_header .test_card .content_box .content .custom-radio input[type=radio] {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 1px solid #001052;
}
.product_header .test_card .content_box .content .custom-radio input[type=radio]:checked {
  background-color: #F21308;
  border: 3px solid #FFF;
}
.product_header .test_card .content_box .content select {
  border-radius: 5px;
  width: 200px;
  height: 35px;
  margin: 10px;
  outline: none;
  padding-left: 10px;
  border: 1px solid #D9D9D9;
}
.product_header .test_card .content_box .content select:focus-visible {
  outline: 1px solid #D9D9D9;
}
.product_header .test_card .content_box .content .download {
  border: 1px solid #C4C4C4;
  border-radius: 50%;
  margin-left: 20px;
  margin-top: 3px;
  position: relative;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  color: #ABABAB;
}
.product_header .test_card .content_box .content .download:hover .toottip {
  display: block;
}
.product_header .test_card .content_box .content .download i {
  font-size: 16px;
}
.product_header .test_card .content_box .content .download .toottip {
  position: absolute;
  top: -20px;
  font-size: 10px;
  display: none;
}
.product_header .test_card .content_box .content .input_group {
  display: flex;
  align-items: center;
  margin: 5px;
}
.product_header .test_card .content_box .content .input_group input {
  border-radius: 5px 0px 0px 5px;
  height: 35px;
  padding-left: 10px;
  border: 1px solid #D9D9D9;
  font-size: 14px;
}
.product_header .test_card .content_box .content .input_group input:focus-visible {
  outline: 1px solid #D9D9D9;
}
.product_header .test_card .content_box .content .input_group select {
  border-radius: 0px 5px 5px 0px;
  width: 55%;
  margin: 0px;
  padding-left: 5px;
  font-size: 12px;
  background: #D9D9D9;
  border: 1px solid #D9D9D9;
}
.product_header .test_card .content_box .content .input_group .convertor_input {
  width: 100%;
  border-radius: 5px 0px 0px 5px;
  height: 35px;
  padding-left: 10px;
  border: 1px solid #D9D9D9;
  font-size: 14px;
}
.product_header .test_card .content_box .content .input_group .convertor_input:focus-visible {
  outline: 1px solid #D9D9D9;
}
.product_header .test_card .content_box .content .convert_card_main {
  height: 100%;
}
.product_header .test_card .content_box .content .convert_card {
  border: 2px solid #D9D9D9;
  border-radius: 10px;
  position: relative;
  color: #8E8E8E;
  height: 100px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_header .test_card .content_box .content .convert_card:nth-child(2) {
  height: 150px;
}
.product_header .test_card .content_box .content .convert_card .inner_box {
  display: flex;
  align-items: center;
}
.product_header .test_card .content_box .content .convert_card .inner_box .exchange_icon {
  margin: 0px 10px 0px 10px;
  border-radius: 50%;
  cursor: pointer;
  color: #001052;
  border: 1px solid #D9D9D9;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_header .test_card .content_box .content .convert_card .inner_box .exchange_icon i {
  font-size: 12px;
}
.product_header .test_card .content_box .content .convert_card .inner_box .exchange_icon:hover {
  background: #D9D9D9;
}
.product_header .test_card .content_box .content .convert_card .inner_box.active {
  flex-direction: row-reverse;
}
.product_header .test_card .content_box .content .convert_card .legend {
  background: #FFF;
  padding: 0px 10px 0px 10px;
  position: absolute;
  top: -15px;
  left: 15px;
  font-size: 14px;
  font-weight: 600;
}
.product_header .test_card .content_box .content.active {
  display: block;
  animation: moving 0.3s ease-in;
}
.product_header .test_card .content_box .content.active .content_head {
  color: #8E8E8E;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: justify;
}
.product_header .test_card .content_box .content.active .content_head .title_header {
  position: relative;
  color: #001052;
  font-weight: 700;
}
.product_header .test_card .content_box .content.active .content_head .text_detail .title_header {
  color: #001052;
  cursor: pointer;
}
.product_header .test_card .content_box .content.active .content_head .text_detail .text_detail_box {
  position: absolute;
  background-color: #FFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-top: none;
  width: 90%;
  z-index: 200;
  display: none;
  opacity: 0;
}
.product_header .test_card .content_box .content.active .content_head .text_detail .text_detail_box .tool_box_main {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  justify-content: center;
  row-gap: 10px;
  width: 100%;
  height: 80%;
  margin: auto;
}
.product_header .test_card .content_box .content.active .content_head .text_detail .text_detail_box .tool_box_main .tool_box {
  box-shadow: 0 5px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
  font-size: 12px;
  width: 95%;
  height: 150px;
}
.product_header .test_card .content_box .content.active .content_head .text_detail .text_detail_box .tool_box_main .tool_box:hover {
  border-top: 5px solid #001052;
}
.product_header .test_card .content_box .content.active .content_head .text_detail .text_detail_box .tool_box_main .tool_box p {
  font-size: 12px;
}
.product_header .test_card .content_box .content.active .content_head .text_detail .text_detail_box .tool_box_main .tool_box b {
  display: inline-block;
  color: #001052;
  margin-bottom: 10px;
  border-bottom: 2px solid #F21308;
}
.product_header .test_card .content_box .content.active .content_head .text_detail:hover .text_detail_box {
  opacity: 1;
  display: block;
  transform: none;
  transition: all 0.3s ease;
}
.product_header .accord {
  margin-bottom: 2px;
  background: #FFF;
  border-radius: 5px;
}
.product_header .accord .accordian_titlle {
  position: relative;
  margin: 12px 15px 12px 15px;
  transition: all 0.5s ease-in;
  cursor: pointer;
  background-color: #FFF;
  color: #001052;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
}
.product_header .accord .accordian_para {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease;
}
.product_header .accord .accordian_para p {
  padding: 12px 5px 0px 15px;
  font-size: 14px;
  font-weight: "";
}
.product_header .accord.active .accordian_titlle i {
  transition: 0.3s;
  transform: rotate(180deg);
}
.product_header .accord.active .accordian_para {
  max-height: 320px;
}

@media screen and (max-width: 1500px) {
  .test_card .content_box .content .flex_wrap {
    flex-direction: column;
  }
  .test_card .content_box .content .flex_wrap .col-8,
  .test_card .content_box .content .flex_wrap .col-4 {
    max-width: 100%;
  }
}
@media screen and (max-width: 1026px) {
  .product_header .test_card .content_box .content .w_100px input {
    width: 100% !important;
  }
  .product_header .popup .dialog_footer {
    bottom: -10px;
    background: none;
  }
  .test_card {
    margin: 0 !important;
  }
  .test_card input,
  .test_card select {
    width: 100% !important;
  }
  .test_card .flex_direction {
    flex-direction: column;
  }
  .test_card .flex_direction .pr-2 {
    padding: 0 !important;
    margin-bottom: 20px;
  }
  .test_card .flex_direction #fileDownloadButton {
    margin-top: 0px !important;
  }
  .test_card .flex_direction #fileDownloadButton .download {
    margin-left: 0 !important;
  }
  .test_card .content_box .content .input_group {
    margin-bottom: 20px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .test_card .content_box .content .w_100px input {
    width: 100% !important;
  }
  .test_card .content_box .content .flex_wrap {
    flex-direction: column;
  }
  .test_card .content_box .content .flex_wrap .col-8,
  .test_card .content_box .content .flex_wrap .col-4 {
    padding: 0;
  }
  .test_card .content_box .content .flex_wrap .col-8 .file_size,
  .test_card .content_box .content .flex_wrap .col-4 .file_size {
    margin: 0px !important;
  }
  .test_card .content_box .content .flex_wrap .col-8 .file_size .r_btn,
  .test_card .content_box .content .flex_wrap .col-4 .file_size .r_btn {
    justify-content: start !important;
    margin-top: 20px !important;
  }
  .test_card .content_box .content .flex_wrap .col-8 .file_size .r_btn input,
  .test_card .content_box .content .flex_wrap .col-4 .file_size .r_btn input {
    width: 15px !important;
    height: 15px !important;
    margin: 0 !important;
  }
  .test_card .content_box .content .popup_main .popup {
    margin-bottom: 20px;
  }
  .test_card .content_box .content .popup_main .popup:nth-child(2) {
    margin-bottom: 50px;
  }
  .test_card .content_box .content .popup_main .align_center {
    margin-right: 0;
  }
  .product_header .test_card .content_box .content .convert_card {
    height: auto;
    padding: 20px 10px 0px 10px;
  }
  .product_header .test_card .content_box .content .convert_card:nth-child(2) {
    height: auto;
    padding: 20px 10px 20px 10px;
    font-size: 12px;
  }
  .product_header .test_card .content_box .content .convert_card .inner_box .exchange_icon {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 632px) {
  .file_container {
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  }
  .file_container .box_content,
  .file_container .box_content_2 {
    width: 90px;
  }
  .product_header .test_card .content_box .content .convert_card .inner_box {
    flex-direction: column;
  }
  .product_header .test_card .tab_box .tab_btn {
    background: none;
    border: none;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
  }
  .product_header .test_card .tab_box .tab_btn.active {
    background: none;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
  }
  .product_header .test_card .content_box .content.active .content_head {
    padding: 0 !important;
  }
}/*# sourceMappingURL=testing.css.map */