html {
    font-size: 1rem;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    background-color: #fff;
}
/*.align-centre{
    margin-left: 130px;
}*/
.no-gutter {
    margin-left: 0px;
    margin-right: 0px;
}

.no-gutter>div[class |="col"] {
    padding-left: 0px;
    padding-right: 0px;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.slick-slider {
    margin-left: 2rem;
    margin-right: 2rem;
}

.slick-arrow {
    width: 4rem;
    height: 4rem;
    z-index: 1;
}

.slick-arrow.slick-disabled {
    cursor: default;
}

.slick-arrow.slick-prev {
    left: -3rem;
}

.slick-arrow.slick-next {
    right: -3rem;
}

.slick-arrow:before {
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.slick-arrow.slick-prev:before {
    content: '';
    background-image: url("https://cdn1.byjus.com/byjusweb/img/aakashMarketingPage/Left%20arrow%202.svg");
    left: -1rem;
}

.slick-arrow.slick-next:before {
    content: '';
    background-image: url("https://cdn1.byjus.com/byjusweb/img/aakashMarketingPage/Right%20arrow%202.svg");
    right: -1rem;
}

@media (max-width: 575.98px) {
    .slick-slider {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .slick-arrow {
        width: 2.5rem;
        height: 2.5rem;
    }

    .slick-arrow:before {
        z-index: 1;
    }

    .slick-arrow.slick-prev {
        left: -1.5rem
    }

    .slick-arrow.slick-next {
        right: -1.5rem
    }
}

.banner-image {
    position: absolute;
}

.banner-content {
    margin-top: 5rem;
    color: #ffffff;
}

.aakash-sticker {
    border-radius: 20px;
    width: 55%;
}

.banner-tittle {
    font-size: 44px;
    font-weight: bold;
}

.banner-text {
    font-size: inherit;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    font-size: 2rem;
}

@media (max-width: 991.98px) {
    .banner-content {
        margin-top: 4rem;
    }

    .aakash-sticker {
        width: 16rem;
        border-radius: 0.7rem;
    }

    .banner-tittle {
        font-size: 2rem;
    }

    .banner-text {
        font-size: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .banner-content {
        margin-top: 0;
        text-align: center;
    }

    .banner-text {
        font-size: 1.2rem;
    }
}

 @media (min-width: 374px) and  (max-width:420px){
    .banner-tittle{
        font-size: 25px;   
    }
} 

@media (max-width: 575.98px) {
    /* .banner-content{
        margin-top: 0;
        text-align: center;
    } */
}

.rankers {
    margin-top: 3rem;
}

.rankers-mainText {
    font-weight: bold;
}

.rankers-subText {
    font-size: 1.5rem;
}

.rankers-text {
    margin-bottom: 1rem;
}

.hero-form-text {
    margin-bottom: 30px;
}

.main-text {
    font-weight: 500;
}

.sub-text {
    font-size: 25px;
}

.input-placeholder {
    color: gray;
    font-size: 15px;
}

.mandatory-star {
    color: red;
}

.book-now-btn {
    padding: 0.8rem 2rem;
    background-image: linear-gradient(to left, #f7c500 40%, #ff806d);
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745;
}

.d-none {
    display: none;
}

.bj-banner {
    background-image: url(https://cdn1.byjus.com/byjusweb/img/aakashMarketingPage/BG_PNG@2x.png);
    background-size: 165%;
    background-repeat: no-repeat;
    background-position: top right;
    padding: 4rem 0rem;
}

/* form and banner */
@media (min-width: 768px) {
    .bj-banner {
        height: 100%;
        position: relative;
    }

    .bj-banner:after {
        background: url(https://cdn1.byjus.com/byjusweb/img/home/svg/whitewave.svg) no-repeat;
        background-size: 100%;
        background-position: left bottom;
        bottom: -1px;
    }

    .bj-banner .bj-form {
        background-color: #fff;
        border-radius: 0.25rem;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
        padding: 15px 25px 25px 25px;
        max-width: 500px;
        float: right;
        min-width: 100%;
    }
}

@media (min-width: 992px) {
    .bj-banner .bj-form {
        min-width: 400px;
    }
}

@media (max-width: 767.98px) {
    .bj-form {
        background-color: #fff;
        padding: 1rem;
        margin-left: auto;
        margin-right: auto;
        max-width: 26rem;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    }

    .bj-banner {
        margin-bottom: 0;
        min-height: auto;
        padding-bottom: 0;
    }
}

@media (max-width: 375.98px) {
    .bj-form {
        background-color: #fff;
        padding: 1rem;
        margin-left: auto;
        margin-right: auto;
        max-width: 26rem;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        margin-left: -15px;
        margin-right: -15px;
    }

    .bj-banner {
        margin-bottom: 0;
        min-height: auto;
        padding-bottom: 0;
        padding-top: 1.5rem;
    }

    .aakash-sticker {
        width: 13rem;
    }

    .banner-tittle {
        font-size: 1.5rem;
    }
}

/* end banner */
.card {
    margin-top: 25px;
    padding: 2rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-image: linear-gradient(to bottom, #3ca3d6, #49b5ea);
}

.card-main-text {
    font-weight: bold;
    line-height: 1.67;
    color: #ffffff;
    margin-top: -13px;
}

@media (max-width: 991.98px) {
    .card {
        padding: 1rem;
    }
}

.rank-card {
    object-fit: contain;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #feefba;
    border-radius: 10px;
}
@media (min-width: 992px) {
.neet-align{
    display: flex;
    justify-content: center;
}
}

@media (max-width : 991.98px){
.align-card{
    margin-top: 30px;
}
}
.rank-card-image {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 1rem;
    border-radius: 1.5rem;
    overflow: hidden;
}

.main-name {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
    color: #000000;
    margin-top: 18px;
}

/*@media (min-width: 342px) and (max-width: 367.98px){
    .main-name{
        font-size: 1px;
    }
}*/

@media (min-width: 320px) and (max-width: 367.98px){
.main-name {
    font-size: 17px;
}
}
@media (min-width: 320px) and (max-width: 991.98px){
    .align-card1{
        margin-top: 30px;
        margin-left: 25%;
    }
}

@media (min-width: 484px) and (max-width: 525.98px){
    .main-name {
        font-size: 17px;
    }
    }

.sub-name {
    font-size: 20px;
    text-align: center;
    color: #000000;
}

.color-card {
    margin-top: 30px;
    padding: 0.5rem;
    border-bottom-left-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    background-color: #ed2050;
}

.air-rank {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 15px;
}

.exam-name {
    font-size: 15px;
    letter-spacing: normal;
    color: #ffffff;
}

.neet-name {
}

@media (max-width: 575.98px) {
    .rank-card {
        border-radius:0.6rem
    }

    .rank-card img {
        padding: 0.5rem
    }

    .air-rank {
        font-size: 1.5rem
    }

    .color-card {
        margin-top: 1rem
    }
}

.key-highlights {
    margin: 4rem 0rem;
    background-color: #f5f5f5;
    padding: 3rem 0rem 4rem;
}

.key-highlights-text {
    font-size: 40px;
    font-weight: bold;
    color: black;
}

.aakash-color {
    color: #3ca3d6;
}

.byjus-color {
    color: #832b80;
}

.keyHighlight-card {
    padding: 135px 50px 97.3px;
    border-radius: 10px;
}

.keyhighlight-alignment {
    margin-top: 45px;
    border-radius: 0.7rem;
    overflow: hidden;
    box-shadow: 0rem 0rem 0.3rem 0.1rem rgb(0 0 0 / 10%);
}

.keyhighlight-alignment>.row {
    display: flex;
}

.keyhighlight-alignment img {
    width: 100%;
    height: auto;
    display: block;
    max-width: none;
}

.keyhighlight-text {
    align-items: center;
    display: flex;
}

.keyhighlight-text.bg-color1 {
    background-color: #ddedfd;
}

.keyhighlight-text.bg-color2 {
    background-color: #fceed7;
}

.keyhighlight-text.bg-color3 {
    background-color: #ddedfd;
}

.keyhighlight-text.bg-color4 {
    background-color: #ddedfd;
}

.keyhighlight-text>div {
    padding: 2rem;
}

.keyhighlight-text>div>h2 {
    position: relative;
    margin-bottom: 2rem;
}

.keyhighlight-text>div>h2:after {
    content: "";
    height: 2px;
    background-color: #2a2a2a;
    min-width: 9rem;
    display: inline-block;
    position: absolute;
    bottom: -0.5rem;
    left: calc(50% - 4.5rem);
}

.keyhighlight-blue {
    background-color: #ddedfd;
}

.keyhighlight-cream {
    background-color: #fceed7;
}

.highlight-card-title {
    font-size: 30px;
    font-weight: bold;
}

.highlight-card-text {
    margin: 20.3px 0 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    color: #2a2a2a;
}

@media (max-width: 991.98px) {
    .keyhighlight-text>div>h2 {
        font-size: 1.5rem;
    }

    .highlight-card-text {
        font-size: 1.2rem;
    }
}

@media (max-width: 767.98px) {
    .key-highlights {
        margin-bottom: 0;
    }

    .keyhighlight-alignment>.row {
        display: flex;
        flex-direction: column;
    }

    .keyhighlight-alignment>.row.reverse {
        flex-direction: column-reverse;
    }
}

.aakash-legacy {
    padding: 3rem 0rem 4rem;
    margin-bottom: 5rem;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    background-image: linear-gradient(to bottom, #3ca3d6, #49b5ea);
}

.legacy-tittle {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    color: #ffffff;
}

.sub-tittle {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.67;
    color: #ffffff;
}

.legacy-cards {
    margin-top: 40px;
    padding: 1.5rem 1.5rem;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    background-color: #feefba;
    position: relative;
}

.legacy-cards-strip {
    width: 161px;
    height: 11px;
    border-radius: 15px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    background-image: linear-gradient(to right, #0482e6, #3ca3d6);
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
}

.legacy-card-tittle {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.67;
    color: #0482e6;
}

.legacy-card-text {
    font-size: 23px;
    font-weight: normal;
    color: #000000;
}

.legacy-card-examName {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    color: #000000;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .legacy-card-text {
        font-size: 1.2rem;
    }
}

@media (max-width: 575.98px) {
    .aakash-legacy .row>div {
        width:100%
    }

    .legacy-cards {
        padding: 1rem;
    }

    .legacy-cards-strip {
    }

    .legacy-card-tittle {
        font-size: 1.5rem;
    }

    .legacy-card-text {
        font-size: 1.2rem;
    }

    .legacy-card-examName {
        font-size: 1rem;
    }
}

.Guideing-Principals {
    margin: 3rem 0rem 4rem 0rem;
    padding: 3rem 0rem 4rem;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    background-image: linear-gradient(to bottom, #3ca3d6, #49b5ea);
}

.guideing-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    margin-bottom: 2rem;
}

.Guideing-Principals .row {
    display: flex;
}

.guideing-card {
    padding: 2rem;
    border-radius: 10px;
    background-color: #ffffff;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}

.guideing-card h3 {
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #3ca3d6;
    margin: 0;
}

@media (max-width: 991.98px) {
    .Guideing-Principals {
    }

    .guideing-card {
        padding: 1rem;
    }
}

@media (max-width: 767.98px) {
    .Guideing-Principals .row {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .Guideing-Principals .row>div {
        margin-bottom: 2rem;
    }

    .Guideing-Principals .row>div:nth-child(3), .Guideing-Principals .row>div:nth-child(4) {
        margin-bottom: 0rem;
    }
}

@media (max-width: 575.98px) {
    .guideing-card h3 {
        font-size: 1rem
    }
}

.edge-text {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    color: #2a2a2a;
}

.edge-area {
    margin: 2.5rem 0rem;
    padding: 4rem 0rem;
    background-color: #3ca3d6;
}

@media (max-width: 575.98px) {
    .edge-area .slick-edge {
        margin-left: 0rem;
        margin-right: 0rem;
    }
}

.topper-video-card {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    z-index: 1;
    position: relative;
}

.testimonial-image {
    width: 100%;
    height: auto;
}

.topper-card {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    height: calc(100% - 1rem);
    margin: 0rem 1rem 1rem;
}

.topper-bottom-text {
    padding: 2rem 1rem;
    background-color: #ffffff;
}

.topper-aakash-sticker {
    position: absolute;
    margin-left: 70px;
    width: 200px;
    border-radius: 10px;
}

.topper-name {
    margin: 24.5px 8.1px 59px 71.9px;
    margin-top: -170px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.07;
    text-align: center;
    margin-left: 210px;
    color: #ffffff;
}

.topper-rank {
    margin: 54.5px 35.1px 0 97.9px;
    font-size: 50px;
    font-weight: bold;
    line-height: 0.9;
    text-align: center;
    margin-left: 220px;
    margin-top: -40px;
    color: #000000;
}

.topper-exam {
    font-size: 32px;
    font-weight: bold;
    line-height: 0.94;
    text-align: center;
    color: #fd2824;
    margin-left: 220px;
}

.testimonial-play-btn {
    margin-top: -200px;
    margin-left: 180px;
}

.geetika-image {
    width: 160px;
    height: 228.5px;
}

.topper-card-text {
    margin: 0 0 35px;
    font-size: 16px;
    line-height: 1.88;
    text-align: left;
}

@media (max-width: 575.98px) {
    .topper-card-text {
        font-size: 0.8rem
    }
}

.edge-cards {
    width: 350px;
    height: 400px;
    margin: 0 20px 0 15px;
    padding: 33px 11px 70px 20px;
    border-radius: 10px;
    background-color: #ffffff;
}

.edge-courosel-button {
    width: 67px;
    height: 67px;
    margin: 161px 15px 172px 0;
    padding: 16.5px 25.7px 17.4px 25.5px;
    opacity: 0.55;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    background-image: linear-gradient(to bottom, #3ca3d6, #49b5ea);
    border-radius: 30px;
}

.edge-subscribe-button {
    text-align: center;
}

.edge-content {
    margin-top: 100px;
}

.edge-content .row {
    display: flex;
}

.edge-content img {
    width: 100%;
    height: auto;
}

.edge-content-tittle {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
}

.edge-content .text-block {
    display: flex;
    align-items: center;
}

.edge-content .text-block div {
    padding: 0rem 1.5rem;
}

.edge-content-text {
    font-size: 14px;
    text-align: center;
}

.edge-chairman-name {
    font-size: 35px;
    font-weight: bold;
}

.edge-chairman-designation {
    font-size: 18px;
}

@media (max-width: 991.98px) {
    .edge-content-tittle {
        font-size: 1.5rem;
        margin-top: 0;
    }

    .edge-chairman-name {
        font-size: 1.5rem;
        margin-top: 1rem;
    }
}

@media (max-width: 575.98px) {
    .edge-content .row {
        flex-direction: column;
    }

    .edge-content-tittle {
        margin-top: 1rem;
    }
}

.topper-card-name {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.07;
    color: #3ca3d6;
}

.topper-section-alignment {
}

.topper-card-rank {
    font-size: 18px;
    font-weight: bold;
    color: #fd2824;
}

.edge-card {
    text-align: center;
    padding: 1rem;
    border-radius: 10px;
    background-color: #ffffff;
    height: 100%;
    margin: 0rem 1rem;
}

.edge-card img {
    display: inline-block;
}

.edge-card-title {
    margin-top: 40px;
    font-size: 28px;
    font-weight: bold;
    color: #000000;
}

.edge-card-text {
    text-align: center;
    color: #000000;
    line-height: 1.88;
    margin-top: 20px;
}

@media (max-width: 575.98px) {
    .edge-area {
        padding: 3rem 0rem 2rem;
    }

    .edge-card {
        margin: 0rem 0.5rem;
        padding: 0.5rem;
    }

    .edge-card-title {
        margin-top: 1rem;
        font-size: 1.2rem;
    }

    .edge-card-text {
        margin-top: 1.5rem;
        line-height: 1.4;
    }
}

.toppers-tittle {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    color: #2a2a2a;
}

.faq-tittle {
    font-size: 40px;
    font-weight: bold;
    color: #2a2a2a;
}

.faq-question {
    /* margin-left: 300px; */
    font-size: 20px;
    /* color: #000000; */
}

/* .faq-question :hover{
    color: #0482e6;
  } */
.faq-question-alignment {
    margin-top: 20px;
}

.faq-question-alignment:hover {
    color: #0482e6;
}

ul {
    list-style-type: none;
}

.edge-carousel {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -2.65rem;
    left: -2.65rem;
}

.edge-carousel img {
    display: block;
}

.edge-carousel.left img {
    transform: rotateZ(180deg);
    margin-top: -0.2rem;
}

.edge-carousel.right {
    left: auto;
    right: -2.65rem;
}

.faq-content {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.faq-question-before {
    position: absolute;
    margin-top: 11px;
    text-align: center;
    width: 20px;
    height: 20px;
    background-color: #666666;
}

.faq-questions a {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #000000;
    display: block;
    position: relative;
    text-decoration: none;
}

.faq-questions a.active:after {
    display: block;
}

.faq-questions a.active {
    color: #0482e6;
    text-decoration: none;
}

.faqAnswerCard {
    padding: 2rem;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    display: none;
    position: absolute;
    top: -1rem;
}

.faqAnswerCard.bottom {
    top: auto;
    bottom: -3rem;
}

.faqAnswerCard.active {
    display: block;
}

.faqAnswerCard:before {
    content: "";
    width: 1rem;
    height: 2rem;
    display: inline-block;
    position: absolute;
    left: -1.2rem;
    top: 1rem;
    border: 1.2rem solid #337ab7;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left: 0;
}

.faqAnswerCard.active.bottom:before {
    top: auto;
    bottom: 0.5rem;
}

.faqAnswers {
    font-size: 20px;
    color: #000000;
}
.faqAnswerCard ul li{
    list-style-type: disc;
}

@media (max-width: 767.98px) {
    .faqAnswerCard {
        position:static;
        margin-bottom: 1rem;
    }

    .faqAnswerCard:before {
        left: 2rem;
        top: -1.2rem;
        border: 1.2rem solid #337ab7;
        border-right-color: transparent;
        border-left-color: transparent;
        border-top: 0;
        height: 1rem;
    }

    .faqAnswerCard.active.bottom:before {
        bottom: auto;
        top: -1.2rem
    }
}

.video-thumbnail {
    display: block;
    position: relative;
}

.video-thumbnail~p {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0.2rem;
}

.video-thumbnail-play-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -28px;
    margin-left: -28px;
    z-index: 0;
}

.video-thumbnail-img {
    width: 100%;
    height: auto;
}

.video-thumbnail:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 0;
}

.footer-copyrite {
    padding: 1rem 0rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-image: linear-gradient(to bottom, #3ca3d6, #49b5ea);
    color: #fff;
}

.footer-dpts {
    float: left;
    margin: 0;
}

.footer-dpts li:not(:last-child) {
    border-right: 1px solid #fff;
}

.footer-copy {
    float: right;
}

.footer-copyrite a, .footer-copyrite a:focus, .footer-copyrite a:hover {
    color: #fff;
}

@media (max-width: 767.68px) {
    .footer-copyrite {
        text-align: center;
        margin-bottom: 3.3rem;
    }

    .footer-dpts, .footer-copy {
        float: none;
    }
}

@media (max-width: 575.68px) {
    .rankers-mainText, .key-highlights-text, .legacy-tittle, .edge-text, .guideing-title, .toppers-tittle, .faq-tittle {
        font-size: 1.8rem;
    }
}

.bottom-mobile-request-now-btn {
    position: fixed;
    bottom: 0;
    z-index: 27;
    width: 100%;
    background-image: linear-gradient(to right, #FC6076, #FF9231);
    text-align: center;
    color: white;
    font-size: 1.5rem;
    padding: 0.5rem 0.5rem;
    border-radius: 0;
    display: inline;
}
