body{
  font-family: 'Neris', sans-serif;
  background: #f8f8f8;
  color: #444444;
}

a{
  color: #157ffb;
}

a:hover{
  color: #157ffb;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.header{
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: none;
  box-shadow: 0 3px 9px 3px rgba(0, 0, 0, 0.06)!important;
}

.header .navbar-brand img{
  height: 40px;
}

.header .navbar .navbar-nav .nav-link{
  font-weight: 600;
  padding: 7px 0;
  cursor: pointer;
  color: #333;
  cursor: pointer;
  position: relative;
  background: transparent;
}

.header .navbar .navbar-nav .nav-link:hover, .header .navbar .navbar-nav .active > .nav-link{
  color: #157ffb !important;
  width: 100%;
}

.header .navbar li {
  position: relative;
  line-height: 1em;
  padding: 15px 15px;
}

.header .navbar .menu-item-list .dropdown-menu .dropdown-item{
 padding: 1rem 1.5rem;
}

.header .navbar .menu-item-list .dropdown-menu {
  margin-top: 2px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.header .navbar .navbar-toggler {
  color: #333;
  border: none;
  font-size: 24px;
}

.header .btn-login{
  padding-left: 20px;
  padding-right: 10px;
  color: #22012f!important;
}

.header .btn-login:hover{
  color: #157ffb!important;
  font-weight: 500;
}

.header .sign-up{
  padding: 2px 15px;
}

.header .btn-outline-primary.sign-up{
  border-color: #157ffb!important;
  color: #22012f !important;
  z-index: 9999;
}

.header a.btn-outline-primary.sign-up:hover{
  font-weight: 500;
  color: #fff!important;
  z-index: 9999;
  border-color: #fea921!important;
  background-color: #fea921!important;
  background-image: -webkit-linear-gradient(left,#ff7802 0%,#fea921 100%),-webkit-linear-gradient(left,#ff7802 0%,#fea921 100%)!important;
  background-image: -moz-linear-gradient(left,#ff7802 0%,#fea921 100%),-moz-linear-gradient(left,#ff7802 0%,#fea921 100%)!important;
  background-image: -o-linear-gradient(left,#ff7802 0%,#fea921 100%),-o-linear-gradient(left,#ff7802 0%,#fea921 100%)!important;
  background-image: linear-gradient(to right,#ff7802 0%,#fea921 100%),linear-gradient(to right,#ff7802 0%,#fea921 100%)!important;
}

.alert-icon > i {
  top: 0.9rem;
}

text-package{
  color: #6c7681;
  font-size: 18px;
  font-weight: 500;
}

/*section header-top*/
section.header-top{
  background: #f5f7fb;
  padding: 85px 30px 10px;
}

section.header-top .mini-menu{
  padding-left: 90px;
}

section.header-top .mini-menu li{
  position: relative;
}

section.header-top .mini-menu li a {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 600;
  padding: 5px 20px 5px 20px;
  margin-left: -24px;
  color: #157ffb;
  background-color: #fff;
  text-decoration: none;
  border-radius: 0 80px 80px 0;
  box-shadow: 3px 0 3px rgba(0, 0, 0, .13);
  transition: .3s ease;
}
section.header-top .mini-menu li.active {
  border-color: #157ffb!important;
  color: #157ffb!important;
}

section.header-top .mini-menu li.active a, section.header-top .mini-menu li:hover a {
  color: #fff; 
  background-color: #157ffb; 
}

section.header-top .mini-menu li:nth-child(1) {
  z-index: 99;
}

section.header-top .mini-menu li:nth-child(2) {
  z-index: 50;
}

/*Section.package-content*/
section.package-content{
  padding: 130px 0 60px; 
}

section.package-content .pk-header{
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

section.package-content .pk-header .title{
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}

section.package-content .pk-header .title strong{
  color: #333333;
}

section.package-content .pk-lists .item{
  padding: 14px;
}

section.package-content .pk-lists .item .card{
  border-radius: 14px;
  margin-top: 5px;
  border: 1px solid #c6c6c6 !important;
  background: #f1f1f1;
}

section.package-content .pk-lists .item .name{
    padding: 16px 8px 12px 8px;
    text-align: center;
    font-weight: 300;
    letter-spacing: .05em;
    border-radius: 13px 13px 0 0;
    border: 0px solid #f1f1f1;
    background-color: #ffffff;
}

section.package-content .pk-lists .item.selected .name{
    border: 0px solid #444444;
    background-color: #ffffff;
}

section.package-content .pk-lists .item .name .number{
  font-size: 20px;
  
  color: #444444;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

section.package-content .pk-lists .item .price span.big{

    font-weight: 600;
    font-size: 20px;
    letter-spacing: .03em;
}

section.package-content .pk-lists .item .price sub{
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  top: -3px;
}

section.package-content .pk-lists .item .price{
  border-radius: 0 0 13px 13px;
  padding: 12px 0 12px 0;
  font-size: 20px;
  color: #444444;
  font-weight: 600;
  margin-bottom: 0;
}

section.package-content .pk-lists .item.selected .price{
  background: #444444;
  color: #ffffff;
}


section.package-content .pk-lists .item .features li{
  color: #000;
  font-size: 12px;
  margin-bottom: 0;
  padding: 7px 0;
  border: 1px solid #ededed;
  border-top: 0!important;
  position: relative;
}

section.package-content .pk-lists .item .features .text-icon{
  color: #157ffb;
}

section.package-content .pk-lists .item .order_button{
  padding: 12px 0;
  border: 1px solid #ededed;
  border-top: 0;
}

section.package-content .pk-lists .item .order_button .btn-dark{
  font-weight: 400!important;
  padding: 5px;
  background: #5c5859;
  border: 1px solid #5c5859;
  border-radius: 15px 0 0 15px;
  cursor: auto!important;
  color: #fff;
}

section.package-content .pk-lists .item .order_button .btn-color{
  background: #157ffb;
  border: 1px solid #157ffb!important;
}

section.package-content .pk-lists .item .order_button .btn-disabled{
  background: #5c5859;
  border: 1px solid #707070!important;
}

section.package-content .pk-lists .item .order_button .btn-color, 
section.package-content .pk-lists .item .order_button .btn-disabled{
  border-radius: 12px 12px 12px 12px;
  color: #fff;
  margin-left: 0px;
  font-weight: 600!important;
  padding: 5px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

section.package-content .pk-lists .item.selected .card {
    transition: box-shadow 100ms ease-in-out 0s;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 13px -3px;
     background: #444444;
}

.package-faq .item{
  margin-bottom: 10px;
  color: #fff;
}

.package-faq .item .plus-icon {
  float: left;
  font-size: 25px;
  margin-right: 10px;
  top: -3px;
  position: relative;
}

.package-faq .item .title{
  overflow: hidden;
  cursor: pointer;
  min-height: 40px;
}

.package-faq .item .title h5{
  line-height: 1.2;
}

.package-faq .item .body {
  font-size: 14px;
  transition: all .3s;
  height: 0;
  overflow: hidden;
  padding-left: 33px;
}

.package-faq .item.active .body {
  height: auto;
  padding-bottom: 20px;
}

.package-faq .item.active .fe-plus:before {
  content: "\e994";
}

/*package table*/
.owl-nav>.owl-prev {
  top: 27%!important;
  left: 0px!important;
  -webkit-transform: translateX(-27%);
  transform: translateY(-27%);
  position: absolute;
}


.owl-nav>.owl-next {
  top: 27%!important;
  right: 0px!important;
  -webkit-transform: translateX(-27%);
  transform: translateY(-27%);
  position: absolute;
}

.owl-nav>.owl-prev span, .owl-nav>.owl-next span{
  display: none!important;
}

.owl-nav .owl-prev:before {
  content: "\f104";
  left: -10px;
  z-index: 11;
}

.owl-nav .owl-next:after {
  content: "\f105";
  right: -10px;
  z-index: 11;
}

.owl-nav .owl-prev:before, .owl-nav .owl-next:after {
  position: absolute;
  font-family: FontAwesome;
  font-size: 30px;
  background: #157ffb;
  width: 35px;
  text-align: center;
  height: 35px;
  border-radius: 50%;
  line-height: 33px;
  color: #fff;
}

.owl-nav .owl-prev:before:hover, .owl-nav .owl-next:after:hover {
  background: #000;
  color: #157ffb;
}


/*section how it works*/
section.how-it-works{
  padding: 100px 0;
  position: relative;
  background: #0893ee;
  background: -webkit-linear-gradient(45deg, #0893ee, #dc00ff) !important;
  background: -moz- oldlinear-gradient(45deg, #0893ee, #dc00ff) !important;
  background: -o-linear-gradient(45deg, #0893ee, #dc00ff) !important;
  background: linear-gradient(45deg, #0893ee, #dc00ff) !important;
  color: #fff;
  z-index: 100;
}

.how-it-works:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bg_how_it_works.jpg);
  background-position: center center;
  background-attachment: fixed;
  opacity: 0.1;
  z-index: -99;
}

section.how-it-works .header-top{
  padding-bottom: 80px;
}

section.how-it-works .header-top .title{
  font-size: 40px;
  font-weight: 600;

}

section.how-it-works .step-lists .step{
  position: relative;
  padding-bottom: 75px;
}

section.how-it-works .step-lists .step .bg-number{
  position: absolute;
  font-size: 12rem;
  top: -130px;
  left: 0px;
  z-index: -1;
  font-weight: bold;
  color: #0893ee;

}

/*section Checkout form*/

#textb {
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  place-items: center;
  justify-content: center;
  
}
hb1 {
  font-size: 1.4rem;
  color: black;

 text-align: center;
    font-weight: 600;
   letter-spacing: .05em;
 border-radius: 0 8px 8px 0;
 transform: translatey(-10px) rotatez(0deg);
 animation: hover 1s ease-in-out infinite;
 padding-right: 20px;
    padding-left: 20px;
    line-height: 1.2;
}
hb2 {
    font-size: 3rem;

    font-weight: 700;
}

section.checkout-form{
  padding: 70px 0 0px; 
}

section.checkout-form .checkout-header{
  padding-bottom: 50px;
}

section.checkout-form .checkout-header .title{
  font-size: 40px;
  font-weight: 500;
}

section.checkout-form .checkout-header .title strong{
  color: #157ffb;
}

section.checkout-form .checkout-left, section.checkout-form .checkout-right{
  border: 1px solid #dadada;
}

section.checkout-form .checkout-wrap{
  box-shadow: 5px 5px 30px -2px #cecece;
}

section.checkout-form .checkout-left-title, section.checkout-form .checkout-right-title{
  line-height: 36px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin: 0 -13px 0 -12px;
  padding: 10px 20px;
  border-right: 1px solid #fff;
  background: #dc00ff;
  background: linear-gradient(top left, #dc00ff 0%, #0893ee 100%);
  background: linear-gradient(to bottom right, #dc00ff 0%, #0893ee 100%);
}

section.checkout-form .checkout-left-content .selectize-input .image {
  width: 2.5rem;
}

section.checkout-form .checkout-left-content .selectize-dropdown .image{
  width: 2.25rem;
}

section.checkout-form .checkout-right-content .leading-loose .text-icon{
  color: #157ffb;
}

section.checkout-form .checkout-left-content .dimmer-content{
  min-height: 430px;
}

.btn-submit{
    background: linear-gradient(45deg, #655eee, #0ac6fd);
    border: 1px solid #eeeeee !important;
    width: 99%;
    color: white;
    height: 50px;
    transition: 0.5s;
    box-shadow: 0 0 20px #eee;
    border-radius: 8px;
    margin-bottom: 20px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    text-transform: uppercase;
}



.btn-gradient {
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 20px #eee;
}

.btn-gradient:hover {
  color: #fff;
  background-position: right center;
}

section.checkout-result{
  padding: 160px 0 130px;
}

section.checkout-result .card{
  border-radius: 0px;
  border:none;
}

section.checkout-result .card-body{
  box-shadow: 5px 5px 30px -2px #cecece;
}

section.checkout-result .checkout-header{
  padding-top: 20px;
}

section.checkout-result .checkout-header .title{
  font-size: 40px;
  font-weight: 500;
}

section.checkout-result .checkout-header .title strong{
  color: #157ffb;
}

section.checkout-result .detail{
  padding: 50px;
}

section.checkout-result .detail p{
  color: #000;
}

section.checkout-result .btn-submit{
    background: linear-gradient(45deg, #655eee, #0ac6fd);
    border: 1px solid #eeeeee !important;
    width: 99%;
    color: white;
    max-width: 440px;
    height: 50px;
    transition: 0.5s;
    box-shadow: 0 0 20px #eee;
    border-radius: 8px;
    margin-bottom: 20px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    font-size: 20px;
}

section.checkout-result .btn-contact{
  margin-top: 30px; 
  height: 40px;
  color: #fff;
  background-image: -webkit-linear-gradient(left, #00d2ff 0%, #3a7bd5 51%, #00d2ff 100%);
  background-image: -o-linear-gradient(left, #00d2ff 0%, #3a7bd5 51%, #00d2ff 100%);
  background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5 51%, #00d2ff 100%)
}


/*FAQ*/
section.faq, section.contact{
  padding: 100px 0 100px; 
  position: relative;
  background: linear-gradient(360deg, #5074f1 0%, #0fbffc 100%);
  z-index: 100;
}


section.faq:before , section.contact:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bg_how_it_works.jpg);
  background-position: center center;
  background-attachment: fixed;
  opacity: 0.1;
  z-index: -99;
}

section.faq .faq-header{
  text-align: center;
  padding-bottom: 50px;
}

section.faq .faq-header .title{
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}

section.faq .faq-item .card{
  box-shadow: 0px 2px 2px #a38c73;
}

section.faq .faq-item .card-title{
  font-weight: 600;
}

section.faq .faq-item .bg-question{
  color: #157ffb; 
}

/*Contact*/
section.contact{
  padding: 100px 0 100px; 
  position: relative;
}

section.contact .contact-header{
  text-align: center;
  padding-bottom: 50px;
}

.title h1.title-name{
  font-size: 40px;
  font-weight: 600;
}

section.contact .card.contact_form{
  box-shadow: 0 0 20px #555;
}

section.contact .contact_form .btn-submit{
  height: 40px;
  color: #fff;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
  background-image: -o-linear-gradient(left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
  background-image: linear-gradient(to left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
}

/*Clients*/
section.client{
  padding: 100px 0 100px; 
  position: relative;
  background: linear-gradient(360deg, #5074f1 0%, #0fbffc 100%);
  z-index: 100;
}

section.client:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bg_how_it_works.jpg);
  background-position: center center;
  background-attachment: fixed;
  opacity: 0.1;
  z-index: -99;
}

section.client{
  padding: 100px 0 100px; 
  position: relative;
}

section.client .client-header{
  text-align: center;
  padding-bottom: 50px;
}

.title h1.title-name{
  font-size: 40px;
  font-weight: 600;
}

section.client .card.client_form{
  box-shadow: 0 0 20px #555;
}

section.client .client_form .btn-submit{
  height: 40px;
  color: #fff;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
  background-image: -o-linear-gradient(left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
  background-image: linear-gradient(to left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
}

section.client .client_form .email-input{
  height: 40px;
  border-radius: 10rem;
}


/*Blog*/
section.blog{
  padding: 100px 0 100px; 
  position: relative;
}

section.blog .blog-header{
  text-align: center;
  padding-bottom: 50px;
}

section.blog .blog-header .title{
  font-size: 40px;
  font-weight: 600;
  color: #157ffb;

}

section.blog .blog-item{
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

section.blog .blog-item .box-image{
  padding: 0px;
}

section.blog .blog-item .content{
  padding: 17px 10px;
}

section.blog .blog-item .content .title{
  color: #3C4858;
  font-family: 'Arvo', serif;
  font-size: 1.8rem;
  min-height: 70px;
}

section.blog .blog-item .content .short-desc{
  color: #999999;
  min-height: 75px;
}

/*Blog Details*/
section.blog-single{
  padding-top: 1.5rem;
  padding-bottom: 60px;
  background: #f8f9fa;
}

section.blog-single .blog-content{
  background: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 2px;
}

section.blog-single .blog-content .title{
  color: #3C4858;
  font-family: 'Arvo', serif;
  padding-top: 20px;
  line-height: 1.0;
  font-size: 32px;
}

section.blog-single .blog-content .post-info{
  border-bottom: 1px solid #e5e5e5;
  color: #c2c2c2;
}

section.blog-single .blog-content .post-info span{
  padding-right: 10px;
}

section.blog-single .blog-content .details{
  padding-top: 30px;
}

section.blog-single .blog-content .details >p{
  line-height: 1.75em;
}

section.blog-single .side-bar .widget{
  margin-bottom: 40px;
}

section.blog-single .side-bar .widget-category a {
  display: block;
  font-size: 14px;
  color: #354052;
  border-bottom: 1px solid #EEE;
  padding: 5px;
}

section.blog-single .side-bar .widget-category a span {
  float: right;
  color: #6195FF;
}

section.blog-single .side-bar .widget-post {
  min-height: 70px;
  margin-bottom: 25px;
}

section.blog-single .side-bar .widget-post a {
  display: block;
  color: #10161A;
}

section.blog-single .side-bar .widget-post .title{
  padding-top: 13px;
}

section.blog-single .side-bar .widget-post .box-image {
  display: block;
  margin-right: 10px;
  margin-top: 5px;
}

section.blog-single .side-bar .widget-post .blog-meta{
  color: #555555;
  font-size: 10px;
}


section.blog-single .btn-back-blog{
  margin-left: 15px;
  height: 40px;
  color: #fff;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
  background-image: -o-linear-gradient(left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
  background-image: linear-gradient(to left, #ff700b 0%, #ffb62c 51%, #ff720c 100%);
}


@media (min-width: 960px){
  section.checkout-form .checkout-right-content .card-footer{
    /* position: absolute; */
    bottom: 0px;
    width: 95%;
  }
}

@media (max-width: 576px){
  section.banner .content{
    text-align: center;
  }
  section.banner .content h1{
    font-size: 30px;
  }

  .header-top .navbar-nav.list-inline{
    display: none;
  }
}

@media (min-width: 1280px){
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 768px){
  .header .navbar .navbar-nav{
    margin:10px -35px 0px !important;
  }
  .header .navbar .navbar-nav li{
    line-height: 1em;
    padding: 10px 42px;
    border-top: solid 1px #EEE;
  }
  .header .navbar ul.navbar-nav li.nav-item.active:before, .header .navbar ul.navbar-nav li.nav-item:hover:before{
    display: none;
  }
  .header.shrink .navbar .navbar-toggler{
    color: #333;
  }
  .header .btn-login-signup{
    padding: 10px;
  }
  .header .btn-login{
    padding-left: 0px!important;
  }
  section.blog-single{
    padding-top: 6rem;
  }
}

/*Header Dropmenu*/
.header .dropdown-menu {
  margin-top: 0rem;
}

.header .navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

.header .dropdown-menu{
  padding: 0px;
  border: none;
  border-radius: 0px;
  min-width: 200px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}

.header .dropdown-menu li.dropdown-submenu:hover{
  background-color: hsl(0, 8%, 97%);
}

.header .dropdown-menu li.dropdown-submenu:hover>a{
  color: #ff7a03;
}

.header .dropdown-menu li.dropdown-submenu:hover>a:after{
  transform: rotate(-90deg);
}

.header .dropdown-item{
  color: black;
}

.header .dropdown-item:hover, .dropdown-item:focus {
 background-color: hsl(0, 8%, 97%);
 color: #ff7a03; 
}

.header .navbar .dropdown-menu li {
  padding: 10px 10px;
}

.header .dropdown-submenu {
  position:relative;
}

.header .dropdown-submenu>.dropdown-menu {
  top:0;
  left:99.99%;
}

/* rotate caret on hover */
.header .dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

@media (max-width: 768px){
  .header .dropdown-menu {
    margin-top: 0.75rem;
    border: none;
    box-shadow: none;
  }

  .header .dropdown-menu li.dropdown-submenu:hover, .header .dropdown-menu li.dropdown-submenu:hover>a{
    background-color: #fff;
  }
}

/*End*/

/* Custom Service category */

/*Instagram*/
body.instagram-category section.header-top .mini-menu li.active a,body.instagram-category section.header-top .mini-menu li:hover a {
  background-color: #b84192; 
}

body.instagram-category .header .dropdown-item:hover, 
body.instagram-category .dropdown-item:focus, 
body.instagram-category .header .navbar .navbar-nav .nav-link:hover,
body.instagram-category .header .dropdown-menu li.dropdown-submenu:hover>a,
body.instagram-category .header .navbar .navbar-nav .active > .nav-link,
body.instagram-category section.package-content .pk-lists .item .name .number,
body.instagram-category section.package-content .pk-lists .item .features .text-icon,
body.instagram-category section.package-content .pk-lists .item .order_button .btn-color:hover
{
}
body.instagram-category section.package-content .pk-header .title strong {
    background-image: linear-gradient(315deg, #7141ff, #1eacff);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #242424;

} 

body.instagram-category section.package-content .pk-lists .item.selected .name{
    background: linear-gradient(255deg, #ede7ff, #ceedff);
    color: #29279d;
}

body.instagram-category section.package-content .pk-lists .item.selected .name .number{
    color: #29279d;
}

body.instagram-category section.package-content .pk-lists .item .card{
  
}

body.instagram-category .owl-nav .owl-prev:before, 
body.instagram-category .owl-nav .owl-next:after {
    background: #0000006e;
}



body.instagram-category section.package-content .pk-lists .item .price{
    background: linear-gradient(255deg, #ede7ff, #ceedff);
}

body.instagram-category section.package-content .pk-lists .item.selected .price{
    background: linear-gradient(270deg, #4053ed 0, #0eabfa 100%);
}

body.instagram-category .btn-color{
    background: linear-gradient(270deg, #0DAEFB 0, #4250EC 100%);
    border: 1px solid #eeeeee !important;
    width: 88%;
    color: white;
    max-width: 440px;
    height: 50px;
    transition: 0.5s;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    margin-bottom: 20px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    font-size:20px
}
body.instagram-category .btn-color:hover{
    background: linear-gradient(90deg, #0DAEFB 0, #4250EC 100%);
       transition: 0.7s
}


/*Twitter*/
body.twitter-category section.header-top .mini-menu li.active a,
body.twitter-category section.header-top .mini-menu li:hover a {
  background-color: #03a9f4; 
}

body.twitter-category .header .dropdown-item:hover, 
body.twitter-category .dropdown-item:focus, 
body.twitter-category .header .navbar .navbar-nav .nav-link:hover,
body.twitter-category .header .dropdown-menu li.dropdown-submenu:hover>a,
body.twitter-category .header .navbar .navbar-nav .active > .nav-link,
body.twitter-category section.package-content .pk-header .title strong,
body.twitter-category section.package-content .pk-lists .item .name .number,
body.twitter-category section.package-content .pk-lists .item .features .text-icon,
body.twitter-category section.package-content .pk-lists .item .order_button .btn-color:hover
{
  color: #03a9f4 !important;
}

body.twitter-category section.package-content .pk-lists .item .card{
  border: 1px solid #cdcfdc !important;
}

body.twitter-category .owl-nav .owl-prev:before, 
body.twitter-category .owl-nav .owl-next:after,
body.twitter-category section.package-content .pk-lists .item .price{
  background-image: linear-gradient(90deg,#33a1f2 16%,#466ece 100%)!important;
}

body.twitter-category section.package-content .pk-lists .item .order_button .btn-color{
  background: #03a9f4;
  border: 1px solid #03a9f4!important;
}


/*facebook*/
body.facebook-category section.header-top .mini-menu li.active a,
body.facebook-category section.header-top .mini-menu li:hover a {
  background-color: #03a9f4; 
}

body.facebook-category .header .dropdown-item:hover, 
body.facebook-category .dropdown-item:focus, 
body.facebook-category .header .navbar .navbar-nav .nav-link:hover,
body.facebook-category .header .dropdown-menu li.dropdown-submenu:hover>a,
body.facebook-category .header .navbar .navbar-nav .active > .nav-link,
body.facebook-category section.package-content .pk-header .title strong,
body.facebook-category section.package-content .pk-lists .item .name .number,
body.facebook-category section.package-content .pk-lists .item .features .text-icon,
body.facebook-category section.package-content .pk-lists .item .order_button .btn-color:hover
{
  color: #03a9f4 !important;
}

body.facebook-category section.package-content .pk-lists .item .card{
  border: 1px solid #03a9f4 !important;
}

body.facebook-category .owl-nav .owl-prev:before, 
body.facebook-category .owl-nav .owl-next:after,
body.facebook-category section.package-content .pk-lists .item .price{
  background-image: linear-gradient(90deg,#395693 16%,#466ece 100%)!important;
}

body.facebook-category section.package-content .pk-lists .item .order_button .btn-color{
  background: #03a9f4;
  border: 1px solid #03a9f4!important;
}

/*Youtube*/
body.youtube-category section.header-top .mini-menu li.active a,
body.youtube-category section.header-top .mini-menu li:hover a {
  background-color: #f44336; 
}

body.youtube-category .header .dropdown-item:hover, 
body.youtube-category .dropdown-item:focus, 
body.youtube-category .header .navbar .navbar-nav .nav-link:hover,
body.youtube-category .header .dropdown-menu li.dropdown-submenu:hover>a,
body.youtube-category .header .navbar .navbar-nav .active > .nav-link,
body.youtube-category section.package-content .pk-header .title strong,
body.youtube-category section.package-content .pk-lists .item .name .number,
body.youtube-category section.package-content .pk-lists .item .features .text-icon,
body.youtube-category section.package-content .pk-lists .item .order_button .btn-color:hover
{
  color: #f44336 !important;
}

body.youtube-category section.package-content .pk-lists .item .card{
  border: 1px solid #f44336 !important;
}

body.youtube-category .owl-nav .owl-prev:before, 
body.youtube-category .owl-nav .owl-next:after,
body.youtube-category section.package-content .pk-lists .item .price{
  background-image: linear-gradient(90deg,#ff0000 16%,#d689b9 100%)!important;
}

body.youtube-category section.package-content .pk-lists .item .order_button .btn-color{
  background: #f44336;
  border: 1px solid #f44336!important;
}

/*spotify*/
body.spotify-category section.header-top .mini-menu li.active a,
body.spotify-category section.header-top .mini-menu li:hover a {
  background-color: #8bc34a; 
}

body.spotify-category .header .dropdown-item:hover, 
body.spotify-category .dropdown-item:focus, 
body.spotify-category .header .navbar .navbar-nav .nav-link:hover,
body.spotify-category .header .dropdown-menu li.dropdown-submenu:hover>a,
body.spotify-category .header .navbar .navbar-nav .active > .nav-link,
body.spotify-category section.package-content .pk-header .title strong,
body.spotify-category section.package-content .pk-lists .item .name .number,
body.spotify-category section.package-content .pk-lists .item .features .text-icon,
body.spotify-category section.package-content .pk-lists .item .order_button .btn-color:hover
{
  color: #8bc34a !important;
}

body.spotify-category section.package-content .pk-lists .item .card{
  border: 1px solid #8bc34a !important;
}

body.spotify-category .owl-nav .owl-prev:before, 
body.spotify-category .owl-nav .owl-next:after,
body.spotify-category section.package-content .pk-lists .item .price{
  background-image: linear-gradient(90deg,#6bde52 16%,#101110 100%)!important;
}

body.spotify-category section.package-content .pk-lists .item .order_button .btn-color{
  background: #8bc34a;
  border: 1px solid #8bc34a!important;
}

/*soundcloud*/
body.soundcloud-category section.header-top .mini-menu li.active a,
body.soundcloud-category section.header-top .mini-menu li:hover a {
  background-color: #ff9800; 
}

body.soundcloud-category .header .dropdown-item:hover, 
body.soundcloud-category .dropdown-item:focus, 
body.soundcloud-category .header .navbar .navbar-nav .nav-link:hover,
body.soundcloud-category .header .dropdown-menu li.dropdown-submenu:hover>a,
body.soundcloud-category .header .navbar .navbar-nav .active > .nav-link,
body.soundcloud-category section.package-content .pk-header .title strong,
body.soundcloud-category section.package-content .pk-lists .item .name .number,
body.soundcloud-category section.package-content .pk-lists .item .features .text-icon,
body.soundcloud-category section.package-content .pk-lists .item .order_button .btn-color:hover
{
  color: #ff9800 !important;
}

body.soundcloud-category section.package-content .pk-lists .item .card{
  border: 1px solid #ff9800 !important;
}

body.soundcloud-category .owl-nav .owl-prev:before, 
body.soundcloud-category .owl-nav .owl-next:after,
body.soundcloud-category section.package-content .pk-lists .item .price{
  background-image: linear-gradient(90deg,#ed512f 16%,#f28a30 100%)!important;
}

body.soundcloud-category section.package-content .pk-lists .item .order_button .btn-color{
  background: #ff9800;
  border: 1px solid #ff9800!important;
}

/*twitch*/
body.twitch-category section.header-top .mini-menu li.active a,
body.twitch-category section.header-top .mini-menu li:hover a {
  background-color: #9146ff; 
}

body.twitch-category .header .dropdown-item:hover, 
body.twitch-category .dropdown-item:focus, 
body.twitch-category .header .navbar .navbar-nav .nav-link:hover,
body.twitch-category .header .dropdown-menu li.dropdown-submenu:hover>a,
body.twitch-category .header .navbar .navbar-nav .active > .nav-link,
body.twitch-category section.package-content .pk-header .title strong,
body.twitch-category section.package-content .pk-lists .item .name .number,
body.twitch-category section.package-content .pk-lists .item .features .text-icon,
body.twitch-category section.package-content .pk-lists .item .order_button .btn-color:hover
{
  color: #9146ff !important;
}

body.twitch-category section.package-content .pk-lists .item .card{
  border: 1px solid #9146ff !important;
}

body.twitch-category .owl-nav .owl-prev:before, 
body.twitch-category .owl-nav .owl-next:after,
body.twitch-category section.package-content .pk-lists .item .price{
  background: #9146ff !important;
}

body.twitch-category section.package-content .pk-lists .item .order_button .btn-color{
  background: #9146ff;
  border: 1px solid #9146ff!important;
}

section.package-content .pk-lists .item .order_button .btn-color:hover{
  border-radius: 0 8px 8px 0;
  background: #fff!important;
}

.default-ltr-cache-1o0ivj0 {
    box-sizing: border-box;
    padding: 0px 25px;
    width: 100%;
        margin-top: -25px;
    
}.default-ltr-cache-1ftsr9o {
    padding: 12.5px 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(128, 128, 128, 0.4);
}.default-ltr-cache-ag5bda.feature-layout-inline {
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.default-ltr-cache-ag5bda {
    display: flex;
    flex: 1 1 0%;
    -webkit-box-pack: justify;
    justify-content: space-between;
}.default-ltr-cache-48o6gn {
    font-size: 0.900rem;
    font-weight: 500;
    line-height: 1.53846;
    color: rgb(118, 118, 118);
    text-align: left;
}.feature-layout-inline .default-ltr-cache-15jb4ma {
    flex: 0 0 calc(60% - 13px);
    padding-left: 13px;
    text-align: right;
}

.default-ltr-cache-15jb4ma {
    font-size: 0.900rem;
    font-weight: 500;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.7);
}.planGrid__disclaimer {
    color: #818e9d;
    display: block;
    font-size: 0.900rem;
    padding: 0 25px;
}
.mt-10 {
    padding-top: 2.1875rem !important;
}
.safe-buy-top{background:rgb(37 211 102);text-align:center;display:flex!important;justify-content:center!important;align-items:center!important;position:fixed;top:0;width:100%;z-index:10000}.safe-buy-top a{width:100%;padding:6px 5px 6px 5px;text-transform:uppercase;color:#fff!important;font-weight:500;font-size:14px;margin:0;letter-spacing:.8px;display:flex!important;justify-content:center!important;align-items:center!important}.safe-buy-top a svg{fill:#fff;margin-right:8px;width:18px;height:18px;top:-1px;position:relative}@media (min-width:992px){.main-menu{display:flex;justify-content:flex-end}.safe-buy-top{max-width:360px;left:50%;transform:translateX(-50%)!important;border-bottom-right-radius:16px;border-bottom-left-radius:16px}}