
/************************** 
* 1. imported styles 
***************************/
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
@import url(bootstrap.min.css);
@import url(bootstrap-select.min.css);
@import url(../plugins/flaticons/flaticon.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(nouislider.css);
@import url(nouislider.pips.css);
@import url(jquery.bootstrap-touchspin.css);
@import url(magnific-popup.css);
@import url(swiper.css);
@import url(jquery.bxslider.min.css);
@import url(animate.min.css);
@import url(hover-min.css);
@import url(../plugins/fontawesome-5/css/fontawesome-all.min.css);
/************************** 
* 2. miscelnious styles 
***************************/
body {
  font-family:'Poppins-Regular', sans-serif !important;
  color: #656565;
  font-size: 14px;
  line-height: 27px;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
}
a:hover,
a:visited,
a:active {
  text-decoration: none !important;
  outline: none !important;
}

.container {
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.sec-pad {
  padding: 120px 0;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.gray-bg {
  background: #F4F9FD;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0;
  font-size: inherit;
}

.sec-title {
  margin-bottom: 40px;
}
.sec-title h2, .sec-title p {
  margin: 0;
}
.sec-title h2 {
  font-size: 32px;
  color: #170B35;
  font-weight: 600;
  font-family:'Poppins-Bold', sans-serif !important;
}
.sec-title p {
  font-size: 16px;
  line-height: 26px;
  color: #787878;
  margin-top: 20px;
  font-family:'Poppins-Light', sans-serif !important;
  margin-left: 20%;
  margin-right: 20%;
}

.thm-btn {
  display: inline-block;
  border: none;
  outline: none;
  background: #3D49F5;
  color: #FFFFFF;
  font-size: 16px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 28px;
  padding: 12px 40px;
  /*padding: 15px 29px;*/
  position: relative;
  font-family: 'Poppins-Regular', sans-serif !important;
}
.thm-btn:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 28px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.thm-btn:hover {
  color: #190A32;
}
.thm-btn:hover:before {
  opacity: 1;
}
.thm-btn > span {
  position: relative;
}
.thm-btn.borderd {
  color: #190A32;
}
.thm-btn.borderd:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 28px;
  background: #fff;
  opacity: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.thm-btn.borderd:hover {
  color: #fff;
}
.thm-btn.borderd:hover:before {
  opacity: 0;
}

.separator {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background: rgba(83, 82, 83, 0.15);
}
.separator.full-width {
  max-width: 100%;
}
.separator.no-border {
  background-color: transparent;
}
.separator.mt135 {
  margin-top: 135px;
}
.separator.mb135 {
  margin-bottom: 135px;
}
.separator.mt115 {
  margin-top: 115px;
}
.separator.mb115 {
  margin-bottom: 85px;
}
.separator.mt100 {
  margin-top: 100px;
}
.separator.mb100 {
  margin-bottom: 100px;
}
.separator.mt90 {
  margin-top: 90px;
}
.separator.mb90 {
  margin-bottom: 90px;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #6541c1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6541c1), color-stop(98%, #d43396), color-stop(100%, #d43396));
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  color: #fff;
  font-size: 17px;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.preloader {
  background: #6541c1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6541c1), color-stop(98%, #d43396), color-stop(100%, #d43396));
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/************************** 
* 3. header styles 
***************************/
.home-page-one {
  position: absolute;
  top: 0;
}
.navbar-brand {
  padding-top: 8px!important;
}

.navbar-brand-dash {
  padding-top: 0px!important;
}

.navbar {
  padding: 0;
}
.navbar-nav {
  display: inline-block;
}
.navbar-nav li {
  display: inline-block;
}
.navbar-nav ul {
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  top: 5px;
  float: right;
}
.navbar-nav .nav-link {
  font-size: 15px;
  letter-spacing: .01em;
  position: relative;
  display: inline-block;
  color: #FFFFFF !important;
  text-transform: capitalize;
  padding-left: 20px !important;
  padding-right: 15px !important;
  padding-bottom: 30px;
  /*font-weight: 600;*/
  padding-top: 0;
  font-family: 'Poppins-Medium',sans-serif!important;
}

.navbar-nav .nav-link.active {
  opacity: 1;
  color: #190A32 !important;
}

.nav-wrapper {
  height: 100%;
}
.sign-up-btn {
  margin-left: 25px;
  /*margin-top: -20px;*/
}
.sign-up-btn a {
  border: 1px solid #FB7C26;
  outline: none;
  background: #FB7C26;
  color: #fff;
  /*font-weight: 600;*/
  font-size: 15px;
  border-radius: 18px;
  display: inline-block;
  padding: 4.5px 21.5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-family: 'Poppins-Light', sans-serif;
  height: 34px;
}
.sign-up-btn a:hover {
  background: #fff;
  color: #3D49F5;
  border: 1px solid #fff;
}

.reg-btn {
  margin-left: 25px;
  /*margin-top: -20px;*/
}
.reg-btn a {
  border: 1px solid #fff;
  outline: none;
  background: #3D49F5;
  color: #fff;
  /*font-weight: 600;*/
  font-size: 15px;
  border-radius: 18px;
  display: inline-block;
  padding: 4.5px 21.5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-family: 'Poppins-Light', sans-serif;
}
.reg-btn a:hover {
  background: #fff;
  color: #3D49F5;
  border: 1px solid #3D49F5;
}


.home-page-one {
  position: relative;
}
.discount-menu {
  right: 0;
  left: 0;
  top: 30px;
  z-index: 1030;
  margin: 0 auto;
  max-width: 1170px;
  position: absolute;
}
.home-page-one.menu-bg-overlay {
  background-color: #000;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 80px;
  z-index: 999999;
  padding: 10px 0px;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.home-page-one.menu-bg-overlay .navbar-nav .nav-link {
  top: 5px;
}
.home-page-one.menu-bg-overlay .discount-menu {
  top: 15px;
}
.home-page-one.menu-bg-overlay .navbar-nav .nav-link.active {
  color: #d13497 !important;
}
.home-page-one .stick-logo {
  display: none;
}
.home-page-one.menu-bg-overlay .default-logo {
  display: none;
}
.home-page-one.menu-bg-overlay .stick-logo {
  display: block;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 15px;
  z-index: 1000;
  float: left;
  min-width: 200px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  display: block;
  background-color: #F4F4F6;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0;
  visibility: hidden;
  border: none;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
}
.navbar-expand-lg .navbar-nav .dropdown-menu ul  {
  padding: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a {
  font-size: 15px;
  color: #2d2d2d;
  padding: 8px 0;
  display: block;
  line-height: 26px;
  padding-left: 27px;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.home-page-one.menu-bg-overlay .sign-up-btn {
  margin-bottom: -10px;
}

.home-page-one.menu-bg-overlay .reg-btn {
  margin-bottom: -10px;
}

.navbar-nav .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
} 
.navbar-expand-lg .navbar-nav .dropdown-menu li:hover a {
  background: #fb7c26;
  color: #fff;
  position: relative;
}
.navbar-collapse .dropdown {
  position: relative;
}
.navbar-collapse .dropdown li {
  list-style: none;
  display: block;
}
.dropdown-btn {
  display: none;
}

.account-img
{
    width: 36px;
    height: 36px;
    float: left;
    margin-right: 10px;
}

.after_login
{
      color: #BCC0FB!important;
    font-size: 12px !important;
    font-family: 'Poppins-light', sans-serif !important;

}

/************************** 
* 4. banner styles 
***************************/
.banner-static {
  background: #fff url(../images/banner.png) 90% top no-repeat;
  padding-top: 100px;
  /*padding-top: 190px;*/
  overflow: hidden;
  background-repeat: no-repeat;
}
@media (max-width: 1366px) {
  .banner-static {
    background: #fff url(../images/banner.png) center top no-repeat;
    background-size: contain;
    /*background-size: cover;*/
    background-repeat: no-repeat;
  }
}
.banner-static .banner-content {
  padding-top: 80px;
}
.banner-static .banner-content h3 {
  margin: 0;
  color: #190A32;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 11px;
  font-family: 'Poppins-Bold', sans-serif !important;
}

.banner-static .banner-content h3 span
{
  color: #FF6701;
}

.banner-static .banner-content p {
  margin: 0;
  color: #404040;
  font-size: 16px;
  line-height: 30px;
  /* margin-bottom: 54px; */
  margin-bottom: 20px;
  font-family: 'Poppins-Light', sans-serif !important;
}
.banner-static .banner-content .thm-btn + .thm-btn {
  margin-left: 15px;
}
.banner-static .banner-content .thm-btn {
 /* -webkit-box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);
  box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);*/
}
.banner-static .banner-content .thm-btn:hover {
  color: #fff;
  -webkit-box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);
  box-shadow: 0px 15px 30px rgba(255, 103, 1,0.27);
}
.banner-static .banner-content .thm-btn:hover:before {
  opacity: 0;
}
.banner-static .banner-content .thm-btn.borderd {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.banner-static .banner-content .thm-btn.borderd:hover {
  -webkit-box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);
  box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);
}
.banner-static .banner-content .thm-btn.borderd:hover:before {
  opacity: 0;
}
.banner-static .banner-moc-box > img {
  position: relative;
  /*left: 175px;*/
  width: 65%;
}



/************************** 
* 5. fun fact styles 
***************************/
.fun-fact .single-fun-fact {
  text-align: center;
}
.fun-fact .single-fun-fact p {
  color: #656565;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.fun-fact .single-fun-fact span.counter {
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 200;
  font-size: 53px;
}
.fun-fact .separator {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background: rgba(83, 82, 83, 0.15);
  margin-top: 70px;
  margin-bottom: 0px;
}

/************************** 
* 6. app features styles 
***************************/
.app-features {
  padding-top: 135px;
}
.app-features .single-app-features i {
  color: #666666;
  font-size: 45px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  line-height: 1;
}
.app-features .single-app-features h3,
.app-features .single-app-features p {
  margin: 0;
}
.app-features .single-app-features h3 {
  font-size: 20px;
  font-weight: 500;
  color: #150A33;
  margin-top: 17px;
  margin-bottom: 17px;
}
.app-features .single-app-features p {
  letter-spacing: .01em;
  color: #656565;
  margin-bottom: 50px;
}
.app-features .single-app-features .line {
  width: 100%;
  height: 4px;
  background: #6541c1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6541c1), color-stop(98%, #d43396), color-stop(100%, #d43396));
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.app-features .single-app-features:hover i {
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app-features .single-app-features:hover .line {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.app-features .center .single-app-features i {
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app-features .center .single-app-features .line {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.app-features .owl-theme .owl-nav {
  margin: 0;
}
.app-features .owl-theme .owl-nav [class*=owl-] {
  background: #E9E8E8;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  line-height: 38px;
  font-size: 14px;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.app-features .owl-theme .owl-nav [class*=owl-] i {
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app-features .owl-theme .owl-nav .owl-prev {
  left: 0;
}
.app-features .owl-theme .owl-nav .owl-next {
  right: 0;
}

/************************** 
* 7. features styles 
***************************/
.features-style-one .feature-style-content {
  padding-top: 50px;
}
.features-style-one .feature-style-content.pl40 {
  padding-left: 40px;
}
.features-style-one .feature-style-content > i {
  font-size: 45px;
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.features-style-one .feature-style-content h3 {
  margin: 0;
  color: #150A33;
  font-size: 32px;
  line-height: 48px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.features-style-one .feature-style-content p {
  font-size: 16px;
  line-height: 27px;
  color: #656565;
  letter-spacing: .01em;
  margin: 0;
  margin-bottom: 20px;
}
.features-style-one .feature-style-content a.more {
  font-size: 16px;
  font-weight: 600;
  color: #6B40BF;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.features-style-one .feature-style-content a.more i {
  margin-left: 5px;
  vertical-align: middle;
}
.features-style-one .feature-style-content a.more:hover {
  color: #d43297;
}
.features-style-one img.has-dropshadow {
  -webkit-box-shadow: 0px 16px 43px rgba(78, 48, 135, 0.24);
  box-shadow: 0px 16px 43px rgba(78, 48, 135, 0.24);
}

/************************** 
* 8. video box styles 
***************************/
.video-box {
  background: #D9378B url(../images/video-bg.jpg) center center no-repeat fixed;
  background-size: cover;
  position: relative;
  padding: 126px 0;
}
.video-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(61, 30, 130, 0.67);
}
.video-box .container {
  position: relative;
}
.video-box h3 {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 50px;
}
.video-box a.video-btn {
  width: 109px;
  height: 109px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  display: inline-block;
  line-height: 109px;
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.video-box a.video-btn i {
  display: inline-block;
  vertical-align: middle;
  width: 84px;
  height: 84px;
  color: #fff;
  font-size: 20px;
  line-height: 84px;
  border-radius: 50%;
  background: #D9378B;
}

/************************** 
* 9. pricing styles 
***************************/
.pricing-section {
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.pricing-section {
  padding-top: 80px;
}
.pricing-section .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  vertical-align: middle;
}
.pricing-section .switch input {
  display: none;
}
.pricing-section .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6541c1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6541c1), color-stop(98%, #d43396), color-stop(100%, #d43396));
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  -webkit-transition: .4s;
  transition: .4s;
}
.pricing-section .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.pricing-section .switch.on .slider {
  background: #d43396;
  background: -webkit-gradient(left top, right top, color-stop(0%, #d43396), color-stop(100%, #6541c1));
  background: -webkit-gradient(linear, left top, right top, from(#d43396), to(#6541c1));
  background: linear-gradient(to right, #d43396 0%, #6541c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d43396', endColorstr='#6541c1', GradientType=1);
}
.pricing-section .switch.off .slider {
  background: #6541c1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6541c1), color-stop(98%, #d43396), color-stop(100%, #d43396));
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
}
.pricing-section input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
  box-shadow: 0 0 1px #2196F3;
}
.pricing-section .switch.off .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}
.pricing-section .slider.round {
  border-radius: 34px;
}
.pricing-section .slider.round:before {
  border-radius: 50%;
}
.pricing-section ul.switch-toggler-list {
  margin-bottom: 40px;
}
.pricing-section ul.switch-toggler-list li a {
  font-size: 18px;
  font-weight: 600;
  color: #323232;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}
.pricing-section ul.switch-toggler-list li.active a {
  color: #989898;
}
.pricing-section .pricing-row {
  padding-top: 20px;
}
.pricing-section .single-pricing {
  position: relative;
  border-radius: 15px;
}
.pricing-section .single-pricing:before {
  content: '';
  background: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 15px;
}
.pricing-section .single-pricing .inner {
  position: relative;
  padding-bottom: 40px;
  padding-top: 40px;
  border-radius: 10px;
}

.pricing-section .single-pricing .box-1{
  background: transparent linear-gradient(210deg, #EFF9FB 0%, #EAEFFC 100%) 0% 0% no-repeat padding-box;
}

.pricing-section .single-pricing .box-2{
  background: transparent linear-gradient(210deg, #EFF5FB 0%, #FAEAFC 100%) 0% 0% no-repeat padding-box;
}

.pricing-section .single-pricing .box-3{
  background: transparent linear-gradient(210deg, #FBF7EF 0%, #FCEAEA 100%) 0% 0% no-repeat padding-box;
}

.pricing-section .single-pricing .box-4{
  background: transparent linear-gradient(210deg, #EFF9FB 0%, #EAFCED 100%) 0% 0% no-repeat padding-box;
}

.pricing-section .single-pricing h3, .pricing-section .single-pricing p, .pricing-section .single-pricing ul, .pricing-section .single-pricing li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-section .single-pricing h3.title {
  font-size: 24px;
  color: #170B35;
  font-weight: 600;
  font-family:'Poppins-SemiBold', sans-serif !important;
}
.pricing-section .single-pricing p.price-1 {
  background: #3D49F5;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 33px;
  font-weight: 200;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: 20px;
  font-family:'Poppins-Medium', sans-serif !important;
}

.pricing-section .single-pricing p.price-2 {
  background: #F53DF5;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 33px;
  font-weight: 200;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: 20px;
  font-family:'Poppins-Medium', sans-serif !important;
}

.pricing-section .single-pricing p.price-3 {
  background: #FF6701;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 33px;
  font-weight: 200;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: 20px;
  font-family:'Poppins-Medium', sans-serif !important;
}

.pricing-section .single-pricing p.price-4 {
  background: #2DCB7C;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 33px;
  font-weight: 200;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: 20px;
  font-family:'Poppins-Medium', sans-serif !important;
}


.pricing-section .single-pricing p.price-label {
  font-size: 18px;
  font-weight: 600;
  color: #656565;
}
.pricing-section .single-pricing ul.list-item {
  margin-top: 40px;
}
.pricing-section .single-pricing ul.list-item li {
  font-size: 14px;
  color: #373737;
  font-weight: 500;
  font-family:'Poppins-Regular', sans-serif !important;
  line-height: 35px;
}
.pricing-section .single-pricing ul.list-item li i {
  vertical-align: middle;
  margin-right: 5px;
}
.pricing-section .single-pricing ul.list-item li i.fa-check {
  color: #12CE32;
}
.pricing-section .single-pricing ul.list-item li i.fa-times {
  color: #FF0302;
}
.pricing-section .single-pricing a.thm-btn {
  padding: 11px 57px;
  margin-top: 35px;
}
.pricing-section .single-pricing a.thm-btn:hover {
  box-shadow: 0px 15px 30px rgba(255, 103, 1,0.27);
}
.pricing-section .single-pricing.popular {
  background: #6541c1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6541c1), color-stop(98%, #d43396), color-stop(100%, #d43396));
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  margin-top: -20px;
}
.pricing-section .single-pricing.popular .inner {
  padding-top: 65px;
  padding-bottom: 65px;
}
.pricing-section .single-pricing.popular .thm-btn {
  color: #fff;
  -webkit-box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);
  box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);
}
.pricing-section .single-pricing.popular .thm-btn:before {
  opacity: 0;
}
.pricing-section .tabed-content #year, .pricing-section .tabed-content #month {
  display: none;
}
.list-inline li {
  display: inline-block;
}

.btn-1{
  background:#3D49F5;
  color: #fff;
}

.btn-1:hover
{
  box-shadow: 0px 15px 30px rgba(61, 73, 245,0.27)!important;
  color: #fff;
}

.btn-1:before{
  background:#3D49F5!important;
}


.btn-2{
  background:#F53DF5;
  color: #fff;
}

.btn-2:hover
{
  box-shadow: 0px 15px 30px rgba(245, 61, 245,0.27)!important;
  color: #fff;
}

.btn-2:before{
  background:#F53DF5!important;
}

.btn-3{
  background:#FF6701;
  color: #fff;
}

.btn-3:hover
{
  box-shadow: 0px 15px 30px rgba(255, 103, 1,0.27)!important;
  color: #fff;
}

.btn-3:before{
  background:#FF6701!important;
}

.btn-4{
  background:#2DCB7C;
  color: #fff;
}

.btn-4:hover
{
  box-shadow: 0px 15px 30px rgba(45, 203, 124,0.27)!important;
  color: #fff;
}

.btn-4:before{
  background:#2DCB7C!important;
}

/************************** 
* 10. intigration styles 
***************************/
.intigration-section .intigration-content {
  padding-top: 40px;
}
.intigration-section h3 {
  margin: 0;
  color: #150A33;
  font-size: 32px;
  line-height: 48px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.intigration-section p {
  font-size: 16px;
  line-height: 27px;
  color: #656565;
  letter-spacing: .01em;
  margin: 0;
  margin-bottom: 20px;
}
.intigration-section a.more {
  color: #6B40BF;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.intigration-section a.more i {
  margin-left: 5px;
  vertical-align: middle;
}
.intigration-section a.more:hover {
  color: #d43297;
}
.intigration-section .intigration-img-box {
  position: relative;
  display: block;
  min-height: 360px;
}
.intigration-section .intigration-img-box img {
  position: absolute;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 20px;
}
.intigration-section .intigration-img-box img:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);
  box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);
}
.intigration-section .intigration-img-box img:nth-child(1) {
  top: 0;
  right: 185px;
}
.intigration-section .intigration-img-box img:nth-child(2) {
  top: 48px;
  right: 60px;
}
.intigration-section .intigration-img-box img:nth-child(3) {
  top: 170px;
  right: 350px;
}
.intigration-section .intigration-img-box img:nth-child(4) {
  top: 196px;
  right: 200px;
}
.intigration-section .intigration-img-box img:nth-child(5) {
  bottom: 0px;
  right: 0px;
}

/************************** 
* 11. blog styles 
***************************/
.blog-style-one {
  padding-top: 135px;
}
.blog-style-one .single-blog-post:hover .img-box img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.blog-style-one .single-blog-post:hover .img-box:after {
  opacity: 1;
}
.blog-style-one .single-blog-post .img-box {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.blog-style-one .single-blog-post .img-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-one .single-blog-post .img-box > img {
  border-radius: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-one .single-blog-post .text-box h3,
.blog-style-one .single-blog-post .text-box p,
.blog-style-one .single-blog-post .text-box ul,
.blog-style-one .single-blog-post .text-box li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-style-one .single-blog-post .text-box ul.meta-info {
  margin-top: 40px;
  margin-bottom: 15px;
}
.blog-style-one .single-blog-post .text-box ul.meta-info li {
  display: inline-block;
  vertical-align: middle;
}
.blog-style-one .single-blog-post .text-box ul.meta-info li:after {
  content: '';
  width: 5px;
  height: 5px;
  background: #6541c1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6541c1), color-stop(98%, #d43396), color-stop(100%, #d43396));
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}
.blog-style-one .single-blog-post .text-box ul.meta-info li:last-child:after {
  display: none;
}
.blog-style-one .single-blog-post .text-box ul.meta-info li a {
  display: inline-block;
  vertical-align: middle;
  color: #656565;
  font-size: 16px;
}
.blog-style-one .single-blog-post .text-box h3 {
  font-size: 20px;
  font-weight: 500;
  color: #150A33;
  line-height: 30px;
  margin-bottom: 15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-one .single-blog-post .text-box h3:hover {
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-style-one .single-blog-post .text-box p {
  color: #656565;
  margin-bottom: 15px;
}
.blog-style-one .single-blog-post .text-box a.read-more {
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 40px;
}
.blog-style-one .single-blog-post .text-box a.read-more i {
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 5px;
  vertical-align: middle;
}
.blog-style-one .single-blog-post .text-box:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #6541c1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6541c1), color-stop(98%, #d43396), color-stop(100%, #d43396));
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-one .single-blog-post:hover .text-box:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.blog-style-one .center .single-blog-post .text-box:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.blog-style-one .owl-theme .owl-nav {
  margin: 0;
}
.blog-style-one .owl-theme .owl-nav [class*=owl-] {
  background: #E9E8E8;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  line-height: 38px;
  font-size: 14px;
  position: absolute;
  top: 18%;
}
.blog-style-one .owl-theme .owl-nav [class*=owl-] i {
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-style-one .owl-theme .owl-nav .owl-prev {
  left: -19px;
}
.blog-style-one .owl-theme .owl-nav .owl-next {
  right: -19px;
}

.blog-style-two .single-blog-post-style-two + .single-blog-post-style-two {
  margin-top: 80px;
}
.blog-style-two .single-blog-post-style-two .img-box {
  position: relative;
}
.blog-style-two .single-blog-post-style-two .img-box > img {
  width: 100%;
}
.blog-style-two .single-blog-post-style-two .img-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(1, 1, 1, 0.2);
}
.blog-style-two .single-blog-post-style-two .text-box {
  padding-top: 30px;
}
.blog-style-two .single-blog-post-style-two .text-box a.date {
  color: #CD3498;
  font-size: 16px;
  font-weight: 600;
}
.blog-style-two .single-blog-post-style-two .text-box h3 {
  font-size: 20px;
  color: #170B35;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-style-two .single-blog-post-style-two .text-box p {
  font-size: 16px;
  line-height: 28px;
  color: #656565;
  letter-spacing: .01em;
  margin: 0;
}
.blog-style-two .single-blog-post-style-two .text-box .meta-info {
  border-top: 1px solid #E3E3E3;
  padding-top: 20px;
  margin-top: 20px;
}
.blog-style-two .single-blog-post-style-two .text-box .meta-info a,
.blog-style-two .single-blog-post-style-two .text-box .meta-info span.sep {
  display: inline-block;
  vertical-align: middle;
  color: #929191;
  font-size: 15px;
  letter-spacing: .01em;
}
.blog-style-two .single-blog-post-style-two .text-box .meta-info span.sep {
  margin-left: 10px;
  margin-right: 10px;
}
.blog-style-two .single-blog-post-style-two .text-box a.read-more {
  color: #fff;
  border-radius: 25px;
  font-size: 16px;
  background: #6541c1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6541c1), color-stop(98%, #d43396), color-stop(100%, #d43396));
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  position: relative;
  display: inline-block;
  padding: 13px 35px;
  font-weight: 600;
  margin-top: 20px;
}
.blog-style-two .single-blog-post-style-two .text-box a.read-more > span {
  position: relative;
}
.blog-style-two .single-blog-post-style-two .text-box a.read-more:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 28px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-two .single-blog-post-style-two .text-box a.read-more:hover {
  color: #170B35;
  -webkit-box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
  box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
}
.blog-style-two .single-blog-post-style-two .text-box a.read-more:hover:before {
  opacity: 1;
}
.blog-style-two .blog-post-pagination {
  margin-top: 80px;
}
.blog-style-two .blog-post-pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  line-height: 38px;
  color: #170B35;
  font-weight: 600;
  font-size: 18px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #CBCACA;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-two .blog-post-pagination a + a {
  margin-left: 10px;
}
.blog-style-two .blog-post-pagination a.active, .blog-style-two .blog-post-pagination a:hover {
  border-color: #cd339a;
  color: #fff;
  background: #cd339a;
}

.blog-details-page .has-right-sidebar {
  padding-right: 120px;
}
.blog-details-page .single-blog-post-style-two .text-box {
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 100px;
}
.blog-details-page .single-blog-post-style-two .text-box a {
  color: #0C7FE9;
}
.blog-details-page .single-blog-post-style-two .text-box h3 {
  margin: 0;
  margin-bottom: 15px;
}
.blog-details-page .single-blog-post-style-two .text-box .meta-info {
  border: none;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 15px;
}
.blog-details-page .single-blog-post-style-two .text-box .qoute {
  padding: 25px 0;
  padding-left: 30px;
  border-left: 7px solid #cd339a;
}
.blog-details-page .single-blog-post-style-two .text-box .qoute p {
  font-size: 18px;
  color: #656565;
  font-style: italic;
  line-height: 30px;
}
.blog-details-page .single-blog-post-style-two .text-box .qoute h3 {
  font-size: 16px;
  color: #150A33;
  font-weight: 600;
  margin: 0;
  margin-top: 10px;
}
.blog-details-page .single-blog-post-style-two .text-box .qoute span {
  color: #929191;
  font-size: 15px;
  display: inline-block;
  margin-top: 5px;
}
.blog-details-page .single-blog-post-style-two .text-box .tags-box ul,
.blog-details-page .single-blog-post-style-two .text-box .tags-box ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-details-page .single-blog-post-style-two .text-box .tags-box ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.blog-details-page .single-blog-post-style-two .text-box .tags-box ul li:last-child {
  margin-right: 0;
}
.blog-details-page .single-blog-post-style-two .text-box .tags-box ul li a {
  display: block;
  border: 1px solid #E0E0E0;
  padding: 4px 19.5px;
  font-size: 15px;
  color: #929191;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-details-page .single-blog-post-style-two .text-box .tags-box ul li a:hover {
  color: #fff;
  border-color: #CC3498;
  background: #CC3498;
}
.blog-details-page .single-blog-post-style-two .text-box .tags-box ul li.labled {
  color: #150A33;
  font-size: 15px;
  font-weight: 500;
  padding-right: 20px;
}
.blog-details-page .single-blog-post-style-two .text-box .social-box h4 {
  color: #150A33;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 20px;
}
.blog-details-page .single-blog-post-style-two .text-box .social-box ul,
.blog-details-page .single-blog-post-style-two .text-box .social-box li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-details-page .single-blog-post-style-two .text-box .social-box ul li {
  display: inline-block;
  vertical-align: middle;
}
.blog-details-page .single-blog-post-style-two .text-box .social-box ul li + li {
  margin-left: 10px;
}
.blog-details-page .single-blog-post-style-two .text-box .social-box ul li.facebook a {
  background: #3B5996;
}
.blog-details-page .single-blog-post-style-two .text-box .social-box ul li.twitter a {
  background: #21A0F0;
}
.blog-details-page .single-blog-post-style-two .text-box .social-box ul li.google a {
  background: #D63C32;
}
.blog-details-page .single-blog-post-style-two .text-box .social-box ul li.pinterest a {
  background: #BC0A1B;
}
.blog-details-page .single-blog-post-style-two .text-box .social-box ul li.email a {
  background: #7A8184;
}
.blog-details-page .single-blog-post-style-two .text-box .social-box ul li a {
  display: block;
  background: #7A8184;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  padding: 4px 17px;
}
.blog-details-page .single-blog-post-style-two .text-box .social-box ul li a i {
  margin-right: 10px;
}
.blog-details-page .title-blog-details-page {
  margin-bottom: 35px;
}
.blog-details-page .title-blog-details-page h3 {
  margin: 0;
  color: #150A33;
  font-size: 24px;
  font-weight: 600;
}
.blog-details-page .single-recent-post {
  margin-bottom: 80px;
}
.blog-details-page .single-recent-post .text-box {
  padding-left: 15px;
  padding-top: 20px;
}
.blog-details-page .single-recent-post .text-box h3 {
  margin: 0;
  color: #150A33;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .01em;
  font-weight: 600;
  margin-bottom: 5px;
}
.blog-details-page .single-recent-post .text-box a.date {
  color: #929191;
  font-size: 15px;
  display: block;
}
.blog-details-page .comment-box-wrapper {
  margin-bottom: 80px;
}
.blog-details-page .comment-box-wrapper .single-comment-box + .single-comment-box {
  margin-top: 30px;
}
.blog-details-page .comment-box-wrapper .single-comment-box .img-box,
.blog-details-page .comment-box-wrapper .single-comment-box .text-box {
  display: table-cell;
  vertical-align: top;
}
.blog-details-page .comment-box-wrapper .single-comment-box .img-box {
  width: 75px;
}
.blog-details-page .comment-box-wrapper .single-comment-box .text-box {
  padding-left: 20px;
}
.blog-details-page .comment-box-wrapper .single-comment-box .text-box h3,
.blog-details-page .comment-box-wrapper .single-comment-box .text-box p {
  margin: 0;
}
.blog-details-page .comment-box-wrapper .single-comment-box .text-box span.date {
  display: block;
  line-height: 1em;
  color: #929191;
  font-weight: 500;
  font-size: 15px;
}
.blog-details-page .comment-box-wrapper .single-comment-box .text-box h3 {
  font-size: 16px;
  color: #150A33;
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-details-page .comment-box-wrapper .single-comment-box .text-box p {
  font-size: 16px;
  color: #656565;
  line-height: 28px;
  margin-top: 15px;
}
.blog-details-page .comment-box-wrapper .single-comment-box .text-box a.reply {
  color: #150A33;
  font-size: 15px;
  font-weight: 500;
}
.blog-details-page .comment-box-wrapper .single-comment-box.second-level {
  padding-left: 100px;
}
.blog-details-page .comment-box-wrapper .single-comment-box.third-level {
  padding-left: 200px;
}
@media (max-width: 736px) {
  .blog-details-page .comment-box-wrapper .single-comment-box.second-level {
    padding-left: 0px;
  }
  .blog-details-page .comment-box-wrapper .single-comment-box.third-level {
    padding-left: 0px;
  }
}
.blog-details-page .comment-form input,
.blog-details-page .comment-form textarea {
  border: none;
  outline: none;
  width: 100%;
  height: 46px;
  border: 1px solid #E0E0E0;
  padding-left: 45px;
  display: block;
}
.blog-details-page .comment-form input.error,
.blog-details-page .comment-form textarea.error {
  background: rgba(255, 0, 0, 0.5);
}
.blog-details-page .comment-form label.error {
  display: none !important;
}
.blog-details-page .comment-form input {
  margin-bottom: 10px;
}
.blog-details-page .comment-form textarea {
  height: 116px;
  margin-top: 0px;
  padding-top: 10px;
}
.blog-details-page .comment-form button.thm-btn {
  margin-top: 40px;
  padding: 13px 40px;
}
.blog-details-page .comment-form button.thm-btn:hover {
  -webkit-box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
  box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
}

/************************** 
* 12. footer styles 
***************************/
footer.footer {
  background:#F9F9FF;
}
footer.footer .subscribe-section {
  padding-top: 60px;
  padding-bottom: 90px;
}
footer.footer .subscribe-section .sec-title {
  margin-bottom: 50px;
}
footer.footer .subscribe-section .subscribe-form {
  background:#3D49F5;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  border-radius: 60px;
  padding: 16px 35px;
  padding-left: 70px;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  margin-left: 10%;
  margin-right: 10%;
}
footer.footer .subscribe-section .subscribe-form .left-content {
  position: relative;
  padding: 13px 0;
  padding-left: 45px;
}
footer.footer .subscribe-section .subscribe-form i.fa-envelope-open {
  font-size: 24px;
  color: #EAE9EC;
  display: inline-block;
  vertical-align: middle;
  float: left;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
footer.footer .subscribe-section .subscribe-form input {
  background-color: transparent;
  border: none;
  outline: none;
  color: #EAE9EC;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #EAE9EC;
  width: 100%;
  max-width: 330px;
  float: left;
}
footer.footer .subscribe-section .subscribe-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #EAE9EC;
}
footer.footer .subscribe-section .subscribe-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #EAE9EC;
}
footer.footer .subscribe-section .subscribe-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #EAE9EC;
}
footer.footer .subscribe-section .subscribe-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #EAE9EC;
}
footer.footer .subscribe-section .subscribe-form button[type=submit] {
  background: #FF7E28;
}
footer.footer .subscribe-section .subscribe-form button[type=submit] span {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Poppins-Regular', sans-serif !important;
}
footer.footer .subscribe-section .subscribe-form button[type=submit]:hover {
  background: #0E0F1F;
}
footer.footer .subscribe-section .subscribe-form button[type=submit]:hover:before {
  opacity: 0;
}
footer.footer .subscribe-section .subscribe-form button[type=submit]:hover span {
  background: none;
  background-clip: none;
  -webkit-text-fill-color: #fff;
  color: #fff;
}
footer.footer .footer-widget-wrapper {
  padding-bottom: 80px;
}
footer.footer .footer-widget .title {
  margin-bottom: 40px;
}
footer.footer .footer-widget .title h3 {
  margin: 0;
  color: #1A0A37;
  font-size: 16px;
  font-weight: 600;
}
footer.footer .footer-widget p {
  color: #1A0A37;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  font-weight: 500;
}
footer.footer .footer-widget .social a {
  color: #8B8B8B;
  font-size: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
footer.footer .footer-widget .social a + a {
  margin-left: 20px;
}
footer.footer .footer-widget .social a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
footer.footer .footer-widget.about-widget p {
  margin-top: 25px;
  margin-bottom: 15px;
}
footer.footer .footer-widget.contact-widget p {
  color: #656565;
}
footer.footer .footer-widget.contact-widget p span {
  color: #170B35;
  font-weight: 500;
  padding-right: 10px;
}
footer.footer .footer-widget.contact-widget p + p {
  margin-top: 5px;
}
footer.footer .footer-widget.links-widget {
  padding-right: 52px;
}
footer.footer .footer-widget.links-widget ul.link-list li a {
  color: #656565;
  font-size: 14px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-weight: 500;
}
footer.footer .footer-widget.links-widget ul.link-list li a:hover {
  color: #4D07A0;
}
footer.footer .footer-widget.tweets-widget .single-tweet p {
  margin: 0;
  color: #656565;
  letter-spacing: .01em;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
}
footer.footer .footer-widget.tweets-widget .single-tweet p i {
  color: #1692F8;
  margin-right: 10px;
}
footer.footer .footer-widget.tweets-widget .single-tweet > a {
  color: #4D07A0;
  font-size: 14px;
  font-style: italic;
  letter-spacing: .025em;
}
footer.footer .footer-widget.tweets-widget .owl-theme .owl-nav {
  margin-top: 5px;
  text-align: left;
}
footer.footer .footer-widget.tweets-widget .owl-theme .owl-nav [class*=owl-] {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #6B40BF;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: inline-block;
  vertical-align: middle;
}
footer.footer .footer-widget.tweets-widget .owl-theme .owl-nav [class*=owl-] i {
  margin: 0;
  padding: 0;
}
footer.footer .footer-widget.tweets-widget .owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(107, 64, 191, 0.5);
}
footer.footer .footer-widget.tweets-widget .owl-theme .owl-nav [class*=owl-next] {
  margin-left: 10px;
}
footer.footer .footer-widget.tweets-widget .owl-theme .owl-nav [class*=owl-next] i {
  position: relative;
  left: 1px;
}

.footer-bottom .footer-copyright {
  width: 100%;
  display: table;
  padding: 26px 0;
}
.footer-bottom .footer-copyright .left-content {
  display: inline-block;
}
.footer-bottom .footer-copyright .right-content {
  display: inline-block;
}
.footer-bottom .left-content p span.sep {
  display: inline-block;
  vertical-align: middle;
}
.footer-bottom .left-content p a {
  color: #656565;
  display: inline-block;
  line-height: 1em;
  vertical-align: middle;
}
.footer-bottom .right-content p,
.footer-bottom .left-content p {
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  color: #484848;
  letter-spacing: .025em;
  font-family:'Poppins-Light',sans-serif !important;
}
footer.footer .footer-widget.links-widget ul {
  margin: 0px -5px;
}
.footer-widget .link-list li {
  margin: 0px 3px;
}

.footer-bottom
{
  background:#fff;
}

.scrollup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #FF6701;
  color: #fff;
  font-size: 17px;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
/************************** 
* 13. inner banner styles 
***************************/
.inner-banner {
  position: relative;
  background: #000 url(../images/inner-banner-bg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 240px;
  padding-bottom: 120px;
}
.inner-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6541c1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #6541c1), color-stop(98%, #d43396), color-stop(100%, #d43396));
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  opacity: .79;
}
.inner-banner .container {
  position: relative;
}
.inner-banner h3 {
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 600;
  margin: 0;
}
.inner-banner h3 span {
  color: #000000;
}
.inner-banner .breadcumb {
  line-height: 1em;
  margin-top: 25px;
}
.inner-banner .breadcumb a,
.inner-banner .breadcumb i,
.inner-banner .breadcumb span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}
.inner-banner .breadcumb a {
  color: #000000;
  font-family: 'Poppins';
  font-size: 16px;
}
.inner-banner .breadcumb i {
  color: #FFFFFF;
  font-size: 13px;
  margin-left: 7px;
  margin-right: 7px;
}
.inner-banner .breadcumb span {
  color: #FFFFFF;
  font-family: 'Poppins';
  font-size: 16px;
}

/************************** 
* 14. sidebar styles 
***************************/
.has-right-sidebar {
  padding-right: 45px;
}

.sidebar .single-sidebar + .single-sidebar {
  margin-top: 45px;
}
.sidebar .single-sidebar .title {
  margin-bottom: 30px;
}
.sidebar .single-sidebar .title h3 {
  margin: 0;
  color: #150A33;
  font-size: 22px;
  font-weight: 600;
}
.sidebar .single-sidebar .title h3:after {
  content: '';
  display: inline-block;
  width: 35px;
  height: 2px;
  background: #CD3498;
  margin-left: 10px;
}
.sidebar .single-sidebar.search-widget {
  background: #cd339a;
}
.sidebar .single-sidebar.search-widget form {
  position: relative;
  height: 54px;
}
.sidebar .single-sidebar.search-widget form input {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 15px;
  padding-left: 20px;
  border: none;
  outline: none;
  background-color: transparent;
  letter-spacing: .05em;
}
.sidebar .single-sidebar.search-widget form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.sidebar .single-sidebar.search-widget form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.sidebar .single-sidebar.search-widget form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.sidebar .single-sidebar.search-widget form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.sidebar .single-sidebar.search-widget form button {
  background-color: transparent;
  outline: none;
  border: none;
  color: #FFFFFF;
  font-size: 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar .single-sidebar.category-widget ul.category-list,
.sidebar .single-sidebar.category-widget ul.category-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .single-sidebar.category-widget ul.category-list li + li {
  border-top: 1px solid #E0E0E0;
  padding-top: 10px;
  margin-top: 10px;
}
.sidebar .single-sidebar.category-widget ul.category-list li a {
  color: #7D7D7D;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  display: block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar .single-sidebar.category-widget ul.category-list li a:hover {
  color: #CD339A;
}
.sidebar .single-sidebar.category-widget ul.category-list li a:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post + .single-recent-post {
  margin-top: 20px;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post h3 {
  margin: 0;
  color: #150A33;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .01em;
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post h3:hover {
  color: #CD339A;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post a.date {
  color: #929191;
  font-size: 15px;
  line-height: 1em;
  display: inline-block;
  font-weight: 500;
}
.sidebar .single-sidebar.tags-widget ul.tags-list, .sidebar .single-sidebar.tags-widget ul.tags-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .single-sidebar.tags-widget ul.tags-list {
  margin-left: -5px;
  margin-right: -5px;
}
.sidebar .single-sidebar.tags-widget ul.tags-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  margin-bottom: 10px;
}
.sidebar .single-sidebar.tags-widget ul.tags-list li a {
  display: block;
  border: 1px solid #E0E0E0;
  color: #929191;
  font-size: 15px;
  line-height: 1em;
  font-weight: 500;
  padding: 10px 19px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.sidebar .single-sidebar.tags-widget ul.tags-list li a:hover {
  color: #fff;
  border-color: #CC3498;
  background: #CC3498;
}

/************************** 
* 15. testimonials styles 
***************************/
.testimonials-style-one .container {
  max-width: 970px;
  padding: 49px 0 0;
  position: relative;
}
.testimonials-style-one .container > img.testi-thumb {
  position: absolute;
  top: 0;
  left: 0;
}
.testimonials-style-one .title {
  margin-bottom: 15px;
}
.testimonials-style-one .title h3 {
  margin: 0;
  color: #170B35;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  padding-left: 35px;
}

.single-testimonial {
  padding-top: 10px;
}
.single-testimonial .img-box, .single-testimonial .text-box {
  display: table-cell;
  vertical-align: top;
}
.single-testimonial .img-box {
  width: 450px;
  margin-bottom: 30px;
}
.single-testimonial .img-box img {
  max-width: none;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0px;
  -webkit-box-shadow: 0px 15px 33.6px rgba(212, 50, 151, 0.3);
  box-shadow: 0px 15px 33.6px rgba(212, 50, 151, 0.3);
  border-radius: 50%;
}
.single-testimonial .text-box img {
  max-width: none;
  width: auto;
}
.single-testimonial .text-box p {
  font-size: 18px;
  color: #656565;
  line-height: 26px;
  letter-spacing: .01em;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 20px;
}
.single-testimonial .text-box h3 {
  margin: 0;
  color: #170B35;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.single-testimonial .text-box span {
  color: #6B40BF;
  font-size: 16px;
}

.testimonials-slider .bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 0;
}
.testimonials-slider .bx-wrapper ul.slider {
  padding: 0;
  margin: 0;
}
.testimonials-slider .bx-wrapper .bx-controls-direction {
  text-align: center;
}
.testimonials-slider .bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  background-image: none;
  color: #6B40BF;
  font-size: 27px;
  position: relative;
  top: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.testimonials-slider .bx-wrapper .bx-controls-direction a:hover {
  color: #d43297;
}
.testimonials-slider .bx-wrapper .bx-prev {
  left: 0px;
  margin-right: 25px;
}
.testimonials-slider .bx-wrapper .bx-next {
  right: 0px;
}

#testimonials-slider-pager a.pager-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
#testimonials-slider-pager a.pager-item:nth-child(1) {
  top: 92%;
  left: 33%;
}
#testimonials-slider-pager a.pager-item:nth-child(2) {
  top: 94%;
  left: 18%;
}
#testimonials-slider-pager a.pager-item:nth-child(3) {
  top: 74%;
  left: 2%;
}
#testimonials-slider-pager a.pager-item:nth-child(4) {
  top: 36%;
  left: 0;
}
#testimonials-slider-pager a.pager-item:nth-child(5) {
  top: 18%;
  left: 11%;
}
#testimonials-slider-pager a.pager-item:nth-child(6) {
  top: 9%;
  left: 25%;
}

@media (max-width: 768px) {
  #testimonials-slider-pager {
    display: none;
  }
}
/************************** 
* 16. app screenshot styles 
***************************/
.app-secreenshots .sec-title {
  margin-bottom: 70px;
}

.swiper-slider-area .container {
  position: relative;
}

.swiper-wrapper {
  height: 630px;
  width: 320px;
}

.row.appScreenshotCarousel-container.swiper-container-horizontal.swiper-container-3d.swiper-container-coverflow {
  position: relative;
  padding-bottom: 20px;
}

.swiper-slide.swiper-slide-active {
  border-radius: 35px;
}

.screen-mobile-image {
  background-image: url(../images/iphone-moc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 645px;
  left: calc(50% + 0.5px);
  position: absolute;
  top: 24px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 301px;
  z-index: 2;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
}

.swiper-slide.swiper-slide-active {
  background-size: 100% 100%;
}

.swiper-wrapper {
  padding: 30px 0 40px;
}

.swiper-slide.swiper-slide-next {
  -webkit-box-shadow: 30px 0px 20px rgba(0, 0, 0, 0.18);
  box-shadow: 30px 0px 20px rgba(0, 0, 0, 0.18);
}

.swiper-slide.swiper-slide-prev {
  -webkit-box-shadow: -30px 0px 20px rgba(0, 0, 0, 0.18);
  box-shadow: -30px 0px 20px rgba(0, 0, 0, 0.18);
}

/************************** 
* 17. how app work styles 
***************************/
.how-app-work-section {
  padding-top: 50px;
  background:#F9F9FF;
  margin-top: 40px;
  height: 780px;
}
.how-app-work-section .title {
  margin-bottom: 40px;
}
.how-app-work-section .title h3 {
  margin: 0;
  color: #303030;
  font-size: 32px;
  font-weight: 600;
  font-family: 'Poppins-Bold', sans-serif !important;
}

.how-app-work-section .title h3 span {
  color: #FF6700;
}

.how-app-work-section .how-app-work-content-wrap {
  padding-left: 85px;
}
.how-app-work-section .how-app-work-content {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-bottom: 20px;
  position: relative;
}
.how-app-work-section .how-app-work-content:before {
  content: '';
  width: 2px;
  height: 100%;
  background: url(../images/gradient-sep.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 45px;
}
.how-app-work-section .single-how-app-work {
  padding-left: 10px;
}
.how-app-work-section .single-how-app-work + .single-how-app-work {
  margin-top: 60px;
}
.how-app-work-section .single-how-app-work .icon-box,
.how-app-work-section .single-how-app-work .text-box {
  display: table-cell;
  vertical-align: middle;
}
.how-app-work-section .single-how-app-work .icon-box .inner {
  width: 74px;
  height: 74px;
  background: #3D49F5;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  position: relative;
  border-radius: 50%;
  text-align: center;
}
.how-app-work-section .single-how-app-work .icon-box .inner:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  /*top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;*/
  border-radius: 50%;
  background: #F9F9FF;
  opacity: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border:1px solid #FF6701;
}
.how-app-work-section .single-how-app-work .icon-box .inner i {
  background: #FF6701;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 74px;
  font-size: 44px;
  position: relative;
}
.how-app-work-section .single-how-app-work .icon-box .inner:hover {
  -webkit-box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
  box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
}
.how-app-work-section .single-how-app-work .icon-box .inner:hover i {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.how-app-work-section .single-how-app-work .icon-box .inner:hover:before {
  opacity: 0;
}
.how-app-work-section .single-how-app-work .icon-box .active .inner {
  -webkit-box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
  box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
}
.how-app-work-section .single-how-app-work .icon-box .active .inner i {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.how-app-work-section .single-how-app-work .icon-box .active .inner:before {
  opacity: 0;
}
.how-app-work-section .single-how-app-work .text-box {
  padding-left: 40px;
}
.how-app-work-section .single-how-app-work .text-box h4,
.how-app-work-section .single-how-app-work .text-box p {
  margin: 0;
}
.how-app-work-section .single-how-app-work .text-box h4 {
  font-size: 20px;
  color: #303030;
  font-weight: 500;
  font-family: 'Poppins-Medium',sans-serif!important;
}
.how-app-work-section .single-how-app-work .text-box p {
  font-size: 14px;
  line-height: 27px;
  color: #858897;
  margin-top: 10px;
  font-family: 'Poppins-Light',sans-serif!important;
}
.how-app-work-section .download-btn {
  display: inline-block;
  vertical-align: middle;
  background: #3D49F5;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  position: relative;
  padding: 12px 0;
  padding-left: 80px;
  border-radius: 28px;
  padding-right: 40px;
}
.how-app-work-section .download-btn:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 28px;
  background: #fff;
  opacity: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.how-app-work-section .download-btn i.fab {
  font-size: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: #3D49F5;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 35px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.how-app-work-section .download-btn span.inner {
  position: relative;
  display: block;
}
.how-app-work-section .download-btn span.avail,
.how-app-work-section .download-btn span.store-name {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background:#3D49F5;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.how-app-work-section .download-btn span.avail {
  font-size: 12.5px;
}
.how-app-work-section .download-btn span.store-name {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 5px;
}
.how-app-work-section .download-btn.active, .how-app-work-section .download-btn:hover {
 /* -webkit-box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);
  box-shadow: 0px 15px 30px rgba(212, 50, 151, 0.27);*/
}
.how-app-work-section .download-btn.active:before, .how-app-work-section .download-btn:hover:before {
  opacity: 0;
}
.how-app-work-section .download-btn.active i.fab,
.how-app-work-section .download-btn.active span.avail,
.how-app-work-section .download-btn.active span.store-name, .how-app-work-section .download-btn:hover i.fab,
.how-app-work-section .download-btn:hover span.avail,
.how-app-work-section .download-btn:hover span.store-name {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.how-app-work-section .download-btn.active {
  margin-right: 15px;
}
.how-app-work-section .how-app-work-slider-wrapper {
  position: relative;
  width: 305px;
  height: 655px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  /*-webkit-box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);
  box-shadow: 0px 18px 37px rgba(212, 50, 151, 0.2);*/
}
.how-app-work-section .how-app-work-screen-mobile-image {
  background-image: url(../images/app.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 655px;
  left: calc(50% + 0.5px);
  position: absolute;
  top: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 310px;
  z-index: 2;
}
.how-app-work-section .bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50px;
}
.how-app-work-section .bx-wrapper .slide-item {
  text-align: center;
}
.how-app-work-section .bx-wrapper .slide-item img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
}
.how-app-work-section .pager-item {
  display: block;
}
.how-app-work-section .pager-item + .pager-item {
  margin-top: 60px;
}
.how-app-work-section .pager-item.active .icon-box .inner:before {
  opacity: 0;
}
.how-app-work-section .pager-item.active .icon-box .inner i {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.how-app-work-section .how-app-work-slider-content {
  position: relative;
}
.how-app-work-section .how-app-work-slider-content img.circled-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*# sourceMappingURL=style.css.map */


/*  Font Family  */

@font-face {
  font-family: "Poppins-Regular";
  src: url("../css/font/Poppins-Regular.ttf");
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../css/font/Poppins-SemiBold.ttf");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../css/font/Poppins-Medium.ttf");
}

@font-face {
  font-family: "Poppins-Light";
  src: url("../css/font/Poppins-Light.ttf");
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("../css/font/Poppins-Bold.ttf");
}


.Poppins-Light{
  font-family:'Poppins-Light', sans-serif !important;
}
.Poppins-Regular{
  font-family:'Poppins-Regular', sans-serif !important;
}
.Poppins-Semi-Bold{
  font-family:'Poppins-SemiBold', sans-serif !important;
}
.Poppins-Medium{
  font-family:'Poppins-Medium', sans-serif !important;
}

.Poppins-Bold{
  font-family:'Poppins-Bold', sans-serif !important;
  
}

/*  Font Family Ends  */

/**** Start webkit scrollbar ******/

div::-webkit-scrollbar {
  width: 6px;
}
div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba #313131;
  border-radius: 12px;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #000; 
  border-radius: 0px;
}
::-webkit-scrollbar-thumb {
  background: #FF6701;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #313131; 
}

/**** END webkit scrollbar ******/



/*--- features box ----*/

.box
{
  border: 1px solid #D5D5D5;
  height: 319px;
  padding: 15px;
  border-radius: 5px;
}


.box-img
{
  margin-top: 20px;l
}

.box-title h3
{
  font-size: 20px;
  color:#303030 ;
   font-family:'Poppins-SemiBold', sans-serif !important;
   margin-top: 20px;
   /*border-bottom: 3px solid #FD6600;*/

}


.box-title h3::after {
    content:'';
    position:absolute;
    width:64px;
    height:3px;
    background:#FD6600;
    bottom:165px;
    left:0;
    right:0;
    margin:auto;
}

.box-desc
{
  margin-top: 20px;
}

.box-desc p
{
   font-size: 14px;
    color: #6D6D6D;
    font-family: 'Poppins-light', sans-serif !important;
}

/*--- features box ----*/


.banner-dash-1
{
    background: #fff url(../images/banner.png)no-repeat;
    background-size:contain;
    background-repeat: no-repeat;
    padding-bottom: 15px;
}

.navbar-toggler
{
  font-size: 2.25rem!important;
}


.pad-0
{
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.pad-5
{
  padding-left: 5px!important;
  padding-right: 5px!important;
}

/*--- sign in ---*/



.modal-header
{
  border-bottom: none!important;
}

.modal-header .close
{
  margin-top: 0px;
}

.modal-title
{
  font-size: 20px;
  color: #484848;
  font-family: 'Poppins-SemiBold',sans-serif!important;
}

.modal-title span
{
  font-size: 12px;
  color: #7E7E7E;
  font-family: 'Poppins-light',sans-serif!important;
  line-height: 10px;
}

.modal-dialog
{
  margin-top: 150px!important;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  margin-right: 20px;
}

.cstm-form {
    display: block;
    width: 100%;
    height: 34px;
    padding: 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #575757;
    background-color: #F6F6F6;
    background-image: none;
    border:none!important;
    /* border-bottom: 1px solid rgba(255, 192, 0, 0.3); */
    border-radius: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    /*margin-bottom: 15px;*/
    font-family:'Poppins-Regular',sans-serif!important;
}

.sign-in-btn {
    font-size: 15px;
    font-family: 'Poppins-Medium';
    background-color: #3D49F5;
    border-radius: 20px!important;
    color: #fff;
    margin-top: 0px;
    text-align: center;
    width: 100%;
    padding: 5px 12px;
    height: 40px;
}

.sign-in-bottom
{
  margin-bottom: 20px;
}

.remamber-me
{
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.rem{
    font-size: 14px;
    font-family: 'Poppins-light', sans-serif !important;
    color: #8E8E8E;
    margin-left: 5px;
}

.forgot-password
{
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.fp
{
    font-size: 14px;
    font-family: 'Poppins-light', sans-serif !important;
    color: #3D49F5;
    float: right;
}

.sign-in-footer h4{
  font-size: 14px;
    font-family: 'Poppins-Regular', sans-serif !important;
    color: #535353;
}

.sign-in-footer h4 span a{
    font-size: 14px;
    font-family: 'Poppins-SemiBold', sans-serif !important;
    color: #3D49F5;
}
/*--- sign in ---*/



/*--- sign up ---*/

.sign-up-box
{
  width: 100%;
  height: 580px;
  background:#fff;
  box-shadow: 0px 10px 44px #00000024;
  border-radius: 5px;
  padding: 20px;
}

.sign-up-box h1
{
  font-size: 20px;
  color: #484848;
  font-family: 'Poppins-SemiBold',sans-serif!important;
  margin-bottom: 10px;
}


.sign-up-left{
  padding-left: 0px!important;
}

.sign-up-right{
  
}


/*.cstm-select{
        width:200px;
        overflow: hidden;
        height: 50px;
        position: relative;
        display: block;
        border:2px solid blue;
    }*/

    .cstm-select select.dropdown{
        height: 40px;
        padding: 10px 15px;
        border-radius:30px;
        border:none;
        font-size: 14px;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #F6F6F6;
        color: #575757;
        font-family:'Poppins-Regular',sans-serif!important;

    }
    .cstm-select:after {
        content:"\f0dd ";
        font-family: FontAwesome;
        color: #606060;
        position: absolute;
        right: 8px;
        top: 8px;
        z-index: 1;
        width: 10%;
        height: 100%;
        pointer-events: none;
    }

    .cstm-select-1 select.dropdown{
        height: 40px;
        padding: 10px 15px;
        border-radius:30px;
        border:none;
        font-size: 14px;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #F6F6F6;
        color: #575757;
        font-family:'Poppins-Regular',sans-serif!important;

    }

    .cstm-select-1:after {
        content:"\f0dd ";
        font-family: FontAwesome;
        color: #606060;
        position: absolute;
        right: 27px;
        top: 8px;
        z-index: 1;
        width: 10%;
        height: 100%;
        pointer-events: none;
    }

    .cstm-select-2 select.dropdown{
        height: 40px;
        padding: 10px 15px;
        border-radius:30px;
        border:none;
        font-size: 14px;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #F6F6F6;
        color: #575757;
        font-family:'Poppins-Regular',sans-serif!important;

    }

    .cstm-select-2:after {
        content:"\f0dd ";
        font-family: FontAwesome;
        color: #606060;
        position: absolute;
        right: 19px;
        top: 8px;
        z-index: 1;
        width: 10%;
        height: 100%;
        pointer-events: none;
    }

    /*select{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
*/
    .fa-fw {
        color: #8E8E8E;
    }

  
    .agree {
    font-size: 12px;
    font-family: 'Poppins-light', sans-serif !important;
    color: #8E8E8E;
    margin-left: 5px;
    }

    .agree span
    {
      color: #3D49F5;
    }

    .already-main{
      margin-top: 10px;
    }

    .already {
    font-size: 12px;
    font-family: 'Poppins-light', sans-serif !important;
    color: #8E8E8E;
    margin-left: 5px;
    }

    .already span
    {
      color: #3D49F5;
    }



    .cstm-form-text-area {
    display: block;
    width: 100%;
    /*height: 34px;*/
    padding: 7px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #575757;
    background-color: #F6F6F6;
    background-image: none;
    border:none!important;
    /* border-bottom: 1px solid rgba(255, 192, 0, 0.3); */
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    /*margin-bottom: 15px;*/
    font-family:'Poppins-Regular',sans-serif!important;
}

/*--- sign up ---*/



/*--- upload photo ---*/

.upload-photo-box
{
  width: 100%;
  height: 480px;
  background:#fff;
  box-shadow: 0px 10px 44px #00000024;
  border-radius: 5px;
  padding: 20px;
}

.upload-photo-box h1
{
  font-size: 20px;
  color: #484848;
  font-family: 'Poppins-SemiBold',sans-serif!important;
  margin-bottom: 5px;
  line-height: 10px;
}

.upload-photo-box h2
{
  font-size: 14px;
  color: #7E7E7E;
  font-family: 'Poppins-Light',sans-serif!important;
  margin-bottom: 10px;
}



 @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.wrapper {
  width: 100%;
  /*height: 370px;*/
  height: 330px;
}

.drop {
  width: 96%;
  height: 96%;
  /*border: 3px dashed #DADFE3;*/
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  background: white;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*&:hover
   * cursor: pointer
   * background: #f5f5f5 */
}
.drop .cont {
  width: 100%;
  height: 170px;
  color: #8E99A5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  /*margin: auto;*/
  position: absolute;
  top: 80px;
  left: 0;
  bottom: 0;
  right: 0;
}
.drop .cont i {
  font-size: 400%;
  color: #8E99A5;
  position: relative;
}
.drop .cont .tit {
  font-size: 18px;
  font-family: 'Poppins-Medium',sans-serif!important;
  color: #BCBCBC;
  margin-top: 10px;
}
.drop .cont .desc {
  font-size: 12px;
  font-family: 'Poppins-Medium',sans-serif!important;
  color: #BCBCBC;
  margin-top: 10px;
}
.drop .cont .browse {
  margin: 10px 25%;
  color: #484848;
  padding: 8px 16px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #3D49F5;
  font-family:'Poppins-Medium',sans-serif!important;
}
.drop input {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: red;
  opacity: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#list {
  width: 100%;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
}
#list .thumb {
  height: 75px;
  border: 1px solid #323a44;
  margin: 10px 5px 0 0;
}

#list-1 {
  width: 100%;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
}
#list-1 .thumb {
  height: 75px;
  border: 1px solid #323a44;
  margin: 10px 5px 0 0;
}

#list-2 {
  width: 100%;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
}
#list-2 .thumb {
  height: 75px;
  border: 1px solid #323a44;
  margin: 10px 5px 0 0;
}

.drop .cont img
{
  width: 10%;
}

.upload-footer-btn
{
  margin-top: -80px;
}

.back-btn button
{
  background-color: #E2E2E2;
  color: #808080;
}

/*--- upload photo ---*/



/*--- working hours ---*/
  
.working-hours-box
{
  width: 100%;
  height: 650px;
  background:#fff;
  box-shadow: 0px 10px 44px #00000024;
  border-radius: 5px;
  padding: 20px;
}

.working-hours-box h1
{
  font-size: 20px;
  color: #484848;
  font-family: 'Poppins-SemiBold',sans-serif!important;
  margin-bottom: 10px;
}




.cstm-select-3 select.dropdown{
        height: 33px;
        padding: 8px 15px;
        border-radius:30px;
        border:none;
        font-size: 13px;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #F6F6F6;
        color: #575757;
        font-family:'Poppins-Regular',sans-serif!important;

    }

.cstm-select-3:after {
        content:"\f0dd ";
        font-family: FontAwesome;
        color: #606060;
        position: absolute;
        right: 19px;
        top: 4px;
        z-index: 1;
        width: 10%;
        height: 100%;
        pointer-events: none;
    }


    .working-hours-footer-btn{
      margin-top: 10px;
    }

    .working-hours-table table 
    {
      border-left: none!important;
    }

    .working-hours-table table 
    {
      border-right: none!important;
    }

    .working-hours-table table td
    {
      border: none!important;
      border-right:1px solid #ddd!important;
    }

    .working-hours-table table td:nth-last-child(1)
    {
        border-right: none!important;
    }

  
    .working-hours-table table th
    {
      border: none!important;
      border-bottom: 1px solid #ddd!important;
      font-family: 'Poppins-SemiBold',sans-serif!important;
    }

    .switch-field label {
    background-color: #E2E2E2;
    color: #9C9C9C;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    /* padding: 7px 12px; */
    padding: 10px 8px;
    width: 100%;
    margin-right: 10px;
    height: 32px;
    /*border: 1px solid rgba(0, 0, 0, 0.2);*/
    box-shadow: none;
    transition: all 0.1s ease-in-out;
    font-weight: normal;
    font-family: 'Poppins-Medium', sans-serif !important;
    border-radius: 20px;
    margin-bottom: 0px;
}

.switch-field {
    display: flex;
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field input:checked + label {
    background-color: #FB7C26;
    box-shadow: none;
    border: 0;
    color: #fff;
}


.day-text h4
{
  font-family:'Poppins-Medium', sans-serif !important;
  font-size: 15px;
  color: #373737;
}

/*--- working hours ---*/




/*--- cms page ---*/

.cms-page-box
{
  width: 100%;
  height: 550px;
  background:#fff;
  box-shadow: 0px 10px 44px #00000024;
  border-radius: 5px;
  padding: 20px;
}

.cms-page-box h1
{
  font-size: 20px;
  color: #484848;
  font-family: 'Poppins-SemiBold',sans-serif!important;
  margin-bottom: 10px;
}

.about-us-text p
{
  font-size: 14px;
  font-family: 'Poppins-Regular',sans-serif!important;
  color: #000000;
}

/*--- cms page ---*/




/*--- left sidebar menu ---*/


/*.container{
        display: flex;
    }*/
    
    
    .left-menu{
        
        display: block;
        width: 100%;
        /*width: 300px;*/
        background: #3D49F5;
        margin: 0px;
        padding-top: 0px;
        /*position: fixed;*/
        height: 550px;
        overflow-y: auto;
        border-radius: 10px;
    }
    
    .list{
        color: #fff;
        list-style-type: none;
        padding-top: 0px;
        padding-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        /*border-bottom:solid 3.5px #2c3e50;*/
    }
    
    .list li{
        display: flex;
        align-content: center;
        justify-content: flex-start;
        padding-left: 30px;
        cursor: pointer;
        margin-top: 0px;
    }
    
    .list li i{
        margin-left: auto;
        margin-right: 30px;
        margin-top: 20px;
        font-size: 18px;
    }
    
    .list .sub a h3{
        font-size:15px;
        font-family: 'Poppins-Regular',sans-serif!important;
        margin-left: 40px;
        color: #fff;
    }
    
    .list .sub{
        display: none;
        /*background: #2c3e50;*/
        transition: background 0.3s ease;
    }
    
    .list .sub:hover{
        /*background: #212F3D;*/
    }
    
    .main{
        width: 100%;
        margin-left: 300px;
        text-align: center;
    }
    
    .top{
        transition: all 0.3s ease;
        
    }
    
    .top h3{
      font-size:15px;
      font-family: 'Poppins-Regular',sans-serif!important;
      margin-top: 0px;
    }
    
    .top a h3{
      font-size:15px;
      font-family: 'Poppins-Regular',sans-serif!important;
      margin-top: 0px;
      color: #fff;
    }

    .top:hover{
        background:#FF6701; 
        
    }
    
    .rotatedown{
        
        margin-top: 10px!important;
        margin-right: 40px!important;
        transform: rotate(90deg);
    }


    .left-menu-main
    {
      padding-left: 0px!important;
      padding-right: 0px!important;
    }
/*--- left sidebar menu ---*/


/*--- dashboard profile ---*/

.dashboard-profile
{
  width: 100%;
  height: 550px;
  background:#fff;
  box-shadow: 0px 10px 44px #00000024;
  border-radius: 10px;
  padding: 0px;
}

.dash-main
{
  padding: 20px 5px;
}

.d-img img {
    width: 100%;
    height: 172px;
    border-radius: 5px;
}

.profile-title h2
{
  font-size: 20px;
  font-family:'Poppins-Bold',sans-serif!important;
  color: #373737;
}

.profile-title h3
{
  font-size: 13px;
  font-family:'Poppins-Light',sans-serif!important;
  color: #727272;
  margin-top: 0px;
  margin-bottom: 0px;
}

.profile-title h3 i
{
  font-size: 14px;
  color: #727272;
  margin-right: 5px;
  font-weight: bold;
}

.edit-profile-btn {
    font-size: 13px;
    font-family: 'Poppins-Regular',sans-serif;
    background-color: #3D49F5;
    border-radius: 20px!important;
    color: #fff;
    margin-top: 18px;
    text-align: center;
    width: 100%;
    padding: 5px 12px;
    height: 40px;
    box-shadow: 0px 4px 15px #3D49F542;
    border:none;
}

.profile-desc h4
{
  font-size: 13px;
  font-family: 'Poppins-Regular',sans-serif;
  color: #9F9F9F;
}

.myhr hr
{
  border: 1px solid #DCDCDC;
  margin-top: 5px;
  margin-bottom: 5px;
}

.profile-details
{
  margin-top: 10px;
}

.profile-details h1
{
  font-size: 16px;
  font-family:'Poppins-SemiBold',sans-serif!important;
  color: #373737;
  margin-top: 0px;
}


.profile-details h2
{
  font-size: 13px;
  font-family:'Poppins-Light',sans-serif!important;
  color: #727272;
  margin-top: 0px;
}

.profile-details-inner
{
  margin-top: 10px;
}

/*--- dashboard profile ---*/


/*--- create offer ---*/

.create-offer {
    width: 100%;
    height: 650px;
    background: #fff;
    box-shadow: 0px 10px 44px #00000024;
    border-radius: 10px;
    padding: 0px;
}

.create-offer-menu
{
  height: 650px;
}

.create-offer-main h1 {
    font-size: 20px;
    color: #484848;
    font-family: 'Poppins-SemiBold',sans-serif!important;
    margin-bottom: 20px;
    margin-top: 0px;
}

.choose-offer-type
{
  width: 100%;
  height: 40px;
  background:#F6F6F6;
  border-radius: 20px;
  padding: 5px;
}

.choose-offer-type h2
{
  font-size: 12px;
  font-family: 'Poppins-Light',sans-serif!important;
  color: #3A3A3A;
  margin-top: 10px;
  margin-bottom: 10px;
}


.with-code-btn {
    font-size: 13px;
    font-family: 'Poppins-Regular',sans-serif;
    background-color: #FF6701;
    border-radius: 20px!important;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 5px 12px;
    height: 30px;
    box-shadow:none;
    border:none;
}

.without-code-btn {
    font-size: 13px;
    font-family: 'Poppins-Regular',sans-serif;
    background-color: #D9D9D9;
    border-radius: 20px!important;
    color: #7E7E7E;
    text-align: center;
    width: 100%;
    padding: 5px 12px;
    height: 30px;
    box-shadow:none;
    border:none;
}

.without-code-btn:focus
{
  background-color: #3D49F5;
  color: #fff;
}

.enter-code
{
  width: 100%;
  height: 40px;
  background:#F6F6F6;
  border-radius: 20px;
  padding: 5px;
  border:none;
  padding-left: 15px;
  font-size: 12px;
  font-family: 'Poppins-Light',sans-serif!important;
  color: #3A3A3A;
}

/*--- datepicker ---*/

.calendar{
  /*margin-bottom:200px;*/
}
.class-link{
  color:#333333;
  text-decoration:none;
}

.class-link:hover{
 color:#ffbb00; 
}



.calendar {
  padding:8px 15px;
  background: #F6F6F6;
  border-radius: 20px;
  border: none;
  width: 100%;
  height: 40px;
  font-size: 12px;
  font-family: 'Poppins-Light',sans-serif!important;
  color: #3A3A3A;
}
.ui-datepicker {
  background: #ffffff;
  border-radius: 15px;
}
.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background: #3D49F5;
  margin-bottom: 10px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}
.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}
.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}
.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}
.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #333333;
}
.ui-datepicker-title {
  text-align: center;
  font-size:20px;
}
.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: #3D49F5;
  margin-bottom: 5px;
  font-size: 18px;
}
.ui-state-default {
  display: block;
  text-decoration: none;
  color: #333333;
  line-height: 40px;
  font-size: 16px;
}
.ui-state-default:hover {
  color: #ffffff;
  background:#FF6701;
  border-radius:50px;
  transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}
.ui-state-highlight {
  color: #ffffff;
  background-color:#FF6701;
  border-radius:50px;
}
.ui-state-active {
  color: #ffffff;
  background-color:#3D49F5;
  border-radius:50px;
}
.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}

.icon {
    /* margin-left: -40px;
    margin-top: -26px;
    position: relative; */
    top: 30px;
    right: 30px;
    position: absolute;
    color: #606060;
    font-size:20px;
}

/*--- datepicker ---*/


.start-date
{
  margin-top: 20px;
}



.drop .up-1-img img
{
  width: 25%;
}
.drop .cont .tit-1
{
  font-size: 14px;
}

.drop .cont .browse-1
{
    margin-right: 5%;
    margin-left: 5%;
    font-size: 11px;
}

.upload-main
{
  margin-top: 20px;
  margin-bottom: 20px;
}

.upload-title h3
{
  font-size: 16px;
  font-family: 'Poppins-SemiBold',sans-serif;
  color: #484848;
}

.wrapper-1
{
  height: 250px;
}

.upload-right
{
  border-right: 1px solid #D4D4D4;
}

.desc-1
{
  margin-top: 15px;
}


.createp-offer-btn {
    font-size: 14px;
    font-family: 'Poppins-Medium';
    background-color: #3D49F5;
    border-radius: 20px!important;
    color: #fff;
    margin-top: 0px;
    text-align: center;
    width: 100%;
    padding: 5px 12px;
    height: 40px;
    box-shadow: none;
    border:none;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*--- create offer ---*/


/*--- current offer ---*/

.current-offer h1
{ 
  font-size: 19px;
  font-family: 'Poppins-SemiBold',sans-serif;
  color: #484848;
  margin-top: 0px;
}

.offer-code
{
  margin-top: 20px;
}

.offer-code h3
{
  font-size: 18px;
  font-family: 'Poppins-Bold',sans-serif;
  color: #373737;
  margin-top: 0px;
}

.d-img-bg-1
{
  background: url(../images/img-1.png);
  background-repeat: no-repeat;
  height: 172px;
  background-size: contain;
}

.d-img-bg-2
{
  background: url(../images/img-2.png);
  background-repeat: no-repeat;
  height: 172px;
  background-size: contain;
}

.d-img-bg-3
{
  background: url(../images/img-3.png);
  background-repeat: no-repeat;
  height: 172px;
  background-size: contain;
}

.edit-img-main
{

}

.edit-img-line
{
  background:rgba(255, 103, 1,0.8);
  background-repeat: no-repeat;
  height: 35px;
  margin-top: 110px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
 
}

.edit-img-line h4
{
  font-size: 12px;
  font-family: 'Poppins-Medium',sans-serif;
  color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
}


.edit-icon i
{
  /*background:#fff;
  padding:5px 6px;
  border-radius: 20px;
  margin-top: 5px;
  color: #FF6701;
  box-shadow: 0px 3px 6px #00000029;*/
}


/*--- edit icon ---*/

.dropdown-1 {
  position: relative;
  display: inline-block;
}

.dropbtn-1 {
  background-color:#fff;
  color: #FF6701;
  padding:5px 9px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 2px;
}


.dropbtn-1:focus {
  background: #3D49F5;
  color: #fff;
}

.dropbtn-2:focus {
  background: #3D49F5;
  color: #fff;
}

.dropbtn-3:focus {
  background: #3D49F5;
  color: #fff;
}
.dropbtn-2 {
  background-color:#fff;
  color: #FF6701;
  padding:5px 9px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 2px;
}

.dropbtn-3 {
  background-color:#fff;
  color: #FF6701;
  padding:5px 9px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 2px;
}

/*.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}*/

.dropdown-content-1 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 5px;
}

.dropdown-content-2 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 5px;
}

.dropdown-content-3 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 5px;
}

.dropdown-content-1 a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 13px;
  font-family: 'Poppins-Light',sans-serif;
  color: #4E4E4E;
}


.dropdown-content-2 a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 13px;
  font-family: 'Poppins-Light',sans-serif;
  color: #4E4E4E;
}

.dropdown-content-3 a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 13px;
  font-family: 'Poppins-Light',sans-serif;
  color: #4E4E4E;
}

/*.dropdown-1 a:hover {background-color: #ddd;}*/

.show {display: block;}


/*--- edit icon ---*/


.offer-code-btn
{
    font-size: 14px;
    font-family: 'Poppins-Medium';
    background-color: #EFEFEF;
    border-radius: 20px!important;
    color: #A7A7A7;
    margin-top: 0px;
    text-align: center;
    width: 100%;
    padding: 5px 12px;
    height: 40px;
    box-shadow: none;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
}


.top-post-btn
{
    font-size: 14px;
    font-family: 'Poppins-Medium';
    background-color: #3D49F5;
    border-radius: 20px!important;
    color: #fff;
    margin-top: 0px;
    text-align: center;
    width: 100%;
    padding: 5px 12px;
    height: 40px;
    box-shadow: none;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.featured-offer-btn
{
    font-size: 14px;
    font-family: 'Poppins-Medium';
    background-color: #FF6701;
    border-radius: 20px!important;
    color: #fff;
    margin-top: 0px;
    text-align: center;
    width: 100%;
    padding: 5px 12px;
    height: 40px;
    box-shadow: none;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.delete-offer-btn
{
    font-size: 14px;
    font-family: 'Poppins-Medium';
    background-color: #F53D43;
    border-radius: 20px!important;
    color: #fff;
    margin-top: 0px;
    text-align: center;
    width: 100%;
    padding: 5px 12px;
    height: 40px;
    box-shadow: none;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.delete-coming-offer-btn
{
    font-size: 14px;
    font-family: 'Poppins-Medium';
    background-color: #3D49F5;
    border-radius: 20px!important;
    color: #fff;
    margin-top: 0px;
    text-align: center;
    width: 100%;
    padding: 5px 12px;
    height: 40px;
    box-shadow: none;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.top-post-active-btn
{
    font-size: 14px;
    font-family: 'Poppins-Medium';
    background-color: #D2D2D2;
    border-radius: 20px!important;
    color: #8F8F8F;
    margin-top: 0px;
    text-align: center;
    width: 100%;
    padding: 5px 55px 5px 5px;
    height: 40px;
    box-shadow: none;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.top-post i {
    background-color: #fff;
    color: #1AD182;
    padding:6px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 2px;
    margin-right: 20px;
}

/*--- current offer ---*/


/*--- completed offer ---*/

/*--- slider ---*/
.owl-theme .owl-controls{
    margin-top: 10px;
}
.owl-theme .owl-controls .owl-page span{
    background:transparent;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background:#3D49F5!important;
  
}
.owl-theme .owl-controls .owl-page.active span{
    width:10px!important;
    height:10px!important;
}
.owl-theme .owl-controls .owl-page span{
  display: block;
    width:10px !important;
    height:10px!important;
    margin: 10px 7px!important;
    filter: Alpha(Opacity=50);
    opacity: 5!important;
    -webkit-border-radius: 20px!important;
    -moz-border-radius: 20px!important;
    border-radius: 20px!important;
    background: #fff!important;
    /*border:1px solid #fff!important;*/
}

.owl-theme .owl-controls .owl-page {
    /*display: block !important;*/
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    top:125px;
    right: 90px;
}

/*--- slider ---*/


.completed-offer-box
{
  width: 100%;
  height: 670px;
  background:#fff;
  box-shadow: 0px 10px 44px #00000024;
  border-radius: 10px;
  padding: 0px;
}

.completed-offer-menu
{
  height: 670px;
}

.completed-offer h2
{
  font-size: 18px;
  font-family: 'Poppins-Bold',sans-serif;
  color: #373737;
  margin-top: 10px;
  margin-bottom: 5px;
}

.completed-offer h3
{
  font-size: 12px;
  font-family: 'Poppins-Light',sans-serif;
  color: #727272;
  margin-top: 0px;
}

.completed-offer p
{
  font-size: 11px;
  font-family: 'Poppins-Light',sans-serif;
  color: #9F9F9F;
  margin-top: 0px;
}

.completed-offer-layer-2
{
  margin-top: 10px;
  margin-bottom:10px;
}

/*--- completed offer ---*/



/*--- shortlisted me ---*/

.shortlisted-me-box
{
  width: 100%;
  height: 570px;
  background:#fff;
  box-shadow: 0px 10px 44px #00000024;
  border-radius: 10px;
  padding: 0px;
}

.shortlisted-me-menu
{
  height: 570px;
}

.shortlisted-me-main h1 {
    font-size: 20px;
    color: #484848;
    font-family: 'Poppins-SemiBold',sans-serif!important;
    margin-bottom: 20px;
    margin-top: 0px;
}

.s-data
{
  margin-left: 15px;
}

.s-data h2
{
    font-size: 16px;
    font-family: 'Poppins-SemiBold',sans-serif;
    color: #484848;
    margin-top: 15px;
    margin-bottom: 5px;
}

.s-data p
{
    font-size: 12px;
    font-family: 'Poppins-Light',sans-serif;
    color: #727272;
}

.s-row
{
  margin-top: 20px;
}

/*--- current plan ---*/

.current-plan-box
{
  width: 100%;
  height: 600px;
  background:#fff;
  box-shadow: 0px 10px 44px #00000024;
  border-radius: 10px;
  padding: 0px;
}

.current-plan-menu
{
    height: 600px;
}

.current-plan-main h1 {
    font-size: 20px;
    color: #484848;
    font-family: 'Poppins-SemiBold',sans-serif!important;
    margin-bottom: 20px;
    margin-top: 0px;
}

.current-plan-detail-box
{
  background:#F6FAFBBF;
  width: 100%;
  height: 180px;
  border-radius: 1px;
  padding: 20px 15px;
}

.plan-name
{
    margin-bottom: 10px;
    border-bottom: 1px solid #DEDEDE;
}

.plan-name h2
{
  font-size: 18px;
  font-family: 'Poppins-SemiBold',sans-serif;
  color: #484848;
  margin-top: 0px;
}

.plan-name h2 span
{
  font-size: 14px;
  font-family: 'Poppins-Regular',sans-serif;
  color: #CECECE;
  margin-top: 0px;
  margin-left: 20px;
}

.plan-detial-main
{
  margin-top: 5px;
}

.plan-detial h4
{
  font-size: 12px;
  font-family: 'Poppins-Regular',sans-serif;
  color: #606060;
  margin-top: 0px;
  margin-bottom: 5px;
}

.plan-detial span {
    height: 2px;
    width: 15px;
    background-color: #FF6701;
    display: block;
    border-radius: 100px;
}

.plan-detial h3
{
  font-size: 12px;
  font-family: 'Poppins-SemiBold',sans-serif;
  color: #606060;
  margin-top: 5px;
  margin-bottom: 5px;
}

.upgrade-plan-1
{
  margin-top: 20px;
} 

.upgrade-plan-inner h2 {
    font-size: 18px;
    color: #484848;
    font-family: 'Poppins-SemiBold',sans-serif!important;
    margin-bottom: 20px;
    margin-top: 0px;
}

.price-box-main
{
  padding-bottom: 15px;
  padding-top: 15px;
  border-radius: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.price-box-1
{
  background: transparent linear-gradient(210deg, #EFF9FB 0%, #EAEFFC 100%) 0% 0% no-repeat padding-box;
  
}

.price-box-2
{
  background: transparent linear-gradient(210deg, #EFF5FB 0%, #FAEAFC 100%) 0% 0% no-repeat padding-box;
}

.price-box-3
{
  background: transparent linear-gradient(210deg, #FBF7EF 0%, #FCEAEA 100%) 0% 0% no-repeat padding-box;
}

.price-box-4
{
      background: transparent linear-gradient(210deg, #EFF9FB 0%, #EAFCED 100%) 0% 0% no-repeat padding-box;
}

.p-title
{
    font-size: 18px;
    color: #170B35;
    font-weight: 600;
    font-family: 'Poppins-SemiBold', sans-serif !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

.price-data-1
{
    color: #3D49F5;
    font-size: 25px;
    font-weight: 200;
    line-height: 1em;
    margin-bottom: 15px;
    margin-top: 15px;
    font-family: 'Poppins-Medium', sans-serif !important;
}

.price-data-2
{
    color: #F53DF5;
    font-size: 25px;
    font-weight: 200;
    line-height: 1em;
    margin-bottom: 15px;
    margin-top: 15px;
    font-family: 'Poppins-Medium', sans-serif !important;
}


.price-data-3
{
    color: #FF6701;
    font-size: 25px;
    font-weight: 200;
    line-height: 1em;
    margin-bottom: 15px;
    margin-top: 15px;
    font-family: 'Poppins-Medium', sans-serif !important;
}


.price-data-4
{
    color: #2DCB7C;
    font-size: 25px;
    font-weight: 200;
    line-height: 1em;
    margin-bottom: 15px;
    margin-top: 15px;
    font-family: 'Poppins-Medium', sans-serif !important;
}


.price-box-main ul
{
  list-style: none;
  margin:0;
  padding: 0;
}

.price-box-main ul.p-list-item li {
    font-size: 13px;
    color: #373737;
    font-weight: 500;
    font-family: 'Poppins-Regular', sans-serif !important;
    line-height: 30px;
}


.get-btn {
    display: inline-block;
    border: none;
    outline: none;
    background: #3D49F5;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 28px;
    padding: 8px 35px;
    /*position: relative;*/
    font-family: 'Poppins-Regular', sans-serif !important;
    margin-top: 20px;
}

.p-btn-1
{
    background: #3D49F5;
    color: #fff;
}

.p-btn-1:hover
{
  box-shadow: 0px 15px 30px rgba(61, 73, 245,0.27);
  color: #fff;
}

.p-btn-2
{
    background: #F53DF5;
    color: #fff;
}

.p-btn-2:hover
{
    box-shadow: 0px 15px 30px rgba(245, 61, 245,0.27);
    color: #fff;
}

.p-btn-3
{
    background: #FF6701;
    color: #fff;
}

.p-btn-3:hover
{
   box-shadow: 0px 15px 30px rgba(255, 103, 1,0.27);
   color: #fff;
}

.p-btn-4
{
    background: #2DCB7C;
    color: #fff;
}

.p-btn-4:hover
{
   box-shadow: 0px 15px 30px rgba(45, 203, 124,0.27);
   color: #fff;
}

/*--- current plan ---*/



/*--- upgrade plan ---*/

.upgrade-plan-box
{
  width: 100%;
  height: 500px;
  background:#fff;
  box-shadow: 0px 10px 44px #00000024;
  border-radius: 10px;
  padding: 0px;
}

.upgrade-plan-menu
{
    height: 500px;
}

.upgrade-plan-name h2
{
  font-size: 18px;
  font-family: 'Poppins-Bold',sans-serif;
  color: #303030;
  margin-top: 0px;
}

.upgrade-plan-name p
{
  font-size: 13px;
  font-family: 'Poppins-Light',sans-serif;
  color: #787878;
  margin-top: 0px;
}

/*--- upgrade plan ---*/
.app-work img
{
  width: 100%;
}
label.error 
{
    color: #f9060d;
    font-size: 12px;
    font-family: 'Poppins-Regular', sans-serif !important;
    font-weight: 600;
	margin-left: 20px;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.discount-danger {
    font-size: 14px !important;
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
    font-family: 'Poppins-Regular', sans-serif !important;
    font-weight: 600;
}
.back-cover{
	background-size: cover!important;
}
.discount-success{
    font-size: 14px !important;
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
    font-family: 'Poppins-Regular', sans-serif !important;
    font-weight: 600;
}
.forgot-password-box {
    width: 100%;
    height: 300px;
    background: #fff;
    box-shadow: 0px 10px 44px #00000024;
    border-radius: 5px;
    padding: 20px;
	margin-bottom:75px;
	margin-top:75px;
}
.forgot-password-box h1 {
    font-size: 20px;
    color: #484848;
    font-family: 'Poppins-SemiBold',sans-serif!important;
    margin-bottom: 10px;
}
.change-password-box {
    width: 100%;
    height: 370px;
    background: #fff;
    box-shadow: 0px 10px 44px #00000024;
    border-radius: 5px;
    padding: 20px;
	margin-bottom:75px;
	margin-top:75px;
}
.change-password-box h1 {
    font-size: 20px;
    color: #484848;
    font-family: 'Poppins-SemiBold',sans-serif!important;
    margin-bottom: 10px;
}
.margin-top-10{
	margin-top:10px;
}
.margin-top-20{
	margin-top:20px;
}
#lightbox-panel-mask {
    position: fixed;
    z-index: 9000;
    background-color: #FFF;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0.2;
}
#lightbox-panel-loader {
    display: none;
    position: fixed;
    z-index: 10000;
}

.img-center
{
  margin: 0 auto;
  top: 60px;
  height:107px;
  left: 80px;
  right: 0;
  display: block;
  text-align: center;
  bottom: 0;
}

/*--- pay now ---*/

.banner-dash-2 {
    background: #fff url(../images/banner.png)no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

.pay-now-box
{
  width: 100%;
  height: 390px;
  background:#fff;
  box-shadow: 0px 10px 44px #00000024;
  border-radius: 5px;
  padding: 20px;
  margin-top: 30px;
}

.pay-now-box h1
{
    font-size: 20px;
    color: #484848;
    font-family: 'Poppins-SemiBold',sans-serif!important;
    margin-bottom: 10px; 
    text-align: center;
}

.box-center {
    width: 100%;
    /*width: 37%;*/
    /*margin: 0 auto;*/
    display: table;
}

.box-new {
    border: 1px solid #d7d7d7;
    min-height: 50px;
    height: auto;
    padding: 0px;
    margin-bottom: 20px;
    border-radius: 7px;
}

.box-new-padding-2 {
    margin-bottom: 0px;
    padding: 7px 10px;
}

.add-w-btn-new-r {
    text-align: center;
    padding: 5px 8px;
    background-color: #1ece10;
    box-shadow: inset -43px 2px 0px 3px #695a5a00, inset -2px -3px 2px #00000024;
    border-radius: 6px;
    margin-left: -29px;
    display: inline-block;
    text-decoration: none;
    border: 0px;
    font-size: 16px;
}


.mega-n-btn1 {
    background-color: #3D49F5;
    display: table;
    margin: auto;
    box-shadow: inset -43px 2px 0px 3px #695a5a00, inset -2px -3px 2px #00000024;
    border-radius: 6px;
}
.pay-now-2 {
    width: 100%;
    height: 36px;
    text-align: center;
    padding: 7px 10px;
    margin-top: 39px !important;
    margin-bottom: 8px;
    border: 0px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}

.color-f {
    color: #FFF;
}

.mega-box-new {
    background-color: #3D49F5;
    height: auto;
    width: 100%;
    float: left;
    box-shadow: 0px 0px 20px 0 #00000026;
    border-radius: 8px;
    padding: 20px;
    margin-top: 70px;
}

.post_prop p {
    font-size: 16.67px;
    font-family: 'Poppins-SemiBold', sans-serif !important;
    margin: 0 0 15px;
}

.line-dot ul li {
    background-repeat: no-repeat;
    background-position: left;
    margin-left: 0px;
    list-style: none;
}

.color-f:hover
{
  color: #fff;
}

/*--- pay now ---*/
.payment-success-box
{
  width: 100%;
  height: 260px;
  background:#fff;
  box-shadow: 0px 10px 44px #00000024;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 100px;
  margin-top: 100px;
}

.payment-success-box h1
{
  font-size: 20px;
  color: #484848;
  font-family: 'Poppins-SemiBold',sans-serif!important;
  margin-bottom: 10px;
}
.pagination-v1 > li > a.active, .pagination-v1 > li > a:hover, .pagination-v1 > li > span:hover, .pagination-v1 > li > a:focus, .pagination-v1 > li > span:focus {
    border-color: #3D49F5 !important;
    color: #fff !important;
    background-color: #3D49F5 !important;
}
.pagination-v1 > li > a, .pagination-v1 > li > span {
    background-color: #fff;
    border: 0px;
    border-radius: 0px!important;
    color: #3D49F5!important;
    float: left;
    font-size: 16px;
    line-height: 1.42857;
    margin-right: 8px;
    padding: 8px 17px;
    position: relative;
    text-decoration: none;
    width: auto;
    font-family: 'Poppins', sans-serif;
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    font-weight: bold;
    box-shadow: 0px 0px 10px #ccc;
}
.no-data-found-box {
	background: #F6FAFBBF;
    width: 100%;
    height: 60px;
    border-radius: 1px;
    padding: 15px 15px;
}

.right-offer
{
 right:40px;
}
/*--------------------  new --------------------*/

/*--- Search box ---*/

.search-box
{
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #C1C1C1;
  border-radius: 36px;
  margin-top: 40px;
  padding:4px 4px;
}

.search-box .cstm-form
{
  background: transparent;
  font-size: 13px;
  padding: 0px 0px 0px 10px;
  height: 30px;
  border-radius: 0px;
}

.search-box input::placeholder
{
  color: #AFAFAF !important;
  font-size: 13px;
  font-family: 'Poppins-light',sans-serif;
}

.s-border-r
{
    border-right: 1px solid #C1C1C1;
}

.search-box .cstm-select select.dropdown
{
    background: transparent;
    font-size: 13px;
    font-family: 'Poppins-light',sans-serif;
    color: #4D4D4D;
    padding: 0px 0px 0px 10px;
    height: 30px;
    border-radius: 0px;
}

.search-box .cstm-select:after
{
  top: 2px;
  color: #4D4D4D;
}

.pad-l-0
{
  padding-left: 0px!important;
}


.search-btn
{
  width: 100%;
  height: 30px;
  background: #3D49F5;
  border-radius: 25px!important;
  font-size: 14px!important;
  font-family: 'Poppins-Regular',sans-serif;
  color: #FFFFFF;
  padding: 4px 4px!important;
}

.search-btn:focus,.search-btn:hover
{
    background: #FF6701;
    color: #ffffff!important;
}

/*--- Search box ---*/


/*--- Search List ---*/

.search-list-box
{
  width: 100%;
  height: 500px;
  background:#fff;
  box-shadow: 0px 10px 44px #00000024;
  border-radius: 5px;
  padding: 20px;
}

.search-list-box h3
{
   font-size: 20px;
   color: #484848;
   font-family: 'Poppins-SemiBold',sans-serif!important;
   margin-top: 0px;
   margin-bottom: 10px;
}

.search-list-box .cstm-form
{
  width: 100%;
  height: 35px;
  background: #ffffff;
  border: 1px solid #D6D6D6!important;
  border-radius: 25px;
  padding: 5px 15px;
  padding-right: 40px;
  font-size: 13px;
  font-family: 'Poppins-light',sans-serif;
  color: #A4A4A4;
}

}

.search-list-box input::placeholder
{
  font-size: 13px;
  font-family: 'Poppins-light',sans-serif;
  color: #A4A4A4;
}

.search-icon
{
  width: 15px;
  height: 15px;
  /* position: absolute;
  right: 35px;
  bottom: 9px; */
}
.search-pro-btn
{
  position: absolute;
  right: 30px;
  bottom: 8px;
  border: unset;
  background: none;
}

.search-list-data
{
  width: 100%;
  height: 418px;
  margin-top: 20px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-left: 8px;
  padding-right: 8px;
}

.search-list-data::-webkit-scrollbar-track
{
    box-shadow: none!important;
}

.search-list-data-box
{
  width: 100%;
  height: 105px;
  background: #FFFFFF;
  box-shadow: 0px 5px 14px #00000024;
  border: 1px solid #D5D5D5;
  border-radius: 6px;   
  margin-bottom: 15px;
  position: relative;
}

.sl-img
{
    width: 100%;
    height: 105px;
    background: transparent;
    border-right: 1px solid #D8D8D8;
}

.sl-img img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pad-r-0
{
  padding-right: 0px!important;
}

.search-list-details
{
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 15px;
}

.search-list-details h4
{
  font-size: 18px;
  font-family: 'Poppins-SemiBold',sans-serif;
  color: #313131;
  line-height: 28px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.search-list-details h5
{
  font-size: 12px;
  font-family: 'Poppins-light',sans-serif;
  color: #F76300;
  line-height: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.search-list-details p
{
  font-size: 11px;
  font-family: 'Poppins-light',sans-serif;
  color: #747474;
  line-height: 17px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.search-list-details h6
{
  font-size: 12px;
  font-family: 'Poppins-light',sans-serif;
  color: #BEBEBE;
  line-height: 18px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.product-off
{
  margin-top: 5px!important;
}

.view-detail-btn
{
  width: 100%;
  height: 25px;
  background: #FB7C26;
  border-radius: 22px!important;
  font-size: 11.5px!important;
  font-family: 'Poppins-Regular',sans-serif;
  color: #FFFFFF;
  padding: 2px 2px!important;
}

.view-detail-btn:focus,.view-detail-btn:hover
{
  background: #3D49F5;
  color: #FFFFFF!important;
}

.go-to-store-btn
{
  width: 100%;
  height: 25px;
  background: #3D49F5;
  border-radius: 22px!important;
  font-size: 11.5px!important;
  font-family: 'Poppins-Regular',sans-serif;
  color: #FFFFFF;
  padding: 2px 2px!important;
}

.go-to-store-btn:focus,.go-to-store-btn:hover
{
  background: #FB7C26;
  color: #FFFFFF!important;
}

/*--- Search List ---*/


/*--- Product Detail ---*/

.product-detail-box
{
  width: 100%;
  height: 500px;
  background:#fff;
  box-shadow: 0px 10px 44px #00000024;
  border-radius: 5px;
  padding: 20px;
}

.product-detail-box .holder
{
  margin-bottom: 10px; 
  border-radius: 6px;
  border:1px solid #C9C9C9;
}

.product-detail-box .holder::-webkit-scrollbar 
{
  display: none;
}


.product-detail-box .slides 
{
  display: none;
}

.product-detail-box .slides img 
{
  width: 100%;
}

.product-detail-box .column
{
  float: left;
  width: 32.33%;
  margin-right:1%;
  padding-left: 3px;
  padding-right: 3px;
  border: 1px solid #C9C9C9;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}

.product-detail-box .slide-thumbnail 
{
  width: 100%;
  opacity: 0.6;
  cursor: pointer;
}

.product-detail-box .active,
.product-detail-box .slide-thumbnail:hover 
{
  opacity: 1;
}


.more-product-images img
{
  opacity: unset!important;
}

.more-product-images-overlay
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.56;
    background-color: #000000;
    border-radius: 6px;
}

.more-img-number
{
  position: absolute;
  top: 37%;
  right: 35%;
}

.more-img-number h2
{
  font-size: 28px;
  font-family:'Poppins-Regular',sans-serif;
  color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 0px;
}

.product-img-slider .modal-dialog
{ 
  width: 600px!important;
  max-width: 600px!important;
  margin-top: 50px!important;
}

.product-img-slider .modal-title
{
  font-size: 20px;
  color: #484848;
  font-family: 'Poppins-SemiBold',sans-serif!important;
}

.product-img-slider .testimonial 
{
  width: 100%;
}

.product-img-slider .testimonial img
{
  width: 100%;
  height: auto;
}

.product-img-slider .owl-theme .owl-controls
{ 
  top: auto;
  right: 45%;
  bottom: 20px;
}

.product-img-slider .owl-theme .owl-controls .owl-buttons div
{
      background: #3D49F5!important;
}

.product-all-data-title h3
{
  font-size: 24px;
  font-family: 'Poppins-SemiBold',sans-serif;
  color: #313131;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 0px;
}

.product-all-data-title h6
{
  font-size: 13px;
  font-family: 'Poppins-Regular',sans-serif;
  color: #747474;
  line-height: 16px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.product-all-data h6 i
{
  margin-right: 5px;
}

.pd-hr
{
  border-top: 1px solid #C9C9C9;
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-all-data h4
{
  font-size: 15px;
  font-family: 'Poppins-SemiBold',sans-serif;
  color: #3D49F5;
  line-height: 21px;
  margin-top: 15px;
  margin-bottom: 0px;
}

.product-all-data h4 img
{
   width: 20px;
   height: 20px;
   margin-right: 5px;
}

.product-all-data h6
{
  font-size: 13px;
  font-family: 'Poppins-Regular',sans-serif;
  color: #6A6A6A;
  line-height: 16px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.product-all-data h6 span
{
  font-family: 'Poppins-Medium',sans-serif;
  color: #414141;
}

.product-all-data h5
{
  font-size: 17px;
  font-family: 'Poppins-SemiBold',sans-serif;
  color: #313131;
  line-height: 22px;
  margin-top: 15px;
  margin-bottom: 0px;
}

.product-all-data p
{
  font-size: 12px;
  font-family: 'Poppins-Regular',sans-serif;
  color: #8F8F8F;
  line-height: 23px;
  margin-top: 5px;
  margin-bottom: 0px;
}


.copy-code-input
{
    background: #EAEDF3;
    width: 100%;
    height: 40px;
    border-radius: 32px;
    border:none;
    font-size: 16px;
    font-family: 'Poppins-Bold',sans-serif;
    color: #495182;
    letter-spacing: 5.78px;
    margin-top: 10px;
    text-align: center;
}


.coupon-code-box h4
{
  font-size: 16px;
  font-family: 'Poppins-Bold',sans-serif;
  color: #495182;
  letter-spacing: 5.78px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.copy-code-btn
{
  width: 100%;
  height: 40px;
  background: #FB7C26;
  border-radius: 32px!important;
  margin-top: 10px;
  position: absolute;
  right: 60px;
  font-size: 15px;
  font-family: 'Poppins-Medium',sans-serif;
  color: #FFFFFF;
}

.copy-code-btn:focus,.copy-code-btn:hover
{
  background: #3D49F5;
  color: #ffffff!important;
  outline: none!important;
}

.go-to-store-btn-1
{
  width: 150px;
  height: 40px;
  background: #3D49F5;
  border-radius: 22px!important;
  font-size: 15px!important;
  font-family: 'Poppins-Medium',sans-serif;
  color: #FFFFFF;
  padding: 2px 2px!important;
  margin-top: 10px;
}

.go-to-store-btn-1:focus,.go-to-store-btn-1:hover
{
  background: #FB7C26;
  color: #FFFFFF!important;
}

.btn:focus,.btn:hover
{
  outline: none!important;
}
/*--- Product Detail ---*/
/*--- Offer Box ---*/

.offer-box
{
  width: 100px;
  height: 30px;
  background:#F8463F;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 10;
}

.offer-box::after
{
    content: "";
    position: absolute;
    top: 0px;
    left: -28px;
    border: 15px solid #F8463F;
    border-left-color: transparent;
}

.offer-box-1
{
  background: #3498DB;
}

.offer-box-1::after
{
  border: 15px solid #3498DB;
  border-left-color: transparent;
}

.offer-box-2
{
  background: #EE8822;
}

.offer-box-2::after
{
  border: 15px solid #EE8822;
  border-left-color: transparent;
}

.offer-box-3
{
  background: #22CC77;
}

.offer-box-3::after
{
  border: 15px solid #22CC77;
  border-left-color: transparent;
}

.offer-box-4
{
  background: #2878D7;
}

.offer-box-4::after
{
  border: 15px solid #2878D7;
  border-left-color: transparent;
}

.offer-box h3
{
  font-size: 20px;
  font-family: 'Poppins-Bold',sans-serif;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
}

.offer-box h3 span
{
  font-size: 13px;
  font-family: 'Poppins-Medium',sans-serif;
  text-transform: uppercase;
}

.pad-r-0
{
  padding-right: 0px;
}

/*--- Offer Box ---*/
/*--------------------  new --------------------*/

/*Search home*/

.search-sec {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #d9daeb;
    border-radius: 36px;
    margin-top: 40px;
    padding: 4px 4px;
    margin-bottom: 40px;
    box-shadow: 0px 5px 23px rgb(0 0 0 / 17%);
}

.search-sec .cstm-sec {
    background: transparent;
    font-size: 13px;
    padding: 0px 0px 0px 10px;
    height: 40px;
    border-radius: 0px;
    border: none;
}

.search-sec .cstm-sel select.dropdown1 {
    background: transparent;
    font-size: 13px;
    font-family: 'Poppins-light',sans-serif;
    color: #4D4D4D;
    padding: 0px 0px 0px 19px;
    height: 40px;
    border-radius: 0px;
    border-left: solid 1px #d6d6d6 !important;
    border: none;
    width: 402px;
}

.search-btn {
    width: 105%;
    height: 40px;
    background: #3D49F5;
    border-radius: 25px!important;
    font-size: 14px!important;
    font-family: 'Poppins-Regular',sans-serif;
    color: #FFFFFF;
    padding: 4px 4px!important;
}