.new-besttermplan .section-padding {
  padding-bottom: 70px;
  padding-top: 80px;
}

.new-besttermplan .section {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}

.new-besttermplan .container {
  max-width: 1140px;
  width: 100%;
}

.new-besttermplan .row {
  justify-content: center;
}

.new-besttermplan .text-center {
  text-align: center !important;
}

.new-besttermplan .offset-md-2 {
  margin-left: 0;
}

.new-besttermplan .mtop20 {
  margin-top: 20px !important;
}

.new-besttermplan .abt-sec .col-sm-4,
.new-besttermplan.abt-sec .col-sm-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.new-besttermplan a {
  cursor: pointer;
}

.new-besttermplan .abtboxholder {
  border: 1px solid #c7cacc;
  background: #fff;
  padding: 25px 20px;
  margin-bottom: 10px;
  position: relative;
}

.new-besttermplan .abtboxholder:before {
  width: 4px;
  height: 62px;
  background-color: red;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.new-besttermplan .abt-txt {
  float: left;
  margin-top: unset;
  margin-left: 4px;
}

.new-besttermplan .abt-txt-p {
  position: absolute;
  right: 0;
  top: 0;
  /* background-color: #FF0000; */
  background-color: rgba(9, 72, 115, 1);
  color: #fff;
  padding: 0px 6px;
  line-height: 22px;
  text-transform: uppercase;
  font-size: 14px;
}

.new-besttermplan .left {
  border-right: 1px solid #C7CACC;
  margin-right: 10px;
}

.new-besttermplan .abt-txt,
.new-besttermplan .left {
  float: left;
}

.new-besttermplan .abtboxholder img {
  width: auto;
  height: auto;
}

.new-besttermplan img {
  transition: transform 0.5s ease;
}

.new-besttermplan img {
  max-width: 100%;
}

.new-besttermplan img {
  vertical-align: middle;
}

.new-besttermplan img {
  border-style: none;
}

.new-besttermplan .abt-txt h3 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  color: #233253;
  padding-bottom: 2px;
}

.new-besttermplan .abt-txt .abt-txt-smallText {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #005E9E;
  display: block;
}

.new-besttermplan .abt-txt .abt-txt-smallText .smallText {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #454545;
}

.new-besttermplan .abtboxholder .icon-desktop {
  width: 28px;
  height: 28px;
  border: 0.78px solid #FF0000;
  color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 85%;
  top: 45%;
}

.new-besttermplan .abtboxholder .icon-desktop .arrow-icon {
  text-align: center;
}

.new-besttermplan .abtboxholder .icon-desktop .arrow-icon img {
  width: 5.44px;
  height: 8.56px;
  color: #FF0000;
}

.new-besttermplan .abt-txt-desc .mobileViewPlan {
  display: none;
}
.new-besttermplan .abt-txt p .abt-txt-smallText{
  display: inline;
}

.new-besttermplan .besttermplanv2{
  padding-block: 50px!important;
}
.new-besttermplan .expBtn{
  display: flex;
  justify-content: center;
}
.new-besttermplan .exploreMoreBtn{
  background: #ed1c24;
  border: 1px solid #ed1c24;
  color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  outline: 0;
  margin: 20px auto;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
/* mobile view css start */

@media screen and (max-width: 768px) {
  .new-besttermplan .besttermplanv2{
    padding-block: 20px!important;
    padding: 0 15px;
  }
  /* .new-besttermplan .mobileBlock {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
  } */

  .new-besttermplan .left,
  .abtboxholder .icon-desktop {
    display: none;
  }

  .new-besttermplan .abtboxholder {
    width: 100%;
    height: 170px;
  }

  .new-besttermplan .abt-txt h3 {
    font-size: 23.5px;
    line-height: 35px;
  }

  .new-besttermplan .abt-txt p {
    font-size: 13px;
    line-height: 19px;
    margin-top: 5px;
}

  .new-besttermplan .abt-txt .abt-txt-smallText {
    font-size: 13px;
    line-height: 19px;
  }

    .new-besttermplan .abt-txt p .abt-txt-smallText{
      display: inline;
    }

  .new-besttermplan .row {
    justify-content: unset;
  }

  .new-besttermplan .abtboxholder {
    /* padding: 22px 22px; */
    padding: 22px 13px 0px 13px;
  }

  .new-besttermplan .abt-txt-desc .mobileViewPlan {
    display: flex;
    margin: 8px 0px;
    width: 100%;
  }
 

  .new-besttermplan .abt-txt-desc .mobileViewPlan span {
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    color: #FF0000;
    border-radius: 88px;
    border: 1px solid #FF0000;
    text-align: center;
    padding: 3px 10px;
    margin: 0 auto;
  }
  .abt-txt-desc p:nth-child(3){
    margin-top: 10px;
  }
  .new-besttermplan .mobileBlock::-webkit-scrollbar{
    width: 6px;
    height: 6px;
    margin-block: 5px;
}

.new-besttermplan .mobileBlock::-webkit-scrollbar-track{
    box-shadow: inset 0 0 5px #C0E3FF; 
    background: #c0e3ff;
    border-radius: 10px;
}

.new-besttermplan .mobileBlock::-webkit-scrollbar-thumb{
    background: #547ed4;
    border-radius: 10px;
}

.new-besttermplan .mobileBlock::-webkit-scrollbar-thumb:hover {
    background: #547ed4; 
}
.new-besttermplan .row.mobileBlock{
  display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    
}
.new-besttermplan .abt-sec .col-sm-4.mobileSpacing {
  padding-left: unset;
  padding-right: unset;
}
 
}
.new-besttermplan .abtboxholder .icon-desktop {
  width: 76px;
  height: 25px;
  border: .78px solid #ed1c24;
  color: #ed1c24;
  border-radius: 5px;
  position: absolute;
  background: #fff;
  left: 77%;
  top: 45%;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-besttermplan .icon-desktop a {
  color: #ed1c24;
  font-weight: 700;
  position: relative;
  top: 2px;
}

.new-besttermplan .abtboxholder .icon-desktop .arrow-icon {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .new-besttermplan .abtboxholder .icon-desktop {
    display: none;
  }
  
  .new-besttermplan .abt-txt-desc .mobileViewPlan span {
    font-size: 12px;
    font-weight: 700;
    line-height: 19px;
    color: red;
    border-radius: 88px;
    border: 1px solid red;
    text-align: center;
    padding: 3px 10px;
    margin: 0 auto;
  }
}
.new-besttermplan .sec-title {
  font-size: 32px;
  font-weight: 700;
  color: #233253;
  margin-bottom: 26px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .new-besttermplan .sec-title {
    text-align: center;
    font-size: 24px;
    margin-top: 25px;
  }

}


.new-besttermplan .wantTwocardInLine .container{
  max-width: 95%;
}


.new-besttermplan .wantTwocardInLine {
  max-width: 874px !important;
}


.new-besttermplan .wantTwocardInLine .twoCardline {
  max-width: 50% !important;
  flex: none !important;
}



@media screen and (max-width:767px) {
  .new-besttermplan .wantTwocardInLine .twoCardline {
    max-width: 100% !important;
  }
  .new-besttermplan .wantTwocardInLine .container{
    max-width: 100% !important;
  } 
  .new-besttermplan .wantTwocardInLine .abtboxholder{
  height: 100%;
  }
}

.new-besttermplan .arn-description,
.new-besttermplan .arn-description p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  color: #5a5a5a;
  font-weight: 400;
}

@media screen and (min-width: 768px) { 
  .new-besttermplan .arn-description p.DeskTextRight {
    text-align: right;
  }
}
.termSectionCommon .addAccordion .new-besttermplan section {
  padding-block: 20px !important;
}
