@charset "UTF-8";
/*
Socify HTML SMM Theme
Designed By: Bekir Can Aydın
Author: Süleyman Kandilci
*/
/*
font: Poppins
*/
@font-face {
  font-family: 'VisbyRound';
  src: url(../font/visby/VisbyRoundCF-Light.otf);
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'VisbyRound';
  src: url(../font/visby/VisbyRoundCF-Regular.otf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'VisbyRound';
  src: url(../font/visby/VisbyRoundCF-Medium.otf);
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'VisbyRound';
  src: url(../font/visby/VisbyRoundCF-DemiBold.otf);
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'VisbyRound';
  src: url(../font/visby/VisbyRoundCF-Bold.otf);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'VisbyRound';
  src: url(../font/visby/VisbyRoundCF-ExtraBold.otf);
  font-weight: 800;
  font-style: normal;
}

html, body {
  font-family: 'VisbyRound', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.home-menu-btn {
  margin-top: -18px;
  z-index: 1030;
  position: fixed;
  right: 30px;
  top: 54px;
}

.header.header-active .home-menu-btn {
  top: 18px;
}

/* site_head */
.site-head {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 140px;
  min-height: 400px;
  overflow: hidden;
}

.site-head .site-head-bg {
  position: absolute;
  bottom: 0%;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: hidden;
}

.site-head .site-head-bg .site-head-bg--image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0;
  background-image: url(../img/head-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.site-head .site-head--content {
  position: relative;
  padding: 40px 0 160px 0;
}

.site-head .home-head-left {
  position: relative;
  padding: 80px 0;
}

.site-head .home-head-left .hhl-title {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 170%;
}

.site-head .home-head-left .hhl-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.875);
  line-height: 180%;
  letter-spacing: .2px;
  font-weight: 300;
  padding: 20px 0;
}

.site-head .home-mba {
  position: relative;
  height: 100%;
}

.site-head .home-mba .home-mba-box {
  border-radius: 20px;
  height: 110px;
  width: 110px;
  background: #fff;
  position: absolute;
  -webkit-box-shadow: 0 30px 50px rgba(0, 102, 255, 0.2);
          box-shadow: 0 30px 50px rgba(0, 102, 255, 0.2);
}

.site-head .home-mba .home-mba-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 60%;
}

.site-head .home-mba .home-mba-box.hmb-1 {
  left: 15px;
}

.site-head .home-mba .home-mba-box.hmb-2 {
  bottom: 22px;
  right: 84px;
}

.site-head .home-mba .home-mba-img {
  position: absolute;
  width: 150%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.site-head-bot {
  position: relative;
  margin-top: -80px;
  z-index: 100;
  padding-bottom: 60px;
}

.site-head-bot .shb-box {
  border-radius: 24px;
  background: #fff;
  -webkit-box-shadow: 0 40px 56px rgba(170, 171, 171, 0.19);
          box-shadow: 0 40px 56px rgba(170, 171, 171, 0.19);
  padding: 34px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.site-head-bot .shb-box:hover {
  -webkit-transform: translateY(-20px) scale(1.1);
          transform: translateY(-20px) scale(1.1);
}

.site-head-bot .shb-box .shb-box--img {
  height: 80px;
}

.site-head-bot .shb-box .shb-box--text {
  font-size: 20px;
  color: #5b5b5b;
  font-weight: 700;
}

.header {
  height: 140px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1000;
}

.header.header-active {
  position: fixed;
  height: 80px;
  background-color: #203eae;
}

.header.header-active .site-name {
  height: 80px;
  line-height: 80px !important;
  margin-top: -30px;
}

.header.header-active .header-menu ul {
  padding: 20px 0;
}

.header .site-icon-container {
  display: inline-block;
}

.header .site-icon-container img {
  max-height: 54px;
  width: auto;
}

.header .site-name {
  font-size: 30px;
  color: #fff !important;
  font-weight: 300;
  line-height: 140px;
  letter-spacing: .8px;
  text-decoration: none;
}

.header .site-name img {
  max-height: 30px;
}

.header .header-menu ul {
  margin: 0px;
  padding: 50px 0;
  list-style: none;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.header .header-menu ul li {
  display: inline-block;
  padding: 0 20px;
}

.header .header-menu ul li.active a {
  color: #fff !important;
}

.header .header-menu ul li.active a::after {
  opacity: 1;
}

.header .header-menu ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 15px;
  display: block;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  position: relative;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  position: relative;
}

.header .header-menu ul li a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.header .header-menu ul li a:hover::after {
  opacity: .5;
}

.header .header-menu ul li a::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.btn {
  line-height: 24px;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: .14s ease;
  transition: .14s ease;
  outline: none;
  border: none;
  border-radius: 10px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#203eae), to(#3053dc)) #203eae;
  background: linear-gradient(to right, #203eae, #3053dc) #203eae;
  -webkit-transition: .15s ease;
  transition: .15s ease;
}

.btn:hover {
  color: #fff;
  background-size: 300% 100%;
}

.btn.btn-dheader {
  background: #4b6df3;
  border-radius: 20px;
  padding: 12px 18px;
}

.btn.btn-dheader:hover {
  background: #3e5cd5;
}

.btn.btn-dash {
  background: #2645be;
  border-radius: 0px !important;
}

.btn.btn-dash:hover {
  background: #2f4fcd;
}

.btn.btn-secondary {
  background: #24ca7a;
}

.btn.btn-secondary:hover {
  background: #18ad65;
}

.btn.btn-outline {
  background: transparent;
  border: 3px solid #fff;
  color: #fff;
  padding: 11px 18px;
}

.btn.btn-outline:hover {
  background: #fff;
  color: #2d4ed2;
}

.btn.btn-shadow {
  -webkit-box-shadow: 0px 30px 55px rgba(102, 11, 162, 0.19);
          box-shadow: 0px 30px 55px rgba(102, 11, 162, 0.19);
}

.btn.btn-light {
  color: #2d4ed2;
  background: #fff;
}

.btn.btn-light:hover {
  background: #eff1fb;
  -webkit-box-shadow: 0px 30px 55px rgba(102, 11, 162, 0.19);
          box-shadow: 0px 30px 55px rgba(102, 11, 162, 0.19);
}

.home-section {
  padding: 100px 0;
}

.home-section-1 .hs-image-box {
  padding-top: 80%;
  width: 100%;
  position: relative;
  border-radius: 18px;
  background-color: #2d4ed2;
  background-image: url(../img/home-sec-bg.jpg);
  background-size: cover;
  background-position: center;
}

.home-section-1 .hs-image-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
}

.home-title {
  font-size: 38px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 20px;
}

.home-title-after {
  font-size: 19px;
  font-weight: 500;
  line-height: 160%;
  color: #bbb;
}

.home-text {
  font-size: 20px;
  font-weight: 500;
  color: #bbbbbb;
  line-height: 165%;
}

.home-feature .home-feature--tabs .nav .nav-item {
  width: 33.33333333%;
}

.home-feature .home-feature--tabs .nav .nav-link {
  width: 100%;
  text-align: center;
  background-color: transparent;
  color: #afafaf;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0px !important;
  padding: 20px 0;
}

.home-feature .home-feature--tabs .nav .nav-link .nav-btn-icon {
  height: 28px;
  margin-right: 8px;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  opacity: .34;
}

.home-feature .home-feature--tabs .nav .nav-link.active {
  color: #2e50d5;
  border-color: #2e50d5;
  margin: 0px;
}

.home-feature .home-feature--tabs .nav .nav-link.active .nav-btn-icon {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.features-boxes {
  padding: 30px 0;
}

.features-boxes .features-box {
  position: relative;
  text-align: center;
  padding: 30px 0;
  margin: 15px 0;
}

.features-boxes .features-box .fb-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 30px;
  border-radius: 14px;
  background: -webkit-gradient(linear, left top, right top, from(#203eae), to(#3053dc)) #203eae;
  background: linear-gradient(to right, #203eae, #3053dc) #203eae;
  margin-bottom: 6px;
}

.features-boxes .features-box .fb-title {
  font-size: 20px;
  font-weight: 600;
  color: #4b4b4b;
  line-height: 160%;
  padding: 18px 0;
  letter-spacing: .4;
}

.features-boxes .features-box .fb-text {
  font-size: 13.6px;
  color: #bbbbbb;
  letter-spacing: .4px;
  line-height: 170%;
}

.hpay-methods {
  padding: 30px 0;
}

.hpay-methods .hpay-method {
  padding: 30px 0;
  text-align: center;
}

.hpay-methods .hpay-method .hpm-logo {
  max-width: 80%;
  max-height: 30px;
}

.hpay-methods .hpay-method .hpm-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 24px;
  color: #2a2a2a;
}

.for-mobile {
  display: none;
}

.footer {
  position: relative;
  background-color: #1e3aa9;
  background-image: url(../img/footer-bg.jpg);
  background-position: center;
  background-size: cover;
  margin-top: 60px;
}

.footer .footer-content {
  padding: 100px 0px 50px 0px;
}

.footer .footer-link {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.footer .footer-bottom {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 20px 30px 20px;
  margin-top: 10px;
}

.footer .footer-social {
  height: 40px;
  width: 40px;
  line-height: 38px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: .15s ease;
  transition: .15s ease;
}

.footer .footer-social:hover {
  background: #fff;
  color: #1e3aa9;
}

.footer .follow-us-text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .8px;
}

.footer .foot-site-name {
  font-size: 44px;
  color: #fff;
}

.footer .foot-site-name strong {
  font-weight: 800;
}

.page-head {
  position: relative;
  padding-top: 150px;
}

.page-head .page-head-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #1e3aa9;
  background-image: url(../img/footer-bg.jpg);
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.page-head .page-head-content {
  padding: 80px 0 120px 0;
  position: relative;
  z-index: 3;
}

.page-head .page-head-title {
  font-size: 44px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 24px;
}

.page-head .page-head-text {
  font-size: 17px;
  color: #a1b1ef;
  line-height: 170%;
}

.page-content {
  margin-top: -40px;
  position: relative;
  z-index: 6;
}

.box {
  -webkit-box-shadow: 0px 38px 42px 0px rgba(170, 171, 171, 0.17);
          box-shadow: 0px 38px 42px 0px rgba(170, 171, 171, 0.17);
  border-radius: 12px;
  background: #fff;
}

.box .box-pad {
  padding: 30px;
}

.bfhlt {
  padding: 20px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #b7b7b7;
  text-align: center;
}

.choose-features {
  position: relative;
}

.choose-features .cfe-main {
  padding: 20px 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #b7b7b7;
  cursor: pointer;
}

.choose-features .cfe-items {
  padding: 28px 0px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #b7b7b7;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 90px;
  cursor: pointer;
  display: none;
  z-index: 1000;
}

.choose-features .cfe-items .cfe-item {
  padding: 20px 30px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.choose-features .cfe-items .cfe-item .cfe-item--icon {
  height: 30px;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  opacity: .34;
}

.choose-features .cfe-items .cfe-item:hover {
  color: #203eae;
  background: #f3f3f3;
}

.choose-features .cfe-items .cfe-item:hover .cfe-item--icon {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.choose-features .cfe-items .cfe-item + .cfe-item {
  border-top: 1px solid #f3f3f3;
}

.prpab .prpab-pad {
  padding: 30px 40px;
}

.prpab .prpab-title {
  font-size: 28px;
  font-weight: 600;
  color: #696262;
}

.prpab .prpab-text {
  font-size: 14px;
  font-weight: 500;
  color: #c3c3c3;
  line-height: 175%;
}

.p-plans .p-plan {
  position: relative;
  padding: 40px 30px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 33px 42px 0px rgba(170, 171, 171, 0.17);
          box-shadow: 0px 33px 42px 0px rgba(170, 171, 171, 0.17);
  color: #989696;
  -webkit-transition: .14s ease;
  transition: .14s ease;
  cursor: pointer;
}

.p-plans .p-plan + .p-plan {
  margin-top: 30px;
}

.p-plans .p-plan.active {
  background: -webkit-gradient(linear, left top, right top, from(#203eae), to(#3053dc));
  background: linear-gradient(90deg, #203eae 0%, #3053dc 100%);
  color: #fff;
}

.p-plans .p-plan:hover {
  background-color: #eeeaea;
}

.p-plans .p-plan .p-plan--icon {
  font-size: 34px;
}

.p-plans .p-plan .p-plan--title {
  font-size: 21px;
  font-weight: 500;
}

.p-plan-tab {
  display: none;
}

.p-plan-tab.active {
  display: block;
}

.plan-includes.not-including .plan-inc .pli-box {
  background: #e8e8e8;
  color: #888;
}

.plan-includes .plan-inc {
  padding: 30px 0;
  text-align: center;
}

.plan-includes .plan-inc:hover .pli-box {
  border-radius: 50%;
  -webkit-transform: rotate(2deg) scale(1.3);
          transform: rotate(2deg) scale(1.3);
}

.plan-includes .plan-inc .pli-box {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#203eae), to(#3053dc));
  background: linear-gradient(90deg, #203eae 0%, #3053dc 100%);
  border-radius: 10px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 28px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.plan-includes .plan-inc .pli-title {
  font-size: 15px;
  color: #7f7979;
}

.left-border-lg {
  border-left: 1px solid #eeeaea;
}

.add-top-border {
  border-top: 1px solid #eeeaea;
}

.prpab-info-text {
  font-size: 14px;
  color: #c3c3c3;
  line-height: 175%;
}

.prpab-price {
  font-weight: 600;
}

.prpab-price > .row {
  margin-left: -4px;
  margin-right: -4px;
}

.prpab-price > .row > div {
  padding-left: 4px;
  padding-left: 4px;
}

.prpab-price .ppr-1 {
  font-size: 50px;
  color: #282828;
}

.prpab-price .ppr-2 {
  font-size: 22px;
  line-height: 22px;
  margin-top: 3px;
}

.faq-items {
  padding: 20px 0;
}

.faq-items .faq-item {
  position: relative;
  margin: 25px 0;
}

.faq-items .faq-item .faqi-box {
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#203eae), to(#3053dc));
  background: linear-gradient(90deg, #203eae 0%, #3053dc 100%);
  color: #fff;
  font-size: 40px;
  -webkit-box-shadow: 0px 15px 35px 0px rgba(105, 135, 255, 0.37);
          box-shadow: 0px 15px 35px 0px rgba(105, 135, 255, 0.37);
}

.faq-items .faq-item .faqi-title {
  color: #322d2d;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.faq-items .faq-item .faqi-text {
  font-size: 17px;
  font-weight: 400;
  color: #a1a1a1;
  line-height: 175%;
}

.lore-box .lore-box-pad {
  padding: 30px 40px;
}

.lore-box .logreg-navs .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lore-box .logreg-navs .nav .nav-item {
  display: inline-block;
}

.lore-box .logreg-navs .nav .nav-link {
  width: 100%;
  text-align: center;
  background-color: transparent;
  color: #afafaf;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0px !important;
  padding: 20px 30px;
}

.lore-box .logreg-navs .nav .nav-link .nav-btn-icon {
  height: 28px;
  margin-right: 8px;
  -webkit-filter: brightness(0) invert(0);
          filter: brightness(0) invert(0);
  opacity: .34;
}

.lore-box .logreg-navs .nav .nav-link.active {
  color: #2e50d5;
  border-color: #2e50d5;
  margin: 0px;
}

.lore-box .logreg-navs .nav .nav-link.active .nav-btn-icon {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.form-group {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0px;
  -webkit-transition: .15s ease;
  transition: .15s ease;
}

.form-group label {
  color: #aaaaaa;
  font-weight: 600;
}

.form-group:focus-within {
  border-color: #2f52d9;
}

.form-group:focus-within .input-group-text {
  color: #2f52d9;
}

.form-group .input-group-text {
  border: none;
  outline: none;
  background: transparent;
  -webkit-transition: .15s ease;
  transition: .15s ease;
}

.form-group .form-control {
  border: none;
  outline: none !important;
  background: transparent;
  font-weight: 600;
}

.form-group .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group .form-control:active {
  outline: none !important;
}

.custom-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-check > input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 8px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.custom-check .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-check:hover input ~ .checkmark {
  background-color: #ccc;
}

.custom-check input:checked ~ .checkmark {
  background-color: #2196F3;
  background-image: -webkit-gradient(linear, left top, right top, from(#203eae), to(#3053dc));
  background-image: linear-gradient(90deg, #203eae 0%, #3053dc 100%);
}

.custom-check input:checked ~ .checkmark:after {
  display: block;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a {
  color: #2b49bf;
}

a:hover {
  color: #1c369f;
}

/* dashboard */
.dashboard .dashboard-header {
  height: 80px;
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  background: #2645be;
  z-index: 1001;
}

.dashboard .dashboard-header .dhead-left {
  width: 280px;
  position: absolute;
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
  text-align: center;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #3e5edb;
}

.dashboard .dashboard-header .dhead-right {
  width: calc(100% - 280px);
  margin-left: 280px;
  height: 80px;
}

.dashboard .dashboard-header .site-name {
  font-size: 36px;
  color: #fff !important;
  text-decoration: none;
}

.dashboard .dashboard-header .d-menu-bar {
  height: 40px;
  width: 40px;
  padding: 20px 0;
  color: #fff;
  line-height: 40px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
}

.dashboard.sidebar-active .dashboard-sidebar {
  -webkit-transform: translateX(-281px);
          transform: translateX(-281px);
}

.dashboard.sidebar-active .dashboard-content {
  margin-left: 0px;
  padding-bottom: 30px;
}

.dashboard .dashboard-content {
  padding-top: 80px;
  margin-left: 280px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  padding-left: 50px;
  padding-right: 50px;
}

.dashboard .dashboard-sidebar {
  position: fixed;
  left: 0px;
  top: 80px;
  bottom: 0px;
  background: #2645be;
  width: 280px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  z-index: 999;
}

.dashboard .dashboard-sidebar .dsid-content {
  padding: 30px 0 30px 0;
  height: calc(100%);
  overflow-y: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.dashboard .dashboard-sidebar .dsid-content::-webkit-scrollbar {
  width: 4px;
}

.dashboard .dashboard-sidebar .dsid-content::-webkit-scrollbar-track {
  background: #081829;
}

.dashboard .dashboard-sidebar .dsid-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}

.dashboard .dashboard-sidebar .dsid-content::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

.dashboard .dashboard-sidebar .dsid-title {
  font-size: 14px;
  font-weight: 600;
  color: #7c97ff;
  margin-bottom: 13px;
  padding: 0 24px;
}

.dashboard .dashboard-sidebar .dsid-item {
  display: block;
  padding: 10px 24px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none !important;
  margin-bottom: 10px;
}

.dashboard .dashboard-sidebar .dsid-item.active {
  background: #2e54e4 !important;
}

.dashboard .dashboard-sidebar .dsid-item:hover {
  background: rgba(255, 255, 255, 0.07);
}

.dashboard .dashboard-sidebar .dsid-item .dsid-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -2px;
}

.dashboard .dashboard-sidebar .dsid-bottom {
  border-top: 1px solid #3e5edb;
}

.dashboard .form-control {
  padding: 24px 3px;
}

.header-search {
  position: relative;
  max-width: 500px;
  border-radius: 18px;
  background: #fff;
  margin-top: 15px;
  height: 50px;
  width: 100%;
  overflow: hidden;
}

.header-search .hs-input {
  width: calc(100% - 60px);
  height: 50px;
  position: relative;
  border: none;
  padding: 0 18px;
  background: transparent;
  outline: none;
}

.header-search .hs-btn {
  border: none;
  outline: none;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  line-height: 50px;
  background: transparent;
  text-align: center;
  color: #ccc;
}

.dashboard-title {
  font-size: 32px;
  font-weight: 700;
  color: #464646;
}

.box-2 {
  background-color: #f8f9fb;
}

.table thead, .table th, .table tbody {
  border: none !important;
}

.table tr, .table th, .table td {
  font-size: 16px;
  font-weight: 600;
}

.table td {
  color: #464646;
}

.table th {
  color: #bbbbbb;
}

.table thead {
  border: none !important;
}

.table tr, .table th, .table td {
  padding: 1.25rem .75rem;
  border-bottom: 2px solid #efefef !important;
}

.table.table-full {
  width: 100%;
}

.table-link {
  color: #464646;
  padding: 6px 10px;
}

.supcb {
  overflow: hidden;
}

.supcb .supcb-icon {
  background: #2645be;
  min-height: 110px;
  height: 100%;
  width: 110px;
  color: #fff;
  text-align: center;
  font-size: 40px;
  position: relative;
}

.supcb .supcb-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.supcb .supcb-text {
  padding: 30px;
  font-size: 18px;
  color: #a5a6a8;
  line-height: 175%;
}

@media (max-width: 767.98px) {
  .table-link {
    color: #464646;
    display: block;
    padding: 8px 0px;
  }
}

@media (max-width: 991.98px) {
  /* dashboard */
  .dashboard .dashboard-header .dhead-left {
    display: none;
  }
  .dashboard .dashboard-header .dhead-right {
    width: 100%;
    margin-left: 0px;
  }
  .dashboard.sidebar-active .dashboard-sidebar {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .dashboard .dashboard-content {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .dashboard .dashboard-sidebar {
    -webkit-transform: translateX(-281px);
            transform: translateX(-281px);
  }
}

@media (max-width: 767.98px) {
  .plan-includes .plan-inc .pli-title {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    margin-left: -15px;
  }
  .plan-includes .plan-inc {
    padding: 17px 0;
  }
  .plan-includes .plan-inc .pli-box {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 14px;
    margin-bottom: 0px;
  }
  .site-head .site-head--content {
    padding: 0px 0 160px 0;
  }
  .site-head .home-head-left {
    padding: 20px 30px;
  }
  .site-head .home-head-left .hhl-title {
    font-size: 30px;
  }
  .site-head .home-head-left .hhl-text {
    font-size: 16px;
  }
  .dosomethingformobile-table {
    border: none !important;
    outline: none !important;
    width: 100%;
    display: block;
  }
  .dosomethingformobile-table caption {
    font-size: 1.3em;
  }
  .dosomethingformobile-table tbody {
    width: 100%;
    display: block !important;
  }
  .dosomethingformobile-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .dosomethingformobile-table tr {
    display: block;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 20px;
    border: none;
    padding: 18px 24px;
    border: none !important;
    -webkit-box-shadow: 0px 38px 42px 0px rgba(170, 171, 171, 0.17);
            box-shadow: 0px 38px 42px 0px rgba(170, 171, 171, 0.17);
  }
  .dosomethingformobile-table td {
    border: none !important;
    display: block;
    font-size: .8em;
    text-align: left !important;
    width: 100%;
    padding: 10px .75rem;
    word-wrap: break-word;
    min-height: 50px !important;
    color: #282828;
  }
  .dosomethingformobile-table td + td {
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
  }
  .dosomethingformobile-table td::before {
    /*
            * aria-label has no advantage, it won't be read inside a table
            content: attr(aria-label);
            */
    content: attr(data-label);
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    color: #aaa;
    margin-bottom: 3px;
  }
  .dosomethingformobile-table td:last-child {
    border-bottom: 0;
  }
  .box.remove-pad {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    border-radius: none;
  }
  .box.remove-pad .box-pad {
    padding: 0px;
  }
}

@media (max-width: 991.98px) {
  .left-border-lg {
    border: none !important;
  }
  .header .site-name {
    padding-left: 30px;
  }
  .site-head .home-mba .home-mba-img {
    position: relative;
    margin-left: 0px;
    left: 0px;
    top: 0px;
    -webkit-transform: none;
            transform: none;
  }
  .site-head .home-mba .home-mba-box.hmb-1 {
    top: -20px;
    left: 30px;
  }
  .for-mobile {
    display: block;
  }
  .head-menu {
    -webkit-transform: translateX(-100%) scale(0.9);
            transform: translateX(-100%) scale(0.9);
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background-color: #3644D7;
    padding: 20px;
    padding-top: 120px;
    z-index: 1003;
    overflow-y: auto;
    border-radius: 0;
    bottom: 0px;
    background-image: url(../img/head-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: .4;
  }
  .head-menu.active {
    -webkit-transform: translateX(0px) scale(1);
            transform: translateX(0px) scale(1);
    opacity: 1;
  }
  .head-menu .btn {
    display: block;
  }
  .head-menu .mmff {
    width: 100%;
    display: block;
  }
  .head-menu .hm-close {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 18px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    opacity: .6;
    z-index: 1004;
  }
  .head-menu .bs-btn {
    display: block;
    width: 100%;
  }
  .head-menu .bs-btn + .bs-btn {
    margin-top: 14px;
  }
  .head-menu .header-menu > ul {
    width: 100%;
    padding: 0px 20px 30px 20px;
  }
  .head-menu .header-menu > ul > li {
    display: block;
    position: relative;
  }
  .head-menu .header-menu > ul > li + li {
    margin: 0px;
  }
  .head-menu .header-menu > ul > li > a {
    display: block;
    text-align: left;
    position: relative;
    max-height: 40px;
    padding: 10px 0;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
  }
  .head-menu .header-menu > ul > li > a::after {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */