@font-face {
  font-family: 'PP Mori';
  src: url('./fonts/PPMori-Regular.ttf');
}

body,*{
	padding: 0;
	margin: 0;
	font-family: "Urbanist" !important;
}
  /* Full width header */
  .lt_header {
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1030;
}
.lt_header .lt_nav{
	/* border: 1px solid #E5E5E5;
	backdrop-filter: blur(10px);
	border-radius: 50px; */
	background: #FFFFFF;
	padding: 10px 32px;
}
.lt_header .lt_nav .navbar-brand{
	padding: 0;
	margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;  
}
.lt_header .lt_nav .ltlogo{
	/* width: 100%; */
	/* height: 100%; */
	/* max-height: 150px;
	max-width: 222px; */
}

.lt_header .lt_nav .nav-item a, .lt_header .lt_nav .ltlogin{
	font-family: "Urbanist" !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0;
	color: #333333;
	padding: 0;
}
.lt_header .lt_nav .ltlogin{
	padding: 0;
  border: 1px solid #E8EDF5;
  border-radius: 50px;
  padding: 10px 20px;
  color: #1D4E9F;
}
 .lt_header .lt_nav .ltregister{
 	background-color: #1D4E9F;
 	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	margin-left: 16px;

 }
.lt_header .lt_nav .navbar-nav{
	gap: 24px;
}
.lt_header .lt_nav .navbar-nav .dropdown-toggle::after {
	display: inline-block;
	margin-left: 6.81px;
	vertical-align: unset;
	content: url(../images/arrow-down.svg);
	border-top: unset;
	border-right: unset;
	border-bottom: 0;
	border-left: unset;
	color: transparent;
}
.lt_header .lt_nav .navbar-nav .dropdown-menu{
	margin-top: auto;
}
.lt_header .lt_nav .navbar-nav .dropdown-item{
	padding: 10px;
}
.ltmainbody .ltbannersection{
	padding: 65px 0 21px 0;
}
.ltmainbody .ltbannersection .ltnotifpera{
	margin-bottom: 0;
}
.ltmainbody .ltbannersection .ltnotification {
	width: fit-content;
	margin: 0 auto;
	background: #ECECFC;
	padding: 8px 20px;
	border-radius: 50px;
}
.ltmainbody .ltbannersection .ltblock{
	max-width: 814px;
	margin: 0 auto;
}
.ltmainbody .ltbannersection .ltbannerblock .ltbannerheading{
	font-family: "Urbanist" !important;
	font-weight: 600;
	font-size: 64px;
	line-height: 100%;
	letter-spacing: 0;
	text-align: center;
	color: #333333;
	margin: 16px 0;
}
.ltmainbody .ltbannersection .ltbannerblock .ltbannerpera{
	font-family: "Urbanist" !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0;
	text-align: center;
	color: #808080;
	max-width: 650px;
	margin: 0 auto;
}
.ltmainbody .ltbannersection .ltbannerblock .ltbannerform{
  border: 1px solid #E5E5E5;
  padding: 5px;
  max-width: 456px;
  margin: 12px auto 0 auto;
  border-radius: 50px;
}
.ltmainbody .ltbannersection .ltbannerblock .ltbannerform input{
  font-family: "Urbanist" !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #808080 !important;
  border: none
}
.ltmainbody .ltbannersection .ltbannerblock .ltbannerform .btn{
	padding: 0;
}
.ltmainbody .ltbannersection .ltbannerblock .ltbannerform .ltsearchicon{
  border: none;
  border-radius: 50px;
  max-height: 36px;
  max-width: 36px;
  width: 100%;
  height: 100%;
}
.ltmainbody .ltbannersection .ltbannerdiv .ltbannermain{
  max-height: 614px;
  margin-top: 45px;
}
.ltmainbody .ltbannersection .ltbannerdiv .ltleftside, .ltmainbody .ltbannersection .ltbannerdiv .ltrightside{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center
}
.ltmainbody .ltbannersection .ltbannerdiv .ltleftside img, .ltmainbody .ltbannersection .ltbannerdiv .ltrightside img{
  max-width: 294px;
}
.ltmainbody .ltbannersection .ltbannerdiv .ltleftside img.ltbannersidetwo {
  margin-top: -30px;
  z-index: -1;
  margin-left: -50px;
}
.ltmainbody .ltbannersection .ltbannerdiv .ltrightside img.ltbannersidefour{
  margin-top: -20px;
}
.ltmainbody .ltbannersection{
  position: relative;
}
.ltmainbody .ltbannersection .ltbannerdiv:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #E5E5E580;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  margin-top: 100px;
}
.ltmainbody .ltbannersection .ltbannerdiv:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #E5E5E580;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  margin-top: 100px;
}
.ltmainbody .ltbannersection .ltbannerdiv .ltcenter:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #E5E5E580;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  margin-top: 100px;
}
.card-ltbannerside {
    width: 280px;
    /* height: 180px; */
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.card-ltbannerside .icon {
  font-size: 24px;
  margin-bottom: 8px;
}

.card-ltbannerside h3 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.card-ltbannerside .number {
    font-size: 64px;
    font-weight: 600;
    margin: 10px 0;
    color: #333333;
}

.card-ltbannerside p {
  font-size: 16px;
  color: #333333;
  margin: 0;
}
.card-ltbannerside-content{
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  width: 90%;
}
.gradiant-one{
  background: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%);
}
.gradiant-two{
  background: linear-gradient(180deg, #FCF1FB 0%, #EEEDFB 100%);
}
.gradiant-three{
  background: linear-gradient(180deg, #F1F7FC 0%, #EDFBF2 100%);
}
.gradiant-four{
  background: linear-gradient(180deg, #F5FCF1 0%, #FBEDED 100%);
}
.ltbannersideone {
    transform: rotate(10deg);
}
.ltbannersidetwo {
    transform: rotate(-15deg);
}
.ltbannersidethree {
    transform: rotate(-7deg);
}
.ltbannersidefour {
    transform: rotate(10deg);
}
.ltinstructor .ltinstructordetail{
  background-color: #EDEDFD;
  border-radius: 30px;
  padding: 19px 17px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ltinstructor .ltinstructordetail .ltinstructorheading{
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #1D4E9F;
  max-width: fit-content;
  border: 1px solid #1D4E9F;
  border-radius: 50px;
  padding: 8px 20px;
}
.ltinstructor .ltinstructordetail .ltinstructorpera{
  color: #333333;
  font-family: "Urbanist" !important;
  font-weight: 400;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0;
  margin-bottom: 22px;
  margin-top: 24px;
}
.ltinstructor .ltinstructordetail .ltinstructorpera .lthighlitedtext{
  color: #1D4E9F;
}
.ltinstructor .ltinstructordetail .ltbecomebtn{
  background-color: #1D4E9F;
  border-radius: 50px;
  color: #fff;
  font-family: "Urbanist" !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 50%;
  letter-spacing: 0%;
  text-align: center;
  padding: 15px;
  width: 100%;
}
.ltinstructor .ltinstructordetail .ltregistrationbtn{
  border: 1px solid #1D4E9F;
  border-radius: 50px;
  color: #1D4E9F;
  font-family: "Urbanist" !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 50%;
  letter-spacing: 0%;
  text-align: center;
  padding: 15px;
  width: 100%;
  margin-top: 10px
}
.ltinstructorquestion, .ltreservemeeting {
  padding: 80px 0
}
.ltinstructorquestion .row{
  justify-content: center;
}
.ltinstructorquestion .row .ltinstructordetail{
	padding: 26px 42px
}
.ltinstructorquestion .ltinstructorheading{
  border: none !important;;
  text-align: left !important;
  padding: 0 !important;
  color: #808080 !important;
  font-family: "Urbanist" !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  margin-top: 42px;
  margin-bottom: 24px;
}
.ltinstructorquestion .ltinstructorpera{
  font-family: "Urbanist" !important;
  font-weight: 400;
  font-size: 45px !important;
  line-height: 100% !important;
  letter-spacing: 0;
  margin: 0 !important;
}
.ltreservemeeting .row{
  justify-content: center;
  gap: 20px;
}
.ltreservemeeting .row .col-md-4{
  background: linear-gradient(100.71deg, #C1BFF8 -0.73%, #E0DFFF 100%);
  border-radius: 30px;
  padding: 42px 42px 0 42px;
  text-align: center;
}
.ltreservemeeting .row .col-md-4 h2{
  font-family: "Urbanist" !important;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #333333;
}
.ltreservemeeting .row .col-md-4 .img-fluid{
  max-height: 254px
}
.ltmainfooter{
  background-color: #EDEDFD;
}
.ltmainfooter .ltfooterblock {
  padding-top: 96px;
  padding-bottom: 83px;
}
.ltmainfooter .ltfooterblock .ltfooterpera {
  font-family: "Urbanist" !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  color: #333333;
  max-width: 587px;
  margin-bottom: 93px
}
.ltmainfooter .ltfooterblock label.form{
  font-family: "Urbanist" !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  color: #808080;
  margin-bottom: 5px;
}
.ltmainfooter .ltfooterblock form input#ltgetupdates{
  border: none;
  font-family: "Urbanist" !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #808080;
  border-radius: 50px;
}
.ltmainfooter .ltfooterblock form{
  background: #fff;
  border-radius: 50px;
  padding: 5px;
}
.ltmainfooter .ltfooterblock form button.btn{
  background-color: #ECECFC;
  border: none;
  border-radius: 50px;
  padding: 14.5px;
}
.ltmainfooter .ltfooterblock .ltsocial-iconslist{
  list-style: none;
  display: flex;
  gap: 13px;
  justify-content: start;
  margin-top: 10px;
  padding-left: 0;
}
.ltmainfooter .ltfooterblock .ltlinklists{
  display: flex;
  justify-content: end;
  gap: 44px;
}
.ltmainfooter .ltfooterblock .ltlinklists ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px
}
.ltmainfooter .ltfooterblock .ltlinklists .ltlistheading{
  font-family: "Urbanist" !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  color: #333333;
}
.ltmainfooter .ltfooterblock .ltlinklists .ltlistfooter ul{
  list-style: none;
  padding-left: 0;
}
.ltmainfooter .ltfooterblock .ltlinklists .ltlistfooter ul li a{
  font-family: "Urbanist" !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  text-decoration: none;
  color: #333333;
}
.ltmainfooter .ltvertxshape {
	padding: 0 43px;
	width: 100%;
	max-width: 1642px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.ltexploresection{
	padding: 10px 100px !important;
}
.ltexplorecourses{
  background-color: #EDEDFD;
  border-radius: 50px;
  overflow: hidden;
}
.ltexplorecourses .ltexploreblock{
  padding: 93px 106px 48px 106px
}
.ltexplorecourses .ltexploreblock .ltexploreheading{
  font-family: "Urbanist" !important;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  color: #000;
}
.ltexplorecourses .ltexploreblock .ltexploreheading .lghighlitedmark{
  color: #43D477;
  font-weight: 600;
}
.ltexplorecourses .ltexploreblock .ltlinklists {
	display: flex;
	gap: 24px;
	justify-content: end;
}
.ltexplorecourses .ltexploreblock .ltlinklists .ltlistheading{
  font-family: "Urbanist" !important;
  font-weight: 600;
  font-style: italic;
  font-size: 27px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333333;
  border-top: 2px solid #DBD5D5;
  padding: 20px
}
.ltexplorecourses .ltexploreblock .ltlinklists ul{
  list-style: none;
  padding-left: 0;
   border-top: .5px solid #DBD5D5;
  border-bottom: .5px solid #DBD5D5;
}
.ltexplorecourses .ltexploreblock .ltlinklists ul li{
  padding: 20px
}
.ltexplorecourses .ltexploreblock .ltlinklists ul li a{
  font-family: "Urbanist" !important;
  font-weight: 400;
  font-size: 27px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #80808080;
  text-decoration: none;
}
.ltexplorecourses .ltexploreblock .ltlinklists ul li{
  border-top: .5px solid #DBD5D5;
  border-bottom: .5px solid #DBD5D5;
}
/*.ltexploreslider {
  margin-left: 106px;
}*/
.ltexplorecourses .slick-list.draggable {
  padding: 0 106px 75px 106px;

}
.ltslide .ltslidecard.card {
  width: 100% !important;
  border-radius: 26px;
  padding: 6px;
}
.ltslide {
  /* padding-right: 24px; */
}
.swiper-slide {
    width: auto;         /* let Swiper calculate */
    flex-shrink: 0;
    box-sizing: border-box;
}
.ltexploreslider .ltstudent{
  display: flex;
}
.ltexploreslider .card-link{
  text-decoration: none !important;
  color: #333;
}
.ltexploreslider .ltstudent .card-link{
  font-family: "Urbanist" !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #333;
}
.ltslide .ltslidecard {
  box-shadow:
    0px 12px 26px 0px #6464641A,
    0px 47px 47px 0px #64646417,
    0px 105px 63px 0px #6464640D,
    0px 187px 75px 0px #64646403,
    0px 293px 82px 0px #64646400;
}
.ltexploreslider .card-title{
  font-family: "Urbanist" !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333
}
.lt_header .lt_nav .ltregister:hover{
  background-color: transparent;
  color: #1D4E9F;
  border: 1px solid  #1D4E9F;
}
.lt_header .lt_nav .nav-link:hover, .lt_header .lt_nav .ltlogin:hover{
  color: #1D4E9F;
}
.ltsubscriptionsection {
  padding: 80px 0
}
.ltsubscriptionsection .ltsubscriptionheading{
  font-family: "Urbanist" !important;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #333;
  max-width: 992px;
  margin: 0 auto;
}
.ltsubscriptionsection .ltsubscriptionblock .ltslidecard{
  border: none;
  box-shadow: 0px 8px 18px 0px #C8C8C81A,0px 32px 32px 0px #C8C8C817, 0px 73px 44px 0px #C8C8C80D, 0px 130px 52px 0px #C8C8C803, 0px 202px 57px 0px #C8C8C800;
  border-radius: 30px;
  height: 100%;
  padding: 6px;
}
.ltsubscriptionsection .ltsubscriptionblock .ltsubscriptionlist{
  gap: 23px;
  margin-top: 32px;
}
.ltsubscriptionsection .ltsubscriptionblock .ltslidecard .card-title{
  font-family: "Urbanist" !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #333;
}
.ltsubscriptionsection .ltsubscriptionblock .ltslidecard .ltsubscriptionbtn{
  background-color: #1D4E9F;
  border-radius: 50px;
  width: 100%;
  color: #fff;
  font-family: "Urbanist" !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding: 15px;
  margin-top: 13px;
}
.ltsubscriptionsection .ltsubscriptionblock .ltslidecard .ltstudent .card-price {
  font-family: "Urbanist" !important;
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #333;
  text-align: center;
  width: 100%;
  display: block;
  text-decoration: none;
  margin: 10px 0 23px 0;
}
.ltsubscriptionsection .ltsubscriptionblock .ltslidecard .ltstudent .card-link{
  font-family: "Urbanist" !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333;
  text-decoration: none;
  margin-bottom: 10px;
}
.ltstartlearning{
  max-width: 861px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ltstartlearning .ltstartlearningblock{
  background: linear-gradient(100.71deg, #C1BFF8 -0.73%, #E0DFFF 100%);
  padding: 92px 0 92px 42px;
  border-radius: 30px;
  position: relative;
}
.ltstartlearning img.ltstartlearingbanner{
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 450px;
}
.ltstartlearning .ltstartlearningblock h2.ltstartlearningheading{
  font-family: "Urbanist" !important;
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333;
  max-width: 373px
}
.ltstartlearning .ltstartlearningblock p.ltstartlearningpera{
  font-family: "Urbanist" !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333;
  margin: 10px 0;
  max-width: 373px
}
.ltstartlearning .ltstartlearningblock button.ltgetstart{
  background-color: #1D4E9F;
  border: none;
  padding: 15px 20px;
  border-radius: 50px;
  color: #fff;
  max-width: 373px
}
.ltinstructorssection{
  text-align: center;
  padding: 10px 0;
}
.ltinstructorssection .ltinstructorslideheading{
  font-family: "Urbanist" !important;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #333
}
.ltinstructorssection .ltinstructorsliderpera{
  font-family: "Urbanist" !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #333;
  margin-top: 3px;
  margin-bottom: 16px;
}
.ltinstructorssection .ltInstructorsblock .card{
  border: 1px solid #E5E5E5;
  border-radius: 26px;
  padding: 4px;
}
.ltinstructorssection .ltInstructorsblock .card .card-title{
  font-family: "Urbanist" !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
  margin-top: 14px;
}
.ltinstructorssection .ltInstructorsblock .card .ltcardpera{
  font-family: "Urbanist" !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #808080;
  margin-top: 5px;
  margin-bottom: 16px;
}
.ltinstructorssection .ltInstructorsblock .card .ltsubscriptionbtn{
  background-color: #1D4E9F;
  width: 100%;
  border-radius: 50px;
  color: #fff;
  font-family: "Urbanist" !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding: 10px;
}
.ltinstructorssection .ltInstructorsblock .card{
  max-width: 100%;
  margin: 60px 0;
  width: 100% !important;
}
.ltinstructorssection .ltInstructorsblock .slick-center .card{
  transform: scale(1.3);
}
.ltinstructorssection .ltInstructorsblock .ltinstructorslide{
  padding: 0 20px
}
.ltinstructorslider .slick-arrow img {
  background: #A4A4FF4D;
  padding: 19px;
  border-radius: 50px;
  z-index: 9999999999 !important;
  position: absolute;
  left: -30px;
}
.ltinstructorslider .slick-prev.slick-arrow {
  z-index: 999999;
}

.ltclientssays .row{
  align-items: center;
}
.ltclientssays h2.ltclientssaysheading{
  font-family: "Urbanist" !important;
  font-weight: 600;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333;
  margin-bottom: 6px;
  max-width: 503px;
}
.ltclientssays p.ltclientssayspera{
  font-family: "Urbanist" !important;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #808080;
  max-width: 503px;
}
.ltclientssays .row .card.ltclientscard {
  width: 100% !important;
  max-width: 100% !important;
  padding: 20px;
  border-radius: 30px;
  border: none;
}
.ltclientssays .row .card.ltclientscard .card-body{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 26px;
}
.ltclientssays .row .card.ltclientscard:first-child{
  background-color: #79D08E;
}
.ltclientssays .row .card.ltclientscard .card-body .card-title{
  font-family: "Urbanist" !important;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333;
}
.ltclientssays .row .card.ltclientscard .card-body .card-pera{
  font-family: "Urbanist" !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333;
}
.ltclientssays .row .card.ltclientscard:nth-child(2){
  background-color: #1D4E9F;
  margin-top: -3%;
  margin-bottom: -3%;
  z-index: 999;
  margin-left: -14%
}
.ltclientssays .row .card.ltclientscard:nth-child(3){
  background-color: #FF6838;
}
.ltclientssays .row .card.ltclientscard .ltprofileimg img{
  min-width: 130px;
}
/* .ltclientssays {
  padding: 80px 0 160px 0;
} */
.ltexpolrecourse {
  text-align: center;
  padding-top: 64px;
  padding-bottom: 160px;
}
.ltexpolrecourse .ltexpolrecoursenotif{
  font-family: Vastago Grotesk;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  background: #ECECFC;
  padding: 8px 20px;
  border-radius: 50px;
  color: #333;
}
.ltexpolrecourse .ltexpolrecourseheading{
  font-family: "Urbanist" !important;
font-weight: 600;
font-size: 55px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: #333;
  margin: 10px 0;
}
.ltexpolrecourse .ltexpolrecoursepera{
  font-family: "Urbanist" !important;
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: #808080;
 margin-bottom: 32px
}
.ltexpolrecourse .ltnav-filtertop {
  background-color: #F9F9F9;
  border: 1px solid #E5E5E5;
  border-radius: 50px;
  padding: 50px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 33px;
  margin-bottom: 67px;
}
.ltexpolrecourse .ltnav-filtertop ul{
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ltexpolrecourse .ltnav-filtertop ul a {
  text-decoration: none;
  font-family: "Urbanist" !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333;
  display: flex;
  align-items: center;
  gap: 5px;
}

.ltexpolrecourse .ltnav-filtertop .dropdown button{
  background-color: #fff;
  color: #333333;
  border-radius: 50px;
  border: 1px solid #E5E5E5;

}

.ltexpolrecourse .ltfiltersidebar h2.ltfilerheading{
  font-family: "Urbanist" !important;
  font-weight: 600;
  font-size: 27px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  color: #333;
}
.ltexpolrecourse .ltfiltersidebar ul {
  list-style: none;
  padding-left: 0;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ltexpolrecourse .ltfiltersidebar ul li{
  display: flex;
  justify-content: space-between;
}
.ltexpolrecourse .ltfiltersidebar ul li label{
  font-family: "Urbanist" !important;
font-weight: 400;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
  color: #333;
  text-align: left;
  padding: 0
}
.ltexpolrecourse .ltfiltersidebar ul li label{
  font-family: "Urbanist" !important;
font-weight: 400;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
  color: #333;
  text-align: left;
  padding: 0
}
.ltexpolrecourse .ltfiltersidebar{
  background: #F9F9F9;
  border: 1px solid #E5E5E5;
  border-radius: 30px;
  padding: 50px
}


.ltexpolrecourse  .ltpackages .row{
  margin-bottom: 10px
}
.pagination {
  width: fit-content;
  margin: 0 auto;
  padding-top: 40px;
}
label{
  user-select: none;
}
.ltmapframe {
  max-width: 1528px;
  width: 100%;
  border-radius: 50px;
  max-height: 797px;
  width: 100%;
  height: 100%;
}
.ltmapframe iframe{
  max-width: 1528px;
  width: 100%;
  border-radius: 50px;
  max-height: 797px;
  width: 100%;
  height: 600px;

}
.helppage .ltmainbody .ltbannersection {
  padding: 0 0 38px 0;
}
.helppage .ltstartlearning .ltstartlearningblock {
  background: linear-gradient(100.71deg, #C1BFF8 -0.73%, #E0DFFF 100%);
  padding:54px 41px;
  border-radius: 30px;
  position: relative;
}

.helppage .ltexpolrecourse {
  padding-bottom: 0;
}
.helppage .ltstartlearning {
  padding-top: 80px;
}






@media(max-width: 991px){
	.lt_header .lt_nav #navbarTogglerlt {
		margin-top: 0;
		position: absolute;
		top: 86px;
		background: #fff;
		width: 100%;
		padding: 20px 24px;
		border-radius: 20px;
	}
	.lt_header .lt_nav #navbarTogglerlt	.ltnavbtn{
		justify-content: center;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	.ltmainbody .ltbannersection .ltbannerdiv{
	  display: grid !important;
	}
	.ltmainbody .ltbannersection .ltbannerdiv .ltleftside{
	  order: 2;
	}
	.ltmainbody .ltbannersection .ltbannerdiv .ltrightside{
	  position: absolute;
	  right: 0;
	  bottom: 0;
	  z-index: -1
	}
}
@media(max-width: 767px){
	.ltmainbody .ltbannersection .ltbannerdiv .ltrightside{
	  position: unset !important;
	}
	.ltinstructor .row .ltinstructordetail{
		margin: 20px 0;

	}
}

@media (max-width: 991px) {
  .lt_header .lt_nav #navbarTogglerlt {
    position: relative; /* change from absolute */
    top: auto;
    background: #fff;
    width: 100%;
    padding: 1rem;
    border-radius: 0;
    z-index: 1000; /* Ensure it’s on top */
  }

  .lt_header .lt_nav .navbar-collapse {
    flex-direction: column;
    align-items: flex-start;
  }

  .lt_header .lt_nav .navbar-nav {
    width: 100%;
  }

  .lt_header .lt_nav .nav-item {
    width: 100%;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
  }

  .lt_header .lt_nav .nav-link {
    display: block;
    width: 100%;
    font-size: 16px;
  }
  .ltexploresection{
	padding: 10px 10px !important;
}
}
/* Default: full width, but limit on large screens */
.ltslidecard.card {
  width: 100%;
  max-width: 320px !important; /* Default max width */
  margin: 0 auto;
}

/* Wider cards on tablets (md) */
@media (max-width: 991.98px) {
  .ltslidecard.card {
    max-width: 90vw !important; /* 90% of viewport width */
  }
}

/* Even wider on mobile */
@media (max-width: 767.98px) {
  .ltslidecard.card {
    max-width: 98vw !important;
  }
}

