.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;
}

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 ============================== */
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;
}

.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;
}

/* ------------- */
.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;
}

.navbar {
  padding: 0;
}

.navbar .container-fluid {
  padding: 0 8vw;
}

.navbar .custom-navbar {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  background-color: #f9f9f9;
  padding: 10px;
}

.navbar .custom-navbar .navbar-brand {
  padding: 0;
}

.navbar .custom-navbar .navbar-brand img {
  width: 100px;
}

.navbar .custom-navbar .nav-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  margin-bottom: 0;
  padding: 0;
  position: static;
}

.navbar .custom-navbar .nav-list .nav-items {
  display: inline-block;
}

.navbar .custom-navbar .nav-list .nav-items .nav-links {
  padding: 10px;
  position: relative;
  font-size: 15px;
  color: #444;
  text-transform: capitalize;
  font-weight: 600;
}

.navbar .custom-navbar .nav-list .nav-items .nav-links .icon {
  width: 35px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 3px;
}

.navbar .custom-navbar .nav-list .nav-items .nav-links i {
  display: block;
  margin-bottom: 5px;
  font-size: 21px;
}

.navbar .custom-navbar .nav-list .nav-items .nav-links.active, .navbar .custom-navbar .nav-list .nav-items .nav-links:hover {
  color: #FF4D0F;
}

.navbar .custom-navbar .nav-list .nav-items .nav-links.active .icon, .navbar .custom-navbar .nav-list .nav-items .nav-links:hover .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%);
}

.navbar .custom-navbar .l-side .butn {
  padding: 12px 45px;
  font-size: 15px;
}

.navbar .nav-toggle {
  display: none;
}

.navbar .nav-toggle span {
  width: 35px;
  background-color: #111;
  height: 4px;
  display: block;
  margin: 7px 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.navbar .nav-toggle.active span:first-of-type {
  -webkit-transform: rotate(45deg) translateX(15px);
          transform: rotate(45deg) translateX(15px);
}

.navbar .nav-toggle.active span:nth-of-type(2) {
  opacity: 0;
}

.navbar .nav-toggle.active span:last-of-type {
  -webkit-transform: rotate(-45deg) translateX(15px);
          transform: rotate(-45deg) translateX(15px);
}

.navbar .mob-logo {
  display: none;
}

.nav-scroll {
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  z-index: 999;
}

.nav-scroll .custom-navbar {
  padding: 5px 0;
}

.nav-scroll .custom-navbar .navbar-brand img {
  width: 80px;
}

/* -------------------- header .head-content ------------------------- */
header {
  position: relative;
  padding-left: 7vw;
}

header .head_img {
  height: 500px;
}

header .head_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .head_content .items {
  width: 33.3%;
  padding: 30px;
  text-align: center;
  position: relative;
}

header .head_content .items .img_back {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

header .head_content .items h2 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  font-size: 25px;
}

header .head_content .items .link {
  color: #0D5F8A;
  font-weight: bold;
  font-size: 14px;
}

header .head_content .items .link img {
  margin: 0 5px;
}

/* -------------------- 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);
}

.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 .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;
}

.prod_item .prod_fot li span {
  color: #FF4D0F;
}

.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 .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;
}

.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 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;
}

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

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 .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;
  right: 8px;
  top: 8px;
}

.courses_page .course_header .r_side .form input {
  width: 100%;
  height: 60px;
  background-color: #f9f9f9;
  border-radius: 8px;
  padding-right: 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: 250px;
  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: 20px;
}

.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 .btm_btns .butn {
  padding: 10px 40px;
}

.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 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: 35px;
}

.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;
}

/********************************* 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;
}

.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: cover;
     object-fit: cover;
  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: cover;
     object-fit: cover;
}

.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 .arch_items {
  background-color: #fff;
  padding: 20px 60px;
  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;
}

.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: #999;
  font-size: 14px;
}

.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: absolute;
  right: 15px;
  top: 20px;
}

.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: 25px;
  position: absolute;
  left: 15px;
  top: 15px;
}

.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: 100%;
  }
  .numbers .items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .partners .img {
    text-align: center;
  }
  .subscribe h2 {
    margin-bottom: 20px;
  }
}

/* ======== */
@media screen and (max-width: 787px) {
  .navbar-brand {
    width: 50%;
  }
  .navbar-brand img {
    padding: 0;
  }
  section {
    overflow: hidden;
  }
  .navbar {
    overflow: visible;
  }
  /* -------- 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;
  }
}

/* ======= */
/*# sourceMappingURL=styles.css.map */