@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@font-face {
  font-family: "LatoWebSemibold";
  src: url("../font/Lato-Semibold.eot?r=1");
  /* IE9 Compat Modes */
  src: url("../font/Lato-Semibold.eot?#iefix?r=1") format("embedded-opentype"), /* IE6-IE8 */
  url("../font/Lato-Semibold.woff2?r=1") format("woff2"), /* Modern Browsers */
  url("../font/Lato-Semibold.woff?r=1") format("woff"), /* Modern Browsers */
  url("../font/Lato-Semibold.ttf?r=1") format("truetype");
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Lato", serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-family: "Lato", serif!important;
}
* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

.container {
  max-width: 1166px;
  margin: 0px auto;
  width: 100%;
}

.container h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  color: #202126;
  max-width: max-content;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Top Bar */

.topBar {
  background: #000;
  height: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9;
}

.topBar .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.phoneNumber {
  position: relative;
  margin-left: 10px;
  padding-left: 19px;
  display: flex;
  align-items: center;
}

.phoneNumber:after {
  width: 9px;
  height: 9px;
  background-color: #383B41;
  border-radius: 100%;
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -4px;
}

/* slick slider comman dots and arow */

.slick-arrow {
  width: 36px;
  height: 36px;
  background-color: #fff;
  background-image: url('https://www.adda247.com/lp/adda-siq-fac-asset/images/arrow-icon.svg');
  background-repeat: no-repeat;
  z-index: 999;
  background-position: center;
  box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  border: 1px solid #f3f3f3;
  outline: 0px;
  font-size: 0px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  margin-top: -18px;
}

.slick-prev.slick-arrow {
  left: -16px;
  cursor: pointer;
  background-image: url('https://www.adda247.com/lp/adda-siq-fac-asset/images/arrow-icon.svg');
}

.slick-next.slick-arrow {
  right: -13px;
  cursor: pointer;
  transform: rotate(180deg);
}

.slick-dots-container {
  width: 101px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 30px auto 0px auto;
  height: 19px;
  position: relative;
}

.slick-dots-container>ul {
  padding: 0;
  display: flex!important;
  transition: all 0.25s;
  position: relative;
  margin: 0;
  list-style: none;
  transform: translateX(0);
  align-items: center;
  bottom: unset;
  height: 100%;
}

.slick-dots-container>ul li {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  font-family: "Lato", serif!important;
  background-color: #999CA1;
  border: none;
  border-radius: 50%;
  transition: transform 0.3s, opacity 0.3s;
}

.slick-dots-container>ul li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 25px;
  height: 16px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
  padding: 0px;
}

.slick-dots-container>ul li.p-small-1,
.slick-dots-container>ul li.n-small-1 {
  transform: scale(0.8);
  transition: transform 0.3s, opacity 0.3s;
}

.slick-dots-container>ul li.slick-active {
  transform: scale(1.3);
  transform-origin: center;
  background: #3498db;
}

.slick-dots li button:before {
  display: none;
}

/* active dot text */

span.dot-info {
  font-size: 7px !important;
  color: #fff;
  position: absolute;
  top: 4px;
  font-size: 7px;
  left: 3px;
  padding: 0px 0px;
  font-family: "Lato", serif !important;
  width: 25px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
}

.slick-dots-container>ul li.slick-active {
  transform: scale(1.01);
  transform-origin: center;
  background: #383B41;
  width: auto;
  color: #fff;
  height: 16px;
  width: 25px;
  border-radius: 12px;
  transition: transform 0.3s, opacity 0.3s;
}

/* banner */

.banner {
  height: 556px;
  background-color: #fff;
  background-image: url('../images/banner-bg.svg');
  position: relative;
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  background-size: contain;
  margin-top: 110px;
}

.banne-cotent {
  display: flex;
}

.banner-left-content {
  padding-top: 122px;
  max-width: 551px;
}

.header-subheading {
  font-size: 14px;
  font-weight: 600;
  font-family: "LatoWebSemibold";
  line-height: 22px;
  position: relative;
  display: inline-block;
}

.titlePin {
  position: absolute;
  left: -31px;
  top: -20px;
}

.titleStar {
  position: absolute;
  right: -30px;
  top: -10px;
}

.banner-left-content h1 {
  margin: 0px;
  font-size: 48px;
  font-weight: 700;
  color: #202126;
}

.banner-left-content h1 span {
  background: linear-gradient(90deg, #FF6464 0%, #1570EF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.unlock-heading {
  margin-top: 38px;
  margin-bottom: 38px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #52565E;
}

.joinNowbtn button {
  border-radius: 8px;
  background-color: #FC3A52;
  color: #fff;
  height: 42px;
  display: flex;
  align-items: center;
  padding: 0px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  font-family: "LatoWebSemibold";
  display: flex;
  width: max-content;
  border: 0px;
  outline: 0;
  cursor: pointer;
}

.joinNowbtn button img {
  margin-left: 12px;
}

.banner-right {
  margin-left: auto;
  padding-top: 83px;
  position: relative;
}

.image-person {
  position: relative;
}

.header-box {
  position: absolute;
  border-radius: 8px;
  border: 1px solid #EEEFF4;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.02);
  height: 52px;
  padding: 0px 12px 0px 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #2F3136;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.header-box img {
  margin-right: 12px;
}

.liveInS {
  top: 27px;
  left: -76px;
  z-index: 2;
}

.liveDTB {
  top: 134px;
  right: -74px;
  z-index: 2;
}

.livePTD {
  bottom: 30px;
  left: -165px;
  z-index: 2;
}

.circle2 {
  max-width: 122px;
  position: absolute;
  top: -38px;
  right: -31px;
  z-index: 0;
}

.circle2 img {
  max-width: 100%;
}

.circle1 {
  position: absolute;
  bottom: 104px;
  left: -110px;
  z-index: 0;
}

.pImg {
  position: relative;
  z-index: 1;
}

/* Why Choose Our Mentorship Program? */

.why {
  /* padding-top: 149px;
  padding-bottom: 120px; */
  padding-top: 50px;
  padding-bottom: 50px;
}

.whyBoxList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
  justify-content: space-between;
}

.whyBox {
  margin-top: 24px;
  border-radius: 8px;
  border: 1px solid #EEEFF4;
  padding: 24px;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.02);
  width: calc(33% - 12px);
  box-sizing: border-box;
  height: 200px;
}

.whyBox h3 {
  margin-top: 8px;
  font-size: 19px;
  font-weight: 600;
  line-height: 32px;
  color: #2F3136;
  font-family: "LatoWebSemibold";
}

.whyBox p {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  color: #52565E;
  line-height: 22px;
}

/* Our Team and Mentors */

.team {
  background-color: #F7F7F9;
  padding: 45px 0px;
  height: 487px;
  position: relative;
  overflow: hidden;
}
.teamImg img{border-radius: 6px;}
.subh2 {
  margin-top: 8px;
  margin-bottom: 0px;
}

.teamList {
  margin-top: 38px;
  display: flex;
  position: absolute;
}

.teamBox {
  position: relative;
  width: 265px;
  margin-right: 16px;
}

.teamInfo {
  width: calc(100% - 16px);
  left: 8px;
  bottom: 8px;
  position: absolute;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(2px);
  padding: 12px 10px;
  box-sizing: border-box;
}

.teamName {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  font-family: "LatoWebSemibold";
  display: flex;
}

.teamName span {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: #52565E;
  margin-left: auto;
}

.teamLocation {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  font-family: "LatoWebSemibold";
  margin-top: 6px;
  text-align: left;
}

.sliderTeam {
  display: flex;
}

.sliderTeam{
  animation: marquee-horizontal 190s linear infinite;
}

.sliderTeam:hover {
  animation-play-state: paused;
}

@keyframes marquee-horizontal {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


/* Mentors Podcast */

.podcast {
  /* padding: 120px 0px 91px 0px; */
   padding: 50px 0px 50px 0px;
}
.podCastList {
  margin-top: 38px;
  display: flex;
}

.podCastList iframe {
  max-width: 100%;
  height: 224px;
  border-radius: 7px;
}

.VideoBox {
  margin-left: 7px;
  margin-right: 7px;
}

.podCastContent {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #52565E;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.podCastList .slick-arrow {
  margin-top: -77px;
}

/* topper se shikho */

.Topper {
  height: 474px;
  background-image: url(../images/banner-bg.svg);
  position: relative;
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  background-size: contain;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.cornerimg {
  position: absolute;
  right: -40px;
  top: -42px;
  z-index: 0;
}

.Topper::after {
  background: linear-gradient(100deg, #FFFAF4 0%, #FFF 97.25%);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
}

.Topper .container {
  display: flex;
}

.topper-left {
  max-width: 420px;
}

.topperHeading {
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
  color: #202126;
  position: relative;
  display: inline-block;
}

.topperHeading span {
  background: linear-gradient(90deg, #FF6464 0%, #1570EF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.topperStar {
  position: absolute;
  left: -30px;
  top: -5px;
  transform: rotate(185deg);
}

.topperPin {
  position: absolute;
  right: -20px;
  top: -27px;
  transform: rotate(85deg);
}

.topperSub {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  font-family: "LatoWebSemibold";
  margin-top: 30px;
  color: #2F3136;
}

.topper-right {
  margin-left: auto;
  margin-right: 66px;
  position: relative;
  z-index: 1;
}

.formOuter {
  width: 376px;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.03);
  border: 1px solid #ccc;
}

/* testimonial */

.testimonialTabs {
  display: flex;
  transition-delay: 3s;
  margin-bottom: 35px;
}

.tabbtnsWrap {
  margin-left: auto;
  margin-right: 0px;
  background: #F7F7F9;
  padding: 4px;
  border: 1px solid #F7F7F9;
  border-radius: 60px;
}

.tabbtns {
  height: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #52565E;
  background: #F7F7F9;
  width: 164px;
  outline: 0;
  border: 0px;
  border-radius: 60px;
  cursor: pointer;
}

.tabbtns.active {
  background-color: #fff;
  color: #1570EF;
}

.testimonial {
  /* padding-top: 145px;
  padding-bottom: 45px; */
  padding-top: 50px;
  padding-bottom: 0px;
}

.testimonial h2 {
  position: relative;
}

.testiStar {
  position: absolute;
  right: -28px;
  top: -5px;
}

.testiSliderBox {
  border-radius: 12px;
  border: 1px solid var(--Metis-Grayscale-Input, #EEEFF4);
  background: var(--Metis-Grayscale-Background, #FFF);
  padding: 24px;
  margin-left: 8px;
  margin-right: 8px;
}

.testiSliderBox p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: #383B41;
  margin-bottom: 16px;
}

.qouteImg {
  margin-bottom: 16px;
}

.testiUserWrap {
  display: flex;
  margin-top: auto;
  align-items: center;
}

.testiUserImg {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #f3f3f3;
  margin-right: 16px;
  overflow: hidden;
}
.testiUserImg img{
  max-width: 100%;
}

.testiUserName {
  font-size: 18px;
  font-family: "LatoWebSemibold";
  font-weight: 600;
  line-height: 24px;
  color: #2F3136;
}

.selectedAs {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 6px;
  color: #52565E;
}

.tabWrap {
  position: relative;
}

.loader-wrapper {
  font-size: 0px;
  position: absolute;
  left: 0px;
  height: 100%;
  background-image: url(../images/loader.gif);
  background-position: center;
  z-index: 1;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 20px;
  z-index: 999;
  top: 50%;
  height: 261px;
}

.testiSliderMentor .slick-track{
  display: flex;
}
.testiSliderMentor .slick-slide{
  height: auto;
  display: flex!important;
  flex-direction: column!important;
}


/* price Section */

.priceWrap {
  background: linear-gradient(4deg, #FDEFF1 3.42%, #EEF4FF 80.46%, #FFF 96.24%);
  /* padding: 100px 0px; */
  position: relative;
  padding:50px 0px;
}

.priceArrowLeft {
  position: absolute;
  left: 0px;
  top: 56px;
}

.priceArrowRight {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.PriceContent {
  max-width: 793px;
  margin: 0px auto;
}

.PriceContent h2 {
  text-align: center;
  width: 100%;
  max-width: 100%;
}

.PriceList {
  margin-top: 38px;
  display: flex;
  align-items: center;
}

.PriceBox {
  padding: 32px 24px 24px 24px;
  background-color: #fff;
  margin-right: 24px;
  border-radius: 16px;
  border: 1px solid #EEEFF4;
  width: 387px;
  box-sizing: border-box;
  position: relative;
}

.PriceBox:last-child {
  margin-right: 0px;
}

.courseName {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #222;
}

.priceMain {
  margin-top: 16px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.priceMain span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #606F7B;
}

.totalOff {
  margin-top: 16px;
  height: 24px;
  border-radius: 4px;
  background: #DBF4E9;
  display: flex;
  width: max-content;
  align-items: center;
  padding: 0px 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #52565E;
}
.totalOff span{
  text-decoration: line-through;
  margin-right: 3px;
}

.priceCheckList {
  margin-top: 32px;
}

.priceCheckList ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.priceCheckList ul li {
  padding-left: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #52565E;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.priceCheckList ul li:last-child {
  margin-bottom: 0px;
}

.priceCheckList ul li img {
  margin-right: 16px;
}

.priceCheckList ul li.wrongCheck {
  color: #999CA1;
}

.priceCheckList ul li.highlight {
  font-weight: 700;
  color: #383B41;
}

.enrollNowBtn {
  margin-top: 45px;
}

.enrollNowBtn a {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #FFECEC;
  color: #FC3A52;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  font-family: "LatoWebSemibold";
  text-decoration: none;
}
.enrollNowBtn a:hover{
  color: #FC3A52;
  text-decoration: none;
}
.enrollNowBtn a:hover, .moreOffer a:hover{
  opacity: 0.8;
  text-decoration: none;
}

.enrollNowBtn a img {
  margin-left: 12px;
}

.moreOffer {
  margin-top: 12px;
}

.moreOffer a {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  background-color: #F7F7F9;
  color: #202126;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  font-family: "LatoWebSemibold";
  text-align: none;
}

.PriceBox.recommended {
  position: relative;
  overflow: hidden;
}

.recoPin {
  position: absolute;
  right: -31px;
  top: -30px;
  transform: rotate(95deg);
}

.recommendedTag {
  border-radius: 0px 0px 0px 12px;
  background: #1570EF;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 28px;
  display: flex;
  align-items: center;
  padding: 0px 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.PriceBox.recommended {
  border: 1px solid #1570EF;
  padding-bottom: 32px;
}

.PriceBox.recommended .enrollNowBtn {
  margin-top: 64px;
}

.PriceBox.recommended .enrollNowBtn a {
  background-color: #FC3A52;
  color: #fff;
}


/* form design */

.formBox {
  flex-direction: column;
  display: flex;
}

.formBox label {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: #52565E;
  margin-bottom: 8px;
  width: 100%;
}

.formBox input,
.formBox select {
  border-radius: 8px;
  height: 46px;
  background-color: #F7F7F9;
  padding: 0px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 12px;
  outline: 0px;
  border: 0px;
}

.formsubmit button {
  height: 42px;
  padding: 0px 16px;
  border-radius: 8px;
  background-color: #FC3A52;
  color: #fff;
  font-size: 14px;
  font-family: "LatoWebSemibold";
  font-weight: 600;
  line-height: 22px;
  border: 0px;
  outline: 0px;
  width: 100%;
  margin-top: 12px;
  cursor: pointer;
}
.formsubmit button:hover{
  opacity: 0.8;
}

/* popop */

.custom-model-main1 {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.custom-model-main1.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 415px;
  margin: 30px auto;
}

.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}

.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}

.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

.close-btn {
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #000;
  height: 24px;
  line-height: 20px;
  text-align: right;
  margin-bottom: 12px;
}
.pricingTabBtn{
  display: none;
}

.close-btn{
  position: absolute;
  right: 16px;
  top: 16px;
}
.tncheading{
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: #2F3136;
}
.tncsubheading{
  font-size: 14px;
  font-weight: 400;
  line-height: 16px; 
  color: #52565E;
  margin-bottom: 24px;
}


.formsubmit{
  position: relative;
}
.alert.alert-success {
  font-weight: bold;
  color: #000;
  padding: 8px 10px 10px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
div.loader, div.loader1 { display: none; width: 100%;  max-width: 100%; 
  border-radius: 6px; top: 12px;  position: absolute!important;    transform: translate(0%, 0%);      background: #fe805a; border-radius: 12px;
  height: 42px;
  left: 0%;
  margin-left: 0px;
}

div.loading {border: 2px solid #000;    width: 30px!important;  height: 30px;    border-radius: 50%;   border-top-color: #fff;
  border-left-color: #fff; animation: spin 1s infinite ease-in;    position: absolute; left: 50%; margin-left: -20px;  top: 50%;
  margin-top: -15px;}
 
 @keyframes spin {
   0% {
     transform: rotate(0deg);
   }
 
   100% {
     transform: rotate(360deg);
   }
 }

 .mobileShowMore{
  display: none;
 }
 /* header menu */
.ripple{
  position: relative;
}
.ripple:before {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
}

.ripple:hover:before {
  transition: all 0.5s ease-out;
  opacity: 0;
  width: 160px;
  height: 160px;
  margin-top: -80px;
  margin-left: -80px;
}
#scroll-top{bottom: 30px!important;}
.mentorshipCall{
  position: fixed;
  right: 16px;
  bottom: 80px;
  display: none;
  z-index: 9;
}

.mentorshipCall a{
  background-color: #1570EF;
  color: #fff;
  height: 40px;
  border-radius: 200px;
  box-shadow: 0px 40px 50px 0px rgba(0, 0, 0, 0.07);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  font-family: "LatoWebSemibold";
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0px 16px;
}
.mentorshipCall a:hover, .mentorshipCall a:focus{
  color: #fff;
  outline: 0px;
  text-decoration: none;
}


.mentorshipCall a img{
  margin-right: 8px;
}

section.seo-content {
  padding: 30px 0px;
}

section.seo-content h2 {
  margin-top: 10px;
  margin-bottom: 15px;
}

section.seo-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: rgb(82, 86, 94);
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

section.seo-content ul li{
  margin-left:20px;
  margin-bottom:15px;
   font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: rgb(82, 86, 94);
}
section.seo-content table{
  width:100%
}
section.seo-content table
  td{
      font-weight: bold;
      border: 1px solid #f2f2f2;
      padding:10px;
      width:100%;
      margin-top: 10px;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      color: rgb(82, 86, 94);
  }


section.seo-content table tr:nth-child(odd) td{
  background:#f3f3f3
}


/* responsive */

.star{
  color: red;
}

.productimageBox {
  margin-left: 5px;
  margin-right: 5px;

}
.productimageBox img{
  max-width: 100%;
  border-radius: 10px;
}
.loader-wrapper{
  display: none;
}
.productimageBox a{
  text-decoration: none;
  border: 1px solid #EEEFF4;
  border-radius: 10px;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.02);
}

.pdpLi {
  background: hsla(0, 0%, 100%, .4);
  border: 1px solid #e2f0fc;
  border-radius: 12px;
  box-sizing: border-box;
  margin-right: 15px;
  padding: 20px;
}

.pdpFacImg, .pdpFacInfoWrap {
  display: flex;
}


.pdpFacImg {
  align-items: center;
  background: #eeeff4;
  border: 1px solid #f3f3f3;
  border-radius: 16px;
  color: #999ca1;
  font-size: 48px;
  font-weight: 700;
  height: 86px;
  justify-content: center;
  line-height: 58px;
  overflow-y: hidden;
  width: 86px;
}

.pdpFacImg img {
  max-width: 100%;
}

.pdpFacNameExpt {
  display: flex
;
  flex-direction: column;
  margin-left: 8px;
  max-width: calc(100% - 94px);
  word-break: break-word;
}

.pdpFacNameExpt .pdpFacName {
  color: #515151;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  white-space: break-spaces;
}

.pdpFacExpt {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pdpdFacDemo {
  border: 1px solid #1570ef;
  border-radius: 6px;
  color: #1570ef;
  cursor: pointer;
  display: inline-flex ;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 4px;
  margin-top: auto;
  max-width: 102px;
  padding: 2px 4px;
  text-decoration: none;
}
.pdpdFacDemo:hover{
  border: 1px solid #1570ef;
  border-radius: 6px;
  color: #1570ef;
  text-decoration: none;
}

.pdpFacList {
  margin-top: 10px;
}

.pdpFacList ul {
  flex-direction: column;
  margin-top: 15px;
}

.pdpFacList ul li {
  color: rgba(0, 0, 0, .9);
  display: flex
;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  margin-bottom: 14px;
  margin-right: 0;
  max-width: 100%;
  min-height: 21px;
  min-width: 100%;
  padding-left: 30px;
  position: relative;
}

.pdpFacList ul li:after {
  background-image: url('https://www.adda247.com/images/pdpchecklist.svg');
  background-size: 20px;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.profile{
  margin-bottom: 30px;
}

.title {
  align-items: center;
  border: 1px solid #6f6f6f;
  border-radius: 8px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 44px;
  justify-content: center;
  line-height: 19px;
  margin-bottom: 8px;
  position: relative;
  text-decoration: none;
  background: #fc3a52;
  border: 0px;
  color: #fff;
  text-transform: capitalize;
  margin: 10px;
}
.title:hover{
  opacity: 0.8;
}
.graybg {
  background: #f3f3f3;
}
/* faq */


.accordion-item {
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  background: #FDFCFC;
  padding: 10px 30px 10px 16px;
  border-radius: 12px;
  margin-bottom: 20px;
  border: 1px solid #1570EF;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.accordion-item.open .accordion-header {
  cursor: pointer;
  padding: 8px 0px 8px 0px;
  background-size: 40px;
  padding-right: 40px;
  position: relative;
}

.accordion-item.closetag .accordion-header {
  cursor: pointer;
  padding: 8px 0px 8px 0px;
  padding-right: 40px;
  position: relative;

}

.accordion-item.open .accordion-header::after {
  width: 10px;
  height: 10px;
  background-image: url('https://www.adda247.com/lp/bfsi-asset/images/faqiconopen.svg');
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  position: absolute;
  right: 0px;
  display: flex;
  align-self: center;
  justify-content: center;
  top: 50%;
  margin-top: -5px;
}

.accordion-item.closetag .accordion-header:after {
  width: 10px;
  height: 10px;
  background: #fff;
  background-image: url('https://www.adda247.com/lp/bfsi-asset/images/faqiconclose.svg');
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  position: absolute;
  right: 0px;
  display: flex;
  align-self: center;
  justify-content: center;
  top: 50%;
  margin-top: -5px;
}

.accordion-body {
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  padding-bottom: 0px;
}

ul.slick-dots {
  display: none;
}

.closetag .accordion-body {
  height: 0px;
  transition: height 1s ease-out;
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  float: left;
  display: block;


}

.open .accordionItemContent {
  display: block;
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  box-sizing: border-box;
}

.accordion-header {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  padding-right: 60px;
}

.accordion-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6F6C90;
  width: calc(100% - 40px);
}

.accordion-body ul{  font-size: 16px;
  line-height: 24px; margin-left: 30px;}
.accordion-body ol{  font-size: 16px;
  line-height: 24px; margin-left: 30px;}

.accordion-item.closetag {
  border: 1px solid #EEEFF4;
}

.accordion-item:last-child {
  margin-bottom: 0px;
}

.mid-footer-section-wrap{
  margin-top: 40px;
}



@media (min-width: 320px) and (max-width: 767px) {
  section.seo-content h2{
    margin-top: 0px;
    margin-bottom: 12px;
  }
  section.seo-content p{
    margin-bottom: 12px;
  }
  section.seo-content ul li{
    margin-bottom: 12px;
    margin-left: 20px;
  } 
  section.seo-content p, section.seo-content ul li, 
  section.seo-content table
  td{
    font-size: 12px;
  }
  .mentorshipCall{
    display: block;
  }
  .container{
    max-width: 100%;
    padding: 0px 16px;
    box-sizing: border-box;
  }
  .topBar{
    display: none;
  }
  .banne-cotent{
    flex-direction: column;
  }
  
.titlePin {
  position: absolute;
  left: -11px;
  top: -5px;
  width: 15px;
}

.titleStar {
  position: absolute;
  right: -10px;
  top: -9px;
  width: 17px;
}
 
  .banner{
    height: auto;
    background-position: 80% 100%;
    background-size: auto;
    padding-bottom: 42px;
    
  }
  .banner-left-content{
    max-width: 100%;
    padding: 32px 0px  0px 0px;
  }
  .header-subheading{
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
  }
  .banner-left-content h1{
    font-size: 24px;
    font-weight: 700;
    margin-top: 5px;
  }
  .banner-left-content h1 br{
    display: none;
  }
  .unlock-heading {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 15px;
}

  .joinNowbtn{
    margin-top: 16px;
  }
  .joinNowbtn button{
    height: 34px;
    font-size: 12px;
    line-height: 22px;
  }
  .joinNowbtn button img{
    height: 14px;
  }

  .image-person{
    max-width: 222px;
  }
  .image-person img{
    max-width: 100%;
  }
  .banner-right{
    margin: 0px auto;
    padding-top: 67px;
  }
  .circle1{
    max-width: 94px;
    bottom: 55px;
    left: -38px;
  }
  .circle2{
    max-width: 64px;
    top: -18px;
    right: -20px;
  }
  .header-box{
    height: 34px;
    padding: 0px 6px 0px 4px;
    font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  }
  .header-box img{
    max-width: 20px;
    max-height: 20px;
    margin-left: 6px;
  }
  .header-box.liveInS {
    max-width: 121px;

  }
  .header-box{
    position: relative;
    width: 100%;
    margin-top: 10px;
    max-width: 320px!important;
  }
  .liveInS {
    top: 0px;
    left: 0px;
  }
  .livePTD {
    bottom: 0px;
    left: 0px;
  }

  .liveDTB {
    top: 0px;
    right: 0px;
  }

  /* why */
  .why{
    padding-top: 45px;
    padding-bottom: 35px;
  }
  .container h2{
    font-size: 20px;
    line-height: 32px;
  }
  .why .container{
    position: relative;
  }
  .why .container h2{
    max-width: 240px;
  }
  .whyBoxList{
    flex-direction: column;
    margin-top: 4px;
  }
  .whyBoxList{
    flex-direction: inherit;
    justify-content: inherit;
    height: 393px;
    overflow: hidden;
  }
  .mobileShowMore{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 43.72%);
    position: absolute;
    bottom: 10px;
    height: 120px;
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: center;
    bottom: -36px;
    left: 0px;
    padding: 0px 16px 30px 16px;
    border: 0px;
    box-shadow: inherit;
  }
  .mobileShowMore button{
    border-radius: 8px;
    background-color: #E8F5FF;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 109px;
    border: 0px;
    outline: 0px;
    color: #1570EF;
  }
  .whyBoxList.expanded{
    height: auto;
  }
  .whyBoxList.expanded ~ .mobileShowMore{
    height: auto;
    position: relative;
  }

  .whyBox{
    margin-top: 12px;
    width: 100%;
    height: auto;
    padding: 12px 14px;
    border-radius: 8px;
  }
  .imgWithtitle{
    display: flex;
  }
  .whyBox h3{
    font-size: 14px;
line-height: 24px; 
margin-top: 0px;
  }
  .whyBoxImg{
    margin-right: 12px;
  }
  .whyBoxImg img{
    width: 20px;
    height: 20px;
    
  }
  .whyBox p{
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
  }

  /* .team */

  .team{
height: auto;
padding: 32px 0px;
  }
  .teamList{
    position: relative;
  }
  .subh2{
    margin-top: 16px;
    font-size: 12px;
    line-height: 16px;
    padding-right: 16px;
    
  }
  .teamBox{
    max-width: 176px;
    width: 100%;
  }
  .teamImg{
    width: 176px;
  }
  .teamImg img{
    max-width: 100%;
  }
  .teamInfo{
    width: calc(100% - 12px);
    left: 6px;
    bottom: 6px;
    padding: 8px 6px;
  }
  .teamName{
    font-size: 14px;
    line-height: 16px;
  }
  .teamLocation{
    margin-top: 4px;
    font-size: 10px;
    line-height: 14px;
  }
  .teamName span{
    font-size: 10px;
    line-height: 12px;
  }


  /* podcast */
  .slick-arrow{
    display: none!important;
  }
  .podcast{
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .podCastList{
    margin-top: 16px;
  }
  .podCastList iframe{
    width: 100%;
    height: 191px;
    border-radius: 4px;
  }
  .VideoBox{
    margin: 0px;
  }
  .podCastContent{
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
  }
  .slick-dots-container{
    margin-top: 12px;
  }

  /* Topper */

  .Topper{
    padding-top: 32px;
    padding-bottom: 26px;
    height: auto;
    background-repeat: no-repeat;
    background-position: 60% 100%;
    width: 100%;
    background-size: auto;
  }
  .Topper .container{
    flex-direction: column;
  }
  .topperHeading{
    font-size: 28px;
    line-height: 40px;
  }
  .topperStar {
    width: 16px;
    left: -15px;
}
.topperPin{
  width: 13px;
  right: -9px;
  top: 0;
}
.cornerimg{
  right: -140px;
  top: -20px;
}
.cornerimg img{
  width: 350px;
}
.topperSub{
  margin-top: 16px;
  font-size: 14px;
  line-height: 16px;
}
.topperSub br{
  display: none;
}

.topper-right{
  margin-right: 0px;
  margin-top: 16px;
  width: 100%;
}
.formOuter{
  padding: 24px 16px;
  width: 100%;
  box-sizing: border-box;
}

  /* testimonial */
  .testimonial{
    padding-top: 45px;
    padding-bottom: 0px;
  }
  .testiStar{
    display: none;
  }
  .tabbtns{
    width: 64px;
    height: 32px;
    font-size: 12px;
    line-height: 16px;
  }
  .tabWrap{
    height: auto;
  }
  .testiSliderBox{
    margin-left: 0px;
    margin-right: 0px;
    padding: 15px;
    border-radius: 12px;
  }
  .qouteImg{
    margin-bottom: 12px;
  }
  .testiSliderBox p{
    font-size: 12px;
    line-height: 16px; 
  }
  .testiUserWrap{
    margin-top: auto;
  }
  .testiUserImg{
    width: 40px;
    height: 40px;
    margin-right: 16px;
  }
  .testiUserName{
    font-size: 17px;
    line-height: 21px;
  }
  .selectedAs{
    margin-top: 4px;
    font-size: 13px;
    line-height: 16px;
  }


  /* price Action */
  .priceArrowLeft, .priceArrowRight{
    display: none;
  }
  .priceWrap{
    padding-top: 60px;
    padding-bottom: 50px;
    background: linear-gradient(4deg, #FDEFF1 3.42%, #EEF4FF 80.46%, #FFF 98.24%);
  }
  .PriceList{
    margin-top: 16px;
  }
  .PriceBox{
    width: 100%;
    margin-right: 0px;
    padding: 16px;
    border-radius: 16px;
  }
  .courseName{
    font-size: 16px;
    line-height: 28px;
  }
  .priceMain{
    font-size: 24px;
    line-height: 34px;
    margin-top: 8px;
  }
  .priceMain span{
    font-size: 12px;
    line-height: 22px;
  }


  #box_dhron_plus{
    display: none;
  }
  .totalOff{
    margin-top: 12px;
    font-size: 12px;
  }
  .priceCheckList{
    margin-top: 16px;
  }
  .priceCheckList ul li{
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 16px;
  }

  .enrollNowBtn{
    margin-top: 16px;
  }
  .enrollNowBtn a{
    height: 38px;
    font-size: 14px;
    line-height: 22px; 
  }


  .moreOffer a{
    height: 38px;
    font-size: 14px;
    line-height: 22px;
  }
  .PriceBox.recommended{
    padding: 16px;
  }
  .PriceBox.recommended .enrollNowBtn{
    margin-top: 16px;
  }

  .pricingTabBtn{
    display: flex;
    margin-left: auto;
    margin-right: 0px;
    background: #F7F7F9;
    padding: 4px;
    border: 1px solid #EEEFF4;
    border-radius: 60px;
    width: max-content;
    margin: 16px auto 0px auto;
  }
  .pricingBtn{
    width: 120px;
    height: 32px;
    font-size: 12px;
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px; 
    border-radius: 62px;
    color: #999CA1;
    border: 0px;
    outline: 0px;
    background-color: transparent;
  }
  .pricingBtn.active{
    background-color: #fff;
    color: #1570EF;
  }

  .custom-model-main1.model-open{
    padding: 0px 16px;
  }
  .custom-model-wrap{
    padding: 24px 16px;
  }
  .tncheading{
    font-size: 20px;
    font-weight: 600;
  line-height: 32px;
  font-family: "LatoWebSemibold";
  }
  .tncsubheading{
    margin-top: 4px;
  }
  .close-btn{
    font-size: 24px;
  }
  .banner{
    margin-top: 50px;
  }
  .accordion-item{padding: 10px;}
  .accordion-item.open .accordion-header{padding-right: 20px; font-size: 14px;}
  .accordion-item.closetag .accordion-header{ font-size: 14px;}
  .accordion-body{width: 100%; padding-right: 20px;}
  .accordion-body p{font-size: 13px;}
  .accordion-body ul{font-size: 13px; margin-left: 30px;}
  .accordion-body ol{font-size: 13px; margin-left: 30px;}


}

  

@media (min-width: 768px) and (max-width: 1023px) {

  .slick-arrow{
    display: none!important;
  }
  .container{
    max-width: 100%;
    padding: 0px 16px;
    box-sizing: border-box;
  }
 

  
.titlePin {
  position: absolute;
  left: -11px;
  top: -5px;
  width: 15px;
}

.titleStar {
  position: absolute;
  right: -10px;
  top: -9px;
  width: 17px;
}

  .banner{
    height: auto;
    background-position: 80% 100%;
    background-size: auto;
    padding-bottom: 42px;
  }

  .header-subheading{
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
  }
  .banner-left-content h1{
    font-size: 24px;
    font-weight: 700;
  }

  .unlock-heading{
    display: none;
  }
  .joinNowbtn{
    margin-top: 16px;
  }
  .joinNowbtn button{
    height: 34px;
    font-size: 12px;
    line-height: 22px;
  }
  .joinNowbtn button img{
    height: 14px;
  }

  .image-person{
    max-width: 222px;
  }
  .image-person img{
    max-width: 100%;
  }
  .banner-right{
    padding-top: 67px;
    margin-right: 80px;
  }
  .circle1{
    max-width: 94px;
    bottom: 55px;
    left: -38px;
  }
  .circle2{
    max-width: 64px;
    top: -18px;
    right: -20px;
  }
  .header-box{
    height: 34px;
    padding: 0px 6px 0px 4px;
    font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  }
  .header-box img{
    max-width: 20px;
    max-height: 20px;
    margin-left: 6px;
  }
  .header-box.liveInS {
    max-width: 121px;

  }

  .liveInS {
    top: 15px;
    left: -55px;
  }
  .livePTD {
    bottom: 17px;
    left: -48px;
  }

  .liveDTB {
    top: 70px;
    right: -48px;
  }
  .why{
    padding: 45px 0px;
  }
  .whyBox{
    height: auto;
  }
  .team{
    height: auto;
  }
  .teamList{
    position: relative;
  }
  .podcast{
    padding: 55px 0px;
  }

  .topper-right{
    margin-right: 0px;
  }
  .topperHeading{
    font-size: 40px;
    line-height: 52px;
  }

  .testimonial{
    padding: 55px 0px;
  }
}

@media (min-width: 1024px) and (max-width: 1300px) {


  .container{
    max-width: 100%;
    padding: 0px 16px;
    box-sizing: border-box;
  }
  .image-person img{
    max-width: 300px;
  }
  .header-box{
    font-size: 12px;
  }
  .banner-left-content{
    max-width: 450px;
  }
  .banner-left-content h1{
    font-size: 36px;
  }
  .banner-right{
    margin-right: 100px;
  }
  .livePTD{
    left: -125px;
  }
  .priceArrowLeft img{
    max-width: 130px;
  }
  .priceArrowRight img{max-width: 150px;}
}