.courserbgblack {
    width: 100%;
    height: 40vh;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #000;
    
}

.coursepgtop {
    margin-bottom: 100px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 100%;
}

.courseleftside {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
    flex-wrap: wrap;
}

.courserbgblack h2 {
    font-size: 69px;
    font-weight: 700;
    margin: 10px 0px;
}

.textinoneline {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
}

.textinoneline h6 {
    margin: 10px;
    font-size: 20px;
}

.textinoneline i {
    color: #dabb0e;
}

.courserightside {
    width: 20%;
    display: flex;
    position: relative;
    background: whitesmoke;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.cardboxnew {
    width: 95%;
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

.cardboxnew img {
    width: 95%;
    margin: 10px 0px;
}

.cardnewbtn {
    width: 100%;
    border: 0;
    background-color: #c90eda;
    color: #fff;
    margin: 5px 0;
    padding: 5px 0;
    text-decoration: none;
    text-align: center;
}

.cardnewbtn1 {
    width: 95%;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    margin: 5px 0;
    padding: 5px 0;
}

.butnclass {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

a.cardnewbtny2 {
    width: 100%;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    margin: 5px 0;
    padding: 5px 0;
    text-decoration: none;
    text-align: center;
}
a.cardnewbtn2 {
    width: 85%;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    margin: 5px 0;
    padding: 5px 0;
    text-decoration: none;
    text-align: center;
}

.cardnewbtn3 {
    width: 85%;
    border: none;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    margin: 5px 0;
    padding: 5px 0;
    text-decoration: none;
    text-align: center;
}
.btncen {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
form.addtocardform {
    width: 100%;
}

.cardnewbtn1 {
    width: 95%;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    margin: 5px 0;
    padding: 5px 0;
}

.cardnewbtn4 {
    width: 95%;
    border: 1px solid rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    margin: 5px 0;
    padding: 5px 0;
}

.courserightside h6 {
    margin: 10px 0;
}

.courseleft {
    width: 33%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}

.boxbrd1 {
    width: 518px;
    height: auto;
    border: 1px solid #000000;
    padding: 20px 5px;
    margin: 20px 10px;
}

audio {
    background: none;
    width: 80%;
    padding: 7px;
}

#shownavbaricon {
    display: none;
    margin: 10px 0px;
}

.logoandbtn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.addtocard {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 100px 0;

}

.addtocard h1 {
    padding: 10px;
    border-bottom: 1px solid rgb(122, 122, 122);
}

.carditembox {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #ddddc7;
    padding: 25px 0px;
}

.cardboxleftbox {
    width: 72%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.cardboxleft {
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    margin: 50px 0;
    border: 1px solid #eee;
    margin: 20px 0 20px 20px;
}

td,
th {
    border: 1px solid #dddddd;
    padding: 25px;
}

th {
    text-align: center !important;
}

.carditemname {
    margin: 0 10px;
}

.carditemname h6 {
    color: red;
    cursor: pointer;
}

.cardboxleft img {
    width: 120px;
}

.cardboxright {
    width: 20%;
    background-color: rgba(226, 226, 226, 0.418);
    padding: 10px;
}

.cardboxright h5 {
    font-size: 35px;
    margin: 20px 0px;
}

.cardboxright button {
    margin-top: 40px;
}

.airindiacur {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.airindiacurleft {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: justify;
}

.bodycontent h5 {
    font-size: 30px;
    text-align: justify;
    margin: 20px 0px;
}

.airindiacurleft p {
    font-size: 22px;
    text-align: justify;
    padding: 0px 15px;
    line-height: 1.8;
}

.underline {
    width: 100%;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    background-color: #eee;
}

.pointerairlndia {
    font-size: 22px;
    width: 100%;
    text-align: initial;
}

.quiz {

    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(137, 43, 226, 0.646);
}

.card {
    background-color: white;
    padding: 20px;
    width: 80%;
    border-radius: 8px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
    position: relative;
}

.card-header {
    margin: 10px;
    color: blueviolet;
}

hr {
    width: 75%;
    margin: auto;
}

.card-body {
    margin: 20px;
    margin-bottom: 50px;
}

.card-body .card-title {
    font-weight: 500;
    text-align: start;
    margin-bottom: 10px;
}

.card-body ul li {
    list-style: none;
    padding: 5px;
}

.answer {
    accent-color: blueviolet;
}

.card-footer .btn {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 13px;
    width: 100%;
    border: none;
    background-color: blueviolet;
    color: white;
    font-size: 18px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.card-footer .btn:hover {
    opacity: 0.8;
    cursor: pointer;
}

.imagecurs {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.allcourse {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 70px 0px;
}

.allcourse h1 {
    border-bottom: 1px solid #000;
}

button.cardnewbtn2 {
    width: 100%;
    border: 1px solid;
    background: #eaeeef;
    color: #000;
    padding: 6px;
    font-size: 20px;
}

.courseworking {
    width: 100%;
    height: 100vh;
    text-align: center;
    margin: 100px 0;
}

.removecart {
    color: red;
    text-decoration: none;
}

.mycourse {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 100px 0;
}

.alrt {
    color: red;
}
.alrtG {
    color: green;
}

.both {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}

.start-c {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.c_quiz {
    width: 30%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 50px 10px;
}

.c_quiz:hover {
    background-color: rgba(163, 79, 131, 0.123);
}

.c_chapter {
    width: 30%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: no-repeat;
    padding: 50px 10px;
}

.c_chapter:hover {
    background-color: rgba(163, 79, 131, 0.123);
}

.cardnewbtn6 {
    width: 85%;
    border: none;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    margin: 5px 0;
    padding: 5px 0;
    text-decoration: none;
    text-align: center;
}

.QuizSelection {
    width: 80%;
}

.quiztable {
    padding: 20px;
}

.quiztable table {
    width: 100%;
    border-collapse: collapse;
}

.quiztable tr:nth-of-type(odd) {
    background: #eee;
}

.quiztable th {
    background: #333;
    color: white;
    font-weight: bold;
}

.quiztable td,
.quiztable th {
    padding: 10px 6px;
    border: 1px solid #ccc;
    text-align: center;
}

.cardnewbtn7 {
    text-decoration: none;
    background: #333333;
    color: #fff;
    padding: 6px;
}

.btnmenu1 {
    padding: 10px 10px 10px 0px;
    margin: 0px 0px;
}

.topalwys {
    position: fixed;
    top: 25px;
    right: 20px;
}

button.backbtn {
    padding: 3px 10px;
    border: 0.5px solid;
}

a.backbtn {
    padding: 5px 10px;
    border: 0.5px solid #000;
    text-decoration: none;
    color: #000 !important;
    background: #efefef;
    margin: 0 17px;
}

.pagebutton a {
    color: #000;
    text-decoration: none;

}

.endclass1 {
    margin: 15px 0;
    padding: 5px 0;
}

.endclass {
    margin: 23px;
    padding: 5px;

}

.outline {
    width: 100%;
    height: 0.5px;
    background-color: rgba(0, 0, 0, 0.397);
}

form.cerform {
    width: 100%;
    text-align: center;
}

.inputd {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.inputd input {
    width: 300px;
    margin: 10px 10px;
}

.textaligh {
    text-align: start;
}

.abouts {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: flex-end;
    align-items: stretch;
    margin: 80px 110px;
    text-align: center;
}

.abouts h5 {
    text-align: justify;
}

.abouttraining {
    width: 100%;
    display: flex;
    padding: 80px 100px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.atrainleft {
    width: 50%;
}

.atrainright {
    display: flex;
    width: 50%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.atrainright h6 {
    text-align: justify;
    letter-spacing: 0.8px;
    font-size: 19px;
}

.atrainleft img {
    width: 80%;
}

.contactform {
    display: flex;
    width: 85%;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.contactform input {
    padding: 5px;
    margin: 5px;
    width: 90%;
}

.contactform textarea {
    padding: 5px;
    margin: 5px;
    width: 90%;
}

.totalamount {
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.amountt {
    display: flex;
    width: 98%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.dotline {
    width: 100%;
    border-bottom: 2px dotted #4545458c;
}

.checkout {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 30px 30px;
}

.checkout h2 {
    padding: 10px;
    border-bottom: 1px solid rgb(122, 122, 122);
}
.billing {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;

}
.billingleft{
    width: 530px;
    display: flex;
    background: #bdbdbd22;
    border-radius: 18px;
    padding: 20px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.billing input {
    width: 90%;
    height: 45px;
    padding: 1px;
}
.billing h3{
    font-size: 22px;
}
.billing p{
    margin-bottom: 0rem !important; 
}
.paymentmo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.paymentmo label{
    font-size: 20px;
    padding: 10px;
}
.underline1{
    width: 100%;
    height: 1px;
    background-color: #000;
}
.billingright{
    width: 350px;
    display: flex;
    background: #bdbdbd22;
    border-radius: 18px;
    padding: 20px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin: 0px 0px 0px 20px;
}
.shopping {
    width: 100%;
    height: 65vh;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 120px;
    padding: 10px 5px;
}
.shopping h2{
    text-align: center;
}
.shopping form {
    width: 40%;
    display: flex;
    margin-top: 90px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
.notes {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.topimage {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.topimage img {
    width: 40%;
}
.mycoursebtn {
    background: #000;
    width: 100%;
    display: flex;
    color: #fff;
    border: none;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 3px 0;
}
form.mycourseform {
    display: flex;
    width: 100%;
}
.oldimg {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.oldimg img{
    width: 1336px;
} 
.paymentlogo {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    margin: 15px 0;
}
.paymentlogo img {
    width: 36%;
}
.bottomlink {
    width: 25%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.bottomlink1 {
    width: 25%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
button a{
    text-decoration: none;
    color: #fff;
}
button a:hover{
    text-decoration: none;
    color: #000000;
}
#myImg {
    cursor: pointer;
    border: 10px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: relative;
    width: 300px;
}

#myImg,
.close {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}

#myImg:hover {
    opacity: .7
}
.imagecurs img {
    margin: 10px;
}
.both {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.right {
    width: 50%;
    display: flex;
}

.right img {
    width: 100%;
}
.left {
    width: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.loginh {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 20px 0;
}
.loginform {
    width: 90%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    margin: 50px 0;
}

.loginform .form-control {
    width: 400px;
    padding: 5px;
    margin: 17px 0;
}

.forgotpass {
    text-decoration: none;
    margin: 10px 0;
}

.loginform button {
    margin: 30px 0px;
    padding: 8px 19px;
    font-size: 20px;
}
.parallerdiv{
    display: flex;
    width: 70%;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 80px 0px;
}
.parallerdivR{
    display: flex;
    width: 50%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.parallerdivR img{
    width: 60%;
    transition: ease-in-out;
}
.parallerdivR img:hover{
    filter: brightness(0.70);
}
.parallerdivL{
    display: flex;
    width: 50%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.parallerdivL img{
    width: 60%;
    transition: ease-in-out;
}
.parallerdivL img:hover{
    filter: brightness(0.70);
}
.alertred{
    color: red;
}
.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
    text-align: center;
    padding: 50px;
        margin-bottom:80px;
    opacity: .2;
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}


@media (max-width: 1500px) {
    .courseleftside {
        display: flex;
        flex-direction: row;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        width: 78%;
        flex-wrap: wrap;
    }

    .cardboxright {
        width: 320px;
        background-color: rgba(226, 226, 226, 0.418);
        padding: 10px;
    }

    .abouttraining {
        width: 100%;
        display: flex;
        padding: 80px 60px;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .atrainleft {
        width: 50%;
    }

    .atrainright {
        display: flex;
        width: 50%;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .atrainright h6 {
        letter-spacing: 0.5px;
        font-size: 17px;
    }

    .atrainleft img {
        width: 80%;
    }

}

@media (max-width: 1350px) {
    .courseleft {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        align-items: center;
    }

    .courseleftside {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 55%;
        flex-wrap: nowrap;
    }

    .courserightside {
        width: 25%;
        display: flex;
        position: relative;
        background: whitesmoke;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }


    .boxbrd1 {
        width: 100%;
        height: auto;
        border: 1px solid #000000;
        padding: 20px 5px;
        margin: 20px 10px;
    }

    .carditembox {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-around;
        align-items: flex-start;
    }

    .cardboxleft {
        width: 140px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
        margin: 20px 0;
    }
    .oldimg img{
        width: 1200px;
    } 
}

@media (max-width: 1300px) {
    .coursepgtop {
        margin-bottom: 100px;
        display: flex;
        flex-direction: row-reverse;
        align-content: flex-start;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: flex-start;
    }

    .courseleft {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .courserightside {
        width: 30%;
        display: flex;
        position: relative;
        background: whitesmoke;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .courseleftside {
        width: 60%;
    }

    .boxbrd1 {
        width: 95%;
        height: auto;
        border: 1px solid #000000;
        padding: 20px 5px;
        margin: 20px 0px;
    }

    .abouttraining {
        padding: 80px 30px;
    }

    .atrainleft {
        width: 50%;
    }

    .atrainright {
        width: 50%;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .atrainright h6 {
        letter-spacing: 0.3px;
        font-size: 16px;
    }

    .atrainleft img {
        width: 90%;
    }
    .oldimg img{
        width: 100%;
       }
       .parallerdiv{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin: 50px 0px;
    }
}

@media (max-width: 1160px) {
    .cardboxleft {
        width: 150px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
        margin: 30px 0;
    }

    .cardboxright {
        width: 270px;
        background-color: rgba(226, 226, 226, 0.418);
        padding: 10px;
    }

    a.cardnewbtn2 {
        width: 95%;
        border: 1px solid #000;
        background-color: #fff;
        color: #000;
        margin: 5px 0;
        padding: 5px 0;
        text-decoration: none;
        text-align: center;
    }

    .cardnewbtn {
        width: 100%;
        border: 0;
        background-color: #c90eda;
        color: #fff;
        margin: 5px 0;
        padding: 5px 0;
        text-decoration: none;
        text-align: center;
    }
    

}

@media (max-width: 1115px) {
    .cardnewbtn3 {
        width: 95%;
        border: none;
        background-color: rgb(0, 0, 0);
        color: rgb(255, 255, 255);
        margin: 5px 0;
        padding: 5px 0;
    }

    .butnclass {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }
    .oldimg img{
     width: 100%;
    }
}

@media (max-width: 1060px) {
    .courserbgblack h2 {
        font-size: 58px;
        font-weight: 700;
        margin: 10px 0px;
    }

    .courserightside {
        width: 37%;
        display: flex;
        position: relative;
        background: whitesmoke;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .carditembox {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-around;
        align-items: center;
    }

    .cardboxleft {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
        margin: 50px 0;
    }

    .cardboxleftbox {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .cardboxright {
        width: 100%;
        background-color: rgba(226, 226, 226, 0.418);
        padding: 10px 60px;
        margin: 100px 0;
    }

    .imagecurs img {
        width: 90%;
    }

    td,
    th {
        padding: 25px 15px;
    }

    .start-c {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-around;
        align-items: center;
    }

    .c_quiz {
        width: 60%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding: 50px 10px;
    }

    .c_chapter {
        width: 60%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        background: no-repeat;
        padding: 50px 10px;
    }

    .QuizSelection {
        width: 90%;
    }

    .abouts {
        margin: 80px 90px;
    }

    .abouttraining {
        width: 100%;
        display: flex;
        padding: 80px 20px;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .atrainleft {
        width: 100%;
        text-align: center;
        padding: 30px 0px;
    }

    .atrainright {
        width: 98%;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding: 30px 0px;
    }

    .atrainright h6 {
        text-align: justify;
        letter-spacing: 0.4px;
        font-size: 18px;
    }

    .atrainleft img {
        width: 70%;
    }
    .bottomlink1 h3{
        font-size: 22px;
    }
}

@media (max-width: 900px) {
    .right {
        width: 0px;
    }
    .left {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .parallerdivR {
        display: flex;
        width: 75%;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin: 0 0 60px 0;
    }
    .parallerdivL {
        display: flex;
        width: 75%;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .parallerdiv {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin: 50px 0px;
    }
}
@media (max-width: 756px) {
    .addtocard tr {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        border: 1px #00000038 solid;
        margin: 30px 0px;
    }
    .parallerdivR {
        display: flex;
        width: 85%;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .parallerdivL {
        display: flex;
        width: 85%;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    td,
    th {
        padding: 5px 10px;
    }

    .Sonumclas {
        display: none !important;
    }

    .cardboxleft img {
        width: 400px;
    }

    .carditemname {
        text-align: center;
    }

    .courserbgblack h2 {
        font-size: 46px;
        font-weight: 700;
        margin: 10px 0px;
    }

    .coursepgtop {
        margin-bottom: 100px;
        display: flex;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .courserightside {
        width: 60%;
        display: flex;
        position: relative;
        background: whitesmoke;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin: 20px 0;
    }

    .courseleftside {
        width: 95%;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .card {
        background-color: white;
        padding: 20px;
        width: 97%;
        border-radius: 8px;
        box-shadow: 0px 5px 10px rgb(0 0 0 / 35%);
        position: relative;
    }

    .QuizSelection {
        width: 100%;
    }

    .abouts {
        margin: 80px 50px;
    }

    .atrainright h6 {
        text-align: justify;
        letter-spacing: 0.3px;
        font-size: 16px;
    }

    .atrainleft img {
        width: 70%;
    }
    .billing {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .billingright {
        width: 95%;
        display: flex;
        background: #bdbdbd22;
        border-radius: 18px;
        padding: 20px;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        margin: 0px 0px 30px 0px;
    }
    .billingleft {
        width: 95%;
        display: flex;
        background: #bdbdbd22;
        border-radius: 18px;
        padding: 20px;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
    }
    .bottomlink1 h3{
        font-size: 20px;
    }
}

@media (max-width: 660px) {
    .courserightside {
        width: 70%;
        display: flex;
        position: relative;
        background: whitesmoke;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin: 20px 0;
    }

    .courserbgblack h2 {
        font-size: 40px;
        font-weight: 700;
        margin: 10px 0px;
        text-align: center;
    }

    .textinoneline h6 {
        margin: 7px;
        font-size: 18px;
        text-align: center;
    }

    .card-body .card-title {
        font-size: 20px;
    }

    .abouts {
        margin: 80px 40px;
    }
    .shopping h2{
        font-size: 21px;
    }
    .shopping form {
        width: 80%;
        display: flex;
        margin-top: 50px;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-around;
        align-items: center;
    }
    .bottomlink {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: flex-start;
        margin: 20px 0;
    }
    .bottomlink1 {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: flex-start;
        margin: 20px 0;
    }
    .bottomlink p{
        margin: 10px 15px;
    }
    .bottomlink1 h3{
        font-size: 30px;
        text-align: center;
    }
    .parallerdivR {
        display: flex;
        width: 95%;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .parallerdivL {
        display: flex;
        width: 95%;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 600px) {
    #shownavbaricon {
        display: inline;
    }

    #hidenavbaricon {
        display: none;
    }

    .courserbgblack h2 {
        font-size: 38px;
        font-weight: 700;
        margin: 10px 0px;
        text-align: center;
    }

    .logoandbtn {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .btnmenu1 {
        margin: 0px 0px;
    }

    .btnmenu1 {
        padding: 10px 00px;
        margin: 0px 0px;
    }

    .cardboxleft {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin: 50px 0;
    }

    .carditemname {
        margin: 10px 10px;
        text-align: center;
    }

    .quiztable {
        padding: 0px;
    }

    .abouts {
        margin: 80px 30px;
    }

    .atrainright h6 {
        text-align: justify;
        letter-spacing: 0.3px;
        font-size: 16px;
    }

    .atrainleft img {
        width: 90%;
    }
}

@media (max-width: 550px) {
    .courserightside {
        width: 80%;
        display: flex;
        position: relative;
        background: whitesmoke;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin: 20px 0;
    }

    .textinoneline h6 {
        margin: 7px;
        font-size: 16px;
    }

    .courserbgblack h2 {
        font-size: 35px;
        font-weight: 700;
        margin: 10px 0px;
        text-align: center;
    }

    .c_quiz {
        width: 80%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding: 50px 10px;
    }

    .c_chapter {
        width: 80%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        background: no-repeat;
        padding: 50px 10px;
    }

    .abouts {
        margin: 80px 25px;
    }
}

@media (max-width: 500px) {
    .courserightside {
        width: 90%;
        display: flex;
        position: relative;
        background: whitesmoke;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin: 20px 0;
    }

    .textinoneline h6 {
        margin: 7px;
        font-size: 14px;
    }

    .courserbgblack h2 {
        font-size: 32px;
        font-weight: 700;
        margin: 10px 0px;
        text-align: center;
    }

    .airindiacurleft p {
        font-size: 20px;
        text-align: justify;
        padding: 0px 15px;
        line-height: 1.6;
    }

    .bodycontent h5 {
        font-size: 28px;
        text-align: justify;
        margin: 20px 0px;
    }

    .card-body {
        margin: 5px;
        margin-bottom: 50px;
    }

    .card {
        background-color: white;
        padding: 20px 5px px;
        width: 97%;
        border-radius: 8px;
        box-shadow: 0px 5px 10px rgb(0 0 0 / 35%);
        position: relative;
    }

    .abouts {
        margin: 80px 20px;
    }
    .loginh {
        font-size: 40px;
    }
    .parallerdivR img {
        width: 80%;
        transition: ease-in-out;
    }
    .parallerdivL img {
        width: 80%;
        transition: ease-in-out;
    }
}

@media (max-width: 450px) {
    .courserightside {
        width: 95%;
        display: flex;
        position: relative;
        background: whitesmoke;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin: 20px 0;
    }

    .cardboxleft img {
        width: 300px;
    }
    .billingright {
        width: 100%;
        display: flex;
        background: #bdbdbd22;
        border-radius: 18px;
        padding: 20px;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        margin: 0px 0px 30px 0px;
    }
    .billingleft {
        width: 100%;
        display: flex;
        background: #bdbdbd22;
        border-radius: 18px;
        padding: 20px;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
    }
}

@media (max-width: 420px) {
    .loginform .form-control {
        width: 300px;
        padding: 5px;
        margin: 17px 0;
    }
}
@media (max-width: 400px) {
    .courserightside {
        width: 98%;
        display: flex;
        position: relative;
        background: whitesmoke;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin: 20px 0;
    }

    .airindiacurleft p {
        font-size: 17px;
        text-align: justify;
        padding: 0px 6px;
        line-height: 1.6;
    }

    .cardboxleft img {
        width: 250px;
    }
}

@media (max-width: 350px) {

    .cardboxleft img {
        width: 200px;
    }
}
@media (max-width: 320px) {
    .loginform .form-control {
        width: 230px;
        padding: 5px;
        margin: 17px 0;
    }
}