@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Average&family=Caveat:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Average&display=swap');
html,
body {
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow-x: inherit;
    scroll-behavior: smooth;
}

* {
    font-family: 'Montserrat', sans-serif;
}




.color-yellow {
    color: #F6AA1C;
}
.color-blue {
    color: #0A1857;
}
.color-red{
    color:#621708;
}
.color-brown {
    color: #621708;
}

a{
    text-decoration: none !important;
}


.btn-style-one {
    display: block;
    width: 250px;
    color: #000 !important;
    font-size: 18px;
    background: #F6AA1C;
    border-radius:50px;
    font-weight: 700;
    padding: 8px 20px;
    transform: scale(1);
    transition: all ease .3s;
}

.btn-style-one:hover {
    background: #0A1857;
    color: #fff !important;
}

.btn-style-two {
    display: block;
    width: 250px;
    color: #fff !important;
    font-size: 18px;
    background: #000;
    border-radius: 6px;
    font-weight: 700;
    padding: 8px 20px;
    transform: scale(1);
    transition: all ease .3s;
}

.btn-style-two:hover {
    transform: scale(0.9);
    background: #BF0015;
    color: #fff !important;
}

.btn-style-three {
    display: block;
    width: 250px;
    color: #000;
    font-size: 18px;
    background: #fff;
    border-radius: 6px;
    font-weight: 700;
    padding: 8px 20px;
    transform: scale(1);
    transition: all ease .3s;
}

.btn-style-three:hover {
    transform: scale(0.9);
    background: #BF0015;
    color: #fff !important;
}

.btn-style-four {
    display: block;
    width: 250px;
    color: #fff;
    font-size: 18px;
    background: #BF0015;
    border-radius: 6px;
    font-weight: 700;
    padding: 8px 20px;
    transform: scale(1);
    transition: all ease .3s;
}

.btn-style-four:hover {
    transform: scale(0.9);
    background: #fff;
    color: #000 !important;
}




/*Header starts*/
header.header {
    position: relative;
    background: #fff;
    width: 100%;
    padding: 10px 15px;
    z-index: 999;
}
header.header .logo {
    width: 300px;
}

header.header .phone-no p {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
header.header .phone-no a {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

header.header .phone-no a i {
    color: #621708;
}

/*Header ends*/


/*banner section starts*/
section.banner-section {
    position: relative;
    padding: 60px 0;
    background-image: url(../../../default/images/frontend/hindustan/banner-001.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.banner-section .banner-headone h1 {
    font-size: 34px;
    color: #000;
    background: #F3A81C;
    border-radius: 8px;
    padding: 8px 25px;
    font-weight: 700;
    width: fit-content;
}

section.banner-section .banner-headone p {
    font-size: 20px;
    color: #fff;
    margin-left: 15px;
}
section.banner-section .banner-headtwo h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-top: 40px;
}

section.banner-section .banner-headtwo p {
    font-size: 20px;
    color: #fff;
    margin-left: 0;
}
section.banner-section .banner-headthree p {
    font-size: 16px;
    color: #fff;
    opacity: 06;
    font-style: italic;
}

section.banner-section .banner-dvs {
    padding: 25px;
    background-image: linear-gradient(to right, #000000cc 0%, #414040cc 50%, #303030cc 100%);
    border-radius: 15px;
    margin-top: 30px;
    border: 2px solid #5B5B5B;
}
section.banner-section .banner-dv h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    height: 100%;
}
section.banner-section .banner-dv h2 .fnt-one {
    display: block;
    font-size: 48px;
    font-weight: 700;
    margin-right: 10px;
}

section.banner-section .banner-dv h2 .fnt-two {
    font-style: italic;
}
section.banner-section .banner-dv h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    height: 100%;
}
section.banner-section .banner-dv h3 .fnt-one img {
    height: 75px;
    margin-right: 10px;
}
section.banner-section .banner-dv h3 .fnt-three {
    font-size: 20px;
    color: #000;
    background: #fff;
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 15px;
    border-radius: 80px;
    font-weight: 700;
    font-style: italic;
}
section.banner-section .banner-dv {
    height: 100%;
    position: relative;
}

section.banner-section .banner-dvs .row > div {
    border-right: 2px solid rgb(246 170 30 / 50%);
}
section.banner-section .banner-dvs .row > div:last-child {
    border: 0;
}
section.banner-section .banner-dvs .row > div:nth-last-child(2) {
    border: 0;
}


/*banner section ends*/





/*online degree section starts*/

section.online-degree-section {
    position: relative;
    padding: 60px 0;
}

section.online-degree-section .deg-cont h2 {
    font-size: 38px;
    font-weight: 700;
    color: #000;
}

section.online-degree-section .deg-cont h2 .fnt-one {
    display: block;
    text-shadow: 3px 3px 6px #0000006b;
}

section.online-degree-section .deg-cont h2 .fnt-two {
    display: block;
    background: #621708;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    padding: 10px;
    border-radius: 6px;
    margin: 10px 0;
}

/*online degree section ends*/



/*About CODE section starts*/

section.about-code-section {
    position: relative;
}
section.about-code-section > div {
    background: #FFF0D5;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding-bottom: 20px;
    padding-top: 30px;
    max-width: 88%;
}
section.about-code-section .about-img {
    border-radius: 8px;
    overflow: hidden;
    /* margin-top: -80px; */
}
section.about-code-section .about-content h2 {
    font-size: 34px;
    text-align: center;
    color: #000;
    font-weight: 500;
}
section.about-code-section .about-content h2 span {
    display: block;
    font-size: 24px;
    margin-top: 6px;
}

section.about-code-section .about-content h3 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}
section.about-code-section .about-content p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
section.about-code-section .about-content hr {
    border-color: #000;
    border-style: dashed;
    width: 80%;
    border-width: 1.5px;
}

/*About CODE section ends*/





/*learning section starts*/

section.learning-section {
    padding: 60px 0;
    background: #EEEEEE;
}
section.learning-section h2 {
    font-size: 32px;
    text-align: center;
    font-weight: 500;
    color: #000;
}
section.learning-section h2 span {
    font-weight: 700;
}

section.learning-section h3 {
    font-size: 24px;
    text-align: center;
    color: #000000cf;
    font-weight: 500;
}
section.learning-section .learn-head hr {
    border-width: 1.5px;
    border-color: #000;
    border-style: dashed;
    width: 60%;
    opacity: 0.4;
}
section.learning-section .learn-head p {
    font-size: 16px;
    text-align: center;
    color: #000;
    font-weight: 500;
}

section.learning-section .learn-dvs {
    background: #fff;
    box-shadow: 0px 4px 1000px 0px #00000040;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}

section.learning-section .learn-dvs h4 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    background: #EEEEEE;
    padding: 10px;
    height: 70px;
    display: flex;
    align-items: center;
}
section.learning-section .learn-list {
    padding: 10px 10px 20px;
    position: relative;
}

section.learning-section .learn-list ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
section.learning-section .learn-list ul li {
    display: flex;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: normal;
}
section.learning-section .learn-list ul li img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    object-fit: contain;
    object-position: center;
}


section.learning-section .btn-one a {
    width: 50%;
    font-style: italic;
}
section.learning-section .btn-one {
    position: relative;
}
section.learning-section .btn-one:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #000;
    opacity: 0.4;
}



/*learning section ends*/

/*why code section starts*/

section.why-code-section {
    position: relative;
    padding: 60px 0;
    background: #0A1857;
}
section.why-code-section .why-head h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}
section.why-code-section .why-head h3 {
    font-size: 24px;
    color: #fff;
}
section.why-code-section .why-cont {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    position: relative;
    height: 300px;
}

section.why-code-section .why-cont img {
    height: 65px;
    margin-bottom: 15px;
    display: block;
}
section.why-code-section .why-cont h3 {
    font-size: 24px;
    color: #0A1857;
    font-weight: 700;
    background: -webkit-linear-gradient(#0A1857, #1634BD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.why-code-section .why-cont p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
section.why-code-section .carousel-cell {
    width: 33.33%;
    padding: 10px;
}
section.why-code-section .flickity-page-dots .dot {
    display: inline-block;
    width: 35px;
    height: 5px;
    margin: 0;
    background: #ffffff;
    border-radius: 0;
    opacity: .25;
    cursor: pointer;
}
section.why-code-section .flickity-page-dots .dot.is-selected {
    opacity: 1 !important;
}
section.why-code-section .flickity-prev-next-button.previous {
    left: -50px;
}
section.why-code-section .flickity-prev-next-button.next {
    right: -50px;
}


/*why code section ends*/

/* course section start  */

.video-dv video {
    display: block;
    border-radius: 15px;
}
.video-section{
    background: #FFF0D5;
    background: linear-gradient(360deg,rgba(255, 240, 213, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding:4% 0%;
}
.video-section h2{
    font-size:23px;
    text-align:right;
}
.video-section p{
    font-size:20px;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    padding-left:5%;
    margin-top:2%;
}
.video-section img.heading{
    width:35%;
}
.courseSection ul.nav{
    background:#F3A81C;
    color:#000;
    padding:1% ;
    border-radius:50px;
    display: inline-flex;     /* Ye IMPORTANT hai */
    align-items: center;
}
.courseSection ul .nav-item button{
    background:none;
    border:0px;
    font-weight:bold;
}
.courseSection ul .nav-item button.active{
    background:#fff;
    border-radius:50px;
    color:#000;
    border:0px;
}
.courseSection .card{
    padding:4%;
    height:500px;
}
.courseSection .card .card_heading{
    background:#F6AA1C;
}
.courseSection .card .card-body{
    margin-top:0px !important;
    padding-top:0px !important;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.courseSection .card .card-body p{
    border-top:0px;
    border-bottom:0px;
    font-size:15px;
    text-align:left;
}
.courseSection .card .card-body h5.card-title{
    font-size:20px;
    text-align:left;
    font-weight:bold;
}
.courseSection .card .card-body h6{
    text-align:left;
    font-weight:bold;
}


/* course section end */


/* rankings section start  */

:root {
    --color-text: #19232b;
    --color-bg: #e3e4e;
    --color-bg-accent: #000;
    --size: clamp(10rem, 0rem + 20vmin, 60rem);
    --gap: calc(var(--size) / 7);
    --duration: 30s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
}

section.rankings-section {
    position: relative;
    padding: 60px 0;
    background: #ffffff;
    overflow: hidden;
}

section.rankings-section h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
}
section.rankings-section h3 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 10px;
    font-weight:600;
}
section.rankings-section .rankings-sub-slider {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);

}

section.rankings-section .rankings-sub-slider .rankings {
    display: grid;
    place-items: center;
    width: var(--size);
    fill: var(--color-text);
    background: #fff;
    aspect-ratio: 16/9;
    padding: calc(var(--size) / 100);
    border-radius: 0.5rem;
}

section.rankings-section .rule-one {
    border-width: 4px;
    border-color: #000;
    opacity: 0.2;
}

section.rankings-section .rankings-track {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll-x var(--duration) linear infinite;
}

section.rankings-section .rankings img {
    height: 100px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    /* box-shadow:0px 0px 30px rgba(0,0,0,0.4); */
}

@media (prefers-reduced-motion: reduce) {
    section.rankings-section .partner-track {
        animation-play-state: paused;
    }
}

@keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start));
    }

    to {
        transform: translateX(var(--scroll-end));
    }
}

@keyframes scroll-y {
    from {
        transform: translateY(var(--scroll-start));
    }

    to {
        transform: translateY(var(--scroll-end));
    }
}

@media (max-width: 767px) {}

/* rankings section end */


/* advantage section start  */

.global-learning-section {
    background:url('../../../default/images/frontend/hindustan/blue_back.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size:100% 80%;
    border-radius: 12px; 
}
.section-title {
    font-size: 28px;
    font-weight: 700;
    text-align:right;
}
.section-title span {
    opacity: 0.85;
}
.adv-box {
    background: rgba(255, 255, 255, 0.12);
    padding: 10px;
    border-radius: 10px;
    height:110px;
}
.adv-icon {
    font-size: 26px;
    margin-right: 12px;
}
.adv-heading {
    font-weight: 600;
    margin-bottom: 4px;
}
.adv-text {
    font-size: 13px;
    opacity: 0.9;
    margin-bottom:0px;
}


/* advantage section end */



/*top partenrs section starts*/

:root {
    --color-text: #19232b;
    --color-bg: #e3e4e;
    --color-bg-accent: #000;
    --size: clamp(10rem, 0rem + 20vmin, 60rem);
    --gap: calc(var(--size) / 7);
    --duration: 30s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
}

section.partners-section {
    position: relative;
    padding: 60px 0;
    background: #ffffff;
    overflow: hidden;
}

section.partners-section h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
}
section.partners-section h3 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 10px;
    font-weight:600;
}
section.partners-section .partner-sub-slider {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);

}

section.partners-section .partner-sub-slider .partner {
    display: grid;
    place-items: center;
    width: var(--size);
    fill: var(--color-text);
    background: #fff;
    aspect-ratio: 16/9;
    padding: calc(var(--size) / 100);
    border-radius: 0.5rem;
}

section.partners-section .rule-one {
    border-width: 4px;
    border-color: #000;
    opacity: 0.2;
}

section.partners-section .partner-track {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll-x var(--duration) linear infinite;
}

section.partners-section .partner img {
    height: 100px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    /* box-shadow:0px 0px 30px rgba(0,0,0,0.4); */
}

@media (prefers-reduced-motion: reduce) {
    section.partners-section .partner-track {
        animation-play-state: paused;
    }
}

@keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start));
    }

    to {
        transform: translateX(var(--scroll-end));
    }
}

@keyframes scroll-y {
    from {
        transform: translateY(var(--scroll-start));
    }

    to {
        transform: translateY(var(--scroll-end));
    }
}

@media (max-width: 767px) {}


/*top partenrs section ends*/

/* award winning section start  */

.awardWinning{
    background:url('../../../default/images/frontend/hindustan/award.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size:100% 100%;
    padding:4% 0%;
}
.awardWinning h2{
    color:#fff;
    font-size:40px;
}
.awardWinning p{
    font-size:16px;
    color:#fff;
}
.awardWinning .awardCard{
    background:#fff;
    border-radius:15px;
    padding:4%;
    transition: transform 0.5s ease;
    height:250px;
}
.awardWinning .awardCard hr{
    border-top:1px solid #000;
}
.awardWinning .awardCard p{
    color:#000;
    font-size:14px;
}
.awardWinning .awardCard  ul{
    margin-top:-15px;
}
.awardWinning .awardCard  ul li{
    font-size:14px;
}
.awardWinning .awardCard:hover{
    background:#F6AA1C;
    transform: rotate(-5deg) scale(1.1);
}

/* award winning section end */

/* industry aligned section start */

.industryAligned{
    background:url('../../../default/images/frontend/hindustan/INDUSTRY_back.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size:100% 100%;
    padding:4% 0% 0% 0%;
}
.industryAligned h2{
    font-size:30px;
}
.industryAligned h3{
    font-size:50px;
    font-weight:900;
    color:#FBDCA1;
}
.industryAligned p{
    font-weight:600;
    color:#000;
    font-style:italic;
    font-size:13px;
}

/* industry aligned section end */

/* learning support section start */

.learningSupport{
    padding:3% 0%;
}
.learningSupport h2{
    color:#000;
    text-align:center;
    font-size:30px;
    font-weight:600;
}
.learningSupport p{
    font-weight:500;
    margin-top:5%;
    font-size:14px;
}

/* learning support section end */


/*country section starts*/

section.country-section {
    background:url('../../../default/images/frontend/hindustan/cta_back.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size:100% 100%;
}

section.country-section h2{
    font-size:50px;
    color:#fff;
    font-weight:bold;
}

section.country-section .country-content h2 {
    font-size: 32px;
    text-align: right;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
}

section.country-section .country-content a button{
    background:#F6AA1C;
    color:#000;
    padding:5px 50px;
    border-radius:50px;
    font-weight:600;
    font-size:22px;
    margin-top:10px;
}

section.country-section .country-content a button:hover{
    background:#0A1857;
    color:#fff;
}

section.country-section p{
    color:#fff;
    font-size:18px;
    margin-bottom:-3px;
    text-align:right;
}

section.country-section .country-content h4 {
    font-size: 26px;
    text-align: right;
    color: #fff;
}


/*country section ends*/

/*footer section starts*/
footer.footer-section {
    position: relative;
    padding: 0px 0 15px;
    background: #FCF3EF;
    overflow: hidden;
}

footer.footer-section .footer-left h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 5px;
}

footer.footer-section .footer-left p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

footer.footer-section .footer-left img {
    width: 175px;
}

footer.footer-section .footer-right p {
    font-size: 24px;
    color: #000;
}

footer.footer-section .footer-right h3 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
}

footer.footer-section .footer-right h3 a {
    font-size: 36px;
    display: block;
    font-weight: 700;
    color: #0000007d;
    transition: all ease 0.3s;
}

footer.footer-section .footer-right h3 a:hover {
    text-decoration: none;
    color: #BF0015;
}

footer.footer-section .footer-right h4 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
}

footer.footer-section .footer-right h4 a {
    font-size: 22px;
    font-weight: 600;
    color: #0000007d;
    transition: all ease 0.3s;
}

footer.footer-section .footer-right h4 a:hover {
    text-decoration: none;
    color: #BF0015;
}

footer.footer-section .copyright {
    position: relative;
    padding: 15px 0 0;
    text-align: center;
    border-top: 1px solid #00000057;
    margin-top: 15px;
}

footer.footer-section .copyright p {
    font-size: 16px;
    color: #000000bf;
    margin: 0;
    font-weight: 500;
}
@media (max-width: 767px) {
footer.footer-section {
    padding-bottom: 20px;
}

}
/*footer section ends*/

/*form css starts*/

section.banner-section .banner-form {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-top: 40px;
}

section.banner-section .register-panel h2 {
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

section.banner-section .ctplqryformbtn {
    display: block;
    color: #fff;
    width: 100%;
    font-size: 18px;
    background: #000;
    border-radius: 6px;
    border: 1px solid #000;
    font-weight: 700;
    padding: 8px 20px;
    transform: scale(1);
    transition: all ease .3s;
}

section.banner-section .ctplqryformbtn:hover {
    transform: scale(0.98);
    background: #BF0015;
    color: #fff;
    border: 1px solid #BF0015;
}

@media (max-width: 767px) {
    section.banner-section .banner-form {
        margin-top: 0;
    }
}


/*form css ends*/

@media screen and (min-width: 1299.98px) and (max-width: 1399.98px) {
    
}

@media screen and (min-width: 1199.98px) and (max-width: 1299.98px) {

    section.partners-section h2 strong {
        display: block;
    }
    section.country-section .country-content h2 {
        font-size: 32px;
    }
    section.country-section .country-content h3 {
        font-size: 26px;
        margin-top: 20px;
        padding-top: 20px;
    }
    section.country-section .country-content {
        padding: 10px 20px;
    }

}

@media screen and (min-width: 1023.98px) and (max-width: 1199.98px) {

    section.partners-section h2 strong {
        display: block;
    }
    section.country-section .country-content h2 {
        font-size: 32px;
    }
    section.country-section .country-content h3 {
        font-size: 26px;
        margin-top: 20px;
        padding-top: 20px;
    }
    section.country-section .country-content {
        padding: 10px 20px;
    }

}

@media screen and (min-width: 991.98px) and (max-width: 1023.98px) {


    section.partners-section h2 strong {
        display: block;
    }
    section.country-section .country-content h2 {
        font-size: 32px;
    }
    section.country-section .country-content h3 {
        font-size: 26px;
        margin-top: 20px;
        padding-top: 20px;
    }
    section.country-section .country-content {
        padding: 10px 20px;
    }

}


@media screen and (min-width: 767.98px) and (max-width: 991.98px) {


    section.partners-section h2 strong {
        display: block;
    }
    section.country-section .country-content h2 {
        font-size: 22px;
    }
    section.country-section .country-content h3 {
        font-size: 18px;
        margin-top: 20px;
        padding-top: 20px;
    }
    section.country-section .country-content {
        padding: 10px 20px;
    }


}


@media (max-width: 767.98px) {
    .header .navbar-brand img{
        width:55%;
    }
    section.banner-section .banner-headone h1 {
        font-size: 16px;
    }
    section.banner-section .banner-headone p {
        font-size: 16px;
    }
    section.banner-section .banner-headtwo h2 {
        font-size: 20px;
    }
    section.banner-section .banner-headtwo p {
        font-size: 15px;
    }
    section.banner-section .banner-headthree p {
        font-size: 14px;
    }
    section.banner-section .banner-dvs .row > div {
        border-right: none;
    }
    section.banner-section .banner-dv h3 .fnt-three {
        margin-top: 10%;
    }
    section.about-code-section .about-content h2 span {
        font-size: 16px;
    }
    section.about-code-section .about-content h3 {
        font-size: 16px;
    }
    section.about-code-section .about-content p {
        font-size: 12px;
    }
    section.learning-section .btn-one a {
        width: 95%;
        font-style: italic;
        margin-top:10%;
    }
    section.why-code-section .carousel-cell {
        width: 100%;
        padding: 10px;
    }
    section.why-code-section .why-head h3 {
        font-size: 16px;
        color: #fff;
    }
    section.why-code-section .why-cont h3 {
        font-size: 16px;
    }
    section.why-code-section .why-cont p {
        font-size: 14px;
    }
    .video-section{
        padding:10% 0%;
    }
    .video-section p {
        font-size: 14px;
        text-align:center;
    }
    .video-section h2 {
        font-size: 16px;
        text-align: center;
    }
    .video-section img.heading {
        width: 95%;
    }
    .courseSection ul .nav-item button.active {
        font-size: 20px;
    }
    section.rankings-section h3 {
        font-size: 25px;
        margin-top: 0px;
    }
    section.rankings-section h2 {
        font-size: 18px;
    }
    section.partners-section h2 {
        font-size: 16px;
        padding: 0 15px;
    }
    .global-learning-section {
        background-size: 100% 100%;
        padding-top: 10%;
    }
    .section-title {
        font-size: 28px;
        text-align: center;
        padding-left: 5%;
    }
    section.rankings-section {
        padding: 20px 0;
    }
    .awardWinning {
        padding: 15% 5%;
        background-size: cover;
    }
    .awardWinning h2 {
        color: #fff;
        font-size: 23px;
    }
    .industryAligned {
        padding: 15% 0% 0% 0%;
    }
    .learningSupport {
        padding: 15% 0%;
    }
    section.country-section h2 {
        font-size: 20px;
    }
    section.country-section .country-content h4 {
        font-size: 20px;
        text-align: left;
    }
    section.country-section p {
        text-align: left;
        font-size: 15px;
    }
    .adv-text {
        font-size: 14px;
        opacity: 0.9;
        margin-bottom: 0px;
    }


    section.partners-section h3 {
        margin-bottom: 0;
    }
    section.partners-section .partner-sub-slider .partner {
        width: 100px;
        border: 1px solid #ccc;
    }
    section.partners-section .partner img {
        height: 65px;
    }
    section.partners-section h3 {
        margin-bottom: 20px;
    }
    section.country-section {
        padding:  50px 30px;
    }
    section.country-section .container {
        padding: 0px 0px;
    }
    section.country-section .country-content h2 {
        font-size: 20px;
        text-align: center;
    }

    section.country-section .country-content h3 {
        font-size: 22px;
        text-align: center;
        margin-top: 15px;
        padding-top: 15px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    section.country-section .country-content h2 strong {
        display: block;
    }
    section.country-section .country-content {
        padding: 25px 8px 0px;
    }
    section.country-section .country-img {
        width: 100%;
        margin: auto;
    }
    section.country-section .container:before {
        display: none;
    }

}






/* call button start  */

.CallButton {
    position: fixed;
    bottom: 85px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background:#F6AA1C;
    border-radius: 100%;
    width: 60px;
    height: 60px;
  }
  .CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:#fff;
  }
  .CallButton a:hover{
    text-decoration: none;
    color:#fff;
  }
  
  /* call now button end  */
  
  
  /* Apply Now button start  */
  
  .applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 2200000;
    right: 0;
    box-shadow: 0 0 10px #ddd;
    background: #000;
    border-radius: 8px 0px 0px 8px;
    width: 40px;
    height: 100px;
    padding: 10px 10px 10px 20px;
    text-align: center;
    overflow: hidden;
  }
  
  .applyNowButton a {
    display: flex;
    color: #fff;
    transform: rotate(270deg);
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    width: 100%;
    align-items: center;
  }
  
  .applyNowButton a h5 {
    font-size: 14px;
  }
  
  .applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
  }
  
  .applyNowButton a img {
    max-width: 90%;
  }
  
  
  
  /* Apply Now  button end  */