@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

:root{
    --bg-color : #ffffff;
     --default-font-color: #0d2366;
     --light-bg-banner: #f6fbff;
     --footer-bg-color: #151d2c;
     --panel-heading-bg:  #efeff3;
     --panel-headingText-bg:  #1a1f22;

    --main-color-blue : linear-gradient( 90deg, rgb(10,98,206) 0%, rgb(50,159,249) 100%);
    --main-color-dark : #0078f0;
    --main-color-green : #8BC34A;
    --main-color-footer : #151d2c;
}
/* dark mode css variables */
[data-theme="dark"] {
    --bg-color : #000000;
    --light-bg-banner: #141414;
    --white-bg-banner: #000000;
    --footer-bg-color: #000000;
    --default-font-color: #ffffff;
    --panel-heading-bg:  #000;
    --panel-headingText-bg:  #fff;
}

body{
    font-family: Muli,BlinkMacSystemFont,-apple-system,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--default-font-color);
    background: var(--bg-color);
}
.table td, .table th, .modal-title {
    color: #0d2366;
}
.detail-list #instructortab > div {
    color: #0d2366;
}
.getinTouch-box h1{
    color: #0d2366;
}

a,a:focus,a:hover{
    text-decoration: none;
}
.inlineBlock{display: inline-block;}
.floatLeft{
    float: left;
    width: 100%;
    clear: both;
}
.f-14 {
    font-size: 14px;
}
.uploadImg-size img{
    width: 64px;
    height: 64px;
    border-radius: 100px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    top: 10px;
    left: 10px;
}
.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
}
.displayTable{
    display: table;
}

.navbar-dark .navbar-toggler {
    color: rgb(255 255 255 / 1);
    border-color: rgba(255,255,255,1);
}

.img-profile-dropdown img{
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
}
.blue-text1 {
    color: #126ed6 !important;
}
.pointer {
    cursor: pointer;
}
/*loader Css Start*/
.loader-4 {
  box-sizing: border-box;
}
.loader-4 {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.8;
    z-index: 9;
    left: 0;
    border: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.loader-4 .dbl-spin-1,
.loader-4 .dbl-spin-2 {
  position: absolute;
  box-sizing: border-box;
  display: block;
  margin: auto;
  border: 3px solid transparent;
  border-radius: 50%;
}
.loader-4 .dbl-spin-1 {
  height: 32px;
  width: 32px;
  border-top: 3px solid #2570e8;
  border-left: 3px solid #2570e8;
  -webkit-animation: loader-4-dblspin 1.8s linear infinite;
          animation: loader-4-dblspin 1.8s linear infinite;
}
.loader-4 .dbl-spin-2 {
  height: 52px;
  width: 52px;
  border-bottom: 3px solid #1c80e3;
  border-left: 3px solid #1c80e3;
  -webkit-animation: loader-4-dblspin2 1.2s linear infinite;
          animation: loader-4-dblspin2 1.2s linear infinite;
}

@-webkit-keyframes loader-4-dblspin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-720deg);
  }
}

@keyframes loader-4-dblspin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-720deg);
  }
}
@-webkit-keyframes loader-4-dblspin2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-4-dblspin2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*loader Css Start*/
/*.mesh-loader {
  overflow: hidden;
  height: inherit;
  width: inherit;
}
.mesh-loader .circle {
  width: 30px;
  height: 30px;
  position: absolute;
  background: #f44336;
  border-radius: 50%;
  margin: -15px;
  -webkit-animation: mesh 3s ease-in-out infinite -1.5s;
  animation: mesh 3s ease-in-out infinite -1.5s;
}

.mesh-loader > div .circle:last-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.mesh-loader > div {
  position: absolute;
  top: 50%;
  left: 50%;
}

.mesh-loader > div:last-child {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}*/
/*loader Css End*/
/*HEader Submenu Start*/
.dropdown:hover > .dropdown-menu{
    display: block;
}
.dropdown-menu.dropdownMenu-custom{
    width: 230px;
    border-radius: 0;
    border: 0;
    /*top: 140%;*/
    top: 90%;
    padding: 0;
}

.dropdown-menu.dropdownMenu-custom .dropdown-item{
    position: relative;
    display: block;
    padding: 12px 18px;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #222222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.dropdown-menu.dropdownMenu-custom .dropdown-item.active, .dropdown-menu.dropdownMenu-custom .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active{
    color: #ffffff !important;
    padding-left: 30px;
    background: var(--main-color-blue);
}

.arrowDropdown-toggle.dropdown-toggle::after {
    content: url(../../img/web/arrow-icon-down.png);
    vertical-align: baseline;
    border: 0;
}
/*HEader Submenu End*/
.likedislike-tag i{
    color: #198cff;
    cursor: pointer;
}
.likedislike-tag i:hover{
    color: #198cff;
    cursor: pointer;
}

.heightpercentage100{
    height: -moz-calc(100% - (20px + 30px));
    height: -webkit-calc(100% - (20px + 30px));
    height: calc(100% - (20px + 30px));
    overflow: auto;
}
.courseHeading{
    background: #0155a9;
    color: #fff !important;
    padding: 15px;
}

.courseHeading-grey{
    background: #efeff3;
    color: #000;
    padding: 15px;
}

/*course Search Start*/
.courseSearch-content{
    position: relative;
    padding: 20px;
    padding-bottom: 0;
}
.courseSearch-content input{
    padding-top: 8px;
    padding-left: 35px;
    border-radius: 5px;
    border: 1px solid #0155a9;
    font-size: 14px;
    height: 40px;
}
.courseSearch-content i{
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 16px;
    color: #0155a9;
}

.blue-text{color: var(--main-color-blue);}

.scrollbar::-webkit-scrollbar {
    background-color:#fff !important;
    width:16px
}
/* background of the scrollbar except button or resizer */
.scrollbar::-webkit-scrollbar-track {
    background-color:#fff !important;
}
/* scrollbar itself */
.scrollbar::-webkit-scrollbar-thumb {
    background-color:#a8aabb !important;
    border-radius:16px !important;
    border:5px solid #fff !important;
}
/*.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color:#a8aabb !important;
    border:4px solid #a8aabb !important;
}*/

/*dark*/
.scrollbar-dark::-webkit-scrollbar {
    background-color:var(--main-color-footer) !important;
    width:10px;
}
/* background of the scrollbar except button or resizer */
.scrollbar-dark::-webkit-scrollbar-track {
    background-color:var(--main-color-footer) !important;
}
/* scrollbar itself */
.scrollbar-dark::-webkit-scrollbar-thumb {
    background-color:var(--main-color-footer) !important;
    border-radius:16px !important;
    border:5px solid #a8aabb !important;
}
/*.scrollbar-dark::-webkit-scrollbar-thumb:hover {
    background-color:var(--main-color-footer); !important;
    border:4px solid #a8aabb !important;
}*/


.height384-scroll{
    max-height: 384px;
    overflow-y: auto;
    overflow-x: hidden;
}
.height240-scroll {
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
}
.lh85px-xs{line-height: 85px;}

.prelative{position: relative;}

/* Link Text */
.link-text{font-size: 15px;line-height: 18px;}
.link-color-1{color: #1a1f22;}
/* colors */
.grey-p{color: #a8aabd;}
.grey-dark{color: #6b6c7f;}
.white-off-text{color: rgba(255,255,255,0.7);}
.white-text{color: #fff;}

.light-blue-bg{
    background: var(--light-bg-banner);
}

.positon-relative{position: relative;}

.featuredCourse-tag {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 0;
    overflow: hidden;
    height: 110px;
}
.featuredCourse-tag .featuredTitle{
    float: right;
    transform: rotate(45deg);
    right: -58px;
    top: 28px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 13px;
    margin: 0;
    padding: 7px 10px;
    font-weight: 500;
    color: #fff;
}
.featuredCourse-tag .featuredTitle.featured-clr-1{
    background: var(--main-color-blue);
}
.gridView-hscroll-1440{
    max-height: 1715px;
    overflow: auto;
}

/*font weights*/
.w100{font-weight: 100;}
.w300{font-weight: 300;}
.w400{font-weight: 400;}
.w500{font-weight: 500;}
.w600{font-weight: 600;}
.w700{font-weight: 700;}
.w800{font-weight: 800;}
.w900{font-weight: 900;}


/* Margins */
.mt12{margin-top: 12%;}
.mt11{margin-top: 11%;}
.mt10{margin-top: 10%;}
.mt9{margin-top: 9%;}
.mt0{margin-top: 0;}

.mb3{margin-bottom: 3%;}
.mb4{margin-bottom: 4%;}
.mb7{margin-bottom: 7%;}
.mb10{margin-bottom: 10%;}
.mb12{margin-bottom: 12%;}

/*padding*/
.paddingtb-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.paddingb-60{
    padding-bottom: 60px;
}


/*Header Start*/
.navbar-dark .navbar-nav .nav-link{
    color: #ffffff;
}
.header.innerHeader {
    position: absolute;
    top: 0px;   
    z-index: 99;
    left: 0;
    right: 0;
    padding: 5px;
}

.mainmenutab.navbar-expand-lg .navbar-nav .nav-link{
    padding: 0 20px;
}
.sticky-transparent-colourd {
    background: #024384;
    background-image: -moz-linear-gradient( 90deg, rgb(10,98,206) 0%, rgb(50,159,249) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(10,98,206) 0%, rgb(50,159,249) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(10,98,206) 0%, rgb(50,159,249) 100%);
    background-image: linear-gradient( 90deg, rgb(10,98,206) 0%, rgb(50,159,249) 100%);
    box-shadow: 0 1px 2px rgb(50 129 255);
}
.sticky-transparent {
    background: #29435a3d;
    /*box-shadow: 0 1px 2px rgb(50 129 255);*/
}
.transparent-sticky-header {
    position: fixed !important;
    background: #024384;
    background-image: -moz-linear-gradient( 90deg, rgb(10,98,206) 0%, rgb(50,159,249) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(10,98,206) 0%, rgb(50,159,249) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(10,98,206) 0%, rgb(50,159,249) 100%);
    background-image: linear-gradient( 90deg, rgb(10,98,206) 0%, rgb(50,159,249) 100%);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 1px 2px rgb(50 129 255);
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.animated-header {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
/*Header End*/

/*count visitor Start*/
.count-visitor{
    top: 45%;
    opacity: 1;
    width: 50px;
    height: 50px;
    position: fixed;
    background: var(--main-color-blue);
    margin: 10px 0;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 99;
}
.count-visitor .fa{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #ffffff;
}
.counter-visitor-slider {
    content: "";
    position: absolute;
    top: 0;
    left: 51px;
    width: 0px;
    height: 50px;
    background: var(--main-color-blue);
    border-radius: 3px;
    transition: all 0.5s 0.3s ease;
} 
.counter-visitor-slider p {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    line-height: 14px;
    opacity: 0;
    transition: all 0.6s ease;
    margin-top: 20px;
    margin-bottom: 20px;
} 
.count-visitor:hover .counter-visitor-slider {
    width: 180px;
    transition: all 0.5s ease;
} 
.count-visitor:hover .counter-visitor-slider p {
    opacity: 1;
    transition: all 1s 0.2s ease;
}
/*count visitor End*/

/*Vertical Social Icons Start*/
ul.vertical-socialLinks{
  list-style: none;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 9;
}
.vertical-socialLinks li{
  display: block;
  padding-right: 10px;
  padding-bottom: 10px;
}
.vertical-socialLinks li a{
    width: 35px;
    height: 35px;
    color: #ffffff;
    background: var(--main-color-blue);
    border-radius: 3px;
    display: block;
    line-height: 35px;
    text-align: center;
}
ul.vertical-socialLinks li a:hover{
  color: var(--main-color-blue);
  background: #fff;
}
/*Vertical Social Icons End*/

/*Banner Start*/
.header-banner{
    position: relative;
    background-size: cover;
    padding: 0 0 40px;
    height: 100vh;
    background-position: 40%;
    background-repeat: no-repeat;
}
.header-flex-title{
    display: flex;
    align-items: center;
    /*min-height: 635px;*/
    background-size: cover;
    vertical-align: middle;
    overflow: hidden;
    padding-top: 0;
    height: 100vh;
    text-align: center;
    background-color: rgb(0,0,0,.35);
}


.allcourseCat-banner{
    position: relative;
    background: url(../../img/web/home-banner.png) no-repeat #4a5c6d;
    background-size: cover;
    padding: 0 0 40px;
    height: 500px;
    background-position: 40%;
}
.allcourseCat-flex-title{
   /* display: flex;
    align-items: center;*/
    /*min-height: 635px;*/
    background-size: cover;
    vertical-align: middle;
    overflow: hidden;
    padding-top: 150px;
    height: 500px;
    text-align: center;
    background-color: rgb(0,0,0,.35);
}

.allcourseCat-banner-instructions{
    position: relative;
    background: url(../../img/web/home-banner.png) no-repeat #4a5c6d;
    background-size: cover;
    padding: 0 0 40px;
    height: 300px;
    background-position: 40%;
}
.allcourseCat-flex-title-instructions{
    display: flex;
    align-items: center;
    background-size: cover;
    vertical-align: middle;
    overflow: hidden;
    height: 500px;
    text-align: center;
    background-color: rgb(0,0,0,.35);
}


/*-staticpage*/
.allcourseCat-banner-staticpage{
    position: relative;
    background: url(../../img/web/home-banner.png) no-repeat #4a5c6d;
    background-size: cover;
    padding: 0 0 40px;
    /*height: 500px;*/
    height: 300px;
    background-position: 40%;
}
.allcourseCat-flex-title-staticpage{
   /* display: flex;
    align-items: center;*/
    /*min-height: 635px;*/
    background-size: cover;
    vertical-align: middle;
    overflow: hidden;
    /*padding-top: 150px;*/
    padding-top: 130px;
    /*height: 500px;*/
    height: 300px;
    text-align: center;
    background-color: rgb(0,0,0,.35);
}

.allcourseCat-banner-instructions-staticpage{
    position: relative;
    background: url(../../img/web/home-banner.png) no-repeat #4a5c6d;
    background-size: cover;
    padding: 0 0 40px;
    height: 300px;
    background-position: 40%;
}
.allcourseCat-flex-title-instructions-staticpage{
    display: flex;
    align-items: center;
    background-size: cover;
    vertical-align: middle;
    overflow: hidden;
    height: 300px;
    text-align: center;
    background-color: rgb(0,0,0,.35);
}

/*Banner End*/

/*Course Detail Start*/

.darkBanner-bg-dashboard{
    padding-top: 65px;
    padding-bottom: 39px;
    margin-top: 70px;
    background: #f6fbff url(../../img/web/dashboard-banner.svg) no-repeat right;
    height: auto;
    background-position: right center;
    position: relative;
    background-size: contain;
}
.darkBanner-bg{
    padding-top: 40px;
    padding-bottom: 39px;
    margin-top: 70px;
    background: #02042b;
    height: auto;
    position: relative;
}
.grey-p1 {
    color: #cecfda;
}
.course-details-list .star-ratings .filled-star{
    color: #ffa966;
}
.course-details-list .star-ratings .empty-star{
    color: #efeff3;
}
.boxShadow-1{
    color: #0d2366;
    background-color: rgb(255, 255, 255);
    box-shadow: -2.025px 8.769px 26.04px 1.96px rgba(14, 37, 70, 0.07);
}
/*.courseCardprice-box{
    margin-top: -310px;
}*/
ul.coursePrice-detail-list{
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
}
ul.coursePrice-detail-list li:first-child{
    margin-top: 15px;
}
ul.coursePrice-detail-list li{
    display: block;
    margin-bottom: 15px;
}
ul.coursePrice-detail-list li span{
    width: 20px;
    height: 20px;
    padding-right: 10px;
}
ul.coursePrice-detail-list li span img{
    vertical-align: baseline;
    padding: 0 5px;
}
.aboutusTitle-40{
    margin-top: 75px;
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 40px;
}
.line-separator{
    border-top: 1px solid #e8e8ee;
    margin-top: 35px;
    margin-bottom: 35px;
    display: block;
    clear: both;
}
.buyNow-btnmb-25{margin-bottom: 16px;}
.buyNow-btn a{
    border-radius: 5px;
    background-color: rgb(69, 87, 246);
    color: #ffffff;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 10px;
}
.buyNow-btn a:hover{
    opacity: 0.8;
}
.wishlistBtn{
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 5px 12px;
    color: #fff;
}
.wishlistBtn:hover{
    background: #ffffff;
}

.nav-pills.nav-pills-color .nav-link {
    border-radius: .25rem;
    background: #f6f6f6;
    margin-bottom: 5px;
    margin-right: 5px;
    color: #000;
}
.nav-pills.nav-pills-color .nav-item.show .nav-link, .nav-pills.nav-pills-color .nav-link.active {
    background: #003367;
    color: #ffffff;
}
/*Course Detail End*/

.courseTotal-tag{
    background-color: #007cf7;
    color: #ffffff;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 8px;
}
.price-color-footer{
    color: #0078ef;
}
/*buttons*/
.resendCode-btn{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff !important;
    padding: 11px 44px 11px;
    font-weight: 400;
    overflow: hidden;
    background: none;
    border-radius: 2px;
    background: #0077ed;
     text-transform: capitalize;
    -webkit-box-shadow: 0 10px 30px rgba(255,98,98,0.10);
    -moz-box-shadow: 0 10px 30px rgba(255,98,98,0.10);
    -ms-box-shadow: 0 10px 30px rgba(255,98,98,0.10);
    -o-box-shadow: 0 10px 30px rgba(255,98,98,0.10);
    box-shadow: 0 10px 30px rgba(255,98,98,0.10);
}
.resendCode-btn:hover{
    opacity: 0.8;
}

.btn-radius-50{border-radius: 50px !important;}

.btn-theme-small-footer{
    font-size: 12px !important;
    line-height: 16px !important;
    /* padding: 11px 20px 11px !important; */
    padding: 6px 8px 6px !important;
}
.btn-theme-small-courseOnly{
    font-size: 14px !important;
    line-height: 20px !important;
    /*padding: 11px 20px 11px !important;*/
    padding: 9px 13px 8px !important;
}
.btn-theme-small{
    font-size: 14px !important;
    line-height: 20px !important;
    /*padding: 11px 20px 11px !important;*/
    padding: 11px 15px 11px !important;
}
.btn-theme-one{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff !important;
    padding: 11px 44px 11px;
    font-weight: 400;
    overflow: hidden;
    background: none;
    border: 0;
    border-radius: 2px;
    background: var(--main-color-blue);
    text-transform: capitalize;
    -webkit-box-shadow: 0 10px 30px rgba(255,98,98,0.10);
    -moz-box-shadow: 0 10px 30px rgba(255,98,98,0.10);
    -ms-box-shadow: 0 10px 30px rgba(255,98,98,0.10);
    -o-box-shadow: 0 10px 30px rgba(255,98,98,0.10);
    box-shadow: 0 10px 30px rgba(255,98,98,0.10);
}
.btn-theme-one:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #007cf7;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.btn-theme-one:hover::before{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.btn-theme-one .textBtn{
    position:relative;
    z-index:1;
}

.btn-theme-one:hover{
    color:#ffffff;
}

.btn-theme-one-solid{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff !important;
    padding: 11px 44px 11px;
    font-weight: 400;
    overflow: hidden;
    background: none;
    border-radius: 2px;
    background: #0076eb;
    text-transform: capitalize;
    -webkit-box-shadow: 0 10px 30px rgba(255,98,98,0.10);
    -moz-box-shadow: 0 10px 30px rgba(255,98,98,0.10);
    -ms-box-shadow: 0 10px 30px rgba(255,98,98,0.10);
    -o-box-shadow: 0 10px 30px rgba(255,98,98,0.10);
    box-shadow: 0 10px 30px rgba(255,98,98,0.10);
}
.btn-theme-one-solid:hover{
    opacity: 0.8;
}
.viewDemop-bg-color{
    background: #e2b400 !important;
}
.btn-theme-smallxs{
    font-size: 14px !important;
     line-height: 26px !important; 
    padding: 1px 12px 2px !important;
    height: 30px;
}
.btn-theme-one.viewDemop-bg-color:before{
    background: #e2b400 !important;
}

/*.freeDemoAvailable-tag{
    color: red;
    position: absolute;
    bottom: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 1px;
    overflow: hidden;
    height: auto;
    background: yellow;
    font-weight: 600;
    text-align: center;
  }*/

.freeDemoAvailable-tag{
    color: red;
    position: absolute;
    bottom: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 1px;
    overflow: hidden;
    height: auto;
    background: yellow;
    font-weight: 600;
    text-align: center;
}
.blink_text {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}



.addCart-bg-color{
    background: #28a745 !important;
}
.disabled-bg-color{
    background: #FF5722 !important;
}

.purchased-bg-color{
    background: #B964EE !important;
}

.btn-theme-reset-color{
    background: var(--main-color-green) !important;
}
.btn-theme-one.btn-theme-reset-color:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #3f7500;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.btn-theme-one.btn-theme-reset-color:hover::before{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.btn-theme-one.disabled-bg-color:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #d63300;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.btn-theme-one.disabled-bg-color:hover::before{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}


.btn-theme-one.purchased-bg-color:before
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #B964EE;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-theme-one.purchased-bg-color:hover::before
{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.btn-theme-one.addCart-bg-color:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #19df46;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.btn-theme-one.addCart-bg-color:hover::before{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}


/*Body Content Start*/
.height35{height: 35px;max-height: 100%;}
.height56{height: 56px;max-height: 100%;}

.height95-scroll{height: 95px;max-height: 100%;overflow-y: auto;}
.height56-scroll{height: 56px;max-height: 100%;overflow-y: auto;}


.dropdownHover-dots{
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: flex-end;
    left: -20px;
    padding: 0 0px 12px 12px;
    position: absolute;
    margin-top: 0;
    top: 20px;
    width: 100%;
}
.dropdownHover-dots .card-info-dots{
    cursor: pointer;
}
.dropdownHover-dots .card-info-dots img{
    visibility: hidden;
}
.dropdownCustom-card{
    position: absolute;
    transform: translate3d(10px, 30px, 0px);
    top: -8px;
    right: 10px;
    will-change: transform;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    z-index: 9;
    min-width: 85px;
    white-space: nowrap;
    padding-top: 5px;
    padding-bottom: 5px;
}
.dropdownCustom-card a{
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 6px 9px;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    color: #1a1f22;
}
.dropdownCustom-card a i{
    color: #6b6c7f;
}
.dropdownCustom-card a:hover{
    font-weight: 500;
}


.innerBodyContent {
    padding: 50px 0;
    margin-top: 74px;
}

.onlineCourse-box{
    text-align: center;
    margin-bottom: 30px;
    border-radius: 8px;
    background-color: #f9f9f9;
    padding: 30px 31px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.onlineCourse-box img.width60{
    width: 60px !important;
    height: 60px !important;
}

/*Course Category Start*/
.courseCategory-Card{
    color: #0d2366;
    border: 1px solid rgb(232, 232, 238);
    background-color: rgb(255, 255, 255);
    transition: 0.3s;
    margin-bottom: 30px;
    position: relative;
}
.courseCategory-Card:hover{
    box-shadow: -2.025px 8.769px 26.04px 1.96px rgba(14, 37, 70, 0.07);
}
.courseCategory-Card .card-img-top{
    height: 152px;
}
.courseCategory-Card .card-body{
    padding: 13px 13px 0;
}
.courseCategory-Card .card-footer{
    background: #ffffff;
    border: 0;
    padding-bottom: 13px;
    padding: 15px;
}
.courseCategory-Card .card-title a{
    color: #1a1f22;
}
.courseCategory-Card .card-text{
    margin-bottom: 10px;
}
.courseCategory-Card .card-text .star-ratings .filled-star{
    color: #ffa966;
}
.courseCategory-Card .card-text .star-ratings .empty-star{
    color: #efeff3;
}
/*Course Category End*/
.priceTitle-font{
    color: #0074e8;
    font-weight: 600;
}
.course_curriculum{
    height: 500px;
    overflow-y: auto;
}
.course_curriculum .course_section>td {
    border: none;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.course_curriculum .course_lesson>td:last-child i {
    float: left;
    margin-right: 5px;
}
/*accordion Start*/
.moduleWise-box{
    margin-top: 25px;
}
.moduleWise-box .panel-group{
    border: 1px solid #e8e8ee;
    background: #efeff3;
}
.moduleWise-box .panel.panel-default{
    border-bottom: 1px solid #e8e8ee;
}
.moduleWise-box .panel-title{
    margin-bottom: 0;
}
.moduleWise-box .panel-body{
    background: #ffffff;
}
.moduleWise-box .panel-body table{
    margin-bottom: 0;
}
.moduleWise-box .panel-body span.fa{
    color: #6b6c7f !important;
    padding-right: 10px;
}
.moduleWise-box .panel-body a{ 
    color: #1a1f22;
}

.panel-heading {
    padding: 0;
    border:0;
}
.panel-title>a{
    color: var(--panel-headingText-bg) !important;
}
.panel-title>a, .panel-title>a:active{
    display: block;
    padding: 11px 14px;
    color: #1a1f22;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    background: var(--panel-heading-bg);
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}
.panel-heading  a:before {
   font-family: 'FontAwesome';
   content: "\f107";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
} 
.reviewsBox .media, .reviewsBox-instructor .media{
    margin-top: 20px;
}
.reviewsBox .media img.circle{
    width: 45px;
    height: 45px;
    border-radius: 100px;
    object-fit: cover;
}
.reviewsBox .star-ratings .filled-star{
    color: #ffa966;
}
.reviewsBox .star-ratings .empty-star{
    color: #efeff3;
}

.reviewsBox-instructor .media img.circle{
    width: 100px;
    height: 100px;
    border-radius: 22px;
    object-fit: cover;
}

.moduleWise-box table tr td.playing-tab{
    position: relative;
    cursor: not-allowed;
}
.moduleWise-box table tr td.playing-tab.hideLock:before{
    content: '\f023';
    font-family: 'FontAwesome';
    font-size: 30px;
    position: absolute;
    z-index: 1;
    background-color: rgb(0 36 39 / 42%);
    padding-top: 0px;
    left: 0;
    color: #fff;
    text-align: center;
    right: 0;
    bottom: 0;
    top: 0;
}
video::-webkit-media-controls-fullscreen-button {
    display: none;
}

/*accordion End*/

/*course category Start*/
.searchBox-course{
    position: relative;
    padding: 30px 50px;
    padding-bottom: 5px;
    border-radius: 25px;
    max-width: 970px;
    margin: 0 auto;
    margin-top: 10px;
    z-index: 1;
    margin-bottom: -50px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.05);
}
.formControl-custom{
    position: relative;
    line-height: 43px;
    padding: 10px 15px 10px 15px;
    border: 1px solid transparent;
    background: #ffffff;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 54px;
    color: #000000;
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 30px rgb(212 234 255);
}
select.formControl-custom{
    height: 54px !important;
}
.grid-filter-mb{
    position: relative;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    clear: both;
}
.grid-view-list{
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    float: left;
}
.grid-view-list li{
    position: relative;
    margin-left: 10px;
    display: inline-block;
}
.grid-view-list li a{
    position: relative;
    width: 44px;
    height: 36px;
    color: #616161;
    font-size: 16px;
    border-radius: 2px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    background-color: #fbfbfb;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.grid-view-list li.active a, .grid-view-list li:hover a {
    color: #ffffff;
    background-color: #0f6ad3;
}
.selectFilter-ml5{
    float: left;
    margin-left: 15px;
}
.dropdownSelect-filter{
    position: relative;
    display: block;
    width: 100%;
    height: 36px;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    font-weight: 500;
    padding: 5px 20px 6px;
    background: #0052a2;
    border: none;
    border-radius: 4px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.filter-sidebarBox{
    min-height: 100%;
    border-radius: 4px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}
.filter-body{
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}
.filter-body h5{
    position: relative;
    padding: 12px 25px;
    font-weight: 600;
    color: #03382e;
    display: block;
    border-bottom: 1px solid #f0f5fb;
}
.skill-type-box{
    position: relative;
    padding: 20px 12px;
}
.skill-type-box-middle{
    position: relative;
    padding: 0px 25px;
    margin-bottom: 15px
}
.skill-type-box-bottom{
    position: relative;
    padding: 0px 25px;
}
.prelative-skill{position: relative;}
.prelative-skill span.skillTitle{
    position: relative;
    color: #626262;
    font-size: 16px;
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
}
.skill-radio-box{
    position: relative;
    margin-left: 5px;
    margin-bottom: 12px;
}
.skill-radio-box.all-labelColoured label{
    /*color: var(--main-color-blue);*/
    color: #626262;
}
.skill-radio-box label{
    font-size: 14px;
    color: #626262;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 6px;
}
.skill-radio-box .star-ratings .filled-star{
    color: #ffa966;
}
.skill-radio-box .star-ratings .empty-star{
    color: #efeff3;
}
.badge-warning{
    font-weight: 600;
    color: #fff;
    background-color: #ffe799;
    /*color: #000;*/
    padding: 5px;
}
.blue-line-separator{
    border-top: 1px solid #4ca4fd;
}
.line-separator-t-15{margin-top: 15px;}
.line-separator-b-15{margin-bottom: 15px;}
/*course category End*/


/*Full screen Page Start*/
/*Course Left Design Start*/
.slideRight-toggleclr{
    position: fixed;
    right: 0;
    z-index: 9;
    background: orange;
    color: #fff !important;
    padding: 15px 8px;
}
.width-75-left{
    width: calc(100% - 337px);
    margin-top: 75px;
}
/*.width-75-left .videoBg-blue{
    background: #2f3e4c;
    padding: 4px 5px;
    border-radius: 0;
}*/

.width-75-left .videoBg-blue{
    max-width: 100%;
    background: #2f3e4c;
    padding: 2em 0 0.8em 0;
    box-shadow: 0px 0px 5px 5px rgb(255 255 255 / 20%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    /*background: #2f3e4c;
    padding: 4px 5px;
    border-radius: 0;*/
}
.width-75-left .videoBg-blue video{
    max-width: 80%;
    width: 80%;
}
.width-25-left{
    position: fixed;
    right: 0;
    width: 337px;
    top: 0;
    margin-top: 18px;
}
/*Course Left Design End*/
/*Full screen Page End*/


/*PDF Section Start*/
.pdfobject-container{
    height: 100vh;
}
.pdfobject { border: solid 1px #666; height: 100%;}
#results { padding: 1rem; }
.hidden { display: none; }
.success { color: #4F8A10; background-color: #DFF2BF; }
.fail { color: #D8000C; background-color: #FFBABA; }
/*PDF Section End*/

.download-app-bg{
    background: var(--main-color-blue);
}
.text-btn{
    color: #fff;
    background-color: #0078f0;
    border-color: #0078f0;
    outline: 0;
    box-shadow: none;
}
.text-btn:hover, .text-btn:focus{
    opacity: 0.9;
}
.formh-60 {
    height: 60px;
}
.btn-60 {
    padding: 17px 30px;
}
.pt-60 {
    padding-top: 50px;
}
.count-cart{
    position: absolute;
    font-size: 10px;
    background: orange;
    color: #fff;
    border-radius: 100px;
    padding: 2px;
    width: 18px;
    height: 18px;
    top: 0px;
    text-align: center;
}
.dropdown-profile{
    padding-left: 20px;
    margin-top: -5px;
}
.dropdown-profile .user-name-profile{
    color: #ffffff;
    font-size: 15px;
}
.dropdown-profile .dropdown-toggle::after{
    color: #ffffff;
}
.dropdown-toggle > .img-profile img {
    width: 35px;
    height: 35px;
    border-radius: 100px;
    margin-left: 6px;
    object-fit: cover;
}
.dropdown-menu.profileDropdown-custom {
    border-width: 1px;
    top: 34px !important;
    border-color: rgb(232, 232, 238);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: -2.025px 8.769px 26.04px 1.96px rgba(14, 37, 70, 0.07);
    width: 300px;
    left: -150px;
    padding: 0;
}
.profileDropdown-custom li:first-child {
    border-top: 0;
    padding: 10px 15px;
}
.profileDropdown-custom li {
    display: block;
    border-top: 1px solid #e8e8ee;
}
.profileDropdown-custom li i{
    padding-right: 8px;
}
.profileDropdown-custom li a {
    padding: 10px 15px;
    color: #000000;
    font-weight: 300;
    font-size: 15px;
    display: block;
}
/*.profileDropdown-custom li a:hover{
    background: #0067cc;
    color: #ffffff;
}
.profileDropdown-custom li a span:hover{
    background: #0067cc;
    color: #ffffff;
}*/
.profileDropdown-custom li a:hover, .profileDropdown-custom li a:hover .blue-text{
    background: #0067cc;
    color: #ffffff;
}
.profileDropdown-custom li a span:hover{
    background: #0067cc;
    color: #ffffff;
}
.myprofile-btn{
    color: #fff !important;
    background: #0162c2;
    padding: 4px !important;
    border-radius: 5px;
}
/*Body Content End*/

/*faq Arrows Start*/
/*.arrowClass-function [data-toggle="collapse"] .fa:before {   
  content: "\f139";
  color: #0076eb;
  font-size: 18px;
}

.arrowClass-function [data-toggle="collapse"].collapsed .fa:before {
  content: "\f13a";
  color: #0076eb;
  font-size: 18px;
}*/
/*faq Arrows ENd*/

.blue-light-bg{
    background-color: #f4f9fd !important;
}

/*footer Start*/
 .text-left-xs{
    text-align: left;
 }
 .text-right-xs{
    text-align: right;
}
footer {
    background: var(--footer-bg-color);
    padding: 33px 0;
    color: #fff;
    position: relative;
}
footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul li:first-child{
    padding-left: 0;
}
footer ul li{
    display: inline-block;
    padding-left: 50px;
}
footer ul li a, footer a{
    color: #ffffff;
}
footer ul li a:hover, footer a:hover{
    color: #ffffff;
}

footer ul.socialIcon-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul.socialIcon-list li:first-child{
    padding-left: 0;
}
footer ul.socialIcon-list li{
    padding-left: 12px;
    font-size: 18px;
}
footer ul.socialIcon-list li a:hover{
    opacity: 0.8;
}
.footer-links-box{
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}
.footer-links-box h4{
    position: relative;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-transform: capitalize;
    text-align: left;
}
.footer-links-box h4:before{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 30px;
    background-color: #ffffff;
}
ul.courseCategory-listing{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.courseCategory-listing li{
    display: block;
    padding-left: 0;
    text-align: left;
    position: relative;
    margin-bottom: 13px
}
ul.courseCategory-listing li a{
    position: relative;
    color: #ffffff;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
ul.courseCategory-listing li a:hover{
    opacity: 0.8;
}
/*footer End*/
.navbar-toggler {
    color: #fff;
    border-color: #fff;
}
.getinTouch-box{
    position: relative;
    max-width: 970px;
    margin: 0 auto;
    padding: 50px 45px;
    border-radius: 7px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}
.textareaHeight-150{
    height: 150px;
}
.font22{font-size: 22px !important;}
.heightScroll-178{
    max-height: 178px;
    overflow: auto;
}

.select2-container.formControl-custom .select2-choice{
    height: 53px !important;
    line-height: 53px !important;
}
.select2-container.formControl-custom .select2-choice .select2-arrow b{
    background: url('select2.png') no-repeat 0 12px;
}

/*FAQ*/
/*.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgb(149 202 255);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #000000;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #024b93;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 300;
  font-size: 15px;
  color: #000;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
  background: #f6fbff;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}*/

.wrapper-faq .title{
  margin-bottom: 25px;
  background: #5393dc;
  padding: 20px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  font-weight: 700;
}

.wrapper-faq .accordion_item{
    margin-bottom: 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
    border-radius: 4px;
}

.wrapper-faq .accordion_item .accordion_tab{
  background: #fff;
  padding: 15px;
  padding-right: 34px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.wrapper-faq .accordion_item .accordion_tab .badge{
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #024b93;
  color: #fff;
  margin-top: 3px;
  font-size: 12px;
  margin-right: 10px;
}

.wrapper-faq .accordion_item .accordion_tab.active{
  color: #fff;
  background: var(--main-color-dark);
}

.wrapper-faq .accordion_item .accordion_tab .arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0164c6;
}

.wrapper-faq .accordion_item .accordion_tab .arrow img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 13px;
  height: 13px;
}

.wrapper-faq .accordion_item .accordion_tab.active .arrow img{
  transform: translate(-50%,-50%) rotate(180deg);
  transition: all 0.3s ease;
}

.wrapper-faq .accordion_item .accordion_content{
  background: #fff;
  display: none;
  transition: all 0.3s ease;
}

.wrapper-faq .accordion_item .accordion_content p{
    font-size: 15px;
    line-height: 25px;
    padding: 20px;
    color: #000; 
    font-weight: 300;
    background: #f6fbff;
    letter-spacing: 1px;
}

.wrapper-faq .accordion_item .accordion_tab.active + .accordion_content{
  display: block; 
  transition: all 0.3s ease;
}

/*return to top Start*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: var(--main-color-blue);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
/*return to top End*/
.whatsappIcon-footer{
    position: fixed;
    width: 150px;
    height: 42px;
    bottom: 18px;
    line-height: 42px;
    right: 20px;
    background-color: #25d366;
    color: white !important;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    z-index: 100;
}
.whatsappIcon-footer i{
    font-size: 20px;
}
.whatsappIcon-footer-mt-16{
    margin-top: 0;
}



.height-100vh{
    height: 100vh;
}
.p20All{padding: 20px;}
.p40All{padding: 40px;}
.CoursesummaryBox{
    position: relative;
    color: #0d2366;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-bottom: 30px;
    margin-top: 77px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}
.p15all {padding: 15px;}
.box-separator {border-top: 1px solid #f0f0f0;}
.paymentSelect-box .paymentRadio-box{
    margin-bottom: 15px;
}
.paymentSelect-box .paymentRadio-box label{
    padding-left: 10px;
}
.orderDetail-list .media{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    float: left;
    width: 100%;
}
.orderDetail-list .media img{
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.orderDetail-list .media .media-body h5{
    font-weight: 400;
    font-size: 18px;
}

/*modal Start*/
.modal{
    color: #0d2366;
}
.modal-header-bg {
    color: #ffffff;
    background: var(--main-color-blue);
}
.modal-header-bg .modal-title{
    color: #fff;
}
.modal-header-bg .close {
    color: #ffffff;
    opacity: 1;
}
.form-control.heightCustom {
    font-size: 13px;
    border: 1px solid #e8ebf3;
    height: calc(2.3rem + 2px);
    color: #2f5275;
}
.astrickRequired-icon {
    margin-left: 3px;
}
.primary-btn {
    line-height: 42px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 25px;
    border: none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    position: relative;
}
.p1-gradient-bg, .main-menu, .primary-btn, .team-area .thumb div, .footer-social a:hover, .single-footer-widget .bb-btn {
    background: var(--main-color-blue);
    outline: 0;
    color: #ffffff !important;
}
.labelSize-14{
    font-size: 14px;
    font-weight: 500;
}
button:focus{
    outline: 0;
}
.otpForm input{
  margin: 15px 5px 20px;
  text-align: center;
  line-height: 45px;
  font-size: 30px;
  border: solid 1px #ccc;
  box-shadow: 0 0 5px #ccc inset;
  outline: none;
  width: 20%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
}
.btnLogin {
    border: 1px solid #72c300;
    color: #fff;
    background-color: #76c500;
    padding: 7px 14px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
}
/*modal End*/
.course-box-1{background: #23b7e5;border: 1px solid #23b7e5;}
.course-box-2{background: #7266ba;border: 1px solid #7266ba;}
.course-box-3{background: #fad733;border: 1px solid #fad733;}
.course-box-4{background: #f05050;border: 1px solid #f05050;}
.courseBox{
    color: #000;
    padding: 15px;
    border-radius: 5px;
    font-size: 20px;
}
.courseCount{
    font-size: 20px;
    background: #ffffff;
    color: #23b7e5;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    text-align: center;
    line-height: 60px;
    font-weight: 600;
}
.courseTitle{
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}
label.profileUpdate {
   cursor: pointer;
   color: #0073e6;
   font-weight: 600;
}
#upload-photo {
   opacity: 0;
   position: absolute;
   z-index: -1;
}
.img-profile-form img{
    width: 128px;
    height: 128px;
    border-radius: 100px;
    object-fit: cover;
}

.marginTop-70{margin-top: 70px;}
.marginTop-30{margin-top: 30px;}
.marginTop-0{margin-top: 0px;}
.marginAll-15{margin: 15px;}

ul.detailPage-listing{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.detailPage-listing li{
    display: block;
    padding-bottom: 10px
}
ul.detailPage-listing li:last-child{
    padding-bottom: 0;
}

.searchKeyword-date{
    position: relative;
}
.searchKeyword-date input{
    padding-left: 30px;
    font-size: 15px;
}
.searchKeyword-date i{
    position: absolute;
    left: 10px;
    top: 13px;
    color: #9e9e9e;
}
.displayInlneBlock{
    display: inline-block;
}
.height42-h{
    height: 42px;
}
.pointer{
    cursor: pointer;
}


/*Filter by search*/
.filterSearch-content{
    position: relative;
    padding-bottom: 20px;
}
.filterSearch-content input{
    padding-top: 8px;
    padding-left: 35px;
    border-radius: 5px;
    border: 1px solid #0155a9;
    font-size: 14px;
    height: 40px;
}
.filterSearch-content i{
    position: absolute;
    top: 12px;
    left: 13px;
    font-size: 16px;
    color: #0155a9;
}

.searchResult-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.searchResult-list li{
    display: inline-block;
    background: #188cff;
    color: #fff;
    padding: 3px 15px;
    border-radius: 5px;
    margin-right: 6px;
    margin-bottom: 10px;
    font-size: 15px;
}
.searchResult-list li i{
    cursor: pointer;
}
.detailPopup-data .bannerImg-popup{
    height: 200px;
    width: auto;
}

/*modal popup Start*/

@media (min-width: 576px){
    .modal-dialog.modal-lg1130 {
        max-width: 1130px;
      }

      .modal-dialog.modal-lg1200 {
        max-width: 1200px;
      }
}

/*modal popup End*/
.border-right-1{
    border-right: 1px solid #dadee0;
}
.fullScreen-popup .modal-dialog{
    position: fixed;
    margin: 0;
    max-width: 100%;
    height: 100%;
    padding: 0;
    width: 100%;
    border-radius: 0;
}
.fullScreen-popup .modal-content{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #3c7dcf;
    border-radius: 0;
    box-shadow: none;
}

/*Cart Design Start*/
.dropdownWithout-arrow.dropdown-toggle::after {
    content: none;
    vertical-align: baseline;
    border: 0;
}
.cartShoop-relative{
    position: relative;
}
.cartCount-label{
    top: -4px;
    position: absolute;
    font-size: 10px;
    background: #FF5722;
    padding: 0px;
    border-radius: 100px;
    width: 20px;
    height: 18px;
    text-align: center;
    line-height: 18px;
}
.dropdown-menu.dropdownMenu-custom-cart{
    min-width: 28.8rem;
    /*max-width: 100%;*/
    border-radius: 0;
    border: 0;
    top: 100%;
    padding: 0;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}

.dropdown-menu.dropdownMenu-custom-cart .dropdown-item{
    position: relative;
    display: block;
    padding: 12px 18px;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #222222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-bottom: 1px solid rgb(232, 232, 238);
}
.dropdown-menu.dropdownMenu-custom-cart .dropdown-item .media h5{
    font-size: 16px;
    font-weight: 400;
}
.dropdown-menu.dropdownMenu-custom-cart .dropdown-item .media img{
    width: 50px;
    height: 50px;
}

/*.dropdown-menu.dropdownMenu-custom-cart .dropdown-item.active, .dropdown-menu.dropdownMenu-custom-cart .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active{
    color: #ffffff !important;
    padding-left: 0px;
    background: var(--main-color-blue);
}*/
.scrollHeight900{
    /*max-height: 900px;*/
    max-height: 410px;
    overflow: auto;
    overflow-x: hidden;
}
.heighScroll375px{
    max-height: 375px;
    overflow: auto;
    overflow-x: hidden;
}
.dropdown-menu.dropdownMenu-custom-cart.widthdrop50{
    min-width: 15.8rem;
    max-width: 15.8rem;
}
.cart-delete-icon-btn{
    background: #00ad42;
    color: #fff;
    padding: 6px 6px;
    border-radius: 6px;
    margin-left: 8px;
}
.courseBox-h393{
    max-height: 393px;
    min-height: 393px;
}
/*Cart Design End*/

.backtoCourseBtn a{
    background: var(--main-color-blue);
    color: #fff;
    padding: 9px 20px;
    display: table;
    border-radius: 5px;
    margin-bottom: 20px;
}
.backtoCourseBtn a:hover{
    opacity: 0.8;
}
.popover-body a{
    padding: 0 5px;
}
.tooltip-inner{
    background-color: #0053a4;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before{
    border-right-color: #0053a4;
}
.overflowHiddenBodyHtml{height:100%!important;overflow:hidden!important;-webkit-overflow-scrolling:touch}

/*Image banner Modal Start*/
#courseBanner-imgs {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#courseBanner-imgs:hover {opacity: 0.7;}

/* The Modal (background) */
.modal.modalBanner-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}


/*WhatsApp New Design Start*/
.wa-chat-box {
    background-color: white;
    z-index: 16000160 !important;
    margin-bottom: 60px;
    width: 360px;
    position: fixed !important;
    bottom: 8px !important;
    right: 50px;
    border-radius: 3px;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    font: 400 normal 15px/1.3 -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
}
.wa-chat-box-header {
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    background: linear-gradient( 90deg, rgb(10,98,206) 0%, rgb(50,159,249) 100%);
    color: white;
    border-radius: 3px 3px 0px 0px;
    display: flex;
    align-items: center;
}
.wa-chat-box-brand {
    margin-left: 20px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    object-fit: contain;
}
.wa-chat-box-brand-text {
    margin-left: 20px;
}
.wa-chat-box-brand-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}
.wa-chat-box-brand-subtitle {
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px;
}
.wa-chat-bubble-close-btn {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}
.wa-chat-box-content {
    background: url(../../img/web/whatsapp-bg.png);
}
.wa-chat-box-content-chat {
    background-color: white;
    display: inline-block;
    margin: 20px;
    padding: 10px;
    border-radius: 10px;
}
.wa-chat-box-content-chat-brand {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}
.wa-chat-box-content-chat-welcome {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}
.wa-chat-box-send {
    background-color: white;
}
.wa-chat-box-content-send-btn {
    text-decoration: none;
    color: rgb(255, 255, 255)!important;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-appearance: none;
    padding: 8px 12px;
    border-radius: 25px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background-color: #4dc247!important;
    margin: 20px;
    overflow: hidden;
}
.wa-chat-box-content-send-btn-icon {
    width: 16px;
    height: 16px;
    fill: rgb(255, 255, 255);
    z-index: 1;
    flex: 0 0 16px;
}
.wa-chat-box-content-send-btn-text {
    margin-left: 8px;
    margin-right: 8px;
    z-index: 1;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

@media only screen and (max-width: 600px){
    .wa-chat-box {
        width: auto;
        position: fixed !important;
        right: 20px!important;
        left: 20px!important;
    }
}
/*WhatsApp New Design End*/



/* Modal Content (image) */
.modal-content.modalBanner-modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Add Animation */
.modal-content.modalBanner-modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close.closeBannerImg {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  opacity: 1;
}

.close.closeBannerImg:hover,
.close.closeBannerImg:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/*lightslider Start*/
.sliderBox {
    width:100%;
}
ul.lightSlider-custom {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
ul.lightSlider-custom li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.sliderBox .lSSlideOuter .lSPager.lSGallery img {
    height: 75px;
}
ul.lightSlider-custom img {
    display: block;
    height: auto;
    max-width: 100%;
    min-height: 500px;
    max-height: 100%;
    margin: 0 auto;
}
/*.lSSlideOuter .lSPager.lSGallery{
    width: 100% !important;
}*/
/*.sliderBox .lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 165px !important;
    height: 75px;
    max-height: 100%;
}*/
/*.lSSlideOuter .lSPager.lSGallery li{
    width: auto !important;
}*/
/*lightslider End*/
/*Dark-Light Theme CSS START*/
.darkThemeToggle{
    background: #bbd1f5;
    padding: 10px;
    border-radius: 50px;
    position: fixed;
    right: 160px;
    bottom: 17px;
    z-index: 9;
}
.darkThemeToggle span.title{
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.theme-switch-wrapper {
  display: flex;
  align-items: center; 

 }
.theme-switch {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 33px;
    margin-bottom: 0;
    margin-right: 5px;
}

.theme-switch input {
  display:none;
}
span{
  cursor: default;
}
.slider {
  background-color: #8b8b8b;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
    background-color: #fff;
    bottom: 3px;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    transition: .4s;
    width: 14px;
}

input:checked + .slider {
  background-color: #000;
}

input:checked + .slider:before {
  transform: translateX(18px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*Webinar Page Start*/
.webinarBanner-bg{
    background: #5a0093 !important;
}
.btn-filter{
    color: #fff;
    background: var(--main-color-blue);
    border-color: var(--main-color-blue);
    padding: 0.375rem 1.5rem;
}
.btn-resetgreen{
    color: #fff;
    background: var(--main-color-green);
    border-color: var(--main-color-green);
    padding: 0.375rem 1.5rem;
}
.filterBox-modal{
    background: #f6fbff;
    padding: 15px;
    border: 1px solid #cee6f9;
    border-radius: 10px;
}
.filterBox-modal hr{
    margin-top: 3%;
    margin-bottom: 3%;
    border-color: #4ca4fd;
}
.filterBox-modal select.form-control{
    border-radius: 10px;
}
.filterBox-modal label{
    font-weight: 600;
}
.w-15{width:15%!important}

.grid-filter-mb-webinar{
    background: #fff;
    padding: 20px 10px;
    border: 1px solid #cee6f9;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    clear: both;
}
.grid-filter-mb-webinar h3{
    margin-bottom: 0;
}
.webinarDurationTagLeft-video{
    position: absolute;
    top: 10px;
    z-index: 999;
    left: 15px;
    white-space: nowrap;
    max-width: 55%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 20px;
    font-size: 12px;
    background: #3f51b5;
    font-weight: 500;
    color: #fff;
}

.webinarDurationTagLeft{
    position: absolute;
    bottom: 10px;
    left: 15px;
    white-space: nowrap;
    max-width: 55%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 20px;
    font-size: 12px;
    background: #3f51b5;
    font-weight: 500;
    color: #fff;
}
.webinarDurationTag{
    position: absolute;
    bottom: 10px;
    right: 15px;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 20px;
    font-size: 12px;
    background: #6c757d;
    font-weight: 500;
    color: #fff;
}
.facultyProfile60 .media img.circle{
    width: 60px;
    height: 60px;
    border-radius: 22px;
    object-fit: cover;
}

.recentWebinarBox{
    border: 2px solid #cee6f9;
    padding: 20px 20px;
    border-radius: 10px;
    min-height: 100%;
    max-height: 516px;
    overflow: auto;
}
.recentWebinarBox ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.recentWebinarBox ul li .dateMute{
    font-size: 10px;
    color: #6c757d;
}
.recentWebinarBox ul li .webAuthor{
    font-size: 12px;
    font-weight: 400;
}
.recentWebinarBox ul li:first-child{
    padding-top: 0;
}
.recentWebinarBox ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.recentWebinarBox ul li{
    border-bottom: 1px solid #cee6f9;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 500;
}

.webinar-sponsor-slider.owl-carousel img{
    height: 95px;
    object-fit: contain;
}

.overlayeImage-1::before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.3;
}
.neoEdl-nav {
    margin-bottom: 50px;
}
.neoEdl-nav .nav-item .nav-link {
    background: #e5f1fb;
    color: var(--main-color-blue);
    border: 1px solid #e5f1fb;
    border-radius: 6px;
    height: 48px;
    line-height: 46px;
    padding: 0 30px;
    font-weight: 600;
    font-size: 14px;
    color: var(--paragraph-color);
    margin-right: 10px;
}
.neoEdl-nav .nav-item .nav-link.active {
    background: var(--main-color-blue);
    color: #fff;
}
.tab-content {
    position: relative;
}
.webinar-banner-slider .browserCourseSlider .card-img-top{
    height: 217.5px;
    max-height: 100%;
}
.browserCourseSlider .card-img-top{
    height: 217.5px;
    max-height: 100%;
}
video.video-item::-webkit-media-controls-fullscreen-button {
    display: block;
}
@media (max-width: 767px){
    .browserCourseSlider .card-img-top {
        height: 244.68px;
        max-height: 100%;
    }
    .webinarDurationTagLeft{
        bottom: 10px;
        left: 15px;
        white-space: inherit;
        width: 40%;
        max-width: 42%;
    }
    .webinarDurationTagLeft-video{
        top: 35px;
    }
    .featuredCourse-tag{height: auto;}
    .featuredCourse-tag .featuredTitle{
        transform: rotate(0deg);
        right: 0;
        top: 0;
    }
    .wrapper-faq .accordion_item .accordion_tab .arrow{
        right: 12px;
    }
    .badge{
        white-space: inherit;
        text-align: left;
    }
}


/*Webinar Page End*/


/*Popup For Webinar Start*/
#joinWebinar h1.modal-title {
    color: #fff;
    font-weight: 900;
    font-size: 1.8em;
    text-transform: uppercase;
}
#joinWebinar .modal-header h2 {
    color: #fff;
    font-weight: 900;
    font-size: 1.7em;
    text-transform: uppercase;
    margin-bottom: 0;
}
#joinWebinar .modal-body h2 {
    color: #0e2266;
    font-weight: 800;
    font-size: 1.8em;
    text-transform: uppercase;
    margin-bottom: 0;
}
#joinWebinar .modal-body p {
    font-weight: 400;
    font-size: 1.1em;
    text-transform: capitalize;
}
#joinWebinar .close{
    cursor: pointer;
    border: 2px solid #fff;
    position: absolute;
    right: 0;
    top: 5px;
    background: #319cf7;
    opacity: 1;
    color: #fff;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    line-height: 0;
    font-size: 24px;
    padding: 0 0;
    padding-bottom: 4px;
}
#joinWebinar .modal-header{
    text-align: center;
    background: linear-gradient( 90deg, rgb(10,98,206) 0%, rgb(50,159,249) 100%);
    justify-content: center;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0;
}
#joinWebinar .modal-header p{
    color: #fff;
    font-size: 1.2em;
    font-weight: 900;
    margin-bottom: 3px;
}
#joinWebinar .modal-body a.pre-order-btn {
    font-weight: 900;
    color: #000;
    background-color: gold;
    border-radius: 1em;
    padding: 1em;
    display: block;
    margin: 1em auto;
    width: 50%;
    font-size: 1.25em;
}
#joinWebinar .modal-body a.pre-order-btn:hover {
    background-color: #000;
    text-decoration: none;
    color: gold;
}
#joinWebinar .modal-body a.pretimer-order-btn {
    font-weight: 900;
    color: #fff;
    background-color: #a4a4a4;
    border-radius: 1em;
    padding: 1em;
    display: block;
    margin: 1em auto;
    width: 50%;
    font-size: 1.25em;
}
#joinWebinar .modal-body a.pretimer-order-btn:hover {
    background-color: #000;
    text-decoration: none;
    color: #fff;
}
.dateBanner{
    font-size: 12px;
    background: #fffd8a;
    color: #000;
    font-weight: 700;
    padding: 3px 6px;
}
.timerBlock{
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.timerBlock span{
    padding: 2px 6px;
    background-color: red;
    color: #fff;
    animation: blink 1s linear infinite;
}
@keyframes blink{
    0%{opacity: 0;}
    50%{opacity: .5;}
    100%{opacity: 1;}
    }
/*Popup For Webinar End*/


/*Dark-Light Theme CSS END*/
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content.modalBanner-modal-content {
    width: 100%;
  }
}
/*Image banner Modal End*/


@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}


/*Media*/
@media (min-width:240px) {
    .mycontainer{width:100%;}
    .xs8 {font-size: 8px;}.xs9 {font-size: 9px;}.xs10 {font-size: 10px;}.xs11 {font-size: 11px;}.xs12 {font-size: 12px;}.xs13 {font-size: 13px;}.xs14 {font-size: 14px;}.xs15 {font-size: 15px;}.xs16 {font-size: 16px;}.xs17 {font-size: 17px;}.xs18 {font-size: 18px;}.xs19 {font-size: 19px;}.xs20 {font-size: 20px;}.xs21 {font-size: 21px;}.xs22 {font-size: 22px;}.xs23 {font-size: 23px;}.xs25 {font-size: 25px;}.xs27 {font-size: 27px;}.xs29 {font-size: 29px;}.xs31 {font-size: 31px;}.xs33 {font-size: 33px;}.xs35 {font-size: 35px;}.xs37 {font-size: 37px;}.xs39 {font-size: 39px;}.xs40 {font-size: 40px;}.xs41 {font-size: 41px;}.xs43 {font-size: 43px;}.xs45 {font-size: 45px;}.xs47 {font-size: 47px;}.xs49 {font-size: 49px;}.xs51 {font-size: 51px;}.xs55 {font-size: 55px;}.xs70 {font-size: 70px;}.xs70 {font-size: 70px;}.xs80 {font-size: 80px;}
    .xs97 {font-size: 97px;}
}
@media only screen and (max-width: 599px){
    .grid-filter-mb .float-right{
        width: 100%;
        margin-top: 25px;
    }
    .grid-view-list{
        float: right;
        margin-bottom: 25px;
    }
    .selectFilter-ml5 {
        float: left;
        margin-left: 0;
        width: 100%;
    }
    .footer-links-box h4{
        text-align: center;
    }
    .footer-links-box h4:before{
        left: 0px;
        right: 0;
        bottom: 0px;
        margin: 0 auto;
    }
    ul.courseCategory-listing li{
        text-align: center;
    }
    .margintb-30-xs{
        margin: 30px 0;
    }
}
@media(max-width:767px){
    .header-banner, .header-flex-title{
        height: 500px;
    }

    .width100-xs{width: 100%;}
    .lh85px-xs{line-height: 50px;}
    .xsmb20{margin-bottom: 20px;}
    .text-left-xs,.text-right-xs{
        text-align: center;
    }
    .font-70-xs{font-size: 50px !important;}
    .darkBanner-bg-dashboard{
        background: #f6fbff;
    }
    .marginForm-btm{margin-bottom: 1rem;}
    .alignCenter-listing-mb .media{
        flex-direction: column;
        align-items: center;
    }
    .alignCenter-listing-mb .media img{
        margin-right: 0 !important;
        margin-bottom: 10px;
        width: 50%;
        height: 50%;
    }
    .alignCenter-listing-mb .media .media-body{
        text-align: center;
    }
    .alignCenter-listing-mb .media .media-body .displayTable {
        display: table;
        margin: 0 auto;
    }
    .courseCategory-Card .card-img-top{
        height: 200px;
    }
    .mainmenutab.navbar-expand-lg .navbar-nav .nav-link{
        padding: 10px 0;
    }
    .sticky-transparent{
        background-image: -moz-linear-gradient( 90deg, rgb(10,98,206) 0%, rgb(50,159,249) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(10,98,206) 0%, rgb(50,159,249) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(10,98,206) 0%, rgb(50,159,249) 100%);
        background-image: linear-gradient( 90deg, rgb(10,98,206) 0%, rgb(50,159,249) 100%);
        /*box-shadow: 0 1px 2px rgb(50 129 255);*/
    }
    .mobileBtn-xs input{
        width: 100% !important;
        border-radius: 5px;
    }
    .mobileBtn-xs .input-group-append{
        width: 100%;
    }
    .mobileBtn-xs .input-group-append button{
        width: 100%;
        margin-top: 1rem;
    }
    .darkBanner-bg{
        height: auto;
    }
    .courseCardprice-box{
        margin-top: 20px !important;
    }
    .filter-sidebarBox{
        position: fixed;
        min-height: 100vh;
        border-radius: 0px;
        top: 0;
        background-color: #ffffff;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
        width: 100%;
        z-index: 99;
        overflow: auto;
    }
    .filter-body-m-scroll{
        height: 100%;
        overflow-y: auto;
        float: left;
        width: 100%;
        position: absolute;
    }
}
@media(min-width:768px){
    .sm8 {font-size: 8px;}.sm9 {font-size: 9px;}.sm10 {font-size: 10px;}.sm11 {font-size: 11px;}.sm12 {font-size: 12px;}.sm13 {font-size: 13px;}.sm14 {font-size: 14px;}.sm15 {font-size: 15px;}.sm16 {font-size: 16px;}.sm17 {font-size: 17px;}.sm18 {font-size: 18px;}.sm19 {font-size: 19px;}.sm20 {font-size: 20px;}.sm21 {font-size: 21px;}.sm23 {font-size: 23px;}.sm25 {font-size: 25px;}.sm27 {font-size: 27px;}.sm29 {font-size: 29px;}.sm31 {font-size: 31px;}.sm33 {font-size: 33px;}.sm35 {font-size: 35px;}.sm37 {font-size: 37px;}.sm39 {font-size: 39px;}.sm41 {font-size: 41px;}.sm43 {font-size: 43px;}.sm45 {font-size: 45px;}.sm47 {font-size: 47px;}.sm49 {font-size: 49px;}.sm51 {font-size: 51px;}.sm60 {font-size: 60px;}.sm70 {font-size: 70px;}.sm100 {font-size: 100px;}.sm130 {font-size: 130px;}
    .font-70-xs{font-size: 70px !important;}
    .width100-xs{width: auto;}
    .marginForm-btm{margin-bottom: 0;}
}
@media (min-width:992px) {
    .mycontainer{width:970px;}
    .md8 {font-size: 8px;}.md9 {font-size: 9px;}.md10 {font-size: 10px;}.md11 {font-size: 11px;}.md12 {font-size: 12px;}.md13 {font-size: 13px;}.md14 {font-size: 14px;}.md15 {font-size: 15px;}.md16 {font-size: 16px;}.md17 {font-size: 17px;}.md18 {font-size: 18px;}.md19 {font-size: 19px;}.md20 {font-size: 20px;}.md21 {font-size: 21px;}.md23 {font-size: 23px;}.md24 {font-size: 24px;}.md25 {font-size: 25px;}.md26 {font-size: 26px;}.md27 {font-size: 27px;}.md28 {font-size: 28px;}.md29 {font-size: 29px;}.md30 {font-size: 30px;}.md31 {font-size: 31px;}.md32 {font-size: 32px;}.md33 {font-size: 33px;}.md34 {font-size: 34px;}.md35 {font-size: 35px;}.md36 {font-size: 36px;}.md37 {font-size: 37px;}.md38 {font-size: 38px;}.md39 {font-size: 39px;}.md40 {font-size: 40px;}.md41 {font-size: 41px;}.md42 {font-size: 42px;}.md43 {font-size: 43px;}.md44 {font-size: 44px;}.md45 {font-size: 45px;}.md47 {font-size: 47px;}.md48 {font-size: 48px;}.md49 {font-size: 49px;}.md50 {font-size: 50px;}.md51 {font-size: 51px;}.md53 {font-size: 53px;}.md55 {font-size: 55px;}.md56 {font-size: 56px;}.md65 {font-size: 65px;}.md60{font-size: 60px;}.md70 {font-size: 70px;}.md72 {font-size: 72px;}.md75 {font-size: 75px;}.md80 {font-size: 80px;}.md130 {font-size: 130px;}.md22{font-size:22px;}.md110 {font-size: 110px;}.md120 {font-size: 120px;}.md220{font-size: 220px;}
    .searchBox-course{
        max-width: 800px;
    }
}
@media (min-width:1200px) {
    .mycontainer{width:1170px;}

    .lg22 {font-size: 22px;}.lg36 {font-size: 36px;}.lg40 {font-size: 40px;}.lg72 {font-size: 72px;}
    .searchBox-course{
        max-width: 970px;
    }
}
@media (min-width:1300px) {
    .mycontainer{width:1370px;}

    .lg22 {font-size: 22px;}.lg36 {font-size: 36px;}.lg40 {font-size: 40px;}.lg72 {font-size: 72px;}
    .searchBox-course{
        max-width: 970px;
    }
}


