.ta-sl-eq-h .slick-track {
  display: flex;
}

.ta-sl-eq-h .slick-slide {
  height: auto;
}

.ta-sl-eq-h .slick-slide > div {
  height: 100%;
}

.gray-div {
  width: calc(100% - 60px);
  height: 400px;
  margin-left: 60px;
  background: #d8d8d8;
}

.ta-plan-with-banner-w::after {
  content: "";
  display: table;
  clear: both;
}

.ta-plan-with-banner-w .ta-col {
  float: left;
  width: 50%;
}

.ta-plan-card-section {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, #fff), color-stop(98%, #f2f7fb));
  background-color: -moz-linear-gradient(bottom, #f2f7fb 98%, #fff 14%);
  width: 100%;
  border-radius: 20px;
  padding-bottom: 60px;
  margin-bottom: 90px;
}
.ta-plan-card-section.removeMb{
  margin-bottom: 40px;
}
.ta-pc-head-w {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.ta-pc-icon-w {
  width: 82px;
  height: 82px;
  margin-right: 19px;
  border-radius: 50%;
  background-color: #f2f7fb;
  padding: 14px;
  flex-shrink: 0;
}

.ta-pc-slider .slick-list {
  padding-bottom: 20px;
}
.resp-overflow .slick-list{
  overflow: visible;
}

.ta-best-seller {
  position: absolute;
  -moz-border--radius: 110px;
  border-radius: 11px;
  background-color: #4197d3;
  width: auto;
  height: 22px;
  bottom: -6px;
  left: 20px;
  color: #fff;
  font-family: "HelveticaNeueLTStd-Bd";
  font-size: 12px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 12px;
  padding-left:12px;
}

.ta-pc-btn-w {
  margin-top: 60px;
  font-size: 0;
}

.ta-pc-btn-w .ta-btn {
  display: inline-block;
  margin-right: 11px;
}

.ta-pc-btn-w .ta-btn:last-child {
  margin-right: 0;
}

.plans-card-carousel .ta-plan-card-section .ta-pc-text-w h2{
  font-size: 36px;
  font-family: "Inter", sans-serif;
  line-height: 55px;
  letter-spacing: -0.4px;
  color: #333333;
  margin-bottom: 9px;
}

.ta-pc-text-head {
  font-size: 36px;
  font-family: "Inter", sans-serif;
  line-height: 55px;
  letter-spacing: -0.4px;
  color: #333333;
  margin-bottom: 9px;
}
.ta-pc-text-head h2{
  font-weight: 700;
}

.ta-pc-box {
  box-shadow: 3px 6px 14px 0px rgba(0, 115, 187, 0.1);
  background: #fff;
  position: relative;
  border-radius: 20px;
  padding: 30px 21px;
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
.ta-pc-box .tooltip-img{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 6px;
    cursor: pointer;
}
a.ta-pc-box:after {
  content: "";
  background: url(../../../../../content/dam/tataaialifeinsurancecompanylimited/tataaia/arrow/chevron_20x12.png) no-repeat;
  width: 20px;
  height: 13px;
  transform: rotate(90deg);
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  background-position: 0px;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: auto;
}

.ta-pc-box-hdtext {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  color: #58595b;
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
  margin-bottom: 12px;
  font-weight: 700;
}

.header-tag-fonts .ta-pc-box-hdtext {
  font-size: 18px;
  line-height: 24px;
}

.ta-pc-box-hdtext p span{
  font-family:'HelveticaNeueLTStd-Lt';
  font-size:16px;
}

.ta-pcbox-subtext {
  color: #373737;
  font-size: 16px;
  line-height: 28px;
  font-family: "HelveticaNeueLTStd-Lt";
  font-weight: 300;
  margin-top: auto;
}

.plans-card-carousel .ta-plan-card-section h2{
  margin-bottom: 30px;  
}


.plans-card-carousel .ta-pc-btn-w .ta-btn{
  background: transparent;
  color: #d62049;
}
.plans-card-carousel .ta-pc-btn-w .ta-btn--inverse{
  background: #d62049;
  color: #fff;
}

.plan-carousel-wh-ht {
  width: 54px;
  height: 55px;
}
.ta-pc-box-popup-content{
  display: none;
}
.ta-pc-box-popup-wrapper{
  position: relative;
}
.ta-pc-box-popup-data{
  display: none;
}
.ta-pc-box-popup-data.active {
  display: block;
  max-width: 455px;
  width: 100%;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #F2F7FB;
  box-shadow: 3px 6px 14px rgba(0, 115, 187, 0.1);
  border-radius: 20px;
  position: fixed;
  z-index: 100;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.ta-pc-box-popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 12px;
  width: 12px;
  cursor: pointer;
}
.ta-pc-box-popup-heading h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #0073BB;
  margin-bottom: 15px;
}
.ta-pc-box-popup-desc, .ta-pc-box-popup-desc p{
  font-family: 'helveticaregular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.007em;
  color: #333333;
}

@media screen and (max-width: 767.99px) {
  .plans-card-carousel .ta-plan-card-section .ta-pc-slider.slick-slider .slick-list{
    overflow: hidden;
  }
  .ta-mob-none {
    display: none;
  }
  .plans-card-carousel .ta-plan-card-section h2{
    margin-bottom:10px;
  }
  .ta-plan-with-banner-w .ta-col {
    width: 100%;
  }
  
  a.ta-pc-box:after {
    right: 0;
    left: 0;
    margin: 5px auto;
    top: 90px;
    background: url(../../../../../content/dam/tataaialifeinsurancecompanylimited/tataaia/arrow/chevron_20x12.png) no-repeat;
    width: 14px;
    height: 9px;
    transform: rotate(270deg);
    display: none;
  }

  .ta-plan-card-section {
    margin-bottom: 60px;
    padding-bottom: 30px;
  }

  
  .ta-pc-box-hdtext p span{
    font-size:12px;
  }


  .ta-pc-head-w {
    margin-bottom: 20px;
  }

  .ta-pc-icon-w {
    width: 50px;
    height: 50px;
    padding:8px;
  }

  .ta-pc-icon-w img{
    width:33px; height: 33px;
  }

  .ta-best-seller {
    width: auto;
    height: 20px;
    bottom: -16px;
    font-size: 10px;
    line-height: normal;
    left: 16px;
    margin-top: 2px;
  }

  .ta-pc-btn-w .ta-btn {
    margin-right: 15px;
  }

  .ta-pc-text-head {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.83px;
    margin-bottom: 8px;
  }
  
  .ta-pc-box {
    padding: 14px;
    padding-bottom: 26px;
  }

  .ta-pc-box-hdtext {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
  }

  .header-tag-fonts .ta-pc-box-hdtext {
    font-size: 14px;
    line-height: 16px;
  }
  
  .ta-pcbox-subtext {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.33px;
  }
  .plans-card-carousel .ta-plan-card-section .ta-pc-text-w h2{
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.83px;
    margin-bottom: 8px;
  }

  .header-tag-fonts.plans-card-carousel .ta-plan-card-section .ta-pc-text-w h2{
    font-size: 26px;
    line-height: normal;
  }
  .plans-card-carousel .ta-pc-btn-w .ta-btn{
    margin-right: 11px;
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    letter-spacing: -0.67px;
    min-width: 136px;
    width: 154px;
    height: 40px;
    text-align: center;
    background: transparent;
    color: #d62049;
    border-radius: 10px;
    font-family: "HelveticaNeueLTStd-Md",sans-serif;
    border: 1px solid #d62049;
    align-items: center;
    justify-content: center;
  }

  .plans-card-carousel .ta-pc-btn-w .ta-btn:last-child{
    margin-right: 0;
  }

  .plans-card-carousel .ta-pc-btn-w .ta-btn--inverse{
    background: #d62049;
    color: #fff;
  }
  
  .plans-card-carousel .ta-plan-card-section .ta-pc-slider .slick-slide a .ta-pc-box-hdtext p{
    word-break: break-word;
  }
  .ta-plan-card-section.removeMb{
    margin-bottom: 40px;
  }
  .ta-pc-box-popup-data.active {
    max-width: 280px;
    width: 100%;
  }
  .ta-pc-box-popup-heading h2{
      font-size: 14px;
      line-height: 17px;
      margin-bottom: 11px;
  }
  .ta-pc-box-popup-desc, .ta-pc-box-popup-desc p{
      font-size: 10px;
      line-height: 15px;
  }
  .ta-pc-box-popup-close{
    position: absolute;
    right: 20px;
    top: 20px;
    height: 12px;
    width: 12px;
    cursor: pointer;
  }
}

.text-center .svg-path-w{
  display: none;
}

@media screen and (min-width:400px) and (max-width:640px){
  a.ta-pc-box:after{
    top:70px;
    display: none;
  }
}