@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v129/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Poppins",Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #444;
  line-height: 1.65;
}

.all-anim {
  -moz-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); 
  -webkit-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); 
  -o-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); 
  -ms-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); 
}

/*Common CSS
----------------------------------------------------------------------------*/
.btn.btn-blue-light {
  border-radius: 32px;
  background-color: #66c7e4;
  border-color: #66c7e4;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
.btn.btn-blue-light:hover {
  background-color: #66c7e4;
  color: #fff;
}

.btn.btn-primary {
  border-radius: 32px;
  padding: 12px 30px;
  background-color: #1b1464;
  border-color: #1b1464;
  font-size: 16px;
  text-transform: uppercase;
}

.btn.btn-outline-primary {
  border-radius: 32px;
  padding: 12px 30px;
  color: #1b1464;
  border-color: #1b1464;
  font-size: 16px;
  text-transform: uppercase;
}

.btn.btn-outline-primary:hover {
  background-color: #1b1464;
  color: #fff;
}

a {
  color: #65c6e3;
}

a:hover {
  text-decoration: none;
}

.btn.btn-primary.btn-lg {
  padding: 15px 40px;
}

.btn.btn-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(../images/sprites.png) -20px -124px no-repeat #7dcbec;
  font-size: 0;
}

.txt-rgt {
  text-align: right;
}

.rgt-10 {
  margin-right: 10px;
}


.switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 28px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 34px;
  width: 34px;
  left: -8px;
  bottom: -4px;
  background-color: #65c6e3;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #fff;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(34px);
  -ms-transform: translateX(34px);
  transform: translateX(34px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.page-link {
  border: 0;
  font-size: 16px;
  color: #54657e;
  border-radius: 0 !important;
}

.page-link:hover {
  background-color: transparent;
  color: #7dcbec;
}

.page-item.active .page-link {
  background: none;
  color: #7dcbec;
}

.page-link.previous .page-item,
.page-link.next .page-item  {
  position: relative;
}

.page-item.previous .page-link:before {
  content: "";
  width: 8px;
  height: 14px;
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/sprites.png) -346px -218px no-repeat;
}


.page-item.next .page-link:before {
  content: "";
  width: 8px;
  height: 14px;
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/sprites.png) -358px -218px no-repeat;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-item:not(:first-child) {
  margin:0 0 0 15px;
}

.nav-tabs .nav-link {
  border:0;
  font-size: 18px;
  color: rgb(111, 121, 135);
  text-transform: uppercase;
  padding: 5px 20px 4px;
  border-radius: 32px;
  border: 1px solid #d4d4d4 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background:#64c6e4;
  color: #fff;
  border-color: #64c6e4 !important;
}



/*Header CSS
----------------------------------------------------------------------*/
.top__header {
  padding: 20px 0;
  background: #1b1464;
}

.top__header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.top__header .info__listing li {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left:  30px;
}

.top__header .quick__navigation li {
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
}

.top__header .quick__navigation li.refresh a {
  width:14px;
  height: 19px;
  background: url(../images/sprites.png) -368px -27px no-repeat;
  font-size: 0;
  display: block;
}

.top__header .quick__navigation li.like a {
  width:20px;
  height: 16px;
  background: url(../images/sprites.png) -391px -29px no-repeat;
  font-size: 0;
  display: block;
  position: relative;
}

.top__header .quick__navigation li.like a .number, .top__header .quick__navigation li.cart a .number {
  width: 15px;
  height: 15px;
  font-size:9px;
  background: #7dcbec;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -5px;
  text-align: center;
  line-height: 16px;
}

.top__header .quick__navigation li.cart a {
  width: 17px;
  height: 17px;
  background: url(../images/sprites.png) -422px -29px no-repeat;
  font-size: 0;
  display: block;
  position: relative;
}

.top__header .info__listing li:not(:first-child) {
  margin-left: 30px;
}

.top__header .info__listing li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/sprites.png) 0 0 no-repeat;
}

.top__header .info__listing li.phone:before {
  width: 22px;
  height: 22px;
  content: "\f095";
  font: normal normal normal 18px FontAwesome;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  /* background-position: -136px -305px; */
}

.top__header .info__listing li.email:before {
  width: 22px;
  height: 22px;
  content: "\f003";
  font: normal normal normal 18px FontAwesome;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  /* background-position: -166px -305px; */
}

/* .top__header li a {
  color: #fff;
} */

.top__header .right__col {
  text-align: right;
}

.top__header .quick__navigation li:not(:first-child) {
  margin-left: 10px;
}

.top__header .quick__navigation li.location {
  margin:0 20px 0 30px;
}

.bottom__header {
  padding: 15px 0;
}

.navbar {
  padding: 0;
}

#mainbanner {
  background: url(../images/banner-bg.png) 0 0 no-repeat;
  background-size: cover;
}

#mainbanner .left__col h1 {
  font-size: 48px;
  color: #fff;
  font-weight: 300;
  margin: 0;
}

#mainbanner .left__col h1 span {
  display: block;
  font-size: 62px;
  font-weight: 700;
}

#mainbanner .left__col h2 {
  font-size: 36px;
  font-weight: 300;
  color: #fff;
}

#mainbanner .left__col h2 span {
  font-weight: 600;
}

#mainbanner .image__col img {
  width: 100%;
  height: auto;
  margin-top: 76px;
}

#mainbanner .btn.btn-primary.btn-lg {
  min-width: 230px;
  margin: 20px 0 0;
}

#innerbanner {
  height: 286px;
  background: url(../images/banner-bg.png) 100% 50% no-repeat;
  background-size: cover;
}

#detailbanner, #sub-banner {
  min-height: 480px;
  padding: 60px 0;
  color: #fff;
  background: url(../images/banner-bg.png) 100% 100% no-repeat #64c6e4;
background-size: cover;
}


#sub-banner {
  height: 420px;
}

#sub-banner iframe {
  width: 100%;
}

#detailbanner h1 {
  font-size: 36px;
  margin: 10px 0;
}

#sub-banner h1 {
  margin: 0 0 15px;
  font-size: 30px;
}

#sub-banner h5 {
  font-size: 18px;
  margin: 0 0 15px;
}

#sub-banner p {
  font-size: 18px;
}

#sub-banner .right__col {
  padding-left: 40px;
}

#sub-banner .progress {
  margin: 20px 0 0;
}

#sub-banner p:last-child {
  margin: 0;
}

#sub-banner .progress {
  height: 6px;
}

#detailbanner h6 {
  font-size: 18px;
}

#detailbanner .updation__section {
  font-size: 16px;
}

#detailbanner .rating {
  margin: 0 14px;
  padding-left: 14px;
  position: relative;
}

#detailbanner .rating .star {
  opacity: 0.7;
}

#detailbanner .rating .star.active {
  opacity: 1;
}

#detailbanner .price {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 15px;
}

#detailbanner .col-container {
  background: #1b1464;
  border-radius: 8px;
  padding: 20px;
}

#detailbanner .col-container.cart-col-container {
  padding: 0;
  border-radius: 0;
}

#detailbanner .col-container.cart-col-container .info-container {
  padding: 20px;
  color: #fff;
}

#detailbanner .col-container .image-container {
  position: relative;
}

#detailbanner .col-container .image-container img {
  width: 100%;
  height: auto;
}

#detailbanner .col-container .btn.btn-primary {
  border-radius: 6px;
  background: #65c6e3;
  padding: 7px 12px;
  width: 100%;
  border-color: #65c6e3;
}


#detailbanner p {
  font-size: 16px;
  font-weight: 300;
  opacity: 0.8;
}

#detailbanner .tag__links a {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #1b1464;
  border-radius: 6px;
  padding: 4px 8px;
}

#innerbanner h1 {
  font-size: 42px;
  line-height: 1.35;
  color: #fff;
}

#footer .top__footer {
  background: #f1f3f6;
  padding: 40px 0;
}

#footer-logo {
  margin: 0 0 30px;
  display: block;
}

#footer {
  font-size: 16px;
  color:#6f7987;
}

#footer h4 {
  font-size: 22px;
  color: #48505c;
  margin: 0 0 20px;
}

#footer .top__footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer .top__footer ul li:not(:first-child) {
  margin: 10px 0 0;
}

#footer .top__footer ul li a {
  color: #6f7987;
}

#footer .top__footer ul li a:hover{
  color:#0072bc;
  text-decoration: none;
}

#footer .top__footer .contact-col li {
  padding-left: 42px;
  position: relative;
}

#footer .bottom__footer {
  padding: 30px 0;
}

#footer .bottom__footer .right-col {
  text-align: right;
}

.section {
  padding: 60px 0;
}

.section-title {
  margin: 0 0 40px;
}

.section-title h3 {
  font-size: 36px;
  font-weight: 600;
  color: #2b2b2b;
  margin: 0;
}

.icon {
  background: url(../images/sprites.png) 0 0 no-repeat;
  display: inline-block;
  font-size: 0;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding: 0 20px;
}

.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {
  padding: 0 0 0 20px;
}

.icon-diabetology {
  width: 70px;
  height: 89px;
  background-position: -20px -20px;
}

.icon-bus {
  width: 110px;
  height: 89px;
  background-position: -106px -20px;
}

.icon-heart {
  width: 102px;
  height: 89px;
  background-position: -231px -20px;
}

.icon-video {
  width:9px;
  height: 14px;
  background-position: -43px -348px;
}

.icon-comment {
  width:14px;
  height: 14px;
  background-position: -60px -348px;
}

.icon-info {
  width:10px;
  height: 16px;
  background-position: -84px -348px;
}

.icon-key {
  width:15px;
  height: 14px;
  background-position: -102px -348px;
}

.icon-certificate {
  width: 14px;
  height: 16px;
  background-position: -127px -348px;
}

.most-prefered-section .icon {
  display: block;
  margin: 0 0 24px;
}

.most-prefered-section .col {
  padding: 0;
  color: #fff
}

.most-prefered-section .col:first-child h4 {
  font-size: 22px;
  color: #0072bc;
}

.most-prefered-section .col:first-child p {
  color: #2b2b2b;
}

.most-prefered-section .col-container {
  height: 100%;
  padding: 20px 30px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 15px rgba(158,171,192,0.20);
}

.most-prefered-section .col-container .read-more {
  position: absolute;
  right: 20px;
  display: block;
  top: 20px;
  font-size: 0;
  width: 42px;
  height: 42px;
  background: url(../images/sprites.png) -519px -25px no-repeat;
}

.most-prefered-section .col:first-child .col-container .read-more {
  background-position: -469px -25px;
}

.most-prefered-section .col:first-child .col-container {
  border-radius: 8px 0 0 8px;
}

.most-prefered-section .col:nth-child(2) .col-container {
  background: #66c7e4;
}

.most-prefered-section .col:nth-child(3) .col-container {
  background: #1b1464;
  border-radius: 0 8px 8px 0;
}

.about-section {
  background: #f1fafd;
  position: relative;
}

.about-section:before {
  content: "";
  width: 40%;
  height: 100%;
  background: url(../images/about-section-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.about-section .section-title {
  margin: 0 0 25px;
}

.about-section .section-info {
  padding-right: 30px;
  margin: 0 0 30px;
}

.about-section .section-info p:last-child {
  margin: 0;
}

.grid-section .col-container {
  border: 1px solid #b0b2b8;
  box-shadow: 0 0 15px rgba(158,171,192,0.20);
  position: relative;
  cursor: pointer;
  height: 100%;
}

.grid-section .btn.btn-arrow {
  position: absolute;
  right: 20px;
  bottom: -28px;
}

.grid-section .grid-info {
  padding: 20px 30px 40px;
}

.grid-section h4 {
  font-size: 22px;
  color: #0072bc
}

.grid-section h6 {
  font-size: 16px;
  color: #bababa
}

.grid-section p {
  color: #6f7987;
  margin: 0;
}

.grid-section .image-container {
  padding-top: 70.43010752688172043010752688172%;
  background: #f1fafd;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-section .mask {
  position: absolute;
  display: none;
  top: -20px;
  bottom: -20px;
  left: 100%;
  width: 444px;
  background: #fff;
  border: 1px solid #b0b2b8;
  box-shadow: 0 0 15px rgba(158,171,192,0.20);
  z-index: 100;
  padding: 30px;
  margin-left: 0  ;
}

.grid-section .image-sm-container img {
  width: 75px;
  height: auto;
  border: 1px solid #b0b2b8;
  margin: 0 0 15px;
}

.grid-section .col-container:hover .mask {
  display: block;
}

.grid-section .col {
  margin-bottom: 60px;
}

.grid-section .col:nth-child(3n+2) .col-container .mask,
.grid-section .col:nth-child(3n+3) .col-container .mask {
  left: -100%;
  margin-left: -90px;
}

.listing-section-container .grid-section .col:nth-child(odd) .col-container .mask {
  left: 100%;
  margin-left: 0;
}

.listing-section-container .grid-section .col:nth-child(even) .col-container .mask {
  left: -100%;
  margin-left: -90px;
}

.grid-section .mask::before {
  content: "";
  position: absolute;
  border-right: 8px solid #b0b2b8;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
}

.grid-section .col:nth-child(3n+2) .col-container .mask::before,
.grid-section .col:nth-child(3n+3) .col-container .mask::before {
  border-left: 8px solid #b0b2b8;
  border-right: 0;
  left: 100%;
}

.listing-section-container .grid-section .col:nth-child(odd) .col-container .mask::before{
  border-right: 8px solid #b0b2b8;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 0;
  left: -8px;
}

.listing-section-container .grid-section .col:nth-child(even) .col-container .mask::before {
  border-left: 8px solid #b0b2b8;
  border-right: 0;
  left: 100%;
}

.grid-section .mask h6 {
  margin-bottom: 20px;
}

.grid-section .mask p {
  margin: 0 0 20px;
  font-size: 16px;
}

.offered-price {
  font-size: 28px;
  font-weight: 600;
  color:#7dcbec;
}

.original-price {
  font-size: 22px;
  color: #2b2b2b;
  text-decoration: line-through;
}

.light .offered-price,
.light .original-price { 
  color: #fff;
}

.light .original-price  {
  opacity: 0.7;
}

.grid-section .bottom__container {
  margin: 20px 0 0;
}

.tags ul {
  margin: 0 -5px 15px;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.tags li {
  display: inline-block;
  font-size: 14px;
  margin: 0 2px 4px;
}

.tags li a {
  display: block;
  border: 1px solid #d4d4d4;
  padding: 2px 10px;
  color: #2b2b2b;
  border-radius: 4px;
}

.tags li a:hover,
.tags li.active a {
  background: #65c6e3;
  text-decoration: none;
  color: #fff;
  border-color: #65c6e3;
}

/* .testimonial-section {
  padding-top: 0;
} */

.testimonial-section .slider-section.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.testimonial-section .slider-section .item {
  padding: 0 15px;
}

.testimonial-section .slider-section .slick-list {
  margin: 0 -15px;
}

.testimonial-section .slider-section .item .col-container {
  border-radius: 8px;
  background: #f1f3f6;
  padding: 20px 30px;
}

.testimonial-section .item h5 {
  font-size: 22px;
  margin: 0 0 20px;
  color: #2b2b2b;
}

.testimonial-info {
  color: #6f7987;
  padding-left: 40px;
  margin: 0 0 20px;
  position: relative;
}

.testimonial-info:before {
  content: "";
  width: 31px;
  height: 23px;
  background: url(../images/sprites.png) -30px -210px no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.testimonial-client h6 {
  font-size: 18px;
  color: #6f7987;
  margin: 0 0 2px;
}

.testimonial-client p {
  margin: 0;
  font-size: 14px;
  color: #6f7987;
  opacity: 0.5;
}

.testimonial-client img {
  margin-right: 20px;
}

.circle-icon-section {
  background: #7dcbec;
}

.circle-icon-section .circle {
  width: 200px;
  height: 200px;
  background: #fff;
  border-radius: 50%;
  margin: 0 0 0 20px;
  text-align: center;
}

.circle-icon-section .circle:first-child {
  margin-left: 0;
}

.circle-icon-section .circle h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 0 20px;
}

.circle-icon-section .icon {
  display: block;
  margin: 0 auto 15px;
}

.icon-curriculum {
  width: 60px;
  height: 60px;
  background-position: -91px -139px;
}

.icon-experts {
  width: 28px;
  height: 59px;
  background-position: -173px -139px;
}

.icon-knowledge {
  width: 42px;
  height: 60px;
  background-position: -215px -139px;
}

.icon-anytime {
  width: 51px;
  height: 60px;
  background-position: -277px -139px;
}

.icon-skills {
  height: 60px;
  width: 62px;
  background-position: -353px -139px;
}


#footer .top__footer .form-control {
  border-radius: 32px;
  height: 48px;
  padding: 6px 20px;
}

#footer .top__footer .form__container {
  position: relative;
}

#footer .top__footer .btn.btn-primary {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  background: #7dcbec;
  border-color: #7dcbec;
}

#footer .top__footer .contact-col li:before {
  content:"";
  position: absolute;
  left: 0;
  top: 5px;
  background: url(../images/sprites.png) 0 0 no-repeat;
}

#footer .top__footer .contact-col li.address:before {
  /* content: ""; */
  /* width: 18px;
  height: 18px;
  background-position: -41px -305px; */
  width: 22px;
  height: 18px;
  content: "\f08d";
    font: normal normal normal 18px FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
    color: #7dcbec;
}

#footer .top__footer .contact-col li.phone:before {
  content: "";
  width: 22px;
  height: 18px;
  content: "\f095";
    font: normal normal normal 18px FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
    color: #7dcbec;
  /* background-position: -69px -305px; */
}

#footer .top__footer .contact-col li.mail:before {
  content: "";
  width: 22px;
  height: 18px;
  content: "\f003";
    font: normal normal normal 18px FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
    color: #7dcbec;
  /* background-position: -100px -305px; */
}


.slick-dots li button:before {
  display: none;
}

.slick-dots li {
  width: 10px;
  height: 10px;
}

.slick-dots li button {
  background: #6f7987;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.slick-dots {
  position: relative;
  bottom: 0;
  margin: 30px 0 0;
}

.slick-dots li.slick-active button {
  background: #0072bc;
}

.statstics-section {
  background-color: #f1fafd;
}

.statstics-section h4 {
  font-size: 30px;
  color: #2b2b2b;
  font-weight: 700;
  margin: 0;
}

.statstics-section p {
  margin: 0;
}

.icon-partner {
  width: 70px;
  height: 72px;
  background-position:  -90px -217px;
}

.icon-learning {
  width: 52px;
  height: 72px;
  background-position:  -189px -217px;
}

.icon-programs {
  width: 72px;
  height: 72px;
  background-position:  -262px -217px;
}

.statstics-section .icon {
  margin-right: 20px;
}

.statstics-section .col {
  padding:0 30px
}

.statstics-section .col:not(:last-child) {
  border-right:  1px solid #b7e2f4
}

.assoication-section .col {
  margin-bottom: 30px;
}

.assoication-section img {
  width: 100%;
  height: auto;
  border: 1px solid #f1f3f6;
  border-radius: 8px;
}

.sorting-section {
  margin: 0 0 20px;
}

.sorting-section .custom-select {
  height: 32px;
  font-size: 16px;
  padding: 0 30px 0 10px;
  display: inline-block;
  color:#2b2b2b;
  width: auto;
  border-color: #d4d4d4;
}

.sorting-section  h4 {
  margin: 0;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 600;
}


.sidebar-col .form-outline {
  width: 100%;
}

.sidebar-col .form-control {
  height: 48px;
  padding: 6px 60px  6px 20px;
  border-radius: 0;
}

.sidebar-col .input-group {
  position: relative;
  margin: 0 0 20px;
}

.sidebar-col .input-group .btn.btn-primary {
  width: 48px;
  height: 48px; 
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  padding: 0;
  background: url(../images/sprites.png) -440px -111px;
}

.filter__navigation h4  {
  font-size: 16px;
  margin: 0;
  color: #2b2b2b;
}

.filter__navigation .top__container {
  margin: 0 0 20px;
}

.filter__navigation .top__container .btn.btn-link,
.filter__toogle__section .btn.btn-link {
  padding: 0;
  color: #666;
}

.filter__toogle__section  {
  margin: 20px 0;
}

.filter__toogle__section .title {
  margin: 0 10px 0 0;
}

.sidebar-col .listing__container ul {
  margin: 0; 
  padding: 0;
  list-style: none;
}

.sidebar-col .listing__container li {
  display: flex;
  align-items: center;
  padding: 15px 15px;
}
.sidebar-col .listing__container li + li{
  border-top: 1px solid #ddd;
}


.sidebar-col .listing__container li .number {
  color: #444;
  opacity: 0.5;
}

.custom-control-label {
  font-size: 16px;
  color: #444;
}

.custom-control-label:before {
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #d4d4d4;
  /* top: 50%;
  transform: translateY(-50%); */
  top: 16px;
    transform: translateY(-10px);
}

.custom-control-label::after {
  width: 28px;
  height: 28px;
  /* top: 50%;
  transform: translateY(-50%); */
  top: 16px;
    transform: translateY(-10px);
}

.custom-control {
  padding-left: 34px;
}


/*Detail Page
-----------------------------------------------------------*/
.detail-section h3, .detail-section h4 {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 24px;
  color: #2b2b2b;
}

.detail-section h4.light {
  font-weight: 400;
}

.detail-section .primary-col ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.detail-section .primary-col ul ul {
  margin: 20px 0;
}

.detail-section .primary-col ul li {
  position: relative;
  padding-left: 46px;
}

.detail-section .primary-col ul li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 8px;
  border-left: 6px solid #65c6e3;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.detail-section .primary-col ul ul li::before {
  border:2px solid #65c6e3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.detail-section .primary-col ul li:not(:first-child) {
  margin: 10px 0 0;
}

.faculty__section {
  margin: 0 0 20px;
}

.faculty__section [class*="col-"] {
  margin-bottom: 20px;
}

.faculty__section .col-container {
  background: #fafafa;
  padding: 20px;
  height: 100%;
}

.faculty__section .info-container {
  padding: 0 0 0 20px;
}

.faculty__section .info-container h5 {
  font-size: 18px;
  color: #2b2b2b;
  margin: 0;
  font-weight: 300;
}

.faculty__section .info-container .btn.btn-link {
  font-size: 14px;
  color: #65c6e3;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.btn.btn-show-more {
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #65c6e3;
}

.overview__section {
  margin: 0 0 20px;
}

.curriculum__section .listing-col {
  margin: 0 0 30px;
}

.curriculum__section .col-container {
  background: #fafafa;
  padding: 20px;
  height: 100%;
  position: relative;
  line-height: 1.35;
}

.curriculum__section .col-container .number {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin-right: 15px;
  color:#2b2b2b;
}

.course__grid .col {
  margin: 0 0 30px; 
}

.course__grid .col .col-container {
  border: 1px solid #d4d4d4;
  height: 100%;
  padding: 30px;
}

.course__grid .col .col-container h4 {
  font-size: 18px;
  text-align: center;
  margin: 0 0 15px;
}

.course__grid .col:first-child .col-container {
  background: #fafafa;
}

.detail-section .primary-col .course__grid ul li {
  font-size: 16px;
  line-height: 1.45;
  font-weight: 300;
  padding-left: 26px;
}

.detail-section .primary-col .course__grid ul li:before {
  left: 0;
}

.accordion .card-header {
  padding: 6px 12px;
  border-radius: 0;
  background: none;
  border-bottom: 0;
}

.accordion .card {
  border-radius: 0;
  margin: 0 0 15px;
}

.accordion .card:first-child {
  border-top: 1px solid rgba(0,0,0,.125);
}

.accordion h5 .btn-link.collapsed {
  position: relative;
  background-color: #fff;
}

.accordion h5 .btn-link::before {
  content: "";
  position: absolute;
  border-top: 8px solid #6f7987;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 24px;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 550m;
  top: 50%;
  transform: rotate(180deg);
  -moz-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); 
  -webkit-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); 
  -o-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); 
  -ms-transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000); 
  transition:all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
  margin-top: -4px;
}

.accordion h5 .btn-link:focus {
  text-decoration: none;
}

.accordion > .btn-primary {
  width: 250px;
  margin:  40px auto 0;
  display: block;
}

.accordion h5 .btn-link.collapsed::before {
  transform: rotate(0);
}

.accordion h5 .btn-link {
  font-size: 16px;
  width: 100%;
  white-space: normal;
  display: block;
  background: #fafafa;
  color: #2b2b2b;
  position: relative;
  text-align: left;
  padding: 10px  20px 10px 52px;
}

.accordion.duration-accordion h5 .btn-link {
 padding-left: 68px;
}

.accordion.duration-accordion h5 .chapter-total-time,
.accordion.duration-accordion h5 .class {
  font-size: 14px;
  text-align: right;
}

.accordion.duration-accordion .card-body,
.accordion .card-header {
  padding: 0;
}

.accordion.duration-accordion table {
  margin: 0;
}

.accordion.duration-accordion table td.txt-rgt {
  text-align: right;
  font-size: 14px;
}

.accordion.duration-accordion table th.class-icon {
  text-align: center;
}

.accordion.duration-accordion table tr:first-child td,
.accordion.duration-accordion table tr:first-child th {
  border-top: 0;
}

.accordion h5 .btn-link:hover {
  text-decoration: none;
}

.accordion .card-body {
  font-size: 16px;
  font-weight: 300;
  border-top: 1px solid rgba(0,0,0,.125);
}

.detail-section .sidebar-col .gray-module-box {
  background: #fafafa;
  border: 1px solid #d4d4d4;
  padding: 20px;
}

.detail-section .sidebar-col .gray-module-box  h4 {
  font-size: 22px;
  text-align: center;
  margin: 0 0 10px;
}

.detail-section .sidebar-col .module-box {
  margin-bottom: 30px;
}

.detail-section .sidebar-col .gray-module-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-section .sidebar-col .gray-module-box li {
  font-size: 16px;
  padding-left: 30px;
  margin: 15px 0 0;
  position: relative;
}

.detail-section .sidebar-col .gray-module-box li .icon {
  position: absolute;
  left: 0;
  top: 6px;
}

.detail-section .sidebar-col .gray-module-box li:first-child {
  margin:0;
}

.detail-section .sidebar-col .white-module-box {
  border: 1px solid #d4d4d4;
  padding: 20px;
}

.detail-section .sidebar-col .white-module-box h4 {
  font-size: 22px;
  margin: 0 0 15px;
}

.detail-section .sidebar-col .white-module-box h6 {
  font-size: 18px;
  margin: 0 0 15px;
}

.detail-section .sidebar-col .white-module-box img {
  max-width: 100%;
  height: auto;
}

.no-margin {
  margin: 0 !important;
}

.sub-detail-section .navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.sub-detail-section .navigation li {
  display: inline-block;
}

.sub-detail-section .navigation li a {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}


.sub-detail-section .section {
  padding: 40px 0;
}

.sub-detail-section .section h4 {
  font-size: 24px;
  margin: 0 0 30px;
}

.sub-detail-section .table-listing-container {
  margin: 40px 0 0;
}

.sub-detail-section .table-listing-container .row {
  border-top: 1px solid #d4d4d4;
}

.sub-detail-section .table-listing-container .col {
  font-size: 16px;
  padding: 20px 15px;
}

.sub-detail-section .table-listing-container .col h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}

.sub-detail-section .table-listing-container .col p {
  margin:0 0 10px;
}

.sub-detail-section .table-listing-container .col p:last-child {
  margin:0;
}

body .question-col h4 {
  font-size: 20px !important;
  color: #2b2b2b;
  margin: 0 !important;
}

.question-col .top-container {
  padding: 15px 20px;
  border: 1px solid rgba(0,0,0,.125);
}

.question-col .bottom-container {
  border: 1px solid #d4d4d4;
  border-top: 0;
  padding: 15px 20px;
}

.question-col .bottom-container h5 {
  font-size: 16px;
  font-weight: 400;
}

.question-col .bottom-container h5:last-child {
  margin: 0;
}

.question-col .bottom-container .text-icon {
  width: 48px;
  height: 48px;
  background: #f1f1f1;
  border-radius: 50%;
  display: flex;
  margin-right: 20px;
  align-items: center;
  justify-content: center;
}

.recent-courses-section {
  padding: 0 0 60px;
}

.recent-courses-section .section-title h3 {
  font-size: 28px;
}

.btn-play {
  width: 48px;
  height: 48px;
  display: block;
  font-size: 0;
  background-color: #1b1464;
  position: relative;
  border-radius: 50%;
}

.btn-play:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -3px;
  margin-top: -6px;
  top: 50%;
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

#detailbanner .col-container .image-container .btn-play {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.profile-box .profile-image {
  margin-right: 15px;
}

.profile-box img {
  width: 54px;
  height: auto;
}

.sub-detail-section .section  .profile-box h4 {
  font-size: 16px;
  margin: 0 0 5px;
}

.accordion.course-download-accordion h5 .btn-link {
  padding: 0;
}

.accordion.course-download-accordion h5 .btn-link::before {
  display: none;
}

.accordion.course-download-accordion table {
  margin: 0;
}

.accordion.course-download-accordion table tr:first-child td,
.accordion.course-download-accordion table tr:first-child th {
  border-top: 0;
}

.accordion.course-download-accordion table .main-section {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
}

.accordion.course-download-accordion .card-body {
  padding: 0;
}

.accordion.course-download-accordion .profile-heading {
  font-size: 15px;
}

.accordion.course-download-accordion .custom-control {
  padding-left: 10px;
}

.custom-control-label:before,
.custom-control-label:after{
  width: 20px;
  height: 20px;;
}

.accordion.course-download-accordion table th.class-icon {
  width: 10px;
}

.accordion.course-download-accordion a { 
  color: #65c6e3;
}

.accordion.course-download-accordion .fa-download {
  font-size: 14px;
}

.learning-questions-img {
  float: left;
  background-color: rgb(104, 111, 122);
  text-transform: uppercase;
  color: #fff;
  padding: 11px 15px;
  border-radius: 100%;
}

.author-tag {
  display: inline-block;
  margin-left: 10px;
  background-color: #999;
  color: #fff;
  padding: 4px 4px 3px;
  border-radius: 3px;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.profile-heading p:last-child,
.section-answer p:last-child {
  margin: 0;
}

.learning-questions-img-two {
  float: left;
  background-color: rgb(104, 111, 122);
  text-transform: uppercase;
  color: #fff;
  padding: 7px 10px;
  font-size: 10px;
  border-radius: 100%;
  margin-top: 10px;
  margin-left: 10px;
}

.question-answer-section .accordion  {
  margin: 40px 0 0;
}

.question-answer-section .accordion h5 {
  margin: 0;
}

.question-answer-section p:empty {
  display: none;
}

.question-answer-section p {
  margin: 0;
}

.jumbotron {
  padding: 30px;
  margin: 20px 0;
  background-color: #fff;
  border: 1px solid #b0b2b8;
  box-shadow: 0 0 15px rgb(158 171 192 / 20%);
  border-radius: 0;
}

.question-block h4 {
  font-size: 20px;
  margin: 0 0 20px;
}

.question-block .custom-control {
  margin: 15px 0 0;
}

.buttons-box #next {
  margin-left: auto;
}

.thankyou-section {
  margin: 40px 0 0;
  text-align: center;
}

.thankyou-section h4 {
  margin: 0 0 20px;
}

.topic-block .card-content {
  padding: 20px;
}

.topic-block .card {
  box-shadow: 0 0 15px rgb(158 171 192 / 20%);
}

.one-topic-detail, .two-topic-detail {
  margin: 0;
  padding: 0;
  list-style: none;
}

.two-topic-detail {
  text-align: right;
  color: #64c6e4;
}

.topic-block .card-title {
  font-weight: 600;
}

.topic-block p {
  font-size: 16px;
}

.topic-block .card-action .btn.btn-primary,
.topic-block .card-action .btn.btn.btn-outline-primary {
  width: 80%;
  margin: 10px auto 0;
}

.topic-block .card-action  {
  padding-bottom: 30px;
}

.quiz-not-added {
  text-align: center;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 6px;
  padding: 30px;
  box-shadow: 0 0 15px rgb(158 171 192 / 20%);
}

.quiz-not-added h3 {
  font-size: 24px;
}

.quiz-not-added p:last-child {
  margin: 0;
}

.cart-main-block {
  padding: 60px 0;
}

.cart-main-block .coupon-apply {
  border: 1px solid #d4d4d4;
  border-radius: 6px;
}

.cart-main-block .coupon-apply .form-control {
  border: 0;
}


.cart-add-block{
  border: 1px solid #DEDFE0;
  padding: 10px 20px 10px 10px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cart-img img {
  width: 100%;
}

.cart-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #29303b;
}

.cart-price-detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart-price-detail li {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.cart-price-detail li:not(:first-child) {
  margin: 8px 0 0;
}

.cart-price-detail span {
  margin-left: auto;
}

.cart-course-detail {
    margin-left: 15px;
}


.cart-total-two span {
  color: #64c6e4;
  font-weight: 500;
  font-size: 22px;
}

.cart-course-name {
  font-weight: 600;
  line-height: 1.45;
  font-size: 16px;
}

.cart-course-update {
  font-size: 16px;
  margin: 5px 0 0;
  color: #444;
}

.cart-total-two b {
  display:  flex;
  align-items: center;
  flex: 0 0 100%;
  max-width: 100%;
}

.cart-total-two .categories-count {
  margin-left: auto;
}

.cart-main-block .btn.btn-primary {
  width: 100%;
}

.cart-actions button {
  font-size: 16px;
  color: #65c6e3;
  padding: 0;
  border: 0;
  background: none;
}

.cart-actions button:focus {
  outline: none;
}

.cart-course-amount ul {
  margin: 0;
  padding: 0;
  text-align: right;
  list-style: none;
}

.cart-course-amount li:first-child {
  font-weight: 600;
}

.cart-main-block .coupon-apply .btn.btn-primary {
  width: auto;
  border-radius: 6px;
  padding: 6px 10px;
}

.grid-icon-container {
  margin: 40px 0 0;
}

.grid-icon-container .col-container {
  text-align: center;
  border: 1px solid #b0b2b8;
  box-shadow: 0 0 15px rgb(158 171 192 / 20%);
  position: relative;
  cursor: pointer;
  height: 100%;
  padding:30px;
}

.grid-icon-container .col-container h4 {
  font-size: 20px;
  color: #65c6e3;
  margin: 0 0 15px;
}

.grid-icon-container .col-container p {
  margin: 0;
  color: #444;
  font-size: 16px;
}

.grid-icon-container .material-icons {
  width: 60px;
  height: 60px;
  border: 1px solid #65c6e3;
  color: #65c6e3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}


.contact-section .info-box {
  width: 640px;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0 0 15px rgb(158 171 192 / 20%);
  border:1px solid #b0b2b8;
}

.contact-section .form-list .col { margin-top: 20px; padding: 0 10px; }
.contact-section .form-list .row { margin: 0 -10px; }
.contact-section .form-list .btn.btn-primary { width: 260px; margin: 0 auto; display: block; }

.privacy_terms h2 { font-size: 18px; font-weight: 600; }
.privacy_terms p { font-size: 16px; }
th.class-type{
  width: 106px;
}

#notificationTitle {
  padding: 0px 1.0rem;
  font-size: 16px;
  /* background-color: var(--background-white-bg-color); */
  z-index: 1000;
  /* border-bottom: 1px solid #DDD; */
}
.dropdown-user-circle {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  margin-right: 5px;
  vertical-align: bottom;
}
.user-detailss {
  display: inline-block;
}