@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

:root {
    --primary-color: #2db24b;
    --primary-color2: #002a3a;
    --primary-color3: #2db24b;
    --bg-regular : 'Brandon Grotesque Regular';
    --bg-mediun : 'Brandon Grotesque Web Medium';
    --bg-bold : 'Brandon Grotesque bold';
    --clb : 'Calibri';
}
@font-face {
    font-family: 'Calibri';
    src: url('../../fonts/Calibri.woff2') format('woff2'),
    url('../../fonts/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calibri';
    src: url('../../fonts/Calibri-Bold.woff2') format('woff2'),
    url('../../fonts/Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Brandon Grotesque Regular";
    src: url("../../fonts/brandon/brandon-regular.eot");
    src: url("../../fonts/brandon/brandon-regular.eot?#iefix")format("embedded-opentype"),
    url("../../fonts/brandon/brandon-regular.woff2")format("woff2"),
    url("../../fonts/brandon/brandon-regular.woff")format("woff"),
    url("../../fonts/brandon/brandon-regular.ttf")format("truetype"),
    url("../../fonts/brandon/brandon-regular.svg#Brandon Grotesque Regular")format("svg");
}
.bg-regular {
    font-family: "Brandon Grotesque Regular"!important;
    font-weight: normal!important;
}
.bg-medium {
    font-family: "Brandon Grotesque Web Medium"!important;
    font-weight: normal!important;
}
.bg-bold {
    font-family: "Brandon Grotesque Bold"!important;
    font-weight: normal!important;
}
.clb {
    font-family: var(--clb)!important;
}

@font-face {
    font-family: "Brandon Grotesque Web Medium";
    src: url("../../fonts/brandon/brandon-medium.eot");
    src: url("../../fonts/brandon/brandon-medium.eot?#iefix")format("embedded-opentype"),
    url("../../fonts/brandon/brandon-medium.woff2")format("woff2"),
    url("../../fonts/brandon/brandon-medium.woff")format("woff"),
    url("../../fonts/brandon/brandon-medium.ttf")format("truetype"),
    url("../../fonts/brandon/brandon-medium.svg#Brandon Grotesque Bold")format("svg");
}

@font-face {
    font-family: "Brandon Grotesque Bold";
    src: url("../../fonts/brandon/brandon-bold.eot");
    src: url("../../fonts/brandon/brandon-bold.eot?#iefix")format("embedded-opentype"),
    url("../../fonts/brandon/brandon-bold.woff2")format("woff2"),
    url("../../fonts/brandon/brandon-bold.woff")format("woff"),
    url("../../fonts/brandon/brandon-bold.ttf")format("truetype"),
    url("../../fonts/brandon/brandon-bold.svg#Brandon Grotesque Bold")format("svg");
}



*{padding: 0;margin: 0;}
body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Calibri';
    background:#fff;
    font-size:16px;
    font-weight:normal;
    color:#2b2b2b;
    overflow-x:hidden;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
h1{font-size:50px;color:var(--primary-color);line-height:1.2;font-weight:bold;margin-bottom:20px;}
h2{font-size:40px;color:var(--primary-color);line-height:1.2;font-weight:bold;margin-bottom:20px;}
h3{font-size:32px;color:var(--primary-color);line-height:1.2;font-weight:bold;margin-bottom:20px;}
h4{font-size:28px;color:var(--primary-color);line-height:1.3;font-weight:bold;margin-bottom:20px;}
h5{font-size:24px;color:var(--primary-color);line-height:1.3;font-weight:bold;margin-bottom:20px;}
h6{font-size:22px;color:var(--primary-color);line-height:1.3;font-weight:bold;margin-bottom:20px;}

h1, h2, h3, h4, h5, h6 {
    font-family: "Brandon Grotesque Regular";
    font-weight: normal;
}

.select2-container {
    width: 100% !important;
}
.select2 {
    border: 1px solid var(--primary-color);
    padding: 12px 10px;
    border-radius: 0;
    -webkit-appearance: none;
    height: 50px;
    background-image: url("../img/select-arrow.png");
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 18px;
    font-size: 15px;
    background-color: transparent;
    color: #495057;
}
.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #337ab7;
    color: #fff;
}
.form-control {
    border: 1px solid var(--primary-color);
    padding: 10px 15px;
    border-radius: 0;
    -webkit-appearance: none;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}
input.form-control {
    height: 50px;
}
select.form-control {
    height: 50px;
    background-image: url("../img/select-arrow.png");
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 18px;
}
p{font-size:16px;color:#2b2b2b;line-height:1.5;font-weight:normal;margin-bottom:20px;}
p i{color:#012060;}
a{color:var(--primary-color);outline:none;}
a:hover{text-decoration:none;color:#012060;}
ul {padding-left: 40px;margin-bottom: 20px;}
.text-primary {
    color: var(--primary-color)!important;
}
.lm-btn-div .btn-outline-primary{
    border-color: var(--primary-color)!important;
    color: var(--primary-color)!important;
}
.btn-outline-primary:hover {
    color: #fff!important;
    border-color: var(--primary-color)!important;
    background-color: var(--primary-color)!important;
}
.btn-radius {
    border-radius: 0!important;
}
.pcolor2 {
    color: var(--primary-color2) !important;
}
.bgcolor3 {
    background-color: var(--primary-color3) !important;
}
.font-regular {
    font-weight: 400!important;
}
.font-mediunm {
    font-weight: 500!important;
}
header{background:#ffffff;z-index:1;}
.fix-header {
    position: sticky;
    top: 0;
    width: 100%;
    background: #ffffffd4;
    z-index: 1;
}
.login-page .form-control{border:1px solid #e4e4e4;background:#f7f7f7;}
video{width:100%;}
.inner_banner{margin-top:90px;}
.pt-120{padding-top:120px;}
.banner-text{position:absolute;top:100px;width:100%;}
.banner-ctn h1{margin-bottom: 10px}
.banner-ctn p{font-weight: bolder}
.inner_banner{margin-top:90px;}
.banner-ctn{margin-top:170px;}
.banner-ctn sup{display:inline;vertical-align:super;font-size:15px;}
.banner-ctn p{font-size:18px;color:black;}
.contact-us{background:#f2f2f2;padding:30px;}
.login-page .form-check-label{position:relative;top:-2px;}
.login-page .form-check{display:inline-block;}
.contact-us h3{margin-bottom:20px;}
h2 sup,h3 sup{display:inline;vertical-align:super;font-size:15px;}
s{text-decoration:none;color:#012060;}
.navbar{padding:2px 15px;}
.banner-ctn .btn{background:#fff;color:#000;padding:5px 12px;font-weight:600;line-height:1;}
.nav > li > span{line-height:1;text-align:center;display:block;color:var(--primary-color);font-size:10px;margin-bottom:2px;}
.nav > li:last-child{margin-left:20px;text-align:center;}
.nav > li:last-child img{display:block;margin:auto;}

.navbar .container{flex-flow:column !important;}
.main-header-top{width:100%;}
.right-logo span{line-height:1.2;text-align:center;display:block;color:#000;font-size:14px;font-weight:600;margin-right:10px;}
#navmenu{width:100%;position:absolute;left:0;bottom:-26px;}
#navmenu .nav{width:600px;max-width:100%;background:#012060;border-radius:50px;justify-content:center;padding:8px 15px;margin-left:40px;}
#navmenu .nav .nav-item{margin:0 15px;}
.nav-link{color:#fff;font-weight:600;padding:0;line-height:normal;}
.nav-link:hover{color:#000;}
.nav-link.btn{background:#fff;color:#000;padding:5px 20px;font-weight:600;}
.nav-link.btn:hover{background:#000;color:#fff;}
.login{max-width:360px;padding:0 0 30px 0;background:#ffffffd9;overflow:hidden;margin:80px auto 0;border-radius:5px;}
.login .btn{background:var(--primary-color);color:#fff;padding:8px 30px;text-transform:uppercase;border-radius:50px;font-weight:600;width:250px;display:block;margin:0 auto;}
.login-page .btn{background:var(--primary-color);color:#fff;padding:8px 30px;text-transform:uppercase;border-radius:50px;font-weight:600;width:100%;}
.login-page a{color:#012060;display:inline-block;margin-bottom:0px;}
.login-page p{margin:20px 0 0;}
.login-page p a{margin:0;}
.login-page h2{margin-bottom:30px;}
.bg-login{position:fixed;width:100%;height:100%;background:url(../img/loginbg.jpg) no-repeat center center;background-size:cover;}
.bg-login video{opacity:0.2;}
.login-page img{margin:auto;text-align:center;display:block;}
.login-box{width:400px;max-width:100%;margin:0 auto 20px auto;display:block;padding:30px;border:1px solid #eee;}
.login-page .loginlogo{margin:auto;}
.login-page{width:650px;padding:20px;position:absolute;max-width:calc(100% - 30px);top:50%;left:50%;Transform:translate(-50%, -50%);background:#ffffff;border-radius:5px;box-shadow:0 7px 24px 2px rgba(0, 0, 0, 0.1), 5px 7px 17px 2px rgba(0, 0, 0, 0.15);}
.login-page .top-logo img{width:300px;max-width:100%;margin:20px auto;}
.banner{position:relative;max-height:130vh;overflow:hidden;}
.intro p{padding:0 10%;}
.section{padding:80px;background:url(../img/bgl.png) no-repeat center left;overflow:hidden;background-size: 21%;}
.section.bg{padding:80px;background:#f7f7f7 url(../img/bgr.png) no-repeat center right;background-size: 21%;}
.section.app{background:none;}
.section.app p {color: #fff;}
.section.app h2 {margin-bottom: 10px}
.app ul{padding:0;}
.app li{display:inline-block;list-style-type:none;}
.app li a{color:#ffffff;text-decoration:none;background:var(--primary-color);padding:15px;display:block;min-width:230px;margin:0 10px;border-radius:5px;transition:all 0.5s ease-in-out 0s;}
.app li a:hover{color:#ffffff;text-decoration:none;background:#090909;}
.footer-top a img{max-width:190px;margin-bottom:20px;}
.footer-social a{color:#fff;background:var(--primary-color);height:40px;width:40px;display:inline-block;text-align:center;line-height:40px;margin-right:10px;border-radius:50%;}
footer{background:#f2f2f2;}
.copyrights ul{padding:0 0 5px 0;margin: 0;}
.copyrights p{color:#012060;margin: 0;}
.copyrights ul li{list-style-type:none;display:inline-block;margin-right:10px;}
.copyrights ul li a{color:#000022;display:block;}
.copyrights ul li a:hover{color:#012060;}
.copyrights-right span {display: block;width: 350px;text-align: center;margin-bottom: 5px;font-size: 14px;font-weight: 600;max-width: 100%;}
.footer-link ul{padding:0;margin:0;}
.footer-link ul li{list-style-type:none;display:inline-block;margin-right:10px;}
.footer-link{background:var(--primary-color);padding:10px 0;}
.footer-link ul li a{color:#ffffff;display:block;}
.copyrights{margin:0;padding:10px 0;}
.copyrights-right-logos img{margin: 0 0 0 20px}
#aboutus li{font-size:16px;margin-bottom: 5px}
#aboutus h4{margin-bottom: 10px;}
.app .intro.text-center{background:#012060;color:#fff;padding:30px;border-radius:5px;}
.textright{padding-left:60px;}
.section img{border:1px solid #e4e4e4;border-radius:5px;}
.app h2.title{color:#fff;}
canvas{display:block;vertical-align:bottom;}
.num{clear:both;font-size:22px;opacity:0.7;color:#3FCC25;letter-spacing:8px;}
.binary{background:var(--primary-color);}
.login h2{font-size:18px;font-weight:700;color:var(--primary-color);margin:15px 0;text-transform:uppercase;}
.card{position:relative;margin:.5rem 0 1rem 0;background-color:#ffffff;border-radius:2px;-webkit-box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);}
.card .card-content{padding:24px;border-radius:0 0 2px 2px;}
.topic-detail{margin-top:13px;list-style-type:none;-webkit-padding-start:0;}
ol{padding:0;}
.topic-detail li{margin-bottom:6px;position:relative;}
.topic-detail li .fa{position:absolute;right:-30px;top:3.5px;color:#424242;}
.topic-detail.right{text-align:right;}
.card .card-content .card-title{display:block;line-height:32px;margin-bottom:8px;font-size:22px;font-weight:600;}
.card .card-action{position:relative;border-top:1px solid rgba(160, 160, 160, 0.4);padding:8px 24px;}
.card .card-action a{margin:0;}
.inner-intro h2.title{text-align:center;color:#fff;background:var(--primary-color);margin:0;padding:20px 0 15px 0;}
.inner_banner {
    margin-top: 0;
}
.section .topic-detail .btn{width:100%;border:0;}
.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:var(--primary-color);border-color:var(--primary-color);}

/* ---- stats.js ---- */
.count-particles{background:#000022;position:absolute;top:48px;left:0;width:80px;color:#13E8E9;font-size:.8em;text-align:left;text-indent:4px;line-height:14px;padding-bottom:2px;font-family:Helvetica, Arial, sans-serif;font-weight:bold;}
.js-count-particles{font-size:1.1em;}
#stats,.count-particles{-webkit-user-select:none;margin-top:5px;margin-left:5px;}
#stats{border-radius:3px 3px 0 0;overflow:hidden;}
.count-particles{border-radius:0 0 3px 3px;}
.section .btn{background:#012060;color:#fff;padding:8px 40px;text-transform:uppercase;border-radius:50px;font-weight:600;margin-bottom:20px;}
.section.bg-none{background:none;}
.inner header{position:relative;}

/* ---- particles.js container ---- */
#particles-js{width:100%;height:100%;position:absolute;top:0;}


.banner div{max-height:130vh;}
.banner-stamp{position:absolute;bottom:50px;left:50px;width:100%;}
.banner-stamp img{width:15%;}
.copyrights-left span{display:block;font-size:14px;width:120px;text-align:center;}

#alertmessage {margin: 10px 0;display: inline-block;padding: 5px 20px;color: #ff0000;}

.video-box {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 30px;
}
.video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* cookie */
/*.cookie-container {*/
/*    position: fixed;*/
/*    bottom: -100%;*/
/*    left: 0;*/
/*    right: 0;*/
/*    background: #000000;*/
/*    color: #000000;*/
/*    padding: 0 32px;*/
/*    box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);*/
/*    transition: 400ms;*/
/*}*/
.cookie-settings{
    text-decoration:underline;
}

/*.cookie-container.active {*/
/*    bottom: 0;*/
/*}*/

.cookie-container a{
    color: #f5f6fa;
}
.cookie-text p{
    /* background-color: blueviolet; */
    position: relative;
    top: 12px;
    color: #f5f6fa;
    font-size: 13px;
    font-weight: 500;
}
.cookie-container .modal-body p {
    margin: 0;
    font-size: 18px;
    text-align: center;
}
.cookie-container .modal-footer .btn {
    margin: 0;
    padding: 10px 25px;
    min-width: 150px;
    line-height: 12px;
    border-width: 1px;
    font-size: large;
    height: 50px;
}
.cookie-container .modal-footer {
    display: flex;
    gap: 15px;
}
.cookie-btn {
    background: var(--primary-color);
    border: 0;
    color: #f5f6fa;
    padding: 12px 48px;
    margin-left: 12px;
    font-size: 14px;
    margin-bottom: 16px;
    border-radius: 2px;
    cursor: pointer;
}
.cookie-container.active {
    opacity: 1;
    display: block;
}
.cookie-container.active:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.7;
}
.cookie-icon {
    width: 90px;
    height: 90px;
    background-color: var(--primary-color);
    font-size: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    margin: 0 auto 10px;
}
/* end cookie */


/* New Start */
.login-banner {
    height: 100%;
}
.login-banner {
    background-image: url("../img/home-banner.png");
    background-size: cover;
    background-position: top left;
}
.slider-banner-div {
    position: relative;
}

.slider-banner-div .carousel-indicators {
    position: absolute;
    margin: 35px 0 0 0;
    justify-content: start;
    left: 50px;
    bottom: 70px;
}
.slider-banner-div .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
    opacity: 1;
    border: 1px solid #ffffff;
}
.slider-banner-div .carousel-indicators li.active {
    background-color: var(--primary-color);
}
.login-with-div {
    display: flex;
    justify-content: start;
    padding-left: 20px;
    color: #777;
}
.loginregisterul {
    padding: 0;
    margin: 0 ;
    display: flex;
}
.loginregisterul li {
    display: block;
    margin-left: 15px;
    position: relative;
}
.loginregisterul li label::before {
    content: "";
    width: 15px;
    height: 15px;
    border: 3px solid #686868;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
}
.loginregisterul li input:checked + label:before {
    background-color: #02bec3;
}
.loginregisterul li input {
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.top-logo {
    width: 300px;
    height: auto;
    margin: 0 auto 60px;
}E
 .login-section {
     height: 100%;
 }
.login-form-div {
    height: 100%;
    width: 415px;
    margin: auto;
    padding: 70px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.login-align-div {
    width: 100%;
}
.iconsent-check input {
    width: 25px;
    height: 25px;
    position: relative;
    margin-right: 10px;
    top: -2px;
    flex: 0 0 25px;
}
.iconsent-check {
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-btn .btn {
    height: 50px;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-custom {
    height: 50px!important;
}
.modal-logo {
    max-width: 170px;
    margin: 0 auto 30px;
}
.custom-modal .modal-content {
    border: 1px solid var(--primary-color);
    border-radius: 0;
}
.modal-custom-width {
    padding: 25px 50px;
}
.password-guide {
    margin: 0 0 15px 0;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
}
.password-guide li {
    display: block;
    font-size: 12px;
    flex: 0 0 50%;
    padding-left: 20px;
    position: relative;
    background-image: url("../img/password-icon.png");
    background-size: 14px;
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: 300;
}
.ti-quote {
    font-size: 32px;
    position: absolute;
    color: #a5a4a4;
}
.quote-left {
    left: 15px;
}
.quote-right {
    right: 15px;
}
.faculties-carousel .center .TestimonialItemAuthorImg {
    border: 3px solid #259dcc;
}
.faculties-carousel .center .ti-quote{
    color: #259dcc;
}
.faculties-carousel .center .TestimonialItemAuthorDetails {
    border-left: 5px solid #259dcc;
}
.faculties-carousel .center .TestimonialItemSummery {
    color: var(--primary-color);
}
/* New End */



.top-header {
    padding: 15px 0;
    /* background-image: url("../img/header-bg.gif"); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
}
/*.bend-header .top-header {
    padding: 25px 0 20px;
    background-image: url("../img/header-bg.gif");
    background-repeat: no-repeat;
    background-size: cover;
}*/
.blogo img {
    width: 340px;
}

.custom-navbar .navbar-collapse {
    justify-content: end;
}
.custom-navbar .navbar-collapse .navbar-nav li {
    margin: 0 15px;
}
.custom-navbar .navbar-collapse .navbar-nav li a.nav-link {
    position: relative;
    padding: 10px 0;
}
.custom-navbar .navbar-collapse .navbar-nav li a:hover {
    color: var(--primary-color);
}
/*.custom-navbar .navbar-collapse .navbar-nav li.nav-item.active a,
.custom-navbar .navbar-collapse .navbar-nav li.nav-item a:hover{
    color: #ffffff;
}*/
.custom-navbar .navbar-collapse .navbar-nav li.nav-item a::before

{
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 3px;
    background-color: var(--primary-color);
    border-radius: 30px;
    margin: auto;
    right: 0;
}
.custom-navbar .navbar-collapse .navbar-nav li.nav-item.active a::before,
.custom-navbar .navbar-collapse .navbar-nav li.nav-item a.active::before{
    width: 100%;
}
.custom-navbar .navbar-collapse .navbar-nav li.nav-item a.active,
.custom-navbar .navbar-collapse .navbar-nav li.nav-item.active a{
    color: var(--primary-color);
}
.custom-navbar .navbar-collapse .navbar-nav li.nav-item a:hover::before,
.custom-navbar .navbar-collapse .navbar-nav li.active a::after{
    width: 100%;
    transition: 0.2s;
}
.custom-navbar .navbar-collapse .navbar-nav li.dropdown a:before {
    display: none;
}

.case-number-div h1 {
    margin-bottom: 10px;
}
.case-number-div {
    position: relative;
    padding: 0;
    margin: 0;
}
.case-number-section .row .col-md-3:last-child .case-number-div:after{
    display: none;
}
/*.case-number-div::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -15px;
    background-color: #333;
    top: 0;
}*/

.case-module-head {
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}
.case-module-head h3 {
    font-weight: 400;
    font-size: 24px;
}
.case-module-card {
    display: flex;
    border-bottom: 1px solid #000000;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.case-module-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.case-module-img {
    flex: 0 0 290px;
    height: 290px;
    border-radius: 0;
    overflow: hidden;
    margin-right: 25px;
    background-color: transparent;
}
.case-module-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.case-module-detail h2 {
    font-size: 30px;
    margin-bottom: 5px;
}
.case-module-detail h6 {
    margin: 0;
    color: #5a5c72;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
}
.case-btn-div .btn {
    font-size: 14px;
    padding: 12px 20px;
    height: auto;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-weight: 600;
}
.case-btn-div .btn a{
    font-weight: 600;
}
.case-btn-div .score-btn {
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
}
.progress-div-box .progress .progress-bar {
    font-size: 0;
}
.ongoing-btn {
    /*border: 1px solid #58595b;*/
    /*background-color: #ffffff;*/
    /*color: var(--primary-color);*/
    /*position: relative;*/
    /*overflow: hidden;*/
}
/*.ongoing-btn::after {
    display: none;
    content: "";
    height: 3px;
    background-color:  var(--primary-color);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}*/
.case-number-section a {
    text-decoration: none;
}
.case-btn-div span {
    font-size: 18px;
    font-weight: 600;
}
.case-btn-div {
    width: 100%;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: auto;
}
.score-btn .og-number {
    display: block;
    background-color: transparent;
    padding: 0;
    text-transform: capitalize;
}
.og-number {
    font-size: 12px;
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 4px;
    margin-left: 10px;
}
.bend-footer {
    margin: 0;
    background-color: transparent;
    text-align: center;
}
.bend-footer p {
    font-size: 14px;
    color: #585972;
    border-top: 1px solid #000000;
    padding-top: 20px;
}
.case-module-detail p {
    color: #5a5c72;
    font-size: 14px;
}
.abbott-logo {
    max-width: 200px;
    left: 10%;
    position: absolute;
    top: 50px;
    padding: 0;
}
.slider-ul {
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.slider-ul li img {
    width: 50px;
}
.slider-ul li {
    position: relative;
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    color: #fff;
    width: 100%;
    font-weight: 600;
    gap: 20px;
    margin-bottom: 40px;
}
.slider-ul li:last-child {
    margin-bottom: 0;
}
.slider-ul li div {
    width: 50px;
}
.slider-ul li p {
    margin: 0;
    color: #fff;
}
.slider-ul li h6 {
    margin: 0;
    font-size: 20px;
    color: #ffffff;
    min-width: 180px;
    position: relative;
}
.fl-div h6 {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
}
.slider-ul li:last-child:after {
    display: none;
}
.slider-ul li h6::after {
    content: "";
    position: absolute;
    right: -5px;
    height: 100%;
    width: 1px;
    top: 0;
    background-color: #ffffff;
}
.fl-div {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.fl-div div {
    width: 30px;
}
.slider-banner-div {
    height: 100%;
}
.slider-banner-div .carousel {
    height: 100%;
}
.slider-banner-div .carousel-inner {
    height: 100%;
}
.slider-banner-div .carousel-inner .carousel-item {
    height: 100%;
}
.carousel-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    padding: 50px 50px 120px;
    position: relative;
}
/*.shape-bg .carousel-content::after {*/
/*    content: "";*/
/*    background-image: url("../img/banner-bg-shape.png");*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    !*background-color: red;*!*/
/*    opacity: 0.5;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*}*/
.slider-banner-div .carousel-inner .slider2 {
    background-image: url("../img/slider2.jpg");
}

.slider-banner-div .carousel-inner .slider4 {
    background-image: url("../img/slider4.png");
}
.slider-banner-div .carousel-inner .slider6 {
    background-image: url("../img/slider6.png");
}
.fc-div {
    width: 100%;
}
.fc-sd {
    margin-bottom: 40px;
}
.front-footer {
    background-color: #000000;
    padding: 50px 0;
}
.front-footer p {
    color: #ffffff;
    font-size: 14px;
    margin-top: 25px;
}
.footer-link-ul li {
    margin-bottom: 10px;
}
.footer-link-ul li a {
    color: #ffffff;
}
.footer-link-ul {
    padding: 0;
    margin: 0;
}
.header-menu-ul li {
    margin-left: 25px;
    display: block;
}
.footer-link-ul li a:hover {
    color: #259dcc;
}
.slider-banner-div .carousel-item {
    background-image: url("../img/slider-video.gif");
    background-size: cover;
    background-repeat: no-repeat;
}
.front-footer p a:hover {
    color:var(--primary-color);
}
.custom-modal .modal-dialog {
    max-width: 600px;
}
.case-btn-div .btn {
    text-transform: uppercase;
}
.case-btn-div .btn button {
    font-weight: 600;
    text-transform: uppercase;
}
.btn {
    border-radius: 0;
}
.case-module-section.py-4 {
    padding-bottom: 0 !important;
    padding-top: 80px !important;
}
.profile-div .form-btn {
    max-width: 500px;
    margin: auto;
}
.profile-div .form-group label {
    display: none;
}
.case-number-section .row .col-sm-4:last-child .case-number-div:after {
    display: none;
}
.case-btn-div .ongoing-btn {
    cursor: default !important;
}
.case-btn-div .score-btn {
    cursor: default !important;
}
.header-menu .dropdown .dropdown-menu {
    border: 1px solid #259dcc;
    padding: 0;
    border-radius: 0;
    min-width: 100px;
    right: 0;
    left: auto;
}
.header-menu .dropdown .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #259dcc;
    font-size: 14px;
    padding: 5px 15px;
    color: #259dcc;
}
.header-menu .dropdown .dropdown-menu .dropdown-item:active {
    color: #ffffff!important;
}

.case-module-list {
    margin-bottom: 120px;
}
.loginregisterul li label {
    padding-left: 20px;
    margin-bottom: 0;
    position: relative;
}
.form-login .btn {
    text-transform: uppercase;
    font-weight: 600;
}
.top-header .navbar-brand {
    padding-bottom: 15px;
    display: inline-block;
}
.bend-header .navbar-brand .blogo img {
    width: 300px;
}
.header-menu-ul li {
    margin-left: 0;
    display: block;
    width: 70px;
}
#myModal .modal-dialog {
    max-width: 70%;
}
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-fade.mfp-ready {
    height: auto !important;
    top: 20% !important;
}
.slider-banner-div .carousel-inner .btn {
    font-weight: 600;
}
.logout-modal .modal-body {
    padding: 0;
}
.logout-modal .close {
    position: absolute;
    right: 10px;
    z-index: 1;
    border: 1px solid #fff;
    width: 23px;
    height: 23px;
    color: #fff;
    opacity: 1;
    border-radius: 50%;
    font-size: 16px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    line-height: 30px;
    background-color: transparent;
}
.lm-modal-div h1 {
    font-weight: 500;
    font-size: 34px;
    text-align: center;
    color: var(--primary-color) !important;
}
.lm-modal-div {
    padding: 20px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.lm-btn-div {
    width: 100%;
}
.logout-img {
    height: 100%;
    position: relative;
    left: 1px;
}
.logout-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/* Landing Page Start */
.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}
/* xclip */
.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
    /* line */
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    width: 2px;
    height: 70%;
    background-color: #aebcb9;
}

.cd-headline.clip b {
    opacity: 0;
}

.cd-headline b.is-visible {
    opacity: 1;
    font-weight: 900;
}

.header .caption h1 {
    margin: 10px 0;
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.landing-banner-div {
    min-height: 100vh;
    background-image: url("../img/slider-video.gif");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.landing-header {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    background-color: transparent;
    padding: 10px 0;
}
.csu-btn-div .btn {
    padding: 10px 0;
    border-radius: 5px;
    margin-bottom: 20px;
}
.clinic-box {
    text-align: center;
    margin: 15px 0;
}
.clinic-box img {
    height: 70px;
    margin-bottom: 15px;
}
.clinic-box h4 {
    margin-bottom: 10px;
    color: #ffffff;
}
.clinic-box p {
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    line-height: 20px;
}
.div-title h1 {
    font-weight: 400;
    color: #000000;
    font-size: 38px;
}
.div-title p {
    color: #000000;
    padding-left: 30px;
}
.vidoo-div {
    height: auto;
    /* background-color: #333; */
    position: relative;
    max-width: 1000px;
    margin: auto;
}
.vidoo-div iframe {
    border-radius: 15px;
}
.aboutBox .aboutBoxDetails .aboutBoxDetailsSummeryText b {
    font-weight: 700;
}
.mainBox .pmBox .pmBoxSummery p {
    font-family: "Rubik", sans-serif;
    font-size: 18px;
}
.landing-about {
    padding: 70px 0;
    background-image: url("../img/wlc-bg.jpg");
    background-size: cover;
    background-position: center center;
}
.div-title {

}
/* Landing Page End */

.feature-card span img {
    width: 45px;
}
.feature-card h6 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin-top: 5px;
    min-height: 50px;
}
.feature-card {
    background-color: #f1f1f2;
    padding: 20px;
    height: 100%;
}
.feature-card p {
    font-size: 12px;
    color: #000000;
    margin-top: auto;
    margin-bottom: 0;
}
.testimonial-section .carousel-inner{
    padding: 100px 0;
}
.testimonial-section {
    padding: 100px 0;
    background-image: url("../img/wlc-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.testimonial-card h5::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../img/quote-left.svg");
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    top: 1px;
}
.testimonial-card h5::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../img/quote-right.svg");
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    top: 1px;
}
.feature-section {
    padding: 80px 0;
    background-image: url("../img/about-bg.png");
    background-size: cover;
    background-position: center center;
}
.testimonial-card h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}
.testimonial-name h6 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.testimonial-div .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #6d6d6d;
    opacity: 1;
    border-radius: 50%;
}
.testimonial-div .carousel-indicators li.active {
    background-color: #0f94d3;
}
.faculties-section {
    padding: 100px 0;
}
.faculti-img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto 20px;
    border-radius: 15px;
    border: 2px solid #dddddd;
}
.faculti-detail {
    text-align: center;
}
.faculti-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.faculti-detail h6 {
    font-size: 22px;
    color: var(--primary-color);
    margin-bottom: 10px;
    font-weight: 600 !important;
}
.faculti-detail p {
    font-size: 16px;
    color: #000000;
}
.ftr-tabs .nav {
    margin: 0 -10px;
}
.ftr-tabs .nav .nav-item .nav-link {
    padding: 25px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
    background-color: #0b2243;
}
.ftr-tabs .nav .nav-item {
    flex: 0 0 50%;
    padding: 0 10px;
    margin: 0 0 20px 0;
}
.ftd-left-text p {
    font-size: 22px;
    color: #ffffff;
}
.ftr-tabs .nav .nav-item .nav-link span {
    margin-bottom: 10px;
    display: block;
    font-size: 36px;
}
.ftd-content p {
    color: #ffffff;
}
.ftd-content p i{
    color: #ffffff;
}
.ftd-left-text {
    position: relative;
}
.ftd-content p {
    color: #ffffff;
    padding: 0;
    margin: 0;
    font-size: 22px;
}
.ftd-content {
    position: relative;
    margin-bottom: 50px;
}
.ftd-box {
    position: relative;
}
.ftd-box::after {
    content: "";
    height: 100%;
    width: 2px;
    background-color: #0f94d3;
    position: absolute;
    top: 0;
    right: -25px;
    margin: auto;
    border-radius: 390px;
    bottom: 0;
}
.ftd-right-text {
    padding-left: 20px;
}
.ftr-tabs .nav .nav-item .nav-link.active,
.ftr-tabs .nav .nav-item .nav-link:hover{
    background-color: #ffffff;
    color: #000000;
}

.ftr-tabs .nav .nav-item .nav-link.active span,
.ftr-tabs .nav .nav-item .nav-link:hover span{
    color: var(--primary-color);
}
.program-feature-section {
    padding: 100px 0;
}
.sessions-card {
    background-color: #f1f1f2;
    text-align: center;
    margin-bottom: 30px;
}
.session-img {
    position: relative;
}
.session-content {
    padding: 50px;
}
.session-content p {
    margin-bottom: 0;
    font-size: 14px;
    color: #000000;
}
.session-content small {
    font-size: 14px;
    font-weight: 500;
}
.session-content h6 {
    color: #000000;
    font-size: 18px;
    margin-top: 5px;
}
.live-sessions-section {
    padding: 100px 0;
    background-image: url("../img/about-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.session-date-label {
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: var(--primary-color);
    color: #fff;
    padding: 7px 14px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}
.visit-brands-section {
    padding: 100px 0;
}
.btn-dark-primary {
    background-color: #0b2243;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    padding: 35px 0;
}
.primary-dark {
    color: #a8dff5 !important;
}
.btn-dark-primary:hover {
    color: #ffffff;
}
.case-number-section {
    background-color: #F4F4F4;
    padding: 40px 15px !important;
}
.case-number-section .container {
    border-bottom: 2px solid #195266;
    padding-bottom: 20px;
}
.case-number-div::before {
    content: "";
    width: 100%;
    background: linear-gradient(173deg, rgba(100,204,201,1) 0%, rgba(0,136,194,1) 100%);
    position: absolute;
    left: 0;
    height: 10px;
    bottom: -26px;
    top: auto;
    margin: auto;
    right: 0;
    width: 0;
}
.case-number-div:hover::before {
    width: 100%;
    transition: 0.2s;
}
.case-number-div p {
    margin-bottom: 0;
    font-size: 24px;
}
.dr-modal button.close {
    padding: 0;
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    opacity: 1;
    font-size: 22px;
    background-color: #259dcc;
    color: #ffffff;
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.way-content h4 {
    font-size: 34px;
}
.way-content p {
    font-size: 20px;
}
.csu-btn-div p {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #259dcc;
}
.slider-testimonial-div {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: start;
}
.fc-sd-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.fc-sd-box p {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
}
.fc-sd-box div {
    max-width: 50px;
}
.slider-testimonial-div .std-img {
    flex: 0 0 80px;
    max-width: 80px;
}
.std-detail h5 {
    margin: 0;
    color: #ffffff;
}
.std-detail p {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
}
.faculti-detail h6 {
    margin-bottom: 5px;
}
.custom-blog-col {
    flex: 1 0 0;
    max-width: 100%;
    position: relative;
}
.custom-blog-col:hover,.custom-blog-col.active {
    flex: 2 0 0;
    transition: 0.2s;
}
.custom-row .custom-blog-col .cu-img-box{
    opacity: 1;
}
.custom-row {
    display: flex;
    gap: 30px;
}
.custom-blog-col .cu-img-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0;
}
.custom-blog-col .cu-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom-blog-col:hover .cu-img-box,
.custom-blog-col.active .cu-img-box{
    opacity: 1;
}
.UpcomingLiveSessionsFirstBoxDetailsSummeryContent p {
    color: #fff;
    margin: 0;
}
.UpcomingLiveSessionsFirstBoxDetailsSummeryContent {
    display: none;
}
.custom-blog-col:hover .UpcomingLiveSessionsFirstBoxDetails .UpcomingLiveSessionsFirstBoxDetailsSummeryContent,
.custom-blog-col.active .UpcomingLiveSessionsFirstBoxDetails .UpcomingLiveSessionsFirstBoxDetailsSummeryContent
{
    display: block;
}
.counterBox .counterBoxImgBoxDetails .counterBoxImgBoxDetailsHeading::before {
    content: "~";
}
.TestimonialItemAuthorImg {
    overflow: hidden;
}
/*.testimonial-box {
    margin-top: 50px !important;
    min-height: 305px !important;
}*/
.TestimonialItemSummery {
    min-height: 35px;
}
.TestimonialItemAuthor {
    display: flex;
    align-items: center;
}


.ticker-container {
    background: #259dcc;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.ticker-text {
    height: 150%;
    color: #fafafa;
    white-space:nowrap;
    display:inline-block;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.ticker-text h3 {
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding: 10px 0;
    text-transform: capitalize;
}
.tab-img-box img {
    width: 100%;
}
.clinical-list-div {
    display: flex;
    flex-wrap: wrap;
}

.cld-box {
    display: flex;
    align-items: center;
}
.cld-box {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.cld-text h4 {
    color: #ffffff;
    margin: 0;
}
.cld-text p {
    color: var(--primary-color);
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.first-slider-div {
    padding-left: 0;
    padding-right: 0;
}
.clinical-list-div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: rgba(255,255,255,0.18);
    padding: 30px 50px;
    margin-top: 20px;
}
.first-slider-div .ace-text-img {
    padding: 0 50px;
    margin-bottom: 15px;
}
.first-slider-div h2 {
    color: #ffffff;
    font-weight: 500;
    padding: 0 50px;
    font-size: 36px;
}
.pmBoxIcon img {
    width: 75px;
    height: auto;
}
.hd-menu-div {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 1140px;
    margin: auto;
    left: 0;
    justify-content: end;
}
.hd-menu-div .header-menu-ul {
    height: 100%;
    align-items: center;
    background-color: #259dcc;
    position: relative;
    z-index: 1;
    padding-left: 15px !important;
}
.ticker-container::after {
    content: "";
    width: 40%;
    height: 100%;
    background-color: #259dcc;
    position: absolute;
    top: 0;
    right: 0;
}
.ticker-text .text-primary {
    color: #1b3f72 !important;
}
.fc-default-div h5{
    transform: rotatey(180deg);
}
.fc-default-div p{
    transform: rotatey(180deg);
}
.fc-default-div {
    background-color: #0f94d3;
    padding: 30px;
    height: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.fc-default-div h5 {
    font-size: 18px;
    color: #ffffff;
}
.fc-second-div {
    background-color: #f5f4f0;
    padding: 30px;
    text-align: center;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
}
.fc-second-div h5 {
    margin: 20px 0 0;
    font-size: 18px;
    color: #414042;
}
.fc-default-div p {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
}
.fcs-icon img {
    width: 100px;
}
.fmc-list-div .row {
    margin: 0;
}
.fmc-list-div .col-md-3 {
    padding: 0;
}
.feature-card-div {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}


.fmc-list-div .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #999999;
}
.fmc-list-div .carousel-indicators li.active {
    background-color: var(--primary-color);
}
.fmc-list-div .carousel-indicators {
    position: relative;
    margin-top: 15px;
}
/*.fc-div1{*/
/*    animation: blinker 4s step-end infinite;*/
/*}*/

/*.fmc-col:nth-child(2n) .feature-card-div .fc-div2 {*/
/*    animation: blinker 4s step-end infinite;*/
/*}*/

/*.fmc-list-div .fmc-col.active:nth-child(2) .feature-card-div .fc-div1,
.fmc-list-div .fmc-col.active:nth-child(4) .feature-card-div .fc-div1,
.fmc-list-div .fmc-col.active:nth-child(5) .feature-card-div .fc-div1,
.fmc-list-div .fmc-col.active:nth-child(7) .feature-card-div .fc-div1
{
    transform: rotatey(360deg);
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.fmc-list-div .fmc-col.active:nth-child(1) .feature-card-div .fc-div1,
.fmc-list-div .fmc-col.active:nth-child(3) .feature-card-div .fc-div1,
.fmc-list-div .fmc-col.active:nth-child(6) .feature-card-div .fc-div1,
.fmc-list-div .fmc-col.active:nth-child(8) .feature-card-div .fc-div1
{
    transform: rotatey(360deg);
    transition: 0.5s;
    position: relative;
    z-index: 2;
}
.fmc-list-div .active:nth-child(2) .feature-card-div .fc-div2,
.fmc-list-div .active:nth-child(4) .feature-card-div .fc-div2,
.fmc-list-div .active:nth-child(5) .feature-card-div .fc-div2,
.fmc-list-div .active:nth-child(7) .feature-card-div .fc-div2
{
    z-index: 2;
}*/
/*


*/
/*.fmc-list-div .fmc-col.active .feature-card-div .fc-div1,
.fmc-list-div .fmc-col.active .feature-card-div .fc-div1,
.fmc-list-div .fmc-col.active .feature-card-div .fc-div1,
.fmc-list-div .fmc-col.active .feature-card-div .fc-div1 {
    transform: rotatey(360deg);
    transition: 0.5s;
    position: relative;
    z-index: 1;
}*/

/*.fmc-list-div .fmc-col.active .feature-card-div .fc-div1,
.fmc-list-div .fmc-col.active .feature-card-div .fc-div1,
.fmc-list-div .fmc-col.active .feature-card-div .fc-div1,
.fmc-list-div .fmc-col.active .feature-card-div .fc-div1
{
    z-index: 1;
    position: relative;

}*/
/*.fmc-list-div .fmc-col.active:nth-child(2) .feature-card-div .fc-div1,
.fmc-list-div .fmc-col.active:nth-child(4) .feature-card-div .fc-div1,
.fmc-list-div .fmc-col.active:nth-child(5) .feature-card-div .fc-div1,
.fmc-list-div .fmc-col.active:nth-child(7) .feature-card-div .fc-div1
{
    transform: rotatey(360deg);
    transition: 0.5s;
    position: relative;
    z-index: 2;
}*/

.bend-header .header-menu {
    background-color: #000000 !important;
}
.text-scroll-article {
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
    min-height: auto;
    background-color: #000000;
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
}

.text-scroll-article a {
    color: #ffffff;
}

.text-scroll-article a:hover {
    color: #259dcc;
}
.btn_live {
    border-color: red;
    background-color: transparent;
    color: red !important;
    min-width: 120px;
}

.case-btn-div .btn_live {
    display: block;
}
.case-btn-div .btn_live {
    padding-right: 22px;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.case-btn-div .btn:hover > span:before {
    animation: none;
}
.case-btn-div .btn:active {
    transform: translateY(0px);
    padding: calc(13px * 0.95) calc(25px * 0.95);
    box-shadow: inset 0px 2px 1px #e6e6e6;
}
.case-btn-div .btn_transparent {
    border: 0px;
    border-radius: 0px;
    padding: 13px 25px;
    background-color: rgba(43, 143, 195, 0);
    color: #2b8fc3;
    box-shadow: none;
}
.case-btn-div .btn_transparent:hover {
    box-shadow: none;
    background-color: inherit;
}
.case-btn-div .btn_live {
    padding-right: 32px;
    display: flex;
    align-items: center;
    flex-direction: row;
}
span.live-icon {
    display: inline-block;
    background-color: red;
    width: 10px;
    height: 10px;
    margin-left: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    z-index: 1;
    position: relative;
}
span.live-icon::before {
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(255, 0, 0, .6);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    animation: live 2s ease-in-out -1s infinite;
    z-index: -1;
    bottom: -1px;
    right: -1px;
}
.btn_live:hover {
    background-color: red!important;
    color: #ffffff!important;
    border-color: #ffffff!important;
}
.btn_live:hover span.live-icon {
    background-color: #fff;
}
.btn_live:hover span.live-icon::before {
    background-color: rgba(255, 255, 255, .6);
    animation: live-hover 2s ease-in-out -1s infinite;
}
@keyframes live-hover {
    0% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(3.5, 3.5);
        background-color: rgba(255, 255, 255, 0);
    }
}
@keyframes live {
    0% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(3.5, 3.5);
        background-color: rgba(255, 0, 0, 0);
    }
}

@media only screen and (max-width: 500px) {
    .toolbar {
        flex-direction: column;
        padding-left: 50px;
        padding-right: 50px;
    }
    .btn {
        width: 250px;
    }
    span.live-icon {
        position: absolute;
        right: 20px;
    }
}
@media only screen and (max-width: 350px) {
    .btn {
        width: 100%;
    }
}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {
        left: 0;
    }

    to {
        left: -140px;
    }
}

@keyframes mymove {
    from {
        left: 0;
    }

    to {
        left: -140px;
    }
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes urmove {
    from {
        right: 0;
    }

    to {
        right: -140px;
    }
}

@keyframes urmove {
    from {
        right: 0;
    }

    to {
        right: -140px;
    }
}

@keyframes early {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
@-webkit-keyframes blinker {
    50% {
        opacity: 0;

    }
    100% {
        opacity: 1;
        transform: rotatey(180deg);
    }
}
@keyframes loading {
    0% {
        transform: rotatey(0);
    }
    100% {
        transform: rotatey(180deg);
    }
}
.slider-img {
    width: 100%;
}
.header-menu-div {
    background: #2db24b;
    background: -webkit-gradient(linear, left top, right top, from(#2db24b), color-stop(99%, #e5d745));
    background: -o-linear-gradient(left, #2db24b 90%, #e5d745 99%);
    background: linear-gradient(90deg, #2db24b 90%, #e5d745 99%);
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-menu-div .nav-link {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    font-family: var(--bg-regular);
}
.header-menu-div .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    font-family: var(--bg-regular);
    color: #ffffff;
    padding: 6px 10px;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    font-weight: 600;
}
.header-menu-div .navbar-nav .btn-outline-light {
    padding: 10px;
}
.header-menu-div .navbar-nav .btn-outline-light:hover {
    background-color: #ffffff;
    color: var(--primary-color);
    border: none!important;
}
.header-right-div .btn-outline-light:focus {
    border: none!important;
}
.header-menu-div .navbar-nav {
    gap: 30px;
}
.header-right-div .btn {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--clb);
    white-space: nowrap;
    font-size: 14px;
}
.login-modal .modal-dialog {
    max-width: 550px;
}
.home-slider {
    position: relative;
}

.home-slider .owl-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
}
.home-slider .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 10px;
}
.home-slider .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background: #d9d9d6;
}
.home-slider .owl-theme .owl-dots .active span {
    background: var(--primary-color);
}
.home-slider .owl-nav button span {
    font-size: 150px;
    z-index: 1;
    color: #666666;
    position: relative;
    top: 0;
    bottom: 0;
    line-height: 42px;
}
.home-slider .owl-nav button:hover {
    background-color: transparent!important;
}
.home-slider .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    width: 70px;
    height: 70px;
    margin: auto;
    bottom: 0;
    top: 0;
}
.home-slider .owl-nav .owl-prev {
    position: absolute;
    left: 50px;
    width: 70px;
    height: 70px;
    margin: auto;
    bottom: 0;
    top: 0;
}
.home-slider .owl-nav button:hover span {
    color: var(--primary-color);
}
.cookie-container .modal-dialog {
    max-width: 500px;
    width: 90%;
}
.section-title-div p {
    font-size: 22px;
    color: #000;
    max-width: 970px;
    margin: auto;
}
.counter-box h3 {
    font-size: 50px;
    margin-bottom: 5px;
}
.counter-box h3:before {
    content: "~";
}
.counter-box {
    text-align: center;
}
.counter-box h4 {
    color: var(--primary-color2);
    text-transform: uppercase;
    font-size: 28px;
}
.ob-text {
    display: flex;
    flex-direction: column;
}
.offering-box {
    /* background-color: var(--primary-color); */
    padding: 20px;
    display: flex;
    gap: 20px;
    height: 100%;
    position: relative;
}
.offering-div .col-md-4:last-child .offering-box::after {
    display: none;
}
.offering-box::after {
    content: "";
    width: 1px;
    height: 90%;
    background-color: #ffffff;
    position: absolute;
    right: -10px;
    top: 0;
}
.footer-logo img {
    width: 130px;
}
.offering-box .ob-icon {
    flex: 0 0 70px;
}
.offering-div {
    background: #2db24b;
    /*background: linear-gradient(25deg, #2db24b 80%, #e5d745 95%);*/
    padding-top: 10px;
    padding-bottom: 10px;
    background: radial-gradient(108.63% 311.8% at 97.15% -26.59%, #FFD100 10%, #00B140 25%, #00B140 82%, #006747 95%);


}
.ob-icon img {
    width: 85px;
}
.ob-text p {
    color: #ffffff;
    font-size: 18px;
}
.ob-text .btn {
    color: var(--primary-color);
    font-weight: 500;
    padding: 10px 20px;
    margin-top: auto;
    max-width: 140px;
}
.od-title {
    text-align: center;
    text-transform: uppercase;
    color: var(--primary-color2);
    margin-bottom: 35px;
}
.cc-icon img {
    max-width: 100px;
}
.collage-card {
    text-align: center;
    background-color: #aae8f9;
    padding: 40px;
    border-radius: 15px;
}
.cc-icon {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.cc-name p {
    color: #000000;
    line-height: 18px;
}
.cc-name h5 {
    line-height: 24px;
    font-size: 1.2em;
    margin-bottom: 10px;
    font-family: "Brandon Grotesque Bold" !important;
}
.default-slider-div .owl-theme .owl-dots .owl-dot.active span,.default-slider-div  .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
}
.default-slider-div .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background: #D6D6D6;
    margin: 0 5px;
}
.default-slider-div .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}
/*.feature-faculties-div::after {*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 50%;*/
/*    background-color: var(--primary-color);*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    z-index: -1;*/
/*}*/
.fc-icon {
    width: 100%;
    overflow: hidden;
    margin: 0;
    height: auto;
    border-radius: 0;
    background-color: #f9f9f9;
}
.facalties-card {
    background: radial-gradient(160.33% 238.97% at 104.47% -45.63%, #FFD100 11%, #00B140 49%, #00B140 73%, #006747 100%);
    padding: 0;
    border-radius: 0;
    text-align: center;
    width: 100%;
    position: relative;

}
.fc-name {
    /* background: linear-gradient(25deg, #2db24b 80%, #e5d745 95%); */
    background: radial-gradient(160.33% 238.97% at 104.47% -45.63%, #FFD100 11%, #00B140 49%, #00B140 73%, #006747 100%);
    padding: 45px 20px 20px;
    display: flex;
    flex-direction: column;
}
.facalties-card .fc-name h6 {
    min-height: 25px;
}
.fc-name .btn {
    width: 50px;
    margin-top: auto;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    position: absolute;
    bottom: 10px;
}
.fc-name h6 {
    font-size: 16px;
    color: #000000;
    font-family: var(--clb);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.fc-name p {
    font-size: 16px;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.fc-name h5 {
    font-size: 24px;
    font-family:'Roboto', sans-serif !important;
    margin-bottom: 10px;
}
.default-slider-div .owl-theme .owl-dots {
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
.default-slider-div .owl-nav {
    position: absolute;
    left: 0;
    height: 10px;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.default-slider-div .owl-nav button span {
    font-size: 60px;
    z-index: 1;
    color: var(--primary-color);
    position: relative;
    top: 0;
    bottom: 0;
    line-height: 42px;
}
.default-slider-div .owl-nav button:hover {
    background-color: transparent!important;
}
.default-slider-div .owl-nav .owl-next {
    position: absolute;
    right: -30px;
    width: 20px;
    height: 50px;
    margin: auto;
    bottom: 0;
    top: 0;
}
.default-slider-div .owl-nav .owl-prev {
    position: absolute;
    left: -30px;
    width: 20px;
    height: 50px;
    margin: auto;
    bottom: 0;
    top: 0;
}
.default-slider-div .owl-nav button:hover span {
    color: var(--primary-color);
}
.uc-detail h6 {
    color: #000000;
    font-size: 16px;
    margin: 0;
}
.uc-detail h5 {
    margin: 5px 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}
.uc-detail p {
    margin: 0;
    font-size: 16px;
    /* white-space: break-spaces; */
    /* word-break: break-all; */
}
.uc-detail {
    padding: 10px 0;
}
.uc-img img {
    width: 100%;
}

.footer-link-div a {
    font-size: 16px;
    color: #ffffff;
}
.footer-link-div a:hover {
    color: var(--primary-color);
}
.footer-link-div h5 {
    font-size: 16px;
    color: #ffffff;
}
.footer-social-box {
    display: flex;
    gap: 10px;
}
.footer-social-box a {
    width: 30px;
    height: 30px;
    background-color: transparent;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    flex: 0 0 30px;
}
.footer-social-box a:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}
.counter-box {
    position: relative;
}
.counter-box::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    border-right: 2px dashed var(--primary-color);
}
.counter-box-after::after {
    display: none;
}
.header-menu-div .navbar {
    padding: 5px 0;
}
.form-group {
    margin-bottom: 15px;
}

.mobile-canvas-menu {
    background-color: #000000;
}
.canvas-body ul li a {
    padding: 10px 0px;
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}
.canvas-body ul li {
    display: block;
    border-bottom: 1px solid #999999;
}
.canvas-body ul {
    padding: 0;
}
.canvas-body ul li a {
    padding: 20px 30px;
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}
.canvas-cooking-box {
    text-align: center;
    padding: 0 15px;
}
.cb-btn .btn {
    background-color: #b3b3b3;
    border-color: #b3b3b3;
    color: #ffffff;
}
.mobile-canvas-menu .btn-close {
    color: #fff !important;
    font-size: 26px;
    padding: 0;
    opacity: 1;
    position: absolute;
    right: 25px;
    top: 25px;
    background-image: none !important;
}
.mobile-btn {
    display: none!important;
}
.text-right {
    text-align: right;
}

.pagination p {
    font-size: 20px;
    padding: 20px 0 40px;
    text-transform: uppercase;
}
.md-img {
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #f9f9f9;
    margin:0 auto 15px;
}
.md-plus a {
    margin: auto;
    display: flex;
    width: 30px;
}
.md-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.md-name h4 {
    color: #000000;
    font-size: 24px;
    margin: 0;
}
.md-name h5 {
    color: #000000;
    font-size: 21px;
    margin: 0 0 15px 0;
}
.md-plus i {
    color: #000000;
    border: 2px solid #000;
    font-size: 22px;
    padding: 0 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
a {
    text-decoration: none;
}
.md-card {
    background-color: #aae8f9;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}
.md-body {
    background-color: #cdf3fc;
    padding: 20px;
}
.md-head {
    padding: 20px;
}
.courses-btn {
    background-color: #004f71;
    color: #ffffff;
    padding: 8px 35px;
    font-family: var(--bg-regular)\);
    text-transform: uppercase;
    font-size: 18px;
    width: auto;
}
.progress-div {
    padding: 10px 20px 25px;
    background-color: #cdf3fc;
}
.proress-main {
    background-color: #ffffff;
    height: 12px;
    width: 100%;
    display: block;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.proress-main span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #004f71;
    /* width: 100px; */
    border-radius: 30px;
    transition: 0.2s;
    right: auto;
}
.simulated-video-card .uc-detail h5 {
    font-size: 20px;
    line-height: 24px;
    color: var(--primary-color);
}
.upcoming-card2 {
    max-width: 450px;
}
.header-right-div .nav-link.btn:hover,
.header-right-div .nav-link.btn:focus{
    border: 1px solid var(--primary-color);
}

.module-container .card {
    border: 1px solid #14BD9A;
    border-radius: 10px;
    overflow: hidden;
    max-width: 360px;
}

.module-container .card .popup {
    display: flex;
    align-items: end;
}

.circle {
    border: 3px solid #000;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    position: relative;
    margin: 4px;
    display: inline-block;
    vertical-align: middle;
    background: transparent;

}

/* .circle:hover{
    background: #14BD9A;
} */
/* .circle:active{
    background: #14BD9A;
} */
.circle::after {
    content: "+";
    color: #000;
    font-size: 24px;
    position: absolute;
    top: 11px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-header {
    padding: 0;
    display: flex;
    /* height: 396px;
    background-color: #D1B0D3;   */
}

.modal-header img {
    max-width: 396px;
    height: 396px;
}

.modal-header .bio {
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: row;
}

.modal-header .bio .desc {
    width: 95%;
    justify-content: center;
    padding: 18px;
}

/* .modal-header .bio button{
  align-self:start;
  margin: -15px;
} */
.modal-dialog {
    max-width: 500px;
    border-radius: 0;
    width: 100%;
}




.course_btn {
    background: #fff;
    border: none;
    padding: 10px 20px;
    color: #fff;
    margin-top: 15px;
    text-decoration: none;
    text-transform: uppercase;

}

.course_btn button {
    color: var(--primary-color)!important;
}
/*****************/
/*****************/
.cards_header {
    margin: 30px 0;
    color: #444;
    line-height: 60px;
    height: 60px;
    font-size: 26px;
    text-align: center;
}

.cards_body {
    margin-bottom: 50px;
}

/*****************/
/*****************/
.card {
    width: 100%;
    background: #CDF3FC !important;
    padding: 15px;
    float: left;
    border-radius: 10px;
    border: none !important;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    margin: 20px 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    /* box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07)!important; */
}

.card:nth-child(3n+2) {
    margin: 20px;
}

.card .cover {
    height: 115px;
    width: calc(100% + 30px);
    margin: -15px 0 -65px -15px;
    background-color: #AAE8F9;
    background-size: cover;
    background-position: center;
}

.card .cover.fill {
    height: 270px;
    margin: 0;
    display: none;
}

.card .name {
    display: block;
    line-height: 30px;
    padding: 10px 0 0 0;
    color: #444;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.card .white .name {
    color: #000;

}

.card .information {
    display: block;
    line-height: 20px;
    padding: 4px 0;
    color: #888;
    font-size: 14px;
    text-align: center;
    font-family: var(--clb);
}

.card .white .information {
    color: #000;

}

.card .space.white {
    margin-bottom: 0;
    margin-top: 0;
}

.card .space img {
    height: auto;
    width: 100%;
    border-radius: 0;
    margin: 0;
    display: block;
}

.card .counter {
    width: 100%;
    text-align: center;
    margin: 10px 0 5px 0;
}

.card .counter th {
    color: #444;
    font-size: 20px;
    width: calc(100% / 3);
}

.card .counter td {
    color: #666;
    font-size: 14px;
    width: calc(100% / 3);
}

.card .counter.dual td,
.card .counter.dual th {
    width: 50%;
}

.card .info {
    padding: 25px 25px 0;
    background: linear-gradient(60deg, #2db24b 80%, #e5d745 99%);
    height: 100%;
}
.module-card .card .info {
    display: flex;
    flex-direction: column;
}

.card .info td {
    text-align: left;
    padding: 0 5px;
    font-size: 14px;
    color: #666;
    line-height: 40px;
}

.card .info td i {
    color: #444;
    line-height: 40px;
    height: 40px;
    margin-top: 0;
    display: block;
}

.card .action {
    border-radius: 30px;
    display: block;
    margin: 15px auto;
    width: 120px;
    color: #fff;
    text-decoration: none;
    padding: 0;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-color: #0099bb;
    background-color: #0099bb;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}


/*Case based module tab*/

.tabs {
    clear: both;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    /* you can either manually set a min-height here or do it via JS ---> */
}

.tab {
    float: left;
}

.tab label {
    margin-right: 20px;
    position: relative;
    top: 0;
    cursor: pointer;
    color: #333;
    text-transform: uppercase;
    font-size: 20px;
}

.tab [type=radio] {
    display: none;
}

.tab__content {
    /* position: relative; */
    position: absolute;
    top: 127px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #195266;
    transition: opacity .2s cubic-bezier(.42, 0, .34, 1.01);
    opacity: 0;
    height: 0.1rem;
}

/* [type=radio]:checked ~ label {
	border-bottom: 2px solid #1d1d1d;
	color: #1d1d1d;
	z-index: 2;
  position: relative;
} */

/*[type=radio]:checked~label::before {
    z-index: 2;
    position: absolute;
    bottom: 0px;
    top: 50px;
    content: "";
    width: 110%;
    height: 10px;
    background: linear-gradient(90deg, rgba(100, 204, 201, 1) 0%, rgba(0, 136, 194, 1) 50%);

}*/



[type=radio]:checked~label~.tab__content {
    z-index: 1;
    opacity: 1;
}


.CB_Count {
    font-size: 3rem;
    font-weight: 600;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 15px !important;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 50px !important;
    margin-top: 20px;
}


.progress-bar {
    background-color: #2b2b2b !important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 2px solid !important;
    border-radius: 0px !important;
}

.list-group-item.active {
    z-index: 2;
    color: #000 !important;
    background-color: var(--bs-list-group-active-bg);
    border-image: linear-gradient(90deg, #2db24b 0%, #2db24b) 1 !important;
    border-width: 8px !important;
    position: relative;

}

/* .list-group-item.active::before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  z-index: 2;
  color: blue !important;
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
  position: relative;
} */


.close_btn {
    padding: 0px;
    font-size: 27px;
    border: none;
    background: transparent;
}

.inside-CB_Module-banner-sec {
    position: static;
}

.inside-CB_Module-banner-heading {
    position: absolute;
    left: 7%;
    top: 50%;
    transform: translate(-4%, -50%);
}

.inside-CB_Module-banner-heading h1 {
    font-family: Brandon;
    font-weight: bold;
    font-size: 3.3vw;
    text-transform: uppercase;
}

.CB_Module-heading {
    text-transform: uppercase;
    font-family: Brandon;
    font-weight: bold;
    color: #009BDD;
    font-size: 30px;
    margin-bottom: 2rem;
}

.CB_Module-banner-img {
    background: url(../../assets/img/Slide1.webp) no-repeat 0 0 / 100%;
    padding: 0 0 31.2%;
    position: relative;
}

.simulated_banner {
    background: url(../../assets/img/Slide2.webp) no-repeat 0 0 / 100%;
    padding: 0 0 31.2%;
    position: relative;
}

.Upcomming_banner {
    background: url(../../assets/img/Slide3.webp) no-repeat 0 0 / 100%;
    padding: 0 0 31.2%;
    position: relative;
}
.info.text-center h4 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: normal;
    font-family: "Brandon Grotesque Bold" !important;
}
.info.text-center p {
    font-family: var(--clb);
    color: #ffffff;
    line-height: 1.5;
    font-size: 16px;
    margin: 0;
}
.doctor-modal-div div.text-left {
    text-align: center !important;
    font-size: 14px;
    font-family: var(--clb);
}
.doctor-modal-div div.text-left .information {
    display: block;
    border-bottom: 2px dotted #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.doctor-modal-div .modal-dialog {
    max-width: 700px;
}
.modules-tabs .row .col-lg-4.col-md-6.col-12 {
    margin-bottom: 30px;
}
.modules-tabs .row .col-lg-4.col-md-6.col-12 .card {
    margin: 0;
    height: 100%;
    width: 100%;
    background: #CDF3FC !important;
    padding: 0;
    float: left;
    border-radius: 10px;
    border: none !important;
    margin: 20px 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    box-shadow: none;
}
.card .white .name {
    color: #000;
}
.card .name {
    display: block;
    line-height: 30px;
    padding: 10px 0 0 0;
    color: #444;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    font-family: var(--clb);
}
.modules-tabs {
    margin-top: 30px;
}
.progress-div-box {
    text-align: center;
    margin-top: auto;
    padding-bottom: 20px;
}
.cs-name {
    margin-bottom: 10px;
}
.uc-img {
    height: auto;
    background-color: #f9f9f9;
    overflow: hidden;
}
.uc-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.upcoming-card.simulated-video-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.upcoming-card.simulated-video-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.module-card-list .col-md-4 {
    margin-bottom: 30px;
}

.owl-carousel .owl-stage{display: flex;}
.item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.collage-card {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; */
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}
/********* Navigation Bar CSS  ***************/


.offcanvas-body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-nav .nav-link {
    color: #fff;
    margin: 0 .2rem;
    font-size: 1.320rem;
}

.btn-outline-light:hover {
    color: var(--primary-color) !important;
}

.dropdown-menu li {
    padding: 6px 0px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: rgb(255 255 255);
}

.footer-nav {
    display: none;
}
.md-close {
    position: absolute;
    right: 20px;
    top: 20px;
}
.blogo.text-right img {
    max-width: 200px;
    width: 100%;
}
.header-menu-div .header-right-div {
    gap: 15px;
}
.header-right-div #navbarDropdownMenuLink {
    padding: 10px 20px;
    display: flex;
    align-content: center;
    gap: 5px;
    font-size: 13px;
}
.mdl-title {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    font-family: "Brandon Grotesque Bold" !important;
}
.header-menu-div .navbar .navbar-nav .nav-link {
    color: #ffffff;
}
.header-right-div #navbarDropdownMenuLink {
    padding: 10px 20px;
    background: #fff;
    color: var(--primary-color) !important;
}
.header-right-div #navbarDropdownMenuLink::after {
    content: "";
    margin-top: 10px;
}
.header-right-div #navbarDropdownMenuLink svg {
    width: 18px;
}
.front-footer .col-md-9 {
    position: relative;
}
.scroll-top-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #fff;
    background: var(--primary-color);
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
    padding: 5px 0;
    border: 1px solid #ffffff;
}
.section-title-div h2 {
    color: var(--primary-color);
}
.cookie-container .modal-footer .btn {
    width: 100%;
}
.progress-div-box .cms-btn {
    background: #999999;
    border: none;
    padding: 10px 20px;
    color: #fff;
    margin-top: 15px;
    text-decoration: none;
    width: 100%;
    border-radius: 0;
    text-transform: capitalize;
}
.case-btn-div .btn {
    width: 100%;
    border-radius: 0;
}
.about-seciton .list-group-item {
    margin-bottom: 0;
}
.header-menu-div .navbar .navbar-nav .btn {
    background-color: #fff;
    color: var(--primary-color);
    border-radius: 0;
    padding: 10px 20px;
}
.session-content p {
    font-size: 20px;
    color: #58595b;
}
.session-content .h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.session-content .h1 {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 600;
    color: #58595b;
}
.session-container {
    border: 1px solid var(--primary-color);
    width: 100%;
    margin: 5px;
}

.session-content .btn {
    padding: 10px 25px;
}
.cs-head {
    background-color: #e6ffeb;
    padding: 40px 0;
}
.header-menu-div .dropdown-menu li .dropdown-item {
    border-bottom: 1px solid #000;
    padding: 10px 0;
}
.header-menu-div .dropdown-menu li {
    padding: 0 15px;
}
.header-menu-div .dropdown-menu {
    padding-top: 0;
    border-radius: 0 0 15px 15px;
    border: 1px solid #8fc648;
}
.header-menu-div .dropdown-menu li .dropdown-item:last-child {
    border-bottom: none;
}
.leaderboard-div .section-title-div p {
    max-width: 1120px;
    font-size: 18px;
    color: #363e47;
}
.lt-table-div table thead tr th {
    background-color: var(--primary-color);
    font-size: 18px;
    padding: 15px 20px;
    border-width: 2px;
    border-color: #ffffff !important;
}

.lt-table-div tbody tr td {
    border-width: 2px;
    border-color: #ffffff !important;
    background-color: #c7ffd2;
    padding: 15px 20px;
    font-size: 18px;
}
.lt-table-div tbody tr:nth-child(odd) td{
    background-color: #e6ffeb;
}

.leaderboard-tab-head .list-group-item.active::after {
    content: "";
    width: 70%;
    height: 10px;
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    z-index: 99;
    margin: auto;
}
.leaderboard-tab-head .list-group-item.active {
    background-color: none;
    border-image: none!important;
    border-width: 2px !important;
    position: relative;
    font-weight: 600;
    color:var(--primary-color)!important;
}
.leaderboard-tab-head .list-group-item {
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 400;
}
.leaderboard-tab-head .cs-head {
    background-color: transparent;
    max-width: 900px;
    margin: auto;
    padding-top: 0;
}
.info h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.card .info p {
    color: #ffffff;
    font-size: 16px;
}
.progress-div-box .btn {
    background-color: #ffffff;
    color: var(--primary-color);
    border-color: var(--primary-color);
    padding: 10px 30px;
    border-radius: 0;
    font-weight: 600;
    font-size: 16px;
}
.logic-modal .btn-close {
    background-color: #363e47;
    opacity: 1;
    border-radius: 0;
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 5px 6px;
    display: block;
    line-height: 0;
}
.logic-table table thead tr th {
    color: #363e47;
    background-color: transparent;
    text-align: left;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 600;
    border-top: 2px solid var(--primary-color) !important;
    border-bottom: 2px solid var(--primary-color) !important;
    border-right: none;
    border-left: none;
    border-radius: 0;
}
.logic-table tbody tr td {
    background-color: transparent !important;
    padding: 5px 0;
    font-size: 16px;
    color: #363e47;
    text-align: left;
    font-weight: 600;
}
.logic-modal .modal-content {
    border: 2px solid var(--primary-color);
    border-radius: 0;
}
.logic-modal .modal-dialog {
    max-width: 450px;
}
.logic-modal {
    position: absolute;
    right: 0;
    top: 0;
    bottom: auto;
    left: auto;
}

body .logic-modal {
    position: absolute !important;
    right: 0 !important;
    left: auto;
    opacity: 1 !important;
    width: auto;
    height: auto;
    top: auto;
}
.logic-modal .modal-body h4 {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 24px;
    margin-bottom: 10px;
}
.logic-table table thead tr th.text-right {
    text-align: right;
}
.logic-table table tbody tr td.text-right {
    text-align: right;
}
.logic-table table thead tr th.text-right {
    text-align: right;
    white-space: pre;
}
.dr-modal .modal-content {
    border: 2px solid var(--primary-color);
    border-radius: 0;
}
.filter-list-div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.filter-box {
    position: relative;
}
.filter-box input {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99;
    cursor: pointer;
}
.filter-box input:checked + label {
    background-color: var(--primary-color);
}
.filter-box label {
    padding: 8px 30px;
    background-color: #000000;
    color: #ffffff;
    font-weight: 600;
    border-radius: 50px;
}
.filter-main-div {
    background-color: #e6ffeb;
    padding: 20px 0;
}

.logout-modal .modal-dialog {
    max-width: 800px;
}

@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .list-group-item {
        font-size: 10px;
    }

    .CB_Count {
        font-size: 2rem;
        font-weight: 600;
    }
    .close_btn{
        position: absolute;
        top: 15px;
        right: 15px;
    }
    .modal-dialog{
        margin: 40px auto 0;
    }

}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .list-group-item {
        font-size: 20px;
    }



}
@media screen and (min-device-width: 1366px) and (max-device-width: 1440px) {
    .list-group-item {
        font-size: 25px;
    }

    .CB_Count {
        font-size: 3rem;
        font-weight: 600;
    }

}
@media screen and (min-device-width: 1920px) and (max-device-width: 2560px) {

    .list-group-item {
        font-size: 24px;
    }

    .CB_Count {
        font-size: 5rem;
        font-weight: 600;
    }

}
@media screen and (min-width: 768px){
    /*.fmc-col:nth-child(1) .fc-div2,
    .fmc-col:nth-child(3) .fc-div2,
    .fmc-col:nth-child(6) .fc-div2,
    .fmc-col:nth-child(8) .fc-div2{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .fmc-col:nth-child(2) .fc-div2,
    .fmc-col:nth-child(4) .fc-div2,
    .fmc-col:nth-child(5) .fc-div2,
    .fmc-col:nth-child(7) .fc-div2{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;

    }*/

    .fmc-list-div .some-unique-class:nth-child(2) .feature-card-div .fc-div2,
    .fmc-list-div .some-unique-class:nth-child(4) .feature-card-div .fc-div2,
    .fmc-list-div .some-unique-class:nth-child(5) .feature-card-div .fc-div2,
    .fmc-list-div .some-unique-class:nth-child(7) .feature-card-div .fc-div2 {
        background-color: var(--primary-color);
    }
    .fmc-list-div .some-unique-class:nth-child(2) .feature-card-div .fc-div2 .fcs-icon,
    .fmc-list-div .some-unique-class:nth-child(4) .feature-card-div .fc-div2 .fcs-icon,
    .fmc-list-div .some-unique-class:nth-child(5) .feature-card-div .fc-div2 .fcs-icon,
    .fmc-list-div .some-unique-class:nth-child(7) .feature-card-div .fc-div2 .fcs-icon {
        filter: brightness(0) invert(1);
    }
    .fmc-list-div .some-unique-class:nth-child(2) .feature-card-div .fc-div2 h5,
    .fmc-list-div .some-unique-class:nth-child(4) .feature-card-div .fc-div2 h5,
    .fmc-list-div .some-unique-class:nth-child(5) .feature-card-div .fc-div2 h5,
    .fmc-list-div .some-unique-class:nth-child(7) .feature-card-div .fc-div2 h5 {
        color: #ffffff;
    }

    .fmc-list-div .some-unique-class:nth-child(2) .feature-card-div .fc-div1,
    .fmc-list-div .some-unique-class:nth-child(4) .feature-card-div .fc-div1,
    .fmc-list-div .some-unique-class:nth-child(5) .feature-card-div .fc-div1,
    .fmc-list-div .some-unique-class:nth-child(7) .feature-card-div .fc-div1 {
        background-color: #f5f4f0;
    }

    .fmc-list-div .some-unique-class:nth-child(2) .feature-card-div .fc-div1 h5,
    .fmc-list-div .some-unique-class:nth-child(4) .feature-card-div .fc-div1 h5,
    .fmc-list-div .some-unique-class:nth-child(5) .feature-card-div .fc-div1 h5,
    .fmc-list-div .some-unique-class:nth-child(7) .feature-card-div .fc-div1 h5 {
        color: #414042;
    }
    .fmc-list-div .some-unique-class:nth-child(2) .feature-card-div .fc-div1 p,
    .fmc-list-div .some-unique-class:nth-child(4) .feature-card-div .fc-div1 p,
    .fmc-list-div .some-unique-class:nth-child(5) .feature-card-div .fc-div1 p,
    .fmc-list-div .some-unique-class:nth-child(7) .feature-card-div .fc-div1 p {
        color: #414042;
    }

    .fmc-list-div .fmc-col.active .feature-card-div .fc-div1,
    .fmc-list-div .fmc-col.active .feature-card-div .fc-div1,
    .fmc-list-div .fmc-col.active .feature-card-div .fc-div1,
    .fmc-list-div .fmc-col.active .feature-card-div .fc-div1 {
        transform: rotatey(-180deg);
        transition: 1.2s;
        position: relative;
        z-index: 2;
    }

    .fmc-list-div .fmc-col.active-remove:nth-child(2) .feature-card-div .fc-div1,
    .fmc-list-div .fmc-col.active-remove:nth-child(4) .feature-card-div .fc-div1,
    .fmc-list-div .fmc-col.active-remove:nth-child(5) .feature-card-div .fc-div1,
    .fmc-list-div .fmc-col.active-remove:nth-child(7) .feature-card-div .fc-div1 {
        transform: rotatey(-180deg);
        transition: 1.2s;
        position: absolute;
        z-index: 4;
    }
    /*.fmc-list-div .fmc-col.active-remove:nth-child(1) .feature-card-div .fc-div2,
    .fmc-list-div .fmc-col.active-remove:nth-child(3) .feature-card-div .fc-div2,
    .fmc-list-div .fmc-col.active-remove:nth-child(6) .feature-card-div .fc-div2,
    .fmc-list-div .fmc-col.active-remove:nth-child(8) .feature-card-div .fc-div2 {
        transform: rotatey(360deg);
        transition: 1.2s;
        position: absolute;
        z-index: 3;
    }*/

    /*.fmc-list-div .fmc-col:nth-child(2) .feature-card-div .fc-div1,
    .fmc-list-div .fmc-col:nth-child(4) .feature-card-div .fc-div1,
    .fmc-list-div .fmc-col:nth-child(5) .feature-card-div .fc-div1,
    .fmc-list-div .fmc-col:nth-child(7) .feature-card-div .fc-div1 {
        position: relative;
        z-index: 2;
    }*/
    /*.fmc-list-div .fmc-col.active:nth-child(2) .feature-card-div .fc-div1,
    .fmc-list-div .fmc-col.active:nth-child(4) .feature-card-div .fc-div1,
    .fmc-list-div .fmc-col.active:nth-child(5) .feature-card-div .fc-div1,
    .fmc-list-div .fmc-col.active:nth-child(7) .feature-card-div .fc-div1 {
        opacity: 0;
    }*/
    /*.fmc-list-div .fmc-col.active:nth-child(2) .feature-card-div .fc-div2,
    .fmc-list-div .fmc-col.active:nth-child(4) .feature-card-div .fc-div2,
    .fmc-list-div .fmc-col.active:nth-child(5) .feature-card-div .fc-div2,
    .fmc-list-div .fmc-col.active:nth-child(7) .feature-card-div .fc-div2 {
        transform: rotatey(360deg);
        transition: 1.2s;
        position: absolute;
        z-index: 3;
    }*/
    /* .fmc-list-div .fmc-col.active:nth-child(2) .feature-card-div .fc-div1,
     .fmc-list-div .fmc-col.active:nth-child(4) .feature-card-div .fc-div1,
     .fmc-list-div .fmc-col.active:nth-child(5) .feature-card-div .fc-div1,
     .fmc-list-div .fmc-col.active:nth-child(7) .feature-card-div .fc-div1 {
         opacity: 0;
     }*/

}
@media screen and (max-width: 767px){
    .case-module-card {
        flex-wrap: wrap;

    }
    .case-module-img {
        flex: 0 0 100%;
        height: 290px;
        margin-right: auto;
        margin-bottom: 25px;
    }
    .case-module-detail h2 {
        margin: 0 0 10px;
        font-size: 20px;
    }
    .case-module-detail h6 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .case-module-head h3 {
        font-size: 18px;
    }
    .case-btn-div .btn {
        font-size: 14px;
        padding: 15px;
    }
    .case-btn-div .btn {
        height: 50px;
    }
    .case-module-section.py-4 {
        padding-top: 30px!important;
    }
    .header-menu .navbar {
        padding: 2px 0;
    }
    .carousel-content {
        padding: 20px 20px 150px;
        min-height: 600px;
    }
    .slider-ul li {
        flex: 0 0 100%;
        width: 100%;
    }
    .slider-ul {
        flex-wrap: wrap;
    }
    .slider-ul li {
        margin-bottom: 15px;
    }
    .slider-ul li::after {
        display: none;
    }
    .slider-banner-div .carousel-indicators {
        left: 20px;
    }
    .ftd-content::after {
        display: none;
    }
    .ftd-content p {
        padding: 10px 0;
    }
    .ftd-right-text {
        padding-left: 0;
    }
    .program-feature-section {
        padding: 50px 0;
    }
    .ftr-tabs .nav .nav-item {
        flex: 0 0 50%;
        margin: 0 0 20px 0;
    }
    .faculties-section {
        padding: 50px 0;
    }
    .faculti-img {
        width: 170px;
        height: 170px;
    }
    .ftd-content {
        position: relative;
        margin-bottom: 5px;
        border-bottom: 2px solid #0f94d3;
    }
    .slider-banner-div .carousel-inner .slider2 {
        background-position: right;
    }
    .first-slider-div {
        padding: 0;
    }
    .first-slider-div h2 {
        padding: 0 20px;
        font-size: 20px;
    }
    .first-slider-div .ace-text-img {
        padding: 0 20px;
        max-width: 180px;
    }
    .clinical-list-div {
        padding: 10px 20px;
    }
    .cld-box {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 15px 0 15px auto;
    }
    .cld-gif img {
        width: 50px;
    }
}
/* ---- responsive ---- */
@media screen and (max-width:1099px){
    .slider-testimonial-div {
        margin-bottom: 15px;
    }
    .feature-faculties-slider .col-lg-6:nth-child(3) {
        order: 4;
    }
    .feature-faculties-slider .col-lg-6:nth-child(4) {
        order: 3;
    }
}
@media (min-width:1200px) and (max-width:1399px){
    .std-detail p {
        font-size: 17px;
    }
    .std-detail h5 {
        font-size: 22px;
    }
    .slider-testimonial-div {
        gap: 20px;
    }
    .carousel-content {
        padding: 50px 50px 100px;
    }
    .header-menu-div .navbar-nav {
        gap: 10px;
    }
    .header-menu-div .navbar-nav .nav-link {
        font-size: 13px;
    }
    .main-header .container-fluid {
        width: 100%!important;
    }
}
@media screen and (min-width:1199px){
    .main-header .container-fluid {
        width: 95%;
    }
    .container {
        max-width: 85%;
    }
}
@media screen and (max-width:1199px){
    .std-detail p {
        font-size: 14px;
    }
    .std-detail h5 {
        font-size: 20px;
    }
    .footer-social-box {
        flex-wrap: wrap;
    }
    .footer-link-div a {
        font-size: 16px;
    }
}
@media screen and (max-width:991px){
    body{overflow-x:hidden;}
    h1{font-size:44px;}
    h2{font-size:36px;}
    h3{font-size:30px;}
    h4{font-size:26px;}
    h5{font-size:22px;}
    h6{font-size:20px;}
    p{font-size:15px;}
    ul {padding-left: 20px;}
    .container{max-width:100%;}
    button.navbar-toggler {
        top: 40px;
        right: 15px;
        padding: 7px 10px;
        background: #012060;
        color: #fff;
        border: #fff;
        border-radius: 5px;
        outline: none;
        width: 45px;
        height: 45px;
    }
    button.navbar-toggler i{
        color: #fff;
    }
    .navbar .container{max-width:100%;}
    #navmenu{bottom:auto;top:100%;}
    #navmenu .nav{width:100%;border-radius:0;padding:15px;margin-left:0;}
    #navmenu .nav .nav-item{margin:10px 0;text-align:left;}
    .nav-link.btn{background:transparent;color:#fff;padding:0;text-align:left;}
    .inner-intro h2.title{padding:15px;}
    .inner_banner{margin-top:80px;}
    .carousel-item video, .carousel-item > img{min-height:515px;object-fit:cover;}
    #aboutus .row h2{font-size:22px;}
    .bg-login{background-position:right center;}
    .login-section {
        height: auto;
    }
    .login-banner {
        height: 500px;
    }
    .login-form-div {
        width: 400px;
        padding: 25px 15px;
    }
    .modal-custom-width {
        padding: 15px;
    }
    .login-form-div {
        justify-content: start;
    }
    .login-section .h-100 {
        height: auto!important;
    }
    .custom-navbar .navbar-collapse .navbar-nav li.nav-item:hover a::before {
        width: 0;
    }
    .fcs-icon img {
        width: 40px;
    }
    .fc-second-div h5 {
        font-size: 14px;
    }
    .fc-default-div h5 {
        font-size: 14px;
    }
    .fc-default-div p {
        font-size: 12px;
    }
    .fc-default-div {
        padding: 10px 15px;
        height: 250px;
    }
    .fc-second-div {
        padding: 10px 15px;
        height: 250px;
    }
    .blogo img {
        max-width: 70px;
    }
    .blogo.text-right img {
        max-width: 110px;
    }
    .top-header .navbar-brand {
        padding-bottom: 0;
        display: block;
    }
    .top-header {
        padding: 0;
    }
    .top-header {
        padding: 10px 40px 10px 0;
    }
    .leaderboard-tab-head .list-group-item {
        font-size: 18px;
    }
    .lt-table-div tbody tr td {
        font-size: 14px;
        padding: 5px 10px;
    }
    .lt-table-div table thead tr th {
        font-size: 14px;
        padding: 5px 10px;
    }
    .logic-table table thead tr th,
    .logic-table table tbody tr td{
        padding: 5px 0;
    }
}
@media screen and (max-width:767px){
    .way-content h1 {
        font-size: 28px;
    }
    .way-content h4 {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .way-content p {
        font-size: 14px;
    }
    .login-form-div {
        width: 100%;
        padding: 25px 15px;
    }
    h1{font-size:42px;}
    h2{font-size:32px;}
    h3{font-size:28px;}
    h4{font-size:24px;}
    h5{font-size:20px;}
    h6{font-size:18px;}
    button.navbar-toggler{top:15px;}
    .banner {
        margin-bottom: 50px;
        max-height: none;
        margin-top: 0;
    }
    .banner div{max-height:none;text-align:center;}
    .banner-stamp{position:static;padding:30px 30px 0 30px;}
    .banner-stamp img{width:auto;max-width:50%;}
    .right-logo{display:none;}
    .nav-brand img{width:150px;}
    .carousel-item video, .carousel-item > img {
        min-height: auto;
    }
    .banner-ctn h1{font-size:42px;}
    .banner-ctn p{font-size:15px;}
    .banner-ctn p br{display:none;}
    #aboutus .row h2{font-size:22px;}
    #aboutus ul{padding-left:30px;}
    #aboutus li{font-size:15px;}
    .textright{padding-left:15px;}
    .app li a{margin:5px 0;}
    .app .intro.text-center{padding:20px 10px;}
    .footer-link ul{text-align:center;}
    .footer-link ul li{margin:0 10px;}
    .footer-link ul li a{font-size:15px;}
    .copyrights-left{text-align:center;margin-bottom:20px;}
    .copyrights-left span{width:100%;}
    .copyrights ul{margin:0;text-align:center;}
    .copyrights ul li{margin:0 5px;font-size:15px;}
    .copyrights p{margin:0;font-size:14px;text-align:center;}
    .inner_banner img{min-height:250px;object-fit:cover;}
    .banner.inner_banner{margin-bottom:40px;}
    .contact-us-right{padding:30px 0;}
    .login-box{padding:15px 10px;width:100%;margin:auto;}
    .login-page{width:400px;}
    .login-page .btn{padding:8px 15px;font-size:14px;}
    .copyrights-right span{width: 100%;}
    .copyrights-right-logos{text-align: center}
    .copyrights-right-logos img{margin: 0 10px}
    .video-box {margin: 0 0 30px 0;}
    .blogo img {
        max-width: 160px;
        width: 100%;
    }
    button.navbar-toggler {
        top: 5px;
    }
    .slider-ul li {
        flex: 0 0 100%;
        display: flex;
        align-items: center;
        color: #fff;
        width: 100%;
        flex-wrap: wrap;
        border-bottom: 1px solid #fff;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }
    .slider-ul li:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }
    .slider-ul li h6::after {
        display: none;
    }
    .case-number-div h1 {
        font-size: 28px;
    }
    .case-number-div p {
        font-size: 14px;
    }
    .carousel-content h1 {
        font-size: 28px;
    }
    .slider-testimonial-div {
        margin-bottom: 20px !important;
    }
    .fc-sd {
        margin-bottom: 20px !important;
    }

    .fmc-col:nth-child(1) .fc-div2,
    .fmc-col:nth-child(4) .fc-div2,
    .fmc-col:nth-child(5) .fc-div2,
    .fmc-col:nth-child(8) .fc-div2{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .fmc-col:nth-child(2) .fc-div2,
    .fmc-col:nth-child(3) .fc-div2,
    .fmc-col:nth-child(6) .fc-div2,
    .fmc-col:nth-child(7) .fc-div2{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;

    }
    /*

    .fmc-col:nth-child(2) .feature-card-div,
    .fmc-col:nth-child(3) .feature-card-div,
    .fmc-col:nth-child(6) .feature-card-div,
    .fmc-col:nth-child(7) .feature-card-div{
        flex-direction: column-reverse;
        display: flex;
    }*/

    /*.fmc-list-div .fmc-col.active:nth-child(1) .feature-card-div .fc-div1,
    .fmc-list-div .fmc-col.active:nth-child(4) .feature-card-div .fc-div1,
    .fmc-list-div .fmc-col.active:nth-child(5) .feature-card-div .fc-div1,
    .fmc-list-div .fmc-col.active:nth-child(8) .feature-card-div .fc-div1 {
        transform: rotatey(180deg);
        transition: 1.2s;
        position: relative;
        z-index: 2;
    }
    .fmc-list-div .fmc-col.active-remove:nth-child(1) .feature-card-div .fc-div2,
    .fmc-list-div .fmc-col.active-remove:nth-child(4) .feature-card-div .fc-div2,
    .fmc-list-div .fmc-col.active-remove:nth-child(5) .feature-card-div .fc-div2,
    .fmc-list-div .fmc-col.active-remove:nth-child(8) .feature-card-div .fc-div2 {
        transform: rotatey(180deg);
        transition: 1.2s;
        position: absolute;
        z-index: 3;
    }*/

    /*.fmc-list-div .fmc-col:nth-child(2) .feature-card-div .fc-div1,
    .fmc-list-div .fmc-col:nth-child(3) .feature-card-div .fc-div1,
    .fmc-list-div .fmc-col:nth-child(6) .feature-card-div .fc-div1,
    .fmc-list-div .fmc-col:nth-child(7) .feature-card-div .fc-div1 {
        position: relative;
        z-index: 2;
    }*/
    /*.fmc-list-div .fmc-col.active:nth-child(2) .feature-card-div .fc-div2,
    .fmc-list-div .fmc-col.active:nth-child(3) .feature-card-div .fc-div2,
    .fmc-list-div .fmc-col.active:nth-child(6) .feature-card-div .fc-div2,
    .fmc-list-div .fmc-col.active:nth-child(7) .feature-card-div .fc-div2 {
        transform: rotatey(180deg);
        transition: 1.2s;
        position: absolute;
        z-index: 3;
    }
    .fmc-list-div .fmc-col.active-remove:nth-child(2) .feature-card-div .fc-div1,
    .fmc-list-div .fmc-col.active-remove:nth-child(3) .feature-card-div .fc-div1,
    .fmc-list-div .fmc-col.active-remove:nth-child(6) .feature-card-div .fc-div1,
    .fmc-list-div .fmc-col.active-remove:nth-child(7) .feature-card-div .fc-div1 {
        transform: rotatey(180deg);
        transition: 1.2s;
        position: absolute;
        z-index: 4;
    }*/
    .fmc-list-div .some-unique-class:nth-child(2) .feature-card-div .fc-div1,
    .fmc-list-div .some-unique-class:nth-child(3) .feature-card-div .fc-div1,
    .fmc-list-div .some-unique-class:nth-child(6) .feature-card-div .fc-div1,
    .fmc-list-div .some-unique-class:nth-child(7) .feature-card-div .fc-div1 {
        background-color: #f5f4f0;
    }

    .fmc-list-div .some-unique-class:nth-child(2) .feature-card-div .fc-div1 h5,
    .fmc-list-div .some-unique-class:nth-child(3) .feature-card-div .fc-div1 h5,
    .fmc-list-div .some-unique-class:nth-child(6) .feature-card-div .fc-div1 h5,
    .fmc-list-div .some-unique-class:nth-child(7) .feature-card-div .fc-div1 h5 {
        color: #414042;
    }
    .fmc-list-div .some-unique-class:nth-child(2) .feature-card-div .fc-div1 p,
    .fmc-list-div .some-unique-class:nth-child(3) .feature-card-div .fc-div1 p,
    .fmc-list-div .some-unique-class:nth-child(6) .feature-card-div .fc-div1 p,
    .fmc-list-div .some-unique-class:nth-child(7) .feature-card-div .fc-div1 p {
        color: #414042;
    }
    .fmc-list-div .fmc-col.active .feature-card-div .fc-div1, .fmc-list-div .fmc-col.active .feature-card-div .fc-div1, .fmc-list-div .fmc-col.active .feature-card-div .fc-div1, .fmc-list-div .fmc-col.active .feature-card-div .fc-div1 {
        transform: rotatey(-180deg);
        transition: 1.2s;
        position: relative;
        z-index: 2;
    }
    .fmc-list-div .some-unique-class:nth-child(2) .feature-card-div .fc-div2,
    .fmc-list-div .some-unique-class:nth-child(3) .feature-card-div .fc-div2,
    .fmc-list-div .some-unique-class:nth-child(6) .feature-card-div .fc-div2,
    .fmc-list-div .some-unique-class:nth-child(7) .feature-card-div .fc-div2 {
        background-color: var(--primary-color);
    }
    .fmc-list-div .some-unique-class:nth-child(2) .feature-card-div .fc-div2 h5,
    .fmc-list-div .some-unique-class:nth-child(3) .feature-card-div .fc-div2 h5,
    .fmc-list-div .some-unique-class:nth-child(6) .feature-card-div .fc-div2 h5,
    .fmc-list-div .some-unique-class:nth-child(7) .feature-card-div .fc-div2 h5 {
        color: #ffffff;
    }
    .fmc-list-div .some-unique-class:nth-child(2) .feature-card-div .fc-div2 .fcs-icon,
    .fmc-list-div .some-unique-class:nth-child(3) .feature-card-div .fc-div2 .fcs-icon,
    .fmc-list-div .some-unique-class:nth-child(6) .feature-card-div .fc-div2 .fcs-icon,
    .fmc-list-div .some-unique-class:nth-child(7) .feature-card-div .fc-div2 .fcs-icon {
        filter: brightness(0) invert(1);
    }
    .home-slider .owl-nav button span {
        font-size: 50px;
    }
    .home-slider .owl-nav .owl-prev {
        left: 0;
        width: 30px;
    }
    .home-slider .owl-nav .owl-next {
        right: 0;
        width: 30px;
    }
    .home-slider .owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }
    .section-title-div h2 {
        font-size: 1.4rem;
    }
    .section-title-div p {
        font-size: 14px;
        text-align: left;
        text-align: justify;
        color: #000000;
    }
    .counter-box h3 {
        font-size: 34px;
    }
    .counter-box h4 {
        font-size: 20px;
    }
    .counter-box-mobile:after {
        display: none;
    }
    .ob-icon img {
        height: auto;
        max-width: inherit;
    }
    .offering-box::after {
        display: none;
    }
    .offering-box {
        padding: 20px 0;
        max-width: 280px;
        margin: 0 auto;
    }
    .ob-text h5 {
        font-size: calc(.7rem + .6vw);
    }
    .offering-div.py-5 .col-4 {
        width: 100%;
        flex: 0 0 100%;
        margin: 10px 0;
    }
    .od-title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .default-slider-div .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 0 3px;
    }
    .default-slider-div {
        padding: 0 25px;
    }
    .collage-card {
        padding: 30px 15px;
    }
    .cc-name h5 {
        font-size: 16px;
    }
    .cc-name p {
        font-size: 14px;
        color: #000000;
    }
    .facalties-card {
        padding: 30px 20px;
    }
    .fc-name h5 {
        font-size: 22px;
    }
    .fc-name h6 {
        font-size: 16px;
        color: #000000;
    }
    .fc-name p {
        font-size: 16px;
        line-height: 20px;
        color: #000000;

    }
    .feature-faculties-div {
        padding-bottom: 0 !important;
    }
    .abt-cnt h1 {
        font-size: 24px;
        text-align: center;
        font-family: "Brandon Grotesque Bold" !important;
    }
    .abt-cnt {
        display: flex;
        justify-content: center;
        gap: 10px;
        align-items: center;
        margin-bottom: 20px;
    }

    .footer-link-div h5 {
        font-size: 14px;
    }
    .footer-link-div a {
        font-size: 14px;
        margin-bottom: 5px;
        display: inline-block;
    }
    .footer-social-box a {
        width: 25px;
        height: 25px;
        font-size: 12px;
        display: flex;
    }
    .footer-logo {
        margin-bottom: 25px;
    }
    .footer-social-box {
        gap: 6px;
    }

    .front-footer p {
        font-size: 14px;
    }
    .front-footer {
        padding: 30px 0 10px;
    }
    .front-footer {
        padding: 30px 0 50px;
    }
    .login-with-div {
        padding-left: 0;
    }
    .loginregisterul {
        width: 210px;
    }
    .featured-medical-colleges .section-title-div.text-center.mb-5 {
        margin-bottom: 0 !important;
    }
    .default-slider-div .owl-theme .owl-dots {
        margin-top: 15px;
    }
    .mdl-title {
        font-size: 22px;
    }
    .footer-logo img {
        width: 200px;
    }
    .front-footer .col-md-9 .row .col-md-3 {
        display: none;
    }
    .front-footer .col-md-9 .row .col-md-3.footer-link-social {
        display: block;
    }
    .scroll-top-btn {
        display: flex;
    }

    .session-content p {
        font-size: 14px;
    }
    .session-content .h5 {
        font-size: 16px;
    }
    .session-content .h1 {
        font-size: 24px;
    }
    .session-content {
        padding: 30px;
    }
}
@media (min-width:1200px) and (max-width:1399px){
    .login-form-div {
        justify-content: start;
        padding-top: 25px;
    }
    .login-page {
        top: 0;
        left: 0;
        Transform: translate(0%, 0%);
        margin: auto;
        position: relative;
    }
}
@media (min-width:992px) and (max-width:1099px){
    .feature-faculties-slider .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .feature-faculties-slider .carousel-content {
        padding: 50px 50px 90px;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .login{margin:50px auto 0;}
    .banner-ctn{margin-top:50px;}
    .section,.section.bg{background-size:200px;}
    #navmenu .nav{width:500px;margin-left:70px;}
    .section{padding:60px 20px;}
    .section.app > .container{padding:0;}
    .login-align-div {
        width: 100%;
        padding-right: 15px;
    }
    .login-form-div {
        justify-content: start;
        padding-top: 25px;
    }
    select.form-control {
        font-size: 12px;
    }
    input.form-control {
        font-size: 12px;
    }
    .select2-container {
        font-size: 12px;
        line-height: 24px;
    }
    .UpcomingLiveSessionsFirstBoxDetailsSummeryContent p {
        font-size: 14px;
    }
    .UpcomingLiveSessionsFirstBoxDetailsHeading {
        font-size: 20px;
    }
    .UpcomingLiveSessionsFirstBox {
        height: 500px;
    }
    .clinical-list-div {
        padding: 30px 10px;
    }
    .cld-gif img {
        width: 70px;
    }
    .fcs-icon img {
        width: 70px;
    }
    .fc-default-div {
        padding: 10px;
    }
    .fc-second-div {
        padding: 10px;
    }
    .fc-default-div h5 {
        font-size: 18px;
    }
    .fc-second-div h5 {
        font-size: 18px;
    }
    .header-menu-div .navbar-nav {
        gap: 10px;
    }
    .header-menu-div .navbar-nav .nav-link {
        font-size: 12px;
    }
    .header-right-div #navbarDropdownMenuLink {
        font-size: 12px;
    }
    .header-right-div .nav-link.btn {
        padding: 5px 10px;
    }
}
@media (min-width:768px) and (max-width:991px){

    .login{margin:0 auto 0;}
    .banner-ctn{margin-top:0;}
    .section,.section.bg{background-size:250px;}
    header li{width:100%;}
    .banner-stamp img{width:20%;}
    .right-logo{margin-right:65px;}
    .banner{margin-top:0;}
    .section{padding:40px 15px;}
    #aboutus{background-position:top right;}
    #aboutus h2.title{margin-top:0 !important;}
    .textright{padding-left:15px;}
    .section.app{padding-top:0;}
    .section.app > .container{padding:0;}
    .carousel-content {
        min-height: 600px;
    }
}
@media screen and (max-width:991px){
    .header-menu {
        padding: 5px 0;
    }
    .header-menu .navbar.custom-navbar {
        justify-content: end;
    }
    .login-slider {
        padding: 0 40px;
        left: 0;
    }
    #myModal .modal-dialog {
        max-width: 95%;
    }
    .slider-ul li img {
        height: 40px;
    }
    .lm-modal-div h1 {
        font-size: 24px;
    }
    .mainBox .col-md-4 {
        padding: 0 !important;
    }
    .filter-box label {
        padding: 6px 20px;
        font-size: 14px;
        margin: 0;
    }
}
@media (min-width:481px) and (max-width:767px){
    header{position:relative;}
    .banner-text{position:relative;top:20px;}
    .banner-ctn{margin-top:0;}
    .login{background:#f7f7f7;margin:30px auto 50px;border:1px solid #ddd;}
    .section{padding:0;}
    .textright{padding:20px 15px;}
    .section.bg{padding:30px 0;margin-bottom:30px;}
    .intro.text-center{padding-bottom:0;}
    .section.app{margin-bottom:50px;}
    .app li a,.app li a:hover{margin:10px 10px;}
    header li{width:100%;}
    header .nav{padding-bottom:20px;}
    .login-page img{display:none;}
    .banner{margin-bottom:50px;}
    .modal-video-div iframe {
        height: 300px;
    }
    .blogo img {
        max-width: 110px;
    }
    .carousel-content {
        padding: 20px 20px 150px;
    }
    .case-module-list {
        margin-bottom: 50px;
    }
    .offering-div {
        background-attachment: scroll;
    }

}
@media screen and (max-width:991px){
    .custom-blog-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .custom-row {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
    }
    .custom-blog-col .cu-img-box {
        opacity: 1;
    }
    .TestimonialItem {
        margin-bottom: 60px;
    }
    .tab-img-box {
        margin-bottom: 30px;
    }
    .login-section .row .col-lg-7 {
        order: 2;
    }
    .header-menu-div {
        display: none;
    }
    .mobile-btn {
        position: absolute;
        right: 10px;
        top: 0;
        width: auto;
        font-size: 26px !important;
        height: 53px;
    }
    .blogo.text-right {
        text-align: right;
        padding-right: 20px;
    }
    .mobile-btn {
        display: block !important;
    }
    .top-nav .offcanvas {
        background-color: #000000;
    }

    .offcanvas .btn-close {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
        opacity: 1;
    }
    .user-name svg{
        padding-right: 5px;
    }
    .logout-btn svg{
        padding-left: 5px;
    }

    .top-nav .offcanvas-body,
    .top-nav .offcanvas-body .right-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: initial;
    }

    .top-nav .offcanvas-body .navbar-nav {
        width: 100%;
    }

    .top-nav .offcanvas-body .nav-item {
        padding: .2rem;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }

    .offcanvas-title img {
        max-width: 120px;
    }

    .top-nav .offcanvas-body,
    .top-nav .offcanvas-body .right-nav .btn-outline-light {
        text-align: left;
        border: none;
        background: none;
        line-height: 1.5;
    }
    .top-nav .nav-link {
        font-size: .9rem;
    }
    .login-2 .logout-btn {
        text-decoration: none;
        color: #c7c7c7;
    }
    .top-nav .offcanvas-body .nav-link {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .login-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .offcanvas-body .navbar-nav .dropdown-menu {
        position: relative !important;
        background: transparent;
        color: #fff;
        border: transparent;
        padding: 0;
    }
    .offcanvas-body .dropdown-menu li {
        padding: 6px 0px;
    }
    .offcanvas-body .dropdown-item {
        color: #fff;
        font-size: .8rem;
    }
    .offcanvas-body .navbar-nav .dropdown-menu {
        position: relative !important;
        background: transparent;
        color: #fff;
        border: transparent;
        padding: 0;
        transform: translate(0,0) !important;
    }
    .offcanvas-body .dropdown-menu li a:hover {
        color: #000000!important;
    }
    .featured-medical-colleges {
        margin-top: 50px;
    }
}
@media (min-width:320px) and (max-width:480px){
    .login-page img{display:none;}
    header{position:relative;}
    .banner-text{position:relative;top:20px;}
    .banner-ctn{margin-top:0;}
    .login{background:#f7f7f7;margin:30px auto 50px;border:1px solid #ddd;}
    .section{padding:0;background-size:100px;}
    .section.bg{padding:30px 0;background-size:100px;margin-bottom:30px;background-position-y:10px;}
    .intro.text-center{padding-bottom:0;}
    .section.app{margin-bottom:50px;}
    .app li a,.app li a:hover{margin:10px 10px;}
    header li{width:100%;}
    header .nav{padding-bottom:20px;}
    .head-logo img {
        width: 110px;
    }
    .contact-us {
        padding: 10px;
    }
    .modal-video-div iframe {
        height: 230px;
    }
}

ol.k {list-style-type: lower-alpha;}
.faculties-carousel .owl-stage {
    display: flex;
}
.faculties-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.faculties-carousel .item {
    display: flex;
    flex-direction: column;
    margin: 0 15px;
}
.header-menu-div .navbar-toggler {
    position: absolute;
    right: 0;
    top: -60px;
    background: transparent;
    padding: 0;
}
.login-div .form-control{
    color: #495057;
}
.login-div .form-control::placeholder{
    color: #495057;
}
