.card-content {
  border-radius: 3px;
}

.card-content * {
  cursor: pointer;
}

.card-wrapper {
  border-radius: 15px;
  box-shadow: 3px 6px 14px 0 rgba(0, 115, 187, 0.1);
  background-color: #ffffff;
  position: relative;
  padding: 21px 20px;
  margin-right: 20px;
  flex: 0 0 33.333333%;
  max-width: 386px;
  margin-bottom: 17px;
  height: inherit;
  border: 1px solid #fff;
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
}

.card-wrapper h6 {
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  line-height: 1.04;
  letter-spacing: -0.67px;
  color: #333333;
  margin-bottom: 0px;
}

.card-wrapper:hover {
  border: 1px solid #0073bb;
}

.card-wrapper:nth-child(3n+3) {
  margin-right: 0px;
}

.card-wrapper .customCheckbox {
  position: absolute;
  right: 12px;
  top: 12px;
}

.cardHeading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cardHeading p {
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.04;
  letter-spacing: -0.67px;
  color: #333333;
}

.policyNo {
  font-size: 14px;
  font-weight: normal;
  line-height: 0.86;
  letter-spacing: -0.39px;
  color: #333333;
  border-radius: 25px;
  padding: 5px 11px 5px 12px;
  background-color: #f2f7fb;
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
}

.selectCard {
  border: 1px solid #0073bb;
}

.policyHolder {
  padding: 19px 0px 20px;
  font-family: "Helvetica";
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #e6e7e8;
  justify-content: space-between;
}

.policyHolder .policyHolderName {
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 0.67;
  letter-spacing: -0.5px;
  color: #000;
}

.policyHolder .policyHolderName p {
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
}

.policyHolder .policyHolderName .small {
  font-size: 14px;
  font-weight: 300;
  font-family: "Helvetica";
  line-height: 1.14;
  letter-spacing: -0.39px;
  color: #58595b;
  padding-bottom: 10px;
}

.noSpaceBetween {
  justify-content: flex-start;
}

.noSpaceBetween .policyHolderName {
  margin-right: 7%;
}

.hideCheckbox .checkbox__input {
  visibility: hidden;
}

.premiumDetails {
  padding-top: 16px;
  display: flex;
  align-items: baseline;
  font-family: "Helvetica";
}

.premiumDetails .dateTxt {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.14;
  letter-spacing: -0.39px;
  color: #58595b;
  width: 35%;
}

.premiumDetails .premiumType {
  font-family: "Helvetica";
  font-size: 14px;
  font-weight: normal;
  line-height: 1.14;
  letter-spacing: -0.39px;
  color: #3c96d4;
  width: 37%;
}

.premiumDetails .premiumDate {
  width: 28%;
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.11;
  letter-spacing: -0.5px;
  color: #000000;
}

.padtop14 {
  padding-top: 14px;
}

.popup-btn {
  text-align: center;
  margin: 50px 0;
}

.pop-md {
  width: 500px;
  height: auto;
  display: table;
}

.pop-lg {
  width: 730px;
  height: auto;
  display: table;
}

.ta-popup-maindiv {
  border-radius: 15px;
  box-shadow: 3px 6px 14px 0 rgba(0, 115, 187, 0.1);
  background-color: #ffffff;
  padding: 30px;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 100;
  transform: translateY(120%);
}

.ta-popup-maindiv.active {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.ta-popup-maindiv h2 {
  font-size: 36px;
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.4px;
  margin-bottom: 14px;
  color: #333333;
}

.ta-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.1s linear;
}

.ta-overlay.active {
  visibility: visible;
  opacity: 1;
}

.ta-popup-maindiv .ta-sub-text {
  line-height: 1.67;
  font-weight: normal;
}

.ta-popup-maindiv .ta-sub-text b {
  font-weight: bold;
}

.ta-popup-maindiv .otp-number-div .ta-sub-text {
  line-height: 1.11;
  text-align: center;
  margin-bottom: 0;
}

.otp-no-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.otp-num {
  font-size: 24px;
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  line-height: normal;
  letter-spacing: normal;
  font-weight: normal;
  padding: 20px;
  border-bottom: 1px solid #e6e7e8;
}

.otp-num:not(:last-child) {
  margin-right: 20px;
}

.ta-popup-maindiv .reg-form-btn {
  margin-top: 50px;
}

.ta-modal-wrap {
  position: relative;
}

.ta-modal-wrap .modal-close-btn {
  position: absolute;
  top: -30px;
  right: 0;
}

.ta-modal-wrap .modal-close-btn img {
  width: 18px;
}

.ta-close-btn {
  display: inline-flex;
  padding: 0;
  background: none;
  cursor: pointer;
}

.ta-close-btn img {
  width: 100%;
  height: 100%;
}

.otp-error .otp-num {
  border-bottom: 1px solid #d62049;
}

.otp-error-text {
  font-size: 16px;
  font-family: "HelveticaNeueLTStd-Lt";
  line-height: normal;
  font-weight: 300;
  letter-spacing: normal;
  text-align: center;
  color: #d62049;
  font-style: oblique;
}

.ta-fq-content-ul {
  margin-bottom: 60px;
}

.ta-fq-sec-w {
  padding: 60px 0;
}

.ta-fq-head {
  margin-bottom: 30px;
}

.ta-fq-content-ul {
  margin-bottom: 60px;
}

.ta-fq-content-li {
  background: #fff;
  border-radius: 20px;
  box-shadow: 3px 6px 14px 0px rgba(0, 115, 187, 0.1);
  background: #fff;
  margin-bottom: 16px;
}

.ta-fq-content-li:last-child {
  margin-bottom: 0;
}

.ta-fq-content-li.active .ta-sp-down-arr {
  transform: rotate(-135deg);
  top: 39px;
}

.ta-fq-content-q {
  padding: 30px 56px 30px 30px;
  position: relative;
  cursor: pointer;
  display: block;
}

.ta-sp-down-arr {
  border: solid #58595b;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  top: 32px;
  right: 44px;
  transition: transform 0.3s linear;
}

.ta-fq-content-qtext {
  display: block;
  font-family: "HelveticaNeueLTStd-Md";
  font-size: 20px;
  line-height: 24px;
  color: #58595b;
}

.ta-fq-ans-m {
  padding: 0 56px 30px 30px;
}

.ta-fq-ans-w {
  display: none;
}

p {
  font-size: 18px;
  font-family: "Helvetica";
  line-height: 28px;
}

.w-60 {
  width: 60%;
}

.w-280 {
  width: 282px;
}

.mgn-l-85 {
  margin-left: 85px;
}

.mag-t-40 {
  margin-top: 40px;
}

.button-wrapper {
  display: inline-table;
}

.button-wrapper .primary-btn {
  background-color: #fff;
}

.button-non-bg {
  color: #d62049;
  background: none;
  text-decoration: none;
  font-family: HelveticaNeueLTStd-Md;
  font-size: 24px;
  text-align: center;
  border: solid 1px #d81b46;
  width: auto;
  border-radius: 10px;
  padding: 13px 30px 13px 30px;
  letter-spacing: -1px;
  display: block;
  line-height: normal;
}

.button-non-bg:hover {
  background-color: rgba(214, 32, 73, 0.1);
  transition: all 0.3s ease;
}

.button-non-bg:active {
  background: rgba(214, 32, 73, 0.1);
}

.button-primary-bg {
  color: #fff;
  background: #d62049;
  text-decoration: none;
  font-family: HelveticaNeueLTStd-Md;
  font-size: 24px;
  text-align: center;
  box-shadow: 0 0 10px 0 rgba(214, 32, 73, 0.1);
  width: auto;
  border-radius: 10px;
  padding: 13px 30px 13px 30px;
  letter-spacing: -1px;
  display: block;
  line-height: normal;
}

.button-primary-bg:hover {
  background: #d62049;
  transition: all 0.3s ease;
}

.button-primary-bg:active {
  background: #bc133d;
}

.circle-oval {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  background-color: #f2f7fb;
  width: 82px;
  height: 82px;
  padding: 16px 17px;
}

.text-align-right {
  text-align: right;
}

.flex-wrapper {
  display: flex;
}

.reg-form-btn .primary-btn {
  background-color: #fff;
  border: 1px solid #d62049;
  color: #d62049;
  margin-right: 30px;
  font-size: 24px;
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  line-height: normal;
  letter-spacing: -1px;
}

.reg-form-btn .primary-btn:last-child {
  margin-right: 0;
}

.reg-form-btn .btn-slct {
  box-shadow: 0 0 10px 0 rgba(214, 32, 73, 0.1);
  background-color: #d62049;
  color: #fff;
}

.reg-form-btn .btn-grey {
  box-shadow: 0 0 10px 0 rgba(214, 32, 73, 0.1);
  background-color: #e6e7e8;
  color: #a7a9ac;
  border: 0;
}

.ta-active {
  background: #4197d3;
  padding: 6px 20px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
}

.subHead {
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: normal;
  color: #373737;
  text-transform: uppercase;
  padding-bottom: 21px;
  margin: 0px;
}

.subHead .noSpaceBetween {
  justify-content: flex-start;
}

.subHead .noSpaceBetween .policyNo {
  margin-left: 12px;
}

.subHead span {
  text-transform: none;
}

.subHead span img {
  margin-right: 6px;
  width: 12px;
  height: 12px;
}

.flexSpace {
  display: flex;
  justify-content: space-between;
}

.clearFix {
  clear: both;
}

.ta-thunder-btn-w {
  width: 100%;
  position: fixed;
  z-index: 99;
  bottom: 20%;  
  left: 0;
}

svg {
  width: 35px;
  height: 35px;
}

.selectBox {
  width: 100%;
  display: block;
  line-height: 52px;
  height: 52px;
}

.selectBox .select2-container {
  min-width: 100%;
}

.selectBox select {
  width: 100%;
  height: 52px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #e3e3e3;
  outline: none;
  font-size: 24px;
  line-height: 28px;
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333333;
}

.selectBox::after {
  content: '';
  background-image: url(../../../content/dam/tataaia/chevron/sm-chevron-down.png);
  background-repeat: no-repeat;
  position: relative;
  left: 95%;
  bottom: 45px;
  z-index: 1;
  text-align: center;
  width: 20px;
  height: 12px;
  pointer-events: none;
  transform: rotate(0deg);
  display: inline-block;
}

.selectBox option {
  padding: 0 10px;
}

.tnc {
  padding: 29px 0px 31px;
  border-bottom: 1px solid #e6e7e8;
}

.tnc .acceptTerms {
  font-family: "Helvetica";
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #333333;
  display: flex;
  align-items: center;
}

.tnc .acceptTerms img {
  margin: 0 8px 0 15px;
}

.tnc .noteTxt {
  padding: 31px 0 10px;
  font-family: "Helvetica";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #373737;
}

.tnc .egTxt {
  font-family: "Helvetica";
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #373737;
}

.errorTxt {
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: oblique;
  line-height: normal;
  letter-spacing: normal;
  color: #d62049;
  padding-top: 11px;
  display: inline-block;
  display: none;
}

.errorTxtt {
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: oblique;
  line-height: normal;
  letter-spacing: normal;
  color: #d62049;
  padding-top: 11px;
  display: inline-block;
  display: none;
}

.error input[type=text] {
  border-bottom-color: #d62049 !important;
}

.downloadOption {
  padding: 27px 0px 30px;
}

.downloadOption ul {
  display: flex;
  align-items: center;
}

.downloadOption ul li {
  padding-right: 80px;
}

.downloadOption ul li a {
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #0073bb;
  text-decoration: underline;
  display: flex;
  align-items: center;
}

.downloadOption ul li a img {
  margin-right: 15px;
  min-width: 40px;
}

/*CheckBox*/

.ta-checkbox {
  display: none;
  cursor: pointer;
}

.ta-checkbox-label {
  display: flex;
  padding: 12px 15px;
  align-items: center;
  background: #f2f7fb;
  cursor: pointer;
}

.ta-checkbox:checked + .ta-checkbox-tick .ta-tick-bg {
  fill: #0073bb;
}

.ta-checkbox-tick {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: inset 0px 0px 0px 1.5px #0073bb;
  background: #fff;
}

.ta-checkbox-tick svg {
  width: 100%;
  height: 100%;
}

.ta-checkbox-text {
  margin-left: 15px;
  color: #373737;
  font-size: 14px;
  font-family: "HelveticaNeueLTStd-Lt";
}

.ta-sp-right-arr {
  border: solid #0073bb;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  box-sizing: border-box;
  position: relative;
  right: -4px;
  top: 4px;
  transform: translateY(-50%) rotate(-45deg);
}

.blueArrow {
  background: #0073bb;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-left: 27px;
  display: inline-block;
}

.blueArrow:after {
  content: '';
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  box-sizing: border-box;
  position: relative;
  right: 2px;
  top: 9px;
  transform: translateY(-50%) rotate(-45deg);
}

/* Support Popup CSS */
.support-tacp-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1001;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.1s linear;
}

.support-tacp-overlay.active {
  visibility: visible;
  opacity: 1;
}
.support-fw-full {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1002;
}

.support-fw-full.active {
  display: flex;
}

.support-p-pop-up {
  overflow-y: auto;
  width: 100%;
  height: 100%;
}

.support-pop-up-body {
  position: relative;
  margin: 50px auto 0px auto;
  width: 400px;
  padding: 36px 23px 15px 23px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 115, 187, 0.1);
  border-radius: 20px;
}

.support-close{
  position: absolute;
  right: 16px;
  top: 16px;
}

.support-upper-cnt{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.support-img{
  width: 88px;
  height: 88px;
}

.support-head{
  padding-top: 26px;
  font-family: 'Helvetica Neue LT Std Bd';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #CA2442;
}



.support-desc{
  width: 279px;
  font-family: 'helveticaregular';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  padding-top: 10px;
}



.sup-desc-mail{
  font-family: 'Helvetica Neue LT Std Bd';
  font-style: normal;
  font-weight: 400;
}



.also-text{
  padding-top: 33px;
  padding-left: 10px;
  padding-bottom: 6px;
  font-family: 'Helvetica Neue LT Std Bd';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}

.also-cnt{
  padding-bottom: 11px;
  border-bottom: 1px dashed #DBDBDB;
}

.support-lower-cnt{
  max-height: 312px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.support-redirection-card{
  width: 48%;
  background: rgba(25, 96, 166, 0.05);
  border-radius: 12px;
  padding: 14px 18px;
}

.sup-redr-head{
  font-family: 'Helvetica Neue LT Std Bd';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #1960A6;
}

.sup-redr-desc{
  padding-top: 8px;
  font-family: 'helveticaregular';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #1960A6;
}

.sup-redirection{
  font-family: 'Helvetica';
  padding-top: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 15px;
  color: #1960A6;
}

.dash-brd-redr{
  margin: 15px auto auto auto;
  cursor: pointer;
  text-align: center;
  font-family: 'Helvetica Neue LT Std Bd';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #1960A6;
}

@media only screen and (max-width: 767px){

  .support-pop-up-body{
      width: 100%;
      border-radius: 22px 22px 0px 0px;
      height: 700px;
      overflow-y: auto;
  }

  .support-redirection-card{
      width: 48%;
    }

    .sup-redirection {
      font-size: 14px;
    }
}

.support-lower-cnt::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.support-lower-cntexample {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

@media screen and (max-width: 767.99px) {
  .card-wrapper:nth-last-child(-n+3) {
    margin-bottom: 17px;
  }

  .card-wrapper h6 {
    letter-spacing: -0.56px;
  }

  .card-wrapper {
    flex: 0 0 100%;
    padding: 16px 15px 18px;
    margin-bottom: 10px;
  }

  .cardHeading p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: -0.39px;
  }

  .policyNo {
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.33px;
  }

  .policyHolder {
    padding: 19px 0px 12px;
  }

  .policyHolder .policyHolderName .small {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: -0.33px;
    padding-bottom: 6px;
  }

  .policyHolder .policyHolderName {
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.33px;
  }

  .premiumDetails {
    padding-top: 13px;
    max-height: 26px;
  }

  .premiumDetails .dateTxt {
    width: 40%;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: -0.33px;
  }

  .premiumDetails .premiumType {
    width: 40%;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: -0.33px;
  }

  .premiumDetails .premiumDate {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: -0.33px;
    width: 20%;
  }

  .padtop14 {
    padding-top: 10px;
  }

  .ta-checkbox-tick {
    width: 24px;
    height: 24px;
  }

  .pop-md {
    width: 95%;
  }

  .pop-lg {
    width: 95%;
  }

  .ta-popup-maindiv {
    padding: 20px;
  }

  .ta-popup-maindiv h2 {
    font-size: 28px;
    font-family: "Inter", sans-serif;
    line-height: normal;
    font-weight: 800;
    letter-spacing: -0.78px;
    margin-bottom: 7px;
  }

  .otp-no-wrap {
    margin-bottom: 5px;
  }

  .otp-num {
    font-size: 20px;
    font-family: "HelveticaNeueLTStd-Bd", sans-serif;
    line-height: 0.8;
    padding: 12px;
  }

  .ta-popup-maindiv .reg-form-btn {
    margin-top: 40px;
  }

  .ta-modal-wrap .modal-close-btn img {
    width: 14px;
  }

  .otp-error {
    margin-bottom: 11px;
  }

  .otp-error-text {
    font-size: 12px;
    font-family: "HelveticaNeueLTStd-Lt";
    line-height: normal;
    color: #e02020;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .button-non-bg {
    padding: 10px 25px;
    font-size: 16px;
    letter-spacing: -0.67px;
  }

  .button-primary-bg {
    padding: 10px 25px;
    font-size: 16px;
    letter-spacing: -0.67px;
  }

  .reg-form-btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .reg-form-btn .primary-btn {
    padding: 10px 20px;
    margin-right: 20px;
    font-size: 16px;
    font-family: "HelveticaNeueLTStd-Md", sans-serif;
    line-height: normal;
    letter-spacing: -0.67px;
  }

  .subHead {
    font-size: 14px;
    padding-bottom: 10px;
    margin: 0px;
    line-height: 1.71;
  }

  .selectBox {
    max-width: 360px;
    line-height: 30px;
    height: 30px;
  }

  .selectBox select {
    height: 30px;
    font-size: 16px;
  }

  .selectBox::after {
    background-image: url(../../../content/dam/tataaia/chevron/chevron-down.png);
    bottom: 25px;
  }

  .select2-container {
    min-width: auto;
  }

  .tnc {
    padding: 14px 0 19px;
  }

  .tnc .acceptTerms {
    font-size: 12px;
    align-items: flex-start;
    line-height: 1.67;
  }

  .tnc .acceptTerms img {
    margin: 0 5px 0 8px;
    width: 23px;
  }

  .tnc .acceptTerms .ta-checkbox-tick {
    width: 20px;
    height: 20px;
  }

  .tnc .noteTxt {
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.71;
  }

  .tnc .egTxt {
    font-size: 14px;
    line-height: 1.71;
  }

  .errorTxt {
    font-size: 12px;
    padding-top: 10px;
  }


  .downloadOption {
    padding-bottom: 10px;
  }

  .downloadOption ul li {
    padding-right: 0px;
    flex: 0 0 33.33%;
  }

  .downloadOption ul li a {
    font-size: 16px;
    flex-direction: column;
    text-align: center;
    line-height: 1.38;
  }

  .downloadOption ul li a img {
    padding-right: 0px;
    margin-bottom: 6px;
    margin-right: 0px;
    width: 31px;
    min-width: 31px;
  }

  .ta-sp-right-arr {
    top: 5px;
    padding: 3px;
  }

  .blueArrow {
    margin-left: 0px;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 27px;
  }

  .blueArrow:after {
    right: -7px;
    top: 13px;
  }
}

@media screen and (min-width: 770px) and (max-width: 1200px) {
  .card-wrapper {
    flex: 0 0 48.5%;
    margin-right: 20px;
  }

  .card-wrapper:nth-child(2n+2) {
    margin-right: 0px;
  }

  .card-wrapper:nth-child(3n+3) {
    margin-right: 20px;
  }
}

/* width */
.formContent.support-option::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.formContent.support-option::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.formContent.support-option::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.formContent.support-option::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
