:root {
  --primary: #31a3ad;
  --secondary: #de5f4c;
  --filterPrimary: invert(53%) sepia(48%) saturate(536%) hue-rotate(136deg) brightness(94%) contrast(95%);
  --filterSecondary: invert(39%) sepia(24%) saturate(3036%) hue-rotate(333deg) brightness(109%) contrast(74%);
  --filterWhite: invert(99%) sepia(0%) saturate(4787%) hue-rotate(41deg) brightness(127%) contrast(96%);
}

@font-face {
  font-family: "frutiger_bold";
  src: url(../fonts/frutiger_lta/bold.ttf);
}
@font-face {
  font-family: "frutiger_roman";
  src: url(../fonts/frutiger_lta/roman.ttf);
}
@font-face {
  font-family: "qatar_bold";
  src: url(../fonts/qatar/bold.ttf);
}

.main-color {
    color: #FF4D0F !important;
}

.sub-color {
    color: #FF4D0F !important;
}

.secondary-color {
    color: #0D5F8A;
}

*,
* button:focus {
    outline: 0;
}

body {
    /*font-family: 'Cairo', sans-serif;*/
    text-decoration: none;
    font-size: .9em;
    overflow-x: hidden;
    position: relative;
    background-color: #fff;
}

body p {
    /*font-family: 'Cairo', sans-serif;*/
    font-size: 14px;
    /*margin: 0;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Cairo', sans-serif;*/
    font-weight: 600;
}


* {
  margin: 0px;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "frutiger_roman";
  scroll-behavior: smooth;
}
*::-moz-selection {
  background-color: var(--primary);
  color: #fff;
}
*::selection {
  background-color: var(--primary);
  color: #fff;
}
*::-webkit-scrollbar {
  width: 7px;
}
*::-webkit-scrollbar-track {
  background-color: #eee;
}
*::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 8px;
}

body {
  direction: rtl;
  overflow-x: hidden;
}

div::-webkit-scrollbar,
nav::-webkit-scrollbar,
ul::-webkit-scrollbar {
  height: 5px;
}

.qatar_font {
  font-family: "qatar_bold";
}


/**********************************************
   Start Global Style
**********************************************/
.color-gray {
  color: #ccc;
}

.color-gray2 {
  color: #888;
}

.color-dark {
  color: #24343f;
}

.color-primary {
  color: var(--primary) !important;
}

.color-secondary {
  color: var(--secondary) !important;
}

.filterPrimary {
  filter: var(--filterPrimary);
}

.filterSecondary {
  filter: var(--filterSecondary);
}

.filterWhite {
  filter: var(--filterWhite);
}

p {
  font-size: 15px;
  color: #555;
  line-height: 1.7rem;
}

a {
  color: #000;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}
a:hover {
  color: var(--primary) !important;
}
a:focus {
  outline: 0;
}

del,
.del {
  text-decoration: line-through;
  color: #888;
  font-size: 80%;
}

ul {
  list-style-type: none;
  padding: 0;
}

button {
  border: none;
  padding: 0;
  transition: all 0.3s linear;
  background-color: transparent;
}
button:focus {
  border: none;
  box-shadow: transparent;
  outline: 0;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  transition: all 0.3s ease;
  outline: 0;
  box-shadow: none;
}

form .form-group {
  position: relative;
}
form .form-control {
  font-size: 14px;
}
form .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid var(--primary) !important;
}
form input,
form select {
  height: 60px !important;
}
form .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: none;
}
form textarea {
  resize: none;
}
form .form-check-input {
  height: 1em !important;
}
form [type=tel], form [type=url], form [type=email], form [type=number] {
  direction: inherit;
}

.progress-wrap {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateY(130%);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  background: url(../images/icons/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: var(--primary);
  left: 13px;
  top: 13px;
  height: 30px;
  width: 30px;
  display: block;
  filter: var(--filterPrimary);
}
.progress-wrap svg path {
  fill: #f8f8f8;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--primary);
  stroke-width: 4;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.in-flex {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

.inFlex {
  width: 100%;
  display: inline-flex;
  align-items: center;
}

.container,
.container-fluid,
.zi-5 {
  position: relative;
  z-index: 5;
}

.sec-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-end {
  text-align: end;
}

.overflow_hidden {
  overflow: hidden !important;
}

.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.position-unset {
  position: unset;
}

.underline {
  text-decoration: underline !important;
}

.trans_3 {
  transition: all 0.3s linear;
}

/**********************************************
   Start Animations
**********************************************/
@keyframes floating-y {
  0% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(-2px);
  }
}
@keyframes floatingX {
  0% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-2px);
  }
}
.slide_ltr {
  transform: scale(1.05);
  transition: all 1s ease-in-out;
  transition-delay: 0.1s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.slide_ltr.animated {
  transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.slide_ltr.no_scale {
  transform: scale(1);
}

.slide_rtl {
  transform: scale(1.05);
  transition: all 1s ease-in-out;
  transition-delay: 0.1s;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.slide_rtl.animated {
  transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.slide_rtl.no_scale {
  transform: scale(1);
}

@keyframes puff-in {
  0% {
    transform: scale(1.2);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
  }
}
.puff-in {
  animation: puff-in 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
.text-focus-in {
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/**********************************************
    Start Public Classes
**********************************************/
.section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.swiper-container .swiper-pagination {
  bottom: 0;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 6px;
  border-radius: 25px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--secondary);
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  background-image: unset;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-image: unset;
  background-color: #f5f5f5;
  transition: all 0.3s linear;
  opacity: 0.7;
}
.swiper-container .swiper-button-next::before,
.swiper-container .swiper-button-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  color: var(--secondary);
  transition: all 0.3s linear;
}
.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  background-color: var(--primary);
  opacity: 1;
}
.swiper-container .swiper-button-next:hover::before,
.swiper-container .swiper-button-prev:hover::before {
  color: #fff;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev {
  right: 2%;
  left: auto;
}
.swiper-container .swiper-button-next::before,
.swiper-container .swiper-container-rtl .swiper-button-prev::before {
  content: "\f0da";
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next {
  left: 2%;
  right: auto;
}
.swiper-container .swiper-button-prev::before,
.swiper-container .swiper-container-rtl .swiper-button-next::before {
  content: "\f0d9";
}


.butn {
    padding: 10px 35px;
    text-align: center;
    position: relative;
    border-radius: 10px;
    background: transparent;
    font-size: 13px;
    border: solid 1px #FF4D0F;
}

.butn.subb {
    border: solid 1px #0D5F8A;
}

.butn.subb:hover {
    background-color: #0D5F8A;
    border-color: #0D5F8A;
}

.butn.subb span {
    color: #0D5F8A;
}

.butn.sub_back {
    background-color: #0D5F8A;
    border-color: #0D5F8A;
}

.butn.sub_back span {
    color: #fff;
}

.butn.sub_back:hover {
    background-color: transparent;
    border-color: #0D5F8A;
}

.butn.sub_back:hover span {
    color: #0D5F8A;
}

.butn.disabled {
    border-color: #9993;
    background-color: #9992;
}

.butn.disabled span {
    color: #999;
}

.butn.disabled:hover {
    border-color: #9993;
    background-color: #9992;
}

.butn.disabled:hover span {
    color: #999;
}

.butn span {
    color: #FF4D0F;
    position: relative;
    z-index: 5;
    font-weight: 600;
}

.butn span i {
    margin-left: 3px;
}

.butn:hover,
.butn.color {
    background-color: #FF4D0F;
    border: solid 1px #FF4D0F;
}

.butn:hover span,
.butn.color span {
    color: #fff;
}

.butn.small {
    padding: 5px 30px;
}

.butn.light {
    border: solid 1px #fff;
    background-color: #fff;
}

.butn.light span {
    color: #FF4D0F;
}


/*----------*/

.butn {
  position: relative;
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 25px;
  font-weight: bold;
}
.butn i {
  margin-inline-end: 7px;
}
.butn.sm_butn {
  padding: 0;
  width: 50px;
  height: 50px;
}
.butn.primary_butn{
  background-color: var(--primary);
  color: #fff;
}
.pay .submit-btn:hover{
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}
.butn.primary_border_butn {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: transparent;
}
.butn.secondary_butn{
  background-color: var(--secondary);
  color: #fff;
}
.butn.secondary_border_butn {
  border: 1px solid var(--secondary);
  color: var(--secondary);
  background-color: transparent;
}
.butn.white_butn {
  background-color: #fff;
  color: #333;
}
.butn.white_border_butn {
  background-color: #fff;
  border: 1px solid #D6D3D3;
}
.butn.gray_butn {
  background-color: #F2F3F3;
  border-color: #F2F3F3;
  color: #24343f;
}
.butn.dark_border_butn {
  border: 2px solid #24343f;
  color: #24343f;
}
.butn:hover {
  background-color: #2a8e97;
  border-color: #2a8e97;
  color: #fff !important;
}
.butn:hover .icon {
  filter: var(--filterWhite);
}

.icon-18 {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon-15 {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.no_filter {
  filter: unset !important;
}

.oval {
  width: 600px;
  height: 600px;
  filter: blur(50px);
  background-color: rgba(247, 150, 28, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sec_text .p {
  color: #818D94;
  font-weight: 300;
}

.badge {
  border-radius: 25px;
  position: relative;
  padding: 0.5rem 1.5rem 0.7rem 1.5rem;
  border: solid 2px #646F78;
}
.badge.dark_badge {
  background-color: #24343f;
  color: #fff;
}
.badge.gray_badge {
  background-color: #F6F7F8;
  color: #24343f;
  border-color: #E4DED7;
}

.pagination-wrapper .pagination .page-link {
  border-radius: 5px !important;
  background-color: transparent;
  color: var(--secondary);
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 45px;
  height: 40px;
}
.pagination-wrapper .pagination .page-link:hover, .pagination-wrapper .pagination .page-link.active {
  background-color: var(--primary);
  color: #fff !important;
}


body a:hover {
    text-decoration: none;
}

body a:focus {
    outline: 0;
}

body ul {
    list-style-type: none;
}

.bg-gray {
    background-color: #F5F6F8;
}

.bg-main {
    background-color: #FF4D0F;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    outline: 0;
}

.container,
.container-fluid {
    position: relative;
    z-index: 20;
}

.section_head {
    margin-bottom: 30px;
}

.section_head h2 {
    color: #272626;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section_head p {
    color: #8D95A4;
    font-size: 14px;
}

.section_head h5 {
    color: #FF4D0F;
    font-size: 21px;
    letter-spacing: -0.5px;
}

.cls {
    background-color: #FF4D0F;
    padding: 10px 20px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}


/* ==================== global style ============================== */

@media (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }
}

a,
span,
img {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: inherit;
}

a:hover {
    color: #999;
}

ul {
    padding: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

p {
    font-size: 14px;
    color: #888;
    line-height: 1.7;
}

.text {
    font-size: 14px;
    line-height: 2;
    color: #666;
}

small.text {
    font-size: 12px;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-padding {
    padding: 80px 0;
}

.light {
    color: #fff;
}

/* ------------- */
.form-group {
    margin-bottom: 30px;
    position: relative;
}

.form-control {
    border: 0;
    border: 1px solid #9993;
    font-size: 14px;
    min-height: 45px;
    border-radius: 10px;
    width: 100%;
}

.form-control:focus {
    border-color: #FF4D0F;
}

.form-control::-webkit-input-placeholder {
    color: #777;
}

.form-control:-ms-input-placeholder {
    color: #777;
}

.form-control::-ms-input-placeholder {
    color: #777;
}

.form-control::placeholder {
    color: #777;
}

select.form-control {
    height: 45px;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #222;
    background-color: #222;
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navs-container .navbar {
  padding: 1.5rem 0;
}
.navs-container .navbar .logo {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.navs-container .navbar .nav-link {
  margin: 0 7px;
  font-size: 17px;
  font-weight: bold;
  color: #24343f;
}
.navs-container .navbar .nav-link.active {
  color: var(--primary);
}
.navs-container .navbar .navbar-toggler {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(221, 221, 221, 0.3);
  border: none;
  position: relative;
}
.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon {
  box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}
.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  transform: rotate(45deg);
}
.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  transform: rotate(135deg);
}
.navs-container .navbar .navbar-toggler .navbar-toggler-icon {
  width: 25px;
  height: 2px;
  background: var(--primary);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after, .navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: var(--primary);
  transition: 0.5s;
}
.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -6px;
  right: 0px;
}
.navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 6px;
  right: 0px;
}

/**********************************************
    Start Edit Home Page 
**********************************************/
.header .text_box .title {
  font-size: 52px;
}
.header .text_box .p {
  font-size: 20px;
  line-height: 1.6;
  color: #24343f;
}
.header .img_box {
  height: 550px;
  position: relative;
}
.header .img_box .sec-img {
  width: 280px;
  height: 277px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 45%;
  top: 50px;
  transform: translateX(-55%);
}
.header .img_box .col_items {
  position: relative;
  z-index: 5;
}
.header .img_box .col_items .item {
  width: 163px;
  height: 55px;
  position: relative;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .img_box .col_items .item .title {
  font-weight: bold;
}
.header .img_box .col_items .item .bg {
  height: 60px;
  pointer-events: none;
}
.header .img_box .shape {
  position: absolute;
  width: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  left: 22%;
  top: -4%;
  height: 560px;
  z-index: -1;
}

/* -------------------- courses ------------------------- */
.courses {
    overflow: hidden;
}

/*.courses .nav-pills li a {*/
/*    padding: 8px 30px;*/
/*    border: 1px solid #9992;*/
/*    border-radius: 30px;*/
/*    margin: 5px;*/
/*    font-size: 11px;*/
/*    font-weight: 600;*/
/*    color: #777;*/
/*}*/

/*.courses .nav-pills li a.active {*/
/*    color: #0D5F8A;*/
/*    border-color: #0D5F8A;*/
/*}*/

.prod_item {
    border-radius: 30px;
    overflow: hidden;
    background-color: #fff;
    padding: 0;
    margin-top: 30px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
    min-height: calc(100% - 30px);
}

.swiper-slide .prod_item{
    min-height: 580px;
}

.swiper-slide .prod_item{
    min-height: 580px;
}

.small_prod .swiper-slide .prod_item{
    min-height: 345px;
}

.prod_item .img {
    height: 250px;
    position: relative;
}

.prod_item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.prod_item .img .sec {
    position: absolute;
    right: 20px;
    bottom: 0;
    padding: 10px 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
    color: #0D5F8A;
    font-size: 11px;
    font-weight: 600;
}

.prod_item .info {
    /*padding: 30px 15px 15px;*/
}

.prod_item .info .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prod_item .info .author .s_img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin-left: 10px;
}

.prod_item .info .author .s_img img{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
}

.prod_item .info .author .inf {
    font-size: 13px;
    font-weight: 600;
}

/*.prod_item .info h3 {*/
/*    font-size: 18px;*/
/*    letter-spacing: -0.5px;*/
/*    margin: 20px 0;*/
/*}*/

.prod_item .prc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
}

.prod_item .prc h3 {
    margin: 0;
    color: #FF4D0F;
    font-weight: bold;
    font-size: 28px;
}

.prod_item .prc .str {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.prod_item .prc .str small {
    color: #0D5F8A;
    font-size: 13px;
    margin-left: 10px;
}

.prod_item .prc .str .stars {
    color: #FF4D0F;
}

.prod_item .prod_fot {
    margin: 0;
    padding: 15px 0;
    border-top: 1px solid #9993;
}

.prod_item .prod_fot li {
    margin-top: 15px;
    font-size: 13px;
    color: #fff;
}

.prod_item .prod_fot li span {
    color: #FF4D0F;
    padding: 0 5px;
    word-spacing: 5px;
}

.small_prod .prod_item .img {
    height: 200px;
}

.small_prod .prod_item .info {
    padding: 15px;
}

.small_prod .prod_item .info h3 {
    font-size: 16px;
    margin: 10px 0;
}

.small_prod .prod_item .info .author .s_img {
    width: 35px;
    height: 35px;
}

.small_prod .prod_item .info .author .s_img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.small_prod .prod_item .info .author .inf {
    font-size: 11px;
}

.small_prod .prod_item .info .prc {
    padding-bottom: 5px;
}

.small_prod .prod_item .info .prc small {
    font-size: 11px;
}

.small_prod .prod_item .info .prc .stars {
    font-size: 11px;
}

.small_prod .prod_item .info .prc h3 {
    font-size: 22px;
}

.small_prod .prod_item .info .prod_fot {
    padding: 0 0 15px 0;
}

.small_prod .prod_item .info .prod_fot li {
    font-size: 11px;
    margin-top: 10px;
}

.swiper_products_small {
    overflow: hidden;
    padding: 0 15px;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -20px;
}

.swiper-pagination-bullet-active {
    background: #FF4D0F;
    width: 20px;
    border-radius: 5px;
}

/* -------------------- numbers ------------------------- */
.numbers {
    position: relative;
}

.numbers .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 50px;
}

.numbers .items .icons {
    margin-left: 20px;
    position: relative;
    top: 10px;
}

.numbers .items h4 {
    color: #0D5F8A;
    font-size: 35px;
    font-weight: 600;
    margin: 0;
}

.numbers .items small {
    color: #0D5F8A;
    font-size: 13px;
    font-weight: 600;
}

.numbers .img {
    height: 400px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.numbers .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.numbers .img .play_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FF4D0F;
    width: 60px;
    height: 60px;
    background: #fff;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 21px;
}

.numbers .img .play_icon::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    -webkit-animation: scale_fade 1.5s linear infinite;
    animation: scale_fade 1.5s linear infinite;
    border-radius: 50%;
}

.numbers .img .play_icon::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    -webkit-animation: scale_fade 1.2s linear infinite;
    animation: scale_fade 1.2s linear infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    border-radius: 50%;
}

.numbers .wave {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

@-webkit-keyframes scale_fade {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    25% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes scale_fade {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    25% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.partners .img {
    margin-top: 30px;
    width: 100%;
    height: 100px;
    object-fit: contain;
    object-position: center;
    align-items: center;
    padding: 15px;
    border: 1px solid #9993;
    text-align: center;
    display: flex;
    justify-content: center;
}

.clients .items {
    padding: 40px;
    border: 1px solid #9992;
    border-bottom-left-radius: 100px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px #0001;
    box-shadow: 0 10px 15px #0001;
    margin-top: 30px;
}

.clients .items .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    border-bottom: 2px solid #9992;
    position: relative;
}

.clients .items .top::before {
    position: absolute;
    content: "\f10d";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    left: 0;
    bottom: -12px;
    color: #0D5F8A;
    font-size: 16px;
}

.clients .items .top h6 {
    font-weight: bold;
}

.clients .items .top p {
    font-size: 13px;
}

.clients .items .top .img_usr {
    margin-left: 15px;
}

.clients .items .top .img_usr img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.clients .items .top .stars i {
    font-size: 12px;
    color: #FF4D0F;
}

.clients .items .bottom {
    text-align: center;
    padding: 30px 0;
}

.clients .items .bottom .text {
    font-weight: 600;
    line-height: 2;
}

.clients .swiper_clients {
    overflow: hidden;
}

.subscribe .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.subscribe h2 {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.4;
}

.subscribe .form-group {
    position: relative;
    margin: 0;
}

.subscribe .form-group .form-control {
    max-width: 400px;
    min-height: 54px;
    padding-right: 130px;
}

.subscribe .form-group .butn {
    position: absolute;
    right: 5px;
    top: 5px;
}

/* -------------------- footer ------------------------- */
footer {
    /*padding-top: 60px;*/
    position: relative;
    background-color: #f9f9f9;
}

footer .items{
    margin-top: 50px;
}

footer .items h5 {
    font-size: 17px;
    position: relative;
    padding: 15px 0;
    margin-bottom: 20px;
    font-weight: bold;
}

footer .items h5::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #FF4D0F;
}

footer .items .links {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .items .links li {
    line-height: 1.6;
    width: 50%;
    font-size: 14px;
    margin: 8px 0;
}

footer ul li {
    margin: 8px 0px;
    line-height: 2rem;
    font-size: 14px;
    display: inline-block;
}

footer ul li img {
    width: 15px;
    height: 15px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 10px;
}

footer .socials a{
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #FF4D0F50;
    margin-left: 10px;
    color: #FF4D0F;
}

footer .imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .imgs img {
    width: 31%;
    margin: 1%;
}

footer .foot {
    padding: 0;
    margin-top: 50px;
    border-top: 1px solid #9993;
}

footer .foot p{
    font-size: 12px;
    font-weight: 600;
}

footer .foot p a{
    color: #FF4D0F;
}

footer .foot .pay_img img {
    max-width: 200px;
}

footer .foot .marf {
    width: 80px;
    padding: 10px;
    border: 1px solid #9992;
    margin-top: -30px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background-color: #fff;
}

/* -------------------- overview ------------------------- */
html::-webkit-scrollbar {
    height: 20px;
    width: 10px;
    background: #f1f1f1;
    border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

html::-webkit-scrollbar-corner {
    background: #999;
    border-radius: 10px;
}

/* -------------------- pages style ------------------------- */
.page_header {
    padding: 50px 0;
    background-color: #FAFBFD;
    position: relative;
}

.page_header .links {
    margin: 0;
}

.page_header .links .li_link {
    display: inline-block;
}

.page_header .links .li_link a {
    font-size: 13px;
    color: #504946;
}

.page_header .links .li_link span {
    font-size: 13px;
    color: #ff4d0f;
    position: relative;
    padding-right: 25px;
    font-weight: bold;
}

.page_header .links .li_link span::before {
    position: absolute;
    content: "";
    right: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: #ff4d0f;
    z-index: 1;
    -webkit-box-shadow: 0 2px 5px #0001;
    box-shadow: 0 2px 5px #0001;
}

.page_header .links .li_link span::after {
    position: absolute;
    content: "";
    right: 8px;
    top: 3px;
    width: 10px;
    height: 10px;
    background-color: #0D5F8A;
    z-index: 0;
    -webkit-box-shadow: 0 2px 5px #0001;
    box-shadow: 0 2px 5px #0001;
}

.page_header .pattern-l {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .5;
}

.page_header .pattern-r {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .5;
}

.dir-l {
    direction: ltr;
}

/* Start Edit Modal */
.modal-content {
    border-radius: 45px;
    padding: 25px;
}

.modal-content button.close {
    text-align: end;
}

/* ------------------ courses_page style -------------------- */
.courses_page .course_header {
    padding: 50px 0;
}

.courses_page .course_header .r_side h2 {
    margin-bottom: 40px;
    font-size: 25px;
    color: #292524;
}

.courses_page .course_header .r_side .form {
    width: 100%;
    padding-left: 5vw;
}

.courses_page .course_header .r_side .form .form-group {
    position: relative;
    margin: 0;
}

.courses_page .course_header .r_side .form .form-group button {
    position: absolute;
    left: 8px;
    top: 8px;
}

.courses_page .course_header .r_side .form input {
    width: 100%;
    height: 60px;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 10px 10px 10px 120px;
    border: 1px solid #9991;
    font-size: 13px;
}

.courses_page .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.courses_page .filter .form-group {
    margin-left: 20px;
}

.courses_page .filter .form-group .custom-select {
    background-color: #fff;
    color: #555;
    border: 0;
    border-radius: 5px;
    padding: 5px 20px;
    min-width: 200px;
    min-height: 45px;
    font-size: 14px;
}

.delete_done img {
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 30px;
}

/* ------------------ course_view style -------------------- */
.course_view .course_video {
    padding: 100px 0;
    overflow: hidden;
}

.course_view .course_video .info p {
    margin-top: 30px;
    font-weight: 600;
    font-size: 15px;
    line-height: 2;
    color: #171717;
}

.course_view .course_video .info .det_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.course_view .course_video .info .det_items .items {
    width: 31%;
    margin-top: 30px;
    margin-left: 2%;
    padding: 10px 15px;
    border: 1px solid #9991;
    border-radius: 10px;
    background-color: #fcfcfc;
}

.course_view .course_video .info .det_items .items h3 {
    font-size: 35px;
    color: #0c5f8a;
}

.course_view .course_video .info .det_items .items h3 small {
    font-size: 16px;
    font-weight: 500;
}

.course_view .course_video .info .det_items .items p {
    margin: 0;
    font-size: 14px;
    color: #ff4d0f;
    font-weight: bold;
}

.course_view .course_video .vid {
    position: relative;
}

.course_view .course_video .vid .img {
    position: relative;
    z-index: 4;
    border-radius: 20px;
    overflow: hidden;
}

.course_view .course_video .vid .img .play_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FF4D0F;
    width: 60px;
    height: 60px;
    background: #fff;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 21px;
}

.course_view .course_video .vid .img .play_icon::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    -webkit-animation: scale_fade 1.5s linear infinite;
    animation: scale_fade 1.5s linear infinite;
    border-radius: 50%;
}

.course_view .course_video .vid .img .play_icon::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    -webkit-animation: scale_fade 1.2s linear infinite;
    animation: scale_fade 1.2s linear infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    border-radius: 50%;
}

.course_view .course_video .vid .butn {
    position: relative;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.course_view .course_video .vid .img_back {
    position: absolute;
    right: 0;
    top: -50%;
    width: 150%;
    height: 170%;
    max-width: inherit;
    max-height: inherit;
}

.course_view .course_det .w_learn {
    margin: 0;
    margin-top: 30px;
}

.course_view .course_det .w_learn li {
    font-size: 12px;
    position: relative;
    padding-right: 15px;
    margin: 15px 0;
}

.course_view .course_det .w_learn li::before {
    position: absolute;
    content: "";
    right: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background-color: #FF4D0F;
}

.course_view .course_det .author .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
}

.course_view .course_det .author .top .img_usr {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 20px;
}

.course_view .course_det .author .top .inf {
    width: calc(100% - 100px);
}

.course_view .course_det .author .top .inf p {
    font-size: 14px;
    color: #0d608b;
}

.course_view .course_det .author .bottom {
    padding-top: 15px;
    border-top: 1px solid #9991;
}

.course_view .course_det .author .bottom p {
    font-weight: 300;
    font-size: 12px;
    color: #3a3d4b;
}

.course_view .course_det .faq_card .card_head {
    cursor: pointer;
}

.course_view .course_det .faq_card .card_head h6 {
    font-weight: bold;
    font-size: 14px;
    color: #222;
}

.course_view .course_det .faq_card .card_head h6 .icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #FF4D0F60;
    margin-left: 10px;
    position: relative;
    top: 6px;
}

.course_view .course_det .faq_card .card_head h6 .icon::before {
    position: absolute;
    content: "";
    left: 11px;
    top: 6px;
    width: 2px;
    height: 12px;
    background-color: #fff;
    display: block;
}

.course_view .course_det .faq_card .card_head h6 .icon::after {
    position: absolute;
    content: "";
    top: 11px;
    left: 6px;
    height: 2px;
    width: 12px;
    background-color: #fff;
}

.course_view .course_det .faq_card .card_head.active .icon {
    background-color: #FF4D0F;
}

.course_view .course_det .faq_card .card_head.active .icon::before {
    display: none;
}

.course_view .course_det .faq_card .card_body {
    font-weight: 300;
    font-size: 12px;
    line-height: 2;
    color: #171717;
    padding-top: 20px;
    display: none;
}

.course_view .course_det .faq_card .card_body.show {
    display: block;
}

.course_view .course_det .vidd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.course_view .course_det .vidd span {
    font-size: 16px;
    color: #888;
    margin-left: 15px;
}

.course_view .course_det .vidd span i {
    font-size: 14px;
    margin-left: 3px;
}

.course_view .course_det .vidd span a:hover {
    color: #FF4D0F;
}

.course_view .course_det .vidd .add_test_btn {
    color: #666;
    margin: 0 10px;
    font-size: 13px;
}

.course_view .course_det .vidd .add_test_btn i {
    margin: 0 3px;
}

.course_view .course_det .l_side .faq_card {
    border-bottom: 1px solid #9992;
}

.course_view .course_det .l_side .faq_card .card_head {
    padding-bottom: 10px;
    padding-top: 17px;
}

.course_view .course_det .l_side .faq_card .card_body {
    padding-bottom: 20px;
    padding-top: 0;
}

.course_view .course_det .l_side .faq_card .butn {
    border-radius: 50px;
    border: 0;
}

.course_view .course_det .l_side .faq_card .butn.live {
    background-color: #2AC597;
}

.course_view .course_det .l_side .faq_card .faq_card.disabled {
    filter: grayscale(1);
    pointer-events: none;
}

.course_view .course_det .l_side .btm_btns .butn {
    padding: 10px 40px;
    display: flex;
    align-items: center;
}

.course_view .reviews-sec {
    padding: 50px 0px;
}

.course_view .reviews-sec .reciew-card {
    background-color: #fff;
    padding: 30px 15px;
    border-radius: 25px;
}

.course_view .reviews-sec .reciew-card .profile-img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: block;
    margin: auto;
}

.course_view .reviews-sec .reciew-card .profile-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.course_view .reviews-sec .reciew-card .review-content .rate {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 5px;
    font-size: 13px;
}

.course_view .reviews-sec .reciew-card .review-content .rate i {
    margin-right: 3px;
    color: #ccc;
}

.course_view .reviews-sec .reciew-card .review-content .rate i.active {
    color: #FDB00A;
}

.course_view .reviews-sec .reciew-card .review-content p {
    font-size: 13px;
    margin-bottom: 0;
}

.course_view .reviews-sec .review-btn {
    padding: 15px 40px;
    display: block;
    margin: 25px auto;
}

.review-modal-content h5 {
    font-weight: bold;
    color: #666;
    margin-bottom: 1rem;
}

.review-modal-content .stars-content {
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 1rem;
    padding: 10px 15px;
}

.review-modal-content .stars-content .star-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: 1.5em;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 .2em;
    text-align: center;
    width: 5em;
}

.review-modal-content .stars-content .star-rating input {
    display: none;
}

.review-modal-content .stars-content .star-rating label {
    color: #ccc;
    cursor: pointer;
    margin-bottom: 0;
}

.review-modal-content .stars-content .star-rating :checked ~ label {
    color: #f90;
}

.review-modal-content .stars-content .star-rating label:hover,
.review-modal-content .stars-content .star-rating label:hover ~ label {
    color: #fc0;
}

.review-modal-content .review-btn {
    padding: 15px 50px;
    display: block;
    margin: 25px auto 0 auto;
    color: #fff;
}

.review-modal-content .review-btn:hover {
    background-color: #0c5f8a;
}

.pay-modal-content {
    text-align: center;
}

.pay-modal-content .price {
    background-color: #f8f8f8;
    padding: 20px;
    margin-top: 15px;
}

.pay-modal-content .price h3 {
    margin-bottom: .7rem;
}

.pay-modal-content .price span {
    color: #ff4d0f;
    margin: 0 5px;
    font-weight: bold;
    direction: ltr;
}

.pay {
    text-align: start;
    margin-top: 25px;
}

.pay .form-group {
    position: relative;
    margin-bottom: 15px;
}

.pay .form-group .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ff4d0f;
    background-color: #ff4d0f;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pay .form-group .custom-control-input:checked ~ .custom-control-label p {
    color: #0D5F8A;
}

.pay .form-group .custom-control-label::after, .pay .form-group .custom-control-label::before {
    right: -.5rem;
}

.pay .form-group img {
    width: 60px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    top: -10px;
}

.pay .form-group img span {
    font-size: 17px;
}

.pay .form-group input {
    display: inline-block;
    width: auto;
    margin-left: 10px;
}

.pay .form-group .btn {
    border-radius: 10px;
    padding: 15px;
    background: #000;
    border-color: #000;
}

.pay .form-group label {
    display: contents;
}

.pay .form-group label p {
    position: relative;
    margin: 0 5px;
    font-weight: bold;
}

.pay .bank-transfer-btns {
    display: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 15px auto;
}

.pay .bank-transfer-btns .sub_back {
    color: #fff;
}

.pay .bank-transfer-btns .transfer-btn:hover {
    background-color: #ff4d0f;
    border: 1px solid #ff4d0f;
    color: #fff;
}

.pay .submit-btn {
    width: 100%;
    color: #fff;
    padding: 15px 50px;
    display: block;
    margin: auto;
}

.items_white {
    background-color: #fff;
    padding: 2rem;
    border-radius: 30px;
    -webkit-box-shadow: 0 5px 15px #00000003;
    box-shadow: 0 5px 15px #00000003;
}

.up_group {
    position: relative;
}

.up_group .input-group-append {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 150px;
    padding: 13px;
    font-size: 12px;
    min-height: calc(100% - 4px);
    text-align: center;
    display: inline-block;
    background-color: #FF4D0F;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #fff;
    pointer-events: none;
}

.up_group .file {
    position: absolute;
    opacity: 0;
    right: 2px;
    bottom: 2px;
    width: 150px;
    min-height: 50px;
    z-index: 20;
    cursor: pointer;
}

.up_group .input_ques {
    min-height: 50px;
    width: 100% !important;
    display: block !important;
    border-radius: 20px;
    border: 2px solid #9991;
    padding: 8px 20px;
    font-size: 13px;
    background-color: #fff;
    padding-right: 170px !important;
}

.up_group .input_ques::-webkit-input-placeholder {
    color: #9999;
}

.up_group .input_ques:-ms-input-placeholder {
    color: #9999;
}

.up_group .input_ques::-ms-input-placeholder {
    color: #9999;
}

.up_group .input_ques::placeholder {
    color: #9999;
}

/********************************* Start Register Page *********************************/
.register-pg {
    padding: 50px 0px;
}

.register-pg .register-img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.register-pg .register-links {
    width: 100%;
    text-align: center;
}

.register-pg .register-links a {
    margin: 0 10px;
    border-bottom: 1px solid transparent;
    padding: 8px 5px;
}

.register-pg .register-links a.active {
    border-bottom: 2px solid #0D5F8A;
    color: #0D5F8A;
    font-weight: bold;
}

.register-pg .form-container {
    border: 1px solid #eee;
    border-radius: 25px;
    padding: 35px;
    margin: 25px;
}

.form-container .form-group {
    position: relative;
}

.form-container .form-group .form-control {
    height: 55px;
    border-radius: 5px;
    padding: 0 35px;
}

.form-container .form-group .form-control::-webkit-input-placeholder {
    opacity: 0;
}

.form-container .form-group .form-control:-ms-input-placeholder {
    opacity: 0;
}

.form-container .form-group .form-control::-ms-input-placeholder {
    opacity: 0;
}

.form-container .form-group .form-control::placeholder {
    opacity: 0;
}

.form-container .form-group .icon {
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 5;
    color: #A5A5A5;
}

.form-container .form-group input:focus ~ .icon,
.form-container .form-group input:not(:focus):valid ~ .icon {
    color: #FF4D0F;
}

.form-container .form-group input:focus::-webkit-input-placeholder,
.form-container .form-group input:not(:focus):valid::-webkit-input-placeholder {
    opacity: 1;
}

.form-container .form-group input:focus:-ms-input-placeholder,
.form-container .form-group input:not(:focus):valid:-ms-input-placeholder {
    opacity: 1;
}

.form-container .form-group input:focus::-ms-input-placeholder,
.form-container .form-group input:not(:focus):valid::-ms-input-placeholder {
    opacity: 1;
}

.form-container .form-group input:focus::placeholder,
.form-container .form-group input:not(:focus):valid::placeholder {
    opacity: 1;
}

.form-container .form-group .togglePassword {
    color: #A5A5A5;
    position: absolute;
    left: 10px;
    top: 20px;
    cursor: pointer;
}

.form-container .form-group .floating-label {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 13px;
    color: #A5A5A5;
    background: #fff;
    position: absolute;
    z-index: 5;
    pointer-events: none;
    top: 20px;
    right: 30px;
    padding: 0 10px;
    font-size: 13px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.form-container .form-group input:focus ~ .floating-label,
.form-container .form-group input:not(:focus):valid ~ .floating-label {
    top: -7px;
    bottom: 0px;
    font-size: 10px;
    opacity: 1;
    color: #FF4D0F;
    font-weight: bold;
}

.form-container .form-group .custom-control {
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 10px;
}

.form-container .forget-link {
    font-size: 12px;
    color: #0D5F8A;
}

.form-container .restore-pass h6 {
    text-align: center;
    color: #666;
}

.form-container .restore-pass .restoring-card {
    text-align: center;
    margin: 10px 0;
    position: relative;
}

.form-container .restore-pass .restoring-card .restoring-icon {
    width: 75px;
    height: 75px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: 0 auto 15px auto;
}

.form-container .restore-pass .restoring-card h6 {
    color: #0c5f8a;
    margin-top: .4rem;
}

.form-container .restore-pass .restoring-card .card-input-element {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.form-container .restore-pass .restoring-card .card-input {
    border: 1px solid #f9f9f9;
    border-radius: 5px;
    padding: 15px;
}

.form-container .restore-pass .restoring-card label {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.form-container .restore-pass .restoring-card .card-input-element:checked + .card-input {
    border: 1px solid #ff4d0f;
}

.form-container .restore-pass .restoring-card .card-input-element:checked + .card-input h6 {
    color: #ff4d0f;
}

.form-container .input-group-text {
    border-radius: 5px 0px 0px 5px;
    border: 1px solid #eee;
    background-color: transparent;
    direction: ltr;
}

.form-container .input-group-text .flag-img {
    width: 35px;
    display: inline-block;
    -o-object-fit: contain;
    object-fit: contain;
}

.form-container .input-group-text .code-num {
    font-weight: bold;
    color: #666;
    margin: 0 5px;
    font-size: 14px;
}

.form-container .code-form-group .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0;
    text-align: center;
}

.form-container .code-form-group .text {
    text-align: center;
}

.form-container .code-form-group .text p {
    color: #000;
    margin-bottom: 1rem;
}

.form-container .code-form-group .text p a {
    color: #ff4d0f;
}

.form-container .code-form-group .text .timer {
    font-weight: bold;
    font-size: 25px;
    color: #202020;
}

.form-container .submit-btn {
    width: 100%;
    height: 55px;
    border: 1px solid #ff4d0f;
    background-color: #ff4d0f;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
}

.welcome_modal_content {
    text-align: center;
}

.welcome_modal_content .logo {
    width: 250px;
    display: block;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.welcome_modal_content h6 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.welcome_modal_content h6 span {
    font-weight: bold;
}

.welcome_modal_content .submit-btn {
    width: 100%;
    height: 55px;
    border: 1px solid #ff4d0f;
    background-color: #ff4d0f;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
}

/********************************* Start News Page *********************************/
.news_page .blog-sec .main-card {
    height: 70vh;
    position: relative;
    margin-bottom: 0;
}

.news_page .blog-sec .main-card .main-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news_page .blog-sec .main-card::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #111;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.news_page .blog-sec .main-card .text-content {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    padding: 25px;
}

.news_page .blog-sec .main-card .text-content h1 {
    color: #fff;
    margin-bottom: 1.3rem;
}

.news_page .blog-sec .main-card .text-content .date {
    font-weight: bold;
    color: #cccc;
    font-size: 20px;
}

.news_page .blog-sec .news-card {
    margin-bottom: 35px;
}

.news_page .blog-sec .news-card .news-img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

.news_page .blog-sec .news-card .card-body h5 {
    font-weight: bold;
    margin-bottom: .6rem;
}

.news_page .blog-sec .news-card .card-body .p {
    font-size: 12px;
    line-height: 1.6rem;
    margin-bottom: .7rem;
}

.news_page .blog-sec .news-card .card-body .date {
    font-weight: bold;
    color: #666;
    font-size: 12px;
}

.news_page .single-blog-sec .main-card .main-img {
    width: 100%;
    height: 60vh;
    -o-object-fit: cover;
    object-fit: cover;
}

.news_page .single-blog-sec .main-card .card-body h3 {
    font-weight: bold;
    margin-bottom: 1.2rem;
}

.news_page .single-blog-sec .main-card .card-body .date {
    font-weight: bold;
    color: #666;
    font-size: 15px;
}

.news_page .single-blog-sec .main-card .card-body .p {
    margin-top: 1rem;
    font-size: 15px;
    line-height: 2rem;
}

/********************************* Start trainers Page *********************************/
.trainers-sec .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.trainers-sec .filter .form-group {
    margin-left: 20px;
}

.trainers-sec .filter .form-group .custom-select {
    background-color: #fff;
    color: #555;
    border: 0;
    border-radius: 5px;
    padding: 5px 20px;
    min-width: 150px;
    min-height: 45px;
    font-size: 14px;
}

.trainers-sec .trainer-card {
    background-color: #fff;
    padding: 25px;
    -webkit-box-shadow: 0px 10px 10px 0px #eee;
    box-shadow: 0px 10px 10px 0px #eee;
    border-radius: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    position: relative;
    margin-bottom: 35px;
}

.trainers-sec .trainer-card .trainer-img {
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 15px 0px #ddd;
    box-shadow: 0px 0px 15px 0px #ddd;
}

.trainers-sec .trainer-card .text {
    padding: 20px 25px;
}

.trainers-sec .trainer-card .expand-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #ff4d0f;
    background-color: transparent;
    border: 1px solid transparent;
}

.trainer_modal_content .img img {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
    border: 3px solid #f89c7d;
    -webkit-box-shadow: 0 10px 20px rgba(250, 250, 250, 0.2);
    box-shadow: 0 10px 20px rgba(250, 250, 250, 0.2);
}

.trainer_modal_content .info {
    height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-left: 30px;
}

.trainer_modal_content .info::-webkit-scrollbar {
    height: 50px;
    width: 2px;
    background: #f9f9f9;
    border-radius: 10px;
}

.trainer_modal_content .info::-webkit-scrollbar-thumb {
    background: #ff4d0f30;
    border-radius: 10px;
}

.trainer_modal_content .info::-webkit-scrollbar-corner {
    background: #ff4d0f30;
    border-radius: 10px;
}

.trainer_modal_content .info h3 {
    color: #ff4d0f;
}

.trainer_modal_content .info h6 {
    color: #0c5f8a;
}

.trainer_modal_content .info p {
    color: #555;
    line-height: 2;
    margin: 20px 0;
}

.trainer_modal_content .info ul li {
    line-height: 2;
    position: relative;
    padding-right: 15px;
    border-right: 2px solid #0c5f8a;
    color: #333;
    letter-spacing: 1px;
    margin: 15px 0;
}

.trainer_modal_content .info ul li i {
    color: #0c5f8a;
    margin-left: 10px;
}

.trainer_modal_content .info .social a {
    font-size: 14px;
    margin: 20px 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 8px;
    color: #ff4d0f;
    border: 1px solid #ff4d0f;
    display: inline-block;
}

.trainer_modal_content .info .social a:hover {
    border: 1px solid #0c5f8a;
    background-color: #0c5f8a;
    color: #fff;
}

/********************************* Start content Page *********************************/
.content_page .content-sec h5 {
    font-weight: bold;
    color: #333;
    margin-bottom: 1.2rem;
}

.content_page .content-sec .p {
    font-size: 15px;
    line-height: 2.3rem;
}

/********************************* Start Contact Page *********************************/
.contact-sec .contact-img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    top: 30%;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
}

.contact-sec .inner h5 {
    font-weight: bold;
    color: #444;
}

.contact-sec .inner .item {
    margin-bottom: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.contact-sec .inner .item .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #EDF4F7;
    color: #ff4d0f;
    text-align: center;
}

.contact-sec .inner .item p {
    line-height: 50px;
    padding: 0 15px;
}

.contact-sec .inner .social-links .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    margin: 0 5px;
}

.contact-sec .inner .social-links .icon:nth-child(1) {
    background-color: #3477CF;
}

.contact-sec .inner .social-links .icon:nth-child(2) {
    background-color: #D856B9;
}

.contact-sec .inner .social-links .icon:nth-child(3) {
    background-color: #2FA3D4;
}

.contact-sec .inner .social-links .icon:nth-child(4) {
    background-color: #FF0000;
}

.contact-sec .inner .social-links .icon:nth-child(5) {
    background-color: #00acee;
}

.contact-sec .inner .social-links .icon:hover {
    background-color: #ff4d0f;
}

.contact-sec .inner .form-container {
    margin-top: 40px;
}

.contact-sec .inner .form-container .form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.contact-sec .inner .form-container .form-group .form-control {
    height: 55px;
    border-radius: 5px;
    padding: 0 35px;
}

.contact-sec .inner .form-container .form-group .icon {
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 5;
    color: #A5A5A5;
}

.contact-sec .inner .form-container .form-group .form-control:focus ~ .icon,
.contact-sec .inner .form-container .form-group .form-control:not(:focus):valid ~ .icon {
    color: #FF4D0F;
}

.contact-sec .inner .form-container .form-group .floating-label {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 13px;
    color: #A5A5A5;
    background: #fff;
    position: absolute;
    z-index: 5;
    pointer-events: none;
    top: 20px;
    right: 30px;
    padding: 0 10px;
    font-size: 13px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.contact-sec .inner .form-container .form-group .form-control:focus ~ .floating-label,
.contact-sec .inner .form-container .form-group .form-control:not(:focus):valid ~ .floating-label {
    top: -7px;
    bottom: 0px;
    font-size: 10px;
    opacity: 1;
    color: #FF4D0F;
    font-weight: bold;
}

.contact-sec .inner .form-container .form-group textarea {
    height: 250px !important;
    resize: none;
    padding-top: 18px !important;
}

/********************************* Start Bank Accounts Page *********************************/
.bank-acc .bank-card {
    border-radius: 25px;
    padding: 25px;
    -webkit-box-shadow: 0px 10px 25px 0px #eee;
    box-shadow: 0px 10px 25px 0px #eee;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin-bottom: 35px;
    background-color: #fff;
}

.bank-acc .bank-card .bank-logo {
    width: 100px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -o-object-fit: contain;
    object-fit: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bank-acc .bank-card .text {
    padding: 0 15px;
}

.bank-acc .bank-card .text h6 {
    font-weight: bold;
}

.bank-acc .bank-card .text p {
    color: #ff4d0f;
}

/********************************* Start FAQ Page *********************************/
.faq-sec h5 {
    font-weight: bold;
    color: #333;
}

.faq-sec .items_white {
    background-color: #fff;
    padding: 2rem;
    border-radius: 30px;
    -webkit-box-shadow: 0 5px 25px 0px #eee;
    box-shadow: 0 5px 25px 0px #eee;
}

.faq-sec .faq_card .card_head {
    cursor: pointer;
}

.faq-sec .faq_card .card_head h6 {
    font-weight: bold;
    font-size: 14px;
    color: #222;
}

.faq-sec .faq_card .card_head h6 .icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #FF4D0F60;
    margin-left: 10px;
    position: relative;
    top: 6px;
}

.faq-sec .faq_card .card_head h6 .icon::before {
    position: absolute;
    content: "";
    left: 11px;
    top: 6px;
    width: 2px;
    height: 12px;
    background-color: #fff;
    display: block;
}

.faq-sec .faq_card .card_head h6 .icon::after {
    position: absolute;
    content: "";
    top: 11px;
    left: 6px;
    height: 2px;
    width: 12px;
    background-color: #fff;
}

.faq-sec .faq_card .card_head.active .icon {
    background-color: #FF4D0F;
}

.faq-sec .faq_card .card_head.active .icon::before {
    display: none;
}

.faq-sec .faq_card .card_body {
    font-weight: 300;
    font-size: 12px;
    line-height: 2;
    color: #171717;
    padding-top: 20px;
    display: none;
}

.faq-sec .faq_card .card_body.show {
    display: block;
}

.faq-sec .faq_card {
    border-bottom: 1px solid #9992;
}

.faq-sec .faq_card .card_head {
    padding-bottom: 20px;
}

.faq-sec .faq_card .card_body {
    padding-bottom: 20px;
    padding-top: 0;
}

.faq-sec .faq_card .butn {
    border-radius: 50px;
    border: 0;
}

.faq-sec .faq_card .butn.live {
    background-color: #2AC597;
}

/********************************* Start Profile Page *********************************/
.profile-pg .side-r .profile-info {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.profile-pg .side-r .profile-info .profile-pic {
    width: 100px;
    height: 100px;
    border: 1px solid #ff4d0f;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    margin: auto;
}

.profile-pg .side-r .profile-info h6 {
    margin-top: .7rem;
    margin-bottom: .4rem;
}

.profile-pg .side-r .nav {
    margin-top: 10px;
}

.profile-pg .side-r .nav .nav-link {
    padding: .7rem 1rem;
}

.profile-pg .side-r .nav .nav-link .icon {
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 5px;
}

.profile-pg .side-r .nav .nav-link.active {
    background-color: transparent;
    color: #ff4d0f;
}

.profile-pg .side-r .nav .nav-link.active .icon {
    -webkit-filter: invert(40%) sepia(67%) saturate(3275%) hue-rotate(351deg) brightness(98%) contrast(106%);
    filter: invert(40%) sepia(67%) saturate(3275%) hue-rotate(351deg) brightness(98%) contrast(106%);
}

.profile-pg .tab-wrapper {
    border: 1px solid #eee;
    border-radius: 25px;
    padding: 35px;
    min-height: 100%;
}

.profile-pg .tab-wrapper.info .item {
    margin-bottom: 15px;
}

.profile-pg .tab-wrapper.info .item .label {
    font-size: 15px;
    font-weight: 600;
    color: #666;
}

.profile-pg .tab-wrapper.info .item .content {
    background-color: #f8f8f8;
    border-radius: 25px;
    padding: 20px 25px;
    margin: 10px 0 0 0;
}

.profile-pg .tab-wrapper.info .item .content i {
    color: #ff4d0f;
    margin: 0 5px;
}

.profile-pg .tab-wrapper.edit-info .image-container {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #202020;
    margin: 0 auto 25px auto;
    position: relative;
}

.profile-pg .tab-wrapper.edit-info .image-container img {
    width: inherit;
    height: inherit;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 7px solid #ff4d0f;
}

.profile-pg .tab-wrapper.edit-info .image-container input {
    position: absolute;
    bottom: 0;
    left: 64%;
    background-color: #fff;
    border-radius: 30px;
    display: inline-block;
    color: #222;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    border: none;
    opacity: 0;
}

.profile-pg .tab-wrapper.edit-info .image-container button {
    width: 35px;
    height: 35px;
    -webkit-box-shadow: 0px 0px 10px #555;
    box-shadow: 0px 0px 10px #555;
    background-color: #202020;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer !important;
    border: 1px solid #ff4d0f;
    position: absolute;
    right: 10px;
    bottom: 0px;
}

.profile-pg .tab-wrapper.edit-info .image-container button i {
    position: relative;
    top: 1px;
    cursor: pointer !important;
}

.profile-pg .tab-wrapper.notif-tab .noti-heading {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.profile-pg .tab-wrapper.notif-tab .noti-heading h4 {
    color: #ff4d0f;
    margin-bottom: 0;
}

.profile-pg .tab-wrapper.notif-tab h5 {
    margin-top: 20px;
}

.profile-pg .tab-wrapper.notif-tab .noti-item {
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 15px 0px #eee;
    box-shadow: 0px 5px 15px 0px #eee;
    padding: 10px 15px;
}

.profile-pg .tab-wrapper.notif-tab .noti-item .new {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background-color: #ff4d0f;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.profile-pg .tab-wrapper.notif-tab .noti-item .user-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 4px 15px 0px #ddd;
    box-shadow: 0px 4px 15px 0px #ddd;
    display: block;
    margin: auto;
    object-fit: contain;
    padding: 12px;
}

.profile-pg .tab-wrapper.notif-tab .noti-item h6 {
    margin-bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.profile-pg .tab-wrapper.notif-tab .noti-item .text {
    margin: 0 10px;
}

.profile-pg .tab-wrapper.notif-tab .noti-item .time {
    float: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    direction: ltr;
    font-weight: 600;
    color: #777;
}

.profile-pg .tab-wrapper.my_courses .prod_item .img {
    height: 180px;
}

.profile-pg .tab-wrapper.my_courses .prod_item .prod_fot li {
    font-size: 10px;
}

.profile-pg .tab-wrapper.my_cert .item {
    border-radius: 25px;
    padding: 30px 15px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(161, 205, 240, 0.2);
    box-shadow: 0px 0px 40px 0px rgba(161, 205, 240, 0.2);
    margin-bottom: 20px;
    position: relative;
}

.profile-pg .tab-wrapper.my_cert .item .delete-btn {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: #fff;
    font-weight: bold;
    display: block;
    color: #666;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.profile-pg .tab-wrapper.my_cert .item .delete-btn:hover {
    background-color: #ff4d0f;
    color: #fff;
}

.profile-pg .tab-wrapper.my_cert .item .cert-img {
    width: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: auto;
}

.profile-pg .tab-wrapper.my_cert .item .text span {
    display: block;
}

.profile-pg .tab-wrapper.my_cert .item .text .btn {
    background-color: transparent;
    border: transparent;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}

.profile-pg .tab-wrapper.my_cert .item .text .btn:nth-of-type(1) {
    color: #0c5f8a;
}

.profile-pg .tab-wrapper.my_cert .item .text .btn:nth-of-type(2) {
    color: #ff4d0f;
}

.profile-pg .tab-wrapper.my_cert .cert-det {
    border: 2px dashed #eee;
    padding: 40px 25px;
    background-color: #f5f7fb;
    text-align: center;
    border-radius: 25px;
    display: none;
    margin-bottom: 20px;
}

.profile-pg .tab-wrapper.my_cert .cert-det.show {
    display: block;
}

.profile-pg .tab-wrapper.my_cert .cert-det .cert-img {
    width: 100%;
    height: 250px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 15px 0px;
}

.profile-pg .tab-wrapper.my_cert .cert-det .btn {
    background-color: transparent;
    border: transparent;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    display: block;
    margin: auto;
    color: #ff4d0f;
}

.profile-pg .tab-wrapper.bills-tab .bill-item {
    border-radius: 25px;
    padding: 20px 15px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(161, 205, 240, 0.2);
    box-shadow: 0px 0px 40px 0px rgba(161, 205, 240, 0.2);
    margin-bottom: 20px;
    position: relative;
}

.profile-pg .tab-wrapper.bills-tab .bill-item .bills-item-img {
    width: 100%;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}

.profile-pg .tab-wrapper.bills-tab .bill-item .text {
    padding: 15px 0px;
}

.profile-pg .tab-wrapper.bills-tab .bill-item .text .btn {
    background-color: transparent;
    border: transparent;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.profile-pg .tab-wrapper.bills-tab .bill-item .text .btn:nth-of-type(1) {
    color: #0c5f8a;
}

.profile-pg .tab-wrapper.bills-tab .bill-item .text .btn:nth-of-type(2) {
    color: #ff4d0f;
}

.profile-pg .tab-wrapper.msg_tab .nav-pills .nav-link {
    padding: 10px 50px;
    border: 1px solid #FF4D0F;
    border-radius: 50px;
    color: #FF4D0F;
    margin: 8px;
    opacity: 0.6;
    font-size: 13px;
}

.profile-pg .tab-wrapper.msg_tab .nav-pills .nav-link.active {
    background-color: #FF4D0F;
    color: #fff;
    opacity: 1;
}

.profile-pg .tab-wrapper.msg_tab .chat_tab .msg_navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.profile-pg .tab-wrapper.msg_tab .chat_tab .msg_navs a {
    text-align: center;
    position: relative;
}

.profile-pg .tab-wrapper.msg_tab .chat_tab .msg_navs a img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 20px 5px 10px;
}

.profile-pg .tab-wrapper.msg_tab .chat_tab .msg_navs a .sts {
    position: absolute;
    right: 5px;
    top: 77px;
    color: #bebebe;
}

.profile-pg .tab-wrapper.msg_tab .chat_tab .msg_navs a .sts.active {
    color: #67E184;
}

.profile-pg .tab-wrapper.msg_tab .chat_tab .msg_cont .msg_name .sts {
    font-size: 14px;
    margin-left: 5px;
    color: #bebebe;
}

.profile-pg .tab-wrapper.msg_tab .chat_tab .msg_cont .msg_name .sts.active {
    color: #67E184;
}

.profile-pg .tab-wrapper.msg_tab .chat_tab .msg_cont .day {
    position: relative;
}

.profile-pg .tab-wrapper.msg_tab .chat_tab .msg_cont .day::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #9995;
}

.profile-pg .tab-wrapper.msg_tab .chat_tab .msg_cont .day span {
    padding: 10px 20px;
    color: #999;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.profile-pg .tab-wrapper.msg_tab .chat_tab .msg_cont .l_msg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px auto 20px 0;
}

.profile-pg .tab-wrapper.msg_tab .chat_tab .msg_cont .l_msg img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 15px;
}

.profile-pg .tab-wrapper.msg_tab .chat_tab .msg_cont .l_msg .msg_cnt {
    background-color: #f5f5f5;
    padding: 20px 30px;
    border-radius: 20px;
    line-height: 1.7;
    border-bottom-left-radius: 0;
}

.profile-pg .tab-wrapper.msg_tab .chat_tab .msg_cont .r_msg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin: 20px 0 20px auto;
}

.profile-pg .tab-wrapper.msg_tab .chat_tab .msg_cont .r_msg .msg_cnt {
    background-color: #34332E;
    padding: 20px 30px;
    border-radius: 20px;
    line-height: 1.7;
    border-bottom-right-radius: 0;
    color: #fff;
}

.profile-pg .tab-wrapper.msg_tab .chat_tab .msg_cont .form-group {
    position: relative;
}

.profile-pg .tab-wrapper.msg_tab .chat_tab .msg_cont .form-group input[type=text] {
    width: 100%;
    padding: 15px;
    border: 1px solid #9994;
    border-radius: 50px;
    padding-left: 150px;
}

.profile-pg .tab-wrapper.msg_tab .chat_tab .msg_cont .form-group button {
    position: absolute;
    left: 7px;
    bottom: 6px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #151515;
    color: #fff;
}

.profile-pg .tab-wrapper.msg_tab .chat_tab .msg_cont .form-group .add_img {
    position: absolute;
    left: 55px;
    bottom: 6px;
    padding: 7px 15px;
    height: 40px;
    background-color: #f2f2f2;
    border-radius: 50px;
}

.profile-pg .tab-wrapper.msg_tab .chat_tab .msg_cont .form-group .add_img input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 5;
}

.profile-pg .tab-wrapper.msg_tab .chat_tab .msg_cont .messages_content {
    height: 400px;
    overflow: auto;
    overflow-x: hidden;
    scroll-behavior: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

.profile-pg .tab-wrapper.msg_tab .chat_tab .msg_cont .messages_content::-webkit-scrollbar {
    height: 0;
    width: 0;
    background: transparent;
}

.profile-pg .tab-wrapper.msg_tab .chat_tab .msg_cont .messages_content::-webkit-scrollbar-thumb {
    background: transparent;
    -webkit-border-radius: 0;
}

.profile-pg .tab-wrapper.msg_tab .chat_tab .msg_cont .messages_content::-webkit-scrollbar-corner {
    background: transparent;
}

.profile-pg .tab-wrapper.msg_tab .arch_msg .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.profile-pg .tab-wrapper.msg_tab .arch_msg .filter .form-group {
    margin-left: 20px;
}

.profile-pg .tab-wrapper.msg_tab .arch_msg .filter .form-group .custom-select {
    background-color: #fff;
    color: #555;
    border: 1px solid #9992;
    border-radius: 8px;
    padding: 5px 20px;
    min-width: 150px;
    min-height: 45px;
    font-size: 14px;
}

.profile-pg .tab-wrapper.msg_tab .arch_msg .arch_content.l_side {
    height: 100%;
}

.profile-pg .tab-wrapper.msg_tab .arch_msg .arch_content .arch_items {
    background-color: #fff;
    position: relative;
    margin-bottom: 15px;
}

.profile-pg .tab-wrapper.msg_tab .arch_msg .arch_content .arch_items .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile-pg .tab-wrapper.msg_tab .arch_msg .arch_content .arch_items .top img {
    width: 30px;
    height: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin-left: 10px;
}

.profile-pg .tab-wrapper.msg_tab .arch_msg .arch_content .arch_items .top small {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.profile-pg .tab-wrapper.msg_tab .arch_msg .arch_content .arch_items .top .l_sid small {
    font-size: 12px;
    color: #999;
    font-weight: 300;
    position: relative;
    top: -3px;
}

.profile-pg .tab-wrapper.msg_tab .arch_msg .arch_content .arch_items h5 {
    font-size: 13px;
}

.profile-pg .tab-wrapper.msg_tab .arch_msg .arch_content .arch_items p {
    font-size: 12px;
}

.profile-pg .tab-wrapper.msg_tab .arch_msg .arch_content .arch_items .fav {
    position: absolute;
    left: 15px;
    top: 20px;
    color: #999;
}

.profile-pg .tab-wrapper.msg_tab .arch_msg .arch_content .arch_items .custom-checkbox {
    position: relative;
    padding: 10px 35px 10px 10px;
}

.profile-pg .tab-wrapper.msg_tab .arch_msg .arch_content .arch_items .custom-control-label {
    width: 100%;
}

.profile-pg .tab-wrapper.msg_tab .arch_msg .arch_content .arch_items .btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    margin-top: 10px;
    border-top: 1px solid #9992;
}

.profile-pg .tab-wrapper.msg_tab .arch_msg .arch_content .arch_items .btm .icons a {
    margin: 0 5px;
    color: #FDB00A;
}

.profile-pg .tab-wrapper.msg_tab .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background: transparent;
}

.profile-pg .tab-wrapper.msg_tab .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #9999;
    background-color: transparent;
}

.profile-pg .tab-wrapper.telegram_tab .items {
    background-color: #0c5f8a;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 200px;
    border-radius: 15px;
    margin: 15px 0;
    width: 100%;
}

.profile-pg .tab-wrapper.telegram_tab .items .icons {
    width: 70px;
    height: 70px;
    line-height: 80px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto 10px;
}

.profile-pg .tab-wrapper.telegram_tab .items .icons i {
    color: #fff;
    font-size: 30px;
}

.profile-pg .tab-wrapper.telegram_tab .items p {
    color: #fff;
    font-weight: bold;
}

.profile-pg .tab-wrapper.copon_tab .copon_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    border: 1px solid #9992;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 20px #0001;
    box-shadow: 0 5px 20px #0001;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.profile-pg .tab-wrapper.copon_tab .copon_item::before {
    position: absolute;
    content: "";
    left: -50px;
    top: -50px;
    width: 150px;
    height: 150px;
    background-color: #FF4D0F;
    border-radius: 50%;
}

.profile-pg .tab-wrapper.copon_tab .copon_item .copon_dis {
    color: #fff;
    font-size: 22px;
    position: absolute;
    left: 15px;
    top: 15px;
    text-align: left;
}

.profile-pg .tab-wrapper.copon_tab .copon_item .copon_dis small {
    font-size: 11px;
    letter-spacing: 0.5px;
    display: block;
}

.profile-pg .tab-wrapper.copon_tab .copon_item h6 {
    color: #0c5f8a;
    padding-left: 90px;
}

.profile-pg .tab-wrapper.copon_tab .copon_item p {
    color: #777;
    font-size: 12px;
    margin: 20px 0;
    padding-left: 90px;
}

.profile-pg .tab-wrapper.copon_tab .copon_item .copon_num {
    font-size: 16px;
    font-weight: bold;
    color: #FF4D0F;
    background-color: #FF4D0F08;
    padding: 12px 30px;
    border-radius: 10px;
    text-align: center;
}

.bill-modal-content h4 {
    text-align: center;
}

.bill-modal-content .bill_det {
    margin-bottom: 16px;
}

.bill-modal-content .bill_det h6 span {
    color: #555;
    margin: 0 5px;
}

.bill-modal-content .contact_item {
    margin-bottom: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.bill-modal-content .contact_item .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #EDF4F7;
    color: #ff4d0f;
    text-align: center;
}

.bill-modal-content .contact_item p {
    line-height: 50px;
    padding: 0 15px;
}

.progress {
    height: 30px;
    width: 300px;
    background-color: lightgray;
    border-radius: 20px;
}

.progress-done {
    height: 100%;
    width: 0;
    opacity: 0;
    background: -webkit-gradient(linear, right top, left top, from(#FF4D0F), to(#ff9472));
    background: linear-gradient(to left, #FF4D0F, #ff9472);
    color: #fff;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 3px 3px -5px #FF4D0F, 0 2px 5px #f2709c;
    box-shadow: 0 3px 3px -5px #FF4D0F, 0 2px 5px #f2709c;
    -webkit-transition: 1s ease;
    transition: 1s ease;
}

.lesson_vid_view .vid {
    height: 450px;
}

.lesson_vid_view .vid video,
.lesson_vid_view .vid iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
    -webkit-box-shadow: 0 5px 20px #0001;
    box-shadow: 0 5px 20px #0001;
}

/********************************* Start Quiz Page *********************************/
.quiz-sec .quiz-heading {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.quiz-sec .quiz-heading .text-content h4 {
    font-weight: 600;
}

.quiz-sec .quiz-heading .text-content h6 {
    margin-top: .5rem;
    font-weight: 400;
}

.quiz-sec .quiz-heading .text-content h6 .timer {
    font-weight: bold;
    color: #ff4d0f;
    margin: 0 5px;
    font-size: 20px;
}

.quiz-sec .quiz-heading .end-exam {
    width: 180px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border: 1px solid #FF4D0F;
    background-color: #FF4D0F;
    color: #fff;
    display: block;
    border-radius: 5px;
}

.quiz-sec .quiz-heading .end-exam i {
    margin: 0 5px;
}

.quiz-sec .quiz-heading .end-exam:hover {
    background-color: #333;
    border: 1px solid #333;
}

.quiz-sec .quiz-heading .quiz-result {
    font-size: 25px;
    font-weight: bold;
    color: #FF4D0F;
    letter-spacing: 1px;
    direction: ltr;
}

.quiz-sec .quiz-heading .quiz-result span {
    font-size: 15px;
}

.quiz-sec .quiz-body .items_white {
    padding: 0;
}

.quiz-sec .quiz-body .card_head {
    padding: 2rem;
    background-color: #fcfcfc;
    border-radius: 30px 30px 0 0;
}

.quiz-sec .quiz-body .card_head h6 {
    margin-bottom: 0;
    display: inline-block;
}

.quiz-sec .quiz-body .card_head .num {
    float: left;
    font-weight: bold;
    color: #777;
    line-height: 32px;
}

.quiz-sec .quiz-body .card_body {
    padding: 2rem;
    background-color: #fff;
    border-radius: 0 0 30px 30px;
}

.quiz-sec .quiz-body .card_body .question-img {
    /*width: 250px;*/
    border-radius: 15px;
}

.quiz-sec .quiz-body .card_body .mcq {
    margin-top: 1rem;
}

.quiz-sec .quiz-body .card_body .mcq .custom-control {
    margin: 10px 0px;
}

.quiz-sec .quiz-body .card_body .mcq .custom-control-label {
    font-weight: bold;
    color: #666;
}

.quiz-sec .quiz-body .card_body .mcq .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #0c5f8a;
    background-color: #0c5f8a;
}

.quiz-sec .quiz-body .card_body .mcq .custom-control-input:checked ~ .custom-control-label {
    color: #0c5f8a;
}

.quiz-sec .quiz-body .card_body .wrong {
    color: #fd1919;
    margin: 1rem 0;
    font-size: 1.1rem;
}

.quiz-sec .quiz-body .card_body .wrong-answer .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #f36b6b;
    background-color: #f36b6b;
}

.quiz-sec .quiz-body .card_body .wrong-answer .custom-control-input:checked ~ .custom-control-label {
    color: #f36b6b;
}

.quiz-sec .quiz-body .card_body .correct {
    color: #06b006;
    margin: 1rem 0;
    font-size: 1.1rem;
}

.quiz-sec .quiz-body .card_body .correct-answer .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #06f506;
    background-color: #06f506;
}

.quiz-sec .quiz-body .card_body .correct-answer .custom-control-input:checked ~ .custom-control-label {
    color: #06f506;
}

.quiz-sec .quiz-body .card_body .corrected-answer .custom-control-label::before {
    border-color: #06f506;
    background-color: #06f506;
}

.quiz-sec .quiz-body .card_body .corrected-answer .custom-control-label {
    color: #06f506;
}

.quiz-sec .quiz-body .questions-wrapper .nav-tabs > li {
    display: none;
}

.quiz-sec .quiz-body .questions-wrapper p {
    padding: 50px;
    background: #f3f3f3;
}

.quiz-sec .quiz-body .butns {
    display: block;
    padding: 0 30px 30px;
}

.quiz-sec .quiz-body .butns .butn {
    min-width: 25%;
    padding: 12px;
    margin-left: 20px;
}

.quiz-sec .quiz-reminds li {
    margin: 15px 0;
}

.quiz-sec .quiz-reminds li::before {
    content: '\f0c8';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #FF4D0F;
    margin: 0 10px;
    font-size: 10px;
}

.quiz-sec .nav-tabs {
    border: 0;
}

.answer_explain_content {
    text-align: center;
}

.answer_explain_content .video-content {
    width: 100%;
    height: auto;
    margin: 10px 0;
    border-radius: 25px;
}

.answer_explain_content img {
    width: 100%;
}

.qestions_warning_content {
    text-align: center;
}

.qestions_warning_content .icon {
    width: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: 0 auto 35px auto;
}

.qestions_warning_content h5 {
    margin-bottom: 1.2rem;
}

.qestions_warning_content table {
    margin: 10px 0;
}

.qestions_warning_content table th,
.qestions_warning_content table td {
    width: 100px;
    text-align: center;
    padding: 5px 0;
}

.qestions_warning_content table td {
    color: #FF4D0F;
    font-weight: bold;
}

.qestions_warning_content p {
    font-size: 13px;
    line-height: 1.5rem;
}

.qestions_warning_content .submit-btn {
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0;
    border: 1px solid #ff4d0f;
    background-color: #ff4d0f;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 1.8rem;
}

.end_exam_content .quiz-result {
    font-size: 25px;
    font-weight: bold;
    color: #FF4D0F;
    letter-spacing: 1px;
    direction: ltr;
}

.end_exam_content .quiz-result span {
    font-size: 15px;
}

.end_exam_content .timer {
    font-weight: bold;
    color: #FF4D0F;
    font-size: 18px;
}

.buttons .end-exam-btn {
    width: 180px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border: 1px solid #FF4D0F;
    background-color: #FF4D0F;
    color: #fff;
    display: inline-block;
    margin: 25px auto;
    border-radius: 5px;
}

.buttons .end-exam-btn i {
    margin: 0 5px;
}

.buttons .end-exam-btn:hover {
    background-color: #333;
    border: 1px solid #333;
}

.table .img {
    width: 90px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
}

/********************************* Start Products Page *********************************/
.products-sec .prod_item .img .btns {
    position: absolute;
    top: 10px;
    right: 10px;
}

.products-sec .prod_item .img .btns .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    padding: 0;
    margin: 0 5px;
}

.products-sec .prod_item .img .btns .btn img {
    width: 25px;
    -o-object-fit: contain;
    object-fit: contain;
}

.products-sec .prod_item .img .btns .btn:nth-of-type(1) {
    background-color: #ff4d0f;
    border: 1px solid #ff4d0f;
}

.products-sec .prod_item .img .btns .btn:nth-of-type(2) {
    background-color: #0c5f8a;
    border: 1px solid #0c5f8a;
}

/********************************* Start Single Product Page *********************************/
.single-product .product_det h3 {
    color: #4D4D4F;
}

.single-product .product_det h6 {
    color: #0c5f8a;
    margin: 1rem 0 1.5rem 0;
}

.single-product .product_det .prc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
}

.single-product .product_det .prc .str {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-product .product_det .prc .str small {
    color: #0D5F8A;
    font-size: 15px;
    margin: 0 10px;
}

.single-product .product_det .prc .str .stars {
    color: #FF4D0F;
    font-size: 18px;
}

.single-product .product_det .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.single-product .product_det .author .s_img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 10px;
}

.single-product .product_det .author .inf {
    font-size: 13px;
    font-weight: 600;
}

.single-product .product_det .text {
    line-height: 1.8rem;
    margin-bottom: 1rem;
}

.single-product .product_det .price {
    color: #ff4d0f;
    font-size: 2rem;
}

.single-product .product_det .btns .btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    padding: 0;
    margin: 0 5px;
}

.single-product .product_det .btns .btn img {
    width: 30px;
    -o-object-fit: contain;
    object-fit: contain;
}

.single-product .product_det .btns .btn:nth-of-type(1) {
    background-color: #ff4d0f;
    border: 1px solid #ff4d0f;
}

.single-product .product_det .btns .btn:nth-of-type(2) {
    background-color: #0c5f8a;
    border: 1px solid #0c5f8a;
}

.single-product .single-product-img {
    width: 100%;
    height: 450px;
    border-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-product .review-wrapper {
    margin-top: 50px;
}

.single-product .review-wrapper .item {
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 25px;
}

.single-product .review-wrapper .item .user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    margin: auto;
    -webkit-box-shadow: 0px 3px 30px 0px #ddd;
    box-shadow: 0px 3px 30px 0px #ddd;
}

.single-product .review-wrapper .item .review-heading {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.single-product .review-wrapper .item .review-heading .prc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-product .review-wrapper .item .review-heading .prc .str {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-product .review-wrapper .item .review-heading .prc .str .stars {
    color: #FDB00A;
    font-size: 12px;
}

.single-product .review-wrapper .item .review-heading h6 {
    font-weight: 400;
    color: #888;
}

.single-product .review-wrapper .item .text-content h5 {
    font-size: 1rem;
    color: #444;
}

.single-product .review-wrapper .btn {
    width: 180px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #FF4D0F;
    background-color: #FF4D0F;
    color: #fff;
    display: block;
    margin: auto;
    padding: 0;
    border-radius: 10px;
}

.single-product .review-wrapper .btn:hover {
    border: 1px solid #0c5f8a;
    background-color: #0c5f8a;
}

/********************************* Start Cart Page *********************************/
.cart-sec {
    padding: 20px 0 80px 0px;
}

.cart-sec .responsive-table {
    overflow-y: auto;
}

.cart-sec .responsive-table td {
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
}

.cart-sec .responsive-table .prod-img {
    width: 100px;
    height: 75px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
}

.cart-sec .responsive-table h6 {
    display: inline-block;
    margin: 0 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.cart-sec .responsive-table .quantity-container .add-more {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #eee;
    border-radius: 25px;
    padding: 5px 20px;
}

.cart-sec .responsive-table .quantity-container h5 {
    font-size: 17px;
    display: inline;
    margin-right: 10px;
    color: #555;
}

.cart-sec .responsive-table .quantity-container .qt-plus,
.cart-sec .responsive-table .quantity-container .qt-minus {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: solid 1px transparent;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    color: #999;
    font-size: 10px;
    vertical-align: middle;
    display: inline-flex;
    cursor: pointer;
}

.cart-sec .responsive-table .quantity-container .qt-plus:hover,
.cart-sec .responsive-table .quantity-container .qt-minus:hover {
    background-color: #ccc;
    color: #202020;
}

.cart-sec .responsive-table .quantity-container .qt-plus .fa,
.cart-sec .responsive-table .quantity-container .qt-minus .fa {
    font-weight: 300;
}

.cart-sec .responsive-table .quantity-container .qt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.44;
    color: #202020;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px;
    min-width: 30px;
    text-align: center;
}

.cart-sec .responsive-table .price {
    font-weight: 600;
    color: #333;
}

.cart-sec .responsive-table .delete-btn {
    background-color: transparent;
    border: transparent;
}

.cart-sec .responsive-table .delete-btn:hover {
    color: #FF4D0F;
}

.bill-summary {
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 25px;
}

.bill-summary .item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 12px;
}

.bill-summary .item h6 {
    color: #666;
}

.bill-summary .item h5 {
    font-weight: 700;
    margin-bottom: 0;
}

.bill-summary .item.total {
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.bill-summary .item.total h6 {
    font-weight: 900;
    color: #000;
}

.bill-summary .item.total h5 {
    font-weight: 700;
    color: #FF4D0F;
}

.bill-summary .main-btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #FF4D0F;
    border: 1px solid #FF4D0F;
    color: #fff;
    border-radius: 10px;
    margin-top: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.bill-summary .main-btn:hover {
    background-color: #0c5f8a;
    border: 1px solid #0c5f8a;
}

/********************************* Start Checkout Page *********************************/
.checkout-sec .checkout-way {
    background-color: #f8f8f8;
    padding: 35px 20px;
    border-radius: 25px;
}

.checkout-sec .checkout-way .butn {
    padding: 10px 20px;
}

/********************************* Start Orders Page *********************************/
.my-orders-sec .nav {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.my-orders-sec .nav .nav-link {
    border: 1px solid #ddd;
    border-radius: 25px;
    padding: .7rem 2.5rem;
    margin: 0 5px;
}

.my-orders-sec .nav .nav-link.active {
    border: 1px solid #0c5f8a;
    color: #0c5f8a;
    background-color: transparent;
}

.my-orders-sec .order-card {
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 30px;
    margin-bottom: 25px;
}

.my-orders-sec .order-card .prod-img {
    width: 250px;
    height: 200px;
    border-radius: 25px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    margin: 0 auto 15px auto;
}

.my-orders-sec .order-card .order-btn {
    position: absolute;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.my-orders-sec .order-card .text-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.my-orders-sec .order-card .text-content h5 .numb {
    font-weight: 700;
    color: #0c5f8a;
    margin: 0 10px;
}

.my-orders-sec .order-card .text-content h6 {
    font-weight: 600;
    color: #777;
    margin-bottom: .8rem;
}

.my-orders-sec .order-card .text-content h6 span {
    color: #ff4d0f;
    margin: 0 10px;
}

.my-orders-sec .align-left {
    text-align: left;
}

.quiz_add_content .ques_add {
    padding: 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 20px #0001;
    box-shadow: 0 10px 20px #0001;
    position: relative;
    overflow: hidden;
    background-color: #fcfcfc;
    margin-top: 50px;
    border: 1px solid #9991;
}

.quiz_add_content .ques_add::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 50%;
    height: 70%;
    background-image: url(../images/ques_mark.png);
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    opacity: 0.05;
    z-index: 10;
    pointer-events: none;
}

.quiz_add_content .ques_add h5 {
    color: #FF4D0F;
    margin-bottom: 20px;
}

.quiz_add_content .ques_add .form p {
    margin-bottom: 15px;
    color: #0c5f8a;
    font-size: 16px;
}

.quiz_add_content .ques_add .form .input_ques {
    min-height: 50px;
    width: 100%;
    display: block;
    border-radius: 20px;
    border: 2px solid #9991;
    padding: 8px 20px;
    font-size: 13px;
    background-color: #fff;
}

.quiz_add_content .ques_add .form .input_ques::-webkit-input-placeholder {
    color: #9999;
}

.quiz_add_content .ques_add .form .input_ques:-ms-input-placeholder {
    color: #9999;
}

.quiz_add_content .ques_add .form .input_ques::-ms-input-placeholder {
    color: #9999;
}

.quiz_add_content .ques_add .form .input_ques::placeholder {
    color: #9999;
}

.quiz_add_content .ques_add .form .custom-radio {
    padding-right: 50px;
}

.quiz_add_content .ques_add .form .custom-radio .custom-control-label {
    width: calc(100% - 50px);
}

.quiz_add_content .ques_add .form .custom-radio .custom-control-label::before, .quiz_add_content .ques_add .form .custom-radio .custom-control-label::after {
    top: 17px;
}

.apload_car_parts {
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
    margin: 30px 0;
}

.apload_car_parts .upload-text {
    display: none !important;
}

.apload_car_parts .image-uploader {
    min-height: 10rem;
    border: 1px solid #9993;
    position: relative;
    border-radius: 10px;
    height: 200px;
    cursor: pointer;
}

.apload_car_parts .image-uploader .uploaded {
    width: 100%;
    height: 100%;
    padding: 0;
}

.apload_car_parts .image-uploader .uploaded .uploaded-image {
    width: 100%;
    height: 100%;
    margin: 0;
}

.apload_car_parts .image-uploader .uploaded .uploaded-image img {
    border-radius: 10px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 10px;
    z-index: 1;
    right: 0 !important;
}

.apload_car_parts .image-uploader .delete-image {
    z-index: 2;
}

.apload_car_parts .items_part {
    margin: 15px 0;
}

.apload_car_parts .items_part h6 {
    font-size: 12px;
    padding: 10px 30px;
    border-radius: 8px;
    color: #333;
    background-color: #f5f5f5;
    margin-top: 5px;
    text-align: center;
}

.apload_car_parts .items_part .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
    max-width: 100px;
    max-height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 0.3;
}

/* -------------------- responsive style ------------------------- */
@media screen and (max-width: 991px) {
    .navbar .custom-navbar .nav-list .nav-items {
        display: block;
        border-bottom: 1px solid #9991;
        padding: 0;
    }
    .navbar .custom-navbar .nav-list {
        position: fixed;
        right: -100%;
        top: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background: #fff;
        border-right: 1px solid #ffffff70;
        background-size: cover;
        background-position: center;
        width: 275px;
        height: 100vh;
        opacity: 0;
        text-align: right;
        padding: 0;
    }
    .navbar .custom-navbar .nav-list .mob-logo {
        padding: 0;
        display: inherit;
        text-align: center;
        border-bottom: 1px solid #9995;
    }
    .navbar .custom-navbar .nav-list .mob-logo img {
        max-width: 100px;
    }
    .navbar .custom-navbar .nav-links {
        line-height: 3.5;
        margin: 0 !important;
        padding: 0 15px;
    }
    .navbar .custom-navbar .nav-toggle {
        float: left;
        cursor: pointer;
        margin-top: 20px;
        display: inherit;
    }
    .navbar .fixed {
        padding: 5px 0;
    }
    .navbar .custom-navbar.fixed .logo {
        display: none;
    }
    .navbar .custom-navbar .nav-list.show {
        right: 0;
        opacity: 1;
        overflow: auto;
        /* box-shadow: 0 0 15px rgba(0,0,0,0.2); */
    }
    /* ---------------- */
    .navbar .custom-navbar .drop-nav:hover > .drop-down {
        width: 100%;
        position: relative;
        border-radius: 0;
    }
    .navbar .custom-navbar .drop-nav .drop-down {
        width: 100%;
    }
    .navbar .custom-navbar .nav-links {
        color: #777 !important;
        width: 100%;
        text-align: right;
        line-height: 3;
        border-bottom: 1px solid #9991;
    }
    /* -------------- navbar overlay --------------- */
    .navbar .custom-navbar .overlay {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: #000;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        cursor: pointer;
    }
    .navbar .custom-navbar .overlay.show {
        opacity: 0.8;
        visibility: visible;
    }
    .lead-section .lead .items {
        padding-bottom: 100px;
    }
    .logo {
        text-align: right;
    }
    .navbar-brand {
        width: 200px;
        padding: 0;
    }
    .navbar-brand img {
        width: 140px;
    }
    .logo {
        display: block;
    }
    .navbar,
    .navbar .custom-navbar {
        position: relative;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }
    .cart-menu {
        left: 0 !important;
    }
    header .head-content .content .img {
        margin: 15px 0;
    }
    .section_head h2 {
        font-size: 25px;
    }
    .butn {
        padding: 10px 25px;
        font-size: 14px;
    }
    footer .items .btn-link,
    footer .items .card-header .head-content,
    footer .items .card-body {
        padding: 3px 0;
    }
    .product-details .info .items .prod-name {
        font-size: 30px;
    }
    .fullwidth-menu .items {
        margin-bottom: 30px;
    }
    .fullwidth-menu li a {
        width: 100%;
        border-bottom: 1px solid #9993;
    }
    .navbar .custom-navbar .nav-list .nav-items.drop-nav {
        position: relative;
    }
    .navbar .custom-navbar .nav-list .nav-items.drop-nav:hover .fullwidth-menu {
        position: relative;
    }
    .navbar .custom-navbar .drop-nav .nav-links:before {
        right: 94%;
        top: 10px;
    }
    .navbar .custom-navbar .nav-list .nav-links:after,
    header .head-content .social-head .scroll-down {
        display: none;
    }
    .search form .butn {
        padding: 12px 25px;
    }
    header .head-content {
        padding-top: 30px;
    }
    header .head-content .info h2 {
        font-size: 20px;
    }
    header .head-content .info h2 strong {
        font-size: 25px;
    }
    header .head-content .info p {
        font-size: 13px;
    }
    header .head-content .info {
        width: 100%;
    }
    footer .text-right {
        text-align: center !important;
        margin-top: 15px;
    }
    header .head-content .info .content {
        padding: 0;
    }
    .swiper-head .swiper-button-next,
    .swiper-head .swiper-button-prev {
        display: none;
    }
    .side-head h3 {
        font-size: 30px;
        line-height: 1.5;
    }
    .navbar .custom-navbar .nav-links i {
        display: inline-block;
        font-size: 15px;
        margin-right: 10px;
    }
    .navbar .custom-navbar .nav-links img {
        display: inline-block;
        margin-right: 15px;
    }
    header .head-content {
        height: 450px;
    }
    .swiper-head .swiper-wrapper {
        height: auto;
        max-height: unset;
    }
    header .swiper-container-horizontal > .swiper-pagination-bullets,
    header .swiper-pagination-custom,
    header .swiper-pagination-fraction {
        bottom: 10px;
    }
    header .swiper-pagination-bullet {
        width: 50px;
    }
    header .head_content .items {
        width: 50%;
    }
    .numbers .items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .partners .img {
        text-align: center;
    }
    .subscribe h2 {
        margin-bottom: 20px;
    }

    .foot .col-lg-2{
        order: 2;
    }

    footer .foot .marf{
        margin: 30px auto 0;
    }

    footer{
        padding: 0;
    }

    footer p{
        text-align: center;
        margin: 15px 0;
    }

    .courses_page .filter{
        flex-wrap: wrap;
    }

    .profile-pg .tab-wrapper.notif-tab .noti-heading h4{
        font-size: 14px;
        font-weight: bold;
    }

    .profile-pg .tab-wrapper.notif-tab .noti-heading a{
        font-size: 11px;
        font-weight: bold;
        margin-right: 10px;
    }

    .course_view .course_video .vid{
        margin-top: 100px;
        width: 100%;
    }

    .course_view .course_video .vid iframe{
        width: 100%;
    }

    .course_view .course_det .l_side .btm_btns{
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .course_view .course_det .l_side .btm_btns .butn{
        width: 100%;
        justify-content: center;
        margin-bottom: 15px;
    }

    .bill-modal-content,
    .tab-content{
        overflow: scroll;
    }

    .profile-pg .tab-wrapper{
        border-radius: 15px;
        padding: 20px 10px;
    }

    .course_view .course_det .l_side .faq_card .card_head{
        flex-wrap: wrap;
    }

    .course_view .course_det .faq_card .card_head h6{
        width: 100%;
        margin-bottom: 20px;
    }

    .course_view .course_det .vidd{
        flex-wrap: wrap;
    }

    .course_view .course_det .vidd span{
        width: 100%;
    }

    .course_view .course_det .faq_card .card_head .btns{
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .navbar .custom-navbar .nav-list{
        display: block;
        padding-top: 50px;
    }

    .courses_page .filter .form-group{
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
    }

    .profile-pg .tab-wrapper.notif-tab .noti-item .new{
        top: 6px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        right: 0;
    }

    .profile-pg .tab-wrapper.notif-tab .noti-item .user-img{
        display: none;
    }

    .fc.fc-media-screen{
        width: 600px;
    }

    .fc.fc-media-screen .fc-col-header ,
    .fc-daygrid-body,
    .fc-scrollgrid-sync-table{
        min-width: 100%;
    }

    .share_cont ul{
        min-width: 300px;
    }


}

/* ======== */
@media screen and (max-width: 787px) {
    .navbar-brand {
        width: 50%;
    }
    .navbar-brand img {
        padding: 0;
    }
    section {
        overflow: hidden;
    }
    .navbar {
        overflow: hidden;
    }
    /* -------- navbar ltr ---------- */
    .navbar .custom-navbar .nav-list {
        right: unset;
        left: -100%;
        text-align: left;
    }
    .navbar .custom-navbar .nav-list.show {
        right: unset;
        left: 0;
    }
    .navbar .custom-navbar .nav-toggle {
        float: right;
    }
    .navbar .custom-navbar .navbar-brand {
        float: left;
        text-align: left;
    }
    .navbar .custom-navbar .drop-nav .drop-down {
        right: unset;
        left: 0;
        text-align: left;
    }
    .justify-content-end {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-end .butn {
        width: 50%;
        margin-top: 20px;
    }
}

/* ======= */
.container_upload {
    margin-top: 25px;
}

.container_upload img {
    opacity: 1;
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.container_upload label {
    display: block;
    max-width: 200px;
    margin: 0 auto 15px;
    text-align: center;
    word-wrap: break-word;
    color: #1a4756;
}

.container_upload .hidden,
.container_upload #uploadImg:not(.hidden) + label {
    display: none;
}

.container_upload #file {
    display: none;
    margin: 0 auto;
}

.container_upload #upload {
    display: block;
    padding: 10px 25px;
    border: 0;
    margin: 0 auto;
    font-size: 13px;
    letter-spacing: 0.05em;
    cursor: pointer;
    background: transparent;
    color: #FF4D0F;
    outline: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 10px;
    border: 1px solid #FF4D0F;
}

.container_upload #upload:hover,
.container_upload #upload:focus {
    background: #FF4D0F;
    color: #fff;
}

.container_upload #upload:active {
    background: #FF4D0F;
    color: #fff;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.mb-7 {
    margin-bottom: 70px !important;
}
/*# sourceMappingURL=styles.css.map */


.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #0009;
}

.loader {
    animation: spin 1s infinite linear;
    border: solid 2vmin transparent;
    border-radius: 50%;
    border-right-color: #09f;
    border-top-color: #09f;
    box-sizing: border-box;
    height: 20vmin;
    left: calc(50% - 10vmin);
    position: fixed;
    top: calc(50% - 10vmin);
    width: 20vmin;
    z-index: 1;
}

.loader:before {
    animation: spin 2s infinite linear;
    border: solid 2vmin transparent;
    border-radius: 50%;
    border-right-color: #3cf;
    border-top-color: #3cf;
    box-sizing: border-box;
    content: "";
    height: 16vmin;
    left: 0;
    position: absolute;
    top: 0;
    width: 16vmin;
}

.loader:after {
    animation: spin 3s infinite linear;
    border: solid 2vmin transparent;
    border-radius: 50%;
    border-right-color: #6ff;
    border-top-color: #6ff;
    box-sizing: border-box;
    content: "";
    height: 12vmin;
    left: 2vmin;
    position: absolute;
    top: 2vmin;
    width: 12vmin;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}


/*---------------- new -----------------*/
.items_white{
    position: relative;
}
.center_share .share{
    transform: translate(-50%, 50%) rotate(-90deg);
    left: 50%;
    bottom: 0;
    position: absolute;
}
.share {
    position: relative;
    transform: translate(0%, 0) rotate(-90deg);
    width: 50px;
    height: 50px;
    z-index: 9999;
    cursor: pointer;
}

.share i {
    transform: rotate(90deg);
}

.share ul {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    list-style: none;
}

.share ul.active li {
    opacity: .9;
}

.share ul.active li:first-child {
    top: -100%;
    left: 100%;
}

.share ul.active li:nth-child(2) {
    top: 0%;
    left: 100%;
}

.share ul.active li:nth-child(2) .fa-facebook-f{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FF4D0F;
    color: #fff;
    pointer-events: none;
    z-index: 10;
    text-align: center;
}

.share ul.active li:nth-child(3) {
    top: 100%;
    left: 100%;
}

.share ul.active li:nth-child(4) {
    top: 200%;
    left: 100%;
}

.share ul.active li:nth-child(5) {
    top: 300%;
    left: 0%;
}

.share ul li {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #FF4D0F;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    text-align: center;
}

.share ul li a {
    color: #fff;
}

.share .toggle {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #FF4D0F;
    z-index: 9999;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    transition: all 0.5s ease;
}

.share .toggle i {
    color: #fff;
}

.share .toggle.active{
    -webkit-transform: scale(0.95) translateY(25px);
    transform: scale(0.95) translateY(25px);
}

.share i {
    position: relative;
    font-size: 20px;
    line-height: 50px;
}


/*---------*/

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 3px;
    z-index: 1;
    bottom: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.avatar-upload .avatar-edit label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit label:after {
    content: "\f304";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #757575;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 160px;
    height: 160px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f5f5f5;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*-----------*/

.share_cont {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    pointer-events: none;
    z-index: 10;
}

.share_cont.show {
    opacity: 1;
    transform: scale(1);
    pointer-events: all;
}

.share_cont .clss {
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 5px;
    color: #FF4D0F;
    font-size: 12px;
    cursor: pointer;
}

.share_cont ul {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    box-shadow: 0 5px 10px #0001;
    border-radius: 15px;
    background-color: #f5f5f5;
}

.share_cont ul li {
    width: 50%;
    line-height: 2;
}

.share_cont ul li i {
    color: #FF4D0F;
    margin: 0 3px;
}

/*--------------------*/
.scroll_tabs{
    overflow-x: scroll;
    display: flex;
}

.scroll_tabs::-webkit-scrollbar {
    width: 13px;
}

.scroll_tabs::-webkit-scrollbar-track {
    background-color: #9991;
    border-radius: 10px;
    height: 6px;
}

.scroll_tabs::-webkit-scrollbar-thumb {
    background: #FF4D0F10;
    border-radius: 5px;
    height: 6px;
}

.scroll_tabs::-webkit-scrollbar-thumb:hover {
    background: #FF4D0F50;
}

.scroll_tabs .nav-pills{
    display: flex;
    flex-wrap: nowrap;
}

.courses .nav-pills li a{
    white-space: nowrap;
}

.swiper_products{
    overflow: hidden;
    position: relative;
}

.swiper_products > .swiper-pagination-bullets, .swiper_products .swiper-pagination-custom, .swiper_products .swiper-pagination-fraction{
    bottom: 0;
}


.news_swiper{
    position: relative;
    overflow: hidden;
}

/*--------------------*/
.form_box{
    margin: 50px 0;
    padding: 30px;
    box-shadow: 0 10px 20px #0001;
    background: #f9f9f9;
    border-radius: 20px;
    overflow: hidden;
}

.form_box form .col-lg-4{
    margin-bottom: 20px;
}

.form_box .form-control{
    border: 1px solid #9991;
    font-size: 13px;
}

/*-----------*/
.add_reply_message_form .butn{
    padding: 10px 20px !important;
    margin-bottom: 0;
}

.add_reply_message_form .row{
    align-items: flex-end;
}

.add_reply_message_form #reply_message_file{
    height: 0;
    display: none;
}

.add_reply_message_form #replyUploadImg{
    width: 110px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 5px;
}

.swiper_partners{
    overflow: hidden;
}

.image-uploader .uploaded .uploaded-image .delete-image i {
    color: #fff;
    font-size: 1.4rem;
    min-width: 22px;
    line-height: 1;
    font-family: 'Cairo';
}

/*-------------------- print --------------------*/
@media print {
    /* All your print styles go here */
    .modal-lg, .modal-xl {
        /*max-width: 900px !important;*/
        /*margin-left: auto !important;*/
        /* margin-right: 0 !important;*/
    }

    .modal-body{
        /*width: 900px !important;*/
        /*margin: auto !important;*/
        /*margin-right: 0 !important;*/
    }

    /*.btn-sm{*/
    /*    display: none;*/
    /*}*/

    /*body{*/
    /*    position: relative;*/
    /*}*/

    /*   body * {*/
    /*    display: none;*/
    /*}*/
    /*#billModal, #billModal * {*/
    /* display: block !important;*/
    /*}*/
    /*#billModal {*/
    /*    position:absolute;*/
    /*    left:0;*/
    /*    top:0;*/
    /*}*/
}


/*-------------- new --------------*/
.course_check {
    padding: 30px;
    border-radius: 20px;
    background-color: #fcfcfc;
    box-shadow: 0 5px 15px #0001;
    transform: translateY(-50%);
    /* display: flex;
    align-items: center;
    justify-content: center; */
    position: relative;
}

.course_check::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 200px;
    height: 100%;
    background-image: url(images/heading-pattern-l.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
}

.course_check::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 200px;
    height: 100%;
    background-image: url(images/heading-pattern-r.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
}

.course_check .custom-checkbox {
    margin: 0;
    padding: 0;
}

.course_check .custom-control label {
    padding: 15px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #9992;
    font-size: 12px;
    font-weight: 700;
    color: #0D5F8A;
    display: block;
    text-align: center;
}

.course_check .custom-control-input:checked~.custom-control-label {
    background-color: #FF4D0F20;
}

.course_check .custom-control-label::after,
.course_check .custom-control-label::before {
    opacity: 0;
}

.course_check .custom-control-input:checked~.custom-control-label::after,
.course_check .custom-control-input:checked~.custom-control-label::before {
    opacity: 1;
}

.course_check .custom-control-label::before {
    top: calc(100% - 0.5rem);
    right: calc(50% - 0.75rem);
    border-radius: 50% !important;
}

.course_check .custom-control-label::after {
    top: calc(100% - 0.5rem);
    right: calc(50% - 0.75rem);
}

.swiper_check {
    overflow: hidden;
    width: 100%;
    display: flex;
}

.custom-control-input:checked ~ .custom-control-label::before{
    border-color: #FF4D0F;
    background-color: #FF4D0F;
}

@media print {
    .cont_print{
        display: block !important;
        background: #f5f5f5;
    }
    .cont_print .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}


.iframe-container {
  overflow: hidden;
  padding-top: 450px;
  /* 16:9*/
  position: relative;
}

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lesson_vid_view .vid{
    height: max-content;
}

@media screen and (max-width: 787px) {
    .iframe-container{
        padding-top: 300px;
    }
}

/*----------- courses section -----------*/

.coursrs-sec {
  background-color: #EFF8F9;
}
.coursrs-sec .nav-pills {
    border-bottom: 1px solid #dee2e6;
}
.coursrs-sec .nav-link,
.courses .nav-pills li a{
  font-size: 19px;
  font-weight: bold;
  color: #24343f;
  padding: 0.8rem 1.5rem;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid transparent !important;
}
.coursrs-sec .nav-link.active,
.courses .nav-pills li a.active{
  color: var(--secondary);
  border-bottom-color: var(--secondary) !important;
}
.coursrs-sec .course_card {
  border-radius: 13px;
  background-color: #24343f;
  padding: 7px;
  margin-bottom: 30px;
}
.coursrs-sec .course_card .img_box {
  height: 275px;
}
.coursrs-sec .course_card .card-body .data_item {
  color: rgba(255, 255, 255, 0.6);
  background-color: #24343f;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.coursrs-sec .course_card .card-body .data_item i {
  color: #ffa253;
  margin-inline-end: 5px;
}
.coursrs-sec .course_card .card-body .data_row {
  position: relative;
}
.coursrs-sec .course_card .card-body .data_row::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #646F78;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.coursrs-sec .course_card .card-body .prof_data .avatar_img {
  width: 55px;
  height: 55px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-inline-end: 15px;
}
.coursrs-sec .course_card .card-body .prof_data .name {
  font-size: 17px;
  font-weight: bold;
}
.coursrs-sec .bg {
  opacity: 0.03;
}

.freeCourses-sec .course_card {
  background-color: #F6F7F8;
}
.freeCourses-sec .course_card .card-body .name,
.freeCourses-sec .course_card .card-body .title,
.freeCourses-sec .course_card .card-body .text-white {
  color: #24343f !important;
}
.freeCourses-sec .course_card .card-body .data_item {
  background-color: #F6F7F8;
  color: rgba(36, 52, 63, 0.6);
}
.freeCourses-sec .course_card .card-body .data_row::before {
  background-color: #E4DED7;
}
.freeCourses-sec .course_card .card-body .dark_badge {
  background-color: #F6F7F8;
  color: #24343f;
  border-color: #E4DED7;
}

.coursrs-sec .course_card .sec-img {
    border-radius: 6px;
}

.coursrs-sec .course_card .title {
    min-height: 50px;
}

 
/*---------- statics-sec ----------*/

.statics-sec {
  overflow: unset;
  padding-bottom: 0;
  margin-bottom: 100px;
}
.statics-sec .text_box .logo {
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
}
.statics-sec .text_box .button {
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: relative;
  display: block;
  margin: auto;
  z-index: 6;
}
.statics-sec .text_box .button.is-play .button-outer-circle {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.statics-sec .text_box .button.is-play .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}
.statics-sec .text_box .button.is-play .triangle {
  animation: fadeIn 7s ease;
}
.statics-sec .text_box .button.is-play svg {
  fill: var(--secondary);
}
.statics-sec .text_box .button.is-play .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  animation: triangleStroke 3s;
  animation-timing-function: ease;
  stroke: #e8aca3;
}
.statics-sec .text_box .button .has-scale-animation {
  animation: smallScale 3s infinite;
}
.statics-sec .text_box .button .has-delay-short {
  animation-delay: 0.5s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
.statics-sec .statics_outer {
  border-radius: 13px;
  background-color: #e0f2f3;
  padding: 30px 2vw;
  position: relative;
  bottom: -70px;
}
.statics-sec .statics_outer .static_item {
  position: relative;
  z-index: 5;
  margin: 10px 0;
}
.statics-sec .statics_outer .static_item .icon_outer {
  width: 65px;
  height: 65px;
  border-radius: 18px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline-end: 15px;
}
.statics-sec .statics_outer .static_item .icon_outer .icon {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.statics-sec .statics_outer .bg {
  opacity: 0.1;
}
.statics-sec::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: #24343f;
  opacity: 0.85;
  z-index: 1;
}


/*---------- feedback-sec ----------*/

.feedback-sec {
  padding-bottom: 100px;
}
.feedback-sec .sec_text .p {
  font-size: 20px;
}
.feedback-sec .swiper {
  overflow: hidden;
}
.feedback-sec .text_box {
  position: relative;
  padding: 0px 50px;
}
.feedback-sec .text_box .rates i {
  color: #ccc;
}
.feedback-sec .text_box .rates i.active {
  color: #ffa253;
}
.feedback-sec .text_box .p {
  line-height: 1.79;
  color: #24343f;
}
.feedback-sec .text_box::before, .feedback-sec .text_box::after {
  content: "";
  background: url(../images/icons/quote-right.svg) no-repeat center;
  width: 40px;
  height: 30px;
  background-size: contain;
  position: absolute;
}
.feedback-sec .text_box::before {
  top: 0;
  inset-inline-start: 0;
}
.feedback-sec .text_box::after {
  inset-inline-end: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.feedback-sec .avatar_box {
  padding: 10px;
  display: block;
  margin: auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  cursor: pointer;
}
.feedback-sec .avatar_box .avatar_img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s linear;
}
.feedback-sec .avatar_box::after {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../images/oval-1.svg) no-repeat right;
  background-size: contain !important;
  position: absolute;
  top: 5px;
  inset-inline-start: 3px;
  display: block;
  z-index: -1;
  transition: all 0.3s linear;
}
.feedback-sec .swiper-slide-thumb-active .avatar_box {
  height: 180px;
}
.feedback-sec .swiper-slide-thumb-active .avatar_box .avatar_img {
  width: 155px;
  height: 155px;
}
.feedback-sec .swiper-slide-thumb-active .avatar_box::after {
  background: url(../images/oval-2.svg) no-repeat right;
  width: 128px;
  height: 151px;
  right: -4px;
  top: 27px;
}


/*---------- blog-sec ----------*/
.blog-sec {
  background-color: #F4F5F5;
}
.blog-sec .blog_card {
  position: relative;
  overflow: hidden;
  border-radius: 13px;
  background-color: #fff;
  margin-bottom: 15px;
}
.blog-sec .blog_card .sec-img {
  height: 300px;
}
.blog-sec .blog_card .card-body {
  padding: 1.5rem;
}
.blog-sec .blog_card .card-body .title {
  height: 48px;
  overflow: hidden;
}
.blog-sec .blog_card .card-body .p {
  display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.blog-sec .bg {
  opacity: 0.03;
}
.blog-sec .oval {
  background-color: rgba(49, 163, 173, 0.1);
}



/*---------- faq-sec ----------*/
.faq-sec .accordion .accordion-item {
  border: transparent;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  background-color: transparent !important;
}
.faq-sec .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #24343f;
  box-shadow: none;
}
.faq-sec .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  color: #fff;
  background-color: var(--secondary);
}
.faq-sec .accordion .accordion-item .accordion-button:not(.collapsed) ~ .accordion-item {
  border-bottom: 1px solid var(--secondary);
}
.faq-sec .accordion .accordion-item .accordion-button {
  padding: 1rem 4rem 2rem 4rem;
  font-weight: bold;
  color: #555;
  font-size: 19px;
  background-color: transparent !important;
}
.faq-sec .accordion .accordion-item .accordion-button::after {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #FDF3F1;
  color: var(--secondary);
  border-radius: 50%;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  background-image: unset;
  transform: rotate(0deg);
  position: absolute;
  inset-inline-start: 5px;
  top: 5px;
}
.faq-sec .accordion .accordion-item .accordion-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
}
.faq-sec .accordion .accordion-item .accordion-body .p {
  font-size: 16px;
}
.faq-sec .sec-img {
  height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
}
/*.faq-sec .partner_logo {*/
/*  height: 80px;*/
/*  display: block;*/
/*  margin: auto;*/
/*  max-width: 70%;*/
/*}*/

.faq-sec .partner_logo {
    height: 80px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: max-content;
}


/*---------- footer ----------*/
.footer {
  background-color: #f7f7f8;
}
.footer .content {
  margin-bottom: 30px;
}
.footer .content .links a {
  width: 49%;
  display: inline-block;
  color: #757F86;
  font-size: 16px;
  margin-bottom: 10px;
}
.footer .content .contact_links a {
  color: #24343f;
}
.footer .content .logo {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .content .social_links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-inline-end: 10px;
  background-color: #fff;
  color: #24343f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border: solid 1px #eaeaea;
}
.footer .content .social_links a:hover {
  background-color: var(--secondary);
  color: #fff !important;
  border-color: var(--secondary);
}
.footer .content .newsletter_icon {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .content .form-group .form-control {
  border-radius: 25px;
  height: 55px !important;
  border-color: #ddd;
  background-color: transparent;
}
.footer .content .form-group .butn {
  position: absolute;
  inset-inline-end: 6px;
  top: 6px;
}
/*.footer .foot {*/
/*  background-color: #24343f;*/
/*}*/
/*.footer .foot .p {*/
/*  color: #BAC0C3;*/
/*  font-size: 16px;*/
/*}*/
/*.footer .foot .links a {*/
/*  font-size: 16px;*/
/*  color: #fff;*/
/*  margin-inline-end: 15px;*/
/*}*/

.fs-5 {
    font-size: 1.2rem !important;
}



/**********************************************
    Start Edit pg-header
**********************************************/
.pg-header {
  padding: 40px 0;
  overflow: unset;
}
.pg-header .bread .item {
  font-weight: bold;
  color: #666;
  font-size: 15px;
  margin-inline-end: 15px;
}
.pg-header .bread .item.active {
  color: var(--secondary);
}
.pg-header .bread .icon {
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline-end: 15px;
}
.pg-header .form-group {
  margin-bottom: 10px;
}
.pg-header .form-group .form-control {
  border-radius: 15px;
  border-color: #ddd;
  background-color: transparent;
  box-shadow: 3px 6px 15px 0 rgba(0, 0, 0, 0.0666666667);
  background-color: #fff;
  padding-inline-start: 40px;
}
.pg-header .form-group .search_icon {
  position: absolute;
  color: #888;
  top: 16px;
  inset-inline-start: 16px;
}
.pg-header .form-group .butn {
  position: absolute;
  inset-inline-end: 8px;
  top: 8px;
  border-radius: 15px;
}
.pg-header .search_filter_collapse {
  width: 100%;
  padding: 35px 0 0 0;
  border-top: 1px solid #eee;
  border-radius: 0px;
}
.pg-header .search_filter_collapse .form-group {
  width: 19%;
}
.pg-header .img_box {
  height: 400px;
}
.pg-header .img_box .sec-img {
  height: 100%;
  top: 0;
  position: relative;
  left: 0;
  transform: translateX(0);
}
.pg-header .img_box .shape {
  top: -10%;
  height: 460px;
  left: 30%;
}
.pg-header .oval {
  width: 400px;
  height: 400px;
}
.pg-header .text {
  font-size: 17px;
}
.pg-header .card_item {
  position: relative;
  display: inline-block;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1333333333));
}
.pg-header .card_item .cont {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  padding: 15px 30px;
}
.pg-header .card_item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.filter_courses {
  background-color: #f9f9f9;
  padding: 25px 15px;
  border-radius: 15px;
}
.filter_courses .form-group {
  margin-bottom: 20px;
}
.filter_courses .form-group .form-control {
  border-radius: 15px;
  border-color: #ddd;
  background-color: transparent;
  box-shadow: 3px 6px 15px 0 rgba(0, 0, 0, 0.0666666667);
  background-color: #fff;
}
.filter_courses .form-group .search-input {
  padding-inline-start: 40px;
}
.filter_courses .form-group .search_icon {
  position: absolute;
  color: #888;
  top: 16px;
  inset-inline-start: 16px;
}
.filter_courses .butn {
  border-radius: 15px;
  height: 60px;
  font-size: 18px;
}

.courses-pg3 .pg-header {
  padding-bottom: 85px !important;
}
.courses-pg3 .coursrs-sec {
  overflow: unset;
}
.courses-pg3 .filter_courses2 {
  background-color: #fff !important;
  margin-top: -50px;
  box-shadow: 3px 6px 15px 0 rgba(0, 0, 0, 0.0666666667);
  padding: 30px 20px 20px 20px;
}
.courses-pg3 .filter_courses2 .form-control {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

.border_b {
  border-bottom: 1px solid #eee;
}



/**********************************************
    Start Edit register Page 
**********************************************/
.register-pg .register-box {
  background-color: #fff;
  border-radius: 15px;
  border: 7px solid #f8f8f8;
}
.register-pg .register-box .head {
  border-radius: 15px 15px 0 0;
  padding: 35px 15px;
  background-color: #0a3135;
}
.register-pg .register-box .head .logo-box {
  width: 250px;
  display: block;
  margin: auto;
}
.register-pg .register-box .head .logo-box .logo {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.register-pg .register-box .card-body {
  padding: 3rem 1.5rem;
  border-radius: 0 0 15px 15px;
}
.register-pg .register-box .card-body .form-control {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 15px;
}
.register-pg .register-box .card-body .form-floating label {
  font-size: 15px;
  color: #777;
}
.register-pg .register-box .card-body .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.75) translateY(-0.5rem) translateX(-0.15rem);
}
.register-pg .register-box .card-body .form-floating > .form-control:focus ~ label,
.register-pg .register-box .card-body .form-floating > .form-control:not(:placeholder-shown) ~ label,
.register-pg .register-box .card-body .form-floating > .form-select ~ label {
  transform: scale(0.75) translateY(-0.5rem) translateX(-0.15rem);
}
.register-pg .register-box .card-body .forget_pass {
  font-size: 14px;
  color: #777;
}
.register-pg .register-box .card-body .submit_butn {
  border-radius: 15px;
}
.register-pg .inner {
  border-radius: 15px;
  border: 7px solid #f7f7f7;
  background-color: #fafafa;
  padding: 0;
}
.register-pg .inner .register-box {
  background-color: #fafafa;
  border: none;
  border-radius: 0 15px 15px 0;
}
.register-pg .inner .register-box .card-body {
  border-radius: 0 15px 15px 0;
}
.register-pg .inner .register-box .card-body .form-control {
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
}
.register-pg .inner .sec-img {
  max-height: 550px;
  -o-object-fit: contain;
     object-fit: contain;
     border-radius: 6px;
}
.register-pg .login3_inner .register-box {
  padding: 50px 0;
  border: none;
}
.register-pg .login3_inner .register-box .card-body .form-control {
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
}
.register-pg .login3_inner .sec-img {
  height: 655px;
}

.show_hide_password {
  position: relative;
}
.show_hide_password .show_pass {
  position: absolute;
  top: 24px;
  inset-inline-end: 20px;
  cursor: pointer;
  color: #888;
}


.course_view .course_det .vidd span a{
    color: var(--primary) !important
}

.nav-link {
    color: inherit;
}

