@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,800;1,900&display=swap");

a {
  text-decoration: none !important;
  cursor: pointer !important;
}

/* navbar */

/* css for hiding google review  */
.Main__Container-sc-1n4ud0o-0 .dgxbhS a {
  display: none !important;
}

.navbarlogo img {
  width: 320px;
}

.navItemResp {
  padding: 8px;
}

.navbar-nav {
  display: flex;
  background-color: white;
  align-items: center;
}

@media (max-width: 992px) {
  .navbar-collapse .navbar-nav {
    display: block;
    /* float: left; */
  }
}

.btn-primary .loginbtn .btn {
  font-family: "Poppins";
  font-weight: 400;
  background-color: #625df6;
  padding: 6px 20px;
}

.loginbtn {
  /* width: 100px; */
}

.btn {
  --bs-btn-bg: #625df6 !important;
  --bs-btn-color: white !important;
}

.navbar-toggler {
  border: none !important;
}

/* css for profile icon  */
.bi-person-circle {
  display: none;
}

.free_course {
  padding: 15px;
  height: 268px;
  border: 2px solid rgba(171, 170, 170, 0.755);
  border-radius: 15px;
  color: #000000;
}

.paid_course {
  padding: 15px;
  height: 432px;
  border: 2px solid rgba(171, 170, 170, 0.755);
  border-radius: 15px;
}

.owl-item .paidCards {
  /* height: 490px !important; */
}

.owl-carousel.owl-item .paidcourseCards {
  height: 500px !important;
}

.owl-item .paid_course:hover,
.owl-item .paid_course:hover .paidCards {
  border-radius: 15px;
  color: white !important;
  background-color: #615dfa;
}

.card .paidCards {
  color: ;
}


.card {
  background: transparent !important;
}

.owl-item .card {
  height: 414px;
  border: none;
}

.owl-stage-outer.owl-height {
  height: auto !important;
}

.courseText {
  width: 100% !important;
}

/* learn more link */
.newbg-btn {
  font-size: 15px;
  font-family: "Poppins";
  color: #3ca462;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .navItemResp {
    padding: 0;
  }

  .paid_course {
    height: 460px;
  }

  .free_course {
    height: 280px;
  }
}

@media (max-width: 759px) {
  .paid_course {
    height: 300px;
  }

  .free_course {
    height: 200px;
  }
}

@media (max-width: 531px) {
  .paid_course {
    height: 312px;
  }
}

.ml-50 {
  margin-left: 100px;
}

.Intraday {
  font-family: "Popins";
  border: #1e90ff 2px solid;
  width: 400px;
  border-radius: 5px;
  margin-top: 50px;
  position: relative;
}

.dirchead {
  border-radius: 7px;
  color: white;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 60px;
  position: relative;
  background-color: #615dfa;
  left: -35px;
  top: -30px;
}

.dirchead h6 {
  font-family: "Poppins";
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  color: #ffffff;
}

.curry-hight {
  height: 1050px;
  margin-top: 20px;
}

.IntradayPara p {
  color: #2d2d2d !important;
  line-height: 25.5px;
  font-size: 17px;
  font-weight: 500;
}

.upscards {
  position: relative;
  transition: 4s ease;
  /* cursor: pointer; */
  width: 734px;
  margin: auto;
}

.CardOneImg {
  display: none;
  text-align: center;
  transition: 4s;
}

.CardOne:hover .CardOneImg {
  display: block;
  transition: all 4s ease;
}

.CardTwoImg {
  display: none;
  transition: all 0.6s ease !important;
  text-align: center;
}

.CardTwo:hover .CardTwoImg {
  transition: all 0.6s ease !important;
  display: block;
  /* transition: all 4s ease; */
}

.CardThreeImg {
  display: none;
  text-align: center;
}

.CardThree:hover .CardThreeImg {
  display: block;
  transition: all 4s ease;
}

.CardForthImg {
  display: none;
  text-align: center;
}

.CardForth:hover .CardForthImg {
  display: block;
  transition: all 4s ease;
}

.CardFifthImg {
  display: none;
  text-align: center;
}

.CardFifth:hover .CardFifthImg {
  display: block;
}

.CardSixthImg {
  transition: 0.6s !important;
  display: none;
  text-align: center;
  /* opacity: 0;
        transition: opacity .1s;  */
}

.CardSixth:hover .CardSixthImg {
  display: block;
  /* transition: all 4s ease !important; */
  /* opacity: 1;
        transition-duration: .5s ease-in-out !important; */
}

.scroll-box {
  height: 500px;

  /* set height of the box */
  overflow: auto;
  /* add scrolling */
}

.techAnalysispaidText {
  height: 340px;
}

/* comment below css if increase paid course content */

.uspfirstImagesChan {
  width: 80%;
}

.accordion-button:hover {
  color: red;
}

/* usp section scrool start here  */

/* Testimonals carousel section Start  */

.Secondcarousel {
  height: 380px;
}

.Secondcarousel .assignfixedwidth {
  max-width: 1200px;
  margin: 0 auto;
}

.Secondcarousel .carousel-custom-main {
  margin-top: 0px;
  padding-top: 20px;
  background-color: transparent;
}

.Secondcarousel a.owl-element {
  text-decoration: none;
  color: #333;
}

.Secondcarousel .owl-element span {
  display: block;
  width: 300px;
  height: 151px;
  margin: 0 auto;
  line-height: 40px;
  margin-top: 5%;
  transition: all 0.4s ease;
  border: 1px solid transparent;
  background-color: #efefef;
  opacity: 0.5;
}

.Secondcarousel .owl-item.center>.owl-element span {
  padding: 20px;
  width: 100%;
  height: 250px;
  line-height: 65px;
  margin-top: 0%;
  border-radius: 5%;
  opacity: 1;
}

.Secondcarousel .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 33%;
  top: 19%;
  font-size: 70px;
}

.Secondcarousel .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: 67%;
  top: 16%;
  font-size: 70px;
  color: rgba(98, 93, 246, 1);
}

.Secondcarousel .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 32%;
  top: 30% !important;
  font-size: 45px;
  color: rgba(98, 93, 246, 1);
}

.Secondcarousel .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: 69%;
  top: 30%;
  font-size: 45px;
}

.testimonalMainparent .owl-carousel .owl-nav button.owl-prev,
.testimonalMainparent .owl-carousel .owl-nav button.owl-next {
  display: none !important;
}

/* Testimonals carousel section End  */

/* course and curriculum starts */

.course-btn {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  color: #2d2c2c !important;
}

.curriculum-btn {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
}

.coursesec,
.curriculum {
  font-family: "Popins";
}

.MainPara {
  font-weight: 400;
  font-size: 17px;
  line-height: 25.5px;
  color: #5b5b5b;
  text-align: center;
  width: 30%;
  margin: auto;
}

.coursesText {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #2d2c2c !important;
}

.paid-course-card .card {
  /* height: 500px !important; */
}

.free-course-card .card {
  /* height: 220px !important; */
  /* height: auto !important; */
}

.card-title-course {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
}

.free-course-card .card-title-course {
  height: 54px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.card-text-course {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  text-align: center;
  font-size: 17px;
  line-height: 25.5px;
}

.my-float {
  margin-top: 16px;
}

/* whatsapp logo button section end here  */
.whats-app {
  position: fixed;
  right: 32px;
  bottom: 50px;
}

.starnnow-btn {
  height: 300px;
  width: 300px;
  border-radius: 50%;
  left: 100px;
  top: 100px;
}

.accordion-button[aria-expanded="true"] .postionabs {
  filter: invert(0.2) !important;
}

/* google review section start her  */

.jHgCYG {
  height: 250px !important;
  background-color: rgba(255, 255, 255, 1);
  border: 2px solid #e5e5e5;
  border-radius: 15px;
  padding: 40px;
}

.kQlUaq {
  text-align: justify !important;
}

/* .RmrUb a {
        visibility: hidden !important;
        display: none !important;
    } */

.huZghc {
  display: none !important;
}

.gvOiUx {
  display: none !important;
}

/* google review section end her  */

/* button code for go to direct up start here  */
* {
  margin: 0;
  padding: 0;
}

/* body {
        padding: 0px !important;
    } */

.mt-50 {
  margin-top: 115px;
}

.pt-50 {
  padding-top: 50px;
}

#btn-back-to-top {
  position: fixed;
  bottom: -10px;
  right: 20px;
  display: none;
}

.btn-floating {
  color: #6c9fe7 !important;
  background: none !important;
  /* padding: 0px !important; */
  border-radius: 50% !important;
  font-size: 35px !important;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

/* button code for go to direct up end  here  */

li img {
  height: 40px;
  margin: auto 10px;
}

.childcarosol h6 {
  text-align: center;
}

.owl-dots {
  display: none;
}

.BenefitsFont {
  text-align: center;
}

.benefitimg {
  height: 450px;
  width: 450px;
}

.BenifitText {
  padding: 20px;
}

.iconImgparent {
  padding: 10px;
}

.TouserImage {
  text-align: center;
  /* margin-top: 10% !important; */
}

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

.testimonalMainparent {
  background-color: rgba(97, 93, 250, 1);
}

.childcarosol {
  padding: 30px;
}

.MainsectionImage {
  /* width: 441px;
        height: 336px;
        background: #FFFFFF;
        box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
        border-radius: 10px; */
}

.MainsectionImage img {
  /* box-sizing: border-box; */
  /* width: 373px;
        height: 230px; */
  /* background: url(Screenshot 2023-04-18 at 1.34.png); */
  /* width: 373px;
        height: 230px;
        border: 1px solid #6BBC3F;
        border-radius: 10px !important; */
}

.MainsectionImage h4 {
  text-align: center;
}

.MainsectionImage hr {
  border-top: 1px dashed blue;
}

.cardfs {
  /* width: 396px; */
  height: 26px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 18px;
  /* identical to box height */
  text-align: center;
  color: #000000;
}

:root {
  --blue: #625df6;
  --green: #55bc46;
}

.takingforwardhead {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 58px;
  text-align: center;
  color: #55bc46;
}

button:focus:not(:focus-visible) {
  outline: none !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}

.takingforwardpara {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  color: #625df6;
}

.startimg {
  /* height: auto;
  width: 100%; */
}

.imgcontainer {
  position: relative;
  width: 500px;
  height: auto;
}

.startleft {
  width: 284px;
  height: 88px;
  line-height: 15px;
  background-color: #e5e5ee;
  border: 2px white solid;
  border-radius: 25px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.relative {
  position: relative;
}

.startright {
  width: 284px;
  height: 88px;
  line-height: 15px;
  background-color: #e5e5ee;
  border: 2px white solid;
  border-radius: 25px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.bannerhead {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;
  /* identical to box height */
  color: #55bc46;
}

.bannerpara {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #2d2d2d;
  margin-bottom: 0px;
}

/* on hover start now courses */

.courseDivs {
  /* transition: 0.3s; */
  padding: 10px;
}

.courseDivs :hover {
  padding: 0px;
}

.courseDivs:hover .startleft {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.courseDivs:hover .startright {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.courseDivs:hover,
.courseDivs:hover .startright,
.courseDivs:hover .startleft {
  background-color: var(--blue);
  color: white !important;
  cursor: pointer;
  border-radius: 20px;
  padding: 10px;
  border: transparent;
}

.courseDivs:hover .startright h4,
.courseDivs:hover .startleft h4 {
  color: white !important;
}

.courseDivs:hover .startright p,
.courseDivs:hover .startleft p {
  color: white !important;
}

.startleft:hover h4,
.startright:hover h4,
.startleft:hover p,
.startright:hover p {
  color: white !important;
}

.startnum {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  font-size: 35.3676px;
  line-height: 53px;
  color: #ffffff;
}

.startnumb4 {
  left: 50%;
  top: 10px;
}

.startnumb3 {
  right: 3%;
  top: 48%;
}

.startnumb2 {
  right: 50%;
  bottom: 1%;
}

.startnumb1 {
  left: 3%;
  top: 40%;
}

.intradaybanner1 {
  right: 77%;
  top: -24%;
}

.intradaybanner2 {
  right: 78%;
  top: 44%;
}

.intradaybanner3 {
  left: 78%;
  top: -16%;
}

.intradaybanner4 {
  left: 78%;
  top: 47%;
}

.postionabs {
  position: absolute;
}

/* home page heading css */
.pathText {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* start now button css */
.Startnow {
  /* position: relative; */
  margin-top: 100px;
  margin-bottom: 100px;
  height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 875px; */
}

.headAcnchor a {
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
}

/* form css */
.lineheight {
  line-height: 17px;
}

.lineheight span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
}

nav {
  box-shadow: rgba(0, 0, 0, 0.075) 0px 25px 20px -20px;
  background-color: white;
  /* height: 115px; */
}

nav p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  /* identical to box height */
  color: #1c1c1c;
  margin: auto;
}

.divider:after,
.divider:before {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}

.achivementHead {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  /* identical to box height */
  text-align: center;
  color: #625df6;
}

.achivementpading {
  /* padding: 80px 120px; */
}

.achievementtophead {}

.dashright {
  border-right: 1px dashed black;
}

.achivementtxt {
  width: 160px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  color: #000000;
}

.whatsapp {
  background-color: #25d366;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  padding-top: 5px;
  height: 40px;
  width: 40px;
}

.nav-item .active {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 4px solid var(--blue) !important;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

input,
select {
  width: 372.06px;
  height: 42.28px;
  background-color: #55bc460a !important;
  border: 2px solid #55bc4678 !important;
  border-radius: 5px;
}

.form-btn {
  width: 208.54px;
  height: 58.97px;
  background: #55bc46;
  border-radius: 5px;
  border: none;
}

.form-btn span {
  width: 72.4px;
  height: 27px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
}

.btnx {
  background-color: #55bc46 !important;
  width: 298px;
  height: 70px;
  border: none;
  border-radius: 5px;
  font-family: "Poppins" !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 30px !important;
  color: #ffffff !important;
  margin-top: 25px;
  font-size: 20px !important;
}

.btnx a {
  text-decoration: none;
  color: #ffffff !important;
}

.keyColor {
  padding-top: 20px;
  margin-bottom: 40px;
  color: white !important;
}

form {
  border: 2px solid rgb(61 61 61 / 34%);
  border-radius: 18.5px;
  padding: 10% 5%;
  /* background: #fffffffa; */
}

/* usp start */

.uspbox {
  height: 70px;
  width: auto;
}

.upscontainer {
  width: 75% !important;
}

.usptext {
  align-items: center;
  display: flex;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  /* identical to box height */
  color: #000000;
}

/* upstextdiv */
/* .upsTxtDiv{
        margin: auto;
        width: auto;
    } */

.upsimg {
  bottom: 5px;
  right: 0px;
}

/* usp end */

/* review sec */

.ReviewHead {
  width: 236px;
  /* height: 30px; */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #5b5b5b;
  text-align: center;
}

.reviewbtn {
  line-height: 25.5px;
  padding: 12px 75px !important;
  font-size: 17px;
  font-weight: 600;
  border: 1px solid var(--blue);
  background-color: white;
  color: rgba(0, 0, 0, 0.795);
  border-radius: 10px;
}

.reviewbtn a {
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
}

.footer {
  padding: 3% 12%;
  background-color: #615dfa;
}

.footer iframe {
  /* position: absolute; */
  border: 0;
  border-radius: 5px;
  /* right: 320px; */
  top: -25px;
  /* height: 214px; */
  /* width: 274px; */
  height: auto;
  width: auto;
}

.card-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  /* identical to box height */

  color: #000000;
}

.fis {
  font-size: 18px;
}

.ftextfooter {
  font-family: "poppins";
  width: 104px;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 200%;
  color: #ffffff;
}

.footeraddress-copyright {
  width: auto;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #ffffff;
}

.footeraddress-terms-privacy {
  width: 102px;
  height: 23px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
}

.footer-ancor a {
  text-decoration: none;
}

.footericg {
  color: var(--green);
}

.footerinput {
  width: 200px !important;
  /* height: 38.98px; */
  width: auto;
  background: #ffffff;
  border-radius: 5px;
  position: absolute;
  /* top: 60px; */
  /* left: 831px; */
}

.snsIcons {
  font-size: 23px;
  /* margin-right: 22px; */
}

.iframesize {
  /* position: relative; */
  /* height: 200px; */
}

.footerbtnx {
  width: 198px;
  height: 52px;
  border-radius: 5px;
  background-color: #55bc46;
  color: #ffffff;
  position: absolute;
  top: 80px;
  /* left: 831px; */
}

.footerbtnx a {
  text-decoration: none;
  color: #ffffff;
}

.footeraddress {
  width: 343px !important;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
}

.footeraddress a {
  text-decoration: none;
  color: white;
}

.text-uppercase {
  font-family: "poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  width: 78px;
}

/* About section started here   */

.aboutUsParent {
  background-color: #615dfa;
  background-image: url("./img/Maskgroup.png");
  font-family: "Popins";
}

.aboutUsParent .VideoaboutUS {
  width: 530px;
  height: 282px;
  border-radius: 10px;
}

.abiutusText h2 {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  line-height: 60px;
  margin-bottom: 30px !important;
}

.abiutusText {
  text-align: center;
  width: 55%;
  color: white;
}

.aboutHeading p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 21px;
  text-align: justify;
  font-style: normal;
}

.card-head h5 {
  position: relative;
  line-height: 27px;
  font-size: 18px;
  font-weight: 600;
}

.card-head img {
  position: absolute;
  top: 10px;
  right: 20px;

  /* left: 258px; */
  /* height: 52px; */
  /* width: 20px; */
  width: 40px !important;
}

/* .paid-course-card .item :hover h5,
.free-course-card .item :hover h5 {
  color: white;
}

.paid-course-card .item :hover p,
.free-course-card .item :hover p {
  color: white;
} */

.free_course:hover,
.free_course:hover .free_course,
.free_course:hover .freeCourseCard,
.free_course:hover .card-head,
.free_course:hover .free_course .card-head .card-title-course,
.free_course:hover .free_course .card-title-course,
.free_course:hover.free_course p {
  color: #fff !important;
  background-color: #615dfa;
}

/* .paid-course-card .item .card:hover,
    .free-course-card .item .card:hover {
        background-color: #615DFA;
    } */

.startFreeBtn {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff !important;
}

.card-head {
  line-height: 18px;
  font-size: 11px;
  font-weight: 400;
}

/* About section started here   */

.workHead {
  text-align: center;
}

.workHead h2 {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  color: rgba(45, 44, 44, 1);
}

.workHead p {
  margin: auto;
  width: 795px;
  font-family: "Poppins";
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(91, 91, 91, 1);
}

.rltv {
  position: relative;
}

.abs {
  position: absolute;
}

.workMainParent {
  /* height: 1375.36px; */
  width: 683px;
  margin: auto;
}

.workMainParent img {
  height: 100%;
  width: 100%;
}

.WorkChlid h3 {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: rgba(45, 45, 45, 1);
  margin-bottom: 0px;
}

.WorkChlid p,
li {
  font-family: "Poppins";
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  color: rgba(45, 45, 45, 1);
  margin-bottom: 0px;
}

.learningText a {
  text-decoration: none;
  color: rgba(45, 45, 45, 1);
}

.learningText {
  top: 3%;
  left: 40%;
  width: 50%;
}

.learningText p {
  /* width: 250px; */
}

.ChooseText {
  text-align: end;
  top: 14%;
  left: 13%;
  width: 50%;
}

.ChooseText p {
  /* width: 370px; */
}

.ExploreText {
  top: 25%;
  left: 40%;
  width: 50%;
}

.ExploreText p {
  /* width: 250px; */
}

.UnlockText {
  text-align: end;
  top: 36%;
  left: 13%;
  width: 50%;
}

.UnlockText p {
  /* width: 335px; */
}

.FreeText {
  top: 47%;
  left: 40%;
  width: 50%;
}

.EnrolText {
  text-align: end;
  top: 59%;
  left: 13%;
  width: 50%;
}

.EnrolText p {
  /* width: 300px; */
}

.TrainingText {
  top: 68%;
  left: 40%;
}

.TrainingText {
  /* width: 300px; */
}

.TrainingText li {
  /* width: 360px; */
}

.SkillsText {
  text-align: end;
  top: 79%;
  left: 6%;
  width: 57%;
}

.ReferText {
  top: 91%;
  left: 40%;
  /* width: 50%; */
}

.ReferText p {
  /* width: 350px; */
}

/* Privacy section  start here  */

.privacyParent {
  margin-top: 120px;
  margin-bottom: 70px;
  font-family: "Poppins";
}

.privacyMain h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
}

.privacyChild h4 {
  font-size: 30px;
}

.privacyChild h6 {
  font-size: 22px;
  padding-left: 15px;
}

/* .privacyChild p,
    li {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        padding-left: 20px;
    } */

/* Privacy section  end here  */

/* uspsecaation with accordian started here  */

.uspParent {
  text-align: center;
  margin-top: 60px;
}

.uspParent h3 {
  color: #2d2c2c;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.firstUspImage img {
  width: 724px;
}

.firstUspImg img {
  /* height: 400px; */
  width: 536.77px;
}

/* uspsecaation with accordian end here  */

.accordion-button {
  width: 60% !important;
  margin: auto;
  height: 70px !important;
}

.accordion-button::after {
  display: none;
}

.accordion-button:focus {
  border-color: white !important;
  outline: 0;
  box-shadow: white !important;
}

/* our mission section started here  */
.missionText {
  text-align: center;
  /* width: 494px; */
}

.missionText h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #625df6;
}

.missionText p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #5b5b5b;
}

/* our mission section ended here  */

/* Ourtimeline section started here   */

.TimeSecc h2 {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
}

.outTimeImage {
  /* height: 1422.93px; */
  margin: auto;
  width: 450px;
}

.outTimeImage img {
  height: 100%;
  width: 100%;
}

.MainTextTimeLine h1 {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: rgba(97, 93, 250, 1);
}

.CommonPara {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.EstablishedParent {
  top: 5%;
  right: 73%;
}

.EstablishedParent p {
  width: 203.52px;
}

.CoursesText {
  top: 21%;
  left: 89%;
}

.CoursesText p {
  width: 200px;
}

.SessionsText {
  top: 38%;
  right: 83%;
}

.SessionsText p {
  width: 168px;
}

.BrokersText {
  top: 52%;
  left: 88%;
}

.BrokersText p {
  width: 200px;
}

.LearningText {
  top: 70%;
  right: 80%;
}

.LearningText p {
  width: 185.5px;
}

.RedesignedText {
  top: 86%;
  left: 86%;
}

.RedesignedText p {
  width: 190px;
}

.rltv {
  position: relative;
}

.abs {
  position: absolute;
}

/* .VideoaboutUS{
        width: 560px;
        height: 315px;
    } */
@media (max-width: 425px) {
  .navimg {
    width: 100%;
  }
}

@media (max-width: 426px) {
  #main_nav ul {
    padding: 20px;

  }

  #main_nav ul li {
    padding: 10px 0;
  }

  .coursesButton {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }

  .intradaybanner4 {
    left: 39%;
    top: 55%;
  }

  .card-text-course {
    font: size 16px !important;
  }

  .paid_course {
    height: 420px;
  }

  .free_course {
    height: 260px;
  }
}

@media (max-width: 426px) {

  /* navbar  */
  .nav p {
    font-size: 12px;
  }

  .navItems {
    font-size: 14px;
  }

  /* .course-btn{
            width: auto !important;
            height: auto !important;
        } */

  /* .VideoaboutUS{
            width: 100px;
            height: 120px;
        } */

  .paid-course-card .card {
    height: 400px;
  }

  .Secondcarousel .owl-carousel .owl-nav button.owl-prev {
    right: 80%;
  }

  .testimonialsec a iframe {
    padding: 5px !important;
    width: 100%;
    height: 150px !important;
    line-height: 65px;
    margin-top: 0%;
    border-radius: 5%;
    opacity: 1;
  }

  .benefit-data-container {
    padding: 0 2% !important;
  }

  .startnumb4 {
    top: -8px !important;
  }

  .startnumb3 {
    top: 85px;
  }

  .startnumb2 {
    bottom: -17px !important;
  }

  .startnumb1 {
    top: 64px;
  }

  .benefithead,
  .tesText {
    width: 254px !important;
    height: 39px !important;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600 !important;
    font-size: 26px !important;
    line-height: 39px !important;
    color: #2d2c2c;
  }

  /* .curriculumimg1 {
    right: -50px !important;
    top: -126px !important;

    width: 169.95px !important;
    height: 124.68px !important;
  } */
  /* 
  .curriculumimg2 {
    right: 2px !important;
    top: -125px !important;
    width: 154.01px !important;
    height: 111.71px !important;
  }

  .curriculumimg3 {
    right: -45px !important;
    top: -130px !important;
    width: 140.51px !important;
    height: 101.54px !important;
  }

  .curriculumimg4 {
    right: -6px !important;
    top: -126px !important;
    width: 106.26px !important;
    height: 94.52px !important;
  } */

  .fis {
    font-size: 12px;
  }

  nav {
    height: 73px;
  }

  .navbar-toggler {
    border: none !important;
  }

  .lineFifth {
    right: 153px;
    top: 81.5%;
    transform: rotate(109deg);
    width: 92px;
  }

  .nav-pills .nav-link {
    font-size: 12px;
  }

  .curriculum-btn-containter .curriculum-btn {
    width: 280px !important;
  }

  /* Header section start here  */

  .hederIcon p {
    padding: 20px;
  }

  .review-card {
    width: 220px !important;
    height: 200px !important;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 0px !important;
  }

  .review-card i {
    font-size: 10px;
  }

  .review-card p {
    width: 170px;
    /* height: 90px; */
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }

  /* Header section start here  */

  .hederIcon p {
    padding: 20px;
  }

  .IconImage {
    padding: 10px;
  }

  li img {
    height: 30px;
    margin: auto 0px;
  }

  /* Header section start here  */

  /* home or index page start here  */
  .navimg {
    width: auto !important;
    height: 50px;
  }

  .usppara {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    width: auto !important;
  }

  .btnx {
    font-size: 15px !important;
    font-weight: 600;
    line-height: 23px;
    width: 182px;
    height: 42px;
  }

  .benefitpara {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }

  .iconText {
    padding-left: 30px !important;
  }

  .iconText h5 {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    width: 70% !important;
  }

  .iconText p {
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
    width: 70% !important;
  }

  .cardfs {
    width: 100%;
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
  }

  .ReviewHead {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
  }

  .reviewbtn {
    padding: 12px 50px !important;

    font-size: 11px;
    font-weight: 600;
    line-height: 17px;
  }

  /* home or index page end  here  */

  /* Testimonals carousel section Start  */
  .footeraddress {
    width: 190px;
    /* height: 54px; */
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #ffffff;
    padding: 1px 0;
  }

  .ftextfooter {
    width: 136px;
    font-size: 12px;
  }

  .footeraddress-copyright {
    width: auto !important;
    height: 30px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    margin: auto !important;
    font-size: 10px;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
  }

  .footeraddress-terms-privacy {
    width: 68px;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
  }

  .tesText {
    font-family: "Poppins";
    font-size: 25px;
    font-weight: 600;
    line-height: 38px;
  }

  .Secondcarousel .owl-item.center>.owl-element span {
    padding: 3px;
  }

  .Secondcarousel .owl-element span {
    width: 230px;
  }

  .Secondcarousel .owl-carousel .owl-nav button.owl-prev {
    left: 15%;
  }

  .Secondcarousel .owl-carousel .owl-nav button.owl-next {
    left: 87%;
  }

  .Secondcarousel .owl-item.center>.owl-element span {
    height: 170px;
  }

  .Secondcarousel {
    height: 310px;
  }

  /* Testimonals carousel section end  */

  /* course and curriculum */
  .Intraday {
    font-weight: 500;
    font-size: 11px;
    border: #1e90ff 2px solid;
    width: 280px;
    border-radius: 5px;
    margin: auto;
  }

  .imgsize {
    width: 169.95px !important;
    height: 124.68px !important;
  }

  .curriculumimg {
    right: -25% !important;
    top: -369% !important;
  }

  .dirchead {
    width: 168.81px;
    height: 37.93px;
    border: 2px solid #615dfa;
    border-radius: 2px;
    left: 65px;
    top: -20px;
  }

  /* .ourcoursepara {
    width: 290px;
    font-size: 12px;
  } */

  .course-btn {
    /* height: 37px !important;
            width: 150px !important; */

    font-weight: 600;
    font-size: 12px;
  }

  /* .curriculum-section {
    flex-direction: column;
    margin-top: 170px;
  } */
  /* 
  .curriculum-btn-containter {
    margin: 15px auto;
  } */

  .curriculum {
    /* height: 1170px; */
  }

  /* course and curriculum end */

  /* start now */
  .Startnow {
    /* margin-top: 50px;
    height: 200px !important;
    width: 10px !important; */
  }

  .imgcontainer {
    /* height: 200px !important;
    width: 200px !important; */
  }

  .startbannerimg img {
    height: 50px;
    width: 50px;
  }

  .startleft {
    /* width: 140px;
    height: 55px;
    line-height: 15px; */
  }

  .startright {
    /* width: 140px;
    height: 55px;
    line-height: 15px; */
  }

  .bannerhead {
    font-size: 11px;
    line-height: 5px;
  }

  .bannerpara {
    font-size: 6px;
    line-height: 8px;
  }

  .intradaybanner1 {
    right: 80%;
    top: -45px;
  }

  .intradaybanner4 {
    left: 80%;
    top: 44%;
  }

  .intradaybanner3 {
    left: 80%;
    top: -43px;
  }

  .startnum {
    font-size: 18px;
  }

  .uspbox {
    height: 50px !important;
  }

  .usptext {
    font-size: 10px;
    line-height: 11px;
  }

  .uspfirstImagesChan {
    width: 100%;
  }

  .upsimg {
    height: 100% !important;
    /* width: 100% !important; */
  }

  .bigimg {
    /* width: 120px !important; */
  }

  .benefiticon {
    height: 50px;
    width: 50px;
  }

  /* startnoe ends */
  /* usp sec */

  .upscontainer {
    width: 100% !important;
  }

  .usppara,
  .benefitpara {
    /* width: 68% !important; */
    /* font-size: 15px !important; */
  }

  .TouserImage img {
    height: 250px !important;
    width: 250px !important;
    margin-top: 100px;
  }

  .achivementHead {
    font-size: 24px !important;
  }

  .achivementpading {
    padding: 0 !important;
  }

  .achivementtxt {
    font-size: 11px;
    width: 82%;
  }

  .footer {
    padding: 2%;
  }

  .takingforwardhead {
    font-size: 40px;
  }

  .takingforwardpara {
    font-size: 30px;
    width: 80%;
  }

  /* usp sec ends */
  /* About Us section started here  */
  .missionText {
    width: 100% !important;
  }

  .missionText {
    width: 100%;
  }

  .abiutusText {
    width: 70%;
  }

  .abiutusText h2 {
    font-size: 26px;
    line-height: 39px;
  }

  /* .aboutHeading p {
    font-size: 12px;
    line-height: 18px;
  } */

  .aboutUsParent .VideoaboutUS {
    width: 229.29px;
    height: 122px;
  }

  .missionText h2 {
    margin-top: 20px;
    font-size: 22px;
  }

  /* 
  .missionText p {
    width: 255px;
    height: 90px;
    font-size: 12px;
    line-height: 18px;
    color: #5b5b5b;
    font-weight: 400;
  } */

  .ourTimeLineMainParent {
    height: 1075px;
  }

  .TextImgP {
    padding: 5px;
  }

  .FitstCircleText {
    width: 133px;
    height: 51px;
  }

  .TextLeClass {
    text-align: end;
  }

  .thirdLine {
    top: 342px;
    right: 212px;
    width: 76px;
  }

  .thirddot {
    top: 354px;
    left: 105px;
  }

  .lineThird {
    right: 175px;
    top: 404px;
    transform: rotate(123deg);
    width: 40px;
  }

  .addedText {
    width: 128px !important;
  }

  .forthline {
    top: 495px;
    right: 136px;
    width: 59px;
  }

  .forthdot {
    top: 507px;
    left: 253px;
  }

  .sixthdot {
    top: 793px;
    left: 290px;
  }

  .learningText {
    width: 120px !important;
  }

  .lineForth {
    right: 184px;
    top: 543px;
    transform: rotate(55deg);
    width: 49px;
  }

  .fifthline {
    top: 623px;
    right: 227px;
    width: 68px;
  }

  .fifthdot {
    top: 635px;
    left: 95px;
  }

  .lineFifth {
    right: 193px;
    top: 81.5%;
    transform: rotate(109deg);
    width: 31px;
  }

  .sixthline {
    top: 781px;
    right: 99px;
    width: 94px;
  }

  .parentTimeline h2 {
    font-family: "Poppins";
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0em;
  }

  .mainTimeLIne {
    padding: 0px !important;
    /* width: 425px !important; */
    width: 93% !important;
  }

  .TextImgP h6 {
    font-family: Poppins;
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
  }

  .firstLine {
    top: 3%;
    right: 55%;
    width: 35px;
  }

  .firstdot {
    top: 44.5px;
    left: 35%;
  }

  .lineFirst {
    top: 119px;
    left: 172px;
    transform: rotate(117deg);
    width: 64px;
  }

  .secondLine {
    top: 17%;
    left: 215px;
    width: 17px;
  }

  .seconddot {
    top: 205px;
    left: 230px;
  }

  .LineSecond {
    left: 138px;
    top: 301px;
    transform: rotate(73deg);
    width: 126px;
  }

  .thirdLine {
    top: 36%;
    right: 56%;
    width: 65px;
  }

  .thirddot {
    top: 420px;
    left: 108px;
  }

  .lineThird {
    right: 41%;
    top: 44.5%;
    transform: rotate(110deg);
    width: 96px;
  }

  .forthline {
    top: 53%;
    right: 161px;
    width: 20px;
  }

  .forthdot {
    top: 612px;
    left: 233px;
  }

  .lineForth {
    right: 139px;
    top: 716px;
    transform: rotate(73deg);
    width: 129px;
  }

  .iframesize {
    /* position: static !important; */
    /* padding-left: 30px !important; */
  }

  .iframesize iframe {
    position: static;
    height: 114px !important;
    width: 147px !important;
  }

  .footerinput {
    /* position: static;
            width: 149px !important;
            height: 28px !important; */
  }

  .footerbtnx {
    /* position: static;
            width: 149px !important;
            height: 37px !important; */
    font-family: "Poppins";
    font-size: 11px;
    font-weight: 600;
    line-height: 17px;
  }

  .footermainimg {
    width: 100% !important;
  }

  .footer {
    padding: 20px !important;
  }

  /* usp section media query start here  */

  .starnnow-btn {
    height: 115px;
    width: 115px;
    border-radius: 50%;
    left: 43px;
    top: 42px;
  }

  .firstUspImages img {
    height: 100% !important;
    width: 100% !important;
  }

  .firstUspImg img {
    height: 100px !important;
    width: 125px !important;
  }

  .accordion-button {
    width: 100% !important;
  }

  /* usp section media query end here  */

  .mt-50 {
    margin-top: 70px;
  }

  .ContextText h2 {
    font-size: 26px !important;
    line-height: 39px;
  }

  .sectionOFWork {
    /* margin-bottom: 60px; */
  }

  .workMainParent {
    width: 316.97px;
    height: 665.49px;
  }

  .workHead h2 {
    font-size: 26px;
    font-weight: 600;
  }

  .workHead p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    width: 315px;
  }

  /* .WorkChlid h3 {
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    margin-bottom: 0;
  } */

  .learningText {
    top: 17px;
    left: 125px;
  }

  /* .learningText p {
    width: 210px;
  } */

  .ChooseText {
    top: 91px;
    left: 3px;
  }

  /* .ChooseText p {
    width: 190px;
  } */

  .ExploreText {
    top: 164px;
    left: 135px;
  }

  .ExploreText p {
    /* width: 140px; */
    line-height: 10px;
  }

  .UnlockText {
    top: 223px;
    left: 43px;
  }

  /* .UnlockText p {
    width: 145px;
  } */

  .FreeText {
    top: 311px;
    left: 136px;
  }

  /* .FreeText p {
    width: 160px;
  } */

  .EnrolText {
    text-align: end;
    top: 380px;
    left: 9px;
  }

  /* .EnrolText p {
    width: 175px;
  } */

  .TrainingText {
    top: 443px;
    left: 137px;
  }

  .TrainingText li {
    /* width: 190px; */
  }

  /* .TSLi {
    font-size: 8px !important;
    line-height: 10px !important;
  } */

  .SkillsText {
    top: 530px;
    left: -14px;
  }

  /* .SkillsText p {
    width: 220px;
  } */

  .ReferText p {
    /* width: 185px; */
    line-height: 13px;
  }

  .ReferText {
    top: 590px;
    left: 130px;
  }

  /* Privacy section  start here  */

  .privacyParent {
    margin-top: 90px;
    margin-bottom: 70px;
    font-family: "Poppins";
  }

  .privacyMain h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 39px;
  }

  .privacyChild h4 {
    font-size: 18px;
  }

  .privacyChild h6 {
    font-size: 16px;
    padding-left: 15px;
  }

  .privacyChild p,
  li {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }

  /* Privacy section  end here  */

  /* nav p {

            padding: 5px;
        } */

  .TimeSecc h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
  }

  .outTimeImage {
    /* width: 324.2px;
    height: 1000px; */
    margin: 0;
  }

  .MainTextTimeLine h1 {
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
  }

  .CommonPara {
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
  }

  .EstablishedParent {
    top: 7px;
    right: 145px;
  }

  .CouseFont {
    top: 170px;
    left: 182px;
  }

  .CoursesText p {
    width: 172px;
  }

  .CouseFont {
    /* text-align: end; */
  }

  .SessionsText {
    top: 350px;
    right: 197px;
  }

  .SessionsText p {
    width: 145px;
  }

  .BrokersText {
    top: 500px;
    left: 225px;
  }

  .CoursesText p {
    width: 172px;
  }

  .BrokersText p {
    width: 121px;
  }

  .RedesignedText {
    top: 828px;
    left: 180px;
  }

  .RedesignedText p {
    width: 158px;
  }

  .LearningText {
    top: 703px;
    right: 198px;
  }

  .LearningText p {
    width: 152.5px;
  }
}

/* Ourtimeline section ended here   */
/* page2 */
.w100 {
  width: 150px;
}

.w300 {
  /* width: 280px; */
}

/* road map */
ul.timeline-3 {
  list-style-type: none;
  position: relative;
}

ul.timeline-3:before {
  content: " ";
  background: #dedee0;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 3px;
  height: 100%;
  z-index: 400;
}

ul.timeline-3>li {
  margin: 20px 0;
  padding-left: 10px;
}

ul.timeline-3>li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid rgba(0, 128, 0, 0.699);
  left: 10px;
  width: 13px;
  height: 13px;
  z-index: 400;
  margin-top: 5px;
}

.nav-pills .nav-link {
  font-size: 18px;
  font-weight: 600;
  width: 300px;
  height: 55px;
  border: 1px solid #615dfa !important;
  color: #615dfa;
  border-radius: 10px !important;
  margin: 5px 0px;
}

.nav-link {
  padding: 0 !important;
}

.nav-pills .nav-link.active {
  background-color: #615dfa !important;
  border: 1px solid #615dfa !important;
  color: white !important;
}

.contactusdetail {
  width: 236px;
  /* height: 69px; */
  font-family: "Poppins" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 22px !important;
  color: #000000;
}

/* your path section started here  */
/* 
    .pathText {
        text-align: center;
    }

    .pathText h2 {
        color: green;
    }

    .pathText h3 {
        color: blue;
    } */

/* your path section end here  */

/* contact us section started here   */

.ContextText h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  color: #2d2c2c;
}

.ContextText p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: #5b5b5b;
}

.iconHome {
  font-size: 20px;
  display: flex;
}

.iconHome i {
  color: #625df6;
}

.iconHome a {
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
}

.underline {
  text-decoration: underline;
}

.aboutimage {
  /* height: 365px; */
  width: 100%;
  background-image: url("../img/contectus.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.aboutimage h6 {
  font-family: "Popins";
  font-weight: 400;
  font-size: 15px;
  line-height: 22.5px;
}

.pos-box-text p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  color: #2d2d2d;
  line-height: 20px;
}

/* contact us section ended  here   */
/* work it here section started here  */

.sectionOFWork {
  margin-bottom: 60px;
}

.ParentLine {
  position: relative;
}

.workText {
  text-align: center;
  width: 60%;
  margin: auto;
}

.reactImg {
  text-align: center;
}

.textRightC {
  text-align: right;
}

.fline {
  width: 74%;
  margin: auto;
  border: 2px solid #3f7bf6;
}

.secondL {
  position: absolute;
  transform: rotate(90deg);
  width: 9%;
  left: 82%;
  top: 4%;
}

.thirdL {
  width: 74%;
  margin: auto;
  border: 2px solid #3f7bf6;
}

.forthL {
  position: absolute;
  transform: rotate(90deg);
  width: 9%;
  left: 9%;
  top: 4%;
}

.shadow span {
  /* border: 5px solid red; */
  padding: 0em 1em;
  border-radius: 16px;
  font-size: 24px;
  line-height: 2;
}

span.ex1 {
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* work it here section ended here  */
/* fonts */

.usppara {
  width: 50%;

  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #5b5b5b;
}

.tesText {
  width: 391px;
  height: 60px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  /* identical to box height */
  color: #2d2c2c;
}

.benefithead {
  width: 391px;
  height: 60px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 40px !important;
  line-height: 60px;
  /* identical to box height */
  color: #2d2c2c;
}

.benefitpara {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  width: 862px;
  color: #5b5b5b;
}

.iconText h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  color: #000000;
}

.iconText p {
  width: 300px;
  /* height: 43px;  */
  margin: 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #5b5b5b;
}

.review-card {
  /* padding-top: 40px; */
  box-sizing: border-box;
  width: 330px !important;
  height: 304px !important;
  background: #ffffff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  border-radius: 23px !important;
}

.review-card i {
  font-size: 17px;
  color: yellow;
}

.review-card p {
  padding-top: 5px;
  width: 243px;
  height: 132px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  text-align: justify;
  color: #2d2d2d;
  /* margin: auto; */
}

/* Media query for mobile started here  */
/* Media Query end for mobile here  */

.footer {
  padding: 44px;
}

/* About Us section ended  here  */
/* USP section start here */

@media (max-width: 376px) {
  .Secondcarousel .owl-carousel .owl-nav button.owl-next {
    left: 90%;
  }

  .accordion-button {
    width: 100% !important;
  }

  .review-card {
    width: 200px !important;
    height: 200px !important;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin: 4px !important;
    padding: 0px !important;
  }

  .review-card p {
    padding-top: 0px;
    width: 158px;
    font-size: 13px;
    line-height: 17px;
  }

  .bannerpara {
    /* font-size: 6px !important;
    line-height: 6.5px !important; */
  }

  /* login button */
  .btn .btn-primary {}

  /* tooltip */
  /* Tooltip container */
  .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #55bc46;
    cursor: pointer;

    /* If you want dots under the hoverable text */
  }

  /* Tooltip text */
  .tooltip .tooltiptext {
    /* visibility: hidden; */
    font-family: "Popins";
    width: 120px;
    background-color: #55bc46;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
  }

  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

  /* toolip end */

  .takingforwardhead {
    font-size: 33px;
  }

  .takingforwardpara {
    font-size: 26px;
    width: 80%;
  }

  .iconText h5 {
    width: 85% !important;
  }

  .benefit-data-container {
    padding: 0 !important;
  }

  .footeraddress {
    width: 263px !important;
  }

  .iframesize iframe {
    position: static;
    height: 100px !important;
    width: 125px !important;
  }
}

@media (max-width: 321px) {
  .intradaybanner3 {
    left: 78%;
    top: -38px;
  }

  .navItems {
    font-size: 14px;
  }

  .navimg {
    height: 57px;
  }

  .footerinput {
    width: 100% !important;
    /* height: auto; */
    top: 0;
  }

  .footerbtnx {
    width: 100% !important;
    top: 56px;
  }
}

@media (max-width: 376px) {
  .navItems {
    font-size: 14px;
  }

  .snsdisplay {
    justify-content: flex-start !important;
  }

  .footerinput {
    width: 100% !important;
    /* height: auto; */
    top: 0;
  }

  .footerbtnx {
    width: 100% !important;
    top: 56px;
  }
}

@media (max-width: 320px) {
  .navimg {
    width: auto !important;
  }

  .firstUspImage img {
    width: 100%;
  }

  .iconText p {
    font-size: 11px;
  }

  .outTimeImage img {
    height: 90%;
    width: 90%;
  }

  .outTimeImage {
    /* width: 300.2px;
    height: 970px; */
  }

  .EstablishedParent p {
    width: 161.52px;
  }

  .EstablishedParent {
    top: 0px;
    right: 132px;
  }

  .SessionsText {
    top: 304px;
    right: 156px;
  }

  .LearningText {
    top: 635px;
    right: 150px;
  }

  .CouseFont {
    top: 163px;
    left: 182px;
  }

  .BrokersText {
    top: 442px;
    left: 178px;
  }

  .RedesignedText {
    top: 784px;
    left: 176px;
  }

  .CouseFont p {
    width: 110px;
  }

  .Secondcarousel {
    height: 281px;
  }

  .Secondcarousel .owl-item.center>.owl-element span {
    padding: 5px;
    height: 165px;
  }

  .starnnow-btn {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    left: 25px;
    top: 25px;
  }

  .footeraddress {
    width: 208px !important;
  }

  .review-card {
    width: 170px !important;
    height: 200px !important;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin: 0px !important;
    padding: 0px !important;
  }

  .review-card p {
    padding-top: 0px;
    width: 130px;
    font-size: 12px;
    line-height: 15px;
  }

  .usppara {
    /* width: 92% !important; */
  }

  .benefitpara {
    /* width: 92% !important; */
  }

  .w300 {
    /* width: 260px; */
  }

  .bannerhead {
    font-size: 10px;
    line-height: 5px;
  }

  .iframesize {
    /* position: static !important; */
    /* padding-left: 18px !important; */
  }

  .iframesize iframe {
    position: static;
    height: 100px !important;
    width: 125px !important;
  }

  .footerinput {
    /* width: 120px !important;
            height: 28px !important; */
    /* margin-left: 30px !important; */
  }

  .footerbtnx {
    /* width: 120px !important;
            height: 37px !important; */
    /* margin-left: 30px !important; */
  }

  .footeraddress-copyright {
    /* width: 270px; */
  }

  /* 
  .imgcontainer {
    height: 150px !important;
    width: 150px !important;
  } */

  .TrainingText li {
    /* width: auto; */
  }

  .ReferText {
    top: 580px;
    left: 126px;
  }

  .snsdisplay {
    display: flex;
    justify-content: flex-start !important;
  }

  .snsIcons {
    font-size: 16px;
  }

  .card-text-course {
    font-size: 15px;
  }
}

/* USP section ended here */
/* our Achivements start here  */
/* our Achivements end here  */
/* Benifit of user section stated here  */
.childcarosol {
  padding: 2px;
}

/* Benifit of user section ended here  */
/* Contact us section started here  */

.ContextText h6 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.iconHome {
  font-size: 17px;
}

.aboutimage {
  height: 500px;
}

.contactIcon i {
  font-size: 25px;
}

/* Contact us section started here  */
/* carousel section started here  */
/* carousel section end here  */
/* form section start here  */

.owl-theme .owl-nav {
  display: none;
}

/* form section end here  */

/* Media query for mobile ended here  */
/* curriculumimg position css */

@media (min-width: 320px) and (max-width: 376px) {
  .navimg {
    width: auto !important;
  }

  /* .EstablishedParent {
    top: 7px !important;
    right: 132px !important;
  } */

  .LearningText {
    top: 662px;
    right: 153px;
  }

  .BrokersText {
    top: 500px;
    left: 213px;
  }

  .SessionsText {
    top: 350px;
    right: 160px;
  }

  .BrokersText {
    top: 444px;
    left: 184px;
  }

  .footeraddress {
    /* width: 200px !important; */
  }

  .cousesText {
    top: 165px;
    left: 163px;
  }

  .btnx {
    width: 235px;
    height: 55px;
  }

  .bannerpara {
    /* font-size: 5px !important;
    line-height: 5px !important;
     */
  }

  .startright {
    /* width: 110px !important;
    height: 45px !important; */
  }

  .startleft {
    /* width: 110px !important;
    height: 45px !important; */
  }

  .bannerhead {
    /* font-size: 7px !important;
    line-height: 0px !important; */
  }

  .startnumb4 {
    /* top: -12px !important; */
  }

  .startnumb2 {
    bottom: -21px !important;
  }

  .startnumb1 {
    top: 41px;
  }

  /* .startnumb3 {
    right: 3%;
    top: 40%;
  } */

  .startnum {
    font-size: 15px;
  }

  .intradaybanner1 {
    right: 75%;
    top: -50px;
  }

  .intradaybanner3 {
    left: 77%;
    top: -49px;
  }

  .intradaybanner2 {
    right: 75%;
    top: 38%;
  }

  .intradaybanner4 {
    left: 76%;
    top: 38%;
  }
}

.accordion {
  --bs-accordion-active-bg: white !important;
  --bs-accordion-btn-focus-box-shadow: white !important;
}

/* @media (max-width:664px) {
    .startWidth {
        width: 192px !important ;
    }
.bannerhead{
    font-size: 10px;
}
    .bannerpara{
        font-size: 8px;
    }
} */

@media (min-width: 426px) and (max-width: 769px) {
  .firstUspImage img {
    width: 100%;
  }

  /* .firstUspImg img {
            width: 100%;
        } */
  .intradaybanner1 {}

  .intradaybanner2 {}

  .intradaybanner3 {}

  .intradaybanner4 {}

  .BenefitsFont h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 39px;
    letter-spacing: 0em;
  }

  /* .curriculum-btn-containter {
    margin: 5% 17% !important;
  } */

  /* .ourcoursepara {
    width: 512px;
  } */

  .Intraday {
    width: 400px;
    border-radius: 5px;
  }

  /* .dirchead {
    width: 300.81px;
    height: 60.93px;
    border: 2px solid #615dfa;
    border-radius: 2px;
    left: 48px;
    top: -30px;
  } */

  .curriculum {
    /* height: auto !important; */
  }

  .curriculumimg1 {
    right: -29%;
    top: -230px;
    width: 320.79px;
    height: 230.61px;
  }

  .curriculumimg2 {
    right: -30%;
    top: -257px;
    width: 360.79px;
    height: 250.61px;
  }

  .curriculumimg3 {
    right: -56px;
    top: -208px;
    width: 285.14px;
    height: 209px;
  }

  .curriculumimg4 {
    right: -2px;
    top: -185px;
    width: 208.25px;
    height: 184.95px;
  }

  .hid {
    display: none;
  }

  /* .curriculum-section {
    flex-direction: column;
    margin-top: 280px;
  } */

  .nav-pills .nav-link {
    width: 380px;
    height: 60px;
  }

  /* 
  .imgcontainer {
    height: 350px;
    width: 350px;
    left: 49%;
    transform: translate(-50%);
  } */

  .accordion-button {
    width: 80% !important;
  }

  .FreeImageCla img {
    height: 45px !important;
  }

  .firstUspImg img {
    /* height: 300px; */
  }

  .firstUspImages img {
    width: 100%;
    height: 100%;
  }

  .upsimg {
    height: 100%;
    /* width: 50%; */
  }

  .MainsectionImage {
    height: 350px;
  }

  .Secondcarousel .owl-carousel .owl-nav button.owl-prev {
    left: 16%;
  }

  .Secondcarousel .owl-carousel .owl-nav button.owl-next {
    left: 85%;
  }

  .TouserImage img {
    height: 350px;
  }

  .achivementHead {
    font-size: 55px;
  }

  .footer iframe {
    right: 30px;
  }

  .footeraddress-copyright {
    /* width: 250px; */
  }

  .footerinput {
    /* right: -310px; */
    /* width: 100% !important; */
  }

  .footerbtnx {
    /* right: -310px; */
    /* width: 100% !important; */
  }

  .footeraddress {
    /* width: 270px !important; */
  }

  .workHead p {
    /* width: 100%; */
  }

  .w300 {
    width: auto;
    line-height: 20px;
    font-size: 16px;
  }

  .free-course-card .card {
    /* height: 250px !important; */
  }
}

@media (min-width: 280px) {
  .footeraddress {
    width: 170px;
  }
}

.hover_text {
  font-family: "Poppins";
  display: none;
  font-size: 20px;
  color: #eed60c;
}

.hover_card:hover .hover_text {
  display: block !important;
}

/*latest changes in media query*/
@media (max-width: 992px) {
  .TouserImage {
    width: 400px;
  }

  /*.navItemResp {*/
  /*  padding: 5px;*/
  /*}*/

  .navItemResp img {
    /* padding: 5px ; */
    display: none;
  }

  /* .FreeImageCla img{
            width: 100%;
        } */

  .vector_img img {
    width: 50px;
    height: auto;
  }

  .pigibank_img img {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .iconText p {
    width: auto;
  }

  .smallfooterdisplay {
    display: flex !important;
    flex-wrap: nowrap !important;
  }
}

@media (max-width: 876px) {
  .startWidth {
    /* width: 251px; */
  }

  .startbtnIcon img {
    width: 60%;
  }

  .intradaybanner1 {
    /* right: 78%;
    top: -16%; */
  }

  .intradaybanner2 {
    /* right: 78%;
    top: 50%; */
  }

  .intradaybanner3 {
    /* left: 78%;
    top: -20%; */
  }

  .intradaybanner4 {
    /* left: 78%;
    top: 50%; */
  }

  .upscards {
    width: 83%;
  }
}

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

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

/* 
    .pigibank_img {
        display: flex;
        justify-content: center;
        align-items: center;
    } */
.contactformImg {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 806px) {
  .startbtnIcon img {
    width: 57%;
  }

  .startWidth {
    /* width: 222px; */
  }

  .bannerhead {
    font-size: 17px;
    line-height: 16px;
  }
}

/* Tooltip text */

.startleft {
  position: relative;
}

.lefttooltipEffect .tooltiptext {
  visibility: hidden;
  width: 173px;
  background-color: #55bc46;
  padding: 16px;
  color: #fff;
  text-align: center;
  border-radius: 9px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.1s;
  margin-bottom: 0;
  bottom: -40%;
}

.lefttooltipEffect .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #55bc46 transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.lefttooltipEffect:hover .tooltiptext {
  transition: 1s ease-in;
  visibility: visible;
  opacity: 1;
  transition-duration: 0.5s;
}

/* right tooltip effect */

.startright {
  position: relative;
}

.righttooltipEffect .tooltiptext {
  visibility: hidden;
  width: 173px;
  background-color: #55bc46;
  padding: 16px;
  color: #fff;
  text-align: center;
  border-radius: 9px;
  position: absolute;
  z-index: 1;
  left: 33%;
  bottom: -44%;
  opacity: 0;
  transition: opacity 0.1s;
  margin-bottom: 0;
}

.righttooltipEffect .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #55bc46 transparent;
}

.righttooltipEffect:hover .tooltiptext {
  transition: 1s ease-in;
  visibility: visible;
  opacity: 1;
  transition-duration: 0.5s;
}

.contactDetailForm {
  width: 456px;
  margin: auto;
}

@media (max-width: 426px) {

  /* tooltip responsive css */
  .lefttooltipEffect .tooltiptext {
    width: auto;
    left: 0;
    font-size: 11px;
    padding: 9px;
  }

  .righttooltipEffect .tooltiptext {
    width: auto;
    left: 0;
    font-size: 11px;
    padding: 9px;
  }

  /* tooltip responsive css */
  .firstUspImage img {
    width: 100%;
  }

  .startbtnIcon img {
    width: 50%;
  }

  .bannerhead {
    font-size: 10px;
    line-height: 5px;
  }

  .snsdisplay {
    justify-content: flex-start !important;
  }

  .footerinput {
    width: 100% !important;
    top: 0;
  }

  .footerbtnx {
    width: 100% !important;
    top: 56px;
  }
}

@media (max-width: 376px) {
  .navimg {
    width: auto !important;
  }
}

/* courses media query */
@media (max-width: 1024px) {
  .benefitpara {
    width: auto !important;
  }
}

@media (max-width: 768px) {
  #main_nav ul {
    padding: 20px;

  }

  #main_nav ul li {
    padding: 10px 0;
  }

  .coursesButton {
    display: flex;
    justify-content: center;
  }

  .snsdisplay {
    justify-content: flex-start !important;
  }

  .footerinput {
    width: 100% !important;
    top: 0;
  }

  .footerbtnx {
    width: 100% !important;
    top: 56px;
  }

  .footer iframe {
    border: 0;
    border-radius: 5px;
    right: auto;
    top: auto;
    width: 100%;
  }
}

@media (min-width: 767px) {
  .snsdisplay {
    display: flex;
    justify-content: start !important;
  }
}

@media (max-width: 320px) {
  .learningText p {
    width: auto;
  }

  .startnumb1 {
    top: 42px;
  }

  .TrainingText {
    font-size: 10px;
    width: auto;
    top: 430px;
  }

  .SkillsText {
    top: 509px;
    left: -15px;
  }

  .ReferText {
    top: 578px;
    left: 126px;
  }
}

@media (max-width: 425px) {
  .learningText p {
    width: auto;
  }

  .WorkChlid p,
  li {
    font-size: 8px;
    font-weight: 400;
    line-height: 10px;
  }

  .curriculumInside {
    line-height: 15px;
  }

  .TrainingText {
    font-size: 10px;
    width: auto;
  }

  .SkillsText {
    left: -15px;
  }

  .ReferText {
    top: 580px;
    left: 126px;
  }

  .UnlockText {
    top: 231px;
    left: 43px;
  }
}

/* footer start button + email button  */

@media (max-width: 991px) {
  .footerinput {
    width: 200px;
  }

  .footerbtnx {
    width: 200px;
  }

  .navbar-collapse .navbar-nav {
    align-items: left !important;
  }

  .snsIcons {
    font-size: 17px !important;
  }
}

@media (max-width: 845px) {
  .snsIcons {
    font-size: 18px;
  }

  .footeraddress {
    width: auto;
  }
}

@media (max-width: 840px) {
  .footerinput {
    width: 180px;
  }

  .footerbtnx {
    width: 180px;
  }
}

.snsdisplay {
  display: flex;
  justify-content: space-evenly;
}

.footerButtons {
  position: relative;
}