@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1,h2,h3,h4,p{
    margin: 0px;
    padding: 0px;
}
a{
    text-decoration: none;
}
body{
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
}
.top-background{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-section{
    width: 90%;
    margin: 0px auto;
    display: flex;
    gap: 30px;
    align-items: center;
    position: absolute;
    top: 12%;
    left: 6%;
}
.top-left{
    width: 55%;
}
.top-left h2{
    font-family: "Open Sans", sans-serif;
    font-weight: 650;
    font-size: 42px;
    color: #1D222C;
}
.top-left span{
   color: #07AA2D;
}
.top-left p{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-top: 8px;
    color: #1E1E1E;
}
.get-starteds{
    margin-top: 20px;
}
.subscribe{
    display: flex;
    gap: 7px;
    cursor: pointer;
    padding: 15px 20px !important;
    box-shadow: 0px 3px 6px 0px #00368B33;
    font-weight: 600;
    align-items: center;
    width: fit-content;
    font-family: "Open Sans", sans-serif;
}
.subs-background-img{
    position: absolute;
    right: 0px;
    bottom: -140px;
}
.subs-background-img img{
    width: 85px !important;
}
.top-right{
    width: 45%;
    position: relative;
    z-index: 100;
}
.right-background{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 35%;
}
.right-background img{
    width: 100%;
}
.chosse-emree{
    background-color: #12141D;
    padding: 15px;
    border-radius: 0px 0px 0px 60px;
    margin-top: -5px;
    position: relative;
}
.choose-emree-prep{
    margin-top: 30px;
}
.choose-emree-prep h4{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
	margin: 5px	0px;
    font-size: 24px;
    color: #10C843;
}
.choose-emree-prep h3{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 31px;
    color: #FFFFFF; 
    margin-bottom: 25px;  
}
.exam-pretaion-carousel{
    width: 96.5%;
    margin: 0px 60px;
    padding-bottom: 20px;
}
.card {
  border-radius: 10px;
  padding: 15px 10px;
  width: 97%;
  background: #cbffda;
  height: 65vh;
  margin-bottom: 20px;
  position: relative;
}
.card-icon {
    width: 28%;
  margin-bottom: 10px;
}
.card h3 {
  margin: 10px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 650;
  font-size: 20px;
  color: #4E5566;
  text-align: left;
}
.blue-line{
    width: 50%;
    margin: 5px 0px;
}
.blue-line img{
    width: 100%;
}
.card p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16.5px;
    line-height: 26px;
    color: #6D6E88;
}
.trangle-img img{
    width: 18% !important;
    position: absolute;
    right: 30px;
    bottom: 0px !important;
}
.others{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.buttons{
	background-color: #DCFFE6;
    color: #07AA2D;
    padding: 14px 25px !important;
    border-radius: 25px;
    cursor: pointer;
    border: none;
    width: fit-content;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
	margin-right: 10px;
}

.buttons.active {
    background-color: #07AA2D;
    color: #ffffff;
}

#carousel .owl-nav{
    position: absolute;
    right: 70px;
    top: -80px;
    gap: 2px;
    display: flex;
}
.mains_owl .owl-nav{
		display: none !important;
}
/* #carouselA .owl-nav{
	display: none !important;
} */
#carousel .owl-nav .owl-prev, #carousel .owl-nav .owl-next , #carouselA .owl-nav .owl-prev, #carouselA .owl-nav .owl-next{
    background: #FFFFFF;
    border: 4px solid #1CDDDA;
    padding: 6px 14px !important;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #1CDDDA;
}
#carousel .owl-nav .owl-prev:hover,
#carousel .owl-nav .owl-next:hover,
#carouselA .owl-nav .owl-prev:hover,
#carouselA .owl-nav .owl-next:hover{
     background-color: #1CDDDA;
     color: #FFFFFF;
}
.about-us-section{
    background-color: #ECFFF1;
    padding: 45px 0px;
    padding-bottom: 120px !important;
    margin-top: -30px;
}
.about-us {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  width: 88%;
  margin: 0px auto;
  margin-top: 40px;
  margin-bottom: 30px;
}
.yellow-img{
    width: 100px;
    width: 100px;
    position: absolute;
    right: 0px;
}
.left-sideA {
    width: 43%;
  position: relative;
}
.about-us-left {
  position: relative;
  display: flex;
  gap: 20px;
}

.top-img, .bottom-img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}
.play-button {
  position: absolute;
  top: 103px;
  z-index: 2;
  right: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.play-button img{
 width: 50px;
 height: 50px;
}
.dots-Img{
    top: 11px;
    position: absolute;
    right: 0px;
    /* z-index: -10; */
}
.dots-Img img{
    width: 100%;
}
.left-img{
    margin-top: 10px;
}
.badge span{
    font-size: 34px;
    color: #FFFFFF;
}
.badge {
    height: 150px;
    width: 150px;
    position: absolute;
    top: 26%;
    left: 37%;
    background: #34c759;
    color: white;
    padding: 25px 25px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    z-index: 10;
    border: 4px solid #FFFFFF;
}
.badge p{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
}
.right-side {
  margin-top: 10px;
  width: 50%;
}
.right-side h4 {
  color: #10C843;
  margin-bottom: 8px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 26px;
}
#carouseldr{
	width: 90%;
	margin: 0px auto;
}
.right-side h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #1D222C;
  line-height: 40px;
}
.right-side p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px; 
    margin-bottom: 20px;
    margin-top: 10px;
}
.about-us-text p{
    font-size: 17px;
    line-height: 26px;
    margin-top: 15px;
}
.about-us-btn{
    display: flex;
    gap: 10px;
    border: 1.2px solid #63EC89;
    background-color: #FFFFFF;
    border-radius: 50px;
    padding: 7px;
    width: 75%;
}
.about-us-btn {
    display: flex;
    gap: 10px;
  }
  
  .about-us-btn button {
    padding: 12px 20px;
    /* border: 2px solid #07AA2D; */
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    color: #1D222C;
    cursor: pointer;
    /* transition: all 0.3s ease; */
  }
  
  .about-us-btn button.active {
    background: #07AA2D;
    color: #fff;
    box-shadow: 0px 3px 6px 0px #00368B33;
  }
.green-btn {
  /* background: #07AA2D; */
  color: #FFFFFF;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  /* box-shadow: 0px 3px 6px 0px #00368B33; */
}
.white-btn {
  color: #1D222C;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  border: none;
  outline: none;
  background: none;
}
.destination-cards{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.user-destination{
    /* background-color: #FFFFFF; */
	background-color: black;
    padding: 12px 50px;
	color: #FFFFFF;
    position: absolute;
    z-index: 5;
    left: 21%;
    width: 62%;
    margin: 0px auto;
    box-shadow: 0px 0px 35px 0px #0000001A;
    border-radius: 30px;
    margin-top: -115px;
    border: 5px solid #e0e5e1;
}
.user-card{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px;
    gap: 5px;
}
.user-card p{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    border-bottom: 2px solid #80DDF3;
    width: fit-content;
}
.user-card span{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}
.subs-background{
    position: relative;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    margin-top: -10px;
}

.subscription-process{
    width: 90%;
    margin: 0px auto;
	padding-top: 30px;
}
.audio-img{
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.subscription-process h4{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 19px;
    text-align: center;
    color: #1E9E5A; 
    padding-top: 80px;  
}
.subscription-process h2{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 34px;
    color: #1D222C;   
    text-align: center; 
}
.steps{
    margin-top: 30px;
    display: flex;
    gap: 40px;
    align-items: center;
}
 .arrowA{
    width: 63%;
    align-items: center;
    position: absolute;
    left: 73%;
    margin-top: 20px;
 }
.arrowA img, .arrowB img{
    width: 100%;
}
.arrowB{
    width: 60%;
    align-items: center;
    position: absolute;
    left: 72%;
    margin-top: 20px;
}
.icon img{
    width: 100px;
}
.stepA{
    width: 100%;
    display: flex;
    gap: 20px;
    position: relative;
}
.stepA h3{
    font-family: "Open Sans", sans-serif;
    font-weight: 650;
    margin: 5px 0px;
    font-size: 20px;
    color: #222D39;  
    text-align: center;  
}
.stepA p{
     color: #8492A7;
     font-family: "Inter", sans-serif;
     font-weight: 500;
     font-size: 16px;
     line-height: 25px;
     text-align: center;
}
.iconB{
    display: flex;
    justify-content: center;
}
.exam-Preparation {
    margin-top: 60px;
	padding-bottom: 20px;
    display: flex;
    justify-content: center;
}
.exam-Preparation p{
    background-color: black;
    border-radius: 50px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #07AA2D;
    padding: 20px 40px;
    text-align: center;
    box-shadow: 0px 0px 20px 0px #0000000F;

}
.study-program-background{
    background-color: #ECFFF1;
    margin-top: -10px;
}

.study-program {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 40px;
    padding-top: 50px !important;
    padding-bottom: 45px;
    margin: 0px auto;
}
.study-program-left{
    width: 45%;
}
.illustration {
  max-width: 100%;
  height: auto;
}


h2 span {
  color: orange;
}
ul {
  list-style: none;
  padding: 0;
}
.study-program-right{
    width: 50%;
}
.study-program-right ul li {
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #4D4D4D;
}

.study-program-right ul li img{
    width: 26px;
}
.study-program-right ul li{
    display: flex;
    align-items: center;
    gap: 8px;
}

.study-program-right h4 , .study-programA-rightA h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 650;
    font-size: 20px;
    color: #10C843;
}
.study-program-right h2{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #1D222C;
}
/* ============ features ================= */
.features{
    background-image: url('/assets/images/features.png');
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100vh; */
    padding: 30px;
    background-color: #161616;
}
.study-programA{
    width: 100%;
    margin: 0px auto;
    padding: 40px;
    display: flex;
    gap: 50px;
    padding-bottom: 50px;
    align-items: center;
}
.left-background-images{
    position: absolute;
    left: 0px;
    top: -60px;
}
.left-background-images img{
    width: 80px;
}
.study-program{
    width: 95%;
}
.study-programA-rightA{
    width: 50%;
}
.study-programA-rightA h2{
    font-family: "Open Sans", sans-serif;
    font-weight: 650;
    font-size: 34px;
    color: #FFFFFF;
}
.comprehensive{
    /* background-color: #303030; */
    border: 1px solid #4D4D4D;
    border-radius: 20px;
    padding: 20px;
    margin-top: 20px;
}
.comprehensive h5{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-top: 5px;
    color: #FFFFFF;
}
.comprehensive p{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #718098;
    margin-top: 5px;
}
.modules{
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.bg-image-text {
    background-image: url('/assets/images/yellow-images.png');
    background-size: 200px !important;  
    background-size: cover;   
    background-repeat: no-repeat;   
    background-position: left 115px center;
    display: inline-block;   
}
.bg-image-texts {
    background-image: url('/assets/images/yellow-images.png');
    background-size: 220px !important;  
    background-size: cover;   
    background-repeat: no-repeat;   
    background-position: left 75px top 10px;
    display: inline-block;   
}
.bg-image-textss {
    background-image: url('/assets/images/yellow-images.png');
    background-size: 220px !important;  
    background-size: cover;   
    background-repeat: no-repeat;   
    background-position: left 75px top 12px;
    display: inline-block;   
}
.bg-image-texting {
    background-image: url('/assets/images/yellow-images.png');
    background-size: 220px !important;  
    background-size: cover;   
    background-repeat: no-repeat;   
    background-position: left 150px top 12px;
    display: inline-block;   
}
.about-yellow{
    background-position: left 190px top 16px;
    background-size: 180px !important;
}
.about-yellows{
    background-position: left 210px top 16px;
    background-size: 210px !important;
}
.bg-image-textings{
    background-image: url('/assets/images/yellow-images.png');
    background-size: 210px !important;  
    background-size: cover;   
    background-repeat: no-repeat;   
    background-position: left 105px top 12px;
    display: inline-block;   
}
.program , .subject-wise{
    border: 1px solid #FFFFFF1A;
    border-radius: 20px;
    padding: 15px;
}
.program h5 , .subject-wise h5{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 8px;
}
.program p , .subject-wise p{
    font-family:  "Inter", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #718098;
    margin-top: 5px;
}
.comprehensive:hover{
    background-color: #303030;
	color: #FFFFFF !important;
}
.comprehensive:hover p{
	color: #FFFFFF !important;
}
.program:hover p, .subject-wise:hover p{
	color: #FFFFFF !important;
}	
.program:hover, .subject-wise:hover{
    background-color: #303030;
	color: #FFFFFF !important;
}
/* ============================= */
.bio{
    background-color: #000000;
    padding: 50px;
}

#carouselA{
    width: 90% !important;
    margin: 0px auto !important;
    margin-top: 30px;
}
.itemA{
    display: flex;
    gap: 40px;
    align-items: center !important;
}
.bio-left{
    width: 40% !important;
}

.bio-left img{
    width: 100% !important;
}
.bio-right{
    width: 55% !important;
}
.bio-right h4{
    font-family:  "Open Sans", sans-serif;
    font-weight: 650;
    font-size: 22px;
	margin-bottom: 5px;
    color: #10C843;
}
.bio-right h2{
    font-family:  "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 38px;
    color: #FFFFFF;
}
.bio-right p{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 12px;
}
.name-right p{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #FFFFFF;
    margin-bottom: 4px !important;
}
.read_more_dr{
	display: flex;
	background-color: #FFFFFF;
	color: #005414;
	padding: 10px 20px;
	border-radius: 50px;
	width: fit-content;
	font-family: poppins, sans-serif;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	margin-top: 20px;
}
.read_more_dr:hover{
	background-color: #005414;
	color: #FFFFFF;
}
.name-right span{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
	margin: 5px 0px;
    color: #53C7E1;
}
.name-right{
	line-height: 32px;
}
#carouselA .owl-nav{
    position: absolute;
    right: 50px;
    bottom: 0px;
    display: flex;
}
.name{
    margin-top: 10px;
}
.top-blog{
    display: flex;
    justify-content: space-between;
}
.heading h4{
    font-size: 24px;
    font-weight: 650px;
    color: #10C843;
}
.heading h2{
    color: #1D222C;
    font-size: 36px;
}
.buttons-blogs button{
    background-color: #07AA2D;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    gap: 10px;
    color: #FFFFFF;
    align-items: center;
    padding-left: 15px;
    border: none;
    font-family: "Inter", sans-serif !important;
    cursor: pointer;
}
.buttons-blogs button i{
    background-color: #28B74A;
    border-radius: 50px;
    padding: 16px 17px;
    
}
.blogs{
    padding: 50px 70px;
    padding-bottom: 60px !important;
    position: relative;
}
/* =================================== */
.our-blogs{
    width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
}
.blog-cards{
    display: flex;
    gap: 15px;
}
.blogcard{
    border: 1px solid #E1E2E6;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 20px;
    width: 100%;
}
.blogcard img{
    width: 100%;
}
.date{
    display: flex;
    justify-content: space-between;
    padding: 5px;
    width: 90%;
}
.date p{
    font-size: 13px !important;
    color: #6D6C80;
}
.date-right, 
.date-left{
    display: flex;
    gap: 3px;
    align-items: center;
}
.date-left img,
.date-right img{
    width: 18px !important;
    height: 18px !important;
}
.faq-sections{
    position: relative;
    /* z-index: -1; */
}
.blogcard h4{
    font-size: 20px;
    font-weight: 600;
    margin: 6px 0px;
    padding-left: 5px;
}
.blogcard p{
    font-size: 15px;
    color: #4D4D4D;
    margin-top: 5px;
    line-height: 22px;
    padding-left: 5px;
}
.reads_more{
    background-color: #DBF8FF;
    border-radius: 50px;
    margin-top: 20px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: "Inter", sans-serif;   
    font-weight: 500;   
    font-size: 16px;
    color: #4CBFDB;
    border: none;
    cursor: pointer;
    padding-left: 14px;
}
.reads_more i{
    background-color: #C8F4FF;
    border: 1px solid #C8F4FF;
    border-radius: 50px;
    padding: 13px 15px;
    
}
.faq-item{
	position: relative;
}
.faq-containerA {
    width: 100%;
    margin: 15px auto;
    border-radius: 15px;
    border: 1px solid #D1D5EB;
    overflow: hidden;
  }
  .faq-itemA:last-child {
    border-bottom: none;
  }
  .faq-itemA{
	position: relative;
  }
  .faq-questionA {
    padding: 12px 15px;
    background: #FFFFFF;
    color: #1D222C;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    transition: color 0.3s ease, background-color 0.3s ease;
  }
  .faq-answerA {
    padding: 0px 15px 15px 15px;
    display: none;
	position: relative;
    background: #95FFB3;
    font-size: 15px;
    color: black;
    line-height: 26px;
  }
  .faq-answerA p{
    font-size: 16px;
    font-weight: 500;
    color: #4D4D4D;
	margin: 4px 0px;
  }
  .faq-questionA.open{
    background-color: #95FFB3;
    box-shadow: 0px 2px 4px 0px #0000001A; 
    padding: 12px 15px 5px 15px;
  }
  .faq-questionA.open span {
    background-color: #FFFFFF;
    box-shadow: 0px 2px 4px 0px #0000001A;
    font-size: 10px;
    color: #10C843;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 26px;
    padding-top: 0px;
  }
  .faq-answerA.open {
    display: block;
  }
  .plusA{
    background-color: #ECFFF1;
    color: #10C843;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    cursor: pointer;
  }
  .main-faq-section{
      width: 75% !important;
      margin: 0px auto;
  }
  .videoointro{
	display: flex;
	width: 90%;
	margin: 0px auto;
	padding: 40px;
	padding-top: 100px;
	padding-bottom: 80px;

  }
  video{
		border-radius: 20px;
  }
  .emree_intro{
	width: 100%;
	background-color: #e3f5ce;
	margin-top: -40px;
  }
  .faq-headings{
    display: flex;
    justify-content: center;
    padding: 20px 0px;
    padding-top: 30px;
    text-align: center;
  }
  .heads-faq h3{
    font-size: 25px;
    color: #10C843;
    font-weight: 600;
	margin-top: 10px;
    margin-bottom: 5px;
  }
  .heads-faq h2{
    font-size: 42px;
    color: #1D222C;
	margin: 10px 0px;
    font-weight: 700;   
  }
  .faq-sections{
    background-color: #F5F8FF;
    padding: 5px 0px;
    padding-bottom: 80px;
  }
  .faq-container.open {
    border: none !important;
  }
  .border-footer{
    width: 100%;
    border: 1px solid #E1E2E6;
  }
.plan-A {
    background-color: #FFFFFF;
    /*width: 24.5%;*/
    width: 30%;
    border-radius: 15px;
    padding: 20px 15px;
    height: 100%;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    box-shadow: 0px 0px 6px 0px #0000000F;
    position: relative;
}

.plan-A:hover {
    background-color: #12141D;
    color: #FFFFFF !important;
}
.plan-content {
    transition: background-color 0.3s ease, color 0.3s ease;
}
.plan-content .plans ul {
    padding-left: 20px;
    margin: 0;
  }
  
  .plan-content .plans ul li {
    margin: 15px 0;
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    display: list-item;     
    position: relative;
  }
  .plan-content .plans ul li::before {
    content: "•";        
    position: absolute;
    left: -20px;
    top: -4px;
    font-size: 26px;          
    line-height: 1;
    color: #000;           
  }
  .plan-content .plans ul li.no-bullet::before {
  content: none;
}
  .plan-content:hover .plans ul li::before {
    color: #1CDDDA;              
  }
.start-plan{
    display: flex;
    align-items: baseline !important;
    gap: 10px;
}
.start-plan span{
    width: 12px !important;
    height: 8px !important;
    background-color: #72CCCB;
    color: #FFFFFF;
    border-radius: 50px;
    font-weight: bold;
    margin-top: -15px;
}
.get-started:hover{
    background-color: #FFFFFF;
}
.plans{
    background-color: #E8FBFF;
    padding: 8px 10px;
    border-radius: 20px;
}
.prices{
	font-size: 30px !important;
	margin: 3px 0px !important;
}
.plan-name {
    margin: 10px 0px;
    font-weight: 700 !important;
    font-size: 36px;
    color: #1E1E1E;
}
.plan-A:hover .plan-name {
    color: #FFFFFF !important;
}
.plan-A:hover .offers-p{
    color: #4E5566 !important;
    font-weight: 600 !important;
}
.plan-A:hover .plans{
    background-color: #292B33;
}
.plan-content p span {
    background-color: #111111;
    color: #FFFFFF;
    border-radius: 50px;
    margin-right: 8px;
    width: 10px;
    height: 10px;
    display: flex;
}
.plan-content:hover p span {
    background-color: #1CDDDA;
    color: #1E1E1E;
}
.plan-A:hover .mains-head-plan {
	color: #FFFFFF !important;
}
.mains-head-plan {
    margin: 0px;
    font-size: 20px !important;
	margin-top: 32px !important;
    font-weight: 600 !important;
    color: #0B0D39 !important;
	    display: flex;
    align-items: center;
    gap: 9px;
}
.get-started {
    background-color: #FFFFFF;
    border: 1.5px solid #07AA2D;
    color: #07AA2D;
    border-radius: 50px;
    padding: 14px 35px;
    width: 90%;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    margin-top: 20px !important;
    font-size: 16px;
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.get-startds{
	background-color: #E4FFEA;
    border: 1px solid #07AA2D;
	letter-spacing: 1px;
    color: #07AA2D;
    border-radius: 50px;
    padding: 12px 10px;
	outline: navajowhite;
    width: 90%;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    margin-top: 20px !important;
    font-size: 16px;
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.newss-blogs{
    margin-top: 60px !important;
}
.all-plans {
    display: flex;
    gap: 2px;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 50px;
    width: 92%;
    margin: 0px auto !important;
}
.plan-A:hover .get-started{
    background-color: #07AA2D;
    border: 1px solid #07AA2D;
    color: #FFFFFF;
}
.check_img{
	width: 45px;
}
.plans-prices{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
	margin-left: 10px;
}
.subs_months{
    color: #07AA2D;
    font-size: 18px;
    font-weight: 600;
}
.namess{
    position: absolute;
    top: 0px;
    right: 20px;
    background-color: #FF9100;
    color: #FFFFFF;
    border-radius: 0px 0px 15px 15px;
}
.namess p{
    padding: 9px 16px;
    font-size: 14px;
    margin: 0px;
    font-weight: 500;
}
.ft-top{
    position: absolute;
    bottom: -66px;
    z-index: 1;
}
.ft-top img{
    width: 120px;
}
/* .faq-top{
    position: absolute;
    bottom: -170px;
    left: 0px;
    z-index: 100;
} */
.faq-top img{
    width: 60px;
}
.faq-bottom{
    position: absolute;
    right: 20px;
    bottom: -78px;
}
.plans-bottom{
    position: absolute;
    bottom: 20px;
    right: 0px;
}
.plan-section{
    position: relative;
}
.plans-bottom img{
    width: 70px;
}


/* ======================= 30-05-2025 vaibhav  instructor.html ============================== */
.page-heading p{
    border: 1px solid #10C843;
    background-color: #10C843;
    padding: 12px 20px;
    margin-top: 8px;
    border-radius: 50px;
    box-shadow: 0px 2px 4px 0px #0000001A;
    font-family:"Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 5px;
	width: fit-content;
}

.page-heading h2{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #1D222C;
}

.page-heading a{
    color: #FFFFFF;
}

.top-owal{
    position: relative;
    text-align: center;
}

.page-heading{
    position: absolute;
    top: 26%;
    left: 43%;
	    align-items: center;
}


.finger-2{
    position: absolute;
    right: 0px;
    top: 71%;
    width: 19%;
}
.finger-2 img{
    width: 100%;
}

.contact-container {
  display: flex;
  gap: 20px;
  padding:20px 0px;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 20px;
  border: 1px solid #4E5566;
  border-radius: 15px;
  background-color: black;
  width: 48%;
}

.instrator-name{
    font-family: "Open Sans", sans-serif;
    font-weight: 700 !important;
    font-size: 34px !important;
    color: #1D222C !important;
	margin-bottom: 10px !important;
}

.bg-image-textA{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #10C843;
    border-bottom: 1px solid #D3D2F9;
    padding-bottom: 10px;
}

.blue-colortext{
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #5486D4 !important;
}

.CEO{
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #4D4D4D !important;
}

.iconA {
  background-color: #00b050;
  color: white;
  padding: 10px;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-infoA{
    width: 100%;
}
.contact-infoA p {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    /* color: #4E5566; */
	color: #FFFFFF;
}

.contact-infoA h3 {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 17px;
    /* color: #1D222C; */
	color: #FFFFFF;
}
/* ====================== */

.info-section {
  background-color: #ECFFF1;
  padding-bottom: 60px;
}

.info-list {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    background-color: #F5F8FF;
    width: 90%;
    margin: 0px auto !important;
    padding: 30px;
    border-radius: 12px !important;
    list-style: none;
    margin: 0;
}

.info-list li {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #4D4D4D;
    line-height: 1.6;
}

.info-list i {
  color: #00c896;
  font-size: 18px;
  margin-top: 3px;
}

.blue-tickimage{
    width: 30px;
}


/* ======================= */

.team-sectionA{
    background-color: #ECFFF1;
    padding-top: 30px;
}

.team-section {
    width: 90%;
    margin: 0px auto;
    text-align: center;
}

.subtitle {
    /* margin-bottom: 10px; */
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #10C843;
}

.title {
    font-family:"Open Sans", sans-serif;
    font-weight: 700;
    font-size: 34px;
    color: #1D222C;
    margin-bottom: 40px;
}
.team-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  padding-bottom: 50px;
}
.profile-card {
  background-color: #FFFFFF;
  color: #fff;
  width: 31%;
  cursor: pointer;
  margin: 5px;
  padding:20px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
.profile-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.profile-content h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-align: start;
    margin: 0;
    color: #1D222C;
}
.qualification {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-align: start;
    color: #10C843;
    margin: 5px 0;
}
.role {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-align: start;
    color: #5486D4;
    margin-bottom: 18px;
}
.social-icons i {
  background-color: white;
  color: #333;
  margin-right: 10px;
  padding: 8px;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s, color 0.3s;
}
.social-icons i:hover {
  background-color: #2e4a91;
  color: white;
}
.profile-card:hover {
  background-color: #80DDF3;
}
.profile-card:hover .qualification {
  color: #ffffff;
}
/* ======================= 30-05-2025 vaibhav  emree.html ============================== */
.content-emree{
    background-color: #ECFFF1;
    padding-top: 30px;
}
.emree{
    width: 90%;
    margin: 0px auto;
}
.emree h1{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #1D222C;
}
.emree h4{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 21px;
    color: #4E5566;
}
.emree-content{
    width: 90%;
    margin: 0px auto;
    margin-top: 20px;
    align-items: flex-start;
    padding-top: 30px;
}
.emree-left{
    width: 50%;
    position: sticky;
    top: 12%;
    align-self: flex-start;
    margin-left: -40px;
}
.emree-left img{
    width: 100%;
    height: auto;
    display: block;
}
.emree-right{
    width: 50%;
    padding-bottom: 100px;
}
.emree-right h4{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #1D222C;
    /* border-bottom: 2px solid #E9EAF0;
    padding-bottom: 15px; */
}
.emree-right p{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #555555;
    display: flex;
    gap: 8px;
    margin-top: 15px;
    line-height: 1.6;
}
.emree-right p img{
    width: 25px;
    height:25px;
    margin-top: 2px;
}

.about-emree {
  background-color: #d4f8e8;
  padding: 20px;
  border-radius: 15px;
  color: #333;
  margin-top: 20px !important;
  margin: auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.about-emree h2 , .register h2 {
    font-family:"Open Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #1D222C;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    /* border-bottom: 1px solid; */
}

.about-emree h2::after {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background-color: #0fb769;
  margin-top: 5px;
  border-radius: 10px;
}

.about-emree ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-emree li {
    display: flex;
    align-items: flex-start;
    font-family:  "Inter", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #4D4D4D;
    margin-bottom: 12px;
    margin-top: 8px;
}

.about-emree li img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  margin-top: 0px;
}

.register{
    margin-top: 20px;
}
.register p{
    font-family:"Inter", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #4D4D4D;
    margin-top: 10px !important;
}
/* =================  01-05-2025 Himani ==================== */
/* -----------------------------------About-Us---------------------- */
.better-education-plateform{
    position: relative;
    top: -8px;
    z-index: 1;
}
.study-course-section {
    padding: 10px 20px;
    background-color: #ECFFF1;
    position: relative;
    top: -1px;
}
.education-plateform{
    position: absolute;
    top: 65px;
    left: 120px;
}
.content {
  display: flex;
  /* align-items: center; */
  gap: 10px;
  flex-wrap: nowrap;
  width: 90%;
  margin: 70px auto;
  padding-bottom: 70px;
}
.left-side{
    width: 50%;
}
.about-left{
    width: 80%;
}
.red-dotsImg{
    width: 20%;
    position: absolute;
    left: -35px;
    top: -25px;
}
.dottsImg{
    width: 20%;
    position: absolute;
    margin-top: -75px;
    left: -30px; 
}
.pairImg{
    width: 95px;
    position: absolute;
    right: 0px;
}
.about-left img{
    width: 100%;
    position: relative;
    z-index: 1;
}
.doctor-Img img{
    width: 40%;
    position: absolute;
    z-index: 1;
    top: 15%;
    left: 50%;
    border: 7px solid #F7F9FC;
    border-radius: 20px;
    box-shadow: 0px 3px 6px 0px #00000029;
    overflow: hidden; 
}
.doctor-Img img::after {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 45, 57, 0.3);
    border-radius: 20px;
    pointer-events: none;
}
.rightB h2, .container-right h2{
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 36px;
    color: #1D222C;
    margin-bottom: 10px;
} 
.highlight-text, .container-right h4 {
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 26px;
	margin-bottom: 6px;
    color: #1E9E5A;   
}
.rightB {
    width: 50%;
    position: relative;
    top: 5px;
 }
.rightB p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    color: #4D4D4D;
}
.cards {
    width: 70%;
    position: absolute;
    left: 30%;
    bottom: 5%;
	padding-bottom: 38px;

}
.cardA {
  background: #cbffda;
  padding: 20px;
  border-radius: 12px;
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
  width: 100%;
  margin: 9px;
}

.cardA img {
  height: 50px;
  width: 50px !important;
  margin-bottom: 15px;
}
.cardA h3 {
  margin: 8px 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
   color: #222D39;  
}
.cardA p{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 26px;   
}
#carousel .owl-item{
    width: 33%;
}
.about-pairImg{
    width: 70px;
    position: absolute;
    z-index: 10;
    margin-top: -30px;
    left: 0px;
}
.platform img{
    width: 100%;
    border-radius: 30px;
    box-shadow: 0px 10px 36px 0px #0000001A;
    opacity: 90%;
	height: 460px;
}
.platform{
    width: 100%;
	display: flex;
	gap: 20px;
    position: relative;
    left: 0%;
}
.play-video img{
    height: 50px;
    width: 50px;
    border: none;
}
.play-video{
    position: absolute;
    top: 42%;
    left: 45%;
}
.video-text{
    position: absolute;
    top: 56%;
    left: 35%;
}
.video-text p{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    
}
.green-text{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #1E9E5A;
    text-align: center;  
}
.better-education{
    text-align: center;
	margin-bottom: 20px;
}
.better-education h2{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #1D222C;
    text-align: center;
    margin-bottom: 20px;
    
}
.vision-mission-cards{
    position: absolute;
    bottom: -16%;
}

.vission-cards{
    display: flex;
    gap: 20px;
    align-items: center;
    width: 90%;
    margin: 0px auto;
}
.mission-cards{
    background-color: #cbffda;;
    padding: 25px 25px;
    border-radius: 20px;
}
.mission-cards:hover{
    box-shadow: 0px 10px 20px 0px #007E1D33;
}

.mission-cards img{
    width: 60px;
    margin-bottom: 10px;
}
.mission-cards h4{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #222D39;  
    margin: 8px 0px;  
}
.mission-cards p{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16.5px;
    line-height: 23px;
    color: #474c53;  
}
.future-medical{
    background-color: #ECFFF1;
    padding: 20px;
    width: 100%;
    position: relative;
    margin-top: -15px;
    padding-top: 50px;
}
.containerA{
    display: flex;
    gap: 30px;
    width: 90%;
    margin: 0px auto;
    padding-top: 95px;
}
.container-left{
    width: 45%;
    margin-top: 45px;
}
.container-left img{
    width: 100%;
}
.container-right{
    width: 55%;
    margin-top: 45px;
}
.container-right p{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #4D4D4D; 
}
.featuresA{
    margin-top: 13px;
}
.featuresA p{
    display: flex;
    gap: 7px;
    margin-top: 7px;
	align-items: center;
}
.featuresA p img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

/* ---------------------------------About-Us--------------------------- */
/* ----------------------------------------FAQ----------------- */
.page-name{
    position: absolute;
    left: 30% !important;
    top: 24% !important;
}
.top-btn{
    width: 31%;
    position: relative;
    left: 34%;
}

.faq-background{
    background-color: #ECFFF1;
    position: relative;
    /* top: -60px; */
    z-index: 1;
}
.Frequently-Asked-Question{
    width: 90%;
    margin: 0px auto;
    display: flex;
    gap: 20px;
    /* margin-top: 60px; */
    padding-top: 50px;
	padding-bottom: 50px;
}
.ft-top{
	display: none;
}
.faq-left{
    width: 30%;
}
.select-category{
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.green-line{
    margin-top: -8px;
}
.category-card h4{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #1D222C; 
}
.faq-class p{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #4E5566; 
    margin: 5px 0px;   
    padding: 10px;
    cursor: pointer;
}
.faq-class p:hover{
    background-color: #F4F5F8;
    border-radius: 10px;
}
.faq-right{
    width: 95%;
	margin: 0px auto;
}
.faqspan {
    width: 8px;
	border-radius: 50px;
    height: 8px;
    display: flex;
	margin-left: 5px;
    background: black;
}
.faqpoints{
	display: flex;
	gap: 12px;
	align-items: center;
}
.faq-container {
  width: 98%;
  margin: 10px auto;
  border-radius: 10px;
  border: 1px solid #E5E8FF;
  overflow: hidden;
  box-shadow: 0px 4px 10px 0px #0000000F;
}
.faq-item:last-child {
  border-bottom: none;
}
.faq-question {
  padding: 15px;
  background: #FFFFFF;
  color: #1D222C;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  position: relative;
  font-size: 19px;
}
.faq-answer {
  padding:  10px 20px 20px 40px;
  background: #FFFFFF;
  font-size: 13px;
  color: #000000;
  line-height: 26px;
  display: none;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-answer p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 5px 0px;
  color: #6D6E88;
}
.faq-question.active .plus {
    background-color: #2a8f3c;
    color: #fff;
}
.faq-answer p::before {
    content: '•';
    position: absolute;
    left: 18px;
    color: #2a8f3c;
    font-weight: bold;
    font-size: 24px;
}
.faq-answer.open {
  display: block;
  border-top: 2px solid #F2F1FF !important;
}
.faq-question.active {
  background-color: #FFFFFF;
  border-bottom: 2px solid #F2F1FF !important;
}
.faq-question.open .plus {
  background-color: #10C843;
  color: #FFFFFF !important;
  font-size: 14px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding-top: 0px !important;
}
.plus {
  background-color: #F7F6FF;
  color: #4E5566;
  width: 35px;
  height: 35px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.questionanswer {
  display: flex;
  gap: 20px;
}
.faq-pairImg{
    width: 70px;
    position: absolute;
    right: 0px;
}
.faq-form-background img{
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    top: -10px;
    height: 680px;
}
.faq-topA{
    position: absolute;
    left: 0px;
    width: 4%;
    top: -8%;
    z-index: 5;
}
.faq-topA img{
    width: 100%;
    height: 50vh;
}
/* -----------------------------------------FAQ--------------------- */
/* -----------------------------------------Contact-Us------------------- */
.contact-width-us{
    background-color: #ECFFF1;
    position: relative;
    z-index: 1;
}
.contact-us{
    width: 90%;
    margin: 0px auto;
    display: flex;
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: space-between;
}
.contact-left{
    width: 40%;
    margin-top: 20px;
}
.contact-left h4{
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 22px;
    color: #1E9E5A;
}
.contact-left h2{
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 36px;
    color: #1D222C;
    margin-bottom: 10px;
}
.address{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 15px;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 15px;
}
.address-image{
    display: none;
}
.address:hover{
    box-shadow: 0px 5px 10px 0px #007E1D29;
}
.our-address h3{
    color: #222D39;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin: 5px 0px;
}
.our-address p{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
	margin-bottom: 5px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #4E5566; 
}
.contact-right{
    width: 50%;
    margin-top: 20px;
}
.contact-rightImg{
    width: 90%;
}
.contact-form-section{
    position: absolute;
    margin-top: -43%;
    left: 16%;
    width: 70%;
}
.row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.input-form-group img{
    height: 20px;
    width: 20px !important;
}
.input-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.input-group label {
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #7a8087;
  
}
.input-form-group img{
    top: 0px;
}

.input-group input, #message{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #4E5566;
    border: none;
    outline: none;
    width: 100%;
}
#message {
    padding: 0px;
    height: 20px;
}
.font_coupan{
	font-size: 18px;
	font-weight: 500;
	margin: 0px;
}
.contact-form{
    padding: 20px 0px !important;
}
.checkbox-group input[type="checkbox"] {
     width: 20px;
    height: 25px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.input-form-group,
.input-group textarea {
  padding: 15px 14px;
  border: 1px solid #E7EDF9;
  border-radius: 8px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
}
.submit-btns{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-top: 25px;
}
.submit-btns img{
    height: 20px;
    width: 20px;
    top: 0px;
}
.submit-btns button {
  text-align: center;
  margin-top: 25px;
  background-color: #00c853 !important;
  background: none;
  color: white;
  border: none;
  padding: 14px 30px;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;  
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 17px;
}
.submit-btn span{
    height: 25px;
    width: 25px;
    border: 1px solid #FFFFFF;
    border-radius: 25px;
}
/* .form-pairImg{
    width: 70px;
    position: absolute;
    z-index: 1;
    left: 0px;
    margin-top: -140px;
} */
.our-enquiry h2{
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 40px;
    color: #1D222C;
    margin-bottom: 20px;
    text-align: center;
}
.our-enquiry h4{
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 25px;
	margin: 10px 0px;
    color: #1E9E5A;
    text-align: center;
}
/* -------------------------contact-Us-------------- */
/* ------------------------Media & Blog---------------- */
.card-blog{
    width: 90%;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
    padding-top: 50px;
}
.card-img img{
    width: 100%;
}
.blog-card{
    background-color: #FFFFFF;
    padding: 13px;
    width: 30%;
    border-radius: 20px;
    cursor: pointer;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cards-text{
    display: flex;
    gap: 20px;
    padding-left: 5px;
}
.dates img{
    vertical-align: middle;
    height: 17px;
}
.dates span{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #6D6C80;
}
.cards-on-blog h3{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #1D222C;
    margin: 10px 0px;
    padding-left: 5px;
}
.cards-on-blog p{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #4D4D4D;
    padding-left: 5px;
}

.cards-on-blog{
    margin-top: 10px;
}
.blog-left-Img{
    position: absolute;
    left: 0px;
    z-index: -1;
    margin-top: -30px;
}
.blog-left-Img img{
    width: 65%;
}
.blog-pair{
    position: absolute;
    right: 0px;
    width: 5%;
    margin-top: 60px;
}
.blog-pair img{
    width: 100%;
}
/* ------------------------Media & Blog---------------------- */
/* ------------------------Blog Details---------------------- */
.blog-details-background{
    background-color: #ECFFF1 ;
    padding: 20px;
}
.media-blog-details{
    width: 90%;
    margin: 0px auto;
}
.blog-details{
    display: flex;
    gap: 7px;
}
.blog-details a{
    color: #005414;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 15px;
}
.details-heading h2{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #1D222C;
    margin-top: 5px;
}
.month-year{
    display: flex;
    gap: 5px;
    align-items: center;
}
.month-year img{
    height: 40px;
    width: 40px;
}
.month-year p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #10C843;
}
.blog-details-Img{
    margin-top: 20px;
}
.blog-details-text{
    width: 75%;
    margin: 0px auto;
}
.details-text p{
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #555555;
    line-height: 24px;
    margin-top: 10px;
}
.details-text span{
    color: #10C843;
}
.testimonial-box {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 20px 10px 10px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 40px auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.testimonial-box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 17px;
  background: linear-gradient(to bottom, #28a745, #28a745);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.details-heading{
    position: relative;
    z-index: 1;
}
.testimonial-content p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 26px;
    color: #10C843;    
    line-height: 32px;
}
.testimonial-content{
    padding-left: 15px;
}
.exam-details p{
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #1D222C;
    line-height: 25px;
    margin: 5px 0px;
}
.blue-img-text{
    display: flex;
    gap: 7px;
    margin: 5px 0px
}
.blue-img-text img{
    width: 25px;
    height: 25px;
}
.blue-img-text p{
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #555555;
    margin: 0;
}
.work-on-laptop{
    margin-top: 20px;
}
.work-on-laptop p, .working-text p{
    margin-top: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #222222;
}
.comments-section{
    margin-top: 30px;
}
.comment-card {
  border-left: 2px solid #10C843;
  border-right: 2px solid #10C843;
  padding: 15px 20px;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.comments-section h3{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #222222;
    margin-bottom: 10px;
}
.avatar {
  width: 70px;
  height: 70px;
}
.comment-content h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #222222; 
}
.comment-content p {
  margin: 5px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
 color: #555555;
  
}
.comment-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #28a745;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.reply-link {
  cursor: pointer;
}
.check img{
    width: 18px;
}
.dateA {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #999999;    
}
.comment-form textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #10C843;
  padding: 10px;
  border-radius: 8px;
  resize: none;
  outline: none;
  margin-bottom: 15px;
}
.comment-form textarea, .row-d-flex input{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #6D6E88;
}
.row-d-flex {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.row-d-flex input {
    padding: 15px 10px;
  border-radius: 8px;
  border: 1px solid #10C843;
  width: 100%;
  outline: none;
}
.checkbox-container {
  display: block;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #4E5566;
}
.checkbox-container input{
    height: 20px;
    width: 20px;
    vertical-align: bottom;
    margin-right: 5px;
}
.comment-form button {
  background-color: #2D2D84;
  color: #FFFFFF;
  border: none;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  margin-top: 15px;
  box-shadow: 0px 5px 16px 0px #07AA2D4D;
}
.comment-form button span{
    font-size: 20px;
    margin-left: 10px;
}
.blog-details-pairImg img{
    width: 100%;
}
.blog-details-pairImg{
    position: absolute;
    right: 0px;
    width: 70px;
    top: 37%;
}
.work-blueImg img{
    width: 100%;
}
.work-blueImg{
    position: absolute;
    right: 0px;
    right: 0px;
    width: 24%;
    margin-top: -267px;
    /* z-index: -1; */
}
.work-pairImg img{
    width: 100%;
}
.work-pairImg{
    width: 100px;
    position: absolute;
    left: 0px;
    margin-top: 17%;
}
/* ------------------------Blog Details---------------------- */
/* --------------------------------Terms & Condition------------------- */
.terms-condition{
    padding: 50px 20px;
    background-color: #ECFFF1;
    position: relative;
    background-size: cover;
    /* top: -100px; */
    z-index: 1;
}
.terms-condition-container {
    display: flex;
    gap: 20px;
    width: 90%;
    margin: 0px auto;
    margin-top: 20px;
    padding-bottom: 60px;
}
.sidebar {
    width: 30%;
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 0px 25px 0px #0000000F;
    border: 1.2px solid #E8E8E9;
  }
.sidebar h4 {
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #1D222C; 
}
.sidebar ul {
    list-style: none;
    padding: 0;
}
.sidebar li {
    padding: 17px 16px;
    margin-bottom: 10px;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    color: #4E5566;
    font-family: "Inter",sans-serif;
    font-weight: 400;
    font-size: 17px;
    border: 1px solid #EEEEFF;    
}
.sidebar li.active {
    background-color: #D5FFDF;
    color: #28a745;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 17px;
}
.contentA{
    width: 95%;
	margin: 0px auto;
}
.tab-content {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #F2F1FF;
    box-shadow: 0px 4px 10px 0px #0000000F;
}
.privacy-content{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.privacy-content p{
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
}
.accordion-title {
    padding: 8px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #1D222C;
}
.accordion-title.active {
    color: #1D222C;
}
.bullets li{
    list-style: disc;
}
.accordion-content {
    padding: 0 30px 20px;
    display: none;
    color: #444;
}
.accordion-content.active {
    display: block;
}
.bullets{
    border-top: 1px solid #F2F1FF;
    padding-top: 20px;
}
ul.bullets li {
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #6D6E88
}
.icon {
    text-align: center;
    font-weight: bold;
    color: #4E5566;
    font-size: 17px;
    background-color: #F7F6FF;
    padding: 10px 12px;
    border-radius: 50px;
}
.accordion-title.active .icon{
       background-color: #10C843;
       color: #FFFFFF;
       padding: 8px 12px;
}
.terms-pairImg img{
      width: 100%;
}
.terms-pairImg{
    position: absolute;
    left: 0px;
    width: 65px;
    top: 50%;
}
.terms-blueImg{
    position: absolute;
    right: 0px;
    width: 140px;
    margin-top: -240px;
}

/* ================= vaibhav 01-05-2025 ================== */
#carouselB .owl-nav{
	position: absolute;
    left: 42%;
    bottom: -19%;
    display: flex;
    flex-direction: row;
}

#carouselB .owl-prev , #carouselB .owl-next{
    background-color: #FFFFFF;
    padding: 10px 15px !important;
    border-radius: 50px;
    font-size: 20px;
}

#carouselB .owl-prev:hover, #carouselB .owl-next:hover{
    background-color: #0B0D39 !important;
    color: #FFF !important;
}

.faq-top{
    width: 6%;
    position: absolute;
    left: 0px;
}
/* ========================== */
.address {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    cursor: pointer;
  }
  
  .icon-wrapper {
    position: relative;
    width: 50px;
    height: 50px;
  }
  
  .icon-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    transition: opacity 0.3s ease;
  }
  
  .default-icon {
    opacity: 1;
    z-index: 1;
  }
  
  .hover-icon {
    opacity: 0;
    z-index: 2;
  }
  
  .address:hover .default-icon {
    opacity: 0;
  }
  
  .address:hover .hover-icon {
    opacity: 1;
  }

.blog-card:hover{
    box-shadow: 0px 3px 16px 0px #0000001A;
    border: 2px solid #10C843;
}

.read-morebtn:hover{
    box-shadow: 0px 3px 6px 0px #00000014;
    background-color: #5BC9E4;
    color: #FFF;
}
.fa-arrow-right:hover{
    background-color: #5BC9E4;
    color: #FFF;
}

/* ============= login page ============= */

       .login{
            display:flex; 
            gap: 20px; 
            width: 80%; 
            margin: 0px auto; 
            background-color: #FFF; 
            position: relative; 
            align-items: center;
            border-radius: 40px;
        }
        .right-top{
            position: absolute; 
            top: 0px;
            right: 0px; 
            width: 12%;
        }
        .left-login , .right-login{
            width: 50%; 
            position: relative;
        }
        .right-logo{
            position: absolute; 
            left: 20px; 
            top: 20px; 
            width: 40%;
            z-index: 1000;
        }
        .right-login p{
            font-family: "Poppins",sans-serif;
            font-weight: 600;
            font-size: 25px;
            color: #414247;
            text-align: center;
            margin-bottom: 5px;
            margin-top: 15px;
        }
        .login-form input{
            width: 100%;
            padding: 12px 5px;
            border: none;
            border-bottom: 1px solid #E9E9F0;
            outline: none;
        }

        .login-form input::placeholder{
            font-family: "Poppins",sans-serif;
            font-weight: 300;
            font-size: 15px;
            color: #939EAA;
        }
        .loginbtn{
            padding: 12px 0px;
            border: none;
            border-radius: 50px;
            margin-top: 20px;
            font-family: "Poppins",sans-serif;
            font-weight: 500;
            font-size: 18px;
            color: #FFFFFF; 
            background-color: #10C843;
            box-shadow: 0px 5px 10px 0px #0000001A;
            width: 80%;
        }
/* ===================  toggle btn ============================ */
.switch {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 12px;
}

.switch input {
  display: none;
}

.slider {
    width: 48px;
    height: 27px;
  background-color: #ffffff;
  border-radius: 34px;
  position: relative;
  transition: background-color 0.3s;
  box-shadow: inset 0 0 0 1px #ccc;
}

.slider::before {
  content: "";
  position: absolute;
    height: 22px;
    width: 22px;
  left: 2px;
  top: 2px;
  background-color: #FFFFFF;
  border-radius: 50%;
  transition: transform 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

input:checked + .slider {
  background-color: #4FD1C5;
}

input:checked + .slider::before {
  transform: translateX(20px);
}

.label-text {
  color: #a6a6c1;
  font-size: 16px;
}
/*  =============== divider or ==================================== */
.divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
  font-family: sans-serif;
  color: #333;
}

.divider hr {
    flex: 1;
    height: 1px;
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #2D2D2D;
    border: none;
}

/*  =========================Google button =========================*/
.google-login-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #E6E2E2;
  border-radius: 50px;
  padding: 10px 20px;
  cursor: pointer;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 16px;
  background-color: #fff;
  transition: box-shadow 0.3s ease;
}

.google-login-btn:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.google-login-btn img {
  width: 20px;
  height: 20px;
}
/* ================  active tab =============================== */
.navigation-link {
  position: relative;
  display: flex;
  justify-content: space-around;
  border-bottom: 3px solid #C1EACB;
  width: 80%;
  margin: 0px auto;
}

.navigation-link a {
    padding: 8px 20px;
    text-decoration: none;
    font-family: "Poppins",sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #4D4F5C;
    position: relative;
    transition: color 0.3s;
}

.navigation-link a.active {
  color: #07AA2D;
}

.navigation-link .underline {
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 4px;
  width: 50%;
  background: #06B636;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0px 3px 6px 0px #008D2147;
}

/* ============== */
.error-message {
  color: red;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}

.loginbtn {
  margin-top: 10px;
  background-color: #06B636;
  color: white;
  border: none;
  padding: 14px 20px;
  width: 100%;
  font-weight: bold;
  cursor: pointer;
}

.loginbtn:hover {
  background-color: #059f30;
}

/* ==========   opacity =============== */
.image-wrapper {
  position: relative;
  width: 100%;
}

.image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
/* Font */
.plan-modal, .plan-modal * {
  font-family: 'Poppins', sans-serif;
}
.subscription-page {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 0px auto;
  padding: 30px;
  background-color: #ECFFF1;
}
.subs_details{
	background-color: #ECFFF1;
}
/* Left Side Form */
.form-section {
  width: 60%;
  padding: 0px 30px;
  min-width: 320px;
}

.form-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 22px;
}

.subscription-form {
  width: 100%;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-weight: 500;
  margin-bottom: 6px;
  font-size: 18px;
}

.form-group input,
.form-group select{
  padding: 13px 10px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.checkbox-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

/* Right Side Summary */
.summary-section {
  width: 40%;
  background: #FFFFFF;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  min-width: 320px;
  border-radius: 10px;
}

.summary-image {
  max-width: 240px;
  height: 180px;
  border-radius: 8px;
  margin-bottom: 20px;
}

/* Coupon */
.coupon-group {
  position: relative;
  display: flex;
  gap: 10px;
}

.coupon-group input {
  flex: 1;
  padding: 14px 12px;
  padding-right: 90px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}
.summary-row span{
	font-weight: 600;
	font-size: 18px;
	margin: 2px 0px;
}

.apply-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 25px;
  background: #007bff;
  color: white;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}

.apply-btn:hover {
  background: #0056b3;
}

/* Summary details */
.summary-details {
  background: white;
  border-radius: 8px;
  padding: 10px 10px 20px 10px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.summary-row p{
	font-weight: 500;
}
.summary-row.total {
  font-weight: 600;
  font-size: 18px;
}

/* Payment Button */
.pay-btn {
  margin-top: 20px;
  padding: 15px 20px;
  font-size: 17px;
  background: #28a745;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 550;
}

.pay-btn:hover {
  background: #218838;
}
.error-msg {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}

.check-answer {
    margin-top: -20px;
    margin-right: 20px;
    display: flex;
    justify-content: end;
}

.checks {
    justify-content: center !important;
}

.checks p {
    text-align: center !important;
    font-size: 20px;
}

.demo-congratulations {
    width: 100%;
    margin: 10px auto;
}
.mains_topics_bars{
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 11px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.demo-congratulations img {
     width: 50%;
    margin: 30px auto;
    display: flex;
    margin-top: 10px;
}
.checks {
    margin-top: -48px;
}

.check-answer p {
    text-align: right;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 7px;
    background-color: #A1B4FF;
    padding: 10px 20px !important;
    border-radius: 0px 0px 25px 25px;
}
.demo-answer {
    background-color: #FFF5F5;
    padding: 10px;
    border-radius: 15px;
    margin-top: 50px;
}

.correct-answer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.correct-answer p {
    font-family: "Inter", sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: green !important;
    background-color: #FFF5F5 !important;
}

.correct-answer span {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #FF6D6B !important;
    border: 1px solid #FF6D6B;
    /* padding: 5px 9px; */
    border-radius: 50px;
    /* margin-top: -3px; */
    height: 30px;
    width: 30px;
    padding-left: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.demo-answer span {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #4D4F5C;
    padding-left: 10px;
}

.demo-answer p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4D4F5C;
    padding-left: 10px !important;
    background-color:  #FFF5F5 !important;
    margin: 8px 0px;
}


.question-heading h3 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #1D222C;
}
.question-para p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 17px;
    background-color: #F2F4FF;
    line-height: 27px;
    color: #1F2869;
    padding: 12px 10px;
    border-radius: 10px;
}

.question-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 70px;
    padding-bottom: 25px;
}

.last-question button,
.next-question button {
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.last-question button {
    background-color: #1D222C;
    border-radius: 25px;
    padding: 10px 20px;
}

.next-question button {
    background-color: #FF9100;
    box-shadow: 0px 5px 16px 0px #BC6B0033;
    border-radius: 25px;
    padding: 10px 20px;
}

.question-para,
.question-heading {
    margin: 10px 0;
}

.check-answer img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.options-new label {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #4D4D4D;
}

.time-start {
    display: flex;
    gap: 12px;
    background-color: #FFFFFF;
    padding: 10px 16px;
    border-radius: 50px;
    box-shadow: 0px 0px 6px 0px #00000029;
    position: absolute;
    top: 22%;
    right: 43%;
}

.time-sec {
    background-color: #E6E5FF;
    padding: 8px 15px;
    border-radius: 50px;
    text-align: center;
}

.test-time-start {
    padding-top: 5px;
}

.time-sec p {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #1D222C;
    line-height: 0px;
    padding-top: 5px !important;
    margin: 8px;
}

.time-sec span {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.test-time-start span {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #4E5566;
}

.test-time-start p {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 0px;
    color: #4E5566;
    margin: 0px;
    margin-top: 8px;
}

.options-new {
    margin-bottom: 10px;
    position: relative;
}

.options-new input[type="radio"] {
    display: none;
}

.bullet {
    position: relative;
    padding-left: 20px;
}

.bullet::before {
    content: "• ";
    position: absolute;
    left: 0;
    color: #007bff;
    font-size: 20px;
}



.options-new label {
    padding-left: 50px;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    color: #4f4e62;
    display: inline-block;
    line-height: 24px;
}

.options-new label:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border: 1px solid #C7C5EB;
    border-radius: 50%;
    background-color: #FFFFFF;
    transition: background-color 0.3s, border-color 0.3s;
}

.options-new input[type="radio"]:checked+label:before {
    background-color: red;
    border-color: red;
}

.options-new input[type="radio"]:checked+label {
    color: #6D6C80;
    background-color: #F0EFFF;
    width: 50%;
    padding: 10px;
    border-radius: 50px;
    padding-left: 45px;
    font-weight: 500;
    font-size: 17px;
}

.options-new input[type="radio"]:checked+label:after {
    content: '✔';
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
}

.demo-questions {
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -160px;
    z-index: -1;
}
.question-text {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    position: absolute;
    right: 40px;
    top: 100px;
}
.question-text {
    top: 50px !important;
}
.question-demo-heading {
    position: absolute;
    top: 34%;
    left: 5%;
    display: flex;
    justify-content: space-between;
}

.leftE {
    width: 60%;
}

.left-question {
    background-color: #FFFFFF;
    padding: 20px 35px;
    border-radius: 15px;
	position: relative;
    box-shadow: 0px 0px 10px 0px #0000001A;
}
.progress-container {
    width: 100%;
    height: 10px;
    background: #ddd;
    margin: 25px 0px;
    border-radius: 50px;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background: #07AA2D;
    border-radius: 50px;
}

.question-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 70px;
    padding-bottom: 25px;
}

.last-question button,
.next-question button {
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.last-question button {
    background-color: #1D222C;
    border-radius: 25px;
    padding: 10px 20px;
}

.next-question button {
    background-color: #FF9100;
    box-shadow: 0px 5px 16px 0px #BC6B0033;
    border-radius: 25px;
    padding: 10px 20px;
}

.question-para,
.question-heading {
    margin: 10px 0;
}

.check-answer img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.options-new {
    margin-bottom: 10px;
    position: relative;
}
.options-new {
    display: flex;
    gap: 7px;
    margin: 25px 0;
}
.demo {
    background-color: #FFFFFF;
    color: #07AA2D;
    border: 1px solid #DCFFE6;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 7px 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
}

.results_buttons {
    background-color: #1CDDDA !important;
    color: #FFFFFF !important;
    font-size: 17px !important;
}

.result_calendar {
    background-color: #FF9100 !important;
    color: #FFFFFF !important;
    font-size: 17px !important;
}

.results_header {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 0px;
}

.results_header span {
    font-size: 22px;
    font-weight: 500;
}

.results_header h2 {
    font-size: 28px;
    font-weight: 600;
    color: #333539;
}

.result_bg_image {
    width: 95%;
    margin: 20px auto;
}

.result_mains {
    position: relative;
}

.images_congrats img {
    width: 100%;
}

.results_tab_new {
    background-color: #FFFFFF;
    display: flex;
    width: fit-content;
    padding: 15px 40px 15px 20px;
    gap: 10px;
    border-radius: 15px;
    align-items: center;
    width: 300px;
}

.tab_texts h3 {
    font-size: 26px;
    font-weight: 700;
    color: #484848;
}

.tab_texts p {
    font-size: 16px;
    font-weight: 500;
    color: #8F95B2;
}

.results_tab {
    display: flex;
    flex-wrap: wrap;
    width: 69%;
    margin: 10px auto;
    gap: 16px;
    position: absolute;
    bottom: 10%;
    left: 18%;
}

.images_congrats {
    position: relative;
}
.main_p{
	display: flex;
	gap: 10px;
}
.menu-toggle{
    display: none;
}
.info-list h2{
    margin-bottom: 10px;
}
.main-homes {
    padding: 10px 20px;
    background-color: #54D46E;
    color: #FFFFFF;
    border: 1px solid #54D46E;
    display: flex;
    width: fit-content;
    gap: 10px;
    border-radius: 50px;
    font-size: 14.5px;
    font-weight: 500;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
    
/* Modal container */
.webinar-modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6); 
    font-family: "Poppins", sans-serif;
}

/* Modal content box */
.webinar-modal-content {
    background-color: #fff;
    margin: 8% auto;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    animation: fadeIn 0.3s ease-in-out;
        font-family: "Poppins", sans-serif;
}

/* Header styling */
.webinar_modal_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.webinar_modal_header h2 {
    margin: 0;
    font-size: 22px;
    color: #333;
}

/* Close button */
.close-button {
    font-size: 28px;
    cursor: pointer;
    color: #999;
    transition: color 0.3s ease;
}

.close-button:hover {
    color: #ff3b3b;
}

.form-group_new {
    margin-bottom: 10px;
    position: relative;
}

.form-group_new label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #555;
}

.form-group_new img {
    position: absolute;
    top: 45px;
    left: 10px;
    width: 23px;
    opacity: 0.6;
}

.form-group_new input,
.form-group_new select,
.form-group_new textarea {
    width: 100%;
    padding: 12px 12px 12px 40px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
        font-family: "Poppins", sans-serif;
}

.form-group_new input:focus,
.form-group_new select:focus,
.form-group_new textarea:focus {
    border-color: #007BFF;
    outline: none;
}

/* Error messages */
.error {
    color: #d9534f;
    font-size: 13px;
    margin-top: 5px;
}
.web_submit{
    padding: 12px 20px;
}

/* Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
    .webinar-modal-content {
        padding: 20px;
        width: 82%;
        margin: 50px auto;
    }
}
.star-rating {
  direction: rtl;
  font-size: 26px;
  display: inline-flex;
  justify-content: flex-start;
}

.star-rating input {
  display: none;
}

.star-rating label {
  color: #ccc;
  cursor: pointer;
  padding: 0 5px;
  transition: color 0.2s ease;
}

.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
  color: #FFD700;
}

.web_submit {
    padding: 12px 20px;
}
.web_submit {
    background-color: #07AA2D;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 15px 20px;
    border: none;
    margin: 10px 0px;
    font-size: 17px;
    width: 100%;
    cursor: pointer;
}

#owl-carousel-C .item-A,
#owl-carousel-D .item-A {
    border: 1px solid #F2F2FF;
    padding: 20px;
    border-radius: 40px 40px 40px 20px;
    background-color: #fff;
    align-items: center;
    display: flex;
    box-shadow: 2px 2px 6px 2px #0B0D391A;
    margin-right: 14px !important;
    margin: 5px;
}
.review span {
    color: #FFC523;
    font-size: 23px;
    margin-bottom: 7px;
}

.about-review {
    margin-bottom: 15px;
}

#carousel-C .owl-nav,
#carousel-D .owl-nav {
    position: absolute;
}

.owl-theme .owl-dots .owl-dot.active span {
    color: grey !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #1CDDDA !important;
    border: 1.2px solid #1CDDDA !important;
}

.review span {
    color: #FFC523;
    font-size: 23px;
    margin-bottom: 7px;
}

.review p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #6D6E88;
}

.customer-image {
    width: 50px !important;
}

.name {
    display: flex;
    gap: 10px;
    align-items: center;
}

.customer-name h4 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 19px;
    color: #0B0D39;
    margin: 4px 0px;
}

.customer-name p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #0B0D39;
    margin: 4px 0px;
}

.review-text {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.review-icon img {
    width: 30px;
    height: 30px;
}

.mains-testomonials {
    display: flex;
    gap: 15px;
}

.d-tests.owl-carousel .owl-dots.disabled {
    display: block !important;
    margin: 20px 0px;
}

.d-tests.owl-carousel .owl-dots {
    display: block !important;
    text-align: center;
}

.d-tests.owl-carousel .owl-dot {
    background: #E5E5E5 !important;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin: 0 5px;
}

.d-tests.owl-carousel .owl-dot.active {
    background: #1CDDDA !important;
    margin: 10px !important;
    border: 1px solid black !important;
    padding: 2px !important;
}

/* .d-tests.owl-carousel .owl-dot span {
    background: #1CDDDA !important;
    color: black !important;
    margin: 0;
    border-radius: 50%;
} */
.review-crausel {
    margin-top: 50px;
    position: relative;
}

.study-button {
    background-color: #DCFFE6;
    color: #10C843;
    /*padding: 14px 20px;*/
    font-weight: 600;
    font-size: 16px;
    border: none;
    border-radius: 50px;
    width: 210px;
}
.main-reviews{
    width: 90%;
    margin: 0px auto;
    margin-bottom: 50px;
}

.programs-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.main-study {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

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

.mains-programs {
    margin-top: 100px;
    height: 650px;
}
.program-head {
    font-size: 39px;
    font-weight: 700;
    color: #1E1E1E;
    margin: 10px 0px;
    margin-bottom: 0px;
    font-family: "Quicksand", sans-serif;
    text-align: center;
    z-index: 1;
}
.customer-avatar {
    width: 50px;
    height: 50px;
    background-color: #5486D4;
    color: white;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.mains_getss{
    display: flex;
    gap: 10px;
}
.g-recaptcha{
    margin-bottom: 20px;
    margin-left: 20px;
}
.all-plans{
	gap: 12px;
}
