*{
	text-rendering: optimizelegibility;
    box-sizing: border-box;
    word-break: break-word;
    outline: none;
    text-decoration: none;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    overscroll-behavior: none;
    font-family: AvertaStd, -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.headingsection{ background: #FFF; padding: 20px;font-size: 18px; border-bottom: 1px #E9EEF2 solid; }


.col-md-6 a,.col-md-6 a:hover{ color: #FFF !important; text-decoration: none;  }

.container{
	max-width: 1136px;
}
nav{ padding: 16px 0px !important; }
header{
	background: #FCFCFC; border-bottom: 1px #E9EEF2 solid;

}



.btn-three {
  color: #000 !important;
  transition: all 0.5s;
  position: relative; border-radius: 5px;
}
.btn-three::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0,0,0,0.1);
  transition: all 0.3s; border-radius: 5px;
}
.btn-three:hover::before {
  opacity: 0 ;
  transform: scale(0.5,0.5); border-radius: 5px;
}
.btn-three::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid rgba(0,0,0,0.5);
  transform: scale(1.2,1.2); border-radius: 5px;
}
.btn-three:hover::after {
  opacity: 1;
  transform: scale(1,1); border-radius: 5px;
}



.mt-50{ margin-top: 50px; }
.mt-30{ margin-top: 30px; }
.mt-10{margin-top: 10px !important;}

.price_cross{ margin-bottom: 0px !important;  text-decoration: line-through; text-decoration-color:#F00; text-decoration-thickness:1px;}
.price_available{}

.css-1x4z1m9-StyledButton {
    position: relative;
    border-color: var(--color-divider);
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-radius: 6px;
    width: 160px;
    height: 40px;
    min-height: 40px;
    color: var(--color-base-1);
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: var(--color-text-primary);
    -webkit-transition: box-shadow 300ms ease-in-out, -webkit-transform 300ms ease-in-out, background-color 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out, transform 300ms ease-in-out, background-color 300ms ease-in-out;
}

h1{
	margin: 0;
    color: #3C4852;
    font-size: 40px;
    line-height: 120%;
    font-weight: bold;
}
.h2_variant {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.01em;
}
.h4_variant {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.005em;
}

.ul_variant{
	padding-inline-start: 0px;
}

.css-2a6sct-Divider-StyDivider {
    background-color: #e9eef2;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 12px;
}

.MuiDivider-root {
    border: none;
    height: 1px;
    margin: 0;
    flex-shrink: 0; 
}
.p3_variant {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
}

.css-1uhb9xi {
    margin: 0;
    color: #3C4852;
}

ul li{
 list-style: none; margin:8px 0px;
}

ul li img{
	width: 20px;
}

.special-card{
	background: rgba(152,117,255,0.1);
	border-radius: 16px;
    height: 396px;
    padding: 48px 0px 0px 48px;
}

.gapn{
	gap: 16px;	
}

.alert-unacademy
{
	 background: #E7F0FA !important;
}
.btn-unacademy-light{
	border: 1px solid #3C4852;	box-sizing: border-box; color: #3C4852; min-width: 100px;
	cursor: pointer;
    padding: 12px 20px; 
    height: 40px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    justify-content: center; white-space: nowrap; background: #E7F0FA !important;
}

.btn-unacademy{
	border: 1px solid #3C4852;	box-sizing: border-box; color: #3C4852; min-width: 100px;
	cursor: pointer;
    padding: 12px 20px;
    width: 104px;
    height: 40px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    justify-content: center; white-space: nowrap;
}

.btn-unacademy-dark{
	border: 1px solid #3C4852;box-sizing: border-box;
	padding: 12px 20px;
	cursor: pointer; 
	height: 40px;
	border-radius: 6px;
	font-weight: 600;
    font-size: 14px;
    justify-content: center;line-height: 16px; color: #FFF; 
    background: #3C4852; white-space: nowrap;
}

.btn-unacademy:focus,.btn-unacademy:hover{
background: #F7F9FB;	
}

.p2_variant {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
}

.css-1lbru7d {
    margin: 0;
    color: #7A8B94;
}

.algin{ text-align: right; color: #3C4852 !important; }

.algin a{ color: #3C4852 !important;  }

.css-nf35w8{
    margin: 20px auto 40px;}



 /* Position the form over the slider */
        .carousel-item {
            position: relative;
        }
        .carousel-form {
            position: absolute;
            top: 45%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(255, 255, 255, 0.9);
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
            width: 80%;
            z-index: 10; /* Ensure the form is above the images */
        }

        .form-group {
		    margin-bottom: 0.4rem;
		    font-size: 10px;
		}
		label { 
		    margin-bottom: 0.1rem;
			}


.stars{ padding:10px 0px; }
#listcard .col-md-3{ padding:10px; }

#listcard .col-md-3 h5{    font-size: 0.90rem; color:#000; text-decoration:none; }
#listcard .col-md-3 .card{ height:250px; transition: all 0.5s ease-in-out;}
#listcard .col-md-3 .card-body{
padding: 0.6rem;    
}


#listcard .col-md-3 .card:hover:after,#listcard .col-md-3 .card:hover:before{
     opacity: 1;visibility:visible; cursor: pointer;
}
 
 
#listcard .col-md-3 .card:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    content: "";
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
}

#listcard .col-md-3 .card:after{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 34px;
    height: 34px;
    z-index: 3;
    transition: all 0.5s ease-in-out;
    background-image: url(https://unadmin.in/unacademy-star/youtube-btn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 106% auto;
    margin: -17px 0 0 -17px;
    opacity: 0;
    visibility: hidden;
    content: "";
    transition: all 0.5s ease-in-out;

}
 