@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');


:root{
    --bg-f9 : #323a4517;
    --text-h-clr : #161616;
    --bg-course-color : #ffffff;
    --footer-bg-color: #292F38;


    --light-bg-banner: #f6fbff;
    --white-bg-banner: #f6fbff;
    --default-font-color: #0d2366;
    --panel-heading-bg:  #efeff3;
    --panel-headingText-bg:  #1a1f22;

    --main-color-blue : #3281ff;
    --main-color-dark : #02042b;
    --main-color-green : #28a745;
}

[data-theme="dark"] {
    --bg-f9 : #000000;
    --text-h-clr : #fff;
    --bg-course-color : #141414;
    --footer-bg-color: #000000;


    --light-bg-banner: #141414;
    --white-bg-banner: #000000;
    --default-font-color: #ffffff;
    --panel-heading-bg:  #000;
    --panel-headingText-bg:  #fff;
}


body{
    font-family: 'Montserrat', sans-serif;
    color: #161616;
    font-size: 16px;
}

a,a:focus,a:hover{
    text-decoration: none;
}

a.linktheme, a.linktheme:hover{
    color: #ffae00;
}

.lh25{line-height: 25px;}
.inlineBlock{display: inline-block;}
.floatLeft{
    float: left;
    width: 100%;
    clear: both;
}
.f-14 {
    font-size: 14px;
}
.courseCat-bg{
    background: var(--bg-course-color);
}
.headingText-courseCat{
    color: var(--text-h-clr);
}
.aboutusTitle-40 p{
    color: var(--text-h-clr);
}

.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;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
}
.displayTable{
    display: table;
}
.navbar-dark .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23ff5cf3' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-toggler {
    color: #ffffff;
    border-color: #ff5cf3;
    padding: 2px 5px;
}
.img-profile-dropdown img{
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
}

.ShowStickyLogo{
    display: inline !important;
}

.grid-filter-mb .h3,.grid-filter-mb h3{
    color: var(--text-h-clr);
}

.light-blue-bg .media{
    color: var(--text-h-clr);
}

/*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 var(--main-color-blue);
  border-left: 3px solid var(--main-color-blue);
  -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: #ffae00;
    background-image: -moz-linear-gradient(90deg, #ffae00 1%, #ffae00 98%);
    background-image: -webkit-linear-gradient(90deg, #ffae00 1%, #ffae00 98%);
    background-image: -ms-linear-gradient(90deg, #ffae00 1%, #ffae00 98%);
}

.arrowDropdown-toggle.dropdown-toggle::after {
    content: url(../../img/web/arrow-icon-down-dark.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: #ffae00;
    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 #495057;
    font-size: 14px;
    height: 40px;
}
.courseSearch-content i{
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 16px;
    color: #495057;
}

.blue-text{color: #ffae00;}
.blue-text1{color: #ffae00 !important;}

.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:#292F38 !important;
    width:10px
}
/* background of the scrollbar except button or resizer */
.scrollbar-dark::-webkit-scrollbar-track {
    background-color:#323A45 !important;
}
/* scrollbar itself */
.scrollbar-dark::-webkit-scrollbar-thumb {
    background-color:#ffae00 !important;
    border-radius:16px !important;
    border:2px solid #ffae00 !important;
}
/*.scrollbar-dark::-webkit-scrollbar-thumb:hover {
    background-color:#151d2c !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(--bg-f9);
}

.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: #c92580;
    background-image: -moz-linear-gradient(90deg, rgb(152 27 87) 1%, rgb(214 38 138) 98%);
    background-image: -webkit-linear-gradient(90deg, rgb(152 27 87) 1%, rgb(214 38 138) 98%);
    background-image: -ms-linear-gradient(90deg, rgb(152 27 87) 1%, rgb(214 38 138) 98%);
}

.featuredMentor-tag {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 0;
    overflow: hidden;
    height: 110px;
}
.featuredMentor-tag .featuredMentorTitle{
    float: left;
    transform: rotate(-25deg);
    left: -59px;
    top: 17px;
    position: relative;
    text-align: center;
    width: 250px;
    font-size: 13px;
    margin: 0;
    padding: 6px 10px;
    font-weight: 500;
    color: #fff;
}
.featuredMentor-tag .featuredMentorTitle.featuredMentor-clr-1{
    background: #F95700FF;
   /* background-image: -moz-linear-gradient(90deg, rgb(152 27 87) 1%, rgb(214 38 138) 98%);
    background-image: -webkit-linear-gradient(90deg, rgb(152 27 87) 1%, rgb(214 38 138) 98%);
    background-image: -ms-linear-gradient(90deg, rgb(152 27 87) 1%, rgb(214 38 138) 98%);*/
}

.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-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.paddingtb-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.paddingb-60{
    padding-bottom: 60px;
}


/*Header Start*/
.navbar-dark .navbar-nav .nav-link{
    color: #fff;
}
.header.innerHeader {
    position: relative;
    top: 0px;   
    z-index: 99;
    left: 0;
    right: 0;
    padding: 0px;
    background: #43516d;
    -webkit-box-shadow: rgb(0 0 0 / 12%) 0 10px 60px;
    -moz-box-shadow: rgba(0,0,0,.12) 0 10px 60px;
    -ms-box-shadow: rgba(0,0,0,.12) 0 10px 60px;
    -o-box-shadow: rgba(0,0,0,.12) 0 10px 60px;
    box-shadow: rgb(0 0 0 / 12%) 0 10px 60px;
}


}
.mainmenutab.navbar.navbar-expand-lg.navbar-dark{
    padding: 1.1rem 1rem;
}
.mainmenutab.navbar-expand-lg .navbar-nav .nav-link{
    padding: 0 20px;
    font-size: 17px;
}
.sticky-transparent-colourd {
    background: #ffffff;
    background-image: -moz-linear-gradient(90deg, rgb(152 27 87) 1%, rgb(214 38 138) 98%);
    background-image: -webkit-linear-gradient(90deg, rgb(152 27 87) 1%, rgb(214 38 138) 98%);
    background-image: -ms-linear-gradient(90deg, rgb(152 27 87) 1%, rgb(214 38 138) 98%);
}
.sticky-transparent {
    background: #ffffff;
}
.transparent-sticky-header {
    position: fixed !important;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
}
@-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{
    bottom: 0;
    opacity: 1;
    width: 40px;
    height: 40px;
    position: fixed;
    background: #ffae00;
    background-image: -moz-linear-gradient(90deg, #ffae00 1%, #ffae00 98%);
    background-image: -webkit-linear-gradient(90deg, #ffae00 1%, #ffae00 98%);
    background-image: -ms-linear-gradient(90deg, #ffae00 1%, #ffae00 98%);
    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: 43px;
    width: 0px;
    height: 40px;
    background: #ffae00;
    background-image: -moz-linear-gradient(90deg, #ffae00 1%, #ffae00 98%);
    background-image: -webkit-linear-gradient(90deg, #ffae00 1%, #ffae00 98%);
    background-image: -ms-linear-gradient(90deg, #ffae00 1%, #ffae00 98%);   
    border-radius: 3px;
    transition: all 0.5s 0.3s ease;
} 
.counter-visitor-slider p {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    line-height: 0;
    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: 35%;
  left: 0;
  z-index: 9;
}
.vertical-socialLinks li{
  display: block;
  padding-left: 5px;
  padding-bottom: 15px;
}
.vertical-socialLinks li a{
    width: 35px;
    height: 35px;
    color: #ffffff;
    background: #ffae00;
    background-image: -moz-linear-gradient(90deg, #ffae00 1%, #ffae00 98%);
    background-image: -webkit-linear-gradient(90deg, #ffae00 1%, #ffae00 98%);
    background-image: -ms-linear-gradient(90deg, #ffae00 1%, #ffae00 98%);
    border-radius: 50px;
    display: block;
    line-height: 35px;
    text-align: center;
}
ul.vertical-socialLinks li a:hover{
  color: #ffae00;
  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 #43516d;
    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: 100px;
    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 #43516d;
    background-size: cover;
    padding: 0 0 40px;
    height: 120px;
    background-position: 40%;
}
.allcourseCat-flex-title-staticpage{
    background-size: cover;
    vertical-align: middle;
    overflow: hidden;
    padding-top: 15px;
    height: 120px;
    text-align: center;
}

.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);
}
.breadcrumbCustom.breadcrumb{
    background: transparent;
    text-align: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
.breadcrumbCustom.breadcrumb a, .breadcrumbCustom.breadcrumb li{
    color: #ffffff;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #ffffff;
}
/*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;
    background: #292f38;
    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{
    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: 0;
}
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: 40px;
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 40px;
}
.line-separator{
    border-top: 1px solid #e8e8ee;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    clear: both;
}
.buyNow-btnmb-15{margin-bottom: 15px;}
.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: #eee;
    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: #ffae00;
    color: #ffffff;
}
/*Course Detail End*/

.courseTotal-tag{
    background-color: #007cf7;
    color: #ffffff;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 8px;
}
.price-color-footer{
    color: #ffffff;
}
/*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: #ffae00;
     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: 5px !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-radius: 5px;
    background: #ffae00;
    background-image: -moz-linear-gradient(90deg, #ffae00 1%, #ffae00 98%);
    background-image: -webkit-linear-gradient(90deg, #ffae00 1%, #ffae00 98%);
    background-image: -ms-linear-gradient(90deg, #ffae00 1%, #ffae00 98%);
    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: #e99f00;
    -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: #c92580;
    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;
  }
}


.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background-color: #ffae00;
}
.addCart-bg-color{
    background: #28a745 !important;
}
.disabled-bg-color{
    background: #FF5722 !important;
}

.purchased-bg-color{
    background: #B964EE !important;
}

.btn-theme-reset-color{
    background: #8BC34A !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;
}

.bg-f9{background-color: var(--bg-f9);color: var(--text-h-clr);}
.onlineCourse-box{
    text-align: left;
    margin-bottom: 30px;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 30px 15px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.onlineCourse-box .media h5{
    font-weight: bold;
    font-size: 24px;
    color: #161616;
}
.onlineCourse-box .media{
    font-weight: 300;
}
.onlineCourse-box .media img{
    width: 64px !important;
}

.onlineCourse-box img.width60{
    width: 60px !important;
    height: 60px !important;
}

/*Course Category Start*/
.tagPositionImage{
    background: #a5005b94;
    padding: 6px;
    bottom: 0;
    left: 0;
    right: 0;
}
.courseCategory-Card{
    border: 1px solid #eee;
    background-color: rgb(255, 255, 255);
    transition: 0.3s;
    margin-bottom: 10px;
    position: relative;
    border-radius: 6px;
    padding: 8px;
}
.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: 200px;
}
.courseCategory-Card .card-body{
    padding: 13px 13px 0;
}
.courseCategory-Card .card-footer{
    border: 0;
    padding-bottom: 0;
    padding: 5px;
    padding-top: 10px;
    background: transparent;
    border-top: 1px solid #dadada;
}
.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: #711843;
    font-weight: 700;
}
.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, .panel-title>a:active{
    display: block;
    padding: 11px 14px;
    color: #1a1f22;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    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;
    color: #161616;
}
.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: #43516d;
}
.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: #43516d;
    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: #0356a6;
}
.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;
    top: 76px;
}
/*.width-75-left{
    background: var(--bg-course-color);
    overflow: hidden;
    width: -webkit-calc(100% - 256px);
    width: -moz-calc(100% - 256px);
    width: calc(100% - 256px);
    box-sizing: inherit;
}*/
.width-75-left{
    width: calc(100% - 337px);
    margin-top: 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{
    -ms-flex-negative: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    border-width: 0px;
    border-style: solid;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
    z-index: 0;
    min-height: 0px;
    min-width: 0px;
    position: relative;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-right: 1px solid #D6D8DA;
    width: 255px;
}
.width-75-left .videoBg-blue video{
    max-width: 80%;
    width: 80%;
}
.width-25-left{
    position: fixed;
    right: 0;
    width: 337px;
    top: 0;
    margin-top: 61px;
}
/*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: #323A45;
    background-image: -moz-linear-gradient( 90deg, #323A45 1%, #323A45 98%);
    background-image: -webkit-linear-gradient( 90deg, #323A45 1%, #323A45 98%);
    background-image: -ms-linear-gradient( 90deg, #323A45 1%, #323A45 98%);
}
.text-btn{
    color: #fff;
    background-color: #ffae00;
    border-color: #ffae00;
    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: #fff;
    font-size: 15px;
}
.dropdown-profile .dropdown-toggle::after{
    color: #42516d;
}
.dropdown-toggle > .img-profile img {
    width: 35px;
    height: 35px;
    border-radius: 100px;
    margin-left: 6px;
    object-fit: cover;
    border: 2px solid #fff;
}
.dropdown-menu.profileDropdown-custom {
    border-width: 1px;
    top: 30px !important;
    border-color: rgb(232, 232, 238);
    border-style: solid;
    border-radius: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: -2.025px 8.769px 26.04px 1.96px rgba(14, 37, 70, 0.07);
    width: 280px;
    left: -150px;
    padding: 0;
}
.profileDropdown-custom li:first-child {
    border-top: 0;
    padding: 5px 15px;
}
.profileDropdown-custom li {
    display: block;
    border-top: 1px solid #e8e8ee;
}
.profileDropdown-custom li i{
    padding-right: 8px;
}
.profileDropdown-custom li a {
    padding: 8px 15px;
    color: #000000;
    font-weight: 300;
    font-size: 13px;
    display: block;
}
.profileDropdown-custom li a:hover, .profileDropdown-custom li a:hover .blue-text{
    background: #ffae00;
    color: #ffffff;
}
.profileDropdown-custom li a span:hover{
    background: #0067cc;
    color: #ffffff;
}
.myprofile-btn{
    color: #fff !important;
    background: #ffae00;
    padding: 4px !important;
    border-radius: 5px;
}
/*Body Content End*/

/*faq Arrows Start*/
/*.arrowClass-function [data-toggle="collapse"] .fa:before {   
  content: "\f139";
  color: #c92580;
  font-size: 18px;
}

.arrowClass-function [data-toggle="collapse"].collapsed .fa:before {
  content: "\f13a";
  color: #c92580;
  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: #ffffff;
    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: 20px;
    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: #ffae00;
}
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: 16px;
    -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;
}

.footerBottom-line{
    display: block;
    width: 100%;
    border-top: 1px solid #cacaca;
    color: #fff;
    padding-top: 20px;
}
/*footer End*/
.navbar-toggler {
    color: #fff;
    border-color: #fff;
}
.getinTouch-box{
    position: relative;
    max-width: 970px;
    margin: 0 auto;
    padding: 20px 30px;
    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;
}

/*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;
  border-radius: 6px;
  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: #43516d;
  color: #fff;
  margin-top: 3px;
  font-size: 12px;
  margin-right: 10px;
}

.wrapper-faq .accordion_item .accordion_tab.active{
  color: #202b5d;
  background: #ffffff;
}

.wrapper-faq .accordion_item .accordion_tab .arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #43516d;
}

.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: #202b5d; 
    font-weight: 500;
    background: #f6fbff;
    letter-spacing: 0.5px;
    border-radius: 6px;
}

.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;
    right: 10px;
    background: #ffae00;
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    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: 11px;
    top: 8px;
    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;
}

.p20All{padding: 20px;}
.p30All{padding: 30px;}
.p40All{padding: 40px;}
.CoursesummaryBox{
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    margin-bottom: 30px;
    margin-top: 15px;
    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: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    float: left;
    width: 100%;
}
.orderDetail-list .media:last-child{
    border-bottom: none;
}
.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-header-bg {
    color: #ffffff;
    background: #43516d;
   /* background-image: -moz-linear-gradient( 90deg, rgb(152 27 87) 1%, rgb(214 38 138) 98%);
    background-image: -webkit-linear-gradient( 90deg, rgb(152 27 87) 1%, rgb(214 38 138) 98%);
    background-image: -ms-linear-gradient( 90deg, rgb(152 27 87) 1%, rgb(214 38 138) 98%);*/
}
.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: 35px;
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
    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: #ffae00;
    /*background-image: -moz-linear-gradient( 90deg, rgb(152 27 87) 1%, rgb(214 38 138) 98%);
    background-image: -webkit-linear-gradient( 90deg, rgb(152 27 87) 1%, rgb(214 38 138) 98%);
    background-image: -ms-linear-gradient( 90deg, rgb(152 27 87) 1%, rgb(214 38 138) 98%);*/
    outline: 0;
    color: #ffffff !important;
}
.labelSize-14{
    font-size: 14px;
    font-weight: 500;
}
button:focus{
    outline: 0;
}
.borderTop-1{border-top: 1px solid #eee;}
.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: #43516d;
    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*/

/*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;
    color: #ffffff;
    background: #ffae00;
    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: #c92580;
    background-image: -moz-linear-gradient( 90deg, rgb(152 27 87) 1%, rgb(214 38 138) 98%);
    background-image: -webkit-linear-gradient( 90deg, rgb(152 27 87) 1%, rgb(214 38 138) 98%);
    background-image: -ms-linear-gradient( 90deg, rgb(152 27 87) 1%, rgb(214 38 138) 98%);
}*/
.greyColor-icon{color: #b7b7b7;}
.maxHeight400-scroll{
    /*max-height: 900px;*/
    max-height: 400px;
    overflow: auto;
    overflow-x: hidden;
}
.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: 100%;
    min-height: 393px;
}
/*Cart Design End*/

.backtoCourseBtn a{
    background: #43516d;
    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*/
.userCount-tag{
    background-color: #ffae00;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 6px;
}
#courseBanner-imgs {
  border-radius: 0;
  cursor: pointer;
  transition: 0.3s;
  object-fit: contain;
  border: 1px solid #ffc4e5;
  height: 200px;
}

#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 */
}

/* Modal Content (image) */
.modal-content.modalBanner-modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/*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(110deg, #43516d 0%, #a1c5ff 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*/

/*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(110deg, #43516d 0%, #a1c5ff 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*/




/* 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: 300px;
    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*/

/*Theme 1 Start*/
.fixed-top-custom {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #43516d;
    -webkit-box-shadow: rgb(0 0 0 / 12%) 0 10px 60px;
    -moz-box-shadow: rgba(0,0,0,.12) 0 10px 60px;
    -ms-box-shadow: rgba(0,0,0,.12) 0 10px 60px;
    -o-box-shadow: rgba(0,0,0,.12) 0 10px 60px;
    box-shadow: rgb(0 0 0 / 12%) 0 10px 60px;
}
.videoEditor-box{
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    min-height: 800px !important;
    width: 100% !important
}
#top-bar {
    position: relative;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    color: #ffae00;
    line-height: 27px;
    z-index: 9;
    padding: 15px;
}
.headerSeparator-1{
    border-top: 1px solid #ffc4e5;
}
.social-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-links li {
    display: inline-block;
}
.social-links li a {
    height: 30px;
    display: block;
    color: #ffae00;
    padding: 0 12px 0 12px;
    font-size: 14px;
    font-weight: 600;
}
.social-links li a:hover.socialIcons i {
    background: #ffae00;
    color: #ffffff;
}
.social-links li a.socialIcons {
    padding: 0 5px;
}
.social-links li a.socialIcons i {
    width: 24px;
    text-align: center;
    padding: 5px 5px;
    border: 1px solid #ffae00;
    color: #ffae00;
    border-radius: 5px;
    font-size: 15px;
}
.searchOpenerIcon {
    color: rgba(66, 81, 109, .69);
    font-size: 13px;
}
.hdBtn {
    min-width: auto;
    font-size: 16px;
}
.btnLoginRegister{
    padding: 10px 15px;
    background: #cd2583;
    color: #fff;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.btnLoginRegister:hover, .btnLoginRegister:active{
    background: #cd2583;
    color: #fff;
    opacity: 0.8;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    color: #fff;
}

/* Search Style */ 
.searchWhiteText::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff !important;
  font-weight: 500 !important;
}
.searchWhiteText::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff !important;
  font-weight: 500 !important;
}
.searchWhiteText:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff !important;
  font-weight: 500 !important;
}
.searchWhiteText:-moz-placeholder { /* Firefox 18- */
  color: #ffffff !important;
  font-weight: 500 !important;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
           -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
         -moz-transform: translate(0px, -100%) scale(0, 0);
          -ms-transform: translate(0px, -100%) scale(0, 0);
         -o-transform: translate(0px, -100%) scale(0, 0);
              transform: translate(0px, -100%) scale(0, 0);    
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
       -moz-transform: translate(0px, 0px) scale(1, 1);
          -ms-transform: translate(0px, 0px) scale(1, 1);
           -o-transform: translate(0px, 0px) scale(1, 1);
               transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4%;
    width: 77%;
    margin-left: 12%;
    color: rgb(255, 255, 255);
    background: transparent;
    /*border-top: 1px solid rgba(255, 255, 255, .8);*/
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 30px;
    font-family: Roboto;
    font-weight: 400;
    text-align: left;
    outline: none;
    padding: 10px;
}
  
#search .close {
    position: fixed;
    top: 15px;
    width: 30px;
    height: 30px;
    right: 15px;
    opacity: 1;
    font-size: 19px;
    color: #fff;
    border: 2px solid #fff;
    padding: 6px;
    border-radius: 50px;
    vertical-align: top;
    padding-top: 4px;
}

#search .close:hover{
  color: #ffffff;
  cursor: pointer;
  opacity: 0.8;
}
.searchIconOnSearch{
    color: #fff;
    font-size: 30px !important;
    bottom: 22%;
    position: absolute;
    right: 20%;
}

.registrationBox{
    width: 80%;
    margin: 0 auto;
}
.registrationBox h2{
    margin-bottom: 30px;
}

/*Webinar New Start*/
.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;
}

.videoBgWebinar{
    background: #FFF6BF;
}

ul.listingWebinar-view{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}
ul.listingWebinar-view li{
    display: inline-block;
    margin-right: 20px;
}
ul.listingWebinar-view li a{
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
ul.listingWebinar-view li a:hover{
    opacity: 0.8;
    color: var(--main-color-blue);
}

.paddingtb-150 {
    padding-top: 150px;
    padding-bottom: 60px;
}
.paddingtb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.light-blue-bg {
    background: #f6fbff;
}
.borderTop-grey {
    border-top: 1px solid #e8e8ee;
}
.agendaBox-shadow {
    box-shadow: -2.025px 8.769px 26.04px 1.96px rgb(14 37 70 / 7%);
}
/*Webinar New End*/

/*Theme 1 End*/
@media (min-width: 576px){
    .modal-dialog.modal-lg1130 {
        max-width: 1130px;
      }
}

/* 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: #ffffff;
    }
    .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: 0;
    }
    .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;
    }
    .searchOpenerIcon {
        display: none;
    }
    .btnLoginRegister, .btnLoginRegister:hover, .btnLoginRegister:focus, .btnLoginRegister:active{
        color: #cd2583;
        background: transparent;
        font-size: 30px;
        padding: 0;
        outline: 0;
    }
    .btn-theme-small{
        font-size: 14px !important;
        line-height: 20px !important;
        /*padding: 11px 20px 11px !important;*/
        padding: 10px 10px 10px !important;
    }
}
@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;}
    .searchOpenerIcon i{font-size: 16px;}
    .searchOpenerIcon, .searchOpenerIcon:hover, .searchOpenerIcon:active{
        font-size: 14px;
        padding: 8px 13px;
        background: #ffae00;
        color: #fff;
        border-radius: 100px;
    }
    .hdBtn {
        min-width: 100px;
        font-size: 14px;
    }
}
@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;
    }
    .hdBtn {
        min-width: 155px;
        font-size: 18px;
    }
}
@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;
    }
    .mainmenutab.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 20px;
    font-size: 15px;
    }
}
@media (min-width:1300px) {
    .mycontainer{width:1270px;}

    .lg22 {font-size: 22px;}.lg36 {font-size: 36px;}.lg40 {font-size: 40px;}.lg72 {font-size: 72px;}
    .searchBox-course{
        max-width: 970px;
    }
    .mainmenutab.navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 20px;
        font-size: 15px;
        }
}
@media (min-width:1400px) {
  .mycontainer{max-width:1370px;}
  .mainmenutab.navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 20px;
        font-size: 15px;
        }
}
@media (min-width:1500px) {
  .mycontainer{max-width:1470px;}
}

.tagCheckboxLabel input[type="checkbox"] {
  display: none !important;
}

.tagCheckboxLabel input[type="checkbox"]:not(:disabled) ~ label {
  cursor: pointer;
}

.tagCheckboxLabel input[type="checkbox"]:disabled ~ label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
  cursor: not-allowed;
}

.tagCheckboxLabel input[type="checkbox"]:checked + label {
  background: -webkit-linear-gradient(0deg, #f40b88 0%, #9e1c63 100%);
  color: #fff;
}

.tagCheckboxLabel input[type="checkbox"]#control_05:checked + label {
  background: #ff0000;
  border-color: #ff0000;
}

.tagCheckboxLabel label {
  display: block;
  background: white;
  border: 1px solid #ced4dd;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 15px;
  margin-bottom: 15px;
  margin-right: 10px;
  text-align: center;
  box-shadow: 0px 3px 10px -2px #a1aaa680;
  position: relative;
}

.tagCheckboxLabel input[type="radio"]:checked + label {
  background: #ced4dd;
  color: #000000;
}

.tagCheckboxLabel input[type="radio"]#control_05:checked + label {
  background: #ff0000;
  border-color: #ff0000;
}

ul.specialityListing {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.specialityListing li {
    display: inline-block !important;
}
.select2-container.formControl-custom .select2-choice{
    height: 54px !important;
    line-height: 54px !important;
}
.select2-container.formControl-custom .select2-choice .select2-arrow b{
    background: url('select2.png') no-repeat 0 12px;
}
.para {
    font-size: 12px;
    color: #303b41;
}
.click, .pointer {
    cursor: pointer;
}
.defaultBtn-grey{
    background: #9a9799 !important;
    color: #ffffff !important;
}
.defaultBtn-grey:hover{
    opacity: 0.8;
}

#rd-navbar-search-form-input {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -132px;
    width: 77%;
    margin-left: 12%;
    color: rgb(255, 255, 255);
    background: transparent;
    /*border-top: 1px solid rgba(255, 255, 255, .8);*/
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 30px;
    font-family: Roboto;
    font-weight: 400;
    text-align: left;
    outline: none;
    padding: 10px;
}

.courseTotal-tag a i{
    color: #fff;
}

@media (max-width:767px) {
    #rd-navbar-search-form-input {
        margin-top: -118px;
    }
}
@media (min-width:768px) {
    #rd-navbar-search-form-input {
        margin-top: -120px;
    }
}
@media (min-width:1300px) {
    #rd-navbar-search-form-input {
        margin-top: -130px;
    }
}
@media (min-width:1920px) {
    #rd-navbar-search-form-input {
        margin-top: -150px;
    }
}
@media (min-width:2500px) {
    #rd-navbar-search-form-input {
        margin-top: -180px;
    }
}