@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', sans-serif;
}

a {
  color: #cd978c;
}
.alert-success {
    color: #cd978c;
    background-color: #cd978c38;
    border-color: #cd978c;
}
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-10 {
  margin-bottom: 10px
}

.mb-20 {
  margin-bottom: 20px
}

.mb-30 {
  margin-bottom: 30px
}

.ml-10 {
  margin-left: 10px
}

.ml-20 {
  margin-left: 20px
}

.ml-30 {
  margin-left: 30px
}

.image-full {
  width: 100%;
}

.image-max-full {
  max-width: 100%;
}

.nopadding {
  padding: 0px !important;
}

a:hover {
  text-decoration: none;
  color: #d58676;
}

.clear-both {
  clear: both
}

.d-nav {
  background: #3f51b5;
  border-radius: 0px;
  border: none;
  z-index: 100;
  padding: 0px 15px;
  position: sticky;
  top: 0px
}

.d-nav .navbar-brand {
  color: #fff !important;
  font-weight: 700;
  border-radius: 5px;
  padding: 8px 20px;
  min-height: auto;
  height: auto;
  margin-top: 11px !important;
}

.homes-header {
  min-height: 105vh;
  background: url(../images/background.jpg) no-repeat center top #ff6800;
  background-size: 100%;
  background-attachment: fixed;
  margin-top: -66px;
  padding-bottom: 50px
}

.home-header-image {
  margin-top: -100px;
  width: 100%;
}

@keyframes header-img-up-down {
  0% {
    margin-top: 225px
  }

  50% {
    margin-top: 220px
  }

  100% {
    margin-top: 225px
  }
}

.d-nav .navbar-nav .nav-link {
  color: #fff !important;
  padding: 20px 15px;
  transition: 0.4s;
  font-weight: 400
}

.d-nav .navbar-nav .nav-link:hover {
  color: #fff;
  opacity: 0.8;
  transition: 0.4s;
}

.d-nav .navbar-nav .nav-link.active {
  background: #d58676;
  color: #fff;
}

.menu-register-link {
  background: #a34c3a;
  padding: 4px 26px 7px 26px !important;
  margin-top: 15px;
  border-radius: 100px;
  transition: 0.4s;
}

.menu-register-link:hover {
  background: #97260f !important;
  box-shadow: none;
  transition: 0.4s;
}

.menu-register-link i {
  font-size: 14px;
  margin-left: 5px;
}

.menu-course-link,
.menu-course-link:focus {
  padding: 7px 17px 7px 17px !important;
  margin-top: 0px;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff !important;
  transition: 0.4s;
  font-size: 14px;
}

.menu-course-link:hover {
  background: rgba(0, 0, 0, 0) !important;
  transition: 0.4s;
}

.menu-course-link i {
  margin-left: 10px
}

.home-header-text {
  margin-top: 15vh;
  text-align: center;
}

.home-header-text h2 {
  color: #9e9e9f;
  font-weight: 700;
  font-size: 55px;
  margin-bottom: 0px;
}

.home-header-text h2 span {
  color: #fff;
  font-size: 55px
}

.home-header-text h1 {
  color: #fff;
  font-weight: 700;
  font-size: 55px;
}

.home-header-text h4 {
  color: #fff;
  font-weight: 300;
  font-size: 19px;
  margin-top: 10px
}

.home-header-text h4 span {
  border-bottom: 1px dashed
}

.btn-style-1,
.btn-style-1:focus {
  display: inline-block;
  background: #ffeb07;
  color: #000000;
  padding: 8px 26px 10px 26px;
  font-size: 19px;
  border-radius: 5px;
  box-shadow: 0px 0px 11px #c43b16;
  transition: 0.4s;
  position: relative;
  z-index: 99;
}

.btn-style-1:hover {
  color: #000000;
  box-shadow: none;
  transition: 0.4s;
}

.test-i-headet-1 {
  width: 150px;
  float: left;
}

.test-i-headet-1 img {
  width: 100%;
  margin-bottom: 8px;
  box-shadow: 0px 0px 20px rgb(8 8 9 / 25%);
}

.test-i-headet-1 h5 {
  color: #000000;
  font-size: 13px;
}

.test-i-headet-1 p {
  font-size: 12px;
  color: #3a3939;
  width: 90%
}

.test-i-headet-2 {
  width: 120px;
  margin-top: 150px;
  float: left;
}

.test-i-headet-2 img {
  width: 100%;
  margin-bottom: 8px;
  box-shadow: 0px 0px 20px rgb(8 8 9 / 25%);
}

.test-i-headet-3 {
  width: 95px;
  margin-top: 55px;
  float: left;
}

.test-i-headet-3 img {
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0px 0px 20px rgb(8 8 9 / 25%);
}

.test-i-headet-3 h5 {
  color: #000000;
  font-size: 13px;
  width: 200px;
  padding-left: 10%;
}

.test-i-headet-3 p {
  font-size: 12px;
  color: #3a3939;
  width: 200px;
  padding-left: 10%;
  margin-bottom: 5px
}

.test-i-headet-3-2 {
  width: 175px;
  margin-top: 63px;
  float: left;
}

.test-i-headet-3-2 h5 {
  color: #000000;
  font-size: 13px;
  width: 90%;
  padding-left: 5%;
}

.test-i-headet-3-2 p {
  font-size: 12px;
  color: #3a3939;
  width: 90%;
  padding-left: 5%;
  margin-bottom: 5px
}

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

.title-1 {
  margin-bottom: 30px;
}

.title-1 h5 {
  color: #ff7900;
  margin-bottom: 0px;
  font-weight: 400
}

.title-1 h2 {
  color: #000000;
  margin: 10px 0px;
  font-weight: 700
}

.offsering-box {
  text-align: center;
  padding: 20px !important;
  background: linear-gradient(45deg, #ff7900, #ffe007);
  border-radius: 10px;
  box-shadow: 0px 0px 10px #ddd;
  transition: 0.4s;
}

.offsering-box:hover {
  transform: scale(0.97);
  transition: 0.4s;
}

.offsering-box:hover .offering-arrow {
  transform: rotateX(180deg);
  transition: 0.9s
}

.box-bg-2 {
  background: linear-gradient(45deg, #431991, #885edb);
}

.box-bg-3 {
  background: linear-gradient(45deg, #d51a11, #ff584c)
}

.box-bg-4 {
  background: linear-gradient(45deg, #0a7d72, #1bdac8);
}

.offsering-box img {
  max-width: 100%;
  margin-bottom: 10px
}

.offsering-box h3 {
  color: #fff;
  font-size: 24px;
  text-shadow: 0px 0px 5px rgb(0 0 0 / 26%);
}

.offsering-box p {
  color: #fff;
  font-size: 13px
}

.offsering-box p a {
  display: inline-block;
  color: #fff
}

.offering-arrow,
.offering-arrow:focus {
  display: inline-block;
  margin: 10px auto 0px auto;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: rgb(0 0 0 / 21%);
  border-radius: 100px;
  transition: 0.9s
}

.offering-arrow:hover {
  color: #fff;
  background: rgb(0 0 0 / 31%);
  transition: 0.4s
}

.stat-home {
  text-align: center;
  padding: 50px 0px;
}

.stat-home h2 {
  font-size: 42px;
  font-weight: 700
}

.stat-home h4 {
  font-weight: 300;
  color: #000000
}

.kids-circle-1 {
  border-radius: 100%;
  width: 150px;
  box-shadow: 0px 0px 10px #ddd;
  position: absolute;
  top: 100px;
  left: 23%;
}

.kids-circle-2 {
  border-radius: 100%;
  width: 90px;
  box-shadow: 0px 0px 10px #ddd;
  position: absolute;
  top: 32px;
  left: 9%;
}

.kids-circle-3 {
  border-radius: 100%;
  width: 90px;
  box-shadow: 0px 0px 10px #ddd;
  position: absolute;
  top: 125px;
  left: 0%;
}

.kids-circle-4 {
  border-radius: 100%;
  width: 90px;
  box-shadow: 0px 0px 10px #ddd;
  position: absolute;
  top: 39px;
  left: 52.5%;
}

.kids-circle-5 {
  border-radius: 100%;
  width: 90px;
  box-shadow: 0px 0px 10px #ddd;
  position: absolute;
  top: 220px;
  left: 7.7%;
}

.kids-circle-6 {
  border-radius: 100%;
  width: 90px;
  box-shadow: 0px 0px 10px #ddd;
  position: absolute;
  top: 225px;
  left: 51%;
}

.kids-circle-7 {
  border-radius: 100%;
  width: 90px;
  box-shadow: 0px 0px 10px #ddd;
  position: absolute;
  top: 134px;
  left: 60%;
}

.kids-circle-8 {
  border-radius: 100%;
  width: 90px;
  box-shadow: 0px 0px 10px #ddd;
  position: absolute;
  top: -2px;
  left: 31.4%;
}

.kids-circle-9 {
  border-radius: 100%;
  width: 90px;
  box-shadow: 0px 0px 10px #ddd;
  position: absolute;
  top: 261px;
  left: 29%;
}

.kids-circle {
  transition: 0.4s;
}

.kids-circle:hover {
  transition: 0.4s;
  transform: scale(1.1);
}

.info-box-home {
  padding: 5px 15px;
}

.info-box-home h3 {
  font-size: 22px;
  color: #000000;
  margin-top: 10px;
}

.info-box-home p {
  font-size: 13px
}

.info-box-home img {
  transition: 0.4s
}

.info-box-home:hover img {
  transform: scale(0.9);
  transition: 0.4s
}

.home-section-togather {
  background: linear-gradient(white, #ffeb07);
  text-align: center;
}

.home-section-togather h2 {
  font-weight: 700;
  font-size: 50px
}

.home-section-togather h3 {
  font-weight: 300;
  font-size: 30px
}

.home-section-togather a,
.home-section-togather a:focus {
  display: block;
  width: 100%;
  background: #ff7900;
  color: #fff;
  padding: 7px 10px 9px 10px;
  font-size: 18px;
  border-radius: 100px;
  box-shadow: 0px 0px 10px rgb(133 73 19 / 34%);
  margin-top: 20px;
  margin-bottom: 30px;
  transition: 0.4s
}

.home-section-togather a:hover {
  box-shadow: none;
  transition: 0.4s
}

.home-section-togather a i {
  font-size: 15px;
  margin-left: 7px;
  transition: 0.4s
}

.home-section-togather a:hover i {
  margin-left: 14px;
  transition: 0.4s
}

.lang-box {
  border: 1px solid #dbdbdb;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: 0.4s;
  background: linear-gradient(45deg, #e6e6e6 50%, #f2f2f2 50%);
}

.lang-box:hover img {
  transform: scale(0.9);
  transition: 0.4s;
}

.lang-box img {
  margin-bottom: 10px;
  transition: 0.4s;
}

.lang-box p {
  margin: 0px
}

.lang-section {
  background: url(../images/lang-bg.png) no-repeat center bottom;
  background-attachment: fixed;
  background-size: 100% 100%;
  padding-bottom: 50px
}

.my-btn,
.my-btn:focus {
  display: inline-block;
  background: #03a9f4;
  color: #fff;
  font-size: 19px;
  padding: 12px 26px 13px 26px;
  border-radius: 100px;
  line-height: 1;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
  transition: 0.4s;
  text-align: center;
}

.my-btn:hover {
  box-shadow: none;
  color: #fff;
  margin-top: 2px;
  transition: 0.4s;
}

.tb-section {
  padding: 20px 0px 60px 0px;
  background: url(../images/lang-bg-light.png) no-repeat center bottom, #f7f7ff;
  background-attachment: fixed;
  background-size: 100% 100%;
}

.tb-left {
  text-align: center;
  padding-top: 100px
}

.tb-left h3 {
  font-size: 22px;
  color: #000000;
  font-weight: 400;
}

.tb-left h2 {
  font-size: 50px;
  color: #ff7900;
  font-weight: 700;
}

.tb-left h4 {
  font-size: 22px;
  color: #000000;
  font-weight: 400;
  background: #ffeb07;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 0px
}

.tb-left h1 {
  font-weight: 700;
  font-size: 100px;
  margin: 0px;
}

.tb-cta-box {
  text-align: center;
  background: #ffeb07;
  margin-top: 20px;
  padding: 20px 15px;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 23%);
}

.tb-cta-box h4 {
  margin: 0px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000000;
}

.tb-cta-box h3 {
  margin: 10px 0px;
  font-size: 26px;
  font-weight: 700
}

.tb-cta-box h3 a {
  color: #000000;
  background: #e9d70f;
  display: inline-block;
  line-height: 1;
  padding: 7px 20px 8px 20px;
  border-radius: 100px;
  transition: 0.4s;
}

.tb-cta-box h3 a:hover {
  color: #000000;
  opacity: 0.8;
  transition: 0.4s;
}

.tb-cta-box h3 a i {
  font-size: 24px;
  margin-left: 10px
}

.yt-tb {
  display: inline-block;
  background: #ff0000;
  color: #fff;
  padding: 8px 20px 9px 20px;
  border-radius: 6px;
  transition: 0.4s;
}

.yt-tb i {
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.yt-tb:hover {
  color: #fff;
  border-radius: 100px;
  transition: 0.4s;
}

.testi-section {
  background: url(../images/testi-bg.png) no-repeat center center, #fff;
  background-attachment: fixed;
  padding: 50px 0px;
}

.test-title {
  color: #000000;
  margin-bottom: 30px;
  font-size: 26px
}

.why-points {
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  box-shadow: rgb(215 215 215) 0px 0px 10px;
  margin: 10px 0px;
  padding: 6px 10px;
  border-radius: 10px;
}

.why-points img {
  width: 40px;
  margin-right: 10px
}

.footer-cta {
  background: #3f51b5;
  padding: 30px 0px;
}

.footer-cta h2 {
  margin: 0px;
  font-size: 24px;
  color: #fff;
  font-weight: 400
}

.footer-cta p {
  margin: 0px;
  font-size: 16px;
  color: #000000;
  font-weight: 400
}

.footer-main {
  padding: 40px 0px 0px 0px;
  background: #1c1b1a;
}

.footer-main ul.footer-links {
  list-style: none;
  padding: 0px;
  margin: 15px 0px;
}

.footer-main ul.footer-links li a {
  display: inline-block;
  padding: 4px 0px;
  color: #cfcece;
  font-size: 14px
}

.footer-main ul.footer-links li a:hover {
  opacity: 0.8;
}

.footer-text {
  font-size: 13px;
  color: #9e9e9e;
}

.footer-main h4 {
  color: #cfcece;
  font-weight: 400;
}

.footer-main h4 span {

  font-weight: 700;
}

.footer-link-title {
  color: #fff;
  font-size: 15px
}

.footer-course-links {
  list-style: none;
  padding: 0px;
  margin: 15px 0px;
}

.footer-course-links li {
  padding: 5px 0px;
}

.footer-course-links li a {
  display: block;
  font-size: 13px;
  background: #141211;
  color: #cfcece;
  padding: 5px 10px;
  border-radius: 5px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
  transition: 0.4s;
}

.navbar-nav .dropdown-menu {
  border: none;
  max-width: unset;
  top: 97%;
  min-width: 250px
}

.navbar-nav .dropdown-menu a {
  padding: 8px 20px;
}

.navbar-nav .dropdown-menu a i.icon-menu {
  margin-right: 10px;
  background: #ff7900;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border-radius: 100px;
  color: #fff;
  box-shadow: 0px 0px 5px #a1a0a0;
}

.icon-arrow-menu {
  color: #ddd;
  float: right;
  top: 5px;
  position: relative;
}

.code-icon-live-box {
  padding: 15px;
}

.code-icon-live-box h3 {
  font-size: 20px;
  color: #000000;
  margin: 10px 0px 0px 0px
}

.code-icon-live-box p {
  font-size: 14px;
  color: #555;
  margin: 0px
}

.kid-testi {
  text-align: justify;
}

.kid-testi img {
  width: 100%
}

.kid-testi h3 {
  font-size: 22px;
  margin-top: 10px;
  color: #000000;
}

.kid-testi h3 i {
  background: #ff7900;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  border-radius: 100px;
  font-size: 18px;
  text-align: center;
  margin-right: 10px;
  box-shadow: 0px 0px 10px #8b8b8b;
}

.kid-testi p {
  font-size: 14px
}

.home-pricing {
  padding: 50px 0px;
  background: radial-gradient(#ffbe07, #ff7900);
}

.D-nav-pill {
  background: rgb(255 229 7 / 39%)
}

.D-nav-pill .nav-link {
  font-weight: 700;
  font-size: 22px;
  color: #000000;
  border-radius: 0px;
}

.D-nav-pill .nav-link p {
  margin: 0px;
  font-weight: 400;
  font-size: 14px
}

.D-nav-pill .nav-link.active,
.D-nav-pill .show>.nav-link {
  background: linear-gradient(45deg, #ffc907, #ffeb07) !important;
  color: #000000
}

.price-box-home {
  background: #fff;
  padding: 0px;
  border-radius: 7px;
  overflow: hidden;
}

.price-top-title {
  min-height: 120px;
  padding: 20px 30px !important
}

.price-top-title h2 {
  margin: 0px;
  color: #000000;
  font-size: 26px
}

.price-body {
  min-height: 250px;
  background: #fff
}

.price-body h5 {
  background: #ffd900;
  padding: 7px 15px;
  font-weight: 400;
  color: #000000;
  font-size: 13px;
}

.price-body h5 span {
  float: right;
}

.price-body h4 {
  font-size: 18px;
  margin-top: 20px
}

.price-body p {
  color: #77757c;
  font-size: 14px;
}

.price-bottom {
  background: linear-gradient(45deg, rgb(255 235 7 / 63%), #ffffff);
  padding: 15px 15px 10px 15px;
  text-align: center;
}

.price-bottom h3 {
  color: #000000;
  font-weight: 700;
  font-size: 26px;
}

.price-bottom h3 span {
  font-weight: 400;
  font-size: 14px;
  text-decoration: line-through;
  display: block;
}

.price-btn,
.price-btn:focus {
  display: block;
  background: linear-gradient(45deg, #ff7900, #ffc800);
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  margin-top: 20px;
  font-weight: 700;
  border-radius: 7px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 26%)
}

.price-btn:hover {
  color: #fff;
  box-shadow: none;
}

.color-white {
  color: #fff !important
}

.login-homes-header {
  min-height: 85vh;
  background: #f6f6f9;
  margin-top: -66px;
  padding-bottom: 50px;
}

.login-box {
  margin-top: 5%;
  padding: 0px !important;
  overflow: hidden;
}

.login-box h2 {
  text-align: center;
}

.login-box img {
  width: 90%;
  margin-left: 5%
}


.login-box-body {
    background-color: #fdf3f1;
    padding: 50px;
    border-radius: 20px;
    box-shadow: unset;
}
.login-box-body h3 {
    font-size: 35px;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 10px;
    text-align: center;
}

.login-box-body label {
  margin-bottom: 2px;
  color: #000000
}

.login-box-body .form-control {
  border-radius: 0px;
  border: 1px solid #cbd6e2
}

.login-box-body .form-control:focus {
  outline: none;
  box-shadow: none;
}

.login-btn,
.login-btn:focus {
  background-color: #cd978c;
  border-color: #cd978c;
  color: #fff;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 16%);
  border: none;
  padding: 5px 10px 6px 10px;
  font-size: 18px;
  font-weight: 400;
  outline: none;
  transition: 0.4s;
  max-width: 300px;
  margin: 0 auto;
}

.login-btn:hover {
  box-shadow: none;
  transition: 0.4s;
  background-color: #d58676;
  border-color: #d58676;
  color: #fff;
}

.fp-link {
  display: block;
  text-align: right;
  color: #03a9f4;
  font-weight: 700;
  margin-top: 5px;
  transition: 0.4s
}

.fp-link:hover,
.register-link a:hover {
  color: #03a9f4;
  opacity: 0.7;
  transition: 0.4s
}

.register-link {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}

.register-link a {
  color: #03a9f4;
  font-weight: 700;
  transition: 0.4s
}

.register-side-img {
  background: #03a9f4;
  margin-top: 150px;
  border-radius: 10px 0px 0px 10px
}

.register-side-img img {
  width: 100%;
}

.mt-150 {
  margin-top: 150px;
}

.radius-2 {
  border-radius: 0px 10px 10px 0px !important
}

.course-list-header {
  background: url(../images/course-list-bg.png) no-repeat center right, #f2f0ee;
  background-size: auto 100%;
  margin-top: -66px;
  padding: 80px 0px 0px 0px
}

.course-list-header-text {
  margin-top: 50px;
  padding-bottom: 60px
}

.course-list-header-text h5 {
  font-weight: 700;
  font-size: 26px;
  color: #000000;
  margin: 0px;
}

.course-list-header-text h3 {
  font-weight: 700;
  font-size: 50px;
  color: #ff7900;
}

.ticker-ul {
  list-style: none;
  padding: 0px;
}

.ticker-ul li {
  width: 46%;
  padding-left: 35px;
  background: url(../images/tick.png) no-repeat left 8px center, #ffffff;
  background-size: 20px;
  float: left;
  border-radius: 5px;
  margin-right: 2%;
  margin-bottom: 10px;
  padding: 5px 5px 5px 35px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 21%);
}

.course-list-top-tbl {
  width: 100%;
  margin-top: 25px
}

.course-list-top-tbl h4 {
  margin: 0px;
  font-size: 20px
}

.course-list-top-tbl tr td {
  padding: 10px 0px
}

.course-list-main {
  background: #f6f6f9;
  padding: 40px 0px;
  min-height: 450px;
  position: relative;
}

.course-list-left {
  border-right: 1px solid #ddd;
}

.sticky-my {
  position: sticky;
  top: 80px;
}

.left-filter {
  padding: 0px 15px;
}

.left-filter h3 {
  margin-top: 0px;
  font-size: 17px;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
  margin-bottom: 15px
}

.left-filter ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 25px
}

.left-filter ul li a {
  display: block;
  color: #1f1f1f;
  padding: 7px 0px 7px 25px;
  transition: 0.4s
}

.left-filter ul li h4 {
  padding: 2px 0px 2px 25px;
}

.left-filter ul li.active a::before,
.left-filter ul li.active h4::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: #4CAF50;
  left: 15px;
  position: absolute;
}

.left-filter ul li a i {
  float: right;
  color: #888;
  top: 4px;
  position: relative;
}

.left-filter ul li a:hover {
  opacity: 0.7;
  transition: 0.4s;
}

.search-input {
  border-radius: 0px;
  box-shadow: none;
  height: auto;
  font-size: 16px;
  background: url(../images/search.png) no-repeat center right 15px, #fff;
  background-size: 20px;
  color: #000000;
}

.search-input-pin {
  background: url(../images/pin.png) no-repeat center left 10px, #fff;
  border-radius: 0px;
  box-shadow: none;
  height: auto;
  font-size: 16px;
  background-size: 16px;
  color: #000000;
  padding-left: 36px
}

.course-list-heading {
  border-bottom: 1px solid #ddd;
  margin: 0px 0px 30px 0px;
  font-size: 20px
}

.filter_div {
  float: right;
}

.course-list-heading span {
  color: #000000;
  display: inline-block;
  border-bottom: 2px solid #ff7900;
  padding-bottom: 20px;
  margin-bottom: -1px;
}

.course-box {
  background: #fff;
  padding: 0px 0px 15px 0px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px #c7c7c7;
  margin-bottom: 30px;
  transition: 0.4s
}

.course-box:hover {
  box-shadow: 0px 0px 1px #c7c7c7;
  transform: scale(1.01);
  transition: 0.4s
}

.course-box img.baner-image-course {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #89898b
}

.course-box h2 {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #000000
}

.course-box p {
  color: #6b6f73;
  margin-bottom: 5px
}

.course-box p i {
  margin-right: 7px;
  color: #ff7900
}

.course-box h3 {
  margin: 0px;
  font-size: 18px;
  display: inline-block;
  color: #444
}

.course-box h3 span {
  font-weight: 400;
  margin-left: 10px;
  text-decoration: line-through;
  font-size: 14px;
  color: #7b7b7b;
}

.view-detail-btn {
  display: inline-block;
  float: right;
  color: #ff7900;
  margin-top: 2px;
  font-size: 15px;
}

.view-detail-btn i {
  margin-left: 5px
}

.course-list-box {
  background: #fff;
  border: 1px solid #e2e2e4;
  margin-bottom: 15px;
  padding: 5px;
  box-shadow: 0px 0px 10px #ddd;
  transition: 0.4s
}

.course-list-box:hover {
  box-shadow: none;
  transition: 0.4s;
}

.course-list-box img.course-banner {
  width: 100%;
}

.course-list-box h2 {
  font-size: 20px;
  color: #000000;
  font-weight: 400
}

.course-list-box p {
  font-size: 14px;
  color: #616071
}

.course-list-box h4 {
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  bottom: 5px;
  left: 10px
}

.course-stars i {
  color: #ff7900
}

.course-stars {
  margin-right: 15px
}

.course-list-box h3 {
  margin: 0px 15px 0px 0px;
  font-size: 20px;
  font-weight: 400;
}

.course-list-box h3 span {
  font-size: 15px;
  text-decoration: line-through;
  color: #8e8989
}

.view-detail-btn-sm {
  display: inline-block;
  background: linear-gradient(45deg, #3f51b5, #03a9f4);
  color: #ffffff;
  padding: 5px 15px;
  margin-top: 15px;
  margin-right: 15px;
  box-shadow: 0px 0px 5px #ddd;
  position: absolute;
  bottom: 10px;
  right: 15px;
}

.view-detail-btn-sm i {
  font-size: 13px;
  margin-left: 5px
}

.view-detail-btn-sm:hover {
  box-shadow: none;
  color: #fff;
}

.course-header {
  background: radial-gradient(#ffb000, #ff7900)
}

.course-header-text {
  margin-top: 50px;
  padding-bottom: 60px;
}

.course-header-text h3 {
  color: #fff;
  font-weight: 700;
  font-size: 2rem
}

.course-header-text p {
  color: #fff
}

.course-stars {
  font-size: 0.9rem
}



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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}


.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.blockProfile {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.course-stars {
  font-size: 1.2rem;
}

.top-nav .nav>li>a:hover,
.top-nav .nav>li>a:active,
.top-nav .nav>li>a:focus {
  background: none;
}

.notifications_menu .label {
  position: absolute;
  top: 9px;
  right: 7px;
  text-align: center;
  font-size: 9px;
  padding: 2px 3px;
  line-height: .9;
}

.login-drop {
  background: unset;
  border: unset;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px !important;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333 !important;
  white-space: nowrap;
}

.blockProfile .labell {
  position: absolute;
  top: 5px;
  right: 15px;
  background: #c31919;
  color: #ffffff;
  padding: 5px 7px;
}

.mb-10 {
  margin-bottom: 10px;
}

.business_highlights_profile {
  list-style-type: none;
  min-height: 70px;
  padding-left: 0px;
}

.business_highlights_profile li {
  padding-left: 60px;
  position: relative;
  min-height: 50px;
}

.business_highlights_profile li img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.portfolio_main {
  cursor: pointer;
}


/*
 * Component: Box
 * --------------
 */
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box.box-primary {
  /* border-top-color: #009688; */
}

.box.box-info {
  border-top-color: #00c0ef;
}

.box.box-danger {
  border-top-color: #dd4b39;
}

.box.box-warning {
  border-top-color: #f39c12;
}

.box.box-success {
  border-top-color: #00a65a;
}

.box.box-default {
  border-top-color: #d2d6de;
}

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}

.box .nav-stacked>li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}

.box .nav-stacked>li:last-of-type {
  border-bottom: none;
}

.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}

.box .border-right {
  border-right: 1px solid #f4f4f4;
}

.box .border-left {
  border-left: 1px solid #f4f4f4;
}

.box.box-solid {
  border-top: 0;
}

.box.box-solid>.box-header .btn.btn-default {
  background: transparent;
}

.box.box-solid>.box-header .btn:hover,
.box.box-solid>.box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}

.box.box-solid.box-default>.box-header {
  color: #444444;
  background: #d2d6de;
  background-color: #d2d6de;
}

.box.box-solid.box-default>.box-header a,
.box.box-solid.box-default>.box-header .btn {
  color: #444444;
}

.box.box-solid.box-primary {
  border: 1px solid #009688;
}

.box.box-solid.box-primary>.box-header {
  color: #ffffff;
  background: #009688;
  background-color: #009688;
}

.box.box-solid.box-primary>.box-header a,
.box.box-solid.box-primary>.box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}

.box.box-solid.box-info>.box-header {
  color: #ffffff;
  background: #00c0ef;
  background-color: #00c0ef;
}

.box.box-solid.box-info>.box-header a,
.box.box-solid.box-info>.box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}

.box.box-solid.box-danger>.box-header {
  color: #ffffff;
  background: #dd4b39;
  background-color: #dd4b39;
}

.box.box-solid.box-danger>.box-header a,
.box.box-solid.box-danger>.box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}

.box.box-solid.box-warning>.box-header {
  color: #ffffff;
  background: #f39c12;
  background-color: #f39c12;
}

.box.box-solid.box-warning>.box-header a,
.box.box-solid.box-warning>.box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-success {
  border: 1px solid #00a65a;
}

.box.box-solid.box-success>.box-header {
  color: #ffffff;
  background: #00a65a;
  background-color: #00a65a;
}

.box.box-solid.box-success>.box-header a,
.box.box-solid.box-success>.box-header .btn {
  color: #ffffff;
}

.box.box-solid>.box-header>.box-tools .btn {
  border: 0;
  box-shadow: none;
}

.box.box-solid[class*='bg']>.box-header {
  color: #fff;
}

.box .box-group>.box {
  margin-bottom: 5px;
}

.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}

.box>.overlay,
.overlay-wrapper>.overlay,
.box>.loading-img,
.overlay-wrapper>.loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}

.box .overlay>.fa,
.overlay-wrapper .overlay>.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}

.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}

.collapsed-box .box-header.with-border {
  border-bottom: none;
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion {
  margin-right: 5px;
}

.box-header>.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.box-header>.box-tools [data-toggle="tooltip"] {
  position: relative;
}

.box-header>.box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}

.box-header>.box-tools .dropdown-menu>li>a {
  color: #444 !important;
}

.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}

.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}

.btn-box-tool.btn:active {
  box-shadow: none;
}

.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}

.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.box-body>.table {
  margin-bottom: 0;
}

.box-body .fc {
  margin-top: 5px;
}

.box-body .full-width-chart {
  margin: -19px;
}

.box-body.no-padding .full-width-chart {
  margin: -9px;
}

.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}

.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}

.chart-legend {
  margin: 10px 0;
}

@media (max-width: 991px) {
  .chart-legend>li {
    float: left;
    margin-right: 10px;
  }
}

.box-comments {
  background: #f7f7f7;
}

.box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.box-comments .box-comment:before,
.box-comments .box-comment:after {
  content: " ";
  display: table;
}

.box-comments .box-comment:after {
  clear: both;
}

.box-comments .box-comment:last-of-type {
  border-bottom: 0;
}

.box-comments .box-comment:first-of-type {
  padding-top: 0;
}

.box-comments .box-comment img {
  float: left;
}

.box-comments .comment-text {
  margin-left: 40px;
  color: #555;
}

.box-comments .username {
  color: #444;
  display: block;
  font-weight: 600;
}

.box-comments .text-muted {
  font-weight: 400;
  font-size: 12px;
}


.leftTabs {
  float: left;
  /* border: 1px solid #ccc; */
  background-color: none;
  width: 20%;
  height: 300px;
}

/* Style the buttons that are used to open the tab content */
.leftTabs button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 8px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.leftTabs button:hover {
  background-color: #cd978c;
  color: #ffffff;
}

/* Create an active/current "tab button" class */
.leftTabs button.active {
  background-color: rgb(205 151 140 / 52%);
  color: #ffffff;
  font-weight: 600;
  border-radius: 3px;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 80%;
  border-left: none;
}

.box-no-boarder {
  border-top: none;
}

.box-no-boarder .box-title {
  font-size: 28px;
}

.edit_user_name {
  cursor: pointer;
  color: #00a4bd;
  vertical-align: middle;
  font-size: 12px;
}

.hightlighted_span {
  font-size: 12px;
  background-color: rgb(205 151 140 / 52%);
  border: 1px solid #d58676;
  color: #d58676;
  line-height: 22px;
  padding: 0px 8px;
  position: relative;
  cursor: inherit;
  display: inline-flex;
  font-weight: 600;
  max-width: 100%;
  overflow: hidden;
  user-select: none;
  vertical-align: 8px;
}

i.data_pop {
  color: #d58676;
}

.chat-intregration {
  border: 1px solid #dfe3eb;
}

.border-1 {
  border: 1px solid #dfe3eb;
}

.d-flex {
  display: flex;
}

.link_btn {
  background-color: #cd978c7d;
    border-color: #cd978c;
    color: #7c5750;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-family: Avenir Next W02, Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all .15s ease-out;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 12px;
  line-height: 14px;
  padding: 8px 16px;
}
.link_btn {
     color: #7c5750;
}
.w-80 {
  width: 75%;
}

.bg-blackk {
  background: #cd978c;
}

.nav-tabs-custom>.nav-tabs>li.active {
  border-top: none;
  border-bottom: 3px solid #cd978c;
}

.box.box-primary {
  /* border-top-color:#cd978c !important; */
}


.navbar-nav>.user-menu>.dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px
}

.navbar-nav>.user-menu>.dropdown-menu,
.navbar-nav>.user-menu>.dropdown-menu>.user-body {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
  max-height: 175px;
  padding: 10px;
  text-align: center
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2)
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
  z-index: 5;
  color: #000;
  font-size: 17px;
  margin-top: 10px
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p>small {
  display: block;
  font-size: 12px
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body:before,
.navbar-nav>.user-menu>.dropdown-menu>.user-body:after {
  content: " ";
  display: table
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body:after {
  clear: both
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body a {
  color: #444 !important
}

@media (max-width: 991px) {
  .navbar-nav>.user-menu>.dropdown-menu>.user-body a {
    background: #fff !important;
    color: #444 !important
  }
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
  background-color: #f9f9f9;
  padding: 10px
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer:before,
.navbar-nav>.user-menu>.dropdown-menu>.user-footer:after {
  content: " ";
  display: table
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer:after {
  clear: both
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
  color: #666666
}

@media (max-width: 991px) {
  .navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default:hover {
    background-color: #f9f9f9
  }
}

.navbar-nav>.user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px
}

@media (max-width: 767px) {
  .navbar-nav>.user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: -8px;
    line-height: 10px
  }
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
  border-top: 1px solid #cbd6e2;
}

.border-grey {
  border: 1px solid #cbd6e2 !important;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body a {
  color: #33475b !important;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body a:hover {
  text-decoration: underline;
}

#listing thead th {
  background: #cd978c;
  border: 1px solid rgb(223, 227, 235);
  border-bottom: 1px solid rgb(223, 227, 235);
}

#listing tbody td {
  border: none;
  border-bottom: 1px solid rgb(223, 227, 235);
}

.form-control {
  border: 1px solid #cbd6e2;
  background-color: #f5f8fa;
  height: 40px;
  box-shadow: none;
  border-radius: 0px
}

.input-group-addon {
  border-radius: 0px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444 !important;
  line-height: 40px !important;
}

.select2-container .select2-selection--single {
  height: 40px !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #cbd6e2 !important;
  background-color: #f5f8fa !important;
  color: #000 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #cd978c7d !important;
  color: #000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #00A4BD transparent transparent transparent !important;
  border-width: 6px 6px 0 6px !important;
  left: 30% !important;
  outline: none !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #d58676;
    background-color: #cd978c45;
    border: 1px solid #d58676;
    outline: none !important;
}

.pagination a:focus {
  outline: none !important;
}

.btn-my-btn {
  background-color: #fff;
  border-color: #cd978c;
  color: #ff7a53;
}

.btn-my-btn:hover {
  background-color: #fff8f6;
  color: #ff7a53;
}

.btn-my-btn:focus {
  background-color: #fff8f6;
  color: #ff7a53;
  outline: none;
}

.btn-my-btn-2 {
  background-color: #cd978c;
  border-color: #cd978c;
  color: #fff;
}

.btn-my-btn-2:hover {
  background-color: #ff8f73;
  border-color: #ff8f73;
  color: #fff;
}

.btn-my-delete {
  background-color: #fff;
  border-color: #d43f3a;
  color: #d43f3a;
}

.btn-my-delete:hover {
  background-color: #fff6f6;
  color: #d43f3a;
}

.btn-my-primary {
    background-color: #cd978c;
    border-color: #d58676;
    color: #ffffff;
}

.btn-my-primary:hover {
  background-color: #d58676;
  color: #ffffff;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background: #cd978c7d;
}

.btn-my-back {
  border-width: 1px 1px 1px 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-image: initial;
  border-left-style: initial;
  padding: 10px 10px 10px 13px;
  border-radius: 0px 3px 3px 0px;
  background-color: rgb(229, 245, 248);
  border-color: rgb(0, 164, 189);
  color: #d58676 !important;
}

.btn-my-back span {
  font-weight: 500;
  color: #d58676 !important
}

.btn-my-back:hover {
  text-decoration: none;
  opacity: 0.7;
}

.profile_img {
  display: inline-block;
  background: #d58676;
  color: #fff;
  padding: 2% 6%;
  border-radius: 50%;
  font-size: 30px;
  cursor: pointer;
  position: relative;
}

.profile_img span {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: inline-block;
  background: rgb(81, 111, 144);
  color: #fff;
  padding: 2% 6%;
  border-radius: 50%;
  font-size: 30px;
  cursor: pointer;
  top: 0;
  left: 0;
}

.profile_img span i {
  font-size: 30px;
  line-height: 1.9;
  color: #fff;
}

/*
.profile_img:hover span{
  opacity: 0.85;
}*/
.inquery_button {
  list-style: unset;
  display: flex;
  justify-content: center !important;
  list-style-type: none;
  padding: 0 25px;
  /*border-bottom: 1px solid rgb(203, 214, 226);*/
  padding-bottom: 24px;
}

.inquery_button li {
  text-align: center;
  padding: 0 5px;
}

.inquery_button button {
  background-color: #eaf0f6;
  border-color: #cbd6e2;
  color: #506e91;
  line-height: 16px;
  padding: 11px 14px;
  font-weight: 500;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-family: Avenir Next W02, Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all .15s ease-out;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 100%;
  font-size: 15px;
  width: 50px;
  height: 50px;
}

.collapse_a[data-toggle="collapse"][aria-expanded="true"] i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.pl-50 {
  padding-left: 50px !important;
}

.btn-blue:hover {
  background-color: rgb(41 56 72);
  border-color: rgb(41 56 72);
  color: #fff;
}

.btn-blue {
  background-color: #cd978c;
  border-color: #cd978c;
  color: #fff;
}

.d-flexx {
  display: flex;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-right: 25px;
  margin-bottom: 15px;
}

.my-alert {
  background-color: #fff;
  border: 1px solid #7fd1de;
  font-size: 14px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  border-style: solid;
  border-width: 1px;
  min-height: 60px;
  padding: 8px 20px;
  position: relative;
  text-align: left;
  margin-bottom: 16px;
}

.profile_main_inquery {
  margin: 20px 24px 0px;
}

.general_info_div:first-child {
  border-top: 1px solid;
  border-color: rgb(203, 214, 226);
}

.general_info_div {
  /*border-bottom: 1px solid;*/
  border-color: rgb(203, 214, 226);
}

.nav-tabs-custom {
  background: unset !important;
}

.nav-tabs-custom>.tab-content {
  background: unset !important;
}

.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs>li.active:hover>a {
  background: unset !important;
}

.nav-tabs-custom>.nav-tabs {
  border-bottom: 1px solid #ddd !important;
}

.nav-tabs-custom>.nav-tabs>li {
  padding: 0 7px;
}

.nav-tabs-custom>.nav-tabs>li.active {
  border-top: none;
  border-bottom: 5px solid #cd978c;
}

.profile_filter {
  position: relative;
  display: flex;
  align-items: flex-start !important;
  justify-content: space-between !important;
  flex-direction: row !important;
}

.profile_filter .profile_filter_cantainer {
  display: flex;
  align-items: center !important;
  flex-direction: row !important;
  padding: 0;
}

.profile_filter .profile_filter_cantainer>li {
  display: inline-block;
  max-width: 100%;
  padding-left: 4px;
  padding-right: 4px;
}

.profile_filter .profile_filter_cantainer>li>a {
  padding-left: 12px;
  padding-right: 12px;
}

.ProfilesearchContainer.inactive {
  width: 40px;
}

.ProfilesearchContainer {
  position: absolute;
  right: 20px;
  cursor: pointer;
  transition: width .2s ease;
}

.private-search-control {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.ProfilesearchContainer.inactive .search-filter input {
  visibility: hidden;
  padding: 0;
}

.private-form__control {
  padding: 9px 10px;
  border-radius: 3px;
  border: 1px solid #cbd6e2;
  font-size: 16px;
  transition: all .15s ease-out;
  background-color: #f5f8fa;
  color: #33475b;
  display: block;
  height: 40px;
  line-height: 22px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  background-color: #fff;
}

.ProfilesearchContainer.inactive .search-filter .private-search-control__foreground {
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
}

.private-icon {
  display: inline-block;
  user-select: none;
  white-space: nowrap !important;
  word-break: normal !important;
}

.private-search-control__icon {
  color: #cd978c;
  font-size: 16px;
  line-height: 16px;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 12px;
  pointer-events: none;
}

.private-search-control__foreground {
  bottom: 1px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 1px;
}

.searchContainer.active {
  width: 100%;
}

.profile_right {
  display: flex;
  align-self: stretch !important;
  height: 100%;
}

.profile_activity {
  min-width: 500px;
  display: flex;
  align-self: stretch !important;
  flex-shrink: 100000;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  white-space: normal;
  padding-right: 10px;
}

.profile_activity_2 {
  background-color: #fff;
  display: block;
  flex-basis: 25%;
  max-width: 500px;
  transition: flex .15s cubic-bezier(.16, .84, .44, 1);
  will-change: flex;
  min-width: 280px;
  position: relative;
  overflow-y: visible;
  max-height: 100vh;
  width: unset;
  display: flex !important;
  border-left: 1px solid #dfe3eb;
  margin-right: -15px;
}

.profile_activity_2 .stick_header_right {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
  padding: 12px !important;
  cursor: pointer !important;
  width: 100% !important;
}

.width-100 {
  width: 100%;
}

.profile_activity_2.closeed {
  flex-basis: 54px;
  min-width: 54px !important;
}

.profile_activity_2.closeed .profile_activity_2_content {
  visibility: hidden;
}

.dd-flex {
  display: flex;
  min-height: 100vh;
}

.bg-white {
  background: #ffffff;
}

.d-nav {
  margin-bottom: 0;
}

.private-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

/*.private-form__label-wrapper label {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}*/
.private-form-main {
  display: flex;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}

.p-relation {
  position: relative;
}

#myForm {
  position: absolute;
  background: #ffffff;
  padding: 11px;
  right: 51px;
  top: 35px;
  border: 1px solid #cbd6e2;
}

.poparrow {
  position: absolute;
  pointer-events: none;
  border-width: 1px;
  border-style: solid;
  border-right-color: rgb(203, 214, 226);
  border-bottom-color: rgb(203, 214, 226);
  border-image: initial;
  clip-path: polygon(100% 100%, 0px 100%, 100% 0px);
  border-top-left-radius: 100%;
  width: 20px;
  height: 20px;
  background-color: inherit;
  transform: rotate(-135deg);
  top: 26px;
  right: calc(50% - 30px);
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  background: #fff;
}

.private-form__label {
  padding: 8px 12px 4px 0;
  font-family: Avenir Next W02, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: middle;

}



.inputt .roww {
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px 10px;
}

.inputt .field {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 10px;
}

.inputt .field.half-width {
  width: 50%;
}

.inputt .field.quarter-width {
  width: calc(25% - 10px);
}

.inputt .baseline {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #cfd7df;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.inputt label {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 8px;
  color: #cfd7df;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform-origin: 0 50%;
  cursor: text;
  pointer-events: none;
  transition-property: color, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.inputt .input {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 7px;
  color: #32325d;
  background-color: transparent;
}

.inputt .input::-webkit-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.inputt .input::-moz-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.inputt .input:-ms-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.inputt .input.StripeElement {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity;
}

.inputt .input.focused,
.inputt .input:not(.empty) {
  opacity: 1;
}

.inputt .input.focused::-webkit-input-placeholder,
.inputt .input:not(.empty)::-webkit-input-placeholder {
  color: #cfd7df;
}

.inputt .input.focused::-moz-placeholder,
.inputt .input:not(.empty)::-moz-placeholder {
  color: #cfd7df;
}

.inputt .input.focused:-ms-input-placeholder,
.inputt .input:not(.empty):-ms-input-placeholder {
  color: #cfd7df;
}

.inputt .input.focused+label,
.inputt .input:not(.empty)+label {
  color: #aab7c4;
  transform: scale(0.85) translateY(-25px);
  cursor: default;
}

.inputt .input.focused+label {
  color: #24b47e;
}

.inputt .input.invalid+label {
  color: #ffa27b;
}

.inputt .input.focused+label+.baseline {
  background-color: #24b47e;
}

.inputt .input.focused.invalid+label+.baseline {
  background-color: #e25950;
}

.inputt input,
.inputt button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}

.inputt input:-webkit-autofill {
  -webkit-text-fill-color: #e39f48;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

.inputt .StripeElement--webkit-autofill {
  background: transparent !important;
}

.todo-listt .time {
  position: relative;

}

.todo-listt .tools {
  position: absolute;
  left: -25px;
  top: 10px;
}

.todo-listt .tools i {
  position: relative;
  top: unset;
  left: unset;
  display: none;
  cursor: pointer;
}

.todo-listt .timeline-item:hover .tools i {
  display: inline-block;
}

.h-40 {
  height: 40px;
}

.complete_inquery_todo2 {
  position: absolute;
  top: 30px;
  left: 17px;
}

.meet-list .time {
  position: relative;

}

.meet-list .tools {
  position: absolute;
  left: -25px;
  top: 10px;
}

.meet-list .tools i {
  position: relative;
  top: unset;
  left: unset;
  display: none;
  cursor: pointer;
}

.meet-list .timeline-item:hover .tools i {
  display: inline-block;
}

#activities .time {
  position: relative;

}

#activities .tools {
  position: absolute;
  left: -25px;
  top: 10px;
}

#activities .tools i {
  position: relative;
  top: unset;
  left: unset;
  display: none;
  cursor: pointer;
}

#activities .timeline-item:hover .tools i {
  display: inline-block;
}

.h-40 {
  height: 40px;
}

.complete_inquery_todo2 {
  position: absolute;
  top: 30px;
  left: 17px;
}

/* 22-10-2020 */
.content-header h1 {
  font-size: 26px;
  color: #cd978c
}

.box {
  border-top: 1px solid #ddd;
  border-radius: 0px;
  border-top-color: #ddd !important;
  border: 1px solid #ddd;
  box-shadow: none;
}

.main-div-body {
  margin-top: 20px;
  min-height: 80vh;
}

.course-list-box {
  width: 100%;
}

.half_list_view .course-list-box {
  width: 49%;
  float: left;
  margin-right: 10px;
}

.half_list_view .course-list-box .blockProfile {
  height: 150px;
}

.half_list_view .course-list-box h4 {
  bottom: 35px;
}

.grid_view .course-list-box .blockProfile {
  height: 200px;
}

.grid_view .course-list-box {
  width: 32%;
  float: left;
  margin-left: 10px;
}

.grid_view .blockProfile {
  flex-flow: column;
}

.grid_view .blockProfile>.p-2 {
  width: 100%;
  padding: 0;
  padding: 0 17px !important;
}

.grid_view .course-list-box h4 {
  bottom: -25px;
  left: 18px;
}

.grid_view .view-detail-btn-sm {
  bottom: -50px;
}


.bg-aqua {
  background-color: #00c0ef
}


.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
}

.small-box>.inner {
  padding: 10px
}

.small-box>.small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none
}

.small-box>.small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15)
}

.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
  color: #ffffff;

}

.small-box p {
  font-size: 15px;
  color: #ffffff;

}

.small-box p>small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px
}

.small-box h3,
.small-box p {
  z-index: 5;
  color: #ffffff;
}

.small-box .icon {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15)
}

.small-box:hover {
  text-decoration: none;
  color: #f9f9f9
}

.small-box:hover .icon {
  font-size: 95px
}

@media (max-width: 767px) {
  .small-box {
    text-align: center
  }

  .small-box .icon {
    display: none
  }

  .small-box p {
    font-size: 12px
  }
}

.bg-green {
  background-color: #00a65a !important;
}

.bg-yellow {
  background-color: #f39c12 !important;
}

.bg-red {
  background-color: #dd4b39 !important;
}

.bg-blue {
  background-color: #cd978c !important;
}

.inquery_button button:focus {
  outline: none;
}

.todo-listt .done {
  opacity: 0.7;
}

.delete_inquery_moreinfo {
  position: absolute;
  right: 0;
  top: 25px;
  display: none;
  cursor: pointer;
}

.roww:hover .delete_inquery_moreinfo {
  display: block;
}

#activity .timeline>li>.timeline-item {
  margin-right: 0 !important;
}

#activity .timeline>li {
  margin-right: 0 !important;
}

.meet-list.timeline>li>.timeline-item {
  margin-right: 0 !important;
}

.meet-list.timeline>li {
  margin-right: 0 !important;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  padding: 3px 12px !important;
}

.discussion_comment {
  position: relative;
}

.discussion_comment .tools {
  right: 0;
  left: unset;
  visibility: hidden;
}


/* ..........................linktree........ */
.user-img img {
  width: 100%;
}

.user-title h1 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.social-icon {
  font-size: 19px;
  color: #adacac;
  margin-right: 20px;
  position: relative;
}

.social-icon span {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: 500;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -9px;
  right: -11px;
}

.social-inner {
  display: flex;
  align-items: center;
}

.add-btn {
  background-color: #cd978c;
  padding: 15px 80px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border: 0;
  border-radius: 50px;
  margin-top: 20px;
}

.add-btn i {
  margin-right: 5px;
}

.user-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.collection-btn {
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

.view-title {
  font-size: 15px;
  font-weight: 500;
  color: #838383 !important;
}

.card {
  border: 1px solid #c9c9c9;
  border-radius: 20px;
  overflow: hidden;
}

.card-body {
  padding: 30px;
}

.social-item h2,
p {
  margin-top: 0;
}

.social-item h2 a {
  font-size: 16px;
  font-weight: 600;
  color: #000 !important;

}

.social-item p a {
  font-size: 16px;
  font-weight: 400;
  color: #555555 !important;
  margin-top: 5px;
}

.setting-title {
  font-size: 18px;
  font-weight: 400;
  color: #555555 !important;
  margin-top: 5px;
  margin-right: 20px;
}

.material-switch>input[type="checkbox"] {
  display: none;
}

.material-switch>label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
}

.material-switch>label::before {
  background: rgb(0, 0, 0);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: '';
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}

.material-switch>label::after {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}

.material-switch>input[type="checkbox"]:checked+label::before {
  background: inherit;
  opacity: 0.5;
}

.material-switch>input[type="checkbox"]:checked+label::after {
  background: inherit;
  left: 20px;
}

.setting-item {
  display: flex;
  align-items: center;
  justify-content: end;
}

.setting-icon a {
  font-size: 17px;
  font-weight: 400;
  color: #838383;
  margin-right: 15px;
}

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

.card-footer {
  border-top: 1px solid #c9c9c9;
  padding: 20px;
  background-color: #dddddd73;
}

.card-footer p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.card-footer a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-decoration: underline;
}

.card-footer a i {
  margin-left: 10px;
}

.card-info {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .175);
  padding: 30px;
  border-radius: 15px;
}

.link-title h6 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}

.link-title svg {
  width: 150px;
}


.phone-frame {
  width: 300px;
  height: 600px;
  background-color: #e5e8ec;
  border: 2px solid #000;
  border-radius: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  padding: 24px 20px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  justify-content: space-between;
}

.top-left-icon {
  position: absolute;
  top: 20px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.profile {
  text-align: center;
  margin-top: 20px;
}

.profile img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ccc;
  margin-bottom: 8px;
}

.username {
  font-weight: 600;
  color: #0033cc;
  font-size: 15px;
}

.link-button {
  margin: 32px 0 12px;
  text-align: center;
}

.link-button a {
  display: block;
  background: #ffffff;
  border-radius: 40px;
  padding: 12px;
  color: #0033cc;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}

.link-button a .dots {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}

.bottom-section {
  text-align: center;
}

.join-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  padding: 10px 18px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.join-button i {
  background: #666;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}

.footer-links {
  margin-top: 12px;
  font-size: 12px;
  color: #777;
}

.footer-links a {
  color: #777;
  text-decoration: none;
  margin: 0 6px;
}

.lock-msg {
  text-align: center;
  margin-top: 16px;
  font-size: 13px;
  color: #999;
}

.lock-msg i {
  margin-left: 4px;
}
.notifications_menu .menu{
  list-style-type: none;
  padding: 0;
}
.notifications_menu .dropdown-menu a {
    padding: 8px 8px;
    width: 100%;
    display: block;
}
.input-group-btn .btn{
  padding: 9px 12px;
}
.btn-primary{
  background: #cd978c !important;
  border-color: #d58676 !important;
  color: #ffffff !important;
}
.btn-primary:hover{
  background: #d58676 !important;
  color: #ffffff !important;
}
.d-nav .navbar-nav .dropdown-menu a.nav-link{
  color: #cd978c !important;
}


/* Valid feedback text */
.valid-feedback {
  display: block;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #198754;
}

.sub-input {
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    color: #2d2d2d;
    width: 100%;
    padding: 18px 25px;
    border-radius: 10px !important;
    border: 1px solid #ddd !important;
    outline: 0;
    line-height: 1.3 !important;
    height: auto;
}
.sub-input:focus {
    border-color: #cd978c !important;
    color: #212529 !important;
    background-color: #fff !important;
    border-color: #86b7fe !important;
    outline: 0 !important;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
}

/* Style the main Select2 container like your input */
.login-box-body .select2-container--default .select2-selection--single {
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  color: #2d2d2d;
  width: 100%;
  padding: 15px 15px;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  outline: 0;
  line-height: 1.3;
  min-height: 57px; /* Set minimum height */
  height: auto;      /* allow height to grow if needed */
  display: flex;
  align-items: center; /* vertically center the text */
}

/* Remove default arrow padding */
.login-box-body .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 5px; /* 5px margin from right */
}

/* Optional: style the dropdown items */
.login-box-body .select2-container--default .select2-results__option {
  font-size: 15px;
  font-weight: 500;
  color: #2d2d2d;
  padding: 8px 25px;
}

.login-box-body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 10px;
}


.login-btn-inner {
    background-color: #cd978c;
    padding: 18px 50px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    letter-spacing: 1px;
    border-radius: 10px;
    margin-top: 10px;
    border: 0;
    margin-top: 20px;
    transition: all 0.5s;
    width: 100%;
}
.login-btn-inner:hover{
    background-color: #d58676;
}


.stepper-wrapper {
    margin-top: 30px;
}

.stepper-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 15px;
    border-radius: 12px;
    background-color: #fff;
    
    width: calc(33.33% - 11px);
    transition: all 0.3s ease;
        border: 1px solid #ffd8d0;
}

.stepper-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}
.step #counties{
    right: 0;
}
.step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #444;
    margin-bottom: 5px;
    transition: background-color 0.3s ease;
}

.step-title {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #333;
}

.stepper-box.active  {
    color: #cd978c;
    background-color: #ffeae6;
}
.stepper-box.active .step-circle {
    background-color: #cd978c;
    color: #fff;
}

.stepper-box.active .step-title {
    color: #cd978c;
}

.stepper-box.completed  {
    color: #cd978c;
    background-color: #ffeae6;
}
.stepper-box.completed .step-circle {
    background-color: #cd978c;
    color: #fff;
}

.stepper-box.completed .step-title {
    color: #cd978c;
}
.stepper-wrapper {
    margin-top: 30px;
}

.gap-3 {
    gap: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.justify-content-center {
    justify-content: center !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.d-none{
  display: none !important;
}


.login-item {
    font-size: 15px;
    font-weight: 500;
    color: #2d2d2d;
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
}

.login-item a {
    display: inline;
    color: #cd978c;
    font-size: 18px;
}


.password-strength {
    border-radius: 7px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-left: 8px;
    transition: background-color 0.3s ease;
    position: relative;
    top: -2px;
}

/* Weak */
.password-danger {
  background-color: #e74c3c; /* Red */
}

/* Medium */
.password-warning {
  background-color: #f39c12; /* Yellow/Orange */
}

/* Strong */
.password-success {
  background-color: #27ae60; /* Green */
}


.password-requirements {
  background: #ffffff; /* Slight contrast against #fdf3f1 */
  border: 1px solid #f4ccc4;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 14px;
  margin-top: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}


.requirement-item {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  color: #666;
  font-weight: 500;
}

.requirement-item i {
  margin-right: 8px;
  font-size: 14px;
  transition: color 0.3s ease;
}

/* Success check */
.requirement-item.valid {
  color: #27ae60;
}

.requirement-item.valid i {
  color: #27ae60;
}

/* Failure */
.requirement-item.invalid {
  color: #e74c3c;
}

.requirement-item.invalid i {
  color: #e74c3c;
}

.fw-semibold {
    font-weight: 600 !important;
}
.d-inline-block {
    display: inline-block !important;
}


.is-invalid {
  border-color: #dc3545 !important;
  padding-right: calc(1.5em + .75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right calc(.375em + .1875rem) center !important;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem) !important;
}

.is-invalid:focus {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.25) !important;
}

/* Invalid feedback text */
.invalid-feedback {
  display: block;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
}

/* Valid input */
.is-valid {
  border-color: #198754 !important;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23198754' viewBox='0 0 16 16'%3e%3cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.93 10.588 4.354 8.012l-.708.708 3.284 3.284 6.646-6.646-.708-.708-5.938 5.938z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.is-valid:focus {
  border-color: #198754 !important;
  box-shadow: 0 0 0 .2rem rgba(25,135,84,.25) !important;
}
.select2-container {
    width: auto !important;
    min-width: 100%;
}
.position-relative {
    position: relative !important;
}

.text-secondary {
    color: rgba(108,117,125, 1) !important;
}
.me-2 {
    margin-right: .5rem !important;
}
.border-0 {
    border: 0 !important;
}
.translate-middle-y {
    transform: translateY(-50%) !important;
}
.top-50 {
    top: 50% !important;
}
.position-absolute {
    position: absolute !important;
}
.end-0 {
    right: 0 !important;
}
.bg-trasperant{
  background: transparent;
}
.line-height-1{
  line-height: 1;
}
.btn:focus,.btn:focus-visible,.btn:active{
  outline: none;
}
.gap-2{
  gap: 10px;
}

/* Bootstrap 3 custom .btn-secondary */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}

.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary .badge {
  color: #6c757d;
  background-color: #fff;
}

.d-block{
  display: block;
}


.booking_button {
  list-style: unset;
  display: flex;
  justify-content: center !important;
  list-style-type: none;
  padding: 0 25px;
  /*border-bottom: 1px solid rgb(203, 214, 226);*/
  padding-bottom: 24px;
}

.booking_button li {
  text-align: center;
  padding: 0 5px;
}

.booking_button button {
  background-color: #eaf0f6;
  border-color: #cbd6e2;
  color: #506e91;
  line-height: 16px;
  padding: 11px 14px;
  font-weight: 500;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-family: Avenir Next W02, Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all .15s ease-out;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 100%;
  font-size: 15px;
  width: 50px;
  height: 50px;
}

.profile_main_booking {
  margin: 20px 24px 0px;
}

.complete_booking_todo2 {
  position: absolute;
  top: 30px;
  left: 17px;
}
.complete_booking_todo2 {
  position: absolute;
  top: 30px;
  left: 17px;
}

.booking_button button:focus {
  outline: none;
}


.delete_booking_moreinfo {
  position: absolute;
  right: 0;
  top: 25px;
  display: none;
  cursor: pointer;
}

.roww:hover .delete_booking_moreinfo {
  display: block;
}
