@font-face {
  font-family: 'Hello Valentica';
  src: url("../font/Hello Valentina.ttf");
}
@font-face {
  font-family: 'ProximaNovaAlt';
  src: url("../font/ProximaNovaAlt.ttf");
}
body {
  background: linear-gradient(180deg, #020658 0%, #020549 100%);
}

.loginbg{
	
	background-color: #fff;
}
a:hover {
  color: 333;
  text-decoration: none;
}
section {
  padding: 20px 0px;
}
canvas {
  display: block;
  position: absolute;
  top: 0%;
  width: 80%;
}
.img100 {
  width: 100%;
}
h1 h2 h3 {
  font-size: 32px !important;
}
.textdecoration {
  text-decoration: none;
}
.row {
  margin: 0px !important;
}
.container-fluid {
  padding: 0px !important;
}
.light {
  padding: 104px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 24px;
  background: url("../images/Backgroundheader.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.lock{
		
  /*top: 0px;
  left: 0;
  right: 0px;
  bottom: 0;*/
	width: 19%;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(249, 250, 251, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%);
	 -webkit-backdrop-filter: blur(7.5px);
	-moz-backdrop-filter: blur(7.5px);
	-O-backdrop-filter: blur(7.5px);
	-ms-backdrop-filter:blur(7.5px);
    backdrop-filter: blur(7.5px);
    position: absolute;
    top: 298px;
    height: 279px;
    z-index: 999;
}
.lock1 {
    width: 19%;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(249, 250, 251, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%);
	 -webkit-backdrop-filter: blur(7.5px);
	-moz-backdrop-filter: blur(7.5px);
	-O-backdrop-filter: blur(7.5px);
	-ms-backdrop-filter:blur(7.5px);
    backdrop-filter: blur(7.5px);
	
    position: absolute;
    top: 3px;
    height: 279px;
    z-index: 999;
}

  .lock2 {
    width: 31%;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(249, 250, 251, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%);
   
	  -webkit-backdrop-filter: blur(7.5px);
	-moz-backdrop-filter: blur(7.5px);
	-O-backdrop-filter: blur(7.5px);
	-ms-backdrop-filter:blur(7.5px);
    backdrop-filter: blur(7.5px);
    position: absolute;
    top: 0px;
    height: 270px;
    z-index: 999;

}

    .lockbtn {
    border-radius: 12px;
    background: #1570EF;
    width: 80%;
    position: absolute;
    top: 90px;
    left: 20px;
    color: #fff;
    font-size: 19px;
    font-family: 'Inter';
    border: 1px solid #1570EF;
    padding: 11px;
    display: block;
}

.lockbtn .btn:hover{
	color: #fff;
	text-decoration: none;
	
}
	.lockimg {
    position: absolute;
    top: 100px;
    left: 83px;
    width: 40px;
}

.lightbg {
  background: url(../images/lightbg.svg)no-repeat right top;
  position: relative;
  top: 0px;
  left: 0;
  right: 20px;
  bottom: 0;
}
.hsllogo {
  margin: 0 auto;
  display: block;
  padding: 50px 0px 0px 0px;
  width: 17%;
}
.pantiL {
  position: absolute;
  bottom: 0%;
  left: 0%;
  margin: 0 auto;
  display: block;
  width: 50%;
}
.pantiR {
  position: absolute;
  bottom: 0%;
  margin: 0 auto;
  display: inline-block;
  width: 50%;
}
.Moneyf {
  padding: 50px 0px;
  position: absolute;
  z-index: 9;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.vector {
  width: 40%;
  margin: 0 auto;
  display: block;
}
.present {
  color: #FFF;
  font-family: ProximaNovaAlt;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 34px 0px 0px 0px;
  margin: 0 auto;
}
.ilogo {
  color: #FFF;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
}
.introtxt {
  color: #FFF;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 66px */
}
.dimg {
  width: 34%;
  position: absolute;
}
.diya {
  width: 100px;
}
.play-button {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0;
  margin: 0 auto;
  user-select: none;
  background-color: rgb(50 50 50 / 72%);
  transition: background-color 0.5s ease;
}
.play-button:after {
  position: absolute;
  top: calc(74% - 27px);
  left: calc(50% - 9px);
  display: block;
  content: "";
  box-sizing: border-box;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 13px 0 13px 24px;
}
.play-button:hover {
  background-color: rgba(0, 33, 66, 0.9);
}
.drsbbg {
  width: 100%;
  border-radius: 24px;
  background: var(--gray-50, #F9FAFB);
  padding: 15px;
}
.drsbnametxt {
  /* color: var(--gray-900, #101828);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-left: 190px;
  display: block; */
  color: var(--gray-900, #101828);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-left: 200px;
    display: block;
    width: 62%;
    padding: 13px;
}
.drsbname {
  color: var(--base-black, #000);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 22.8px */ margin: 16px 0px 0px;
}
.post {
  color: var(--gray-500, #667085);
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sectiontoptxt {
  color: #FFFB52;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.stockbg {
  display: block; /* width: 219px; */ height: 280px;
  padding: 15px 10px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 24px;
  background: var(--gray-50, #F9FAFB);
}
.stocklogo {
  border-radius: 4px;
  border: 0px solid #CACACA; /* padding: 2px; */ position: absolute;
  width:40px;
}
.stockcat {
  border-radius: 12px;
  background: #030653;
  position: relative;
  left: 27px; /* top: 195px; */ /* display: flex; border: 1px solid;margin: 0px 0px 0px 61px;*/ padding: 5px;
  width: 139px;
  text-align: center;
}
.stockcatname {
  color: #FFF;
  /* Text xs / Semibold */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 150% */
  text-align: center;
  margin: 7px auto;
}
.stockname {
  color: var(--gray-800, #1D2939);
  /* Text lg / Semibold */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  margin: 10px 0px;
  height: 40px;
  padding: 0px 0px;
}
.LTP {
  color: var(--gray-500, #667085);
  /* Text sm / Regular */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.note {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.stockbuyrange {
  color: var(--gray-500, #667085);
  /* Text sm / Regular */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.stockprice {
  color: #000;
  /* Text lg / Bold */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
}
.stockbuyamount {
  color: #000;
  /* Text lg / Bold */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 155.556% */
}
.stockpricetarget {
  color: #039855;
  /* Text lg / Bold */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 155.556% */
}
.buyr {
  float: left;
  width: 50%;
  padding: 5px 0px;
  display: block;
}
.samvatviewreport {
  border-radius: 24px;
  /* opacity: 0.2; */
  background: #ffffff24;
  /* position: absolute; */
  width: 100%;
  margin: 0 auto;
  height: 52px;
  padding: 8px;
}
.samvatviewreporttxt {
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.svr {
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: underline;
  margin: 67px
}
.stockbg1 {
  display: block;
  height: 70px;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 24px;
  background: #FFEB3B;
  background-image: url("../images/mfstockbg1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* position: absolute; */
  /* top: -25px; */
  /* z-index: -1; */
  /* opacity: 0.1; */
}
.mfstockbg {
  margin: -35px 0px 0px 0px;
  display: block;
  /* width: 219px; */
  height: 230px;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 24px;
  background: var(--gray-50, #F9FAFB);
}
.mfstocklogo {
  margin: -35px 0px 0px;
}
.mfstockname {
  color: #FFF;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}
.mfstockcat {
  border-radius: 12px;
  background: #030653;
  /* position: absolute; */
  /* left: 25px; */
  /* top: 195px; */
  display: block;
  /* border: 1px solid; */
  margin: 10px 0px 10px 0px;
  padding: 10px;
  width: max-content;
  text-align: center;
}
.mfLTP {
  color: var(--gray-500, #667085);
  /* Text sm / Regular */
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.etfstocklogo {
  margin: -35px 0px 0px;
}
.stockbg2 {
  display: block;
  height: 280px;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 24px;
  background: #FFEB3B;
  background-image: url("../images/etfimg1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* position: absolute; */
  /* top: -25px; */
  /* z-index: -1; */
  /* opacity: 0.1; */
}
.etfstockbg1 {
  margin: 16px 0px 0px 0px;
  display: block;
  /* width: 219px; */
  height: 230px;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 24px;
  background: var(--gray-50, #F9FAFB);
  opacity: 0.9;
}
.etfstockbgg3 {
  margin: -35px 0px 0px 0px;
  display: block;
  /* width: 219px; */
  height: 244px;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 24px;
  background: var(--gray-50, #F9FAFB);
}
.etfstockcat1 {
  border-radius: 12px;
  background: #DE460E;
  /* position: absolute; */
  /* left: 25px; */
  /* top: 195px; */
  display: block;
  /* border: 1px solid; */
  margin: 10px 0px 10px 0px;
  padding: 10px;
  width: max-content;
  text-align: center;
}
.etfstockcat3 {
  border-radius: 12px;
  background: #030653;
  /* position: absolute; */
  /* left: 25px; */
  /* top: 195px; */
  display: block;
  /* border: 1px solid; */
  margin: 10px 0px 10px 0px;
  padding: 10px;
  width: max-content;
  text-align: center;
}
.etfstockbg3 {
  display: block;
  height: 70px;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 24px;
  background: #FFEB3B;
  background-image: url("../images/etfstockimgb2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* position: absolute; */
  /* top: -25px; */
  /* z-index: -1; */
  /* opacity: 0.1; */
}
.col-lg-1-5 {
  width: 20%;
  padding: 10px;
}
.col-lg-2-5 {
  width: 40%;
}
.col-lg-3-5 {
  width: 60%;
}
.col-lg-4-5 {
  width: 80%;
}
.col-lg-5-5 {
  width: 100%;
}
.carousel-section {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}
.carousel-section .owl-carousel .owl-stage {
  padding-left: 0 !important;
}
.carousel-section .owl-carousel .owl-stage-outer {
  overflow: unset;
}
.carousel-section .owl-carousel .owl-nav .owl-next, .carousel-section .owl-carousel .owl-nav .owl-prev {
  width: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  height: 40px;
  font-size: 20px;
}
.carousel-section .owl-carousel .owl-nav .owl-next:focus, .carousel-section .owl-carousel .owl-nav .owl-prev:focus {
  outline: 0;
}
.carousel-section h2 {
  font-size: 34px;
  text-align: left;
  font-weight: 700;
}
.carousel-container {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  width: 100%;
}
.carousel-item {
  margin: 0px 0;
  display: block;
}
.carousel-item__card {
  height: 300px;
  border-radius: 12px;
  margin: 30px 0 0px;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
}
.owl-carousel .owl-item img {
  display: block;
  width: auto !important;
}
.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1rem;
}
.grid-4{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}
.grid-3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}
/* owl nav */
.owl-prev span, .owl-next span {
  color: #fff;
}
.owl-prev span:hover, .owl-next span:hover {
  color: #8199a3;
}
.owl-prev {
  left: 7px;
}
.owl-next {
  right: 7px;
}
/* owl dot */
.owl-dots {
  text-align: center;
}
.owl-dots button.owl-dot {
  height: 15px;
  width: 15px;
  background: #405C82!important;
margin: 0 3px;
  border-radius: 15px;
}
.owl-dots button.owl-dot.active {
  background: #1F7CFF!important;
}
/* removing blue outline from buttons */
button:focus, button:active {
  outline: none;
}
.pms {
  border-radius: 28.143px;
  background: linear-gradient(180deg, #ABBBD3 0%, #99A787 100%);
  box-shadow: 0px 36.16969px 75.86335px 0px rgba(66, 71, 92, 0.13);
  display: block;
  padding: 15px;
}
.pmsh {
  color: #203905;
  text-shadow: 0px 36.16968536376953px 75.86334991455078px rgba(66, 71, 92, 0.13);
  font-family: Inter;
  font-size: 33px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 39.6px */
}
.pmshtxt {
  color: #203905;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.pmsbg1 {
  display: block;
  /* width: 219px; 
    height: 230px;*/
  padding: 5px 0px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 24px;
  background: var(--gray-50, #F9FAFB);
}
.pmsstock1 {
  color: #000;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  display: block;
  position: absolute;
  margin: -58px 0px 0px 65px;
  width: 72%;
}
.pmsstockbuyrange {
  color: var(--gray-500, #667085);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.ccpmsstockbuyrange {
  color: var(--gray-500, #667085);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
}
.Curatedportfolios {
  border-radius: 28.143px;
  background: linear-gradient(180deg, #E3D4F4 0%, #F9E5DE 100%);
  box-shadow: 0px 36.16969px 75.86335px 0px rgba(66, 71, 92, 0.13);
  display: block;
  padding: 15px;
}
.CPLTP {
  color: #000 !important;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.CPh {
  background: linear-gradient(126deg, #481688 0%, rgba(113, 35, 211, 0.92) 88.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 36.16968536376953px 75.86334991455078px rgba(66, 71, 92, 0.13);
  font-family: Inter;
  font-size: 33px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 39.6px */
  text-transform: capitalize;
}
.CPbg1 {
  display: block;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 24px;
  background: var(--gray-50, #F9FAFB);
}
.CPStocks {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  letter-spacing: -0.4px;
  text-transform: capitalize;
  width: 80%;
}
.CPtag {
  border-radius: 24px;
  background: #F8E5DE;
  ;
  color: #622F1C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 7px;
  position: absolute;
  width: 110px;
  margin: -2px 0px 10px 10px;
  display: inline-block;
  text-align: center;
}
.CPtag2 {
  border-radius: 24px;
  background: #DEE1F8;
  color: #222A67;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 7px;
  width: 110px;
  margin: -2px 0px 10px 10px;
  display: inline-block;
  text-align: center;
  position: absolute;
}
.CPtag3 {
  border-radius: 36px;
  background: #D6F5D9;
  color: #154B1A;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 7px;
  width: 110px;
  margin: -2px 0px 10px 10px;
  display: inline-block;
  text-align: center;
  position: absolute;
}
.HealthInsbg {
  border-radius: 28.143px;
  background: linear-gradient(134deg, #EF923D 0%, rgba(197, 35, 211, 0.92) 130.71%);
  box-shadow: 0px 36.16969px 75.86335px 0px rgba(66, 71, 92, 0.13);
  height:auto;
  padding: 15px;
  position: absolute;
  z-index: 9999;
  margin: -35px 0px 10px 0px;
}
/*.HealthInsicon{
	position: absolute;
    left: 70%;
    top: 0px;
	
}*/
.HealthInsicon {
  position: absolute;
  left: 54%;
  top: 0px;
}
.HealthInsicon_1 {
  position: absolute;
  left: 69%;
  top: 0px;
}
.HealthInsicon_2 {
  position: relative;
  left: 22%;
  top: 13px;
}
.HealthInsicon_3 {
  position: relative;
  left: 69%;
  top: 54px;
}
/*.HealthInsh{
	color: #FFF;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%;
	display: inline-block;
	width: 45%;
	position: absolute;
	margin: 0px 5px;
}*/
.HealthInsh {
  color: #FFF;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}
.HInsbtn {
  border-radius: 12px;
  background: #FFF;
}
.btntxt {
  color: #03064F;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 90.909% */
}
.HealthInshtxt {
  color: var(--base-white, #FFF);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 31.5px */
}
/*.HealthInstag{
	border-radius: 24px;
    background: #802646;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    position: relative;
    width: 30%;
    padding: 7px;
    text-align: center;
    display: inline-block;
    float: right;
}*/
*.HealthInstag {
  border-radius: 24px;
  background: #ffffff;
  color: #470707;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  position: relative;
  width: max-content;
  padding: 7px;
  text-align: center;
}
.Pensionplanbg {
  border-radius: 28.143px;
  background: linear-gradient(131deg, #8B3DEF 0%, rgba(113, 35, 211, 0.92) 100.21%);
  box-shadow: 0px 36.16969px 75.86335px 0px rgba(66, 71, 92, 0.13);
  padding: 15px;
}
.Pensionplanh {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  position: absolute;
  width: 64%;
  display: inline-block;
  margin: 8px 3px;
}
.Pensionplanicon {
  position: absolute;
  left: 61%;
  top: 0px;
  opacity: 0.4;
}
.Pensionplantag {
  border-radius: 24px;
  background: #56229A;
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 7px;
  /* position: absolute; */
  width: 147px;
  margin: 10px 0px 10px 0px;
  display: block;
  text-align: center;
}
.Pensionplantxt {
  color: var(--base-white, #FFF);
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  height: 35px;
}
.pensionbtn {
  border-radius: 12px;
  background: #FFF;
  width: 137px;
}
.savingplanicon {
  position: absolute;
  left: 53%;
  /* top: 0px; */
  /* opacity: 0.4; */
  bottom: 0px;
}
.savingplanbg {
  border-radius: 28.143px;
  background: linear-gradient(134deg, #E13DEF 0%, rgba(134, 35, 211, 0.92) 130.71%);
  box-shadow: 0px 36.16969px 75.86335px 0px rgba(66, 71, 92, 0.13);
  padding: 15px;
}
.savingplantag {
  border-radius: 24px;
  background: #56229A;
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 8px;
  /* position: absolute; */
  width: 147px;
  margin: 10px 0px;
  display: block;
  text-align: center;
}
.savingplantxt {
  color: var(--base-white, #FFF);
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  height: 37px;
}
.savingplanh {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  position: absolute;
  width: 50%;
  display: inline-block;
  margin: 8px 3px;
}
.savingplanbtn {
  border-radius: 12px;
  background: #FFF;
  width: 137px;
  position: relative;
}
.AIFimg {
  position: absolute;
}
.AIFstock1 {
  color: #000;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  display: block;
  margin: 0px 0px 10px 55px;
}
.AIFbg1 {
  display: block;
  padding: 12px 0px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 24px;
  background: var(--gray-50, #F9FAFB);
}
.wishes {
  color: #3745B6;
  text-align: center;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 71.429% */
}
.Happydiwali {
  color: #3745B6;
  font-family: "Hello Valentica", sans-serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 15% */
  padding: 70px;
}
.crackers {
  width: 100%;
}
.temple {
  background-image: url("../images/temple.png");
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
  padding: 80px;
  margin: 100px 0px 0px;
}
footer {
  padding: 10px;
}
.Disclaimers {
  color: #FFF;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  opacity: 0.8;

}

 .lock1 .hoverlockbtn {
    display: none;
}

.lock1:hover .hoverlockbtn {
    display: block;
	
}

.lock1:hover .lockimg {
    display: none;	
}






 .lock .hoverlockbtn {
    display: none;
}

.lock:hover .hoverlockbtn {
    display: block;
	
}

.lock:hover .lockimg {
    display: none;	
}













.lock2 .hoverlockbtn {
    display: none;
}

.lock2:hover .hoverlockbtn {
    display: block;
	
}

.lock2:hover .lockimg1 {
    display: none;	
}









/*Media*/

@media(max-width:1024px) {
	
  .drsbnametxt {
    font-size: 16px;
    line-height: 22px;
    margin-left: 157px;
    display: block;
  }
  .stockbg {
    display: block;
    /* width: 219px; 
    height: 260px;*/
    padding: 15px 10px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 24px;
    background: var(--gray-50, #F9FAFB);
  }
  .stockcatname {
    color: #FFF;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    margin: 0 auto;
  }
  .stockcat {
    border-radius: 12px;
    background: #030653;
    position: relative;
    left: 29px;
    /* top: 195px; */
    padding: 7px;
    width: 127px;
    text-align: center;
  }
  .stockname {
    color: var(--gray-800, #1D2939);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    margin: 10px 0px;
  }
	.etfstockbg1{padding:11px;}
  .LTP {
    color: var(--gray-500, #667085);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .stockbuyrange {
    color: var(--gray-500, #667085);
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .stockpricetarget {
    color: #039855;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
  }
  .stockbuyamount {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
  }
  .stockbuyamount {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
  }
  .samvatviewreport {
    padding: 10px;
  }
  .samvatviewreporttxt {
    color: #FFF;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
  }
  .svr {
    color: #FFF;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: underline;
    margin: 44px;
  }
  .HealthInsicon {
    position: absolute;
    left: 46%;
    top: 0px;
    opacity: 0.3;
  }
	
  .HealthInsh {
    color: #FFF;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
  }
  .HealthInshtxt {
    color: var(--base-white, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .mfLTP {
    color: var(--gray-500, #667085);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .CPStocks {
    font-size: 15px;
  }
  .Happydiwali {
    color: #3745B6;
    font-family: "Hello Valentica", sans-serif;
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 53px;
  }
  .wishes {
    color: #3745B6;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
	
	.lockimg1{
		left:63px!important;
		top:100px!important;
	}
	.lock {
    width: 19%;
    height: 279px;
    z-index: 999;
}
	.lock1 {
    width: 19%;
    
    top: 0px;
	}
	.lockimg {
    position: absolute;
    top: 100px;
    left: 70px;
    width: 40px;
}
	.lockbtn{
		left:15px;
	}
	.lock2{
		height: 296px;}
	
}
@media(max-width:990px){
	.drsbnametxt {
    font-size: 14px;
    line-height: 22px;
    margin-left: 111px;
    display: block;
    /* padding: 10px; */
    width: 65%;
    padding: 0px 12px;
}
	.lockimg {
    position: absolute;
    top: 100px;
    left: 150px;
    width: 40px;
}
	.lockimg1 {
    left: 85px!important;
    top: 100px!important;
}
	
	.lockbtn {
    left: 31px;
}
	
	
	.lock{
		width:100%;
		top:0px;
	}
	.lock1{
		width:100%;
		top:0px;
	}
	.lock2{
		width: 100%;
		top: 0px;
    height: 300px
	}
.lock3{
		width:100%;
	}
	.CPStocks {
    font-size: 15px;
    width: 72%;
}
}
@media(max-width:768px) {
  .introtxt {
    color: #FFF;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    font-size: 32px;
  }
  .ilogo {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
  .drsbnametxt {
    font-size: 13px;
    line-height: 18px;
    margin-left: 113px;
  }
  .drsbname {
    font-size: 16px;
    line-height: 108%;
    margin: 3px 0px 0px;
  }
  .samvatviewreport {
    border-radius: 24px;
    /* opacity: 0.2; */
    background: #ffffff24;
    /* position: absolute; */
    width: 100%;
    margin: 0 auto;
    height: 52px;
    padding: 13px;
  }
  .samvatviewreporttxt {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
  }
  .svr {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: underline;
    margin: 8px;
  }
  .stockname {
    color: var(--gray-800, #1D2939);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    margin: 17px 0px;
    height: 33px;
  }
	
  .HealthInsicon {
    position: absolute;
    left: 27%;
    top: 0px;
    width: 42%;
    /* height: 3px; */
    opacity: 0.3;
  }
  .HealthInsh {
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    margin-top: 10px;
  }
  .HealthInshtxt {
    color: var(--base-white, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
	.CPStocks {
    font-size: 15px;
    width: 70%;
}
  .savingplanicon {
    left: 64%;
  }
  .wishes {
    color: #3745B6;
    text-align: center;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
  .Happydiwali {
    color: #3745B6;
    font-family: "Hello Valentica", sans-serif;
    font-size: 75px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 45px;
  }
  .temple {
    background-image: url(../images/temple.png);
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    padding: 70px;
    margin: 0px 0px 0px;
  }
	
	
	.lock{
		width:100%;
		top:0px;
	}
	.lock1{
		width:100%;
		top:0px;
	}
	.lock2{
		width: 100%;
		top: 0px;
    height: 300px;
	}
.lock3{
		width:100%;
	}
	.lockimg{
		left:142px;
	}
	.lockimg1{
		left:85px!important;
		top:100px!important;
	}

}
@media(max-width:767px) {
	.pd {
    padding: 0px;
}
  .dimg {
    width: 23%;
    position: absolute;
  }
  .HealthInsbg {
    position: relative;
    margin: 0px;
  }
  .HealthInsicon {
    position: absolute;
    left: 50%;
    top: -31px;
    width: 42%;
    /* height: 3px; */
    opacity: 0.3;
  }
  .CPStocks {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    width: 100%;
    /* margin: -3px; */
  }
  .AA {
    position: absolute;
    top: 33px;
    left: 0
  }
  .crackers {
    width: 20%;
  }
  .samvatviewreport {
    padding: 3px;
  }
  .samvatviewreporttxt {
    font-size: 14px;
  }
	.lockimg{left:97px;}
	.lockimg1{left:97px!important}

}
@media(max-width:700px) {
  .dimg {
    width: 20%;
    position: absolute;
	  
  }
  .HealthInsbg {
    position: relative;
    margin: 0px;
  }
  .HealthInsicon {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 42%;
    /* height: 3px; */
    opacity: 0.3;
  }
  .CPStocks {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    width: 100%;
    /* margin: -3px; */
  }
  .AA {
    position: absolute;
    top: 33px;
    left: 0
  }
  .crackers {
    width: 20%;
  }
  .samvatviewreport {
    padding: 3px;
  }
  .samvatviewreporttxt {
    font-size: 14px;
  }
	.lockimg{left:97px;}
	.lockimg1{left:217px!important}
	
}
@media (max-width: 653px){
.lockimg1 {
    left: 95px!important;
}
	.lockbtn {
    left: 23px;
}
}
@media(max-width:640px) {
  .hsllogo {
    margin: 0 auto;
    display: block;
    padding: 50px 0px 0px 0px;
    width: 34%;
  }
  .vector {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  .introtxt {
    font-size: 32px;
  }
  .ilogo {
    font-size: 18px;
  }
  .sectiontoptxt {
    font-size: 19px;
  }
  .dimg {
    width: 22%;
    position: absolute;
  }

  .samvatviewreport {
    height: 68px;
  }
  .samvatviewreporttxt {
    font-size: 14px;
  }
  .svr {
    font-size: 16px;
  }
  .savingplanicon {
    position: absolute;
    left: 74%;
    /* top: 0px; */
    /* opacity: 0.4; */
    bottom: 0px;
  }
  .stockbg {
    padding: 15px;
	  height: 240px;
  }
  .stockname {
    margin: 10px 0px;
    height: 50px;
    padding: 10px 0px;
  }
  .HealthInsbg {
    border-radius: 28.143px;
    background: linear-gradient(134deg, #EF923D 0%, rgba(197, 35, 211, 0.92) 130.71%);
    box-shadow: 0px 36.16969px 75.86335px 0px rgba(66, 71, 92, 0.13);
    height: auto;
    padding: 15px;
    position: inherit;
    z-index: 9999;
    margin: 10px 0px 10px 0px;
    /* width: 87%; */
  }
  .HealthInstag {
    border-radius: 24px;
    background: #ffffff;
    color: #470707;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    position: absolute;
    width: max-content;
    padding: 7px;
    text-align: center;
    /* float: right; */
    margin: 0px 0px 0px 295px;
    z-index: 9;
  }
  .nivabhupaimg {
    background-color: #fff;
    position: absolute;
    margin: 39px 0px;
  }
  .HealthInsh {
    color: #FFF;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    display: inline-block;
    position: relative;
    margin: 60px 130px 0px;
  }
  .HealthInsicon {
    position: absolute;
    left: 67%;
    top: 0px;
  }
  .stockcat {
    left: 17%;
  }
  .crackers {
    width: 20%;
  }
  .CPtag2 {
    border-radius: 24px;
    background: #DEE1F8;
    color: #222A67;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding: 7px;
    width: 110px;
    margin: -2px 0px 10px 10px;
    display: inline-block;
    text-align: center;
    position: relative;
  }
  .wishes {
    color: #3745B6;
    text-align: center;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }
  .Happydiwali {
    font-size: 69px;
    padding: 38px;
  }
  .temple {
    padding: 52px;
    margin: 0px 0px 0px;
  }
	.lock{
		width:100%;
		top:0px;
	}
	.lock1{
		width:100%;
		top:0px;
	}
	.lock2{
		width: 100%;
		top: 0px;
    height: 300px
	}
.lock3{
		width:100%;
	}
	.lockimg{
		left:94px;
	}
	.lockimg1{
	
    left: 100px!important;
    top: 107px!important;
}
	
	
	
}
@media (max-width: 500px) {
  .light {
    background-size: contain;
  }
  .diya {
    width: 50px;
  }
  .hsllogo {
    width: 50%;
  }
  .ilogo {
    font-size: 16px;
  }
  .vector {
    width: 100%;
  }
  .introtxt {
    font-weight: 600;
    font-size: 23px;
  }
  .drsbbg {
    width: 100%;
    border-radius: 24px;
    background: var(--gray-50, #F9FAFB);
    padding: 10px;
}
  .drsbnametxt {
    font-size: 12px;
    line-height: 18px;
    margin-left: 115px;
	width: 60%;
    padding: 4px 17px;
}
  
  .note {
    font-size: 14px;
  }
  .dimg {
    width: 36%;
    position: absolute;
  }
  .drsbname {
    font-size: 14px;
    margin: 8px 0px 0px;
  }
  .post {
    font-size: 10px;
  }
  .sectiontoptxt {
    font-size: 16px;
  }
  .samvatviewreport {
    width: 100%;
    margin: 0 auto;
    height: 74px;
    padding: 2px 8px;
  }
 
  .samvatviewreporttxt {
    font-size: 12px;
    margin-top: 0px;
    text-align: left;
    padding: 10px;
  }
  .svr {
    font-size: 12px;
    margin: 0px;
    display: block;
  }
  .HealthInsbg {
    position: relative;
    height: auto;
    margin: 10px 0px;
  }
  .HealthInstag {
    margin: 0px;
  }
  .HealthInsicon {
    position: absolute;
    left: 40%;
    top: 0px;
  }
  .HealthInsh {
    font-size: 24px;
    padding: 10px 0px 0px;
    margin: 99px 0px 0px 0px;
  }
  .HealthInshtxt {
    font-size: 14px;
  }
  .pmsh {
    font-size: 20px;
  }
  .pmshtxt {
    font-size: 14px;
  }
  .pmsstockbuyrange {
    text-align: center;
  }
  .savingplanicon {
    position: absolute;
    left: 59%;
  }
  .CPLTP {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .CPStocks {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    width: 70%;
    /* margin: -3px; */
  }
  .AA {
    position: absolute;
    top: 43px;
    left: 0
  }
  .ccpmsstockbuyrange {
    text-align: left;
    position: relative;
    margin: 15px 0px 0px;
    float: right;
    display: block;
  }
  .wishes {
    font-size: 17px;
  }
  .Happydiwali {
    font-size: 65px;
    font-style: normal;
    padding: 10px;
    margin-top: 16px;
  }
  .crackers {
    width: 50%;
  }
  .temple {
    padding: 57px;
    margin: 0px 0px 0px;
  }
  .Disclaimers {
    font-size: 10px;
  }
	.lockimg{left: 164px;}
	.lockimg1 {
    left: 130px!important;
    top: 130px!important;
	}
	
}
@media (max-width: 480px) {
	.dimg {
    width: 24%;
    position: absolute;
}
  .AA {
    position: absolute;
    top: 75px;
    left: 0;
  }
	
	
  .CPtag {
    border-radius: 24px;
    background: #F8E5DE;
    color: #622F1C;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding: 7px;
    position: relative;
    width: 110px;
    margin: -2px 0px 0px 0px;
    display: inline-block;
    text-align: center;
  }
  .CPtag2 {
    border-radius: 24px;
    background: #DEE1F8;
    padding: 7px;
    position: relative;
    width: 110px;
    margin: -2px 0px 0px -5px;
    display: inline-block;
    text-align: center;
  }
  .CPtag3 {
    border-radius: 36px;
    background: #D6F5D9;
    color: #154B1A;
    padding: 7px;
    position: relative;
    width: 110px;
    margin: -2px 0px 0px -5px;
    display: inline-block;
    text-align: center;
  }
	.Happydiwali {
    font-size: 55px;
    font-style: normal;
    padding: 10px;
    margin-top: 16px;
}
	.CPStocks{
		width:53%;
	}
	.drsbnametxt {
    font-size: 12px;
    line-height: 18px;
    margin-left: 112px;
    width: 70%;
    padding: 4px 17px;
}
	
}

@media (max-width: 430px){
	.dimg {
    width: 32%;
    position: absolute;
}
.CPStocks {
    width: 60%;
}
	.Pensionplanicon {
    position: absolute;
    left: 70%;
    top: 0px;
    opacity: 0.4;
}
	.lockimg{
		position: absolute;top:85px;left:176px;}
	.lock{
		width:100%;
		top:0px;
	}
	.lock1{
		width:100%;
		top:0px;
	}
	.lock2{
		width: 100%;
		top: 0px;
    height: 300px
	}
.lock3{
		width:100%;
	}
	
	
	.lockbtn {
    left: 39px;
}
	.lockimg1 {
    left: 162px!important;
    top: 106px!important;
}
}
@media (max-width: 400px){
	.dimg {
    width: 34%;
    position: absolute;
}
.lockbtn {
    left: 30px;
}
.lockimg {
    position: absolute;
    top: 85px;
    left: 153px;
}
	.lockimg1 {
    left: 138px!important;
    top: 106px!important;
}
	.CPStocks {
    width: 70%;
}
}

@media (max-width: 360px) {
	.dimg {
    width: 36%;
    position: absolute;
}
  .AA {
    position: absolute;
    top: 75px;
    left: 0;
  }
  .CPtag {
    border-radius: 24px;
    background: #F8E5DE;
    color: #622F1C;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding: 7px;
    position: relative;
    width: 110px;
    margin: -2px 0px 0px 0px;
    display: inline-block;
    text-align: center;
  }
  .CPtag2 {
    border-radius: 24px;
    background: #DEE1F8;
    padding: 7px;
    position: relative;
    width: 110px;
    margin: -2px 0px 0px -5px;
    display: inline-block;
    text-align: center;
  }
  .CPtag3 {
    border-radius: 36px;
    background: #D6F5D9;
    color: #154B1A;
    padding: 7px;
    position: relative;
    width: 110px;
    margin: -2px 0px 0px -5px;
    display: inline-block;
    text-align: center;
  }
	.Happydiwali {
    font-size: 55px;
    font-style: normal;
    padding: 10px;
    margin-top: 16px;
}
	.CPStocks{
		width:80%;
	}
	.drsbnametxt {
    font-size: 12px;
    line-height: 18px;
    margin-left: 115px;
    width: 60%;
    padding: 4px 10px;
}
	.lockimg{
		position: absolute;top:85px;left:140px;}
	.lock{
		width:100%;
		top:0px;
	}
	.lock1{
		width:100%;
		top:0px;
	}
	.lock2{
		width: 100%;
		top: 0px;
    height: 300px
	}
.lock3{
		width:100%;
	}
	
	
	.lockbtn {
    left: 30px;
}
}

@media (max-width: 320px) {
	.ilogo {
    font-size: 14px;
}
	.introtxt {
    font-weight: 600;
    font-size: 17px;
}
	
	.dimg {
    width: 38%;
    position: absolute;
    top: 25px;
}
	.drsbnametxt {
    font-size: 11px;
    line-height: 15px;
    margin-left: 111px;
    width: 61%;
    padding: 3px 9px;
}
  .AA {
    position: absolute;
    top: 75px;
    left: 0;
    width: 90px;
}
	.pmsstock1 {
    color: #000;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    display: block;
    position: absolute;
    margin: -58px 0px 0px 65px;
    width: 60%;
}
	.Pensionplanh{
		width:58%;
	}
	
	.Pensionplanicon{
		left:63%;
	}
	.CPbg1 {
    display: block;
		padding: 4px;}
  .CPtag {
    border-radius: 24px;
    background: #F8E5DE;
    color: #622F1C;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding: 7px;
    position: relative;
    width: 110px;
    margin: -2px 0px 0px 0px;
    display: inline-block;
    text-align: center;
  }
  .CPtag2 {
    border-radius: 24px;
    background: #DEE1F8;
    padding: 7px;
    position: relative;
    width: 110px;
    margin: -2px 0px 0px -5px;
    display: inline-block;
    text-align: center;
  }
  .CPtag3 {
    border-radius: 36px;
    background: #D6F5D9;
    color: #154B1A;
    padding: 7px;
    position: relative;
    width: 110px;
    margin: -2px 0px 0px -5px;
    display: inline-block;
    text-align: center;
  }
	.Happydiwali {
    font-size: 55px;
    font-style: normal;
    padding: 10px;
    margin-top: 16px;
}
	.CPStocks{
		width:100%;
	}
	
	.lockimg{
		position: absolute;top:85px;left:119px;}
	.lockimg1 {
    left: 85px!important;
    top: 103px!important;
}
	.lock{
		width:100%;
		top:0px;
	}
	.lock1{
		width:100%;
		top:0px;
	}
	.lock2{
		width: 100%;
		top: 0px;
    height: 300px
	}
.lock3{
		width:100%;
	}

	.lockbtn {
    left: 30px;
}
}
@media (max-width: 300px) {
	.ilogo {
    font-size: 14px;
}
	.introtxt {
    font-weight: 600;
    font-size: 17px;
}
	
	.dimg {
    width: 38%;
    position: absolute;
    top: 50px;
}
	.drsbnametxt {
    font-size: 12px;
    line-height: 15px;
    margin-left: 97px;
    width: 62%;
    padding: 3px 9px;
}
  .AA {
    position: absolute;
    top: 75px;
    left: 0;
    width: 90px;
}
	.pmsstock1 {
    color: #000;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    display: block;
    position: absolute;
    margin: -58px 0px 0px 65px;
    width: 60%;
}
	.Pensionplanh{
		width:58%;
	}
	
	.Pensionplanicon{
		left:58%;
	}
	.CPbg1 {
    display: block;
		padding: 4px;}
  .CPtag {
    border-radius: 24px;
    background: #F8E5DE;
    color: #622F1C;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding: 7px;
    position: relative;
    width: 110px;
    margin: -2px 0px 0px 0px;
    display: inline-block;
    text-align: center;
  }
  .CPtag2 {
    border-radius: 24px;
    background: #DEE1F8;
    padding: 7px;
    position: relative;
    width: 110px;
    margin: -2px 0px 0px -5px;
    display: inline-block;
    text-align: center;
  }
  .CPtag3 {
    border-radius: 36px;
    background: #D6F5D9;
    color: #154B1A;
    padding: 7px;
    position: relative;
    width: 110px;
    margin: -2px 0px 0px -5px;
    display: inline-block;
    text-align: center;
  }
	.Happydiwali {
    font-size: 55px;
    font-style: normal;
    padding: 10px;
    margin-top: 16px;
}
	.CPStocks{
		width:100%;
	}
	
	.lockimg{
		position: absolute;top:85px;left:100px;}
	.lockimg1 {
    left: 85px!important;
    top: 103px!important;
}
	.lock{
		width:100%;
		top:0px;
	}
	.lock1{
		width:100%;
		top:0px;
	}
	.lock2{
		width: 100%;
		top: 0px;
    height: 300px
	}
.lock3{
		width:100%;
	}

	.lockbtn {
    left: 23px;
}
	.wishes {
    font-size: 13px;
}
	.Happydiwali {
    font-size: 45px;
    font-style: normal;
    padding: 10px;
    margin-top: 16px;
}
}