/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root{
    font-size: 14px;
}
body {
    font-family: 'Montserrat', sans-serif;
    overscroll-behavior: smooth;
    color: #444444;
}

.section-heading{
    margin-bottom: 4.571rem;
}
.section-heading h2{
    font-family: 'Montserrat';
    font-size: 2.571rem;
    font-weight: 800;
    line-height: 1.28;
    text-align: center;
    letter-spacing: normal;
    color: #030202;
}

.section-heading h2>span{
    color: #ed1b36;
}
.section-heading p{
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #030202;
}
.section-heading p > span{
    font-weight: 700;
}

@media screen and (max-width:1680px){
    .section-heading{
        margin-bottom: 4.143rem;
    }
    .section-heading h2{
        font-size: 2.143rem;
    }
}
@media screen and (max-width:1440px){
    .section-heading{
        margin-bottom: 3.571rem;
    }
    .section-heading h2{
        font-size: 1.857rem;
    }
    .section-heading p{
        font-size: 1rem;
    }
}
@media screen and (max-width:1366px){
    .section-heading h2{
        font-size: 1.429rem;
        margin-bottom: 1.143rem;
    }
}
@media screen and (max-width:1024px){
    .section-heading{
        margin-bottom: 2.571rem;
    }
}
@media screen and (max-width:991px){
    .section-heading h2{
        margin-bottom: 1rem;
        font-size: 1.286rem;
    }
    .section-heading p{
        font-size: 0.857rem;
        line-height: 1.5;
    }
}

.bg-one{
    background-color:#f4f5f5;
}

@-webkit-keyframes up-down {
    0% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(-10px);
    }
  }
  
  @keyframes up-down {
    0% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(-10px);
    }
  }


/*--------------------------------------------------------------
# Custom Section Width
--------------------------------------------------------------*/
.sectionWidth{
    padding-left: 16.071rem;
    padding-right: 16.071rem;
}

@media screen and (min-width:1200px){
    .sectionWidth{
        padding-left: 3.571rem;
        padding-right: 3.571rem;
    }
}
@media screen and (min-width:1441px){
    .sectionWidth{
        padding-left: 7.143rem;
        padding-right: 7.143rem;
    }
}
@media screen and (min-width:1535px){
    .sectionWidth{
        padding-left: 6.429rem;
        padding-right: 6.429rem;
    }
}
@media screen and (min-width:1680px){
    .sectionWidth{
        padding-left: 10.714rem;
        padding-right: 10.714rem;
    }
}

@media screen and (max-width:1199px){
    .sectionWidth{
        padding-left: 1.143rem;
        padding-right: 1.143rem;
    }
}


@media only screen and (max-width: 575px) {
    .sectionWidth{
        padding-left: 0.429rem;
        padding-right: 0.429rem;
    }
}





/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header{
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #ffffff;
    border-bottom: 0.5px solid #eee;
}
header .navbar .navbar-nav{
    align-items: center;
}
header .navbar .navbar-nav li a{
    display: block;
    text-decoration: none;
}
header .navbar .navbar-nav li:first-child{
    margin-right: 3.857rem;
}

header .header-outline-btn{
    padding: 0.647rem 2.714rem;
    border-radius: 2rem;
    border: solid 1px rgba(112, 112, 112, 0.45);
    background-color: #fff;
    user-select: none;
}
header .header-outline-btn > span{
    font-family: 'Montserrat';
    font-size: 1.286rem;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #030202;
}
header .header-outline-btn:hover{
    background-color: #ed1b36;
    border: solid 1px #ed1b36
}
header .header-outline-btn:hover > span{
    color: #fff;
}
header .navbar-toggler:focus{
    outline: 0;box-shadow: none;
}

@media screen and (max-width:1680px) {
    header .navbar .navbar-brand{
        max-width: 7.857rem;
    }
    header .header-outline-btn > span{
        font-size: 1.143rem;
    }
    header .navbar .navbar-nav li:first-child{
        margin-right: 2.143rem;
    }
    header .navbar .navbar-nav li:last-child{
        width: 5rem;
    }
    header .navbar .bsnl-logo{
        width: 5rem;
    }

}
@media screen and (max-width:1440px) {
    header .navbar .navbar-nav li:first-child{
        margin-right: 1.286rem;
    }
    header .header-outline-btn{
        padding: 0.647rem 2.143rem;
    }
    header .header-outline-btn > span{
        font-size: 1rem;
    }
    header .navbar .bsnl-logo{
        width: 4rem;
    }
}
@media screen and (max-width:1366px) {
    header .header-outline-btn{
        padding: 0.5rem 2rem;
    }
}
@media screen and (max-width:991px) {
    header .navbar .navbar-nav li{
        margin: 0.857rem 0;
    }
    header .navbar .navbar-nav{
        background-color: #f9f9f9;
    }
}


/*--------------------------------------------------------------
# Hero Banner
--------------------------------------------------------------*/
.hero-banner{
    background-color: rgba(209, 216, 217, 0.13);
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
}
.hero-banner .row{
    align-items: center;
}
.hero-banner .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.hero-content h1{
    font-family: 'Montserrat';
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: left;
    color: #030202;
}
.hero-content h1 span{
    font-family: 'Montserrat';
    font-weight: 700;
    display: block;
}
.hero-content ul{
    list-style-type: none;
    padding-left: 0;
    margin: 4.571rem 0;
}
.hero-content ul li{
    display: flex;
    align-items: center;
    margin-bottom: 2.286rem;
}
.hero-content ul li p{
    font-family: 'Montserrat';
    font-size: 1.571rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #030202;
    margin-bottom: 0;
    margin-left: 1.143rem;
}
.hero-content ul li p span{
    color: #030202;
    margin-right: 0.1rem;
    font-weight: 700;
}
.hero-content .btn-link{
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 1.714rem;
    font-weight: 700;
    line-height: 1.92;
    letter-spacing: normal;
    color: #ed1b36;
}
.hero-content .sub-caption{
    font-family: 'Montserrat';
    font-size: 1.429rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #030202;
}

@media screen and (max-width:1680px){
    .hero-banner{
        padding-top: 1.429rem;
        padding-bottom: 1.429rem;
    }
    .hero-content h1{
        font-size: 2.571rem;
    }
    .hero-content ul{
        margin: 3.857rem 0;
    }
    .hero-content ul li{
        margin-bottom: 2rem;
    }
    .hero-content ul li p{
        font-size: 1.286rem;
    }
    .hero-content .btn-link{
        line-height: 1.92;
        font-size: 1.429rem;
    }
    .hero-content .sub-caption{
        font-size: 1.286rem;
    }
}
@media screen and (max-width:1440px){
    .hero-banner{
        padding-top: 1.286rem;
        padding-bottom: 1.286rem;
    }
    .hero-content h1{
        font-size: 2rem;
    }
    .hero-content ul{
        margin: 2.857rem 0;
    }
    .hero-content ul li{
        margin-bottom: 1.429rem;
    }
    .hero-content ul li p{
        font-size: 1.143rem;
    }
    .hero-content .btn-link{
        font-size: 1.286rem;
    }
    .hero-content .sub-caption{
        font-size: 1.143rem;
    }
}

@media screen and (max-width:1366px){
    .hero-content .btn-link{
        font-size: 1.143rem;
    }
    .hero-content .sub-caption{
        font-size: 1rem;
    }
}
@media screen and (max-width:1024px){
    .hero-banner .animated{
        animation: none;
    }
    .hero-content h1{
        font-size: 1.857rem;
    }
    .hero-content ul li{
        margin-bottom: 1.143rem;
    }
    .hero-content ul li img{
        width: 1.571rem;
    }
    .hero-content ul li p{
        font-size: 1rem;
    }
}
@media screen and (max-width:991px){
    .hero-banner{
        padding-top: 1.286rem;
    }
    .hero-content .sub-caption{
        margin-bottom: 2.143rem;
    }
}
@media screen and (max-width:575px){
    .hero-content h1{
        font-size: 1.429rem;
    }
    .hero-content h1 span{
        display: inline;
    }
    .hero-content ul{
        margin: 2.143rem 0;
    }
    .hero-content ul li p{
        font-size: 0.857rem;
    }
    .hero-content .btn-link{
        font-size: 1rem;
    }
}
@media screen and (max-width:360px){
    .hero-content h1{
        font-size: 1.286rem;
    }
    .hero-content ul{
        margin: 1.429rem 0;
    }
}





/*--------------------------------------------------------------
# Select Classes
--------------------------------------------------------------*/
.choose-classes{
    background-color: #eef1f7;
    padding-top: 6.286rem;
    padding-bottom: 6.286rem;
}
.choose-classes .row{
    justify-content: center;
    align-items: center;
    column-gap: 3rem;
    gap: 3rem;
}
.choose-classes .class-card{
    background-color: #ffffff;
    display: block;
    min-height: 24.286rem;
    max-width: 26.429rem;
    text-align: center;
    text-decoration: none;
    padding: 1.5rem 2.857rem 2.286rem;
    border-radius: 1.429rem;
    box-shadow: 10px 10px 40px 0 rgba(142, 136, 161, 0.07);
    -webkit-box-shadow: 10px 10px 40px 0 rgba(142, 136, 161, 0.07);
    -moz-box-shadow: 10px 10px 40px 0 rgba(142, 136, 161, 0.07);
    transition: 0.5s ease all;
}
.choose-classes .class-card:hover{
    transform: translateY(-10px);
}
.choose-classes .class-card.card-middle{
    min-width: 27.857rem;
    min-height: 24.929rem;
}
.choose-classes .class-card h4{
    font-family: 'Montserrat';
    font-size: 1.571rem;
    font-weight: 700;
    line-height: 0.77;
    letter-spacing: normal;
    text-align: center;
    color: #030202;
    margin: 2.286rem 0 0;
}


@media screen and (max-width:1680px){
    .choose-classes{
        padding-top: 5.714rem;
        padding-bottom: 5.714rem;
    }
    .choose-classes .row{
        gap: 1rem;
    }
    .choose-classes .class-card {
        max-width: 24.286rem;
        min-height: 100%;
    }
    .choose-classes .class-card.card-middle{
        min-width: 25.286rem;
        min-height: 22.9rem;
    }

    .choose-classes .class-card h4{
        font-size: 1.429rem;
    }
    
}
@media screen and (max-width:1440px){
    .choose-classes{
        padding-top: 4.286rem;
        padding-bottom: 5.286rem;
    }
    .choose-classes .row{
        gap:0;
        row-gap: 2.5rem;
    }
    .choose-classes .class-card{
        max-width: 21.429rem;
        padding:1.143rem 2.143rem 2.143rem;
    }
    .choose-classes .class-card.card-middle{
        min-width: 22.143rem;
        min-height: 20rem;
    }
    .choose-classes .class-card h4{
        font-size: 1.286rem;
    }
}

@media screen and (max-width:1366px){
    .choose-classes .class-card h4{
        font-size: 1.143rem;
    }
}

@media screen and (max-width:1200px){
    .choose-classes .class-card.card-middle{
        min-width: unset;
        min-height: unset;
    }
}
@media screen and (max-width:1024px){
    .choose-classes {
        padding-top:3.571rem;
        padding-bottom: 4.286rem;
    }
}
@media screen and (max-width:991px){
    .choose-classes .class-card {
        border-radius: 0.571rem;
    }
}



/*--------------------------------------------------------------
# Course Deliverables
--------------------------------------------------------------*/
.course-deliverables {
    position: relative;
    padding-top: 8.571rem;
    padding-bottom: 8.571rem;
}
.course-deliverables::after{
    content: '';
    display: block;
    position: absolute;
    min-height: 46%;
    width: 100%;
    bottom: 0;
    left: 0;right: 0;
    background-color: #ee3149;
    z-index: 1;
}
.course-deliverables .course-deliver-card{
    position: relative;
    border-radius: 2.143rem;
    background-color: #ffffff;
    overflow: hidden;
    margin: 0 0.4rem;
    height: 100%;
    box-shadow: 6px 45px 50px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 6px 45px 50px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 6px 45px 50px 0 rgba(0, 0, 0, 0.1);
    z-index: 2;
    transition: 0.5s ease all;
}
.course-deliverables .course-deliver-card:hover{
    transform: translateY(-10px);
}
.course-deliverables .course-deliver-card .card-head{
    font-family: 'Montserrat';
    font-size: 1.143rem;
    font-weight: 800;
    line-height: 1.75;
    letter-spacing: normal;
    color: #fff;
    padding: 1.643rem 2.571rem;
    background-color: #ee3149;
}
.course-deliverables .course-deliver-card ul{
    list-style: none;
    padding: 2rem 2.571rem 2.571rem;
    margin-bottom: 0;
}
.course-deliverables .course-deliver-card ul li{
    display: flex;align-items: center;
    margin-bottom: 2rem;
}
.course-deliverables .course-deliver-card ul li:last-child{
    margin-bottom: 0;
}
.course-deliverables .course-deliver-card ul li span{
    font-family: 'Montserrat';
    font-size: 1.143rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: normal;
    color: #030202;
    margin-left: 1.143rem;
}

@media screen and (max-width:1680px){
    .course-deliverables{
        padding-top: 5.714rem;
        padding-bottom: 5.714rem;
    }

    .course-deliverables .course-deliver-card .card-head{
        padding:1.286rem 2.571rem;
    }
    .course-deliverables .course-deliver-card ul{
        padding:1.429rem 2.571rem;
    }
    .course-deliverables .course-deliver-card ul li{
        margin-bottom: 1.8rem;
    }
    .course-deliverables .course-deliver-card ul li img{
        width: 3.571rem;
    }
}
@media screen and (max-width:1440px){
    .course-deliverables{
        padding-top: 4.286rem;
        padding-bottom: 4.286rem;
    }
 
    .course-deliverables .course-deliver-card{
        border-radius: 1.429rem;
        margin: 0 0 1.5rem;
    }
    .course-deliverables .course-deliver-card .card-head{
        padding:1rem 2.143rem;
        font-size: 1rem;line-height: 1.5;
    }
    .course-deliverables .course-deliver-card ul{
        padding:1.429rem 2.143rem;
    }
    .course-deliverables .course-deliver-card ul li{
        margin-bottom: 1.5rem;
    }
    .course-deliverables .course-deliver-card ul li img{
        width: 2.857rem;
    }
    .course-deliverables .course-deliver-card ul li span{
        font-size: 1rem;
    }
}

@media screen and (max-width:1024px){
    .course-deliverables{
        padding-top: 3.571rem;
        padding-bottom: 3.571rem;
    }
    .course-deliverables .course-deliver-card .card-head{
        padding: 0.857rem 1.143rem;
    }
    .course-deliverables .course-deliver-card ul{
        padding: 1rem 1.143rem;

    }
    .course-deliverables .course-deliver-card ul li span{
        font-size:0.857rem;
    }
}

@media screen and (max-width:991px){
    .course-deliverables::after{
        display: none;
    }
    .course-deliverables .course-deliver-card{
        box-shadow: 6px 12px 38px 0 rgb(0 0 0 / 10%);
        border-radius: 0.571rem;
        height: auto;
    }
    
}


/*--------------------------------------------------------------
# Winning Edge
--------------------------------------------------------------*/
.winning-edge{
    max-width: 1210px;
    margin: 0 auto;
    padding-top: 8.571rem;
    padding-bottom: 5.714rem;
}
.winning-edge .row{
    justify-content: center;
}
.winning-edge .card-winning-edge{
    padding: 2.5rem 5.214rem 2.5rem 5.286rem;
    border-radius: 1.429rem;
    box-shadow: 0 0 19px 0 rgba(142, 136, 161, 0.22);
    border: solid 1px rgba(0, 0, 0, 0);
    background-color: #fff;
    text-align: center;
    min-height: 185px;
    max-width: 40.714rem;
    margin-bottom: 2.857rem;
}
.winning-edge .card-winning-edge:hover{
    box-shadow: inset 0 0 48px 0 rgb(0, 0, 0, 0.10);
}
.winning-edge .card-winning-edge img{
    margin-bottom: 1rem;
}
.winning-edge .card-winning-edge p{
    font-family: 'Montserrat';
    font-size: 1.286rem;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: normal;
    color: #030202;
    margin-bottom: 0;
}


@media screen and (max-width:1680px){
    .winning-edge{
        padding-top: 5.714rem;
        padding-bottom: 5.714rem;
    }
}
@media screen and (max-width:1440px){
    .winning-edge{
        max-width: 1024px;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 4.286rem;
        padding-bottom: 4.286rem;
    }
    .winning-edge .card-winning-edge{
        padding: 1.786rem 4.571rem;
        min-height: unset;
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    .winning-edge .card-winning-edge img{
        width: 2.571rem;
    }
    .winning-edge .card-winning-edge p{
        font-size: 1.143rem;
    }
}
@media screen and (max-width:1024px){
    .winning-edge{
        max-width: 991px;
        padding-top: 3.517rem;
        padding-bottom: 3.517rem;
    }
    .winning-edge .card-winning-edge p{
        font-size: 1rem;
    }
}
@media screen and (max-width:991px){
    .winning-edge .card-winning-edge{
        border-radius: 0.571rem;
    }
}
@media screen and (max-width:768px){
    .winning-edge{
        max-width: 100%;
    }
    .winning-edge .card-winning-edge{
        padding: 1.786rem 1.143rem;
    }
    .winning-edge .card-winning-edge p{
        font-size: 1rem;
    }
}
@media screen and (max-width:525px){
    .winning-edge{
        max-width: 100%;
    }
    .winning-edge .card-winning-edge img{
        width: 2.143rem;
    }

}


/*--------------------------------------------------------------
# FaQ's
--------------------------------------------------------------*/

.faq-section{
    background-color: rgba(238, 241, 247, 0.54);
    padding-top: 8.571rem;
    padding-bottom: 5.286rem;
}
.faq-section  .accordion {
    max-width: 1200px;
    margin: 0 auto;
}

.faq-section  .accordion .accordion-item{
    margin-bottom: 1.429rem;
    border: none;
    border-radius: 8px;
}
.faq-section .accordion-button{
    outline: none;
    font-family: 'Montserrat';
    font-size: 1.429rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding: 2.857rem 3.571rem;
    transition: all 0.5s ease;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.faq-section .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important;
}
.faq-section  .accordion-button:focus{
    box-shadow: none;border: none;
}
.faq-section .accordion-button:not(.collapsed){
    background-color: #fff;
    box-shadow: none;
    padding-bottom: 20px;
}
.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.faq-section .accordion .accordion-body{
    font-family: 'Montserrat';
    font-size: 1.143rem;
    font-weight: 500;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #838383;
    padding: 0 3.571rem 2.857rem;
}

@media screen and (max-width:1680px){
    .faq-section{
        padding-top: 5.714rem;
    }
}
@media screen and (max-width:1440px){
    .faq-section{
        padding-top: 4.286rem;
    }
    .faq-section .accordion{
        max-width: 1024px;
        padding: 0 1.143rem;
    }
    .faq-section .accordion-button{
        font-size: 1.286rem;
        padding: 2.143rem 2.857rem;
    }
    .faq-section .accordion .accordion-body{
        padding: 0 2.857rem 2.143rem;
        font-size: 1rem;
    }
}
@media screen and (max-width:1366px){
    .faq-section .accordion-button{
        font-size: 1.143rem;
        padding: 2rem 2.143rem;
    }
    .faq-section .accordion .accordion-body{
        padding: 0 2.143rem 2.143rem;
    }
}
@media screen and (max-width:1024px){
    .faq-section{
       padding-top: 3.571rem;
       padding-bottom: 4.286rem;
    }
    .faq-section .accordion-button{
        line-height: 1.9;
    }
}
@media screen and (max-width:1199px){
    .faq-section .accordion{
        max-width: 768px;
    }
}
@media screen and (max-width:768px){
    .faq-section .accordion-button{
        font-size: 1rem;
        padding:1.143rem;
    }
    .faq-section .accordion .accordion-body{
        padding:0 1.143rem 1.143rem;
        font-size: 0.857rem;
        line-height: 1.9;
    }
}
@media screen and (max-width:525px){
    .faq-section .accordion-button{
        font-size: 0.857rem;
    }
}


/*--------------------------------------------------------------
# Class Tabs
--------------------------------------------------------------*/
.class-banner-bg{
    background-color: rgba(209,216,217, 0.1)
}
.class-tabs {
    padding-top: 3.071rem;
    padding-bottom: 1.714rem;
}
.class-tabs ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.class-tabs ul li a{
    display: block;
    font-family: 'Montserrat';
    font-size: 1.429rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #8f8f8f;
    text-decoration: none;
    padding: 0.786rem 4rem;
    border: solid 0.5px transparent;
    transition: 0.5s ease all;
}

.class-tabs ul li a.current-tab{
    font-weight: 800;
    color: #ed1b36;
    border: solid 0.5px #ff8b8b;
    transition: 0.5s ease all;
}
.class-tabs ul li:first-child a{
    border-radius: 0.714rem 0 0 0.714rem;
}
.class-tabs ul li:last-child a{
    border-radius: 0 0.714rem 0.714rem 0;
}


@media screen and (max-width:1680px) {
    .class-tabs{
        padding-top: 2.143rem;
    }
    .class-tabs ul li a{
        font-size: 1.286rem;
    }
    .class-tabs ul li a{
        padding: 0.786rem 3.286rem;
    }
}
@media screen and (max-width:1440px) {
    .class-tabs{
        padding-top: 2rem;
    }
    .class-tabs ul li a{
        font-size: 1.143rem;
    }
    .class-tabs ul li a{
        padding: 0.786rem 2.571rem;
    }
    .class-tabs ul li:first-child a{
        border-radius: 0.571rem 0 0 0.571rem;
    }
    .class-tabs ul li:last-child a{
        border-radius: 0 0.571rem 0.571rem 0;
    }
    
}
@media screen and (max-width:1366px) {
    .class-tabs ul li a{
        font-size: 1rem;
    }
}

@media screen and (max-width:767px){
    .class-tabs ul li:first-child a, 
    .class-tabs ul li:last-child a{
        border-radius: 0;
    }
}


/*--------------------------------------------------------------
# Classes Hero Banner
--------------------------------------------------------------*/
.cls-bnr{
    padding-bottom: 13.571rem;
}
.cls-bnr-lt .bnr-img{
    margin-bottom: 3.786rem;
}
.cls-bnr .cls-bnr-lt h1{
    font-family: 'Montserrat';
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: normal;
    color: #030202;
}
.cls-bnr .cls-bnr-lt h1 span{
    display: block;
    font-weight: 700;
}
.cls-bnr .cls-bnr-lt p{
    font-family: 'Montserrat';
    font-size: 1.143rem;
    font-weight: 500;
    line-height: 1.88;
    letter-spacing: normal;
    color: #7a7a7a;
}
.cls-bnr-card{
    max-width: 46.214rem;
    min-height: 43.429rem;
    margin-left: auto;
    padding: 3.429rem 3.429rem 3.571rem 3.429rem;
    border-radius: 2.143rem;
    box-shadow: 20px 20px 30px 18px rgba(142, 136, 161, 0.1);
    background-color: #fff;
    margin-top: 4.643rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cls-bnr-card h2{
    font-family: 'Montserrat';
    font-size: 2.429rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: normal;
    color: #1d1d1f;
    margin-bottom: 1.714rem;
}
.cls-bnr-card ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 2.429rem;
}
.cls-bnr-card ul li{
    display: flex;
    align-items: center;
    margin-bottom: 1.143rem;
}
.cls-bnr-card ul li span{
    font-family: 'Montserrat';
    font-size: 1.286rem;
    font-weight: 600;
    line-height: 1.78;
    letter-spacing: normal;
    text-align: left;
    color: #030202;
    margin-left: 24px;
}
.cls-bnr-card .price{
    margin: 0 3rem;
    padding: 2.786rem 1.143rem 2.571rem;
    text-align: center;
    border: solid 1px #a5a5a5;
    border-radius: 2.143rem;
}
.cls-bnr-card .price h4{
    font-family: 'Montserrat';
    font-size: 2.714rem;
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: normal;
    color: #030202;
    margin: 0 0.714rem;
}

.cls-bnr-card .price p{
    font-family: 'Montserrat';
    font-size: 1.286rem;
    font-weight: 500;
    line-height: 1.5;
    color: #030202;
    margin-bottom: 0.714rem;
}
.cls-bnr-card .price .cost {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.2rem;
}
.cls-bnr-card .price .cost .del{
    font-family: 'Montserrat';
    font-size: 1.571rem;
    font-weight: 700;
    line-height: 1.05;
    color: #b0b0b0;
    text-decoration: line-through;
}
.cls-bnr-card .price .cost .gst{
    font-size: 1.143rem;
    font-weight: 700;
    line-height: 1.94;
    color: #030202;
}
.cls-bnr-card .price .offer-for{
    font-family: 'Montserrat';
    font-size: 1.429rem;
    font-weight: 700;
    line-height: 1.75;
    color: #3f8cf0;
    margin-bottom: 2.071rem;
}
.cls-bnr-card .price .offer-for span{
    color: #030202;
}
.cls-bnr-card .price .cls-bnr-btn{
    display: inline-block;
    font-family: 'Montserrat';
    font-size: 1.286rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 0.929rem 1rem;
    min-width: 18.571rem;
    background-color: #ed1b36;
    border-radius: 10px;
    box-shadow: 2.3px 8.8px 28px 0 rgba(221, 18, 18, 0.2);
}


@media screen and (max-width:1680px){
    .cls-bnr{
        padding-bottom: 10.714rem;
    }
    .cls-bnr-lt .bnr-img{
        max-width: 90%;
    }
    .cls-bnr-lt .bnr-img{
        margin-bottom: 3.071rem;
    }
    .cls-bnr .cls-bnr-lt h1{
        font-size: 2.571rem;
    }
    .cls-bnr .cls-bnr-lt p{
        font-size: 1rem;
    }
    .cls-bnr-card{
        max-width: 42.214rem;
        min-height: 41em;
        border-radius: 1.714rem;
        margin-top: 3.571rem;
    }
    .cls-bnr-card ul li{
        margin-bottom: 1rem;
    }
    .cls-bnr-card h2{
        font-size: 2.143rem;
    }
    .cls-bnr-card .price h4{
        font-size: 3rem;
    }
    .cls-bnr-card .price .offer-for{
        font-size: 1.286rem;
    }

    .cls-bnr-card .price .cls-bnr-btn{
        font-size: 1.143rem;
        padding: 0.857rem 1rem;
        min-width: 15.357rem;
    }
}
@media screen and (max-width:1440px){
    .cls-bnr{
        padding-bottom: 6.429rem;
    }
    .cls-bnr-lt .bnr-img{
        max-width: 85%;
    }
    .cls-bnr-lt .bnr-img{
        margin-bottom: 2.143rem;
    }
    .cls-bnr .cls-bnr-lt h1{
        font-size: 2rem;
    }
    .cls-bnr .cls-bnr-lt p{
        font-size: 0.857rem;
    }
    .cls-bnr-card{
        max-width: 40rem;
        min-height: 38rem;
        margin-top: 2.143rem;
    }
    .cls-bnr-card div:first-child{
        padding-right: 1rem;
    }
    .cls-bnr-card h2{
        font-size: 2rem;
    }
    .cls-bnr-card ul li span{
        font-size: 1.143rem;
        margin-left: 0.857rem;
    }
    .cls-bnr-card .price h4{
        font-size: 2.143rem;
    }
    .cls-bnr-card .price .cost .del{
        font-size: 1.429rem;
    }
    .cls-bnr-card .price .offer-for, .cls-bnr-card .price p{
        font-size: 1.143rem;
    }
    .cls-bnr-card .price .cls-bnr-btn{
        font-size: 1rem;
        padding: 0.714rem 1rem;
        border-radius: 6px;
    }


}
@media screen and (max-width:1366px){
    .cls-bnr{
        padding-bottom: 5rem;
    }
    .cls-bnr .cls-bnr-lt h1{
        font-size: 1.857rem;
    }
    .cls-bnr-card{
        max-width: 35rem;
        min-height: auto;
        padding: 2.143rem;
    }
    .cls-bnr-card h2{
        font-size: 1.857rem;
    }
    .cls-bnr-card ul li {
        margin-bottom: 0.857rem;
    }
    .cls-bnr-card ul li span{
        font-size: 1rem;
    }
    .cls-bnr-card .price h4{
        font-size: 2rem;
    }
    .cls-bnr-card .price .cost .del{
        font-size: 1.286rem;
    }
    .cls-bnr-card .price .cost .gst,
    .cls-bnr-card .price .offer-for, .cls-bnr-card .price p{
        font-size: 1rem;
    }
    .cls-bnr-card .price .cls-bnr-btn{
        max-width: 15.714rem;
        margin: 0 auto;
    }
}
@media screen and (max-width:1200px){
    .cls-bnr .cls-bnr-lt h1{
        font-size: 1.429rem;
    }
}
@media screen and (max-width:991px){
    .cls-bnr-card{
        margin: 0 auto;
        max-width: 100%;
        min-height: auto;
        flex-direction: row;
        flex-wrap: wrap;
        border-radius: 1rem;
    }
    .cls-bnr-card h2{
        font-size: 1.429rem;
    }
    .list-and-image div ul li span{
        font-size: 0.857rem;
    }
    .cls-bnr-card .price{
        margin: 0;
    }
}
@media screen and (max-width:768px){
    .cls-bnr-card .price{
        width: 100%;
        border-radius: 1.143rem;
    }
    .cls-bnr-card .price .cost .del{
        font-size: 1.143rem;
    }
    .cls-bnr-card .price h4{
        font-size: 1.857rem;
    }
    .cls-bnr-card .price .offer-for{
        margin-bottom: 1.429rem;
    }
}
@media screen and (max-width:575px){
    .cls-bnr-card{
        padding: 1.286rem;
    }
    .cls-bnr-lt .bnr-img{
        max-width: 100%;
    }
    .cls-bnr .cls-bnr-lt h1{
        margin-top: 1rem;
    }
    .cls-bnr .cls-bnr-lt h1 span{
        display: inline;
    }
    .cls-bnr-card ul li span, 
    .list-and-image div ul li span{
        font-size: 0.857rem;
    }
    .cls-bnr-card .price {
        padding: 1.786rem 1.143rem 1.571rem;
    }
    .cls-bnr-card .price .cost .del{
        font-size: 1rem;
    }
    .cls-bnr-card .price h4{
        font-size: 1.429rem;
    }
    
}

@media screen and (max-width:360px){
    .cls-bnr .cls-bnr-lt h1{
        font-size: 1.286rem;
    }
    .cls-bnr-card .price .offer-for,
    .cls-bnr-card .price p{
        font-size: 0.857rem;
    }
}


/*--------------------------------------------------------------
# List and Image section
--------------------------------------------------------------*/
.list-and-image {
    padding-top: 8.571rem;
    padding-bottom: 8.571rem;
}
.list-and-image .row{
    align-items: center;
}
.list-and-image .row .lst-img-sec img{
    transition: 0.5s ease all;
}
.list-and-image .row:hover .lst-img-sec img{
    transform: scale(1.04);
}

.list-and-image div h3{
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: normal;
    color: #030202;
    margin-bottom: 1.714rem;
}
.list-and-image div ul{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.list-and-image div ul li{
    display: flex;align-items: center;
    margin-bottom: 1.143rem;
}
.list-and-image div ul li img{
    width: 1.571rem;
}
.list-and-image div ul li span{
    font-family: 'Montserrat';
    font-size: 1.143rem;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: normal;
    color: #2b2b2b;
    margin-left: 1.143rem;
}


@media screen and (max-width:1680px) {
    .list-and-image {
        padding-top: 5.714rem;
        padding-bottom: 5.714rem;
    }
    .list-and-image div h3{
        font-size: 1.286rem;
        margin-bottom: 1.428rem;
    }
}
@media screen and (max-width:1440px) {
    .list-and-image{
        padding-top: 4.286rem;;
        padding-bottom: 4.286rem;;
    }
    .list-and-image div h3{
        font-size: 1.143rem;
    }
    .list-and-image div ul li span{
        font-size: 1rem;
    }
}
@media screen and (max-width:1024px) {
    .list-and-image .row:hover .lst-img-sec img{
        transform:none
    }
}

@media screen and (max-width:767px){
    .list-and-image .lst-img-sec img{
        margin-bottom: 2.143rem;
    }
    .list-and-image div h3{
        margin-bottom: 1.143rem;
    }
}
@media screen and (max-width:360px){
    .list-and-image div h3{
        font-size: 1rem;
    }
    .list-and-image div ul li span{
        font-size: 0.857rem;
    }
}


/*--------------------------------------------------------------
# Custom Modal Popup
--------------------------------------------------------------*/
@media (min-width: 320px){
    .custom-modal .modal-width{
        max-width: 98%;
    }
}
@media (min-width: 991px){
    .custom-modal .modal-width{
        max-width: 80%;
    }
}
@media (min-width: 1200px){
    .custom-modal .modal-width{
        max-width: 990px;
    }
}
@media (min-width: 1536px){
    .custom-modal .modal-width{
        max-width: 1140px;
    }
}


.custom-modal{
    background-color: rgba(0, 0, 0, 0.57);
}
.custom-modal .modal-img{
    text-align: center;
}
.custom-modal .modal-content{
    border: none;
    border-radius: 24px;
    box-shadow: 0 0 20px 0 rgba(75, 75, 75, 0.08);
}
.custom-modal .modal-body{
    height: 567px;
    padding: 80px;
    position: relative;
}
.custom-modal .modal-body .row{
    height: 100%;
    align-items: center;
}
.custom-modal .modal-body .close-icon{
    position: absolute;
    top: 70px;
    right: 70px;
    cursor: pointer;
    z-index: 99;
}

.custom-modal .formcontainer{
    height: 100%;
}
.custom-modal .formbody{
    max-width: 400px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.custom-modal .modal-title{
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 700;
    line-height: 1.53;
    letter-spacing: normal;
    color: #030202;
    margin-bottom: 28px;
}
.custom-modal .formlabel{
    display: block;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #828994;
    margin-bottom: 0.571rem;
}
.custom-modal .formlabel sup{
    color: #ed1b36;
}
.custom-modal .form-field {
    margin-bottom: 28px;
}
.custom-modal .form-field .input{
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    border-radius: 6px;
    border: solid 1.5px #c4c4c4;
    background-color: #fff;
    height: 50px;
    width: 100%;
    padding: 16px 20px 16px;
    box-sizing: border-box;
    outline: none;
}
.custom-modal .form-field .input::placeholder, .country-mobile input::placeholder{
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #000;
}

/* Country code and flag */
.country-mobile{
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: solid 1.5px #c4c4c4;
    background-color: #fff;
    display: flex;
}
.country-mobile .code{
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    min-width: 75px;
}
.country-mobile .code::after{
    content: '';
    display: block;
    position: absolute;
    width: 1.5px;
    height: 20px;
    background-color: #c4c4c4;
    right: 0px;
}
.country-mobile input{
    border: 0;
    text-indent: 10px;
    width: 100%;
}
.country-mobile input, .country-mobile .code span{
    outline: none;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #000;
}

.country-mobile .code span{
    padding: 0 10px;
}

/* Chrome, Safari, Edge, Opera */
.country-mobile input::-webkit-outer-spin-button,
.country-mobile input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.country-mobile input[type=number] {
  -moz-appearance: textfield;
}
.country-mobile input{
    height: 100%;
}

.custom-modal .modal-btn{
    display: block;
    max-width: 320px;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 16px 16px 15px;
    opacity: 0.5;
    border-radius: 6px;
    background-color: #ed1b36;
}


.edit-num{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 38px;
}
.edit-num p{
    margin-bottom: 0;
}
.edit-num p:first-child{
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: #030202;
}
.edit-num a{
    display: inline-block;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    color: #ed1b36;
    text-decoration: none;
}
.otp-box {
    display: flex;
    align-items: center;
    gap: 38px;
}
.otp-box input{
    padding: 4px;
    width: 70px;
    height: 70px;
    border-radius: 6px;
    border: solid 1.5px #c4c4c4;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}

/* Chrome, Safari, Edge, Opera */
.otp-box input::-webkit-outer-spin-button,
.otp-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.otp-box input[type=number] {
  -moz-appearance: textfield;
}
.resend-otp{
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #828994;
    display: inline-block;
    margin: 20px 0;
    text-decoration: none;
}
.resend-otp:hover{
    color: #ed1b36;
}


.radio-field{
    margin-bottom:30px;
}
.radio-buttons input[type="radio"] {
    display: none;
  }

  .radiolabel {
    cursor: pointer;
    position: relative;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #000;
    margin-left: 32px;
  }
  
  .radiolabel::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: solid 2px #c4c4c4;
    border-radius: 50%;
    top: 50%;
    left: -32px;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
  }
  
  .radiolabel::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #ed1b36;
    border: 2px solid #ed1b36;
    border-radius: 50%;
    top: 50%;
    left: -32px;
    transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;
  }
  
  .radio-buttons input[type="radio"]:checked + .radiolabel::before {
    border-color: #ed1b36;
  }
  
  .radio-buttons input[type="radio"]:checked + .radiolabel::after {
    transform: translateY(-50%) scale(0.55);
  }
  

@media screen and (min-width:320px) and (max-width:1536px){
    .custom-modal .formbody{
        max-width: 100%;
        padding: 0 24px;
    }
}
@media screen and (min-width:320px) and (max-width:991px){
    .custom-modal .formbody{
        max-width: 100%;
        padding: 0 10px;
    }
}


  @media (max-width: 1680px){
    .custom-modal .modal-body{
        height: 550px;
        padding: 70px;
    }
    .custom-modal .modal-body .close-icon{
        top: 60px;
        right: 60px;
    }
    .custom-modal .modal-title{
        font-size: 26px;
    }
    .edit-num{
        margin-bottom: 30px;
    }
    .edit-num p:first-child, .edit-num a,
    .resend-otp{
        font-size: 14px;
    }
    .otp-box{
        gap: 28px;
    }
    .otp-box input{
        width: 50px;
        height: 50px;
    }
    .radiolabel{
        font-size: 16px;
    }
    .radio-field{
        margin-bottom: 26px;
    }
    .radiolabel::before,.radiolabel::after{
        height: 22px;width: 22px;
    }
    .custom-modal .modal-btn{
        font-size: 14px;
        padding: 14px 16px 13px;
    }
  }
  @media (max-width: 1440px){
    .custom-modal .modal-content{
        border-radius: 24px;
    }
    .custom-modal .modal-body{
        height: 500px;
        padding: 50px;
    }
    .custom-modal .modal-body .close-icon{
        top: 40px;
        right: 40px;
        width: 26px;
        height: 26px;
    }
    .custom-modal .modal-title{
        font-size: 20px;
    }
    .custom-modal .form-field{
        margin-bottom: 25px;
    }
    .custom-modal .form-field .input{
        height: 45px;
        padding: 14px;
    }
    .custom-modal .form-field .input,
    .custom-modal .form-field .input::placeholder,
    .country-mobile input, .country-mobile input::placeholder,
    .country-mobile .code span{
        font-size: 14px;
    }
    .country-mobile {
        height: 45px;
        padding: 0 14px;
    }
    .country-mobile .code span{
        padding: 0 6px;
    }
    .edit-num{
        margin-bottom: 26px;
    }
    .otp-box{
        gap: 22px;
    }
    .otp-box input{
        width: 45px;
        height: 45px;
    }
    .radiolabel{
        font-size: 14px;
    }
    .radio-field{
        margin-bottom: 24px;
    }
    .radiolabel::before,.radiolabel::after{
        height: 20px;width: 20px;
    }
  }

@media (max-width:1366px) {
    .custom-modal .modal-btn{
        padding: 12px 14px;
        max-width: 300px;
    }
    .radio-field{
        margin-bottom: 20px;
    }
}
@media (max-width:1024px) {
    .custom-modal .modal-title{
        font-size: 18px;
    }
    .custom-modal .form-field .input, .country-mobile{
        height: 40px;
    }
    .custom-modal .formlabel,
    .custom-modal .form-field .input, 
    .custom-modal .form-field .input::placeholder,
    .edit-num p:first-child, .edit-num a, .resend-otp, .radiolabel,
    .country-mobile input,  .country-mobile input::placeholder, .country-mobile .code span{
        font-size: 12px;
    }

    .custom-modal .modal-btn{
        padding: 11px 14px;
        font-size: 12px;
    }
}

  @media (max-width: 767px){
    .custom-modal .modal-title{
        margin-top: 18px;
    }
    .otp-verify-container{
        max-width: 310px;
    }
  }
  @media (max-width: 575px){
    .custom-modal .modal-body{
        padding: 50px 24px;
    }
    .custom-modal .modal-body .close-icon{
        top: 20px;
        right: 20px;
    }
    .otp-box input{
        width: 40px;
        height: 40px;
    }
  }
  @media (max-width: 360px){
    .custom-modal .modal-body{
        padding: 24px 14px;
    }
    .custom-modal .modal-body .close-icon{
        top: 14px;
        right: 14px;
        width: 20px;
    }
  }

  @media (min-width: 280px) and (max-width:1024px){
    .custom-modal .modal-content{
        border-radius: 16px;
    }
    .custom-modal .modal-body{
        height: 100%;
    }
    .custom-modal .modal-btn{
        margin-top: 16px;
    }
  }


/*--------------------------------------------------------------
# Recipt Section Page
--------------------------------------------------------------*/
.recipt-section{
    background-color: #eef1f7;
    padding-top: 140px;
    padding-bottom: 88px;
}
.recipt-section .successMsg{
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 44px 16px 44px 48px;
    margin-bottom:48px;
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.recipt-section .successMsg >p{
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    margin-left: 36px;
    color: #2fd582;
}
.transactionDetails{
    background-color: #fff;
    padding: 44px 48px;
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.transactionDetails h3{
    font-family: 'Montserrat';
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 36px;
    color: #030202;
}
.transactionDetails ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
}
.transactionDetails ul>li{
    display: flex;
    align-items: center;
    padding: 24px 36px;
    border-radius: 2px;
}
.transactionDetails ul>li:nth-child(odd){
    background-color: #f9f9f9;
}
.transactionDetails ul>li>div{
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    width: 50%;
    text-align: start;
    color:#626262;
}

@media screen and (max-width:991px){
    .transactionDeta ils ul>li>div{
        font-size: 13px;
    }
}
@media screen and (max-width:425px){
    .recipt-section .successMsg, .transactionDetails{
        padding: 20px 15px;
    }
    .recipt-section .successMsg{
        margin: 30px 0 20px;
    }
    .recipt-section .successMsg >p{
        font-size: 14px;
    }
}

@media screen and (max-width:350px){
    .transactionDetails ul>li{
        display: block;
    }
    .transactionDetails ul>li>div{
        width: 100%;
    }
    .transactionDetails ul>li>div:first-child{
        font-weight: 500;
        margin-bottom: 5px;
    }
}
.live-schedule{
    background-color: #f7f7f7;
    padding-top: 120px;
    padding-bottom: 120px;
}
.live-schedule .table-responsive{
    margin-top: 45px;
    border-radius: 30px;
    box-shadow: 20px 20px 50px 0 rgba(0, 0, 0, 0.05);
}
.live-schedule .table-responsive .tableHead{
    display: block;
    width: 100%;
    padding: 19px 0;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #ee3149;
}
.live-schedule .table thead>tr>th{
    background-color: #f2f2f2;
    border: 0;
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.91;
    letter-spacing: normal;
    text-align: left;
    color: #ee354c;
    height: 72px;
    vertical-align: middle;
}
.live-schedule .table{
    margin-bottom: 0;
    white-space: nowrap;
}
.live-schedule .table tbody>tr>td{
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #626262;
    height: 71px;
    vertical-align: middle;
    border-bottom: 1px solid #c2c2c2;
}
.live-schedule .table thead th:first-child,
.live-schedule .table tbody>tr>td:first-child{
    padding-left: 24px;
}
.live-schedule .table>:not(:first-child){
    border-top: 0;
}
.live-schedule tfoot td {
    border: 0;
}
.live-schedule tfoot a{
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    color: #ee354c;
    margin: 42px 0;
    padding: 0 16px;
}
.live-schedule h2{
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: center;
    color: #ed1b36;
}
.live-schedule h2+p{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #030202;
    margin-bottom: 0;
}

.getstarted-steps{
    background-color: #eef1f7;
    padding-top: 120px;
    padding-bottom: 120px;
}
.getstarted-steps h2{
    font-family: 'Montserrat';
    font-size: 28px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: left;
    color: #030202;
    margin-bottom: 45px;
}
.getstarted-steps .follow-steps div{
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 16px 24px;
    margin-bottom: 24px;
}
.getstarted-steps .follow-steps div:last-child{
    margin-bottom: 0;
}
.getstarted-steps .follow-steps div>span{
    min-width: 40px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color:#2fd582;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    border-radius: 50%;
}
.getstarted-steps .follow-steps div>p{
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #626262;
    margin-bottom: 0;
    margin-left: 16px;
}
.assistance-sec{
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #f7f7f7;
}
.assistance-sec p{
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #030202;
    margin-bottom: 0;
}
.assistance-sec a{
    font-weight: 800;
    color: #030202;
    text-decoration: none;
}


@media screen and (max-width:1720px){
    .recipt-section, .live-schedule, .getstarted-steps{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .recipt-section .successMsg{
        padding: 30px;
        border-radius: 12px;
    }
    .recipt-section .successMsg > img{
        max-width: 40px;
    }
    .recipt-section .successMsg >p{
        font-size: 22px;
        margin-left: 20px;
    }
    .transactionDetails{
        padding: 30px;
        border-radius: 12px;
    }
    .transactionDetails h3{
        font-size: 24px;
    }
    .transactionDetails ul>li{
        padding: 20px;
    }
    .transactionDetails ul>li>div{
        font-size: 16px;
    }
    .live-schedule h2{
        font-size: 28px;
    }
    .live-schedule .table-responsive{
        margin-top: 30px;
        position: relative;
    }
    .live-schedule .table-responsive .tableHead{
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
    }
    .live-schedule .table-responsive .tableHead, .live-schedule tfoot a{
        font-size: 18px;
    }
    .live-schedule .table thead>tr>th, .live-schedule .table tbody>tr>td{
        font-size: 16px;
        height: 60px;
    }
    .live-schedule tfoot a{
        margin: 32px 0;
    }
    .getstarted-steps h2{
        font-size: 24px;
        margin-bottom: 38px;
    }
    .getstarted-steps .follow-steps div>p{
        font-size: 18px;
    }
    .assistance-sec p{
        font-size: 18px;
    }
    .live-schedule .table-responsive{
        border-radius: 12px;
    }
    
}
@media screen and (max-width:1520px){
    .recipt-section, .live-schedule, .getstarted-steps{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .recipt-section .successMsg{
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 30px;
    }
    .recipt-section .successMsg > img{
        max-width: 35px;
    }
    .recipt-section .successMsg >p{
        font-size: 18px;
        margin-left: 15px;
    }
    .transactionDetails{
        padding: 20px;
        border-radius: 10px;
    }
    .transactionDetails h3{
        font-size: 18px;
        margin-bottom: 24px;
    }
    .transactionDetails ul>li{
        padding: 16px;
    }
    .transactionDetails ul>li>div{
        font-size: 14px;
    }
    .live-schedule h2{
        font-size: 22px;
    }
    .live-schedule h2+p{
        font-size: 18px;
    }
    .live-schedule .table-responsive{
        margin-top: 24px;
    }
    .live-schedule .table-responsive .tableHead{
        font-size: 16px;
        padding: 16px 0;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        
    }
    .live-schedule .table thead>tr>th, .live-schedule .table tbody>tr>td{
        font-size: 14px;
        height: 50px;
    }
    .live-schedule tfoot a{
        font-size: 14px;
    }
    .live-schedule tfoot a{
        margin: 20px 0;
    }
    .getstarted-steps h2{
        font-size: 22px;
        margin-bottom: 28px;
    }
    .getstarted-steps .follow-steps div{
        padding: 14px 16px;
    }
    .getstarted-steps .follow-steps div>span{
        min-width: 35px;
        min-height: 35px;
    }
    .getstarted-steps .follow-steps div>p, .getstarted-steps .follow-steps div>span{
        font-size: 16px;
    }
    .assistance-sec{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .assistance-sec p{
        font-size: 16px;
    }
}

@media screen and (max-width:991px) {
    .recipt-section, .live-schedule, .getstarted-steps{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .recipt-section .successMsg, .transactionDetails{
        padding: 16px 14px;
    }
    .recipt-section .successMsg >p{
        font-size: 14px;
    }
    .transactionDetails h3{
        font-size: 16px;
    }
    .live-schedule h2{
        font-size: 18px;
    }
    .live-schedule h2+p{
        font-size: 13px;
    }
    .live-schedule .table thead>tr>th, .live-schedule .table tbody>tr>td{
        font-size: 13px;
    }
    .live-schedule .table thead th:first-child, .live-schedule .table tbody>tr>td:first-child{padding-left:10px;}
    .live-schedule tfoot a{
        line-height: 1.4;
        font-size: 13px;
    }
    .getstarted-steps h2{
        font-size: 18px;
    }
    .getstarted-steps .follow-steps div>p{
        line-height: 1.2;
    }
    .getstarted-steps .follow-steps div>p, .getstarted-steps .follow-steps div>span, .assistance-sec p{
        font-size: 13px;
    }
    .assistance-sec{
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

@media screen and (max-width:575px){
    .recipt-section .successMsg{
        margin-top: 0;
    }
    .live-schedule h2, .getstarted-steps h2{
        font-size: 16px;
    }
    .live-schedule .table-responsive .tableHead{
        font-size: 15px;
        position: sticky;
        top: 0;
        left: 0;
    }
    .live-schedule .table thead>tr>th, .live-schedule .table tbody>tr>td{
        line-height: 1.3;
    }
}

/*--------------------------------------------------------------
# Recipt Section Page End
--------------------------------------------------------------*/