body {
  display: flex;
  flex-flow: column;
  justify-content: center;
  /*min-width: 350px;
  min-height: 100vh;
  max-width: 1140px;*/
  margin: 0 auto;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
	
}
::-webkit-scrollbar { 
  width: 0px!important;
} 
a:focus, a:hover {
  outline: none !important;
  text-decoration: none;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none !important;
}
*, *:before, *:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased
}
ul, li {
  list-style: none;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  background: #004287;
  z-index: 997;
  padding: 10px 0;
  border-bottom: 0px solid #e6f2fb;
}
#header.header-scrolled {
  border-color: #004287;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px;
}
#header .logo a {
  color: #16507b;
}
#header .logo img {
  max-height: 56px;
  height: 100%;
}
.mt {
  margin: 5px 0px !important;
}
.fl {
  float: left;
}
/*----------Form--------*/
.formcontainer {
  margin: 10px 0px 30px 0px;
  background: #fff;
  padding: 10px 0px 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #ddd;
}
.NRIFORMRG {
  font-size: 23px;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0px;
  color: #004287;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.NRIFORMRG p {
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  padding: 0px;
  color: #004287;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.form-group {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.form-control {
  border: none;
  border-bottom: 2px solid #ddd;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.Free{
	font-size: 11px;
    padding: 12px 0px 0px;
    display: block;
	text-align: center;
}
/*-------------floating form----------*/
.countrylist {
  color: #111827;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.faqT {
  color: #111827;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.4px;
}
.formcontrols {
  border-radius: 12px !important;
  border: 1px solid #ced4da !important;
  height: 45px;
}
.form-group.floating > label {
  bottom: 39px;
  left: 8px;
  position: relative;
  background-color: white;
  padding: 4px 5px 0px 5px;
  font-size: 16px;
  transition: 0.1s;
  pointer-events: none;
  font-weight: 500 !important;
  transform-origin: bottom left;
}
.form-control.floating:focus ~ label {
  transform: translate(1px, -85%) scale(0.80);
  opacity: .8;
  color: #005ebf;
}
.form-control.floating:valid ~ label {
  transform-origin: bottom left;
  transform: translate(1px, -85%) scale(0.80);
  opacity: .8;
}
.form-control.floating .Flabel ~ label {
  opacity: 1;
  left: 3%;
  top: -20%;
  transform: translateY(-14px);
}
.Flabel {
  bottom: 54px !important;
  color: #6B7280;
  font-family: Inter;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: -23px;
  font-size: 80%;
  color: #dc3545;
  position: absolute;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: -23px;
  font-size: 80%;
  color: #28a745;
  position: absolute;
}
.invalid {
  color: #dc3545;
 
}
.valid {
  
  color: #28a745;
  
}
.txtline {
    position: absolute;
    right: 0;
    bottom: 29px;
    font-size: 14px;
}
.VPAN {
  font-size: 20px;
  border: 0px;
  cursor: pointer;
  border-radius: 5px;
  background-color: #ef4d62;
  color: #fff;
  text-align: center;
  /* min-width: 300px; */
  line-height: 1;
  padding: 16px 20px;
  display: block;
  margin: 0 auto;
}
.VPAN:hover, .VPAN:focus {
  color: #fff;
  background-color: #f45b6f
}
.VPAN strong {
  font-size: 16px;
  font-weight: 400;
  display: block
}
.mbt {
  margin-bottom: 0px !important;
}
.dateicon {
  position: absolute;
  right: 47px;
  top: 14px;
}

/*----------Form end--------*/
/*---------------------sticky cta--------------------
	-----------------------------------------------*/
.sticky-cta button.sem-oda-form-submit {
  background-color: #2a70ac;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  border: 0px;
  border-radius: 0;
  margin-bottom: 0;
  z-index: 100;
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 12px 30px;
  cursor: pointer;
  display: none;
}
.NRIBG {
  background-image: url("../images/NRIBG.jpg");
  padding: 50px 0px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 50px 0px 0px 0px;
}
.ref {
  color: #333333;
  font-weight: 400;
  font-size: 23px;
  margin: 0px 0px 50px;
  line-height: 1.2;
  list-style: none;
  border-left: 4px solid #ff0000;
  padding: 0px 10px;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
}
.refline {
  padding-inline-start: 7px;
  margin-top: 70px;
}
.NRIheading {
  padding: 0 6px;
  font-size: 38px;
  font-weight: 700;
  color: #004287;
  font-family: "Inter", sans-serif;
}
.NRIheading p {
  font-size: 27px;
  font-weight: 400;
  line-height: 1.4;
  color: #004287;
  font-family: "Inter", sans-serif;
}
.sectionTitleIntro > h2 {
  font-size: 35px;
  color: #3c3c3c;
  margin-bottom: 8px;
  letter-spacing: initial;
}
.sectionTitleIntro p {
  font-size: 18px;
  color: #3c3c3c;
  letter-spacing: .7px;
  margin-bottom: 5px;
}
.whyhdfcsec {
  padding: 40px 0;
  color: #fff;
  background: #eee;
}

.App{
	padding: 40px 0;
}
.productoffer {
  margin: 40px 0px 40px;
}
.productoffer h5 {
  color: #2d2d2d;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  text-shadow: 0 0 0;
}
.productoffer h5 span {
  display: block;
  color: #2d2d2d;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
  text-shadow: none;
  margin-bottom: 5px;
}
.productoffer img {
  position: relative;
  width: auto;
  margin-bottom: 10px;
}
.productheight {
  height: 43px;
}
.column_block {
  width: 100%;
  float: left;
  display: block;
  clear: both;
}
.redThemeBtn {
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  border: 0px;
  cursor: pointer;
  border-radius: 5px;
  background-color: #ef4d62;
  color: #fff;
  text-align: center;
  min-width: 300px;
  line-height: 1;
  padding: 16px 20px
}
.redThemeBtn:hover, .redThemeBtn:focus {
  color: #fff;
  background-color: #f45b6f
}
.redThemeBtn strong {
  font-size: 16px;
  font-weight: 400;
  display: block
}
.IR {
  width: 35%;
  margin: 0 auto;
}
.bproimgtxt {
  font-size: 20px;
  font-weight: 700;
  padding: 0px 10px 0px;
  vertical-align: middle;
  margin: 0px auto;
  text-align: center;
  width: 100%;
  position: relative;
  margin-left: 0px;
  height: 60px;
  color: #2d2d2d;
}
.texttc {
  width: 100%;
  font-size: 12px;
  padding: 10px;
  text-align: justify;
}
.IRtxt {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}
.IRimg {
  width: 100%;
  margin: 0 auto;
}
.pricing__table {
  display: flex;
  margin: 30px 0px 0px 0px;
}
.PN {
  font-size: 20px !important;
  font-weight: 600 !important;
  ;
}
.back-to-top {
  position: fixed;
  bottom: 120px;
  right: 25px;
  display: none;
  z-index: 99;
}
.top {
  background: #004287;
  color: #fff;
}
.top:hover {
  background: #e30011;
  color: #fff;
}
section.FAQs_and_Videos {
  padding: 50px 0;
}
.FAQs_and_Videos .widget_1, .FAQs_and_Videos .widget_2, .FAQs_and_Videos .widget_3 {
  padding: 13px 16px;
  float: left;
  width: 100%;
  min-height: 215px;
  margin-bottom: 10px;
  background-color: #f7f7f7;
}
.FAQs_and_Videos .widget_1 + .btn-redlink, .FAQs_and_Videos .widget_2 + .btn-redlink, .FAQs_and_Videos .widget_3 + .btn-redlink {
  font-size: 14px;
  float: right;
  color: #ef4d62;
  text-shadow: 0 0 0;
}
.FAQs_and_Videos h2 {
  font-size: 20px;
  color: #333;
  clear: both;
  margin: 15px 0 9px;
}
.FAQs_and_Videos .widget_1 ul li {
  padding: 13px 0;
  border-bottom: 1px solid #d0d0d0;
}
.FAQs_and_Videos .widget_1 ul li:last-child {
  border-bottom: none;
}
.FAQs_and_Videos .widget_1 ul li a {
  color: #254098;
  line-height: 18px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.FAQs_and_Videos .widget_3 .innerBox .contents {
  float: right;
  width: 60%;
}
.FAQs_and_Videos .widget_3 .innerBox .contents span {
  color: #000;
  font-size: 14px;
}
.FAQs_and_Videos .widget_3 .innerBox .contents h4 {
  margin-bottom: 8px;
}
.FAQs_and_Videos .widget_3 .innerBox .contents h4 a {
  color: #254098;
  line-height: 20px;
  font-size: 20px;
}
.FAQs_and_Videos .widget_3 .innerBox .contents p {
  color: #4d4d4d;
  line-height: 18px;
  margin-bottom: 0;
  font-size: 16px;
}
.custom-pagination > li a {
  background-color: transparent;
  border: 1px solid #666;
  color: #000;
}
.custom-pagination > li a:focus, .custom-pagination > li a:hover {
  background-color: #003b90;
  color: #fff;
  border: 1px solid #666;
}
.FAQs_and_Videos .widget_3 .innerBox .imgBox {
  float: left;
  width: 120px;
  height: 96px;
}
.FAQs_and_Videos .widget_3 .innerBox .imgBox a, .FAQs_and_Videos .widget_3 .innerBox .imgBox img {
  width: 100%;
  height: 100%;
}
.quicklinksBox {
  padding: 50px 0 0;
}
.quicklinksBox .AlphaOptions {
  padding: 0 0 30px;
}
.quicklinksBox .quicklinksHead {
  font-size: 16px;
  color: #000;
  line-height: 18px;
  margin: 8px 0;
  font-weight: 700;
}
.quicklinksBox .AlphaOptions .pagination {
  margin: 0;
}
.quicklinksBox .pagination > li > a, .quicklinksBox .pagination > li > span {
  padding: 5px 10px;
}
.quicklinksBox .linkOptions .black-links {
  margin-right: 8px;
  color: #333;
}
.quicklinksBox .linkOptions .black-links:hover, .quicklinksBox .linkOptions .black-links:focus {
  color: #858585;
}
.sectionInvestCalculator .testimonialBox {
  margin-top: 55px;
}
.sectionInvestCalculator .owl-item:first-child .testimonialBox {
  border-right: 1px #e5e5e5 solid;
}
.sectionInvestCalculator .testimonialBox .imgBox {
  width: 74px;
  height: 74px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.sectionInvestCalculator .testimonialBox p {
  line-height: 18px;
  text-shadow: 0 0 0;
  overflow: hidden;
  color: #3c3c3c;
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: .6px;
}
.sectionInvestCalculator .testimonialBox .testmonialUserName {
  display: block;
  color: #3c3c3c;
  font-size: 14px;
  margin-top: 18px;
}
.sectionInvestCalculator .testimonialBox .testmonialUserName b {
  color: #3c3c3c;
  font-weight: 400;
}
.section-betterReturns {
  background-color: #efefef;
  padding: 40px 0;
}
.section-betterReturns h3 {
  font-size: 35px;
  color: #3c3c3c;
}
.section-betterReturns h6 {
  font-size: 20px;
  color: #3c3c3c;
}
.section-betterReturns .ReturnsPtWrap {
  display: block;
  float: left;
  width: 100%;
  margin: 25px 0;
}
.section-betterReturns .ReturnsPt img {
  margin: 0 auto 10px;
  width: auto;
}
.section-betterReturns .ReturnsPt {
  margin: 0 0 12px;
}
.section-betterReturns .ReturnsPt h5 {
  color: #3c3c3c;
  font-size: 15px;
  line-height: 1.4;
  text-shadow: 0 0 0;
}
.section-betterReturns .ReturnsPt h5 span {
  display: block;
  color: #3c3c3c;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  text-shadow: none;
  margin-bottom: 5px;
}
.footer {
  float: left;
  width: 100%;
  color: #fff;
  background-color: #025296;
  padding: 15px 22px;
}
.footer h4 {
  color: #fff;
  font-size: 16px;
}
.footer p {
  color: #f7f8f9;
  font-size: 12px;
  margin: 0;
}
.footer p a {
  color: #f7f8f9;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  padding: 0 4px
}

	.NS{color:#00175a!important;}
	.NE{color:#004677!important;}
	.NU{color:#007d8f!important;}
	.NP{color:#00ab9b!important;}
	.NPP{color:#00c496!important;}
.NSU{color:#00df8f!important;}
.PCTC{
	font-size: 14px;
	margin: 0px;
	text-align: right;
}

@media (max-width: 640px) {
  .pricing__table {
    margin: 30px 15px 0px;
  }
  .pricing__table .pt__option .pt__option__item .pt__item .pt__item__wrap {
    padding: 24px 0 0 0;
  }
}
.pricing__table .pt__title {
  max-width: 25%;
  flex: 1;
}
@media (max-width: 991px) {
  .pricing__table .pt__title {
    max-width: 50%;
  }
}
.pricing__table .pt__title .pt__title__wrap {
  position: relative;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px 0;
  font-size: 1.375rem;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 991px) {
  .pricing__table .pt__title .pt__title__wrap {
    font-size: 1.3rem;
  }
}
.pricing__table .pt__title .pt__title__wrap .pt__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  min-height: 55px;
/*
  padding-left: 16px;
  padding-right: 16px;
*/
  border-bottom: 2px dashed rgba(73, 72, 74, 0.1);
  text-align: left;
  align-items: flex-start;
  color: #808080;
  font-weight: 500;
}
.pricing__table .pt__title .pt__title__wrap .pt__row:first-child {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .pricing__table .pt__title .pt__title__wrap .pt__row {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 640px) {
  .pricing__table .pt__title .pt__title__wrap .pt__row {
    padding-left: 0;
    padding-right: 15px;
    font-size: 15px;
  }
}
.pricing__table .pt__option {
  position: relative;
  flex: 1;
}
@media (max-width: 991px) {
  .pricing__table .pt__option {
    max-width: 50%;
  }
}
.pricing__table .pt__option .pt__option__mobile__nav {
  position: absolute;
  z-index: 1;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  display: none;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__mobile__nav {
    z-index: 2;
    top: 40px;
    display: flex;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    width: 110%;
    margin-left: -5%;
  }
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  background-color: #0061FF;
  transition: 0.25s;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn:hover {
  background-color: #0057E6;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn.swiper-button-disabled {
  background-color: #c0beb6;
  pointer-events: none;
}
.pricing__table .pt__option .pt__option__mobile__nav .mobile__nav__btn svg {
  width: 16px;
  color: #faf7f2;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__slider {
    overflow: hidden;
  }
}
.pricing__table .pt__option .pt__option__item {
  flex: 1;
  width: auto;
  max-width: 33.3333%;
  margin: 5px 0px;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item {
    width: 100%;
    max-width: none;
    flex: none;
    margin: 0px;
  }
}
.pricing__table .pt__option .pt__option__item .pt__item {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 1em;
  overflow: hidden;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item .pt__item {
    border: 1px solid #ddd;
    background-color: #fafafa;
  }
}
.pricing__table .pt__option .pt__option__item .pt__item.recommend {
  background-color: #1b2ef0;
}
.pricing__table .pt__option .pt__option__item .pt__item.recommend1 {
  background-color: #7d54f2;
}
.pricing__table .pt__option .pt__option__item .pt__item.recommend2 {
  background-color: #fff;
	border-right: 1px solid #ddd;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__item__wrap {
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  padding: 0px 0 0 0;
  font-size: 1.375rem;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 991px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__item__wrap {
    font-size: 1.3rem;
  }
}


@media (max-width: 990/px) {
	.pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
    border-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0px!important;
}
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 55px;
/*
  padding-left: 16px;
  padding-right: 16px;
*/
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px dashed rgba(73, 72, 74, 0.1);
  color: #000;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
  border-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  padding: 0px 0px;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child {
  display: inline-flex;
  /*padding: 18px 15px ;*/
  align-items: center;
  border-bottom: 0;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child a {
  padding: 15px 30px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  background-color: #0061FF;
  transition: 0.25s;
}
.pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child a:hover {
  background-color: #0057E6;
}
@media (max-width: 576px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__row:last-child a {
    padding: 12px 20px;
  }
}
@media (max-width: 640px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__row {
    font-size: 16px;
  }
	.pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
   
    padding: 10px 50px;
}
	.pricing__table .pt__title .pt__title__wrap {
    
    padding: 22px 0;
    
}
}

@media (max-width: 390px) {
    .pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
        padding: 10px 47px;
    }
}
@media (max-width: 375px) {
  .pricing__table .pt__option .pt__option__item .pt__item .pt__row {
    font-size: 15px;
  }
	.pricing__table .pt__option .pt__option__item .pt__item .pt__row:first-child {
   
    padding: 10px 43px;
}
	.pricing__table .pt__title .pt__title__wrap {
    
    padding: 22px 0;
    
}
}
h3 {
  text-align: center;
  margin-top: 60px;
  padding: 0 30px;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.4;
}
/*--------------------------------------------------------------
# media
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .NRIheading {
    padding: 0 6px;
    font-size: 31px;
  }
  .NRIheading p {
    font-size: 17px;
    line-height: 1.5;
  }
  .refline {
    padding-inline-start: 7px;
    margin-top: 23px;
  }
  .ref {
    font-size: 19px;
    margin: 0px 0px 30px;
  }
	.NRIFORMRG {
		font-size: 22px;
	line-height: 30px;
	}
	.NRIFORMRG p {
		font-size: 19px;}
}

@media (max-width: 800px) {
  .NRIheading {
    padding: 0 6px;
    font-size: 31px;
  }
  .NRIheading p {
    font-size: 17px;
    line-height: 1.5;
  }
  .refline {
    padding-inline-start: 7px;
    margin-top: 30px;
  }
  .ref {
    font-size: 19px;
    margin: 0px 0px 30px;
  }
  .NRIFORMRG {
    font-size: 22px;
    line-height: 1.4;
  }
  .NRIFORMRG p {
    font-size: 19px;
  }
  .sectionTitleIntro > h2 {
    font-size: 30px;
    color: #3c3c3c;
    margin-bottom: 8px;
    letter-spacing: initial;
  }
  .footer {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .DIRF {
    display: none;
  }
  .IRFimg {
    width: 40%;
    margin: 0 auto;
  }
  .texttc {
    width: 100%;
    font-size: 12px;
    padding: 10px 25px;
    text-align: justify;
    word-spacing: -2px;
  }
}
@media (max-width: 640px) {
  .refline {
    padding-inline-start: 7px;
    margin-top: 22px;
  }
  .ref {
    color: #333333;
    font-weight: 400;
    font-size: 20px;
    margin: 0px 0px 30px;
  }
  .NRIheading {
    padding: 0 6px;
    font-size: 36px;
  }
  .NRIheading p {
    font-size: 25px;
  }
  .sectionTitleIntro > h2 {
    font-size: 27px;
  }
  .sectionTitleIntro p {
    font-size: 15px;
  }
  .IRtxt {
    font-size: 18px;
  }
  .IRimg {
    width: 45%;
    margin: 0 auto;
    margin: 0px 0px 20px;
  }
  .bproimgtxt {
    font-size: 18px;
    height: 52px;
  }
  h3 {
    text-align: center;
    margin-top: 20px;
    padding: 0 30px;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.4;
  }
  .productoffer {
    margin: 40px 0px 10px;
  }
  .column_block {
    margin: 20px 0px 0px;
  }
  .productoffer img {
    height: 60px;
  }
	.txtline {
    display: block;
    position: absolute;
    left: 35px;
    bottom: 0px;
    font-size: 14px;
    margin: 0 auto;
	
}
	.PCTC {
    font-size: 14px;
    margin: 0px;
    text-align: center;
}
}
@media (max-width: 600px) {
  .NRIheading {
    padding: 0 6px;
    font-size: 28px;
  }
  .NRIheading p {
    font-size: 22px;
  }
  .refline {
    padding-inline-start: 7px;
    margin-top: 22px;
  }
  .ref {
    color: #333333;
    font-weight: 400;
    font-size: 19px;
    margin: 0px 0px 30px;
  }
  .NRIFORMRG {
    font-size: 22px;
    line-height: 1.5;
  }
  .NRIFORMRG p {
    font-size: 20px;
  }
  .form-control {
    font-size: 15px;
  }
  .container {
    padding: 10px;
  }
  .sectionTitleIntro > h2 {
    font-size: 27px;
  }
  .sectionTitleIntro p {
    font-size: 15px;
  }
  .IRtxt {
    font-size: 20px;
  }
  .IRimg {
    width: 70%;
    margin: 0 auto;
  }
  .bproimgtxt {
    font-size: 18px;
    height: 32px;
  }
  h3 {
    text-align: center;
    margin-top: 20px;
    padding: 0 30px;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.4;
  }
  .productoffer {
    margin: 40px 0px 10px;
  }
  .column_block {
    margin: 20px 0px 0px;
  }
  .IRFimg {
    width: 32%;
    margin: 0 auto;
  }
}
@media (max-width: 450px) {
  .NRIheading p {
    font-size: 20px;
  }
  .NRIheading {
    padding: 0 6px;
    font-size: 27px;
  }
}
@media (max-width: 400px) {
  .NRIheading {
    padding: 0 6px;
    font-size: 25px;
  }
  .NRIheading p {
    font-size: 20px;
  }
  .refline {
    padding-inline-start: 7px;
    margin-top: 22px;
  }
  .ref {
    color: #333333;
    font-weight: 400;
    font-size: 17px;
    margin: 0px 0px 30px;
  }
  .NRIFORMRG {
    font-size: 18px;
    line-height: 1.5;
  }
  .NRIFORMRG p {
    font-size: 15px;
  }
  .form-control {
    font-size: 14px;
  }
  .container {
    padding: 5px;
  }
  .sectionTitleIntro > h2 {
    font-size: 27px;
  }
  .sectionTitleIntro p {
    font-size: 15px;
  }
  .IRtxt {
    font-size: 18px;
  }
  .IRimg {
    width: 70%;
    margin: 0 auto;
  }
  .bproimgtxt {
    font-size: 18px;
    height: 32px;
  }
  h3 {
    text-align: center;
    margin-top: 20px;
    padding: 0 30px;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.4;
  }
}
@media (max-width: 360px) {
  .NRIheading {
    padding: 0 6px;
    font-size: 24px;
  }
  .NRIheading p {
    font-size: 20px;
  }
  .refline {
    padding-inline-start: 7px;
    margin-top: 22px;
  }
  .ref {
    color: #333333;
    font-weight: 400;
    font-size: 17px;
    margin: 0px 0px 30px;
  }
  .NRIFORMRG {
    font-size: 18px;
    line-height: 1.5;
  }
  .NRIFORMRG p {
    font-size: 15px;
  }
  .form-control {
    font-size: 14px;
  }
  .container {
    padding: 5px;
  }
  .sectionTitleIntro > h2 {
    font-size: 25px;
  }
  .sectionTitleIntro p {
    font-size: 15px;
  }
  .IRtxt {
    font-size: 18px;
  }
  .IRimg {
    width: 70%;
    margin: 0 auto;
  }
  .bproimgtxt {
    font-size: 17px;
    height: 32px;
  }
  h3 {
    text-align: center;
    margin-top: 20px;
    padding: 0 30px;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.4;
  }
}