
.theme {
  color: #ecebe4;
}
.theme-bg {
  background-color: #ecebe4;
}
.black-bg {
  background-color: #111111;
}
.white-bg {
  background-color: #ffffff;
}
.black {
  color: #000000;
}
.white {
  color: #ffffff;
}
a:not([href]):not([class]) {
    color: #999999;
    text-decoration: none;
}

.font1 {
  font-family: 'Rubik', sans-serif;
}


/* ----- Common ------- */

/* Favourite icons */

.fav-container {
    position: relative;
    top: 22px;
    left: 0;
    right: 20px;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: start;
}
.plus-minus {
    position: absolute;
    bottom: 30px;
    right: 12px;
}
.css-label {
  cursor: pointer;
}
.css-checkbox {
  display: none;
}
.fa {
    color: white;
    line-height: 16px;
    border-radius: 25%;
}
/*
.fa-plus {
    background-color: #3AC5C9;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}

.fa-minus {
    background-color: #E85764;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    display: none;
} */


.fa-plus {
    background-color: #000000;
    padding: 6px 8px 9px 8px;
}
.fa-minus {
  padding: 6px 8px 9px 8px;
  background-color: #343dd2;
  display: none;
}


.css-checkbox:checked + .css-label .fa-minus {
  display: inline;
}
.css-checkbox:checked + .css-label .fa-plus {
  display: none;
}


.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 1rem 3rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-secondary {
    color: #fff;
    background-color: rgba(0,0,0,1);
    border-color: #000000;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #343dd2;
    /* border-color: #000000; */
    border: 2px solid #343dd2 !important;
    outline: none;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none !important;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: none !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.6rem 1rem !important;
    margin-left: -1px;
    line-height: 1.25;
    color: #000000;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #333333;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


/* BUTTONS */

.black-btn {
  color: #ffffff !important;
  background-color: #000000;
  border: 1px solid #000000;
  -webkit-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;
}
.black-btn:hover {
  color: #000000 !important;
  background-color: transparent;
  border: 1px solid #000000;
}
/* ---- */
.border-btn {
  color: #000000 !important;
  background-color: transparent;
  border: 1px solid #000000;
  -webkit-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;
}
.border-btn:hover {
  color: #ffffff !important;
  background-color: #000000;
  border: 1px solid #000000;
}

/* radius-border-button */

.border-rad-btn {
  color: #000000 !important;
  border-radius: 40px !important;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.20) !important;
  -webkit-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;
}
.border-rad-btn:hover {
  color: #ffffff !important;
  background-color: #000000;
  border: 1px solid #000000;
}



/* ---- */
.border-l-btn {
  color: #ffffff !important;
  background-color: transparent;
  border: 1px solid #ffffff;
  -webkit-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;
}
.border-l-btn:hover {
  color: #000000 !important;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
/* ---- */
.white-btn {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;
}
.white-btn:hover {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #ffffff;
}
.btn-primary {
    color: #000;
    padding: 1em 2.2em;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Rubik', sans-serif;
}
.px-line-btn {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.21);
}

/* LAYOUT */
.text-right {
  text-align: right !important;
}

.vheight {
  min-height: 100vh;
}


/* ═════════════════════════ */
/* PRIMARY NVIGATION */
/* ═════════════════════════ */

.px-primary-nav {
    width: 100vw;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    padding: 15px;
}
.prime-menu-ul ul {
  list-style-type: none;
  margin: 0px;
}
.prime-menu-ul li {
  padding: 1em 2.2em;
}
.prime-menu-ul a{
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 500;
font-size: 14px;
  line-height: 24px;
}

/* ---- */


.page-menu-ul ul {
    margin: 0px;
    border-left: 1px solid #333;
    margin-left: 10px;
}
.page-menu-ul li {
    padding: 0px;
    display: inline;
    padding-right: 25px;
}
.page-menu-ul a{
  color: #ffffff !important;
  font-weight: 300;
font-size: 16px;
  line-height: 26px;
}



/* LOGIN */

.login-wrap {
    width: 100vw;
    min-height: 100vh;
    background-color: #fff;
}
.login-form-cover {
    background-image: url(../images/ross-sneddon-rsY56wH9dpU-unsplash.jpg);
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    background-attachment: fixed;
    width: 100vw;
}
.login-text h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 40px;
}


.login-form-cover .px-overlay {
  background-color: rgba(0, 0, 0, .3) !important;
}
.login-form-block {
    width: 30%;
    padding: 80px 90px;
}
.px-input input {
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #000 !important;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  outline: none;
  margin-bottom: 30px;
}
.px-label label {
  width: 100%;
  border: 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.px-tiny-text a {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 30px;
  font-weight: 300;
  text-decoration: underline;
}
.px-captcha-text {
    font-size: 12px;
    line-height: 19px;
    font-weight: 300;
    margin-bottom: 0px !important;
}
.google-sign {
    display: inline-block;
    margin-bottom: 0px !important;
    border: 1px solid rgba(0, 0, 0, 0.20);
    padding: 15px 20px;
    border-radius: 40px;
    font-size: 14px !important;
    font-weight: 300;
    color: #000;
    text-decoration: none !important;
    -webkit-transition: .2s ease-in-out;-o-transition: .2s ease-in-out;transition: .2s ease-in-out;
}
.google-sign:hover {
    border: 1px solid #d2e3fc !important;
    color: #111111;
}
.google-sign span {
    margin-right: 10px;
}



/* SIGNUP */


/* OTP */

.otp-field {
  margin-top: 30px;
}

/* FORGOT */

.forgot-pass-text {
  font-size: 14px;
  line-height: 20px;
}



/* ERROR PAGE */

.error-page-box h1 {
    font-size: 80px;
}
.error-page-box p {
    font-size: 15px;
    margin-bottom: 5px;
}

.error-page-box a {
    font-size: 14px;
    text-decoration: underline;
    color: #343dd2;
}
.whatsnext-error {
  text-align: right;
}



/* ---------------------------------------------------------------------------------------------------------------- */
/* LANDING */
/* ---------------------------------------------------------------------------------------------------------------- */

.third-landing .container {
  /* padding-left: 0px;
  padding-right: 0px; */
}
.px-landing-one {
  min-height: 60vh;
}
.px-landing-one h1 {
  font-size: 100px;
  font-weight: 500;
}
.px-landing-features h3 {
    font-size: 22px;
    color: #000000;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 15px;
}


.welcome-block {
  min-height: 40vh;
  background-color: #f1f1f1;
}

/* ---------------------------------------------------------------------------------------------------------------- */
/* PRIME BANNER */
/* ---------------------------------------------------------------------------------------------------------------- */

.prime-banner {
  width: 100%;
}
.landing-03-contents {
    width: 80%;
}
.landing-03-contents h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
    text-transform: uppercase;

}
.landing-03-contents h1 {
    font-weight: 600;
    font-size: 54px;
    line-height: 64px;
    margin-bottom: 40px;

    background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(90,92,106,1) 0%, rgba(32,45,58,1) 81.3% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.px-feature-box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10) !important;
    padding-left: 0px;
}
.px-feature-box h3 {
    font-size: 20px;
    line-height: 30px;
    color: #000;
}
.px-feature-box p {
    font-size: 16px;
    line-height: 26px;
    color: #000 !important;
    font-weight: 300;
}

.v-spacer {
    display: inline-block;
    height: 60px;
    width: 99%;
    border-left: 1px solid rgba(0, 0, 0, 0.10) !important;
    margin: 10px 0px;
    padding-left: 0px;
    margin-left: 10px;
}

/* INTRO BANNER */

.step-count {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,.4);
  text-align: center;
  margin-bottom: 20px;
}

/* ---------------------------------------------------------------------------------------------------------------- */
/* INTERMEDIATE */
/* ---------------------------------------------------------------------------------------------------------------- */

.about-end-inter {
    padding: 12vh 0vw;
}

.px-intermediate {
    background-image: url(../images/inter.jpg);
    /* min-height: 50vh; */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}

/* .px-intermediate {
    background-image: url(../images/inter.jpg);
    min-height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    background-attachment: fixed;
} */
.px-intermediate-2 {
  background-image: url(../images/inter2.png);
  min-height: 20vh;
  background-size: auto;
  position: relative;
  background-position: center;
  background-attachment: fixed;
  -webkit-box-shadow: inset 0px 0px 121px -56px rgba(0,0,0,0.42);
-moz-box-shadow: inset 0px 0px 121px -56px rgba(0,0,0,0.42);
box-shadow: inset 0px 0px 121px -56px rgba(0,0,0,0.42);

}
.body-bg {
  background-image: radial-gradient( circle farthest-corner at 18.7% 37.8%,  rgba(250,250,250,1) 0%, rgba(225,234,238,1) 90% );
}
.px-intermediate-sb {
  min-height: 30vh;
}
.px-overlay {
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    height: 100%;
    /* position: absolute; */
    /* left: 0px; */
    /* top: 0px; */
}



/* .px-overlay {
  width: 100%;
  background-color: rgba(0, 0, 0, .6);
  height: 100%;
  position:absolute;
  left: 0px;
  top: 0px;
} */
.px-overlay02{
  width: 100%;
  background-color: rgba(0, 0, 0, .7);
  height: 100%;
  position:absolute;
  left: 0px;
  top: 0px;
}

/* --- */

.px-intermediate-sb h3 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}


/* ---------------------------------------------------------------------------------------------------------------- */
/* PRICING */
/* ---------------------------------------------------------------------------------------------------------------- */



.pricing-contents {
    width: 80%;
}
.pricing-contents h1 {
    font-weight: 600;
    font-size: 54px;
    line-height: 64px;

     background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(90,92,106,1) 0%, rgba(32,45,58,1) 81.3% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pricing-contents h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
}
.pricing-feature-box h5 {
    font-weight: 600;
    font-size: 38px;
    line-height: 38px;
    display: inline-block;
}

.pricing-feature-box {
  overflow: hidden;
}
.ht-price {
    border: 1px solid rgba(0,0,0,.2);
    border-left: 0px;
    border-right: 0px;
    padding: 60px 0px;
    /* color: #fff !important; */
    /* background-image: radial-gradient( circle farthest-corner at 10% 20%, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 90% ); */
    /* background-image: linear-gradient( 109.6deg, rgba(20,30,48,1) 11.2%, rgba(0,0,0,1) 91.1% ); */
}
.ht-img {
    position: absolute;
    right: 0px;
    top: -50px;
}
.ht-img svg {
    width: 300px;
    height: 300px;
    opacity: .1;
}

.ht-price p{
    padding-right: 30px;
}

.pricing-feature-box ul {
  padding: 0px;
  margin: 0px;
  /* padding-left: 15px !important; */
}
.pricing-feature-box li {
    padding: 0px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 300;
    list-style: none;
    /* list-style-image: url(../images/list.png); */
}

.pricing-feature-box span {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
}
.pricing-feature-box h3 {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin: 20px 0px;
}
.pricing-feature-box p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 300;
}


/* --- */

.pricing-overlay h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
}

.pricing-overlay p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    padding: 0% 10%;
}
/* --------- */

.further-links h3 {
  font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #000;
}

/* ---------------------------------------------------------------------------------------------------------------- */
/* ABOUT */
/* ---------------------------------------------------------------------------------------------------------------- */


.about-banner {
    overflow: hidden;
}
.about-mini-nav ul {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
    margin-bottom: 0px;
}
.about-mini-nav li {
  list-style-type: none;
  padding: 0px 20px;
}
.px-active {
  text-decoration: underline;
  color: #000;
}
.about-mini-nav li a{
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.about-page .px-feature-box {
    border-bottom: 0px solid rgba(0, 0, 0, 0.10) !important;
    padding-left: 0px;
}
.about-page .px-overlay {
  background-color: rgba(0, 0, 0, .8);
}

.about-page .landing-03-contents h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
}
.about-end-inter h1{
  font-weight: 600;
    font-size: 32px;
    line-height: 42px;
}
.about-end-inter h2{
  font-weight: 600;
font-size: 16px;
line-height: 26px;
margin-bottom: 40px;
text-transform: uppercase;
}
.about-end-inter p{
  font-size: 16px;
line-height: 26px;
font-weight: 300;
}



.about-page .px-intermediate {
    background-image: url(../images/inter.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}

/* .about-page .px-intermediate {
    background-image: url(../images/inter03.jpg);
    min-height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    background-attachment: fixed;
} */

/* ---------------------------------------------------------------------------------------------------------------- */
/* Design Store */
/* ---------------------------------------------------------------------------------------------------------------- */

.designs-page .about-mini-nav li a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.design-store-banner {
  min-height: 50vh;
  width: 100%;
  position: relative;
  background-image: url(../images/about-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.design-banner-text {
    color: #ffffff;
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
}

.design-store-category {
    position: absolute;
    bottom: -28px;
    z-index: 998;
}




.about-mini-nav {
  border-bottom: 1px solid #f1f1f1;
}
.common-overlay-mini {
  background-color: rgba(0,0,0,.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.designs-landing .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 1px solid transparent !important;
    border-radius: 0px;
}
.designs-image-wrap {
  overflow: hidden;
  width: auto;
  height: auto;
}
.designs-image-wrap img{
  -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s;
}
.designs-image-wrap img:hover  {
  -ms-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.designs-landing .card-title {
  font-size: 14px;
  margin-bottom: 0px;
}
.designs-landing .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem 0rem !important;
}
.designs-landing .card-body a {
    font-size: 14px;
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 1px solid #ccc;
    /* background-color: red; */
    border-radius: 50%;
}
.design-store-banner h5{
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}



/* ---------------------------------------------------------------------------------------------------------------- */
/* Dashboard Page */
/* ---------------------------------------------------------------------------------------------------------------- */


.dashboard-wrap-menu {
    /* min-height: 100vh; */
    background-color: #000;
}

.dash-active {
  color: #ffffff !important;
}

.dashboard-nav {
    /* background-color: #000000; */
    width: 100%;
    padding: 15px;
    /* border: 1px solid #cccccc; */
}
.dashboard-nav h4 {
    font-size: 18px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #ffffff;
}
.dashboard-nav span {
    font-size: 18px;
    margin-right: 5px;
    /* Created with https://www.css-gradient.com */
    background: #8A91FE;
    background: -webkit-radial-gradient(top left, #8A91FE, #343DD2);
    background: -moz-radial-gradient(top left, #8A91FE, #343DD2);
    background: radial-gradient(to bottom right, #8A91FE, #343DD2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.dashboard-nav ul {
    text-align: right;
    padding: 0px;
    margin: 0px;
}
.dashboard-nav li {
  display: inline-block;
  padding-left: 30px;
}
.dashboard-nav a {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
}

.dashboard-nav a:hover {
    color: #ffffff !important;
    cursor: pointer;
}
.dashboard-kill-btn {
  /* border: 1px solid #999999; */
  color: #ffffff !important;
  /* display: inline-block; */
  /* padding: 0px 10px; */
  /* border-radius: 40px; */
}

.user-dp {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px 0px 0px 30px;
}
.user-meta h3{
  color: #000000;
}

.website-items {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

/* Installed items */


.dash-product-grid-item-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

.dashboard-tab-installed h3 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.livesite-name h2 {
    font-size: 16px;
    line-height: 24px;
    /* margin-top: 10px; */
    /* display: inline-block; */
    /* width: 100%; */
    margin-bottom: 0px;
    margin-right: 10px;
    /* padding-bottom: 20px; */
    /* border-bottom: 1px solid #ccc; */
}

.livesite-name {
  margin-bottom: 30px;
  margin-top: 20px;
}
.livesite-name img{
  width: 18px;
}
.livesite-name a{
  cursor: pointer;
}

/* FILETR BAR */

.filter-bar-wrap {
  margin-top: 50px;
}
.filter-bar {
  border: 1px solid #cccccc;
}
.px-filter-btn {
  border-left: 1px solid #cccccc;
}


/* DASH SETTINGS */

.dash-settings-tab-wrap {
  padding: 80px 0px;
}
.dash-profile-tab {
  text-align: center;
}
.settings-blocks {
    padding: 40px 40px;
}
.settings-blocks h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}
.update-form {
  margin-top: 30px;
}
.user-sett-dp-ov-hidden {
  overflow: hidden;
  width: 180px;
    height: 180px;
    border-radius: 50%;
}
.user-sett-dp {
    position: relative;
    width: 180px;
}
.thumb-pro-badge {
    background-color: #343dd2;
    color: #ffffff;
    border-radius: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 4px 15px;
}
.thumb-pro-badge h2 {
    font-size: 12px;
    margin: 0px;
}
.dash-sett-tab h4 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}
.dash-sett-tab p {
    font-size: 13px;
    line-height: 13px;
}
.dash-sett-tab h5 {
    font-size: 13px;
    line-height: 13px;
    color: #343dd2;

}
.dash-sett-tab span {
    /* font-size: 13px; */
    /* line-height: 13px; */
    /* color: #343dd2; */
    margin-left: 5px;
}


.payment-history-text h5 {
  font-size: 14px;
}



.dash-sett-tab {
    border: 1px solid #cccccc;
    padding: 70px 20px;
}
/* dash-pagination-wrap */


.dash-pagination-wrap {
  margin-bottom: 60px;
}
/* ---------------------------------------------------------------------------------------------------------------- */
/* Kit Page */
/* ---------------------------------------------------------------------------------------------------------------- */

.item-type {
  background-color: #343dd2 !important;
}

.kit-page .common-overlay-mini .container {
  position: relative;
}

.kit-page .design-store-category {
    position: relative !important;
    z-index: 998;
}
.kit-page .design-store-banner {
    min-height: 60vh;
    width: 100%;
    position: relative;
    background-image: url(../images/about-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.kit-tags {
  padding: 0px;
}
.kit-tags li {
    display: inline-block;
    padding: 3px 17px;
    /* border: 1px solid #ffffff; */
    border-radius: 20px;
    margin-right: 5px;
    background-color: rgba(0,0,0,1);
}
.kit-tags li a {
    color: #ffffff !important;
    font-size: 12px;
    line-height: 12px;
}
.kit-preview-image-box {
    background-color: #3a302f;
    overflow: hidden;
    padding: 30px 5px 5px 5px !important;
    position: relative;
    border-radius: 10px;
}
.browser-style {
    position: absolute;
    left: 0px;
    top: 2px;
    padding-left: 10px;
}

.kit-library-details {
  /* border-top: 1px solid #f1f1f1; */
}

.kit-page .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 1px solid transparent !important;
    border-radius: 0px;
}

.kit-library-details h2{
  color: #000000;
font-weight: 600;
font-size: 40px;
line-height: 50px;
margin-bottom: 10px;
padding-top: 10px;
}
.kit-library-details h3 {
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
}

.kit-library-details p{
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 300;
}

.kit-library-spec h2 {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.kit-library-spec p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 300;
    padding-right: 15%;
}
.kit-library-spec {
    padding: 0px !important;
    margin-top: 40px;
}
.kit-spec-icon {
    margin-right: 20px;
    background-color: #f1f1f1;
    width: 69px;
    height: 50px;
    border-radius: 50%;
}
.related-kits-wrap h5{
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0px;
}


/* .kit-page .px-intermediate {
    background-image: url(../images/inter.jpg);
    min-height: auto !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    background-attachment: fixed;
} */

/* ---------------------------------------------------------------------------------------------------------------- */
/* Intermediate Two */
/* ---------------------------------------------------------------------------------------------------------------- */

.intermediate-two {
  width: 100%;
  min-height: 40vh;
  background-image: url(../images/pricing-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  background-attachment: fixed;
}
.INT01-contents h1 {
    font-weight: 500;
    font-size: 34px;
    line-height: 44px;
    color: #ffffff;
}
.INT01-contents h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
}
.INT01-contents span {
    font-weight: 600;
    font-size: 38px;
    line-height: 38px;
    display: inline-block;
    margin-left: 20px;
}
.INT01-contents h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
}
/* ---------------------------------------------------------------------------------------------------------------- */
/* FAQ-wrap */
/* ---------------------------------------------------------------------------------------------------------------- */

.FAQ-contents h1 {
    font-weight: 600;
    font-size: 54px;
    line-height: 64px;
}
.FAQ-contents h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
}
.FAQ-wrap .card-header {
    background-color: transparent;
    border: 0px !important;
}
.FAQ-wrap .accordion {
  border-top: 1px solid rgba(0,0,0,.125) !important;
}
.FAQ-wrap .card-body {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 300;
    padding-left: 0px;
    padding-right: 0px;
}
.FAQ-wrap .btn-link {
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    line-height: 30px;
    padding-left: 0px;
}
.FAQ-wrap .card {
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
    border-top: 0px solid rgba(0,0,0,.125) !important;
    border-left: 0px solid rgba(0,0,0,.125) !important;
    border-right: 0px solid rgba(0,0,0,.125) !important;
}
.FAQ-wrap .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

/* ---------------------------------------------------------------------------------------------------------------- */
/* FOOTER */
/* ---------------------------------------------------------------------------------------------------------------- */

.px-container {
    width: 90vw;
}
.px-prime-footer {
  /* background-color: #000000; */
}
.px-prime-footer h6 {
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.60) !important;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
}
.px-prime-footer ul{
  padding: 0px;
}
.px-prime-footer ul a {
    font-size: 15px;
    line-height: 30px;
    color: #ffffff !important;
    font-weight: 300;
}
.px-prime-footer li {
  list-style-type: none;
}

.first-line-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.site-description {
    font-size: 13px;
    line-height: 25px;
    font-weight: 300;
}


/* FORM */

.sub-form-input input {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.21);
    color: #ffffff;
    padding: 13px 2.2em;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 0px;
    outline: none;
}
.site-description h3 {
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.60) !important;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: right;
}

.site-description .btn-primary {
    padding-bottom: 11px !important;
    margin-bottom: 4px !important;
    margin-left: -5px !important;
}

.agency-pricing-features {
    display: block !important;
}

.pricing-feature-box ul {
    /* margin-top: 38px; */
}

/* MINIFOOTER */

.mini-footer {
    text-align: center;
    width: 100%;
    background-color: #000000 !important;
    color: rgba(255, 255, 255, 0.30);
}
.mini-footer p{
  padding: 15px 0px;
  margin: 0px;
  font-size: 11px;
}
