body,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  font-family: 'Poppins', sans-serif;
}
body {
  padding-bottom:0;
}
body.guest{
  color: #000;
  font-size:16px;
}
.section__prevtitle {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #0085FF;
}
.section__title {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 48px;
  line-height: 69px;
  text-align: center;
  text-transform: uppercase;
  color: #0051CB;
}
.section__text {
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #484848;
}

.media.post-media .media-body {
  width: 55%;
}
.media.post-media {
  margin: 20px auto;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 0 5px 0 #01155c;
}
.media.post-media .media-object {
  display: block;
  margin: auto;
  border-radius: 12px;
}
#terms .media.post-media .media-left,
#terms .media.post-media .media-body {
  vertical-align: middle;
}
.media.post-media .media-heading {
  font-size: 28px;
  font-weight: 600;
}
.well.single-post-wrap {
  border-radius: 12px;
  box-shadow: 0 0 5px 0 #01155c;
  background-color: #fff;
}
.single-blog-main-title {
  width: 80%;
}
.well.single-post-wrap {
  border-radius: 12px;
  box-shadow: 0 0 5px 0 #01155c;
  background-color: #fff;
  margin: 20px auto;
}
.well.single-post-wrap .featured-image {
  display: block;
  margin: auto;
  border-radius: 12px;
}
.single-post-title {
  font-size: 30px;
  font-weight: 600;
  color: #01155c;
}
.single-post-btn {
  margin: 0 0 20px;
}
#contact-us .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
}
#contact-us {
  padding: 80px 0;
}
.contact-wrap {
  margin-bottom: 35px;
  width: 220px;
  min-height: 210px;
  transition: 0.3s ease-out;
}
.contact-icon i {
  color: #01155c;
  font-size: 35px;
}
.contact-icon {
  text-align: center;
  margin-bottom: 30px;
}
.contact-title {
  text-transform: capitalize;
  margin-bottom: 17px;
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
  text-align: center;
}
.contact-title:nth-of-type(2n+1) {
  color: #0051CB;
}
.contact-title:nth-of-type(2n) {
  color: #FF890B;
}
.contact-txt {
  font-weight: 400;
  font-size: 17px;
  line-height: 29px;
  text-align: center;

  color: #484848;
}

/* Hero */
.hero {
  background-size: cover;
  background-image: url("https://storage.perfectcdn.com/09960a/7f2umzrcsuyi96io.jpg");
  padding: 190px 0 100px 0;
  min-height: 475px;
}
.rtl-content .hero {
  padding: 190px 0 190px 0;
}
.hero__container {
  position: relative;
  max-width: 1430px;
  margin: 0 auto;
  padding: 0px 70px;
}
.hero__content {

}
.hero-image {
  position: absolute;
  right: 0;
  bottom: -100px;
}
.rtl-content .hero-image {
  bottom: -190px;
}

.hero__title {
  font-weight: 700;
  font-size: 80px;
  line-height: 116px;
  text-transform: uppercase;

  color: #FFFFFF;
}
.hero__subtitle {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 54px;
  line-height: 78px;
  text-transform: uppercase;

  color: #FFFFFF;
}

.hero-info {
  position: absolute;
  top: 0;
  right: 0;
}
.hero-info__wrap {
  position: relative; 
  padding-right: 30px;
}
.hero-info__icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 19px;
  height: 19px;

  font-size: 15px;
  text-transform: lowercase;
  border-radius: 50%;
  color: #FFF;
  background: #0085FF;
  mix-blend-mode: multiply;
}
.hero-info__popup {
  position: absolute;
  top: -200px;
  left: -125px;
  width: 250px;
  padding: 13px 20px;
  background: #F8F8F8;
  box-shadow: 0px 4px 20px rgba(255, 255, 255, 0.4), inset 0px 0px 20px rgba(0, 0, 0, 0.03);
  border-radius: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: none;
  z-index: 1000;

  color: #484848;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.hero-info__popup--active {
  opacity: 1;
  visibility:visible;
}
.hero__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  text-transform: uppercase;

  color: #FFFFFF;
}
.hero__color-text--yellow {
  color: #FFC700;
}
.hero__color-text--blue {
  color: #0085FF;
}
.hero_text-align--center {
  text-align: center;
}

@media (max-width:1180px) {
  .hero {
    padding-bottom: 200px;
  }
  .hero-image {
    bottom: -200px;
  }
}
@media (max-width:900px) {
  .hero__title {
    font-size: 53px;
    line-height: 77px;
  }
  .hero__subtitle { 
    font-size: 36px;
    line-height: 52px;
  }
  .hero__text {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width:740px) {
  .hero {
    padding-top: 110px;
  }
}
@media (max-width:635px) {
  .hero__title {
    font-size: 35px;
    line-height: 51px;
  }
  .hero__subtitle { 
    font-size: 24px;
    line-height: 34px;
  }
  .hero__text {
    font-size: 12px;
    line-height: 15px;
  }
  .hero-image {
    max-width: 100%;
  }
}
@media (max-width:560px) {
  .hero__container {
    padding: 0px 30px;
  }
  .hero__title, 
  .hero__subtitle, 
  .hero__text {
    text-align: center;
  }
}

@media (max-width:420px) {
  .hero-info {
    display: none;
  }
  .hero-info__wrap {
    padding-right: 0px;
  }
}

/* Login-form */

.login-form {
  margin: 120px 0;
}
.login-form__row {
  display: flex;
  align-items: center;
}
.login-form__img {
  width: 50%;
}
.login-form__form {
  width: 50%;
}
.login-form__title {
  font-weight: 700;
  font-size: 38px;
  line-height: 55px;
  text-transform: capitalize;
  color: #0051CB;
}
.login-form__subtitle {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  text-transform: capitalize;
  color: #0051CB;
}
.login-form__input {
  height: 52px;
  width: 100%;
  padding: 0 40px;
  margin-top: 20px;
  background: #F8F8F8;
  border-radius: 35px;
  border-color: transparent;
  outline:none;
}
.login-form__input::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #B5B5B5;
}
.login-form__checkbox {
  margin-top: 34px;
}

.login-form__checkbox>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.login-form__checkbox>label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;

  color: #484848;
}
.login-form__checkbox>label::before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 5px;
  margin-right: 19px;
  background-color: #F3F3F3;
  background-repeat: no-repeat;
  background-position: center center;
}
.rtl-content .login-form__checkbox>label::before {
  margin-right: 0;
  margin-left: 19px;
}
.login-form__checkbox>input:checked+label::before {
  background-image: url("https://storage.perfectcdn.com/09960a/r3hj66bhhc5mdzdj.png");
}

.login-form__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}
.login-form__submit {
  padding: 16px 40px;
  background: linear-gradient(99.28deg, #0094FF 10.78%, #00A3FF 97.12%);
  box-shadow: 0px 4px 20px rgba(0, 150, 255, 0.4), inset 0px 1px 2px #00D1FF;
  border-radius: 35px;
  font-size: 18px;
  line-height: 26px;
  text-align: center;

  color: #FFFFFF;
}
.forgot-password-custom {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  text-align: right;
  color: #0085FF;
  text-decoration: none;
}
.forgot-password-custom:hover {
  color: #0085FF;
  text-decoration: none;
}
@media (max-width:740px) {
  .login-form {
    margin: 20px 0;
  }
  .login-form__img {
    display: none;
  }
  .login-form__form {
    width: 100%;
    padding: 35px;
  }
  .login-form__title,
  .login-form__subtitle {
    text-align: center;
  }
  .login-form__checkbox {
    display: flex;
    justify-content: center;
  }
  .login-form__bottom {
    flex-direction: column;
    justify-content: flex-start;
  }
  .login-form__bottom a {
    text-align: center;
  }
  .login-form__submit-row {
    display: flex;
    justify-content: center;
  }
}

/* bussiness */
.bussiness__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1430px;
  margin: 0 auto;
  padding: 0px 70px;
}
.bussiness__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  color: #0051CB;
  margin-bottom: 60px;
}
.bussiness__list {
  display: flex;
  flex-direction: column;
}
.bussiness__list-item {
  display: flex;
  align-items: center;
  margin-bottom: 46px;
}
.bussiness__list-item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  min-width: 160px;
  padding-right: 25px;
}
.rtl-content .bussiness__list-item__img {
  padding-right: 0;
  padding-left: 25px;
  justify-content: flex-start;
}
.bussiness__list-item__img>img {
  margin-left: -80px;
}
.rtl-content .bussiness__list-item__img>img {
  margin-left: 0;
}

.bussiness__list-item__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  color: #0051CB;
}
.bussiness__list-item__text {
  max-width: 410px;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #484848;
}

@media (max-width:1000px) {
  .bussiness__right-img {
    display: none;
  }
  .bussiness__container {
    justify-content: center;
  }
  .bussiness__title {
    text-align: center;
  }
}
@media (max-width:600px) {
  .bussiness__list-item__img {
    display: none;
  }
  .bussiness__list-item__title,
  .bussiness__list-item__text {
    text-align: center;
  }
  .bussiness__list-item__text {
    max-width: none;
  }
}
@media (max-width:560px) {
  .bussiness__container {
    padding: 0 30px;
  }
}

/* statistic */
.statistic {
  padding: 86px 0;
  background: #eeeeee40;
}
.statistic__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0px 70px;
  flex-wrap: wrap;
}
.statistic__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 25%;
  padding: 0 30px;
}
.statistic__img {
  margin-bottom: 16px;
}
.statistic__title {
  margin-bottom: 11px;
  font-weight: 700;
  font-size: 48px;
  line-height: 69px;
  text-align: center;
}
.statistic__title:nth-of-type(2n+1) {
  color: #0051CB;
}
.statistic__title:nth-of-type(2n) {
  color: #FF890B;
}
.statistic__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  text-align: center;

  color: #484848;
}
@media (max-width:1000px) {
  .statistic__item {
    flex-basis: 50%;
    padding-bottom: 30px;
  }
}
@media (max-width:600px) {
  .statistic__item {
    flex-basis: 100%;
  }
}

.highlight-text{
  background-color:#cfcbcb;
  color:#000;
}
#digital .slick-dots {
  display: flex !important;
  padding-left: 0;
  list-style: none;
}
#digital .slick-dots li button {
  background-color: #f4f7fa;
  border: 0;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  font-size: 0;
  margin-right: 6px;
}
#digital .slick-dots li.slick-active button {
  box-shadow: inset 0 0 0 5px #01155c;
  border: 2px solid #fff;
}
#confuse .pad-ltr {
  padding: 0 200px;
}

.confuse__slide-prevtitle {
  margin-top: 70px;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #0085FF;
}
.confuse__slide-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 55px;
  text-transform: capitalize;
  color: #0051CB;
}
.confuse__slide-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #484848;
}

#signup-today {
  padding: 0 0 45px;
  background-color: #f4f7fa;
}
.order-steps-title {
  border-radius: 8px 8px 0 0;
  background-color: #0278f625;
  padding: 6px !important;
  margin-bottom: 0 !important;
}
.order-steps {
  border-radius: 0 0 8px 8px;
  background-color: #0278f625;
  padding: 6px !important;
}
.well.affiliate-well .callout__text span[style="background-color: rgb(255, 0, 0);"] {
  background-color: transparent !important;
  font-size: 16px;
  font-weight: 600;
}
.well.affiliate-well .callout__text {
  white-space: normal !important;
  word-break: break-word;
}
.well.affiliate-well {
  background-color: #fff;
  border: 0;
  box-shadow: 0 0 6px 0 #01155c50;
}
.affiliate-flex {
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.affi-txt {
  color: #01155c;
}
.affi-label, .affi-txt {
  margin-bottom: 0;
}
.affi-label {
  font-size: 14px;
  font-weight: 600;
}
.affiliate-box {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 6px 0 #01155c50;
}
.affiliate-box .affiliate-box-head {
  background-color: #01155c;
  border-radius: 8px 8px 0 0;
  padding: 12px;
}
.affiliate-box .affiliate-box-head h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
}
.affiliate-box-body {
  padding: 19px 15px;
}
.affiliate-box-body p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.auth label[for="charge"] {
  color: #f35909;
}
.auth .form-control {
  color: #030328;
}
.auth.nightmode .nav.nav-pills li a {
  color: #fff;
}
.auth.nightmode .order-link {
  color: #fff;
}
.auth.nightmode .nav.nav-pills li a i {
  border-color: #fff;
}
.auth .nav.nav-pills li.active a, .auth .nav.nav-pills li a:hover, .auth .nav.nav-pills li a:focus, .auth .nav.nav-pills li.active a {
  background: transparent;
  border: 0;
}
.auth .nav.nav-pills li.active a i, .auth .nav.nav-pills li a:hover i, .auth .nav.nav-pills li a:focus i, .auth .nav.nav-pills li.active a i {
  background-color: #0276f3;
  color: #fff;
}
.auth .nav.nav-pills li a i {
  margin-right: 15px;
  border: 1px solid #0276f3;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.auth .nav.nav-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  padding-left: 0;
}
.auth .nav.nav-pills li a {
  color: #0276f4;
  min-width: 100px;
}
.search-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-wrap button.dropdown-toggle {
  /* color: #fff !important;
  height: 50px;
  margin-right: 7px;
  width: 227px;
  background: linear-gradient(99.28deg, #FFC700 10.78%, #FF9900 97.12%) !important;
  box-shadow: 0px 4px 20px rgba(255, 230, 0, 0.2), inset 0px 1px 2px #FFE600 !important;
  border-radius: 27px !important; */

  background-color: #01256a !important;
  color: #fff !important;
  height: 48px;
  margin-right: 7px;
  width: 270px;
}
.search-wrap .dropdown-menu .dropdown-item {
  display: block;
  padding: 5px 5px 5px 12px;
  width: 100%;
  color: #00256d;
}
.service-well tr[visible="true"] {
  display: table-row;
}
.service-well[visible="false"], .service-well tr[visible="false"], .no-result {
  display: none;
}
.auth.nightmode {
  /* filter: grayscale(0.7); */
}
.auth.nightmode .view-ticket .well.well-white {
  box-shadow: ;
  border: 1px solid #fff;
}
.auth.nightmode .view-ticket .titcket-title {
  color: #fff;
}
.auth.nightmode .view-ticket .info {
  color: #0278f6;
}
.auth.nightmode .view-ticket .info .text-muted {
  color: #fff;
}
.auth.nightmode .ticket-info-wrap .dash-title, .auth.nightmode .ticket-info-wrap p {
  color: #fff;
}
.auth.nightmode .nav.nav-tabs li.new-ticket a {
  background-color: #0277f3;
  border-color: #0277f3;
}
.auth.nightmode .extra-nav[href="javascript:toggleMode()"] {
  background-color: #01276e;
  color: #fff;
  line-height: 25px;
}
.auth.nightmode .page-wrpper,
.auth.nightmode .well-white,
.auth.nightmode .well {
  background-color: #01155c;
  border: #01155c;
}
.nightmode .order-steps-icon i {
  color: #486b92;
  border-color: #486b92;
}
.nightmode .order-steps-icon i.fas.fa-check-circle {
  color: #fff;
}
.nightmode .row.order-steps-row::before {
  background-color: #fff;
}
.nightmode .order-steps {
  color: #c3ccd8;
}
.auth.nightmode label {
  color: #0278f6;
}
.auth.nightmode .form-control, .auth.nightmode #service_description .panel-body {
  background-color: #0278f6;
  color: #01155c;
}
.nightmode .btn-click-me, .nightmode .click-me-btn-wrap span {
  color: #01155c;
  background-color: #0278f6;
}
.nightmode .click-me-btn-wrap span::after {
  border-left: 10px solid #0278f6;
}
.nightmode .order-steps-icon i.fas.fa-check-circle {
  background-color: #01155c;
  border-radius: 100%;
}
.nightmode .help-block {
  color: #0278f6;
}

.navbar-dropdown>.dropdown-toggle {
  background: transparent !important;
}

.navbar-dropdown>.dropdown-menu {
  background: #F8F8F8;
  box-shadow: 0px 4px 20px rgba(255, 255, 255, 0.4), inset 0px 0px 20px rgba(0, 0, 0, 0.03);
  border-radius: 15px !important;
}

.navbar-dropdown>.dropdown-menu>li>a {
  color: #333333 !important;
}
.navbar-dropdown>.dropdown-menu>li.active>a {
  color: #FF890B !important;
}


.auth.nightmode .panel-default, .auth.nightmode .panel-default > .panel-heading {
  border-color: #0278f6 !important;
  background-color: #0278f6 !important;
  color: ;
}
.auth.nightmode .panel.panel-default .panel-title a {
  color: #01155c;
}
.auth.nightmode .panel-default .panel-body {
  color: #01155c;
  border-top: 1px solid #01155c;
}
.auth.nightmode .panel-default > .panel-heading a[aria-expanded="true"] {
  background-color: #0278f6;
  color: #01155c;
}
.auth.nightmode .navbar-default {
  background-color: #01155c;
}
.auth.nightmode .navbar-right-block .extra-nav {
  background-color: #0278f6;
  color: #01155c;
}
.auth.nightmode .navbar-right-block .dropdown button,
.auth.nightmode .navbar-right-block .dropdown button:hover,
.auth.nightmode .navbar-right-block .dropdown button:focus {
  color: #0278f6;
}
.auth.nightmode .navbar-nav > li > a {
  color: #fff;
}
.auth.nightmode select.form-control {
  background-image: url('https://i.imgur.com/c9MFMyz.png');
  background-size: 12px auto;
}
.auth.nightmode {
  background-color: #01155c;
}
.auth.nightmode .search-wrap .input-group::placeholder,
.auth.nightmode .search-wrap .input-group input::placeholder {
  color: #01155c !important;
}
.auth.nightmode .search-wrap .input-group,
.auth.nightmode .search-wrap .input-group input {
  background-color: #0277f3;
  color: #01155c;
}
.nightmode table tr.cat-name td {
  background-color: #486b92 !important;
  color: #fff !important;
}
.nightmode table tr th, .nightmode table tr td {
  background-color: #0277f3 !important;
  color: #01155c !important;
}
.auth.nightmode .addfuns-wrap select.form-control,
.auth.nightmode .addfuns-wrap .form-control,
.auth.nightmode .ticket-page .form-control,
.auth.nightmode .account-page .form-control,
.auth.nightmode .mass-page .form-control {
  background-color: #0277f5;
  color: #01155c;
}
.auth.nightmode .addfuns-wrap label {
  color: #0277f5;
}
.nightmode .addfunds-right-txt {
  color: #0277f5;
}
.nightmode .addfuns-wrap .well.well-white {
  border: 1px solid #0277f5;
}
.nightmode .api h4, .nightmode .api h2, .nightmode .api p strong {
  color: #0277f3;
}
.nightmode pre {
  background-color: #0277f3;
  color: #01155c;
}
.nightmode .auth-bnr-img img {
  filter: saturate(0);
}
.auth.nightmode .navbar-nav li a.pinner {
  color: #0278f6;
}
.nightmode .order-steps-title {
  color: #0278f6;
}
.guest .search-wrap .btn.btn-default {
  height: 50px;
  color: #B5B5B5;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #F8F8F8;
  border-color: transparent;
}
.guest .search-wrap .form-control {
  box-shadow: none;
  color: #B5B5B5;
  background-color: #F8F8F8;
}

/* tbody .badge {
box-shadow: 0 5px 5px 0 rgba(0,0,0,0.5);
} */
#accountModal .modal-content i {
  color: #31b46c !important;
}
#accountModal .modal-title {
  color: #fff !important;
}
#accountModal .modal-body {
  color: #fff;
  text-align: left;
}
#accountModal .modal-dialog .modal-content {
  width: 100%;
  background-color: #0276f4;
}
#accountModal.modal {
  z-index: 99999999;
}
#accountModal .modal-dialog {
  width: 80%;
}
a[data-target="#accountModal"]:hover {
  cursor: pointer !important;
  text-decoration: none;
}
a[data-target="#accountModal"] .auth-status-icon span {
  color: #333333;
}
#top-sec {
  padding: 80px 0;
  background-image: url('https://storage.perfectcdn.com/09960a/p0hzlt83u7pqr1oi.webp');
  /* background-size: contain; */
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
}



.service-name .badge {
  padding: 12px;
  border-radius: 8px;
  word-break: break-word;
  white-space: normal;
  line-height: 1.2;
}

/* .service-name i {
margin-right: 16px;
color: #FFC700;
} */
.guest #navbar .navbar-nav.m-auto {
  margin: auto;
}
.guest #navbar .navbar-nav.ml-auto {
  margin-left: auto;
}
.guest #navbar {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.guest .navbar-default {
  background: transparent;
  border: 0;
  box-shadow: none;
  position: absolute;
  padding: 67px 0;
  left: 0;
  right: 0;
  margin: auto;
}
.guest .navbar-default.else-nav {
  background-color: #031c75;
  position: unset;
  margin-bottom: 20px;
}
.guest #navbar {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.guest #navbar .navbar-nav.m-auto {
  margin: auto;
}
.guest #navbar .navbar-nav.ml-auto {
  margin-left: auto;
}
.guest .navbar-default #navbar li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  /* color: #FFFFFF; */
}
.guest .navbar-default #navbar li.active a,
.guest .navbar-default #navbar li a:hover,
.guest .navbar-default #navbar li.active a:hover,
.guest .navbar-default #navbar li a:focus {
  color: #FFC700;
  background-color: transparent;
}
.main-title {
  font-size: 65px;
  font-weight: 700;
  color: #fff;
}
#top-sec .main-title {
  font-size: 50px;
  text-transform: capitalize;
}
span.orange {
  color: #ff8400;
}
span.blue {
  color: #0278f6;
}
.main-title i {
  font-size: 22px;
  color: #0278f6;
  margin-left: -10px;
}
.tooltip {
  background-color: #fff;
  color: #000;
  font-size: 14px;
  /* width: max-content; */
}
.tooltip div {
  background-color: #fff;
  width: 100%;
  border-radius:12px;
  color: #000;
}
.title-btm-txt {
  color: #fff;
  font-size: 20px;
}
.form-left-img img {

}
.form-left-img {
  position: relative;
}
.row.form-row .form-wrap {
  margin-top: 250px;
}
.form-title {
  text-align: right;
  font-size: 22px;
  font-weight: 500;
  color: #01155c;
  margin-bottom:0;
}
.form-title-txt {
  color: #3e414f;
  font-size: 16px;
  font-weight: 300;
  text-align: right;
}
.form-group {
  position: relative;
}
.form-control {
  height: 50px;
  background-color: #fff;
  border-color: transparent;
  border-radius: 100px;
  width: 100%;
  box-shadow: 0 10px 10px 0 #cacfe2;
}
.input-icon {
  position: absolute;
  left: 15px;
  top: 0;
  transform: translateY(50% );
  width: 25px;
  height: 25px;
  color:#01155c;
}
#top-sec .form-control,
#signup .form-control {
  padding-left: 35px;
}
::placeholder {
  color: #3e414f !important;
}
.radio, .checkbox {
  margin: 0;
}
.have-acc>a {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;  
  color: #484848; 
  text-decoration: none;   
}
.btn.btn-primary {
  background-color: #0278f6;
  border-color: #0278f6;
  border-radius: 100px;
  padding: 12px 35px;
  font-size: 15px;
  font-weight: 400;
}
.row.submit-row {
  margin-top: 15px;
}
.main-title.dark {
  font-size: 50px;
  color: #01155c;
}
.main-title-txt.dark {
  color: #515460;
  font-size: 16px;
  font-weight: 400;
  padding: 0 385px;
}
#services .main-title-txt.dark {
  padding: 0 40px;
}
#services {
  padding-bottom: 80px;
}

.single-social-wrap {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0,23,115,0.5);
  padding: 12px 15px;
  margin: 0 10px 0 0;
}
.social-info {
  text-align:right;
}
.social-info i {
  color: #0275f2;
  font-size: 22px;
  margin-left: auto;
  display: block;
  opacity: .5;
}
.social-info i:hover {
  opacity: 1;
}
.single-social-txt {
  color: #01155c;
  font-size: 22px;
  text-align: left;
  font-weight: 500;
  margin-top: 20px;
}
.social-info .tooltip.top .tooltip-arrow {
  display:none;
}
.social-info .tooltip.in {
  opacity: 1;
  box-shadow: 0 0 10px 0 rgba(0,23,115,0.5);
  border-radius: 8px;
}
.social-info .tooltip-inner {
  padding: 12px;
}

.service-slider-wrap {
  background-color: #fff;
  padding: 25px 0 0;
  box-shadow: 0 0 20px 0 rgba(0,23,115,0.4);
}
.ser-slide-title {
  color: #01155c;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  padding:0 25px;
}
.ser-slide-txt {
  color: #515460;
  font-size: 13px;
  padding:0 25px;
}
.service-slider-wrap .row {
  margin: 0;
}
.user-plus i {
  margin-right: 8px;
}
.user-plus {
  padding-top: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  color: #0085FF;
}
.cog i {
  margin-right: 8px;
}
.cog {
  text-align: end;
  padding-top: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  color: #BDBDBD;
}
.service-slider {
  margin: 140px 0;
  position: relative;
}
.service-slider::before {
  content: '';
  position: absolute;
  background-image: url('https://i.imgur.com/0RxCZ3Z.png');
  width: 419px;
  height: 544px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  left:0;
}
.service-slider::after {
  content: '';
  position: absolute;
  background-image: url('https://i.imgur.com/wRXfmU2.png');
  width: 419px;
  height: 544px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  left: 50%;
}
.service-slider-wrap {
  margin: 20px 20px 20px 110px;
}
.service-slider-nav button,
.slider-nav button {
  background: transparent;
  border: 0;
  width: 30px;
  height: 30px;
  margin: 0 2px;
}

.confuse-slider-nav .left-arrow {
  margin-right: 40px;
}

.testimonial-slider-nav .left-arrow::before,
.confuse-slider-nav .left-arrow::before {
  position: absolute;
  content: '';
  width: 3px;
  height: 23px;
  background: #0085FF;
  transform: rotate(40deg);
}
.testimonial-slider-nav .left-arrow::after,
.confuse-slider-nav .left-arrow::after {
  content: '';
  position: absolute;
  bottom: -24px;
  width: 3px;
  height: 23px;
  background: #0085FF;
  transform: rotate(-40deg);
}
.testimonial-slider-nav .right-arrow::before,
.confuse-slider-nav .right-arrow::before {
  position: absolute;
  content: '';
  width: 3px;
  height: 23px;
  background: #0085FF;
  transform: rotate(-40deg);
}
.testimonial-slider-nav .right-arrow::after,
.confuse-slider-nav .right-arrow::after {
  content: '';
  position: absolute;
  bottom: -24px;
  width: 3px;
  height: 23px;
  background: #0085FF;
  transform: rotate(40deg);
}
.rtl-content .testimonial-slider-nav .left-arrow::before,
.rtl-content .testimonial-slider-nav .right-arrow::after,
.rtl-content .confuse-slider-nav .left-arrow::before,
.rtl-content .confuse-slider-nav .right-arrow::after {
  transform: rotate(-40deg);
}
.rtl-content .testimonial-slider .left-arrow::after,
.rtl-content .testimonial-slider .right-arrow::before,
.rtl-content .confuse-slider-nav .left-arrow::after,
.rtl-content .confuse-slider-nav .right-arrow::before {
  transform: rotate(40deg);
}

.service-slider-nav {
  text-align:right;
  position: relative;
  top: 50px;
}

.media-heading {
  font-size: 22px;
  font-weight: 500;
  color: #01155c;
}
.media-body p {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #484848;
  margin-bottom: 35px;
}

#info {
  padding: 80px 0;
}
.info-box {
  text-align: center;
}
.info-icon {
  width: 60px;
  height: 60px;
  background-color: #0054f2;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 35px;
  border-radius: 5px;
  margin: auto;
}
.info-title {
  font-size: 35px;
  color: #01155c;
  font-weight: 700;
  margin: 12px auto 0;
}
#info.sign-up-info .info-title {
  font-size: 18px;
  margin: 15px auto 10px;
}
.info-txt {
  color: #515460;
  font-size: 14px;
}
#info .row .col-sm-3:nth-child(2) .info-icon {
  background-color: #fd9230;
}
#info .row .col-sm-3:nth-child(3) .info-icon {
  background-color: #e43683;
}
#info .row .col-sm-3:last-child .info-icon {
  background-color: #31b46c;
}
#digital {
  background-image: url('https://storage.perfectcdn.com/09960a/y7xw7ncrl28r4n25.jpg');
  background-size: cover;
  overflow: hidden;
}
.digital-left-img img {
  position: relative;
  height: 660px;
  left: -360px;
}

.digital__title {
  margin-bottom: 31px;
  font-weight: 700;
  font-size: 60px;
  line-height: 67px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.digital__subtitle {
  margin-bottom: 21px;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;

  color: #FFFFFF;
}
.digital__text {
  margin-bottom: 21px;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;

  color: #FFFFFF;
}
.digital-girl {
  position: absolute;
  bottom: 0px;
  right: -134px;
}
.rtl-content .digital-girl {
  display: none;
}

@media (max-width:1450px) {
  .digital-girl {
    max-width: 30%;
  }
}
@media (max-width:1350px) {
  .digital-girl {
    max-width: 25%;
  }
}
@media (max-width:550px) {
  .digital__title {
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 33px;
  }
  .digital__subtitle {
    margin-bottom: 11px;
    font-size: 11px;
    line-height: 14px;

    color: #FFFFFF;
  }
  .digital__text {
    margin-bottom: 11px;
    font-size: 11px;
    line-height: 14px;
  }
}


#perfect {
  padding: 80px 0;
}


.main-title-txt.blue {
  color: #00a1ff;
}

.result__container {
  max-width: 1450px;
  padding: 0 30px;
  margin: 0 auto;
}

.result__tab {
  background: #F8F8F8;
  box-shadow: 0px 4px 20px rgba(255, 255, 255, 0.4), inset 0px 0px 20px rgba(0, 0, 0, 0.03);
  border-radius: 15px;
  padding-bottom: 30px;
}

.result__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  text-transform: capitalize;
  color: #0085FF;
}

.result__tab--right .result__title,
.result__tab--right .user-plus {
  color: #FF890B;
}

.result__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #484848;    
}


#result .nav-tabs {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  justify-content: center;
  border-bottom: 0;
  margin-top: 40px;
  margin-bottom: 20px;
}
#result .nav-tabs .nav-link {
  border: 0;
  background: transparent;
  padding: 8px 8px 0 8px;
  transition: 0.3s linear;
  margin: 0 8px;
  opacity: 0.7;
}
#result .nav-tabs .nav-link:hover,
#result .nav-tabs .nav-link.active,
#result .nav-tabs li.active .nav-link,
#result .nav-tabs .nav-link:focus,
#result .nav-tabs .nav-link.active:hover {
  opacity: 1;
}
#result .service-slider-wrap {
  margin: 0 0 10px 0;
  position: relative;
}

.result__tab--left::after {
  content: '';
  background-color: transparent;
  width: 55px;
  height: 25px;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-right: 31px solid #F8F8F8;
  border-left: 0 solid transparent;
  left: -26px;
  position: absolute;
  z-index: 1;
  top: 63%;
  transform: translate(-50%);
}
.result__tab--right::after {
  content: '';
  background-color: transparent;
  width: 55px;
  height: 25px;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-right: 0 solid transparent;
  border-left: 31px solid #F8F8F8;
  right: -79px;
  position: absolute;
  z-index: 1;
  top: 63%;
  transform: translate(-50%);
}
#result .nav-tabs .nav-link img {
  filter: grayscale(100%);
}
#result .nav-tabs .nav-link:hover img,
#result .nav-tabs .nav-link.active img,
#result .nav-tabs li.active .nav-link img,
#result .nav-tabs .nav-link:focus img,
#result .nav-tabs .nav-link.active:hover img {
  filter: none;
}
#result {
  background: url("https://storage.perfectcdn.com/09960a/3r3he5h0gocdhx8r.jpg") bottom no-repeat;
  padding: 80px 0 40px 0;
}
#confuse {
  padding: 120px 0 184px;
}
/* .watch-video {
position: relative;
} */
.watch-video-btn {
  background: transparent;
  border: 0;
}
.modal-content {
  background: transparent;
  box-shadow: none;
  border: 0;
  text-align: center;
}
.modal-header {
  border: 0;
}
.modal-header .close {
  background-color: #fff;
  opacity: 1;
  width: 25px;
  height: 25px;
  border-radius: 25px !important;
}
.confuse-slider::before {
  content: '';
  z-index: 2;
  position: absolute;
  background-image: url('https://i.imgur.com/0aMnk7p.png');
  width: 220px;
  height: 558px;
  top: -120px;
  left: -93px;
}
.confuse-slider::after {
  content: '';
  background-image: url('https://i.imgur.com/ei3YlAk.png');
  position: absolute;
  width: 209px;
  height: 526px;
  right: -47px;
  top: -95px;
  z-index: 0;
}
.confuse-slider .main-title-txt.dark.blue {
  padding: 0;
  margin-top: 30px;
}
.confuse-slider {
  margin-top: 80px;
}
.confuse-slider-wrap {
  margin: 0 12px;
}
.confuse-slider .slick-list {
  z-index: 1;
}

#confuse .slick-slide.slick-current.slick-active {
  margin-top: 0;
}
.slider-nav.confuse-slider-nav {
  position: absolute;
  bottom: -60px;
  left: 20px;
  z-index: 9;
}
.advert-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url('https://i.imgur.com/9KAm3n5.png');
  min-height: 418px;
  background-size: cover;
}
.advert-txt {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}
.advert-title {
  font-size: 55px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
.adverts-row .col-sm-4:nth-child(2) .advert-wrap {
  background-image: url(https://i.imgur.com/pIhEl5A.png);
}
.adverts-row .col-sm-4:nth-child(3) .advert-wrap {
  background-image: url(https://i.imgur.com/Sgge9kq.png);
}
.adverts-row {
  margin-top: 50px;
}
#adverts {
  padding: 30px 0;
}
#ready {
  padding: 100px 0 100px;
  background-image: url('https://storage.perfectcdn.com/09960a/41yi3j8yfhj7e3lc.jpg');
  background-size: cover;
}
.ready__container {
  margin: auto;
  padding: 0px 70px;
  max-width: 1390px;
}
.ready__title {
  margin-bottom: 42px;
  font-weight: 700;
  font-size: 48px;
  line-height: 102.5%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.ready__text {
  margin-bottom: 67px;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #FFFFFF;
}
.ready__btn {
  padding: 15px 40px;
  background: linear-gradient(99.28deg, #0094FF 10.78%, #00A3FF 97.12%);
  box-shadow: 0px 4px 20px rgba(0, 150, 255, 0.4), inset 0px 1px 2px #00D1FF;
  border-radius: 35px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;

  color: #FFFFFF;
}
.verification-notice {
  position: relative;
}
.verification-notice::after {
  content: "\f05a";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
}









@media (max-width:1199px) {
  .ready__title, 
  .ready__text {
    text-align: center;
  }

  .ready__btn {
    width: 50%;
    display: block;
    margin: auto;
  }
  .ready__img {
    display: none;
  }
}


#faq {
  padding: 115px 0 100px;
}

.faq__container {
  margin: auto;
  padding: 0px 70px;
  max-width: 1390px;
  background: url('https://storage.perfectcdn.com/09960a/93symzjwidgpcec0.png') right bottom no-repeat;
}

.rtl-content .faq__container {
  background: #fff;
}

@media (max-width:767px) {
  .faq__container {
    background: #fff;
  }
}
.faq__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 69px;
  text-transform: uppercase;
  color: #0051CB;
}
.faq__slide-title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 34px;
  line-height: 49px;
  text-transform: capitalize;
  color: #0051CB;
}
.faq__slide-text {
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #484848;
}

.row.faq-tabs-row .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  flex-direction: column;
}
.row.faq-tabs-row {
  margin-top: 35px;
}
.row.faq-tabs-row .nav-tabs > li > a {
  padding: 15px 35px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  background: #D8D8D8;
  border-radius: 35px;
}
.row.faq-tabs-row .nav-tabs .nav-item {
  padding: 0 0 35px;
}
.row.faq-tabs-row .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  flex-direction: column;
  border: none;
}
.row.faq-tabs-row .nav-tabs > li.active > a,
.row.faq-tabs-row .nav-tabs > li.active > a:hover,
.row.faq-tabs-row .nav-tabs > li > a:hover,
.row.faq-tabs-row .nav-tabs > li > a:focus {
  background: linear-gradient(99.28deg, #0094FF 10.78%, #00A3FF 97.12%);
  box-shadow: 0px 4px 20px rgba(0, 150, 255, 0.4), inset 0px 1px 2px #00D1FF;
}
#faq .tab-content {
  padding: 0 100px;
}
#faq .tab-content p.red-txt {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: #FF890B;
}
#faq .tab-content .blue-txt {
  margin-left: 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: #0085FF;
}

.testi-wrap {
  text-align: center;
}
.test-profile img {
  width: 146px;
  height: 146px;
  border-radius: 50%;
  display: block;
  margin: 25px auto;
}
.testi-name {
  color: #01155c;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 25px;
}
.test-platform {
  color: #0278f6;
  font-size: 12px;
  font-weight: 500;
}

.row.testimonial-slider {
  position: relative;
}
#testimonial {
  background-color: #eeeeee40;
  background-image: url("https://storage.perfectcdn.com/09960a/apw10iifq27pyd7y.png"), url("https://storage.perfectcdn.com/09960a/7zs8uk9ao6nxs8lr.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  padding: 80px 0;
}
footer {
  background: url(https://storage.perfectcdn.com/09960a/ljtmg8ja0urqa1ac.png) left bottom no-repeat, url(https://storage.perfectcdn.com/09960a/3f4f8zj5fmxxkyup.png) right bottom no-repeat, radial-gradient(241.65% 1167.57% at 28.61% -15.67%, #032BC4 0%, #0123A4 36.46%, #0124A4 58.33%, #0051CB 100%);
  padding: 86px 0px 200px 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 106px;
  padding: 0px 75px;
  background: #0051CB;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  color: #FFFFFF;
}

.footer-bottom a {
  margin-left: 130px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: right;
  text-decoration-line: underline;
  text-transform: capitalize;

  color: #FFFFFF;
}

.socila-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto 64px;
  max-width: 1430px;
  padding: 0px 70px;
}
@media (max-width:560px) {
  .socila-icons {
    padding: 0px 30px;
  }
}

.socila-icon--item {
  position: relative;
  width: 150px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.socila-icon--info {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 19px;
  height: 19px;

  border-radius: 50%;
  color: #FFF;
  background: #0085FF;
  mix-blend-mode: multiply;
}
.socila-icon--more-info {
  position: absolute;
  top: -60px;
  left: -37px;
  width: 192px;
  padding: 13px 20px;
  background: #F8F8F8;
  box-shadow: 0px 4px 20px rgba(255, 255, 255, 0.4), inset 0px 0px 20px rgba(0, 0, 0, 0.03);
  border-radius: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;

  color: #484848;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.socila-icon--more-info__active {
  opacity: 1;
  visibility:visible;
}

.follow-us {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: auto;
  margin-bottom: 65px;
  max-width: 1430px;
  padding: 0px 70px;
}
@media (max-width:560px) {
  .follow-us {
    padding: 0px 30px;
  }
}

.follow-us--title {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: #FFFFFF;
  padding-right: 60px;
}
.follow-us>a {
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #0085FF;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding: 0px 70px;
  max-width: 1390px;
}

.footer-container>div {
  max-width: 240px;
}

.footer-logo {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
}

.footer-container p {
  margin-bottom: 26px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}

.footer-title {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;

  color: #FFFFFF;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  margin-right: 100px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;

  color: #FFFFFF;
}

.footer-nav>a {
  margin-bottom: 26px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;

  color: #FFFFFF;
}



.world-img img {
  display: block;
  margin: 35px auto;
}
.copyright {
  color: #607ad7;
  margin-bottom: 0;
}

#testimonial .slider-nav.testimonial-slider-nav {
  position: relative;
}
#testimonial .slider-nav.testimonial-slider-nav button {
  position: absolute;
  bottom: 100px;
  left: 170px;
  border:0;
}
#testimonial .slider-nav.testimonial-slider-nav button.right-arrow {
  right: 170px;
  left: auto;
}
#signup {
  padding: 180px 0 80px;
  background-color: #01155c;
}
#page-header {
  background-image: url('https://i.imgur.com/JZRvTLI.jpg');
  padding: 180px 0;
  background-size: cover;
  background-position: bottom;
}
.breadcrums {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.breadcrums li a {
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  margin-right: 15px;
}
.breadcrums li.page-name a {
  color: #0278f6;
}
#page-header .main-title {
  text-transform: uppercase;
}
#faq .main-title,
#terms .main-title {
  position:relative;
}
#faq .main-title::before,
#terms .main-title::before {
  background-image: url('https://i.imgur.com/kPzgCAj.png');
  position: absolute;
  content: '';
  width: 135px;
  height: 106px;
  left: 0;
  bottom: 0;
}
#faq .main-title::after {
  content: '';
  background-image: url('https://i.imgur.com/fpivguJ.png');
  width: 174px;
  height: 418px;
  position: absolute;
  right: -50px;
  top: 40px;
}

#terms .media-left, #terms .media-right, #terms .media-body {
  vertical-align: top;
}
#terms {
  padding: 80px 0;
}
#terms .media-body {
  vertical-align: bottom !important;
}
.sidebar-wrap {
  background-color: #011561;
  background-image: url('https://i.imgur.com/MFujNph.png');
  width: 200px;
  height: 100%;
  position: fixed;
  top: 0;
  z-index:9999;
  transition: all 0.5s ease;
  /*overflow-y: scroll; */
}
.sidebar-nav ul {
  list-style: none;
  padding-left: 0;
}
/* */
.sidebar-nav li {
  width: 100%;
}
.sidebar-nav ul li a {
  text-align: center;
}
.sidebar-nav ul li a i {
  display: block;
}
.sidebar-nav ul li a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 15px;
}
.sidebar-nav ul li.active a,
.sidebar-nav ul li.active a:hover,
.sidebar-nav ul li a:hover,
.sidebar-nav ul li a:focus {
  background-color: rgba(1,28,86,.5);
  text-decoration: none;

}
.sidebar-nav {
  padding-top: 50px;
}
.auth .navbar-default {
  background-color: #0276f3;
}
.sidebar-wrap .sidebar-logo {
  background-color: #0276f3;
  width: 100%;
  padding: 6px 15px;
}
.auth .navbar-default {
  background-color: #fff;
  border: 0;
}
.auth .navbar-nav li a.pinner {
  color: #01155c;
}
.auth .navbar-nav > li > a {
  color: #686b75;
}
.auth .navbar-nav > li > a .bread-bar {
  margin: 0 15px;
}
.auth .navbar-nav > li > a .page-name {
  color: #0276f3;
}
.auth .navbar-nav > li > a:hover, .auth .navbar-nav > li > a:focus {
  background: transparent;
  color: #686b75;
}
#wrapper .page-wrpper,
.auth #wrapper .navbar-default {
  padding-left: 200px;
  transition: all 0.5s ease;
}
#wrapper.toggled .navbar-default,
#wrapper.toggled .page-wrpper {
  padding-left: 0;
  transition: all 0.5s ease;
}
#wrapper.toggled .sidebar-wrap {
  left: -200px;
  transition: all 0.5s ease;
}
.auth .navbar-right-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.auth .navbar-right-block .dropdown button {
  background-color: transparent;
  border: 0;
  border-radius: 100%;
  padding: 3px 10px;
  display: flex;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
  color: #01155c;
}
.auth .navbar-right-block .extra-nav {
  background-color: #f4f7fa;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  padding: 3px 10px;
  font-size: 24px;
  margin: 0 5px;
}
.user-img {
  margin-left: 12px;
}
.auth .navbar-right-block .dropdown button:hover, .auth .navbar-right-block .dropdown button:focus {
  background: transparent;
  color: #01155c;
}
#auth-header {
  background-color: #0278f6;
  padding: 25px;
  margin-top: -20px;
  /* margin-bottom: 45px; */
}
.auth-bnr-img {
  position: relative;
}
.auth-status-wrap {
  text-align: center;
  position: relative;
}
.auth-status-icon span {
  background-color: #fff;
  height: 45px;
  width: 45px;
  display: block;
  margin: auto auto 20px;
  line-height: 40px;
  font-size: 20px;
  box-shadow: -7px -5px 0 0px #0663cb;
  filter: drop-shadow( 10px 10px 20px rgba(0,23,115,.5));
}
.auth-staus-title {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.auth-staus-txt {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}
.auth-bnr-img img {
  position: absolute;
  z-index: 1;
  left: -25px;
}
.auth-status-wrap::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  border-left: 2px solid #0e7bef;
  border-right: 2px solid #0172ec;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}
.well.well-grey {
  background-color: #eff3f7;
  border-color: #eff3f7;
  box-shadow: none;
}
.page-wrpper {
  background-color: #eff3f7;
}
.btn-click-me {
  background-color: #c3ccd8;
  border-radius: 100px;
  color: #01155c;
  padding: 12px 35px;
}
.click-me-btn-wrap span {
  background-color: #bdc6d5;
  color: #01155c;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border-radius: 100px;
  position: relative;
  margin-right: 8px;
}
.click-me-btn-wrap span::after {
  width: 12px;
  height: 12px;
  content: '';
  position: absolute;
  border-top: 10px solid transparent;
  border-left: 10px solid #bdc6d5;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
}
.click-me-btn-wrap {
  text-align: right;
}
.order-steps-icon i {
  color: #01155c;
  font-size: 22px;
}
.order-steps-title {
  color: #01155c;
  font-size: 17px;
  margin-bottom: 8px;
  margin-top: 12px;
}
.order-steps {
  color: #979aa1;
  font-size: 10px;
  margin-bottom: 0;
}
.order-steps-title, .order-steps {
  padding: 0 6px;
}
.order-steps-wrap {
  margin-bottom: 15px;
}
.row.order-steps-row::before {
  content: '';
  width: 98%;
  height: 2px;
  background-color: #dadfe9;
  left: 15px;
  position: absolute;
  top: 10px;
}
.row.order-steps-row {
  position: relative;
  min-height: 100px;
  margin-top: 12px;
}
.row.order-steps-row::after {
  content: '';
  width: 98%;
  height: 2px;
  background-color: #dadfe9;
  left: 15px;
  position: absolute;
  bottom: 4px;
  bottom: -6px;
}
.order-steps-icon i.fas.fa-check-circle {
  color: #31b46c;
}
.auth label {
  color: #515460;
  color: #01155c;
  font-size: 16px;
  font-weight: 400;
  margin: 12px 0;
}
.auth .form-control {
  color: #9798a0;
  height: 60px;
  border-radius: 3px;
  box-shadow: none;
}
.auth .form-control {
  /* color: #9798a0; */
  color: #030328;
  height: 60px;
  border-radius: 3px;
  box-shadow: none;
  font-size: 16px;
}
.auth #service_description .panel-body {
  color: #030328;
  font-size: 16px;
  border: 0;
  border-radius: 3px;
}
.auth select.form-control {
  background-image: url('https://i.imgur.com/S5NO2p2.png');
  background-position: 98%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  padding-right: 25px;
}
.auth #order-form .btn.btn-primary {
  margin: auto;
  display: block;
}
.auth .dash-title {
  font-size: 18px;
  color: #01155c;
}
.well.well-white {
  background-color: #fff;
  border-color: #fff;
}
.auth .panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.auth .panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}
.auth .panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}
.auth .panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}
.auth .panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.auth .panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.auth .panel-default {
  border-color: #f3f6f9 !important;
  background-color: #f3f6f9 !important;
}
.auth .panel.panel-default .panel-title a {
  color: #797b7f;
  font-size: 15px;
}
table {
  border-collapse: separate;
  border-spacing: 0 10px;
}
table tr th, table tr td {
  padding: 15px !important;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff !important;
  border: 0 !important;
}
table tr th {
  /* font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #0051CB; */
  color:#0276f4;
}
table tr td {
  color:#01155c;
}
/* table tr.cat-name td {
margin: 0 20px;
background: #0051CB !important;
box-shadow: 0px 4px 20px rgba(255, 230, 0, 0.2), inset 0px 1px 8px rgba(0, 209, 255, 0.5);
border-radius: 27px !important;
color: #fff;
text-align: center;
font-size: 18px;
font-weight: 600;
} */
table tr.cat-name td {
  background-color: #0277f3 !important;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
table tr th:first-child,
table tr td:first-child{
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
table tr th:last-child,
table tr td:last-child{
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
td span.badge {
  font-weight: 400;
  background-color: #ffffff;
  padding: 4px 12px;
  font-size: 18px;
}
.service-description .btn.btn-primary {
  /* background: linear-gradient(99.28deg, #0094FF 10.78%, #00A3FF 97.12%);
  box-shadow: 0px 4px 20px rgba(0, 150, 255, 0.2), inset 0px 1px 2px #00D1FF;
  border-radius: 35px; */
  background-color: #f35909;
  border-color: #f35909;
}
.width-service-name {
  min-width: 200px;
  width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}
.auth .modal-content {
  background-color: #fff;
}
.container-fluid.addfuns-wrap > .row {
  margin: 100px auto;
}
.container-fluid.addfuns-wrap {
  width: 85%;
  margin: auto;
}
.auth .nav.nav-tabs {
  border: 0;
}
.auth .nav.nav-tabs li a {
  color: #01155c;
  font-size: 15px;
  background-color: #f4f7fa;
  padding: 12px 30px;
  border-radius: 100px;
  margin-right: 10px;
  border-color: #f4f7fa;
  margin-bottom: 15px;
}
.auth .nav.nav-tabs li.active a,
.auth .nav.nav-tabs li a:focus,
.auth .nav.nav-tabs li.active a:hover,
.auth .nav.nav-tabs li a:hover {
  background-color: #0277f5;
  color:#fff;
  border-color: #0277f5;
}
.auth .addfuns-wrap select.form-control,
.auth .addfuns-wrap .form-control,
.auth .ticket-page .form-control,
.auth .account-page .form-control,
.auth .mass-page .form-control {
  background-color: #f4f7fa;
  color: #01155c;
}
.auth .addfuns-wrap label {
  color: #01155c;
}
.addfunds-right-txt {
  font-size: 14px;
  color: #01155c;
  font-weight: 600;
}
.paytm-img {
  margin: 0 auto 25px;
}
.auth {
  background-color: #eff3f7;
}
pre {
  background-color: #01155c;
  color: #fff;
  border-color: #01155c;
}
.ticket-message-right .ticket-message {
  background-color: #0276f3;
  color: #fff;
  border-color: #0276f3;
  border-radius: 15px 15px 0 15px;
  margin-bottom: 10px;
}
.ticket-message-left .ticket-message {
  background-color: rgba(2,118,243,0.5);
  color: #fff;
  border-color: #0276f3;
  border-radius: 15px 15px 15px 0;
  margin-bottom: 10px;
}
.auth #message.form-control {
  background-color: #f4f7fa;
  height: 200px;
}
.container-fluid.mass-page textarea {
  height: 180px;
}
.auth #page-header {
  display: none;
}
.auth #faq .main-title::after {
  display: none;
}
.auth .search-wrap {
  margin: 8px 0 8px auto;
}
.auth .search-wrap .input-group,
.auth .search-wrap .input-group input {
  background-color: #f4f7fa;
}
.auth .search-wrap button {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #060606;
}
.auth .search-wrap .input-group input {
  height: 48px;
  color: #515460;
}
.auth .search-wrap .input-group input::placeholder {
  color: #515460 !important;
}
.auth .search-wrap .input-group input:focus {
  border: 0;
}
#infomodal .modal-body, #infomodal .modal-body .dash-title {
  text-align: left;
  color: #fff;
}
#infomodal .modal-header img {
  margin: auto;
}
#infomodal .modal-content {
  background-color: #0276f4;
}
#infomodal button.close {
  position: absolute;
  top: -20px;
  right: -20px;
}
.sidebar-pinner {
  display: none;
}
.service-description .modal-content {
  background-color: #fff;
}
#ticketsend .siginInRow {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
#ticketsend label {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  color:#fff;
}
#ticketsend .inputfeild {
  border:0;
  float: none;
  width: 100%;
  color: #00266d;
  border-radius: 3px;
  box-shadow: none;
  font-size: 16px;
  height: 48px;
  padding: 12px;
}
#ticketsend textarea {
  width: 100%;
  height: 300px;
}
#newTicket .close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent;
  color: #fff;
}
#newTicket .modal-content {
  background-color: #0276f4;
  text-align: left;
  color: #fff;
}
#newTicket .modal-content .modal-header {
  background-color: #00266d;
}
#ticketsend textarea.inputfeild {
  height: 150px;
}
.submitButton.btn.btn-primary {
  background-color: #00266c;
  border-color: #00266c;
  margin: auto;
  display: block;
}
.nav-item.new-ticket {
  float: right;
}
.auth .nav.nav-tabs li.new-ticket a {
  background-color: #012167;
  border-color: #012167;
  color: #fff;
}
.auth .nav.nav-tabs li.new-ticket a:hover {
  cursor: pointer;
}
.ticket-info-wrap {
  padding: 40px 25px;
}
tbody .badge.badge-Answered {
  background-color: #14cb06;
  box-shadow: 0 5px 5px 0 rgba(20, 203, 6, 0.5);
  padding: 8px 12px !important;
}
tbody .badge.badge-Closed {
  background-color: #d80027;
  box-shadow: 0 5px 5px 0 rgba(216, 0, 39, 0.5);
  padding: 8px 12px !important;
}
tbody .badge.badge-Pending {
  background-color: #0277f5;
  box-shadow: 0 5px 5px 0 rgba(2, 119, 245, 0.5);
  padding: 8px 12px !important;
}
.ticket-subject a {
  color: #012167;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: ;
}
#newTicket .modal-content {
  text-align: left;
  color: #fff;
  background-image: url('https://i.imgur.com/cbvrwjI.png');
  background-color: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 155px 195px;
}
#newTicket .modal-dialog {
  width: 70%;
  margin: 30px auto;
  z-index: 999999;
}
#newTicket .modal-content .modal-header {
  background-color: transparent;
}
#newTicket .modal-content .modal-header .modal-title {
  font-size: 24px;
}
.goog-te-gadget-icon + span {
  display: none !important;
}
.goog-te-gadget-icon {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  /* content: url("http://imgur.com/SZ8Cm.jpg") !important; */
}
.goog-te-gadget-simple {
  background-image: url("https://i.imgur.com/VvI3WKa.png") !important;
  width: 45px;
  height: 45px;
  border: 0 !important;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
div#google_translate_element .goog-te-gadget .goog-te-gadget-simple {
  background-color: transparent;
}
.order-col .card {
  background-color: #fefefe;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(1,44,128,0.1);
}
.order-col .card-service {
  color: #01155c;
  font-size: 18px;
  font-weight: 500;
}
.card-name {
  font-size: 16px;
  color: #515460;
  line-height: 20px;
}
.order-col .card-body {
  padding: 12px;
  border-bottom: 1px solid #e9edf4;
}
.order-col .card-body {
  height: 100px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.card-text .link {
  color: #0276f4;
}
.order-col .card .col-sm-6 .card-text {
  color: #0276f4;
}
.order-col .card .row .col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}
.order-col .card .row {
  margin-left: 0;
  margin-right: 0;
}
.order-col {
  margin-bottom: 20px;
}
.order-col .card-head {
  text-transform: uppercase;
}
.pinner {
  background-image: url('https://storage.perfectcdn.com/09960a/4xr9zt1z5ld70gfp.png');
  width: 40px;
  height: 40px;
  background-size: 100%;
  padding: 0 !important;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* margin-left: 10px; */
  background-color: #fff;
  background-size: 25px 25px;
  border-radius: 100%;
  z-index: 9999;
  box-shadow: 0 0 20px 0 #002f7f;
}
#wrapper.toggled .pinner {
  transform: rotateY(180deg) translateY(-50%);
}
.order-actions .btn {
  padding: 6px 25px;
}
.subc-status .card-body, .subs-action .card-body {
  height: auto;
}
.card-body.no-border {
  border: 0;
}
.table-responsive {
  width: 100%;
}
.auth .nav.nav-pills.rtl-nav {
  float: none;
}
.auth .nav.nav-pills.rtl-nav li a i {
  margin-right: 0;
  margin-left: 15px;
}
.pinner {
  background-image: url('https://storage.perfectcdn.com/09960a/d4sji4ughay7y3r6.png');
}


.rtl-site #top-sec .main-title {
  font-size: 42px;
}
.rtl-site #top-sec .main-title {
  text-align: center;
}
.rtl-site #services .main-title {
  text-align: center;
}
.single-social-txt {
  text-align: center;
}
.rtl-site .info-title {
  text-align: center;
}
#adverts .main-title {
  text-align: center;
}
#testimonial .slider-nav.testimonial-slider-nav button {
  text-align: center;
}
#testimonial .main-title {
  text-align: center;
}
#result .main-title {
  text-align: center;
}
.rtl-site .sidebar-wrap {
  right: 0;
}
.rtl-site #wrapper .page-wrpper {
  padding-left: 0;
  padding-right: 175px;
}
.rtl-site #wrapper .page-wrpper,
.rtl-site.auth #wrapper .navbar-default {
  padding-left: 0;
  padding-right: 175px;
}
.rtl-site #wrapper.toggled .sidebar-wrap {
  left: auto;
  /* right: -175px; */
}
.rtl-site .testi-name {
  text-align: center;
}
.rtl-site .pinner {
  right: 170px;
  left: auto;
  transform: rotateY(180deg) translateY(-50%);
}
.rtl-site #wrapper.toggled .pinner {
  transform: rotateY(0) translateY(-50%);
}
.rtl-site #wrapper.toggled .sidebar-wrap {
  right: -210px;
}
.rtl-site #wrapper.toggled .page-wrpper,
.rtl-site.auth #wrapper.toggled .navbar-default  {
  padding-right: 0;
}
.rtl-site #wrapper.toggled .pinner {
  right: 0;
}
.auth .navbar-right-block .dropdown .dropdown-menu li {
  display: block;
  float: none !important;
}
.rtl-site .order-steps-title {
  font-size: 14px;
}
.rtl-site .auth-staus-title {
  text-align: center !important;
}
.rtl-site #faq .main-title {
  text-align: center;
}
.rtl-site #terms .media-body {
  padding-right: 15px;
}
.blog-main-title {
  text-align: center !important;
}
.rtl-site .contact-title {
  text-align: center;
}
.rtl-site .search-wrap .dropdown-menu .dropdown-item {
  text-align: right;
}
.rtl-site #faq .row.faq-tabs-row .tab-content {
  padding-right: 0;
  padding-left: 0;
}
.rtl-site .click-me-btn-wrap {
  text-align: left;
}
.rtl-site .auth-bnr-img img {
  transform: rotateY(180deg);
}
.auth select.form-control {
  background-position: 2%;
  padding-right: 15px;
  padding-left: 25px;
  text-align: right;
}
.auth.rtl-site .nav.nav-tabs.rtl-nav {
  padding-right: 0;
}
.auth.rtl-site .nav.nav-tabs.rtl-nav li a {
  margin-right: 0;
  margin-left: 10px;
}
.rtl-site #ticketsend label {
  text-align: right;
}

.sub-ed,
.notify-box-wrap.active .sub-d {
  display: none;
}
.notify-box-wrap.active .sub-ed {
  display: block;
}
.verify-box {
  float: right;
  background-color: #0278f6;
  padding: 15px 25px;
  border-radius: 100px;
  color: #fff;
  text-align: center;
}
.verify-box .verify-box-status {
  display: none;
}
.verify-box .verify-box-status.active {
  display: block;
}
.form-group.sec-wrap {
  position: relative;
}
.auth .content-verified .form-control {
  background-color: #f4f7fa;
  color: #01155c;
}
.auth .content-verified #save-secret {
  position: absolute;
  bottom: 7px;
  right: 7px;
  border-radius: 0;
}
.brand-category {
  margin: 10px !important;
  border-radius: 6px;
  padding: 12px;
  background-color: #0278f6;
  color: #eff3f7;
  transition: all 150ms ease-in-out;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 18px;
}
.brand-category .icon {
  margin-right: 7px;
}
.brand-category:hover,
.brand-category:focus,
.brand-category:focus-visible {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 10px 0 rgba(0,0,0,50%);
}



@media (max-width:1199px) {
  .row.form-row .form-wrap {
    margin-top: 90px;
  }
  .form-left-img img {
    top: 0;
    width: 300px;
    left: 50px;
  }
  .main-title-txt.dark {
    padding: 0 0;
  }
  .single-social-icon,
  #result .nav-tabs .nav-link img {
    max-width: 100%;
  }
  .single-social-txt {
    font-size: 20px;
    margin-top: 10px;
  }
  .service-slider {
    margin: 140px 0 50px;
  }
  .digital-left-img img {
    height: 756px;
    left: -600px;
  }
  .digital-girl img {
    top: -61px;
    width: 145px;
  }
  .confuse-slider::before {
    left: 0;
  }
  .confuse-slider::after {
    right:0;
  }
  .advert-wrap {
    min-height: 318px;
  }
  .advert-title {
    font-size: 45px;
  }
  #faq .main-title::before, #terms .main-title::before {
    bottom:-40px;
  }
  #faq .main-title::after {
    width: 144px;
    height: 388px;
    right: 0;
    top: 40px;
    background-size: 144px 388px;
  }
  .row.testimonial-slider::after {
    right:15px;
  }
  .row.testimonial-slider::before {
    left:15px;
  }
  .auth-bnr-img img {
    max-width: 100%;
    left: 0;
    top: 60px;
  }
  .auth-staus-title {
    font-size: 16px;
  }
  .row.order-steps-row::after {
    display:none;
  }

}
@media (max-width:992px) {
  .guest .navbar-default #navbar li a {
    min-width: 85px;
  }
  .main-title {
    font-size: 50px;
  }
  .row.form-row .form-wrap {
    margin-top: 50px;
  }
  .form-left-img img {
    left:0;
  }
  #top-sec {
    padding: 80px 0 45px;
  }
  .single-social-txt {
    font-size: 16px;
    margin-top: 10px;
  }
  .service-slider-nav {
    top:0;
  }
  .service-slider {
    margin: 50px 0 50px;
  }
  .service-slider-wrap {
    margin: 20px 20px 20px 20px;
  }
  .service-slider::before,
  .service-slider::after {
    width: 339px;
    height: 464px;
    background-size: 339px 464px;
  }
  #services {
    padding-bottom: 45px;
  }
  .main-title.dark {
    font-size: 32px;
  }
  .info-title {
    font-size: 30px;
  }
  .digital-left-img img {
    left: -765px;
    height: 795px;
  }
  h2.main-title {
    font-size: ;
    font-size: 32px;
  }
  #digital p {
    font-size: 14px;
  }
  .digital-girl img {
    width: 100px;
  }
  #perfect,
  #result,
  #info,
  #confuse,
  #faq,
  #testimonial {
    padding: 45px 0;
  }
  #result .tab-content .col-sm-3 {
    display: none;
  }
  #result .col-sm-6 .service-slider-wrap:first-child::after,
  #result .col-sm-6 .service-slider-wrap:last-child::after {
    display:none;
  }
  .watch-video-btn img {
    max-width: 100%;
  }
  .confuse-slider::before {
    left: 0;
    width: 120px;
    height: 308px;
    background-size: 120px auto;
    top: -90px;
  }
  .confuse-slider::after {
    right: 0;
    width: 109px;
    height: 275px;
    background-size: 109px auto;
    top: 0;
  }
  .watch-video-btn {
    top: -80px;
  }
  .advert-txt {
    font-size: 14px;
  }
  .advert-title {
    font-size: 32px;
  }
  .advert-wrap {
    min-height: 238px;
  }
  #ready {
    margin-top: 70px;
  }
  .row.faq-tabs-row .nav-tabs > li.active > a,
  .row.faq-tabs-row .nav-tabs > li.active > a:hover,
  .row.faq-tabs-row .nav-tabs > li > a:hover,
  .row.faq-tabs-row .nav-tabs > li > a:focus,
  .row.faq-tabs-row .nav-tabs > li > a {
    padding:12px 15px;
  }
  .row.testimonial-slider::before,
  .row.testimonial-slider::after {
    display:none;
  }
  #testimonial .slider-nav.testimonial-slider-nav button {
    left:0;
  }
  #testimonial .slider-nav.testimonial-slider-nav button.right-arrow {
    right: 0;
    left: auto;
  }
  .auth #navbar.collapse {
    display: flex;
    height: auto !important;
    flex-wrap: wrap;
  }
  .auth #navbar.collapse .navbar-left-block, .auth #navbar.collapse .navbar-right-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .auth .navbar-collapsed-before .navbar-nav li {
    width: auto;
  }

  .auth-staus-txt {
    font-size: 14px;
    line-height: 1.1;
  }
  .auth-staus-title {
    font-size: 14px;
  }
}
@media (max-width:767px) {
  .guest #navbar, .guest #navbar.collapse.in {
    display: block !important;
  }
  .guest #navbar.collapse {
    display:none !important;
  }
  .guest #navbar {
    background-color: #01155c;
  }
  .guest #navbar.navbar-collapse {
    border:0 !important;
  }
  #top-sec {
    background-size: cover;
    background-position: bottom;
  }
  .form-left-img {
    display: none;
  }
  .row.form-row .form-wrap {
    margin-top: 0;
  }
  .form-title, .form-title-txt {
    text-align: center;
    color: #fff;
  }
  .api h4, h5, h6, form {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  #top-sec form .text-right {
    text-align: center !important;
  }
  .have-acc {
    display: block;
    margin-bottom: 10px;
  }
  #top-sec form label, .forgot-password1, .have-acc {
    color: #fff;
  }
  .social-info i {
    font-size: 12px;
  }
  .single-social-wrap {
    padding:6px 8px;
  }
  .single-social-icon {
    width: 40px;
    margin: auto;
    display: block;
  }
  .single-social-txt {
    font-size: 12px;
  }
  .service-slider::before, .service-slider::after {
    display:none;
  }
  .service-slider {
    margin: 0;
  }
  .digital-left-img img {
    display: none;
  }
  .watch-video-btn img {
    width: 70px;
  }
  .advert-wrap {
    margin-bottom: 25px;
  }
  .ready-right-img, .ready-left-img {
    display: none;
  }
  #ready {
    padding: 45px 0 45px;
  }
  #faq .main-title::before,
  #terms .main-title::before,
  #faq .main-title::after {
    display: none;
  }
  .row.faq-tabs-row .nav-tabs {
    margin-bottom: 15px;
  }
  .row.faq-tabs-row .nav-tabs > li > a {
    text-align: center;
  }
  #faq .row.faq-tabs-row .tab-content {
    padding-right: 0;
    padding-left: 0;
  }
  .auth .navbar-nav li {
    display: inline-block;
  }
  .auth .navbar-nav li{
    width: auto;
  }
  .auth-status-wrap::after {
    display: none;
  }
  .auth-bnr-img img {
    display: none;
  }
  .auth-status-wrap {
    margin-bottom: 25px;
  }
}
@media (max-width:550px) {
  h1.main-title {
    font-size: 29px;
  }
  .title-btm-txt {
    font-size: 14px;
    line-height: 1.1;
  }

  .single-social-icon {
    width: auto;
  }
  #result .nav-tabs {
    flex-wrap: wrap;
  }
  #result .nav-tabs .nav-link {
    /* margin-bottom: 25px; */
    margin-bottom: 15px;
    width: 52px;
  }
  #result .nav-tabs .nav-link:hover, #result .nav-tabs .nav-link.active, #result .nav-tabs li.active .nav-link, #result .nav-tabs .nav-link:focus, #result .nav-tabs .nav-link.active:hover {
    transform: translateY(0px);
  }
  .confuse-slider {
    margin-top: 20px;
  }
  .confuse-slider::before,
  .confuse-slider::after {
    display:none;
  }
  .slider-nav.confuse-slider-nav {
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
  }
  .testi-txt {
    padding: 0 45px;
  }
  #page-header {
    padding: 100px 0;
  }
  .service-description .modal-content {
    background-color: #0276f4;
    color: #ffffff;
    border-spacing: 0;
  }
  .modal-content .modal-body, .modal-content .modal-header {
    word-break: break-word;
    white-space: normal;
  }
  .signup-right-img {
    margin-bottom: 15px;
  }
  #terms .media-left, #terms .media-right, #terms .media-body {
    display: block;
    width: 100%;
  }
  .auth .navbar-right-block .dropdown button {
    font-size:11px;
  }
  .auth .navbar-right-block .extra-nav {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    padding: 3px 3px;
    font-size: 14px;
  }
  .auth .navbar-right-block .dropdown button img {
    width: 25px;
  }
  .auth .navbar-right-block {
    flex-wrap: wrap;
  }
  .auth #navbar.collapse .navbar-right-block .open .dropdown-menu {
    position: absolute;
    background-color: #01155c;
  }
  #wrapper .page-wrpper,
  .auth #wrapper .navbar-default {
    padding-left: 0;
  }
  .sidebar-pinner {
    text-align: center;
    color: #fff;
    font-size: 24px;
  }
  .sidebar-pinner .pinner {
    color: #fff;
  }
  .sidebar-nav {
    padding-top: 10px;
    height: 100%;
    overflow-y: auto;
  }
  .auth .search-wrap {
    width: 100%;
    margin: 8px;
  }
  .container-fluid.addfuns-wrap {
    width: 100%;
    margin: auto;
  }
  .container-fluid.addfuns-wrap > .row {
    margin: 20px auto;
  }
  .sidebar-pinner {
    display: block;
  }
  .search-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 !important;
  }
  .search-wrap > .dropdown, .search-wrap button.dropdown-toggle {
    width: 100%;
    margin-bottom: 5px;
  }
  .main-title i{
    margin-left: 0px;
  }
  .form-control{
    height: 48px;
    box-shadow: 0 4px 10px -2px #cacfe2;
  }
  .main-title.dark {
    font-size: 28px;
  }
  .main-title-txt.dark{
    font-size: 14px;
  }
  .service-slider-nav{
    text-align:center;
  }
  .service-slider-wrap {
    margin: 15px 12px 15px 12px;
    box-shadow: 0 0 15px -4px rgba(0,23,115,0.4);
  }
  #services {
    padding-bottom: 20px;
  }
  #info .col-sm-3 {
    float: left;
    width: 50%;
  }
  .info-icon{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .info-title {
    font-size: 22px;
  }
  .info-txt {
    font-size: 12px;
  }
  #perfect, #result, #info, #confuse, #faq, #testimonial {
    padding: 40px 0;
  }

  .advert-wrap {
    margin-bottom: 15px;
    min-height: 148px;
    background-position: center center;
  }
  #ready {
    padding: 40px 0 45px;
  }
  #ready .btn.btn-primary {
    margin-top: 10px;
  }
  .row.faq-tabs-row .nav-tabs > li > a{
    font-size: 14px;
  }
  .row.faq-tabs-row .nav-tabs .nav-item{
    padding: 5px 0;
  }
  .world-img img{
    position: absolute;
    opacity: 0.2;
    left: 0;
    right: 0;
    top: -90px;
    z-index: 0;
  }
  .auth .nav.navbar-nav.navbar-left-block li:last-child {
    display: none;
  }
  .auth #navbar.collapse{
    justify-content: space-between;
  }
  .auth #navbar.collapse .navbar-left-block,
  .auth #navbar.collapse .navbar-right-block {
    float: none !important;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .auth #navbar.collapse .navbar-left-block{
    max-width: 15%;
    flex: 0 0 15%;
  }
  .auth #navbar.collapse .navbar-right-block {
    max-width: 85%;
    flex: 0 0 85%;
  }
  .auth .navbar-right-block .dropdown button {
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    height: 25px;
    padding-bottom: 0;
  }
  .auth-status-icon span{
    height: 38px;
    width: 38px;
    margin: auto auto 10px;
    line-height: 38px;
    font-size: 16px;
  }
  .auth-staus-title{
    margin-bottom: 4px;
  }
  .auth-staus-txt {
    font-size: 11px;
    line-height: 1;
  }
  .auth-status-wrap {
    margin-bottom: 15px;
  }
  #auth-header .col-sm-2 {
    width: 25%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
  #auth-header{
    padding: 35px 10px 25px;
  }
  .auth .navbar-right-block .dropdown button#dropdownMenu2 span {
    display: none;
  }
  .user-img {
    margin-left: 4px;
  }
  .auth #navbar.collapse .navbar-right-block .open .dropdown-menu {
    right: 0;
    left: auto;
  }
  .well{
    padding: 19px 0;
  }
  .well.well-white {
    padding-left: 15px;
    padding-right: 15px;
  }
  .auth label{
    font-size: 13px;
    margin: 0 0 5px;
  }
  .auth .form-control{
    height: 48px;
    font-size: 14px;
  }
  table tr th, table tr td {
    padding: 8px 10px !important;
    font-size: 14px;
  }
  .btn.btn-primary{
    padding: 10px 25px;
    font-size: 13px;
  }
  #accountModal .modal-dialog {
    width: auto;
  }
  .auth .nav.nav-tabs li a{
    padding: 12px 15px;
    font-size: 12px;
  }
  .auth li .search-wrap {
    display: none;
  }
  .auth .nav.nav-tabs{
    margin-bottom: 10px;
  }
  table{
    border-spacing: 0px 0px;
  }
  #ticketsend .inputfeild{
    font-size: 14px;
    height: 42px;
    padding: 10px;
  }
  #ticketsend .siginInRow{
    margin-bottom: 5px;
  }
  #ticketsend label{
    margin-bottom: 4px;
    font-size: 11px;
  }
  .guest #navbar .navbar-nav.ml-auto {
    margin: auto;
  }
  #signup {
    padding: 70px 0 10px;
  }
  #signup .img-responsive {
    width: 120px;
    margin: auto;
  }
  #signup .btn.btn-primary {
    width: 100%;
    margin-bottom: 10px;
  }
  .pinner {
    position: fixed !important;
  }
  .row.order-steps-row {
    margin-left: 0;
    margin-right: 0;
  }
  #accountModal .table {
    border-collapse: separate;
    border-spacing: 0 10px;
    padding: 0px 10px;
  }
  #newTicket .modal-content {
    padding: 55px 65px;
  }
  #newTicket .modal-dialog {
    width: 100%;
  }
  #newTicket .modal-content .modal-header .modal-title {
    font-size: 18px;
  }
  #ticketsend .inputfeild {
    font-size: 12px;
    height: 28px;
    padding: 0 5px;
  }
  #ticketsend textarea.inputfeild {
    height: 80px;
  }
  .well .callout__text {
    white-space: normal !important;
  }
  .row.order-steps-row .col-sm-3 {
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
  }
  .row.order-steps-row .col-sm-3:first-child .order-steps-wrap::before,
  .row.order-steps-row .col-sm-3:nth-child(3) .order-steps-wrap::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 90%;
    background-color: #dadfe9;
    top: 15%;
    right: -2px;
  }
  .row.order-steps-row::before {
    display:none;
  }
  .auth .nav.nav-pills {
    justify-content: center;
  }
  .table-responsive {
    border: 0;
  }
  /* .row.order-steps-row::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #dadfe9;
  left: 0;
  position: absolute;
  top: 10px;
  z-index: 0;
  display: block;
  right: 0;
}
  .row.order-steps-row::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #dadfe9;
  left: 0;
  position: absolute;
  top: 120px;
  z-index: 0;
  display: block;
  right: 0;
}

  .order-steps-icon i.fas.fa-check-circle {
  background-color: #eff3f7;
} */
  .order-steps-icon i {
    position: relative;
    z-index: 1;
  }
  .order-steps-wrap::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #dadfe9;
    left: 0;
    position: absolute;
    top: 10px;
    z-index: 0;
    display: block;
    right: 0;
  }
  .well.affiliate-well {
    padding: 15px;
    margin-top: 15px;
  }
  .affiliate-box {
    margin-bottom: 15px;
  }
  .order-steps-title, .order-steps {
    background-color: #0278f625;
    margin-bottom: 0;
    padding: 6px;
  }
  .order-steps-title {
    border-radius: 8px 8px 0 0;
    /* padding: 6px 12px; */
  }
  .order-steps {
    border-radius: 0 0 8px 8px;
  }
  .order-steps-title span {
    width: 90px;
    display: block;
    margin: auto;
  }
  #confuse .pad-ltr {
    padding: 0 15px;
  }
  #top-sec .main-title {
    font-size: 26px;
  }
  .contact-wrap {
    min-height: auto;
  }
  #contact-us .row {
    display: block;
  }
  #contact-us {
    padding: 35px 0;
  }
  .rtl-site #top-sec .main-title {
    font-size: 26px;
  }
  .rtl-navbar .navbar-toggle {
    margin-right: 0;
    margin-left: 15px;
  }
  .rtl-navbar .navbar-toggle {
    margin-right: 0;
    margin-left: 15px;
  }
  .have-acc {
    text-shadow: 1px 1px 0 #0278f6, -1px -1px 0 #0278f6;
    font-weight: 600;
  }
  .have-acc a {
    text-shadow: none;
  }
  #top-sec .main-title i {
    display: block;
    position: relative;
  }
  #top-sec .main-title i + .tooltip {
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    text-align: center !important;
    background: transparent;
    top: -52px !important;
  }
  #top-sec .main-title i + .tooltip .tooltip-arrow {
    display: none;
  }
  #top-sec .main-title i + .tooltip .tooltip-inner {
    margin: auto;
  }
  .auth.rtl-site #navbar.collapse .navbar-right-block .open .dropdown-menu {
    right: auto;
    left: 0;
  }
  .order-steps-title span {
    text-align: center;
  }
  .rtl-site #wrapper .page-wrpper,
  .rtl-site.auth #wrapper .navbar-default {
    padding-right: 0;
  }
  .row.faq-tabs-row .nav-tabs {
    padding: 0;
  }
  .row.faq-tabs-row .nav-tabs li a {
    margin-right: 0;
  }

}

.search-container{
  display: flex;
}
.search-container button{


  float: left;

  padding: 10px;
  background:  #0278f6;
  color: white;
  font-size: 17px;
  border-left: none;
  cursor: pointer;

  border: 1px solid  #0278f6;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: 20px;
  transition: opacity 0.15s linear;

}
.search-container button:hover{
  background: #2196F3;
}

.padded {
  margin-top: 15px;
  background-color: #eff3f7
    padding: 10px;
}

.social-media-wrapper {
  background-color: #eff3f7;
  padding: 10px;
  width: 100%;
  height: max-content;
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); */
  grid-template-columns: repeat(2, 1fr);
  overflow-y: scroll;
}

.social-media-wrapper::-webkit-scrollbar {
  width: 7px;
}

.social-media-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.social-media-wrapper::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.social-media-wrapper div {
  display: grid;
  justify-items: center;
  margin: 10px;
  border-radius: 6px;
  padding: 3px;
  background-color: #0278f6;
  color: #eff3f7;
  transition: all 150ms ease-in-out;
  cursor: pointer;
}

.social-media-wrapper div:hover {
  transform: scale(1.01);
}
@media screen and (max-width: 768px) {
  .padded {
    margin-top: 160px;
  }
}

@media screen and (min-width: 768px) {
  .social-media-wrapper {
    padding: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .social-media-wrapper {
    overflow-y: unset;
    grid-template-columns: repeat(4, 1fr);
  }
}

.social-media-wrapper-item a {
  text-decoration: none;
  color: #01155c;
}


.show-more-btn {
  background-color: #0278f6;
  border-radius: 100px;
  padding: 5px 30px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  outline: none;
  border: none;
  margin: 0 auto;
  display: block;
}

.shmolist {
  transition: visibility 0s, opacity 0.5s linear;
}

.shmolist.hideMore {
  visibility: hidden;
  opacity: 0;
}

.shmolist.showMore {
  visibility: visible;
  opacity: 1;
}

/*.sidebar-nav ul {
display: flex;
flex-direction: column;
align-items: center;

} */

.sidebar-nav ul li a {
  display: flex;
  align-items: center;
  /* justify-content: space-evenly; */
}

.sidebar-nav ul li a i{
  margin-right: 7px;
}
.notify-box-wrap {
  background-color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
}
.box-status {
  display: none;
}
.notify-box-icon {
  display: block;
  margin: auto auto 20px auto;
}
.notify-box-wrap .btn.btn-primary {
  margin-bottom: 15px;
}
.box-status {
  position: absolute;
  right: -26px;
  top: -4px;
  background-color: #0278f6;
  padding: 15px 20px 5px;
  transform: rotateZ(45deg);
  font-weight: 600;
  color: #fff;
}
.notify-box-wrap.active .box-status {
  display: block;
}
.notify-box-wrap.active {
  background-color: #0278f6;
}
.notify-box-wrap.active .dash-title,
.notify-box-wrap.active .notify-box-txt  {
  color: #fff;
}
.notify-box-wrap.active .btn.btn-primary {
  background-color: #fff;
  color: #0278f6;
  border-color: #fff;
}
.box-status {
  background-color: #fff;
  color: #0278f6;
}
.notify-box-icon {
  max-height: 50px;
}
.notify-modal .img-fluid {
  max-width: 100%;
  margin: auto;
  display: block;
}
#vote-content h6, 
#vote-success h6 {
  font-size: 18px;
  color: #01155c;
  margin: 25px 0;
  text-align: center;
}
.refferal-box .avatar-img img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.row.vote-avatar .refferal-box {
  border: 1px solid #012167;
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
  padding: 15px;
  border-radius: 20px;
}
#vote-content .row.vote-avatar .refferal-box h6 {
  margin-top: 0;
}
.vote-avatar {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.row.vote-avatar .refferal-box.selected,
.row.vote-avatar .refferal-box:hover {
  background-color: #012167;
}
.row.vote-avatar .refferal-box.selected h6,
.row.vote-avatar .refferal-box:hover h6 {
  color: #fff !important;
}
.row.vote-avatar .refferal-box.selected,
.row.vote-avatar .refferal-box:hover {
  background-color: #012167;
  box-shadow: 0 0 20px 0 rgba(1,33,103,50%);
}
#vote-content #btn-vote {
  margin: auto;
  display: block;
  width: max-content;
}
.content-verified-wrapper {
  display: none;
}
.content-verified-wrapper.active {
  display: block;
}
.auth.nightmode .page-wrpper,
.auth.nightmode .well-white,
.auth.nightmode .well {
  background-color: #223371;
  border: #223371;
}
.auth.nightmode,
.auth.nightmode .navbar-default {
  background-color: #223371;
}
.nightmode .order-steps-title,
.auth.nightmode label,
.nightmode .help-block,
.auth.nightmode .dash-title,
.auth.nightmode .panel.panel-default .panel-title a,
.auth.nightmode .panel-default .panel-body {
  color: #fff;
}
.auth.nightmode .panel-default .panel-body {
  border-top: 1px solid #fff;
}
.nightmode td span.badge {
  color: #223371;
}
/* new night mode design */
.nightmode .navbar-default {
  background-color: #292828;
}
.auth.nightmode .navbar-right-block .extra-nav {
  background-color: #0276F3;
  color: #fff;
}
.auth.nightmode .navbar-right-block .dropdown button {
  color: #fff;
}
.nightmode #auth-header {
  background-color: #0276F3;
}
.nightmode .auth-bnr-img img {
  filter: none;
}
.nightmode .auth-status-icon span {
  background-color: #000C27;
  color: #fff !important;
  box-shadow: none;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.nightmode .btn-click-me, 
.nightmode .click-me-btn-wrap span {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: #0276F3;
}
.nightmode .click-me-btn-wrap span::after {
  opacity: 0;
}
.auth.nightmode .page-wrpper, 
.auth.nightmode .well {
  background-color: #000C27;
}
.nightmode .row.order-steps-row::before {
  background-color: #212E51;
}
.nightmode .order-steps-icon i {
  border: 5px solid #0276F3;
  color: #000C27;
  border-radius: 100px;
  font-size: 10px;
}
.nightmode .order-steps-icon i::before {
  content: "\f111" !important;
  color: #000c27;
}
.nightmode .order-steps-title {
  border-radius: 10px 10px 0 0;
  border: 1px solid #212E51;
  background-color: #0F1932;
  border-bottom: 0;
}
.nightmode .order-steps {
  border-radius: 0 0 10px 10px;
  border: 1px solid #212E51;
  background-color: #0F1932;
  border-top: 0;
}
.nightmode .order-steps-title {
  font-size: 15px;
}
.nightmode .social-media-wrapper {
  border-radius: 10px;
  border: 1px solid #212E51;
  background-color: #0F1932;
}
.nightmode .social-media-wrapper div {
  border-radius: 10px;
  border: 1px solid #212E51;
  background-color: #000C27;
}
.nightmode .social-media-wrapper div.icon {
  border: 0;
}
.auth.nightmode .nav.nav-tabs li a {
  border-radius: 30px;
  border: 1px solid #212E51;
  background: #0F1932;
  color: #FFF;
}
.auth.nightmode .nav.nav-tabs li.active a,
.auth.nightmode .nav.nav-tabs li.active a:hover,
.auth.nightmode .nav.nav-tabs li a:hover {
  background-color: #0276F3;
  border-color: #0276F3;
}
.auth.nightmode .form-control,
.auth.nightmode #service_description .panel-body {
  border-radius: 10px;
  border: 1px solid #212E51;
  background-color: #0F1932 !important;
  color: #fff !important;
}
.auth.nightmode .panel-default,
.auth.nightmode .panel-default > .panel-heading {
  background-color: #0278F6;
}
.auth.nightmode {
  background-color: #000C27;
}
.auth.nightmode .navbar-default {
  background-color: #000C27;
}
.nightmode .brand-category {
  border-radius: 10px;
  border: 1px solid #212E51;
  background: #000C27;
}
.nightmode .ser-cat-btn.brand-company {
  border-radius: 10px;
  border: 1px solid #212E51;
  background-color: #0F1932;
}
.auth.nightmode .search-wrap button {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background-color: #0276F3 !important;
}
.auth.nightmode .search-wrap .input-group {
  background-color: #0F1932;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #212E51;
}
.auth.nightmode .search-wrap .input-group input {
  border: 0;
  color: #fff !important;
}
.auth.nightmode .search-wrap .input-group input::placeholder { 
  color: #fff !important;
}
.nightmode table tr th,
.nightmode table tr td {
  background-color: #0276F3 !important;
  color: #fff !important;
}
.nightmode td span.badge {
  color: #fff;
}
.nightmode td.btn-td .btn.btn-primary {
  border-radius: 100px;
  border: 1px solid #212E51;
  background-color: #0F1932;
}
.nightmode #instruction_instruction .panel-body {
  border-radius: 10px;
  border: 1px solid #212E51;
  background-color: #0F1932 !important;
  color: #fff;
}
.nightmode p {
  color: #fff;
}
.nightmode .refferal-box h2 {
  color: #fff;
}
.nightmode .refferal-box h2 span {
  color: #0276F3 !important;
}
.nightmode #ticketsend .inputfeild {
  border-radius: 10px;
  border: 1px solid #212E51;
  background: #0F1932;
  color: #fff;
}
.nightmode .service-head .search-bar {
  border-radius: 10px 10px 0 0;
  border: 1px solid #212E51;
  background-color: #0F1932;
}
.nightmode .service-table .table-responsive {
  border-radius: 10px 0 10px 10px;
  border: 1px solid #212E51;
  background: #0F1932;
}
.nightmode .terms__media .mark p {
  color: #fff !important;
  opacity: 1;
  background-color: #074b7d;
}
.nightmode .affiliate-well {
  border-radius: 10px;
  border: 1px solid #212E51 !important;
  background-color: #0F1932 !important;
  color: ;
}
.nightmode .affiliate-well div,
.nightmode .affiliate-well p {
  color: #fff !important;
}
.nightmode .affiliate-flex,
.nightmode .affiliate-box {
  background-color: #0F1932 !important;
  border: 1px solid #212E51 !important;
}
.auth.nightmode .well-white {
  border-radius: 10px;
  border: 1px solid #212E51;
  background-color: #0F1932;
}
.nightmode .alert-info {
  border-radius: 10px;
  border: 1px solid #212E51;
  background-color: #000C27;
  color:#fff;
}
.nightmode .media.post-media .media-heading,
.nightmode .single-post-title {
  color: #fff !important;
}
.nightmode .single-post-wrap p span,
.nightmode .single-post-wrap h2 span,
.nightmode .single-post-wrap ul li,
.nightmode pre,
.nightmode .api h4, 
.nightmode .api h2, 
.nightmode .api p strong {
  color: #fff !important;
}
.nightmode .btn-default {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: #0276F3;
}
.nightmode #notification .title {
  color: #fff;
}
.nightmode .notify-box-wrap {
  border-radius: 10px;
  border: 1px solid #212E51;
  background-color: #0F1932;
}
.nightmode .notify-box-wrap .notify-box-icon {
  filter: brightness(100);
}
.auth.nightmode .notify-modal .modal-content {
  background-color: #000C27;
}
.nightmode .notify-title {
  color: #fff;
}
.auth.nightmode .notify-modal .modal-content .close {
  color: #fff;
  opacity: 1;
}
.auth.nightmode .notify-modal ol li {
  color: #fff;
}
.auth.nightmode .extra-nav[href="javascript:toggleMode()"] {
  line-height: 42px;
}
.rtl-nav {
  float: none;
}
.login-form__submit-row {
  display: flex;
  align-items: center;
  margin-top: 20px;
}.google-login-wrap {
  position: relative;
  width: 100%;
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  background: linear-gradient(99.28deg, #0094FF 10.78%, #00A3FF 97.12%);
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 20px rgba(0, 150, 255, 0.4), inset 0px 1px 2px #00D1FF;
  border: 1px solid #0278f6;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-around;
  margin-left: 12px;
}.frm-btn-wrap .btn.btn-primary, .google-login-wrap {
  flex: 0 0 23%;
  max-width: 23%;
  margin-top: 0;
  border-radius: 100px;
  height: 52px;
}.google-login {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}.google-login svg {
  width: 20px;
  display: inline-block;
  margin-left: 8px;
}.google-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 55px;
  width: 100%;
  overflow: hidden;
  opacity: 0;
}.login-form__submit-row .form-group {
  margin: 0;
}.rtl-site .google-login-wrap {
	margin-right: 5px;
}.rtl-site.frm-btn-wrap .btn.btn-primary, .rtl-site .google-login-wrap {
	flex: 0 0 30%;
	max-width: 30%;
	margin-top: 0;
	border-radius: 100px;
	height: 52px;
}.signup-wrapper .login-form__submit-row {
	margin: 0 !important;
	padding-bottom: 10px;
}
/* theme sale pages css */
#theme-sec {
	padding: 180px 0 35px;
	background: linear-gradient(to bottom, rgba(0,81,203,1) 0%, rgba(255,255,255,1) 26%, rgba(255,255,255,1) 100%);
	background-size: 100% 900px !important;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.childpanel-3-title {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 48px;
	line-height: 52px;
	color: #0051CB;
	margin-bottom: 30px;
}
.themesale-tabs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	border: 0;
	margin-bottom: 25px;
	list-style: none;
	padding: 0;
}
.themesale-tabs li a {
	background-color: #eff3f7;
	border-radius: 100px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	color: #01155c;
	font-size: 15px;
}
.themesale-tabs li a svg {
	margin-right: 5px;
}
.themesale-tabs li.active a,
.themesale-tabs li.active a:hover,
.themesale-tabs li a:hover,
.themesale-tabs li a:focus {
	background-color: #0277f5;
	color: #fff;
	border-color: #0277f5;
}
.theme-wraper {
	background-color: #eff3f7;
	padding: 15px;
	border-radius: 12px;
	box-shadow: 0 0 10px 0 #eff3f720;
	margin-bottom: 25px;
}
.theme-wraper-template a {
	position: relative;
	display: block;
}
span.theme-view {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
	text-align: center;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,30%);
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	color: #0051CB;
	font-size: 24px;
	font-weight: 700;
	text-shadow: 0 0 5px rgba(255,255,255,99%);
	opacity: 0;
	border-radius: 8px;
}
.theme-wraper-template a:hover .theme-view {
	opacity: 1;
}
.theme-wraper-title {
	font-size: 15px;
	font-weight: 700;
	padding: 10px 0 0 0;
}
.theme-wraper-detail-btn {
	background-color: #0277f5;
	margin-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 10px;
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer;
	font-weight: 600;
}
.theme-wraper-ul {
	background-color: #7750f6;
	padding: 12px;
	list-style: none;
	border-radius: 12px;
	margin-bottom: 15px;
}
.theme-wraper-ul li .theme-wraper-txt {
	margin-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.theme-wraper-ul li .theme-wraper-txt span {
	flex: 0 0 calc(100% - 14px);
	max-width: calc(100% - 14px);
	padding-left: 5px;
	color: #fff;
	line-height: 1.4;
	font-size: 12px;
}
.theme-wraper-ul li .theme-wraper-txt i {
	color: #fff;
	font-size: 14px;
}
.theme-wraper-btn {
	display: flex;
	font-weight: 700;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	background-color: #01256a;
	padding: 10px;
	border-radius: 10px;
	color: #fff !important;
	text-decoration: none !important;
	margin: 0 0 5px 0;
}
.childoption-wrap {
	position: relative;
}
.childoption {
	position: relative;
	overflow: hidden;
	min-height: 80px;
	margin-bottom: 10px;
	display: flex;
	background-color: #0228ba;
	padding: 15px;
	border-radius: 3px;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	text-decoration: none !important;
}
.childoption-txt {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0;
	padding-right: 5px;
	flex: 0 0 calc(100% - 50px);
	max-width: calc(100% - 50px);
}
.childoption-img {
	flex: 0 0 50px;
	max-width: 50px;
}
#viewdetail .modal-header::after, 
#viewdetail .modal-header::before,
#login-modal .modal-header::after,
#login-modal .modal-header::before {
	display: none;
}
#viewdetail .modal-header .close span,
#viewdetail .modal-header .close,
#login-modal .modal-header .close,
#login-modal .modal-header .close span {
	color: #f43b34 !important;
}
#viewdetail .modal-content,
#login-modal .modal-content {
	background-color: #fff;
	overflow: hidden;
}
#viewdetail #theme-detail {
	padding: 0;
	list-style: none;
	text-align: left;
}
#viewdetail .modal-header,
#login-modal .modal-header {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #0051cb;
	background-color: #0051cb;
}
#viewdetail .modal-header .modal-title,
#login-modal .modal-header .modal-title {
	color: #fff;
}
i.fas.fa-check-circle {
    color: #0051cb;
}
#viewdetail .view {
	color: #fff;
}
a.view, span.view {
    background: #0051cb;
    padding: 5px 5px 5px 5px;
    color: white;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.order-detail-title {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: underline;
	margin-bottom: 10px;
}
.order-detail-ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	list-style: none;
	justify-content: space-between;
	padding: 0;
}
.order-detail-ul li {
	flex: 0 0 49%;
	max-width: 49%;
}
.order-detail-box {
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	background-color: #f0f4f7;
	padding: 12px;
	border-radius: 10px;
	margin-bottom: 12px;
}
.order-detail-box-left {
	flex: 0 0 50px;
	max-width: 50px;
}
.order-detail-box-txt-wrap {
	display: flex;
	align-items: center;
	align-content: center;
}
.order-detail-box-txt {
	flex: 0 0 calc(100% - 35px);
	max-width: calc(100% - 35px);
	white-space: normal;
	word-break: break-word;
	padding-right: 10px;
	line-height: 1.1;
	font-size: 14px;
	color: #0051cb;
}
.order-detail-box-icon {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex: 0 0 35px;
	max-width: 35px;
	border-radius: 100px;
	height: 35px;
	background: #0278f6;
	color: #fff;
	cursor: pointer;
}
.order-detail-box-right {
	flex: 0 0 calc(100% - 50px);
	max-width: calc(100% - 50px);
	padding-left: 10px;
}
.order-detail-box:hover {
	background-color: #0051cb;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}
.order-detail-box:hover .order-detail-box-txt {
	color: #fff;
}
.order-detail-box:hover .order-detail-box-icon {
	background: #161719;
}
.order-detail-title {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: underline;
	margin-bottom: 10px;
}
.auth .theme-wraper {
	background-color: #fff;
}
.theme-pricing-table td,
.theme-pricing-table th {
	text-align: center;
  padding: 3px 10px !important;
}
.theme-pricing-table tr td:first-child {
	text-align: left;
}
.theme-pricing-table tr th {
	background-color: #0277f5 !important;
	color: #fff;
}
.theme-pricing-table tr td {
	border: 1px solid #000 !important;
}
.theme-pricing-table {
	border-collapse: separate;
	border-spacing: 0 2px;
}
.smm-integration, .smm-integration-table-box {
  min-height: 470px;
}
.smm-integration {
  background-color: #eff3f7;
  padding: 15px;
  border-radius: 12px;
}
.smm-integration .smm-integration-img {
  margin: 0 auto 12px;
  display: block;
}
.smm-api-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
}
.smm-api-title, .smm-api-subtitle {
  color: #161719;
  text-align: center;
}
.smm-api-subtitle {
  line-height: 1.4;
  font-size: 13px;
  margin-bottom: 2px;
}
.smm-integration .btn.btn-primary {
	margin: 20px auto 0;
	display: flex;
	width: auto;
	justify-content: center;
}
.smm-integration-table-box .smm-api-title {
  color: #fff;
}
.table.smm-api-table {
  border-spacing: 0;
  border-collapse: separate;
}
body .table.smm-api-table tbody tr:first-child td:first-child {
  border-radius: 12px 0 0 0 !important;
}
.table.smm-api-table td, .table.smm-api-table th {
  vertical-align: middle;
}
body .table.smm-api-table tbody tr:first-child td:last-child {
  border-radius: 0 12px 0 0 !important;
}
body .table.smm-api-table tbody tr td:last-child {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
body.guest .table.smm-api-table tbody tr td,
body.auth .table.smm-api-table tbody tr td {
  border-radius: 0 !important;
  border: 1px solid #7750f6 !important;
  padding: 5px 12px !important;
  background-color: #eff3f7 !important;
}
.table.smm-api-table tr:last-child td:first-child {
	border-radius: 0 0 0 12px !important;
}
.table.smm-api-table tr:last-child td:last-child {
	border-radius: 0 0 12px 0 !important;
}
.smm-integration-table-box {
	background-color: #0228ba;
	padding: 15px;
	border-radius: 12px;
}
.smm-integration-table-box-row {
	margin-bottom: 25px;
}
.smm-integration-ghost .smm-integration,
.smm-integration-ghost .smm-integration-table-box {
	min-height: 405px;
}
.comparission-chart-row {
	margin-top: 40px;
	margin-bottom: 40px;
}
.comparission-chart-table tr th {
	background-color: #0051cb !important;
	color: #fff;
	padding: 10px !important;
}
.comparission-chart-table tr td {
	border: 1px solid #0051cb !important;
	padding: 2px 10px !important;
	background-color: #0051cb10 !important;
}
.comparission-chart-table {
	border-collapse: separate;
	border-spacing: 0 2px;
}
.themesale-tabs li.active a svg, 
.themesale-tabs li.active a:hover svg,
.themesale-tabs li a:hover svg,
.themesale-tabs li a:focus svg {
	filter: brightness(100);
}
.theme-wraper-ul1 {
	list-style: none;
	padding: 0;
}
.comparission-chart-table tr:last-child td {
	text-align: center;
}
.featuresale-tabs {
	justify-content: center;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,10%);
	padding: 10px 5px;
	border-radius: 15px;
}
.featuresale-tabs li a {
	margin-bottom: 10px;
	min-width: 140px;
	text-align: center;
	justify-content: center;
}
.feature-list-wrap {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	list-style: none;
	padding: 0;
}
.feature-list-wrap li {
  flex: 0 0 24%;
  max-width: 24%;
  margin: 0.5%;
}
.feature-wrap {
	border-radius: 19px;
	border: 1px solid #fff;
	background-color: #fff;
	padding: 15px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 3px 0 rgba(0,0,0,50%);
}
.feature-img-wrapper-box {
  border-radius: 8px;
  background-color: #0277f5;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  min-height: 211px;
  position: relative;
  text-decoration: none !important;
  overflow: hidden;
}
.feature-img-wrapper-icon {
  width: 67px;
  height: 67px;
  background-color: #FFF;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.feature-img-wrapper-icon-title {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  color: #FFF !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.4;
  margin: 15px auto;
  padding: 0 12px;
}
.feature-img-wrapper-icon-preview {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #0277f5;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
}
.feature-img-wrapper-icon-preview-txt {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin: 15px 0 0;
  padding: 0 20px;
  text-align: center;
  line-height: 1.4;
}
.feature-img-wrapper-box:hover .feature-img-wrapper-icon-preview {
  opacity: 1;
}
.feature-wrap .feature-title {
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}
.feature-detail {
  padding: 10px 18px;
  border-radius: 0;
  min-height: 43px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background-color: #161719;
  border-color: transparent;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.feature-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
.feature-price, .feature-btn-wrap .btn.btn-primary {
  flex: 0 0 49%;
  max-width: 49%;
  padding: 10px 18px;
  border-radius: 0;
  min-height: 43px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.feature-img-wrapper-icon svg path {
	fill: #0277f5;
}
.feature-price {
	background-color: #ffc700;
	color: #000;
}
.provider-row {
	margin-top: 15px;
	margin-bottom: 30px;
}
.smm-integration-table-box .smm-api-subtitle {
	color: #fff;
}
.smm-social-box {
	text-align: center;
	display: block;
	padding: 5px;
	background-color: #ffc700;
	margin-top: 12px;
	border-radius: 9px;
	color: #000;
}
.img-fluid {
	max-width: 100%;
	display: block;
}
.steps-row-wrap {
	padding: 45px !important;
	align-items: center;
	align-content: center;
	border-radius: 20px;
	display: flex;
  	background-color: #0228ba;
}
.steps-row-wrap1 {
  background-color: #0228ba;
  margin-bottom: 20px;
}
.step-title {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -1.02px;
}
.step-main-title {
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -1.02px;
}
.step-txt {
	color: #fff;
}
.steps-img-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	border-radius: 12px;
	overflow: hidden;
}
.steps-img-preview {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	background-color: #7750f670;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	font-size: 24px;
	font-weight: 700;
	color: #000;
	opacity: 0;
}
.steps-img-wrap:hover .steps-img-preview {
	opacity: 1;
}
.row.mode-row {
	padding: 25px;
	border-radius: 12px;
	background-color: rgba(255,255,255,35%);
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.steps-mode-title {
	font-size: 20px;
	margin: 20px 0;
	color: #fff;
}
.steps-mode-title-small {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 0 10px 0 0;
}
.steps-img-wrap + .steps-mode-title-small {
	margin-top: 10px;
}
.mode-row::after {
	content: '';
	position: absolute;
	height: 75%;
	transform: translateY(-50%);
	top: 50%;
	background-color: #0228ba;
	width: 3px;
	border-radius: 3px;
	left: 0;
	right: 0;
	margin: auto;
}
.lb-closeContainer {
  position: absolute;
  top: -30px;
  right: 25px;
  width: 25px;
  height: 25px;
  background-color: #f00;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 100px;
}
.lb-closeContainer .lb-close {
  color: #fff !important;
  opacity: 1;
}
.lb-nav {
  height: 50px !important;
  justify-content: flex-end;
}
.lb-nav a {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50% !important;
    opacity: 1 !important;
}
.lb-closeContainer .lb-close {
  color: #fff !important;
  opacity: 1;
}
.lb-data .lb-close {
  width: 10px !important;
  height: 10px !important;
  background-size: 10px !important;
}
.lb-image {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  margin: auto !important;
}
.lb-outerContainer {
  width: 100% !important;
  height: 100% !important;
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
.auth #theme-sec {
	padding: 15px 0;
	background: transparent;
}
.auth .themesale-tabs {
	justify-content: center;
}
.auth .themesale-tabs li a {
	margin-right: 2px !important;
}
.auth .smm-integration {
	background-color: #fff;
}
.themesdropdown .dropdown-toggle {
	background-color: #0228ba !important;
	color: #fff;
	border: 0;
	min-height: 56px;
	position: relative;
	border-radius: 100px;
	min-width: 100px;
	margin-right: 5px;
	background: linear-gradient(99.28deg, #FFC700 10.78%, #FF9900 97.12%);
}
.star-id {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background-color: #ffc700;
	border-radius: 100px;
	animation: blink-animation 0.8s steps(5, start) infinite;
	-webkit-animation: blink-animation 0.8s steps(5, start) infinite;
}
.nightmode .childpanel-3-title {
	color: #fff;
}
.nightmode .featuresale-tabs,
.auth.nightmode .theme-wraper,
.auth.nightmode .smm-integration,
.nightmode .childoption {
	background-color: #0F1932;
	box-shadow: 0 0 0 1px #212E51;
}
.nightmode .feature-wrap {
	background-color: #0F1932;
	border-color: #212E51;
}
.nightmode .feature-wrap .feature-title {
	color: #fff;
}
.nightmode .theme-wraper-title {
	color: #fff;
}
.nightmode #viewdetail .modal-content, 
.nightmode #login-modal .modal-content {
	background-color: #000c27;
}
body.auth.nightmode .table.smm-api-table tbody tr td {
	background-color: #0F1932 !important;
	border-color: #212E51 !important;
}
.nightmode .smm-api-title,
.nightmode .smm-api-subtitle {
	color: #fff;
}
.nightmode .comparission-chart-table tr td {
	background-color: #0F1932 !important;
	border-color: #0F1932 !important;
}
.nightmode .steps-row-wrap {
	background-color: #0F1932;
}
.childtheme-dropmenu {
	background-color: #0051cb;
	width: 250px;
}
.themesdropdown a.childtheme-dropitem {
	display: flex;
	align-items: center;
	align-content: center;
	border-bottom: 1px solid #fff;
	border-radius: 0 !important;
	padding: 2px 5px;
	font-size: 14px !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
}
.childtheme-dropitem-left {
	flex: 0 0 calc(100% - 50px);
	max-width: calc(100% - 50px);
	color: #fff;
	padding-right: 5px;
	white-space: normal;
}
.childtheme-dropitem-right img {
	max-width: 40px;
}
.themesdropdown .dropdown-toggle:focus,
.themesdropdown .dropdown-toggle:hover {
	background: linear-gradient(99.28deg, #FFC700 10.78%, #F90 97.12%) !important;
	box-shadow: none;
}
.themesdropdown a.childtheme-dropitem:hover {
	background-color: #ffc700 !important;
}
.theme-sell-li .extra-nav {
	background-color: #0276f3 !important;
	color: #fff !important;
}
.right-sidebar {
  position: fixed;
  right: -280px;
  height: 100%;
  width: 250px;
  background: #0278f6;
  z-index: 9999;
  padding: 12px;
  border-radius: 12px 0 0 12px;
  top: 0;
  overflow-y: auto;
  scrollbar-width: thin;
  transition: right 0.3s linear;
}
.right-sidebar-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.right-sidebar-title-txt {
  color: #fff;
}
.right-sidebar-title-icon {
  color: #fff;
  cursor: pointer;
}
.right-sidebar-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.right-sidebar-nav li {
  flex: 0 0 100%;
  max-width: 100%;
}
.right-sidebar-nav li a {
  display: flex;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  width: 100%;
  align-content: center;
  align-items: center;
}
.right-sidebar-nav li a .right-sidebar-nav-txt {
  text-align: left;
  flex: 0 0 calc(100% - 60px);
  max-width: calc(100% - 60px);
  padding-right: 10px;
  color: #10154e;
}
.right-sidebar-nav-icon {
  width: 50px;
  height: 50px;
  background: #ffc700;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 100px;
  flex: 0 0 50px;
  max-width: 50px;
}
.open-right .right-sidebar {
	right: 0;
	transition: right 0.3s linear;
}
.order-detail-box-txt-wrap .order-detail-box-txt {
	text-align: left;
	color: #000;
	margin-bottom: 0;
}
.openmodal #login-modal {
	overflow-y: auto;
}
.premium-request {
	background: linear-gradient(99.28deg, #FFC700 10.78%, #FF9900 97.12%);
	color: #fff !important;
}
.premium {
	animation: bg-change 1s infinite;
}
.auth .premium {
	animation: bg-change1 2s infinite;
}
@keyframes bg-change1 {
  from {
    background-color: #fff;
  }
  to {
    background-color: #ffc700;
    color:#000;
  }
}
@keyframes bg-change {
  from {
    background-color: #0051cb;
    color:#fff;
  }
  to {
    background-color: #ffc700;
    color:#000;
  }
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
/* end theme sale pages css */

/* new night mode design */
@media (max-width:550px) {
  .ser-cat-btn .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }
  .ser-cat-btn .row .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: ;
  }
  .brand-category .cat-name {
    display: none;
  }
  .brand-category .icon {
    margin: 0;
    font-size: 22px;
  }
  .brand-category {
    justify-content: center;
    text-align: center;
    margin: 0 0 12px !important;
    padding: 5px;
  }
  #theme-sec {
	padding: 105px 0 15px;
	background-size: 100% 330px !important;
}
.childpanel-3-title {
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 15px;
}
  .themesale-tabs li {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 2px;
}
  .themesale-tabs li a {
	justify-content: center;
}
  .modal-header .close {
	width: 15px;
	height: 15px;
    font-size: 15px;
}
.order-detail-ul li {
	flex: 0 0 100%;
	max-width: 100%;
}
  .smm-integration,
  .smm-integration-table-box,
  .smm-integration-ghost .smm-integration, 
  .smm-integration-ghost .smm-integration-table-box {
	min-height: auto;
	margin-bottom: 15px;
}
  .comparission-chart-table tr th:first-child,
  .comparission-chart-table tr td:first-child {
	min-width: 150px;
	width: 150px;
	max-width: 150px;
	white-space: normal !important;
	word-break: break-word;
}
  .comparission-chart-table tr td:first-child img {
	display: none;
}
  .auth #theme-sec {
	padding: 0;
}
  .auth .themesale-tabs {
	background-color: #fff;
	padding: 10px;
	border-radius: 12px;
}
  .auth .themesale-tabs li a {
	margin-bottom: 2px !important;
}
  .feature-list-wrap li {
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0 0 15px;
}
.feature-img-wrapper-icon-preview-txt {
	flex: 0 0 100%;
	max-width: 100%;
}
  .themesdropdown .dropdown-toggle {
	width: 100%;
	min-height: 46px;
	margin-bottom: 5px;
}
  .star-id {
	width: 13px;
	height: 13px;
}
.row.steps-row-wrap {
	padding: 15px !important;
	margin: 0 0 15px;
	display: block;
}
  .step-title {
	margin-bottom: 0;
	font-size: 16px;
	letter-spacing: 0;
}
  .step-main-title {
	font-size: 24px;
	margin-bottom: 0;
	letter-spacing: 0;
}
.row.mode-row {
	padding: 10px;
	border-radius: 8px;
	display: block;
}
  .steps-mode-title {
	margin: 0 0 12px;
	font-size: 16px;
	text-align: center;
}
  .steps-mode-title-small {
	font-size: 14px;
}
  .mode-row::after {
  	display:none;
  }
  .steps-img-wrap + .steps-mode-title-small {
	margin: 0 0 15px;
}
  .childpanel-3-title br {
	display: none;
}
  .mode-row .steps-img-wrap {
	margin-bottom: 15px;
}
  .footer-container > div {
	max-width: unset;
	margin-right: auto;
}
  .footer-logo {
	font-size: 20px;
}
  .footer-bottom {
	flex-direction: column;
	height: auto;
	padding: 5px 10px;
}
.footer-bottom p {
	font-size: 14px;
	margin: 0;
}
  .footer-bottom a {
	font-size: 14px;
	margin: 0 5px 0;
}
  .guest .navbar-default {
	padding-top: 10px;
}
  .guest .navbar-container {
	padding: 0px 15px;
}
  #theme-sec {
	padding-top: 80px;
}
  .theme-wraper-title {
	margin-bottom: 8px;
}
}





