<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: Hacked;
    src: url(https://hackedfont.com/HACKED.ttf);
}

.topic-link-active {
    background-color: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important;
}

#reset-btn {
    background-color: #f6f6f9;
    text-align: center;
    display: none;
    margin: 4px 2px;
    outline: 0;
    float: right;
}

.passToggle {
    margin-right: 15px;
    float: right;
    margin-top: -26px;
    position: relative;
    color: gray;
    z-index: 1;
    cursor: pointer;

}


.trumbowyg-editor,
.trumbowyg-textarea {
    min-height: 100px;
}

.input-group-addon {
    color: #ff0000;
    margin-top: -60px;
    background-color: #ffffff;
}

a {
    outline: 0;
}

.beta {
    margin-bottom: 8px;
}

.disabled {
    pointer-events: none;
    color: #95a4c2 !important;
}

.hideQuestion {
    display: none !important;
}

.pagination {
    display: inline-flex;
}

.pagination-wrap nav .pagination li {
    background-color: transparent !important;
    color: #95a4c2;
}

.pagination-wrap nav .pagination .active {
    color: #000 !important;
}

a.page {
    padding: 0px .75rem;
    font-size: .75rem;
    margin-left: -1px;
    color: inherit;
    background-color: transparent;
    border-width: 0 1px;
    border-color: #c7d4ee;
    border-style: solid;
}

a.pagination-prev,
a.pagination-next {
    padding: 0px .75rem;
    font-size: .75rem;
    margin-left: -1px;
    color: inherit;
    background-color: transparent;
    border-width: 0px;
    color: #95a4c2;
}

.custominputwecp {
    height: 9rem;
    overflow-y: scroll;
    overflow-x: hidden;
}

#wecpOutput {
    height: 10rem;
    padding: .375rem .75rem;
}

.list-options {
    margin: 6px 0px;
}


/* Socail Media Icon css */

#social {
    margin: 10px;
    text-align: center;
}

.smGlobalBtn {
    /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border: 2px solid #ddd;
    /* add border to the buttons */
    box-shadow: 0 3px 3px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.75em;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    margin-right: 15px;
}


/* facebook button class*/

.facebookBtn {
    background: #4060A5;
}

.facebookBtn:before {
    /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a";
    /* add facebook icon */
}

.facebookBtn:hover {
    color: #4060A5;
    background: #fff;
    border-color: #4060A5;
    /* change the border color on mouse hover */
}


/* twitter button class*/

.twitterBtn {
    background: #00ABE3;
}

.twitterBtn:before {
    font-family: "FontAwesome";
    content: "\f099";
    /* add twitter icon */
}

.twitterBtn:hover {
    color: #00ABE3;
    background: #fff;
    border-color: #00ABE3;
}


/* linkedin button class*/

.linkedinBtn {
    background: #0094BC;
}

.linkedinBtn:before {
    font-family: "FontAwesome";
    content: "\f0e1";
    /* add linkedin icon */
}

.linkedinBtn:hover {
    color: #0094BC;
    background: #fff;
    border-color: #0094BC;
}


/* whatsapp button class */

.whatsappBtn {
    background: #25d366;
}

.whatsappBtn:before {
    font-family: "FontAwesome";
    content: "\f232";
    /* add whatsapp icon */
}

.whatsappBtn:hover {
    color: #25d366;
    background: #fff;
    border-color: #25d366;
}

#shareModal {
    border-radius: 25%;
}

.share {
    background: transparent;
    border: none;
    .fa-share-alt {
        margin-right: 12px;
    }
}

.sharelink li{
    margin-left: 0 !important;
}

/*runcode ui changes*/
#runCount {
    font-size: 16px;
    color: #2a2a2a;
    background-color: #cdfbcc !important;
}

.runcode{
    margin: 0;
    font-size: 16px;
    color: #707070;
    .badge {
        color: black;
    }
    .info {
        font-size: 18px;
        margin-bottom: 3px;
    }
}

.runcodeinfo{
    margin: 0;
    color: #AAAAAA;
    font-size: 14px;
}

.codekatatabs{
    padding: 0.5rem 1.5rem;
}

#project-submission-list .list .content .btn.collapsed:after {
    content: " more";
}

#project-submission-list .list .content .btn:after {
    content: " less";
}

.graph-container {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 300;
    fill: #242424;
    text-align: center;
    text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
    cursor: default;
}

.legend {
    fill: #333333;
}


/* #codekataChart{
	font-size: 10em;
	} */

.tooltip {
    fill: #333333;
}

.insidebtnDiv {
    position: relative;
}

.insidebtn {
    border: none;
    background: white;
    position: absolute;
    right: 5%;
    top: 1%;
    padding: 8px;
    background-color: aliceblue;
    color: #00ff89 !important;
    font-size: 0.80em;
    cursor: pointer;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.insidebtn.apply:after {
    content: "Apply";
}

.insidebtn.remove:after {
    content: "remove";
}

.spanBtwLine:after {
    content: "------------------------------------------";
    padding-right: 15px;
    letter-spacing: -3px;
}

.spanBtwLine:before {
    content: "------------------------------------------";
    padding-left: 15px;
    letter-spacing: -3px;
}

.spanBtwLine {
    font-size: 0.75rem;
    color: #95a4c2;
}

.lineSpanDiv {
    justify-content: center;
    position: relative;
    padding-top: 1%;
}

.reward-modal.modal .modal-content.redemption-incompleted h5::before {
    content: "\F057";
    font-size: 4rem;
    font-weight: 900;
    color: #f10;
    position: absolute;
    top: -.5rem;
    left: -5rem;
}

.reward-modal.modal .modal-content.redemption-incompleted .complete-redemption {
    display: block;
    margin-left: 5rem;
}

.reward-modal.modal .modal-content.redemption-incompleted .initiate-redemption {
    display: none !important;
}

.reward-modal.modal .modal-content.redemption-incompleted .initiate-redemption,
.reward-modal.modal .modal-content.redemption-incompleted .modal-header {
    display: none;
}

.paymentmsg {
    margin-top: 20px;
}

.tags {
    display: block;
}

.coming-soon {
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 1rem;
    font-weight: 700;
}

.cursor-block {
    cursor: not-allowed;
}

.link-block {
    pointer-events: none;
}


/* sprite minified image  */

.no-webp .free-course-banner.free-1:after,
.no-webp .free-course-banner.free-1:before {
    background: transparent url(../images/minified/free-course-sprite-1.png) no-repeat 0 0
}

.no-webp .free-course-banner.free-2:after,
.no-webp .free-course-banner.free-2:before {
    background: transparent url(../images/minified/free-course-sprite-2.png) no-repeat 0 0
}

.no-webp .free-course-banner.free-1 {
    background-color: #000;
    height: 100px;
    width: 100%;
    position: relative
}

@media (min-width:768px) {
    .no-webp .free-course-banner.free-1:before {
        background-position: 100% 0;
        right: 0
    }
}

@media (max-width:768px) {
    .no-webp .free-course-banner.free-1:before {
        background-position: 90% 0;
        right: 0
    }
}

.no-webp .free-course-banner.free-1:after,
.no-webp .free-course-banner.free-1:before {
    content: "";
    position: absolute;
    top: 0;
    width: 342px;
    height: 100px
}

.no-webp .free-course-banner.free-1:after {
    background-position: 0 0;
    left: 0
}

.no-webp .free-course-banner.free-2 {
    background-color: #000;
    height: 100px;
    width: 100%;
    position: relative
}

@media (min-width:768px) {
    .no-webp .free-course-banner.free-2:before {
        background-position: 100% 0;
        right: 0
    }
}

@media (max-width:768px) {
    .no-webp .free-course-banner.free-2:before {
        background-position: 90% 0;
        right: 0
    }
}

.no-webp .free-course-banner.free-2:after,
.no-webp .free-course-banner.free-2:before {
    content: "";
    position: absolute;
    top: 0;
    width: 342px;
    height: 100px
}

.no-webp .free-course-banner.free-2:after {
    background-position: 0 0;
    left: 0
}


/* sprite webp image */

.webp .free-course-banner.free-1:after,
.webp .free-course-banner.free-1:before {
    background: transparent url(../images/webps/free-course-sprite-1.webp) no-repeat 0 0
}

.webp .free-course-banner.free-2:after,
.webp .free-course-banner.free-2:before {
    background: transparent url(../images/webps/free-course-sprite-2.webp) no-repeat 0 0
}

.webp .free-course-banner.free-1 {
    background-color: #000;
    height: 100px;
    width: 100%;
    position: relative
}

@media (min-width:768px) {
    .webp .free-course-banner.free-1:before {
        background-position: 100% 0;
        right: 0
    }
}

@media (max-width:768px) {
    .webp .free-course-banner.free-1:before {
        background-position: 90% 0;
        right: 0
    }
}

.webp .free-course-banner.free-1:after,
.webp .free-course-banner.free-1:before {
    content: "";
    position: absolute;
    top: 0;
    width: 342px;
    height: 100px
}

.webp .free-course-banner.free-1:after {
    background-position: 0 0;
    left: 0
}

.webp .free-course-banner.free-2 {
    background-color: #000;
    height: 100px;
    width: 100%;
    position: relative
}

@media (min-width:768px) {
    .webp .free-course-banner.free-2:before {
        background-position: 100% 0;
        right: 0
    }
}

@media (max-width:768px) {
    .webp .free-course-banner.free-2:before {
        background-position: 90% 0;
        right: 0
    }
}

.webp .free-course-banner.free-2:after,
.webp .free-course-banner.free-2:before {
    content: "";
    position: absolute;
    top: 0;
    width: 342px;
    height: 100px
}

.webp .free-course-banner.free-2:after {
    background-position: 0 0;
    left: 0
}



/*free-1*/

.free-course-banner.java:after,
.free-course-banner.java:before {
    background-position-y: 0px !important
}

.free-course-banner.after_effects:after,
.free-course-banner.after_effects:before {
    background-position-y: -120px !important
}

.free-course-banner.angularjs:after,
.free-course-banner.angularjs:before {
    background-position-y: -240px !important
}

.free-course-banner.css:after,
.free-course-banner.css:before {
    background-position-y: -360px !important
}

.free-course-banner.javascript:after,
.free-course-banner.javascript:before {
    background-position-y: -480px !important
}

.free-course-banner.html:after,
.free-course-banner.html:before {
    background-position-y: -600px !important
}

.free-course-banner.google_chrome_extensions:after,
.free-course-banner.google_chrome_extensions:before {
    background-position-y: -720px !important
}

.free-course-banner.websocket:after,
.free-course-banner.websocket:before {
    background-position-y: -840px !important
}

.free-course-banner.typescript:after,
.free-course-banner.typescript:before {
    background-position-y: -960px !important
}

.free-course-banner.electron_framework:after,
.free-course-banner.electron_framework:before {
    background-position-y: -1080px !important
}

.free-course-banner.rust_programming:after,
.free-course-banner.rust_programming:before {
    background-position-y: -1200px !important
}

.free-course-banner.bootstrap:after,
.free-course-banner.bootstrap:before {
    background-position-y: -1320px !important
}

.free-course-banner.node_js:after,
.free-course-banner.node_js:before {
    background-position-y: -1440px !important
}

.free-course-banner.ai:after,
.free-course-banner.ai:before {
    background-position-y: -1560px !important
}

.free-course-banner.asp_dotnet:after,
.free-course-banner.asp_dotnet:before {
    background-position-y: -1680px !important
}

.free-course-banner.c:after,
.free-course-banner.c:before {
    background-position-y: -1800px !important
}

.free-course-banner.cpp:after,
.free-course-banner.cpp:before {
    background-position-y: -1920px !important
}

.free-course-banner.c_sharp:after,
.free-course-banner.c_sharp:before {
    background-position-y: -2040px !important
}

.free-course-banner.clientside:after,
.free-course-banner.clientside:before {
    background-position-y: -2160px !important
}

.free-course-banner.compbasic:after,
.free-course-banner.compbasic:before {
    background-position-y: -2280px !important
}

.free-course-banner.history:after,
.free-course-banner.history:before {
    background-position-y: -2400px !important
}

.free-course-banner.coreldraw:after,
.free-course-banner.coreldraw:before {
    background-position-y: -2520px !important
}

.free-course-banner.datamining:after,
.free-course-banner.datamining:before {
    background-position-y: -2640px !important
}

.free-course-banner.data_struct:after,
.free-course-banner.data_struct:before {
    background-position-y: -2760px !important
}

.free-course-banner.db:after,
.free-course-banner.db:before {
    background-position-y: -2880px !important
}

.free-course-banner.designpattern:after,
.free-course-banner.designpattern:before {
    background-position-y: -3000px !important
}

.free-course-banner.dotnet:after,
.free-course-banner.dotnet:before {
    background-position-y: -3120px !important
}

.free-course-banner.excel:after,
.free-course-banner.excel:before {
    background-position-y: -3240px !important
}

.free-course-banner.git:after,
.free-course-banner.git:before {
    background-position-y: -3360px !important
}

.free-course-banner.game:after,
.free-course-banner.game:before {
    background-position-y: -3480px !important
}


/*free-2*/

.free-course-banner.hci:after,
.free-course-banner.hci:before {
    background-position-y: 0
}

.free-course-banner.hacking:after,
.free-course-banner.hacking:before {
    background-position-y: -120px !important
}

.free-course-banner.inflation:after,
.free-course-banner.inflation:before {
    background-position-y: -240px !important
}

.free-course-banner.Junit_Mockit:after,
.free-course-banner.Junit_Mockit:before {
    background-position-y: -360px !important
}

.free-course-banner.linux:after,
.free-course-banner.linux:before {
    background-position-y: -480px !important
}

.free-course-banner.macos:after,
.free-course-banner.macos:before {
    background-position-y: -600px !important
}

.free-course-banner.matlab:after,
.free-course-banner.matlab:before {
    background-position-y: -720px !important
}

.free-course-banner.ppt:after,
.free-course-banner.ppt:before {
    background-position-y: -840px !important
}

.free-course-banner.msword:after,
.free-course-banner.msword:before {
    background-position-y: -960px !important
}

.free-course-banner.oops:after,
.free-course-banner.oops:before {
    background-position-y: -1080px !important
}

.free-course-banner.os:after,
.free-course-banner.os:before {
    background-position-y: -1200px !important
}

.free-course-banner.php:after,
.free-course-banner.php:before {
    background-position-y: -1320px !important
}

.free-course-banner.photoshop:after,
.free-course-banner.photoshop:before {
    background-position-y: -1440px !important
}

.free-course-banner.promethod:after,
.free-course-banner.promethod:before {
    background-position-y: -1560px !important
}

.free-course-banner.python:after,
.free-course-banner.python:before {
    background-position-y: -1680px !important
}

.free-course-banner.RestfulServices_WCF:after,
.free-course-banner.RestfulServices_WCF:before {
    background-position-y: -1800px !important
}

.free-course-banner.robotics:after,
.free-course-banner.robotics:before {
    background-position-y: -1920px !important
}

.free-course-banner.seo:after,
.free-course-banner.seo:before {
    background-position-y: -2040px !important
}

.free-course-banner.sql:after,
.free-course-banner.sql:before {
    background-position-y: -2160px !important
}

.free-course-banner.mobilesoft:after,
.free-course-banner.mobilesoft:before {
    background-position-y: -2280px !important
}

.free-course-banner.sqlite:after,
.free-course-banner.sqlite:before {
    background-position-y: -2400px !important
}

.free-course-banner.tally:after,
.free-course-banner.tally:before {
    background-position-y: -2520px !important
}

.free-course-banner.techtalks:after,
.free-course-banner.techtalks:before {
    background-position-y: -2640px !important
}

.free-course-banner.uml:after,
.free-course-banner.uml:before {
    background-position-y: -2760px !important
}

.free-course-banner.vb:after,
.free-course-banner.vb:before {
    background-position-y: -2880px !important
}

.free-course-banner.vim:after,
.free-course-banner.vim:before {
    background-position-y: -3000px !important
}

.free-course-banner.versioncontrol:after,
.free-course-banner.versioncontrol:before {
    background-position-y: -3120px !important
}

.free-course-banner.webdev:after,
.free-course-banner.webdev:before {
    background-position-y: -3240px !important
}

.free-course-banner.wordpress:after,
.free-course-banner.wordpress:before {
    background-position-y: -3360px !important
}

.webp .free-course-banner.datastructure:after,
.free-course-banner.datastructure:before {
    background-position-y: -3480px !important
}

.no-webp .free-course-banner.datastructure:after,
.free-course-banner.datastructure:before {
    background-position-y: -3480px !important
}

.free-course-banner.systemdesign:after,
.free-course-banner.systemdesign:before {
    background-position-y: -3600px !important
}

.free-course-banner.go:after,
.free-course-banner.go:before {
    background-position-y: -3720px !important
}

.free-course-banner.arduino:after,
.free-course-banner.arduino:before {
    background-position-y: -3840px !important
}

.free-course-banner.flutter:after,
.free-course-banner.flutter:before {
    background-position-y: -3960px !important
}

.free-course-banner.alexa:after,
.free-course-banner.alexa:before {
    background-position-y: -4080px !important
}

.free-course-banner.django:after,
.free-course-banner.django:before {
    background-position-y: -4200px !important
}

.free-course-banner.hack:after,
.free-course-banner.hack:before {
    background-position-y: -4320px !important
}

.free-course-banner.puppet:after,
.free-course-banner.puppet:before {
    background-position-y: -4440px !important
}

.free-course-banner.dapp:after,
.free-course-banner.dapp:before {
    background-position-y: -4560px !important
}

.free-course-banner.elixir:after,
.free-course-banner.elixir:before {
    background-position-y: -4680px !important
}

.webp .free-course-banner.xamarin:after,
.webp .free-course-banner.xamarin:before {
    background-image: url("../images/webps/courseList/xamarin.webp") !important
}

.no-webp .free-course-banner.xamarin:after,
.no-webp .free-course-banner.xamarin:before {
    background-image: url("../images/minified/courseList/xamarin.png") !important
}

.webp .free-course-banner.iot:after,
.webp .free-course-banner.iot:before {
    background-image: url("../images/webps/courseList/iot.webp") !important
}

.no-webp .free-course-banner.iot:after,
.no-webp .free-course-banner.iot:before {
    background-image: url("../images/minified/courseList/iot.png") !important
}

.webp .free-course-banner.linq:after,
.webp .free-course-banner.linq:before {
    background-image: url("../images/webps/courseList/linq.webp") !important
}

.no-webp .free-course-banner.linq:after,
.no-webp .free-course-banner.linq:before {
    background-image: url("../images/minified/courseList/linq.png") !important
}

.line-spacing {
    line-height: 2rem;
}

.image-card {
    width: 100%;
}

.price {
    color: #7a17eb;
}

.no-underline,
.no-underline:hover {
    text-decoration: none;
}

@media (min-width:979px) {
    .fixed-card {
        position: fixed;
        right: -1rem;
        margin-top: -32px;
        margin-right: 1rem;
    }

    .scrolly {
        overflow-y: scroll;
        max-height: 300px;
    }
}

@media (max-width:979px) {
    .reverse {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
        margin-top: 0px;
    }

    .fixed-card {
        position: relative;
    }

    .scrolly {
        overflow-y: auto;
        max-height: auto;
    }
}


/*@media (max-width:979px){
	.reverse{
		-webkit-box-orient: vertical!important;
    	-ms-flex-direction: column-reverse!important;
    	flex-direction: column-reverse!important;
	}
	.fixed-card{
		position: relative;
	}
}*/

@media (max-width:979px) {
    .mobile-buy {
        /* display: block ; */
        position: fixed;
        bottom: 0px;
        z-index: 100;
    }
}

@media (min-width:979px) {
    .mobile-buy {
        display: none !important;
    }

    .mobile {
        display: none !important;
    }
}

.mobile-buy .card {
    margin: 0px !important;
}

.tax {
    font-size: xx-small;
}

@media (max-width:979px) {
    .incubation-desktop {
        display: none !important;
    }

    .desktop {
        display: none !important;
    }
}

@media (min-width:979px) {
    .incubation-mobile {
        display: none !important;
    }
}

#video-summary embed {
    height: 1000px !important;
}


/* #dl-embed-pdf{} */

.activity-feed-card,
.concepts-to-cover,
.topics-to-practice {
    height: 90% !important;
}

.view-source-code.btn.collapsed:before {
    content: "View ";
}

.view-source-code.btn:before {
    content: "Hide ";
}

.hide {
    display: none;
}

.negative-margin {
    margin-bottom: 1.5rem;
}

.bg-purple {
    background-color: #7a17eb;
}

.grecaptcha-badge {
    display: none;
}

.font-size-1 {
    font-size: 12px;
}

.font-size-2 {
    font-size: 16px;
}

.text-purple {
    color: #7a17eb !important;
}

.codekata-card&gt;.card-header {
    padding: .6rem 1.25rem;
}

.codekata-card&gt;.premium-header {
    background-image: linear-gradient(90deg, #d90fef 20%, #7a17eb 80%);
}

.codekata-card&gt;.basic-header {
    background-color: #7a17eb;
}

.after-circle:after {
    content: url(../images/circleFade.svg);
    position: absolute;
    right: -3rem;
}

@media (min-width:768px) {
    .after-card:after {
        content: url(../images/circleFade.svg);
        position: absolute;
        right: -2rem;
        top: -1.8rem;
    }

    .w-md-50 {
        width: 50% !important;
    }
}

#freeUserModal .modal-header {
    border-bottom: 0;
}

.rounded-button {
    border-radius: 1.25rem;
}

.layer {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
}

.glass-blur {
    filter: blur(1.5px);
}

.locked-card {
    cursor: pointer;
}

.layer:after {
    font-family: "Material Icons";
    content: "lock";
    color: #ffffff;
    font-size: 3rem;
    position: absolute;
    top: 25%;
    left: 44%;
}

.up-lift {
    z-index: 1;
}

.upperCase {
    text-transform: capitalize;
}


/*deep - learning css */

#tawkchat-minified-container {
    display: none !important;
}

.strikeout {
    line-height: -4em;
    position: relative;
}

.strikeout::after {
    border-bottom: 0.125em solid black;
    content: "";
    left: 0;
    margin-top: calc(0.125em / 2 * 3);
    position: absolute;
    right: 0;
    top: 50%;
}

.form-group {
    max-width: none !important;
}


/* new addition css */

#about-instructors {
    background-color: #f6f6f9;
}

.aside {
    transform-origin: 37px 75px;
    transform: rotate(270deg);
    background-color: #7A17EB;
    width: 7rem;
    position: absolute;
    top: 0;
    left: 37px;
    height: 2rem;
    text-align: center;
    color: white;
    padding-top: 3px;
}

.dl-course-topic {
    background-color: #fff;
    border-radius: .25rem;
    padding: 0rem 1.0rem;
    margin-bottom: .75rem;
}

.dl-course-topic .topic {
    background-image: linear-gradient(to right, #7a17eb, #d510ef);
    font-weight: bolder;
    margin-right: -16px;
    margin-left: -16px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.dl-course-topic .topic span {
    padding: 0.5rem;
    color: #fff;
}

.dl-course-info {
    margin-left: 1.25rem;
}

.dl-course-info div {
    width: 70%;
}

.price-card-header {
    color: white;
    font-size: 1.25rem;
    text-align: center;
}

.student-price-card .price-card-header {
    background-color: #7a17eb !important;
}

.professional-price-card .price-card-header {
    background-color: #d510ef !important;
}

.student-price-card .price {
    color: #7a17eb !important;
}

.professional-price-card .price {
    color: #d510ef !important;
}

.price-card-body {
    text-align: center;
}

@media (min-width:768px) {
    .dl-course-topic {
        margin-right: 2rem;
    }

    #anniversaryCard {
        max-width: 21rem;
    }
}

.price-card-header span {
    vertical-align: middle;
    margin-left: 0.5rem;
}

.dl-img {
    background: url(../images/minified/deep-learning-sprite.png) no-repeat 0 0;
    vertical-align: middle;
}

.student-img {
    height: 50px;
    width: 35px;
    display: inline-block;
    background-position: 0 -559px;
}

.professional-img {
    height: 50px;
    width: 35px;
    display: inline-block;
    background-position: -57px -559px;
}

.university-img {
    height: 50px;
    width: 50px;
    display: inline-block;
    background-position: -120px -560px;
}

.ngo-img {
    height: 50px;
    width: 50px;
    display: inline-block;
    background-position: -201px -560px;
}

.startup-img {
    height: 50px;
    width: 50px;
    display: inline-block;
    background-position: -280px -560px;
}

.mitesh-img {
    height: 260px;
    width: 260px;
    display: inline-block;
    background-position: 0px 0px;
    border-radius: 3%;
}

.pratyush-img {
    height: 250px;
    width: 260px;
    display: inline-block;
    background-position: 0px -285px;
    border-radius: 3%
}

.student-price-card .rounded-button {
    background-color: #7a17eb;
}

.professional-price-card .rounded-button {
    background-color: #d510ef;
}

.price-card-body span {
    display: block;
}

.price-card-title {
    font-weight: bolder;
    padding: 10px 0px;
}

.course-structure-card-title {
    font-weight: bolder;
    padding: 10px 0px;
    width: 13rem;
    height: 4rem;
}

.student-price {
    color: #d610ef;
}

.professional-price {
    color: blueviolet;
}

.partner-with-us div {
    text-align: center;
}

.price-card-body .price-dl {
    text-align: center;
    padding: 0px !important;
}

.price-card-body .price-dl:after {
    content: " (18% GST inclusive)" !important;
}

.dl-accordion-trigger.collapsed:after {
    content: "\F105";
}

.dl-accordion-trigger:after {
    content: "\F107";
}

.dl-title {
    font-size: 1.5rem;
    font-weight: bolder;
    margin-top: 2rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
}

.pointer {
    cursor: pointer;
}

.faq-header {
    font-weight: 300;
}

.faq-card {
    margin: 0 0 0.5rem !important;
}

.dl-heading {
    font-size: 1.5rem;
    color: #212529;
}

.dl-about-strong {
    color: #4c5a74
}

.dl-about-topic {
    font-weight: 550;
    font-size: 20px;
    margin-bottom: .5rem;
}

.certificate {
    width: 85%;
    margin-bottom: 5rem;
    margin-top: 1rem;
}

.dl-center {
    text-align: center !important;
}

.dl-font-1 {
    font-size: 1.25rem !important;
}

.dl-font-2 {
    font-size: 1.50rem !important;
}

.dl-font-3 {
    font-size: 2rem !important;
}

.price-usd:before {
    content: "\0024";
    padding-right: .2rem;
}

.price-usd {
    color: #7a17eb;
}

.price-usd:after {
    content: " /-";
}


/* please add anything above deep-learning css starting */

.refund {
    display: flex;
    justify-content: end;
    padding-top: 1rem;
    text-align: center;
}

#freeNotification .bg-color {
    background-color: rgba(9, 225, 118, 0.7);
}

@media (min-width:768px) {
    #freeNotification {
        margin-left: 60px;
    }

    /* #appNotification {
        margin-left: 60px;
    } */
}

@media (max-width: 768px) {
    .negative-margin {
        margin-right: -15px;
        margin-left: -15px;
    }

    .langFilterDiv {
        padding-bottom: 0.75rem;
    }
}


/* battle css */

.hacked {
    font-family: 'DM Sans', system-ui, sans-serif !important;
}

.battle-banner-title {
    margin-top: 3rem;
    font-size: 12rem;
    font-size: 11vw;
    text-shadow: #112c34 -9px 0px;
    font-weight: unset;
    line-height: 1;
    margin-bottom: 0;
}

.battle-banner-title-shadow {
    height: 1px;
    border: 5px solid #37595a;
    filter: blur(13px);
    width: 55rem;
    width: 44vw;
}

.battle-banner-tagline {
    margin-top: 1rem;
    font-size: 1.85rem;
}

.join-battle-btn {
    color: #fff !important;
    margin-top: 1rem;
    margin-bottom: 2rem;
    background-color: #09d15e;
    -webkit-box-shadow: 3px 3px 5px 6px #06171d;
    -moz-box-shadow: 3px 3px 5px 6px #06171d;
    box-shadow: 3px 3px 5px 6px #06171d;
    padding: .75rem 2.75rem;
}

.battle-banner {
    background: linear-gradient(to right, #040e12 10%, #113340 100%);
    color: #37595a;
}

.code-battle-desc {
    background-color: #fff;
}

.code-battle-history {
    background: linear-gradient(to right, #040e12 10%, #113340 100%);
    color: #fff;
    font-size: larger;
    padding: 2rem;
}

.bolder {
    font-weight: bolder;
}

.justify-content-space-around {
    justify-content: space-around;
}

.justify-content-space-between {
    justify-content: space-between;
}

.match-making-div {
    font-size: xx-large;
    background-color: #fff;
    margin-top: 2rem;
}

.match-start-timer-div {
    font-size: x-large;
}

.match-dp-div {
    text-align: center;
}

.match-start-timer {
    color: #2ae88a;
}

.match-dp {
    border-radius: 50%;
    height: 10rem;
    width: 10rem;
    overflow: hidden;
    perspective: 1000px;
    /* box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); */
}

.dp-join {
    position: relative;
    width: 10rem;
    height: 10rem;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
}

.dp-default,
.dp-user {
    position: absolute;
    /* width: 100%;
	height: 100%; */
    backface-visibility: hidden;
}

.match-vs {
    padding: 0rem 7rem;
    font-size: 7rem;
    font-weight: bolder;
}

.dp-user {
    transform: rotateY(180deg);
}

.match-dp-div .dp-join.turn {
    transform: rotateY(180deg);
}

.covid-link {
    color: #0000ee;
}

.covid-gif {
    max-height: 100%;
    max-width: 75%;
}

#goTraining {
    display: none;
}

#goTraining i {
    padding: 0 4px;
}


/* banner for pre registration start */

@media (min-width:1200px) {
    .banner-background {
        background-image: url("../images/aprilOfferBG.png"), linear-gradient(to right, #212121, #212121);
        background-size: cover;
    }
}

@media (max-width:1200px) {
    .banner-background {
        background-image: url("https://s3.ap-south-1.amazonaws.com/guvi-2.0/campaign/banner-background.png"), linear-gradient(to right, #212121, #212121);
    }
}

.offerImage {
    height: 250px;
}


/* banner for pre registartion end */


/* g10x popup */

@media (min-width:360px) {
    .g10-1 {
        position: absolute;
        font-weight: 800;
        font-size: 1.7rem;
        top: 25%;
        left: 13%;
    }

    .g10-2 {
        position: absolute;
        font-weight: 800;
        font-size: 1.7rem;
        top: 35%;
        left: 30%;
    }

    .g10-3 {
        position: absolute;
        font-size: 1rem;
        top: 48%;
        left: 20%;
    }

    .g10-4 {
        position: absolute;
        font-size: 1rem;
        top: 58%;
        left: 16%;
    }

    .g10-5 {
        position: absolute;
        /* font-weight: 800; */
        font-size: 1rem;
        top: 67%;
        left: 35%;
    }

    .g10-6 {
        position: absolute;
        top: 78%;
        left: 38%;
    }

    .g10-7 {
        position: absolute;
        top: 90%;
        left: 45%;
        font-size: 0.8rem;
    }
}

@media (max-width: 475px) {
    .g10-1 {
        position: absolute;
        font-weight: 800;
        font-size: 1.5rem;
        top: 25%;
        left: 13%;
    }

    .g10-2 {
        position: absolute;
        font-weight: 800;
        font-size: 1.5rem;
        top: 35%;
        left: 30%;
    }

    .g10-3 {
        position: absolute;
        font-size: 1rem;
        top: 48%;
        left: 17%;
    }

    .g10-4 {
        position: absolute;
        font-size: 1rem;
        top: 58%;
        left: 13%;
    }

    .g10-5 {
        position: absolute;
        /* font-weight: 800; */
        font-size: 1rem;
        top: 67%;
        left: 33%;
    }

    .g10-6 {
        position: absolute;
        top: 78%;
        left: 33%;
        font-size: 1rem;
    }

    .g10-7 {
        position: absolute;
        top: 90%;
        left: 45%;
        font-size: 0.8rem;
    }
}

@media (max-width: 424px) {
    .g10-1 {
        position: absolute;
        font-weight: 800;
        font-size: 1.2rem;
        top: 25%;
        left: 13%;
    }

    .g10-2 {
        position: absolute;
        font-weight: 800;
        font-size: 1.2rem;
        top: 35%;
        left: 30%;
    }

    .g10-3 {
        position: absolute;
        font-size: 0.9rem;
        top: 48%;
        left: 17%;
    }

    .g10-4 {
        position: absolute;
        font-size: 0.9rem;
        top: 58%;
        left: 13%;
    }

    .g10-5 {
        position: absolute;
        /* font-weight: 800; */
        font-size: 0.9rem;
        top: 67%;
        left: 33%;
    }

    .g10-6 {
        position: absolute;
        top: 78%;
        left: 33%;
        font-size: 0.9rem;
    }

    .g10-7 {
        position: absolute;
        top: 90%;
        left: 42%;
        font-size: 0.8rem;
    }
}

@media (max-width: 380px) {
    .g10-1 {
        position: absolute;
        font-weight: 800;
        font-size: 1rem;
        top: 25%;
        left: 13%;
    }

    .g10-2 {
        position: absolute;
        font-weight: 800;
        font-size: 1rem;
        top: 35%;
        left: 30%;
    }

    .g10-3 {
        position: absolute;
        font-size: 0.7rem;
        top: 48%;
        left: 17%;
    }

    .g10-4 {
        position: absolute;
        font-size: 0.7rem;
        top: 58%;
        left: 13%;
    }

    .g10-5 {
        position: absolute;
        /* font-weight: 800; */
        font-size: 0.7rem;
        top: 67%;
        left: 33%;
    }

    .g10-6 {
        position: absolute;
        top: 78%;
        left: 33%;
        font-size: 0.7rem;
    }

    .g10-7 {
        position: absolute;
        top: 91%;
        left: 44%;
        font-size: 0.6rem;
    }
}


/* g10x popup */

#forum_link {
    cursor: pointer;
}

.couponBox {
    height: inherit;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.couponBox a,
.couponBox a:hover,
.couponBox a:active {
    color: white !important;
    border: 0;
    padding: 0.50rem 0.50rem;
    width: 40%;
    border-radius: unset;
}

.couponBox a.apply,
.couponBox a.apply:hover,
.couponBox a.apply:active {
    background-color: #3d4a63;
}

.couponBox a.remove,
.couponBox a.remove:hover,
.couponBox a.remove:active {
    background-color: red;
}

.couponBox a.apply::after {
    content: "APPLY";
}

.couponBox a.remove::after {
    content: "REMOVE";
}

.couponBox input {
    border: 0;
    padding-left: 0.75rem;
    width: 60%;
}

.icn-offer {
    background: url(../images/discount.svg);
    background-size: auto;
    display: inline-block;
    min-height: 24px;
    min-width: 24px;
    vertical-align: middle;
    text-indent: -9999px;
    background-repeat: no-repeat;
    /* background-size: 24px; */
}

#landing-page .price-wrap {
    font-size: medium;
}

#landing-page .price.slashed {
    color: #212529;
}

.free {
    color: #7a17eb;
    font-weight: bold;
    letter-spacing: 0.060rem;
    padding-left: 0.5rem;
}

.merged-input-left,
.merged-input-right {
    /* float: right; */
    width: 50%;
    border: 0;
    /* height: 2rem; */
    outline: 0 !important;
}

.merged-input-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.merged-input-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid #95a4c2;
}

.merge-input-container {
    height: 2.5rem;
    border-radius: .25rem;
    /* width: 70%; */
    float: right;
}

.sel {
    font-size: 1rem;
    display: inline-block;
    /* margin: 3em 2em; */
    /* width:225px; */
    background-color: transparent;
    position: relative;
    cursor: pointer;
    padding: 0 0.5rem;
    margin-top: 0.8rem;
    /* height: 100%; */
    width: 100%;
    width: -moz-available;
    /* For Mozzila */
    width: -webkit-fill-available;
    /* For Chrome */
    width: stretch;
}

.sel::before {
    bottom: 5px;
    right: 0.5rem;
    border: solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #95a4c2;
    border-width: 5px;
    margin-left: -5px;
}

.sel.active::before {
    transform: rotateX(-180deg);

    bottom: 10px;
}

.sel__placeholder {
    display: block;
    /* font-family: 'Quicksand'; */
    font-size: 1rem;
    color: #838e95;
    padding: 0.2em 0.5em;
    text-align: left;
    pointer-events: none;
    user-select: none;
    visibility: visible;
    float: unset !important;
    height: unset !important;
}

.sel.active .sel__placeholder {
    visibility: hidden;
}

.sel__placeholder::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.2em 0.5em;
    content: attr(data-placeholder);
    visibility: hidden;
}

.sel.active .sel__placeholder::before {
    visibility: visible;
    left: 0.5rem;
}

.sel__box {
    position: absolute;
    top: calc(100% + 1.2rem);
    left: -0.525rem;
    display: none;
    list-style-type: none;
    text-align: left;
    font-size: 1rem;
    background-color: #FFF;
    width: calc(100% + 1.1rem);
    box-sizing: border-box;
    z-index: 2;
}

.sel.active .sel__box {
    display: block;
    animation: fadeInUp 300ms;
}

.sel__box__options {
    display: list-item;
    /* font-family: 'Quicksand'; */
    font-size: 1rem;
    color: #838e95;
    padding: 0.5em 1em;
    user-select: none;
    width: 100%;
}

.sel__box__options::after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-size: 0.5em;
    font-weight: 600;
    margin-left: 5px;
    display: none;
}

.sel__box__options.selected::after {
    display: inline;
}

.sel__box__options:hover {
    background-color: #ebedef;
}
@keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translate3d(0,-20px, 0);
    }

    to {
      opacity: 1;
      transform: translateY(-100%);
      transform: translate3d(0, 0, 0);

    }
  }

  @keyframes fadeOut {
    from {
      opacity: 1;
    }

    to {
      opacity: 0;
    }
  }

.courses-search-group #searchInput {
    width: 80% !important;
    padding-left: 0.8rem;
    align-self: center;
    outline: 0;
    border: 0;
    border-left: 2px solid;
    border-radius: 0;
}

.courses-search-group #searchInput:focus {
    box-shadow: unset !important;
}

.courses-search-group .search-btn {
    margin-top: 0.9rem;
}

.courses-search-group .custom-shadow {
    box-shadow: 1rem .5rem 1rem rgba(0, 0, 0, .15) !important;
}

@media (max-width:768px) {
    .ck #formCard {
        top: 0 !important
    }

    .mobile-none {
        display: none !important;
    }

    /* .bunlde-gif-container{
	max-height: 48vh !important;
} */
}


/* .bunlde-gif-container{
	max-height: 23vh;
} */

.color-orange {
    color: #fa4616;
}

.font-weight-x-bold {
    font-weight: 800 !important;
}

.font-weight-xx-bold {
    font-weight: 900 !important;
}

.line-height-18 {
    line-height: 1.8rem;
}

.shadow-card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

#covid_modal .modal-content .modal-body:after {
    content: "";
    background-image: url(../images/graphic.svg);
    position: absolute;
    bottom: 17px;
    right: -30px;
    height: 100px;
    width: 100px;
    background-repeat: no-repeat;
    background-size: contain;
}

.modal-header-color {
    color: #132241;
}

.underline {
    text-decoration: underline !important;
}


/*Menu highlight on hover*/

#sidebar .nav-item .nav-link:hover,
#sidebar .nav-item .nav-link:hover&gt;.icon-ck-instructions,
#sidebar .nav-item .nav-link:hover&gt;.icon-ck-peer-submission,
#sidebar .nav-item .nav-link:hover&gt;.icon-leader-board,
#sidebar .nav-item .nav-link:hover&gt;.icon-project-board {
    color: #000 !important;
    background-position-x: -100px;
}

#sidebar .nav-item .nav-link:hover,
#sidebar .nav-item .nav-link:hover&gt;.icons-courses,
#sidebar .nav-item .nav-link:hover&gt;.icons-code-kata,
#sidebar .nav-item .nav-link:hover&gt;.icons-Webkata,
#sidebar .nav-item .nav-link:hover&gt;.icons-Leaderboard,
#sidebar .nav-item .nav-link:hover&gt;.icons-rewards,
#sidebar .nav-item .nav-link:hover&gt;.icons-referral,
#sidebar .nav-item .nav-link:hover&gt;.icons-forum,
#sidebar .nav-item .nav-link:hover&gt;.icons-ide,
#sidebar .nav-item .nav-link:hover&gt;.icons-debugging {
    color: #099F4E !important;
    background-position-x: -160px;
}

#sidebar .nav-item .nav-link:hover&gt;.icon-reward {
    color: #000 !important;
    background-position-x: -99px;
}

#sidebar .nav-item .nav-link:hover&gt;.icon-ck-path,
#sidebar .nav-item .nav-link:hover&gt;.icon-micro-arc,
#sidebar .nav-item .nav-link:hover&gt;.icon-code-kata {
    color: #000 !important;
    background-position-x: 0;
}

#ckMenuTabs .nav-item .nav-link.active {
    color: #099F4E !important;
}

#ckMenuTabs .nav-item.active {
    border-left-color: #099F4E;
}

#ckMenuTabs .nav-item .nav-link.active .icon-ck-questions {
    color: #099F4E;
    background-position: top -7px left -36px;
}

#ckMenuTabs .nav-item .nav-link.active .icon-ck-github {
    color: #099F4E;
    background-position: top -42px left -36px;
}

.progress-bar {
    border-radius: 1rem !important;
}

#profileForm .fa-check-circle,
#profileFormPage .fa-check-circle {
    font-size: 0.75rem;
}

#profileForm .checkIcon,
#profileFormPage .checkIcon {
    top: 0.1rem;
    right: 0.1rem;
}

#profileForm .fa-check-circle::before,
#profileFormPage .fa-check-circle::before {
    visibility: hidden;
}

#profileForm .fa-check-circle::after,
#profileFormPage .fa-check-circle::after {
    content: '\00B0';
    font-size: xx-large;
    top: 0.75rem;
    right: 0.1rem;
    position: absolute;
    color: #3d4a63;
}

#profileForm .form-check-input,
#profileFormPage .form-check-input {
    opacity: 0;
}

#profileForm .form-check-input:checked+.checkIcon .fa-check-circle::after,
#profileFormPage .form-check-input:checked+.checkIcon .fa-check-circle::after {
    visibility: hidden;
}

#profileForm .form-check-input:checked+.checkIcon .fa-check-circle::before,
#profileFormPage .form-check-input:checked+.checkIcon .fa-check-circle::before {
    visibility: visible;
}

#profileForm.modal,
#profileFormPage.modal {
    font-family: 'DM Sans', system-ui, sans-serif;
}

#profileForm .cord-mod,
#profileFormPage .card-mod {
    border-radius: 10px;
}

#profileForm p,
#profileFormPage p {
    font-size: 1rem;
}

#profileForm .ltr-sp,
#profileFormPage .ltr-sp {
    letter-spacing: 1.5px;
}


/*Menu highlight on hover*/

#courses-dropdown {
    border-radius: 50px;
}

.text-red {
    color: #F2485E !important;
}

.anniversary-background {
    /* background: radial-gradient(circle at 70%, #4998FE, #0560D5);
    line-height: 1.75;
    height: 95vh; */
    background: radial-gradient(circle at 70%, #4998FE, #0560D5);
    /* height: 95vh; */
    line-height: 1.75;
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
}

.diwali-bg {
    background-position: right, center !important;
    background-size: 40vw 40vw, cover !important;
    background-repeat: no-repeat !important;
}

.diwali2-bg {
    background-position: right, center !important;
    background-size: 40vw 30vw, cover !important;
    background-repeat: no-repeat !important;
}

.no-webp .banner-1 {
    background: url("../images/landing/guvi-pro-d-banner-new.png") no-repeat;
    height: 42vh;
    background-size: 100%;
}

.no-webp .banner-mg {
    background: url("../images/landing/Bewakoof-banner-d.png") no-repeat;
    height: 42vh;
    background-size: 100%;
}

.no-webp .banner-2 {
    background: url("../images/landing/interview-d-banner.png") no-repeat;
    height: 42vh;
    background-size: 100%;
}

.no-webp .banner-3 {
    background: url("../images/landing/iot-d-banner.png") no-repeat;
    height: 42vh;
    background-size: 100%;
}

.no-webp .banner-4 {
    background: url("../images/landing/product-thinking-d.png") no-repeat;
    height: 42vh;
    background-size: 100%;
}

.no-webp .banner-5 {
    background: url("../images/landing/web-bundle-course-banner-d.png") no-repeat;
    height: 42vh;
    background-size: 100%;
}

.no-webp .banner-monsoon {
    background: url("../images/landing/HomepageBanner-d.png") no-repeat;
    height: 42vh;
    background-size: 100%;
}

.no-webp .banner-CareerDomain {
    background: url("../images/landing/career-domain-d.png") no-repeat;
    height: 42vh;
    background-size: 100%;
}

.no-webp .banner-pytorch {
    background: url("../images/landing/pytorch-banner-d.png") no-repeat;
    height: 42vh;
    background-size: 100%;
}

.no-webp .banner-zen {
    background: url("../images/landing/zen-banner-d.png") no-repeat;
    height: 42vh;
    background-size: 100%;
}

.no-webp .banner-ds {
    background: url("../images/landing/ds-banner-d.png") no-repeat;
    height: 42vh;
    background-size: 100%;
}

.no-webp .sri-devi-mam {
    background: url("../images/landing/festive-fifty-sale-desktop.png") no-repeat;
    height: 42vh;
    background-size: 100%;
}

.no-webp .innovation-award {
    background: url("../images/landing/innovation-award-d.png") no-repeat;
    height: 42vh;
    background-size: 100%;
}

.no-webp .python-million {
    background: url("../images/landing/free-python-course-1.png") no-repeat;
    height: 42vh;
    background-size: 100%;
}

.no-webp .hyre {
    background: url("../images/landing/banner-desktop.svg") no-repeat;
    height: 42vh;
    background-size: 100%;
}

.no-webp .fly-high {
    background: url("../images/landing/fly-high-d.png") no-repeat;
    height: 42vh;
    background-size: 100%;
}

.no-webp .banner-mivi {
    background: url("../images/landing/Mivi-Banner-d.png") no-repeat;
    height: 42vh;
    background-size: 100%;
}

.webp .banner-1 {
    background: url("../images/webps/landing/guvi-pro-d-banner-new.webp") no-repeat;
    height: 360px !important;
    background-size: 100%;
}

.webp .banner-mg {
    background: url("../images/webps/landing/Bewakoof-banner-d.webp") no-repeat;
    height: 360px !important;
    background-size: 100%;
}

.webp .banner-2 {
    background: url("../images/webps/landing/interview-d-banner.webp") no-repeat;
    height: 360px !important;
    background-size: 100%;
}

.webp .banner-3 {
    background: url("../images/landing/iot-d-banner.png") no-repeat;
    height: 360px !important;
    background-size: 100%;
}

.webp .banner-4 {
    background: url("../images/webps/landing/product-thinking-d.webp") no-repeat;
    height: 360px !important;
    background-size: 100%;
}

.webp .banner-monsoon {
    background: url("../images/webps/landing/HomepageBanner-d.webp") no-repeat;
    height: 360px !important;
    background-size: 100%;
}

.webp .banner-CareerDomain {
    background: url("../images/webps/landing/career-domain-d.webp") no-repeat;
    height: 360px !important;
    background-size: 100%;
}

.webp .banner-pytorch {
    background: url("../images/webps/landing/pytorch-banner-d.webp") no-repeat;
    height: 360px !important;
    background-size: 100%;
}

.webp .banner-zen {
    background: url("../images/webps/landing/zen-banner-d.webp") no-repeat;
    height: 360px !important;
    background-size: 100%;
}

.webp .banner-ds {
    background: url("../images/webps/landing/ds-banner-d.webp") no-repeat;
    height: 360px !important;
    background-size: 100%;
}

.webp .sri-devi-mam {
    background: url("../images/webps/landing/python-iitm-d.webp") no-repeat;
    height: 401px !important;
    background-size: 100%;
}

.webp .innovation-award {
    background: url("../images/webps/landing/innovation-award-d.webp") no-repeat;
    height: 401px !important;
    background-size: 100%;
}

.webp .python-million {
    background: url("../images/webps/landing/free-python-course-1.webp") no-repeat;
    height: 401px !important;
    background-size: 100%;
}

.webp .hyre {
    background: url("../images/webps/landing/banner-desktop.webp") no-repeat;
    height: 290px !important;
    background-size: 100%;
}

.webp .fly-high {
    background: url("../images/webps/landing/fly-high-d.webp") no-repeat;
    height: 401px !important;
    background-size: 100%;
}

.webp .banner-mivi {
    background: url("../images/webps/landing/Mivi-Banner-d.webp") no-repeat;
    height: 360px !important;
    background-size: 100%;
}

/* .webp .festive{
    background: url("../images/webps/landing/festive-banner-desktop.webp");
} */
.festive {
    /* background:url("../images/minified/landing/content.png") right/45% 100% ,url("../images/minified/landing/festive-banner-desktop.svg") right/45% 100% ,linear-gradient(to right, #000000 , #380074) !important; */
    background: url("../images/minified/landing/content.png") right/45% 100%, url("../images/minified/landing/festive-banner-desktop.svg") right/55% 125%, linear-gradient(to right, #000, #380074) !important;
    background-repeat: no-repeat !important;
}

@media (min-width:1151px) and (max-width:1450px) {

    .festive {
        background: url("../images/minified/landing/content.png") right/45% 80%, url("../images/minified/landing/festive-banner-desktop.svg") right/55% 100%, linear-gradient(to right, #000, #380074) !important;
        background-repeat: no-repeat !important;

    }
}

@media (min-width:901px) and (max-width:1148px) {

    .webp .banner-1 {
        background: url("../images/webps/landing/guvi-pro-d-banner-new.webp") no-repeat;
        max-height: 252px;
        background-size: 100%;
    }

    .webp .banner-mg {
        background: url("../images/webps/landing/Bewakoof-banner-d.webp") no-repeat;
        max-height: 252px;
        background-size: 100%;
    }

    .webp .banner-2 {
        background: url("../images/webps/landing/interview-d-banner.webp") no-repeat;
        max-height: 252px;
        background-size: 100%;
    }

    .webp .banner-3 {
        background: url("../images/landing/iot-d-banner.png") no-repeat;
        max-height: 252px;
        background-size: 100%;
    }

    .webp .banner-4 {
        background: url("../images/webps/landing/product-thinking-d.webp") no-repeat;
        max-height: 252px;
        background-size: 100%;
    }

    .webp .banner-5 {
        background: url("../images/webps/landing/web-bundle-course-banner-d.webp") no-repeat;
        max-height: 252px;
        background-size: 100%;
    }

    .webp .banner-monsoon {
        background: url("../images/webps/landing/HomepageBanner-d.webp") no-repeat;
        max-height: 252px;
        background-size: 100%;
    }

    .webp .banner-CareerDomain {
        background: url("../images/webps/landing/career-domain-d.webp") no-repeat;
        max-height: 252px;
        background-size: 100%;
    }

    .webp .banner-pytorch {
        background: url("../images/webps/landing/pytorch-banner-d.webp") no-repeat;
        max-height: 252px;
        background-size: 100%;
    }

    .webp .banner-zen {
        background: url("../images/webps/landing/zen-banner-d.webp") no-repeat;
        max-height: 252px;
        background-size: 100%;
    }


    .webp .banner-ds {
        background: url("../images/webps/landing/ds-banner-d.webp") no-repeat;
        max-height: 252px;
        background-size: 100%;
    }


    .webp .sri-devi-mam {
        background: url("../images/webps/landing/python-iitm-d.webp") no-repeat;
        max-height: 252px;
        background-size: 100%;
    }

    .webp .innovation-award {
        background: url("../images/webps/landing/innovation-award-d.webp") no-repeat;
        max-height: 252px;
        background-size: 100%;
    }

    .webp .python-million {
        background: url("../images/webps/landing/free-python-course-1.webp") no-repeat;
        max-height: 252px;
        background-size: 100%;
    }

    .webp .hyre {
        background: url("../images/webps/landing/banner-desktop.webp") no-repeat;
        max-height: 252px;
        background-size: 100%;
    }

    .webp .fly-high {
        background: url("../images/webps/landing/fly-high-d.webp") no-repeat;
        max-height: 252px;
        background-size: 100%;
    }

    .webp .banner-mivi {
        background: url("../images/webps/landing/Mivi-Banner-d.webp") no-repeat;
        max-height: 252px;
        background-size: 100%;
    }


    .no-webp .banner-1 {
        background: url("../images/landing/guvi-pro-d-banner-new.png") no-repeat;
        max-height: 248px;
        background-size: 100%;
    }

    .no-webp .banner-mg {
        background: url("../images/landing/Bewakoof-banner-d.png") no-repeat;
        max-height: 248px;
        background-size: 100%;
    }

    .no-webp .banner-2{
        background: url("../images/landing/interview-d-banner.png") no-repeat;
        max-height: 248px;
        background-size: 100%;
    }

    .no-webp .banner-3{
        background: url("../images/landing/iot-d-banner.png") no-repeat;
        max-height: 248px;
        background-size: 100%;
    }

    .no-webp .banner-4{
        background: url("../images/landing/product-thinking-d.png") no-repeat;
        max-height: 248px;
        background-size: 100%;
    }

    .no-webp .banner-5{
        background: url("../images/landing/web-bundle-course-banner-d.png") no-repeat;
        max-height: 248px;
        background-size: 100%;
    }

    .no-webp .banner-monsoon{
        background: url("../images/landing/HomepageBanner-d.png") no-repeat;
        max-height: 248px;
        background-size: 100%;
    }

    .no-webp .banner-CareerDomain{
        background: url("../images/landing/career-domain-d.png") no-repeat;
        max-height: 248px;
        background-size: 100%;
    }

    .no-webp .banner-pytorch{
        background: url("../images/landing/pytorch-banner-d.png") no-repeat;
        max-height: 248px;
        background-size: 100%;
    }

    .no-webp .banner-zen{
        background: url("../images/landing/zen-banner-d.png") no-repeat;
        max-height: 248px;
        background-size: 100%;
    }

    .no-webp .banner-ds{
        background: url("../images/landing/ds-banner-d.png") no-repeat;
        max-height: 248px;
        background-size: 100%;
    }

    .no-webp .sri-devi-mam{
        background: url("../images/landing/festive-fifty-sale-desktop.png") no-repeat;
        max-height: 248px;
        background-size: 100%;
    }

    .no-webp .innovation-award{
        background: url("../images/landing/innovation-award-d.png") no-repeat;
        max-height: 248px;
        background-size: 100%;
    }

    .no-webp .python-million{
        background: url("../images/landing/free-python-course-1.png") no-repeat;
        max-height: 248px;
        background-size: 100%;
    }

    .no-webp .hyre{
        background: url("../images/landing/banner-desktop.svg") no-repeat;
        max-height: 248px;
        background-size: 100%;
    }


    .no-webp .fly-high{
        background: url("../images/landing/fly-high-d.png") no-repeat;
        max-height: 248px;
        background-size: 100%;
    }

    .no-webp .banner-mivi{
        background: url("../images/landing/Mivi-Banner-d.png") no-repeat;
        max-height: 248px;
        background-size: 100%;
    }
}

@media (min-width:576px) and (max-width:900px) {

    .webp .banner-1 {
        background: url("../images/webps/landing/guvi-pro-d-banner-new.webp") no-repeat;
        max-height: 196px ;
        background-size: 100%;
    }

    .webp .banner-mg {
        background: url("../images/webps/landing/Bewakoof-banner-d.webp") no-repeat;
        max-height: 196px ;
        background-size: 100%;
    }

    .webp .banner-2 {
        background: url("../images/webps/landing/interview-d-banner.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .webp .banner-3 {
        background: url("../images/landing/iot-d-banner.png") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .webp .banner-4 {
        background: url("../images/webps/landing/product-thinking-d.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .webp .banner-5 {
        background: url("../images/webps/landing/web-bundle-course-banner-d.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .webp .banner-monsoon {
        background: url("../images/webps/landing/HomepageBanner-d.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .webp .banner-CareerDomain {
        background: url("../images/webps/landing/career-domain-d.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .webp .banner-pytorch {
        background: url("../images/webps/landing/pytorch-banner-d.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .webp .banner-zen {
        background: url("../images/webps/landing/zen-banner-d.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .webp .banner-ds {
        background: url("../images/webps/landing/ds-banner-d.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .webp .sri-devi-mam {
        background: url("../images/webps/landing/python-iitm-d.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .webp .innovation-award {
        background: url("../images/webps/landing/innovation-award-d.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .webp .python-million {
        background: url("../images/webps/landing/free-python-course-1.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .webp .hyre {
        background: url("../images/webps/landing/banner-desktop.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .webp .fly-high {
        background: url("../images/webps/landing/fly-high-d.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }


    .webp .banner-mivi {
        background: url("../images/webps/landing/Mivi-Banner-d.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .no-webp .banner-1 {
        background: url("../images/landing/guvi-pro-d-banner-new.png") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .no-webp .banner-mg {
        background: url("../images/landing/Bewakoof-banner-d.png") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .no-webp .banner-2 {
        background: url("../images/landing/interview-d-banner.png") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .no-webp .banner-3 {
        background: url("../images/landing/iot-d-banner.png") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .webp .banner-4 {
        background: url("../images/webps/landing/product-thinking-d.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .webp .banner-5 {
        background: url("../images/webps/landing/web-bundle-course-banner-d.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .webp .banner-monsoon {
        background: url("../images/webps/landing/HomepageBanner-d.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .webp .banner-CareerDomain {
        background: url("../images/webps/landing/career-domain-d.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .webp .banner-pytorch {
        background: url("../images/webps/landing/pytorch-banner-d.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .webp .banner-zen {
        background: url("../images/webps/landing/zen-banner-d.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .webp .banner-ds {
        background: url("../images/webps/landing/ds-banner-d.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .webp .sri-devi-mam {
        background: url("../images/webps/landing/python-iitm-d.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .webp .innovation-award {
        background: url("../images/webps/landing/innovation-award-d.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .webp .python-million {
        background: url("../images/webps/landing/free-python-course-1.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .webp .hyre {
        background: url("../images/webps/landing/banner-desktop.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .webp .fly-high {
        background: url("../images/webps/landing/fly-high-d.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }

    .webp .banner-mivi {
        background: url("../images/webps/landing/Mivi-Banner-d.webp") no-repeat;
        max-height: 196px;
        background-size: 100%;
    }
}



@media (min-width:0px) and (max-width:576px) {

    .webp .banner-img {
        /* height: 360px !important; */
    }
    .webp .banner-1 {
        background: none;
        height: 100% !important;
        background-size:100% auto !important;
    }

    .webp .banner-mg {
        background: none;
        height: 100% !important;
        background-size:100% auto !important;
    }

    .webp .banner-2 {
        background: none;
        height: 100%;
    }

    .webp .banner-3 {
        background: none;
        height: 100%;
    }

    .webp .banner-4 {
        background: none;
        height: 100%;
    }

    .webp .banner-5 {
        background: none;
        height: 100%;
    }

    .webp .banner-monsoon {
        background: none;
        height: 100% !important;
        background-size:100% auto !important;
    }

    .webp .banner-CareerDomain {
        background: none;
        height: 100% !important;
        background-size:100% auto !important;
    }

    .webp .banner-pytorch {
        background: none;
        height: 100% !important;
        background-size:100% auto !important;
    }

    .webp .banner-zen {
        background: none;
        height: 100% !important;
        background-size:100% auto !important;
    }


    .webp .banner-ds {
        background: none;
        height: 100% !important;
        background-size:100% auto !important;
    }

    .webp .sri-devi-mam {
        background: none;
        height: 100% !important;
        background-size:100% auto !important;
    }

    .webp .innovation-award {
        background: none;
        height: 100% !important;
        background-size:100% auto !important;
    }

    .webp .python-million {
        background: none;
        height: 100% !important;
        background-size:100% auto !important;
    }

    .webp .hyre {
        background: none;
        height: 100% !important;
        background-size:100% auto !important;
    }

    .webp .fly-high {
        background: none;
        height: 100% !important;
        background-size:100% auto !important;
    }

    .webp .banner-mivi {
        background: none;
        height: 100% !important;
        background-size:100% auto !important;
    }

    .text-banner {
        color: rgba(0, 0, 0, 0.8);
        font-weight: unset;
        font-size: 1.1rem;
    }

    .text-banner-small {
        color: rgba(0, 0, 0, 0.7);
        font-weight: unset;
        font-size: 1.0rem;
    }

    .text-banner2{
        color: rgba(0, 0, 0, 0.8);
        font-weight:800;
        font-size: 1.2rem;
    }


}

@media  (min-width:1700px) and (max-width: 2558px) {
    .webp .banner-mg {
        background: url("../images/webps/landing/Bewakoof-banner-d.webp") no-repeat;
        height: 430px !important;
        background-size: 100%;
    }

    .webp .banner-monsoon {
        background: url("../images/webps/landing/HomepageBanner-d.webp") no-repeat;
        height: 430px !important;
        background-size: 100%;
    }

    .webp .banner-CareerDomain {
        background: url("../images/webps/landing/career-domain-d.webp") no-repeat;
        height: 430px !important;
        background-size: 100%;
    }


    .webp .banner-pytorch {
        background: url("../images/webps/landing/pytorch-banner-d.webp") no-repeat;
        height: 430px !important;
        background-size: 100%;
    }


    .webp .banner-zen {
        background: url("../images/webps/landing/zen-banner-d.webp") no-repeat;
        height: 430px !important;
        background-size: 100%;
    }

    .webp .banner-ds {
        background: url("../images/webps/landing/ds-banner-d.webp") no-repeat;
        height: 430px !important;
        background-size: 100%;
    }

    .webp .sri-devi-mam {
        background: url("../images/webps/landing/python-iitm-d.webp") no-repeat;
        height: 430px !important;
        background-size: 100%;
    }

    .webp .innovation-award {
        background: url("../images/webps/landing/innovation-award-d.webp") no-repeat;
        height: 430px !important;
        background-size: 100%;
    }

    .webp .python-million {
        background: url("../images/webps/landing/free-python-course-1.webp") no-repeat;
        height: 430px !important;
        background-size: 100%;
    }

    .webp .hyre {
        background: url("../images/webps/landing/banner-desktop.webp") no-repeat;
        height: 430px !important;
        background-size: 100%;
    }

    .webp .fly-high {
        background: url("../images/webps/landing/fly-high-d.webp") no-repeat;
        height: 430px !important;
        background-size: 100%;
    }

    .webp .banner-mivi {
        background: url("../images/webps/landing/Mivi-Banner-d.webp") no-repeat;
        height: 430px !important;
        background-size: 100%;
    }
}

@media (min-width: 2559px) and (max-width: 2560px) {
    .webp .banner-mg {
        background: url("../images/webps/landing/Bewakoof-banner-d.webp") no-repeat;
        height: 580px !important;
        background-size: 100%;
    }

    .webp .banner-monsoon {
        background: url("../images/webps/landing/HomepageBanner-d.webp") no-repeat;
        height: 580px !important;
        background-size: 100%;
    }

    .webp .banner-CareerDomain {
        background: url("../images/webps/landing/career-domain-d.webp") no-repeat;
        height: 580px !important;
        background-size: 100%;
    }

    .webp .banner-pytorch {
        background: url("../images/webps/landing/pytorch-banner-d.webp") no-repeat;
        height: 580px !important;
        background-size: 100%;
    }

    .webp .banner-zen {
        background: url("../images/webps/landing/zen-banner-d.webp") no-repeat;
        height: 580px !important;
        background-size: 100%;
    }

    .webp .banner-ds {
        background: url("../images/webps/landing/ds-banner-d.webp") no-repeat;
        height: 580px !important;
        background-size: 100%;
    }

    .webp .sri-devi-mam {
        background: url("../images/webps/landing/python-iitm-d.webp") no-repeat;
        height: 580px !important;
        background-size: 100%;
    }

    .webp .innovation-award {
        background: url("../images/webps/landing/innovation-award-d.webp") no-repeat;
        height: 580px !important;
        background-size: 100%;
    }

    .webp .python-million {
        background: url("../images/webps/landing/free-python-course-1.webp") no-repeat;
        height: 580px !important;
        background-size: 100%;
    }

    .webp .hyre {
        background: url("../images/webps/landing/banner-desktop.webp") no-repeat;
        height: 580px !important;
        background-size: 100%;
    }

    .webp .fly-high {
        background: url("../images/webps/landing/fly-high-d.webp") no-repeat;
        height: 580px !important;
        background-size: 100%;
    }

    .webp .banner-mivi {
        background: url("../images/webps/landing/Mivi-Banner-d.webp") no-repeat;
        height: 580px !important;
        background-size: 100%;
    }
}

.text-yellow {
    color: #ffcc01 !important;
}

.text-sandal {
    color: #d55300 !important;
}
.text-orange {
    color: #ff622a !important;
}
.text-banner {
    color: rgba(0, 0, 0, 0.8);
    font-weight: unset;
    font-size: 1.2rem;
}
.text-banner-small {
    color: rgba(0, 0, 0, 0.7);
    font-weight: unset;
    font-size: 1.0rem;
}
.text-banner2{
    color: rgba(0, 0, 0, 0.8);
    font-weight:800;
    font-size: 1.6rem;
}

.text-gray {
    color: #404040 !important
}
.republic-sm{
    max-width:100%;
    max-height:100%;
}

.republic-full-sm {
    max-height:1000px;
    max-width: 720px;
}

.landing-carousel-btn {
    opacity: 0.55;
    color: black;
    height: 4rem;
    width: 4rem;
    top: 45%;
}

.landing-carousel-btn.carousel-control-prev {
    border-top-right-radius: 11%;
    border-bottom-right-radius: 11%;
}

.landing-carousel-btn.carousel-control-next {
    border-top-left-radius: 11%;
    border-bottom-left-radius: 11%;
}

.carousel-indicators li {
    border-radius: 50%;
    width: 9px;
    height: 9px;
}

#bannerCarousel .carousel-control-prev-icon {
    border: solid rgb(0, 0, 0);
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    background-image: unset;
}

#bannerCarousel .carousel-control-next-icon {
    border: solid rgb(0, 0, 0);
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    background-image: unset;
}

@media (min-width:1150px) {
    .anniversary-background {
        /* background: url("../images/anniversary/cake1.png") content-box no-repeat right center/45%, radial-gradient(circle at 70%, #4998FE, #0560D5); */
        height: 92vh;
    }
}

@media (min-width:1151px) and (max-width:1260px) {
    .anniversary-background {
        /* background: url("../images/anniversary/cake1.png") content-box no-repeat right center/35%, radial-gradient(circle at 70%, #4998FE, #0560D5); */
    }
}

.text-light {
    color: #e0e0e2 !important;
    font-weight: lighter !important;
}


@media (max-width:480px) {
    .diwali-bg {
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .anniversary-background {
        /* background: radial-gradient(circle at 100%, #4998FE, #0560D5); */
        line-height: 1.75;
        height: 82vh;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .landing-carousel-btn {
        display: none;
    }


    .no-webp .banner-1 {
        background: none !important;
    }

    .no-webp .banner-2 {
        background: none !important;
    }

    .no-webp .banner-3 {
        background: none !important;
    }

    .no-webp .banner-4 {
        background: none !important;
    }

    .no-webp .banner-5 {
        background: none !important;
    }

    .no-webp .banner-monsoon {
        background: none !important;
    }

    .no-webp .banner-CareerDomain {
        background: none !important;
    }

    .no-webp .banner-pytorch {
        background: none !important;
    }

    .no-webp .banner-zen {
        background: none !important;
    }

    .no-webp .banner-ds {
        background: none !important;
    }

    .no-webp .sri-devi-mam {
        background: none !important;
    }

    .no-webp .innovation-award {
        background: none !important;
    }

    .no-webp .python-million {
        background: none !important;
    }

    .no-webp .hyre {
        background: none !important;
    }

    .no-webp .fly-high {
        background: none !important;
    }

    .no-webp .banner-mivi {
        background: none !important;
    }

    .no-webp .iit-bg {
        background: url("../images/minified/landing/iit-banner-mobile.png");
    }
    .no-webp .diwali2-bg {
        background: unset;
    }

    /* .no-webp .festive{
        background: url("../images/minified/landing/festive-banner-mobile.png");
    } */
    .webp .devops-bg {
        background: url("../images/webps/landing/devops-banner-mobile.webp");
    }

    .webp .dev-bg {
        background: url("../images/webps/landing/dev-banner-mobile.webp");
    }

    .webp .anniversary-bg {
        background: url("../images/webps/landing/anniversary-banner-mobile.webp");
    }

    .webp .anniversary1-bg {
        background: url("../images/webps/landing/anniversary-banner1-mobile.webp");
    }

    .webp .ai-bg {
        background: url("../images/webps/landing/ai-combo-mobile.webp");
    }

    .webp .data-bg {
        background: url("../images/webps/landing/data-banner-mobile.webp");
    }

    .webp .front-bg {
        background: url("../images/webps/landing/front-banner-mobile.webp");
    }

    .webp .independence-bg {
        background: url("../images/webps/landing/independence-banner-mobile.webp");
    }

    .webp .ipl {
        background: url("../images/webps/landing/ipl-banner-mobile.webp");
    }

    .webp .alexa {
        background: url("../images/webps/landing/alexa-banner-mobile.webp");
    }

    .webp .gandhi-jayanthi-bg {
        background: url("../images/webps/landing/gandhi-jayanthi-mobile.webp");
    }

    .webp .navarathri-bg {
        background: url("../images/webps/landing/navarathri-banner-mobile.webp");
    }

    .webp .iit-bg {
        background: url("./../images/webps/landing/iit-banner-mobile.webp");
    }

    .webp .christmas-bg {
        background: url("./../images/webps/landing/christmas-banner-mobile.webp");
    }

    .webp .diwali-bg {
        /* background: url("../images/webps/landing/diwali-banner-mobile.webp"); */
        background: url("../images/landing/diwali-intersection-mobile.png");

    }
    .webp .pongal-bg {
        background: linear-gradient(to bottom,#fcf8e8, #fbe7b3) no-repeat !important;
        /* background-size: 450px 550px !important; */
    }

    .webp .sankranti-bg {
        background: none !important;
        /* background-size: 450px 550px !important; */
    }

    .new-year{
        background: #2c2c54 !important;
    }
    .new-year-updated{
        background: #ffffff !important;
    }
    .webp .diwali2-bg {
        background: unset;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    /* .webp .festive{
        background: url("../images/webps/landing/festive-banner-mobile.webp");
    } */
    .festive {
        background: url("../images/minified/landing/festive-banner-mobile1.svg") right/70% 100%, linear-gradient(to bottom, rgba(56, 0, 116, 0.9), rgba(0, 0, 0, 1)) !important;
        background-repeat: no-repeat !important;
    }
}

.anniversary-cakeBg {
    margin-left: auto !important;
    margin-right: auto !important;
}

.banner-5,
.banner-4,
.banner-2,
.banner-1 {
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (min-width:1200px) and (max-width:1350px) {
    .anniversary-cakeBg {
        margin-left: -80px;
    }
}
@media (min-width:350px) and (max-width:376px) {
    .anniversary-background {
        height: 90vh;
    }
}
@media (max-width:350px) {
    .anniversary-background {
        height: 100vh;
    }
}
.cakeImg-xl,
.cakeImg-lg {
    display: none;
    width: 90%;
    height: 90%;
}

@media (min-width: 1440px) {
    .cakeImg-xl {
        display: block;
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .cakeImg-lg {
        display: block;
    }
}

#OfferModal,
#OfferModal p,
#OfferModal h1 {
    font-family: 'DM Sans', system-ui, sans-serif;
    line-height: 1.75;
    letter-spacing: 1.125px;
}


/* #OfferModal p {
    line-height: 1.75;
} */

#OfferModal .offerModalBg {
    background-color: #5AB160;
}

.text-OfferGreen {
    color: #5AB160;
}

.text-oxfordBlue {
    color: #132241;
}

.course-tag {
    border-radius: .25rem !important;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
    height: 1.3rem;
    color: white;
    font-size: 13px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    font-weight: bold;
}

.premium {
    background-image: linear-gradient(to left, #DE2575, #FF5030);
}

.atomic {
    background-image: linear-gradient(to left, #FF8008, #FFC837);
}

.free-tag {
    background-image: linear-gradient(to left, #4998FE, #0560D5);
}

.essential {
    background-image: linear-gradient(to left, #7F00FF, #B100FF);
}

.notificationBg {
    /* background-color: #23374D; */
    background: linear-gradient(to right, #11998E, #38EF7D);
}

/* .annivDiscount {
    color: #2AE88A;
} */

p .annivDiscount {
    font-weight: 600;
}

a.annivDiscount {
    position: relative;
    top: -2px;
}

.annivPercentage {
    position: relative;
    top: -10px;
}

@media (min-width:768px) and (max-width:1200px) {
    #notificationModal {
        margin-left: 3rem !important;
    }
}

#notificationModal a.annivDiscount:hover {
    color: white;
}

#anniversaryCard .card-body {
    background-image: linear-gradient(to top right, #2b0946, #6441a4);
}

#anniversaryCard .btn {
    background-image: linear-gradient(to right, #ffc331, #ffe052) !important;
    border: 0;
    color: #132241;
    min-width: 8rem !important;
}

#anniversaryCard .yellow-txt {
    color: #ffcf69;
    font-size: 1.1rem;
    font-weight: 700 !important;
}

#anniversaryCard .txt {
    color: white;
    font-size: 1.3rem;
    font-weight: 900;
    text-align: center;
    text-shadow: 1.2px 0 white;
}

.lh-3 {
    line-height: 3rem;
}

.position-br {
    bottom: 0;
    position: absolute;
    right: 0;
}

.position-tl {
    position: absolute;
    top: 0;
    left: 0;
}

.rotate-90 {
    transform: rotateZ(90deg);
}

.poition-l {
    position: absolute;
    left: -33px;
    bottom: 19%;
}

.bottom-0 {
    bottom: 0;
}

#anniversaryCard .closex {
    color: #b7a7d4;
    z-index: 1000000000000000;
    position: absolute;
    top: 0;
    right: 3%;
    font-size: 1.5rem;
}

#anniversaryCard .cp {
    /* max-width: 80%; */
}

.h27 {
    height: 27% !important;
}

.mh-18 {
    max-height: 18rem !important;
}

.spinner {
    z-index: 1000000 !important;
    position: fixed;
}

#buy-bundle-card {
    z-index: 1000;
}

.text-darkGrey {
    color: #3d4a63 !important;
}

#announcementModal .modal-content {
    border-radius: 1rem;
}

#announcementModal .text-darkGrey {
    color: #3d4a63;
}

#announcementModal .announcementTitle {
    font-size: 2rem !important;
}

#landing-page .guvi-lazy-img {
    background-color: #040200 !important;
}

#dataScienceModal .modal-content {
    border-radius: .5rem !important;
    border-top: 7px solid #0dba4b !important;
}

.text-green {
    color: #0b9a3e !important;
}

.text-grey {
    color: #a4a4a4 !important;
}

#dataScienceModal .modal-dialog {
    min-width: 45% !important;
}

#dataScienceModal .modal-footer {
    border: 0;
}

.bg-grey {
    color: #f7f9fa !important;
}

/* for new Forum Modal */

.border-radius-1 {
    border-radius: 1rem;
}

.border-radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#forumModalNew {
    font-family: 'DM Sans', system-ui, sans-serif;
}

.text-height-1 {
    line-height: 1rem;
}

.text-height-2 {
    line-height: 2rem;
}

.text-height-3 {
    line-height: 3rem;
}

.text-height-4 {
    line-height: 4rem;
}

.text-height-5 {
    line-height: 5rem;
}

/* end for new Forum Modal */
.india-flag-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#F78200), to(#128807));
    background: -webkit-linear-gradient(left, #F78200, #FFFFFF, #128807);
    background: linear-gradient(to right, #F78200 0%, #FFFFFF 45%, #128807 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fw-900 {
    font-weight: 900 !important;
}

.guvi-tag-secondary {
    color: #ffffff;
    border: 1px solid #7a17eb;
    background-color: #7a17eb;
    border-radius: 4px;
    padding: 1px 3px;
    margin: 1px 4px;
    font-size: 12px;
    font-weight: 600;
}

.interaction-container {
    background: linear-gradient(to left, rgba(241, 225, 194, 1) 0%, rgba(252, 188, 152, 1) 100%);
    border-bottom-right-radius: 75px;
    min-width: 75%;
    max-width: 75%;
}

@media (max-width:768px) {
    .interaction-container {
        min-width: 100%;
    }
}

.ribbon {
    width: 198px;
    height: 34px;
    background-color: rgba(230, 57, 70, 1);
    position: absolute;
    /* right:100px; */
    top: 0px;

    /* border: 1px solid rgba(112, 112, 112, 1); */
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.ribbon:before {
    content: '';
    position: absolute;
    z-index: 2;
    right: -17px;
    bottom: 0;
    border-top: 17px solid rgba(230, 57, 70, 1);
    border-bottom: 17px solid rgba(230, 57, 70, 1);
    border-right: 17px solid transparent;
}

.ribbon p {
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
}

.interaction-title {
    /* border: 1px solid rgba(0, 0, 0, 1); */
    color: rgba(230, 57, 70, 1);
    line-height: 34px;
    font-size: 32px;
    font-weight: bold;
}

.interaction-content {
    font-size: 16px;
    color: rgba(61, 74, 99, 1);
    line-height: 28px;

}

.bg-blue {
    background: #161D62 !important;
}

.iit-logo {
    height: 4rem;
}

.iit-content {
    font-size: 12px;
}

@media (min-width: 576px) {
    #trialModal .modal-dialog {
        max-width: 43rem !important;
    }
}

.mw16 {
    max-width: 16rem;
}

.trial-modal-content {
    font-size: 1.75rem;
    text-align: center;
    font-weight: 900;
}

.trial-modal-content span {
    color: #09d15e !important;
}

#trialModal .close {
    font-size: 1.5rem;
}

.bg-light-grey {
    background-color: #f5f8f8;
}

.trial-container {
    padding: 1rem;
}

.small-text {
    font-size: 0.875rem !important;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .survey {
        margin-left: 1rem !important;
    }

    .survey .surveyLabel {
        margin-left: 1rem !important;
    }

}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {

    .survey {
        margin-left: 1rem !important;
    }

    .survey .surveyLabel {
        margin-left: 1rem !important;
    }

}


.survey {
    margin-left: 5rem;
}

.survey .surveyLabel {
    margin-left: 2rem;
}

.carousel-heading {
    font-size: 2.5rem !important;
    line-height: 4rem !important;
}

.lh-3 {
    line-height: 3rem !important;
}

.w-3 {
    width: 3rem !important;
}
/* .text-green {
    color: rgba(13, 186, 75, 1) !important;
} */
@media (max-width:768px) {
    .carousel-heading {
        font-size: 1.3rem !important;
        line-height: 2.5rem !important;
        text-align: center;
    }
}
.lh-1 {
    line-height: 1rem !important;
}
/* @media all and (min-width: 992px) {
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
}	 */

.republic-popup-header {
    background: linear-gradient(to right,#ffe249,#f8b93c) !important;
}
.mxw-100 {
    max-width: 100% !important;
}
.h-94{
    height: 95%;
}

.rupee:before {
    content: "\20B9";
    padding-right: .2rem;
}
.text-red{
    color: #f12d43 !important;
}
.text-light-grey {
    color: #000000;
    opacity: 65%;
}
#courses-page .course-card.card .card-body .course-highlights li {
    color: #000000 !important;
    opacity: 65% !important;
}

li.valid {
    /* list-style: inside url(../images/course/tick.png) !; */
    color: #08BC63 !important;
}

li.invalid  {
    /* list-style: inside url(../images/course/tick.png) !; */
    color: #ff4136 !important;
}

.label-grey {
    color: #999 !important;
}
.filterShadow {
    box-shadow: -0.1rem .125rem .25rem rgba(0,0,0,.075);
}
.stickySearch {
    overflow: hidden;
    margin-top: 0;
}
@media (max-width: 600px){
    .stickySearch {
        overflow: hidden;
        margin-top: 0;
        box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.2);
        border-radius: 10px !important;
    }

}
.sticky-sm {
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.44) !important;
    border-radius: 10px !important;
    position: fixed;
    background-color: white !important;
    top: 0;
    width: 94%;
    z-index: 2000;
    left: 12px;
    right: 10px;
}

.stickyFilter {
    position: fixed;
    min-height: 8%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    max-width: 100vw;
    z-index: 1000;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.44) !important;
 }

.bottom__view{
    min-width: 50px !important;
    flex-grow: 1;
    overflow: hidden;
    font-size: 20px;
    white-space: nowrap;
    text-decoration: none !important;
    --webkit-tap-highlight-color: transparent;
    color: #000;
}


.filter__content {
	width: 100%;
	height: 0px;
	background: #ffffff;
	color: #000000;
	font-size: 0.8em;
	border: none;
}

.filter__ul{
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 12px;
    font-size: 18px;
    list-style-type: none;
}

.filter__ul li{
    padding:6px;

}


.dropdown-color.active {
    background-color: #0dba4b !important;
    border-radius: 10px !important;
}

.dropdown-color:hover {
    background-color: #0dba4b !important;
    border-radius: 10px !important;
}

.dropdown-color:active {
    background-color: #0dba4b !important;
    border-radius: 10px !important;
}


/* .desktop-img {
    padding-left:100px;
} */
/* #myChart {
    height: 300px !important;
    width: 600px !important;
} */

.cert-img {
    max-height: 214px;
    max-width: 303px;
}

.text-span {
    font-size: 1.5rem;
    font-weight:600;
}

.form-group.customGroup {
    width: 65%;
    margin: 0 auto;
    float: none;
}
@media (max-width: 600px){
    .form-group.customGroup {
        width: 80%;
    }

}

/* toast */
.toast {
  background-color: #04a65b;
  color: #fff;
  border-radius: 7px;
  position: fixed;
  bottom: 2rem;
  left: 40%;
  right: 40%;
  width: 330px !important;
}

.toast-danger {
  background-color: rgb(170, 53, 53);
}

.toast-success {
  background-color: #04a65b;
}

@media only screen and (max-width: 1200px) {
  .toast {
    left: 35%;
    right: 35%;
  }
}

@media only screen and (max-width: 620px) {
  .toast {
    left: 6%;
    right: 10%;
  }
}

.without-before-element::before{
    display: none !important;
    content: "";
}

.refer-btn,.refer-btn:hover,.refer-btn:active,.refer-btn:focus, .refer-btn:visited {
    background-color: transparent !important;
    color: #04a65b !important;
    border-color: transparent !important;
    border: unset !important;
    font-weight: 600 !important;
}

@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 820px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
   #quizOverlay {
    overflow: auto;
    height: 19rem;
   }
}


.h2-tag {
    font-size: 24px;
}

.wrong-cursor {
    cursor: not-allowed;
  }

.header-width {
    width: 100vw;
}

li.nostyle {
    list-style-type: none;
}

.progress-width {
    width: 150px;
}

.continue-watching {
    padding-top: 18%;
    padding-bottom: 18%;
    background-color: #161719;
    margin-bottom: 1.5rem;
}

.hideVideo {
    display: none !important;
}

@media (max-width:768px) {
    .w-sm-60 {
        width: 60% !important;
    }
}

.premiumPopup-header-mob {
    font-size: 34px;
    display: flex;
    justify-content: center;
}

.premiumPopup-header-mob-list {
    font-size: 15px;
}

.premiumPopup-btn {
    box-shadow: 0px 8px 16px rgb(0 0 0 / 15%);
    border-radius: 4px;
    margin: auto;
    display: table;
    min-width: auto;
    padding: 10px 32px;
    margin-bottom: 30px;
    margin-top: 24px;
}

.premiumPopup-mob-img {
    width: 75%;
    margin: auto;
    display: table;
}

.inactivelink {
    pointer-events: none;
    cursor: default;
}

.sublesson.lock::before {
    content: "\F023";
    font-weight: 900;
}

.getcompletedacc h1 {
    color: #2A2A2A;
    font-size: 32px;
    text-align: center;
    font-weight: 700 !important;
}

.getcompletedacc p {
    color: #707070;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .getcompletedacc {
        padding: 1rem;
    }

    .getcompletedacc h1 {
        font-size: 20px;
    }

    .getcompletedacc p {
        font-size: 16px;
    }
    .premiumPopup-btn {
        width: 100%;
        margin-bottom: 10px;
    }
 }

 #zen-lite-queries-chatbot {
    right: 0.75rem;
    bottom: 2rem;
    /* padding: 1rem; */
 }

 #zen-lite-queries-chatbot-container {
    width: 350px;
    border-radius: 0.5rem;
    /* border: 1px #E5E8EB solid !important; */
    background: transparent;
 }

 #zen-lite-queries-chatbot-iframe {
    border: none !important;
    height: 450px;
    /* border-radius: 0.5rem; */
    border-bottom-left-radius: 0.5rem;
    border-left: 1px #E5E8EB solid !important;
    border-right: 1px #E5E8EB solid !important;
    border-bottom: 1px #E5E8EB solid !important;
    border-top: none;
    border-bottom-right-radius: 0.5rem;
    box-shadow: 0px 8px 16px 0px #060D1829;
    /* margin-bottom: 1rem;  */
 }

 #zen-lite-queries-chatbot-header {
    width: 100%;
    height: 3rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    background: #0dba4b;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
 }
</pre></body></html>